/**
 * This injects Tailwind's base styles, which is a combination of
 * Normalize.css and some additional base styles.
 */
:root {
    --color-inherit: inherit;
    --color-current: currentColor;
    --color-transparent: transparent;
    --color-black: #000;
    --color-white: #fff;
    --color-slate-50: #f8fafc;
    --color-slate-100: #f1f5f9;
    --color-slate-200: #e2e8f0;
    --color-slate-300: #cbd5e1;
    --color-slate-400: #94a3b8;
    --color-slate-500: #64748b;
    --color-slate-550: #53647a;
    --color-slate-600: #475569;
    --color-slate-650: #435065;
    --color-slate-700: #334155;
    --color-slate-750: #27364e;
    --color-slate-800: #1e293b;
    --color-slate-900: #0f172a;
    --color-slate-950: #020617;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5db;
    --color-gray-400: #9ca3af;
    --color-gray-500: #6b7280;
    --color-gray-600: #4b5563;
    --color-gray-700: #374151;
    --color-gray-800: #1f2937;
    --color-gray-900: #111827;
    --color-gray-950: #030712;
    --color-zinc-50: #fafafa;
    --color-zinc-100: #f4f4f5;
    --color-zinc-200: #e4e4e7;
    --color-zinc-300: #d4d4d8;
    --color-zinc-400: #a1a1aa;
    --color-zinc-500: #71717a;
    --color-zinc-600: #52525b;
    --color-zinc-700: #3f3f46;
    --color-zinc-800: #27272a;
    --color-zinc-900: #18181b;
    --color-zinc-950: #09090b;
    --color-neutral-50: #fafafa;
    --color-neutral-100: #f5f5f5;
    --color-neutral-200: #e5e5e5;
    --color-neutral-300: #d4d4d4;
    --color-neutral-400: #a3a3a3;
    --color-neutral-500: #737373;
    --color-neutral-600: #525252;
    --color-neutral-700: #404040;
    --color-neutral-800: #262626;
    --color-neutral-900: #171717;
    --color-neutral-950: #0a0a0a;
    --color-stone-50: #fafaf9;
    --color-stone-100: #f5f5f4;
    --color-stone-200: #e7e5e4;
    --color-stone-300: #d6d3d1;
    --color-stone-400: #a8a29e;
    --color-stone-500: #78716c;
    --color-stone-600: #57534e;
    --color-stone-700: #44403c;
    --color-stone-800: #292524;
    --color-stone-900: #1c1917;
    --color-stone-950: #0c0a09;
    --color-red-50: #fef2f2;
    --color-red-100: #fee2e2;
    --color-red-200: #fecaca;
    --color-red-300: #fca5a5;
    --color-red-400: #f87171;
    --color-red-500: #ef4444;
    --color-red-600: #dc2626;
    --color-red-700: #b91c1c;
    --color-red-800: #991b1b;
    --color-red-900: #7f1d1d;
    --color-red-950: #450a0a;
    --color-orange-50: #fff7ed;
    --color-orange-100: #ffedd5;
    --color-orange-200: #fed7aa;
    --color-orange-300: #fdba74;
    --color-orange-400: #fb923c;
    --color-orange-500: #f97316;
    --color-orange-600: #ea580c;
    --color-orange-700: #c2410c;
    --color-orange-800: #9a3412;
    --color-orange-900: #7c2d12;
    --color-orange-950: #431407;
    --color-amber-50: #fffbeb;
    --color-amber-100: #fef3c7;
    --color-amber-200: #fde68a;
    --color-amber-300: #fcd34d;
    --color-amber-400: #fbbf24;
    --color-amber-500: #f59e0b;
    --color-amber-600: #d97706;
    --color-amber-700: #b45309;
    --color-amber-800: #92400e;
    --color-amber-900: #78350f;
    --color-amber-950: #451a03;
    --color-yellow-50: #fefce8;
    --color-yellow-100: #fef9c3;
    --color-yellow-200: #fef08a;
    --color-yellow-300: #fde047;
    --color-yellow-400: #facc15;
    --color-yellow-500: #eab308;
    --color-yellow-600: #ca8a04;
    --color-yellow-700: #a16207;
    --color-yellow-800: #854d0e;
    --color-yellow-900: #713f12;
    --color-yellow-950: #422006;
    --color-lime-50: #f7fee7;
    --color-lime-100: #ecfccb;
    --color-lime-200: #d9f99d;
    --color-lime-300: #bef264;
    --color-lime-400: #a3e635;
    --color-lime-500: #84cc16;
    --color-lime-600: #65a30d;
    --color-lime-700: #4d7c0f;
    --color-lime-800: #3f6212;
    --color-lime-900: #365314;
    --color-lime-950: #1a2e05;
    --color-green-50: #f0fdf4;
    --color-green-100: #dcfce7;
    --color-green-200: #bbf7d0;
    --color-green-300: #86efac;
    --color-green-400: #4ade80;
    --color-green-500: #22c55e;
    --color-green-600: #16a34a;
    --color-green-700: #15803d;
    --color-green-800: #166534;
    --color-green-900: #14532d;
    --color-green-950: #052e16;
    --color-emerald-50: #ecfdf5;
    --color-emerald-100: #d1fae5;
    --color-emerald-200: #a7f3d0;
    --color-emerald-300: #6ee7b7;
    --color-emerald-400: #34d399;
    --color-emerald-500: #10b981;
    --color-emerald-600: #059669;
    --color-emerald-700: #047857;
    --color-emerald-800: #065f46;
    --color-emerald-900: #064e3b;
    --color-emerald-950: #022c22;
    --color-teal-50: #f0fdfa;
    --color-teal-100: #ccfbf1;
    --color-teal-200: #99f6e4;
    --color-teal-300: #5eead4;
    --color-teal-400: #2dd4bf;
    --color-teal-500: #14b8a6;
    --color-teal-600: #0d9488;
    --color-teal-700: #0f766e;
    --color-teal-800: #115e59;
    --color-teal-900: #134e4a;
    --color-teal-950: #042f2e;
    --color-cyan-50: #ecfeff;
    --color-cyan-100: #cffafe;
    --color-cyan-200: #a5f3fc;
    --color-cyan-300: #67e8f9;
    --color-cyan-400: #22d3ee;
    --color-cyan-500: #06b6d4;
    --color-cyan-600: #0891b2;
    --color-cyan-700: #0e7490;
    --color-cyan-800: #155e75;
    --color-cyan-900: #164e63;
    --color-cyan-950: #083344;
    --color-sky-50: #f0f9ff;
    --color-sky-100: #e0f2fe;
    --color-sky-200: #bae6fd;
    --color-sky-300: #7dd3fc;
    --color-sky-400: #38bdf8;
    --color-sky-500: #0ea5e9;
    --color-sky-600: #0284c7;
    --color-sky-700: #0369a1;
    --color-sky-800: #075985;
    --color-sky-900: #0c4a6e;
    --color-sky-950: #082f49;
    --color-blue-50: #eff6ff;
    --color-blue-100: #dbeafe;
    --color-blue-200: #bfdbfe;
    --color-blue-300: #93c5fd;
    --color-blue-400: #60a5fa;
    --color-blue-500: #3b82f6;
    --color-blue-600: #2563eb;
    --color-blue-700: #1d4ed8;
    --color-blue-800: #1e40af;
    --color-blue-900: #1e3a8a;
    --color-blue-950: #172554;
    --color-indigo-50: #eef2ff;
    --color-indigo-100: #e0e7ff;
    --color-indigo-200: #c7d2fe;
    --color-indigo-300: #a5b4fc;
    --color-indigo-400: #818cf8;
    --color-indigo-500: #6366f1;
    --color-indigo-600: #4f46e5;
    --color-indigo-700: #4338ca;
    --color-indigo-800: #3730a3;
    --color-indigo-900: #312e81;
    --color-indigo-950: #1e1b4b;
    --color-violet-50: #f5f3ff;
    --color-violet-100: #ede9fe;
    --color-violet-200: #ddd6fe;
    --color-violet-300: #c4b5fd;
    --color-violet-400: #a78bfa;
    --color-violet-500: #8b5cf6;
    --color-violet-600: #7c3aed;
    --color-violet-700: #6d28d9;
    --color-violet-800: #5b21b6;
    --color-violet-900: #4c1d95;
    --color-violet-950: #2e1065;
    --color-purple-50: #faf5ff;
    --color-purple-100: #f3e8ff;
    --color-purple-200: #e9d5ff;
    --color-purple-300: #d8b4fe;
    --color-purple-400: #c084fc;
    --color-purple-500: #a855f7;
    --color-purple-600: #9333ea;
    --color-purple-700: #7e22ce;
    --color-purple-800: #6b21a8;
    --color-purple-900: #581c87;
    --color-purple-950: #3b0764;
    --color-fuchsia-50: #fdf4ff;
    --color-fuchsia-100: #fae8ff;
    --color-fuchsia-200: #f5d0fe;
    --color-fuchsia-300: #f0abfc;
    --color-fuchsia-400: #e879f9;
    --color-fuchsia-500: #d946ef;
    --color-fuchsia-600: #c026d3;
    --color-fuchsia-700: #a21caf;
    --color-fuchsia-800: #86198f;
    --color-fuchsia-900: #701a75;
    --color-fuchsia-950: #4a044e;
    --color-pink-50: #fdf2f8;
    --color-pink-100: #fce7f3;
    --color-pink-200: #fbcfe8;
    --color-pink-300: #f9a8d4;
    --color-pink-400: #f472b6;
    --color-pink-500: #ec4899;
    --color-pink-600: #db2777;
    --color-pink-700: #be185d;
    --color-pink-800: #9d174d;
    --color-pink-900: #831843;
    --color-pink-950: #500724;
    --color-rose-50: #fff1f2;
    --color-rose-100: #ffe4e6;
    --color-rose-200: #fecdd3;
    --color-rose-300: #fda4af;
    --color-rose-400: #fb7185;
    --color-rose-500: #f43f5e;
    --color-rose-600: #e11d48;
    --color-rose-700: #be123c;
    --color-rose-800: #9f1239;
    --color-rose-900: #881337;
    --color-rose-950: #4c0519;
    --color-gridItemHover: rgba(0,0,0,.03);
    --color-text-100: var(--bt-text-100);
    --color-text-200: var(--bt-text-200);
    --color-text-300: var(--bt-text-300);
    --color-text-400: var(--bt-text-400);
    --color-text-500: var(--bt-text-500);
    --color-text-600: var(--bt-text-600);
    --color-text-700: var(--bt-text-700);
    --color-text-800: var(--bt-text-800);
    --color-text-900: var(--bt-text-900);
    --color-text-DEFAULT: #000;
    --color-textDark: #fff;
    --color-link: var(--bs-link-color);
    --color-linkHover: var(--bs-link-hover-color);
    --color-linkHoverDark: #d1d2ff;
    --color-linkDark: #d3ddff;
    --color-inputBorder: var(--bt-cardBackground-550);
    --color-inputHover: var(--bt-primary-500);
    --color-inputHoverColor: #000;
    --color-inputFocus: var(--bt-primary-500);
    --color-inputFocusColor: #fff;
    --color-inputPlaceholderColor: var(--bt-cardBackground-600);
    --color-default: var(--bt-default);
    --color-defaultHover: var(--bt-default-hover);
    --color-cardBorder: #d1d5db;
    --color-sidebar-100: var(--bt-sidebar-100);
    --color-sidebar-200: var(--bt-sidebar-200);
    --color-sidebar-300: var(--bt-sidebar-300);
    --color-sidebar-400: var(--bt-sidebar-400);
    --color-sidebar-500: var(--bt-sidebar-500);
    --color-sidebar-600: var(--bt-sidebar-600);
    --color-sidebar-700: var(--bt-sidebar-700);
    --color-sidebar-800: var(--bt-sidebar-800);
    --color-sidebar-900: var(--bt-sidebar-900);
    --color-sidebar-DEFAULT: var(--bt-sidebar-500);
    --color-background-100: var(--bt-background-100);
    --color-background-150: var(--bt-background-150);
    --color-background-200: var(--bt-background-200);
    --color-background-300: var(--bt-background-300);
    --color-background-350: var(--bt-background-350);
    --color-background-400: var(--bt-background-400);
    --color-background-450: var(--bt-background-450);
    --color-background-500: var(--bt-background-500);
    --color-background-550: var(--bt-background-550);
    --color-background-600: var(--bt-background-600);
    --color-background-650: var(--bt-background-650);
    --color-background-700: var(--bt-background-700);
    --color-background-750: var(--bt-background-750);
    --color-background-800: var(--bt-background-800);
    --color-background-850: var(--bt-background-850);
    --color-background-900: var(--bt-background-900);
    --color-background-DEFAULT: #e3e8ec;
    --color-cardBackground-100: var(--bt-cardBackground-100);
    --color-cardBackground-150: var(--bt-cardBackground-150);
    --color-cardBackground-200: var(--bt-cardBackground-200);
    --color-cardBackground-300: var(--bt-cardBackground-300);
    --color-cardBackground-350: var(--bt-cardBackground-350);
    --color-cardBackground-400: var(--bt-cardBackground-400);
    --color-cardBackground-450: var(--bt-cardBackground-450);
    --color-cardBackground-500: var(--bt-cardBackground-500);
    --color-cardBackground-550: var(--bt-cardBackground-550);
    --color-cardBackground-600: var(--bt-cardBackground-600);
    --color-cardBackground-650: var(--bt-cardBackground-650);
    --color-cardBackground-700: var(--bt-cardBackground-700);
    --color-cardBackground-750: var(--bt-cardBackground-750);
    --color-cardBackground-800: var(--bt-cardBackground-800);
    --color-cardBackground-850: var(--bt-cardBackground-850);
    --color-cardBackground-900: var(--bt-cardBackground-900);
    --color-cardBackground-DEFAULT: #fff;
    --color-primary-100: var(--bt-primary-100);
    --color-primary-150: var(--bt-primary-150);
    --color-primary-200: var(--bt-primary-200);
    --color-primary-300: var(--bt-primary-300);
    --color-primary-350: var(--bt-primary-350);
    --color-primary-400: var(--bt-primary-400);
    --color-primary-450: var(--bt-primary-450);
    --color-primary-500: var(--bt-primary-500);
    --color-primary-550: var(--bt-primary-550);
    --color-primary-600: var(--bt-primary-600);
    --color-primary-650: var(--bt-primary-650);
    --color-primary-700: var(--bt-primary-700);
    --color-primary-750: var(--bt-primary-750);
    --color-primary-800: var(--bt-primary-800);
    --color-primary-850: var(--bt-primary-850);
    --color-primary-900: var(--bt-primary-900);
    --color-primary-DEFAULT: #005788;
    --color-secondary-100: var(--bt-secondary-100);
    --color-secondary-150: var(--bt-secondary-150);
    --color-secondary-200: var(--bt-secondary-200);
    --color-secondary-300: var(--bt-secondary-300);
    --color-secondary-350: var(--bt-secondary-350);
    --color-secondary-400: var(--bt-secondary-400);
    --color-secondary-450: var(--bt-secondary-450);
    --color-secondary-500: var(--bt-secondary-500);
    --color-secondary-550: var(--bt-secondary-550);
    --color-secondary-600: var(--bt-secondary-600);
    --color-secondary-650: var(--bt-secondary-650);
    --color-secondary-700: var(--bt-secondary-700);
    --color-secondary-750: var(--bt-secondary-750);
    --color-secondary-800: var(--bt-secondary-800);
    --color-secondary-850: var(--bt-secondary-850);
    --color-secondary-900: var(--bt-secondary-900);
    --color-secondary-DEFAULT: #CFD4DB;
    --color-success-100: var(--bt-success-100);
    --color-success-200: var(--bt-success-200);
    --color-success-300: var(--bt-success-300);
    --color-success-400: var(--bt-success-400);
    --color-success-500: var(--bt-success-500);
    --color-success-600: var(--bt-success-600);
    --color-success-700: var(--bt-success-700);
    --color-success-800: var(--bt-success-800);
    --color-success-900: var(--bt-success-900);
    --color-success-DEFAULT: #1B8749;
    --color-info-100: var(--bt-info-100);
    --color-info-200: var(--bt-info-200);
    --color-info-300: var(--bt-info-300);
    --color-info-400: var(--bt-info-400);
    --color-info-500: var(--bt-info-500);
    --color-info-600: var(--bt-info-600);
    --color-info-700: var(--bt-info-700);
    --color-info-800: var(--bt-info-800);
    --color-info-900: var(--bt-info-900);
    --color-info-DEFAULT: #48abd9;
    --color-warning-100: var(--bt-warning-100);
    --color-warning-200: var(--bt-warning-200);
    --color-warning-300: var(--bt-warning-300);
    --color-warning-400: var(--bt-warning-400);
    --color-warning-500: var(--bt-warning-500);
    --color-warning-600: var(--bt-warning-600);
    --color-warning-700: var(--bt-warning-700);
    --color-warning-800: var(--bt-warning-800);
    --color-warning-900: var(--bt-warning-900);
    --color-warning-DEFAULT: #ffa800;
    --color-danger-100: var(--bt-danger-100);
    --color-danger-200: var(--bt-danger-200);
    --color-danger-300: var(--bt-danger-300);
    --color-danger-400: var(--bt-danger-400);
    --color-danger-500: var(--bt-danger-500);
    --color-danger-600: var(--bt-danger-600);
    --color-danger-700: var(--bt-danger-700);
    --color-danger-800: var(--bt-danger-800);
    --color-danger-900: var(--bt-danger-900);
    --color-danger-DEFAULT: #e85743;
    --color-bt: #1e293b;
    --color-btLight: #48abd9;
    --color-navBackground: #fff;
    --color-navText: #1e293b;
    --color-navBackgroundDark: #1e293b;
    --color-navTextHover: #1e293b;
    --color-navTextDark: #fff;
    --color-cardHeader: #f9f9ff;
    --color-bt-contrast: #fff;
    --color-bt-text: #1e293b;
    --color-btLight-contrast: #000;
    --color-btLight-text: #48abd9;
    --color-text-contrast: #fff;
    --color-text-text: #000;
    --color-navBackground-contrast: #000;
    --color-navBackground-text: #848484;
    --color-navText-contrast: #fff;
    --color-navText-text: #1e293b;
    --color-navBackgroundDark-contrast: #fff;
    --color-navBackgroundDark-text: #1e293b;
    --color-navTextHover-contrast: #fff;
    --color-navTextHover-text: #1e293b;
    --color-navTextDark-contrast: #000;
    --color-navTextDark-text: #848484;
    --color-background-contrast: #000;
    --color-background-text: #6b6f73;
    --color-cardBackground-contrast: #000;
    --color-cardBackground-text: #848484;
    --color-cardHeader-contrast: #000;
    --color-cardHeader-text: #7e7e84;
    --color-primary-contrast: #fff;
    --color-primary-text: #005788;
    --color-secondary-contrast: #000;
    --color-secondary-text: #5a5e64;
    --color-success-contrast: #fff;
    --color-success-text: #1B8749;
    --color-info-contrast: #000;
    --color-info-text: #48abd9;
    --color-warning-contrast: #000;
    --color-warning-text: #ffa800;
    --color-danger-contrast: #fff;
    --color-danger-text: #e85743;
    --color-bt-contrast-contrast: #000;
    --color-bt-contrast-text: #848484;
    --color-bt-text-contrast: #fff;
    --color-bt-text-text: #1e293b;
    --color-btLight-contrast-contrast: #fff;
    --color-btLight-contrast-text: #000;
    --color-btLight-text-contrast: #000;
    --color-btLight-text-text: #48abd9;
    --color-text-contrast-contrast: #000;
    --color-text-contrast-text: #848484;
    --color-text-text-contrast: #fff;
    --color-text-text-text: #000;
    --color-navBackground-contrast-contrast: #fff;
    --color-navBackground-contrast-text: #000;
    --color-navBackground-text-contrast: #fff;
    --color-navBackground-text-text: #848484;
    --color-navText-contrast-contrast: #000;
    --color-navText-contrast-text: #848484;
    --color-navText-text-contrast: #fff;
    --color-navText-text-text: #1e293b;
    --color-navBackgroundDark-contrast-contrast: #000;
    --color-navBackgroundDark-contrast-text: #848484;
    --color-navBackgroundDark-text-contrast: #fff;
    --color-navBackgroundDark-text-text: #1e293b;
    --color-navTextHover-contrast-contrast: #000;
    --color-navTextHover-contrast-text: #848484;
    --color-navTextHover-text-contrast: #fff;
    --color-navTextHover-text-text: #1e293b;
    --color-navTextDark-contrast-contrast: #fff;
    --color-navTextDark-contrast-text: #000;
    --color-navTextDark-text-contrast: #fff;
    --color-navTextDark-text-text: #848484;
    --color-background-contrast-contrast: #fff;
    --color-background-contrast-text: #000;
    --color-background-text-contrast: #fff;
    --color-background-text-text: #6b6f73;
    --color-cardBackground-contrast-contrast: #fff;
    --color-cardBackground-contrast-text: #000;
    --color-cardBackground-text-contrast: #fff;
    --color-cardBackground-text-text: #848484;
    --color-cardHeader-contrast-contrast: #fff;
    --color-cardHeader-contrast-text: #000;
    --color-cardHeader-text-contrast: #fff;
    --color-cardHeader-text-text: #7e7e84;
    --color-primary-contrast-contrast: #000;
    --color-primary-contrast-text: #848484;
    --color-primary-text-contrast: #fff;
    --color-primary-text-text: #005788;
    --color-secondary-contrast-contrast: #fff;
    --color-secondary-contrast-text: #000;
    --color-secondary-text-contrast: #fff;
    --color-secondary-text-text: #5a5e64;
    --color-success-contrast-contrast: #000;
    --color-success-contrast-text: #848484;
    --color-success-text-contrast: #fff;
    --color-success-text-text: #1B8749;
    --color-info-contrast-contrast: #fff;
    --color-info-contrast-text: #000;
    --color-info-text-contrast: #000;
    --color-info-text-text: #48abd9;
    --color-warning-contrast-contrast: #fff;
    --color-warning-contrast-text: #000;
    --color-warning-text-contrast: #000;
    --color-warning-text-text: #ffa800;
    --color-danger-contrast-contrast: #000;
    --color-danger-contrast-text: #848484;
    --color-danger-text-contrast: #fff;
    --color-danger-text-text: #e85743
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  
}
/**
 * Here we add custom base styles, applied after the tailwind-base
 * classes
 *
 */
/* Import variables & overrides */

/**
 * This injects any component classes registered by plugins.
 *
 */
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 576px){
  .container{
    max-width: 576px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1050px){
  .container{
    max-width: 1050px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1550px){
  .container{
    max-width: 1550px;
  }
}
@media (min-width: 1650px){
  .container{
    max-width: 1650px;
  }
}
.prose-sm{
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.1111111em;
}
.prose-sm :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  border-radius: 0.3125rem;
  padding-top: 0.1428571em;
  padding-inline-end: 0.3571429em;
  padding-bottom: 0.1428571em;
  padding-inline-start: 0.3571429em;
}
.prose-sm :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
}
.prose-sm :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.prose-sm :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8888889em;
}
.prose-sm :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.4285714em;
}
.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.2857143em;
  padding-inline-start: 1.5714286em;
}
.prose-sm :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.6666667em;
  padding-inline-end: 1em;
  padding-bottom: 0.6666667em;
  padding-inline-start: 1em;
}
.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose-sm :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-amber{
  --tw-prose-links: #d97706;
  --tw-prose-invert-links: #f59e0b;
}
.prose-lime{
  --tw-prose-links: #65a30d;
  --tw-prose-invert-links: #84cc16;
}
.prose-emerald{
  --tw-prose-links: #059669;
  --tw-prose-invert-links: #10b981;
}
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--bs-font-sans-serif); /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  //background-color: transparent; /* 2 */
  //background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
/* p, */
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
:root{
  --color-inherit: inherit;
  --color-current: currentColor;
  --color-transparent: transparent;
  --color-black: #000;
  --color-white: #fff;
  --color-slate-50: #f8fafc;
  --color-slate-100: #f1f5f9;
  --color-slate-200: #e2e8f0;
  --color-slate-300: #cbd5e1;
  --color-slate-400: #94a3b8;
  --color-slate-500: #64748b;
  --color-slate-550: #53647a;
  --color-slate-600: #475569;
  --color-slate-650: #435065;
  --color-slate-700: #334155;
  --color-slate-750: #27364e;
  --color-slate-800: #1e293b;
  --color-slate-900: #0f172a;
  --color-slate-950: #020617;
  --color-gray-50: #f9fafb;
  --color-gray-100: #f3f4f6;
  --color-gray-200: #e5e7eb;
  --color-gray-300: #d1d5db;
  --color-gray-400: #9ca3af;
  --color-gray-500: #6b7280;
  --color-gray-600: #4b5563;
  --color-gray-700: #374151;
  --color-gray-800: #1f2937;
  --color-gray-900: #111827;
  --color-gray-950: #030712;
  --color-zinc-50: #fafafa;
  --color-zinc-100: #f4f4f5;
  --color-zinc-200: #e4e4e7;
  --color-zinc-300: #d4d4d8;
  --color-zinc-400: #a1a1aa;
  --color-zinc-500: #71717a;
  --color-zinc-600: #52525b;
  --color-zinc-700: #3f3f46;
  --color-zinc-800: #27272a;
  --color-zinc-900: #18181b;
  --color-zinc-950: #09090b;
  --color-neutral-50: #fafafa;
  --color-neutral-100: #f5f5f5;
  --color-neutral-200: #e5e5e5;
  --color-neutral-300: #d4d4d4;
  --color-neutral-400: #a3a3a3;
  --color-neutral-500: #737373;
  --color-neutral-600: #525252;
  --color-neutral-700: #404040;
  --color-neutral-800: #262626;
  --color-neutral-900: #171717;
  --color-neutral-950: #0a0a0a;
  --color-stone-50: #fafaf9;
  --color-stone-100: #f5f5f4;
  --color-stone-200: #e7e5e4;
  --color-stone-300: #d6d3d1;
  --color-stone-400: #a8a29e;
  --color-stone-500: #78716c;
  --color-stone-600: #57534e;
  --color-stone-700: #44403c;
  --color-stone-800: #292524;
  --color-stone-900: #1c1917;
  --color-stone-950: #0c0a09;
  --color-red-50: #fef2f2;
  --color-red-100: #fee2e2;
  --color-red-200: #fecaca;
  --color-red-300: #fca5a5;
  --color-red-400: #f87171;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-red-900: #7f1d1d;
  --color-red-950: #450a0a;
  --color-orange-50: #fff7ed;
  --color-orange-100: #ffedd5;
  --color-orange-200: #fed7aa;
  --color-orange-300: #fdba74;
  --color-orange-400: #fb923c;
  --color-orange-500: #f97316;
  --color-orange-600: #ea580c;
  --color-orange-700: #c2410c;
  --color-orange-800: #9a3412;
  --color-orange-900: #7c2d12;
  --color-orange-950: #431407;
  --color-amber-50: #fffbeb;
  --color-amber-100: #fef3c7;
  --color-amber-200: #fde68a;
  --color-amber-300: #fcd34d;
  --color-amber-400: #fbbf24;
  --color-amber-500: #f59e0b;
  --color-amber-600: #d97706;
  --color-amber-700: #b45309;
  --color-amber-800: #92400e;
  --color-amber-900: #78350f;
  --color-amber-950: #451a03;
  --color-yellow-50: #fefce8;
  --color-yellow-100: #fef9c3;
  --color-yellow-200: #fef08a;
  --color-yellow-300: #fde047;
  --color-yellow-400: #facc15;
  --color-yellow-500: #eab308;
  --color-yellow-600: #ca8a04;
  --color-yellow-700: #a16207;
  --color-yellow-800: #854d0e;
  --color-yellow-900: #713f12;
  --color-yellow-950: #422006;
  --color-lime-50: #f7fee7;
  --color-lime-100: #ecfccb;
  --color-lime-200: #d9f99d;
  --color-lime-300: #bef264;
  --color-lime-400: #a3e635;
  --color-lime-500: #84cc16;
  --color-lime-600: #65a30d;
  --color-lime-700: #4d7c0f;
  --color-lime-800: #3f6212;
  --color-lime-900: #365314;
  --color-lime-950: #1a2e05;
  --color-green-50: #f0fdf4;
  --color-green-100: #dcfce7;
  --color-green-200: #bbf7d0;
  --color-green-300: #86efac;
  --color-green-400: #4ade80;
  --color-green-500: #22c55e;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;
  --color-green-800: #166534;
  --color-green-900: #14532d;
  --color-green-950: #052e16;
  --color-emerald-50: #ecfdf5;
  --color-emerald-100: #d1fae5;
  --color-emerald-200: #a7f3d0;
  --color-emerald-300: #6ee7b7;
  --color-emerald-400: #34d399;
  --color-emerald-500: #10b981;
  --color-emerald-600: #059669;
  --color-emerald-700: #047857;
  --color-emerald-800: #065f46;
  --color-emerald-900: #064e3b;
  --color-emerald-950: #022c22;
  --color-teal-50: #f0fdfa;
  --color-teal-100: #ccfbf1;
  --color-teal-200: #99f6e4;
  --color-teal-300: #5eead4;
  --color-teal-400: #2dd4bf;
  --color-teal-500: #14b8a6;
  --color-teal-600: #0d9488;
  --color-teal-700: #0f766e;
  --color-teal-800: #115e59;
  --color-teal-900: #134e4a;
  --color-teal-950: #042f2e;
  --color-cyan-50: #ecfeff;
  --color-cyan-100: #cffafe;
  --color-cyan-200: #a5f3fc;
  --color-cyan-300: #67e8f9;
  --color-cyan-400: #22d3ee;
  --color-cyan-500: #06b6d4;
  --color-cyan-600: #0891b2;
  --color-cyan-700: #0e7490;
  --color-cyan-800: #155e75;
  --color-cyan-900: #164e63;
  --color-cyan-950: #083344;
  --color-sky-50: #f0f9ff;
  --color-sky-100: #e0f2fe;
  --color-sky-200: #bae6fd;
  --color-sky-300: #7dd3fc;
  --color-sky-400: #38bdf8;
  --color-sky-500: #0ea5e9;
  --color-sky-600: #0284c7;
  --color-sky-700: #0369a1;
  --color-sky-800: #075985;
  --color-sky-900: #0c4a6e;
  --color-sky-950: #082f49;
  --color-blue-50: #eff6ff;
  --color-blue-100: #dbeafe;
  --color-blue-200: #bfdbfe;
  --color-blue-300: #93c5fd;
  --color-blue-400: #60a5fa;
  --color-blue-500: #3b82f6;
  --color-blue-600: #2563eb;
  --color-blue-700: #1d4ed8;
  --color-blue-800: #1e40af;
  --color-blue-900: #1e3a8a;
  --color-blue-950: #172554;
  --color-indigo-50: #eef2ff;
  --color-indigo-100: #e0e7ff;
  --color-indigo-200: #c7d2fe;
  --color-indigo-300: #a5b4fc;
  --color-indigo-400: #818cf8;
  --color-indigo-500: #6366f1;
  --color-indigo-600: #4f46e5;
  --color-indigo-700: #4338ca;
  --color-indigo-800: #3730a3;
  --color-indigo-900: #312e81;
  --color-indigo-950: #1e1b4b;
  --color-violet-50: #f5f3ff;
  --color-violet-100: #ede9fe;
  --color-violet-200: #ddd6fe;
  --color-violet-300: #c4b5fd;
  --color-violet-400: #a78bfa;
  --color-violet-500: #8b5cf6;
  --color-violet-600: #7c3aed;
  --color-violet-700: #6d28d9;
  --color-violet-800: #5b21b6;
  --color-violet-900: #4c1d95;
  --color-violet-950: #2e1065;
  --color-purple-50: #faf5ff;
  --color-purple-100: #f3e8ff;
  --color-purple-200: #e9d5ff;
  --color-purple-300: #d8b4fe;
  --color-purple-400: #c084fc;
  --color-purple-500: #a855f7;
  --color-purple-600: #9333ea;
  --color-purple-700: #7e22ce;
  --color-purple-800: #6b21a8;
  --color-purple-900: #581c87;
  --color-purple-950: #3b0764;
  --color-fuchsia-50: #fdf4ff;
  --color-fuchsia-100: #fae8ff;
  --color-fuchsia-200: #f5d0fe;
  --color-fuchsia-300: #f0abfc;
  --color-fuchsia-400: #e879f9;
  --color-fuchsia-500: #d946ef;
  --color-fuchsia-600: #c026d3;
  --color-fuchsia-700: #a21caf;
  --color-fuchsia-800: #86198f;
  --color-fuchsia-900: #701a75;
  --color-fuchsia-950: #4a044e;
  --color-pink-50: #fdf2f8;
  --color-pink-100: #fce7f3;
  --color-pink-200: #fbcfe8;
  --color-pink-300: #f9a8d4;
  --color-pink-400: #f472b6;
  --color-pink-500: #ec4899;
  --color-pink-600: #db2777;
  --color-pink-700: #be185d;
  --color-pink-800: #9d174d;
  --color-pink-900: #831843;
  --color-pink-950: #500724;
  --color-rose-50: #fff1f2;
  --color-rose-100: #ffe4e6;
  --color-rose-200: #fecdd3;
  --color-rose-300: #fda4af;
  --color-rose-400: #fb7185;
  --color-rose-500: #f43f5e;
  --color-rose-600: #e11d48;
  --color-rose-700: #be123c;
  --color-rose-800: #9f1239;
  --color-rose-900: #881337;
  --color-rose-950: #4c0519;
  --color-gridItemHover: rgba(0,0,0,.03);
  --color-text-100: var(--bt-text-100);
  --color-text-200: var(--bt-text-200);
  --color-text-300: var(--bt-text-300);
  --color-text-400: var(--bt-text-400);
  --color-text-500: var(--bt-text-500);
  --color-text-600: var(--bt-text-600);
  --color-text-700: var(--bt-text-700);
  --color-text-800: var(--bt-text-800);
  --color-text-900: var(--bt-text-900);
  --color-text-DEFAULT: #000;
  --color-textDark: #fff;
  --color-link: var(--bs-link-color);
  --color-linkHover: var(--bs-link-hover-color);
  --color-linkHoverDark: #d1d2ff;
  --color-linkDark: #d3ddff;
  --color-inputBorder: var(--bt-cardBackground-550);
  --color-inputHover: var(--bt-primary-500);
  --color-inputHoverColor: #000;
  --color-inputFocus: var(--bt-primary-500);
  --color-inputFocusColor: #fff;
  --color-inputPlaceholderColor: var(--bt-cardBackground-600);
  --color-default: var(--bt-default);
  --color-defaultHover: var(--bt-default-hover);
  --color-cardBorder: #d1d5db;
  --color-sidebar-100: var(--bt-sidebar-100);
  --color-sidebar-200: var(--bt-sidebar-200);
  --color-sidebar-300: var(--bt-sidebar-300);
  --color-sidebar-400: var(--bt-sidebar-400);
  --color-sidebar-500: var(--bt-sidebar-500);
  --color-sidebar-600: var(--bt-sidebar-600);
  --color-sidebar-700: var(--bt-sidebar-700);
  --color-sidebar-800: var(--bt-sidebar-800);
  --color-sidebar-900: var(--bt-sidebar-900);
  --color-sidebar-DEFAULT: var(--bt-sidebar-500);
  --color-background-100: var(--bt-background-100);
  --color-background-150: var(--bt-background-150);
  --color-background-200: var(--bt-background-200);
  --color-background-300: var(--bt-background-300);
  --color-background-350: var(--bt-background-350);
  --color-background-400: var(--bt-background-400);
  --color-background-450: var(--bt-background-450);
  --color-background-500: var(--bt-background-500);
  --color-background-550: var(--bt-background-550);
  --color-background-600: var(--bt-background-600);
  --color-background-650: var(--bt-background-650);
  --color-background-700: var(--bt-background-700);
  --color-background-750: var(--bt-background-750);
  --color-background-800: var(--bt-background-800);
  --color-background-850: var(--bt-background-850);
  --color-background-900: var(--bt-background-900);
  --color-background-DEFAULT: #e3e8ec;
  --color-cardBackground-100: var(--bt-cardBackground-100);
  --color-cardBackground-150: var(--bt-cardBackground-150);
  --color-cardBackground-200: var(--bt-cardBackground-200);
  --color-cardBackground-300: var(--bt-cardBackground-300);
  --color-cardBackground-350: var(--bt-cardBackground-350);
  --color-cardBackground-400: var(--bt-cardBackground-400);
  --color-cardBackground-450: var(--bt-cardBackground-450);
  --color-cardBackground-500: var(--bt-cardBackground-500);
  --color-cardBackground-550: var(--bt-cardBackground-550);
  --color-cardBackground-600: var(--bt-cardBackground-600);
  --color-cardBackground-650: var(--bt-cardBackground-650);
  --color-cardBackground-700: var(--bt-cardBackground-700);
  --color-cardBackground-750: var(--bt-cardBackground-750);
  --color-cardBackground-800: var(--bt-cardBackground-800);
  --color-cardBackground-850: var(--bt-cardBackground-850);
  --color-cardBackground-900: var(--bt-cardBackground-900);
  --color-cardBackground-DEFAULT: #fff;
  --color-primary-100: var(--bt-primary-100);
  --color-primary-150: var(--bt-primary-150);
  --color-primary-200: var(--bt-primary-200);
  --color-primary-300: var(--bt-primary-300);
  --color-primary-350: var(--bt-primary-350);
  --color-primary-400: var(--bt-primary-400);
  --color-primary-450: var(--bt-primary-450);
  --color-primary-500: var(--bt-primary-500);
  --color-primary-550: var(--bt-primary-550);
  --color-primary-600: var(--bt-primary-600);
  --color-primary-650: var(--bt-primary-650);
  --color-primary-700: var(--bt-primary-700);
  --color-primary-750: var(--bt-primary-750);
  --color-primary-800: var(--bt-primary-800);
  --color-primary-850: var(--bt-primary-850);
  --color-primary-900: var(--bt-primary-900);
  --color-primary-DEFAULT: #005788;
  --color-secondary-100: var(--bt-secondary-100);
  --color-secondary-150: var(--bt-secondary-150);
  --color-secondary-200: var(--bt-secondary-200);
  --color-secondary-300: var(--bt-secondary-300);
  --color-secondary-350: var(--bt-secondary-350);
  --color-secondary-400: var(--bt-secondary-400);
  --color-secondary-450: var(--bt-secondary-450);
  --color-secondary-500: var(--bt-secondary-500);
  --color-secondary-550: var(--bt-secondary-550);
  --color-secondary-600: var(--bt-secondary-600);
  --color-secondary-650: var(--bt-secondary-650);
  --color-secondary-700: var(--bt-secondary-700);
  --color-secondary-750: var(--bt-secondary-750);
  --color-secondary-800: var(--bt-secondary-800);
  --color-secondary-850: var(--bt-secondary-850);
  --color-secondary-900: var(--bt-secondary-900);
  --color-secondary-DEFAULT: #CFD4DB;
  --color-success-100: var(--bt-success-100);
  --color-success-200: var(--bt-success-200);
  --color-success-300: var(--bt-success-300);
  --color-success-400: var(--bt-success-400);
  --color-success-500: var(--bt-success-500);
  --color-success-600: var(--bt-success-600);
  --color-success-700: var(--bt-success-700);
  --color-success-800: var(--bt-success-800);
  --color-success-900: var(--bt-success-900);
  --color-success-DEFAULT: #1B8749;
  --color-info-100: var(--bt-info-100);
  --color-info-200: var(--bt-info-200);
  --color-info-300: var(--bt-info-300);
  --color-info-400: var(--bt-info-400);
  --color-info-500: var(--bt-info-500);
  --color-info-600: var(--bt-info-600);
  --color-info-700: var(--bt-info-700);
  --color-info-800: var(--bt-info-800);
  --color-info-900: var(--bt-info-900);
  --color-info-DEFAULT: #48abd9;
  --color-warning-100: var(--bt-warning-100);
  --color-warning-200: var(--bt-warning-200);
  --color-warning-300: var(--bt-warning-300);
  --color-warning-400: var(--bt-warning-400);
  --color-warning-500: var(--bt-warning-500);
  --color-warning-600: var(--bt-warning-600);
  --color-warning-700: var(--bt-warning-700);
  --color-warning-800: var(--bt-warning-800);
  --color-warning-900: var(--bt-warning-900);
  --color-warning-DEFAULT: #ffa800;
  --color-danger-100: var(--bt-danger-100);
  --color-danger-200: var(--bt-danger-200);
  --color-danger-300: var(--bt-danger-300);
  --color-danger-400: var(--bt-danger-400);
  --color-danger-500: var(--bt-danger-500);
  --color-danger-600: var(--bt-danger-600);
  --color-danger-700: var(--bt-danger-700);
  --color-danger-800: var(--bt-danger-800);
  --color-danger-900: var(--bt-danger-900);
  --color-danger-DEFAULT: #e85743;
  --color-bt: #1e293b;
  --color-btLight: #48abd9;
  --color-navBackground: #fff;
  --color-navText: #1e293b;
  --color-navBackgroundDark: #1e293b;
  --color-navTextHover: #1e293b;
  --color-navTextDark: #fff;
  --color-cardHeader: #f9f9ff;
  --color-bt-contrast: #fff;
  --color-bt-text: #1e293b;
  --color-btLight-contrast: #000;
  --color-btLight-text: #48abd9;
  --color-text-contrast: #fff;
  --color-text-text: #000;
  --color-navBackground-contrast: #000;
  --color-navBackground-text: #848484;
  --color-navText-contrast: #fff;
  --color-navText-text: #1e293b;
  --color-navBackgroundDark-contrast: #fff;
  --color-navBackgroundDark-text: #1e293b;
  --color-navTextHover-contrast: #fff;
  --color-navTextHover-text: #1e293b;
  --color-navTextDark-contrast: #000;
  --color-navTextDark-text: #848484;
  --color-background-contrast: #000;
  --color-background-text: #6b6f73;
  --color-cardBackground-contrast: #000;
  --color-cardBackground-text: #848484;
  --color-cardHeader-contrast: #000;
  --color-cardHeader-text: #7e7e84;
  --color-primary-contrast: #fff;
  --color-primary-text: #005788;
  --color-secondary-contrast: #000;
  --color-secondary-text: #5a5e64;
  --color-success-contrast: #fff;
  --color-success-text: #1B8749;
  --color-info-contrast: #000;
  --color-info-text: #48abd9;
  --color-warning-contrast: #000;
  --color-warning-text: #ffa800;
  --color-danger-contrast: #fff;
  --color-danger-text: #e85743;
  --color-bt-contrast-contrast: #000;
  --color-bt-contrast-text: #848484;
  --color-bt-text-contrast: #fff;
  --color-bt-text-text: #1e293b;
  --color-btLight-contrast-contrast: #fff;
  --color-btLight-contrast-text: #000;
  --color-btLight-text-contrast: #000;
  --color-btLight-text-text: #48abd9;
  --color-text-contrast-contrast: #000;
  --color-text-contrast-text: #848484;
  --color-text-text-contrast: #fff;
  --color-text-text-text: #000;
  --color-navBackground-contrast-contrast: #fff;
  --color-navBackground-contrast-text: #000;
  --color-navBackground-text-contrast: #fff;
  --color-navBackground-text-text: #848484;
  --color-navText-contrast-contrast: #000;
  --color-navText-contrast-text: #848484;
  --color-navText-text-contrast: #fff;
  --color-navText-text-text: #1e293b;
  --color-navBackgroundDark-contrast-contrast: #000;
  --color-navBackgroundDark-contrast-text: #848484;
  --color-navBackgroundDark-text-contrast: #fff;
  --color-navBackgroundDark-text-text: #1e293b;
  --color-navTextHover-contrast-contrast: #000;
  --color-navTextHover-contrast-text: #848484;
  --color-navTextHover-text-contrast: #fff;
  --color-navTextHover-text-text: #1e293b;
  --color-navTextDark-contrast-contrast: #fff;
  --color-navTextDark-contrast-text: #000;
  --color-navTextDark-text-contrast: #fff;
  --color-navTextDark-text-text: #848484;
  --color-background-contrast-contrast: #fff;
  --color-background-contrast-text: #000;
  --color-background-text-contrast: #fff;
  --color-background-text-text: #6b6f73;
  --color-cardBackground-contrast-contrast: #fff;
  --color-cardBackground-contrast-text: #000;
  --color-cardBackground-text-contrast: #fff;
  --color-cardBackground-text-text: #848484;
  --color-cardHeader-contrast-contrast: #fff;
  --color-cardHeader-contrast-text: #000;
  --color-cardHeader-text-contrast: #fff;
  --color-cardHeader-text-text: #7e7e84;
  --color-primary-contrast-contrast: #000;
  --color-primary-contrast-text: #848484;
  --color-primary-text-contrast: #fff;
  --color-primary-text-text: #005788;
  --color-secondary-contrast-contrast: #fff;
  --color-secondary-contrast-text: #000;
  --color-secondary-text-contrast: #fff;
  --color-secondary-text-text: #5a5e64;
  --color-success-contrast-contrast: #000;
  --color-success-contrast-text: #848484;
  --color-success-text-contrast: #fff;
  --color-success-text-text: #1B8749;
  --color-info-contrast-contrast: #fff;
  --color-info-contrast-text: #000;
  --color-info-text-contrast: #000;
  --color-info-text-text: #48abd9;
  --color-warning-contrast-contrast: #fff;
  --color-warning-contrast-text: #000;
  --color-warning-text-contrast: #000;
  --color-warning-text-text: #ffa800;
  --color-danger-contrast-contrast: #000;
  --color-danger-contrast-text: #848484;
  --color-danger-text-contrast: #fff;
  --color-danger-text-text: #e85743;
}
.bg-card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-card:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.border-light{
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity));
  }
.border-light:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.bt-btn-default.active, .bt-btn-default:focus, .bt-btn-default:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.bt-btn-default.active:is([data-bs-theme="dark"] *), .bt-btn-default:focus:is([data-bs-theme="dark"] *), .bt-btn-default:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-muted{
  color: var(--bt-background-700) !important;
}
.text-muted:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
/* scrollbar-width: thin; */
/* scrollbar-face-color: theme('colors.background.600');
    scrollbar-track-color: theme('colors.background.500'); */
/* scrollbar-color: theme('colors.background.600') theme('colors.background.500'); */
/* scrollbar-color: theme('colors.slate.700') theme('colors.slate.800'); */
.input-group-text{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-group-text:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.input-group-text{
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.input-group-text:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.gap-gutter{
  gap: var(--bt-gutter);
}
.mt-gutter{
  margin-top: var(--bt-gutter);
}
.mb-gutter{
  margin-bottom: var(--bt-gutter);
}
.ml-gutter{
  margin-left: var(--bt-gutter);
}
.mr-gutter{
  margin-left: var(--bt-gutter);
}
.px-gutter{
  padding-left: var(--bt-gutter);
  padding-right: var(--bt-gutter);
}
.py-gutter{
  padding-top: var(--bt-gutter);
  padding-bottom: var(--bt-gutter);
}
.pt-gutter{
  padding-top: var(--bt-gutter);
}
.pb-gutter{
  padding-bottom: var(--bt-gutter);
}
.pl-gutter{
  padding-left: var(--bt-gutter);
}
.pr-gutter{
  padding-left: var(--bt-gutter);
}
.bars-transform-plus-to-minus .bar:first-child{
  margin-left: 0.5rem;
  width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bars-transform-plus-to-minus .bar:nth-child(2){
  margin-top: -.3rem;
  transition-property: none;
}
.bars-transform-plus-to-minus .bar:last-child{
  margin-top: -.333rem;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: none;
}
.bars-transform-plus .bar:nth-child(2){
  margin-top: -6px;
  transition-property: none;
}
.bars-transform-plus .bar:last-child{
  margin-top: -6px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.bars-transform-minus .bar:first-child, .bars-transform-minus .bar:last-child{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bars-transform-minus .bar:last-child{
  margin-top: -6px !important;
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.bars-transform-minus .bar:first-child{
  margin-bottom: -6px !important;
  --tw-rotate: 360 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.table-bt .btn-group{
  float: none;
}
.table-bt.table-striped >tbody>tr:nth-of-type(odd)>*:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table-bt.table-striped >tbody>tr:nth-of-type(odd)>* a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table-bt.table-bordered{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table-bt.table-bordered:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table-bt.table-bordered{
  border-collapse: collapse;
  border-width: 1px;
}
.table-bt.table-bordered td,.table-bt.table-bordered th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table-bt.table-bordered td:is([data-bs-theme="dark"] *),.table-bt.table-bordered th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table-bt.table-bordered td,.table-bt.table-bordered th{
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table-bt.table-bordered td:is([data-bs-theme="dark"] *),.table-bt.table-bordered th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table-bt.table-bordered td,.table-bt.table-bordered th{
  border-left-width: 0px;
  border-right-width: 0px;
  cursor: default;
  border-bottom-width: 1px;
  border-color: var(--bt-cardBackground-600);
}
.table-bt tbody tr.ticket-highlight input.selection_checkbox::checked{
  --tw-bg-opacity: 1;
  background-color: rgb(27 135 73 / var(--tw-bg-opacity));
}
.table-bt th.flex-column .fa-stack, .table-bt td.flex-column .fa-stack{
  display: flex;
}
.table-bt th .badge,.table-bt td .badge{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.table-bt-bordered, .table-bordered{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table-bt-bordered:is([data-bs-theme="dark"] *), .table-bordered:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table-bt-bordered, .table-bordered{
  border-collapse: collapse;
  border-width: 1px;
}
.table-bt-bordered td, .table-bt-bordered th, .table-bordered td, .table-bordered th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table-bt-bordered td:is([data-bs-theme="dark"] *), .table-bt-bordered th:is([data-bs-theme="dark"] *), .table-bordered td:is([data-bs-theme="dark"] *), .table-bordered th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table-bt-bordered td, .table-bt-bordered th, .table-bordered td, .table-bordered th{
  border-left-width: 0px;
  border-right-width: 0px;
  cursor: default;
  border-bottom-width: 1px;
  border-color: var(--bt-cardBackground-600);
}
.table-bt-striped >tbody>tr:nth-of-type(odd)>*:is([data-bs-theme="dark"] *),.table-striped >tbody>tr:nth-of-type(odd)>*:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table-bt-striped >tbody>tr:nth-of-type(odd)>* a:is([data-bs-theme="dark"] *),.table-striped >tbody>tr:nth-of-type(odd)>* a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table-responsive td > .form-check{
  margin-left: 0px;
  margin-right: 0px;
}
.table-responsive td > .form-check .form-check-input{
  margin-top: 0px;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
@font-face {
  font-family: 'Mona Sans';
  src:
    url(2f40792e491758879b85.woff2) format('woff2 supports variations'),
    url(2f40792e491758879b85.woff2) format('woff2-variations');
  font-weight: 200 900;
  font-stretch: 75% 125%;
}
/* Import Theme */
/* @import '../themes/default.scss'; */
/**
 * Here we add custom component classes; stuff we want loaded
 * *before* the utilities so that the utilities can still
 * override them.
 *
 */
/* Base Styling */
body{
  height: 100%;
  scroll-behavior: smooth;
  --tw-bg-opacity: 1;
  background-color: rgb(227 232 236 / var(--tw-bg-opacity));
  background-size: cover;
  background-repeat: repeat-y;
}
body:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (max-width: 1550px){
body{
    --bs-body-font-size: .9rem
    /* .btn{
      --bs-btn-font-size: var(--bs-body-font-size);
    } */
}
    body .form-control{
      font-size: var(--bs-body-font-size);
    }
  }
body.loaded{
  background-image: url(1055d0042a8396ffb719.svg);
}
body .pusher{
  position: relative;
  margin-top: 100px;
  min-height: calc(100% - 3.5rem);
  width: 100%;
  flex-direction: column;
  overflow-x: hidden;
  background-color: transparent;
  display: flex;
}
body .pusher:is([data-bs-theme="dark"] *){
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
}
@media (min-width: 1550px){
  body:not(.scanner) .pusher{
    margin-left: 16rem;
  }
}
body:not(.scanner) .pusher .scanner-only{
  display: none;
}
body #content-wrapper{
  min-height: 100vh;
  flex-grow: 1;
  display: flex;
}
body #content-wrapper #main{
  min-height: calc(100vh - 100px - 4rem);
  flex: 1 1 0%;
  flex-grow: 1;
  flex-direction: column;
  padding-top: calc(var(--bs-gutter-x));
  padding-bottom: 2rem;
  display: flex;
}
body #content-wrapper #main p:not(:last-child){
  margin-bottom: 0.5rem;
}
body #content-wrapper #main .debug-section{
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 50;
  max-height: 40vh;
  overflow-y: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
body #content-wrapper #main .debug-section:not([class*="text-"]){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body #content-wrapper #main .debug-section .close{
  position: absolute;
  top: 0px;
  right: 0px;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
body #content-wrapper #main .debug-section .close:hover{
  --tw-bg-opacity: 0.2;
}
body #content-wrapper #main .debug-section pre{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
body #content-wrapper #main .debug-section pre + pre{
  border-top-width: 1px;
}
.collapse.show{
  visibility: visible;
}
*::-webkit-scrollbar,* ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
*::-webkit-scrollbar-thumb,* ::-webkit-scrollbar-thumb{
  background-clip: padding-box;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*::-webkit-scrollbar-thumb:hover,* ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,* :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,* :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
*::-webkit-scrollbar-thumb,* ::-webkit-scrollbar-thumb{
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*::-webkit-scrollbar-thumb:hover,* ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,* :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,* :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
*::-webkit-scrollbar-track,* ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,* :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
*::-webkit-scrollbar-track,* ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,* :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
*::-webkit-scrollbar-button,* ::-webkit-scrollbar-button{
  display: none;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar-thumb{
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar-track{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
*:is([data-bs-theme="dark"] *)::-webkit-scrollbar-button,*:is([data-bs-theme="dark"] *) ::-webkit-scrollbar-button{
  display: none;
}
@media not all and (min-width: 1050px){
  [class*="col-md-"], [class*="col-lg-"], [class*="col-sm-"]{
    width: 100%;
  }
}
abbr{
  border-bottom-width: 1px;
  border-style: dotted;
  border-bottom-color: rgb(0 0 0 / 0.3);
}
abbr:is([data-bs-theme="dark"] *){
  border-bottom-color: rgb(255 255 255 / 0.3);
}
.pusher a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item):is([data-bs-theme="dark"] *),.sidebar a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item):is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(211 221 255 / var(--tw-text-opacity)) !important;
}
.pusher a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item):hover,.sidebar a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item):hover{
  opacity: 0.9;
}
.pusher a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item):hover:is([data-bs-theme="dark"] *),.sidebar a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item):hover:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(209 210 255 / var(--tw-text-opacity));
}
.pusher a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item),.sidebar a:not(.btn):not([class*="link-"]):not([class*="text-"]):not([class*="bg-"]):not(.item){
  font-weight: 600;
}
/* [data-href]{
  @apply hover:cursor-pointer
} */
.tooltip.bs-tooltip-auto:not([style]){
  /* Hides tooltips which have not had their position set */
  display: none;
}
.row:not(.card-body){
  margin-left: 0px;
  margin-right: 0px;
}
.nopad-left{
  padding-left: 0px;
}
.nopad-right{
  padding-right: 0px;
}
.nopad-top{
  padding-top: 0px;
}
.nopad-bottom{
  padding-bottom: 0px;
}
.nopad{
  padding: 0px;
  padding: 0;
}
.bg-warning:is([data-bs-theme="dark"] *):hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-light{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.bg-light:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.bg-white:not([class*="text-"]){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.bg-default-outline{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bg-default-outline:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.bg-default-outline{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-default-outline:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-default-outline:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.bg-default-outline:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.bg-default-outline:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bg-default-outline{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bg-default-outline:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.table-danger{
  background-color: rgb(232 87 67 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.table-success{
  background-color: rgb(27 135 73 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.table-warning{
  background-color: rgb(255 168 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.2;
}
.table-warning:is([data-bs-theme="dark"] *):hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media not all and (min-width: 1050px){
  .fc-header-toolbar{
    flex-direction: column;
    gap: 0.5rem;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(1){
    order: 3;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(2){
    order: 1;
  }
  .fc-header-toolbar .fc-toolbar-chunk:nth-child(3){
    order: 2;
  }
}
.fc-scrollgrid{
  border-radius: 0.375rem;
  border-width: 1px !important;
}
.fc-scrollgrid:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
}
.fc-scrollgrid tr.fc-scrollgrid-section td{
  border-right-width: 0px;
}
.fc-scrollgrid .fc-scrollgrid-sync-table tbody{
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.fc-scrollgrid .fc-scrollgrid-sync-table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 0.375rem;
}
.fc-scrollgrid .fc-scrollgrid-sync-table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 0.375rem;
}
thead .fc-scrollgrid-section td{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
tbody .fc-scrollgrid-section td{
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.fc-col-header tr .fc-col-header-cell:first-child{
  border-top-left-radius: 0.375rem;
}
.fc-col-header tr .fc-col-header-cell:last-child{
  border-top-right-radius: 0.375rem;
}
.card{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.card:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.card:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.card{
  margin-bottom: var(--bt-gutter);
  border-radius: 0.375rem;
}
.card.grow{
  height: calc(100% - var(--bs-gutter-x));
}
.card .card-header{
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.card .card-header:is([data-bs-theme="dark"] *){
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.card .card-header:last-child{
  border-bottom-width: 0px;
}
.card .card-header .pull-left, .card .card-header .pull-right{
  display: flex;
  gap: .5rem;
}
.card .card-header .pull-left{
  margin-bottom: 0px;
  flex-grow: 1;
}
.card .card-header .pull-right{
  margin-bottom: 0px;
  justify-content: flex-end;
}
.card .card-header .btn{
  line-height: 1rem;
}
.card .card-header .clearfix{
  display: none;
}
.card .card-header .breadcrumb{
  margin-bottom: 0px;
}
.card .card-body::-webkit-scrollbar,.card .card-body ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card .card-body::-webkit-scrollbar-thumb,.card .card-body ::-webkit-scrollbar-thumb{
  background-clip: padding-box;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.card .card-body::-webkit-scrollbar-thumb:hover,.card .card-body ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.card .card-body:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.card .card-body :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.card .card-body:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.card .card-body :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.card .card-body::-webkit-scrollbar-thumb,.card .card-body ::-webkit-scrollbar-thumb{
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.card .card-body::-webkit-scrollbar-thumb:hover,.card .card-body ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.card .card-body:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.card .card-body :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.card .card-body:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.card .card-body :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.card .card-body::-webkit-scrollbar-track,.card .card-body ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.card .card-body:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.card .card-body :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.card .card-body::-webkit-scrollbar-track,.card .card-body ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.card .card-body:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.card .card-body :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.card .card-body::-webkit-scrollbar-button,.card .card-body ::-webkit-scrollbar-button{
  display: none;
}
.card .card-body{
  flex-wrap: wrap;
}
.card .card-body blockquote{
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding: 1rem;
}
.card .card-body blockquote:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.card .card-body ol{
  list-style-position: inside;
  list-style-type: decimal;
}
.card .card-body ol > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
/* ul:not(.pagination){
      @apply space-y-1 list-disc list-inside;
    } */
.card .card-body .redspan{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card .card-body.row{
      --bs-gutter-y: .5rem;
      margin: 0px;
      flex-shrink: 1;
      flex-grow: 0;
    }
.card .card-body + .card-body{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.card .card-body + .card-body:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.card .card-body + .card-body{
  border-top-width: 1px;
  --tw-border-opacity: 0.3;
}
.card .card-footer:is([data-bs-theme="dark"] *){
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.card.card-body, .card .card-body:first-child, .card .card-header:first-child{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.card.card-body, .card .card-body:last-child, .card .card-header:last-child, .card .card-footer:last-child{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.card + .card{
  margin-top: 0.5rem;
}
.card:not([class*="bg-"]) .card-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.card:not([class*="bg-"]) .card-header:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card:not([class*="bg-"]) .card-header{ /* bg-background-100 dark:bg-slate-500 dark:bg-opacity-40 dark:text-white; */ --tw-bg-opacity: 1; background-color: rgb(249 249 255 / var(--tw-bg-opacity));
  }
.card:not([class*="bg-"]) .card-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.card:not([class*="bg-"]) .card-footer:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card .left-result, .card .right-result{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  min-height: 2rem;
  white-space: normal;
  overflow-wrap: break-word;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
}
@media not all and (min-width: 1050px){
  .card .left-result .select2-container,.card .right-result .select2-container{
    min-width: 100%;
  }
}
.card .left-result{
  width: 100%;
  padding-right: 0.25rem;
  font-weight: 700;
  float: left;
}
@media (min-width: 1550px){
  .card .left-result{
    margin-bottom: 0.5rem;
    width: 33.333333%;
  }
}
.card .right-result{
  margin-bottom: 0.5rem;
  width: 100%;
  float: right;
}
@media (min-width: 1550px){
  .card .right-result{
    width: 66.666667%;
  }
}
a.card:hover{
  background-color: var(--bt-cardBackground-600);
}
a.card:focus{
  background-color: var(--bt-cardBackground-600);
}
a.card:is([data-bs-theme="dark"] *):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.card:is([data-bs-theme="dark"] *):focus{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card-group .card + .card{
  margin-top: 0px;
}
h1{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
h2{
  font-size: 1.5rem;
  line-height: 2rem;
}
h3{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h4{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
h5{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
h1, h2, h3{
  font-weight: 700;
}
h4, h5{
  font-weight: 600;
}
.bg-primary, .bg-info{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-primary:is([data-bs-theme="dark"] *){
  color: var(--bt-primary-300) !important;
}
.btn{
  font-weight: 600;
  line-height: 1.25rem;
}
.btn[disabled], .btn.disabled{
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.btn.btn-100 + .btn-100,
  .btn.btn-100 + .btn-group-50{
  margin-top: 0.5rem;
}
.btn .fa, .btn .fas, .btn i{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.btn:not(.disabled):not([disabled]):hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn:not(.disabled):not([disabled]):active{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn.btn-lg{
    --bs-btn-border-radius: .25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 1.125;
  }
.btn.btn-xs{
    --bs-btn-border-radius: .25rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
.btn.btn-outline-success, .btn.btn-success-outline{
    --bs-btn-active-color:#fff;
    --bs-btn-hover-color:#fff;
  }
.btn.btn-outline-success:is([data-bs-theme="dark"] *), .btn.btn-success-outline:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-secondary{
    /* --bs-btn-color: theme('colors.secondary.800');
    --bs-btn-border-color: theme('colors.secondary.500');
    --bs-btn-active-border-color: theme('colors.secondary.600');
    --bs-btn-hover-border-color: var(--bs-body-color);
    --bs-btn-active-bg: theme('colors.secondary.600'); */
    --bs-btn-color: var(--bt-text-500);
    --bs-btn-border-color: var(--bt-secondary-500);
    --bs-btn-hover-bg: var(--bt-secondary-600);
    --bs-btn-hover-text-color: var(--bt-text-500);
    --bs-btn-hover-border-color: var(--bt-secondary-600);
    border-width: 2px;
  }
.btn.btn-secondary:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-secondary:is([data-bs-theme="dark"] *):hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(83 100 122 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 100 122 / var(--tw-bg-opacity)) !important;
}
.btn.btn-secondary.active,.btn.btn-secondary:focus,.btn.btn-secondary:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.btn.btn-secondary.active:is([data-bs-theme="dark"] *),.btn.btn-secondary:focus:is([data-bs-theme="dark"] *),.btn.btn-secondary:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-secondary.active,.btn.btn-secondary:focus,.btn.btn-secondary:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.btn.btn-secondary.active:is([data-bs-theme="dark"] *),.btn.btn-secondary:focus:is([data-bs-theme="dark"] *),.btn.btn-secondary:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-secondary.active,.btn.btn-secondary:focus,.btn.btn-secondary:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.btn.btn-secondary.active:is([data-bs-theme="dark"] *),.btn.btn-secondary:focus:is([data-bs-theme="dark"] *),.btn.btn-secondary:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-outline-default, .btn.btn-default-outline, .btn.btn-outline-secondary, .btn.btn-secondary-outline{
    --bs-btn-border-color: var(--bt-secondary-500);
    --bs-btn-active-border-color:  var(--bt-secondary-600);
    --bs-btn-hover-border-color: var(--bt-secondary-600);
    --bs-btn-bg: var(--bt-cardBackground-500);
    --bs-btn-hover-bg: var(--bt-secondary-600);
    --bs-btn-active-bg: var(--bt-secondary-600);
    --bs-btn-color: var(--bt-text-500);
    --bs-btn-hover-text-color: var(--bt-text-500);
    --bs-btn-active-text-color: var(--bt-text-500);
  }
.btn.btn-outline-default:is([data-bs-theme="dark"] *), .btn.btn-default-outline:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn.btn-outline-default:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .btn.btn-default-outline:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-outline-default:is([data-bs-theme="dark"] *), .btn.btn-default-outline:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:is([data-bs-theme="dark"] *){
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity));
  }
.btn.btn-outline-default:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .btn.btn-default-outline:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.btn.btn-outline-default:is([data-bs-theme="dark"] *), .btn.btn-default-outline:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn.btn-outline-default:not(:hover):not(.active):not(:focus),.btn.btn-default-outline:not(:hover):not(.active):not(:focus),.btn.btn-outline-secondary:not(:hover):not(.active):not(:focus),.btn.btn-secondary-outline:not(:hover):not(.active):not(:focus){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.btn.btn-outline-default:hover:is([data-bs-theme="dark"] *), .btn.btn-outline-default:focus:is([data-bs-theme="dark"] *), .btn.btn-outline-default.active:is([data-bs-theme="dark"] *), .btn.btn-outline-default:active:is([data-bs-theme="dark"] *), .btn.btn-default-outline:hover:is([data-bs-theme="dark"] *), .btn.btn-default-outline:focus:is([data-bs-theme="dark"] *), .btn.btn-default-outline.active:is([data-bs-theme="dark"] *), .btn.btn-default-outline:active:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:hover:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:focus:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary.active:is([data-bs-theme="dark"] *), .btn.btn-outline-secondary:active:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:hover:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:focus:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline.active:is([data-bs-theme="dark"] *), .btn.btn-secondary-outline:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn.btn-outline-primary, .btn.btn-primary-outline{
    --bs-btn-border-color: var(--bt-primary-500);
    --bs-btn-active-border-color: var(--bt-primary-500);
    --bs-btn-hover-border-color: var(--bt-primary-500);
    --bs-btn-active-bg: var(--bt-primary-500);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
.btn.btn-outline-primary:is([data-bs-theme="dark"] *), .btn.btn-primary-outline:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
}
.btn.btn-outline-primary:not(:hover):not(.active):not(:focus),.btn.btn-primary-outline:not(:hover):not(.active):not(:focus){
  --tw-text-opacity: 1;
  color: rgb(0 87 136 / var(--tw-text-opacity));
}
.btn.btn-outline-primary:not(:hover):not(.active):not(:focus):is([data-bs-theme="dark"] *),.btn.btn-primary-outline:not(:hover):not(.active):not(:focus):is([data-bs-theme="dark"] *){
  color: var(--bt-primary-300) !important;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-primary-outline:hover, .btn.btn-primary-outline.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 136 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-outline-info, .btn.btn-info-outline{
    --bs-btn-border-color: var(--bt-info-500);
    --bs-btn-active-border-color: var(--bt-info-500);
    --bs-btn-hover-border-color: var(--bt-info-500);
    --bs-btn-active-bg: var(--bt-info-500);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
.btn.btn-outline-info:is([data-bs-theme="dark"] *), .btn.btn-info-outline:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(72 171 217 / var(--tw-border-opacity));
}
.btn.btn-outline-info:not(:hover):not(.active):not(:focus),.btn.btn-info-outline:not(:hover):not(.active):not(:focus){
  --tw-text-opacity: 1;
  color: rgb(72 171 217 / var(--tw-text-opacity));
}
.btn.btn-outline-info:hover, .btn.btn-outline-info.active, .btn.btn-info-outline:hover, .btn.btn-info-outline.active{
  --tw-bg-opacity: 1;
  background-color: rgb(72 171 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:not([class*="btn-"]), .btn.btn-default{
    --bs-btn-color: var(--bt-text-500);
    --bs-btn-border-color: var(--bt-secondary-500);
    --bs-btn-hover-bg: var(--bt-secondary-600);
    --bs-btn-hover-text-color: var(--bt-text-500);
    --bs-btn-hover-border-color: var(--bt-secondary-600);
    border-width: 2px;
  }
.btn:not([class*="btn-"]):is([data-bs-theme="dark"] *), .btn.btn-default:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:not([class*="btn-"]):is([data-bs-theme="dark"] *):hover, .btn.btn-default:is([data-bs-theme="dark"] *):hover{
  --tw-border-opacity: 1 !important;
  border-color: rgb(83 100 122 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(83 100 122 / var(--tw-bg-opacity)) !important;
}
.btn:not([class*="btn-"]).active,.btn:not([class*="btn-"]):focus,.btn:not([class*="btn-"]):active, .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.btn:not([class*="btn-"]).active:is([data-bs-theme="dark"] *),.btn:not([class*="btn-"]):focus:is([data-bs-theme="dark"] *),.btn:not([class*="btn-"]):active:is([data-bs-theme="dark"] *), .btn.btn-default.active:is([data-bs-theme="dark"] *), .btn.btn-default:focus:is([data-bs-theme="dark"] *), .btn.btn-default:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:not([class*="btn-"]).active,.btn:not([class*="btn-"]):focus,.btn:not([class*="btn-"]):active, .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.btn:not([class*="btn-"]).active:is([data-bs-theme="dark"] *),.btn:not([class*="btn-"]):focus:is([data-bs-theme="dark"] *),.btn:not([class*="btn-"]):active:is([data-bs-theme="dark"] *), .btn.btn-default.active:is([data-bs-theme="dark"] *), .btn.btn-default:focus:is([data-bs-theme="dark"] *), .btn.btn-default:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn:not([class*="btn-"]).active,.btn:not([class*="btn-"]):focus,.btn:not([class*="btn-"]):active, .btn.btn-default.active, .btn.btn-default:focus, .btn.btn-default:active{
  border-color: var(--bt-secondary-600);
  background-color: var(--bt-secondary-600);
}
.btn:not([class*="btn-"]).active:is([data-bs-theme="dark"] *),.btn:not([class*="btn-"]):focus:is([data-bs-theme="dark"] *),.btn:not([class*="btn-"]):active:is([data-bs-theme="dark"] *), .btn.btn-default.active:is([data-bs-theme="dark"] *), .btn.btn-default:focus:is([data-bs-theme="dark"] *), .btn.btn-default:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.btn.btn-hover-success:hover{
  border-color: var(--bt-success-400) !important;
  background-color: var(--bt-success-400) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.btn.btn-hover-success:is([data-bs-theme="dark"] *):hover{
  border-color: var(--bt-success-400) !important;
  background-color: var(--bt-success-400) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
html:not([data-bs-theme="dark"]) .btn.btn-secondary-outline, html:not([data-bs-theme="dark"]) .btn.btn-outline-secondary{
      --bs-btn-color: var(--bt-cardBackground-800);
    }
html:not([data-bs-theme="dark"]) .btn.btn-outline-light, html:not([data-bs-theme="dark"]) .btn.btn-light-outline{
      --bs-btn-color: var(--bt-cardBackground-800);
    }
.btn-group{
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
}
.btn-group[role="group"]{
  gap: 0px;
}
.btn-group .btn{
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group-vertical{
  flex-direction: column;
}
[class*="btn-group-"] br, [class*="btn-group-"] bt{
  display: none;
}
.modify-buttons{
  flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
@media not all and (min-width: 1650px){
  .modify-buttons{
    flex-direction: column;
  }
  .modify-buttons > .btn{
    width: 100%;
  }
}
@media (min-width: 1650px){
  .modify-buttons > .btn{
    width: calc(50% - .5rem);
  }
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show{
  /* Makes btn-check override styling correctly */
  /* color: var(--bs-btn-active-color) !important;
  background-color: var(--bs-btn-active-bg) !important;
  border-color: var(--bs-btn-active-border-color) !important;
  box-shadow: var(--bs-btn-active-shadow) !important; */
}
.buttons-row{
  width: 100%;
}
.buttons-row [class*="col-"]{
    margin: calc(var(--bs-gutter-x) * .5) 0;
  }
.buttons-row .btn{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-bt .btn-group-50{
  float: none;
}
.btn-group-50{
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  gap: 1rem;
}
.btn-group-50[role="group"]{
  gap: 0px;
}
.btn-group-50 .btn{
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .btn-group-50{
  width: auto !important;
}
.btn-group-50 > .btn{
  width: 50%;
}
/* Button widths */
.btn-100{
  width: 100%;
}
.btn-100:not(:last-child){
  margin-bottom: 0.5rem;
}
.btn-75{
  width: 100%;
}
@media (min-width: 1050px){
  .btn-75{
    width: 75%;
  }
}
.btn-50{
  width: 100%;
}
@media (min-width: 1050px){
  .btn-50{
    width: 50%;
  }
}
.btn-25{
  width: 100%;
}
@media (min-width: 1050px){
  .btn-25{
    width: 25%;
  }
}
.btn-33{
  width: 100%;
}
@media (min-width: 1050px){
  .btn-33{
    width: 33.333333%;
  }
}
/* Button floats + margins */
.btn-l, .btn.l{
  margin-right: 0.5rem;
  float: left;
}
.btn-r, .btn.r{
  margin-left: 0.5rem;
  float: right;
}
.btn-group-50, .btn-group-1\/2{
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: .5rem;
}
@media (min-width: 768px){
  .btn-group-50, .btn-group-1\/2{
    flex-wrap: nowrap;
  }
}
.btn-group-50 .btn, .btn-group-1\/2 .btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  .btn-group-50 .btn, .btn-group-1\/2 .btn{
    width: 50%;
  }
}
.btn-group-33, .btn-group-1\/3{
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: .5rem;
}
@media (min-width: 768px){
  .btn-group-33, .btn-group-1\/3{
    flex-wrap: nowrap;
  }
}
.btn-group-33 .btn, .btn-group-1\/3 .btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  .btn-group-33 .btn, .btn-group-1\/3 .btn{
    width: 33.333333%;
  }
}
.btn-group-25, .btn-group-1\/4{
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: .5rem;
}
@media (min-width: 768px){
  .btn-group-25, .btn-group-1\/4{
    flex-wrap: nowrap;
  }
}
.btn-group-25 .btn, .btn-group-1\/4 .btn{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px){
  .btn-group-25 .btn, .btn-group-1\/4 .btn{
    width: 25%;
  }
}
.btn-group-1-2{
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: .5rem;
}
.btn-group-1-2 .btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group-1-2 .btn:first-child{
  width: 100%;
}
.btn-group-1-2 .btn:not(:first-child){
  width: 100%;
}
@media (min-width: 768px){
  .btn-group-1-2 .btn:not(:first-child){
    width: calc(50% - .25rem);
  }
}
.btn-group-2-1{
  display: inline-flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
  gap: .5rem;
}
.btn-group-2-1 .btn{
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-group-2-1 .btn:nth-child(n+3){
  width: 100%;
}
.btn-group-2-1 .btn:first-child, .btn-group-2-1 .btn:nth-child(2){
  width: 100%;
}
@media (min-width: 768px){
  .btn-group-2-1 .btn:first-child, .btn-group-2-1 .btn:nth-child(2){
    width: calc(50% - .25rem);
  }
}
.btn-toolbar .btn:hover, .btn-toolbar .btn:focus, .btn-toolbar .btn:active, .btn-toolbar .btn.active, .btn-toolbar .btn.focus{
  overflow: hidden;
}
.btn-toolbar{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
}
.btn-toolbar .btn{
  margin: 0px;
  height: 100%;
  flex-grow: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-toolbar .btn.active, .btn-toolbar .btn:active, .btn-toolbar .btn:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.actions{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0px;
  margin-right: 0px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.actions a:not(.btn){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.actions a:not(.btn):hover, .actions a:not(.btn):active, .actions a:not(.btn):focus{
  background-color: var(--bt-cardBackground-600);
}
[data-bs-toggle="collapse"]::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
  }
[data-bs-toggle="collapse"][aria-expanded="true"]:not([data-expanded-icon])::before {
        content:'\f077';
      }
[data-bs-toggle="collapse"][aria-expanded="true"]:not([data-expanded-text])::after {
        content: "Hide";
      }
[data-bs-toggle="collapse"][aria-expanded="true"][data-expanded-text]::after {
        content: attr(data-expanded-text);
      }
[data-bs-toggle="collapse"][aria-expanded="false"]:not([data-collapsed-icon])::before {
        content:'\f078';
      }
[data-bs-toggle="collapse"][aria-expanded="false"]:not([data-collapsed-text])::after {
        content: "Show";
      }
[data-bs-toggle="collapse"][aria-expanded="false"][data-collapsed-text]::after {
        content: attr(data-collapsed-text);
      }
.list-group .list-group-item{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.list-group a.list-group-item:hover{
  background-color: var(--bt-cardBackground-600);
}
.list-group a.list-group-item:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 136 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-group a.list-group-item:is([data-bs-theme="dark"] *):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-group a.list-group-item:is([data-bs-theme="dark"] *):focus{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-group a.list-group-item.list-group-item-action.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 87 136 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-group-flush{
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  border-radius: 0px;
}
.list-group-flush .list-group-item{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.list-group-flush .list-group-item:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.list-group-flush .list-group-item{
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  border-bottom-color: var(--bt-cardBackground-550);
}
.list-group-flush .list-group-item:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.breadcrumb{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.breadcrumb:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.breadcrumb{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.breadcrumb:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.breadcrumb{
  border-radius: 0.375rem;
  border-width: 2px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before{
  opacity: 0.2;
}
.modal{
  --bs-modal-margin: 8rem 12rem;
}
@media (max-width: 768px){
.modal{
    --bs-modal-margin: 8rem 2rem
}
  }
@media (min-width: 1200px){
  .modal{
    padding-left: 16rem;
  }
}
.modal .modal-dialog.modal-xl{
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal .modal-content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.modal .modal-content:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-tabs{
  z-index: 1;
  gap: .5rem;
}
.nav-tabs .nav-link{
  border-bottom-color: transparent !important;
}
.nav-tabs .nav-link:not(.active){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.nav-tabs .nav-link:not(.active):is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.nav-tabs .nav-link:not(.active):hover{
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.5;
}
.nav-tabs .nav-link:not(.active):is([data-bs-theme="dark"] *):hover{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-tabs .nav-link:not(.active):hover:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-tabs .nav-link.active{
  --tw-text-opacity: 1;
  color: rgb(0 87 136 / var(--tw-text-opacity));
}
.nav-tabs .nav-link.active:is([data-bs-theme="dark"] *){
  color: var(--bt-primary-300) !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.nav-tabs .nav-link.active:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav-tabs .nav-link.active:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(0 87 136 / var(--tw-text-opacity));
}
.nav-tabs .nav-link.active{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.nav-tabs .nav-link.active:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.nav-tabs .nav-link.active{
  border-bottom-color: transparent !important;
}
.nav-pills{
  padding: 0.5rem !important;
  gap: .5rem;
}
.nav-pills .nav-link{
  margin-right: -1px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
}
.nav-pills .nav-link:not(.active){
  border-color: transparent;
}
.nav-pills .nav-link:not(.active):hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
}
.nav .nav-link{
  cursor: pointer;
}
.tab-content{
  margin-bottom: var(--bt-gutter);
}
.tab-content .tab-pane{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tab-content .tab-pane:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tab-content .tab-pane{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.tab-content .tab-pane:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.tab-content .tab-pane{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: var(--bt-background-550);
  --tw-shadow: var(--tw-shadow-colored);
}
.tab-content .tab-pane:is([data-bs-theme="dark"] *){
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}
.tab-content .tab-pane{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-width: 1px;
  border-top-width: 0px;
  padding: 1rem;
}
.tag-col{
  flex-direction: column;
  display: flex;
  gap: .5rem;
}
@media (min-width: 1650px){
  .tag-col{
    flex-direction: row;
    align-items: center;
  }
  .tag-col > *:first-child{
    width: 25%;
  }
}
.tag-col > tag, .tag-col > .tag{
  width: 100%;
  flex-grow: 1;
}
@media (min-width: 1650px){
  .tag-col > tag, .tag-col > .tag{
    width: 66.666667%;
  }
}
.tag-col + .tag-col{
  margin-top: 0.5rem;
}
tag, .tag{
  display: inline-flex;
  border-radius: 0.125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}
tag[class]:not(.lg):not([class=""]), tag.tag[class]:not(.lg):not([class=""]), .tag[class]:not(.lg):not([class=""]), .tag.tag[class]:not(.lg):not([class=""]){
  padding-left: 1rem;
  padding-right: 1rem;
}
tag.has-bg-color, tag[class*="bg-"], .tag.has-bg-color, .tag[class*="bg-"]{
    border: inset rgba(0,0,0,.35);
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 2px;
  }
tag > tag, tag > .tag, .tag > tag, .tag > .tag{
  width: 100%;
}
tag > div, tag a > div, .tag > div, .tag a > div{
  display: flex;
  align-items: center;
}
tag > span, tag > a > span, .tag > span, .tag > a > span{
  flex-grow: 1;
  text-align: center;
}
tag i, tag .fa, tag .fas, .tag i, .tag .fa, .tag .fas{
  margin-right: 0.5rem;
}
tag i + span,tag .fa + span,tag .fas + span,.tag i + span,.tag .fa + span,.tag .fas + span{
  padding-right: 1.5rem;
}
abbr.right-result{
  margin-left: 1rem;
  justify-content: flex-start !important;
}
.row>form, .row-fluid>form{
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
}
.row>form > *:not(form),.row-fluid>form > *:not(form){
  flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.card .input-group{
  margin-bottom: 0.5rem;
  flex-direction: row;
  display: flex;
}
.card .input-group .left-result, .card .input-group .right-result{
  display: flex;
}
.card .input-group .left-result{
  width: 100%;
}
@media (min-width: 1400px){
  .card .input-group .left-result{
    width: 33.333333%;
  }
}
.card .input-group .right-result{
  width: 100%;
}
@media (min-width: 1400px){
  .card .input-group .right-result{
    width: 66.666667%;
  }
}
.card .input-group .right-result select:not(.form-check-input):not(.form-switch),.card .input-group .right-result input:not(.form-check-input):not(.form-switch){
  width: 100%;
}
.card .left-result{
  clear: right;
  display: flex;
  align-items: center;
}
.card .right-result{
  flex-wrap: wrap;
}
.card .right-result .form-check{
  width: 100%;
  display: flex;
}
@media (min-width: 480px){
  .card .right-result .form-check{
    width: 100%;
  }
}
@media (min-width: 768px){
  .card .right-result .form-check{
    width: 33.333333%;
  }
}
@media (min-width: 1050px){
  .card .right-result .form-check{
    width: 100%;
  }
}
@media (min-width: 1650px){
  .card .right-result .form-check{
    width: 50%;
  }
}
.card .right-result label{
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-top: .4rem;
}
.input-group .input-group-addon{
  flex-shrink: 1;
  border-width: 0px;
  background-color: var(--bs-tertiary-bg);
}
.input-group .input-group-addon:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-group .input-group-addon + [type='text'],
      .input-group .input-group-addon + [type='email'],
      .input-group .input-group-addon + [type='url'],
      .input-group .input-group-addon + [type='password'],
      .input-group .input-group-addon + [type='number'],
      .input-group .input-group-addon + [type='date'],
      .input-group .input-group-addon + [type='datetime-local'],
      .input-group .input-group-addon + [type='month'],
      .input-group .input-group-addon + [type='search'],
      .input-group .input-group-addon + [type='tel'],
      .input-group .input-group-addon + [type='time'],
      .input-group .input-group-addon + [type='week'],
      .input-group .input-group-addon + [multiple],
      .input-group .input-group-addon + textarea,
      .input-group .input-group-addon + select{
  border-left-width: 0px;
}
.input-group .input-group-addon .fa, .input-group .input-group-addon .fas{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.input-group.filter--search .input-group-addon{
  width: 2rem;
}
.input-group input{
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  flex-grow: 1;
}
.input-group input[name="like_search"], .input-group input[type="search"]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]::-moz-placeholder, .input-group input[type="search"]::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.input-group input[name="like_search"]::placeholder, .input-group input[type="search"]::placeholder{
  color: var(--bt-cardBackground-600);
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::-moz-placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]::-moz-placeholder, .input-group input[type="search"]::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.input-group input[name="like_search"]::placeholder, .input-group input[type="search"]::placeholder{
  color: var(--bt-cardBackground-600);
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *), .input-group input[type="search"]:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::-moz-placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input-group input[name="like_search"], .input-group input[type="search"]{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *), .input-group input[type="search"]:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.input-group input[name="like_search"], .input-group input[type="search"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *), .input-group input[type="search"]:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::-moz-placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.input-group input[name="like_search"]:focus:is([data-bs-theme="dark"] *), .input-group input[type="search"]:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.input-group input[name="like_search"], .input-group input[type="search"]{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *), .input-group input[type="search"]:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.input-group input[name="like_search"]:focus, .input-group input[type="search"]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.input-group input[name="like_search"]:focus-visible, .input-group input[type="search"]:focus-visible{
  --tw-ring-color: var(--bt-primary-500);
}
.input-group input[name="like_search"]:active, .input-group input[type="search"]:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.input-group input[name="like_search"]:focus:is([data-bs-theme="dark"] *), .input-group input[type="search"]:focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.input-group input[name="like_search"]:focus-visible:is([data-bs-theme="dark"] *), .input-group input[type="search"]:focus-visible:is([data-bs-theme="dark"] *){
  --tw-ring-color: var(--bt-primary-500);
}
.input-group input[name="like_search"]:active:is([data-bs-theme="dark"] *), .input-group input[type="search"]:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.input-group input[name="like_search"], .input-group input[type="search"]{
  max-width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.input-group input[name="like_search"]::-moz-placeholder::placeholder, .input-group input[type="search"]::-moz-placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
.input-group input[name="like_search"]::placeholder::placeholder, .input-group input[type="search"]::placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input-group input[name="like_search"]:is([data-bs-theme="dark"] *)::placeholder::placeholder, .input-group input[type="search"]:is([data-bs-theme="dark"] *)::placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.input-group input[name="like_search"], .input-group input[type="search"]{
  flex-grow: 1;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.input-group .input-group-prepend .input-group-text{
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group .input-group-append .input-group-text{
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group .input-group-append .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-link),.input-group .input-group-prepend .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-link),.input-group .input-group-addon .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-link){
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-group .input-group-append .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-link):is([data-bs-theme="dark"] *),.input-group .input-group-prepend .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-link):is([data-bs-theme="dark"] *),.input-group .input-group-addon .btn:not(.btn-primary):not(.btn-secondary):not(.btn-success):not(.btn-warning):not(.btn-danger):not(.btn-info):not(.btn-light):not(.btn-dark):not(.btn-link):is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
@media not all and (min-width: 1650px){
  .input-group.quantity{
    flex-direction: column-reverse;
    align-items: center;
  }
  .input-group.quantity > *{
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100%;
  }
  .input-group.quantity > * > *{
    width: 100%;
  }
}
.input-group.quantity .input-group-append .btn{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.input-group.quantity .input-group-prepend .btn{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -2px;
}
.input-group-addon{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-group-addon:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.input-group-addon{
  white-space: nowrap;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5rem;
  display: flex;
  align-items: center;
}
.input-group-addon:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.input-group .input-group-prepend .input-group-addon{
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group .input-group-append .input-group-addon{
  height: 100%;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.sidebar .sidebar-wrapper .sidebar-search .input-group-addon{
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .sidebar-search .input-group-addon:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
 body[data-theme-alternate-sidebar="true"] .sidebar--expanded .input-group-addon{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
/* Fixing old form markups */
.form-group > strong{
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 400 !important;
}
.form-group [type='text'],
  .form-group [type='email'],
  .form-group [type='url'],
  .form-group [type='password'],
  .form-group [type='number'],
  .form-group [type='date'],
  .form-group [type='datetime-local'],
  .form-group [type='month'],
  .form-group [type='search'],
  .form-group [type='tel'],
  .form-group [type='time'],
  .form-group [type='week'],
  .form-group [multiple],
  .form-group textarea,
  .form-group select,
  .form-group .select2{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.form-label{
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.form-control + .form-label{
  margin-top: 0.5rem;
}
.form-check .switch{
  margin-left: -1.25rem;
}
.form-check-input{
  margin-bottom: 0.5rem;
  margin-top: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
}
.form-check-input:is([data-bs-theme="dark"] *){
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.form-check-input:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.form-check-input:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.form-check-input:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.form-check-input:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.form-check-input:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.form-check-input:is([data-bs-theme="dark"] *):focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.form-check-input:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
}
.form-check-label{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  line-height: 1.5rem;
}
.form-switch .form-check-input{
  float: none;
  width: 3em;
}
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
.copy-btn,
.jSignature{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .copy-btn::-moz-placeholder, .jSignature::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text']::placeholder,
[type='email']::placeholder,
[type='url']::placeholder,
[type='password']::placeholder,
[type='number']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='month']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='time']::placeholder,
[type='week']::placeholder,
[multiple]::placeholder,
textarea::placeholder,
select::placeholder,
.copy-btn::placeholder,
.jSignature::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='email']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='url']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='password']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='number']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='date']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='datetime-local']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='month']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='search']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='tel']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='time']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='week']:is([data-bs-theme="dark"] *)::-moz-placeholder, [multiple]:is([data-bs-theme="dark"] *)::-moz-placeholder, textarea:is([data-bs-theme="dark"] *)::-moz-placeholder, select:is([data-bs-theme="dark"] *)::-moz-placeholder, .copy-btn:is([data-bs-theme="dark"] *)::-moz-placeholder, .jSignature:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text']:is([data-bs-theme="dark"] *)::placeholder,
[type='email']:is([data-bs-theme="dark"] *)::placeholder,
[type='url']:is([data-bs-theme="dark"] *)::placeholder,
[type='password']:is([data-bs-theme="dark"] *)::placeholder,
[type='number']:is([data-bs-theme="dark"] *)::placeholder,
[type='date']:is([data-bs-theme="dark"] *)::placeholder,
[type='datetime-local']:is([data-bs-theme="dark"] *)::placeholder,
[type='month']:is([data-bs-theme="dark"] *)::placeholder,
[type='search']:is([data-bs-theme="dark"] *)::placeholder,
[type='tel']:is([data-bs-theme="dark"] *)::placeholder,
[type='time']:is([data-bs-theme="dark"] *)::placeholder,
[type='week']:is([data-bs-theme="dark"] *)::placeholder,
[multiple]:is([data-bs-theme="dark"] *)::placeholder,
textarea:is([data-bs-theme="dark"] *)::placeholder,
select:is([data-bs-theme="dark"] *)::placeholder,
.copy-btn:is([data-bs-theme="dark"] *)::placeholder,
.jSignature:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text']::-moz-placeholder, [type='email']::-moz-placeholder, [type='url']::-moz-placeholder, [type='password']::-moz-placeholder, [type='number']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='month']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='time']::-moz-placeholder, [type='week']::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, .copy-btn::-moz-placeholder, .jSignature::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text']::placeholder,
[type='email']::placeholder,
[type='url']::placeholder,
[type='password']::placeholder,
[type='number']::placeholder,
[type='date']::placeholder,
[type='datetime-local']::placeholder,
[type='month']::placeholder,
[type='search']::placeholder,
[type='tel']::placeholder,
[type='time']::placeholder,
[type='week']::placeholder,
[multiple]::placeholder,
textarea::placeholder,
select::placeholder,
.copy-btn::placeholder,
.jSignature::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text']:is([data-bs-theme="dark"] *),
[type='email']:is([data-bs-theme="dark"] *),
[type='url']:is([data-bs-theme="dark"] *),
[type='password']:is([data-bs-theme="dark"] *),
[type='number']:is([data-bs-theme="dark"] *),
[type='date']:is([data-bs-theme="dark"] *),
[type='datetime-local']:is([data-bs-theme="dark"] *),
[type='month']:is([data-bs-theme="dark"] *),
[type='search']:is([data-bs-theme="dark"] *),
[type='tel']:is([data-bs-theme="dark"] *),
[type='time']:is([data-bs-theme="dark"] *),
[type='week']:is([data-bs-theme="dark"] *),
[multiple]:is([data-bs-theme="dark"] *),
textarea:is([data-bs-theme="dark"] *),
select:is([data-bs-theme="dark"] *),
.copy-btn:is([data-bs-theme="dark"] *),
.jSignature:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type='text']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='email']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='url']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='password']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='number']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='date']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='datetime-local']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='month']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='search']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='tel']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='time']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='week']:is([data-bs-theme="dark"] *)::-moz-placeholder, [multiple]:is([data-bs-theme="dark"] *)::-moz-placeholder, textarea:is([data-bs-theme="dark"] *)::-moz-placeholder, select:is([data-bs-theme="dark"] *)::-moz-placeholder, .copy-btn:is([data-bs-theme="dark"] *)::-moz-placeholder, .jSignature:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text']:is([data-bs-theme="dark"] *)::placeholder,
[type='email']:is([data-bs-theme="dark"] *)::placeholder,
[type='url']:is([data-bs-theme="dark"] *)::placeholder,
[type='password']:is([data-bs-theme="dark"] *)::placeholder,
[type='number']:is([data-bs-theme="dark"] *)::placeholder,
[type='date']:is([data-bs-theme="dark"] *)::placeholder,
[type='datetime-local']:is([data-bs-theme="dark"] *)::placeholder,
[type='month']:is([data-bs-theme="dark"] *)::placeholder,
[type='search']:is([data-bs-theme="dark"] *)::placeholder,
[type='tel']:is([data-bs-theme="dark"] *)::placeholder,
[type='time']:is([data-bs-theme="dark"] *)::placeholder,
[type='week']:is([data-bs-theme="dark"] *)::placeholder,
[multiple]:is([data-bs-theme="dark"] *)::placeholder,
textarea:is([data-bs-theme="dark"] *)::placeholder,
select:is([data-bs-theme="dark"] *)::placeholder,
.copy-btn:is([data-bs-theme="dark"] *)::placeholder,
.jSignature:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
.copy-btn,
.jSignature{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type='text']:is([data-bs-theme="dark"] *),
[type='email']:is([data-bs-theme="dark"] *),
[type='url']:is([data-bs-theme="dark"] *),
[type='password']:is([data-bs-theme="dark"] *),
[type='number']:is([data-bs-theme="dark"] *),
[type='date']:is([data-bs-theme="dark"] *),
[type='datetime-local']:is([data-bs-theme="dark"] *),
[type='month']:is([data-bs-theme="dark"] *),
[type='search']:is([data-bs-theme="dark"] *),
[type='tel']:is([data-bs-theme="dark"] *),
[type='time']:is([data-bs-theme="dark"] *),
[type='week']:is([data-bs-theme="dark"] *),
[multiple]:is([data-bs-theme="dark"] *),
textarea:is([data-bs-theme="dark"] *),
select:is([data-bs-theme="dark"] *),
.copy-btn:is([data-bs-theme="dark"] *),
.jSignature:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
.copy-btn,
.jSignature{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[type='text']:is([data-bs-theme="dark"] *),
[type='email']:is([data-bs-theme="dark"] *),
[type='url']:is([data-bs-theme="dark"] *),
[type='password']:is([data-bs-theme="dark"] *),
[type='number']:is([data-bs-theme="dark"] *),
[type='date']:is([data-bs-theme="dark"] *),
[type='datetime-local']:is([data-bs-theme="dark"] *),
[type='month']:is([data-bs-theme="dark"] *),
[type='search']:is([data-bs-theme="dark"] *),
[type='tel']:is([data-bs-theme="dark"] *),
[type='time']:is([data-bs-theme="dark"] *),
[type='week']:is([data-bs-theme="dark"] *),
[multiple]:is([data-bs-theme="dark"] *),
textarea:is([data-bs-theme="dark"] *),
select:is([data-bs-theme="dark"] *),
.copy-btn:is([data-bs-theme="dark"] *),
.jSignature:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type='text']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='email']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='url']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='password']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='number']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='date']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='datetime-local']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='month']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='search']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='tel']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='time']:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='week']:is([data-bs-theme="dark"] *)::-moz-placeholder, [multiple]:is([data-bs-theme="dark"] *)::-moz-placeholder, textarea:is([data-bs-theme="dark"] *)::-moz-placeholder, select:is([data-bs-theme="dark"] *)::-moz-placeholder, .copy-btn:is([data-bs-theme="dark"] *)::-moz-placeholder, .jSignature:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type='text']:is([data-bs-theme="dark"] *)::placeholder,
[type='email']:is([data-bs-theme="dark"] *)::placeholder,
[type='url']:is([data-bs-theme="dark"] *)::placeholder,
[type='password']:is([data-bs-theme="dark"] *)::placeholder,
[type='number']:is([data-bs-theme="dark"] *)::placeholder,
[type='date']:is([data-bs-theme="dark"] *)::placeholder,
[type='datetime-local']:is([data-bs-theme="dark"] *)::placeholder,
[type='month']:is([data-bs-theme="dark"] *)::placeholder,
[type='search']:is([data-bs-theme="dark"] *)::placeholder,
[type='tel']:is([data-bs-theme="dark"] *)::placeholder,
[type='time']:is([data-bs-theme="dark"] *)::placeholder,
[type='week']:is([data-bs-theme="dark"] *)::placeholder,
[multiple]:is([data-bs-theme="dark"] *)::placeholder,
textarea:is([data-bs-theme="dark"] *)::placeholder,
select:is([data-bs-theme="dark"] *)::placeholder,
.copy-btn:is([data-bs-theme="dark"] *)::placeholder,
.jSignature:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type='text']:focus:is([data-bs-theme="dark"] *),
[type='email']:focus:is([data-bs-theme="dark"] *),
[type='url']:focus:is([data-bs-theme="dark"] *),
[type='password']:focus:is([data-bs-theme="dark"] *),
[type='number']:focus:is([data-bs-theme="dark"] *),
[type='date']:focus:is([data-bs-theme="dark"] *),
[type='datetime-local']:focus:is([data-bs-theme="dark"] *),
[type='month']:focus:is([data-bs-theme="dark"] *),
[type='search']:focus:is([data-bs-theme="dark"] *),
[type='tel']:focus:is([data-bs-theme="dark"] *),
[type='time']:focus:is([data-bs-theme="dark"] *),
[type='week']:focus:is([data-bs-theme="dark"] *),
[multiple]:focus:is([data-bs-theme="dark"] *),
textarea:focus:is([data-bs-theme="dark"] *),
select:focus:is([data-bs-theme="dark"] *),
.copy-btn:focus:is([data-bs-theme="dark"] *),
.jSignature:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
.copy-btn,
.jSignature{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type='text']:is([data-bs-theme="dark"] *),
[type='email']:is([data-bs-theme="dark"] *),
[type='url']:is([data-bs-theme="dark"] *),
[type='password']:is([data-bs-theme="dark"] *),
[type='number']:is([data-bs-theme="dark"] *),
[type='date']:is([data-bs-theme="dark"] *),
[type='datetime-local']:is([data-bs-theme="dark"] *),
[type='month']:is([data-bs-theme="dark"] *),
[type='search']:is([data-bs-theme="dark"] *),
[type='tel']:is([data-bs-theme="dark"] *),
[type='time']:is([data-bs-theme="dark"] *),
[type='week']:is([data-bs-theme="dark"] *),
[multiple]:is([data-bs-theme="dark"] *),
textarea:is([data-bs-theme="dark"] *),
select:is([data-bs-theme="dark"] *),
.copy-btn:is([data-bs-theme="dark"] *),
.jSignature:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type='text']:focus,
[type='email']:focus,
[type='url']:focus,
[type='password']:focus,
[type='number']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='week']:focus,
[multiple]:focus,
textarea:focus,
select:focus,
.copy-btn:focus,
.jSignature:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text']:focus-visible,
[type='email']:focus-visible,
[type='url']:focus-visible,
[type='password']:focus-visible,
[type='number']:focus-visible,
[type='date']:focus-visible,
[type='datetime-local']:focus-visible,
[type='month']:focus-visible,
[type='search']:focus-visible,
[type='tel']:focus-visible,
[type='time']:focus-visible,
[type='week']:focus-visible,
[multiple]:focus-visible,
textarea:focus-visible,
select:focus-visible,
.copy-btn:focus-visible,
.jSignature:focus-visible{
  --tw-ring-color: var(--bt-primary-500);
}
[type='text']:active,
[type='email']:active,
[type='url']:active,
[type='password']:active,
[type='number']:active,
[type='date']:active,
[type='datetime-local']:active,
[type='month']:active,
[type='search']:active,
[type='tel']:active,
[type='time']:active,
[type='week']:active,
[multiple]:active,
textarea:active,
select:active,
.copy-btn:active,
.jSignature:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text']:focus:is([data-bs-theme="dark"] *),
[type='email']:focus:is([data-bs-theme="dark"] *),
[type='url']:focus:is([data-bs-theme="dark"] *),
[type='password']:focus:is([data-bs-theme="dark"] *),
[type='number']:focus:is([data-bs-theme="dark"] *),
[type='date']:focus:is([data-bs-theme="dark"] *),
[type='datetime-local']:focus:is([data-bs-theme="dark"] *),
[type='month']:focus:is([data-bs-theme="dark"] *),
[type='search']:focus:is([data-bs-theme="dark"] *),
[type='tel']:focus:is([data-bs-theme="dark"] *),
[type='time']:focus:is([data-bs-theme="dark"] *),
[type='week']:focus:is([data-bs-theme="dark"] *),
[multiple]:focus:is([data-bs-theme="dark"] *),
textarea:focus:is([data-bs-theme="dark"] *),
select:focus:is([data-bs-theme="dark"] *),
.copy-btn:focus:is([data-bs-theme="dark"] *),
.jSignature:focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text']:focus-visible:is([data-bs-theme="dark"] *),
[type='email']:focus-visible:is([data-bs-theme="dark"] *),
[type='url']:focus-visible:is([data-bs-theme="dark"] *),
[type='password']:focus-visible:is([data-bs-theme="dark"] *),
[type='number']:focus-visible:is([data-bs-theme="dark"] *),
[type='date']:focus-visible:is([data-bs-theme="dark"] *),
[type='datetime-local']:focus-visible:is([data-bs-theme="dark"] *),
[type='month']:focus-visible:is([data-bs-theme="dark"] *),
[type='search']:focus-visible:is([data-bs-theme="dark"] *),
[type='tel']:focus-visible:is([data-bs-theme="dark"] *),
[type='time']:focus-visible:is([data-bs-theme="dark"] *),
[type='week']:focus-visible:is([data-bs-theme="dark"] *),
[multiple]:focus-visible:is([data-bs-theme="dark"] *),
textarea:focus-visible:is([data-bs-theme="dark"] *),
select:focus-visible:is([data-bs-theme="dark"] *),
.copy-btn:focus-visible:is([data-bs-theme="dark"] *),
.jSignature:focus-visible:is([data-bs-theme="dark"] *){
  --tw-ring-color: var(--bt-primary-500);
}
[type='text']:active:is([data-bs-theme="dark"] *),
[type='email']:active:is([data-bs-theme="dark"] *),
[type='url']:active:is([data-bs-theme="dark"] *),
[type='password']:active:is([data-bs-theme="dark"] *),
[type='number']:active:is([data-bs-theme="dark"] *),
[type='date']:active:is([data-bs-theme="dark"] *),
[type='datetime-local']:active:is([data-bs-theme="dark"] *),
[type='month']:active:is([data-bs-theme="dark"] *),
[type='search']:active:is([data-bs-theme="dark"] *),
[type='tel']:active:is([data-bs-theme="dark"] *),
[type='time']:active:is([data-bs-theme="dark"] *),
[type='week']:active:is([data-bs-theme="dark"] *),
[multiple]:active:is([data-bs-theme="dark"] *),
textarea:active:is([data-bs-theme="dark"] *),
select:active:is([data-bs-theme="dark"] *),
.copy-btn:active:is([data-bs-theme="dark"] *),
.jSignature:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select,
.copy-btn,
.jSignature{
  max-width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[type='text']::-moz-placeholder::placeholder, [type='email']::-moz-placeholder::placeholder, [type='url']::-moz-placeholder::placeholder, [type='password']::-moz-placeholder::placeholder, [type='number']::-moz-placeholder::placeholder, [type='date']::-moz-placeholder::placeholder, [type='datetime-local']::-moz-placeholder::placeholder, [type='month']::-moz-placeholder::placeholder, [type='search']::-moz-placeholder::placeholder, [type='tel']::-moz-placeholder::placeholder, [type='time']::-moz-placeholder::placeholder, [type='week']::-moz-placeholder::placeholder, [multiple]::-moz-placeholder::placeholder, textarea::-moz-placeholder::placeholder, select::-moz-placeholder::placeholder, .copy-btn::-moz-placeholder::placeholder, .jSignature::-moz-placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text']::placeholder::placeholder,
[type='email']::placeholder::placeholder,
[type='url']::placeholder::placeholder,
[type='password']::placeholder::placeholder,
[type='number']::placeholder::placeholder,
[type='date']::placeholder::placeholder,
[type='datetime-local']::placeholder::placeholder,
[type='month']::placeholder::placeholder,
[type='search']::placeholder::placeholder,
[type='tel']::placeholder::placeholder,
[type='time']::placeholder::placeholder,
[type='week']::placeholder::placeholder,
[multiple]::placeholder::placeholder,
textarea::placeholder::placeholder,
select::placeholder::placeholder,
.copy-btn::placeholder::placeholder,
.jSignature::placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='email']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='url']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='password']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='number']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='date']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='datetime-local']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='month']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='search']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='tel']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='time']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='week']:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [multiple]:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, textarea:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, select:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, .copy-btn:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, .jSignature:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='email']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='url']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='password']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='number']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='date']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='datetime-local']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='month']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='search']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='tel']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='time']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[type='week']:is([data-bs-theme="dark"] *)::placeholder::placeholder,
[multiple]:is([data-bs-theme="dark"] *)::placeholder::placeholder,
textarea:is([data-bs-theme="dark"] *)::placeholder::placeholder,
select:is([data-bs-theme="dark"] *)::placeholder::placeholder,
.copy-btn:is([data-bs-theme="dark"] *)::placeholder::placeholder,
.jSignature:is([data-bs-theme="dark"] *)::placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'].form-control,[type='email'].form-control,[type='url'].form-control,[type='password'].form-control,[type='number'].form-control,[type='date'].form-control,[type='datetime-local'].form-control,[type='month'].form-control,[type='search'].form-control,[type='tel'].form-control,[type='time'].form-control,[type='week'].form-control,[multiple].form-control,textarea.form-control,select.form-control,.copy-btn.form-control,.jSignature.form-control{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
[type='text'].form-control::-moz-placeholder, [type='email'].form-control::-moz-placeholder, [type='url'].form-control::-moz-placeholder, [type='password'].form-control::-moz-placeholder, [type='number'].form-control::-moz-placeholder, [type='date'].form-control::-moz-placeholder, [type='datetime-local'].form-control::-moz-placeholder, [type='month'].form-control::-moz-placeholder, [type='search'].form-control::-moz-placeholder, [type='tel'].form-control::-moz-placeholder, [type='time'].form-control::-moz-placeholder, [type='week'].form-control::-moz-placeholder, [multiple].form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder, .copy-btn.form-control::-moz-placeholder, .jSignature.form-control::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text'].form-control::placeholder,[type='email'].form-control::placeholder,[type='url'].form-control::placeholder,[type='password'].form-control::placeholder,[type='number'].form-control::placeholder,[type='date'].form-control::placeholder,[type='datetime-local'].form-control::placeholder,[type='month'].form-control::placeholder,[type='search'].form-control::placeholder,[type='tel'].form-control::placeholder,[type='time'].form-control::placeholder,[type='week'].form-control::placeholder,[multiple].form-control::placeholder,textarea.form-control::placeholder,select.form-control::placeholder,.copy-btn.form-control::placeholder,.jSignature.form-control::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='email'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='url'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='password'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='number'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='date'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='month'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='search'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='tel'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='time'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='week'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [multiple].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, textarea.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, select.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, .copy-btn.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, .jSignature.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='email'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='url'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='password'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='number'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='date'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='month'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='search'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='tel'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='time'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='week'].form-control:is([data-bs-theme="dark"] *)::placeholder,[multiple].form-control:is([data-bs-theme="dark"] *)::placeholder,textarea.form-control:is([data-bs-theme="dark"] *)::placeholder,select.form-control:is([data-bs-theme="dark"] *)::placeholder,.copy-btn.form-control:is([data-bs-theme="dark"] *)::placeholder,.jSignature.form-control:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'].form-control::-moz-placeholder, [type='email'].form-control::-moz-placeholder, [type='url'].form-control::-moz-placeholder, [type='password'].form-control::-moz-placeholder, [type='number'].form-control::-moz-placeholder, [type='date'].form-control::-moz-placeholder, [type='datetime-local'].form-control::-moz-placeholder, [type='month'].form-control::-moz-placeholder, [type='search'].form-control::-moz-placeholder, [type='tel'].form-control::-moz-placeholder, [type='time'].form-control::-moz-placeholder, [type='week'].form-control::-moz-placeholder, [multiple].form-control::-moz-placeholder, textarea.form-control::-moz-placeholder, select.form-control::-moz-placeholder, .copy-btn.form-control::-moz-placeholder, .jSignature.form-control::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text'].form-control::placeholder,[type='email'].form-control::placeholder,[type='url'].form-control::placeholder,[type='password'].form-control::placeholder,[type='number'].form-control::placeholder,[type='date'].form-control::placeholder,[type='datetime-local'].form-control::placeholder,[type='month'].form-control::placeholder,[type='search'].form-control::placeholder,[type='tel'].form-control::placeholder,[type='time'].form-control::placeholder,[type='week'].form-control::placeholder,[multiple].form-control::placeholder,textarea.form-control::placeholder,select.form-control::placeholder,.copy-btn.form-control::placeholder,.jSignature.form-control::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text'].form-control:is([data-bs-theme="dark"] *),[type='email'].form-control:is([data-bs-theme="dark"] *),[type='url'].form-control:is([data-bs-theme="dark"] *),[type='password'].form-control:is([data-bs-theme="dark"] *),[type='number'].form-control:is([data-bs-theme="dark"] *),[type='date'].form-control:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:is([data-bs-theme="dark"] *),[type='month'].form-control:is([data-bs-theme="dark"] *),[type='search'].form-control:is([data-bs-theme="dark"] *),[type='tel'].form-control:is([data-bs-theme="dark"] *),[type='time'].form-control:is([data-bs-theme="dark"] *),[type='week'].form-control:is([data-bs-theme="dark"] *),[multiple].form-control:is([data-bs-theme="dark"] *),textarea.form-control:is([data-bs-theme="dark"] *),select.form-control:is([data-bs-theme="dark"] *),.copy-btn.form-control:is([data-bs-theme="dark"] *),.jSignature.form-control:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='email'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='url'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='password'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='number'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='date'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='month'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='search'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='tel'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='time'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='week'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [multiple].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, textarea.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, select.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, .copy-btn.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, .jSignature.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='email'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='url'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='password'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='number'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='date'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='month'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='search'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='tel'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='time'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='week'].form-control:is([data-bs-theme="dark"] *)::placeholder,[multiple].form-control:is([data-bs-theme="dark"] *)::placeholder,textarea.form-control:is([data-bs-theme="dark"] *)::placeholder,select.form-control:is([data-bs-theme="dark"] *)::placeholder,.copy-btn.form-control:is([data-bs-theme="dark"] *)::placeholder,.jSignature.form-control:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'].form-control,[type='email'].form-control,[type='url'].form-control,[type='password'].form-control,[type='number'].form-control,[type='date'].form-control,[type='datetime-local'].form-control,[type='month'].form-control,[type='search'].form-control,[type='tel'].form-control,[type='time'].form-control,[type='week'].form-control,[multiple].form-control,textarea.form-control,select.form-control,.copy-btn.form-control,.jSignature.form-control{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type='text'].form-control:is([data-bs-theme="dark"] *),[type='email'].form-control:is([data-bs-theme="dark"] *),[type='url'].form-control:is([data-bs-theme="dark"] *),[type='password'].form-control:is([data-bs-theme="dark"] *),[type='number'].form-control:is([data-bs-theme="dark"] *),[type='date'].form-control:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:is([data-bs-theme="dark"] *),[type='month'].form-control:is([data-bs-theme="dark"] *),[type='search'].form-control:is([data-bs-theme="dark"] *),[type='tel'].form-control:is([data-bs-theme="dark"] *),[type='time'].form-control:is([data-bs-theme="dark"] *),[type='week'].form-control:is([data-bs-theme="dark"] *),[multiple].form-control:is([data-bs-theme="dark"] *),textarea.form-control:is([data-bs-theme="dark"] *),select.form-control:is([data-bs-theme="dark"] *),.copy-btn.form-control:is([data-bs-theme="dark"] *),.jSignature.form-control:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type='text'].form-control,[type='email'].form-control,[type='url'].form-control,[type='password'].form-control,[type='number'].form-control,[type='date'].form-control,[type='datetime-local'].form-control,[type='month'].form-control,[type='search'].form-control,[type='tel'].form-control,[type='time'].form-control,[type='week'].form-control,[multiple].form-control,textarea.form-control,select.form-control,.copy-btn.form-control,.jSignature.form-control{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *),[type='email'].form-control:is([data-bs-theme="dark"] *),[type='url'].form-control:is([data-bs-theme="dark"] *),[type='password'].form-control:is([data-bs-theme="dark"] *),[type='number'].form-control:is([data-bs-theme="dark"] *),[type='date'].form-control:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:is([data-bs-theme="dark"] *),[type='month'].form-control:is([data-bs-theme="dark"] *),[type='search'].form-control:is([data-bs-theme="dark"] *),[type='tel'].form-control:is([data-bs-theme="dark"] *),[type='time'].form-control:is([data-bs-theme="dark"] *),[type='week'].form-control:is([data-bs-theme="dark"] *),[multiple].form-control:is([data-bs-theme="dark"] *),textarea.form-control:is([data-bs-theme="dark"] *),select.form-control:is([data-bs-theme="dark"] *),.copy-btn.form-control:is([data-bs-theme="dark"] *),.jSignature.form-control:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='email'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='url'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='password'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='number'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='date'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='month'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='search'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='tel'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='time'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [type='week'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, [multiple].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, textarea.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, select.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, .copy-btn.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder, .jSignature.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='email'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='url'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='password'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='number'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='date'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='month'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='search'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='tel'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='time'].form-control:is([data-bs-theme="dark"] *)::placeholder,[type='week'].form-control:is([data-bs-theme="dark"] *)::placeholder,[multiple].form-control:is([data-bs-theme="dark"] *)::placeholder,textarea.form-control:is([data-bs-theme="dark"] *)::placeholder,select.form-control:is([data-bs-theme="dark"] *)::placeholder,.copy-btn.form-control:is([data-bs-theme="dark"] *)::placeholder,.jSignature.form-control:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type='text'].form-control:focus:is([data-bs-theme="dark"] *),[type='email'].form-control:focus:is([data-bs-theme="dark"] *),[type='url'].form-control:focus:is([data-bs-theme="dark"] *),[type='password'].form-control:focus:is([data-bs-theme="dark"] *),[type='number'].form-control:focus:is([data-bs-theme="dark"] *),[type='date'].form-control:focus:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:focus:is([data-bs-theme="dark"] *),[type='month'].form-control:focus:is([data-bs-theme="dark"] *),[type='search'].form-control:focus:is([data-bs-theme="dark"] *),[type='tel'].form-control:focus:is([data-bs-theme="dark"] *),[type='time'].form-control:focus:is([data-bs-theme="dark"] *),[type='week'].form-control:focus:is([data-bs-theme="dark"] *),[multiple].form-control:focus:is([data-bs-theme="dark"] *),textarea.form-control:focus:is([data-bs-theme="dark"] *),select.form-control:focus:is([data-bs-theme="dark"] *),.copy-btn.form-control:focus:is([data-bs-theme="dark"] *),.jSignature.form-control:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
[type='text'].form-control,[type='email'].form-control,[type='url'].form-control,[type='password'].form-control,[type='number'].form-control,[type='date'].form-control,[type='datetime-local'].form-control,[type='month'].form-control,[type='search'].form-control,[type='tel'].form-control,[type='time'].form-control,[type='week'].form-control,[multiple].form-control,textarea.form-control,select.form-control,.copy-btn.form-control,.jSignature.form-control{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type='text'].form-control:is([data-bs-theme="dark"] *),[type='email'].form-control:is([data-bs-theme="dark"] *),[type='url'].form-control:is([data-bs-theme="dark"] *),[type='password'].form-control:is([data-bs-theme="dark"] *),[type='number'].form-control:is([data-bs-theme="dark"] *),[type='date'].form-control:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:is([data-bs-theme="dark"] *),[type='month'].form-control:is([data-bs-theme="dark"] *),[type='search'].form-control:is([data-bs-theme="dark"] *),[type='tel'].form-control:is([data-bs-theme="dark"] *),[type='time'].form-control:is([data-bs-theme="dark"] *),[type='week'].form-control:is([data-bs-theme="dark"] *),[multiple].form-control:is([data-bs-theme="dark"] *),textarea.form-control:is([data-bs-theme="dark"] *),select.form-control:is([data-bs-theme="dark"] *),.copy-btn.form-control:is([data-bs-theme="dark"] *),.jSignature.form-control:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type='text'].form-control:focus,[type='email'].form-control:focus,[type='url'].form-control:focus,[type='password'].form-control:focus,[type='number'].form-control:focus,[type='date'].form-control:focus,[type='datetime-local'].form-control:focus,[type='month'].form-control:focus,[type='search'].form-control:focus,[type='tel'].form-control:focus,[type='time'].form-control:focus,[type='week'].form-control:focus,[multiple].form-control:focus,textarea.form-control:focus,select.form-control:focus,.copy-btn.form-control:focus,.jSignature.form-control:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'].form-control:focus-visible,[type='email'].form-control:focus-visible,[type='url'].form-control:focus-visible,[type='password'].form-control:focus-visible,[type='number'].form-control:focus-visible,[type='date'].form-control:focus-visible,[type='datetime-local'].form-control:focus-visible,[type='month'].form-control:focus-visible,[type='search'].form-control:focus-visible,[type='tel'].form-control:focus-visible,[type='time'].form-control:focus-visible,[type='week'].form-control:focus-visible,[multiple].form-control:focus-visible,textarea.form-control:focus-visible,select.form-control:focus-visible,.copy-btn.form-control:focus-visible,.jSignature.form-control:focus-visible{
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'].form-control:active,[type='email'].form-control:active,[type='url'].form-control:active,[type='password'].form-control:active,[type='number'].form-control:active,[type='date'].form-control:active,[type='datetime-local'].form-control:active,[type='month'].form-control:active,[type='search'].form-control:active,[type='tel'].form-control:active,[type='time'].form-control:active,[type='week'].form-control:active,[multiple].form-control:active,textarea.form-control:active,select.form-control:active,.copy-btn.form-control:active,.jSignature.form-control:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'].form-control:focus:is([data-bs-theme="dark"] *),[type='email'].form-control:focus:is([data-bs-theme="dark"] *),[type='url'].form-control:focus:is([data-bs-theme="dark"] *),[type='password'].form-control:focus:is([data-bs-theme="dark"] *),[type='number'].form-control:focus:is([data-bs-theme="dark"] *),[type='date'].form-control:focus:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:focus:is([data-bs-theme="dark"] *),[type='month'].form-control:focus:is([data-bs-theme="dark"] *),[type='search'].form-control:focus:is([data-bs-theme="dark"] *),[type='tel'].form-control:focus:is([data-bs-theme="dark"] *),[type='time'].form-control:focus:is([data-bs-theme="dark"] *),[type='week'].form-control:focus:is([data-bs-theme="dark"] *),[multiple].form-control:focus:is([data-bs-theme="dark"] *),textarea.form-control:focus:is([data-bs-theme="dark"] *),select.form-control:focus:is([data-bs-theme="dark"] *),.copy-btn.form-control:focus:is([data-bs-theme="dark"] *),.jSignature.form-control:focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='email'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='url'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='password'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='number'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='date'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='month'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='search'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='tel'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='time'].form-control:focus-visible:is([data-bs-theme="dark"] *),[type='week'].form-control:focus-visible:is([data-bs-theme="dark"] *),[multiple].form-control:focus-visible:is([data-bs-theme="dark"] *),textarea.form-control:focus-visible:is([data-bs-theme="dark"] *),select.form-control:focus-visible:is([data-bs-theme="dark"] *),.copy-btn.form-control:focus-visible:is([data-bs-theme="dark"] *),.jSignature.form-control:focus-visible:is([data-bs-theme="dark"] *){
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'].form-control:active:is([data-bs-theme="dark"] *),[type='email'].form-control:active:is([data-bs-theme="dark"] *),[type='url'].form-control:active:is([data-bs-theme="dark"] *),[type='password'].form-control:active:is([data-bs-theme="dark"] *),[type='number'].form-control:active:is([data-bs-theme="dark"] *),[type='date'].form-control:active:is([data-bs-theme="dark"] *),[type='datetime-local'].form-control:active:is([data-bs-theme="dark"] *),[type='month'].form-control:active:is([data-bs-theme="dark"] *),[type='search'].form-control:active:is([data-bs-theme="dark"] *),[type='tel'].form-control:active:is([data-bs-theme="dark"] *),[type='time'].form-control:active:is([data-bs-theme="dark"] *),[type='week'].form-control:active:is([data-bs-theme="dark"] *),[multiple].form-control:active:is([data-bs-theme="dark"] *),textarea.form-control:active:is([data-bs-theme="dark"] *),select.form-control:active:is([data-bs-theme="dark"] *),.copy-btn.form-control:active:is([data-bs-theme="dark"] *),.jSignature.form-control:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
[type='text'].form-control,[type='email'].form-control,[type='url'].form-control,[type='password'].form-control,[type='number'].form-control,[type='date'].form-control,[type='datetime-local'].form-control,[type='month'].form-control,[type='search'].form-control,[type='tel'].form-control,[type='time'].form-control,[type='week'].form-control,[multiple].form-control,textarea.form-control,select.form-control,.copy-btn.form-control,.jSignature.form-control{
  max-width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
[type='text'].form-control::-moz-placeholder::placeholder, [type='email'].form-control::-moz-placeholder::placeholder, [type='url'].form-control::-moz-placeholder::placeholder, [type='password'].form-control::-moz-placeholder::placeholder, [type='number'].form-control::-moz-placeholder::placeholder, [type='date'].form-control::-moz-placeholder::placeholder, [type='datetime-local'].form-control::-moz-placeholder::placeholder, [type='month'].form-control::-moz-placeholder::placeholder, [type='search'].form-control::-moz-placeholder::placeholder, [type='tel'].form-control::-moz-placeholder::placeholder, [type='time'].form-control::-moz-placeholder::placeholder, [type='week'].form-control::-moz-placeholder::placeholder, [multiple].form-control::-moz-placeholder::placeholder, textarea.form-control::-moz-placeholder::placeholder, select.form-control::-moz-placeholder::placeholder, .copy-btn.form-control::-moz-placeholder::placeholder, .jSignature.form-control::-moz-placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text'].form-control::placeholder::placeholder,[type='email'].form-control::placeholder::placeholder,[type='url'].form-control::placeholder::placeholder,[type='password'].form-control::placeholder::placeholder,[type='number'].form-control::placeholder::placeholder,[type='date'].form-control::placeholder::placeholder,[type='datetime-local'].form-control::placeholder::placeholder,[type='month'].form-control::placeholder::placeholder,[type='search'].form-control::placeholder::placeholder,[type='tel'].form-control::placeholder::placeholder,[type='time'].form-control::placeholder::placeholder,[type='week'].form-control::placeholder::placeholder,[multiple].form-control::placeholder::placeholder,textarea.form-control::placeholder::placeholder,select.form-control::placeholder::placeholder,.copy-btn.form-control::placeholder::placeholder,.jSignature.form-control::placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='email'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='url'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='password'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='number'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='date'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='month'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='search'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='tel'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='time'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [type='week'].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, [multiple].form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, textarea.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, select.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, .copy-btn.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder, .jSignature.form-control:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='email'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='url'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='password'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='number'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='date'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='datetime-local'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='month'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='search'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='tel'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='time'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[type='week'].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,[multiple].form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,textarea.form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,select.form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,.copy-btn.form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder,.jSignature.form-control:is([data-bs-theme="dark"] *)::placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
[type='text'][disabled], [type='text'][readonly], [type='email'][disabled], [type='email'][readonly], [type='url'][disabled], [type='url'][readonly], [type='password'][disabled], [type='password'][readonly], [type='number'][disabled], [type='number'][readonly], [type='date'][disabled], [type='date'][readonly], [type='datetime-local'][disabled], [type='datetime-local'][readonly], [type='month'][disabled], [type='month'][readonly], [type='search'][disabled], [type='search'][readonly], [type='tel'][disabled], [type='tel'][readonly], [type='time'][disabled], [type='time'][readonly], [type='week'][disabled], [type='week'][readonly], [multiple][disabled], [multiple][readonly], textarea[disabled], textarea[readonly], select[disabled], select[readonly], .copy-btn[disabled], .copy-btn[readonly], .jSignature[disabled], .jSignature[readonly]{
  pointer-events: none;
  opacity: 0.5;
}
[type='text'][disabled]:active, [type='text'][readonly]:active, [type='email'][disabled]:active, [type='email'][readonly]:active, [type='url'][disabled]:active, [type='url'][readonly]:active, [type='password'][disabled]:active, [type='password'][readonly]:active, [type='number'][disabled]:active, [type='number'][readonly]:active, [type='date'][disabled]:active, [type='date'][readonly]:active, [type='datetime-local'][disabled]:active, [type='datetime-local'][readonly]:active, [type='month'][disabled]:active, [type='month'][readonly]:active, [type='search'][disabled]:active, [type='search'][readonly]:active, [type='tel'][disabled]:active, [type='tel'][readonly]:active, [type='time'][disabled]:active, [type='time'][readonly]:active, [type='week'][disabled]:active, [type='week'][readonly]:active, [multiple][disabled]:active, [multiple][readonly]:active, textarea[disabled]:active, textarea[readonly]:active, select[disabled]:active, select[readonly]:active, .copy-btn[disabled]:active, .copy-btn[readonly]:active, .jSignature[disabled]:active, .jSignature[readonly]:active{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type='text'][disabled]:active:is([data-bs-theme="dark"] *), [type='text'][readonly]:active:is([data-bs-theme="dark"] *), [type='email'][disabled]:active:is([data-bs-theme="dark"] *), [type='email'][readonly]:active:is([data-bs-theme="dark"] *), [type='url'][disabled]:active:is([data-bs-theme="dark"] *), [type='url'][readonly]:active:is([data-bs-theme="dark"] *), [type='password'][disabled]:active:is([data-bs-theme="dark"] *), [type='password'][readonly]:active:is([data-bs-theme="dark"] *), [type='number'][disabled]:active:is([data-bs-theme="dark"] *), [type='number'][readonly]:active:is([data-bs-theme="dark"] *), [type='date'][disabled]:active:is([data-bs-theme="dark"] *), [type='date'][readonly]:active:is([data-bs-theme="dark"] *), [type='datetime-local'][disabled]:active:is([data-bs-theme="dark"] *), [type='datetime-local'][readonly]:active:is([data-bs-theme="dark"] *), [type='month'][disabled]:active:is([data-bs-theme="dark"] *), [type='month'][readonly]:active:is([data-bs-theme="dark"] *), [type='search'][disabled]:active:is([data-bs-theme="dark"] *), [type='search'][readonly]:active:is([data-bs-theme="dark"] *), [type='tel'][disabled]:active:is([data-bs-theme="dark"] *), [type='tel'][readonly]:active:is([data-bs-theme="dark"] *), [type='time'][disabled]:active:is([data-bs-theme="dark"] *), [type='time'][readonly]:active:is([data-bs-theme="dark"] *), [type='week'][disabled]:active:is([data-bs-theme="dark"] *), [type='week'][readonly]:active:is([data-bs-theme="dark"] *), [multiple][disabled]:active:is([data-bs-theme="dark"] *), [multiple][readonly]:active:is([data-bs-theme="dark"] *), textarea[disabled]:active:is([data-bs-theme="dark"] *), textarea[readonly]:active:is([data-bs-theme="dark"] *), select[disabled]:active:is([data-bs-theme="dark"] *), select[readonly]:active:is([data-bs-theme="dark"] *), .copy-btn[disabled]:active:is([data-bs-theme="dark"] *), .copy-btn[readonly]:active:is([data-bs-theme="dark"] *), .jSignature[disabled]:active:is([data-bs-theme="dark"] *), .jSignature[readonly]:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type='text'][readonly],[type='email'][readonly],[type='url'][readonly],[type='password'][readonly],[type='number'][readonly],[type='date'][readonly],[type='datetime-local'][readonly],[type='month'][readonly],[type='search'][readonly],[type='tel'][readonly],[type='time'][readonly],[type='week'][readonly],[multiple][readonly],textarea[readonly],select[readonly],.copy-btn[readonly],.jSignature[readonly]{
  color: var(--bt-background-700) !important;
}
[type='text'][readonly]:is([data-bs-theme="dark"] *),[type='email'][readonly]:is([data-bs-theme="dark"] *),[type='url'][readonly]:is([data-bs-theme="dark"] *),[type='password'][readonly]:is([data-bs-theme="dark"] *),[type='number'][readonly]:is([data-bs-theme="dark"] *),[type='date'][readonly]:is([data-bs-theme="dark"] *),[type='datetime-local'][readonly]:is([data-bs-theme="dark"] *),[type='month'][readonly]:is([data-bs-theme="dark"] *),[type='search'][readonly]:is([data-bs-theme="dark"] *),[type='tel'][readonly]:is([data-bs-theme="dark"] *),[type='time'][readonly]:is([data-bs-theme="dark"] *),[type='week'][readonly]:is([data-bs-theme="dark"] *),[multiple][readonly]:is([data-bs-theme="dark"] *),textarea[readonly]:is([data-bs-theme="dark"] *),select[readonly]:is([data-bs-theme="dark"] *),.copy-btn[readonly]:is([data-bs-theme="dark"] *),.jSignature[readonly]:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.profile .profile-wrapper .profile-text [type='text'][readonly],.profile #profile-wrapper .profile-text [type='text'][readonly],.profile .profile-wrapper .profile-text [type='email'][readonly],.profile #profile-wrapper .profile-text [type='email'][readonly],.profile .profile-wrapper .profile-text [type='url'][readonly],.profile #profile-wrapper .profile-text [type='url'][readonly],.profile .profile-wrapper .profile-text [type='password'][readonly],.profile #profile-wrapper .profile-text [type='password'][readonly],.profile .profile-wrapper .profile-text [type='number'][readonly],.profile #profile-wrapper .profile-text [type='number'][readonly],.profile .profile-wrapper .profile-text [type='date'][readonly],.profile #profile-wrapper .profile-text [type='date'][readonly],.profile .profile-wrapper .profile-text [type='datetime-local'][readonly],.profile #profile-wrapper .profile-text [type='datetime-local'][readonly],.profile .profile-wrapper .profile-text [type='month'][readonly],.profile #profile-wrapper .profile-text [type='month'][readonly],.profile .profile-wrapper .profile-text [type='search'][readonly],.profile #profile-wrapper .profile-text [type='search'][readonly],.profile .profile-wrapper .profile-text [type='tel'][readonly],.profile #profile-wrapper .profile-text [type='tel'][readonly],.profile .profile-wrapper .profile-text [type='time'][readonly],.profile #profile-wrapper .profile-text [type='time'][readonly],.profile .profile-wrapper .profile-text [type='week'][readonly],.profile #profile-wrapper .profile-text [type='week'][readonly],.profile .profile-wrapper .profile-text [multiple][readonly],.profile #profile-wrapper .profile-text [multiple][readonly],.profile .profile-wrapper .profile-text textarea[readonly],.profile #profile-wrapper .profile-text textarea[readonly],.profile .profile-wrapper .profile-text select[readonly],.profile #profile-wrapper .profile-text select[readonly],.profile .profile-wrapper .profile-text .copy-btn[readonly],.profile #profile-wrapper .profile-text .copy-btn[readonly],.profile .profile-wrapper .profile-text .jSignature[readonly],.profile #profile-wrapper .profile-text .jSignature[readonly]{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content [type='text'][readonly],.message-received .message-content [type='email'][readonly],.message-received .message-content [type='url'][readonly],.message-received .message-content [type='password'][readonly],.message-received .message-content [type='number'][readonly],.message-received .message-content [type='date'][readonly],.message-received .message-content [type='datetime-local'][readonly],.message-received .message-content [type='month'][readonly],.message-received .message-content [type='search'][readonly],.message-received .message-content [type='tel'][readonly],.message-received .message-content [type='time'][readonly],.message-received .message-content [type='week'][readonly],.message-received .message-content [multiple][readonly],.message-received .message-content textarea[readonly],.message-received .message-content select[readonly],.message-received .message-content .copy-btn[readonly],.message-received .message-content .jSignature[readonly]{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
select{
  height: 2rem;
  width: 100%;
  border-radius: 0.5rem;
}
[type="radio"]:checked,[type="checkbox"]:checked{
  fill: var(--bt-primary-500);
  color: var(--bt-primary-500);
}
#attach_file_area{
  margin-top: 0.5rem;
  flex-direction: column;
  display: flex;
  gap: 1rem;
}
.file-input{
  position: relative;
  flex-direction: row;
  gap: 1rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px){
  .file-input{
    flex-wrap: nowrap;
  }
}
.remove_this_file{
  position: absolute;
  right: 0px;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  align-items: center;
}
[type="file"]{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type="file"]:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type="file"]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type="file"]:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
[type="file"]{
  display: block;
  width: 100%;
  flex-grow: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.375rem;
  border-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
[type="file"]:focus{
  border-width: 1px;
  border-color: var(--bt-primary-500);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type="file"]:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
[type="file"]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
[type="file"]:hover:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
}
[type="file"]::file-selector-button{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type="file"]:is([data-bs-theme="dark"] *)::file-selector-button{
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *)::file-selector-button::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *)::file-selector-button::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}
[type="file"]:is([data-bs-theme="dark"] *)::file-selector-button:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
[type="file"]::file-selector-button{
  margin-left: 0px !important;
  cursor: pointer !important;
  border-radius: 0.125rem !important;
  border-style: none !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  padding: 0.5rem !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
[type="file"]:hover::file-selector-button{
  --tw-brightness: brightness(.9) !important;
  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) !important;
}
[type="file"]:disabled{
  color: var(--bt-background-700) !important;
}
[type="file"]:disabled:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.profile .profile-wrapper .profile-text [type="file"]:disabled,.profile #profile-wrapper .profile-text [type="file"]:disabled{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content [type="file"]:disabled{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
[type="file"]:disabled::file-selector-button{
  color: var(--bt-background-700) !important;
}
[type="file"]:disabled:is([data-bs-theme="dark"] *)::file-selector-button{
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.profile .profile-wrapper .profile-text [type="file"]:disabled::file-selector-button,.profile #profile-wrapper .profile-text [type="file"]:disabled::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content [type="file"]:disabled::file-selector-button{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
[type="file"] + label{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type="file"] + label:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
[type="file"] + label{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
[type="file"] + label:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[type="file"] + label:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type="file"] + label:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
[type="file"] + label:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
[type="file"] + label{
  display: block;
  width: 100%;
  flex-shrink: 1;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  padding: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
[type="file"] + label:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[type="file"] + label:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
[type="file"] + label:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.form-control-color{
  width: 10rem;
  max-width: 100%;
}
canvas.jSignature:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.dropzone{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dropzone:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dropzone{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#my-dropzone{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
#my-dropzone:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
#my-dropzone{
  min-height: 0px;
  border-radius: 0.375rem;
  border-width: 2px;
  border-style: dashed;
  padding: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  padding: 0;
}
#my-dropzone:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
#my-dropzone .ds-success-mark svg {
  fill: green !important;
  stroke: green !important;
}
#my-dropzone .dz-preview .dz-progress .dz-upload {
  background: #4dbeeb;
}
.selection-toggle-label{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.selection-toggle-label:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.selection-toggle-label{
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.selection-toggle-label input{
  display: none;
}
.selection-toggle-label:hover{
  --tw-border-opacity: 1;
  border-color: rgb(27 135 73 / var(--tw-border-opacity));
}
.ticket-highlight .selection-toggle-label, .selection-toggle-label.active, .btn-hover-success.active{
  --tw-border-opacity: 1 !important;
  border-color: rgb(27 135 73 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(27 135 73 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.ticket-highlight .selection-toggle-label:hover, .selection-toggle-label.active:hover, .btn-hover-success.active:hover{
  background-color: var(--bt-success-600) !important;
}
.well .table, .panel .table, .card .table, .tab .table{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.well .table:last-child tr:last-child td:first-child,.panel .table:last-child tr:last-child td:first-child,.card .table:last-child tr:last-child td:first-child,.tab .table:last-child tr:last-child td:first-child{
  border-bottom-left-radius: 0.375rem;
}
.well .table:last-child tr:last-child td:last-child,.panel .table:last-child tr:last-child td:last-child,.card .table:last-child tr:last-child td:last-child,.tab .table:last-child tr:last-child td:last-child{
  border-bottom-right-radius: 0.375rem;
}
.fc td {
  cursor: pointer;
}
.card .card-body .table:first-child:last-child{
  margin-bottom: 0px;
}
.table, table{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.table:is([data-bs-theme="dark"] *), table:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table, table{
  table-layout: fixed;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.table:last-child, table:last-child{
  margin-bottom: 0px;
}
.table a:not(.btn):not([class*="bg-"]), table a:not(.btn):not([class*="bg-"]){
  color: var(--bs-link-color);
}
.table th.thin-column, table th.thin-column{
  width: 65px;
}
.table .btn-group, table .btn-group{
  float: none;
}
.table.table-striped >tbody>tr:nth-of-type(odd)>*:is([data-bs-theme="dark"] *), table.table-striped >tbody>tr:nth-of-type(odd)>*:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table.table-striped >tbody>tr:nth-of-type(odd)>* a:is([data-bs-theme="dark"] *), table.table-striped >tbody>tr:nth-of-type(odd)>* a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table > :not(caption) > * > *, table > :not(caption) > * > *{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table > :not(caption) > * > *:is([data-bs-theme="dark"] *), table > :not(caption) > * > *:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table.table-bordered, table.table-bordered{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table.table-bordered:is([data-bs-theme="dark"] *), table.table-bordered:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table.table-bordered, table.table-bordered{
  border-collapse: collapse;
  border-width: 1px;
}
.table.table-bordered td,.table.table-bordered th, table.table-bordered td, table.table-bordered th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table.table-bordered td:is([data-bs-theme="dark"] *),.table.table-bordered th:is([data-bs-theme="dark"] *), table.table-bordered td:is([data-bs-theme="dark"] *), table.table-bordered th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table.table-bordered td,.table.table-bordered th, table.table-bordered td, table.table-bordered th{
  border-left-width: 0px;
  border-right-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table.table-bordered td:is([data-bs-theme="dark"] *),.table.table-bordered th:is([data-bs-theme="dark"] *), table.table-bordered td:is([data-bs-theme="dark"] *), table.table-bordered th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table.table-bordered td,.table.table-bordered th, table.table-bordered td, table.table-bordered th{
  border-left-width: 0px;
  border-right-width: 0px;
  cursor: default;
  border-bottom-width: 1px;
  border-color: var(--bt-cardBackground-600);
}
.table th a, table th a{
  display: block;
  height: 100%;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.table thead tr th, table thead tr th{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.table thead tr th:is([data-bs-theme="dark"] *), table thead tr th:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table thead tr th, table thead tr th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table thead tr th:is([data-bs-theme="dark"] *), table thead tr th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table thead tr th, table thead tr th{
  overflow-wrap: normal;
  word-break: normal;
  border-width: 1px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 4px;
  border-top-width: 0px;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.table thead tr th:hover, table thead tr th:hover{
  overflow: visible;
  word-break: keep-all;
}
.table thead tr th:is([data-bs-theme="dark"] *), table thead tr th:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table thead:last-child tr th:first-child, table thead:last-child tr th:first-child{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.table thead:last-child tr th:last-child, table thead:last-child tr th:last-child{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.table tbody tr, table tbody tr{
        /* &[data-href]{
          &:hover{
            td{
              @apply bg-cardBackground-550 dark:bg-slate-500 transition-all;
            }
          }
        } */
      }
.table tbody tr td,.table tbody tr th, table tbody tr td, table tbody tr th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table tbody tr td:is([data-bs-theme="dark"] *),.table tbody tr th:is([data-bs-theme="dark"] *), table tbody tr td:is([data-bs-theme="dark"] *), table tbody tr th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table tbody tr td,.table tbody tr th, table tbody tr td, table tbody tr th{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.table tbody tr td:is([data-bs-theme="dark"] *),.table tbody tr th:is([data-bs-theme="dark"] *), table tbody tr td:is([data-bs-theme="dark"] *), table tbody tr th:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table tbody tr td,.table tbody tr th, table tbody tr td, table tbody tr th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table tbody tr td:is([data-bs-theme="dark"] *),.table tbody tr th:is([data-bs-theme="dark"] *), table tbody tr td:is([data-bs-theme="dark"] *), table tbody tr th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table tbody tr td,.table tbody tr th, table tbody tr td, table tbody tr th{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.table tbody tr td:is([data-bs-theme="dark"] *),.table tbody tr th:is([data-bs-theme="dark"] *), table tbody tr td:is([data-bs-theme="dark"] *), table tbody tr th:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.table tbody tr.ticket-highlight td,.table tbody tr.ticket-highlight th, table tbody tr.ticket-highlight td, table tbody tr.ticket-highlight th{
  background-color: var(--bt-cardBackground-550);
}
.table tbody tr.ticket-highlight td:is([data-bs-theme="dark"] *),.table tbody tr.ticket-highlight th:is([data-bs-theme="dark"] *), table tbody tr.ticket-highlight td:is([data-bs-theme="dark"] *), table tbody tr.ticket-highlight th:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.table tbody tr.ticket-highlight td,.table tbody tr.ticket-highlight th, table tbody tr.ticket-highlight td, table tbody tr.ticket-highlight th{
  background-color: var(--bt-cardBackground-550);
}
.table tbody tr.ticket-highlight td:is([data-bs-theme="dark"] *),.table tbody tr.ticket-highlight th:is([data-bs-theme="dark"] *), table tbody tr.ticket-highlight td:is([data-bs-theme="dark"] *), table tbody tr.ticket-highlight th:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.table tbody tr.ticket-highlight input.selection_checkbox::checked, table tbody tr.ticket-highlight input.selection_checkbox::checked{
  --tw-bg-opacity: 1;
  background-color: rgb(27 135 73 / var(--tw-bg-opacity));
}
.table tfoot tr th, table tfoot tr th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table tfoot tr th:is([data-bs-theme="dark"] *), table tfoot tr th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table tfoot tr th, table tfoot tr th{
  border-width: 0px;
  border-top-width: 1px;
}
.table:not(.table-bordered) th, table:not(.table-bordered) th{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.table:not(.table-bordered) th:is([data-bs-theme="dark"] *), table:not(.table-bordered) th:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.table:not(.table-bordered) th, table:not(.table-bordered) th{
  border-top-width: 0px;
}
.table th,.table td, table th, table td{
  overflow-wrap: break-word;
}
@media (min-width: 1050px){
  .table th,.table td, table th, table td{
    max-width: 25em;
  }
}
.table th,.table td, table th, table td{
  overflow-wrap: break-word;
}
@media (min-width: 1050px){
  .table th,.table td, table th, table td{
    max-width: 25em;
  }
}
.table th abbr,.table td abbr, table th abbr, table td abbr{
  float: none;
}
.table th.flex-column .fa-stack,.table td.flex-column .fa-stack, table th.flex-column .fa-stack, table td.flex-column .fa-stack{
  display: flex;
}
.table th:not([class*="text-left"]):not([class*="text-right"]),.table td:not([class*="text-left"]):not([class*="text-right"]), table th:not([class*="text-left"]):not([class*="text-right"]), table td:not([class*="text-left"]):not([class*="text-right"]){
  text-align: center;
}
.table th .badge,.table td .badge, table th .badge, table td .badge{
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.table tr:first-child td, table tr:first-child td{
  border-top-width: 0px;
}
.table, table { /* Comes from helpers.scss as a global table style */
}
.card-body:not(.nopad) .table, .card-body:not(.nopad) table{
  border-radius: 0.375rem;
}
.card-body #no-more-tables{
  overflow-x: hidden;
}
@media not all and (min-width: 1050px){
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
      #no-more-tables td > .form-check, table.dataTable td > .form-check{
    margin-left: 0px;
    margin-right: 0px;
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
      #no-more-tables td > .form-check, table.dataTable td > .form-check{
    margin-left: 0px;
    margin-right: 0px;
  }
        #no-more-tables td > .form-check .form-check-input, table.dataTable td > .form-check .form-check-input{
    margin-top: 0px;
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
      #no-more-tables td > .form-check, table.dataTable td > .form-check{
    margin-left: 0px;
    margin-right: 0px;
  }
        #no-more-tables td > .form-check .form-check-input, table.dataTable td > .form-check .form-check-input{
    margin-top: 0px;
  }
        #no-more-tables td[data-title] *, table.dataTable td[data-title] *{
    grid-column: span 2 / span 2;
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
      #no-more-tables td > .form-check, table.dataTable td > .form-check{
    margin-left: 0px;
    margin-right: 0px;
  }
        #no-more-tables td > .form-check .form-check-input, table.dataTable td > .form-check .form-check-input{
    margin-top: 0px;
  }
        #no-more-tables td[data-title] *, table.dataTable td[data-title] *{
    grid-column: span 2 / span 2;
  }
        #no-more-tables td[data-title]:before, table.dataTable td[data-title]:before{
    grid-column: span 1 / span 1;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  display: flex;
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
      #no-more-tables td > .form-check, table.dataTable td > .form-check{
    margin-left: 0px;
    margin-right: 0px;
  }
        #no-more-tables td > .form-check .form-check-input, table.dataTable td > .form-check .form-check-input{
    margin-top: 0px;
  }
        #no-more-tables td[data-title] *, table.dataTable td[data-title] *{
    grid-column: span 2 / span 2;
  }
        #no-more-tables td[data-title]:before, table.dataTable td[data-title]:before{
    grid-column: span 1 / span 1;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  display: flex;
  overflow: hidden;
  text-align: left;
  font-weight: 700;
  --tw-content: attr(data-title);
  content: var(--tw-content);
  }
  #no-more-tables, table.dataTable{
    display: block;
    border-width: 0px;
  }
    #no-more-tables table,#no-more-tables tbody,#no-more-tables thead,#no-more-tables th,#no-more-tables td,#no-more-tables tr, table.dataTable table, table.dataTable tbody, table.dataTable thead, table.dataTable th, table.dataTable td, table.dataTable tr{
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      /* Force table to not be like tables anymore */
      display: block;
      border-width: 0px;
    }
    #no-more-tables thead tr,#no-more-tables tfoot tr, table.dataTable thead tr, table.dataTable tfoot tr{
      /* Hide table headers (but not display: none;, for accessibility) */
      /* Hide table headers (but not display: none;, for accessibility) */
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  #no-more-tables tr, table.dataTable tr{
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
  }
  #no-more-tables tr:is([data-bs-theme="dark"] *), table.dataTable tr:is([data-bs-theme="dark"] *){
    border-color: rgb(100 116 139 / var(--tw-border-opacity));
    --tw-border-opacity: 0.5;
  }
  #no-more-tables tr, table.dataTable tr{
    margin-bottom: var(--bt-gutter);
    border-radius: 0.5rem;
    border-width: 2px;
    padding: 0.25rem;
  }
    @media not all and (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: flex;
      flex-direction: column;
      gap: 0.5rem;
    }
  }
    #no-more-tables td, table.dataTable td{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: flex-start;
    justify-content: flex-start;
  }
    @media (min-width: 480px){
    #no-more-tables td, table.dataTable td{
      display: grid;
    }
  }
    #no-more-tables td, table.dataTable td{
    position: relative;
    min-height: 3em;
    width: 100%;
    white-space: normal;
    border-width: 0px;
    text-align: left;
  }
      @media not all and (min-width: 480px){
    #no-more-tables td br, table.dataTable td br{
      display: none;
    }
  }
      #no-more-tables td > .form-check, table.dataTable td > .form-check{
    margin-left: 0px;
    margin-right: 0px;
  }
        #no-more-tables td > .form-check .form-check-input, table.dataTable td > .form-check .form-check-input{
    margin-top: 0px;
  }
        #no-more-tables td[data-title] *, table.dataTable td[data-title] *{
    grid-column: span 2 / span 2;
  }
        #no-more-tables td[data-title]:before, table.dataTable td[data-title]:before{
    grid-column: span 1 / span 1;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
  display: flex;
  overflow: hidden;
  text-align: left;
  font-weight: 700;
  --tw-content: attr(data-title);
  content: var(--tw-content);
  }
        #no-more-tables td:not([data-title]) > *, table.dataTable td:not([data-title]) > *{
    grid-column: span 3 / span 3;
  }
        @media not all and (min-width: 480px){
    #no-more-tables td:not([data-title]) > *, table.dataTable td:not([data-title]) > *{
      width: 100%;
    }
  }
}
.card-body.nopad #no-more-tables tr,.card-body.nopad table.dataTable tr,#no-more-tables .card-body.nopad #no-more-tables tr,#no-more-tables .card-body.nopad table.dataTable tr{
      margin: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
    }
.card-header-datatable{
  justify-content: space-between;
  align-items: center;
}
.card-header-datatable .pull-right{
  margin-left: auto;
  display: flex;
}
.card-header-datatable .filter--search{
  margin: 0px;
  flex-wrap: nowrap;
}
.card-header-datatable .filter--search .input-group-addon{
  width: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.card-header-datatable .filter--search input[name="like_search"]{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.card-header-datatable .datatable-heading-buttons{
  margin-left: auto;
  justify-content: flex-end;
  justify-items: end;
  justify-self: end;
  display: flex;
  align-items: center;
  gap: .5rem;
}
.card-header-datatable .datatable-heading-buttons .fa{
  line-height: 2rem;
}
.card-header-datatable .datatable-heading-buttons .datatable-heading-button, .card-header-datatable .datatable-heading-buttons .dt-button, .card-header-datatable .datatable-heading-buttons .buttons-colvis, .card-header-datatable .datatable-heading-buttons > [class*="buttons"], .card-header-datatable .datatable-heading-buttons [class^="columsn-modal-button"]{
  cursor: pointer;
}
.card-header-datatable .datatable-heading-buttons .dropdown-menu{
  right: 0.75rem !important;
  left: auto !important;
  max-height: 28rem;
  overflow-x: auto;
}
.card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  margin-left: 0px;
  padding-top: 0.5rem;
  padding-right: 2rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button:not(.dt-button-active){
  color: var(--bt-background-700) !important;
}
.card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button:not(.dt-button-active):is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.profile .profile-wrapper .profile-text .card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button:not(.dt-button-active),.profile #profile-wrapper .profile-text .card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button:not(.dt-button-active){
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content .card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button:not(.dt-button-active){
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.card-header-datatable .datatable-heading-buttons .dropdown-menu .dt-button.dt-button-active::after{
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -10px;
  display: inline-block;
          content: "✓";
          color: inherit;
}
#datatables_buttons_info{
  display: none !important;
}
.dtfh-floatingparent{
  display: none !important; /* Hide old datatables fixed header (replaced with thead sticky) */
}
.dataTables_wrapper .dataTables_filter.input-group > input{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.dataTables_wrapper .dataTables_filter.input-group > input::placeholder{
  color: var(--bt-cardBackground-600);
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.dataTables_wrapper .dataTables_filter.input-group > input::placeholder{
  color: var(--bt-cardBackground-600);
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.dataTables_wrapper .dataTables_filter.input-group > input:focus-visible{
  --tw-ring-color: var(--bt-primary-500);
}
.dataTables_wrapper .dataTables_filter.input-group > input:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.dataTables_wrapper .dataTables_filter.input-group > input:focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.dataTables_wrapper .dataTables_filter.input-group > input:focus-visible:is([data-bs-theme="dark"] *){
  --tw-ring-color: var(--bt-primary-500);
}
.dataTables_wrapper .dataTables_filter.input-group > input:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.dataTables_wrapper .dataTables_filter.input-group > input{
  max-width: 100%;
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dataTables_wrapper .dataTables_filter.input-group > input::-moz-placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
.dataTables_wrapper .dataTables_filter.input-group > input::placeholder::placeholder{
  color: var(--bt-cardBackground-600);
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::-moz-placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter.input-group > input:is([data-bs-theme="dark"] *)::placeholder::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.dataTables_wrapper{
  max-width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  display: flex;
}
@media (min-width: 768px){
  .dataTables_wrapper{
    overflow-x: hidden;
  }
}
@media (min-width: 1050px){
  .dataTables_wrapper{
    max-height: calc(100vh - 100px - 4rem - 4rem);
    overflow-y: auto;
    min-height: min(50vh,300px);
  }
}
.dataTables_wrapper thead{
  position: sticky;
  top: 0px;
  z-index: 3;
}
.dataTables_wrapper td, .dataTables_wrapper th{
  width: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.dataTables_wrapper .dataTables_length{
  order: 2;
    flex: 0 1 auto;
}
.dataTables_wrapper .dataTables_filter {
    order: 1;
    flex: 1 0 auto;
    width: auto !important;
  }
.dataTables_wrapper .dataTables_filter .form-control {
      height: auto;
      margin-left: 0;
    }
.dataTables_wrapper .dataTable{
  order: 3;
  width: 100%;
}
.dataTables_wrapper .dataTable.no-footer{
  border-bottom-width: 0px;
}
.dataTables_wrapper .btn-group{
  width: auto !important;
}
.dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_length{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter:is([data-bs-theme="dark"] *), .dataTables_wrapper .dataTables_length:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_filter input:not(.form-control), .dataTables_wrapper .dataTables_filter select, .dataTables_wrapper .dataTables_length input:not(.form-control), .dataTables_wrapper .dataTables_length select{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dataTables_wrapper .dataTables_filter input:not(.form-control):is([data-bs-theme="dark"] *), .dataTables_wrapper .dataTables_filter select:is([data-bs-theme="dark"] *), .dataTables_wrapper .dataTables_length input:not(.form-control):is([data-bs-theme="dark"] *), .dataTables_wrapper .dataTables_length select:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.dataTables_wrapper .dataTables_filter input:not(.form-control), .dataTables_wrapper .dataTables_filter select, .dataTables_wrapper .dataTables_length input:not(.form-control), .dataTables_wrapper .dataTables_length select{
  margin-top: 5px;
  margin-right: 5px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dataTables_wrapper .dataTables_filter input:not(.form-control), .dataTables_wrapper .dataTables_length input:not(.form-control){
  padding: 0.25rem;
}
.dataTables_wrapper .dataTables_footer{
  order: 4;
  width: 100%;
  flex-grow: 1;
  flex-basis: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.dataTables_wrapper .dataTables_info{
  order: 5;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}
.dataTables_wrapper .dataTables_info:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_paginate{
  order: 6;
  flex-grow: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button{
  background-image: none !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current{
  border-width: 1px;
  border-color: var(--bt-cardBackground-600);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.current:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 65 85 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(.disabled):hover, .dataTables_wrapper .dataTables_paginate a.paginate_button:not(.disabled):focus{
  border-color: var(--bt-cardBackground-300);
  background-color: var(--bt-cardBackground-400);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(.disabled):hover:is([data-bs-theme="dark"] *), .dataTables_wrapper .dataTables_paginate a.paginate_button:not(.disabled):focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:not(.disabled):active{
  border-color: var(--bt-cardBackground-400);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled{
  opacity: 0.5 !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button.disabled:hover:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
  opacity: 0.5;
}
.dataTables_wrapper .dataTables_paginate .ellipsis:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dataTables_wrapper .dataTables_processing{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  height: 100%;
  background-color: rgb(0 0 0 / 0.25);
  padding: 40px;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dataTables_wrapper .dataTables_processing[style^="display: block"]{
  display: flex;
}
table.dataTable:not(.DTCR_clonedTable), table.sts_datatable:not(.DTCR_clonedTable){
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-bottom-width: 0px;
}
@media not all and (min-width: 1050px){
  table.dataTable td,table.dataTable th,table.sts_datatable td,table.sts_datatable th{
    min-height: 0px !important;
  }
}
table.dataTable tr,table.sts_datatable tr{
  margin-bottom: 0px !important;
  border-color: var(--bt-cardBackground-600) !important;
}
table.dataTable tr:is([data-bs-theme="dark"] *),table.sts_datatable tr:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
table.dataTable tr > td, table.dataTable tr > th, table.sts_datatable tr > td, table.sts_datatable tr > th{
  border-color: var(--bt-cardBackground-600) !important;
}
table.dataTable tr > td:is([data-bs-theme="dark"] *), table.dataTable tr > th:is([data-bs-theme="dark"] *), table.sts_datatable tr > td:is([data-bs-theme="dark"] *), table.sts_datatable tr > th:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
@media not all and (min-width: 1050px){
  table.dataTable tr > td:last-child,table.dataTable tr > th:last-child,table.sts_datatable tr > td:last-child,table.sts_datatable tr > th:last-child{
    border-bottom-width: 0px !important;
  }
  table.dataTable thead th, table.dataTable thead td, table.sts_datatable thead th, table.sts_datatable thead td{
    margin-right: 0px !important;
  }
}
@media (min-width: 1050px){
  table.dataTable thead th, table.dataTable thead td, table.sts_datatable thead th, table.sts_datatable thead td{
    padding: 0.25rem !important;
  }
}
@media not all and (min-width: 1050px){
  table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled, table.sts_datatable thead>tr>th.sorting, table.sts_datatable thead>tr>th.sorting_asc, table.sts_datatable thead>tr>th.sorting_desc, table.sts_datatable thead>tr>th.sorting_asc_disabled, table.sts_datatable thead>tr>th.sorting_desc_disabled, table.sts_datatable thead>tr>td.sorting, table.sts_datatable thead>tr>td.sorting_asc, table.sts_datatable thead>tr>td.sorting_desc, table.sts_datatable thead>tr>td.sorting_asc_disabled, table.sts_datatable thead>tr>td.sorting_desc_disabled{
    margin-right: 0px !important;
  }
}
@media (min-width: 1050px){
  table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled, table.sts_datatable thead>tr>th.sorting, table.sts_datatable thead>tr>th.sorting_asc, table.sts_datatable thead>tr>th.sorting_desc, table.sts_datatable thead>tr>th.sorting_asc_disabled, table.sts_datatable thead>tr>th.sorting_desc_disabled, table.sts_datatable thead>tr>td.sorting, table.sts_datatable thead>tr>td.sorting_asc, table.sts_datatable thead>tr>td.sorting_desc, table.sts_datatable thead>tr>td.sorting_asc_disabled, table.sts_datatable thead>tr>td.sorting_desc_disabled{
    padding: 0.25rem !important;
    padding-right: 0.5rem !important;
  }
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:after, table.sts_datatable thead>tr>th.sorting:before, table.sts_datatable thead>tr>th.sorting:after, table.sts_datatable thead>tr>th.sorting_asc:before, table.sts_datatable thead>tr>th.sorting_asc:after, table.sts_datatable thead>tr>th.sorting_desc:before, table.sts_datatable thead>tr>th.sorting_desc:after, table.sts_datatable thead>tr>th.sorting_asc_disabled:before, table.sts_datatable thead>tr>th.sorting_asc_disabled:after, table.sts_datatable thead>tr>th.sorting_desc_disabled:before, table.sts_datatable thead>tr>th.sorting_desc_disabled:after, table.sts_datatable thead>tr>td.sorting:before, table.sts_datatable thead>tr>td.sorting:after, table.sts_datatable thead>tr>td.sorting_asc:before, table.sts_datatable thead>tr>td.sorting_asc:after, table.sts_datatable thead>tr>td.sorting_desc:before, table.sts_datatable thead>tr>td.sorting_desc:after, table.sts_datatable thead>tr>td.sorting_asc_disabled:before, table.sts_datatable thead>tr>td.sorting_asc_disabled:after, table.sts_datatable thead>tr>td.sorting_desc_disabled:before, table.sts_datatable thead>tr>td.sorting_desc_disabled:after{
  right: 0px !important;
}
table.dataTable thead th.sorting,table.dataTable thead td.sorting,table.dataTable tbody td.sorting,table.sts_datatable thead th.sorting,table.sts_datatable thead td.sorting,table.sts_datatable tbody td.sorting{
  padding: 10px;
}
table.dataTable thead th.sorting::before, table.dataTable thead th.sorting::after, table.dataTable thead td.sorting::before, table.dataTable thead td.sorting::after, table.dataTable tbody td.sorting::before, table.dataTable tbody td.sorting::after, table.sts_datatable thead th.sorting::before, table.sts_datatable thead th.sorting::after, table.sts_datatable thead td.sorting::before, table.sts_datatable thead td.sorting::after, table.sts_datatable tbody td.sorting::before, table.sts_datatable tbody td.sorting::after{
  right: 0px;
}
table.dataTable thead th:not(.dt-right):not(.dt-head-right):not(.dt-body-right):not(.dt-left):not(.dt-head-left):not(.dt-body-left), table.dataTable thead td:not(.dt-right):not(.dt-head-right):not(.dt-body-right):not(.dt-left):not(.dt-head-left):not(.dt-body-left), table.dataTable tbody td:not(.dt-right):not(.dt-head-right):not(.dt-body-right):not(.dt-left):not(.dt-head-left):not(.dt-body-left), table.sts_datatable thead th:not(.dt-right):not(.dt-head-right):not(.dt-body-right):not(.dt-left):not(.dt-head-left):not(.dt-body-left), table.sts_datatable thead td:not(.dt-right):not(.dt-head-right):not(.dt-body-right):not(.dt-left):not(.dt-head-left):not(.dt-body-left), table.sts_datatable tbody td:not(.dt-right):not(.dt-head-right):not(.dt-body-right):not(.dt-left):not(.dt-head-left):not(.dt-body-left){
  text-align: center;
}
table.dataTable thead th, table.sts_datatable thead th{
  border-bottom-width: 0px;
  vertical-align: middle;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
table.dataTable tbody td, table.sts_datatable tbody td{
  vertical-align: middle;
}
.alert{
  --tw-border-opacity: 1;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: var(--bt-background-550);
  --tw-shadow: var(--tw-shadow-colored);
}
.alert:is([data-bs-theme="dark"] *){
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}
.alert{
  border-radius: 0.375rem;
  position: relative;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.alert:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.alert{
  border-width: 1px !important;
}
.alert:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.alert img{
  max-width: 100%;
}
.alert i, .alert .fa, .alert .fas{
  margin-right: 0.5rem;
}
.alert a:not(.btn){
  text-decoration-line: underline;
}
.alert .btn{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.alert button.close{
  position: absolute;
  right: 0px;
  top: 0px;
  border-style: none;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.875rem;
  font-weight: 300;
  line-height: 3rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
}
.alert button.close:hover{
  opacity: 0.75;
}
.alert button.close:focus{
  opacity: 0.75;
}
.alert button.close:active{
  opacity: 0.75;
}
.alert-default{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.alert-default:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert-default{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.alert-default:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.alert-warning a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.card-body.nopad > .alert{
  margin-left: var(--bs-card-spacer-x);
  margin-right: var(--bs-card-spacer-x);
  margin-top: var(--bs-card-spacer-y);
  margin-bottom: var(--bs-card-spacer-y);
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
/* The slider */
.slider{
  background-color: var(--bt-cardBackground-550);
}
.slider:hover{
  background-color: var(--bt-cardBackground-700);
}
.slider:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slider:is([data-bs-theme="dark"] *):hover{
  background-color: var(--bt-success-600);
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: .4s;  
}
.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }
input:checked+.slider{
  --tw-bg-opacity: 1;
  background-color: rgb(27 135 73 / var(--tw-bg-opacity));
}
input:focus + .slider {
    box-shadow: 0 0 1px var(--bt-success-500);
  }
input:checked + .slider:before {
    transform: translateX(26px);
  }
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.pagination{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0px;
  margin-right: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
}
@media (min-width: 1050px){
  .pagination{
    justify-content: flex-end;
  }
}
.pagination a:not(.btn){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pagination a:not(.btn):hover, .pagination a:not(.btn):active, .pagination a:not(.btn):focus{
  background-color: var(--bt-cardBackground-600);
}
.page-item{
  list-style-type: none;
}
@media not all and (min-width: 1050px){
  .page-item{
    flex-grow: 1;
    text-align: center;
  }
}
.page-item .page-link{
  white-space: nowrap;
  border-width: 1px;
}
@media not all and (min-width: 1050px){
  .page-item .page-link{
    text-align: center;
  }
}
.page-item .page-link:not(.disabled){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.page-item .page-link:not(.disabled):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-item .page-link:not(.disabled){
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.page-item .page-link:not(.disabled):is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-item .page-link:not(.disabled):hover{
  background-color: var(--bt-background-400);
}
.page-item .page-link:not(.disabled):hover:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.page-item .page-link.disabled{
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  opacity: 0.5;
}
.page-item .page-link.disabled:not([class*="text-"]){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.page-item .page-link.disabled:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
[data-bs-theme="dark"] .popover{
  /* --bs-popover-header-bg: var(--colour-slate-700);
  --bs-popover-bg: var(--color-slate-700);
  --bs-popover-body-color: white; */
  --bs-popover-border-color: var(--color-slate-600);
  --bs-popover-bg: var(--color-slate-800);
}
[data-bs-theme="dark"] .popover .popover-header{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity));
}
[data-bs-theme="dark"] .popover .popover-body{
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
[data-bs-theme="dark"] .popover .popover-arrow::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(71 85 105 / var(--tw-border-opacity));
}
[data-bs-toggle="popover"]{
  cursor: pointer;
}
.popover{
  border-width: 2px;
}
.popover .popover-header{
  border-bottom-width: 2px;
}
.popover .popover-body{
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tooltip{
  --bs-tooltip-bg: #000;
  --bs-tooltip-color: #fff;

  /* --bs-tooltip-bg: theme('colors.slate.400');
  --bs-tooltip-color: theme('colors.white');

  .tooltip-arrow{

  }
  .tooltip-inner{

  } */
}
[data-bs-toggle="tooltip"]{
  cursor: pointer;
}
.dropdown-menu{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.dropdown-menu:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dropdown-menu{
  list-style-type: none;
  overflow-y: auto;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.dropdown-menu:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.dropdown-menu .dropdown-item{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.dropdown-menu .dropdown-item:hover:is([data-bs-theme="dark"] *){
  background-color: var(--bt-cardBackground-500);
}
.dropdown-menu .dropdown-item:hover:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dropdown-menu .dropdown-item:active{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.bootstrap-datetimepicker-widget{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bootstrap-datetimepicker-widget:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.bootstrap-datetimepicker-widget{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bootstrap-datetimepicker-widget:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bootstrap-datetimepicker-widget:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.bootstrap-datetimepicker-widget:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.bootstrap-datetimepicker-widget:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bootstrap-datetimepicker-widget.dropdown-menu{
  border-radius: 0.375rem;
  padding: 0px;
  padding: 0;
}
.bootstrap-datetimepicker-widget ul{
  list-style-type: none !important;
}
.bootstrap-datetimepicker-widget table{
  table-layout: auto;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.bootstrap-datetimepicker-widget table th{
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table td,
  .bootstrap-datetimepicker-widget table thead tr:first-child th,
  .bootstrap-datetimepicker-widget table td.day,
  .bootstrap-datetimepicker-widget table td.hour,
  .bootstrap-datetimepicker-widget table td.minute,
  .bootstrap-datetimepicker-widget table td.second{
  border-radius: 0px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.bootstrap-datetimepicker-widget table td:hover,
  .bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
  .bootstrap-datetimepicker-widget table td.day:hover,
  .bootstrap-datetimepicker-widget table td.hour:hover,
  .bootstrap-datetimepicker-widget table td.minute:hover,
  .bootstrap-datetimepicker-widget table td.second:hover{
  background-color: var(--bt-primary-500) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today){
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today):is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today),.bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today):is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::-moz-placeholder, .bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::-moz-placeholder, .bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::-moz-placeholder, .bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::-moz-placeholder, .bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::-moz-placeholder, .bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::placeholder,.bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::placeholder,.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::placeholder,.bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::placeholder,.bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::placeholder,.bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today):is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.bootstrap-datetimepicker-widget table td:not(.disabled):not(.today):focus:is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table thead tr:first-child th:not(.disabled):not(.today):focus:is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.day:not(.disabled):not(.today):focus:is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.hour:not(.disabled):not(.today):focus:is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.minute:not(.disabled):not(.today):focus:is([data-bs-theme="dark"] *),.bootstrap-datetimepicker-widget table td.second:not(.disabled):not(.today):focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.bootstrap-datetimepicker-widget table td.today,.bootstrap-datetimepicker-widget table thead tr:first-child th.today,.bootstrap-datetimepicker-widget table td.day.today,.bootstrap-datetimepicker-widget table td.hour.today,.bootstrap-datetimepicker-widget table td.minute.today,.bootstrap-datetimepicker-widget table td.second.today{
  background-color: var(--bt-primary-200) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.bootstrap-datetimepicker-widget table td.today:before,.bootstrap-datetimepicker-widget table thead tr:first-child th.today:before,.bootstrap-datetimepicker-widget table td.day.today:before,.bootstrap-datetimepicker-widget table td.hour.today:before,.bootstrap-datetimepicker-widget table td.minute.today:before,.bootstrap-datetimepicker-widget table td.second.today:before{
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table thead tr:first-child th.active,.bootstrap-datetimepicker-widget table td.day.active,.bootstrap-datetimepicker-widget table td.hour.active,.bootstrap-datetimepicker-widget table td.minute.active,.bootstrap-datetimepicker-widget table td.second.active{
  background-color: var(--bt-primary-500) !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:first-child{
  border-top-left-radius: 0.375rem;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:last-child{
  border-top-right-radius: 0.375rem;
}
.bootstrap-datetimepicker-widget table tbody tr:last-child td:first-child{
  border-bottom-left-radius: 0.375rem;
}
.bootstrap-datetimepicker-widget table tbody tr:last-child td:last-child{
  border-bottom-right-radius: 0.375rem;
}
/* Components */
.navbar{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 999;
  margin-bottom: 0px;
  height: 100px;
  width: 100%;
  flex-wrap: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-right: 0.75rem;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
  align-items: center;
}
.navbar:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.navbar{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.navbar:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.navbar{
  border-bottom-width: 2px;
}
.navbar a:hover{
  opacity: 0.9;
}
.navbar a:hover:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(209 210 255 / var(--tw-text-opacity));
}
.navbar a{
  text-decoration-line: none;
}
.navbar a:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.navbar a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar .navbar-content{
    --sidebar-width: 16rem;
    height: 100%;
    flex: 1 1 0%;
    justify-content: flex-start;
    padding-left: 0.5rem;
    padding-right: 1.25rem;
  display: flex;
  align-items: center;
  }
@media (min-width: 1200px){
  .navbar .navbar-content{
    padding-left: 1.75rem;
  }
}
@media (min-width: 1550px){
  .navbar .navbar-content{
    max-width: calc(100% - var(--sidebar-width));
  }
}
@media not all and (min-width: 1200px){
  .navbar .navbar-content .navbar-brand, .navbar .navbar-content .navbar-title{
    display: none;
  }
}
.navbar .navbar-content .navbar-brand, .navbar .navbar-content .navbar-brand a{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-brand:hover, .navbar .navbar-content .navbar-brand a:hover{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-brand:focus, .navbar .navbar-content .navbar-brand a:focus{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-brand:active, .navbar .navbar-content .navbar-brand a:active{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-brand:is([data-bs-theme="dark"] *), .navbar .navbar-content .navbar-brand a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-breadcrumbs{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .navbar-content .navbar-breadcrumbs > *:last-child{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 1rem;
}
.navbar .navbar-content .navbar-title, .navbar .navbar-content .navbar-breadcrumbs{
  display: none;
  flex-direction: row;
  align-items: flex-end;
}
@media (min-width: 1050px){
  .navbar .navbar-content .navbar-title, .navbar .navbar-content .navbar-breadcrumbs{
    display: flex;
  }
}
.navbar .navbar-content .navbar-title > *:first-child:before,.navbar .navbar-content .navbar-breadcrumbs > *:first-child:before{
          content: '/';
          padding-right: 0.5rem;
          font-size: 1.25rem;
          line-height: 1.75rem;
          opacity: 0.2;
        }
.navbar .navbar-content .navbar-title > div,.navbar .navbar-content .navbar-breadcrumbs > div{
  color: var(--bt-background-700) !important;
}
.navbar .navbar-content .navbar-title > div:is([data-bs-theme="dark"] *),.navbar .navbar-content .navbar-breadcrumbs > div:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.navbar .navbar-content .navbar-title > div,.navbar .navbar-content .navbar-breadcrumbs > div{
  pointer-events: none;
}
.profile .profile-wrapper .profile-text .navbar .navbar-content .navbar-title > div,.profile #profile-wrapper .profile-text .navbar .navbar-content .navbar-title > div,.profile .profile-wrapper .profile-text .navbar .navbar-content .navbar-breadcrumbs > div,.profile #profile-wrapper .profile-text .navbar .navbar-content .navbar-breadcrumbs > div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content .navbar .navbar-content .navbar-title > div,.message-received .message-content .navbar .navbar-content .navbar-breadcrumbs > div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.navbar .navbar-content .navbar-title a + a:before,.navbar .navbar-content .navbar-title div + a:before,.navbar .navbar-content .navbar-title a + div:before,.navbar .navbar-content .navbar-title div + div:before,.navbar .navbar-content .navbar-breadcrumbs a + a:before,.navbar .navbar-content .navbar-breadcrumbs div + a:before,.navbar .navbar-content .navbar-breadcrumbs a + div:before,.navbar .navbar-content .navbar-breadcrumbs div + div:before{
          content: '/';
          padding-left: 0.5rem;
          padding-right: 0.25rem;
          font-size: 1.25rem;
          line-height: 1.75rem;
          opacity: 0.2;
        }
.navbar .navbar-content .navbar-header{
  display: none;
  height: 100%;
  align-items: center;
}
@media (min-width: 1050px){
  .navbar .navbar-content .navbar-header{
    display: flex;
  }
}
.navbar .navbar-content .navbar-header .headimg{
  height: 100%;
  width: auto;
}
.navbar .navbar-content .navbar-header #site-name{
  height: 100%;
  cursor: pointer;
  flex-direction: row;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}
.navbar .navbar-content .navbar-header #site-name:hover{
  text-decoration-line: none;
}
.navbar .navbar-content .navbar-header #site-name:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-end{
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
  display: flex;
  align-items: center;
}
.navbar .navbar-content .navbar-end .search{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.navbar .navbar-content .navbar-end .search:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.navbar .navbar-content .navbar-end .search{
  border-radius: 0.375rem;
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1200px){
  .navbar .navbar-content .navbar-end .search{
    min-width: 300px;
  }
}
.navbar .navbar-content .navbar-end .navbar-extras{
  display: none;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  align-items: center;
}
.navbar .navbar-content .navbar-end .navbar-extras:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1050px){
  .navbar .navbar-content .navbar-end .navbar-extras{
    display: flex;
  }
}
.navbar .navbar-content .navbar-end .navbar-extras .btn{
  height: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-content .navbar-end .navbar-extras li, .navbar .navbar-content .navbar-end .navbar-extras li form{
  display: flex;
}
.navbar .navbar-content .navbar-end .navbar-extras .select2 + .btn{
  z-index: 10;
  margin-left: 0.25rem;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav{
  flex-direction: row;
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-end .nav.navbar-nav li > a{
  cursor: pointer;
  flex-direction: row;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav li > a:hover{
  text-decoration-line: none;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav li > a:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right{
  margin-left: 0.5rem;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .gravatar{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .gravatar:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .gravatar{
  margin-right: 0.5rem;
  height: 30px;
  width: 30px;
  border-radius: 9999px;
  border-width: 1px;
}
@media (min-width: 1200px){
  .navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .gravatar{
    height: 50px;
    width: 50px;
    border-width: 2px;
  }
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .dropdown_icon{
  height: 0.5rem;
  width: 0.5rem;
  border-bottom-left-radius: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .dropdown_icon{
  opacity: 1;
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .dropdown_icon:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .dropdown_icon{
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-bottom-color: var(--bt-sidebar-500);
  border-left-color: var(--bt-sidebar-500);
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .dropdown_icon:is([data-bs-theme="dark"] *){
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .sl{
  display: none;
}
@media (min-width: 1050px){
  .navbar .navbar-content .navbar-end .nav.navbar-nav .sidebar-toggle-right .sl{
    display: flex;
  }
}
.navbar .sidebar-header{
  height: 100%;
  flex-shrink: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}
.navbar .sidebar-header:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
@media (min-width: 1200px){
  .navbar .sidebar-header{
    width: 16rem;
    justify-content: center;
  }
}
.navbar .sidebar-header .sidebar-toggle{
  width: 5rem;
  margin-right: 1rem;
  height: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: row;
  padding-left: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1050px){
  .navbar .sidebar-header .sidebar-toggle{
    justify-content: flex-start;
  }
}
.navbar .sidebar-header .sidebar-toggle .bars{
  flex-direction: column;
  gap: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  padding: 0.75rem;
}
.navbar .sidebar-header .sidebar-toggle .bars .bar{
  height: 2px;
  width: 100%;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar .sidebar-header .sidebar-toggle .bars .bar:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 768px){
  .navbar .sidebar-header .sidebar-toggle-left--mobile{
    display: none;
  }
}
.navbar .sidebar-header .sidebar-toggle .toggle-text{
  width: auto;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1050px){
  .navbar .sidebar-header .sidebar-toggle .toggle-text{
    width: 0px;
  }
}
@media (min-width: 1050px){
  .navbar .sidebar-header .sidebar-toggle .toggle-text{
    flex-grow: 1;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/* @apply bars-transform-minus; */
.navbar .sidebar-header .sidebar-toggle.active .toggle-text{
  display: none;
}
.navbar .sidebar-header .sidebar-toggle.active:hover .bar:first-child,.navbar .sidebar-header .sidebar-toggle.active:hover .bar:last-child{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.navbar .sidebar-header .sidebar-toggle.active:hover .bar:last-child{
  margin-top: -6px !important;
  --tw-rotate: 0deg !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.navbar .sidebar-header .sidebar-toggle.active:hover .bar:first-child{
  margin-bottom: -6px !important;
  --tw-rotate: 360 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.navbar .sidebar-header .sidebar-toggle:not(.active):hover .bar:nth-child(2){
  margin-top: -6px;
  transition-property: none;
}
.navbar .sidebar-header .sidebar-toggle:not(.active):hover .bar:last-child{
  margin-top: -6px;
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.navbar #toggle-navbar-search{
  margin-right: -0.5rem;
  padding: 0.5rem;
}
.navbar #toggle-navbar-search.active{
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media not all and (min-width: 1200px){
  .navbar #navbar-search{
    display: none;
  }
}
.navbar #navbar-search.navbar-search--visible{
  position: absolute;
  top: 100px;
  left: 0px;
  margin-top: -2px;
  width: 100%;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media not all and (min-width: 1200px){
  .navbar #navbar-search.navbar-search--visible{
    display: flex;
  }
}
.navbar #navbar-search.navbar-search--visible input{
  width: 100%;
}
.navbar #user-notifications-count{
  position: absolute;
  margin-left: -0.4rem;
  margin-top: -.3rem;
  border-radius: 9999px;
}
/* Overwrite navbar colours on dark mode */
body[data-theme] .navbar #site-name:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
/* @apply xl:w-[theme('sidebarWidth.desktop')]; */
.has-sidebar-expanded .sidebar-header .sidebar-toggle:hover:not(.collapsed) .toggle-text{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 500ms;
}
@media not all and (min-width: 1050px){
  .has-sidebar-expanded .sidebar-header .sidebar-toggle:hover:not(.collapsed) .toggle-text{
    display: none;
  }
}
@media (min-width: 1050px){
  .has-sidebar-expanded .sidebar-header .sidebar-toggle:hover:not(.collapsed) .toggle-text{
    opacity: 1;
  }
}
.has-sidebar-collapsed .sidebar-header .sidebar-toggle .toggle-text{
  width: 0px;
  padding: 0px;
  padding: 0;
}
.navbar-popover{
  /* @apply max-md:transform-none !important; */
  max-width: 30rem;
}
@media not all and (min-width: 768px){
  .navbar-popover{
    position: absolute;
    top: 20px !important;
    right: 0px;
    width: 100%;
    max-width: 100%;
    border-radius: 0px;
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 1rem;
  }
}
body[data-theme-alternate-header="true"] .pusher{
  margin-top: calc(100px + 100px);
}
body[data-theme-alternate-header="true"] .navbar .navbar-content{
  justify-content: flex-start;
  gap: 2rem;
}
body[data-theme-alternate-header="true"] .navbar .navbar-content .navbar-brand{
  flex-grow: 1;
}
body[data-theme-alternate-header="true"] .navbar-additional{
  position: fixed;
  top: 100px;
  display: flex;
  height: 100px;
  width: 100%;
  list-style-type: none;
  align-items: center;
  gap: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
}
body[data-theme-alternate-header="true"] .navbar-additional:not([class*="text-"]){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body[data-theme-alternate-header="true"] .navbar-additional{
  display: flex;
  align-items: center;
}
body[data-theme-alternate-header="true"] .navbar-additional .item{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
.sidebar::-webkit-scrollbar,.sidebar ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sidebar::-webkit-scrollbar-thumb,.sidebar ::-webkit-scrollbar-thumb{
  background-clip: padding-box;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar::-webkit-scrollbar-thumb:hover,.sidebar ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.sidebar :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.sidebar:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.sidebar :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.sidebar::-webkit-scrollbar-thumb,.sidebar ::-webkit-scrollbar-thumb{
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar::-webkit-scrollbar-thumb:hover,.sidebar ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.sidebar :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.sidebar:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.sidebar :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.sidebar::-webkit-scrollbar-track,.sidebar ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.sidebar:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.sidebar :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.sidebar::-webkit-scrollbar-track,.sidebar ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.sidebar:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.sidebar :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.sidebar::-webkit-scrollbar-button,.sidebar ::-webkit-scrollbar-button{
  display: none;
}
.sidebar{
  position: fixed;
  z-index: 501;
  display: none;
  flex-shrink: 0;
  flex-direction: column;
}
@media (min-width: 1050px){
  .sidebar{
    position: relative;
    display: flex;
  }
}
.sidebar{
  border-right-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.sidebar:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sidebar{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.sidebar:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.sidebar{
  border-right-width: 2px;
  --tw-border-opacity: 1;
}
@media not all and (min-width: 1200px){  
  .sidebar{
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.25);
  }
}
.sidebar{
  width: 16rem;
}
@media not all and (min-width: 1050px){
  .sidebar .sidebar-header{
    display: none;
  }
}
.sidebar .dropdown_icon{
  height: 0.5rem;
  width: 0.5rem;
  border-bottom-left-radius: 2px;
  border-left-width: 2px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
  opacity: 0.5;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .sidebar .dropdown_icon{
  opacity: 1;
}
.sidebar .dropdown_icon:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.sidebar .dropdown_icon{
  --tw-rotate: -135deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sidebar--left{
  position: fixed;
  top: 100px;
  height: 100%;
}
.sidebar--right{
  right: 0px;
  top: 100px;
  transition-property: transform;
  transition-duration: 350ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar--overlay{
  position: fixed;
  z-index: 500;
  height: 100%;
  width: 100%;
  min-width: 20rem;
  flex-direction: column;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  display: flex;
}
@media (min-width: 1050px){
  .sidebar--overlay{
    width: 20%;
  }
}
.sidebar--overlay.sidebar--right.sidebar--collapsed{
  --tw-translate-x: 120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sidebar--overlay.sidebar--left.sidebar--collapsed{
  --tw-translate-x: -120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sidebar--overlay.sidebar--expanded{
  --tw-translate-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sidebar--collapsed{
  display: none;
}
@media (min-width: 1550px){
  .sidebar--collapsed{
    display: flex;
  }
}
.sidebar--expanded{
  z-index: 998;
}
@media not all and (min-width: 1550px){
  .sidebar--expanded{
    display: flex;
    height: 100%;
  }
}
.sidebar--expanded .sidebar-wrapper .item:not(.dropdown), .sidebar--expanded .sidebar-wrapper .item.dropdown .title{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
}
.sidebar--expanded .sidebar-wrapper .navbar-brand, .sidebar--expanded .sidebar-wrapper .navbar-title{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1rem;
}
@media (min-width: 1200px){
  .sidebar--expanded .sidebar-wrapper .navbar-brand, .sidebar--expanded .sidebar-wrapper .navbar-title{
    display: none;
  }
}
.sidebar--expanded .sidebar-wrapper .navbar-brand{
  font-size: 1.5rem;
  line-height: 2rem;
}
.sidebar--expanded .sidebar-wrapper .navbar-title{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.sidebar--expanded .sidebar-wrapper .navbar-title:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.sidebar--expanded .sidebar-wrapper .navbar-title{
  border-bottom-width: 1px;
  font-weight: 400;
}
.sidebar--expanded .expanded-hidden{
  display: none;
}
.sidebar--expanded .sidebar-search #sidebar-search{
  display: block;
}
.sidebar--expanded .item .title>.badge{
  margin-right: 0.5rem;
}
.sidebar--expanded .item .sl{
  display: inline;
  flex-grow: 1;
}
.sidebar .sidebar-wrapper::-webkit-scrollbar,.sidebar .sidebar-wrapper ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-thumb,.sidebar .sidebar-wrapper ::-webkit-scrollbar-thumb{
  background-clip: padding-box;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-thumb:hover,.sidebar .sidebar-wrapper ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar .sidebar-wrapper:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.sidebar .sidebar-wrapper :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.sidebar .sidebar-wrapper :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-thumb,.sidebar .sidebar-wrapper ::-webkit-scrollbar-thumb{
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-thumb:hover,.sidebar .sidebar-wrapper ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar .sidebar-wrapper:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.sidebar .sidebar-wrapper :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.sidebar .sidebar-wrapper :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-track,.sidebar .sidebar-wrapper ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.sidebar .sidebar-wrapper:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.sidebar .sidebar-wrapper :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-track,.sidebar .sidebar-wrapper ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.sidebar .sidebar-wrapper:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.sidebar .sidebar-wrapper :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper::-webkit-scrollbar-button,.sidebar .sidebar-wrapper ::-webkit-scrollbar-button{
  display: none;
}
.sidebar .sidebar-wrapper{
  width: 100%;
  flex-direction: column;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: calc(100px + 1rem);
  display: flex;
}
.sidebar .sidebar-wrapper .sidebar-search{
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  width: auto;
  border-radius: 0.375rem;
}
.sidebar .sidebar-wrapper .sidebar-search .fa, .sidebar .sidebar-wrapper .sidebar-search .fas, .sidebar .sidebar-wrapper .sidebar-search .far, .sidebar .sidebar-wrapper .sidebar-search .svg-inline--fa{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.sidebar .sidebar-wrapper .sidebar-search #sidebar-search{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  --tw-ring-inset: inset;
}
.sidebar .sidebar-wrapper .sidebar-search #sidebar-search:focus{
  --tw-brightness: brightness(1.1);
  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);
}
.sidebar .sidebar-wrapper .sidebar-search #sidebar-search:active{
  --tw-brightness: brightness(1.1);
  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);
}
.sidebar .sidebar-wrapper .sidebar-search #sidebar-search:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .sidebar-search .input-group-text{
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .sidebar-search .input-group-text:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .title{
  font-weight: 600;
}
.sidebar .sidebar-wrapper .title--section{
  color: var(--bt-background-700) !important;
}
.sidebar .sidebar-wrapper .title--section:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.sidebar .sidebar-wrapper .title--section{
  pointer-events: none;
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.profile .profile-wrapper .profile-text .sidebar .sidebar-wrapper .title--section,.profile #profile-wrapper .profile-text .sidebar .sidebar-wrapper .title--section{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content .sidebar .sidebar-wrapper .title--section{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.sidebar .sidebar-wrapper a.item, .sidebar .sidebar-wrapper .item.dropdown .title{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar .sidebar-wrapper a.item:hover, .sidebar .sidebar-wrapper .item.dropdown .title:hover{
  font-weight: 700;
}
.sidebar .sidebar-wrapper a.item:focus, .sidebar .sidebar-wrapper .item.dropdown .title:focus{
  font-weight: 700;
}
.sidebar .sidebar-wrapper a.item:focus-visible, .sidebar .sidebar-wrapper .item.dropdown .title:focus-visible{
  font-weight: 700;
}
.sidebar .sidebar-wrapper a.item:active, .sidebar .sidebar-wrapper .item.dropdown .title:active{
  font-weight: 700;
}
.sidebar .sidebar-wrapper a.item:hover, .sidebar .sidebar-wrapper .item.dropdown .title:hover{
  background-color: var(--bt-cardBackground-550);
  --tw-bg-opacity: 0.1;
}
.sidebar .sidebar-wrapper a.item:hover:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .item.dropdown .title:hover:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper a.item:focus-visible, .sidebar .sidebar-wrapper .item.dropdown .title:focus-visible{
  background-color: var(--bt-cardBackground-550);
  --tw-bg-opacity: 0.1;
}
.sidebar .sidebar-wrapper a.item:focus-visible:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .item.dropdown .title:focus-visible:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper a.item:focus-visible, .sidebar .sidebar-wrapper .item.dropdown .title:focus-visible{
  border-style: none !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.sidebar .sidebar-wrapper a.item:not(.dropdown), .sidebar .sidebar-wrapper a.item.dropdown .title, .sidebar .sidebar-wrapper .item.dropdown .title:not(.dropdown), .sidebar .sidebar-wrapper .item.dropdown .title.dropdown .title{
  font-weight: 700;
}
.sidebar .sidebar-wrapper .item:not(.dropdown),.sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown){
  position: relative;
}
.sidebar .sidebar-wrapper .item:not(.dropdown), .sidebar .sidebar-wrapper .item.dropdown .title, .sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown), .sidebar .sidebar-wrapper .navigation-extras li.dropdown .title{
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: row;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
  display: flex;
  align-items: center;
}
.sidebar .sidebar-wrapper .item:not(.dropdown):hover, .sidebar .sidebar-wrapper .item.dropdown .title:hover, .sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown):hover, .sidebar .sidebar-wrapper .navigation-extras li.dropdown .title:hover{
  text-decoration-line: none;
}
.sidebar .sidebar-wrapper .item:not(.dropdown):is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .item.dropdown .title:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown):is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .navigation-extras li.dropdown .title:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .item:not(.dropdown):not(.dropdown-item),.sidebar .sidebar-wrapper .item.dropdown .title:not(.dropdown-item),.sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown):not(.dropdown-item),.sidebar .sidebar-wrapper .navigation-extras li.dropdown .title:not(.dropdown-item){
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.sidebar .sidebar-wrapper .item:not(.dropdown).active:not(.dropdown-item),.sidebar .sidebar-wrapper .item.dropdown .title.active:not(.dropdown-item),.sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown).active:not(.dropdown-item),.sidebar .sidebar-wrapper .navigation-extras li.dropdown .title.active:not(.dropdown-item){
  --tw-bg-opacity: 1;
  background-color: rgb(72 171 217 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .item:not(.dropdown) .fa,.sidebar .sidebar-wrapper .item.dropdown .title .fa,.sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown) .fa,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .title .fa{
  transition-duration: 500ms;
}
.sidebar .sidebar-wrapper .item:not(.dropdown):hover .fa,.sidebar .sidebar-wrapper .item.dropdown .title:hover .fa,.sidebar .sidebar-wrapper .navigation-extras li:not(.dropdown):hover .fa,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .title:hover .fa{
  --tw-scale-x: 1.15;
  --tw-scale-y: 1.15;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.sidebar .sidebar-wrapper .item > .fa, .sidebar .sidebar-wrapper .item > .fas, .sidebar .sidebar-wrapper .item > .far, .sidebar .sidebar-wrapper .item > .svg-inline--fa, .sidebar .sidebar-wrapper .item > .title > .fa, .sidebar .sidebar-wrapper .item > .title > .fas, .sidebar .sidebar-wrapper .item > .title > .far, .sidebar .sidebar-wrapper .item > .title > .svg-inline--fa, .sidebar .sidebar-wrapper .navigation-extras li > .fa, .sidebar .sidebar-wrapper .navigation-extras li > .fas, .sidebar .sidebar-wrapper .navigation-extras li > .far, .sidebar .sidebar-wrapper .navigation-extras li > .svg-inline--fa, .sidebar .sidebar-wrapper .navigation-extras li > .title > .fa, .sidebar .sidebar-wrapper .navigation-extras li > .title > .fas, .sidebar .sidebar-wrapper .navigation-extras li > .title > .far, .sidebar .sidebar-wrapper .navigation-extras li > .title > .svg-inline--fa{
  width: 3rem;
  flex-shrink: 0;
  text-align: center;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.sidebar .sidebar-wrapper .item .sl,.sidebar .sidebar-wrapper .navigation-extras li .sl{
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
}
.sidebar .sidebar-wrapper .item .sl:after,.sidebar .sidebar-wrapper .navigation-extras li .sl:after{
  pointer-events: none;
  height: 0px;
  overflow: hidden;
  font-weight: 700;
  --tw-content: attr(data-content);
  content: var(--tw-content);
          visibility: hidden;
}
.sidebar .sidebar-wrapper .item .badge,.sidebar .sidebar-wrapper .navigation-extras li .badge{
  margin-right: 0.25rem;
  flex-shrink: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: .75rem;
}
.sidebar .sidebar-wrapper .item .badge:hover,.sidebar .sidebar-wrapper .navigation-extras li .badge:hover{
  overflow: visible;
  text-wrap: nowrap;
}
.sidebar .sidebar-wrapper .item.toggle,.sidebar .sidebar-wrapper .navigation-extras li.toggle{
  cursor: default;
  justify-content: space-around;
  padding-left: 0.5rem;
}
.sidebar .sidebar-wrapper .item.toggle:hover:is([data-bs-theme="dark"] *),.sidebar .sidebar-wrapper .navigation-extras li.toggle:hover:is([data-bs-theme="dark"] *){
  background-color: transparent;
}
.sidebar .sidebar-wrapper .item.dropdown,.sidebar .sidebar-wrapper .navigation-extras li.dropdown{
  width: 100%;
  flex-direction: column;
  display: flex;
}
.sidebar .sidebar-wrapper .item.dropdown:hover .dropdown_icon,.sidebar .sidebar-wrapper .navigation-extras li.dropdown:hover .dropdown_icon{
  opacity: 1;
}
.sidebar .sidebar-wrapper .item.dropdown .content,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content{
  margin-bottom: 2px;
  display: none;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper .item.dropdown .content:is([data-bs-theme="dark"] *),.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.sidebar .sidebar-wrapper .item.dropdown .content li, .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li{
  width: 100%;
  display: flex;
}
.sidebar .sidebar-wrapper .item.dropdown .content li:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.sidebar .sidebar-wrapper .item.dropdown .content li > h4,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > h4{
  display: none;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > span,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > span{
              /* Separator Text */
              color: var(--bt-background-700) !important;
            }
.sidebar .sidebar-wrapper .item.dropdown .content li > span:is([data-bs-theme="dark"] *),.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > span:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > span,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > span{
  pointer-events: none;
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  justify-content: flex-start;
  white-space: normal;
  padding-left: 2.35rem;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 400;
}
.profile .profile-wrapper .profile-text .sidebar .sidebar-wrapper .item.dropdown .content li > span,.profile #profile-wrapper .profile-text .sidebar .sidebar-wrapper .item.dropdown .content li > span,.profile .profile-wrapper .profile-text .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > span,.profile #profile-wrapper .profile-text .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content .sidebar .sidebar-wrapper .item.dropdown .content li > span,.message-received .message-content .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > span{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a{
  position: relative;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  justify-content: flex-start;
  white-space: normal;
  padding-left: 1.45rem;
  padding-right: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: left;
  font-weight: 400;
  flex-wrap: nowrap;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  display: flex;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:hover,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:hover{
  transition-duration: 200ms;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:hover:is([data-bs-theme="dark"] *),.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:hover:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a{
  border-radius: 0px;
  background-color: transparent;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:hover,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:hover{
  background-color: transparent;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:focus,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:focus{
  background-color: transparent;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:active,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:active{
  background-color: transparent;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a{ /* Reset other hover styling */
            }
.sidebar .sidebar-wrapper .item.dropdown .content li > a:focus-visible,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:focus-visible{
  border-style: none !important;
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
/* @apply hover:font-bold; */
.sidebar .sidebar-wrapper .item.dropdown .content li > a:hover, .sidebar .sidebar-wrapper .item.dropdown .content li > a.active, .sidebar .sidebar-wrapper .item.dropdown .content li > a:focus-visible, .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:hover, .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a.active, .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:focus-visible{
    text-shadow: 0 0 1px #1e293b, 0 0 1px #1e293b;
  }
.sidebar .sidebar-wrapper .item.dropdown .content li > a:hover:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .item.dropdown .content li > a.active:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .item.dropdown .content li > a:focus-visible:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:hover:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a.active:is([data-bs-theme="dark"] *), .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:focus-visible:is([data-bs-theme="dark"] *){
    text-shadow: 0 0 1px #fff, 0 0 1px #fff;
  }
.sidebar .sidebar-wrapper .item.dropdown .content li > a:focus,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:focus{
  z-index: 1;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:before,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:before{
                content: ' ';
                margin-top: -1.5rem;
                margin-right: 0.5rem;
                height: 1.5rem;
                width: 1rem;
                border-bottom-left-radius: 0.375rem;
                border-left-width: 2px;
                border-bottom-width: 2px;
                --tw-border-opacity: 1;
                border-color: rgb(30 41 59 / var(--tw-border-opacity));
                opacity: 0.2;
                transition-property: opacity;
                transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
                transition-duration: 150ms;
              }
.sidebar .sidebar-wrapper .item.dropdown .content li > a:is([data-bs-theme="dark"] *):before,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:is([data-bs-theme="dark"] *):before{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a:hover:before,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a:hover:before{
  opacity: 0.4;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a.active,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a.active{
  background-color: transparent;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a.active::before,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a.active::before{
  content: var(--tw-content);
  opacity: 0.4;
}
.sidebar .sidebar-wrapper .item.dropdown .content li > a .sl,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li > a .sl{
  flex-grow: 1;
  display: flex;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label{
  border-bottom-width: 0px;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label > div,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div{
  color: var(--bt-background-700) !important;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label > div:is([data-bs-theme="dark"] *),.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1 !important;
  color: rgb(148 163 184 / var(--tw-text-opacity)) !important;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label > div,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div{
  position: relative;
  margin-top: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0.25rem;
  text-align: left;
  font-weight: 400;
}
.profile .profile-wrapper .profile-text .sidebar .sidebar-wrapper .item.dropdown .content li.label > div,.profile #profile-wrapper .profile-text .sidebar .sidebar-wrapper .item.dropdown .content li.label > div,.profile .profile-wrapper .profile-text .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div,.profile #profile-wrapper .profile-text .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.message-received .message-content .sidebar .sidebar-wrapper .item.dropdown .content li.label > div,.message-received .message-content .sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label > div,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div{
  display: flex;
  align-items: center;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label > div .sl,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div .sl{
  flex-grow: 1;
  display: flex;
}
.sidebar .sidebar-wrapper .item.dropdown .content li.label > div > .fa,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content li.label > div > .fa{
  width: 3rem;
  padding-bottom: 6px;
  padding-left: 2px;
}
.sidebar .sidebar-wrapper .item.dropdown .content > ul li > a,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content > ul li > a{
  padding-left: 1.5rem;
}
.sidebar .sidebar-wrapper .item.dropdown .content > ul li > a span,.sidebar .sidebar-wrapper .navigation-extras li.dropdown .content > ul li > a span{
  max-width: calc(100% - 1rem);
}
.sidebar .sidebar-wrapper .item.dropdown.active .content,.sidebar .sidebar-wrapper .navigation-extras li.dropdown.active .content{
  display: flex;
}
.sidebar .sidebar-wrapper .item.dropdown.active .dropdown_icon,.sidebar .sidebar-wrapper .navigation-extras li.dropdown.active .dropdown_icon{
  margin-top: -.25rem;
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.sidebar .sidebar-wrapper .navigation-extras{
      /* For navigation items only shown on mobile */
      flex-wrap: wrap;
  display: flex;
  align-items: center;
  justify-content: center;
    }
@media (min-width: 1050px){
  .sidebar .sidebar-wrapper .navigation-extras{
    display: none;
  }
}
.sidebar .sidebar-wrapper .navigation-extras li{
  align-items: center;
}
.sidebar .sidebar-wrapper .profile-picture{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-direction: column;
  border-bottom-width: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar .sidebar-wrapper .profile-picture::backdrop{
  display: flex;
}
.sidebar .sidebar-wrapper .profile-picture:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.body-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 499;
  display: none;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.25;
}
.has-sidebar-overlaid .body-overlay{
  display: block;
}
body[data-theme-alternate-sidebar="true"] .sidebar--left{
    }
body[data-theme-alternate-sidebar="true"] .sidebar--right{
    }
body[data-theme-alternate-sidebar="true"] .sidebar--overlay{
    }
body[data-theme-alternate-sidebar="true"] .sidebar--collapsed{
  display: none;
}
body[data-theme-alternate-sidebar="true"] .sidebar--expanded{
  width: 100%;
}
body[data-theme-alternate-sidebar="true"] .sidebar--expanded a.item, body[data-theme-alternate-sidebar="true"] .sidebar--expanded div.item .title, body[data-theme-alternate-sidebar="true"] .sidebar--expanded .input-group, body[data-theme-alternate-sidebar="true"] .sidebar--expanded .input-group-text{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
body[data-theme-alternate-sidebar="true"] .sidebar--expanded .item.dropdown .content li a{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-right: 1rem;
  padding-left: 4rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
body[data-theme-alternate-sidebar="true"].has-sidebar-expanded .sidebar-header .sidebar-toggle,body[data-theme-alternate-sidebar="true"].has-sidebar-collapsed .sidebar-header .sidebar-toggle{
  width: 5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  align-items: center;
}
@media (min-width: 1050px){
  body[data-theme-alternate-sidebar="true"].has-sidebar-expanded .sidebar-header .sidebar-toggle,body[data-theme-alternate-sidebar="true"].has-sidebar-collapsed .sidebar-header .sidebar-toggle{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
body[data-theme-alternate-sidebar="true"].has-sidebar-expanded .sidebar-header .sidebar-toggle .toggle-text,body[data-theme-alternate-sidebar="true"].has-sidebar-collapsed .sidebar-header .sidebar-toggle .toggle-text{
  display: none;
}
body[data-theme-alternate-sidebar="true"].has-sidebar-expanded .pusher,body[data-theme-alternate-sidebar="true"].has-sidebar-collapsed .pusher{
  margin-left: 0px;
  width: 100%;
}
footer{
  background: url(0ffdfa191ddc3249e541.png);
  padding-left: var(--bt-gutter);
  padding-right: var(--bt-gutter);
  padding-top: var(--bt-gutter);
  padding-bottom: var(--bt-gutter);
  bottom: 0px;
  left: 0px;
  z-index: 0;
  height: 4rem;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  background-repeat: no-repeat;
  display: flex;
}
footer > div, footer a{
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: .5rem;
}
footer .footer-logo{
  margin-bottom: 1px;
  height: 1.25rem;
  width: auto;
}
.card-columns, .masonry{
  -moz-columns: 1;
       columns: 1;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  gap: var(--bs-gutter-x);
}
@media (min-width: 1050px){
  .card-columns, .masonry{
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 1200px){
  .card-columns, .masonry{
    -moz-columns: 3;
         columns: 3;
  }
}
.card-columns > .card,.masonry > .card{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.profile{
  width: 120px;
  flex-direction: column;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile .profile-wrapper, .profile #profile-wrapper{
  width: 100%;
  flex-direction: column;
  padding: 0.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile .profile-wrapper .profile-text,.profile #profile-wrapper .profile-text{
  margin-top: 0.25rem;
  flex-direction: column;
  display: flex;
}
.profile .profile-wrapper .profile-text .text-muted,.profile #profile-wrapper .profile-text .text-muted{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.profile a:not(.btn){
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1rem;
}
.profile a:not(.btn):hover, .profile a:not(.btn):active, .profile a:not(.btn):focus{
  text-decoration-line: none;
}
.profile p{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  margin-left: 0px;
  margin-right: 0px;
}
.profile span, .profile abbr{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration-line: none;
}
.profile .toolbar {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-flow: row wrap;
  }
.profile .toolbar .btn{
  border-radius: 9999px;
  text-align: center;
  line-height: 3rem;
  display: flex;
  align-items: center;
}
.profile .gravatar{
  max-width: 50px;
}
@media (min-width: 768px){
  .profile .gravatar{
    max-width: 150px;
  }
}
@media (min-width: 1050px){
  .profile .gravatar{
    max-width: 250px;
  }
}
.profile .gravatar img{
  width: 100%;
}
.popover-body.tagged-user-content {
  padding: 0;
}
.popover-body.tagged-user-content .profile {
    width: 100px;
  }
.popover-body.tagged-user-content .profile .profile-wrapper, .popover-body.tagged-user-content .profile .toolbar {
      padding: 0.25rem 0.5rem;
      margin: 0;
    }
.popover-body.tagged-user-content .profile .profile-wrapper a:not(.btn), .popover-body.tagged-user-content .profile .toolbar a:not(.btn) {
        padding: 0.5rem 1rem;
      }
.gravatar img{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-cardBackground-400);
}
.gravatar img:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container--default .select-container--multi, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection.select2-selection--single, .select2-container--default .select2-selection.select2-selection--multiple, .select2-selection--multiple .select-container--multi, .select2-selection--multiple .select2-search--dropdown .select2-search__field, .select2-selection--multiple .select2-selection.select2-selection--single, .select2-selection--multiple .select2-selection.select2-selection--multiple{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container--default .select-container--multi:is([data-bs-theme="dark"] *), .select2-container--default .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *), .select2-selection--multiple .select-container--multi:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container--default .select-container--multi, .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection.select2-selection--single, .select2-container--default .select2-selection.select2-selection--multiple, .select2-selection--multiple .select-container--multi, .select2-selection--multiple .select2-search--dropdown .select2-search__field, .select2-selection--multiple .select2-selection.select2-selection--single, .select2-selection--multiple .select2-selection.select2-selection--multiple{
  border-radius: 0.375rem;
  border-width: 2px !important;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.select2-container--default .select-container--multi::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--single::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--multiple::-moz-placeholder, .select2-selection--multiple .select-container--multi::-moz-placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--single::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.select2-container--default .select-container--multi::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::placeholder, .select2-container--default .select2-selection.select2-selection--single::placeholder, .select2-container--default .select2-selection.select2-selection--multiple::placeholder, .select2-selection--multiple .select-container--multi::placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field::placeholder, .select2-selection--multiple .select2-selection.select2-selection--single::placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple::placeholder{
  color: var(--bt-cardBackground-600);
}
.select2-container--default .select-container--multi:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select-container--multi:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container--default .select-container--multi:is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select-container--multi:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container--default .select-container--multi::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--single::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--multiple::-moz-placeholder, .select2-selection--multiple .select-container--multi::-moz-placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--single::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.select2-container--default .select-container--multi::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field::placeholder, .select2-container--default .select2-selection.select2-selection--single::placeholder, .select2-container--default .select2-selection.select2-selection--multiple::placeholder, .select2-selection--multiple .select-container--multi::placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field::placeholder, .select2-selection--multiple .select2-selection.select2-selection--single::placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple::placeholder{
  color: var(--bt-cardBackground-600);
}
.select2-container--default .select-container--multi:is([data-bs-theme="dark"] *), .select2-container--default .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *), .select2-selection--multiple .select-container--multi:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select-container--multi:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select-container--multi:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container--default .select-container--multi:is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select-container--multi:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-search--dropdown .select2-search__field:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container--default .select2-selection.select2-selection--single, .select2-container--default .select2-selection.select2-selection--multiple, .select2-selection--multiple .select2-selection.select2-selection--single, .select2-selection--multiple .select2-selection.select2-selection--multiple{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::placeholder, .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::placeholder, .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):focus:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):focus:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *):focus:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *):focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.select2-container--default .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-container--default .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--single:is([data-bs-theme="dark"] *), .select2-selection--multiple .select2-selection.select2-selection--multiple:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered,.select2-selection--multiple .select2-selection.select2-selection--single .select2-selection__rendered,.select2-selection--multiple .select2-selection.select2-selection--multiple .select2-selection__rendered{
  text-align: left;
  font-weight: 400;
}
.select2-container--default .select2-selection.select2-selection--single .select2-selection__rendered:is([data-bs-theme="dark"] *),.select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-selection.select2-selection--single .select2-selection__rendered:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-selection.select2-selection--multiple .select2-selection__rendered:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-dropdown,.select2-selection--multiple .select2-dropdown{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container--default .select2-dropdown:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container--default .select2-dropdown,.select2-selection--multiple .select2-dropdown{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.select2-container--default .select2-dropdown:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-dropdown:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-dropdown:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-dropdown:is([data-bs-theme="dark"] *)::placeholder,.select2-selection--multiple .select2-dropdown:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-dropdown:focus:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.select2-container--default .select2-dropdown,.select2-selection--multiple .select2-dropdown{
  border-width: 2px;
}
.select2-container--default .select2-dropdown.has-coloured-options,.select2-selection--multiple .select2-dropdown.has-coloured-options{
  overflow-x: hidden;
}
.select2-container--default .select2-dropdown .select2-search__field,.select2-selection--multiple .select2-dropdown .select2-search__field{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container--default .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *)::placeholder,.select2-selection--multiple .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-dropdown .select2-search__field:focus:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown .select2-search__field:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.select2-container--default .select2-dropdown .select2-search__field,.select2-selection--multiple .select2-dropdown .select2-search__field{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container--default .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown .select2-search__field:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container--default .select2-dropdown .select2-search__field:focus,.select2-selection--multiple .select2-dropdown .select2-search__field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container--default .select2-dropdown .select2-search__field:focus-visible,.select2-selection--multiple .select2-dropdown .select2-search__field:focus-visible{
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container--default .select2-dropdown .select2-search__field:active,.select2-selection--multiple .select2-dropdown .select2-search__field:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container--default .select2-dropdown .select2-search__field:focus:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown .select2-search__field:focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container--default .select2-dropdown .select2-search__field:focus-visible:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown .select2-search__field:focus-visible:is([data-bs-theme="dark"] *){
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container--default .select2-dropdown .select2-search__field:active:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-dropdown .select2-search__field:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container--default .select2-dropdown .select2-results__option,.select2-selection--multiple .select2-dropdown .select2-results__option{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-selection--multiple .select2-selection--single .select2-selection__arrow{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-selection--multiple .select2-selection--single .select2-selection__arrow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.select2-container--default .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container--default .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-selection--multiple .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *)::placeholder,.select2-selection--multiple .select2-selection--single .select2-selection__arrow:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container--default .select2-selection--single .select2-selection__arrow:focus:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-selection--single .select2-selection__arrow:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-selection--multiple .select2-selection--single .select2-selection__arrow{
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:is([data-bs-theme="dark"] *),.select2-selection--multiple .select2-selection--single .select2-selection__arrow b:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-top-color: rgb(203 213 225 / var(--tw-border-opacity));
}
@media not all and (min-width: 1050px){
  #main .select2-container{
    width: 100%;
  }
}
.select2-container{
  --arrow-width: 15px;
  min-height: 2rem;
  min-width: 170px;
  flex-grow: 1;
  max-width: 100% !important;
}
.select2-container.select2-container--open{
  z-index: 9999;
}
.select2-container.select2-container--open .select2-selection{
  border-bottom-width: 0px !important;
}
.select2-container .select2-selection{
  border-color: var(--bt-cardBackground-550);
  font-size: 1rem;
}
.select2-container .select2-selection:not(.select2-selection--multiple){
  height: 2rem;
}
.select2-container .select2-selection--multiple{
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
/* Override styling when select2-multiple has selections or is open */
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:is([data-bs-theme="dark"] *),.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:is([data-bs-theme="dark"] *)::placeholder,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity));
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:focus:is([data-bs-theme="dark"] *),.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:is([data-bs-theme="dark"] *),.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:focus,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:focus-visible,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:focus-visible{
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:active,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:active{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:focus:is([data-bs-theme="dark"] *),.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:focus:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:focus-visible:is([data-bs-theme="dark"] *),.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:focus-visible:is([data-bs-theme="dark"] *){
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field:active:is([data-bs-theme="dark"] *),.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field:active:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
  --tw-ring-color: var(--bt-primary-500);
}
.select2-container .select2-selection--multiple ul:not(:empty) + .select2-search .select2-search__field,.select2-container .select2-selection--multiple .select2-container--focused .select2-selection--multiple  .select2-search .select2-search__field{
  margin: 0px;
  width: 100% !important;
  border-width: 2px;
  border-style: solid;
  padding: 4px;
}
.select2-container .select2-selection--multiple .select2-search{
  order: 3;
  margin-top: 4px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 4px;
  width: 100%;
}
.select2-container .select2-selection--multiple .select2-search .select2-search__field{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 0px;
}
.select2-container .select2-selection--multiple .select2-search .select2-search__field::-moz-placeholder{
  color: var(--bt-cardBackground-600);
}
.select2-container .select2-selection--multiple .select2-search .select2-search__field::placeholder{
  color: var(--bt-cardBackground-600);
}
.select2-container .select2-selection--multiple .select2-search .select2-search__field:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container .select2-selection--multiple .select2-search .select2-search__field:is([data-bs-theme="dark"] *)::placeholder{
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container .select2-selection--multiple .select2-selection__rendered{
  order: 1;
  width: calc(100% - 2rem);
  display: flex;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  background-color: var(--bt-cardBackground-550);
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(83 100 122 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice{
  border-radius: 0.375rem;
  border-width: 2px !important;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{
  border-color: var(--bt-cardBackground-550);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove:hover:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.select2-container .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{
  padding: 0.25rem;
  padding-left: 0.5rem;
}
.select2-container .select2-selection--multiple .select2-selection__clear{
  order: 2;
  margin: 0px !important;
  width: 2rem;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.5rem !important;
  padding-right: 0px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-right: 0px;
  line-height: 30px;
}
.select2-container .select2-selection--single .select2-selection__rendered[style*="border"]{
  line-height: 28px;
}
.select2-container .select2-selection .select2-selection__placeholder{
  margin-right: 3px;
  color: var(--bt-cardBackground-600);
}
.select2-container .select2-selection .select2-selection__placeholder:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.select2-container .select2-selection .select2-selection__choice{
  border-color: var(--bt-cardBackground-550);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  display: flex;
}
.select2-container .select2-selection .select2-selection__choice:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container .select2-selection .select2-selection__clear, .select2-container .select2-selection .select2-selection__arrow{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select2-container .select2-selection .select2-selection__clear:is([data-bs-theme="dark"] *), .select2-container .select2-selection .select2-selection__arrow:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.select2-container .select2-selection .select2-selection__clear, .select2-container .select2-selection .select2-selection__arrow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.select2-container .select2-selection .select2-selection__clear:is([data-bs-theme="dark"] *), .select2-container .select2-selection .select2-selection__arrow:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container .select2-selection .select2-selection__clear:is([data-bs-theme="dark"] *)::-moz-placeholder, .select2-container .select2-selection .select2-selection__arrow:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container .select2-selection .select2-selection__clear:is([data-bs-theme="dark"] *)::placeholder, .select2-container .select2-selection .select2-selection__arrow:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.select2-container .select2-selection .select2-selection__clear:focus:is([data-bs-theme="dark"] *), .select2-container .select2-selection .select2-selection__arrow:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.select2-container .select2-selection .select2-selection__clear, .select2-container .select2-selection .select2-selection__arrow{
  margin: 2px;
  height: calc(100% - 6px);
  border-style: none;
}
html:not([data-bs-theme="dark"]) .select2-container .select2-selection.has-coloured-background .select2-selection__arrow{
  mix-blend-mode: multiply;
}
.select2-container .select2-selection .select2-selection__clear{
  margin-right: var(--arrow-width);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container .select2-selection .select2-selection__clear:hover{
  opacity: 0.5;
}
.select2-container .select2-search .spinner-border{
  position: absolute;
  right: 0px;
  margin-top: .375rem;
  margin-bottom: .375rem;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  height: 1.25rem;
  width: 1.25rem;
  border-width: 2px;
  border-color: var(--bt-cardBackground-550);
  border-right-color: transparent;
}
.select2-container .loading-results{
  display: none;
}
.select2-container.select2-container--default .select2-results__option--highlighted{
  background-color: var(--bt-primary-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container.select2-container--default .select2-results__option--highlighted:is([data-bs-theme="dark"] *){
  background-color: rgb(148 163 184 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.3;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container.select2-container--default .select2-results__option--highlighted[style]{
  --tw-brightness: brightness(1.1);
  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);
}
.select2-container.select2-container--default .select2-results__option--selected{
  background-color: var(--bt-primary-500);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar{
  height: 0.5rem;
  width: 0.5rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-thumb{
  background-clip: padding-box;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container.select2-container--default .select2-results>.select2-results__options:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.select2-container.select2-container--default .select2-results>.select2-results__options :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.select2-container.select2-container--default .select2-results>.select2-results__options :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-thumb{
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-600);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-thumb:hover{
  background-color: var(--bt-background-700);
  -webkit-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.select2-container.select2-container--default .select2-results>.select2-results__options:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb,.select2-container.select2-container--default .select2-results>.select2-results__options :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb{
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options:is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover,.select2-container.select2-container--default .select2-results>.select2-results__options :is([data-bs-theme="dark"] *)::-webkit-scrollbar-thumb:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.select2-container.select2-container--default .select2-results>.select2-results__options:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.select2-container.select2-container--default .select2-results>.select2-results__options :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-track{
  border-radius: 9999px;
  border-width: 1px;
  border-color: var(--bt-background-400);
  background-color: var(--bt-background-400);
}
.select2-container.select2-container--default .select2-results>.select2-results__options:is([data-bs-theme="dark"] *)::-webkit-scrollbar-track,.select2-container.select2-container--default .select2-results>.select2-results__options :is([data-bs-theme="dark"] *)::-webkit-scrollbar-track{
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.select2-container.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-button,.select2-container.select2-container--default .select2-results>.select2-results__options ::-webkit-scrollbar-button{
  display: none;
}
.select2-container.select2-container--default .select2-results>.select2-results__options{
  overflow-x: hidden;
}
.select2-container .select2-container-default .select2-selection__arrow,.select2-container .select2-selection--single .select2-selection__arrow{
  width: var(--arrow-width);
}
.select2-container .select2-search--inline .select2-search__field:focus{
  background-color: transparent !important;
}
.right-result .select2-container{
  width: 100% !important;
  min-width: 100% !important;
}
.col > .select2-container{
    width: 100% !important;
  }
.select2-fullwidth .select2-container{ width: 100% !important }
.badge .select2-container .select2-selection{
  border-radius: 0px;
  border-width: 0px;
  border-style: none;
}
.badge .select2-container .select2-selection .select2-selection__arrow{
  border-left-width: 0px;
}
.badge .select2-container .select2-selection .select2-selection__rendered{
  height: 100%;
}
.select2-container .select2-dropdown.no-borders{
  border-width: 0px;
  border-style: none;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.select2-container .select2-dropdown.in-badge{
    --bs-border-opacity: 1 !important;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity));
  }
.select2-container .select2-dropdown.in-badge:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.select2-container .select2-dropdown.in-badge .select2-search__field{
    --bs-border-opacity: 1 !important;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity));
  }
.select2-container .select2-dropdown.in-badge .select2-search__field:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.c3 svg line:is([data-bs-theme="dark"] *), .c3 svg text:is([data-bs-theme="dark"] *){
  fill: #fff;
}
.c3 svg path:is([data-bs-theme="dark"] *){
  stroke: #fff;
}
[data-css-tooltip]{
  justify-content: center;
  line-height: 1.4285em;
}
[data-css-tooltip]:not(.right-result) {
    display: flex;
  }
[data-css-tooltip]:not(.css-tooltip-disabled, .right-result) {
    width: auto;
    overflow: visible;
  }
[data-css-tooltip]:not(.css-tooltip-disabled)::before{
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + .5rem);
  z-index: 999;
  display: block;
  border-radius: 3px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  align-items: center;
      content: attr(data-css-tooltip);
}
[data-css-tooltip]:not(.css-tooltip-disabled)::after{
  pointer-events: none;
  position: absolute;
  top: -.6rem;
  z-index: 999;
  margin-left: 0.5rem;
  display: block;
  height: 0px;
  width: 0px;
  border-top-width: .5rem;
  border-left-width: .5rem;
  border-right-width: .5rem;
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-left-color: transparent;
  border-right-color: transparent;
  opacity: 0;
      content: "";
}
[data-css-tooltip]:hover:not(.css-tooltip-disabled), [data-css-tooltip]:active:not(.css-tooltip-disabled){
  position: relative;
  z-index: 100;
}
[data-css-tooltip]:hover:not(.css-tooltip-disabled)::before, [data-css-tooltip]:active:not(.css-tooltip-disabled)::before{
  opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  display: flex;
}
[data-css-tooltip]:hover:not(.css-tooltip-disabled)::after, [data-css-tooltip]:active:not(.css-tooltip-disabled)::after{
  display: block;
  opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.rx-container{
  border-bottom-width: 2px !important;
  background-color: transparent !important;
}
.rx-container .rx-toolbar-container.is-rx-toolbar{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.rx-container .rx-toolbar-container.is-rx-toolbar:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.rx-container .rx-toolbar-container.is-rx-toolbar{
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 2px;
}
.rx-container .rx-toolbar-container.is-rx-toolbar:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.rx-container .rx-toolbar-container.private{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.rx-container .rx-toolbar-container.private:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.rx-container .rx-toolbar, .rx-container .rx-topbar{
  overflow-x: auto;
}
.rx-container .rx-toolbar .rx-button[data-name="private"],.rx-container .rx-topbar .rx-button[data-name="private"]{
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.rx-container .rx-toolbar .rx-button[data-name="private"]::before,.rx-container .rx-topbar .rx-button[data-name="private"]::before{
          font-size: 13px;
          margin-top: -1px;
        }
.rx-container .rx-toolbar .rx-button[data-name="private"]:not(.enabled)::before,.rx-container .rx-topbar .rx-button[data-name="private"]:not(.enabled)::before{
  --tw-content: "Public";
  content: var(--tw-content);
}
.rx-container .rx-toolbar .rx-button[data-name="private"].enabled::before,.rx-container .rx-topbar .rx-button[data-name="private"].enabled::before{
  --tw-content: "Private";
  content: var(--tw-content);
}
.rx-container .rx-button-toolbar:hover:is([data-bs-theme="dark"] *), .rx-container .rx-button-toolbar:active:is([data-bs-theme="dark"] *), .rx-container .rx-button-toolbar:focus:is([data-bs-theme="dark"] *), .rx-container .rx-button-toolbar.toggled:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar:hover:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar:active:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar:focus:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar.toggled:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity));
}
.rx-container .rx-button-toolbar.active .rx-button-icon:is([data-bs-theme="dark"] *), .rx-container .rx-button-toolbar.active svg:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar.active .rx-button-icon:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar.active svg:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1 !important;
  border-color: rgb(71 85 105 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity)) !important;
  fill: #334155 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.rx-container .rx-button-toolbar.disable .rx-button-icon:is([data-bs-theme="dark"] *), .rx-container .rx-button-toolbar.disable svg:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar.disable .rx-button-icon:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar.disable svg:is([data-bs-theme="dark"] *){
  fill: #475569 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(71 85 105 / var(--tw-text-opacity)) !important;
}
.rx-container .rx-button-toolbar svg:is([data-bs-theme="dark"] *), .rx-container .rx-button-topbar svg:is([data-bs-theme="dark"] *){
  fill: #fff;
}
.rx-container .rx-editor{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.rx-container .rx-editor:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.rx-container .rx-editor{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.rx-container .rx-editor:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(39 54 78 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rx-container .rx-editor:is([data-bs-theme="dark"] *)::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.rx-container .rx-editor:is([data-bs-theme="dark"] *)::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity));
}
.rx-container .rx-editor:focus:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.rx-container .rx-placeholder:is([data-bs-theme="dark"] *):before{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.5;
}
.rx-container .rx-content h1:is([data-bs-theme="dark"] *), .rx-container .rx-content h2:is([data-bs-theme="dark"] *), .rx-container .rx-content h3:is([data-bs-theme="dark"] *), .rx-container .rx-content h4:is([data-bs-theme="dark"] *), .rx-container .rx-content h5:is([data-bs-theme="dark"] *), .rx-container .rx-content h6:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rx-container .rx-source-container textarea:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.rx-popup:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rx-popup .rx-popup-items{
  padding: 0px;
  padding: 0;
}
.rx-popup .rx-popup-item{
  cursor: pointer;
}
.rx-popup .rx-popup-item .rx-popup-shortcut-title:is([data-bs-theme="dark"] *), .rx-popup .rx-popup-item .rx-popup-item-title:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.rx-popup .rx-popup-item .rx-popup-item-shortcut:is([data-bs-theme="dark"] *), .rx-popup .rx-popup-item .rx-popup-shortcut-kbdt:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.rx-popup .rx-popup-item:hover:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(67 80 101 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card .rx-container{
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
}
.card .rx-container .rx-editor{
  border-radius: 0px;
  border-style: none;
}
.card-body .rx-container{
  border-width: 1px;
  border-color: var(--bt-cardBackground-550);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card-body .rx-container:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.card-body .rx-container{
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 2px;
}
.card-body .rx-container .rx-editor{
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
/**
 * Include styles for individual pages
 *
 */
@media not all and (min-width: 1400px){
  .profile-card{
    flex-direction: column;
  }
}
body.login .container-fluid, body.page-twofactorauthentication .container-fluid{
  flex-direction: column;
  display: flex;
  align-items: center;
}
body.login .login-container,body.page-twofactorauthentication .login-container{
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.login .login-container > form, body.page-twofactorauthentication .login-container > form{
  min-width: 350px;
  max-width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
}
body.login .login-container > form > *,body.page-twofactorauthentication .login-container > form > *{
  width: 100%;
}
body.login .login-container > form .form-group,body.page-twofactorauthentication .login-container > form .form-group{
  border-radius: 0.375rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
body.login .login-container > form .form-group:not([class*="text-"]),body.page-twofactorauthentication .login-container > form .form-group:not([class*="text-"]){
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body.login .login-container > form .form-group,body.page-twofactorauthentication .login-container > form .form-group{
  display: flex;
  gap: 1rem;
}
body.login .login-container > form .form-group:is([data-bs-theme="dark"] *),body.page-twofactorauthentication .login-container > form .form-group:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity));
}
@media (min-width: 576px){
  body.login .login-container > form .form-group,body.page-twofactorauthentication .login-container > form .form-group{
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
  }
}
body.login .login-container > form .form-group p,body.page-twofactorauthentication .login-container > form .form-group p{
  position: relative;
  margin-bottom: 0px !important;
}
body.login .login-container > form .form-group .icon,body.page-twofactorauthentication .login-container > form .form-group .icon{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  align-items: center;
}
body.login .login-container > form .form-group input[type="text"], body.login .login-container > form .form-group input[type="password"], body.page-twofactorauthentication .login-container > form .form-group input[type="text"], body.page-twofactorauthentication .login-container > form .form-group input[type="password"]{
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 3.5rem;
  padding-right: 2rem;
  font-size: 1.5rem;
  line-height: 2rem;
}
body.login .login-container > form .form-group .card, body.login .login-container > form .form-group .card-body, body.page-twofactorauthentication .login-container > form .form-group .card, body.page-twofactorauthentication .login-container > form .form-group .card-body{
  border-width: 0px;
}
body.login .login-container > form .form-group .card > .card-body,body.page-twofactorauthentication .login-container > form .form-group .card > .card-body{
  flex-direction: column;
  gap: 1rem;
  display: flex;
}
body.login .login-container > form .form-group .btn,body.page-twofactorauthentication .login-container > form .form-group .btn{
  margin: 0px !important;
  width: 100%;
}
.timesheets{
  width: 100%;
}
.timesheets-summary{
  flex-direction: column;
  display: flex;
}
@media not all and (min-width: 1050px){
  .timesheets-summary{
    margin-top: 0.5rem;
  }
}
.timesheets-summary .tab-content{
  flex-grow: 1;
}
.timesheets-summary .tab-content .tab-pane{
  height: 100%;
  align-items: center;
  justify-content: center;
}
.timesheets-summary .tab-content .tab-pane.active{
  flex-direction: column;
  display: flex;
}
.timesheets-summary span{
  flex-grow: 1;
  flex-wrap: wrap;
  place-content: center;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timesheets-summary span:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity));
}
.timesheets-summary span:last-child{
  border-bottom-width: 0px;
}
.timesheets-summary span b{
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.card.nomargin .cardHeader{
  margin-bottom: 0px;
  border-bottom-width: 1px;
}
.panel-timesheet, .card-timesheet{
  border-radius: 0.375rem;
  border-width: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.new_invoice_item,
.timesheet_item_current,
.new_timesheet_item,
.invoice_item_existing {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.new_invoice_item:is([data-bs-theme="dark"] *),
.timesheet_item_current:is([data-bs-theme="dark"] *),
.new_timesheet_item:is([data-bs-theme="dark"] *),
.invoice_item_existing:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.new_invoice_item,
.timesheet_item_current,
.new_timesheet_item,
.invoice_item_existing{
  position: relative;
  clear: both;
  box-sizing: border-box;
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: wrap;
  border-color: var(--bt-cardBackground-600);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  gap: .5rem;
}
.new_invoice_item:is([data-bs-theme="dark"] *),
.timesheet_item_current:is([data-bs-theme="dark"] *),
.new_timesheet_item:is([data-bs-theme="dark"] *),
.invoice_item_existing:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity));
}
@media (min-width: 768px){
  .new_invoice_item,
.timesheet_item_current,
.new_timesheet_item,
.invoice_item_existing{
    flex-direction: row;
  }
}
@media (min-width: 1400px){
  .new_invoice_item,
.timesheet_item_current,
.new_timesheet_item,
.invoice_item_existing{
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
  }
}
.new_invoice_item .form-group, .timesheet_item_current .form-group, .new_timesheet_item .form-group, .invoice_item_existing .form-group{
  margin-top: 0px;
  margin-bottom: 0px;
  min-width: 60px;
  max-width: 100%;
  flex-shrink: 1;
  flex-grow: 1;
  flex-direction: column;
  align-self: flex-start;
  padding: 0px;
  align-items: center;
  padding: 0;
}
@media not all and (min-width: 1050px){
  .new_invoice_item .form-group, .timesheet_item_current .form-group, .new_timesheet_item .form-group, .invoice_item_existing .form-group{
    padding-bottom: 0.5rem;
  }
}
@media not all and (min-width: 768px){
  .new_invoice_item .form-group, .timesheet_item_current .form-group, .new_timesheet_item .form-group, .invoice_item_existing .form-group{
    width: 100%;
  }
}
@media (min-width: 1050px){
  .new_invoice_item .form-group, .timesheet_item_current .form-group, .new_timesheet_item .form-group, .invoice_item_existing .form-group{
    flex-basis: 60px;
  }
}
@media not all and (min-width: 1400px){
  .new_invoice_item .form-group, .timesheet_item_current .form-group, .new_timesheet_item .form-group, .invoice_item_existing .form-group{
    flex-basis: calc(20% - .5rem);
  }
}
.new_invoice_item .form-group input[type="number"], .timesheet_item_current .form-group input[type="number"], .new_timesheet_item .form-group input[type="number"], .invoice_item_existing .form-group input[type="number"] {
        padding-right: 0.2rem !important;
      }
.new_invoice_item .form-group select, .timesheet_item_current .form-group select, .new_timesheet_item .form-group select, .invoice_item_existing .form-group select {
      font-size: 0.9em;
      line-height: 2;
      padding: 0 0.25em;
    }
.new_invoice_item .form-group select[disabled], .timesheet_item_current .form-group select[disabled], .new_timesheet_item .form-group select[disabled], .invoice_item_existing .form-group select[disabled] {
      -webkit-appearance: none !important;
    }
.new_invoice_item .form-group label, .timesheet_item_current .form-group label, .new_timesheet_item .form-group label, .invoice_item_existing .form-group label {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      margin-bottom: 0;
    }
.new_invoice_item .form-group label[type="number"], .timesheet_item_current .form-group label[type="number"], .new_timesheet_item .form-group label[type="number"], .invoice_item_existing .form-group label[type="number"] {}
.new_invoice_item .form-group .control-group,.timesheet_item_current .form-group .control-group,.new_timesheet_item .form-group .control-group,.invoice_item_existing .form-group .control-group{
  width: 100%;
}
.new_invoice_item .form-group.item-actions, .timesheet_item_current .form-group.item-actions, .new_timesheet_item .form-group.item-actions, .invoice_item_existing .form-group.item-actions{
  flex-direction: row !important;
  margin-top: 1rem;
  flex-shrink: 0;
  flex-grow: 1;
  padding: 0px;
  display: flex;
  gap: 1rem;
  padding: 0;
}
@media not all and (min-width: 1050px){
  .new_invoice_item .form-group.item-actions, .timesheet_item_current .form-group.item-actions, .new_timesheet_item .form-group.item-actions, .invoice_item_existing .form-group.item-actions{
    width: 100%;
  }
}
@media (min-width: 1050px){
  .new_invoice_item .form-group.item-actions, .timesheet_item_current .form-group.item-actions, .new_timesheet_item .form-group.item-actions, .invoice_item_existing .form-group.item-actions{
    flex-basis: 140px;
    flex-wrap: wrap;
  }
}
.new_invoice_item .form-group.item-actions.item-actions-larger, .timesheet_item_current .form-group.item-actions.item-actions-larger, .new_timesheet_item .form-group.item-actions.item-actions-larger, .invoice_item_existing .form-group.item-actions.item-actions-larger {
        flex: 1 1 140px;
      }
.new_invoice_item .form-group.item-actions.item-actions-larger .btn, .timesheet_item_current .form-group.item-actions.item-actions-larger .btn, .new_timesheet_item .form-group.item-actions.item-actions-larger .btn, .invoice_item_existing .form-group.item-actions.item-actions-larger .btn {
          min-width: 60px;
        }
.new_invoice_item .form-group.item-actions .btn,.timesheet_item_current .form-group.item-actions .btn,.new_timesheet_item .form-group.item-actions .btn,.invoice_item_existing .form-group.item-actions .btn{
  border-top-width: 1px !important;
  border-bottom-width: 1px !important;
}
.new_invoice_item .form-group.item-actions .btn, .timesheet_item_current .form-group.item-actions .btn, .new_timesheet_item .form-group.item-actions .btn, .invoice_item_existing .form-group.item-actions .btn{
  min-width: 25px;
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 33%;
  border-width: 0px;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: .325em;
  padding-bottom: .325em;
  text-align: center;
}
@media not all and (min-width: 1050px){
  .new_invoice_item .form-group.item-actions .btn, .timesheet_item_current .form-group.item-actions .btn, .new_timesheet_item .form-group.item-actions .btn, .invoice_item_existing .form-group.item-actions .btn{
    flex-grow: 1;
  }
}
.new_invoice_item .form-group.item-actions .btn:not(:last-child),.timesheet_item_current .form-group.item-actions .btn:not(:last-child),.new_timesheet_item .form-group.item-actions .btn:not(:last-child),.invoice_item_existing .form-group.item-actions .btn:not(:last-child){
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.new_invoice_item .form-group.item-actions .btn:not(:first-child),.timesheet_item_current .form-group.item-actions .btn:not(:first-child),.new_timesheet_item .form-group.item-actions .btn:not(:first-child),.invoice_item_existing .form-group.item-actions .btn:not(:first-child){
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.new_invoice_item .form-group.datepicker, .timesheet_item_current .form-group.datepicker, .new_timesheet_item .form-group.datepicker, .invoice_item_existing .form-group.datepicker {
      flex: 1 1 93px;
      min-width: 93px;
    }
.new_invoice_item .form-group.hours_contain, .timesheet_item_current .form-group.hours_contain, .new_timesheet_item .form-group.hours_contain, .invoice_item_existing .form-group.hours_contain {
      flex: 1 1 54px;
    }
.new_invoice_item .form-group select, .timesheet_item_current .form-group select, .new_timesheet_item .form-group select, .invoice_item_existing .form-group select{
  max-width: 100%;
}
.new_invoice_item .form-group.dropdown, .new_invoice_item .form-group.dropdown-small, .timesheet_item_current .form-group.dropdown, .timesheet_item_current .form-group.dropdown-small, .new_timesheet_item .form-group.dropdown, .new_timesheet_item .form-group.dropdown-small, .invoice_item_existing .form-group.dropdown, .invoice_item_existing .form-group.dropdown-small{
  max-width: 100%;
}
.new_invoice_item .form-group.dropdown .select2-container,.new_invoice_item .form-group.dropdown-small .select2-container,.timesheet_item_current .form-group.dropdown .select2-container,.timesheet_item_current .form-group.dropdown-small .select2-container,.new_timesheet_item .form-group.dropdown .select2-container,.new_timesheet_item .form-group.dropdown-small .select2-container,.invoice_item_existing .form-group.dropdown .select2-container,.invoice_item_existing .form-group.dropdown-small .select2-container{
        min-width: 0;
        max-width: 100% !important;
      }
.new_invoice_item .form-group.dropdown .select2-container .select2-choice, .new_invoice_item .form-group.dropdown-small .select2-container .select2-choice, .timesheet_item_current .form-group.dropdown .select2-container .select2-choice, .timesheet_item_current .form-group.dropdown-small .select2-container .select2-choice, .new_timesheet_item .form-group.dropdown .select2-container .select2-choice, .new_timesheet_item .form-group.dropdown-small .select2-container .select2-choice, .invoice_item_existing .form-group.dropdown .select2-container .select2-choice, .invoice_item_existing .form-group.dropdown-small .select2-container .select2-choice {
          line-height: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
@media not all and (min-width: 1400px){
  .new_invoice_item .form-group.dropdown, .timesheet_item_current .form-group.dropdown, .new_timesheet_item .form-group.dropdown, .invoice_item_existing .form-group.dropdown{
    flex-basis: calc(20% - .5rem);
  }
}
.new_invoice_item .form-group.dropdown, .timesheet_item_current .form-group.dropdown, .new_timesheet_item .form-group.dropdown, .invoice_item_existing .form-group.dropdown{
  flex-shrink: 1;
  flex-grow: 1;
}
@media (min-width: 1400px){
  .new_invoice_item .form-group.dropdown, .timesheet_item_current .form-group.dropdown, .new_timesheet_item .form-group.dropdown, .invoice_item_existing .form-group.dropdown{
    min-width: 120px;
    flex-basis: 120px;
  }
}
@media not all and (min-width: 1400px){
  .new_invoice_item .form-group.dropdown-small, .timesheet_item_current .form-group.dropdown-small, .new_timesheet_item .form-group.dropdown-small, .invoice_item_existing .form-group.dropdown-small{
    flex-basis: calc(20% - .5rem);
  }
}
.new_invoice_item .form-group.dropdown-small, .timesheet_item_current .form-group.dropdown-small, .new_timesheet_item .form-group.dropdown-small, .invoice_item_existing .form-group.dropdown-small{
  flex-shrink: 1;
  flex-grow: 1;
}
@media (min-width: 1400px){
  .new_invoice_item .form-group.dropdown-small, .timesheet_item_current .form-group.dropdown-small, .new_timesheet_item .form-group.dropdown-small, .invoice_item_existing .form-group.dropdown-small{
    min-width: 100px;
    flex-basis: 100px;
  }
}
.new_invoice_item .form-group.description, .timesheet_item_current .form-group.description, .new_timesheet_item .form-group.description, .invoice_item_existing .form-group.description{
  flex-grow: 1;
}
@media not all and (min-width: 1400px){
  .new_invoice_item .form-group.description, .timesheet_item_current .form-group.description, .new_timesheet_item .form-group.description, .invoice_item_existing .form-group.description{
    flex-basis: 40%;
  }
}
@media (min-width: 768px){
  @media not all and (min-width: 1400px){
    .new_invoice_item .form-group.description, .timesheet_item_current .form-group.description, .new_timesheet_item .form-group.description, .invoice_item_existing .form-group.description{
      min-width: 240px;
    }
  }
}
@media (min-width: 1400px){
  .new_invoice_item .form-group.description, .timesheet_item_current .form-group.description, .new_timesheet_item .form-group.description, .invoice_item_existing .form-group.description{
    min-width: 140px;
    flex-basis: 240px;
  }
}
.new_invoice_item .control-group input,
    .new_invoice_item .control-group .select2-container,
    .timesheet_item_current .control-group input,
    .timesheet_item_current .control-group .select2-container,
    .new_timesheet_item .control-group input,
    .new_timesheet_item .control-group .select2-container,
    .invoice_item_existing .control-group input,
    .invoice_item_existing .control-group .select2-container {
      height: 2rem;
    }
.new_invoice_item .select2-container, .timesheet_item_current .select2-container, .new_timesheet_item .select2-container, .invoice_item_existing .select2-container {
    max-width: 130px;
  }
.new_invoice_item .select2-container .select2-choice, .timesheet_item_current .select2-container .select2-choice, .new_timesheet_item .select2-container .select2-choice, .invoice_item_existing .select2-container .select2-choice {
      height: 2rem;
    }
.new_invoice_item .form-group label, .timesheet_item_current .form-group label, .new_timesheet_item .form-group label, .invoice_item_existing .form-group label {
      line-height: 1rem;
      max-height: 1rem;
      white-space: nowrap;
      font-size: 11px;
    }
.new_invoice_item .form-group:first-child, .timesheet_item_current .form-group:first-child, .new_timesheet_item .form-group:first-child, .invoice_item_existing .form-group:first-child{
  padding-left: 0px;
}
.new_invoice_item .form-group:last-child, .timesheet_item_current .form-group:last-child, .new_timesheet_item .form-group:last-child, .invoice_item_existing .form-group:last-child{
  padding-right: 0px;
}
.new_invoice_item .form-group input, .timesheet_item_current .form-group input, .new_timesheet_item .form-group input, .invoice_item_existing .form-group input{
  width: 100%;
}
.new_invoice_item .form-group input,
    .new_invoice_item .form-group .select2-container,
    .timesheet_item_current .form-group input,
    .timesheet_item_current .form-group .select2-container,
    .new_timesheet_item .form-group input,
    .new_timesheet_item .form-group .select2-container,
    .invoice_item_existing .form-group input,
    .invoice_item_existing .form-group .select2-container {
      width: 100% !important;
      max-width: 100%;
    }
.new_invoice_item .form-group input .select2-choice, .new_invoice_item .form-group .select2-container .select2-choice, .timesheet_item_current .form-group input .select2-choice, .timesheet_item_current .form-group .select2-container .select2-choice, .new_timesheet_item .form-group input .select2-choice, .new_timesheet_item .form-group .select2-container .select2-choice, .invoice_item_existing .form-group input .select2-choice, .invoice_item_existing .form-group .select2-container .select2-choice {
        height: 30px !important;
        width: 100%;
      }
.new_invoice_item .form-group .timesheet_buttons, .timesheet_item_current .form-group .timesheet_buttons, .new_timesheet_item .form-group .timesheet_buttons, .invoice_item_existing .form-group .timesheet_buttons {
      display: flex;
    }
.new_invoice_item .form-group span, .timesheet_item_current .form-group span, .new_timesheet_item .form-group span, .invoice_item_existing .form-group span {
      text-align: left;
    }
.new_invoice_item:not(.first-child),.timesheet_item_current:not(.first-child),.new_timesheet_item:not(.first-child),.invoice_item_existing:not(.first-child){
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.new_invoice_item:not(.first-child):is([data-bs-theme="dark"] *),.timesheet_item_current:not(.first-child):is([data-bs-theme="dark"] *),.new_timesheet_item:not(.first-child):is([data-bs-theme="dark"] *),.invoice_item_existing:not(.first-child):is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.new_invoice_item:not(.first-child),.timesheet_item_current:not(.first-child),.new_timesheet_item:not(.first-child),.invoice_item_existing:not(.first-child){
  border-top-width: 1px;
  border-bottom-width: 0px;
}
.timesheet_item_extra + .new_invoice_item,
  .timesheet_item_extra + .timesheet_item_current,
  .timesheet_item_extra + .new_timesheet_item,
  .timesheet_item_extra + .invoice_item_existing{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.timesheet_item_extra + .new_invoice_item:is([data-bs-theme="dark"] *),
  .timesheet_item_extra + .timesheet_item_current:is([data-bs-theme="dark"] *),
  .timesheet_item_extra + .new_timesheet_item:is([data-bs-theme="dark"] *),
  .timesheet_item_extra + .invoice_item_existing:is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.timesheet_item_extra + .new_invoice_item,
  .timesheet_item_extra + .timesheet_item_current,
  .timesheet_item_extra + .new_timesheet_item,
  .timesheet_item_extra + .invoice_item_existing{
  border-top-width: 1px;
  border-bottom-width: 0px;
}
.approval .new_invoice_item .form-group.item-actions select, .approval .new_invoice_item .form-group.dropdown select, .approval .timesheet_item_current .form-group.item-actions select, .approval .timesheet_item_current .form-group.dropdown select, .approval .new_timesheet_item .form-group.item-actions select, .approval .new_timesheet_item .form-group.dropdown select, .approval .invoice_item_existing .form-group.item-actions select, .approval .invoice_item_existing .form-group.dropdown select {
        width: 100% !important;
      }
@media all and (min-width: 976px) {
      .approval .new_invoice_item .form-group.item-actions, .approval .timesheet_item_current .form-group.item-actions, .approval .new_timesheet_item .form-group.item-actions, .approval .invoice_item_existing .form-group.item-actions {
        width: auto;
      }
      .approval .new_invoice_item .form-group.dropdown, .approval .timesheet_item_current .form-group.dropdown, .approval .new_timesheet_item .form-group.dropdown, .approval .invoice_item_existing .form-group.dropdown {
        width: 6.4%;
      }
      .approval .new_invoice_item .form-group.description, .approval .timesheet_item_current .form-group.description, .approval .new_timesheet_item .form-group.description, .approval .invoice_item_existing .form-group.description {
        width: 18%;
      }
}
.calendar-user .left-result {
    width: 9% !important;
  }
.calendar-user .left-result .circle{
  border-radius: 9999px;
      margin: 0.25em;
      width: 1.5em;
      height: 1.5em;
      display: block;
}
.calendar-user .right-result {
    width: 89% !important;
  }
.form-inline .panel .panel-footer {
      background: $background;
    }
.card .main-search{
  margin-bottom: 0px;
  flex-shrink: 1;
}
@media not all and (min-width: 480px){
  .card .main-search{
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.card .main-search + .btn{
  margin-top: 0.5rem;
}
#main.tickets{
  min-height: 0px !important;
  padding-bottom: 0px !important;
}
@media not all and (min-width: 1050px){
  .filter-mini .badge .select2{
    width: 100% !important;
  }
}
.filter-card{
  margin-bottom: 0px;
}
.filter-card .form-label, .filter-card .left-result{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.filter-card .left-result{
  min-height: 1rem;
  font-weight: 400;
}
.filter-card .right-result{
  margin-bottom: 0px;
}
.filter-card .left-result, .filter-card .right-result{
  width: 100%;
}
.filter-card select{
  width: 100%;
}
.ticket-card{
  margin-bottom: 0px;
  padding-bottom: 0px; /* min-h-[calc(100vh-theme('navHeight')-theme('footerHeight')-var(--bs-gutter-x))] */
  /* .card-body{
    @apply grow-0 w-full;
  } */
}
.ticket-table th{
  vertical-align: middle;
}
.ticket-table th > a{
  overflow: hidden;
  text-overflow: ellipsis;
}
.ticket-table th > a:hover, .ticket-table th > a:active{
  overflow: visible;
}
.ticket-table td, .ticket-table th{
  cursor: default;
  border-bottom-width: 1px;
  border-color: var(--bt-cardBackground-600);
}
@media (min-width: 1050px){
  .ticket-table td.column-toggle,.ticket-table th.column-toggle{
    width: 3rem;
  }
  .ticket-table td.column-actions,.ticket-table th.column-actions{
    width: 5rem;
  }
}
/* @apply items-center; */
.ticket-table td.column-toggle > .form-check,.ticket-table td.column-actions > .form-check,.ticket-table th.column-toggle > .form-check,.ticket-table th.column-actions > .form-check{
  margin-left: auto;
  margin-right: auto;
  width: 1.5rem;
}
.ticket-table td.column-toggle .dropdown,.ticket-table td.column-actions .dropdown,.ticket-table th.column-toggle .dropdown,.ticket-table th.column-actions .dropdown{
  display: flex;
}
.ticket-table td.small-cell,.ticket-table th.small-cell{
  min-width: 100px;
}
@media (min-width: 1050px){
  .ticket-table td.small-cell,.ticket-table th.small-cell{
    width: 150px;
    min-width: 150px;
  }
  .ticket-table td.wide-cell,.ticket-table th.wide-cell{
    width: 33%;
    min-width: 33%;
  }
}
.ticket-row{
  flex-direction: column;
  padding-top: 1.75rem !important;
  display: flex;
}
.ticket-row.ticket-content{
  margin-top: 1.5rem;
}
.ticket-row .ticket-container, .ticket-row .ticket-reply-container{
  align-items: stretch;
}
@media not all and (min-width: 1050px){
  .ticket-row .ticket-container, .ticket-row .ticket-reply-container{
    flex-direction: column;
  }
}
@media (min-width: 1050px){
  .ticket-row .ticket-container, .ticket-row .ticket-reply-container{
    gap: 0.5rem;
  }
}
@media not all and (min-width: 1050px){
  .ticket-row .ticket-container .profile,.ticket-row .ticket-reply-container .profile{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  .ticket-row .ticket-container .profile:is([data-bs-theme="dark"] *),.ticket-row .ticket-reply-container .profile:is([data-bs-theme="dark"] *){
    --tw-bg-opacity: 1;
    background-color: rgb(30 41 59 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .ticket-row .ticket-container .profile,.ticket-row .ticket-reply-container .profile{
    order: -1;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    padding: 0.5rem;
    border-bottom-width: 1px !important;
    border-bottom-color: var(--bt-cardBackground-700) !important;
  }
  .ticket-row .ticket-container .profile:is([data-bs-theme="dark"] *),.ticket-row .ticket-reply-container .profile:is([data-bs-theme="dark"] *){
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  }
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .profile > a,.ticket-row .ticket-reply-container .profile > a{
    padding-top: 0px;
  }
}
.ticket-row .ticket-container .profile .profile-wrapper, .ticket-row .ticket-container .profile .toolbar, .ticket-row .ticket-reply-container .profile .profile-wrapper, .ticket-row .ticket-reply-container .profile .toolbar{
  display: flex;
  align-items: center;
}
@media not all and (min-width: 1050px){
  .ticket-row .ticket-container .profile .profile-wrapper, .ticket-row .ticket-container .profile .toolbar, .ticket-row .ticket-reply-container .profile .profile-wrapper, .ticket-row .ticket-reply-container .profile .toolbar{
    margin: 0px;
    width: auto;
    flex-grow: 1;
    flex-direction: row;
    gap: 0.5rem;
    padding: 0px;
  }
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .profile .profile-wrapper, .ticket-row .ticket-container .profile .toolbar, .ticket-row .ticket-reply-container .profile .profile-wrapper, .ticket-row .ticket-reply-container .profile .toolbar{
    justify-content: center;
  }
}
@media not all and (min-width: 1050px){
  .ticket-row .ticket-container .profile .profile-wrapper .profile-text,.ticket-row .ticket-container .profile .toolbar .profile-text,.ticket-row .ticket-reply-container .profile .profile-wrapper .profile-text,.ticket-row .ticket-reply-container .profile .toolbar .profile-text{
    flex-direction: row;
    gap: 0.5rem;
  }
  .ticket-row .ticket-container .profile .profile-wrapper,.ticket-row .ticket-reply-container .profile .profile-wrapper{
    justify-content: flex-start;
  }
  .ticket-row .ticket-container .profile .toolbar,.ticket-row .ticket-reply-container .profile .toolbar{
    justify-content: flex-end;
  }
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .profile .toolbar,.ticket-row .ticket-reply-container .profile .toolbar{
    margin-bottom: 2rem;
  }
}
.ticket-row .ticket-container .profile .gravatar,.ticket-row .ticket-reply-container .profile .gravatar{
  height: 4rem;
  width: 4rem;
}
@media not all and (min-width: 1050px){
  .ticket-row .ticket-container .profile .gravatar,.ticket-row .ticket-reply-container .profile .gravatar{
    max-height: 25px;
    max-width: 25px;
  }
}
.ticket-row .ticket-container .profile .gravatar img,.ticket-row .ticket-reply-container .profile .gravatar img{
  border-width: 2px;
}
.ticket-row .ticket-container .profile,.ticket-row .ticket-reply-container .profile{
  justify-content: flex-start;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
@media not all and (min-width: 1050px){
  .ticket-row .ticket-container .profile,.ticket-row .ticket-reply-container .profile{
    border-left-width: 4px;
    border-right-width: 4px;
  }
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .profile,.ticket-row .ticket-reply-container .profile{
    margin-top: -1.5rem;
  }
}
.ticket-row .ticket-container .ticket, .ticket-row .ticket-container .ticket-reply, .ticket-row .ticket-reply-container .ticket, .ticket-row .ticket-reply-container .ticket-reply{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ticket-row .ticket-container .ticket::before, .ticket-row .ticket-container .ticket-reply::before, .ticket-row .ticket-reply-container .ticket::before, .ticket-row .ticket-reply-container .ticket-reply::before{
  position: absolute;
  top: 0px;
  display: none;
  height: 2rem;
  width: 2rem;
  border-width: 1rem;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-content: '‎';
  content: var(--tw-content);
}
.ticket-row .ticket-container .ticket:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-container .ticket-reply:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-reply-container .ticket:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-reply-container .ticket-reply:is([data-bs-theme="dark"] *)::before{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity));
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .ticket, .ticket-row .ticket-container .ticket-reply, .ticket-row .ticket-reply-container .ticket, .ticket-row .ticket-reply-container .ticket-reply{
    margin-top: 0.5rem;
  }
  .ticket-row .ticket-container .ticket::before, .ticket-row .ticket-container .ticket-reply::before, .ticket-row .ticket-reply-container .ticket::before, .ticket-row .ticket-reply-container .ticket-reply::before{
    content: var(--tw-content);
    display: block;
  }
}
.ticket-row .ticket-container .ticket .ticket-header,.ticket-row .ticket-container .ticket-reply .ticket-header,.ticket-row .ticket-reply-container .ticket .ticket-header,.ticket-row .ticket-reply-container .ticket-reply .ticket-header{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ticket-row .ticket-container .ticket .ticket-header:is([data-bs-theme="dark"] *),.ticket-row .ticket-container .ticket-reply .ticket-header:is([data-bs-theme="dark"] *),.ticket-row .ticket-reply-container .ticket .ticket-header:is([data-bs-theme="dark"] *),.ticket-row .ticket-reply-container .ticket-reply .ticket-header:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ticket-row .ticket-container .ticket .ticket-header,.ticket-row .ticket-container .ticket-reply .ticket-header,.ticket-row .ticket-reply-container .ticket .ticket-header,.ticket-row .ticket-reply-container .ticket-reply .ticket-header{
  border-bottom-width: 0px;
}
.ticket-row .ticket-container .ticket .card-body, .ticket-row .ticket-container .ticket .card-footer, .ticket-row .ticket-container .ticket .card-header, .ticket-row .ticket-container .ticket-reply .card-body, .ticket-row .ticket-container .ticket-reply .card-footer, .ticket-row .ticket-container .ticket-reply .card-header, .ticket-row .ticket-reply-container .ticket .card-body, .ticket-row .ticket-reply-container .ticket .card-footer, .ticket-row .ticket-reply-container .ticket .card-header, .ticket-row .ticket-reply-container .ticket-reply .card-body, .ticket-row .ticket-reply-container .ticket-reply .card-footer, .ticket-row .ticket-reply-container .ticket-reply .card-header{
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-width: 0px;
  border-bottom-width: 0px;
}
.ticket-row .ticket-container .ticket .card-body,.ticket-row .ticket-container .ticket-reply .card-body,.ticket-row .ticket-reply-container .ticket .card-body,.ticket-row .ticket-reply-container .ticket-reply .card-body{
        /* // @apply lg:min-h-[6.5rem];
        // table{
        //   @apply table-bt table-bt-striped table-bt-bordered shadow-none mb-4;
        //   > :not(caption) > * {
        //     border-width: 1px 0;
        //   }
        //   > :not(caption) > * > * {
        //     border-width: 0 1px;
        //   }
          
        //   td, th{
        //     @apply py-1 px-2;
        //   }
        // } */
      }
.ticket-row .ticket-container .ticket .card-body:first-child,.ticket-row .ticket-container .ticket-reply .card-body:first-child,.ticket-row .ticket-reply-container .ticket .card-body:first-child,.ticket-row .ticket-reply-container .ticket-reply .card-body:first-child{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .ticket .card-body:first-child,.ticket-row .ticket-container .ticket-reply .card-body:first-child,.ticket-row .ticket-reply-container .ticket .card-body:first-child,.ticket-row .ticket-reply-container .ticket-reply .card-body:first-child{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .ticket-row .ticket-container.profile-on-right,.ticket-row .ticket-reply-container.profile-on-right{
    justify-content: flex-end;
  }
}
.ticket-row .ticket-container.profile-on-right .ticket::before, .ticket-row .ticket-container.profile-on-right .ticket-reply::before, .ticket-row .ticket-reply-container.profile-on-right .ticket::before, .ticket-row .ticket-reply-container.profile-on-right .ticket-reply::before{
  right: -1.5rem;
  border-bottom-color: transparent;
  content: var(--tw-content);
  border-right-color: transparent;
}
@media (min-width: 1050px){
  .ticket-row .ticket-container:not(.profile-on-right),.ticket-row .ticket-reply-container:not(.profile-on-right){
    flex-direction: row;
  }
}
.ticket-row .ticket-container:not(.profile-on-right) .ticket::before, .ticket-row .ticket-container:not(.profile-on-right) .ticket-reply::before, .ticket-row .ticket-reply-container:not(.profile-on-right) .ticket::before, .ticket-row .ticket-reply-container:not(.profile-on-right) .ticket-reply::before{
  left: -1.5rem;
  border-bottom-color: transparent;
  content: var(--tw-content);
  border-left-color: transparent;
}
.ticket-row .ticket-container.original-poster .profile, .ticket-row .ticket-container.original-poster .profile .gravatar img, .ticket-row .ticket-reply-container.original-poster .profile, .ticket-row .ticket-reply-container.original-poster .profile .gravatar img{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
}
.ticket-row .ticket-container.original-poster .ticket-reply .card-body, .ticket-row .ticket-container.original-poster .ticket-reply .card-footer, .ticket-row .ticket-container.original-poster .ticket-reply .card-header, .ticket-row .ticket-container.original-poster .ticket .card-body, .ticket-row .ticket-container.original-poster .ticket .card-footer, .ticket-row .ticket-container.original-poster .ticket .card-header, .ticket-row .ticket-reply-container.original-poster .ticket-reply .card-body, .ticket-row .ticket-reply-container.original-poster .ticket-reply .card-footer, .ticket-row .ticket-reply-container.original-poster .ticket-reply .card-header, .ticket-row .ticket-reply-container.original-poster .ticket .card-body, .ticket-row .ticket-reply-container.original-poster .ticket .card-footer, .ticket-row .ticket-reply-container.original-poster .ticket .card-header{
  --tw-border-opacity: 1;
  border-color: rgb(0 87 136 / var(--tw-border-opacity));
}
.ticket-row .ticket-container.staff .profile, .ticket-row .ticket-container.staff .profile .gravatar img, .ticket-row .ticket-reply-container.staff .profile, .ticket-row .ticket-reply-container.staff .profile .gravatar img{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.ticket-row .ticket-container.staff .ticket-reply .card-body, .ticket-row .ticket-container.staff .ticket-reply .card-footer, .ticket-row .ticket-container.staff .ticket-reply .card-header, .ticket-row .ticket-container.staff .ticket .card-body, .ticket-row .ticket-container.staff .ticket .card-footer, .ticket-row .ticket-container.staff .ticket .card-header, .ticket-row .ticket-reply-container.staff .ticket-reply .card-body, .ticket-row .ticket-reply-container.staff .ticket-reply .card-footer, .ticket-row .ticket-reply-container.staff .ticket-reply .card-header, .ticket-row .ticket-reply-container.staff .ticket .card-body, .ticket-row .ticket-reply-container.staff .ticket .card-footer, .ticket-row .ticket-reply-container.staff .ticket .card-header{
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}
.ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .profile, .ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .profile .gravatar img, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .profile, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .profile .gravatar img{
  border-color: var(--bt-cardBackground-600);
}
.ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .ticket-reply .card-body, .ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .ticket-reply .card-footer, .ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .ticket-reply .card-header, .ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .ticket .card-body, .ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .ticket .card-footer, .ticket-row .ticket-container:not(.private):not(.original-poster):not(.staff) .ticket .card-header, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .ticket-reply .card-body, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .ticket-reply .card-footer, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .ticket-reply .card-header, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .ticket .card-body, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .ticket .card-footer, .ticket-row .ticket-reply-container:not(.private):not(.original-poster):not(.staff) .ticket .card-header{
  border-color: var(--bt-cardBackground-600);
}
.ticket-row .ticket-container.private .profile, .ticket-row .ticket-container.private .profile .gravatar img, .ticket-row .ticket-reply-container.private .profile, .ticket-row .ticket-reply-container.private .profile .gravatar img{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.ticket-row .ticket-container.private .ticket-reply .card-body, .ticket-row .ticket-container.private .ticket-reply .card-footer, .ticket-row .ticket-container.private .ticket-reply .card-header, .ticket-row .ticket-container.private .ticket .card-body, .ticket-row .ticket-container.private .ticket .card-footer, .ticket-row .ticket-container.private .ticket .card-header, .ticket-row .ticket-reply-container.private .ticket-reply .card-body, .ticket-row .ticket-reply-container.private .ticket-reply .card-footer, .ticket-row .ticket-reply-container.private .ticket-reply .card-header, .ticket-row .ticket-reply-container.private .ticket .card-body, .ticket-row .ticket-reply-container.private .ticket .card-footer, .ticket-row .ticket-reply-container.private .ticket .card-header{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.ticket-row .ticket-container.private .ticket-reply .card-body:is([data-bs-theme="dark"] *), .ticket-row .ticket-container.private .ticket-reply .card-footer:is([data-bs-theme="dark"] *), .ticket-row .ticket-container.private .ticket-reply .card-header:is([data-bs-theme="dark"] *), .ticket-row .ticket-container.private .ticket .card-body:is([data-bs-theme="dark"] *), .ticket-row .ticket-container.private .ticket .card-footer:is([data-bs-theme="dark"] *), .ticket-row .ticket-container.private .ticket .card-header:is([data-bs-theme="dark"] *), .ticket-row .ticket-reply-container.private .ticket-reply .card-body:is([data-bs-theme="dark"] *), .ticket-row .ticket-reply-container.private .ticket-reply .card-footer:is([data-bs-theme="dark"] *), .ticket-row .ticket-reply-container.private .ticket-reply .card-header:is([data-bs-theme="dark"] *), .ticket-row .ticket-reply-container.private .ticket .card-body:is([data-bs-theme="dark"] *), .ticket-row .ticket-reply-container.private .ticket .card-footer:is([data-bs-theme="dark"] *), .ticket-row .ticket-reply-container.private .ticket .card-header:is([data-bs-theme="dark"] *){
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity));
}
.ticket-row .ticket-container.private.profile-on-right .ticket::before, .ticket-row .ticket-container.private.profile-on-right .ticket-reply::before, .ticket-row .ticket-reply-container.private.profile-on-right .ticket::before, .ticket-row .ticket-reply-container.private.profile-on-right .ticket-reply::before{
  border-left-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.ticket-row .ticket-container.private.profile-on-right .ticket:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-container.private.profile-on-right .ticket-reply:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-reply-container.private.profile-on-right .ticket:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-reply-container.private.profile-on-right .ticket-reply:is([data-bs-theme="dark"] *)::before{
  border-left-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.ticket-row .ticket-container.private:not(.profile-on-right) .ticket::before, .ticket-row .ticket-container.private:not(.profile-on-right) .ticket-reply::before, .ticket-row .ticket-reply-container.private:not(.profile-on-right) .ticket::before, .ticket-row .ticket-reply-container.private:not(.profile-on-right) .ticket-reply::before{
  border-right-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.ticket-row .ticket-container.private:not(.profile-on-right) .ticket:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-container.private:not(.profile-on-right) .ticket-reply:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-reply-container.private:not(.profile-on-right) .ticket:is([data-bs-theme="dark"] *)::before, .ticket-row .ticket-reply-container.private:not(.profile-on-right) .ticket-reply:is([data-bs-theme="dark"] *)::before{
  border-right-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
  content: var(--tw-content) !important;
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(100 116 139 / var(--tw-border-opacity)) !important;
}
.ticket-row .ticket-container .card-container,.ticket-row .ticket-reply-container .card-container{
  width: 100%;
  flex-direction: column;
  display: flex;
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .card-container,.ticket-row .ticket-reply-container .card-container{
    width: calc(100% - 240px - 1rem);
  }
}
.ticket-row .ticket-container .card-container .card,.ticket-row .ticket-reply-container .card-container .card{
  height: 100%;
  border-style: none;
}
.ticket-row .ticket-container .card-container .card .card-footer .left,.ticket-row .ticket-reply-container .card-container .card .card-footer .left{
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .card-container .card .card-footer .left,.ticket-row .ticket-reply-container .card-container .card .card-footer .left{
    flex-direction: row;
  }
}
.ticket-row .ticket-container .card-container .card .card-footer .right,.ticket-row .ticket-reply-container .card-container .card .card-footer .right{
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .card-container .card .card-footer .right,.ticket-row .ticket-reply-container .card-container .card .card-footer .right{
    flex-direction: row;
  }
}
.ticket-row .ticket-container .ticket-updates-container.tablet,.ticket-row .ticket-reply-container .ticket-updates-container.tablet{
  display: flex;
}
@media (min-width: 768px){
  .ticket-row .ticket-container .ticket-updates-container.tablet,.ticket-row .ticket-reply-container .ticket-updates-container.tablet{
    display: none;
  }
}
.ticket-row .ticket-container .ticket-updates-container.desktop,.ticket-row .ticket-reply-container .ticket-updates-container.desktop{
  display: none;
}
@media (min-width: 768px){
  .ticket-row .ticket-container .ticket-updates-container.desktop,.ticket-row .ticket-reply-container .ticket-updates-container.desktop{
    display: flex;
  }
}
.ticket-row .ticket-container .ticket-updates-container .ticket-updates,.ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates{
  margin-bottom: 0.5rem;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
  gap: 1rem;
}
@media (min-width: 1050px){
  .ticket-row .ticket-container .ticket-updates-container .ticket-updates,.ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates{
    margin-top: 0.5rem;
  }
}
.ticket-row .ticket-container .ticket-updates-container .ticket-updates .ticket-update,.ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates .ticket-update{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.ticket-row .ticket-container .ticket-updates-container .ticket-updates .ticket-update:is([data-bs-theme="dark"] *),.ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates .ticket-update:is([data-bs-theme="dark"] *){
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.ticket-row .ticket-container .ticket-updates-container .ticket-updates .ticket-update,.ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates .ticket-update{
  cursor: default;
  border-radius: 0.375rem;
  border-width: 2px;
  padding: 0.75rem;
}
.ticket-row .ticket-container .ticket-updates-container .ticket-updates .ticket-update tag, .ticket-row .ticket-container .ticket-updates-container .ticket-updates .ticket-update .tag, .ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates .ticket-update tag, .ticket-row .ticket-reply-container .ticket-updates-container .ticket-updates .ticket-update .tag{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#actions-card .btn{
  width: 100%;
}
#ticket_reply_form{
  margin-top: 0.5rem;
}
#ticket_reply_form #ajax_ticket_typing_notification{
  width: 100%;
}
#ticket_reply_form #reply-column{
  width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ticket_reply_form #reply-column #reply-card, #ticket_reply_form #reply-column #ajax_ticket_typing_notification{
  width: 100%;
}
@media (min-width: 1050px){
  #ticket_reply_form #reply-column #reply-card, #ticket_reply_form #reply-column #ajax_ticket_typing_notification{
    width: calc(100% - 240px - 1.5rem);
  }
}
#ticket_reply_form #reply-column #reply-card .reply-box,#ticket_reply_form #reply-column #ajax_ticket_typing_notification .reply-box{
  min-height: 242px;
}
body.page-settings form .card p{
  margin-bottom: 0.5rem;
}
.message-received{
  flex-direction: column;
  display: flex;
}
.message-received:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px){
  .message-received{
    flex-direction: row;
  }
}
.message-received:not(:last-child){
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.message-received:not(:last-child):is([data-bs-theme="dark"] *){
  border-color: rgb(100 116 139 / var(--tw-border-opacity));
  --tw-border-opacity: 0.5;
}
.message-received:not(:last-child){
  border-bottom-width: 1px;
}
.message-received .message-content{
  flex-direction: column;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
}
.message-received .message-content:is([data-bs-theme="dark"] *){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.message-received .message-content .subject{
  flex-grow: 1;
}
.message-received .message-content .text-muted{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 300;
}
.invoice:not(body), .invoice-auto-height .timesheet{
  /* Overriding Dark mode styling for invoices */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.invoice:not(body) table, .invoice:not(body) .table, .invoice-auto-height .timesheet table, .invoice-auto-height .timesheet .table{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.invoice:not(body) table td, .invoice:not(body) table th, .invoice:not(body) .table td, .invoice:not(body) .table th, .invoice-auto-height .timesheet table td, .invoice-auto-height .timesheet table th, .invoice-auto-height .timesheet .table td, .invoice-auto-height .timesheet .table th{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
/* Our Utilities */
.flex{
  display: flex;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-1{
  gap: .5rem;
}
.gap-2{
  gap: 1rem;
}
.pull-left{
  float: left;
}
.float-left{
  float: left;
}
.pull-right{
  float: right;
}
.float-right{
  float: right;
}
.p-0{
  padding: 0;
}
.nopad{
  padding: 0px;
  padding: 0;
}
@media print{
  .noprint{
    display: none;
  }
}
.print-only, .print_only{
  display: none;
}
@media print{
  .print-only, .print_only{
    display: block;
  }
}
.clearfix{
  clear: both;
}
.spacer{
  height: 0.5rem;
  width: 100%;
}
@media not all and (min-width: 1550px){
  .max-3xl\:mb-gutter{
    margin-bottom: var(--bt-gutter);
  }
}
@media not all and (min-width: 1200px){
  .max-xl\:pb-gutter{
    padding-bottom: var(--bt-gutter);
  }
}
@media not all and (min-width: 1050px){
  .max-lg\:mt-gutter{
    margin-top: var(--bt-gutter);
  }
}


@charset "UTF-8";
/**
 * This injects all of Tailwind's utility classes, generated based on your
 * config file.
 *
 */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}
.pointer-events-none{pointer-events:none}
.visible{visibility:visible}
.collapse{visibility:collapse}
.fixed{position:fixed}
.absolute{position:absolute}
.relative{position:relative}
.-bottom-0{bottom:-0px}
.-bottom-0\.5{bottom:-0.125rem}
.-bottom-1{bottom:-0.25rem}
.-bottom-1\.5{bottom:-0.375rem}
.-bottom-1\/2{bottom:-50%}
.-bottom-1\/3{bottom:-33.333333%}
.-bottom-1\/4{bottom:-25%}
.-bottom-10{bottom:-2.5rem}
.-bottom-11{bottom:-2.75rem}
.-bottom-12{bottom:-3rem}
.-bottom-14{bottom:-3.5rem}
.-bottom-16{bottom:-4rem}
.-bottom-2{bottom:-0.5rem}
.-bottom-2\.5{bottom:-0.625rem}
.-bottom-2\/3{bottom:-66.666667%}
.-bottom-2\/4{bottom:-50%}
.-bottom-20{bottom:-5rem}
.-bottom-24{bottom:-6rem}
.-bottom-28{bottom:-7rem}
.-bottom-3{bottom:-0.75rem}
.-bottom-3\.5{bottom:-0.875rem}
.-bottom-3\/4{bottom:-75%}
.-bottom-32{bottom:-8rem}
.-bottom-36{bottom:-9rem}
.-bottom-4{bottom:-1rem}
.-bottom-40{bottom:-10rem}
.-bottom-44{bottom:-11rem}
.-bottom-48{bottom:-12rem}
.-bottom-5{bottom:-1.25rem}
.-bottom-52{bottom:-13rem}
.-bottom-56{bottom:-14rem}
.-bottom-6{bottom:-1.5rem}
.-bottom-60{bottom:-15rem}
.-bottom-64{bottom:-16rem}
.-bottom-7{bottom:-1.75rem}
.-bottom-72{bottom:-18rem}
.-bottom-8{bottom:-2rem}
.-bottom-80{bottom:-20rem}
.-bottom-9{bottom:-2.25rem}
.-bottom-96{bottom:-24rem}
.-bottom-full{bottom:-100%}
.-bottom-px{bottom:-1px}
.bottom-0{bottom:0px}
.bottom-0\.5{bottom:0.125rem}
.bottom-1{bottom:0.25rem}
.bottom-1\.5{bottom:0.375rem}
.bottom-1\/2{bottom:50%}
.bottom-1\/3{bottom:33.333333%}
.bottom-1\/4{bottom:25%}
.bottom-10{bottom:2.5rem}
.bottom-11{bottom:2.75rem}
.bottom-12{bottom:3rem}
.bottom-14{bottom:3.5rem}
.bottom-16{bottom:4rem}
.bottom-2{bottom:0.5rem}
.bottom-2\.5{bottom:0.625rem}
.bottom-2\/3{bottom:66.666667%}
.bottom-2\/4{bottom:50%}
.bottom-20{bottom:5rem}
.bottom-24{bottom:6rem}
.bottom-28{bottom:7rem}
.bottom-3{bottom:0.75rem}
.bottom-3\.5{bottom:0.875rem}
.bottom-3\/4{bottom:75%}
.bottom-32{bottom:8rem}
.bottom-36{bottom:9rem}
.bottom-4{bottom:1rem}
.bottom-40{bottom:10rem}
.bottom-44{bottom:11rem}
.bottom-48{bottom:12rem}
.bottom-5{bottom:1.25rem}
.bottom-52{bottom:13rem}
.bottom-56{bottom:14rem}
.bottom-6{bottom:1.5rem}
.bottom-60{bottom:15rem}
.bottom-64{bottom:16rem}
.bottom-7{bottom:1.75rem}
.bottom-72{bottom:18rem}
.bottom-8{bottom:2rem}
.bottom-80{bottom:20rem}
.bottom-9{bottom:2.25rem}
.bottom-96{bottom:24rem}
.bottom-auto{bottom:auto}
.bottom-full{bottom:100%}
.bottom-px{bottom:1px}
.col-span-1{grid-column:span 1 / span 1}
.col-span-10{grid-column:span 10 / span 10}
.col-span-11{grid-column:span 11 / span 11}
.col-span-12{grid-column:span 12 / span 12}
.col-span-2{grid-column:span 2 / span 2}
.col-span-3{grid-column:span 3 / span 3}
.col-span-4{grid-column:span 4 / span 4}
.col-span-5{grid-column:span 5 / span 5}
.col-span-6{grid-column:span 6 / span 6}
.col-span-7{grid-column:span 7 / span 7}
.col-span-8{grid-column:span 8 / span 8}
.col-span-9{grid-column:span 9 / span 9}
.col-span-full{grid-column:1 / -1}
.float-right{float:right}
.float-left{float:left}
.-m-0{margin:-0px}
.-m-0\.5{margin:-0.125rem}
.-m-1{margin:-0.25rem}
.-m-1\.5{margin:-0.375rem}
.-m-10{margin:-2.5rem}
.-m-11{margin:-2.75rem}
.-m-12{margin:-3rem}
.-m-14{margin:-3.5rem}
.-m-16{margin:-4rem}
.-m-2{margin:-0.5rem}
.-m-2\.5{margin:-0.625rem}
.-m-20{margin:-5rem}
.-m-24{margin:-6rem}
.-m-28{margin:-7rem}
.-m-3{margin:-0.75rem}
.-m-3\.5{margin:-0.875rem}
.-m-32{margin:-8rem}
.-m-36{margin:-9rem}
.-m-4{margin:-1rem}
.-m-40{margin:-10rem}
.-m-44{margin:-11rem}
.-m-48{margin:-12rem}
.-m-5{margin:-1.25rem}
.-m-52{margin:-13rem}
.-m-56{margin:-14rem}
.-m-6{margin:-1.5rem}
.-m-60{margin:-15rem}
.-m-64{margin:-16rem}
.-m-7{margin:-1.75rem}
.-m-72{margin:-18rem}
.-m-8{margin:-2rem}
.-m-80{margin:-20rem}
.-m-9{margin:-2.25rem}
.-m-96{margin:-24rem}
.-m-px{margin:-1px}
.m-0{margin:0px}
.m-0\.5{margin:0.125rem}
.m-1{margin:0.25rem}
.m-1\.5{margin:0.375rem}
.m-10{margin:2.5rem}
.m-11{margin:2.75rem}
.m-12{margin:3rem}
.m-14{margin:3.5rem}
.m-16{margin:4rem}
.m-2{margin:0.5rem}
.m-2\.5{margin:0.625rem}
.m-20{margin:5rem}
.m-24{margin:6rem}
.m-28{margin:7rem}
.m-3{margin:0.75rem}
.m-3\.5{margin:0.875rem}
.m-32{margin:8rem}
.m-36{margin:9rem}
.m-4{margin:1rem}
.m-40{margin:10rem}
.m-44{margin:11rem}
.m-48{margin:12rem}
.m-5{margin:1.25rem}
.m-52{margin:13rem}
.m-56{margin:14rem}
.m-6{margin:1.5rem}
.m-60{margin:15rem}
.m-64{margin:16rem}
.m-7{margin:1.75rem}
.m-72{margin:18rem}
.m-8{margin:2rem}
.m-80{margin:20rem}
.m-9{margin:2.25rem}
.m-96{margin:24rem}
.m-auto{margin:auto}
.m-px{margin:1px}
.-mx-0{margin-left:-0px;margin-right:-0px}
.-mx-0\.5{margin-left:-0.125rem;margin-right:-0.125rem}
.-mx-1{margin-left:-0.25rem;margin-right:-0.25rem}
.-mx-1\.5{margin-left:-0.375rem;margin-right:-0.375rem}
.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}
.-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}
.-mx-12{margin-left:-3rem;margin-right:-3rem}
.-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}
.-mx-16{margin-left:-4rem;margin-right:-4rem}
.-mx-2{margin-left:-0.5rem;margin-right:-0.5rem}
.-mx-2\.5{margin-left:-0.625rem;margin-right:-0.625rem}
.-mx-20{margin-left:-5rem;margin-right:-5rem}
.-mx-24{margin-left:-6rem;margin-right:-6rem}
.-mx-28{margin-left:-7rem;margin-right:-7rem}
.-mx-3{margin-left:-0.75rem;margin-right:-0.75rem}
.-mx-3\.5{margin-left:-0.875rem;margin-right:-0.875rem}
.-mx-32{margin-left:-8rem;margin-right:-8rem}
.-mx-36{margin-left:-9rem;margin-right:-9rem}
.-mx-4{margin-left:-1rem;margin-right:-1rem}
.-mx-40{margin-left:-10rem;margin-right:-10rem}
.-mx-44{margin-left:-11rem;margin-right:-11rem}
.-mx-48{margin-left:-12rem;margin-right:-12rem}
.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}
.-mx-52{margin-left:-13rem;margin-right:-13rem}
.-mx-56{margin-left:-14rem;margin-right:-14rem}
.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}
.-mx-60{margin-left:-15rem;margin-right:-15rem}
.-mx-64{margin-left:-16rem;margin-right:-16rem}
.-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}
.-mx-72{margin-left:-18rem;margin-right:-18rem}
.-mx-8{margin-left:-2rem;margin-right:-2rem}
.-mx-80{margin-left:-20rem;margin-right:-20rem}
.-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}
.-mx-96{margin-left:-24rem;margin-right:-24rem}
.-mx-px{margin-left:-1px;margin-right:-1px}
.-my-0{margin-top:-0px;margin-bottom:-0px}
.-my-0\.5{margin-top:-0.125rem;margin-bottom:-0.125rem}
.-my-1{margin-top:-0.25rem;margin-bottom:-0.25rem}
.-my-1\.5{margin-top:-0.375rem;margin-bottom:-0.375rem}
.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}
.-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}
.-my-12{margin-top:-3rem;margin-bottom:-3rem}
.-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}
.-my-16{margin-top:-4rem;margin-bottom:-4rem}
.-my-2{margin-top:-0.5rem;margin-bottom:-0.5rem}
.-my-2\.5{margin-top:-0.625rem;margin-bottom:-0.625rem}
.-my-20{margin-top:-5rem;margin-bottom:-5rem}
.-my-24{margin-top:-6rem;margin-bottom:-6rem}
.-my-28{margin-top:-7rem;margin-bottom:-7rem}
.-my-3{margin-top:-0.75rem;margin-bottom:-0.75rem}
.-my-3\.5{margin-top:-0.875rem;margin-bottom:-0.875rem}
.-my-32{margin-top:-8rem;margin-bottom:-8rem}
.-my-36{margin-top:-9rem;margin-bottom:-9rem}
.-my-4{margin-top:-1rem;margin-bottom:-1rem}
.-my-40{margin-top:-10rem;margin-bottom:-10rem}
.-my-44{margin-top:-11rem;margin-bottom:-11rem}
.-my-48{margin-top:-12rem;margin-bottom:-12rem}
.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}
.-my-52{margin-top:-13rem;margin-bottom:-13rem}
.-my-56{margin-top:-14rem;margin-bottom:-14rem}
.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}
.-my-60{margin-top:-15rem;margin-bottom:-15rem}
.-my-64{margin-top:-16rem;margin-bottom:-16rem}
.-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}
.-my-72{margin-top:-18rem;margin-bottom:-18rem}
.-my-8{margin-top:-2rem;margin-bottom:-2rem}
.-my-80{margin-top:-20rem;margin-bottom:-20rem}
.-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}
.-my-96{margin-top:-24rem;margin-bottom:-24rem}
.-my-px{margin-top:-1px;margin-bottom:-1px}
.mx-0{margin-left:0px;margin-right:0px}
.mx-0\.5{margin-left:0.125rem;margin-right:0.125rem}
.mx-1{margin-left:0.25rem;margin-right:0.25rem}
.mx-1\.5{margin-left:0.375rem;margin-right:0.375rem}
.mx-10{margin-left:2.5rem;margin-right:2.5rem}
.mx-11{margin-left:2.75rem;margin-right:2.75rem}
.mx-12{margin-left:3rem;margin-right:3rem}
.mx-14{margin-left:3.5rem;margin-right:3.5rem}
.mx-16{margin-left:4rem;margin-right:4rem}
.mx-2{margin-left:0.5rem;margin-right:0.5rem}
.mx-2\.5{margin-left:0.625rem;margin-right:0.625rem}
.mx-20{margin-left:5rem;margin-right:5rem}
.mx-24{margin-left:6rem;margin-right:6rem}
.mx-28{margin-left:7rem;margin-right:7rem}
.mx-3{margin-left:0.75rem;margin-right:0.75rem}
.mx-3\.5{margin-left:0.875rem;margin-right:0.875rem}
.mx-32{margin-left:8rem;margin-right:8rem}
.mx-36{margin-left:9rem;margin-right:9rem}
.mx-4{margin-left:1rem;margin-right:1rem}
.mx-40{margin-left:10rem;margin-right:10rem}
.mx-44{margin-left:11rem;margin-right:11rem}
.mx-48{margin-left:12rem;margin-right:12rem}
.mx-5{margin-left:1.25rem;margin-right:1.25rem}
.mx-52{margin-left:13rem;margin-right:13rem}
.mx-56{margin-left:14rem;margin-right:14rem}
.mx-6{margin-left:1.5rem;margin-right:1.5rem}
.mx-60{margin-left:15rem;margin-right:15rem}
.mx-64{margin-left:16rem;margin-right:16rem}
.mx-7{margin-left:1.75rem;margin-right:1.75rem}
.mx-72{margin-left:18rem;margin-right:18rem}
.mx-8{margin-left:2rem;margin-right:2rem}
.mx-80{margin-left:20rem;margin-right:20rem}
.mx-9{margin-left:2.25rem;margin-right:2.25rem}
.mx-96{margin-left:24rem;margin-right:24rem}
.mx-auto{margin-left:auto;margin-right:auto}
.mx-px{margin-left:1px;margin-right:1px}
.my-0{margin-top:0px;margin-bottom:0px}
.my-0\.5{margin-top:0.125rem;margin-bottom:0.125rem}
.my-1{margin-top:0.25rem;margin-bottom:0.25rem}
.my-1\.5{margin-top:0.375rem;margin-bottom:0.375rem}
.my-10{margin-top:2.5rem;margin-bottom:2.5rem}
.my-11{margin-top:2.75rem;margin-bottom:2.75rem}
.my-12{margin-top:3rem;margin-bottom:3rem}
.my-14{margin-top:3.5rem;margin-bottom:3.5rem}
.my-16{margin-top:4rem;margin-bottom:4rem}
.my-2{margin-top:0.5rem;margin-bottom:0.5rem}
.my-2\.5{margin-top:0.625rem;margin-bottom:0.625rem}
.my-20{margin-top:5rem;margin-bottom:5rem}
.my-24{margin-top:6rem;margin-bottom:6rem}
.my-28{margin-top:7rem;margin-bottom:7rem}
.my-3{margin-top:0.75rem;margin-bottom:0.75rem}
.my-3\.5{margin-top:0.875rem;margin-bottom:0.875rem}
.my-32{margin-top:8rem;margin-bottom:8rem}
.my-36{margin-top:9rem;margin-bottom:9rem}
.my-4{margin-top:1rem;margin-bottom:1rem}
.my-40{margin-top:10rem;margin-bottom:10rem}
.my-44{margin-top:11rem;margin-bottom:11rem}
.my-48{margin-top:12rem;margin-bottom:12rem}
.my-5{margin-top:1.25rem;margin-bottom:1.25rem}
.my-52{margin-top:13rem;margin-bottom:13rem}
.my-56{margin-top:14rem;margin-bottom:14rem}
.my-6{margin-top:1.5rem;margin-bottom:1.5rem}
.my-60{margin-top:15rem;margin-bottom:15rem}
.my-64{margin-top:16rem;margin-bottom:16rem}
.my-7{margin-top:1.75rem;margin-bottom:1.75rem}
.my-72{margin-top:18rem;margin-bottom:18rem}
.my-8{margin-top:2rem;margin-bottom:2rem}
.my-80{margin-top:20rem;margin-bottom:20rem}
.my-9{margin-top:2.25rem;margin-bottom:2.25rem}
.my-96{margin-top:24rem;margin-bottom:24rem}
.my-auto{margin-top:auto;margin-bottom:auto}
.my-px{margin-top:1px;margin-bottom:1px}
.-mb-0{margin-bottom:-0px}
.-mb-0\.5{margin-bottom:-0.125rem}
.-mb-1{margin-bottom:-0.25rem}
.-mb-1\.5{margin-bottom:-0.375rem}
.-mb-10{margin-bottom:-2.5rem}
.-mb-11{margin-bottom:-2.75rem}
.-mb-12{margin-bottom:-3rem}
.-mb-14{margin-bottom:-3.5rem}
.-mb-16{margin-bottom:-4rem}
.-mb-2{margin-bottom:-0.5rem}
.-mb-2\.5{margin-bottom:-0.625rem}
.-mb-20{margin-bottom:-5rem}
.-mb-24{margin-bottom:-6rem}
.-mb-28{margin-bottom:-7rem}
.-mb-3{margin-bottom:-0.75rem}
.-mb-3\.5{margin-bottom:-0.875rem}
.-mb-32{margin-bottom:-8rem}
.-mb-36{margin-bottom:-9rem}
.-mb-4{margin-bottom:-1rem}
.-mb-40{margin-bottom:-10rem}
.-mb-44{margin-bottom:-11rem}
.-mb-48{margin-bottom:-12rem}
.-mb-5{margin-bottom:-1.25rem}
.-mb-52{margin-bottom:-13rem}
.-mb-56{margin-bottom:-14rem}
.-mb-6{margin-bottom:-1.5rem}
.-mb-60{margin-bottom:-15rem}
.-mb-64{margin-bottom:-16rem}
.-mb-7{margin-bottom:-1.75rem}
.-mb-72{margin-bottom:-18rem}
.-mb-8{margin-bottom:-2rem}
.-mb-80{margin-bottom:-20rem}
.-mb-9{margin-bottom:-2.25rem}
.-mb-96{margin-bottom:-24rem}
.-mb-px{margin-bottom:-1px}
.-me-0{margin-inline-end:-0px}
.-me-0\.5{margin-inline-end:-0.125rem}
.-me-1{margin-inline-end:-0.25rem}
.-me-1\.5{margin-inline-end:-0.375rem}
.-me-10{margin-inline-end:-2.5rem}
.-me-11{margin-inline-end:-2.75rem}
.-me-12{margin-inline-end:-3rem}
.-me-14{margin-inline-end:-3.5rem}
.-me-16{margin-inline-end:-4rem}
.-me-2{margin-inline-end:-0.5rem}
.-me-2\.5{margin-inline-end:-0.625rem}
.-me-20{margin-inline-end:-5rem}
.-me-24{margin-inline-end:-6rem}
.-me-28{margin-inline-end:-7rem}
.-me-3{margin-inline-end:-0.75rem}
.-me-3\.5{margin-inline-end:-0.875rem}
.-me-32{margin-inline-end:-8rem}
.-me-36{margin-inline-end:-9rem}
.-me-4{margin-inline-end:-1rem}
.-me-40{margin-inline-end:-10rem}
.-me-44{margin-inline-end:-11rem}
.-me-48{margin-inline-end:-12rem}
.-me-5{margin-inline-end:-1.25rem}
.-me-52{margin-inline-end:-13rem}
.-me-56{margin-inline-end:-14rem}
.-me-6{margin-inline-end:-1.5rem}
.-me-60{margin-inline-end:-15rem}
.-me-64{margin-inline-end:-16rem}
.-me-7{margin-inline-end:-1.75rem}
.-me-72{margin-inline-end:-18rem}
.-me-8{margin-inline-end:-2rem}
.-me-80{margin-inline-end:-20rem}
.-me-9{margin-inline-end:-2.25rem}
.-me-96{margin-inline-end:-24rem}
.-me-px{margin-inline-end:-1px}
.-ml-0{margin-left:-0px}
.-ml-0\.5{margin-left:-0.125rem}
.-ml-1{margin-left:-0.25rem}
.-ml-1\.5{margin-left:-0.375rem}
.-ml-10{margin-left:-2.5rem}
.-ml-11{margin-left:-2.75rem}
.-ml-12{margin-left:-3rem}
.-ml-14{margin-left:-3.5rem}
.-ml-16{margin-left:-4rem}
.-ml-2{margin-left:-0.5rem}
.-ml-2\.5{margin-left:-0.625rem}
.-ml-20{margin-left:-5rem}
.-ml-24{margin-left:-6rem}
.-ml-28{margin-left:-7rem}
.-ml-3{margin-left:-0.75rem}
.-ml-3\.5{margin-left:-0.875rem}
.-ml-32{margin-left:-8rem}
.-ml-36{margin-left:-9rem}
.-ml-4{margin-left:-1rem}
.-ml-40{margin-left:-10rem}
.-ml-44{margin-left:-11rem}
.-ml-48{margin-left:-12rem}
.-ml-5{margin-left:-1.25rem}
.-ml-52{margin-left:-13rem}
.-ml-56{margin-left:-14rem}
.-ml-6{margin-left:-1.5rem}
.-ml-60{margin-left:-15rem}
.-ml-64{margin-left:-16rem}
.-ml-7{margin-left:-1.75rem}
.-ml-72{margin-left:-18rem}
.-ml-8{margin-left:-2rem}
.-ml-80{margin-left:-20rem}
.-ml-9{margin-left:-2.25rem}
.-ml-96{margin-left:-24rem}
.-ml-px{margin-left:-1px}
.-mr-0{margin-right:-0px}
.-mr-0\.5{margin-right:-0.125rem}
.-mr-1{margin-right:-0.25rem}
.-mr-1\.5{margin-right:-0.375rem}
.-mr-10{margin-right:-2.5rem}
.-mr-11{margin-right:-2.75rem}
.-mr-12{margin-right:-3rem}
.-mr-14{margin-right:-3.5rem}
.-mr-16{margin-right:-4rem}
.-mr-2{margin-right:-0.5rem}
.-mr-2\.5{margin-right:-0.625rem}
.-mr-20{margin-right:-5rem}
.-mr-24{margin-right:-6rem}
.-mr-28{margin-right:-7rem}
.-mr-3{margin-right:-0.75rem}
.-mr-3\.5{margin-right:-0.875rem}
.-mr-32{margin-right:-8rem}
.-mr-36{margin-right:-9rem}
.-mr-4{margin-right:-1rem}
.-mr-40{margin-right:-10rem}
.-mr-44{margin-right:-11rem}
.-mr-48{margin-right:-12rem}
.-mr-5{margin-right:-1.25rem}
.-mr-52{margin-right:-13rem}
.-mr-56{margin-right:-14rem}
.-mr-6{margin-right:-1.5rem}
.-mr-60{margin-right:-15rem}
.-mr-64{margin-right:-16rem}
.-mr-7{margin-right:-1.75rem}
.-mr-72{margin-right:-18rem}
.-mr-8{margin-right:-2rem}
.-mr-80{margin-right:-20rem}
.-mr-9{margin-right:-2.25rem}
.-mr-96{margin-right:-24rem}
.-mr-px{margin-right:-1px}
.-ms-0{margin-inline-start:-0px}
.-ms-0\.5{margin-inline-start:-0.125rem}
.-ms-1{margin-inline-start:-0.25rem}
.-ms-1\.5{margin-inline-start:-0.375rem}
.-ms-10{margin-inline-start:-2.5rem}
.-ms-11{margin-inline-start:-2.75rem}
.-ms-12{margin-inline-start:-3rem}
.-ms-14{margin-inline-start:-3.5rem}
.-ms-16{margin-inline-start:-4rem}
.-ms-2{margin-inline-start:-0.5rem}
.-ms-2\.5{margin-inline-start:-0.625rem}
.-ms-20{margin-inline-start:-5rem}
.-ms-24{margin-inline-start:-6rem}
.-ms-28{margin-inline-start:-7rem}
.-ms-3{margin-inline-start:-0.75rem}
.-ms-3\.5{margin-inline-start:-0.875rem}
.-ms-32{margin-inline-start:-8rem}
.-ms-36{margin-inline-start:-9rem}
.-ms-4{margin-inline-start:-1rem}
.-ms-40{margin-inline-start:-10rem}
.-ms-44{margin-inline-start:-11rem}
.-ms-48{margin-inline-start:-12rem}
.-ms-5{margin-inline-start:-1.25rem}
.-ms-52{margin-inline-start:-13rem}
.-ms-56{margin-inline-start:-14rem}
.-ms-6{margin-inline-start:-1.5rem}
.-ms-60{margin-inline-start:-15rem}
.-ms-64{margin-inline-start:-16rem}
.-ms-7{margin-inline-start:-1.75rem}
.-ms-72{margin-inline-start:-18rem}
.-ms-8{margin-inline-start:-2rem}
.-ms-80{margin-inline-start:-20rem}
.-ms-9{margin-inline-start:-2.25rem}
.-ms-96{margin-inline-start:-24rem}
.-ms-px{margin-inline-start:-1px}
.-mt-0{margin-top:-0px}
.-mt-0\.5{margin-top:-0.125rem}
.-mt-1{margin-top:-0.25rem}
.-mt-1\.5{margin-top:-0.375rem}
.-mt-10{margin-top:-2.5rem}
.-mt-11{margin-top:-2.75rem}
.-mt-12{margin-top:-3rem}
.-mt-14{margin-top:-3.5rem}
.-mt-16{margin-top:-4rem}
.-mt-2{margin-top:-0.5rem}
.-mt-2\.5{margin-top:-0.625rem}
.-mt-20{margin-top:-5rem}
.-mt-24{margin-top:-6rem}
.-mt-28{margin-top:-7rem}
.-mt-3{margin-top:-0.75rem}
.-mt-3\.5{margin-top:-0.875rem}
.-mt-32{margin-top:-8rem}
.-mt-36{margin-top:-9rem}
.-mt-4{margin-top:-1rem}
.-mt-40{margin-top:-10rem}
.-mt-44{margin-top:-11rem}
.-mt-48{margin-top:-12rem}
.-mt-5{margin-top:-1.25rem}
.-mt-52{margin-top:-13rem}
.-mt-56{margin-top:-14rem}
.-mt-6{margin-top:-1.5rem}
.-mt-60{margin-top:-15rem}
.-mt-64{margin-top:-16rem}
.-mt-7{margin-top:-1.75rem}
.-mt-72{margin-top:-18rem}
.-mt-8{margin-top:-2rem}
.-mt-80{margin-top:-20rem}
.-mt-9{margin-top:-2.25rem}
.-mt-96{margin-top:-24rem}
.-mt-px{margin-top:-1px}
.mb-0{margin-bottom:0px}
.mb-0\.5{margin-bottom:0.125rem}
.mb-1{margin-bottom:0.25rem}
.mb-1\.5{margin-bottom:0.375rem}
.mb-10{margin-bottom:2.5rem}
.mb-11{margin-bottom:2.75rem}
.mb-12{margin-bottom:3rem}
.mb-14{margin-bottom:3.5rem}
.mb-16{margin-bottom:4rem}
.mb-2{margin-bottom:0.5rem}
.mb-2\.5{margin-bottom:0.625rem}
.mb-20{margin-bottom:5rem}
.mb-24{margin-bottom:6rem}
.mb-28{margin-bottom:7rem}
.mb-3{margin-bottom:0.75rem}
.mb-3\.5{margin-bottom:0.875rem}
.mb-32{margin-bottom:8rem}
.mb-36{margin-bottom:9rem}
.mb-4{margin-bottom:1rem}
.mb-40{margin-bottom:10rem}
.mb-44{margin-bottom:11rem}
.mb-48{margin-bottom:12rem}
.mb-5{margin-bottom:1.25rem}
.mb-52{margin-bottom:13rem}
.mb-56{margin-bottom:14rem}
.mb-6{margin-bottom:1.5rem}
.mb-60{margin-bottom:15rem}
.mb-64{margin-bottom:16rem}
.mb-7{margin-bottom:1.75rem}
.mb-72{margin-bottom:18rem}
.mb-8{margin-bottom:2rem}
.mb-80{margin-bottom:20rem}
.mb-9{margin-bottom:2.25rem}
.mb-96{margin-bottom:24rem}
.mb-auto{margin-bottom:auto}
.mb-px{margin-bottom:1px}
.me-0{margin-inline-end:0px}
.me-0\.5{margin-inline-end:0.125rem}
.me-1{margin-inline-end:0.25rem}
.me-1\.5{margin-inline-end:0.375rem}
.me-10{margin-inline-end:2.5rem}
.me-11{margin-inline-end:2.75rem}
.me-12{margin-inline-end:3rem}
.me-14{margin-inline-end:3.5rem}
.me-16{margin-inline-end:4rem}
.me-2{margin-inline-end:0.5rem}
.me-2\.5{margin-inline-end:0.625rem}
.me-20{margin-inline-end:5rem}
.me-24{margin-inline-end:6rem}
.me-28{margin-inline-end:7rem}
.me-3{margin-inline-end:0.75rem}
.me-3\.5{margin-inline-end:0.875rem}
.me-32{margin-inline-end:8rem}
.me-36{margin-inline-end:9rem}
.me-4{margin-inline-end:1rem}
.me-40{margin-inline-end:10rem}
.me-44{margin-inline-end:11rem}
.me-48{margin-inline-end:12rem}
.me-5{margin-inline-end:1.25rem}
.me-52{margin-inline-end:13rem}
.me-56{margin-inline-end:14rem}
.me-6{margin-inline-end:1.5rem}
.me-60{margin-inline-end:15rem}
.me-64{margin-inline-end:16rem}
.me-7{margin-inline-end:1.75rem}
.me-72{margin-inline-end:18rem}
.me-8{margin-inline-end:2rem}
.me-80{margin-inline-end:20rem}
.me-9{margin-inline-end:2.25rem}
.me-96{margin-inline-end:24rem}
.me-auto{margin-inline-end:auto}
.me-px{margin-inline-end:1px}
.ml-0{margin-left:0px}
.ml-0\.5{margin-left:0.125rem}
.ml-1{margin-left:0.25rem}
.ml-1\.5{margin-left:0.375rem}
.ml-10{margin-left:2.5rem}
.ml-11{margin-left:2.75rem}
.ml-12{margin-left:3rem}
.ml-14{margin-left:3.5rem}
.ml-16{margin-left:4rem}
.ml-2{margin-left:0.5rem}
.ml-2\.5{margin-left:0.625rem}
.ml-20{margin-left:5rem}
.ml-24{margin-left:6rem}
.ml-28{margin-left:7rem}
.ml-3{margin-left:0.75rem}
.ml-3\.5{margin-left:0.875rem}
.ml-32{margin-left:8rem}
.ml-36{margin-left:9rem}
.ml-4{margin-left:1rem}
.ml-40{margin-left:10rem}
.ml-44{margin-left:11rem}
.ml-48{margin-left:12rem}
.ml-5{margin-left:1.25rem}
.ml-52{margin-left:13rem}
.ml-56{margin-left:14rem}
.ml-6{margin-left:1.5rem}
.ml-60{margin-left:15rem}
.ml-64{margin-left:16rem}
.ml-7{margin-left:1.75rem}
.ml-72{margin-left:18rem}
.ml-8{margin-left:2rem}
.ml-80{margin-left:20rem}
.ml-9{margin-left:2.25rem}
.ml-96{margin-left:24rem}
.ml-auto{margin-left:auto}
.ml-px{margin-left:1px}
.mr-0{margin-right:0px}
.mr-0\.5{margin-right:0.125rem}
.mr-1{margin-right:0.25rem}
.mr-1\.5{margin-right:0.375rem}
.mr-10{margin-right:2.5rem}
.mr-11{margin-right:2.75rem}
.mr-12{margin-right:3rem}
.mr-14{margin-right:3.5rem}
.mr-16{margin-right:4rem}
.mr-2{margin-right:0.5rem}
.mr-2\.5{margin-right:0.625rem}
.mr-20{margin-right:5rem}
.mr-24{margin-right:6rem}
.mr-28{margin-right:7rem}
.mr-3{margin-right:0.75rem}
.mr-3\.5{margin-right:0.875rem}
.mr-32{margin-right:8rem}
.mr-36{margin-right:9rem}
.mr-4{margin-right:1rem}
.mr-40{margin-right:10rem}
.mr-44{margin-right:11rem}
.mr-48{margin-right:12rem}
.mr-5{margin-right:1.25rem}
.mr-52{margin-right:13rem}
.mr-56{margin-right:14rem}
.mr-6{margin-right:1.5rem}
.mr-60{margin-right:15rem}
.mr-64{margin-right:16rem}
.mr-7{margin-right:1.75rem}
.mr-72{margin-right:18rem}
.mr-8{margin-right:2rem}
.mr-80{margin-right:20rem}
.mr-9{margin-right:2.25rem}
.mr-96{margin-right:24rem}
.mr-auto{margin-right:auto}
.mr-px{margin-right:1px}
.ms-0{margin-inline-start:0px}
.ms-0\.5{margin-inline-start:0.125rem}
.ms-1{margin-inline-start:0.25rem}
.ms-1\.5{margin-inline-start:0.375rem}
.ms-10{margin-inline-start:2.5rem}
.ms-11{margin-inline-start:2.75rem}
.ms-12{margin-inline-start:3rem}
.ms-14{margin-inline-start:3.5rem}
.ms-16{margin-inline-start:4rem}
.ms-2{margin-inline-start:0.5rem}
.ms-2\.5{margin-inline-start:0.625rem}
.ms-20{margin-inline-start:5rem}
.ms-24{margin-inline-start:6rem}
.ms-28{margin-inline-start:7rem}
.ms-3{margin-inline-start:0.75rem}
.ms-3\.5{margin-inline-start:0.875rem}
.ms-32{margin-inline-start:8rem}
.ms-36{margin-inline-start:9rem}
.ms-4{margin-inline-start:1rem}
.ms-40{margin-inline-start:10rem}
.ms-44{margin-inline-start:11rem}
.ms-48{margin-inline-start:12rem}
.ms-5{margin-inline-start:1.25rem}
.ms-52{margin-inline-start:13rem}
.ms-56{margin-inline-start:14rem}
.ms-6{margin-inline-start:1.5rem}
.ms-60{margin-inline-start:15rem}
.ms-64{margin-inline-start:16rem}
.ms-7{margin-inline-start:1.75rem}
.ms-72{margin-inline-start:18rem}
.ms-8{margin-inline-start:2rem}
.ms-80{margin-inline-start:20rem}
.ms-9{margin-inline-start:2.25rem}
.ms-96{margin-inline-start:24rem}
.ms-auto{margin-inline-start:auto}
.ms-px{margin-inline-start:1px}
.mt-0{margin-top:0px}
.mt-0\.5{margin-top:0.125rem}
.mt-1{margin-top:0.25rem}
.mt-1\.5{margin-top:0.375rem}
.mt-10{margin-top:2.5rem}
.mt-11{margin-top:2.75rem}
.mt-12{margin-top:3rem}
.mt-14{margin-top:3.5rem}
.mt-16{margin-top:4rem}
.mt-2{margin-top:0.5rem}
.mt-2\.5{margin-top:0.625rem}
.mt-20{margin-top:5rem}
.mt-24{margin-top:6rem}
.mt-28{margin-top:7rem}
.mt-3{margin-top:0.75rem}
.mt-3\.5{margin-top:0.875rem}
.mt-32{margin-top:8rem}
.mt-36{margin-top:9rem}
.mt-4{margin-top:1rem}
.mt-40{margin-top:10rem}
.mt-44{margin-top:11rem}
.mt-48{margin-top:12rem}
.mt-5{margin-top:1.25rem}
.mt-52{margin-top:13rem}
.mt-56{margin-top:14rem}
.mt-6{margin-top:1.5rem}
.mt-60{margin-top:15rem}
.mt-64{margin-top:16rem}
.mt-7{margin-top:1.75rem}
.mt-72{margin-top:18rem}
.mt-8{margin-top:2rem}
.mt-80{margin-top:20rem}
.mt-9{margin-top:2.25rem}
.mt-96{margin-top:24rem}
.mt-auto{margin-top:auto}
.mt-px{margin-top:1px}
.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}
.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}
.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}
.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.line-clamp-6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}
.line-clamp-none{overflow:visible;display:block;-webkit-box-orient:horizontal;-webkit-line-clamp:none}
.block{display:block}
.flex{display:flex}
.table{display:table}
.table-column{display:table-column}
.table-column-group{display:table-column-group}
.grid{display:grid}
.contents{display:contents}
.list-item{display:list-item}
.hidden{display:none}
.size-max{width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content}
.size-min{width:-moz-min-content;width:min-content;height:-moz-min-content;height:min-content}
.h-\[48px\]{height:48px}
.h-max{height:-moz-max-content;height:max-content}
.h-min{height:-moz-min-content;height:min-content}
.max-h-0{max-height:0px}
.max-h-0\.5{max-height:0.125rem}
.max-h-1{max-height:0.25rem}
.max-h-1\.5{max-height:0.375rem}
.max-h-10{max-height:2.5rem}
.max-h-11{max-height:2.75rem}
.max-h-12{max-height:3rem}
.max-h-14{max-height:3.5rem}
.max-h-16{max-height:4rem}
.max-h-2{max-height:0.5rem}
.max-h-2\.5{max-height:0.625rem}
.max-h-20{max-height:5rem}
.max-h-24{max-height:6rem}
.max-h-28{max-height:7rem}
.max-h-3{max-height:0.75rem}
.max-h-3\.5{max-height:0.875rem}
.max-h-32{max-height:8rem}
.max-h-36{max-height:9rem}
.max-h-4{max-height:1rem}
.max-h-40{max-height:10rem}
.max-h-44{max-height:11rem}
.max-h-48{max-height:12rem}
.max-h-5{max-height:1.25rem}
.max-h-52{max-height:13rem}
.max-h-56{max-height:14rem}
.max-h-6{max-height:1.5rem}
.max-h-60{max-height:15rem}
.max-h-64{max-height:16rem}
.max-h-7{max-height:1.75rem}
.max-h-72{max-height:18rem}
.max-h-8{max-height:2rem}
.max-h-80{max-height:20rem}
.max-h-9{max-height:2.25rem}
.max-h-96{max-height:24rem}
.max-h-dvh{max-height:100dvh}
.max-h-fit{max-height:-moz-fit-content;max-height:fit-content}
.max-h-full{max-height:100%}
.max-h-lvh{max-height:100lvh}
.max-h-max{max-height:-moz-max-content;max-height:max-content}
.max-h-min{max-height:-moz-min-content;max-height:min-content}
.max-h-none{max-height:none}
.max-h-px{max-height:1px}
.max-h-screen{max-height:100vh}
.max-h-svh{max-height:100svh}
.min-h-0{min-height:0px}
.min-h-0\.5{min-height:0.125rem}
.min-h-1{min-height:0.25rem}
.min-h-1\.5{min-height:0.375rem}
.min-h-10{min-height:2.5rem}
.min-h-11{min-height:2.75rem}
.min-h-12{min-height:3rem}
.min-h-14{min-height:3.5rem}
.min-h-16{min-height:4rem}
.min-h-2{min-height:0.5rem}
.min-h-2\.5{min-height:0.625rem}
.min-h-20{min-height:5rem}
.min-h-24{min-height:6rem}
.min-h-28{min-height:7rem}
.min-h-3{min-height:0.75rem}
.min-h-3\.5{min-height:0.875rem}
.min-h-32{min-height:8rem}
.min-h-36{min-height:9rem}
.min-h-4{min-height:1rem}
.min-h-40{min-height:10rem}
.min-h-44{min-height:11rem}
.min-h-48{min-height:12rem}
.min-h-5{min-height:1.25rem}
.min-h-52{min-height:13rem}
.min-h-56{min-height:14rem}
.min-h-6{min-height:1.5rem}
.min-h-60{min-height:15rem}
.min-h-64{min-height:16rem}
.min-h-7{min-height:1.75rem}
.min-h-72{min-height:18rem}
.min-h-8{min-height:2rem}
.min-h-80{min-height:20rem}
.min-h-9{min-height:2.25rem}
.min-h-96{min-height:24rem}
.min-h-dvh{min-height:100dvh}
.min-h-fit{min-height:-moz-fit-content;min-height:fit-content}
.min-h-full{min-height:100%}
.min-h-lvh{min-height:100lvh}
.min-h-max{min-height:-moz-max-content;min-height:max-content}
.min-h-min{min-height:-moz-min-content;min-height:min-content}
.min-h-px{min-height:1px}
.min-h-screen{min-height:100vh}
.min-h-svh{min-height:100svh}
.w-full{width:100%}
.w-max{width:-moz-max-content;width:max-content}
.w-min{width:-moz-min-content;width:min-content}
.min-w-0{min-width:0px}
.min-w-0\.5{min-width:0.125rem}
.min-w-1{min-width:0.25rem}
.min-w-1\.5{min-width:0.375rem}
.min-w-10{min-width:2.5rem}
.min-w-11{min-width:2.75rem}
.min-w-12{min-width:3rem}
.min-w-14{min-width:3.5rem}
.min-w-16{min-width:4rem}
.min-w-2{min-width:0.5rem}
.min-w-2\.5{min-width:0.625rem}
.min-w-20{min-width:5rem}
.min-w-24{min-width:6rem}
.min-w-28{min-width:7rem}
.min-w-3{min-width:0.75rem}
.min-w-3\.5{min-width:0.875rem}
.min-w-32{min-width:8rem}
.min-w-36{min-width:9rem}
.min-w-4{min-width:1rem}
.min-w-40{min-width:10rem}
.min-w-44{min-width:11rem}
.min-w-48{min-width:12rem}
.min-w-5{min-width:1.25rem}
.min-w-52{min-width:13rem}
.min-w-56{min-width:14rem}
.min-w-6{min-width:1.5rem}
.min-w-60{min-width:15rem}
.min-w-64{min-width:16rem}
.min-w-7{min-width:1.75rem}
.min-w-72{min-width:18rem}
.min-w-8{min-width:2rem}
.min-w-80{min-width:20rem}
.min-w-9{min-width:2.25rem}
.min-w-96{min-width:24rem}
.min-w-fit{min-width:-moz-fit-content;min-width:fit-content}
.min-w-full{min-width:100%}
.min-w-max{min-width:-moz-max-content;min-width:max-content}
.min-w-min{min-width:-moz-min-content;min-width:min-content}
.min-w-px{min-width:1px}
.max-w-0{max-width:0px}
.max-w-0\.5{max-width:0.125rem}
.max-w-1{max-width:0.25rem}
.max-w-1\.5{max-width:0.375rem}
.max-w-10{max-width:2.5rem}
.max-w-11{max-width:2.75rem}
.max-w-12{max-width:3rem}
.max-w-14{max-width:3.5rem}
.max-w-16{max-width:4rem}
.max-w-2{max-width:0.5rem}
.max-w-2\.5{max-width:0.625rem}
.max-w-20{max-width:5rem}
.max-w-24{max-width:6rem}
.max-w-28{max-width:7rem}
.max-w-2xl{max-width:42rem}
.max-w-3{max-width:0.75rem}
.max-w-3\.5{max-width:0.875rem}
.max-w-32{max-width:8rem}
.max-w-36{max-width:9rem}
.max-w-3xl{max-width:48rem}
.max-w-4{max-width:1rem}
.max-w-40{max-width:10rem}
.max-w-44{max-width:11rem}
.max-w-48{max-width:12rem}
.max-w-4xl{max-width:56rem}
.max-w-5{max-width:1.25rem}
.max-w-52{max-width:13rem}
.max-w-56{max-width:14rem}
.max-w-5xl{max-width:64rem}
.max-w-6{max-width:1.5rem}
.max-w-60{max-width:15rem}
.max-w-64{max-width:16rem}
.max-w-6xl{max-width:72rem}
.max-w-7{max-width:1.75rem}
.max-w-72{max-width:18rem}
.max-w-7xl{max-width:80rem}
.max-w-8{max-width:2rem}
.max-w-80{max-width:20rem}
.max-w-9{max-width:2.25rem}
.max-w-96{max-width:24rem}
.max-w-fit{max-width:-moz-fit-content;max-width:fit-content}
.max-w-full{max-width:100%}
.max-w-lg{max-width:32rem}
.max-w-max{max-width:-moz-max-content;max-width:max-content}
.max-w-md{max-width:28rem}
.max-w-min{max-width:-moz-min-content;max-width:min-content}
.max-w-none{max-width:none}
.max-w-prose{max-width:65ch}
.max-w-px{max-width:1px}
.max-w-screen-2xl{max-width:1400px}
.max-w-screen-3xl{max-width:1550px}
.max-w-screen-4xl{max-width:1650px}
.max-w-screen-lg{max-width:1050px}
.max-w-screen-md{max-width:768px}
.max-w-screen-sm{max-width:576px}
.max-w-screen-xl{max-width:1200px}
.max-w-screen-xs{max-width:480px}
.max-w-sm{max-width:24rem}
.max-w-xl{max-width:36rem}
.max-w-xs{max-width:20rem}
.flex-shrink{flex-shrink:1}
.shrink-0{flex-shrink:0}
.flex-grow{flex-grow:1}
.caption-bottom{caption-side:bottom}
.border-collapse{border-collapse:collapse}
.origin-bottom{transform-origin:bottom}
.origin-bottom-left{transform-origin:bottom left}
.origin-bottom-right{transform-origin:bottom right}
.transform{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform-cpu{transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform-gpu{transform:translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}
.transform-none{transform:none}
@keyframes bounce{
0%, 100%{transform:translateY(-25%);animation-timing-function:cubic-bezier(0.8,0,1,1)}
50%{transform:none;animation-timing-function:cubic-bezier(0,0,0.2,1)}}
.animate-bounce{animation:bounce 1s infinite}
.animate-none{animation:none}
@keyframes ping{
75%, 100%{transform:scale(2);opacity:0}}
.animate-ping{animation:ping 1s cubic-bezier(0, 0, 0.2, 1) infinite}
@keyframes pulse{
50%{opacity:.5}}
.animate-pulse{animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite}
@keyframes spin{
to{transform:rotate(360deg)}}
.animate-spin{animation:spin 1s linear infinite}
@keyframes spin{
to{transform:rotate(360deg)}}
.animate-spin-slow{animation:spin 3s linear infinite}
.cursor-context-menu{cursor:context-menu}
.cursor-move{cursor:move}
.cursor-zoom-in{cursor:zoom-in}
.cursor-zoom-out{cursor:zoom-out}
.touch-pinch-zoom{--tw-pinch-zoom:pinch-zoom;touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)}
.touch-manipulation{touch-action:manipulation}
.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}
.resize{resize:both}
.snap-mandatory{--tw-scroll-snap-strictness:mandatory}
.snap-proximity{--tw-scroll-snap-strictness:proximity}
.snap-normal{scroll-snap-stop:normal}
.-scroll-m-0{scroll-margin:-0px}
.-scroll-m-0\.5{scroll-margin:-0.125rem}
.-scroll-m-1{scroll-margin:-0.25rem}
.-scroll-m-1\.5{scroll-margin:-0.375rem}
.-scroll-m-10{scroll-margin:-2.5rem}
.-scroll-m-11{scroll-margin:-2.75rem}
.-scroll-m-12{scroll-margin:-3rem}
.-scroll-m-14{scroll-margin:-3.5rem}
.-scroll-m-16{scroll-margin:-4rem}
.-scroll-m-2{scroll-margin:-0.5rem}
.-scroll-m-2\.5{scroll-margin:-0.625rem}
.-scroll-m-20{scroll-margin:-5rem}
.-scroll-m-24{scroll-margin:-6rem}
.-scroll-m-28{scroll-margin:-7rem}
.-scroll-m-3{scroll-margin:-0.75rem}
.-scroll-m-3\.5{scroll-margin:-0.875rem}
.-scroll-m-32{scroll-margin:-8rem}
.-scroll-m-36{scroll-margin:-9rem}
.-scroll-m-4{scroll-margin:-1rem}
.-scroll-m-40{scroll-margin:-10rem}
.-scroll-m-44{scroll-margin:-11rem}
.-scroll-m-48{scroll-margin:-12rem}
.-scroll-m-5{scroll-margin:-1.25rem}
.-scroll-m-52{scroll-margin:-13rem}
.-scroll-m-56{scroll-margin:-14rem}
.-scroll-m-6{scroll-margin:-1.5rem}
.-scroll-m-60{scroll-margin:-15rem}
.-scroll-m-64{scroll-margin:-16rem}
.-scroll-m-7{scroll-margin:-1.75rem}
.-scroll-m-72{scroll-margin:-18rem}
.-scroll-m-8{scroll-margin:-2rem}
.-scroll-m-80{scroll-margin:-20rem}
.-scroll-m-9{scroll-margin:-2.25rem}
.-scroll-m-96{scroll-margin:-24rem}
.-scroll-m-px{scroll-margin:-1px}
.scroll-m-0{scroll-margin:0px}
.scroll-m-0\.5{scroll-margin:0.125rem}
.scroll-m-1{scroll-margin:0.25rem}
.scroll-m-1\.5{scroll-margin:0.375rem}
.scroll-m-10{scroll-margin:2.5rem}
.scroll-m-11{scroll-margin:2.75rem}
.scroll-m-12{scroll-margin:3rem}
.scroll-m-14{scroll-margin:3.5rem}
.scroll-m-16{scroll-margin:4rem}
.scroll-m-2{scroll-margin:0.5rem}
.scroll-m-2\.5{scroll-margin:0.625rem}
.scroll-m-20{scroll-margin:5rem}
.scroll-m-24{scroll-margin:6rem}
.scroll-m-28{scroll-margin:7rem}
.scroll-m-3{scroll-margin:0.75rem}
.scroll-m-3\.5{scroll-margin:0.875rem}
.scroll-m-32{scroll-margin:8rem}
.scroll-m-36{scroll-margin:9rem}
.scroll-m-4{scroll-margin:1rem}
.scroll-m-40{scroll-margin:10rem}
.scroll-m-44{scroll-margin:11rem}
.scroll-m-48{scroll-margin:12rem}
.scroll-m-5{scroll-margin:1.25rem}
.scroll-m-52{scroll-margin:13rem}
.scroll-m-56{scroll-margin:14rem}
.scroll-m-6{scroll-margin:1.5rem}
.scroll-m-60{scroll-margin:15rem}
.scroll-m-64{scroll-margin:16rem}
.scroll-m-7{scroll-margin:1.75rem}
.scroll-m-72{scroll-margin:18rem}
.scroll-m-8{scroll-margin:2rem}
.scroll-m-80{scroll-margin:20rem}
.scroll-m-9{scroll-margin:2.25rem}
.scroll-m-96{scroll-margin:24rem}
.scroll-m-px{scroll-margin:1px}
.-scroll-mx-0{scroll-margin-left:-0px;scroll-margin-right:-0px}
.-scroll-mx-0\.5{scroll-margin-left:-0.125rem;scroll-margin-right:-0.125rem}
.-scroll-mx-1{scroll-margin-left:-0.25rem;scroll-margin-right:-0.25rem}
.-scroll-mx-1\.5{scroll-margin-left:-0.375rem;scroll-margin-right:-0.375rem}
.-scroll-mx-10{scroll-margin-left:-2.5rem;scroll-margin-right:-2.5rem}
.-scroll-mx-11{scroll-margin-left:-2.75rem;scroll-margin-right:-2.75rem}
.-scroll-mx-12{scroll-margin-left:-3rem;scroll-margin-right:-3rem}
.-scroll-mx-14{scroll-margin-left:-3.5rem;scroll-margin-right:-3.5rem}
.-scroll-mx-16{scroll-margin-left:-4rem;scroll-margin-right:-4rem}
.-scroll-mx-2{scroll-margin-left:-0.5rem;scroll-margin-right:-0.5rem}
.-scroll-mx-2\.5{scroll-margin-left:-0.625rem;scroll-margin-right:-0.625rem}
.-scroll-mx-20{scroll-margin-left:-5rem;scroll-margin-right:-5rem}
.-scroll-mx-24{scroll-margin-left:-6rem;scroll-margin-right:-6rem}
.-scroll-mx-28{scroll-margin-left:-7rem;scroll-margin-right:-7rem}
.-scroll-mx-3{scroll-margin-left:-0.75rem;scroll-margin-right:-0.75rem}
.-scroll-mx-3\.5{scroll-margin-left:-0.875rem;scroll-margin-right:-0.875rem}
.-scroll-mx-32{scroll-margin-left:-8rem;scroll-margin-right:-8rem}
.-scroll-mx-36{scroll-margin-left:-9rem;scroll-margin-right:-9rem}
.-scroll-mx-4{scroll-margin-left:-1rem;scroll-margin-right:-1rem}
.-scroll-mx-40{scroll-margin-left:-10rem;scroll-margin-right:-10rem}
.-scroll-mx-44{scroll-margin-left:-11rem;scroll-margin-right:-11rem}
.-scroll-mx-48{scroll-margin-left:-12rem;scroll-margin-right:-12rem}
.-scroll-mx-5{scroll-margin-left:-1.25rem;scroll-margin-right:-1.25rem}
.-scroll-mx-52{scroll-margin-left:-13rem;scroll-margin-right:-13rem}
.-scroll-mx-56{scroll-margin-left:-14rem;scroll-margin-right:-14rem}
.-scroll-mx-6{scroll-margin-left:-1.5rem;scroll-margin-right:-1.5rem}
.-scroll-mx-60{scroll-margin-left:-15rem;scroll-margin-right:-15rem}
.-scroll-mx-64{scroll-margin-left:-16rem;scroll-margin-right:-16rem}
.-scroll-mx-7{scroll-margin-left:-1.75rem;scroll-margin-right:-1.75rem}
.-scroll-mx-72{scroll-margin-left:-18rem;scroll-margin-right:-18rem}
.-scroll-mx-8{scroll-margin-left:-2rem;scroll-margin-right:-2rem}
.-scroll-mx-80{scroll-margin-left:-20rem;scroll-margin-right:-20rem}
.-scroll-mx-9{scroll-margin-left:-2.25rem;scroll-margin-right:-2.25rem}
.-scroll-mx-96{scroll-margin-left:-24rem;scroll-margin-right:-24rem}
.-scroll-mx-px{scroll-margin-left:-1px;scroll-margin-right:-1px}
.-scroll-my-0{scroll-margin-top:-0px;scroll-margin-bottom:-0px}
.-scroll-my-0\.5{scroll-margin-top:-0.125rem;scroll-margin-bottom:-0.125rem}
.-scroll-my-1{scroll-margin-top:-0.25rem;scroll-margin-bottom:-0.25rem}
.-scroll-my-1\.5{scroll-margin-top:-0.375rem;scroll-margin-bottom:-0.375rem}
.-scroll-my-10{scroll-margin-top:-2.5rem;scroll-margin-bottom:-2.5rem}
.-scroll-my-11{scroll-margin-top:-2.75rem;scroll-margin-bottom:-2.75rem}
.-scroll-my-12{scroll-margin-top:-3rem;scroll-margin-bottom:-3rem}
.-scroll-my-14{scroll-margin-top:-3.5rem;scroll-margin-bottom:-3.5rem}
.-scroll-my-16{scroll-margin-top:-4rem;scroll-margin-bottom:-4rem}
.-scroll-my-2{scroll-margin-top:-0.5rem;scroll-margin-bottom:-0.5rem}
.-scroll-my-2\.5{scroll-margin-top:-0.625rem;scroll-margin-bottom:-0.625rem}
.-scroll-my-20{scroll-margin-top:-5rem;scroll-margin-bottom:-5rem}
.-scroll-my-24{scroll-margin-top:-6rem;scroll-margin-bottom:-6rem}
.-scroll-my-28{scroll-margin-top:-7rem;scroll-margin-bottom:-7rem}
.-scroll-my-3{scroll-margin-top:-0.75rem;scroll-margin-bottom:-0.75rem}
.-scroll-my-3\.5{scroll-margin-top:-0.875rem;scroll-margin-bottom:-0.875rem}
.-scroll-my-32{scroll-margin-top:-8rem;scroll-margin-bottom:-8rem}
.-scroll-my-36{scroll-margin-top:-9rem;scroll-margin-bottom:-9rem}
.-scroll-my-4{scroll-margin-top:-1rem;scroll-margin-bottom:-1rem}
.-scroll-my-40{scroll-margin-top:-10rem;scroll-margin-bottom:-10rem}
.-scroll-my-44{scroll-margin-top:-11rem;scroll-margin-bottom:-11rem}
.-scroll-my-48{scroll-margin-top:-12rem;scroll-margin-bottom:-12rem}
.-scroll-my-5{scroll-margin-top:-1.25rem;scroll-margin-bottom:-1.25rem}
.-scroll-my-52{scroll-margin-top:-13rem;scroll-margin-bottom:-13rem}
.-scroll-my-56{scroll-margin-top:-14rem;scroll-margin-bottom:-14rem}
.-scroll-my-6{scroll-margin-top:-1.5rem;scroll-margin-bottom:-1.5rem}
.-scroll-my-60{scroll-margin-top:-15rem;scroll-margin-bottom:-15rem}
.-scroll-my-64{scroll-margin-top:-16rem;scroll-margin-bottom:-16rem}
.-scroll-my-7{scroll-margin-top:-1.75rem;scroll-margin-bottom:-1.75rem}
.-scroll-my-72{scroll-margin-top:-18rem;scroll-margin-bottom:-18rem}
.-scroll-my-8{scroll-margin-top:-2rem;scroll-margin-bottom:-2rem}
.-scroll-my-80{scroll-margin-top:-20rem;scroll-margin-bottom:-20rem}
.-scroll-my-9{scroll-margin-top:-2.25rem;scroll-margin-bottom:-2.25rem}
.-scroll-my-96{scroll-margin-top:-24rem;scroll-margin-bottom:-24rem}
.-scroll-my-px{scroll-margin-top:-1px;scroll-margin-bottom:-1px}
.scroll-mx-0{scroll-margin-left:0px;scroll-margin-right:0px}
.scroll-mx-0\.5{scroll-margin-left:0.125rem;scroll-margin-right:0.125rem}
.scroll-mx-1{scroll-margin-left:0.25rem;scroll-margin-right:0.25rem}
.scroll-mx-1\.5{scroll-margin-left:0.375rem;scroll-margin-right:0.375rem}
.scroll-mx-10{scroll-margin-left:2.5rem;scroll-margin-right:2.5rem}
.scroll-mx-11{scroll-margin-left:2.75rem;scroll-margin-right:2.75rem}
.scroll-mx-12{scroll-margin-left:3rem;scroll-margin-right:3rem}
.scroll-mx-14{scroll-margin-left:3.5rem;scroll-margin-right:3.5rem}
.scroll-mx-16{scroll-margin-left:4rem;scroll-margin-right:4rem}
.scroll-mx-2{scroll-margin-left:0.5rem;scroll-margin-right:0.5rem}
.scroll-mx-2\.5{scroll-margin-left:0.625rem;scroll-margin-right:0.625rem}
.scroll-mx-20{scroll-margin-left:5rem;scroll-margin-right:5rem}
.scroll-mx-24{scroll-margin-left:6rem;scroll-margin-right:6rem}
.scroll-mx-28{scroll-margin-left:7rem;scroll-margin-right:7rem}
.scroll-mx-3{scroll-margin-left:0.75rem;scroll-margin-right:0.75rem}
.scroll-mx-3\.5{scroll-margin-left:0.875rem;scroll-margin-right:0.875rem}
.scroll-mx-32{scroll-margin-left:8rem;scroll-margin-right:8rem}
.scroll-mx-36{scroll-margin-left:9rem;scroll-margin-right:9rem}
.scroll-mx-4{scroll-margin-left:1rem;scroll-margin-right:1rem}
.scroll-mx-40{scroll-margin-left:10rem;scroll-margin-right:10rem}
.scroll-mx-44{scroll-margin-left:11rem;scroll-margin-right:11rem}
.scroll-mx-48{scroll-margin-left:12rem;scroll-margin-right:12rem}
.scroll-mx-5{scroll-margin-left:1.25rem;scroll-margin-right:1.25rem}
.scroll-mx-52{scroll-margin-left:13rem;scroll-margin-right:13rem}
.scroll-mx-56{scroll-margin-left:14rem;scroll-margin-right:14rem}
.scroll-mx-6{scroll-margin-left:1.5rem;scroll-margin-right:1.5rem}
.scroll-mx-60{scroll-margin-left:15rem;scroll-margin-right:15rem}
.scroll-mx-64{scroll-margin-left:16rem;scroll-margin-right:16rem}
.scroll-mx-7{scroll-margin-left:1.75rem;scroll-margin-right:1.75rem}
.scroll-mx-72{scroll-margin-left:18rem;scroll-margin-right:18rem}
.scroll-mx-8{scroll-margin-left:2rem;scroll-margin-right:2rem}
.scroll-mx-80{scroll-margin-left:20rem;scroll-margin-right:20rem}
.scroll-mx-9{scroll-margin-left:2.25rem;scroll-margin-right:2.25rem}
.scroll-mx-96{scroll-margin-left:24rem;scroll-margin-right:24rem}
.scroll-mx-px{scroll-margin-left:1px;scroll-margin-right:1px}
.scroll-my-0{scroll-margin-top:0px;scroll-margin-bottom:0px}
.scroll-my-0\.5{scroll-margin-top:0.125rem;scroll-margin-bottom:0.125rem}
.scroll-my-1{scroll-margin-top:0.25rem;scroll-margin-bottom:0.25rem}
.scroll-my-1\.5{scroll-margin-top:0.375rem;scroll-margin-bottom:0.375rem}
.scroll-my-10{scroll-margin-top:2.5rem;scroll-margin-bottom:2.5rem}
.scroll-my-11{scroll-margin-top:2.75rem;scroll-margin-bottom:2.75rem}
.scroll-my-12{scroll-margin-top:3rem;scroll-margin-bottom:3rem}
.scroll-my-14{scroll-margin-top:3.5rem;scroll-margin-bottom:3.5rem}
.scroll-my-16{scroll-margin-top:4rem;scroll-margin-bottom:4rem}
.scroll-my-2{scroll-margin-top:0.5rem;scroll-margin-bottom:0.5rem}
.scroll-my-2\.5{scroll-margin-top:0.625rem;scroll-margin-bottom:0.625rem}
.scroll-my-20{scroll-margin-top:5rem;scroll-margin-bottom:5rem}
.scroll-my-24{scroll-margin-top:6rem;scroll-margin-bottom:6rem}
.scroll-my-28{scroll-margin-top:7rem;scroll-margin-bottom:7rem}
.scroll-my-3{scroll-margin-top:0.75rem;scroll-margin-bottom:0.75rem}
.scroll-my-3\.5{scroll-margin-top:0.875rem;scroll-margin-bottom:0.875rem}
.scroll-my-32{scroll-margin-top:8rem;scroll-margin-bottom:8rem}
.scroll-my-36{scroll-margin-top:9rem;scroll-margin-bottom:9rem}
.scroll-my-4{scroll-margin-top:1rem;scroll-margin-bottom:1rem}
.scroll-my-40{scroll-margin-top:10rem;scroll-margin-bottom:10rem}
.scroll-my-44{scroll-margin-top:11rem;scroll-margin-bottom:11rem}
.scroll-my-48{scroll-margin-top:12rem;scroll-margin-bottom:12rem}
.scroll-my-5{scroll-margin-top:1.25rem;scroll-margin-bottom:1.25rem}
.scroll-my-52{scroll-margin-top:13rem;scroll-margin-bottom:13rem}
.scroll-my-56{scroll-margin-top:14rem;scroll-margin-bottom:14rem}
.scroll-my-6{scroll-margin-top:1.5rem;scroll-margin-bottom:1.5rem}
.scroll-my-60{scroll-margin-top:15rem;scroll-margin-bottom:15rem}
.scroll-my-64{scroll-margin-top:16rem;scroll-margin-bottom:16rem}
.scroll-my-7{scroll-margin-top:1.75rem;scroll-margin-bottom:1.75rem}
.scroll-my-72{scroll-margin-top:18rem;scroll-margin-bottom:18rem}
.scroll-my-8{scroll-margin-top:2rem;scroll-margin-bottom:2rem}
.scroll-my-80{scroll-margin-top:20rem;scroll-margin-bottom:20rem}
.scroll-my-9{scroll-margin-top:2.25rem;scroll-margin-bottom:2.25rem}
.scroll-my-96{scroll-margin-top:24rem;scroll-margin-bottom:24rem}
.scroll-my-px{scroll-margin-top:1px;scroll-margin-bottom:1px}
.-scroll-mb-0{scroll-margin-bottom:-0px}
.-scroll-mb-0\.5{scroll-margin-bottom:-0.125rem}
.-scroll-mb-1{scroll-margin-bottom:-0.25rem}
.-scroll-mb-1\.5{scroll-margin-bottom:-0.375rem}
.-scroll-mb-10{scroll-margin-bottom:-2.5rem}
.-scroll-mb-11{scroll-margin-bottom:-2.75rem}
.-scroll-mb-12{scroll-margin-bottom:-3rem}
.-scroll-mb-14{scroll-margin-bottom:-3.5rem}
.-scroll-mb-16{scroll-margin-bottom:-4rem}
.-scroll-mb-2{scroll-margin-bottom:-0.5rem}
.-scroll-mb-2\.5{scroll-margin-bottom:-0.625rem}
.-scroll-mb-20{scroll-margin-bottom:-5rem}
.-scroll-mb-24{scroll-margin-bottom:-6rem}
.-scroll-mb-28{scroll-margin-bottom:-7rem}
.-scroll-mb-3{scroll-margin-bottom:-0.75rem}
.-scroll-mb-3\.5{scroll-margin-bottom:-0.875rem}
.-scroll-mb-32{scroll-margin-bottom:-8rem}
.-scroll-mb-36{scroll-margin-bottom:-9rem}
.-scroll-mb-4{scroll-margin-bottom:-1rem}
.-scroll-mb-40{scroll-margin-bottom:-10rem}
.-scroll-mb-44{scroll-margin-bottom:-11rem}
.-scroll-mb-48{scroll-margin-bottom:-12rem}
.-scroll-mb-5{scroll-margin-bottom:-1.25rem}
.-scroll-mb-52{scroll-margin-bottom:-13rem}
.-scroll-mb-56{scroll-margin-bottom:-14rem}
.-scroll-mb-6{scroll-margin-bottom:-1.5rem}
.-scroll-mb-60{scroll-margin-bottom:-15rem}
.-scroll-mb-64{scroll-margin-bottom:-16rem}
.-scroll-mb-7{scroll-margin-bottom:-1.75rem}
.-scroll-mb-72{scroll-margin-bottom:-18rem}
.-scroll-mb-8{scroll-margin-bottom:-2rem}
.-scroll-mb-80{scroll-margin-bottom:-20rem}
.-scroll-mb-9{scroll-margin-bottom:-2.25rem}
.-scroll-mb-96{scroll-margin-bottom:-24rem}
.-scroll-mb-px{scroll-margin-bottom:-1px}
.-scroll-me-0{scroll-margin-inline-end:-0px}
.-scroll-me-0\.5{scroll-margin-inline-end:-0.125rem}
.-scroll-me-1{scroll-margin-inline-end:-0.25rem}
.-scroll-me-1\.5{scroll-margin-inline-end:-0.375rem}
.-scroll-me-10{scroll-margin-inline-end:-2.5rem}
.-scroll-me-11{scroll-margin-inline-end:-2.75rem}
.-scroll-me-12{scroll-margin-inline-end:-3rem}
.-scroll-me-14{scroll-margin-inline-end:-3.5rem}
.-scroll-me-16{scroll-margin-inline-end:-4rem}
.-scroll-me-2{scroll-margin-inline-end:-0.5rem}
.-scroll-me-2\.5{scroll-margin-inline-end:-0.625rem}
.-scroll-me-20{scroll-margin-inline-end:-5rem}
.-scroll-me-24{scroll-margin-inline-end:-6rem}
.-scroll-me-28{scroll-margin-inline-end:-7rem}
.-scroll-me-3{scroll-margin-inline-end:-0.75rem}
.-scroll-me-3\.5{scroll-margin-inline-end:-0.875rem}
.-scroll-me-32{scroll-margin-inline-end:-8rem}
.-scroll-me-36{scroll-margin-inline-end:-9rem}
.-scroll-me-4{scroll-margin-inline-end:-1rem}
.-scroll-me-40{scroll-margin-inline-end:-10rem}
.-scroll-me-44{scroll-margin-inline-end:-11rem}
.-scroll-me-48{scroll-margin-inline-end:-12rem}
.-scroll-me-5{scroll-margin-inline-end:-1.25rem}
.-scroll-me-52{scroll-margin-inline-end:-13rem}
.-scroll-me-56{scroll-margin-inline-end:-14rem}
.-scroll-me-6{scroll-margin-inline-end:-1.5rem}
.-scroll-me-60{scroll-margin-inline-end:-15rem}
.-scroll-me-64{scroll-margin-inline-end:-16rem}
.-scroll-me-7{scroll-margin-inline-end:-1.75rem}
.-scroll-me-72{scroll-margin-inline-end:-18rem}
.-scroll-me-8{scroll-margin-inline-end:-2rem}
.-scroll-me-80{scroll-margin-inline-end:-20rem}
.-scroll-me-9{scroll-margin-inline-end:-2.25rem}
.-scroll-me-96{scroll-margin-inline-end:-24rem}
.-scroll-me-px{scroll-margin-inline-end:-1px}
.-scroll-ml-0{scroll-margin-left:-0px}
.-scroll-ml-0\.5{scroll-margin-left:-0.125rem}
.-scroll-ml-1{scroll-margin-left:-0.25rem}
.-scroll-ml-1\.5{scroll-margin-left:-0.375rem}
.-scroll-ml-10{scroll-margin-left:-2.5rem}
.-scroll-ml-11{scroll-margin-left:-2.75rem}
.-scroll-ml-12{scroll-margin-left:-3rem}
.-scroll-ml-14{scroll-margin-left:-3.5rem}
.-scroll-ml-16{scroll-margin-left:-4rem}
.-scroll-ml-2{scroll-margin-left:-0.5rem}
.-scroll-ml-2\.5{scroll-margin-left:-0.625rem}
.-scroll-ml-20{scroll-margin-left:-5rem}
.-scroll-ml-24{scroll-margin-left:-6rem}
.-scroll-ml-28{scroll-margin-left:-7rem}
.-scroll-ml-3{scroll-margin-left:-0.75rem}
.-scroll-ml-3\.5{scroll-margin-left:-0.875rem}
.-scroll-ml-32{scroll-margin-left:-8rem}
.-scroll-ml-36{scroll-margin-left:-9rem}
.-scroll-ml-4{scroll-margin-left:-1rem}
.-scroll-ml-40{scroll-margin-left:-10rem}
.-scroll-ml-44{scroll-margin-left:-11rem}
.-scroll-ml-48{scroll-margin-left:-12rem}
.-scroll-ml-5{scroll-margin-left:-1.25rem}
.-scroll-ml-52{scroll-margin-left:-13rem}
.-scroll-ml-56{scroll-margin-left:-14rem}
.-scroll-ml-6{scroll-margin-left:-1.5rem}
.-scroll-ml-60{scroll-margin-left:-15rem}
.-scroll-ml-64{scroll-margin-left:-16rem}
.-scroll-ml-7{scroll-margin-left:-1.75rem}
.-scroll-ml-72{scroll-margin-left:-18rem}
.-scroll-ml-8{scroll-margin-left:-2rem}
.-scroll-ml-80{scroll-margin-left:-20rem}
.-scroll-ml-9{scroll-margin-left:-2.25rem}
.-scroll-ml-96{scroll-margin-left:-24rem}
.-scroll-ml-px{scroll-margin-left:-1px}
.-scroll-mr-0{scroll-margin-right:-0px}
.-scroll-mr-0\.5{scroll-margin-right:-0.125rem}
.-scroll-mr-1{scroll-margin-right:-0.25rem}
.-scroll-mr-1\.5{scroll-margin-right:-0.375rem}
.-scroll-mr-10{scroll-margin-right:-2.5rem}
.-scroll-mr-11{scroll-margin-right:-2.75rem}
.-scroll-mr-12{scroll-margin-right:-3rem}
.-scroll-mr-14{scroll-margin-right:-3.5rem}
.-scroll-mr-16{scroll-margin-right:-4rem}
.-scroll-mr-2{scroll-margin-right:-0.5rem}
.-scroll-mr-2\.5{scroll-margin-right:-0.625rem}
.-scroll-mr-20{scroll-margin-right:-5rem}
.-scroll-mr-24{scroll-margin-right:-6rem}
.-scroll-mr-28{scroll-margin-right:-7rem}
.-scroll-mr-3{scroll-margin-right:-0.75rem}
.-scroll-mr-3\.5{scroll-margin-right:-0.875rem}
.-scroll-mr-32{scroll-margin-right:-8rem}
.-scroll-mr-36{scroll-margin-right:-9rem}
.-scroll-mr-4{scroll-margin-right:-1rem}
.-scroll-mr-40{scroll-margin-right:-10rem}
.-scroll-mr-44{scroll-margin-right:-11rem}
.-scroll-mr-48{scroll-margin-right:-12rem}
.-scroll-mr-5{scroll-margin-right:-1.25rem}
.-scroll-mr-52{scroll-margin-right:-13rem}
.-scroll-mr-56{scroll-margin-right:-14rem}
.-scroll-mr-6{scroll-margin-right:-1.5rem}
.-scroll-mr-60{scroll-margin-right:-15rem}
.-scroll-mr-64{scroll-margin-right:-16rem}
.-scroll-mr-7{scroll-margin-right:-1.75rem}
.-scroll-mr-72{scroll-margin-right:-18rem}
.-scroll-mr-8{scroll-margin-right:-2rem}
.-scroll-mr-80{scroll-margin-right:-20rem}
.-scroll-mr-9{scroll-margin-right:-2.25rem}
.-scroll-mr-96{scroll-margin-right:-24rem}
.-scroll-mr-px{scroll-margin-right:-1px}
.-scroll-ms-0{scroll-margin-inline-start:-0px}
.-scroll-ms-0\.5{scroll-margin-inline-start:-0.125rem}
.-scroll-ms-1{scroll-margin-inline-start:-0.25rem}
.-scroll-ms-1\.5{scroll-margin-inline-start:-0.375rem}
.-scroll-ms-10{scroll-margin-inline-start:-2.5rem}
.-scroll-ms-11{scroll-margin-inline-start:-2.75rem}
.-scroll-ms-12{scroll-margin-inline-start:-3rem}
.-scroll-ms-14{scroll-margin-inline-start:-3.5rem}
.-scroll-ms-16{scroll-margin-inline-start:-4rem}
.-scroll-ms-2{scroll-margin-inline-start:-0.5rem}
.-scroll-ms-2\.5{scroll-margin-inline-start:-0.625rem}
.-scroll-ms-20{scroll-margin-inline-start:-5rem}
.-scroll-ms-24{scroll-margin-inline-start:-6rem}
.-scroll-ms-28{scroll-margin-inline-start:-7rem}
.-scroll-ms-3{scroll-margin-inline-start:-0.75rem}
.-scroll-ms-3\.5{scroll-margin-inline-start:-0.875rem}
.-scroll-ms-32{scroll-margin-inline-start:-8rem}
.-scroll-ms-36{scroll-margin-inline-start:-9rem}
.-scroll-ms-4{scroll-margin-inline-start:-1rem}
.-scroll-ms-40{scroll-margin-inline-start:-10rem}
.-scroll-ms-44{scroll-margin-inline-start:-11rem}
.-scroll-ms-48{scroll-margin-inline-start:-12rem}
.-scroll-ms-5{scroll-margin-inline-start:-1.25rem}
.-scroll-ms-52{scroll-margin-inline-start:-13rem}
.-scroll-ms-56{scroll-margin-inline-start:-14rem}
.-scroll-ms-6{scroll-margin-inline-start:-1.5rem}
.-scroll-ms-60{scroll-margin-inline-start:-15rem}
.-scroll-ms-64{scroll-margin-inline-start:-16rem}
.-scroll-ms-7{scroll-margin-inline-start:-1.75rem}
.-scroll-ms-72{scroll-margin-inline-start:-18rem}
.-scroll-ms-8{scroll-margin-inline-start:-2rem}
.-scroll-ms-80{scroll-margin-inline-start:-20rem}
.-scroll-ms-9{scroll-margin-inline-start:-2.25rem}
.-scroll-ms-96{scroll-margin-inline-start:-24rem}
.-scroll-ms-px{scroll-margin-inline-start:-1px}
.-scroll-mt-0{scroll-margin-top:-0px}
.-scroll-mt-0\.5{scroll-margin-top:-0.125rem}
.-scroll-mt-1{scroll-margin-top:-0.25rem}
.-scroll-mt-1\.5{scroll-margin-top:-0.375rem}
.-scroll-mt-10{scroll-margin-top:-2.5rem}
.-scroll-mt-11{scroll-margin-top:-2.75rem}
.-scroll-mt-12{scroll-margin-top:-3rem}
.-scroll-mt-14{scroll-margin-top:-3.5rem}
.-scroll-mt-16{scroll-margin-top:-4rem}
.-scroll-mt-2{scroll-margin-top:-0.5rem}
.-scroll-mt-2\.5{scroll-margin-top:-0.625rem}
.-scroll-mt-20{scroll-margin-top:-5rem}
.-scroll-mt-24{scroll-margin-top:-6rem}
.-scroll-mt-28{scroll-margin-top:-7rem}
.-scroll-mt-3{scroll-margin-top:-0.75rem}
.-scroll-mt-3\.5{scroll-margin-top:-0.875rem}
.-scroll-mt-32{scroll-margin-top:-8rem}
.-scroll-mt-36{scroll-margin-top:-9rem}
.-scroll-mt-4{scroll-margin-top:-1rem}
.-scroll-mt-40{scroll-margin-top:-10rem}
.-scroll-mt-44{scroll-margin-top:-11rem}
.-scroll-mt-48{scroll-margin-top:-12rem}
.-scroll-mt-5{scroll-margin-top:-1.25rem}
.-scroll-mt-52{scroll-margin-top:-13rem}
.-scroll-mt-56{scroll-margin-top:-14rem}
.-scroll-mt-6{scroll-margin-top:-1.5rem}
.-scroll-mt-60{scroll-margin-top:-15rem}
.-scroll-mt-64{scroll-margin-top:-16rem}
.-scroll-mt-7{scroll-margin-top:-1.75rem}
.-scroll-mt-72{scroll-margin-top:-18rem}
.-scroll-mt-8{scroll-margin-top:-2rem}
.-scroll-mt-80{scroll-margin-top:-20rem}
.-scroll-mt-9{scroll-margin-top:-2.25rem}
.-scroll-mt-96{scroll-margin-top:-24rem}
.-scroll-mt-px{scroll-margin-top:-1px}
.scroll-mb-0{scroll-margin-bottom:0px}
.scroll-mb-0\.5{scroll-margin-bottom:0.125rem}
.scroll-mb-1{scroll-margin-bottom:0.25rem}
.scroll-mb-1\.5{scroll-margin-bottom:0.375rem}
.scroll-mb-10{scroll-margin-bottom:2.5rem}
.scroll-mb-11{scroll-margin-bottom:2.75rem}
.scroll-mb-12{scroll-margin-bottom:3rem}
.scroll-mb-14{scroll-margin-bottom:3.5rem}
.scroll-mb-16{scroll-margin-bottom:4rem}
.scroll-mb-2{scroll-margin-bottom:0.5rem}
.scroll-mb-2\.5{scroll-margin-bottom:0.625rem}
.scroll-mb-20{scroll-margin-bottom:5rem}
.scroll-mb-24{scroll-margin-bottom:6rem}
.scroll-mb-28{scroll-margin-bottom:7rem}
.scroll-mb-3{scroll-margin-bottom:0.75rem}
.scroll-mb-3\.5{scroll-margin-bottom:0.875rem}
.scroll-mb-32{scroll-margin-bottom:8rem}
.scroll-mb-36{scroll-margin-bottom:9rem}
.scroll-mb-4{scroll-margin-bottom:1rem}
.scroll-mb-40{scroll-margin-bottom:10rem}
.scroll-mb-44{scroll-margin-bottom:11rem}
.scroll-mb-48{scroll-margin-bottom:12rem}
.scroll-mb-5{scroll-margin-bottom:1.25rem}
.scroll-mb-52{scroll-margin-bottom:13rem}
.scroll-mb-56{scroll-margin-bottom:14rem}
.scroll-mb-6{scroll-margin-bottom:1.5rem}
.scroll-mb-60{scroll-margin-bottom:15rem}
.scroll-mb-64{scroll-margin-bottom:16rem}
.scroll-mb-7{scroll-margin-bottom:1.75rem}
.scroll-mb-72{scroll-margin-bottom:18rem}
.scroll-mb-8{scroll-margin-bottom:2rem}
.scroll-mb-80{scroll-margin-bottom:20rem}
.scroll-mb-9{scroll-margin-bottom:2.25rem}
.scroll-mb-96{scroll-margin-bottom:24rem}
.scroll-mb-px{scroll-margin-bottom:1px}
.scroll-me-0{scroll-margin-inline-end:0px}
.scroll-me-0\.5{scroll-margin-inline-end:0.125rem}
.scroll-me-1{scroll-margin-inline-end:0.25rem}
.scroll-me-1\.5{scroll-margin-inline-end:0.375rem}
.scroll-me-10{scroll-margin-inline-end:2.5rem}
.scroll-me-11{scroll-margin-inline-end:2.75rem}
.scroll-me-12{scroll-margin-inline-end:3rem}
.scroll-me-14{scroll-margin-inline-end:3.5rem}
.scroll-me-16{scroll-margin-inline-end:4rem}
.scroll-me-2{scroll-margin-inline-end:0.5rem}
.scroll-me-2\.5{scroll-margin-inline-end:0.625rem}
.scroll-me-20{scroll-margin-inline-end:5rem}
.scroll-me-24{scroll-margin-inline-end:6rem}
.scroll-me-28{scroll-margin-inline-end:7rem}
.scroll-me-3{scroll-margin-inline-end:0.75rem}
.scroll-me-3\.5{scroll-margin-inline-end:0.875rem}
.scroll-me-32{scroll-margin-inline-end:8rem}
.scroll-me-36{scroll-margin-inline-end:9rem}
.scroll-me-4{scroll-margin-inline-end:1rem}
.scroll-me-40{scroll-margin-inline-end:10rem}
.scroll-me-44{scroll-margin-inline-end:11rem}
.scroll-me-48{scroll-margin-inline-end:12rem}
.scroll-me-5{scroll-margin-inline-end:1.25rem}
.scroll-me-52{scroll-margin-inline-end:13rem}
.scroll-me-56{scroll-margin-inline-end:14rem}
.scroll-me-6{scroll-margin-inline-end:1.5rem}
.scroll-me-60{scroll-margin-inline-end:15rem}
.scroll-me-64{scroll-margin-inline-end:16rem}
.scroll-me-7{scroll-margin-inline-end:1.75rem}
.scroll-me-72{scroll-margin-inline-end:18rem}
.scroll-me-8{scroll-margin-inline-end:2rem}
.scroll-me-80{scroll-margin-inline-end:20rem}
.scroll-me-9{scroll-margin-inline-end:2.25rem}
.scroll-me-96{scroll-margin-inline-end:24rem}
.scroll-me-px{scroll-margin-inline-end:1px}
.scroll-ml-0{scroll-margin-left:0px}
.scroll-ml-0\.5{scroll-margin-left:0.125rem}
.scroll-ml-1{scroll-margin-left:0.25rem}
.scroll-ml-1\.5{scroll-margin-left:0.375rem}
.scroll-ml-10{scroll-margin-left:2.5rem}
.scroll-ml-11{scroll-margin-left:2.75rem}
.scroll-ml-12{scroll-margin-left:3rem}
.scroll-ml-14{scroll-margin-left:3.5rem}
.scroll-ml-16{scroll-margin-left:4rem}
.scroll-ml-2{scroll-margin-left:0.5rem}
.scroll-ml-2\.5{scroll-margin-left:0.625rem}
.scroll-ml-20{scroll-margin-left:5rem}
.scroll-ml-24{scroll-margin-left:6rem}
.scroll-ml-28{scroll-margin-left:7rem}
.scroll-ml-3{scroll-margin-left:0.75rem}
.scroll-ml-3\.5{scroll-margin-left:0.875rem}
.scroll-ml-32{scroll-margin-left:8rem}
.scroll-ml-36{scroll-margin-left:9rem}
.scroll-ml-4{scroll-margin-left:1rem}
.scroll-ml-40{scroll-margin-left:10rem}
.scroll-ml-44{scroll-margin-left:11rem}
.scroll-ml-48{scroll-margin-left:12rem}
.scroll-ml-5{scroll-margin-left:1.25rem}
.scroll-ml-52{scroll-margin-left:13rem}
.scroll-ml-56{scroll-margin-left:14rem}
.scroll-ml-6{scroll-margin-left:1.5rem}
.scroll-ml-60{scroll-margin-left:15rem}
.scroll-ml-64{scroll-margin-left:16rem}
.scroll-ml-7{scroll-margin-left:1.75rem}
.scroll-ml-72{scroll-margin-left:18rem}
.scroll-ml-8{scroll-margin-left:2rem}
.scroll-ml-80{scroll-margin-left:20rem}
.scroll-ml-9{scroll-margin-left:2.25rem}
.scroll-ml-96{scroll-margin-left:24rem}
.scroll-ml-px{scroll-margin-left:1px}
.scroll-mr-0{scroll-margin-right:0px}
.scroll-mr-0\.5{scroll-margin-right:0.125rem}
.scroll-mr-1{scroll-margin-right:0.25rem}
.scroll-mr-1\.5{scroll-margin-right:0.375rem}
.scroll-mr-10{scroll-margin-right:2.5rem}
.scroll-mr-11{scroll-margin-right:2.75rem}
.scroll-mr-12{scroll-margin-right:3rem}
.scroll-mr-14{scroll-margin-right:3.5rem}
.scroll-mr-16{scroll-margin-right:4rem}
.scroll-mr-2{scroll-margin-right:0.5rem}
.scroll-mr-2\.5{scroll-margin-right:0.625rem}
.scroll-mr-20{scroll-margin-right:5rem}
.scroll-mr-24{scroll-margin-right:6rem}
.scroll-mr-28{scroll-margin-right:7rem}
.scroll-mr-3{scroll-margin-right:0.75rem}
.scroll-mr-3\.5{scroll-margin-right:0.875rem}
.scroll-mr-32{scroll-margin-right:8rem}
.scroll-mr-36{scroll-margin-right:9rem}
.scroll-mr-4{scroll-margin-right:1rem}
.scroll-mr-40{scroll-margin-right:10rem}
.scroll-mr-44{scroll-margin-right:11rem}
.scroll-mr-48{scroll-margin-right:12rem}
.scroll-mr-5{scroll-margin-right:1.25rem}
.scroll-mr-52{scroll-margin-right:13rem}
.scroll-mr-56{scroll-margin-right:14rem}
.scroll-mr-6{scroll-margin-right:1.5rem}
.scroll-mr-60{scroll-margin-right:15rem}
.scroll-mr-64{scroll-margin-right:16rem}
.scroll-mr-7{scroll-margin-right:1.75rem}
.scroll-mr-72{scroll-margin-right:18rem}
.scroll-mr-8{scroll-margin-right:2rem}
.scroll-mr-80{scroll-margin-right:20rem}
.scroll-mr-9{scroll-margin-right:2.25rem}
.scroll-mr-96{scroll-margin-right:24rem}
.scroll-mr-px{scroll-margin-right:1px}
.scroll-ms-0{scroll-margin-inline-start:0px}
.scroll-ms-0\.5{scroll-margin-inline-start:0.125rem}
.scroll-ms-1{scroll-margin-inline-start:0.25rem}
.scroll-ms-1\.5{scroll-margin-inline-start:0.375rem}
.scroll-ms-10{scroll-margin-inline-start:2.5rem}
.scroll-ms-11{scroll-margin-inline-start:2.75rem}
.scroll-ms-12{scroll-margin-inline-start:3rem}
.scroll-ms-14{scroll-margin-inline-start:3.5rem}
.scroll-ms-16{scroll-margin-inline-start:4rem}
.scroll-ms-2{scroll-margin-inline-start:0.5rem}
.scroll-ms-2\.5{scroll-margin-inline-start:0.625rem}
.scroll-ms-20{scroll-margin-inline-start:5rem}
.scroll-ms-24{scroll-margin-inline-start:6rem}
.scroll-ms-28{scroll-margin-inline-start:7rem}
.scroll-ms-3{scroll-margin-inline-start:0.75rem}
.scroll-ms-3\.5{scroll-margin-inline-start:0.875rem}
.scroll-ms-32{scroll-margin-inline-start:8rem}
.scroll-ms-36{scroll-margin-inline-start:9rem}
.scroll-ms-4{scroll-margin-inline-start:1rem}
.scroll-ms-40{scroll-margin-inline-start:10rem}
.scroll-ms-44{scroll-margin-inline-start:11rem}
.scroll-ms-48{scroll-margin-inline-start:12rem}
.scroll-ms-5{scroll-margin-inline-start:1.25rem}
.scroll-ms-52{scroll-margin-inline-start:13rem}
.scroll-ms-56{scroll-margin-inline-start:14rem}
.scroll-ms-6{scroll-margin-inline-start:1.5rem}
.scroll-ms-60{scroll-margin-inline-start:15rem}
.scroll-ms-64{scroll-margin-inline-start:16rem}
.scroll-ms-7{scroll-margin-inline-start:1.75rem}
.scroll-ms-72{scroll-margin-inline-start:18rem}
.scroll-ms-8{scroll-margin-inline-start:2rem}
.scroll-ms-80{scroll-margin-inline-start:20rem}
.scroll-ms-9{scroll-margin-inline-start:2.25rem}
.scroll-ms-96{scroll-margin-inline-start:24rem}
.scroll-ms-px{scroll-margin-inline-start:1px}
.scroll-mt-0{scroll-margin-top:0px}
.scroll-mt-0\.5{scroll-margin-top:0.125rem}
.scroll-mt-1{scroll-margin-top:0.25rem}
.scroll-mt-1\.5{scroll-margin-top:0.375rem}
.scroll-mt-10{scroll-margin-top:2.5rem}
.scroll-mt-11{scroll-margin-top:2.75rem}
.scroll-mt-12{scroll-margin-top:3rem}
.scroll-mt-14{scroll-margin-top:3.5rem}
.scroll-mt-16{scroll-margin-top:4rem}
.scroll-mt-2{scroll-margin-top:0.5rem}
.scroll-mt-2\.5{scroll-margin-top:0.625rem}
.scroll-mt-20{scroll-margin-top:5rem}
.scroll-mt-24{scroll-margin-top:6rem}
.scroll-mt-28{scroll-margin-top:7rem}
.scroll-mt-3{scroll-margin-top:0.75rem}
.scroll-mt-3\.5{scroll-margin-top:0.875rem}
.scroll-mt-32{scroll-margin-top:8rem}
.scroll-mt-36{scroll-margin-top:9rem}
.scroll-mt-4{scroll-margin-top:1rem}
.scroll-mt-40{scroll-margin-top:10rem}
.scroll-mt-44{scroll-margin-top:11rem}
.scroll-mt-48{scroll-margin-top:12rem}
.scroll-mt-5{scroll-margin-top:1.25rem}
.scroll-mt-52{scroll-margin-top:13rem}
.scroll-mt-56{scroll-margin-top:14rem}
.scroll-mt-6{scroll-margin-top:1.5rem}
.scroll-mt-60{scroll-margin-top:15rem}
.scroll-mt-64{scroll-margin-top:16rem}
.scroll-mt-7{scroll-margin-top:1.75rem}
.scroll-mt-72{scroll-margin-top:18rem}
.scroll-mt-8{scroll-margin-top:2rem}
.scroll-mt-80{scroll-margin-top:20rem}
.scroll-mt-9{scroll-margin-top:2.25rem}
.scroll-mt-96{scroll-margin-top:24rem}
.scroll-mt-px{scroll-margin-top:1px}
.list-decimal{list-style-type:decimal}
.list-image-none{list-style-image:none}
.columns-1{-moz-columns:1;columns:1}
.columns-10{-moz-columns:10;columns:10}
.columns-11{-moz-columns:11;columns:11}
.columns-12{-moz-columns:12;columns:12}
.columns-2{-moz-columns:2;columns:2}
.columns-2xl{-moz-columns:42rem;columns:42rem}
.columns-2xs{-moz-columns:18rem;columns:18rem}
.columns-3{-moz-columns:3;columns:3}
.columns-3xl{-moz-columns:48rem;columns:48rem}
.columns-3xs{-moz-columns:16rem;columns:16rem}
.columns-4{-moz-columns:4;columns:4}
.columns-4xl{-moz-columns:56rem;columns:56rem}
.columns-5{-moz-columns:5;columns:5}
.columns-5xl{-moz-columns:64rem;columns:64rem}
.columns-6{-moz-columns:6;columns:6}
.columns-6xl{-moz-columns:72rem;columns:72rem}
.columns-7{-moz-columns:7;columns:7}
.columns-7xl{-moz-columns:80rem;columns:80rem}
.columns-8{-moz-columns:8;columns:8}
.columns-9{-moz-columns:9;columns:9}
.columns-auto{-moz-columns:auto;columns:auto}
.columns-lg{-moz-columns:32rem;columns:32rem}
.columns-md{-moz-columns:28rem;columns:28rem}
.columns-sm{-moz-columns:24rem;columns:24rem}
.columns-xl{-moz-columns:36rem;columns:36rem}
.columns-xs{-moz-columns:20rem;columns:20rem}
.break-before-column{-moz-column-break-before:column;break-before:column}
.break-inside-avoid-column{-moz-column-break-inside:avoid;break-inside:avoid-column}
.break-after-column{-moz-column-break-after:column;break-after:column}
.auto-cols-max{grid-auto-columns:max-content}
.auto-cols-min{grid-auto-columns:min-content}
.grid-flow-row{grid-auto-flow:row}
.grid-flow-col{grid-auto-flow:column}
.grid-flow-dense{grid-auto-flow:dense}
.grid-flow-row-dense{grid-auto-flow:row dense}
.grid-flow-col-dense{grid-auto-flow:column dense}
.auto-rows-max{grid-auto-rows:max-content}
.auto-rows-min{grid-auto-rows:min-content}
.grid-cols-1{grid-template-columns:repeat(1, minmax(0, 1fr))}
.grid-cols-10{grid-template-columns:repeat(10, minmax(0, 1fr))}
.grid-cols-11{grid-template-columns:repeat(11, minmax(0, 1fr))}
.grid-cols-12{grid-template-columns:repeat(12, minmax(0, 1fr))}
.grid-cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}
.grid-cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}
.grid-cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}
.grid-cols-5{grid-template-columns:repeat(5, minmax(0, 1fr))}
.grid-cols-6{grid-template-columns:repeat(6, minmax(0, 1fr))}
.grid-cols-7{grid-template-columns:repeat(7, minmax(0, 1fr))}
.grid-cols-8{grid-template-columns:repeat(8, minmax(0, 1fr))}
.grid-cols-9{grid-template-columns:repeat(9, minmax(0, 1fr))}
.grid-cols-none{grid-template-columns:none}
.grid-cols-subgrid{grid-template-columns:subgrid}
.grid-rows-1{grid-template-rows:repeat(1, minmax(0, 1fr))}
.grid-rows-10{grid-template-rows:repeat(10, minmax(0, 1fr))}
.grid-rows-11{grid-template-rows:repeat(11, minmax(0, 1fr))}
.grid-rows-12{grid-template-rows:repeat(12, minmax(0, 1fr))}
.grid-rows-2{grid-template-rows:repeat(2, minmax(0, 1fr))}
.grid-rows-3{grid-template-rows:repeat(3, minmax(0, 1fr))}
.grid-rows-4{grid-template-rows:repeat(4, minmax(0, 1fr))}
.grid-rows-5{grid-template-rows:repeat(5, minmax(0, 1fr))}
.grid-rows-6{grid-template-rows:repeat(6, minmax(0, 1fr))}
.grid-rows-7{grid-template-rows:repeat(7, minmax(0, 1fr))}
.grid-rows-8{grid-template-rows:repeat(8, minmax(0, 1fr))}
.grid-rows-9{grid-template-rows:repeat(9, minmax(0, 1fr))}
.grid-rows-none{grid-template-rows:none}
.grid-rows-subgrid{grid-template-rows:subgrid}
.flex-row{flex-direction:row}
.flex-col{flex-direction:column}
.flex-wrap{flex-wrap:wrap}
.place-items-start{place-items:start}
.place-items-end{place-items:end}
.place-items-center{place-items:center}
.place-items-baseline{place-items:baseline}
.place-items-stretch{place-items:stretch}
.content-normal{align-content:normal}
.items-start{align-items:flex-start}
.items-end{align-items:flex-end}
.items-center{align-items:center}
.items-baseline{align-items:baseline}
.items-stretch{align-items:stretch}
.justify-normal{justify-content:normal}
.justify-end{justify-content:flex-end}
.justify-center{justify-content:center}
.justify-between{justify-content:space-between}
.justify-items-start{justify-items:start}
.justify-items-end{justify-items:end}
.justify-items-center{justify-items:center}
.justify-items-stretch{justify-items:stretch}
.gap-2{gap:0.5rem}
.gap-4{gap:1rem}
.divide-amber-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(254 243 199 / var(--tw-divide-opacity))}
.divide-amber-100\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0)}
.divide-amber-100\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.1)}
.divide-amber-100\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 1)}
.divide-amber-100\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.15)}
.divide-amber-100\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.2)}
.divide-amber-100\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.25)}
.divide-amber-100\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.3)}
.divide-amber-100\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.35)}
.divide-amber-100\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.4)}
.divide-amber-100\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.45)}
.divide-amber-100\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.05)}
.divide-amber-100\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.5)}
.divide-amber-100\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.55)}
.divide-amber-100\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.6)}
.divide-amber-100\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.65)}
.divide-amber-100\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.7)}
.divide-amber-100\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.75)}
.divide-amber-100\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.8)}
.divide-amber-100\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.85)}
.divide-amber-100\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.9)}
.divide-amber-100\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(254 243 199 / 0.95)}
.divide-amber-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(253 230 138 / var(--tw-divide-opacity))}
.divide-amber-200\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0)}
.divide-amber-200\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.1)}
.divide-amber-200\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 1)}
.divide-amber-200\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.15)}
.divide-amber-200\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.2)}
.divide-amber-200\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.25)}
.divide-amber-200\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.3)}
.divide-amber-200\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.35)}
.divide-amber-200\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.4)}
.divide-amber-200\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.45)}
.divide-amber-200\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.05)}
.divide-amber-200\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.5)}
.divide-amber-200\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.55)}
.divide-amber-200\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.6)}
.divide-amber-200\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.65)}
.divide-amber-200\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.7)}
.divide-amber-200\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.75)}
.divide-amber-200\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.8)}
.divide-amber-200\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.85)}
.divide-amber-200\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.9)}
.divide-amber-200\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(253 230 138 / 0.95)}
.divide-amber-300 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(252 211 77 / var(--tw-divide-opacity))}
.divide-amber-300\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0)}
.divide-amber-300\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.1)}
.divide-amber-300\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 1)}
.divide-amber-300\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.15)}
.divide-amber-300\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.2)}
.divide-amber-300\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.25)}
.divide-amber-300\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.3)}
.divide-amber-300\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.35)}
.divide-amber-300\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.4)}
.divide-amber-300\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.45)}
.divide-amber-300\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.05)}
.divide-amber-300\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.5)}
.divide-amber-300\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.55)}
.divide-amber-300\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.6)}
.divide-amber-300\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.65)}
.divide-amber-300\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.7)}
.divide-amber-300\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.75)}
.divide-amber-300\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.8)}
.divide-amber-300\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.85)}
.divide-amber-300\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.9)}
.divide-amber-300\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(252 211 77 / 0.95)}
.divide-amber-400 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(251 191 36 / var(--tw-divide-opacity))}
.divide-amber-400\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0)}
.divide-amber-400\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.1)}
.divide-amber-400\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 1)}
.divide-amber-400\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.15)}
.divide-amber-400\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.2)}
.divide-amber-400\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.25)}
.divide-amber-400\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.3)}
.divide-amber-400\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.35)}
.divide-amber-400\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.4)}
.divide-amber-400\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.45)}
.divide-amber-400\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.05)}
.divide-amber-400\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.5)}
.divide-amber-400\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.55)}
.divide-amber-400\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.6)}
.divide-amber-400\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.65)}
.divide-amber-400\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.7)}
.divide-amber-400\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.75)}
.divide-amber-400\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.8)}
.divide-amber-400\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.85)}
.divide-amber-400\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.9)}
.divide-amber-400\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(251 191 36 / 0.95)}
.divide-amber-50 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 251 235 / var(--tw-divide-opacity))}
.divide-amber-50\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0)}
.divide-amber-50\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.1)}
.divide-amber-50\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 1)}
.divide-amber-50\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.15)}
.divide-amber-50\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.2)}
.divide-amber-50\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.25)}
.divide-amber-50\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.3)}
.divide-amber-50\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.35)}
.divide-amber-50\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.4)}
.divide-amber-50\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.45)}
.divide-amber-50\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.05)}
.divide-amber-50\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.5)}
.divide-amber-50\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.55)}
.divide-amber-50\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.6)}
.divide-amber-50\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.65)}
.divide-amber-50\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.7)}
.divide-amber-50\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.75)}
.divide-amber-50\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.8)}
.divide-amber-50\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.85)}
.divide-amber-50\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.9)}
.divide-amber-50\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 251 235 / 0.95)}
.divide-amber-500 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(245 158 11 / var(--tw-divide-opacity))}
.divide-amber-500\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0)}
.divide-amber-500\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.1)}
.divide-amber-500\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 1)}
.divide-amber-500\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.15)}
.divide-amber-500\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.2)}
.divide-amber-500\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.25)}
.divide-amber-500\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.3)}
.divide-amber-500\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.35)}
.divide-amber-500\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.4)}
.divide-amber-500\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.45)}
.divide-amber-500\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.05)}
.divide-amber-500\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.5)}
.divide-amber-500\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.55)}
.divide-amber-500\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.6)}
.divide-amber-500\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.65)}
.divide-amber-500\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.7)}
.divide-amber-500\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.75)}
.divide-amber-500\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.8)}
.divide-amber-500\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.85)}
.divide-amber-500\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.9)}
.divide-amber-500\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(245 158 11 / 0.95)}
.divide-amber-600 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(217 119 6 / var(--tw-divide-opacity))}
.divide-amber-600\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0)}
.divide-amber-600\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.1)}
.divide-amber-600\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 1)}
.divide-amber-600\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.15)}
.divide-amber-600\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.2)}
.divide-amber-600\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.25)}
.divide-amber-600\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.3)}
.divide-amber-600\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.35)}
.divide-amber-600\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.4)}
.divide-amber-600\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.45)}
.divide-amber-600\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.05)}
.divide-amber-600\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.5)}
.divide-amber-600\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.55)}
.divide-amber-600\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.6)}
.divide-amber-600\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.65)}
.divide-amber-600\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.7)}
.divide-amber-600\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.75)}
.divide-amber-600\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.8)}
.divide-amber-600\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.85)}
.divide-amber-600\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.9)}
.divide-amber-600\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 119 6 / 0.95)}
.divide-amber-700 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(180 83 9 / var(--tw-divide-opacity))}
.divide-amber-700\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0)}
.divide-amber-700\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.1)}
.divide-amber-700\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 1)}
.divide-amber-700\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.15)}
.divide-amber-700\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.2)}
.divide-amber-700\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.25)}
.divide-amber-700\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.3)}
.divide-amber-700\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.35)}
.divide-amber-700\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.4)}
.divide-amber-700\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.45)}
.divide-amber-700\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.05)}
.divide-amber-700\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.5)}
.divide-amber-700\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.55)}
.divide-amber-700\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.6)}
.divide-amber-700\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.65)}
.divide-amber-700\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.7)}
.divide-amber-700\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.75)}
.divide-amber-700\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.8)}
.divide-amber-700\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.85)}
.divide-amber-700\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.9)}
.divide-amber-700\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(180 83 9 / 0.95)}
.divide-amber-800 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(146 64 14 / var(--tw-divide-opacity))}
.divide-amber-800\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0)}
.divide-amber-800\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.1)}
.divide-amber-800\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 1)}
.divide-amber-800\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.15)}
.divide-amber-800\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.2)}
.divide-amber-800\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.25)}
.divide-amber-800\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.3)}
.divide-amber-800\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.35)}
.divide-amber-800\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.4)}
.divide-amber-800\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.45)}
.divide-amber-800\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.05)}
.divide-amber-800\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.5)}
.divide-amber-800\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.55)}
.divide-amber-800\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.6)}
.divide-amber-800\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.65)}
.divide-amber-800\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.7)}
.divide-amber-800\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.75)}
.divide-amber-800\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.8)}
.divide-amber-800\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.85)}
.divide-amber-800\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.9)}
.divide-amber-800\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(146 64 14 / 0.95)}
.divide-amber-900 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(120 53 15 / var(--tw-divide-opacity))}
.divide-amber-900\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0)}
.divide-amber-900\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.1)}
.divide-amber-900\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 1)}
.divide-amber-900\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.15)}
.divide-amber-900\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.2)}
.divide-amber-900\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.25)}
.divide-amber-900\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.3)}
.divide-amber-900\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.35)}
.divide-amber-900\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.4)}
.divide-amber-900\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.45)}
.divide-amber-900\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.05)}
.divide-amber-900\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.5)}
.divide-amber-900\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.55)}
.divide-amber-900\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.6)}
.divide-amber-900\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.65)}
.divide-amber-900\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.7)}
.divide-amber-900\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.75)}
.divide-amber-900\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.8)}
.divide-amber-900\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.85)}
.divide-amber-900\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.9)}
.divide-amber-900\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(120 53 15 / 0.95)}
.divide-amber-950 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(69 26 3 / var(--tw-divide-opacity))}
.divide-amber-950\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0)}
.divide-amber-950\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.1)}
.divide-amber-950\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 1)}
.divide-amber-950\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.15)}
.divide-amber-950\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.2)}
.divide-amber-950\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.25)}
.divide-amber-950\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.3)}
.divide-amber-950\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.35)}
.divide-amber-950\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.4)}
.divide-amber-950\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.45)}
.divide-amber-950\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.05)}
.divide-amber-950\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.5)}
.divide-amber-950\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.55)}
.divide-amber-950\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.6)}
.divide-amber-950\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.65)}
.divide-amber-950\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.7)}
.divide-amber-950\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.75)}
.divide-amber-950\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.8)}
.divide-amber-950\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.85)}
.divide-amber-950\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.9)}
.divide-amber-950\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(69 26 3 / 0.95)}
.divide-background-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-background-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-background-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-background-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-background-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-background-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-background-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-background-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-background-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-background-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-background-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-background-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-background-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-background-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-background-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-background-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-background-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-background-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-background-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-background-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-background-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-background-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-background-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-background-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-background-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(107 111 115 / var(--tw-divide-opacity))}
.divide-background-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0)}
.divide-background-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.1)}
.divide-background-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 1)}
.divide-background-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.15)}
.divide-background-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.2)}
.divide-background-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.25)}
.divide-background-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.3)}
.divide-background-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.35)}
.divide-background-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.4)}
.divide-background-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.45)}
.divide-background-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.05)}
.divide-background-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.5)}
.divide-background-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.55)}
.divide-background-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.6)}
.divide-background-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.65)}
.divide-background-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.7)}
.divide-background-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.75)}
.divide-background-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.8)}
.divide-background-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.85)}
.divide-background-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.9)}
.divide-background-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(107 111 115 / 0.95)}
.divide-bt-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-bt-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-bt-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-bt-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-bt-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-bt-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-bt-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-bt-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-bt-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-bt-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-bt-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-bt-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-bt-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-bt-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-bt-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-bt-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-bt-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-bt-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-bt-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-bt-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-bt-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-bt-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-bt-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-bt-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-bt-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59 / var(--tw-divide-opacity))}
.divide-bt-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0)}
.divide-bt-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.1)}
.divide-bt-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 1)}
.divide-bt-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.15)}
.divide-bt-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.2)}
.divide-bt-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.25)}
.divide-bt-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.3)}
.divide-bt-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.35)}
.divide-bt-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.4)}
.divide-bt-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.45)}
.divide-bt-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.05)}
.divide-bt-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.5)}
.divide-bt-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.55)}
.divide-bt-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.6)}
.divide-bt-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.65)}
.divide-bt-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.7)}
.divide-bt-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.75)}
.divide-bt-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.8)}
.divide-bt-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.85)}
.divide-bt-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.9)}
.divide-bt-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.95)}
.divide-btLight-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-btLight-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-btLight-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-btLight-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-btLight-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-btLight-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-btLight-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-btLight-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-btLight-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-btLight-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-btLight-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-btLight-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-btLight-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-btLight-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-btLight-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-btLight-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-btLight-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-btLight-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-btLight-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-btLight-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-btLight-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-btLight-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-btLight-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-btLight-text-isDark > :not([hidden]) ~ :not([hidden]){}
.divide-btLight-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(72 171 217 / var(--tw-divide-opacity))}
.divide-btLight-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0)}
.divide-btLight-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.1)}
.divide-btLight-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 1)}
.divide-btLight-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.15)}
.divide-btLight-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.2)}
.divide-btLight-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.25)}
.divide-btLight-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.3)}
.divide-btLight-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.35)}
.divide-btLight-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.4)}
.divide-btLight-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.45)}
.divide-btLight-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.05)}
.divide-btLight-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.5)}
.divide-btLight-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.55)}
.divide-btLight-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.6)}
.divide-btLight-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.65)}
.divide-btLight-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.7)}
.divide-btLight-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.75)}
.divide-btLight-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.8)}
.divide-btLight-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.85)}
.divide-btLight-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.9)}
.divide-btLight-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.95)}
.divide-cardBackground-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-cardBackground-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-cardBackground-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-cardBackground-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-cardBackground-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-cardBackground-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-cardBackground-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-cardBackground-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-cardBackground-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-cardBackground-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-cardBackground-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-cardBackground-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-cardBackground-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-cardBackground-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-cardBackground-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-cardBackground-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-cardBackground-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-cardBackground-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-cardBackground-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-cardBackground-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-cardBackground-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-cardBackground-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-cardBackground-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-cardBackground-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-cardBackground-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 132 132 / var(--tw-divide-opacity))}
.divide-cardBackground-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0)}
.divide-cardBackground-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.1)}
.divide-cardBackground-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 1)}
.divide-cardBackground-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.15)}
.divide-cardBackground-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.2)}
.divide-cardBackground-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.25)}
.divide-cardBackground-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.3)}
.divide-cardBackground-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.35)}
.divide-cardBackground-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.4)}
.divide-cardBackground-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.45)}
.divide-cardBackground-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.05)}
.divide-cardBackground-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.5)}
.divide-cardBackground-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.55)}
.divide-cardBackground-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.6)}
.divide-cardBackground-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.65)}
.divide-cardBackground-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.7)}
.divide-cardBackground-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.75)}
.divide-cardBackground-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.8)}
.divide-cardBackground-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.85)}
.divide-cardBackground-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.9)}
.divide-cardBackground-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.95)}
.divide-cardHeader-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-cardHeader-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-cardHeader-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-cardHeader-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-cardHeader-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-cardHeader-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-cardHeader-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-cardHeader-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-cardHeader-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-cardHeader-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-cardHeader-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-cardHeader-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-cardHeader-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-cardHeader-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-cardHeader-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-cardHeader-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-cardHeader-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-cardHeader-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-cardHeader-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-cardHeader-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-cardHeader-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-cardHeader-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-cardHeader-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-cardHeader-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-cardHeader-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(126 126 132 / var(--tw-divide-opacity))}
.divide-cardHeader-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0)}
.divide-cardHeader-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.1)}
.divide-cardHeader-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 1)}
.divide-cardHeader-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.15)}
.divide-cardHeader-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.2)}
.divide-cardHeader-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.25)}
.divide-cardHeader-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.3)}
.divide-cardHeader-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.35)}
.divide-cardHeader-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.4)}
.divide-cardHeader-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.45)}
.divide-cardHeader-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.05)}
.divide-cardHeader-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.5)}
.divide-cardHeader-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.55)}
.divide-cardHeader-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.6)}
.divide-cardHeader-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.65)}
.divide-cardHeader-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.7)}
.divide-cardHeader-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.75)}
.divide-cardHeader-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.8)}
.divide-cardHeader-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.85)}
.divide-cardHeader-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.9)}
.divide-cardHeader-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(126 126 132 / 0.95)}
.divide-danger-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-danger-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-danger-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-danger-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-danger-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-danger-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-danger-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-danger-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-danger-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-danger-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-danger-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-danger-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-danger-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-danger-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-danger-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-danger-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-danger-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-danger-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-danger-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-danger-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-danger-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-danger-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-danger-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-danger-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-danger-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(232 87 67 / var(--tw-divide-opacity))}
.divide-danger-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0)}
.divide-danger-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.1)}
.divide-danger-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 1)}
.divide-danger-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.15)}
.divide-danger-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.2)}
.divide-danger-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.25)}
.divide-danger-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.3)}
.divide-danger-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.35)}
.divide-danger-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.4)}
.divide-danger-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.45)}
.divide-danger-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.05)}
.divide-danger-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.5)}
.divide-danger-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.55)}
.divide-danger-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.6)}
.divide-danger-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.65)}
.divide-danger-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.7)}
.divide-danger-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.75)}
.divide-danger-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.8)}
.divide-danger-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.85)}
.divide-danger-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.9)}
.divide-danger-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(232 87 67 / 0.95)}
.divide-emerald-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 250 229 / var(--tw-divide-opacity))}
.divide-emerald-100\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0)}
.divide-emerald-100\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.1)}
.divide-emerald-100\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 1)}
.divide-emerald-100\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.15)}
.divide-emerald-100\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.2)}
.divide-emerald-100\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.25)}
.divide-emerald-100\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.3)}
.divide-emerald-100\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.35)}
.divide-emerald-100\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.4)}
.divide-emerald-100\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.45)}
.divide-emerald-100\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.05)}
.divide-emerald-100\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.5)}
.divide-emerald-100\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.55)}
.divide-emerald-100\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.6)}
.divide-emerald-100\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.65)}
.divide-emerald-100\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.7)}
.divide-emerald-100\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.75)}
.divide-emerald-100\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.8)}
.divide-emerald-100\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.85)}
.divide-emerald-100\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.9)}
.divide-emerald-100\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(209 250 229 / 0.95)}
.divide-emerald-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(167 243 208 / var(--tw-divide-opacity))}
.divide-emerald-200\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0)}
.divide-emerald-200\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.1)}
.divide-emerald-200\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 1)}
.divide-emerald-200\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.15)}
.divide-emerald-200\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.2)}
.divide-emerald-200\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.25)}
.divide-emerald-200\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.3)}
.divide-emerald-200\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.35)}
.divide-emerald-200\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.4)}
.divide-emerald-200\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.45)}
.divide-emerald-200\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.05)}
.divide-emerald-200\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.5)}
.divide-emerald-200\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.55)}
.divide-emerald-200\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.6)}
.divide-emerald-200\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.65)}
.divide-emerald-200\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.7)}
.divide-emerald-200\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.75)}
.divide-emerald-200\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.8)}
.divide-emerald-200\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.85)}
.divide-emerald-200\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.9)}
.divide-emerald-200\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(167 243 208 / 0.95)}
.divide-emerald-300 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(110 231 183 / var(--tw-divide-opacity))}
.divide-emerald-300\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0)}
.divide-emerald-300\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.1)}
.divide-emerald-300\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 1)}
.divide-emerald-300\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.15)}
.divide-emerald-300\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.2)}
.divide-emerald-300\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.25)}
.divide-emerald-300\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.3)}
.divide-emerald-300\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.35)}
.divide-emerald-300\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.4)}
.divide-emerald-300\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.45)}
.divide-emerald-300\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.05)}
.divide-emerald-300\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.5)}
.divide-emerald-300\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.55)}
.divide-emerald-300\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.6)}
.divide-emerald-300\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.65)}
.divide-emerald-300\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.7)}
.divide-emerald-300\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.75)}
.divide-emerald-300\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.8)}
.divide-emerald-300\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.85)}
.divide-emerald-300\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.9)}
.divide-emerald-300\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(110 231 183 / 0.95)}
.divide-emerald-400 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(52 211 153 / var(--tw-divide-opacity))}
.divide-emerald-400\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0)}
.divide-emerald-400\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.1)}
.divide-emerald-400\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 1)}
.divide-emerald-400\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.15)}
.divide-emerald-400\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.2)}
.divide-emerald-400\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.25)}
.divide-emerald-400\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.3)}
.divide-emerald-400\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.35)}
.divide-emerald-400\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.4)}
.divide-emerald-400\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.45)}
.divide-emerald-400\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.05)}
.divide-emerald-400\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.5)}
.divide-emerald-400\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.55)}
.divide-emerald-400\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.6)}
.divide-emerald-400\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.65)}
.divide-emerald-400\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.7)}
.divide-emerald-400\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.75)}
.divide-emerald-400\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.8)}
.divide-emerald-400\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.85)}
.divide-emerald-400\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.9)}
.divide-emerald-400\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(52 211 153 / 0.95)}
.divide-emerald-50 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(236 253 245 / var(--tw-divide-opacity))}
.divide-emerald-50\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0)}
.divide-emerald-50\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.1)}
.divide-emerald-50\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 1)}
.divide-emerald-50\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.15)}
.divide-emerald-50\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.2)}
.divide-emerald-50\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.25)}
.divide-emerald-50\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.3)}
.divide-emerald-50\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.35)}
.divide-emerald-50\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.4)}
.divide-emerald-50\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.45)}
.divide-emerald-50\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.05)}
.divide-emerald-50\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.5)}
.divide-emerald-50\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.55)}
.divide-emerald-50\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.6)}
.divide-emerald-50\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.65)}
.divide-emerald-50\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.7)}
.divide-emerald-50\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.75)}
.divide-emerald-50\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.8)}
.divide-emerald-50\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.85)}
.divide-emerald-50\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.9)}
.divide-emerald-50\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 253 245 / 0.95)}
.divide-emerald-500 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(16 185 129 / var(--tw-divide-opacity))}
.divide-emerald-500\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0)}
.divide-emerald-500\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.1)}
.divide-emerald-500\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 1)}
.divide-emerald-500\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.15)}
.divide-emerald-500\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.2)}
.divide-emerald-500\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.25)}
.divide-emerald-500\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.3)}
.divide-emerald-500\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.35)}
.divide-emerald-500\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.4)}
.divide-emerald-500\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.45)}
.divide-emerald-500\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.05)}
.divide-emerald-500\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.5)}
.divide-emerald-500\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.55)}
.divide-emerald-500\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.6)}
.divide-emerald-500\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.65)}
.divide-emerald-500\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.7)}
.divide-emerald-500\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.75)}
.divide-emerald-500\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.8)}
.divide-emerald-500\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.85)}
.divide-emerald-500\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.9)}
.divide-emerald-500\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(16 185 129 / 0.95)}
.divide-emerald-600 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(5 150 105 / var(--tw-divide-opacity))}
.divide-emerald-600\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0)}
.divide-emerald-600\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.1)}
.divide-emerald-600\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 1)}
.divide-emerald-600\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.15)}
.divide-emerald-600\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.2)}
.divide-emerald-600\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.25)}
.divide-emerald-600\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.3)}
.divide-emerald-600\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.35)}
.divide-emerald-600\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.4)}
.divide-emerald-600\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.45)}
.divide-emerald-600\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.05)}
.divide-emerald-600\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.5)}
.divide-emerald-600\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.55)}
.divide-emerald-600\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.6)}
.divide-emerald-600\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.65)}
.divide-emerald-600\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.7)}
.divide-emerald-600\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.75)}
.divide-emerald-600\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.8)}
.divide-emerald-600\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.85)}
.divide-emerald-600\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.9)}
.divide-emerald-600\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(5 150 105 / 0.95)}
.divide-emerald-700 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(4 120 87 / var(--tw-divide-opacity))}
.divide-emerald-700\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0)}
.divide-emerald-700\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.1)}
.divide-emerald-700\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 1)}
.divide-emerald-700\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.15)}
.divide-emerald-700\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.2)}
.divide-emerald-700\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.25)}
.divide-emerald-700\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.3)}
.divide-emerald-700\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.35)}
.divide-emerald-700\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.4)}
.divide-emerald-700\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.45)}
.divide-emerald-700\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.05)}
.divide-emerald-700\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.5)}
.divide-emerald-700\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.55)}
.divide-emerald-700\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.6)}
.divide-emerald-700\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.65)}
.divide-emerald-700\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.7)}
.divide-emerald-700\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.75)}
.divide-emerald-700\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.8)}
.divide-emerald-700\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.85)}
.divide-emerald-700\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.9)}
.divide-emerald-700\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(4 120 87 / 0.95)}
.divide-emerald-800 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(6 95 70 / var(--tw-divide-opacity))}
.divide-emerald-800\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0)}
.divide-emerald-800\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.1)}
.divide-emerald-800\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 1)}
.divide-emerald-800\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.15)}
.divide-emerald-800\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.2)}
.divide-emerald-800\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.25)}
.divide-emerald-800\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.3)}
.divide-emerald-800\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.35)}
.divide-emerald-800\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.4)}
.divide-emerald-800\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.45)}
.divide-emerald-800\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.05)}
.divide-emerald-800\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.5)}
.divide-emerald-800\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.55)}
.divide-emerald-800\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.6)}
.divide-emerald-800\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.65)}
.divide-emerald-800\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.7)}
.divide-emerald-800\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.75)}
.divide-emerald-800\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.8)}
.divide-emerald-800\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.85)}
.divide-emerald-800\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.9)}
.divide-emerald-800\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 95 70 / 0.95)}
.divide-emerald-900 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(6 78 59 / var(--tw-divide-opacity))}
.divide-emerald-900\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0)}
.divide-emerald-900\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.1)}
.divide-emerald-900\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 1)}
.divide-emerald-900\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.15)}
.divide-emerald-900\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.2)}
.divide-emerald-900\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.25)}
.divide-emerald-900\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.3)}
.divide-emerald-900\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.35)}
.divide-emerald-900\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.4)}
.divide-emerald-900\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.45)}
.divide-emerald-900\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.05)}
.divide-emerald-900\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.5)}
.divide-emerald-900\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.55)}
.divide-emerald-900\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.6)}
.divide-emerald-900\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.65)}
.divide-emerald-900\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.7)}
.divide-emerald-900\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.75)}
.divide-emerald-900\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.8)}
.divide-emerald-900\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.85)}
.divide-emerald-900\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.9)}
.divide-emerald-900\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(6 78 59 / 0.95)}
.divide-emerald-950 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(2 44 34 / var(--tw-divide-opacity))}
.divide-emerald-950\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0)}
.divide-emerald-950\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.1)}
.divide-emerald-950\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 1)}
.divide-emerald-950\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.15)}
.divide-emerald-950\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.2)}
.divide-emerald-950\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.25)}
.divide-emerald-950\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.3)}
.divide-emerald-950\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.35)}
.divide-emerald-950\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.4)}
.divide-emerald-950\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.45)}
.divide-emerald-950\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.05)}
.divide-emerald-950\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.5)}
.divide-emerald-950\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.55)}
.divide-emerald-950\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.6)}
.divide-emerald-950\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.65)}
.divide-emerald-950\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.7)}
.divide-emerald-950\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.75)}
.divide-emerald-950\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.8)}
.divide-emerald-950\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.85)}
.divide-emerald-950\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.9)}
.divide-emerald-950\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(2 44 34 / 0.95)}
.divide-gridItemHover > :not([hidden]) ~ :not([hidden]){border-color:rgba(0,0,0,.03)}
.divide-gridItemHover\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0)}
.divide-gridItemHover\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.1)}
.divide-gridItemHover\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 1)}
.divide-gridItemHover\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.15)}
.divide-gridItemHover\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.2)}
.divide-gridItemHover\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.25)}
.divide-gridItemHover\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.3)}
.divide-gridItemHover\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.35)}
.divide-gridItemHover\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.4)}
.divide-gridItemHover\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.45)}
.divide-gridItemHover\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.05)}
.divide-gridItemHover\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.5)}
.divide-gridItemHover\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.55)}
.divide-gridItemHover\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.6)}
.divide-gridItemHover\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.65)}
.divide-gridItemHover\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.7)}
.divide-gridItemHover\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.75)}
.divide-gridItemHover\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.8)}
.divide-gridItemHover\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.85)}
.divide-gridItemHover\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.9)}
.divide-gridItemHover\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgba(0, 0, 0, 0.95)}
.divide-info-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-info-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-info-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-info-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-info-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-info-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-info-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-info-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-info-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-info-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-info-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-info-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-info-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-info-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-info-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-info-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-info-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-info-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-info-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-info-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-info-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-info-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-info-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-info-text-isDark > :not([hidden]) ~ :not([hidden]){}
.divide-info-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(72 171 217 / var(--tw-divide-opacity))}
.divide-info-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0)}
.divide-info-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.1)}
.divide-info-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 1)}
.divide-info-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.15)}
.divide-info-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.2)}
.divide-info-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.25)}
.divide-info-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.3)}
.divide-info-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.35)}
.divide-info-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.4)}
.divide-info-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.45)}
.divide-info-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.05)}
.divide-info-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.5)}
.divide-info-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.55)}
.divide-info-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.6)}
.divide-info-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.65)}
.divide-info-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.7)}
.divide-info-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.75)}
.divide-info-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.8)}
.divide-info-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.85)}
.divide-info-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.9)}
.divide-info-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(72 171 217 / 0.95)}
.divide-lime-100 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(236 252 203 / var(--tw-divide-opacity))}
.divide-lime-100\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0)}
.divide-lime-100\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.1)}
.divide-lime-100\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 1)}
.divide-lime-100\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.15)}
.divide-lime-100\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.2)}
.divide-lime-100\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.25)}
.divide-lime-100\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.3)}
.divide-lime-100\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.35)}
.divide-lime-100\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.4)}
.divide-lime-100\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.45)}
.divide-lime-100\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.05)}
.divide-lime-100\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.5)}
.divide-lime-100\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.55)}
.divide-lime-100\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.6)}
.divide-lime-100\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.65)}
.divide-lime-100\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.7)}
.divide-lime-100\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.75)}
.divide-lime-100\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.8)}
.divide-lime-100\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.85)}
.divide-lime-100\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.9)}
.divide-lime-100\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(236 252 203 / 0.95)}
.divide-lime-200 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(217 249 157 / var(--tw-divide-opacity))}
.divide-lime-200\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0)}
.divide-lime-200\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.1)}
.divide-lime-200\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 1)}
.divide-lime-200\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.15)}
.divide-lime-200\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.2)}
.divide-lime-200\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.25)}
.divide-lime-200\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.3)}
.divide-lime-200\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.35)}
.divide-lime-200\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.4)}
.divide-lime-200\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.45)}
.divide-lime-200\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.05)}
.divide-lime-200\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.5)}
.divide-lime-200\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.55)}
.divide-lime-200\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.6)}
.divide-lime-200\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.65)}
.divide-lime-200\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.7)}
.divide-lime-200\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.75)}
.divide-lime-200\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.8)}
.divide-lime-200\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.85)}
.divide-lime-200\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.9)}
.divide-lime-200\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(217 249 157 / 0.95)}
.divide-lime-300 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(190 242 100 / var(--tw-divide-opacity))}
.divide-lime-300\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0)}
.divide-lime-300\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.1)}
.divide-lime-300\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 1)}
.divide-lime-300\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.15)}
.divide-lime-300\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.2)}
.divide-lime-300\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.25)}
.divide-lime-300\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.3)}
.divide-lime-300\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.35)}
.divide-lime-300\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.4)}
.divide-lime-300\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.45)}
.divide-lime-300\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.05)}
.divide-lime-300\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.5)}
.divide-lime-300\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.55)}
.divide-lime-300\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.6)}
.divide-lime-300\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.65)}
.divide-lime-300\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.7)}
.divide-lime-300\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.75)}
.divide-lime-300\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.8)}
.divide-lime-300\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.85)}
.divide-lime-300\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.9)}
.divide-lime-300\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(190 242 100 / 0.95)}
.divide-lime-400 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(163 230 53 / var(--tw-divide-opacity))}
.divide-lime-400\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0)}
.divide-lime-400\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.1)}
.divide-lime-400\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 1)}
.divide-lime-400\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.15)}
.divide-lime-400\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.2)}
.divide-lime-400\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.25)}
.divide-lime-400\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.3)}
.divide-lime-400\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.35)}
.divide-lime-400\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.4)}
.divide-lime-400\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.45)}
.divide-lime-400\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.05)}
.divide-lime-400\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.5)}
.divide-lime-400\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.55)}
.divide-lime-400\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.6)}
.divide-lime-400\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.65)}
.divide-lime-400\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.7)}
.divide-lime-400\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.75)}
.divide-lime-400\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.8)}
.divide-lime-400\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.85)}
.divide-lime-400\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.9)}
.divide-lime-400\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(163 230 53 / 0.95)}
.divide-lime-50 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(247 254 231 / var(--tw-divide-opacity))}
.divide-lime-50\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0)}
.divide-lime-50\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.1)}
.divide-lime-50\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 1)}
.divide-lime-50\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.15)}
.divide-lime-50\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.2)}
.divide-lime-50\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.25)}
.divide-lime-50\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.3)}
.divide-lime-50\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.35)}
.divide-lime-50\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.4)}
.divide-lime-50\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.45)}
.divide-lime-50\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.05)}
.divide-lime-50\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.5)}
.divide-lime-50\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.55)}
.divide-lime-50\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.6)}
.divide-lime-50\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.65)}
.divide-lime-50\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.7)}
.divide-lime-50\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.75)}
.divide-lime-50\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.8)}
.divide-lime-50\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.85)}
.divide-lime-50\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.9)}
.divide-lime-50\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(247 254 231 / 0.95)}
.divide-lime-500 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 204 22 / var(--tw-divide-opacity))}
.divide-lime-500\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0)}
.divide-lime-500\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.1)}
.divide-lime-500\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 1)}
.divide-lime-500\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.15)}
.divide-lime-500\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.2)}
.divide-lime-500\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.25)}
.divide-lime-500\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.3)}
.divide-lime-500\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.35)}
.divide-lime-500\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.4)}
.divide-lime-500\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.45)}
.divide-lime-500\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.05)}
.divide-lime-500\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.5)}
.divide-lime-500\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.55)}
.divide-lime-500\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.6)}
.divide-lime-500\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.65)}
.divide-lime-500\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.7)}
.divide-lime-500\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.75)}
.divide-lime-500\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.8)}
.divide-lime-500\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.85)}
.divide-lime-500\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.9)}
.divide-lime-500\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 204 22 / 0.95)}
.divide-lime-600 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(101 163 13 / var(--tw-divide-opacity))}
.divide-lime-600\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0)}
.divide-lime-600\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.1)}
.divide-lime-600\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 1)}
.divide-lime-600\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.15)}
.divide-lime-600\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.2)}
.divide-lime-600\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.25)}
.divide-lime-600\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.3)}
.divide-lime-600\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.35)}
.divide-lime-600\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.4)}
.divide-lime-600\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.45)}
.divide-lime-600\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.05)}
.divide-lime-600\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.5)}
.divide-lime-600\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.55)}
.divide-lime-600\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.6)}
.divide-lime-600\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.65)}
.divide-lime-600\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.7)}
.divide-lime-600\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.75)}
.divide-lime-600\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.8)}
.divide-lime-600\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.85)}
.divide-lime-600\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.9)}
.divide-lime-600\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(101 163 13 / 0.95)}
.divide-lime-700 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(77 124 15 / var(--tw-divide-opacity))}
.divide-lime-700\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0)}
.divide-lime-700\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.1)}
.divide-lime-700\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 1)}
.divide-lime-700\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.15)}
.divide-lime-700\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.2)}
.divide-lime-700\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.25)}
.divide-lime-700\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.3)}
.divide-lime-700\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.35)}
.divide-lime-700\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.4)}
.divide-lime-700\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.45)}
.divide-lime-700\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.05)}
.divide-lime-700\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.5)}
.divide-lime-700\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.55)}
.divide-lime-700\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.6)}
.divide-lime-700\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.65)}
.divide-lime-700\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.7)}
.divide-lime-700\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.75)}
.divide-lime-700\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.8)}
.divide-lime-700\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.85)}
.divide-lime-700\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.9)}
.divide-lime-700\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(77 124 15 / 0.95)}
.divide-lime-800 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(63 98 18 / var(--tw-divide-opacity))}
.divide-lime-800\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0)}
.divide-lime-800\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.1)}
.divide-lime-800\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 1)}
.divide-lime-800\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.15)}
.divide-lime-800\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.2)}
.divide-lime-800\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.25)}
.divide-lime-800\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.3)}
.divide-lime-800\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.35)}
.divide-lime-800\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.4)}
.divide-lime-800\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.45)}
.divide-lime-800\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.05)}
.divide-lime-800\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.5)}
.divide-lime-800\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.55)}
.divide-lime-800\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.6)}
.divide-lime-800\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.65)}
.divide-lime-800\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.7)}
.divide-lime-800\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.75)}
.divide-lime-800\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.8)}
.divide-lime-800\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.85)}
.divide-lime-800\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.9)}
.divide-lime-800\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(63 98 18 / 0.95)}
.divide-lime-900 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(54 83 20 / var(--tw-divide-opacity))}
.divide-lime-900\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0)}
.divide-lime-900\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.1)}
.divide-lime-900\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 1)}
.divide-lime-900\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.15)}
.divide-lime-900\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.2)}
.divide-lime-900\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.25)}
.divide-lime-900\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.3)}
.divide-lime-900\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.35)}
.divide-lime-900\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.4)}
.divide-lime-900\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.45)}
.divide-lime-900\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.05)}
.divide-lime-900\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.5)}
.divide-lime-900\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.55)}
.divide-lime-900\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.6)}
.divide-lime-900\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.65)}
.divide-lime-900\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.7)}
.divide-lime-900\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.75)}
.divide-lime-900\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.8)}
.divide-lime-900\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.85)}
.divide-lime-900\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.9)}
.divide-lime-900\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(54 83 20 / 0.95)}
.divide-lime-950 > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(26 46 5 / var(--tw-divide-opacity))}
.divide-lime-950\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0)}
.divide-lime-950\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.1)}
.divide-lime-950\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 1)}
.divide-lime-950\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.15)}
.divide-lime-950\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.2)}
.divide-lime-950\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.25)}
.divide-lime-950\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.3)}
.divide-lime-950\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.35)}
.divide-lime-950\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.4)}
.divide-lime-950\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.45)}
.divide-lime-950\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.05)}
.divide-lime-950\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.5)}
.divide-lime-950\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.55)}
.divide-lime-950\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.6)}
.divide-lime-950\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.65)}
.divide-lime-950\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.7)}
.divide-lime-950\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.75)}
.divide-lime-950\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.8)}
.divide-lime-950\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.85)}
.divide-lime-950\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.9)}
.divide-lime-950\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(26 46 5 / 0.95)}
.divide-navBackground-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-navBackground-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-navBackground-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-navBackground-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-navBackground-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-navBackground-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-navBackground-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-navBackground-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-navBackground-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-navBackground-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-navBackground-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-navBackground-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-navBackground-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-navBackground-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-navBackground-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-navBackground-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-navBackground-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-navBackground-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-navBackground-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-navBackground-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-navBackground-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-navBackground-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-navBackground-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navBackground-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navBackground-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 132 132 / var(--tw-divide-opacity))}
.divide-navBackground-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0)}
.divide-navBackground-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.1)}
.divide-navBackground-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 1)}
.divide-navBackground-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.15)}
.divide-navBackground-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.2)}
.divide-navBackground-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.25)}
.divide-navBackground-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.3)}
.divide-navBackground-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.35)}
.divide-navBackground-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.4)}
.divide-navBackground-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.45)}
.divide-navBackground-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.05)}
.divide-navBackground-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.5)}
.divide-navBackground-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.55)}
.divide-navBackground-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.6)}
.divide-navBackground-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.65)}
.divide-navBackground-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.7)}
.divide-navBackground-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.75)}
.divide-navBackground-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.8)}
.divide-navBackground-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.85)}
.divide-navBackground-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.9)}
.divide-navBackground-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.95)}
.divide-navBackgroundDark-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-navBackgroundDark-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-navBackgroundDark-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-navBackgroundDark-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-navBackgroundDark-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-navBackgroundDark-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-navBackgroundDark-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-navBackgroundDark-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-navBackgroundDark-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-navBackgroundDark-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-navBackgroundDark-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-navBackgroundDark-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-navBackgroundDark-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-navBackgroundDark-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-navBackgroundDark-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-navBackgroundDark-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-navBackgroundDark-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-navBackgroundDark-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-navBackgroundDark-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-navBackgroundDark-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-navBackgroundDark-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-navBackgroundDark-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-navBackgroundDark-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navBackgroundDark-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navBackgroundDark-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59 / var(--tw-divide-opacity))}
.divide-navBackgroundDark-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0)}
.divide-navBackgroundDark-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.1)}
.divide-navBackgroundDark-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 1)}
.divide-navBackgroundDark-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.15)}
.divide-navBackgroundDark-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.2)}
.divide-navBackgroundDark-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.25)}
.divide-navBackgroundDark-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.3)}
.divide-navBackgroundDark-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.35)}
.divide-navBackgroundDark-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.4)}
.divide-navBackgroundDark-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.45)}
.divide-navBackgroundDark-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.05)}
.divide-navBackgroundDark-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.5)}
.divide-navBackgroundDark-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.55)}
.divide-navBackgroundDark-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.6)}
.divide-navBackgroundDark-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.65)}
.divide-navBackgroundDark-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.7)}
.divide-navBackgroundDark-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.75)}
.divide-navBackgroundDark-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.8)}
.divide-navBackgroundDark-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.85)}
.divide-navBackgroundDark-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.9)}
.divide-navBackgroundDark-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.95)}
.divide-navText-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-navText-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-navText-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-navText-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-navText-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-navText-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-navText-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-navText-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-navText-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-navText-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-navText-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-navText-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-navText-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-navText-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-navText-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-navText-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-navText-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-navText-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-navText-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-navText-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-navText-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-navText-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-navText-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navText-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navText-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59 / var(--tw-divide-opacity))}
.divide-navText-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0)}
.divide-navText-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.1)}
.divide-navText-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 1)}
.divide-navText-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.15)}
.divide-navText-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.2)}
.divide-navText-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.25)}
.divide-navText-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.3)}
.divide-navText-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.35)}
.divide-navText-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.4)}
.divide-navText-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.45)}
.divide-navText-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.05)}
.divide-navText-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.5)}
.divide-navText-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.55)}
.divide-navText-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.6)}
.divide-navText-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.65)}
.divide-navText-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.7)}
.divide-navText-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.75)}
.divide-navText-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.8)}
.divide-navText-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.85)}
.divide-navText-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.9)}
.divide-navText-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.95)}
.divide-navTextDark-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-navTextDark-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-navTextDark-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-navTextDark-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-navTextDark-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-navTextDark-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-navTextDark-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-navTextDark-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-navTextDark-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-navTextDark-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-navTextDark-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-navTextDark-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-navTextDark-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-navTextDark-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-navTextDark-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-navTextDark-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-navTextDark-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-navTextDark-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-navTextDark-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-navTextDark-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-navTextDark-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-navTextDark-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-navTextDark-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navTextDark-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navTextDark-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 132 132 / var(--tw-divide-opacity))}
.divide-navTextDark-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0)}
.divide-navTextDark-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.1)}
.divide-navTextDark-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 1)}
.divide-navTextDark-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.15)}
.divide-navTextDark-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.2)}
.divide-navTextDark-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.25)}
.divide-navTextDark-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.3)}
.divide-navTextDark-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.35)}
.divide-navTextDark-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.4)}
.divide-navTextDark-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.45)}
.divide-navTextDark-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.05)}
.divide-navTextDark-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.5)}
.divide-navTextDark-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.55)}
.divide-navTextDark-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.6)}
.divide-navTextDark-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.65)}
.divide-navTextDark-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.7)}
.divide-navTextDark-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.75)}
.divide-navTextDark-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.8)}
.divide-navTextDark-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.85)}
.divide-navTextDark-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.9)}
.divide-navTextDark-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.95)}
.divide-navTextHover-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-navTextHover-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-navTextHover-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-navTextHover-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-navTextHover-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-navTextHover-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-navTextHover-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-navTextHover-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-navTextHover-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-navTextHover-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-navTextHover-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-navTextHover-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-navTextHover-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-navTextHover-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-navTextHover-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-navTextHover-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-navTextHover-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-navTextHover-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-navTextHover-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-navTextHover-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-navTextHover-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-navTextHover-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-navTextHover-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navTextHover-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-navTextHover-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(30 41 59 / var(--tw-divide-opacity))}
.divide-navTextHover-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0)}
.divide-navTextHover-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.1)}
.divide-navTextHover-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 1)}
.divide-navTextHover-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.15)}
.divide-navTextHover-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.2)}
.divide-navTextHover-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.25)}
.divide-navTextHover-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.3)}
.divide-navTextHover-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.35)}
.divide-navTextHover-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.4)}
.divide-navTextHover-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.45)}
.divide-navTextHover-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.05)}
.divide-navTextHover-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.5)}
.divide-navTextHover-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.55)}
.divide-navTextHover-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.6)}
.divide-navTextHover-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.65)}
.divide-navTextHover-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.7)}
.divide-navTextHover-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.75)}
.divide-navTextHover-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.8)}
.divide-navTextHover-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.85)}
.divide-navTextHover-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.9)}
.divide-navTextHover-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(30 41 59 / 0.95)}
.divide-primary > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 87 136 / var(--tw-divide-opacity))}
.divide-primary-100 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-100)}
.divide-primary-150 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-150)}
.divide-primary-200 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-200)}
.divide-primary-300 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-300)}
.divide-primary-350 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-350)}
.divide-primary-400 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-400)}
.divide-primary-450 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-450)}
.divide-primary-500 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-500)}
.divide-primary-550 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-550)}
.divide-primary-600 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-600)}
.divide-primary-650 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-650)}
.divide-primary-700 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-700)}
.divide-primary-750 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-750)}
.divide-primary-800 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-800)}
.divide-primary-850 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-850)}
.divide-primary-900 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-primary-900)}
.divide-primary-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-primary-contrast-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-primary-contrast-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-primary-contrast-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-primary-contrast-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-primary-contrast-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-primary-contrast-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-primary-contrast-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-primary-contrast-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-primary-contrast-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-primary-contrast-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-primary-contrast-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-primary-contrast-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-primary-contrast-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-primary-contrast-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-primary-contrast-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-primary-contrast-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-primary-contrast-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-primary-contrast-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-primary-contrast-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-primary-contrast-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-primary-contrast-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-primary-contrast-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-primary-contrast-contrastsWithCard > :not([hidden]) ~ :not([hidden]){}
.divide-primary-contrast-isDark > :not([hidden]) ~ :not([hidden]){}
.divide-primary-contrast-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 132 132 / var(--tw-divide-opacity))}
.divide-primary-contrast-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0)}
.divide-primary-contrast-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.1)}
.divide-primary-contrast-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 1)}
.divide-primary-contrast-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.15)}
.divide-primary-contrast-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.2)}
.divide-primary-contrast-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.25)}
.divide-primary-contrast-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.3)}
.divide-primary-contrast-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.35)}
.divide-primary-contrast-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.4)}
.divide-primary-contrast-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.45)}
.divide-primary-contrast-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.05)}
.divide-primary-contrast-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.5)}
.divide-primary-contrast-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.55)}
.divide-primary-contrast-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.6)}
.divide-primary-contrast-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.65)}
.divide-primary-contrast-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.7)}
.divide-primary-contrast-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.75)}
.divide-primary-contrast-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.8)}
.divide-primary-contrast-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.85)}
.divide-primary-contrast-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.9)}
.divide-primary-contrast-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.95)}
.divide-primary-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-primary-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-primary-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-primary-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-primary-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-primary-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-primary-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-primary-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-primary-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-primary-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-primary-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-primary-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-primary-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-primary-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-primary-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-primary-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-primary-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-primary-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-primary-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-primary-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-primary-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-primary-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-primary-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-primary-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 87 136 / var(--tw-divide-opacity))}
.divide-primary-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-primary-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-primary-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-primary-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-primary-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-primary-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-primary-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-primary-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-primary-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-primary-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-primary-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-primary-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-primary-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-primary-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-primary-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-primary-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-primary-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-primary-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-primary-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-primary-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-primary-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-primary-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-primary-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-primary-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-primary-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 87 136 / var(--tw-divide-opacity))}
.divide-primary-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0)}
.divide-primary-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.1)}
.divide-primary-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 1)}
.divide-primary-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.15)}
.divide-primary-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.2)}
.divide-primary-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.25)}
.divide-primary-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.3)}
.divide-primary-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.35)}
.divide-primary-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.4)}
.divide-primary-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.45)}
.divide-primary-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.05)}
.divide-primary-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.5)}
.divide-primary-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.55)}
.divide-primary-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.6)}
.divide-primary-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.65)}
.divide-primary-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.7)}
.divide-primary-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.75)}
.divide-primary-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.8)}
.divide-primary-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.85)}
.divide-primary-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.9)}
.divide-primary-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.95)}
.divide-primary-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0)}
.divide-primary-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.1)}
.divide-primary-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 1)}
.divide-primary-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.15)}
.divide-primary-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.2)}
.divide-primary-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.25)}
.divide-primary-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.3)}
.divide-primary-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.35)}
.divide-primary-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.4)}
.divide-primary-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.45)}
.divide-primary-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.05)}
.divide-primary-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.5)}
.divide-primary-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.55)}
.divide-primary-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.6)}
.divide-primary-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.65)}
.divide-primary-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.7)}
.divide-primary-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.75)}
.divide-primary-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.8)}
.divide-primary-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.85)}
.divide-primary-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.9)}
.divide-primary-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.95)}
.divide-primary\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0)}
.divide-primary\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.1)}
.divide-primary\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 1)}
.divide-primary\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.15)}
.divide-primary\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.2)}
.divide-primary\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.25)}
.divide-primary\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.3)}
.divide-primary\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.35)}
.divide-primary\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.4)}
.divide-primary\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.45)}
.divide-primary\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.05)}
.divide-primary\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.5)}
.divide-primary\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.55)}
.divide-primary\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.6)}
.divide-primary\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.65)}
.divide-primary\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.7)}
.divide-primary\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.75)}
.divide-primary\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.8)}
.divide-primary\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.85)}
.divide-primary\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.9)}
.divide-primary\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 87 136 / 0.95)}
.divide-secondary-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-secondary-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-secondary-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-secondary-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-secondary-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-secondary-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-secondary-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-secondary-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-secondary-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-secondary-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-secondary-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-secondary-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-secondary-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-secondary-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-secondary-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-secondary-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-secondary-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-secondary-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-secondary-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-secondary-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-secondary-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-secondary-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-secondary-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-secondary-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-secondary-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(90 94 100 / var(--tw-divide-opacity))}
.divide-secondary-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0)}
.divide-secondary-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.1)}
.divide-secondary-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 1)}
.divide-secondary-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.15)}
.divide-secondary-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.2)}
.divide-secondary-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.25)}
.divide-secondary-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.3)}
.divide-secondary-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.35)}
.divide-secondary-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.4)}
.divide-secondary-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.45)}
.divide-secondary-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.05)}
.divide-secondary-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.5)}
.divide-secondary-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.55)}
.divide-secondary-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.6)}
.divide-secondary-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.65)}
.divide-secondary-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.7)}
.divide-secondary-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.75)}
.divide-secondary-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.8)}
.divide-secondary-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.85)}
.divide-secondary-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.9)}
.divide-secondary-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(90 94 100 / 0.95)}
.divide-success-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-success-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-success-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-success-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-success-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-success-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-success-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-success-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-success-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-success-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-success-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-success-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-success-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-success-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-success-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-success-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-success-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-success-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-success-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-success-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-success-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-success-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-success-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-success-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-success-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(27 135 73 / var(--tw-divide-opacity))}
.divide-success-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0)}
.divide-success-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.1)}
.divide-success-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 1)}
.divide-success-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.15)}
.divide-success-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.2)}
.divide-success-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.25)}
.divide-success-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.3)}
.divide-success-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.35)}
.divide-success-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.4)}
.divide-success-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.45)}
.divide-success-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.05)}
.divide-success-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.5)}
.divide-success-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.55)}
.divide-success-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.6)}
.divide-success-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.65)}
.divide-success-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.7)}
.divide-success-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.75)}
.divide-success-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.8)}
.divide-success-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.85)}
.divide-success-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.9)}
.divide-success-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(27 135 73 / 0.95)}
.divide-text-100 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-100)}
.divide-text-200 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-200)}
.divide-text-300 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-300)}
.divide-text-400 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-400)}
.divide-text-500 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-500)}
.divide-text-600 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-600)}
.divide-text-700 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-700)}
.divide-text-800 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-800)}
.divide-text-900 > :not([hidden]) ~ :not([hidden]){border-color:var(--bt-text-900)}
.divide-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-text-contrast-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-text-contrast-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-text-contrast-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-text-contrast-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-text-contrast-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-text-contrast-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-text-contrast-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-text-contrast-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-text-contrast-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-text-contrast-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-text-contrast-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-text-contrast-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-text-contrast-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-text-contrast-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-text-contrast-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-text-contrast-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-text-contrast-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-text-contrast-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-text-contrast-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-text-contrast-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-text-contrast-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-text-contrast-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-text-contrast-contrastsWithCard > :not([hidden]) ~ :not([hidden]){}
.divide-text-contrast-isDark > :not([hidden]) ~ :not([hidden]){}
.divide-text-contrast-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(132 132 132 / var(--tw-divide-opacity))}
.divide-text-contrast-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0)}
.divide-text-contrast-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.1)}
.divide-text-contrast-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 1)}
.divide-text-contrast-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.15)}
.divide-text-contrast-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.2)}
.divide-text-contrast-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.25)}
.divide-text-contrast-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.3)}
.divide-text-contrast-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.35)}
.divide-text-contrast-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.4)}
.divide-text-contrast-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.45)}
.divide-text-contrast-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.05)}
.divide-text-contrast-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.5)}
.divide-text-contrast-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.55)}
.divide-text-contrast-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.6)}
.divide-text-contrast-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.65)}
.divide-text-contrast-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.7)}
.divide-text-contrast-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.75)}
.divide-text-contrast-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.8)}
.divide-text-contrast-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.85)}
.divide-text-contrast-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.9)}
.divide-text-contrast-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(132 132 132 / 0.95)}
.divide-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-text-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 255 255 / var(--tw-divide-opacity))}
.divide-text-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0)}
.divide-text-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.1)}
.divide-text-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 1)}
.divide-text-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.15)}
.divide-text-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.2)}
.divide-text-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.25)}
.divide-text-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.3)}
.divide-text-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.35)}
.divide-text-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.4)}
.divide-text-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.45)}
.divide-text-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.05)}
.divide-text-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.5)}
.divide-text-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.55)}
.divide-text-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.6)}
.divide-text-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.65)}
.divide-text-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.7)}
.divide-text-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.75)}
.divide-text-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.8)}
.divide-text-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.85)}
.divide-text-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.9)}
.divide-text-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 255 255 / 0.95)}
.divide-text-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-text-text-isDark > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-text-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-text-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-text-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-text-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-text-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-text-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-text-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-text-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-text-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-text-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-text-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-text-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-text-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-text-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-text-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-text-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-text-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-text-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-text-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-text-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-text-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-text-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-warning-text-contrast > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(0 0 0 / var(--tw-divide-opacity))}
.divide-warning-text-contrast\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0)}
.divide-warning-text-contrast\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.1)}
.divide-warning-text-contrast\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 1)}
.divide-warning-text-contrast\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.15)}
.divide-warning-text-contrast\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.2)}
.divide-warning-text-contrast\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.25)}
.divide-warning-text-contrast\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.3)}
.divide-warning-text-contrast\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.35)}
.divide-warning-text-contrast\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.4)}
.divide-warning-text-contrast\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.45)}
.divide-warning-text-contrast\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.05)}
.divide-warning-text-contrast\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.5)}
.divide-warning-text-contrast\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.55)}
.divide-warning-text-contrast\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.6)}
.divide-warning-text-contrast\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.65)}
.divide-warning-text-contrast\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.7)}
.divide-warning-text-contrast\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.75)}
.divide-warning-text-contrast\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.8)}
.divide-warning-text-contrast\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.85)}
.divide-warning-text-contrast\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.9)}
.divide-warning-text-contrast\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(0 0 0 / 0.95)}
.divide-warning-text-contrastsWithCard > :not([hidden]) ~ :not([hidden]){border-color:true}
.divide-warning-text-isDark > :not([hidden]) ~ :not([hidden]){}
.divide-warning-text-text > :not([hidden]) ~ :not([hidden]){--tw-divide-opacity:1;border-color:rgb(255 168 0 / var(--tw-divide-opacity))}
.divide-warning-text-text\/0 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0)}
.divide-warning-text-text\/10 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.1)}
.divide-warning-text-text\/100 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 1)}
.divide-warning-text-text\/15 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.15)}
.divide-warning-text-text\/20 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.2)}
.divide-warning-text-text\/25 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.25)}
.divide-warning-text-text\/30 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.3)}
.divide-warning-text-text\/35 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.35)}
.divide-warning-text-text\/40 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.4)}
.divide-warning-text-text\/45 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.45)}
.divide-warning-text-text\/5 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.05)}
.divide-warning-text-text\/50 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.5)}
.divide-warning-text-text\/55 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.55)}
.divide-warning-text-text\/60 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.6)}
.divide-warning-text-text\/65 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.65)}
.divide-warning-text-text\/70 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.7)}
.divide-warning-text-text\/75 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.75)}
.divide-warning-text-text\/80 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.8)}
.divide-warning-text-text\/85 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.85)}
.divide-warning-text-text\/90 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.9)}
.divide-warning-text-text\/95 > :not([hidden]) ~ :not([hidden]){border-color:rgb(255 168 0 / 0.95)}
.scroll-smooth{scroll-behavior:smooth}
.text-ellipsis{text-overflow:ellipsis}
.text-clip{text-overflow:clip}
.hyphens-manual{-webkit-hyphens:manual;hyphens:manual}
.whitespace-normal{white-space:normal}
.text-wrap{text-wrap:wrap}
.text-nowrap{text-wrap:nowrap}
.text-balance{text-wrap:balance}
.text-pretty{text-wrap:pretty}
.break-normal{overflow-wrap:normal;word-break:normal}
.rounded-2xl{border-radius:1rem}
.rounded-md{border-radius:0.375rem}
.rounded-sm{border-radius:0.125rem}
.rounded-b-md{border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rounded-b-sm{border-bottom-right-radius:0.125rem;border-bottom-left-radius:0.125rem}
.rounded-e-md{border-start-end-radius:0.375rem;border-end-end-radius:0.375rem}
.rounded-e-sm{border-start-end-radius:0.125rem;border-end-end-radius:0.125rem}
.rounded-l-md{border-top-left-radius:0.375rem;border-bottom-left-radius:0.375rem}
.rounded-l-sm{border-top-left-radius:0.125rem;border-bottom-left-radius:0.125rem}
.rounded-r-md{border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem}
.rounded-r-sm{border-top-right-radius:0.125rem;border-bottom-right-radius:0.125rem}
.rounded-s-md{border-start-start-radius:0.375rem;border-end-start-radius:0.375rem}
.rounded-s-sm{border-start-start-radius:0.125rem;border-end-start-radius:0.125rem}
.rounded-t-md{border-top-left-radius:0.375rem;border-top-right-radius:0.375rem}
.rounded-t-sm{border-top-left-radius:0.125rem;border-top-right-radius:0.125rem}
.rounded-bl-md{border-bottom-left-radius:0.375rem}
.rounded-bl-sm{border-bottom-left-radius:0.125rem}
.rounded-br-md{border-bottom-right-radius:0.375rem}
.rounded-br-sm{border-bottom-right-radius:0.125rem}
.rounded-ee-md{border-end-end-radius:0.375rem}
.rounded-ee-sm{border-end-end-radius:0.125rem}
.rounded-es-md{border-end-start-radius:0.375rem}
.rounded-es-sm{border-end-start-radius:0.125rem}
.rounded-se-md{border-start-end-radius:0.375rem}
.rounded-se-sm{border-start-end-radius:0.125rem}
.rounded-ss-md{border-start-start-radius:0.375rem}
.rounded-ss-sm{border-start-start-radius:0.125rem}
.rounded-tl-md{border-top-left-radius:0.375rem}
.rounded-tl-sm{border-top-left-radius:0.125rem}
.rounded-tr-md{border-top-right-radius:0.375rem}
.rounded-tr-sm{border-top-right-radius:0.125rem}
.border{border-width:1px}
.border-2{border-width:2px}
.border-amber-100{--tw-border-opacity:1;border-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-amber-100\/0{border-color:rgb(254 243 199 / 0)}
.border-amber-100\/10{border-color:rgb(254 243 199 / 0.1)}
.border-amber-100\/100{border-color:rgb(254 243 199 / 1)}
.border-amber-100\/15{border-color:rgb(254 243 199 / 0.15)}
.border-amber-100\/20{border-color:rgb(254 243 199 / 0.2)}
.border-amber-100\/25{border-color:rgb(254 243 199 / 0.25)}
.border-amber-100\/30{border-color:rgb(254 243 199 / 0.3)}
.border-amber-100\/35{border-color:rgb(254 243 199 / 0.35)}
.border-amber-100\/40{border-color:rgb(254 243 199 / 0.4)}
.border-amber-100\/45{border-color:rgb(254 243 199 / 0.45)}
.border-amber-100\/5{border-color:rgb(254 243 199 / 0.05)}
.border-amber-100\/50{border-color:rgb(254 243 199 / 0.5)}
.border-amber-100\/55{border-color:rgb(254 243 199 / 0.55)}
.border-amber-100\/60{border-color:rgb(254 243 199 / 0.6)}
.border-amber-100\/65{border-color:rgb(254 243 199 / 0.65)}
.border-amber-100\/70{border-color:rgb(254 243 199 / 0.7)}
.border-amber-100\/75{border-color:rgb(254 243 199 / 0.75)}
.border-amber-100\/80{border-color:rgb(254 243 199 / 0.8)}
.border-amber-100\/85{border-color:rgb(254 243 199 / 0.85)}
.border-amber-100\/90{border-color:rgb(254 243 199 / 0.9)}
.border-amber-100\/95{border-color:rgb(254 243 199 / 0.95)}
.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-amber-200\/0{border-color:rgb(253 230 138 / 0)}
.border-amber-200\/10{border-color:rgb(253 230 138 / 0.1)}
.border-amber-200\/100{border-color:rgb(253 230 138 / 1)}
.border-amber-200\/15{border-color:rgb(253 230 138 / 0.15)}
.border-amber-200\/20{border-color:rgb(253 230 138 / 0.2)}
.border-amber-200\/25{border-color:rgb(253 230 138 / 0.25)}
.border-amber-200\/30{border-color:rgb(253 230 138 / 0.3)}
.border-amber-200\/35{border-color:rgb(253 230 138 / 0.35)}
.border-amber-200\/40{border-color:rgb(253 230 138 / 0.4)}
.border-amber-200\/45{border-color:rgb(253 230 138 / 0.45)}
.border-amber-200\/5{border-color:rgb(253 230 138 / 0.05)}
.border-amber-200\/50{border-color:rgb(253 230 138 / 0.5)}
.border-amber-200\/55{border-color:rgb(253 230 138 / 0.55)}
.border-amber-200\/60{border-color:rgb(253 230 138 / 0.6)}
.border-amber-200\/65{border-color:rgb(253 230 138 / 0.65)}
.border-amber-200\/70{border-color:rgb(253 230 138 / 0.7)}
.border-amber-200\/75{border-color:rgb(253 230 138 / 0.75)}
.border-amber-200\/80{border-color:rgb(253 230 138 / 0.8)}
.border-amber-200\/85{border-color:rgb(253 230 138 / 0.85)}
.border-amber-200\/90{border-color:rgb(253 230 138 / 0.9)}
.border-amber-200\/95{border-color:rgb(253 230 138 / 0.95)}
.border-amber-300{--tw-border-opacity:1;border-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-amber-300\/0{border-color:rgb(252 211 77 / 0)}
.border-amber-300\/10{border-color:rgb(252 211 77 / 0.1)}
.border-amber-300\/100{border-color:rgb(252 211 77 / 1)}
.border-amber-300\/15{border-color:rgb(252 211 77 / 0.15)}
.border-amber-300\/20{border-color:rgb(252 211 77 / 0.2)}
.border-amber-300\/25{border-color:rgb(252 211 77 / 0.25)}
.border-amber-300\/30{border-color:rgb(252 211 77 / 0.3)}
.border-amber-300\/35{border-color:rgb(252 211 77 / 0.35)}
.border-amber-300\/40{border-color:rgb(252 211 77 / 0.4)}
.border-amber-300\/45{border-color:rgb(252 211 77 / 0.45)}
.border-amber-300\/5{border-color:rgb(252 211 77 / 0.05)}
.border-amber-300\/50{border-color:rgb(252 211 77 / 0.5)}
.border-amber-300\/55{border-color:rgb(252 211 77 / 0.55)}
.border-amber-300\/60{border-color:rgb(252 211 77 / 0.6)}
.border-amber-300\/65{border-color:rgb(252 211 77 / 0.65)}
.border-amber-300\/70{border-color:rgb(252 211 77 / 0.7)}
.border-amber-300\/75{border-color:rgb(252 211 77 / 0.75)}
.border-amber-300\/80{border-color:rgb(252 211 77 / 0.8)}
.border-amber-300\/85{border-color:rgb(252 211 77 / 0.85)}
.border-amber-300\/90{border-color:rgb(252 211 77 / 0.9)}
.border-amber-300\/95{border-color:rgb(252 211 77 / 0.95)}
.border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-amber-400\/0{border-color:rgb(251 191 36 / 0)}
.border-amber-400\/10{border-color:rgb(251 191 36 / 0.1)}
.border-amber-400\/100{border-color:rgb(251 191 36 / 1)}
.border-amber-400\/15{border-color:rgb(251 191 36 / 0.15)}
.border-amber-400\/20{border-color:rgb(251 191 36 / 0.2)}
.border-amber-400\/25{border-color:rgb(251 191 36 / 0.25)}
.border-amber-400\/30{border-color:rgb(251 191 36 / 0.3)}
.border-amber-400\/35{border-color:rgb(251 191 36 / 0.35)}
.border-amber-400\/40{border-color:rgb(251 191 36 / 0.4)}
.border-amber-400\/45{border-color:rgb(251 191 36 / 0.45)}
.border-amber-400\/5{border-color:rgb(251 191 36 / 0.05)}
.border-amber-400\/50{border-color:rgb(251 191 36 / 0.5)}
.border-amber-400\/55{border-color:rgb(251 191 36 / 0.55)}
.border-amber-400\/60{border-color:rgb(251 191 36 / 0.6)}
.border-amber-400\/65{border-color:rgb(251 191 36 / 0.65)}
.border-amber-400\/70{border-color:rgb(251 191 36 / 0.7)}
.border-amber-400\/75{border-color:rgb(251 191 36 / 0.75)}
.border-amber-400\/80{border-color:rgb(251 191 36 / 0.8)}
.border-amber-400\/85{border-color:rgb(251 191 36 / 0.85)}
.border-amber-400\/90{border-color:rgb(251 191 36 / 0.9)}
.border-amber-400\/95{border-color:rgb(251 191 36 / 0.95)}
.border-amber-50{--tw-border-opacity:1;border-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-amber-50\/0{border-color:rgb(255 251 235 / 0)}
.border-amber-50\/10{border-color:rgb(255 251 235 / 0.1)}
.border-amber-50\/100{border-color:rgb(255 251 235 / 1)}
.border-amber-50\/15{border-color:rgb(255 251 235 / 0.15)}
.border-amber-50\/20{border-color:rgb(255 251 235 / 0.2)}
.border-amber-50\/25{border-color:rgb(255 251 235 / 0.25)}
.border-amber-50\/30{border-color:rgb(255 251 235 / 0.3)}
.border-amber-50\/35{border-color:rgb(255 251 235 / 0.35)}
.border-amber-50\/40{border-color:rgb(255 251 235 / 0.4)}
.border-amber-50\/45{border-color:rgb(255 251 235 / 0.45)}
.border-amber-50\/5{border-color:rgb(255 251 235 / 0.05)}
.border-amber-50\/50{border-color:rgb(255 251 235 / 0.5)}
.border-amber-50\/55{border-color:rgb(255 251 235 / 0.55)}
.border-amber-50\/60{border-color:rgb(255 251 235 / 0.6)}
.border-amber-50\/65{border-color:rgb(255 251 235 / 0.65)}
.border-amber-50\/70{border-color:rgb(255 251 235 / 0.7)}
.border-amber-50\/75{border-color:rgb(255 251 235 / 0.75)}
.border-amber-50\/80{border-color:rgb(255 251 235 / 0.8)}
.border-amber-50\/85{border-color:rgb(255 251 235 / 0.85)}
.border-amber-50\/90{border-color:rgb(255 251 235 / 0.9)}
.border-amber-50\/95{border-color:rgb(255 251 235 / 0.95)}
.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-amber-500\/0{border-color:rgb(245 158 11 / 0)}
.border-amber-500\/10{border-color:rgb(245 158 11 / 0.1)}
.border-amber-500\/100{border-color:rgb(245 158 11 / 1)}
.border-amber-500\/15{border-color:rgb(245 158 11 / 0.15)}
.border-amber-500\/20{border-color:rgb(245 158 11 / 0.2)}
.border-amber-500\/25{border-color:rgb(245 158 11 / 0.25)}
.border-amber-500\/30{border-color:rgb(245 158 11 / 0.3)}
.border-amber-500\/35{border-color:rgb(245 158 11 / 0.35)}
.border-amber-500\/40{border-color:rgb(245 158 11 / 0.4)}
.border-amber-500\/45{border-color:rgb(245 158 11 / 0.45)}
.border-amber-500\/5{border-color:rgb(245 158 11 / 0.05)}
.border-amber-500\/50{border-color:rgb(245 158 11 / 0.5)}
.border-amber-500\/55{border-color:rgb(245 158 11 / 0.55)}
.border-amber-500\/60{border-color:rgb(245 158 11 / 0.6)}
.border-amber-500\/65{border-color:rgb(245 158 11 / 0.65)}
.border-amber-500\/70{border-color:rgb(245 158 11 / 0.7)}
.border-amber-500\/75{border-color:rgb(245 158 11 / 0.75)}
.border-amber-500\/80{border-color:rgb(245 158 11 / 0.8)}
.border-amber-500\/85{border-color:rgb(245 158 11 / 0.85)}
.border-amber-500\/90{border-color:rgb(245 158 11 / 0.9)}
.border-amber-500\/95{border-color:rgb(245 158 11 / 0.95)}
.border-amber-600{--tw-border-opacity:1;border-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-amber-600\/0{border-color:rgb(217 119 6 / 0)}
.border-amber-600\/10{border-color:rgb(217 119 6 / 0.1)}
.border-amber-600\/100{border-color:rgb(217 119 6 / 1)}
.border-amber-600\/15{border-color:rgb(217 119 6 / 0.15)}
.border-amber-600\/20{border-color:rgb(217 119 6 / 0.2)}
.border-amber-600\/25{border-color:rgb(217 119 6 / 0.25)}
.border-amber-600\/30{border-color:rgb(217 119 6 / 0.3)}
.border-amber-600\/35{border-color:rgb(217 119 6 / 0.35)}
.border-amber-600\/40{border-color:rgb(217 119 6 / 0.4)}
.border-amber-600\/45{border-color:rgb(217 119 6 / 0.45)}
.border-amber-600\/5{border-color:rgb(217 119 6 / 0.05)}
.border-amber-600\/50{border-color:rgb(217 119 6 / 0.5)}
.border-amber-600\/55{border-color:rgb(217 119 6 / 0.55)}
.border-amber-600\/60{border-color:rgb(217 119 6 / 0.6)}
.border-amber-600\/65{border-color:rgb(217 119 6 / 0.65)}
.border-amber-600\/70{border-color:rgb(217 119 6 / 0.7)}
.border-amber-600\/75{border-color:rgb(217 119 6 / 0.75)}
.border-amber-600\/80{border-color:rgb(217 119 6 / 0.8)}
.border-amber-600\/85{border-color:rgb(217 119 6 / 0.85)}
.border-amber-600\/90{border-color:rgb(217 119 6 / 0.9)}
.border-amber-600\/95{border-color:rgb(217 119 6 / 0.95)}
.border-amber-700{--tw-border-opacity:1;border-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-amber-700\/0{border-color:rgb(180 83 9 / 0)}
.border-amber-700\/10{border-color:rgb(180 83 9 / 0.1)}
.border-amber-700\/100{border-color:rgb(180 83 9 / 1)}
.border-amber-700\/15{border-color:rgb(180 83 9 / 0.15)}
.border-amber-700\/20{border-color:rgb(180 83 9 / 0.2)}
.border-amber-700\/25{border-color:rgb(180 83 9 / 0.25)}
.border-amber-700\/30{border-color:rgb(180 83 9 / 0.3)}
.border-amber-700\/35{border-color:rgb(180 83 9 / 0.35)}
.border-amber-700\/40{border-color:rgb(180 83 9 / 0.4)}
.border-amber-700\/45{border-color:rgb(180 83 9 / 0.45)}
.border-amber-700\/5{border-color:rgb(180 83 9 / 0.05)}
.border-amber-700\/50{border-color:rgb(180 83 9 / 0.5)}
.border-amber-700\/55{border-color:rgb(180 83 9 / 0.55)}
.border-amber-700\/60{border-color:rgb(180 83 9 / 0.6)}
.border-amber-700\/65{border-color:rgb(180 83 9 / 0.65)}
.border-amber-700\/70{border-color:rgb(180 83 9 / 0.7)}
.border-amber-700\/75{border-color:rgb(180 83 9 / 0.75)}
.border-amber-700\/80{border-color:rgb(180 83 9 / 0.8)}
.border-amber-700\/85{border-color:rgb(180 83 9 / 0.85)}
.border-amber-700\/90{border-color:rgb(180 83 9 / 0.9)}
.border-amber-700\/95{border-color:rgb(180 83 9 / 0.95)}
.border-amber-800{--tw-border-opacity:1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-amber-800\/0{border-color:rgb(146 64 14 / 0)}
.border-amber-800\/10{border-color:rgb(146 64 14 / 0.1)}
.border-amber-800\/100{border-color:rgb(146 64 14 / 1)}
.border-amber-800\/15{border-color:rgb(146 64 14 / 0.15)}
.border-amber-800\/20{border-color:rgb(146 64 14 / 0.2)}
.border-amber-800\/25{border-color:rgb(146 64 14 / 0.25)}
.border-amber-800\/30{border-color:rgb(146 64 14 / 0.3)}
.border-amber-800\/35{border-color:rgb(146 64 14 / 0.35)}
.border-amber-800\/40{border-color:rgb(146 64 14 / 0.4)}
.border-amber-800\/45{border-color:rgb(146 64 14 / 0.45)}
.border-amber-800\/5{border-color:rgb(146 64 14 / 0.05)}
.border-amber-800\/50{border-color:rgb(146 64 14 / 0.5)}
.border-amber-800\/55{border-color:rgb(146 64 14 / 0.55)}
.border-amber-800\/60{border-color:rgb(146 64 14 / 0.6)}
.border-amber-800\/65{border-color:rgb(146 64 14 / 0.65)}
.border-amber-800\/70{border-color:rgb(146 64 14 / 0.7)}
.border-amber-800\/75{border-color:rgb(146 64 14 / 0.75)}
.border-amber-800\/80{border-color:rgb(146 64 14 / 0.8)}
.border-amber-800\/85{border-color:rgb(146 64 14 / 0.85)}
.border-amber-800\/90{border-color:rgb(146 64 14 / 0.9)}
.border-amber-800\/95{border-color:rgb(146 64 14 / 0.95)}
.border-amber-900{--tw-border-opacity:1;border-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-amber-900\/0{border-color:rgb(120 53 15 / 0)}
.border-amber-900\/10{border-color:rgb(120 53 15 / 0.1)}
.border-amber-900\/100{border-color:rgb(120 53 15 / 1)}
.border-amber-900\/15{border-color:rgb(120 53 15 / 0.15)}
.border-amber-900\/20{border-color:rgb(120 53 15 / 0.2)}
.border-amber-900\/25{border-color:rgb(120 53 15 / 0.25)}
.border-amber-900\/30{border-color:rgb(120 53 15 / 0.3)}
.border-amber-900\/35{border-color:rgb(120 53 15 / 0.35)}
.border-amber-900\/40{border-color:rgb(120 53 15 / 0.4)}
.border-amber-900\/45{border-color:rgb(120 53 15 / 0.45)}
.border-amber-900\/5{border-color:rgb(120 53 15 / 0.05)}
.border-amber-900\/50{border-color:rgb(120 53 15 / 0.5)}
.border-amber-900\/55{border-color:rgb(120 53 15 / 0.55)}
.border-amber-900\/60{border-color:rgb(120 53 15 / 0.6)}
.border-amber-900\/65{border-color:rgb(120 53 15 / 0.65)}
.border-amber-900\/70{border-color:rgb(120 53 15 / 0.7)}
.border-amber-900\/75{border-color:rgb(120 53 15 / 0.75)}
.border-amber-900\/80{border-color:rgb(120 53 15 / 0.8)}
.border-amber-900\/85{border-color:rgb(120 53 15 / 0.85)}
.border-amber-900\/90{border-color:rgb(120 53 15 / 0.9)}
.border-amber-900\/95{border-color:rgb(120 53 15 / 0.95)}
.border-amber-950{--tw-border-opacity:1;border-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-amber-950\/0{border-color:rgb(69 26 3 / 0)}
.border-amber-950\/10{border-color:rgb(69 26 3 / 0.1)}
.border-amber-950\/100{border-color:rgb(69 26 3 / 1)}
.border-amber-950\/15{border-color:rgb(69 26 3 / 0.15)}
.border-amber-950\/20{border-color:rgb(69 26 3 / 0.2)}
.border-amber-950\/25{border-color:rgb(69 26 3 / 0.25)}
.border-amber-950\/30{border-color:rgb(69 26 3 / 0.3)}
.border-amber-950\/35{border-color:rgb(69 26 3 / 0.35)}
.border-amber-950\/40{border-color:rgb(69 26 3 / 0.4)}
.border-amber-950\/45{border-color:rgb(69 26 3 / 0.45)}
.border-amber-950\/5{border-color:rgb(69 26 3 / 0.05)}
.border-amber-950\/50{border-color:rgb(69 26 3 / 0.5)}
.border-amber-950\/55{border-color:rgb(69 26 3 / 0.55)}
.border-amber-950\/60{border-color:rgb(69 26 3 / 0.6)}
.border-amber-950\/65{border-color:rgb(69 26 3 / 0.65)}
.border-amber-950\/70{border-color:rgb(69 26 3 / 0.7)}
.border-amber-950\/75{border-color:rgb(69 26 3 / 0.75)}
.border-amber-950\/80{border-color:rgb(69 26 3 / 0.8)}
.border-amber-950\/85{border-color:rgb(69 26 3 / 0.85)}
.border-amber-950\/90{border-color:rgb(69 26 3 / 0.9)}
.border-amber-950\/95{border-color:rgb(69 26 3 / 0.95)}
.border-background-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-background-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-background-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-background-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-background-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-background-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-background-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-background-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-background-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-background-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-background-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-background-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-background-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-background-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-background-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-background-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-background-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-background-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-background-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-background-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-background-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-background-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-background-text-contrastsWithCard{border-color:true}
.border-background-text-isDark{border-color:true}
.border-background-text-text{--tw-border-opacity:1;border-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-background-text-text\/0{border-color:rgb(107 111 115 / 0)}
.border-background-text-text\/10{border-color:rgb(107 111 115 / 0.1)}
.border-background-text-text\/100{border-color:rgb(107 111 115 / 1)}
.border-background-text-text\/15{border-color:rgb(107 111 115 / 0.15)}
.border-background-text-text\/20{border-color:rgb(107 111 115 / 0.2)}
.border-background-text-text\/25{border-color:rgb(107 111 115 / 0.25)}
.border-background-text-text\/30{border-color:rgb(107 111 115 / 0.3)}
.border-background-text-text\/35{border-color:rgb(107 111 115 / 0.35)}
.border-background-text-text\/40{border-color:rgb(107 111 115 / 0.4)}
.border-background-text-text\/45{border-color:rgb(107 111 115 / 0.45)}
.border-background-text-text\/5{border-color:rgb(107 111 115 / 0.05)}
.border-background-text-text\/50{border-color:rgb(107 111 115 / 0.5)}
.border-background-text-text\/55{border-color:rgb(107 111 115 / 0.55)}
.border-background-text-text\/60{border-color:rgb(107 111 115 / 0.6)}
.border-background-text-text\/65{border-color:rgb(107 111 115 / 0.65)}
.border-background-text-text\/70{border-color:rgb(107 111 115 / 0.7)}
.border-background-text-text\/75{border-color:rgb(107 111 115 / 0.75)}
.border-background-text-text\/80{border-color:rgb(107 111 115 / 0.8)}
.border-background-text-text\/85{border-color:rgb(107 111 115 / 0.85)}
.border-background-text-text\/90{border-color:rgb(107 111 115 / 0.9)}
.border-background-text-text\/95{border-color:rgb(107 111 115 / 0.95)}
.border-bt-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-bt-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-bt-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-bt-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-bt-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-bt-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-bt-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-bt-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-bt-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-bt-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-bt-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-bt-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-bt-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-bt-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-bt-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-bt-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-bt-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-bt-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-bt-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-bt-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-bt-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-bt-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-bt-text-contrastsWithCard{border-color:true}
.border-bt-text-isDark{border-color:true}
.border-bt-text-text{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-bt-text-text\/0{border-color:rgb(30 41 59 / 0)}
.border-bt-text-text\/10{border-color:rgb(30 41 59 / 0.1)}
.border-bt-text-text\/100{border-color:rgb(30 41 59 / 1)}
.border-bt-text-text\/15{border-color:rgb(30 41 59 / 0.15)}
.border-bt-text-text\/20{border-color:rgb(30 41 59 / 0.2)}
.border-bt-text-text\/25{border-color:rgb(30 41 59 / 0.25)}
.border-bt-text-text\/30{border-color:rgb(30 41 59 / 0.3)}
.border-bt-text-text\/35{border-color:rgb(30 41 59 / 0.35)}
.border-bt-text-text\/40{border-color:rgb(30 41 59 / 0.4)}
.border-bt-text-text\/45{border-color:rgb(30 41 59 / 0.45)}
.border-bt-text-text\/5{border-color:rgb(30 41 59 / 0.05)}
.border-bt-text-text\/50{border-color:rgb(30 41 59 / 0.5)}
.border-bt-text-text\/55{border-color:rgb(30 41 59 / 0.55)}
.border-bt-text-text\/60{border-color:rgb(30 41 59 / 0.6)}
.border-bt-text-text\/65{border-color:rgb(30 41 59 / 0.65)}
.border-bt-text-text\/70{border-color:rgb(30 41 59 / 0.7)}
.border-bt-text-text\/75{border-color:rgb(30 41 59 / 0.75)}
.border-bt-text-text\/80{border-color:rgb(30 41 59 / 0.8)}
.border-bt-text-text\/85{border-color:rgb(30 41 59 / 0.85)}
.border-bt-text-text\/90{border-color:rgb(30 41 59 / 0.9)}
.border-bt-text-text\/95{border-color:rgb(30 41 59 / 0.95)}
.border-btLight-text-contrast{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-btLight-text-contrast\/0{border-color:rgb(0 0 0 / 0)}
.border-btLight-text-contrast\/10{border-color:rgb(0 0 0 / 0.1)}
.border-btLight-text-contrast\/100{border-color:rgb(0 0 0 / 1)}
.border-btLight-text-contrast\/15{border-color:rgb(0 0 0 / 0.15)}
.border-btLight-text-contrast\/20{border-color:rgb(0 0 0 / 0.2)}
.border-btLight-text-contrast\/25{border-color:rgb(0 0 0 / 0.25)}
.border-btLight-text-contrast\/30{border-color:rgb(0 0 0 / 0.3)}
.border-btLight-text-contrast\/35{border-color:rgb(0 0 0 / 0.35)}
.border-btLight-text-contrast\/40{border-color:rgb(0 0 0 / 0.4)}
.border-btLight-text-contrast\/45{border-color:rgb(0 0 0 / 0.45)}
.border-btLight-text-contrast\/5{border-color:rgb(0 0 0 / 0.05)}
.border-btLight-text-contrast\/50{border-color:rgb(0 0 0 / 0.5)}
.border-btLight-text-contrast\/55{border-color:rgb(0 0 0 / 0.55)}
.border-btLight-text-contrast\/60{border-color:rgb(0 0 0 / 0.6)}
.border-btLight-text-contrast\/65{border-color:rgb(0 0 0 / 0.65)}
.border-btLight-text-contrast\/70{border-color:rgb(0 0 0 / 0.7)}
.border-btLight-text-contrast\/75{border-color:rgb(0 0 0 / 0.75)}
.border-btLight-text-contrast\/80{border-color:rgb(0 0 0 / 0.8)}
.border-btLight-text-contrast\/85{border-color:rgb(0 0 0 / 0.85)}
.border-btLight-text-contrast\/90{border-color:rgb(0 0 0 / 0.9)}
.border-btLight-text-contrast\/95{border-color:rgb(0 0 0 / 0.95)}
.border-btLight-text-contrastsWithCard{border-color:true}
.border-btLight-text-isDark{}
.border-btLight-text-text{--tw-border-opacity:1;border-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-btLight-text-text\/0{border-color:rgb(72 171 217 / 0)}
.border-btLight-text-text\/10{border-color:rgb(72 171 217 / 0.1)}
.border-btLight-text-text\/100{border-color:rgb(72 171 217 / 1)}
.border-btLight-text-text\/15{border-color:rgb(72 171 217 / 0.15)}
.border-btLight-text-text\/20{border-color:rgb(72 171 217 / 0.2)}
.border-btLight-text-text\/25{border-color:rgb(72 171 217 / 0.25)}
.border-btLight-text-text\/30{border-color:rgb(72 171 217 / 0.3)}
.border-btLight-text-text\/35{border-color:rgb(72 171 217 / 0.35)}
.border-btLight-text-text\/40{border-color:rgb(72 171 217 / 0.4)}
.border-btLight-text-text\/45{border-color:rgb(72 171 217 / 0.45)}
.border-btLight-text-text\/5{border-color:rgb(72 171 217 / 0.05)}
.border-btLight-text-text\/50{border-color:rgb(72 171 217 / 0.5)}
.border-btLight-text-text\/55{border-color:rgb(72 171 217 / 0.55)}
.border-btLight-text-text\/60{border-color:rgb(72 171 217 / 0.6)}
.border-btLight-text-text\/65{border-color:rgb(72 171 217 / 0.65)}
.border-btLight-text-text\/70{border-color:rgb(72 171 217 / 0.7)}
.border-btLight-text-text\/75{border-color:rgb(72 171 217 / 0.75)}
.border-btLight-text-text\/80{border-color:rgb(72 171 217 / 0.8)}
.border-btLight-text-text\/85{border-color:rgb(72 171 217 / 0.85)}
.border-btLight-text-text\/90{border-color:rgb(72 171 217 / 0.9)}
.border-btLight-text-text\/95{border-color:rgb(72 171 217 / 0.95)}
.border-cardBackground-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-cardBackground-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-cardBackground-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-cardBackground-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-cardBackground-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-cardBackground-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-cardBackground-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-cardBackground-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-cardBackground-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-cardBackground-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-cardBackground-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-cardBackground-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-cardBackground-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-cardBackground-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-cardBackground-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-cardBackground-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-cardBackground-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-cardBackground-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-cardBackground-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-cardBackground-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-cardBackground-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-cardBackground-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-cardBackground-text-contrastsWithCard{border-color:true}
.border-cardBackground-text-isDark{border-color:true}
.border-cardBackground-text-text{--tw-border-opacity:1;border-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-cardBackground-text-text\/0{border-color:rgb(132 132 132 / 0)}
.border-cardBackground-text-text\/10{border-color:rgb(132 132 132 / 0.1)}
.border-cardBackground-text-text\/100{border-color:rgb(132 132 132 / 1)}
.border-cardBackground-text-text\/15{border-color:rgb(132 132 132 / 0.15)}
.border-cardBackground-text-text\/20{border-color:rgb(132 132 132 / 0.2)}
.border-cardBackground-text-text\/25{border-color:rgb(132 132 132 / 0.25)}
.border-cardBackground-text-text\/30{border-color:rgb(132 132 132 / 0.3)}
.border-cardBackground-text-text\/35{border-color:rgb(132 132 132 / 0.35)}
.border-cardBackground-text-text\/40{border-color:rgb(132 132 132 / 0.4)}
.border-cardBackground-text-text\/45{border-color:rgb(132 132 132 / 0.45)}
.border-cardBackground-text-text\/5{border-color:rgb(132 132 132 / 0.05)}
.border-cardBackground-text-text\/50{border-color:rgb(132 132 132 / 0.5)}
.border-cardBackground-text-text\/55{border-color:rgb(132 132 132 / 0.55)}
.border-cardBackground-text-text\/60{border-color:rgb(132 132 132 / 0.6)}
.border-cardBackground-text-text\/65{border-color:rgb(132 132 132 / 0.65)}
.border-cardBackground-text-text\/70{border-color:rgb(132 132 132 / 0.7)}
.border-cardBackground-text-text\/75{border-color:rgb(132 132 132 / 0.75)}
.border-cardBackground-text-text\/80{border-color:rgb(132 132 132 / 0.8)}
.border-cardBackground-text-text\/85{border-color:rgb(132 132 132 / 0.85)}
.border-cardBackground-text-text\/90{border-color:rgb(132 132 132 / 0.9)}
.border-cardBackground-text-text\/95{border-color:rgb(132 132 132 / 0.95)}
.border-cardHeader-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-cardHeader-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-cardHeader-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-cardHeader-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-cardHeader-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-cardHeader-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-cardHeader-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-cardHeader-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-cardHeader-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-cardHeader-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-cardHeader-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-cardHeader-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-cardHeader-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-cardHeader-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-cardHeader-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-cardHeader-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-cardHeader-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-cardHeader-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-cardHeader-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-cardHeader-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-cardHeader-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-cardHeader-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-cardHeader-text-contrastsWithCard{border-color:true}
.border-cardHeader-text-isDark{border-color:true}
.border-cardHeader-text-text{--tw-border-opacity:1;border-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-cardHeader-text-text\/0{border-color:rgb(126 126 132 / 0)}
.border-cardHeader-text-text\/10{border-color:rgb(126 126 132 / 0.1)}
.border-cardHeader-text-text\/100{border-color:rgb(126 126 132 / 1)}
.border-cardHeader-text-text\/15{border-color:rgb(126 126 132 / 0.15)}
.border-cardHeader-text-text\/20{border-color:rgb(126 126 132 / 0.2)}
.border-cardHeader-text-text\/25{border-color:rgb(126 126 132 / 0.25)}
.border-cardHeader-text-text\/30{border-color:rgb(126 126 132 / 0.3)}
.border-cardHeader-text-text\/35{border-color:rgb(126 126 132 / 0.35)}
.border-cardHeader-text-text\/40{border-color:rgb(126 126 132 / 0.4)}
.border-cardHeader-text-text\/45{border-color:rgb(126 126 132 / 0.45)}
.border-cardHeader-text-text\/5{border-color:rgb(126 126 132 / 0.05)}
.border-cardHeader-text-text\/50{border-color:rgb(126 126 132 / 0.5)}
.border-cardHeader-text-text\/55{border-color:rgb(126 126 132 / 0.55)}
.border-cardHeader-text-text\/60{border-color:rgb(126 126 132 / 0.6)}
.border-cardHeader-text-text\/65{border-color:rgb(126 126 132 / 0.65)}
.border-cardHeader-text-text\/70{border-color:rgb(126 126 132 / 0.7)}
.border-cardHeader-text-text\/75{border-color:rgb(126 126 132 / 0.75)}
.border-cardHeader-text-text\/80{border-color:rgb(126 126 132 / 0.8)}
.border-cardHeader-text-text\/85{border-color:rgb(126 126 132 / 0.85)}
.border-cardHeader-text-text\/90{border-color:rgb(126 126 132 / 0.9)}
.border-cardHeader-text-text\/95{border-color:rgb(126 126 132 / 0.95)}
.border-danger-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-danger-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-danger-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-danger-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-danger-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-danger-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-danger-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-danger-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-danger-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-danger-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-danger-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-danger-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-danger-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-danger-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-danger-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-danger-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-danger-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-danger-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-danger-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-danger-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-danger-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-danger-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-danger-text-contrastsWithCard{border-color:true}
.border-danger-text-isDark{border-color:true}
.border-danger-text-text{--tw-border-opacity:1;border-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-danger-text-text\/0{border-color:rgb(232 87 67 / 0)}
.border-danger-text-text\/10{border-color:rgb(232 87 67 / 0.1)}
.border-danger-text-text\/100{border-color:rgb(232 87 67 / 1)}
.border-danger-text-text\/15{border-color:rgb(232 87 67 / 0.15)}
.border-danger-text-text\/20{border-color:rgb(232 87 67 / 0.2)}
.border-danger-text-text\/25{border-color:rgb(232 87 67 / 0.25)}
.border-danger-text-text\/30{border-color:rgb(232 87 67 / 0.3)}
.border-danger-text-text\/35{border-color:rgb(232 87 67 / 0.35)}
.border-danger-text-text\/40{border-color:rgb(232 87 67 / 0.4)}
.border-danger-text-text\/45{border-color:rgb(232 87 67 / 0.45)}
.border-danger-text-text\/5{border-color:rgb(232 87 67 / 0.05)}
.border-danger-text-text\/50{border-color:rgb(232 87 67 / 0.5)}
.border-danger-text-text\/55{border-color:rgb(232 87 67 / 0.55)}
.border-danger-text-text\/60{border-color:rgb(232 87 67 / 0.6)}
.border-danger-text-text\/65{border-color:rgb(232 87 67 / 0.65)}
.border-danger-text-text\/70{border-color:rgb(232 87 67 / 0.7)}
.border-danger-text-text\/75{border-color:rgb(232 87 67 / 0.75)}
.border-danger-text-text\/80{border-color:rgb(232 87 67 / 0.8)}
.border-danger-text-text\/85{border-color:rgb(232 87 67 / 0.85)}
.border-danger-text-text\/90{border-color:rgb(232 87 67 / 0.9)}
.border-danger-text-text\/95{border-color:rgb(232 87 67 / 0.95)}
.border-emerald-100{--tw-border-opacity:1;border-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-emerald-100\/0{border-color:rgb(209 250 229 / 0)}
.border-emerald-100\/10{border-color:rgb(209 250 229 / 0.1)}
.border-emerald-100\/100{border-color:rgb(209 250 229 / 1)}
.border-emerald-100\/15{border-color:rgb(209 250 229 / 0.15)}
.border-emerald-100\/20{border-color:rgb(209 250 229 / 0.2)}
.border-emerald-100\/25{border-color:rgb(209 250 229 / 0.25)}
.border-emerald-100\/30{border-color:rgb(209 250 229 / 0.3)}
.border-emerald-100\/35{border-color:rgb(209 250 229 / 0.35)}
.border-emerald-100\/40{border-color:rgb(209 250 229 / 0.4)}
.border-emerald-100\/45{border-color:rgb(209 250 229 / 0.45)}
.border-emerald-100\/5{border-color:rgb(209 250 229 / 0.05)}
.border-emerald-100\/50{border-color:rgb(209 250 229 / 0.5)}
.border-emerald-100\/55{border-color:rgb(209 250 229 / 0.55)}
.border-emerald-100\/60{border-color:rgb(209 250 229 / 0.6)}
.border-emerald-100\/65{border-color:rgb(209 250 229 / 0.65)}
.border-emerald-100\/70{border-color:rgb(209 250 229 / 0.7)}
.border-emerald-100\/75{border-color:rgb(209 250 229 / 0.75)}
.border-emerald-100\/80{border-color:rgb(209 250 229 / 0.8)}
.border-emerald-100\/85{border-color:rgb(209 250 229 / 0.85)}
.border-emerald-100\/90{border-color:rgb(209 250 229 / 0.9)}
.border-emerald-100\/95{border-color:rgb(209 250 229 / 0.95)}
.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-emerald-200\/0{border-color:rgb(167 243 208 / 0)}
.border-emerald-200\/10{border-color:rgb(167 243 208 / 0.1)}
.border-emerald-200\/100{border-color:rgb(167 243 208 / 1)}
.border-emerald-200\/15{border-color:rgb(167 243 208 / 0.15)}
.border-emerald-200\/20{border-color:rgb(167 243 208 / 0.2)}
.border-emerald-200\/25{border-color:rgb(167 243 208 / 0.25)}
.border-emerald-200\/30{border-color:rgb(167 243 208 / 0.3)}
.border-emerald-200\/35{border-color:rgb(167 243 208 / 0.35)}
.border-emerald-200\/40{border-color:rgb(167 243 208 / 0.4)}
.border-emerald-200\/45{border-color:rgb(167 243 208 / 0.45)}
.border-emerald-200\/5{border-color:rgb(167 243 208 / 0.05)}
.border-emerald-200\/50{border-color:rgb(167 243 208 / 0.5)}
.border-emerald-200\/55{border-color:rgb(167 243 208 / 0.55)}
.border-emerald-200\/60{border-color:rgb(167 243 208 / 0.6)}
.border-emerald-200\/65{border-color:rgb(167 243 208 / 0.65)}
.border-emerald-200\/70{border-color:rgb(167 243 208 / 0.7)}
.border-emerald-200\/75{border-color:rgb(167 243 208 / 0.75)}
.border-emerald-200\/80{border-color:rgb(167 243 208 / 0.8)}
.border-emerald-200\/85{border-color:rgb(167 243 208 / 0.85)}
.border-emerald-200\/90{border-color:rgb(167 243 208 / 0.9)}
.border-emerald-200\/95{border-color:rgb(167 243 208 / 0.95)}
.border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-emerald-300\/0{border-color:rgb(110 231 183 / 0)}
.border-emerald-300\/10{border-color:rgb(110 231 183 / 0.1)}
.border-emerald-300\/100{border-color:rgb(110 231 183 / 1)}
.border-emerald-300\/15{border-color:rgb(110 231 183 / 0.15)}
.border-emerald-300\/20{border-color:rgb(110 231 183 / 0.2)}
.border-emerald-300\/25{border-color:rgb(110 231 183 / 0.25)}
.border-emerald-300\/30{border-color:rgb(110 231 183 / 0.3)}
.border-emerald-300\/35{border-color:rgb(110 231 183 / 0.35)}
.border-emerald-300\/40{border-color:rgb(110 231 183 / 0.4)}
.border-emerald-300\/45{border-color:rgb(110 231 183 / 0.45)}
.border-emerald-300\/5{border-color:rgb(110 231 183 / 0.05)}
.border-emerald-300\/50{border-color:rgb(110 231 183 / 0.5)}
.border-emerald-300\/55{border-color:rgb(110 231 183 / 0.55)}
.border-emerald-300\/60{border-color:rgb(110 231 183 / 0.6)}
.border-emerald-300\/65{border-color:rgb(110 231 183 / 0.65)}
.border-emerald-300\/70{border-color:rgb(110 231 183 / 0.7)}
.border-emerald-300\/75{border-color:rgb(110 231 183 / 0.75)}
.border-emerald-300\/80{border-color:rgb(110 231 183 / 0.8)}
.border-emerald-300\/85{border-color:rgb(110 231 183 / 0.85)}
.border-emerald-300\/90{border-color:rgb(110 231 183 / 0.9)}
.border-emerald-300\/95{border-color:rgb(110 231 183 / 0.95)}
.border-emerald-400{--tw-border-opacity:1;border-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-emerald-400\/0{border-color:rgb(52 211 153 / 0)}
.border-emerald-400\/10{border-color:rgb(52 211 153 / 0.1)}
.border-emerald-400\/100{border-color:rgb(52 211 153 / 1)}
.border-emerald-400\/15{border-color:rgb(52 211 153 / 0.15)}
.border-emerald-400\/20{border-color:rgb(52 211 153 / 0.2)}
.border-emerald-400\/25{border-color:rgb(52 211 153 / 0.25)}
.border-emerald-400\/30{border-color:rgb(52 211 153 / 0.3)}
.border-emerald-400\/35{border-color:rgb(52 211 153 / 0.35)}
.border-emerald-400\/40{border-color:rgb(52 211 153 / 0.4)}
.border-emerald-400\/45{border-color:rgb(52 211 153 / 0.45)}
.border-emerald-400\/5{border-color:rgb(52 211 153 / 0.05)}
.border-emerald-400\/50{border-color:rgb(52 211 153 / 0.5)}
.border-emerald-400\/55{border-color:rgb(52 211 153 / 0.55)}
.border-emerald-400\/60{border-color:rgb(52 211 153 / 0.6)}
.border-emerald-400\/65{border-color:rgb(52 211 153 / 0.65)}
.border-emerald-400\/70{border-color:rgb(52 211 153 / 0.7)}
.border-emerald-400\/75{border-color:rgb(52 211 153 / 0.75)}
.border-emerald-400\/80{border-color:rgb(52 211 153 / 0.8)}
.border-emerald-400\/85{border-color:rgb(52 211 153 / 0.85)}
.border-emerald-400\/90{border-color:rgb(52 211 153 / 0.9)}
.border-emerald-400\/95{border-color:rgb(52 211 153 / 0.95)}
.border-emerald-50{--tw-border-opacity:1;border-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-emerald-50\/0{border-color:rgb(236 253 245 / 0)}
.border-emerald-50\/10{border-color:rgb(236 253 245 / 0.1)}
.border-emerald-50\/100{border-color:rgb(236 253 245 / 1)}
.border-emerald-50\/15{border-color:rgb(236 253 245 / 0.15)}
.border-emerald-50\/20{border-color:rgb(236 253 245 / 0.2)}
.border-emerald-50\/25{border-color:rgb(236 253 245 / 0.25)}
.border-emerald-50\/30{border-color:rgb(236 253 245 / 0.3)}
.border-emerald-50\/35{border-color:rgb(236 253 245 / 0.35)}
.border-emerald-50\/40{border-color:rgb(236 253 245 / 0.4)}
.border-emerald-50\/45{border-color:rgb(236 253 245 / 0.45)}
.border-emerald-50\/5{border-color:rgb(236 253 245 / 0.05)}
.border-emerald-50\/50{border-color:rgb(236 253 245 / 0.5)}
.border-emerald-50\/55{border-color:rgb(236 253 245 / 0.55)}
.border-emerald-50\/60{border-color:rgb(236 253 245 / 0.6)}
.border-emerald-50\/65{border-color:rgb(236 253 245 / 0.65)}
.border-emerald-50\/70{border-color:rgb(236 253 245 / 0.7)}
.border-emerald-50\/75{border-color:rgb(236 253 245 / 0.75)}
.border-emerald-50\/80{border-color:rgb(236 253 245 / 0.8)}
.border-emerald-50\/85{border-color:rgb(236 253 245 / 0.85)}
.border-emerald-50\/90{border-color:rgb(236 253 245 / 0.9)}
.border-emerald-50\/95{border-color:rgb(236 253 245 / 0.95)}
.border-emerald-500{--tw-border-opacity:1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-emerald-500\/0{border-color:rgb(16 185 129 / 0)}
.border-emerald-500\/10{border-color:rgb(16 185 129 / 0.1)}
.border-emerald-500\/100{border-color:rgb(16 185 129 / 1)}
.border-emerald-500\/15{border-color:rgb(16 185 129 / 0.15)}
.border-emerald-500\/20{border-color:rgb(16 185 129 / 0.2)}
.border-emerald-500\/25{border-color:rgb(16 185 129 / 0.25)}
.border-emerald-500\/30{border-color:rgb(16 185 129 / 0.3)}
.border-emerald-500\/35{border-color:rgb(16 185 129 / 0.35)}
.border-emerald-500\/40{border-color:rgb(16 185 129 / 0.4)}
.border-emerald-500\/45{border-color:rgb(16 185 129 / 0.45)}
.border-emerald-500\/5{border-color:rgb(16 185 129 / 0.05)}
.border-emerald-500\/50{border-color:rgb(16 185 129 / 0.5)}
.border-emerald-500\/55{border-color:rgb(16 185 129 / 0.55)}
.border-emerald-500\/60{border-color:rgb(16 185 129 / 0.6)}
.border-emerald-500\/65{border-color:rgb(16 185 129 / 0.65)}
.border-emerald-500\/70{border-color:rgb(16 185 129 / 0.7)}
.border-emerald-500\/75{border-color:rgb(16 185 129 / 0.75)}
.border-emerald-500\/80{border-color:rgb(16 185 129 / 0.8)}
.border-emerald-500\/85{border-color:rgb(16 185 129 / 0.85)}
.border-emerald-500\/90{border-color:rgb(16 185 129 / 0.9)}
.border-emerald-500\/95{border-color:rgb(16 185 129 / 0.95)}
.border-emerald-600{--tw-border-opacity:1;border-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-emerald-600\/0{border-color:rgb(5 150 105 / 0)}
.border-emerald-600\/10{border-color:rgb(5 150 105 / 0.1)}
.border-emerald-600\/100{border-color:rgb(5 150 105 / 1)}
.border-emerald-600\/15{border-color:rgb(5 150 105 / 0.15)}
.border-emerald-600\/20{border-color:rgb(5 150 105 / 0.2)}
.border-emerald-600\/25{border-color:rgb(5 150 105 / 0.25)}
.border-emerald-600\/30{border-color:rgb(5 150 105 / 0.3)}
.border-emerald-600\/35{border-color:rgb(5 150 105 / 0.35)}
.border-emerald-600\/40{border-color:rgb(5 150 105 / 0.4)}
.border-emerald-600\/45{border-color:rgb(5 150 105 / 0.45)}
.border-emerald-600\/5{border-color:rgb(5 150 105 / 0.05)}
.border-emerald-600\/50{border-color:rgb(5 150 105 / 0.5)}
.border-emerald-600\/55{border-color:rgb(5 150 105 / 0.55)}
.border-emerald-600\/60{border-color:rgb(5 150 105 / 0.6)}
.border-emerald-600\/65{border-color:rgb(5 150 105 / 0.65)}
.border-emerald-600\/70{border-color:rgb(5 150 105 / 0.7)}
.border-emerald-600\/75{border-color:rgb(5 150 105 / 0.75)}
.border-emerald-600\/80{border-color:rgb(5 150 105 / 0.8)}
.border-emerald-600\/85{border-color:rgb(5 150 105 / 0.85)}
.border-emerald-600\/90{border-color:rgb(5 150 105 / 0.9)}
.border-emerald-600\/95{border-color:rgb(5 150 105 / 0.95)}
.border-emerald-700{--tw-border-opacity:1;border-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-emerald-700\/0{border-color:rgb(4 120 87 / 0)}
.border-emerald-700\/10{border-color:rgb(4 120 87 / 0.1)}
.border-emerald-700\/100{border-color:rgb(4 120 87 / 1)}
.border-emerald-700\/15{border-color:rgb(4 120 87 / 0.15)}
.border-emerald-700\/20{border-color:rgb(4 120 87 / 0.2)}
.border-emerald-700\/25{border-color:rgb(4 120 87 / 0.25)}
.border-emerald-700\/30{border-color:rgb(4 120 87 / 0.3)}
.border-emerald-700\/35{border-color:rgb(4 120 87 / 0.35)}
.border-emerald-700\/40{border-color:rgb(4 120 87 / 0.4)}
.border-emerald-700\/45{border-color:rgb(4 120 87 / 0.45)}
.border-emerald-700\/5{border-color:rgb(4 120 87 / 0.05)}
.border-emerald-700\/50{border-color:rgb(4 120 87 / 0.5)}
.border-emerald-700\/55{border-color:rgb(4 120 87 / 0.55)}
.border-emerald-700\/60{border-color:rgb(4 120 87 / 0.6)}
.border-emerald-700\/65{border-color:rgb(4 120 87 / 0.65)}
.border-emerald-700\/70{border-color:rgb(4 120 87 / 0.7)}
.border-emerald-700\/75{border-color:rgb(4 120 87 / 0.75)}
.border-emerald-700\/80{border-color:rgb(4 120 87 / 0.8)}
.border-emerald-700\/85{border-color:rgb(4 120 87 / 0.85)}
.border-emerald-700\/90{border-color:rgb(4 120 87 / 0.9)}
.border-emerald-700\/95{border-color:rgb(4 120 87 / 0.95)}
.border-emerald-800{--tw-border-opacity:1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-emerald-800\/0{border-color:rgb(6 95 70 / 0)}
.border-emerald-800\/10{border-color:rgb(6 95 70 / 0.1)}
.border-emerald-800\/100{border-color:rgb(6 95 70 / 1)}
.border-emerald-800\/15{border-color:rgb(6 95 70 / 0.15)}
.border-emerald-800\/20{border-color:rgb(6 95 70 / 0.2)}
.border-emerald-800\/25{border-color:rgb(6 95 70 / 0.25)}
.border-emerald-800\/30{border-color:rgb(6 95 70 / 0.3)}
.border-emerald-800\/35{border-color:rgb(6 95 70 / 0.35)}
.border-emerald-800\/40{border-color:rgb(6 95 70 / 0.4)}
.border-emerald-800\/45{border-color:rgb(6 95 70 / 0.45)}
.border-emerald-800\/5{border-color:rgb(6 95 70 / 0.05)}
.border-emerald-800\/50{border-color:rgb(6 95 70 / 0.5)}
.border-emerald-800\/55{border-color:rgb(6 95 70 / 0.55)}
.border-emerald-800\/60{border-color:rgb(6 95 70 / 0.6)}
.border-emerald-800\/65{border-color:rgb(6 95 70 / 0.65)}
.border-emerald-800\/70{border-color:rgb(6 95 70 / 0.7)}
.border-emerald-800\/75{border-color:rgb(6 95 70 / 0.75)}
.border-emerald-800\/80{border-color:rgb(6 95 70 / 0.8)}
.border-emerald-800\/85{border-color:rgb(6 95 70 / 0.85)}
.border-emerald-800\/90{border-color:rgb(6 95 70 / 0.9)}
.border-emerald-800\/95{border-color:rgb(6 95 70 / 0.95)}
.border-emerald-900{--tw-border-opacity:1;border-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-emerald-900\/0{border-color:rgb(6 78 59 / 0)}
.border-emerald-900\/10{border-color:rgb(6 78 59 / 0.1)}
.border-emerald-900\/100{border-color:rgb(6 78 59 / 1)}
.border-emerald-900\/15{border-color:rgb(6 78 59 / 0.15)}
.border-emerald-900\/20{border-color:rgb(6 78 59 / 0.2)}
.border-emerald-900\/25{border-color:rgb(6 78 59 / 0.25)}
.border-emerald-900\/30{border-color:rgb(6 78 59 / 0.3)}
.border-emerald-900\/35{border-color:rgb(6 78 59 / 0.35)}
.border-emerald-900\/40{border-color:rgb(6 78 59 / 0.4)}
.border-emerald-900\/45{border-color:rgb(6 78 59 / 0.45)}
.border-emerald-900\/5{border-color:rgb(6 78 59 / 0.05)}
.border-emerald-900\/50{border-color:rgb(6 78 59 / 0.5)}
.border-emerald-900\/55{border-color:rgb(6 78 59 / 0.55)}
.border-emerald-900\/60{border-color:rgb(6 78 59 / 0.6)}
.border-emerald-900\/65{border-color:rgb(6 78 59 / 0.65)}
.border-emerald-900\/70{border-color:rgb(6 78 59 / 0.7)}
.border-emerald-900\/75{border-color:rgb(6 78 59 / 0.75)}
.border-emerald-900\/80{border-color:rgb(6 78 59 / 0.8)}
.border-emerald-900\/85{border-color:rgb(6 78 59 / 0.85)}
.border-emerald-900\/90{border-color:rgb(6 78 59 / 0.9)}
.border-emerald-900\/95{border-color:rgb(6 78 59 / 0.95)}
.border-emerald-950{--tw-border-opacity:1;border-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-emerald-950\/0{border-color:rgb(2 44 34 / 0)}
.border-emerald-950\/10{border-color:rgb(2 44 34 / 0.1)}
.border-emerald-950\/100{border-color:rgb(2 44 34 / 1)}
.border-emerald-950\/15{border-color:rgb(2 44 34 / 0.15)}
.border-emerald-950\/20{border-color:rgb(2 44 34 / 0.2)}
.border-emerald-950\/25{border-color:rgb(2 44 34 / 0.25)}
.border-emerald-950\/30{border-color:rgb(2 44 34 / 0.3)}
.border-emerald-950\/35{border-color:rgb(2 44 34 / 0.35)}
.border-emerald-950\/40{border-color:rgb(2 44 34 / 0.4)}
.border-emerald-950\/45{border-color:rgb(2 44 34 / 0.45)}
.border-emerald-950\/5{border-color:rgb(2 44 34 / 0.05)}
.border-emerald-950\/50{border-color:rgb(2 44 34 / 0.5)}
.border-emerald-950\/55{border-color:rgb(2 44 34 / 0.55)}
.border-emerald-950\/60{border-color:rgb(2 44 34 / 0.6)}
.border-emerald-950\/65{border-color:rgb(2 44 34 / 0.65)}
.border-emerald-950\/70{border-color:rgb(2 44 34 / 0.7)}
.border-emerald-950\/75{border-color:rgb(2 44 34 / 0.75)}
.border-emerald-950\/80{border-color:rgb(2 44 34 / 0.8)}
.border-emerald-950\/85{border-color:rgb(2 44 34 / 0.85)}
.border-emerald-950\/90{border-color:rgb(2 44 34 / 0.9)}
.border-emerald-950\/95{border-color:rgb(2 44 34 / 0.95)}
.border-gridItemHover{border-color:rgba(0,0,0,.03)}
.border-gridItemHover\/0{border-color:rgba(0, 0, 0, 0)}
.border-gridItemHover\/10{border-color:rgba(0, 0, 0, 0.1)}
.border-gridItemHover\/100{border-color:rgba(0, 0, 0, 1)}
.border-gridItemHover\/15{border-color:rgba(0, 0, 0, 0.15)}
.border-gridItemHover\/20{border-color:rgba(0, 0, 0, 0.2)}
.border-gridItemHover\/25{border-color:rgba(0, 0, 0, 0.25)}
.border-gridItemHover\/30{border-color:rgba(0, 0, 0, 0.3)}
.border-gridItemHover\/35{border-color:rgba(0, 0, 0, 0.35)}
.border-gridItemHover\/40{border-color:rgba(0, 0, 0, 0.4)}
.border-gridItemHover\/45{border-color:rgba(0, 0, 0, 0.45)}
.border-gridItemHover\/5{border-color:rgba(0, 0, 0, 0.05)}
.border-gridItemHover\/50{border-color:rgba(0, 0, 0, 0.5)}
.border-gridItemHover\/55{border-color:rgba(0, 0, 0, 0.55)}
.border-gridItemHover\/60{border-color:rgba(0, 0, 0, 0.6)}
.border-gridItemHover\/65{border-color:rgba(0, 0, 0, 0.65)}
.border-gridItemHover\/70{border-color:rgba(0, 0, 0, 0.7)}
.border-gridItemHover\/75{border-color:rgba(0, 0, 0, 0.75)}
.border-gridItemHover\/80{border-color:rgba(0, 0, 0, 0.8)}
.border-gridItemHover\/85{border-color:rgba(0, 0, 0, 0.85)}
.border-gridItemHover\/90{border-color:rgba(0, 0, 0, 0.9)}
.border-gridItemHover\/95{border-color:rgba(0, 0, 0, 0.95)}
.border-info-text-contrast{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-info-text-contrast\/0{border-color:rgb(0 0 0 / 0)}
.border-info-text-contrast\/10{border-color:rgb(0 0 0 / 0.1)}
.border-info-text-contrast\/100{border-color:rgb(0 0 0 / 1)}
.border-info-text-contrast\/15{border-color:rgb(0 0 0 / 0.15)}
.border-info-text-contrast\/20{border-color:rgb(0 0 0 / 0.2)}
.border-info-text-contrast\/25{border-color:rgb(0 0 0 / 0.25)}
.border-info-text-contrast\/30{border-color:rgb(0 0 0 / 0.3)}
.border-info-text-contrast\/35{border-color:rgb(0 0 0 / 0.35)}
.border-info-text-contrast\/40{border-color:rgb(0 0 0 / 0.4)}
.border-info-text-contrast\/45{border-color:rgb(0 0 0 / 0.45)}
.border-info-text-contrast\/5{border-color:rgb(0 0 0 / 0.05)}
.border-info-text-contrast\/50{border-color:rgb(0 0 0 / 0.5)}
.border-info-text-contrast\/55{border-color:rgb(0 0 0 / 0.55)}
.border-info-text-contrast\/60{border-color:rgb(0 0 0 / 0.6)}
.border-info-text-contrast\/65{border-color:rgb(0 0 0 / 0.65)}
.border-info-text-contrast\/70{border-color:rgb(0 0 0 / 0.7)}
.border-info-text-contrast\/75{border-color:rgb(0 0 0 / 0.75)}
.border-info-text-contrast\/80{border-color:rgb(0 0 0 / 0.8)}
.border-info-text-contrast\/85{border-color:rgb(0 0 0 / 0.85)}
.border-info-text-contrast\/90{border-color:rgb(0 0 0 / 0.9)}
.border-info-text-contrast\/95{border-color:rgb(0 0 0 / 0.95)}
.border-info-text-contrastsWithCard{border-color:true}
.border-info-text-isDark{}
.border-info-text-text{--tw-border-opacity:1;border-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-info-text-text\/0{border-color:rgb(72 171 217 / 0)}
.border-info-text-text\/10{border-color:rgb(72 171 217 / 0.1)}
.border-info-text-text\/100{border-color:rgb(72 171 217 / 1)}
.border-info-text-text\/15{border-color:rgb(72 171 217 / 0.15)}
.border-info-text-text\/20{border-color:rgb(72 171 217 / 0.2)}
.border-info-text-text\/25{border-color:rgb(72 171 217 / 0.25)}
.border-info-text-text\/30{border-color:rgb(72 171 217 / 0.3)}
.border-info-text-text\/35{border-color:rgb(72 171 217 / 0.35)}
.border-info-text-text\/40{border-color:rgb(72 171 217 / 0.4)}
.border-info-text-text\/45{border-color:rgb(72 171 217 / 0.45)}
.border-info-text-text\/5{border-color:rgb(72 171 217 / 0.05)}
.border-info-text-text\/50{border-color:rgb(72 171 217 / 0.5)}
.border-info-text-text\/55{border-color:rgb(72 171 217 / 0.55)}
.border-info-text-text\/60{border-color:rgb(72 171 217 / 0.6)}
.border-info-text-text\/65{border-color:rgb(72 171 217 / 0.65)}
.border-info-text-text\/70{border-color:rgb(72 171 217 / 0.7)}
.border-info-text-text\/75{border-color:rgb(72 171 217 / 0.75)}
.border-info-text-text\/80{border-color:rgb(72 171 217 / 0.8)}
.border-info-text-text\/85{border-color:rgb(72 171 217 / 0.85)}
.border-info-text-text\/90{border-color:rgb(72 171 217 / 0.9)}
.border-info-text-text\/95{border-color:rgb(72 171 217 / 0.95)}
.border-lime-100{--tw-border-opacity:1;border-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-lime-100\/0{border-color:rgb(236 252 203 / 0)}
.border-lime-100\/10{border-color:rgb(236 252 203 / 0.1)}
.border-lime-100\/100{border-color:rgb(236 252 203 / 1)}
.border-lime-100\/15{border-color:rgb(236 252 203 / 0.15)}
.border-lime-100\/20{border-color:rgb(236 252 203 / 0.2)}
.border-lime-100\/25{border-color:rgb(236 252 203 / 0.25)}
.border-lime-100\/30{border-color:rgb(236 252 203 / 0.3)}
.border-lime-100\/35{border-color:rgb(236 252 203 / 0.35)}
.border-lime-100\/40{border-color:rgb(236 252 203 / 0.4)}
.border-lime-100\/45{border-color:rgb(236 252 203 / 0.45)}
.border-lime-100\/5{border-color:rgb(236 252 203 / 0.05)}
.border-lime-100\/50{border-color:rgb(236 252 203 / 0.5)}
.border-lime-100\/55{border-color:rgb(236 252 203 / 0.55)}
.border-lime-100\/60{border-color:rgb(236 252 203 / 0.6)}
.border-lime-100\/65{border-color:rgb(236 252 203 / 0.65)}
.border-lime-100\/70{border-color:rgb(236 252 203 / 0.7)}
.border-lime-100\/75{border-color:rgb(236 252 203 / 0.75)}
.border-lime-100\/80{border-color:rgb(236 252 203 / 0.8)}
.border-lime-100\/85{border-color:rgb(236 252 203 / 0.85)}
.border-lime-100\/90{border-color:rgb(236 252 203 / 0.9)}
.border-lime-100\/95{border-color:rgb(236 252 203 / 0.95)}
.border-lime-200{--tw-border-opacity:1;border-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-lime-200\/0{border-color:rgb(217 249 157 / 0)}
.border-lime-200\/10{border-color:rgb(217 249 157 / 0.1)}
.border-lime-200\/100{border-color:rgb(217 249 157 / 1)}
.border-lime-200\/15{border-color:rgb(217 249 157 / 0.15)}
.border-lime-200\/20{border-color:rgb(217 249 157 / 0.2)}
.border-lime-200\/25{border-color:rgb(217 249 157 / 0.25)}
.border-lime-200\/30{border-color:rgb(217 249 157 / 0.3)}
.border-lime-200\/35{border-color:rgb(217 249 157 / 0.35)}
.border-lime-200\/40{border-color:rgb(217 249 157 / 0.4)}
.border-lime-200\/45{border-color:rgb(217 249 157 / 0.45)}
.border-lime-200\/5{border-color:rgb(217 249 157 / 0.05)}
.border-lime-200\/50{border-color:rgb(217 249 157 / 0.5)}
.border-lime-200\/55{border-color:rgb(217 249 157 / 0.55)}
.border-lime-200\/60{border-color:rgb(217 249 157 / 0.6)}
.border-lime-200\/65{border-color:rgb(217 249 157 / 0.65)}
.border-lime-200\/70{border-color:rgb(217 249 157 / 0.7)}
.border-lime-200\/75{border-color:rgb(217 249 157 / 0.75)}
.border-lime-200\/80{border-color:rgb(217 249 157 / 0.8)}
.border-lime-200\/85{border-color:rgb(217 249 157 / 0.85)}
.border-lime-200\/90{border-color:rgb(217 249 157 / 0.9)}
.border-lime-200\/95{border-color:rgb(217 249 157 / 0.95)}
.border-lime-300{--tw-border-opacity:1;border-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-lime-300\/0{border-color:rgb(190 242 100 / 0)}
.border-lime-300\/10{border-color:rgb(190 242 100 / 0.1)}
.border-lime-300\/100{border-color:rgb(190 242 100 / 1)}
.border-lime-300\/15{border-color:rgb(190 242 100 / 0.15)}
.border-lime-300\/20{border-color:rgb(190 242 100 / 0.2)}
.border-lime-300\/25{border-color:rgb(190 242 100 / 0.25)}
.border-lime-300\/30{border-color:rgb(190 242 100 / 0.3)}
.border-lime-300\/35{border-color:rgb(190 242 100 / 0.35)}
.border-lime-300\/40{border-color:rgb(190 242 100 / 0.4)}
.border-lime-300\/45{border-color:rgb(190 242 100 / 0.45)}
.border-lime-300\/5{border-color:rgb(190 242 100 / 0.05)}
.border-lime-300\/50{border-color:rgb(190 242 100 / 0.5)}
.border-lime-300\/55{border-color:rgb(190 242 100 / 0.55)}
.border-lime-300\/60{border-color:rgb(190 242 100 / 0.6)}
.border-lime-300\/65{border-color:rgb(190 242 100 / 0.65)}
.border-lime-300\/70{border-color:rgb(190 242 100 / 0.7)}
.border-lime-300\/75{border-color:rgb(190 242 100 / 0.75)}
.border-lime-300\/80{border-color:rgb(190 242 100 / 0.8)}
.border-lime-300\/85{border-color:rgb(190 242 100 / 0.85)}
.border-lime-300\/90{border-color:rgb(190 242 100 / 0.9)}
.border-lime-300\/95{border-color:rgb(190 242 100 / 0.95)}
.border-lime-400{--tw-border-opacity:1;border-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-lime-400\/0{border-color:rgb(163 230 53 / 0)}
.border-lime-400\/10{border-color:rgb(163 230 53 / 0.1)}
.border-lime-400\/100{border-color:rgb(163 230 53 / 1)}
.border-lime-400\/15{border-color:rgb(163 230 53 / 0.15)}
.border-lime-400\/20{border-color:rgb(163 230 53 / 0.2)}
.border-lime-400\/25{border-color:rgb(163 230 53 / 0.25)}
.border-lime-400\/30{border-color:rgb(163 230 53 / 0.3)}
.border-lime-400\/35{border-color:rgb(163 230 53 / 0.35)}
.border-lime-400\/40{border-color:rgb(163 230 53 / 0.4)}
.border-lime-400\/45{border-color:rgb(163 230 53 / 0.45)}
.border-lime-400\/5{border-color:rgb(163 230 53 / 0.05)}
.border-lime-400\/50{border-color:rgb(163 230 53 / 0.5)}
.border-lime-400\/55{border-color:rgb(163 230 53 / 0.55)}
.border-lime-400\/60{border-color:rgb(163 230 53 / 0.6)}
.border-lime-400\/65{border-color:rgb(163 230 53 / 0.65)}
.border-lime-400\/70{border-color:rgb(163 230 53 / 0.7)}
.border-lime-400\/75{border-color:rgb(163 230 53 / 0.75)}
.border-lime-400\/80{border-color:rgb(163 230 53 / 0.8)}
.border-lime-400\/85{border-color:rgb(163 230 53 / 0.85)}
.border-lime-400\/90{border-color:rgb(163 230 53 / 0.9)}
.border-lime-400\/95{border-color:rgb(163 230 53 / 0.95)}
.border-lime-50{--tw-border-opacity:1;border-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-lime-50\/0{border-color:rgb(247 254 231 / 0)}
.border-lime-50\/10{border-color:rgb(247 254 231 / 0.1)}
.border-lime-50\/100{border-color:rgb(247 254 231 / 1)}
.border-lime-50\/15{border-color:rgb(247 254 231 / 0.15)}
.border-lime-50\/20{border-color:rgb(247 254 231 / 0.2)}
.border-lime-50\/25{border-color:rgb(247 254 231 / 0.25)}
.border-lime-50\/30{border-color:rgb(247 254 231 / 0.3)}
.border-lime-50\/35{border-color:rgb(247 254 231 / 0.35)}
.border-lime-50\/40{border-color:rgb(247 254 231 / 0.4)}
.border-lime-50\/45{border-color:rgb(247 254 231 / 0.45)}
.border-lime-50\/5{border-color:rgb(247 254 231 / 0.05)}
.border-lime-50\/50{border-color:rgb(247 254 231 / 0.5)}
.border-lime-50\/55{border-color:rgb(247 254 231 / 0.55)}
.border-lime-50\/60{border-color:rgb(247 254 231 / 0.6)}
.border-lime-50\/65{border-color:rgb(247 254 231 / 0.65)}
.border-lime-50\/70{border-color:rgb(247 254 231 / 0.7)}
.border-lime-50\/75{border-color:rgb(247 254 231 / 0.75)}
.border-lime-50\/80{border-color:rgb(247 254 231 / 0.8)}
.border-lime-50\/85{border-color:rgb(247 254 231 / 0.85)}
.border-lime-50\/90{border-color:rgb(247 254 231 / 0.9)}
.border-lime-50\/95{border-color:rgb(247 254 231 / 0.95)}
.border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-lime-500\/0{border-color:rgb(132 204 22 / 0)}
.border-lime-500\/10{border-color:rgb(132 204 22 / 0.1)}
.border-lime-500\/100{border-color:rgb(132 204 22 / 1)}
.border-lime-500\/15{border-color:rgb(132 204 22 / 0.15)}
.border-lime-500\/20{border-color:rgb(132 204 22 / 0.2)}
.border-lime-500\/25{border-color:rgb(132 204 22 / 0.25)}
.border-lime-500\/30{border-color:rgb(132 204 22 / 0.3)}
.border-lime-500\/35{border-color:rgb(132 204 22 / 0.35)}
.border-lime-500\/40{border-color:rgb(132 204 22 / 0.4)}
.border-lime-500\/45{border-color:rgb(132 204 22 / 0.45)}
.border-lime-500\/5{border-color:rgb(132 204 22 / 0.05)}
.border-lime-500\/50{border-color:rgb(132 204 22 / 0.5)}
.border-lime-500\/55{border-color:rgb(132 204 22 / 0.55)}
.border-lime-500\/60{border-color:rgb(132 204 22 / 0.6)}
.border-lime-500\/65{border-color:rgb(132 204 22 / 0.65)}
.border-lime-500\/70{border-color:rgb(132 204 22 / 0.7)}
.border-lime-500\/75{border-color:rgb(132 204 22 / 0.75)}
.border-lime-500\/80{border-color:rgb(132 204 22 / 0.8)}
.border-lime-500\/85{border-color:rgb(132 204 22 / 0.85)}
.border-lime-500\/90{border-color:rgb(132 204 22 / 0.9)}
.border-lime-500\/95{border-color:rgb(132 204 22 / 0.95)}
.border-lime-600{--tw-border-opacity:1;border-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-lime-600\/0{border-color:rgb(101 163 13 / 0)}
.border-lime-600\/10{border-color:rgb(101 163 13 / 0.1)}
.border-lime-600\/100{border-color:rgb(101 163 13 / 1)}
.border-lime-600\/15{border-color:rgb(101 163 13 / 0.15)}
.border-lime-600\/20{border-color:rgb(101 163 13 / 0.2)}
.border-lime-600\/25{border-color:rgb(101 163 13 / 0.25)}
.border-lime-600\/30{border-color:rgb(101 163 13 / 0.3)}
.border-lime-600\/35{border-color:rgb(101 163 13 / 0.35)}
.border-lime-600\/40{border-color:rgb(101 163 13 / 0.4)}
.border-lime-600\/45{border-color:rgb(101 163 13 / 0.45)}
.border-lime-600\/5{border-color:rgb(101 163 13 / 0.05)}
.border-lime-600\/50{border-color:rgb(101 163 13 / 0.5)}
.border-lime-600\/55{border-color:rgb(101 163 13 / 0.55)}
.border-lime-600\/60{border-color:rgb(101 163 13 / 0.6)}
.border-lime-600\/65{border-color:rgb(101 163 13 / 0.65)}
.border-lime-600\/70{border-color:rgb(101 163 13 / 0.7)}
.border-lime-600\/75{border-color:rgb(101 163 13 / 0.75)}
.border-lime-600\/80{border-color:rgb(101 163 13 / 0.8)}
.border-lime-600\/85{border-color:rgb(101 163 13 / 0.85)}
.border-lime-600\/90{border-color:rgb(101 163 13 / 0.9)}
.border-lime-600\/95{border-color:rgb(101 163 13 / 0.95)}
.border-lime-700{--tw-border-opacity:1;border-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-lime-700\/0{border-color:rgb(77 124 15 / 0)}
.border-lime-700\/10{border-color:rgb(77 124 15 / 0.1)}
.border-lime-700\/100{border-color:rgb(77 124 15 / 1)}
.border-lime-700\/15{border-color:rgb(77 124 15 / 0.15)}
.border-lime-700\/20{border-color:rgb(77 124 15 / 0.2)}
.border-lime-700\/25{border-color:rgb(77 124 15 / 0.25)}
.border-lime-700\/30{border-color:rgb(77 124 15 / 0.3)}
.border-lime-700\/35{border-color:rgb(77 124 15 / 0.35)}
.border-lime-700\/40{border-color:rgb(77 124 15 / 0.4)}
.border-lime-700\/45{border-color:rgb(77 124 15 / 0.45)}
.border-lime-700\/5{border-color:rgb(77 124 15 / 0.05)}
.border-lime-700\/50{border-color:rgb(77 124 15 / 0.5)}
.border-lime-700\/55{border-color:rgb(77 124 15 / 0.55)}
.border-lime-700\/60{border-color:rgb(77 124 15 / 0.6)}
.border-lime-700\/65{border-color:rgb(77 124 15 / 0.65)}
.border-lime-700\/70{border-color:rgb(77 124 15 / 0.7)}
.border-lime-700\/75{border-color:rgb(77 124 15 / 0.75)}
.border-lime-700\/80{border-color:rgb(77 124 15 / 0.8)}
.border-lime-700\/85{border-color:rgb(77 124 15 / 0.85)}
.border-lime-700\/90{border-color:rgb(77 124 15 / 0.9)}
.border-lime-700\/95{border-color:rgb(77 124 15 / 0.95)}
.border-lime-800{--tw-border-opacity:1;border-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-lime-800\/0{border-color:rgb(63 98 18 / 0)}
.border-lime-800\/10{border-color:rgb(63 98 18 / 0.1)}
.border-lime-800\/100{border-color:rgb(63 98 18 / 1)}
.border-lime-800\/15{border-color:rgb(63 98 18 / 0.15)}
.border-lime-800\/20{border-color:rgb(63 98 18 / 0.2)}
.border-lime-800\/25{border-color:rgb(63 98 18 / 0.25)}
.border-lime-800\/30{border-color:rgb(63 98 18 / 0.3)}
.border-lime-800\/35{border-color:rgb(63 98 18 / 0.35)}
.border-lime-800\/40{border-color:rgb(63 98 18 / 0.4)}
.border-lime-800\/45{border-color:rgb(63 98 18 / 0.45)}
.border-lime-800\/5{border-color:rgb(63 98 18 / 0.05)}
.border-lime-800\/50{border-color:rgb(63 98 18 / 0.5)}
.border-lime-800\/55{border-color:rgb(63 98 18 / 0.55)}
.border-lime-800\/60{border-color:rgb(63 98 18 / 0.6)}
.border-lime-800\/65{border-color:rgb(63 98 18 / 0.65)}
.border-lime-800\/70{border-color:rgb(63 98 18 / 0.7)}
.border-lime-800\/75{border-color:rgb(63 98 18 / 0.75)}
.border-lime-800\/80{border-color:rgb(63 98 18 / 0.8)}
.border-lime-800\/85{border-color:rgb(63 98 18 / 0.85)}
.border-lime-800\/90{border-color:rgb(63 98 18 / 0.9)}
.border-lime-800\/95{border-color:rgb(63 98 18 / 0.95)}
.border-lime-900{--tw-border-opacity:1;border-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-lime-900\/0{border-color:rgb(54 83 20 / 0)}
.border-lime-900\/10{border-color:rgb(54 83 20 / 0.1)}
.border-lime-900\/100{border-color:rgb(54 83 20 / 1)}
.border-lime-900\/15{border-color:rgb(54 83 20 / 0.15)}
.border-lime-900\/20{border-color:rgb(54 83 20 / 0.2)}
.border-lime-900\/25{border-color:rgb(54 83 20 / 0.25)}
.border-lime-900\/30{border-color:rgb(54 83 20 / 0.3)}
.border-lime-900\/35{border-color:rgb(54 83 20 / 0.35)}
.border-lime-900\/40{border-color:rgb(54 83 20 / 0.4)}
.border-lime-900\/45{border-color:rgb(54 83 20 / 0.45)}
.border-lime-900\/5{border-color:rgb(54 83 20 / 0.05)}
.border-lime-900\/50{border-color:rgb(54 83 20 / 0.5)}
.border-lime-900\/55{border-color:rgb(54 83 20 / 0.55)}
.border-lime-900\/60{border-color:rgb(54 83 20 / 0.6)}
.border-lime-900\/65{border-color:rgb(54 83 20 / 0.65)}
.border-lime-900\/70{border-color:rgb(54 83 20 / 0.7)}
.border-lime-900\/75{border-color:rgb(54 83 20 / 0.75)}
.border-lime-900\/80{border-color:rgb(54 83 20 / 0.8)}
.border-lime-900\/85{border-color:rgb(54 83 20 / 0.85)}
.border-lime-900\/90{border-color:rgb(54 83 20 / 0.9)}
.border-lime-900\/95{border-color:rgb(54 83 20 / 0.95)}
.border-lime-950{--tw-border-opacity:1;border-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-lime-950\/0{border-color:rgb(26 46 5 / 0)}
.border-lime-950\/10{border-color:rgb(26 46 5 / 0.1)}
.border-lime-950\/100{border-color:rgb(26 46 5 / 1)}
.border-lime-950\/15{border-color:rgb(26 46 5 / 0.15)}
.border-lime-950\/20{border-color:rgb(26 46 5 / 0.2)}
.border-lime-950\/25{border-color:rgb(26 46 5 / 0.25)}
.border-lime-950\/30{border-color:rgb(26 46 5 / 0.3)}
.border-lime-950\/35{border-color:rgb(26 46 5 / 0.35)}
.border-lime-950\/40{border-color:rgb(26 46 5 / 0.4)}
.border-lime-950\/45{border-color:rgb(26 46 5 / 0.45)}
.border-lime-950\/5{border-color:rgb(26 46 5 / 0.05)}
.border-lime-950\/50{border-color:rgb(26 46 5 / 0.5)}
.border-lime-950\/55{border-color:rgb(26 46 5 / 0.55)}
.border-lime-950\/60{border-color:rgb(26 46 5 / 0.6)}
.border-lime-950\/65{border-color:rgb(26 46 5 / 0.65)}
.border-lime-950\/70{border-color:rgb(26 46 5 / 0.7)}
.border-lime-950\/75{border-color:rgb(26 46 5 / 0.75)}
.border-lime-950\/80{border-color:rgb(26 46 5 / 0.8)}
.border-lime-950\/85{border-color:rgb(26 46 5 / 0.85)}
.border-lime-950\/90{border-color:rgb(26 46 5 / 0.9)}
.border-lime-950\/95{border-color:rgb(26 46 5 / 0.95)}
.border-navBackground-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-navBackground-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-navBackground-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-navBackground-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-navBackground-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-navBackground-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-navBackground-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-navBackground-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-navBackground-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-navBackground-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-navBackground-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-navBackground-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-navBackground-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-navBackground-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-navBackground-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-navBackground-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-navBackground-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-navBackground-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-navBackground-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-navBackground-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-navBackground-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-navBackground-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-navBackground-text-contrastsWithCard{border-color:true}
.border-navBackground-text-isDark{border-color:true}
.border-navBackground-text-text{--tw-border-opacity:1;border-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-navBackground-text-text\/0{border-color:rgb(132 132 132 / 0)}
.border-navBackground-text-text\/10{border-color:rgb(132 132 132 / 0.1)}
.border-navBackground-text-text\/100{border-color:rgb(132 132 132 / 1)}
.border-navBackground-text-text\/15{border-color:rgb(132 132 132 / 0.15)}
.border-navBackground-text-text\/20{border-color:rgb(132 132 132 / 0.2)}
.border-navBackground-text-text\/25{border-color:rgb(132 132 132 / 0.25)}
.border-navBackground-text-text\/30{border-color:rgb(132 132 132 / 0.3)}
.border-navBackground-text-text\/35{border-color:rgb(132 132 132 / 0.35)}
.border-navBackground-text-text\/40{border-color:rgb(132 132 132 / 0.4)}
.border-navBackground-text-text\/45{border-color:rgb(132 132 132 / 0.45)}
.border-navBackground-text-text\/5{border-color:rgb(132 132 132 / 0.05)}
.border-navBackground-text-text\/50{border-color:rgb(132 132 132 / 0.5)}
.border-navBackground-text-text\/55{border-color:rgb(132 132 132 / 0.55)}
.border-navBackground-text-text\/60{border-color:rgb(132 132 132 / 0.6)}
.border-navBackground-text-text\/65{border-color:rgb(132 132 132 / 0.65)}
.border-navBackground-text-text\/70{border-color:rgb(132 132 132 / 0.7)}
.border-navBackground-text-text\/75{border-color:rgb(132 132 132 / 0.75)}
.border-navBackground-text-text\/80{border-color:rgb(132 132 132 / 0.8)}
.border-navBackground-text-text\/85{border-color:rgb(132 132 132 / 0.85)}
.border-navBackground-text-text\/90{border-color:rgb(132 132 132 / 0.9)}
.border-navBackground-text-text\/95{border-color:rgb(132 132 132 / 0.95)}
.border-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-navBackgroundDark-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-navBackgroundDark-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-navBackgroundDark-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-navBackgroundDark-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-navBackgroundDark-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-navBackgroundDark-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-navBackgroundDark-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-navBackgroundDark-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-navBackgroundDark-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-navBackgroundDark-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-navBackgroundDark-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-navBackgroundDark-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-navBackgroundDark-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-navBackgroundDark-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-navBackgroundDark-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-navBackgroundDark-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-navBackgroundDark-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-navBackgroundDark-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-navBackgroundDark-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-navBackgroundDark-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-navBackgroundDark-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-navBackgroundDark-text-contrastsWithCard{border-color:true}
.border-navBackgroundDark-text-isDark{border-color:true}
.border-navBackgroundDark-text-text{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-navBackgroundDark-text-text\/0{border-color:rgb(30 41 59 / 0)}
.border-navBackgroundDark-text-text\/10{border-color:rgb(30 41 59 / 0.1)}
.border-navBackgroundDark-text-text\/100{border-color:rgb(30 41 59 / 1)}
.border-navBackgroundDark-text-text\/15{border-color:rgb(30 41 59 / 0.15)}
.border-navBackgroundDark-text-text\/20{border-color:rgb(30 41 59 / 0.2)}
.border-navBackgroundDark-text-text\/25{border-color:rgb(30 41 59 / 0.25)}
.border-navBackgroundDark-text-text\/30{border-color:rgb(30 41 59 / 0.3)}
.border-navBackgroundDark-text-text\/35{border-color:rgb(30 41 59 / 0.35)}
.border-navBackgroundDark-text-text\/40{border-color:rgb(30 41 59 / 0.4)}
.border-navBackgroundDark-text-text\/45{border-color:rgb(30 41 59 / 0.45)}
.border-navBackgroundDark-text-text\/5{border-color:rgb(30 41 59 / 0.05)}
.border-navBackgroundDark-text-text\/50{border-color:rgb(30 41 59 / 0.5)}
.border-navBackgroundDark-text-text\/55{border-color:rgb(30 41 59 / 0.55)}
.border-navBackgroundDark-text-text\/60{border-color:rgb(30 41 59 / 0.6)}
.border-navBackgroundDark-text-text\/65{border-color:rgb(30 41 59 / 0.65)}
.border-navBackgroundDark-text-text\/70{border-color:rgb(30 41 59 / 0.7)}
.border-navBackgroundDark-text-text\/75{border-color:rgb(30 41 59 / 0.75)}
.border-navBackgroundDark-text-text\/80{border-color:rgb(30 41 59 / 0.8)}
.border-navBackgroundDark-text-text\/85{border-color:rgb(30 41 59 / 0.85)}
.border-navBackgroundDark-text-text\/90{border-color:rgb(30 41 59 / 0.9)}
.border-navBackgroundDark-text-text\/95{border-color:rgb(30 41 59 / 0.95)}
.border-navText-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-navText-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-navText-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-navText-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-navText-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-navText-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-navText-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-navText-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-navText-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-navText-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-navText-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-navText-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-navText-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-navText-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-navText-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-navText-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-navText-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-navText-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-navText-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-navText-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-navText-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-navText-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-navText-text-contrastsWithCard{border-color:true}
.border-navText-text-isDark{border-color:true}
.border-navText-text-text{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-navText-text-text\/0{border-color:rgb(30 41 59 / 0)}
.border-navText-text-text\/10{border-color:rgb(30 41 59 / 0.1)}
.border-navText-text-text\/100{border-color:rgb(30 41 59 / 1)}
.border-navText-text-text\/15{border-color:rgb(30 41 59 / 0.15)}
.border-navText-text-text\/20{border-color:rgb(30 41 59 / 0.2)}
.border-navText-text-text\/25{border-color:rgb(30 41 59 / 0.25)}
.border-navText-text-text\/30{border-color:rgb(30 41 59 / 0.3)}
.border-navText-text-text\/35{border-color:rgb(30 41 59 / 0.35)}
.border-navText-text-text\/40{border-color:rgb(30 41 59 / 0.4)}
.border-navText-text-text\/45{border-color:rgb(30 41 59 / 0.45)}
.border-navText-text-text\/5{border-color:rgb(30 41 59 / 0.05)}
.border-navText-text-text\/50{border-color:rgb(30 41 59 / 0.5)}
.border-navText-text-text\/55{border-color:rgb(30 41 59 / 0.55)}
.border-navText-text-text\/60{border-color:rgb(30 41 59 / 0.6)}
.border-navText-text-text\/65{border-color:rgb(30 41 59 / 0.65)}
.border-navText-text-text\/70{border-color:rgb(30 41 59 / 0.7)}
.border-navText-text-text\/75{border-color:rgb(30 41 59 / 0.75)}
.border-navText-text-text\/80{border-color:rgb(30 41 59 / 0.8)}
.border-navText-text-text\/85{border-color:rgb(30 41 59 / 0.85)}
.border-navText-text-text\/90{border-color:rgb(30 41 59 / 0.9)}
.border-navText-text-text\/95{border-color:rgb(30 41 59 / 0.95)}
.border-navTextDark-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-navTextDark-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-navTextDark-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-navTextDark-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-navTextDark-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-navTextDark-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-navTextDark-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-navTextDark-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-navTextDark-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-navTextDark-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-navTextDark-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-navTextDark-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-navTextDark-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-navTextDark-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-navTextDark-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-navTextDark-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-navTextDark-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-navTextDark-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-navTextDark-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-navTextDark-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-navTextDark-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-navTextDark-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-navTextDark-text-contrastsWithCard{border-color:true}
.border-navTextDark-text-isDark{border-color:true}
.border-navTextDark-text-text{--tw-border-opacity:1;border-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-navTextDark-text-text\/0{border-color:rgb(132 132 132 / 0)}
.border-navTextDark-text-text\/10{border-color:rgb(132 132 132 / 0.1)}
.border-navTextDark-text-text\/100{border-color:rgb(132 132 132 / 1)}
.border-navTextDark-text-text\/15{border-color:rgb(132 132 132 / 0.15)}
.border-navTextDark-text-text\/20{border-color:rgb(132 132 132 / 0.2)}
.border-navTextDark-text-text\/25{border-color:rgb(132 132 132 / 0.25)}
.border-navTextDark-text-text\/30{border-color:rgb(132 132 132 / 0.3)}
.border-navTextDark-text-text\/35{border-color:rgb(132 132 132 / 0.35)}
.border-navTextDark-text-text\/40{border-color:rgb(132 132 132 / 0.4)}
.border-navTextDark-text-text\/45{border-color:rgb(132 132 132 / 0.45)}
.border-navTextDark-text-text\/5{border-color:rgb(132 132 132 / 0.05)}
.border-navTextDark-text-text\/50{border-color:rgb(132 132 132 / 0.5)}
.border-navTextDark-text-text\/55{border-color:rgb(132 132 132 / 0.55)}
.border-navTextDark-text-text\/60{border-color:rgb(132 132 132 / 0.6)}
.border-navTextDark-text-text\/65{border-color:rgb(132 132 132 / 0.65)}
.border-navTextDark-text-text\/70{border-color:rgb(132 132 132 / 0.7)}
.border-navTextDark-text-text\/75{border-color:rgb(132 132 132 / 0.75)}
.border-navTextDark-text-text\/80{border-color:rgb(132 132 132 / 0.8)}
.border-navTextDark-text-text\/85{border-color:rgb(132 132 132 / 0.85)}
.border-navTextDark-text-text\/90{border-color:rgb(132 132 132 / 0.9)}
.border-navTextDark-text-text\/95{border-color:rgb(132 132 132 / 0.95)}
.border-navTextHover-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-navTextHover-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-navTextHover-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-navTextHover-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-navTextHover-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-navTextHover-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-navTextHover-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-navTextHover-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-navTextHover-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-navTextHover-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-navTextHover-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-navTextHover-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-navTextHover-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-navTextHover-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-navTextHover-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-navTextHover-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-navTextHover-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-navTextHover-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-navTextHover-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-navTextHover-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-navTextHover-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-navTextHover-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-navTextHover-text-contrastsWithCard{border-color:true}
.border-navTextHover-text-isDark{border-color:true}
.border-navTextHover-text-text{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-navTextHover-text-text\/0{border-color:rgb(30 41 59 / 0)}
.border-navTextHover-text-text\/10{border-color:rgb(30 41 59 / 0.1)}
.border-navTextHover-text-text\/100{border-color:rgb(30 41 59 / 1)}
.border-navTextHover-text-text\/15{border-color:rgb(30 41 59 / 0.15)}
.border-navTextHover-text-text\/20{border-color:rgb(30 41 59 / 0.2)}
.border-navTextHover-text-text\/25{border-color:rgb(30 41 59 / 0.25)}
.border-navTextHover-text-text\/30{border-color:rgb(30 41 59 / 0.3)}
.border-navTextHover-text-text\/35{border-color:rgb(30 41 59 / 0.35)}
.border-navTextHover-text-text\/40{border-color:rgb(30 41 59 / 0.4)}
.border-navTextHover-text-text\/45{border-color:rgb(30 41 59 / 0.45)}
.border-navTextHover-text-text\/5{border-color:rgb(30 41 59 / 0.05)}
.border-navTextHover-text-text\/50{border-color:rgb(30 41 59 / 0.5)}
.border-navTextHover-text-text\/55{border-color:rgb(30 41 59 / 0.55)}
.border-navTextHover-text-text\/60{border-color:rgb(30 41 59 / 0.6)}
.border-navTextHover-text-text\/65{border-color:rgb(30 41 59 / 0.65)}
.border-navTextHover-text-text\/70{border-color:rgb(30 41 59 / 0.7)}
.border-navTextHover-text-text\/75{border-color:rgb(30 41 59 / 0.75)}
.border-navTextHover-text-text\/80{border-color:rgb(30 41 59 / 0.8)}
.border-navTextHover-text-text\/85{border-color:rgb(30 41 59 / 0.85)}
.border-navTextHover-text-text\/90{border-color:rgb(30 41 59 / 0.9)}
.border-navTextHover-text-text\/95{border-color:rgb(30 41 59 / 0.95)}
.border-primary{--tw-border-opacity:1;border-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-primary-100{border-color:var(--bt-primary-100)}
.border-primary-150{border-color:var(--bt-primary-150)}
.border-primary-200{border-color:var(--bt-primary-200)}
.border-primary-300{border-color:var(--bt-primary-300)}
.border-primary-350{border-color:var(--bt-primary-350)}
.border-primary-400{border-color:var(--bt-primary-400)}
.border-primary-450{border-color:var(--bt-primary-450)}
.border-primary-500{border-color:var(--bt-primary-500)}
.border-primary-550{border-color:var(--bt-primary-550)}
.border-primary-600{border-color:var(--bt-primary-600)}
.border-primary-650{border-color:var(--bt-primary-650)}
.border-primary-700{border-color:var(--bt-primary-700)}
.border-primary-750{border-color:var(--bt-primary-750)}
.border-primary-800{border-color:var(--bt-primary-800)}
.border-primary-850{border-color:var(--bt-primary-850)}
.border-primary-900{border-color:var(--bt-primary-900)}
.border-primary-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-primary-contrast-contrast{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-primary-contrast-contrast\/0{border-color:rgb(0 0 0 / 0)}
.border-primary-contrast-contrast\/10{border-color:rgb(0 0 0 / 0.1)}
.border-primary-contrast-contrast\/100{border-color:rgb(0 0 0 / 1)}
.border-primary-contrast-contrast\/15{border-color:rgb(0 0 0 / 0.15)}
.border-primary-contrast-contrast\/20{border-color:rgb(0 0 0 / 0.2)}
.border-primary-contrast-contrast\/25{border-color:rgb(0 0 0 / 0.25)}
.border-primary-contrast-contrast\/30{border-color:rgb(0 0 0 / 0.3)}
.border-primary-contrast-contrast\/35{border-color:rgb(0 0 0 / 0.35)}
.border-primary-contrast-contrast\/40{border-color:rgb(0 0 0 / 0.4)}
.border-primary-contrast-contrast\/45{border-color:rgb(0 0 0 / 0.45)}
.border-primary-contrast-contrast\/5{border-color:rgb(0 0 0 / 0.05)}
.border-primary-contrast-contrast\/50{border-color:rgb(0 0 0 / 0.5)}
.border-primary-contrast-contrast\/55{border-color:rgb(0 0 0 / 0.55)}
.border-primary-contrast-contrast\/60{border-color:rgb(0 0 0 / 0.6)}
.border-primary-contrast-contrast\/65{border-color:rgb(0 0 0 / 0.65)}
.border-primary-contrast-contrast\/70{border-color:rgb(0 0 0 / 0.7)}
.border-primary-contrast-contrast\/75{border-color:rgb(0 0 0 / 0.75)}
.border-primary-contrast-contrast\/80{border-color:rgb(0 0 0 / 0.8)}
.border-primary-contrast-contrast\/85{border-color:rgb(0 0 0 / 0.85)}
.border-primary-contrast-contrast\/90{border-color:rgb(0 0 0 / 0.9)}
.border-primary-contrast-contrast\/95{border-color:rgb(0 0 0 / 0.95)}
.border-primary-contrast-contrastsWithCard{}
.border-primary-contrast-isDark{}
.border-primary-contrast-text{--tw-border-opacity:1;border-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-primary-contrast-text\/0{border-color:rgb(132 132 132 / 0)}
.border-primary-contrast-text\/10{border-color:rgb(132 132 132 / 0.1)}
.border-primary-contrast-text\/100{border-color:rgb(132 132 132 / 1)}
.border-primary-contrast-text\/15{border-color:rgb(132 132 132 / 0.15)}
.border-primary-contrast-text\/20{border-color:rgb(132 132 132 / 0.2)}
.border-primary-contrast-text\/25{border-color:rgb(132 132 132 / 0.25)}
.border-primary-contrast-text\/30{border-color:rgb(132 132 132 / 0.3)}
.border-primary-contrast-text\/35{border-color:rgb(132 132 132 / 0.35)}
.border-primary-contrast-text\/40{border-color:rgb(132 132 132 / 0.4)}
.border-primary-contrast-text\/45{border-color:rgb(132 132 132 / 0.45)}
.border-primary-contrast-text\/5{border-color:rgb(132 132 132 / 0.05)}
.border-primary-contrast-text\/50{border-color:rgb(132 132 132 / 0.5)}
.border-primary-contrast-text\/55{border-color:rgb(132 132 132 / 0.55)}
.border-primary-contrast-text\/60{border-color:rgb(132 132 132 / 0.6)}
.border-primary-contrast-text\/65{border-color:rgb(132 132 132 / 0.65)}
.border-primary-contrast-text\/70{border-color:rgb(132 132 132 / 0.7)}
.border-primary-contrast-text\/75{border-color:rgb(132 132 132 / 0.75)}
.border-primary-contrast-text\/80{border-color:rgb(132 132 132 / 0.8)}
.border-primary-contrast-text\/85{border-color:rgb(132 132 132 / 0.85)}
.border-primary-contrast-text\/90{border-color:rgb(132 132 132 / 0.9)}
.border-primary-contrast-text\/95{border-color:rgb(132 132 132 / 0.95)}
.border-primary-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-primary-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-primary-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-primary-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-primary-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-primary-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-primary-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-primary-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-primary-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-primary-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-primary-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-primary-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-primary-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-primary-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-primary-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-primary-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-primary-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-primary-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-primary-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-primary-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-primary-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-primary-contrastsWithCard{border-color:true}
.border-primary-isDark{border-color:true}
.border-primary-text{--tw-border-opacity:1;border-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-primary-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-primary-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-primary-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-primary-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-primary-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-primary-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-primary-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-primary-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-primary-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-primary-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-primary-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-primary-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-primary-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-primary-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-primary-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-primary-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-primary-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-primary-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-primary-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-primary-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-primary-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-primary-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-primary-text-contrastsWithCard{border-color:true}
.border-primary-text-isDark{border-color:true}
.border-primary-text-text{--tw-border-opacity:1;border-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-primary-text-text\/0{border-color:rgb(0 87 136 / 0)}
.border-primary-text-text\/10{border-color:rgb(0 87 136 / 0.1)}
.border-primary-text-text\/100{border-color:rgb(0 87 136 / 1)}
.border-primary-text-text\/15{border-color:rgb(0 87 136 / 0.15)}
.border-primary-text-text\/20{border-color:rgb(0 87 136 / 0.2)}
.border-primary-text-text\/25{border-color:rgb(0 87 136 / 0.25)}
.border-primary-text-text\/30{border-color:rgb(0 87 136 / 0.3)}
.border-primary-text-text\/35{border-color:rgb(0 87 136 / 0.35)}
.border-primary-text-text\/40{border-color:rgb(0 87 136 / 0.4)}
.border-primary-text-text\/45{border-color:rgb(0 87 136 / 0.45)}
.border-primary-text-text\/5{border-color:rgb(0 87 136 / 0.05)}
.border-primary-text-text\/50{border-color:rgb(0 87 136 / 0.5)}
.border-primary-text-text\/55{border-color:rgb(0 87 136 / 0.55)}
.border-primary-text-text\/60{border-color:rgb(0 87 136 / 0.6)}
.border-primary-text-text\/65{border-color:rgb(0 87 136 / 0.65)}
.border-primary-text-text\/70{border-color:rgb(0 87 136 / 0.7)}
.border-primary-text-text\/75{border-color:rgb(0 87 136 / 0.75)}
.border-primary-text-text\/80{border-color:rgb(0 87 136 / 0.8)}
.border-primary-text-text\/85{border-color:rgb(0 87 136 / 0.85)}
.border-primary-text-text\/90{border-color:rgb(0 87 136 / 0.9)}
.border-primary-text-text\/95{border-color:rgb(0 87 136 / 0.95)}
.border-primary-text\/0{border-color:rgb(0 87 136 / 0)}
.border-primary-text\/10{border-color:rgb(0 87 136 / 0.1)}
.border-primary-text\/100{border-color:rgb(0 87 136 / 1)}
.border-primary-text\/15{border-color:rgb(0 87 136 / 0.15)}
.border-primary-text\/20{border-color:rgb(0 87 136 / 0.2)}
.border-primary-text\/25{border-color:rgb(0 87 136 / 0.25)}
.border-primary-text\/30{border-color:rgb(0 87 136 / 0.3)}
.border-primary-text\/35{border-color:rgb(0 87 136 / 0.35)}
.border-primary-text\/40{border-color:rgb(0 87 136 / 0.4)}
.border-primary-text\/45{border-color:rgb(0 87 136 / 0.45)}
.border-primary-text\/5{border-color:rgb(0 87 136 / 0.05)}
.border-primary-text\/50{border-color:rgb(0 87 136 / 0.5)}
.border-primary-text\/55{border-color:rgb(0 87 136 / 0.55)}
.border-primary-text\/60{border-color:rgb(0 87 136 / 0.6)}
.border-primary-text\/65{border-color:rgb(0 87 136 / 0.65)}
.border-primary-text\/70{border-color:rgb(0 87 136 / 0.7)}
.border-primary-text\/75{border-color:rgb(0 87 136 / 0.75)}
.border-primary-text\/80{border-color:rgb(0 87 136 / 0.8)}
.border-primary-text\/85{border-color:rgb(0 87 136 / 0.85)}
.border-primary-text\/90{border-color:rgb(0 87 136 / 0.9)}
.border-primary-text\/95{border-color:rgb(0 87 136 / 0.95)}
.border-primary\/0{border-color:rgb(0 87 136 / 0)}
.border-primary\/10{border-color:rgb(0 87 136 / 0.1)}
.border-primary\/100{border-color:rgb(0 87 136 / 1)}
.border-primary\/15{border-color:rgb(0 87 136 / 0.15)}
.border-primary\/20{border-color:rgb(0 87 136 / 0.2)}
.border-primary\/25{border-color:rgb(0 87 136 / 0.25)}
.border-primary\/30{border-color:rgb(0 87 136 / 0.3)}
.border-primary\/35{border-color:rgb(0 87 136 / 0.35)}
.border-primary\/40{border-color:rgb(0 87 136 / 0.4)}
.border-primary\/45{border-color:rgb(0 87 136 / 0.45)}
.border-primary\/5{border-color:rgb(0 87 136 / 0.05)}
.border-primary\/50{border-color:rgb(0 87 136 / 0.5)}
.border-primary\/55{border-color:rgb(0 87 136 / 0.55)}
.border-primary\/60{border-color:rgb(0 87 136 / 0.6)}
.border-primary\/65{border-color:rgb(0 87 136 / 0.65)}
.border-primary\/70{border-color:rgb(0 87 136 / 0.7)}
.border-primary\/75{border-color:rgb(0 87 136 / 0.75)}
.border-primary\/80{border-color:rgb(0 87 136 / 0.8)}
.border-primary\/85{border-color:rgb(0 87 136 / 0.85)}
.border-primary\/90{border-color:rgb(0 87 136 / 0.9)}
.border-primary\/95{border-color:rgb(0 87 136 / 0.95)}
.border-secondary-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-secondary-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-secondary-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-secondary-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-secondary-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-secondary-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-secondary-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-secondary-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-secondary-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-secondary-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-secondary-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-secondary-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-secondary-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-secondary-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-secondary-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-secondary-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-secondary-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-secondary-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-secondary-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-secondary-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-secondary-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-secondary-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-secondary-text-contrastsWithCard{border-color:true}
.border-secondary-text-isDark{border-color:true}
.border-secondary-text-text{--tw-border-opacity:1;border-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-secondary-text-text\/0{border-color:rgb(90 94 100 / 0)}
.border-secondary-text-text\/10{border-color:rgb(90 94 100 / 0.1)}
.border-secondary-text-text\/100{border-color:rgb(90 94 100 / 1)}
.border-secondary-text-text\/15{border-color:rgb(90 94 100 / 0.15)}
.border-secondary-text-text\/20{border-color:rgb(90 94 100 / 0.2)}
.border-secondary-text-text\/25{border-color:rgb(90 94 100 / 0.25)}
.border-secondary-text-text\/30{border-color:rgb(90 94 100 / 0.3)}
.border-secondary-text-text\/35{border-color:rgb(90 94 100 / 0.35)}
.border-secondary-text-text\/40{border-color:rgb(90 94 100 / 0.4)}
.border-secondary-text-text\/45{border-color:rgb(90 94 100 / 0.45)}
.border-secondary-text-text\/5{border-color:rgb(90 94 100 / 0.05)}
.border-secondary-text-text\/50{border-color:rgb(90 94 100 / 0.5)}
.border-secondary-text-text\/55{border-color:rgb(90 94 100 / 0.55)}
.border-secondary-text-text\/60{border-color:rgb(90 94 100 / 0.6)}
.border-secondary-text-text\/65{border-color:rgb(90 94 100 / 0.65)}
.border-secondary-text-text\/70{border-color:rgb(90 94 100 / 0.7)}
.border-secondary-text-text\/75{border-color:rgb(90 94 100 / 0.75)}
.border-secondary-text-text\/80{border-color:rgb(90 94 100 / 0.8)}
.border-secondary-text-text\/85{border-color:rgb(90 94 100 / 0.85)}
.border-secondary-text-text\/90{border-color:rgb(90 94 100 / 0.9)}
.border-secondary-text-text\/95{border-color:rgb(90 94 100 / 0.95)}
.border-success-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-success-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-success-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-success-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-success-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-success-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-success-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-success-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-success-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-success-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-success-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-success-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-success-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-success-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-success-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-success-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-success-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-success-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-success-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-success-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-success-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-success-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-success-text-contrastsWithCard{border-color:true}
.border-success-text-isDark{border-color:true}
.border-success-text-text{--tw-border-opacity:1;border-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-success-text-text\/0{border-color:rgb(27 135 73 / 0)}
.border-success-text-text\/10{border-color:rgb(27 135 73 / 0.1)}
.border-success-text-text\/100{border-color:rgb(27 135 73 / 1)}
.border-success-text-text\/15{border-color:rgb(27 135 73 / 0.15)}
.border-success-text-text\/20{border-color:rgb(27 135 73 / 0.2)}
.border-success-text-text\/25{border-color:rgb(27 135 73 / 0.25)}
.border-success-text-text\/30{border-color:rgb(27 135 73 / 0.3)}
.border-success-text-text\/35{border-color:rgb(27 135 73 / 0.35)}
.border-success-text-text\/40{border-color:rgb(27 135 73 / 0.4)}
.border-success-text-text\/45{border-color:rgb(27 135 73 / 0.45)}
.border-success-text-text\/5{border-color:rgb(27 135 73 / 0.05)}
.border-success-text-text\/50{border-color:rgb(27 135 73 / 0.5)}
.border-success-text-text\/55{border-color:rgb(27 135 73 / 0.55)}
.border-success-text-text\/60{border-color:rgb(27 135 73 / 0.6)}
.border-success-text-text\/65{border-color:rgb(27 135 73 / 0.65)}
.border-success-text-text\/70{border-color:rgb(27 135 73 / 0.7)}
.border-success-text-text\/75{border-color:rgb(27 135 73 / 0.75)}
.border-success-text-text\/80{border-color:rgb(27 135 73 / 0.8)}
.border-success-text-text\/85{border-color:rgb(27 135 73 / 0.85)}
.border-success-text-text\/90{border-color:rgb(27 135 73 / 0.9)}
.border-success-text-text\/95{border-color:rgb(27 135 73 / 0.95)}
.border-text-100{border-color:var(--bt-text-100)}
.border-text-200{border-color:var(--bt-text-200)}
.border-text-300{border-color:var(--bt-text-300)}
.border-text-400{border-color:var(--bt-text-400)}
.border-text-500{border-color:var(--bt-text-500)}
.border-text-600{border-color:var(--bt-text-600)}
.border-text-700{border-color:var(--bt-text-700)}
.border-text-800{border-color:var(--bt-text-800)}
.border-text-900{border-color:var(--bt-text-900)}
.border-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-text-contrast-contrast{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-text-contrast-contrast\/0{border-color:rgb(0 0 0 / 0)}
.border-text-contrast-contrast\/10{border-color:rgb(0 0 0 / 0.1)}
.border-text-contrast-contrast\/100{border-color:rgb(0 0 0 / 1)}
.border-text-contrast-contrast\/15{border-color:rgb(0 0 0 / 0.15)}
.border-text-contrast-contrast\/20{border-color:rgb(0 0 0 / 0.2)}
.border-text-contrast-contrast\/25{border-color:rgb(0 0 0 / 0.25)}
.border-text-contrast-contrast\/30{border-color:rgb(0 0 0 / 0.3)}
.border-text-contrast-contrast\/35{border-color:rgb(0 0 0 / 0.35)}
.border-text-contrast-contrast\/40{border-color:rgb(0 0 0 / 0.4)}
.border-text-contrast-contrast\/45{border-color:rgb(0 0 0 / 0.45)}
.border-text-contrast-contrast\/5{border-color:rgb(0 0 0 / 0.05)}
.border-text-contrast-contrast\/50{border-color:rgb(0 0 0 / 0.5)}
.border-text-contrast-contrast\/55{border-color:rgb(0 0 0 / 0.55)}
.border-text-contrast-contrast\/60{border-color:rgb(0 0 0 / 0.6)}
.border-text-contrast-contrast\/65{border-color:rgb(0 0 0 / 0.65)}
.border-text-contrast-contrast\/70{border-color:rgb(0 0 0 / 0.7)}
.border-text-contrast-contrast\/75{border-color:rgb(0 0 0 / 0.75)}
.border-text-contrast-contrast\/80{border-color:rgb(0 0 0 / 0.8)}
.border-text-contrast-contrast\/85{border-color:rgb(0 0 0 / 0.85)}
.border-text-contrast-contrast\/90{border-color:rgb(0 0 0 / 0.9)}
.border-text-contrast-contrast\/95{border-color:rgb(0 0 0 / 0.95)}
.border-text-contrast-contrastsWithCard{}
.border-text-contrast-isDark{}
.border-text-contrast-text{--tw-border-opacity:1;border-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-text-contrast-text\/0{border-color:rgb(132 132 132 / 0)}
.border-text-contrast-text\/10{border-color:rgb(132 132 132 / 0.1)}
.border-text-contrast-text\/100{border-color:rgb(132 132 132 / 1)}
.border-text-contrast-text\/15{border-color:rgb(132 132 132 / 0.15)}
.border-text-contrast-text\/20{border-color:rgb(132 132 132 / 0.2)}
.border-text-contrast-text\/25{border-color:rgb(132 132 132 / 0.25)}
.border-text-contrast-text\/30{border-color:rgb(132 132 132 / 0.3)}
.border-text-contrast-text\/35{border-color:rgb(132 132 132 / 0.35)}
.border-text-contrast-text\/40{border-color:rgb(132 132 132 / 0.4)}
.border-text-contrast-text\/45{border-color:rgb(132 132 132 / 0.45)}
.border-text-contrast-text\/5{border-color:rgb(132 132 132 / 0.05)}
.border-text-contrast-text\/50{border-color:rgb(132 132 132 / 0.5)}
.border-text-contrast-text\/55{border-color:rgb(132 132 132 / 0.55)}
.border-text-contrast-text\/60{border-color:rgb(132 132 132 / 0.6)}
.border-text-contrast-text\/65{border-color:rgb(132 132 132 / 0.65)}
.border-text-contrast-text\/70{border-color:rgb(132 132 132 / 0.7)}
.border-text-contrast-text\/75{border-color:rgb(132 132 132 / 0.75)}
.border-text-contrast-text\/80{border-color:rgb(132 132 132 / 0.8)}
.border-text-contrast-text\/85{border-color:rgb(132 132 132 / 0.85)}
.border-text-contrast-text\/90{border-color:rgb(132 132 132 / 0.9)}
.border-text-contrast-text\/95{border-color:rgb(132 132 132 / 0.95)}
.border-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-text-contrastsWithCard{border-color:true}
.border-text-isDark{border-color:true}
.border-text-text{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-text-text-contrast{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-text-text-contrast\/0{border-color:rgb(255 255 255 / 0)}
.border-text-text-contrast\/10{border-color:rgb(255 255 255 / 0.1)}
.border-text-text-contrast\/100{border-color:rgb(255 255 255 / 1)}
.border-text-text-contrast\/15{border-color:rgb(255 255 255 / 0.15)}
.border-text-text-contrast\/20{border-color:rgb(255 255 255 / 0.2)}
.border-text-text-contrast\/25{border-color:rgb(255 255 255 / 0.25)}
.border-text-text-contrast\/30{border-color:rgb(255 255 255 / 0.3)}
.border-text-text-contrast\/35{border-color:rgb(255 255 255 / 0.35)}
.border-text-text-contrast\/40{border-color:rgb(255 255 255 / 0.4)}
.border-text-text-contrast\/45{border-color:rgb(255 255 255 / 0.45)}
.border-text-text-contrast\/5{border-color:rgb(255 255 255 / 0.05)}
.border-text-text-contrast\/50{border-color:rgb(255 255 255 / 0.5)}
.border-text-text-contrast\/55{border-color:rgb(255 255 255 / 0.55)}
.border-text-text-contrast\/60{border-color:rgb(255 255 255 / 0.6)}
.border-text-text-contrast\/65{border-color:rgb(255 255 255 / 0.65)}
.border-text-text-contrast\/70{border-color:rgb(255 255 255 / 0.7)}
.border-text-text-contrast\/75{border-color:rgb(255 255 255 / 0.75)}
.border-text-text-contrast\/80{border-color:rgb(255 255 255 / 0.8)}
.border-text-text-contrast\/85{border-color:rgb(255 255 255 / 0.85)}
.border-text-text-contrast\/90{border-color:rgb(255 255 255 / 0.9)}
.border-text-text-contrast\/95{border-color:rgb(255 255 255 / 0.95)}
.border-text-text-contrastsWithCard{border-color:true}
.border-text-text-isDark{border-color:true}
.border-text-text-text{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-text-text-text\/0{border-color:rgb(0 0 0 / 0)}
.border-text-text-text\/10{border-color:rgb(0 0 0 / 0.1)}
.border-text-text-text\/100{border-color:rgb(0 0 0 / 1)}
.border-text-text-text\/15{border-color:rgb(0 0 0 / 0.15)}
.border-text-text-text\/20{border-color:rgb(0 0 0 / 0.2)}
.border-text-text-text\/25{border-color:rgb(0 0 0 / 0.25)}
.border-text-text-text\/30{border-color:rgb(0 0 0 / 0.3)}
.border-text-text-text\/35{border-color:rgb(0 0 0 / 0.35)}
.border-text-text-text\/40{border-color:rgb(0 0 0 / 0.4)}
.border-text-text-text\/45{border-color:rgb(0 0 0 / 0.45)}
.border-text-text-text\/5{border-color:rgb(0 0 0 / 0.05)}
.border-text-text-text\/50{border-color:rgb(0 0 0 / 0.5)}
.border-text-text-text\/55{border-color:rgb(0 0 0 / 0.55)}
.border-text-text-text\/60{border-color:rgb(0 0 0 / 0.6)}
.border-text-text-text\/65{border-color:rgb(0 0 0 / 0.65)}
.border-text-text-text\/70{border-color:rgb(0 0 0 / 0.7)}
.border-text-text-text\/75{border-color:rgb(0 0 0 / 0.75)}
.border-text-text-text\/80{border-color:rgb(0 0 0 / 0.8)}
.border-text-text-text\/85{border-color:rgb(0 0 0 / 0.85)}
.border-text-text-text\/90{border-color:rgb(0 0 0 / 0.9)}
.border-text-text-text\/95{border-color:rgb(0 0 0 / 0.95)}
.border-text-text\/0{border-color:rgb(0 0 0 / 0)}
.border-text-text\/10{border-color:rgb(0 0 0 / 0.1)}
.border-text-text\/100{border-color:rgb(0 0 0 / 1)}
.border-text-text\/15{border-color:rgb(0 0 0 / 0.15)}
.border-text-text\/20{border-color:rgb(0 0 0 / 0.2)}
.border-text-text\/25{border-color:rgb(0 0 0 / 0.25)}
.border-text-text\/30{border-color:rgb(0 0 0 / 0.3)}
.border-text-text\/35{border-color:rgb(0 0 0 / 0.35)}
.border-text-text\/40{border-color:rgb(0 0 0 / 0.4)}
.border-text-text\/45{border-color:rgb(0 0 0 / 0.45)}
.border-text-text\/5{border-color:rgb(0 0 0 / 0.05)}
.border-text-text\/50{border-color:rgb(0 0 0 / 0.5)}
.border-text-text\/55{border-color:rgb(0 0 0 / 0.55)}
.border-text-text\/60{border-color:rgb(0 0 0 / 0.6)}
.border-text-text\/65{border-color:rgb(0 0 0 / 0.65)}
.border-text-text\/70{border-color:rgb(0 0 0 / 0.7)}
.border-text-text\/75{border-color:rgb(0 0 0 / 0.75)}
.border-text-text\/80{border-color:rgb(0 0 0 / 0.8)}
.border-text-text\/85{border-color:rgb(0 0 0 / 0.85)}
.border-text-text\/90{border-color:rgb(0 0 0 / 0.9)}
.border-text-text\/95{border-color:rgb(0 0 0 / 0.95)}
.border-warning{--tw-border-opacity:1;border-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-warning-text-contrast{--tw-border-opacity:1;border-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-warning-text-contrast\/0{border-color:rgb(0 0 0 / 0)}
.border-warning-text-contrast\/10{border-color:rgb(0 0 0 / 0.1)}
.border-warning-text-contrast\/100{border-color:rgb(0 0 0 / 1)}
.border-warning-text-contrast\/15{border-color:rgb(0 0 0 / 0.15)}
.border-warning-text-contrast\/20{border-color:rgb(0 0 0 / 0.2)}
.border-warning-text-contrast\/25{border-color:rgb(0 0 0 / 0.25)}
.border-warning-text-contrast\/30{border-color:rgb(0 0 0 / 0.3)}
.border-warning-text-contrast\/35{border-color:rgb(0 0 0 / 0.35)}
.border-warning-text-contrast\/40{border-color:rgb(0 0 0 / 0.4)}
.border-warning-text-contrast\/45{border-color:rgb(0 0 0 / 0.45)}
.border-warning-text-contrast\/5{border-color:rgb(0 0 0 / 0.05)}
.border-warning-text-contrast\/50{border-color:rgb(0 0 0 / 0.5)}
.border-warning-text-contrast\/55{border-color:rgb(0 0 0 / 0.55)}
.border-warning-text-contrast\/60{border-color:rgb(0 0 0 / 0.6)}
.border-warning-text-contrast\/65{border-color:rgb(0 0 0 / 0.65)}
.border-warning-text-contrast\/70{border-color:rgb(0 0 0 / 0.7)}
.border-warning-text-contrast\/75{border-color:rgb(0 0 0 / 0.75)}
.border-warning-text-contrast\/80{border-color:rgb(0 0 0 / 0.8)}
.border-warning-text-contrast\/85{border-color:rgb(0 0 0 / 0.85)}
.border-warning-text-contrast\/90{border-color:rgb(0 0 0 / 0.9)}
.border-warning-text-contrast\/95{border-color:rgb(0 0 0 / 0.95)}
.border-warning-text-contrastsWithCard{border-color:true}
.border-warning-text-isDark{}
.border-warning-text-text{--tw-border-opacity:1;border-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-warning-text-text\/0{border-color:rgb(255 168 0 / 0)}
.border-warning-text-text\/10{border-color:rgb(255 168 0 / 0.1)}
.border-warning-text-text\/100{border-color:rgb(255 168 0 / 1)}
.border-warning-text-text\/15{border-color:rgb(255 168 0 / 0.15)}
.border-warning-text-text\/20{border-color:rgb(255 168 0 / 0.2)}
.border-warning-text-text\/25{border-color:rgb(255 168 0 / 0.25)}
.border-warning-text-text\/30{border-color:rgb(255 168 0 / 0.3)}
.border-warning-text-text\/35{border-color:rgb(255 168 0 / 0.35)}
.border-warning-text-text\/40{border-color:rgb(255 168 0 / 0.4)}
.border-warning-text-text\/45{border-color:rgb(255 168 0 / 0.45)}
.border-warning-text-text\/5{border-color:rgb(255 168 0 / 0.05)}
.border-warning-text-text\/50{border-color:rgb(255 168 0 / 0.5)}
.border-warning-text-text\/55{border-color:rgb(255 168 0 / 0.55)}
.border-warning-text-text\/60{border-color:rgb(255 168 0 / 0.6)}
.border-warning-text-text\/65{border-color:rgb(255 168 0 / 0.65)}
.border-warning-text-text\/70{border-color:rgb(255 168 0 / 0.7)}
.border-warning-text-text\/75{border-color:rgb(255 168 0 / 0.75)}
.border-warning-text-text\/80{border-color:rgb(255 168 0 / 0.8)}
.border-warning-text-text\/85{border-color:rgb(255 168 0 / 0.85)}
.border-warning-text-text\/90{border-color:rgb(255 168 0 / 0.9)}
.border-warning-text-text\/95{border-color:rgb(255 168 0 / 0.95)}
.border-x-amber-100{--tw-border-opacity:1;border-left-color:rgb(254 243 199 / var(--tw-border-opacity));border-right-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-x-amber-100\/0{border-left-color:rgb(254 243 199 / 0);border-right-color:rgb(254 243 199 / 0)}
.border-x-amber-100\/10{border-left-color:rgb(254 243 199 / 0.1);border-right-color:rgb(254 243 199 / 0.1)}
.border-x-amber-100\/100{border-left-color:rgb(254 243 199 / 1);border-right-color:rgb(254 243 199 / 1)}
.border-x-amber-100\/15{border-left-color:rgb(254 243 199 / 0.15);border-right-color:rgb(254 243 199 / 0.15)}
.border-x-amber-100\/20{border-left-color:rgb(254 243 199 / 0.2);border-right-color:rgb(254 243 199 / 0.2)}
.border-x-amber-100\/25{border-left-color:rgb(254 243 199 / 0.25);border-right-color:rgb(254 243 199 / 0.25)}
.border-x-amber-100\/30{border-left-color:rgb(254 243 199 / 0.3);border-right-color:rgb(254 243 199 / 0.3)}
.border-x-amber-100\/35{border-left-color:rgb(254 243 199 / 0.35);border-right-color:rgb(254 243 199 / 0.35)}
.border-x-amber-100\/40{border-left-color:rgb(254 243 199 / 0.4);border-right-color:rgb(254 243 199 / 0.4)}
.border-x-amber-100\/45{border-left-color:rgb(254 243 199 / 0.45);border-right-color:rgb(254 243 199 / 0.45)}
.border-x-amber-100\/5{border-left-color:rgb(254 243 199 / 0.05);border-right-color:rgb(254 243 199 / 0.05)}
.border-x-amber-100\/50{border-left-color:rgb(254 243 199 / 0.5);border-right-color:rgb(254 243 199 / 0.5)}
.border-x-amber-100\/55{border-left-color:rgb(254 243 199 / 0.55);border-right-color:rgb(254 243 199 / 0.55)}
.border-x-amber-100\/60{border-left-color:rgb(254 243 199 / 0.6);border-right-color:rgb(254 243 199 / 0.6)}
.border-x-amber-100\/65{border-left-color:rgb(254 243 199 / 0.65);border-right-color:rgb(254 243 199 / 0.65)}
.border-x-amber-100\/70{border-left-color:rgb(254 243 199 / 0.7);border-right-color:rgb(254 243 199 / 0.7)}
.border-x-amber-100\/75{border-left-color:rgb(254 243 199 / 0.75);border-right-color:rgb(254 243 199 / 0.75)}
.border-x-amber-100\/80{border-left-color:rgb(254 243 199 / 0.8);border-right-color:rgb(254 243 199 / 0.8)}
.border-x-amber-100\/85{border-left-color:rgb(254 243 199 / 0.85);border-right-color:rgb(254 243 199 / 0.85)}
.border-x-amber-100\/90{border-left-color:rgb(254 243 199 / 0.9);border-right-color:rgb(254 243 199 / 0.9)}
.border-x-amber-100\/95{border-left-color:rgb(254 243 199 / 0.95);border-right-color:rgb(254 243 199 / 0.95)}
.border-x-amber-200{--tw-border-opacity:1;border-left-color:rgb(253 230 138 / var(--tw-border-opacity));border-right-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-x-amber-200\/0{border-left-color:rgb(253 230 138 / 0);border-right-color:rgb(253 230 138 / 0)}
.border-x-amber-200\/10{border-left-color:rgb(253 230 138 / 0.1);border-right-color:rgb(253 230 138 / 0.1)}
.border-x-amber-200\/100{border-left-color:rgb(253 230 138 / 1);border-right-color:rgb(253 230 138 / 1)}
.border-x-amber-200\/15{border-left-color:rgb(253 230 138 / 0.15);border-right-color:rgb(253 230 138 / 0.15)}
.border-x-amber-200\/20{border-left-color:rgb(253 230 138 / 0.2);border-right-color:rgb(253 230 138 / 0.2)}
.border-x-amber-200\/25{border-left-color:rgb(253 230 138 / 0.25);border-right-color:rgb(253 230 138 / 0.25)}
.border-x-amber-200\/30{border-left-color:rgb(253 230 138 / 0.3);border-right-color:rgb(253 230 138 / 0.3)}
.border-x-amber-200\/35{border-left-color:rgb(253 230 138 / 0.35);border-right-color:rgb(253 230 138 / 0.35)}
.border-x-amber-200\/40{border-left-color:rgb(253 230 138 / 0.4);border-right-color:rgb(253 230 138 / 0.4)}
.border-x-amber-200\/45{border-left-color:rgb(253 230 138 / 0.45);border-right-color:rgb(253 230 138 / 0.45)}
.border-x-amber-200\/5{border-left-color:rgb(253 230 138 / 0.05);border-right-color:rgb(253 230 138 / 0.05)}
.border-x-amber-200\/50{border-left-color:rgb(253 230 138 / 0.5);border-right-color:rgb(253 230 138 / 0.5)}
.border-x-amber-200\/55{border-left-color:rgb(253 230 138 / 0.55);border-right-color:rgb(253 230 138 / 0.55)}
.border-x-amber-200\/60{border-left-color:rgb(253 230 138 / 0.6);border-right-color:rgb(253 230 138 / 0.6)}
.border-x-amber-200\/65{border-left-color:rgb(253 230 138 / 0.65);border-right-color:rgb(253 230 138 / 0.65)}
.border-x-amber-200\/70{border-left-color:rgb(253 230 138 / 0.7);border-right-color:rgb(253 230 138 / 0.7)}
.border-x-amber-200\/75{border-left-color:rgb(253 230 138 / 0.75);border-right-color:rgb(253 230 138 / 0.75)}
.border-x-amber-200\/80{border-left-color:rgb(253 230 138 / 0.8);border-right-color:rgb(253 230 138 / 0.8)}
.border-x-amber-200\/85{border-left-color:rgb(253 230 138 / 0.85);border-right-color:rgb(253 230 138 / 0.85)}
.border-x-amber-200\/90{border-left-color:rgb(253 230 138 / 0.9);border-right-color:rgb(253 230 138 / 0.9)}
.border-x-amber-200\/95{border-left-color:rgb(253 230 138 / 0.95);border-right-color:rgb(253 230 138 / 0.95)}
.border-x-amber-300{--tw-border-opacity:1;border-left-color:rgb(252 211 77 / var(--tw-border-opacity));border-right-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-x-amber-300\/0{border-left-color:rgb(252 211 77 / 0);border-right-color:rgb(252 211 77 / 0)}
.border-x-amber-300\/10{border-left-color:rgb(252 211 77 / 0.1);border-right-color:rgb(252 211 77 / 0.1)}
.border-x-amber-300\/100{border-left-color:rgb(252 211 77 / 1);border-right-color:rgb(252 211 77 / 1)}
.border-x-amber-300\/15{border-left-color:rgb(252 211 77 / 0.15);border-right-color:rgb(252 211 77 / 0.15)}
.border-x-amber-300\/20{border-left-color:rgb(252 211 77 / 0.2);border-right-color:rgb(252 211 77 / 0.2)}
.border-x-amber-300\/25{border-left-color:rgb(252 211 77 / 0.25);border-right-color:rgb(252 211 77 / 0.25)}
.border-x-amber-300\/30{border-left-color:rgb(252 211 77 / 0.3);border-right-color:rgb(252 211 77 / 0.3)}
.border-x-amber-300\/35{border-left-color:rgb(252 211 77 / 0.35);border-right-color:rgb(252 211 77 / 0.35)}
.border-x-amber-300\/40{border-left-color:rgb(252 211 77 / 0.4);border-right-color:rgb(252 211 77 / 0.4)}
.border-x-amber-300\/45{border-left-color:rgb(252 211 77 / 0.45);border-right-color:rgb(252 211 77 / 0.45)}
.border-x-amber-300\/5{border-left-color:rgb(252 211 77 / 0.05);border-right-color:rgb(252 211 77 / 0.05)}
.border-x-amber-300\/50{border-left-color:rgb(252 211 77 / 0.5);border-right-color:rgb(252 211 77 / 0.5)}
.border-x-amber-300\/55{border-left-color:rgb(252 211 77 / 0.55);border-right-color:rgb(252 211 77 / 0.55)}
.border-x-amber-300\/60{border-left-color:rgb(252 211 77 / 0.6);border-right-color:rgb(252 211 77 / 0.6)}
.border-x-amber-300\/65{border-left-color:rgb(252 211 77 / 0.65);border-right-color:rgb(252 211 77 / 0.65)}
.border-x-amber-300\/70{border-left-color:rgb(252 211 77 / 0.7);border-right-color:rgb(252 211 77 / 0.7)}
.border-x-amber-300\/75{border-left-color:rgb(252 211 77 / 0.75);border-right-color:rgb(252 211 77 / 0.75)}
.border-x-amber-300\/80{border-left-color:rgb(252 211 77 / 0.8);border-right-color:rgb(252 211 77 / 0.8)}
.border-x-amber-300\/85{border-left-color:rgb(252 211 77 / 0.85);border-right-color:rgb(252 211 77 / 0.85)}
.border-x-amber-300\/90{border-left-color:rgb(252 211 77 / 0.9);border-right-color:rgb(252 211 77 / 0.9)}
.border-x-amber-300\/95{border-left-color:rgb(252 211 77 / 0.95);border-right-color:rgb(252 211 77 / 0.95)}
.border-x-amber-400{--tw-border-opacity:1;border-left-color:rgb(251 191 36 / var(--tw-border-opacity));border-right-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-x-amber-400\/0{border-left-color:rgb(251 191 36 / 0);border-right-color:rgb(251 191 36 / 0)}
.border-x-amber-400\/10{border-left-color:rgb(251 191 36 / 0.1);border-right-color:rgb(251 191 36 / 0.1)}
.border-x-amber-400\/100{border-left-color:rgb(251 191 36 / 1);border-right-color:rgb(251 191 36 / 1)}
.border-x-amber-400\/15{border-left-color:rgb(251 191 36 / 0.15);border-right-color:rgb(251 191 36 / 0.15)}
.border-x-amber-400\/20{border-left-color:rgb(251 191 36 / 0.2);border-right-color:rgb(251 191 36 / 0.2)}
.border-x-amber-400\/25{border-left-color:rgb(251 191 36 / 0.25);border-right-color:rgb(251 191 36 / 0.25)}
.border-x-amber-400\/30{border-left-color:rgb(251 191 36 / 0.3);border-right-color:rgb(251 191 36 / 0.3)}
.border-x-amber-400\/35{border-left-color:rgb(251 191 36 / 0.35);border-right-color:rgb(251 191 36 / 0.35)}
.border-x-amber-400\/40{border-left-color:rgb(251 191 36 / 0.4);border-right-color:rgb(251 191 36 / 0.4)}
.border-x-amber-400\/45{border-left-color:rgb(251 191 36 / 0.45);border-right-color:rgb(251 191 36 / 0.45)}
.border-x-amber-400\/5{border-left-color:rgb(251 191 36 / 0.05);border-right-color:rgb(251 191 36 / 0.05)}
.border-x-amber-400\/50{border-left-color:rgb(251 191 36 / 0.5);border-right-color:rgb(251 191 36 / 0.5)}
.border-x-amber-400\/55{border-left-color:rgb(251 191 36 / 0.55);border-right-color:rgb(251 191 36 / 0.55)}
.border-x-amber-400\/60{border-left-color:rgb(251 191 36 / 0.6);border-right-color:rgb(251 191 36 / 0.6)}
.border-x-amber-400\/65{border-left-color:rgb(251 191 36 / 0.65);border-right-color:rgb(251 191 36 / 0.65)}
.border-x-amber-400\/70{border-left-color:rgb(251 191 36 / 0.7);border-right-color:rgb(251 191 36 / 0.7)}
.border-x-amber-400\/75{border-left-color:rgb(251 191 36 / 0.75);border-right-color:rgb(251 191 36 / 0.75)}
.border-x-amber-400\/80{border-left-color:rgb(251 191 36 / 0.8);border-right-color:rgb(251 191 36 / 0.8)}
.border-x-amber-400\/85{border-left-color:rgb(251 191 36 / 0.85);border-right-color:rgb(251 191 36 / 0.85)}
.border-x-amber-400\/90{border-left-color:rgb(251 191 36 / 0.9);border-right-color:rgb(251 191 36 / 0.9)}
.border-x-amber-400\/95{border-left-color:rgb(251 191 36 / 0.95);border-right-color:rgb(251 191 36 / 0.95)}
.border-x-amber-50{--tw-border-opacity:1;border-left-color:rgb(255 251 235 / var(--tw-border-opacity));border-right-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-x-amber-50\/0{border-left-color:rgb(255 251 235 / 0);border-right-color:rgb(255 251 235 / 0)}
.border-x-amber-50\/10{border-left-color:rgb(255 251 235 / 0.1);border-right-color:rgb(255 251 235 / 0.1)}
.border-x-amber-50\/100{border-left-color:rgb(255 251 235 / 1);border-right-color:rgb(255 251 235 / 1)}
.border-x-amber-50\/15{border-left-color:rgb(255 251 235 / 0.15);border-right-color:rgb(255 251 235 / 0.15)}
.border-x-amber-50\/20{border-left-color:rgb(255 251 235 / 0.2);border-right-color:rgb(255 251 235 / 0.2)}
.border-x-amber-50\/25{border-left-color:rgb(255 251 235 / 0.25);border-right-color:rgb(255 251 235 / 0.25)}
.border-x-amber-50\/30{border-left-color:rgb(255 251 235 / 0.3);border-right-color:rgb(255 251 235 / 0.3)}
.border-x-amber-50\/35{border-left-color:rgb(255 251 235 / 0.35);border-right-color:rgb(255 251 235 / 0.35)}
.border-x-amber-50\/40{border-left-color:rgb(255 251 235 / 0.4);border-right-color:rgb(255 251 235 / 0.4)}
.border-x-amber-50\/45{border-left-color:rgb(255 251 235 / 0.45);border-right-color:rgb(255 251 235 / 0.45)}
.border-x-amber-50\/5{border-left-color:rgb(255 251 235 / 0.05);border-right-color:rgb(255 251 235 / 0.05)}
.border-x-amber-50\/50{border-left-color:rgb(255 251 235 / 0.5);border-right-color:rgb(255 251 235 / 0.5)}
.border-x-amber-50\/55{border-left-color:rgb(255 251 235 / 0.55);border-right-color:rgb(255 251 235 / 0.55)}
.border-x-amber-50\/60{border-left-color:rgb(255 251 235 / 0.6);border-right-color:rgb(255 251 235 / 0.6)}
.border-x-amber-50\/65{border-left-color:rgb(255 251 235 / 0.65);border-right-color:rgb(255 251 235 / 0.65)}
.border-x-amber-50\/70{border-left-color:rgb(255 251 235 / 0.7);border-right-color:rgb(255 251 235 / 0.7)}
.border-x-amber-50\/75{border-left-color:rgb(255 251 235 / 0.75);border-right-color:rgb(255 251 235 / 0.75)}
.border-x-amber-50\/80{border-left-color:rgb(255 251 235 / 0.8);border-right-color:rgb(255 251 235 / 0.8)}
.border-x-amber-50\/85{border-left-color:rgb(255 251 235 / 0.85);border-right-color:rgb(255 251 235 / 0.85)}
.border-x-amber-50\/90{border-left-color:rgb(255 251 235 / 0.9);border-right-color:rgb(255 251 235 / 0.9)}
.border-x-amber-50\/95{border-left-color:rgb(255 251 235 / 0.95);border-right-color:rgb(255 251 235 / 0.95)}
.border-x-amber-500{--tw-border-opacity:1;border-left-color:rgb(245 158 11 / var(--tw-border-opacity));border-right-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-x-amber-500\/0{border-left-color:rgb(245 158 11 / 0);border-right-color:rgb(245 158 11 / 0)}
.border-x-amber-500\/10{border-left-color:rgb(245 158 11 / 0.1);border-right-color:rgb(245 158 11 / 0.1)}
.border-x-amber-500\/100{border-left-color:rgb(245 158 11 / 1);border-right-color:rgb(245 158 11 / 1)}
.border-x-amber-500\/15{border-left-color:rgb(245 158 11 / 0.15);border-right-color:rgb(245 158 11 / 0.15)}
.border-x-amber-500\/20{border-left-color:rgb(245 158 11 / 0.2);border-right-color:rgb(245 158 11 / 0.2)}
.border-x-amber-500\/25{border-left-color:rgb(245 158 11 / 0.25);border-right-color:rgb(245 158 11 / 0.25)}
.border-x-amber-500\/30{border-left-color:rgb(245 158 11 / 0.3);border-right-color:rgb(245 158 11 / 0.3)}
.border-x-amber-500\/35{border-left-color:rgb(245 158 11 / 0.35);border-right-color:rgb(245 158 11 / 0.35)}
.border-x-amber-500\/40{border-left-color:rgb(245 158 11 / 0.4);border-right-color:rgb(245 158 11 / 0.4)}
.border-x-amber-500\/45{border-left-color:rgb(245 158 11 / 0.45);border-right-color:rgb(245 158 11 / 0.45)}
.border-x-amber-500\/5{border-left-color:rgb(245 158 11 / 0.05);border-right-color:rgb(245 158 11 / 0.05)}
.border-x-amber-500\/50{border-left-color:rgb(245 158 11 / 0.5);border-right-color:rgb(245 158 11 / 0.5)}
.border-x-amber-500\/55{border-left-color:rgb(245 158 11 / 0.55);border-right-color:rgb(245 158 11 / 0.55)}
.border-x-amber-500\/60{border-left-color:rgb(245 158 11 / 0.6);border-right-color:rgb(245 158 11 / 0.6)}
.border-x-amber-500\/65{border-left-color:rgb(245 158 11 / 0.65);border-right-color:rgb(245 158 11 / 0.65)}
.border-x-amber-500\/70{border-left-color:rgb(245 158 11 / 0.7);border-right-color:rgb(245 158 11 / 0.7)}
.border-x-amber-500\/75{border-left-color:rgb(245 158 11 / 0.75);border-right-color:rgb(245 158 11 / 0.75)}
.border-x-amber-500\/80{border-left-color:rgb(245 158 11 / 0.8);border-right-color:rgb(245 158 11 / 0.8)}
.border-x-amber-500\/85{border-left-color:rgb(245 158 11 / 0.85);border-right-color:rgb(245 158 11 / 0.85)}
.border-x-amber-500\/90{border-left-color:rgb(245 158 11 / 0.9);border-right-color:rgb(245 158 11 / 0.9)}
.border-x-amber-500\/95{border-left-color:rgb(245 158 11 / 0.95);border-right-color:rgb(245 158 11 / 0.95)}
.border-x-amber-600{--tw-border-opacity:1;border-left-color:rgb(217 119 6 / var(--tw-border-opacity));border-right-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-x-amber-600\/0{border-left-color:rgb(217 119 6 / 0);border-right-color:rgb(217 119 6 / 0)}
.border-x-amber-600\/10{border-left-color:rgb(217 119 6 / 0.1);border-right-color:rgb(217 119 6 / 0.1)}
.border-x-amber-600\/100{border-left-color:rgb(217 119 6 / 1);border-right-color:rgb(217 119 6 / 1)}
.border-x-amber-600\/15{border-left-color:rgb(217 119 6 / 0.15);border-right-color:rgb(217 119 6 / 0.15)}
.border-x-amber-600\/20{border-left-color:rgb(217 119 6 / 0.2);border-right-color:rgb(217 119 6 / 0.2)}
.border-x-amber-600\/25{border-left-color:rgb(217 119 6 / 0.25);border-right-color:rgb(217 119 6 / 0.25)}
.border-x-amber-600\/30{border-left-color:rgb(217 119 6 / 0.3);border-right-color:rgb(217 119 6 / 0.3)}
.border-x-amber-600\/35{border-left-color:rgb(217 119 6 / 0.35);border-right-color:rgb(217 119 6 / 0.35)}
.border-x-amber-600\/40{border-left-color:rgb(217 119 6 / 0.4);border-right-color:rgb(217 119 6 / 0.4)}
.border-x-amber-600\/45{border-left-color:rgb(217 119 6 / 0.45);border-right-color:rgb(217 119 6 / 0.45)}
.border-x-amber-600\/5{border-left-color:rgb(217 119 6 / 0.05);border-right-color:rgb(217 119 6 / 0.05)}
.border-x-amber-600\/50{border-left-color:rgb(217 119 6 / 0.5);border-right-color:rgb(217 119 6 / 0.5)}
.border-x-amber-600\/55{border-left-color:rgb(217 119 6 / 0.55);border-right-color:rgb(217 119 6 / 0.55)}
.border-x-amber-600\/60{border-left-color:rgb(217 119 6 / 0.6);border-right-color:rgb(217 119 6 / 0.6)}
.border-x-amber-600\/65{border-left-color:rgb(217 119 6 / 0.65);border-right-color:rgb(217 119 6 / 0.65)}
.border-x-amber-600\/70{border-left-color:rgb(217 119 6 / 0.7);border-right-color:rgb(217 119 6 / 0.7)}
.border-x-amber-600\/75{border-left-color:rgb(217 119 6 / 0.75);border-right-color:rgb(217 119 6 / 0.75)}
.border-x-amber-600\/80{border-left-color:rgb(217 119 6 / 0.8);border-right-color:rgb(217 119 6 / 0.8)}
.border-x-amber-600\/85{border-left-color:rgb(217 119 6 / 0.85);border-right-color:rgb(217 119 6 / 0.85)}
.border-x-amber-600\/90{border-left-color:rgb(217 119 6 / 0.9);border-right-color:rgb(217 119 6 / 0.9)}
.border-x-amber-600\/95{border-left-color:rgb(217 119 6 / 0.95);border-right-color:rgb(217 119 6 / 0.95)}
.border-x-amber-700{--tw-border-opacity:1;border-left-color:rgb(180 83 9 / var(--tw-border-opacity));border-right-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-x-amber-700\/0{border-left-color:rgb(180 83 9 / 0);border-right-color:rgb(180 83 9 / 0)}
.border-x-amber-700\/10{border-left-color:rgb(180 83 9 / 0.1);border-right-color:rgb(180 83 9 / 0.1)}
.border-x-amber-700\/100{border-left-color:rgb(180 83 9 / 1);border-right-color:rgb(180 83 9 / 1)}
.border-x-amber-700\/15{border-left-color:rgb(180 83 9 / 0.15);border-right-color:rgb(180 83 9 / 0.15)}
.border-x-amber-700\/20{border-left-color:rgb(180 83 9 / 0.2);border-right-color:rgb(180 83 9 / 0.2)}
.border-x-amber-700\/25{border-left-color:rgb(180 83 9 / 0.25);border-right-color:rgb(180 83 9 / 0.25)}
.border-x-amber-700\/30{border-left-color:rgb(180 83 9 / 0.3);border-right-color:rgb(180 83 9 / 0.3)}
.border-x-amber-700\/35{border-left-color:rgb(180 83 9 / 0.35);border-right-color:rgb(180 83 9 / 0.35)}
.border-x-amber-700\/40{border-left-color:rgb(180 83 9 / 0.4);border-right-color:rgb(180 83 9 / 0.4)}
.border-x-amber-700\/45{border-left-color:rgb(180 83 9 / 0.45);border-right-color:rgb(180 83 9 / 0.45)}
.border-x-amber-700\/5{border-left-color:rgb(180 83 9 / 0.05);border-right-color:rgb(180 83 9 / 0.05)}
.border-x-amber-700\/50{border-left-color:rgb(180 83 9 / 0.5);border-right-color:rgb(180 83 9 / 0.5)}
.border-x-amber-700\/55{border-left-color:rgb(180 83 9 / 0.55);border-right-color:rgb(180 83 9 / 0.55)}
.border-x-amber-700\/60{border-left-color:rgb(180 83 9 / 0.6);border-right-color:rgb(180 83 9 / 0.6)}
.border-x-amber-700\/65{border-left-color:rgb(180 83 9 / 0.65);border-right-color:rgb(180 83 9 / 0.65)}
.border-x-amber-700\/70{border-left-color:rgb(180 83 9 / 0.7);border-right-color:rgb(180 83 9 / 0.7)}
.border-x-amber-700\/75{border-left-color:rgb(180 83 9 / 0.75);border-right-color:rgb(180 83 9 / 0.75)}
.border-x-amber-700\/80{border-left-color:rgb(180 83 9 / 0.8);border-right-color:rgb(180 83 9 / 0.8)}
.border-x-amber-700\/85{border-left-color:rgb(180 83 9 / 0.85);border-right-color:rgb(180 83 9 / 0.85)}
.border-x-amber-700\/90{border-left-color:rgb(180 83 9 / 0.9);border-right-color:rgb(180 83 9 / 0.9)}
.border-x-amber-700\/95{border-left-color:rgb(180 83 9 / 0.95);border-right-color:rgb(180 83 9 / 0.95)}
.border-x-amber-800{--tw-border-opacity:1;border-left-color:rgb(146 64 14 / var(--tw-border-opacity));border-right-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-x-amber-800\/0{border-left-color:rgb(146 64 14 / 0);border-right-color:rgb(146 64 14 / 0)}
.border-x-amber-800\/10{border-left-color:rgb(146 64 14 / 0.1);border-right-color:rgb(146 64 14 / 0.1)}
.border-x-amber-800\/100{border-left-color:rgb(146 64 14 / 1);border-right-color:rgb(146 64 14 / 1)}
.border-x-amber-800\/15{border-left-color:rgb(146 64 14 / 0.15);border-right-color:rgb(146 64 14 / 0.15)}
.border-x-amber-800\/20{border-left-color:rgb(146 64 14 / 0.2);border-right-color:rgb(146 64 14 / 0.2)}
.border-x-amber-800\/25{border-left-color:rgb(146 64 14 / 0.25);border-right-color:rgb(146 64 14 / 0.25)}
.border-x-amber-800\/30{border-left-color:rgb(146 64 14 / 0.3);border-right-color:rgb(146 64 14 / 0.3)}
.border-x-amber-800\/35{border-left-color:rgb(146 64 14 / 0.35);border-right-color:rgb(146 64 14 / 0.35)}
.border-x-amber-800\/40{border-left-color:rgb(146 64 14 / 0.4);border-right-color:rgb(146 64 14 / 0.4)}
.border-x-amber-800\/45{border-left-color:rgb(146 64 14 / 0.45);border-right-color:rgb(146 64 14 / 0.45)}
.border-x-amber-800\/5{border-left-color:rgb(146 64 14 / 0.05);border-right-color:rgb(146 64 14 / 0.05)}
.border-x-amber-800\/50{border-left-color:rgb(146 64 14 / 0.5);border-right-color:rgb(146 64 14 / 0.5)}
.border-x-amber-800\/55{border-left-color:rgb(146 64 14 / 0.55);border-right-color:rgb(146 64 14 / 0.55)}
.border-x-amber-800\/60{border-left-color:rgb(146 64 14 / 0.6);border-right-color:rgb(146 64 14 / 0.6)}
.border-x-amber-800\/65{border-left-color:rgb(146 64 14 / 0.65);border-right-color:rgb(146 64 14 / 0.65)}
.border-x-amber-800\/70{border-left-color:rgb(146 64 14 / 0.7);border-right-color:rgb(146 64 14 / 0.7)}
.border-x-amber-800\/75{border-left-color:rgb(146 64 14 / 0.75);border-right-color:rgb(146 64 14 / 0.75)}
.border-x-amber-800\/80{border-left-color:rgb(146 64 14 / 0.8);border-right-color:rgb(146 64 14 / 0.8)}
.border-x-amber-800\/85{border-left-color:rgb(146 64 14 / 0.85);border-right-color:rgb(146 64 14 / 0.85)}
.border-x-amber-800\/90{border-left-color:rgb(146 64 14 / 0.9);border-right-color:rgb(146 64 14 / 0.9)}
.border-x-amber-800\/95{border-left-color:rgb(146 64 14 / 0.95);border-right-color:rgb(146 64 14 / 0.95)}
.border-x-amber-900{--tw-border-opacity:1;border-left-color:rgb(120 53 15 / var(--tw-border-opacity));border-right-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-x-amber-900\/0{border-left-color:rgb(120 53 15 / 0);border-right-color:rgb(120 53 15 / 0)}
.border-x-amber-900\/10{border-left-color:rgb(120 53 15 / 0.1);border-right-color:rgb(120 53 15 / 0.1)}
.border-x-amber-900\/100{border-left-color:rgb(120 53 15 / 1);border-right-color:rgb(120 53 15 / 1)}
.border-x-amber-900\/15{border-left-color:rgb(120 53 15 / 0.15);border-right-color:rgb(120 53 15 / 0.15)}
.border-x-amber-900\/20{border-left-color:rgb(120 53 15 / 0.2);border-right-color:rgb(120 53 15 / 0.2)}
.border-x-amber-900\/25{border-left-color:rgb(120 53 15 / 0.25);border-right-color:rgb(120 53 15 / 0.25)}
.border-x-amber-900\/30{border-left-color:rgb(120 53 15 / 0.3);border-right-color:rgb(120 53 15 / 0.3)}
.border-x-amber-900\/35{border-left-color:rgb(120 53 15 / 0.35);border-right-color:rgb(120 53 15 / 0.35)}
.border-x-amber-900\/40{border-left-color:rgb(120 53 15 / 0.4);border-right-color:rgb(120 53 15 / 0.4)}
.border-x-amber-900\/45{border-left-color:rgb(120 53 15 / 0.45);border-right-color:rgb(120 53 15 / 0.45)}
.border-x-amber-900\/5{border-left-color:rgb(120 53 15 / 0.05);border-right-color:rgb(120 53 15 / 0.05)}
.border-x-amber-900\/50{border-left-color:rgb(120 53 15 / 0.5);border-right-color:rgb(120 53 15 / 0.5)}
.border-x-amber-900\/55{border-left-color:rgb(120 53 15 / 0.55);border-right-color:rgb(120 53 15 / 0.55)}
.border-x-amber-900\/60{border-left-color:rgb(120 53 15 / 0.6);border-right-color:rgb(120 53 15 / 0.6)}
.border-x-amber-900\/65{border-left-color:rgb(120 53 15 / 0.65);border-right-color:rgb(120 53 15 / 0.65)}
.border-x-amber-900\/70{border-left-color:rgb(120 53 15 / 0.7);border-right-color:rgb(120 53 15 / 0.7)}
.border-x-amber-900\/75{border-left-color:rgb(120 53 15 / 0.75);border-right-color:rgb(120 53 15 / 0.75)}
.border-x-amber-900\/80{border-left-color:rgb(120 53 15 / 0.8);border-right-color:rgb(120 53 15 / 0.8)}
.border-x-amber-900\/85{border-left-color:rgb(120 53 15 / 0.85);border-right-color:rgb(120 53 15 / 0.85)}
.border-x-amber-900\/90{border-left-color:rgb(120 53 15 / 0.9);border-right-color:rgb(120 53 15 / 0.9)}
.border-x-amber-900\/95{border-left-color:rgb(120 53 15 / 0.95);border-right-color:rgb(120 53 15 / 0.95)}
.border-x-amber-950{--tw-border-opacity:1;border-left-color:rgb(69 26 3 / var(--tw-border-opacity));border-right-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-x-amber-950\/0{border-left-color:rgb(69 26 3 / 0);border-right-color:rgb(69 26 3 / 0)}
.border-x-amber-950\/10{border-left-color:rgb(69 26 3 / 0.1);border-right-color:rgb(69 26 3 / 0.1)}
.border-x-amber-950\/100{border-left-color:rgb(69 26 3 / 1);border-right-color:rgb(69 26 3 / 1)}
.border-x-amber-950\/15{border-left-color:rgb(69 26 3 / 0.15);border-right-color:rgb(69 26 3 / 0.15)}
.border-x-amber-950\/20{border-left-color:rgb(69 26 3 / 0.2);border-right-color:rgb(69 26 3 / 0.2)}
.border-x-amber-950\/25{border-left-color:rgb(69 26 3 / 0.25);border-right-color:rgb(69 26 3 / 0.25)}
.border-x-amber-950\/30{border-left-color:rgb(69 26 3 / 0.3);border-right-color:rgb(69 26 3 / 0.3)}
.border-x-amber-950\/35{border-left-color:rgb(69 26 3 / 0.35);border-right-color:rgb(69 26 3 / 0.35)}
.border-x-amber-950\/40{border-left-color:rgb(69 26 3 / 0.4);border-right-color:rgb(69 26 3 / 0.4)}
.border-x-amber-950\/45{border-left-color:rgb(69 26 3 / 0.45);border-right-color:rgb(69 26 3 / 0.45)}
.border-x-amber-950\/5{border-left-color:rgb(69 26 3 / 0.05);border-right-color:rgb(69 26 3 / 0.05)}
.border-x-amber-950\/50{border-left-color:rgb(69 26 3 / 0.5);border-right-color:rgb(69 26 3 / 0.5)}
.border-x-amber-950\/55{border-left-color:rgb(69 26 3 / 0.55);border-right-color:rgb(69 26 3 / 0.55)}
.border-x-amber-950\/60{border-left-color:rgb(69 26 3 / 0.6);border-right-color:rgb(69 26 3 / 0.6)}
.border-x-amber-950\/65{border-left-color:rgb(69 26 3 / 0.65);border-right-color:rgb(69 26 3 / 0.65)}
.border-x-amber-950\/70{border-left-color:rgb(69 26 3 / 0.7);border-right-color:rgb(69 26 3 / 0.7)}
.border-x-amber-950\/75{border-left-color:rgb(69 26 3 / 0.75);border-right-color:rgb(69 26 3 / 0.75)}
.border-x-amber-950\/80{border-left-color:rgb(69 26 3 / 0.8);border-right-color:rgb(69 26 3 / 0.8)}
.border-x-amber-950\/85{border-left-color:rgb(69 26 3 / 0.85);border-right-color:rgb(69 26 3 / 0.85)}
.border-x-amber-950\/90{border-left-color:rgb(69 26 3 / 0.9);border-right-color:rgb(69 26 3 / 0.9)}
.border-x-amber-950\/95{border-left-color:rgb(69 26 3 / 0.95);border-right-color:rgb(69 26 3 / 0.95)}
.border-x-background-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-background-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-background-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-background-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-background-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-background-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-background-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-background-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-background-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-background-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-background-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-background-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-background-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-background-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-background-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-background-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-background-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-background-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-background-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-background-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-background-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-background-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-background-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-background-text-isDark{border-left-color:true;border-right-color:true}
.border-x-background-text-text{--tw-border-opacity:1;border-left-color:rgb(107 111 115 / var(--tw-border-opacity));border-right-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-x-background-text-text\/0{border-left-color:rgb(107 111 115 / 0);border-right-color:rgb(107 111 115 / 0)}
.border-x-background-text-text\/10{border-left-color:rgb(107 111 115 / 0.1);border-right-color:rgb(107 111 115 / 0.1)}
.border-x-background-text-text\/100{border-left-color:rgb(107 111 115 / 1);border-right-color:rgb(107 111 115 / 1)}
.border-x-background-text-text\/15{border-left-color:rgb(107 111 115 / 0.15);border-right-color:rgb(107 111 115 / 0.15)}
.border-x-background-text-text\/20{border-left-color:rgb(107 111 115 / 0.2);border-right-color:rgb(107 111 115 / 0.2)}
.border-x-background-text-text\/25{border-left-color:rgb(107 111 115 / 0.25);border-right-color:rgb(107 111 115 / 0.25)}
.border-x-background-text-text\/30{border-left-color:rgb(107 111 115 / 0.3);border-right-color:rgb(107 111 115 / 0.3)}
.border-x-background-text-text\/35{border-left-color:rgb(107 111 115 / 0.35);border-right-color:rgb(107 111 115 / 0.35)}
.border-x-background-text-text\/40{border-left-color:rgb(107 111 115 / 0.4);border-right-color:rgb(107 111 115 / 0.4)}
.border-x-background-text-text\/45{border-left-color:rgb(107 111 115 / 0.45);border-right-color:rgb(107 111 115 / 0.45)}
.border-x-background-text-text\/5{border-left-color:rgb(107 111 115 / 0.05);border-right-color:rgb(107 111 115 / 0.05)}
.border-x-background-text-text\/50{border-left-color:rgb(107 111 115 / 0.5);border-right-color:rgb(107 111 115 / 0.5)}
.border-x-background-text-text\/55{border-left-color:rgb(107 111 115 / 0.55);border-right-color:rgb(107 111 115 / 0.55)}
.border-x-background-text-text\/60{border-left-color:rgb(107 111 115 / 0.6);border-right-color:rgb(107 111 115 / 0.6)}
.border-x-background-text-text\/65{border-left-color:rgb(107 111 115 / 0.65);border-right-color:rgb(107 111 115 / 0.65)}
.border-x-background-text-text\/70{border-left-color:rgb(107 111 115 / 0.7);border-right-color:rgb(107 111 115 / 0.7)}
.border-x-background-text-text\/75{border-left-color:rgb(107 111 115 / 0.75);border-right-color:rgb(107 111 115 / 0.75)}
.border-x-background-text-text\/80{border-left-color:rgb(107 111 115 / 0.8);border-right-color:rgb(107 111 115 / 0.8)}
.border-x-background-text-text\/85{border-left-color:rgb(107 111 115 / 0.85);border-right-color:rgb(107 111 115 / 0.85)}
.border-x-background-text-text\/90{border-left-color:rgb(107 111 115 / 0.9);border-right-color:rgb(107 111 115 / 0.9)}
.border-x-background-text-text\/95{border-left-color:rgb(107 111 115 / 0.95);border-right-color:rgb(107 111 115 / 0.95)}
.border-x-bt-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-bt-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-bt-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-bt-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-bt-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-bt-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-bt-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-bt-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-bt-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-bt-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-bt-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-bt-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-bt-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-bt-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-bt-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-bt-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-bt-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-bt-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-bt-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-bt-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-bt-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-bt-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-bt-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-bt-text-isDark{border-left-color:true;border-right-color:true}
.border-x-bt-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity));border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-x-bt-text-text\/0{border-left-color:rgb(30 41 59 / 0);border-right-color:rgb(30 41 59 / 0)}
.border-x-bt-text-text\/10{border-left-color:rgb(30 41 59 / 0.1);border-right-color:rgb(30 41 59 / 0.1)}
.border-x-bt-text-text\/100{border-left-color:rgb(30 41 59 / 1);border-right-color:rgb(30 41 59 / 1)}
.border-x-bt-text-text\/15{border-left-color:rgb(30 41 59 / 0.15);border-right-color:rgb(30 41 59 / 0.15)}
.border-x-bt-text-text\/20{border-left-color:rgb(30 41 59 / 0.2);border-right-color:rgb(30 41 59 / 0.2)}
.border-x-bt-text-text\/25{border-left-color:rgb(30 41 59 / 0.25);border-right-color:rgb(30 41 59 / 0.25)}
.border-x-bt-text-text\/30{border-left-color:rgb(30 41 59 / 0.3);border-right-color:rgb(30 41 59 / 0.3)}
.border-x-bt-text-text\/35{border-left-color:rgb(30 41 59 / 0.35);border-right-color:rgb(30 41 59 / 0.35)}
.border-x-bt-text-text\/40{border-left-color:rgb(30 41 59 / 0.4);border-right-color:rgb(30 41 59 / 0.4)}
.border-x-bt-text-text\/45{border-left-color:rgb(30 41 59 / 0.45);border-right-color:rgb(30 41 59 / 0.45)}
.border-x-bt-text-text\/5{border-left-color:rgb(30 41 59 / 0.05);border-right-color:rgb(30 41 59 / 0.05)}
.border-x-bt-text-text\/50{border-left-color:rgb(30 41 59 / 0.5);border-right-color:rgb(30 41 59 / 0.5)}
.border-x-bt-text-text\/55{border-left-color:rgb(30 41 59 / 0.55);border-right-color:rgb(30 41 59 / 0.55)}
.border-x-bt-text-text\/60{border-left-color:rgb(30 41 59 / 0.6);border-right-color:rgb(30 41 59 / 0.6)}
.border-x-bt-text-text\/65{border-left-color:rgb(30 41 59 / 0.65);border-right-color:rgb(30 41 59 / 0.65)}
.border-x-bt-text-text\/70{border-left-color:rgb(30 41 59 / 0.7);border-right-color:rgb(30 41 59 / 0.7)}
.border-x-bt-text-text\/75{border-left-color:rgb(30 41 59 / 0.75);border-right-color:rgb(30 41 59 / 0.75)}
.border-x-bt-text-text\/80{border-left-color:rgb(30 41 59 / 0.8);border-right-color:rgb(30 41 59 / 0.8)}
.border-x-bt-text-text\/85{border-left-color:rgb(30 41 59 / 0.85);border-right-color:rgb(30 41 59 / 0.85)}
.border-x-bt-text-text\/90{border-left-color:rgb(30 41 59 / 0.9);border-right-color:rgb(30 41 59 / 0.9)}
.border-x-bt-text-text\/95{border-left-color:rgb(30 41 59 / 0.95);border-right-color:rgb(30 41 59 / 0.95)}
.border-x-btLight-text-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-btLight-text-contrast\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-btLight-text-contrast\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-btLight-text-contrast\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-btLight-text-contrast\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-btLight-text-contrast\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-btLight-text-contrast\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-btLight-text-contrast\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-btLight-text-contrast\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-btLight-text-contrast\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-btLight-text-contrast\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-btLight-text-contrast\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-btLight-text-contrast\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-btLight-text-contrast\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-btLight-text-contrast\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-btLight-text-contrast\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-btLight-text-contrast\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-btLight-text-contrast\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-btLight-text-contrast\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-btLight-text-contrast\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-btLight-text-contrast\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-btLight-text-contrast\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-btLight-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-btLight-text-isDark{}
.border-x-btLight-text-text{--tw-border-opacity:1;border-left-color:rgb(72 171 217 / var(--tw-border-opacity));border-right-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-x-btLight-text-text\/0{border-left-color:rgb(72 171 217 / 0);border-right-color:rgb(72 171 217 / 0)}
.border-x-btLight-text-text\/10{border-left-color:rgb(72 171 217 / 0.1);border-right-color:rgb(72 171 217 / 0.1)}
.border-x-btLight-text-text\/100{border-left-color:rgb(72 171 217 / 1);border-right-color:rgb(72 171 217 / 1)}
.border-x-btLight-text-text\/15{border-left-color:rgb(72 171 217 / 0.15);border-right-color:rgb(72 171 217 / 0.15)}
.border-x-btLight-text-text\/20{border-left-color:rgb(72 171 217 / 0.2);border-right-color:rgb(72 171 217 / 0.2)}
.border-x-btLight-text-text\/25{border-left-color:rgb(72 171 217 / 0.25);border-right-color:rgb(72 171 217 / 0.25)}
.border-x-btLight-text-text\/30{border-left-color:rgb(72 171 217 / 0.3);border-right-color:rgb(72 171 217 / 0.3)}
.border-x-btLight-text-text\/35{border-left-color:rgb(72 171 217 / 0.35);border-right-color:rgb(72 171 217 / 0.35)}
.border-x-btLight-text-text\/40{border-left-color:rgb(72 171 217 / 0.4);border-right-color:rgb(72 171 217 / 0.4)}
.border-x-btLight-text-text\/45{border-left-color:rgb(72 171 217 / 0.45);border-right-color:rgb(72 171 217 / 0.45)}
.border-x-btLight-text-text\/5{border-left-color:rgb(72 171 217 / 0.05);border-right-color:rgb(72 171 217 / 0.05)}
.border-x-btLight-text-text\/50{border-left-color:rgb(72 171 217 / 0.5);border-right-color:rgb(72 171 217 / 0.5)}
.border-x-btLight-text-text\/55{border-left-color:rgb(72 171 217 / 0.55);border-right-color:rgb(72 171 217 / 0.55)}
.border-x-btLight-text-text\/60{border-left-color:rgb(72 171 217 / 0.6);border-right-color:rgb(72 171 217 / 0.6)}
.border-x-btLight-text-text\/65{border-left-color:rgb(72 171 217 / 0.65);border-right-color:rgb(72 171 217 / 0.65)}
.border-x-btLight-text-text\/70{border-left-color:rgb(72 171 217 / 0.7);border-right-color:rgb(72 171 217 / 0.7)}
.border-x-btLight-text-text\/75{border-left-color:rgb(72 171 217 / 0.75);border-right-color:rgb(72 171 217 / 0.75)}
.border-x-btLight-text-text\/80{border-left-color:rgb(72 171 217 / 0.8);border-right-color:rgb(72 171 217 / 0.8)}
.border-x-btLight-text-text\/85{border-left-color:rgb(72 171 217 / 0.85);border-right-color:rgb(72 171 217 / 0.85)}
.border-x-btLight-text-text\/90{border-left-color:rgb(72 171 217 / 0.9);border-right-color:rgb(72 171 217 / 0.9)}
.border-x-btLight-text-text\/95{border-left-color:rgb(72 171 217 / 0.95);border-right-color:rgb(72 171 217 / 0.95)}
.border-x-cardBackground-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-cardBackground-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-cardBackground-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-cardBackground-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-cardBackground-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-cardBackground-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-cardBackground-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-cardBackground-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-cardBackground-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-cardBackground-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-cardBackground-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-cardBackground-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-cardBackground-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-cardBackground-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-cardBackground-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-cardBackground-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-cardBackground-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-cardBackground-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-cardBackground-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-cardBackground-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-cardBackground-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-cardBackground-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-cardBackground-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-cardBackground-text-isDark{border-left-color:true;border-right-color:true}
.border-x-cardBackground-text-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity));border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-x-cardBackground-text-text\/0{border-left-color:rgb(132 132 132 / 0);border-right-color:rgb(132 132 132 / 0)}
.border-x-cardBackground-text-text\/10{border-left-color:rgb(132 132 132 / 0.1);border-right-color:rgb(132 132 132 / 0.1)}
.border-x-cardBackground-text-text\/100{border-left-color:rgb(132 132 132 / 1);border-right-color:rgb(132 132 132 / 1)}
.border-x-cardBackground-text-text\/15{border-left-color:rgb(132 132 132 / 0.15);border-right-color:rgb(132 132 132 / 0.15)}
.border-x-cardBackground-text-text\/20{border-left-color:rgb(132 132 132 / 0.2);border-right-color:rgb(132 132 132 / 0.2)}
.border-x-cardBackground-text-text\/25{border-left-color:rgb(132 132 132 / 0.25);border-right-color:rgb(132 132 132 / 0.25)}
.border-x-cardBackground-text-text\/30{border-left-color:rgb(132 132 132 / 0.3);border-right-color:rgb(132 132 132 / 0.3)}
.border-x-cardBackground-text-text\/35{border-left-color:rgb(132 132 132 / 0.35);border-right-color:rgb(132 132 132 / 0.35)}
.border-x-cardBackground-text-text\/40{border-left-color:rgb(132 132 132 / 0.4);border-right-color:rgb(132 132 132 / 0.4)}
.border-x-cardBackground-text-text\/45{border-left-color:rgb(132 132 132 / 0.45);border-right-color:rgb(132 132 132 / 0.45)}
.border-x-cardBackground-text-text\/5{border-left-color:rgb(132 132 132 / 0.05);border-right-color:rgb(132 132 132 / 0.05)}
.border-x-cardBackground-text-text\/50{border-left-color:rgb(132 132 132 / 0.5);border-right-color:rgb(132 132 132 / 0.5)}
.border-x-cardBackground-text-text\/55{border-left-color:rgb(132 132 132 / 0.55);border-right-color:rgb(132 132 132 / 0.55)}
.border-x-cardBackground-text-text\/60{border-left-color:rgb(132 132 132 / 0.6);border-right-color:rgb(132 132 132 / 0.6)}
.border-x-cardBackground-text-text\/65{border-left-color:rgb(132 132 132 / 0.65);border-right-color:rgb(132 132 132 / 0.65)}
.border-x-cardBackground-text-text\/70{border-left-color:rgb(132 132 132 / 0.7);border-right-color:rgb(132 132 132 / 0.7)}
.border-x-cardBackground-text-text\/75{border-left-color:rgb(132 132 132 / 0.75);border-right-color:rgb(132 132 132 / 0.75)}
.border-x-cardBackground-text-text\/80{border-left-color:rgb(132 132 132 / 0.8);border-right-color:rgb(132 132 132 / 0.8)}
.border-x-cardBackground-text-text\/85{border-left-color:rgb(132 132 132 / 0.85);border-right-color:rgb(132 132 132 / 0.85)}
.border-x-cardBackground-text-text\/90{border-left-color:rgb(132 132 132 / 0.9);border-right-color:rgb(132 132 132 / 0.9)}
.border-x-cardBackground-text-text\/95{border-left-color:rgb(132 132 132 / 0.95);border-right-color:rgb(132 132 132 / 0.95)}
.border-x-cardHeader-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-cardHeader-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-cardHeader-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-cardHeader-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-cardHeader-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-cardHeader-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-cardHeader-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-cardHeader-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-cardHeader-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-cardHeader-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-cardHeader-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-cardHeader-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-cardHeader-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-cardHeader-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-cardHeader-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-cardHeader-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-cardHeader-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-cardHeader-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-cardHeader-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-cardHeader-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-cardHeader-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-cardHeader-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-cardHeader-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-cardHeader-text-isDark{border-left-color:true;border-right-color:true}
.border-x-cardHeader-text-text{--tw-border-opacity:1;border-left-color:rgb(126 126 132 / var(--tw-border-opacity));border-right-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-x-cardHeader-text-text\/0{border-left-color:rgb(126 126 132 / 0);border-right-color:rgb(126 126 132 / 0)}
.border-x-cardHeader-text-text\/10{border-left-color:rgb(126 126 132 / 0.1);border-right-color:rgb(126 126 132 / 0.1)}
.border-x-cardHeader-text-text\/100{border-left-color:rgb(126 126 132 / 1);border-right-color:rgb(126 126 132 / 1)}
.border-x-cardHeader-text-text\/15{border-left-color:rgb(126 126 132 / 0.15);border-right-color:rgb(126 126 132 / 0.15)}
.border-x-cardHeader-text-text\/20{border-left-color:rgb(126 126 132 / 0.2);border-right-color:rgb(126 126 132 / 0.2)}
.border-x-cardHeader-text-text\/25{border-left-color:rgb(126 126 132 / 0.25);border-right-color:rgb(126 126 132 / 0.25)}
.border-x-cardHeader-text-text\/30{border-left-color:rgb(126 126 132 / 0.3);border-right-color:rgb(126 126 132 / 0.3)}
.border-x-cardHeader-text-text\/35{border-left-color:rgb(126 126 132 / 0.35);border-right-color:rgb(126 126 132 / 0.35)}
.border-x-cardHeader-text-text\/40{border-left-color:rgb(126 126 132 / 0.4);border-right-color:rgb(126 126 132 / 0.4)}
.border-x-cardHeader-text-text\/45{border-left-color:rgb(126 126 132 / 0.45);border-right-color:rgb(126 126 132 / 0.45)}
.border-x-cardHeader-text-text\/5{border-left-color:rgb(126 126 132 / 0.05);border-right-color:rgb(126 126 132 / 0.05)}
.border-x-cardHeader-text-text\/50{border-left-color:rgb(126 126 132 / 0.5);border-right-color:rgb(126 126 132 / 0.5)}
.border-x-cardHeader-text-text\/55{border-left-color:rgb(126 126 132 / 0.55);border-right-color:rgb(126 126 132 / 0.55)}
.border-x-cardHeader-text-text\/60{border-left-color:rgb(126 126 132 / 0.6);border-right-color:rgb(126 126 132 / 0.6)}
.border-x-cardHeader-text-text\/65{border-left-color:rgb(126 126 132 / 0.65);border-right-color:rgb(126 126 132 / 0.65)}
.border-x-cardHeader-text-text\/70{border-left-color:rgb(126 126 132 / 0.7);border-right-color:rgb(126 126 132 / 0.7)}
.border-x-cardHeader-text-text\/75{border-left-color:rgb(126 126 132 / 0.75);border-right-color:rgb(126 126 132 / 0.75)}
.border-x-cardHeader-text-text\/80{border-left-color:rgb(126 126 132 / 0.8);border-right-color:rgb(126 126 132 / 0.8)}
.border-x-cardHeader-text-text\/85{border-left-color:rgb(126 126 132 / 0.85);border-right-color:rgb(126 126 132 / 0.85)}
.border-x-cardHeader-text-text\/90{border-left-color:rgb(126 126 132 / 0.9);border-right-color:rgb(126 126 132 / 0.9)}
.border-x-cardHeader-text-text\/95{border-left-color:rgb(126 126 132 / 0.95);border-right-color:rgb(126 126 132 / 0.95)}
.border-x-danger-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-danger-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-danger-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-danger-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-danger-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-danger-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-danger-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-danger-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-danger-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-danger-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-danger-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-danger-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-danger-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-danger-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-danger-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-danger-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-danger-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-danger-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-danger-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-danger-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-danger-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-danger-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-danger-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-danger-text-isDark{border-left-color:true;border-right-color:true}
.border-x-danger-text-text{--tw-border-opacity:1;border-left-color:rgb(232 87 67 / var(--tw-border-opacity));border-right-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-x-danger-text-text\/0{border-left-color:rgb(232 87 67 / 0);border-right-color:rgb(232 87 67 / 0)}
.border-x-danger-text-text\/10{border-left-color:rgb(232 87 67 / 0.1);border-right-color:rgb(232 87 67 / 0.1)}
.border-x-danger-text-text\/100{border-left-color:rgb(232 87 67 / 1);border-right-color:rgb(232 87 67 / 1)}
.border-x-danger-text-text\/15{border-left-color:rgb(232 87 67 / 0.15);border-right-color:rgb(232 87 67 / 0.15)}
.border-x-danger-text-text\/20{border-left-color:rgb(232 87 67 / 0.2);border-right-color:rgb(232 87 67 / 0.2)}
.border-x-danger-text-text\/25{border-left-color:rgb(232 87 67 / 0.25);border-right-color:rgb(232 87 67 / 0.25)}
.border-x-danger-text-text\/30{border-left-color:rgb(232 87 67 / 0.3);border-right-color:rgb(232 87 67 / 0.3)}
.border-x-danger-text-text\/35{border-left-color:rgb(232 87 67 / 0.35);border-right-color:rgb(232 87 67 / 0.35)}
.border-x-danger-text-text\/40{border-left-color:rgb(232 87 67 / 0.4);border-right-color:rgb(232 87 67 / 0.4)}
.border-x-danger-text-text\/45{border-left-color:rgb(232 87 67 / 0.45);border-right-color:rgb(232 87 67 / 0.45)}
.border-x-danger-text-text\/5{border-left-color:rgb(232 87 67 / 0.05);border-right-color:rgb(232 87 67 / 0.05)}
.border-x-danger-text-text\/50{border-left-color:rgb(232 87 67 / 0.5);border-right-color:rgb(232 87 67 / 0.5)}
.border-x-danger-text-text\/55{border-left-color:rgb(232 87 67 / 0.55);border-right-color:rgb(232 87 67 / 0.55)}
.border-x-danger-text-text\/60{border-left-color:rgb(232 87 67 / 0.6);border-right-color:rgb(232 87 67 / 0.6)}
.border-x-danger-text-text\/65{border-left-color:rgb(232 87 67 / 0.65);border-right-color:rgb(232 87 67 / 0.65)}
.border-x-danger-text-text\/70{border-left-color:rgb(232 87 67 / 0.7);border-right-color:rgb(232 87 67 / 0.7)}
.border-x-danger-text-text\/75{border-left-color:rgb(232 87 67 / 0.75);border-right-color:rgb(232 87 67 / 0.75)}
.border-x-danger-text-text\/80{border-left-color:rgb(232 87 67 / 0.8);border-right-color:rgb(232 87 67 / 0.8)}
.border-x-danger-text-text\/85{border-left-color:rgb(232 87 67 / 0.85);border-right-color:rgb(232 87 67 / 0.85)}
.border-x-danger-text-text\/90{border-left-color:rgb(232 87 67 / 0.9);border-right-color:rgb(232 87 67 / 0.9)}
.border-x-danger-text-text\/95{border-left-color:rgb(232 87 67 / 0.95);border-right-color:rgb(232 87 67 / 0.95)}
.border-x-emerald-100{--tw-border-opacity:1;border-left-color:rgb(209 250 229 / var(--tw-border-opacity));border-right-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-x-emerald-100\/0{border-left-color:rgb(209 250 229 / 0);border-right-color:rgb(209 250 229 / 0)}
.border-x-emerald-100\/10{border-left-color:rgb(209 250 229 / 0.1);border-right-color:rgb(209 250 229 / 0.1)}
.border-x-emerald-100\/100{border-left-color:rgb(209 250 229 / 1);border-right-color:rgb(209 250 229 / 1)}
.border-x-emerald-100\/15{border-left-color:rgb(209 250 229 / 0.15);border-right-color:rgb(209 250 229 / 0.15)}
.border-x-emerald-100\/20{border-left-color:rgb(209 250 229 / 0.2);border-right-color:rgb(209 250 229 / 0.2)}
.border-x-emerald-100\/25{border-left-color:rgb(209 250 229 / 0.25);border-right-color:rgb(209 250 229 / 0.25)}
.border-x-emerald-100\/30{border-left-color:rgb(209 250 229 / 0.3);border-right-color:rgb(209 250 229 / 0.3)}
.border-x-emerald-100\/35{border-left-color:rgb(209 250 229 / 0.35);border-right-color:rgb(209 250 229 / 0.35)}
.border-x-emerald-100\/40{border-left-color:rgb(209 250 229 / 0.4);border-right-color:rgb(209 250 229 / 0.4)}
.border-x-emerald-100\/45{border-left-color:rgb(209 250 229 / 0.45);border-right-color:rgb(209 250 229 / 0.45)}
.border-x-emerald-100\/5{border-left-color:rgb(209 250 229 / 0.05);border-right-color:rgb(209 250 229 / 0.05)}
.border-x-emerald-100\/50{border-left-color:rgb(209 250 229 / 0.5);border-right-color:rgb(209 250 229 / 0.5)}
.border-x-emerald-100\/55{border-left-color:rgb(209 250 229 / 0.55);border-right-color:rgb(209 250 229 / 0.55)}
.border-x-emerald-100\/60{border-left-color:rgb(209 250 229 / 0.6);border-right-color:rgb(209 250 229 / 0.6)}
.border-x-emerald-100\/65{border-left-color:rgb(209 250 229 / 0.65);border-right-color:rgb(209 250 229 / 0.65)}
.border-x-emerald-100\/70{border-left-color:rgb(209 250 229 / 0.7);border-right-color:rgb(209 250 229 / 0.7)}
.border-x-emerald-100\/75{border-left-color:rgb(209 250 229 / 0.75);border-right-color:rgb(209 250 229 / 0.75)}
.border-x-emerald-100\/80{border-left-color:rgb(209 250 229 / 0.8);border-right-color:rgb(209 250 229 / 0.8)}
.border-x-emerald-100\/85{border-left-color:rgb(209 250 229 / 0.85);border-right-color:rgb(209 250 229 / 0.85)}
.border-x-emerald-100\/90{border-left-color:rgb(209 250 229 / 0.9);border-right-color:rgb(209 250 229 / 0.9)}
.border-x-emerald-100\/95{border-left-color:rgb(209 250 229 / 0.95);border-right-color:rgb(209 250 229 / 0.95)}
.border-x-emerald-200{--tw-border-opacity:1;border-left-color:rgb(167 243 208 / var(--tw-border-opacity));border-right-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-x-emerald-200\/0{border-left-color:rgb(167 243 208 / 0);border-right-color:rgb(167 243 208 / 0)}
.border-x-emerald-200\/10{border-left-color:rgb(167 243 208 / 0.1);border-right-color:rgb(167 243 208 / 0.1)}
.border-x-emerald-200\/100{border-left-color:rgb(167 243 208 / 1);border-right-color:rgb(167 243 208 / 1)}
.border-x-emerald-200\/15{border-left-color:rgb(167 243 208 / 0.15);border-right-color:rgb(167 243 208 / 0.15)}
.border-x-emerald-200\/20{border-left-color:rgb(167 243 208 / 0.2);border-right-color:rgb(167 243 208 / 0.2)}
.border-x-emerald-200\/25{border-left-color:rgb(167 243 208 / 0.25);border-right-color:rgb(167 243 208 / 0.25)}
.border-x-emerald-200\/30{border-left-color:rgb(167 243 208 / 0.3);border-right-color:rgb(167 243 208 / 0.3)}
.border-x-emerald-200\/35{border-left-color:rgb(167 243 208 / 0.35);border-right-color:rgb(167 243 208 / 0.35)}
.border-x-emerald-200\/40{border-left-color:rgb(167 243 208 / 0.4);border-right-color:rgb(167 243 208 / 0.4)}
.border-x-emerald-200\/45{border-left-color:rgb(167 243 208 / 0.45);border-right-color:rgb(167 243 208 / 0.45)}
.border-x-emerald-200\/5{border-left-color:rgb(167 243 208 / 0.05);border-right-color:rgb(167 243 208 / 0.05)}
.border-x-emerald-200\/50{border-left-color:rgb(167 243 208 / 0.5);border-right-color:rgb(167 243 208 / 0.5)}
.border-x-emerald-200\/55{border-left-color:rgb(167 243 208 / 0.55);border-right-color:rgb(167 243 208 / 0.55)}
.border-x-emerald-200\/60{border-left-color:rgb(167 243 208 / 0.6);border-right-color:rgb(167 243 208 / 0.6)}
.border-x-emerald-200\/65{border-left-color:rgb(167 243 208 / 0.65);border-right-color:rgb(167 243 208 / 0.65)}
.border-x-emerald-200\/70{border-left-color:rgb(167 243 208 / 0.7);border-right-color:rgb(167 243 208 / 0.7)}
.border-x-emerald-200\/75{border-left-color:rgb(167 243 208 / 0.75);border-right-color:rgb(167 243 208 / 0.75)}
.border-x-emerald-200\/80{border-left-color:rgb(167 243 208 / 0.8);border-right-color:rgb(167 243 208 / 0.8)}
.border-x-emerald-200\/85{border-left-color:rgb(167 243 208 / 0.85);border-right-color:rgb(167 243 208 / 0.85)}
.border-x-emerald-200\/90{border-left-color:rgb(167 243 208 / 0.9);border-right-color:rgb(167 243 208 / 0.9)}
.border-x-emerald-200\/95{border-left-color:rgb(167 243 208 / 0.95);border-right-color:rgb(167 243 208 / 0.95)}
.border-x-emerald-300{--tw-border-opacity:1;border-left-color:rgb(110 231 183 / var(--tw-border-opacity));border-right-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-x-emerald-300\/0{border-left-color:rgb(110 231 183 / 0);border-right-color:rgb(110 231 183 / 0)}
.border-x-emerald-300\/10{border-left-color:rgb(110 231 183 / 0.1);border-right-color:rgb(110 231 183 / 0.1)}
.border-x-emerald-300\/100{border-left-color:rgb(110 231 183 / 1);border-right-color:rgb(110 231 183 / 1)}
.border-x-emerald-300\/15{border-left-color:rgb(110 231 183 / 0.15);border-right-color:rgb(110 231 183 / 0.15)}
.border-x-emerald-300\/20{border-left-color:rgb(110 231 183 / 0.2);border-right-color:rgb(110 231 183 / 0.2)}
.border-x-emerald-300\/25{border-left-color:rgb(110 231 183 / 0.25);border-right-color:rgb(110 231 183 / 0.25)}
.border-x-emerald-300\/30{border-left-color:rgb(110 231 183 / 0.3);border-right-color:rgb(110 231 183 / 0.3)}
.border-x-emerald-300\/35{border-left-color:rgb(110 231 183 / 0.35);border-right-color:rgb(110 231 183 / 0.35)}
.border-x-emerald-300\/40{border-left-color:rgb(110 231 183 / 0.4);border-right-color:rgb(110 231 183 / 0.4)}
.border-x-emerald-300\/45{border-left-color:rgb(110 231 183 / 0.45);border-right-color:rgb(110 231 183 / 0.45)}
.border-x-emerald-300\/5{border-left-color:rgb(110 231 183 / 0.05);border-right-color:rgb(110 231 183 / 0.05)}
.border-x-emerald-300\/50{border-left-color:rgb(110 231 183 / 0.5);border-right-color:rgb(110 231 183 / 0.5)}
.border-x-emerald-300\/55{border-left-color:rgb(110 231 183 / 0.55);border-right-color:rgb(110 231 183 / 0.55)}
.border-x-emerald-300\/60{border-left-color:rgb(110 231 183 / 0.6);border-right-color:rgb(110 231 183 / 0.6)}
.border-x-emerald-300\/65{border-left-color:rgb(110 231 183 / 0.65);border-right-color:rgb(110 231 183 / 0.65)}
.border-x-emerald-300\/70{border-left-color:rgb(110 231 183 / 0.7);border-right-color:rgb(110 231 183 / 0.7)}
.border-x-emerald-300\/75{border-left-color:rgb(110 231 183 / 0.75);border-right-color:rgb(110 231 183 / 0.75)}
.border-x-emerald-300\/80{border-left-color:rgb(110 231 183 / 0.8);border-right-color:rgb(110 231 183 / 0.8)}
.border-x-emerald-300\/85{border-left-color:rgb(110 231 183 / 0.85);border-right-color:rgb(110 231 183 / 0.85)}
.border-x-emerald-300\/90{border-left-color:rgb(110 231 183 / 0.9);border-right-color:rgb(110 231 183 / 0.9)}
.border-x-emerald-300\/95{border-left-color:rgb(110 231 183 / 0.95);border-right-color:rgb(110 231 183 / 0.95)}
.border-x-emerald-400{--tw-border-opacity:1;border-left-color:rgb(52 211 153 / var(--tw-border-opacity));border-right-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-x-emerald-400\/0{border-left-color:rgb(52 211 153 / 0);border-right-color:rgb(52 211 153 / 0)}
.border-x-emerald-400\/10{border-left-color:rgb(52 211 153 / 0.1);border-right-color:rgb(52 211 153 / 0.1)}
.border-x-emerald-400\/100{border-left-color:rgb(52 211 153 / 1);border-right-color:rgb(52 211 153 / 1)}
.border-x-emerald-400\/15{border-left-color:rgb(52 211 153 / 0.15);border-right-color:rgb(52 211 153 / 0.15)}
.border-x-emerald-400\/20{border-left-color:rgb(52 211 153 / 0.2);border-right-color:rgb(52 211 153 / 0.2)}
.border-x-emerald-400\/25{border-left-color:rgb(52 211 153 / 0.25);border-right-color:rgb(52 211 153 / 0.25)}
.border-x-emerald-400\/30{border-left-color:rgb(52 211 153 / 0.3);border-right-color:rgb(52 211 153 / 0.3)}
.border-x-emerald-400\/35{border-left-color:rgb(52 211 153 / 0.35);border-right-color:rgb(52 211 153 / 0.35)}
.border-x-emerald-400\/40{border-left-color:rgb(52 211 153 / 0.4);border-right-color:rgb(52 211 153 / 0.4)}
.border-x-emerald-400\/45{border-left-color:rgb(52 211 153 / 0.45);border-right-color:rgb(52 211 153 / 0.45)}
.border-x-emerald-400\/5{border-left-color:rgb(52 211 153 / 0.05);border-right-color:rgb(52 211 153 / 0.05)}
.border-x-emerald-400\/50{border-left-color:rgb(52 211 153 / 0.5);border-right-color:rgb(52 211 153 / 0.5)}
.border-x-emerald-400\/55{border-left-color:rgb(52 211 153 / 0.55);border-right-color:rgb(52 211 153 / 0.55)}
.border-x-emerald-400\/60{border-left-color:rgb(52 211 153 / 0.6);border-right-color:rgb(52 211 153 / 0.6)}
.border-x-emerald-400\/65{border-left-color:rgb(52 211 153 / 0.65);border-right-color:rgb(52 211 153 / 0.65)}
.border-x-emerald-400\/70{border-left-color:rgb(52 211 153 / 0.7);border-right-color:rgb(52 211 153 / 0.7)}
.border-x-emerald-400\/75{border-left-color:rgb(52 211 153 / 0.75);border-right-color:rgb(52 211 153 / 0.75)}
.border-x-emerald-400\/80{border-left-color:rgb(52 211 153 / 0.8);border-right-color:rgb(52 211 153 / 0.8)}
.border-x-emerald-400\/85{border-left-color:rgb(52 211 153 / 0.85);border-right-color:rgb(52 211 153 / 0.85)}
.border-x-emerald-400\/90{border-left-color:rgb(52 211 153 / 0.9);border-right-color:rgb(52 211 153 / 0.9)}
.border-x-emerald-400\/95{border-left-color:rgb(52 211 153 / 0.95);border-right-color:rgb(52 211 153 / 0.95)}
.border-x-emerald-50{--tw-border-opacity:1;border-left-color:rgb(236 253 245 / var(--tw-border-opacity));border-right-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-x-emerald-50\/0{border-left-color:rgb(236 253 245 / 0);border-right-color:rgb(236 253 245 / 0)}
.border-x-emerald-50\/10{border-left-color:rgb(236 253 245 / 0.1);border-right-color:rgb(236 253 245 / 0.1)}
.border-x-emerald-50\/100{border-left-color:rgb(236 253 245 / 1);border-right-color:rgb(236 253 245 / 1)}
.border-x-emerald-50\/15{border-left-color:rgb(236 253 245 / 0.15);border-right-color:rgb(236 253 245 / 0.15)}
.border-x-emerald-50\/20{border-left-color:rgb(236 253 245 / 0.2);border-right-color:rgb(236 253 245 / 0.2)}
.border-x-emerald-50\/25{border-left-color:rgb(236 253 245 / 0.25);border-right-color:rgb(236 253 245 / 0.25)}
.border-x-emerald-50\/30{border-left-color:rgb(236 253 245 / 0.3);border-right-color:rgb(236 253 245 / 0.3)}
.border-x-emerald-50\/35{border-left-color:rgb(236 253 245 / 0.35);border-right-color:rgb(236 253 245 / 0.35)}
.border-x-emerald-50\/40{border-left-color:rgb(236 253 245 / 0.4);border-right-color:rgb(236 253 245 / 0.4)}
.border-x-emerald-50\/45{border-left-color:rgb(236 253 245 / 0.45);border-right-color:rgb(236 253 245 / 0.45)}
.border-x-emerald-50\/5{border-left-color:rgb(236 253 245 / 0.05);border-right-color:rgb(236 253 245 / 0.05)}
.border-x-emerald-50\/50{border-left-color:rgb(236 253 245 / 0.5);border-right-color:rgb(236 253 245 / 0.5)}
.border-x-emerald-50\/55{border-left-color:rgb(236 253 245 / 0.55);border-right-color:rgb(236 253 245 / 0.55)}
.border-x-emerald-50\/60{border-left-color:rgb(236 253 245 / 0.6);border-right-color:rgb(236 253 245 / 0.6)}
.border-x-emerald-50\/65{border-left-color:rgb(236 253 245 / 0.65);border-right-color:rgb(236 253 245 / 0.65)}
.border-x-emerald-50\/70{border-left-color:rgb(236 253 245 / 0.7);border-right-color:rgb(236 253 245 / 0.7)}
.border-x-emerald-50\/75{border-left-color:rgb(236 253 245 / 0.75);border-right-color:rgb(236 253 245 / 0.75)}
.border-x-emerald-50\/80{border-left-color:rgb(236 253 245 / 0.8);border-right-color:rgb(236 253 245 / 0.8)}
.border-x-emerald-50\/85{border-left-color:rgb(236 253 245 / 0.85);border-right-color:rgb(236 253 245 / 0.85)}
.border-x-emerald-50\/90{border-left-color:rgb(236 253 245 / 0.9);border-right-color:rgb(236 253 245 / 0.9)}
.border-x-emerald-50\/95{border-left-color:rgb(236 253 245 / 0.95);border-right-color:rgb(236 253 245 / 0.95)}
.border-x-emerald-500{--tw-border-opacity:1;border-left-color:rgb(16 185 129 / var(--tw-border-opacity));border-right-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-x-emerald-500\/0{border-left-color:rgb(16 185 129 / 0);border-right-color:rgb(16 185 129 / 0)}
.border-x-emerald-500\/10{border-left-color:rgb(16 185 129 / 0.1);border-right-color:rgb(16 185 129 / 0.1)}
.border-x-emerald-500\/100{border-left-color:rgb(16 185 129 / 1);border-right-color:rgb(16 185 129 / 1)}
.border-x-emerald-500\/15{border-left-color:rgb(16 185 129 / 0.15);border-right-color:rgb(16 185 129 / 0.15)}
.border-x-emerald-500\/20{border-left-color:rgb(16 185 129 / 0.2);border-right-color:rgb(16 185 129 / 0.2)}
.border-x-emerald-500\/25{border-left-color:rgb(16 185 129 / 0.25);border-right-color:rgb(16 185 129 / 0.25)}
.border-x-emerald-500\/30{border-left-color:rgb(16 185 129 / 0.3);border-right-color:rgb(16 185 129 / 0.3)}
.border-x-emerald-500\/35{border-left-color:rgb(16 185 129 / 0.35);border-right-color:rgb(16 185 129 / 0.35)}
.border-x-emerald-500\/40{border-left-color:rgb(16 185 129 / 0.4);border-right-color:rgb(16 185 129 / 0.4)}
.border-x-emerald-500\/45{border-left-color:rgb(16 185 129 / 0.45);border-right-color:rgb(16 185 129 / 0.45)}
.border-x-emerald-500\/5{border-left-color:rgb(16 185 129 / 0.05);border-right-color:rgb(16 185 129 / 0.05)}
.border-x-emerald-500\/50{border-left-color:rgb(16 185 129 / 0.5);border-right-color:rgb(16 185 129 / 0.5)}
.border-x-emerald-500\/55{border-left-color:rgb(16 185 129 / 0.55);border-right-color:rgb(16 185 129 / 0.55)}
.border-x-emerald-500\/60{border-left-color:rgb(16 185 129 / 0.6);border-right-color:rgb(16 185 129 / 0.6)}
.border-x-emerald-500\/65{border-left-color:rgb(16 185 129 / 0.65);border-right-color:rgb(16 185 129 / 0.65)}
.border-x-emerald-500\/70{border-left-color:rgb(16 185 129 / 0.7);border-right-color:rgb(16 185 129 / 0.7)}
.border-x-emerald-500\/75{border-left-color:rgb(16 185 129 / 0.75);border-right-color:rgb(16 185 129 / 0.75)}
.border-x-emerald-500\/80{border-left-color:rgb(16 185 129 / 0.8);border-right-color:rgb(16 185 129 / 0.8)}
.border-x-emerald-500\/85{border-left-color:rgb(16 185 129 / 0.85);border-right-color:rgb(16 185 129 / 0.85)}
.border-x-emerald-500\/90{border-left-color:rgb(16 185 129 / 0.9);border-right-color:rgb(16 185 129 / 0.9)}
.border-x-emerald-500\/95{border-left-color:rgb(16 185 129 / 0.95);border-right-color:rgb(16 185 129 / 0.95)}
.border-x-emerald-600{--tw-border-opacity:1;border-left-color:rgb(5 150 105 / var(--tw-border-opacity));border-right-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-x-emerald-600\/0{border-left-color:rgb(5 150 105 / 0);border-right-color:rgb(5 150 105 / 0)}
.border-x-emerald-600\/10{border-left-color:rgb(5 150 105 / 0.1);border-right-color:rgb(5 150 105 / 0.1)}
.border-x-emerald-600\/100{border-left-color:rgb(5 150 105 / 1);border-right-color:rgb(5 150 105 / 1)}
.border-x-emerald-600\/15{border-left-color:rgb(5 150 105 / 0.15);border-right-color:rgb(5 150 105 / 0.15)}
.border-x-emerald-600\/20{border-left-color:rgb(5 150 105 / 0.2);border-right-color:rgb(5 150 105 / 0.2)}
.border-x-emerald-600\/25{border-left-color:rgb(5 150 105 / 0.25);border-right-color:rgb(5 150 105 / 0.25)}
.border-x-emerald-600\/30{border-left-color:rgb(5 150 105 / 0.3);border-right-color:rgb(5 150 105 / 0.3)}
.border-x-emerald-600\/35{border-left-color:rgb(5 150 105 / 0.35);border-right-color:rgb(5 150 105 / 0.35)}
.border-x-emerald-600\/40{border-left-color:rgb(5 150 105 / 0.4);border-right-color:rgb(5 150 105 / 0.4)}
.border-x-emerald-600\/45{border-left-color:rgb(5 150 105 / 0.45);border-right-color:rgb(5 150 105 / 0.45)}
.border-x-emerald-600\/5{border-left-color:rgb(5 150 105 / 0.05);border-right-color:rgb(5 150 105 / 0.05)}
.border-x-emerald-600\/50{border-left-color:rgb(5 150 105 / 0.5);border-right-color:rgb(5 150 105 / 0.5)}
.border-x-emerald-600\/55{border-left-color:rgb(5 150 105 / 0.55);border-right-color:rgb(5 150 105 / 0.55)}
.border-x-emerald-600\/60{border-left-color:rgb(5 150 105 / 0.6);border-right-color:rgb(5 150 105 / 0.6)}
.border-x-emerald-600\/65{border-left-color:rgb(5 150 105 / 0.65);border-right-color:rgb(5 150 105 / 0.65)}
.border-x-emerald-600\/70{border-left-color:rgb(5 150 105 / 0.7);border-right-color:rgb(5 150 105 / 0.7)}
.border-x-emerald-600\/75{border-left-color:rgb(5 150 105 / 0.75);border-right-color:rgb(5 150 105 / 0.75)}
.border-x-emerald-600\/80{border-left-color:rgb(5 150 105 / 0.8);border-right-color:rgb(5 150 105 / 0.8)}
.border-x-emerald-600\/85{border-left-color:rgb(5 150 105 / 0.85);border-right-color:rgb(5 150 105 / 0.85)}
.border-x-emerald-600\/90{border-left-color:rgb(5 150 105 / 0.9);border-right-color:rgb(5 150 105 / 0.9)}
.border-x-emerald-600\/95{border-left-color:rgb(5 150 105 / 0.95);border-right-color:rgb(5 150 105 / 0.95)}
.border-x-emerald-700{--tw-border-opacity:1;border-left-color:rgb(4 120 87 / var(--tw-border-opacity));border-right-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-x-emerald-700\/0{border-left-color:rgb(4 120 87 / 0);border-right-color:rgb(4 120 87 / 0)}
.border-x-emerald-700\/10{border-left-color:rgb(4 120 87 / 0.1);border-right-color:rgb(4 120 87 / 0.1)}
.border-x-emerald-700\/100{border-left-color:rgb(4 120 87 / 1);border-right-color:rgb(4 120 87 / 1)}
.border-x-emerald-700\/15{border-left-color:rgb(4 120 87 / 0.15);border-right-color:rgb(4 120 87 / 0.15)}
.border-x-emerald-700\/20{border-left-color:rgb(4 120 87 / 0.2);border-right-color:rgb(4 120 87 / 0.2)}
.border-x-emerald-700\/25{border-left-color:rgb(4 120 87 / 0.25);border-right-color:rgb(4 120 87 / 0.25)}
.border-x-emerald-700\/30{border-left-color:rgb(4 120 87 / 0.3);border-right-color:rgb(4 120 87 / 0.3)}
.border-x-emerald-700\/35{border-left-color:rgb(4 120 87 / 0.35);border-right-color:rgb(4 120 87 / 0.35)}
.border-x-emerald-700\/40{border-left-color:rgb(4 120 87 / 0.4);border-right-color:rgb(4 120 87 / 0.4)}
.border-x-emerald-700\/45{border-left-color:rgb(4 120 87 / 0.45);border-right-color:rgb(4 120 87 / 0.45)}
.border-x-emerald-700\/5{border-left-color:rgb(4 120 87 / 0.05);border-right-color:rgb(4 120 87 / 0.05)}
.border-x-emerald-700\/50{border-left-color:rgb(4 120 87 / 0.5);border-right-color:rgb(4 120 87 / 0.5)}
.border-x-emerald-700\/55{border-left-color:rgb(4 120 87 / 0.55);border-right-color:rgb(4 120 87 / 0.55)}
.border-x-emerald-700\/60{border-left-color:rgb(4 120 87 / 0.6);border-right-color:rgb(4 120 87 / 0.6)}
.border-x-emerald-700\/65{border-left-color:rgb(4 120 87 / 0.65);border-right-color:rgb(4 120 87 / 0.65)}
.border-x-emerald-700\/70{border-left-color:rgb(4 120 87 / 0.7);border-right-color:rgb(4 120 87 / 0.7)}
.border-x-emerald-700\/75{border-left-color:rgb(4 120 87 / 0.75);border-right-color:rgb(4 120 87 / 0.75)}
.border-x-emerald-700\/80{border-left-color:rgb(4 120 87 / 0.8);border-right-color:rgb(4 120 87 / 0.8)}
.border-x-emerald-700\/85{border-left-color:rgb(4 120 87 / 0.85);border-right-color:rgb(4 120 87 / 0.85)}
.border-x-emerald-700\/90{border-left-color:rgb(4 120 87 / 0.9);border-right-color:rgb(4 120 87 / 0.9)}
.border-x-emerald-700\/95{border-left-color:rgb(4 120 87 / 0.95);border-right-color:rgb(4 120 87 / 0.95)}
.border-x-emerald-800{--tw-border-opacity:1;border-left-color:rgb(6 95 70 / var(--tw-border-opacity));border-right-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-x-emerald-800\/0{border-left-color:rgb(6 95 70 / 0);border-right-color:rgb(6 95 70 / 0)}
.border-x-emerald-800\/10{border-left-color:rgb(6 95 70 / 0.1);border-right-color:rgb(6 95 70 / 0.1)}
.border-x-emerald-800\/100{border-left-color:rgb(6 95 70 / 1);border-right-color:rgb(6 95 70 / 1)}
.border-x-emerald-800\/15{border-left-color:rgb(6 95 70 / 0.15);border-right-color:rgb(6 95 70 / 0.15)}
.border-x-emerald-800\/20{border-left-color:rgb(6 95 70 / 0.2);border-right-color:rgb(6 95 70 / 0.2)}
.border-x-emerald-800\/25{border-left-color:rgb(6 95 70 / 0.25);border-right-color:rgb(6 95 70 / 0.25)}
.border-x-emerald-800\/30{border-left-color:rgb(6 95 70 / 0.3);border-right-color:rgb(6 95 70 / 0.3)}
.border-x-emerald-800\/35{border-left-color:rgb(6 95 70 / 0.35);border-right-color:rgb(6 95 70 / 0.35)}
.border-x-emerald-800\/40{border-left-color:rgb(6 95 70 / 0.4);border-right-color:rgb(6 95 70 / 0.4)}
.border-x-emerald-800\/45{border-left-color:rgb(6 95 70 / 0.45);border-right-color:rgb(6 95 70 / 0.45)}
.border-x-emerald-800\/5{border-left-color:rgb(6 95 70 / 0.05);border-right-color:rgb(6 95 70 / 0.05)}
.border-x-emerald-800\/50{border-left-color:rgb(6 95 70 / 0.5);border-right-color:rgb(6 95 70 / 0.5)}
.border-x-emerald-800\/55{border-left-color:rgb(6 95 70 / 0.55);border-right-color:rgb(6 95 70 / 0.55)}
.border-x-emerald-800\/60{border-left-color:rgb(6 95 70 / 0.6);border-right-color:rgb(6 95 70 / 0.6)}
.border-x-emerald-800\/65{border-left-color:rgb(6 95 70 / 0.65);border-right-color:rgb(6 95 70 / 0.65)}
.border-x-emerald-800\/70{border-left-color:rgb(6 95 70 / 0.7);border-right-color:rgb(6 95 70 / 0.7)}
.border-x-emerald-800\/75{border-left-color:rgb(6 95 70 / 0.75);border-right-color:rgb(6 95 70 / 0.75)}
.border-x-emerald-800\/80{border-left-color:rgb(6 95 70 / 0.8);border-right-color:rgb(6 95 70 / 0.8)}
.border-x-emerald-800\/85{border-left-color:rgb(6 95 70 / 0.85);border-right-color:rgb(6 95 70 / 0.85)}
.border-x-emerald-800\/90{border-left-color:rgb(6 95 70 / 0.9);border-right-color:rgb(6 95 70 / 0.9)}
.border-x-emerald-800\/95{border-left-color:rgb(6 95 70 / 0.95);border-right-color:rgb(6 95 70 / 0.95)}
.border-x-emerald-900{--tw-border-opacity:1;border-left-color:rgb(6 78 59 / var(--tw-border-opacity));border-right-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-x-emerald-900\/0{border-left-color:rgb(6 78 59 / 0);border-right-color:rgb(6 78 59 / 0)}
.border-x-emerald-900\/10{border-left-color:rgb(6 78 59 / 0.1);border-right-color:rgb(6 78 59 / 0.1)}
.border-x-emerald-900\/100{border-left-color:rgb(6 78 59 / 1);border-right-color:rgb(6 78 59 / 1)}
.border-x-emerald-900\/15{border-left-color:rgb(6 78 59 / 0.15);border-right-color:rgb(6 78 59 / 0.15)}
.border-x-emerald-900\/20{border-left-color:rgb(6 78 59 / 0.2);border-right-color:rgb(6 78 59 / 0.2)}
.border-x-emerald-900\/25{border-left-color:rgb(6 78 59 / 0.25);border-right-color:rgb(6 78 59 / 0.25)}
.border-x-emerald-900\/30{border-left-color:rgb(6 78 59 / 0.3);border-right-color:rgb(6 78 59 / 0.3)}
.border-x-emerald-900\/35{border-left-color:rgb(6 78 59 / 0.35);border-right-color:rgb(6 78 59 / 0.35)}
.border-x-emerald-900\/40{border-left-color:rgb(6 78 59 / 0.4);border-right-color:rgb(6 78 59 / 0.4)}
.border-x-emerald-900\/45{border-left-color:rgb(6 78 59 / 0.45);border-right-color:rgb(6 78 59 / 0.45)}
.border-x-emerald-900\/5{border-left-color:rgb(6 78 59 / 0.05);border-right-color:rgb(6 78 59 / 0.05)}
.border-x-emerald-900\/50{border-left-color:rgb(6 78 59 / 0.5);border-right-color:rgb(6 78 59 / 0.5)}
.border-x-emerald-900\/55{border-left-color:rgb(6 78 59 / 0.55);border-right-color:rgb(6 78 59 / 0.55)}
.border-x-emerald-900\/60{border-left-color:rgb(6 78 59 / 0.6);border-right-color:rgb(6 78 59 / 0.6)}
.border-x-emerald-900\/65{border-left-color:rgb(6 78 59 / 0.65);border-right-color:rgb(6 78 59 / 0.65)}
.border-x-emerald-900\/70{border-left-color:rgb(6 78 59 / 0.7);border-right-color:rgb(6 78 59 / 0.7)}
.border-x-emerald-900\/75{border-left-color:rgb(6 78 59 / 0.75);border-right-color:rgb(6 78 59 / 0.75)}
.border-x-emerald-900\/80{border-left-color:rgb(6 78 59 / 0.8);border-right-color:rgb(6 78 59 / 0.8)}
.border-x-emerald-900\/85{border-left-color:rgb(6 78 59 / 0.85);border-right-color:rgb(6 78 59 / 0.85)}
.border-x-emerald-900\/90{border-left-color:rgb(6 78 59 / 0.9);border-right-color:rgb(6 78 59 / 0.9)}
.border-x-emerald-900\/95{border-left-color:rgb(6 78 59 / 0.95);border-right-color:rgb(6 78 59 / 0.95)}
.border-x-emerald-950{--tw-border-opacity:1;border-left-color:rgb(2 44 34 / var(--tw-border-opacity));border-right-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-x-emerald-950\/0{border-left-color:rgb(2 44 34 / 0);border-right-color:rgb(2 44 34 / 0)}
.border-x-emerald-950\/10{border-left-color:rgb(2 44 34 / 0.1);border-right-color:rgb(2 44 34 / 0.1)}
.border-x-emerald-950\/100{border-left-color:rgb(2 44 34 / 1);border-right-color:rgb(2 44 34 / 1)}
.border-x-emerald-950\/15{border-left-color:rgb(2 44 34 / 0.15);border-right-color:rgb(2 44 34 / 0.15)}
.border-x-emerald-950\/20{border-left-color:rgb(2 44 34 / 0.2);border-right-color:rgb(2 44 34 / 0.2)}
.border-x-emerald-950\/25{border-left-color:rgb(2 44 34 / 0.25);border-right-color:rgb(2 44 34 / 0.25)}
.border-x-emerald-950\/30{border-left-color:rgb(2 44 34 / 0.3);border-right-color:rgb(2 44 34 / 0.3)}
.border-x-emerald-950\/35{border-left-color:rgb(2 44 34 / 0.35);border-right-color:rgb(2 44 34 / 0.35)}
.border-x-emerald-950\/40{border-left-color:rgb(2 44 34 / 0.4);border-right-color:rgb(2 44 34 / 0.4)}
.border-x-emerald-950\/45{border-left-color:rgb(2 44 34 / 0.45);border-right-color:rgb(2 44 34 / 0.45)}
.border-x-emerald-950\/5{border-left-color:rgb(2 44 34 / 0.05);border-right-color:rgb(2 44 34 / 0.05)}
.border-x-emerald-950\/50{border-left-color:rgb(2 44 34 / 0.5);border-right-color:rgb(2 44 34 / 0.5)}
.border-x-emerald-950\/55{border-left-color:rgb(2 44 34 / 0.55);border-right-color:rgb(2 44 34 / 0.55)}
.border-x-emerald-950\/60{border-left-color:rgb(2 44 34 / 0.6);border-right-color:rgb(2 44 34 / 0.6)}
.border-x-emerald-950\/65{border-left-color:rgb(2 44 34 / 0.65);border-right-color:rgb(2 44 34 / 0.65)}
.border-x-emerald-950\/70{border-left-color:rgb(2 44 34 / 0.7);border-right-color:rgb(2 44 34 / 0.7)}
.border-x-emerald-950\/75{border-left-color:rgb(2 44 34 / 0.75);border-right-color:rgb(2 44 34 / 0.75)}
.border-x-emerald-950\/80{border-left-color:rgb(2 44 34 / 0.8);border-right-color:rgb(2 44 34 / 0.8)}
.border-x-emerald-950\/85{border-left-color:rgb(2 44 34 / 0.85);border-right-color:rgb(2 44 34 / 0.85)}
.border-x-emerald-950\/90{border-left-color:rgb(2 44 34 / 0.9);border-right-color:rgb(2 44 34 / 0.9)}
.border-x-emerald-950\/95{border-left-color:rgb(2 44 34 / 0.95);border-right-color:rgb(2 44 34 / 0.95)}
.border-x-gridItemHover{border-left-color:rgba(0,0,0,.03);border-right-color:rgba(0,0,0,.03)}
.border-x-gridItemHover\/0{border-left-color:rgba(0, 0, 0, 0);border-right-color:rgba(0, 0, 0, 0)}
.border-x-gridItemHover\/10{border-left-color:rgba(0, 0, 0, 0.1);border-right-color:rgba(0, 0, 0, 0.1)}
.border-x-gridItemHover\/100{border-left-color:rgba(0, 0, 0, 1);border-right-color:rgba(0, 0, 0, 1)}
.border-x-gridItemHover\/15{border-left-color:rgba(0, 0, 0, 0.15);border-right-color:rgba(0, 0, 0, 0.15)}
.border-x-gridItemHover\/20{border-left-color:rgba(0, 0, 0, 0.2);border-right-color:rgba(0, 0, 0, 0.2)}
.border-x-gridItemHover\/25{border-left-color:rgba(0, 0, 0, 0.25);border-right-color:rgba(0, 0, 0, 0.25)}
.border-x-gridItemHover\/30{border-left-color:rgba(0, 0, 0, 0.3);border-right-color:rgba(0, 0, 0, 0.3)}
.border-x-gridItemHover\/35{border-left-color:rgba(0, 0, 0, 0.35);border-right-color:rgba(0, 0, 0, 0.35)}
.border-x-gridItemHover\/40{border-left-color:rgba(0, 0, 0, 0.4);border-right-color:rgba(0, 0, 0, 0.4)}
.border-x-gridItemHover\/45{border-left-color:rgba(0, 0, 0, 0.45);border-right-color:rgba(0, 0, 0, 0.45)}
.border-x-gridItemHover\/5{border-left-color:rgba(0, 0, 0, 0.05);border-right-color:rgba(0, 0, 0, 0.05)}
.border-x-gridItemHover\/50{border-left-color:rgba(0, 0, 0, 0.5);border-right-color:rgba(0, 0, 0, 0.5)}
.border-x-gridItemHover\/55{border-left-color:rgba(0, 0, 0, 0.55);border-right-color:rgba(0, 0, 0, 0.55)}
.border-x-gridItemHover\/60{border-left-color:rgba(0, 0, 0, 0.6);border-right-color:rgba(0, 0, 0, 0.6)}
.border-x-gridItemHover\/65{border-left-color:rgba(0, 0, 0, 0.65);border-right-color:rgba(0, 0, 0, 0.65)}
.border-x-gridItemHover\/70{border-left-color:rgba(0, 0, 0, 0.7);border-right-color:rgba(0, 0, 0, 0.7)}
.border-x-gridItemHover\/75{border-left-color:rgba(0, 0, 0, 0.75);border-right-color:rgba(0, 0, 0, 0.75)}
.border-x-gridItemHover\/80{border-left-color:rgba(0, 0, 0, 0.8);border-right-color:rgba(0, 0, 0, 0.8)}
.border-x-gridItemHover\/85{border-left-color:rgba(0, 0, 0, 0.85);border-right-color:rgba(0, 0, 0, 0.85)}
.border-x-gridItemHover\/90{border-left-color:rgba(0, 0, 0, 0.9);border-right-color:rgba(0, 0, 0, 0.9)}
.border-x-gridItemHover\/95{border-left-color:rgba(0, 0, 0, 0.95);border-right-color:rgba(0, 0, 0, 0.95)}
.border-x-info-text-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-info-text-contrast\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-info-text-contrast\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-info-text-contrast\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-info-text-contrast\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-info-text-contrast\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-info-text-contrast\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-info-text-contrast\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-info-text-contrast\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-info-text-contrast\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-info-text-contrast\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-info-text-contrast\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-info-text-contrast\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-info-text-contrast\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-info-text-contrast\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-info-text-contrast\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-info-text-contrast\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-info-text-contrast\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-info-text-contrast\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-info-text-contrast\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-info-text-contrast\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-info-text-contrast\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-info-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-info-text-isDark{}
.border-x-info-text-text{--tw-border-opacity:1;border-left-color:rgb(72 171 217 / var(--tw-border-opacity));border-right-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-x-info-text-text\/0{border-left-color:rgb(72 171 217 / 0);border-right-color:rgb(72 171 217 / 0)}
.border-x-info-text-text\/10{border-left-color:rgb(72 171 217 / 0.1);border-right-color:rgb(72 171 217 / 0.1)}
.border-x-info-text-text\/100{border-left-color:rgb(72 171 217 / 1);border-right-color:rgb(72 171 217 / 1)}
.border-x-info-text-text\/15{border-left-color:rgb(72 171 217 / 0.15);border-right-color:rgb(72 171 217 / 0.15)}
.border-x-info-text-text\/20{border-left-color:rgb(72 171 217 / 0.2);border-right-color:rgb(72 171 217 / 0.2)}
.border-x-info-text-text\/25{border-left-color:rgb(72 171 217 / 0.25);border-right-color:rgb(72 171 217 / 0.25)}
.border-x-info-text-text\/30{border-left-color:rgb(72 171 217 / 0.3);border-right-color:rgb(72 171 217 / 0.3)}
.border-x-info-text-text\/35{border-left-color:rgb(72 171 217 / 0.35);border-right-color:rgb(72 171 217 / 0.35)}
.border-x-info-text-text\/40{border-left-color:rgb(72 171 217 / 0.4);border-right-color:rgb(72 171 217 / 0.4)}
.border-x-info-text-text\/45{border-left-color:rgb(72 171 217 / 0.45);border-right-color:rgb(72 171 217 / 0.45)}
.border-x-info-text-text\/5{border-left-color:rgb(72 171 217 / 0.05);border-right-color:rgb(72 171 217 / 0.05)}
.border-x-info-text-text\/50{border-left-color:rgb(72 171 217 / 0.5);border-right-color:rgb(72 171 217 / 0.5)}
.border-x-info-text-text\/55{border-left-color:rgb(72 171 217 / 0.55);border-right-color:rgb(72 171 217 / 0.55)}
.border-x-info-text-text\/60{border-left-color:rgb(72 171 217 / 0.6);border-right-color:rgb(72 171 217 / 0.6)}
.border-x-info-text-text\/65{border-left-color:rgb(72 171 217 / 0.65);border-right-color:rgb(72 171 217 / 0.65)}
.border-x-info-text-text\/70{border-left-color:rgb(72 171 217 / 0.7);border-right-color:rgb(72 171 217 / 0.7)}
.border-x-info-text-text\/75{border-left-color:rgb(72 171 217 / 0.75);border-right-color:rgb(72 171 217 / 0.75)}
.border-x-info-text-text\/80{border-left-color:rgb(72 171 217 / 0.8);border-right-color:rgb(72 171 217 / 0.8)}
.border-x-info-text-text\/85{border-left-color:rgb(72 171 217 / 0.85);border-right-color:rgb(72 171 217 / 0.85)}
.border-x-info-text-text\/90{border-left-color:rgb(72 171 217 / 0.9);border-right-color:rgb(72 171 217 / 0.9)}
.border-x-info-text-text\/95{border-left-color:rgb(72 171 217 / 0.95);border-right-color:rgb(72 171 217 / 0.95)}
.border-x-lime-100{--tw-border-opacity:1;border-left-color:rgb(236 252 203 / var(--tw-border-opacity));border-right-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-x-lime-100\/0{border-left-color:rgb(236 252 203 / 0);border-right-color:rgb(236 252 203 / 0)}
.border-x-lime-100\/10{border-left-color:rgb(236 252 203 / 0.1);border-right-color:rgb(236 252 203 / 0.1)}
.border-x-lime-100\/100{border-left-color:rgb(236 252 203 / 1);border-right-color:rgb(236 252 203 / 1)}
.border-x-lime-100\/15{border-left-color:rgb(236 252 203 / 0.15);border-right-color:rgb(236 252 203 / 0.15)}
.border-x-lime-100\/20{border-left-color:rgb(236 252 203 / 0.2);border-right-color:rgb(236 252 203 / 0.2)}
.border-x-lime-100\/25{border-left-color:rgb(236 252 203 / 0.25);border-right-color:rgb(236 252 203 / 0.25)}
.border-x-lime-100\/30{border-left-color:rgb(236 252 203 / 0.3);border-right-color:rgb(236 252 203 / 0.3)}
.border-x-lime-100\/35{border-left-color:rgb(236 252 203 / 0.35);border-right-color:rgb(236 252 203 / 0.35)}
.border-x-lime-100\/40{border-left-color:rgb(236 252 203 / 0.4);border-right-color:rgb(236 252 203 / 0.4)}
.border-x-lime-100\/45{border-left-color:rgb(236 252 203 / 0.45);border-right-color:rgb(236 252 203 / 0.45)}
.border-x-lime-100\/5{border-left-color:rgb(236 252 203 / 0.05);border-right-color:rgb(236 252 203 / 0.05)}
.border-x-lime-100\/50{border-left-color:rgb(236 252 203 / 0.5);border-right-color:rgb(236 252 203 / 0.5)}
.border-x-lime-100\/55{border-left-color:rgb(236 252 203 / 0.55);border-right-color:rgb(236 252 203 / 0.55)}
.border-x-lime-100\/60{border-left-color:rgb(236 252 203 / 0.6);border-right-color:rgb(236 252 203 / 0.6)}
.border-x-lime-100\/65{border-left-color:rgb(236 252 203 / 0.65);border-right-color:rgb(236 252 203 / 0.65)}
.border-x-lime-100\/70{border-left-color:rgb(236 252 203 / 0.7);border-right-color:rgb(236 252 203 / 0.7)}
.border-x-lime-100\/75{border-left-color:rgb(236 252 203 / 0.75);border-right-color:rgb(236 252 203 / 0.75)}
.border-x-lime-100\/80{border-left-color:rgb(236 252 203 / 0.8);border-right-color:rgb(236 252 203 / 0.8)}
.border-x-lime-100\/85{border-left-color:rgb(236 252 203 / 0.85);border-right-color:rgb(236 252 203 / 0.85)}
.border-x-lime-100\/90{border-left-color:rgb(236 252 203 / 0.9);border-right-color:rgb(236 252 203 / 0.9)}
.border-x-lime-100\/95{border-left-color:rgb(236 252 203 / 0.95);border-right-color:rgb(236 252 203 / 0.95)}
.border-x-lime-200{--tw-border-opacity:1;border-left-color:rgb(217 249 157 / var(--tw-border-opacity));border-right-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-x-lime-200\/0{border-left-color:rgb(217 249 157 / 0);border-right-color:rgb(217 249 157 / 0)}
.border-x-lime-200\/10{border-left-color:rgb(217 249 157 / 0.1);border-right-color:rgb(217 249 157 / 0.1)}
.border-x-lime-200\/100{border-left-color:rgb(217 249 157 / 1);border-right-color:rgb(217 249 157 / 1)}
.border-x-lime-200\/15{border-left-color:rgb(217 249 157 / 0.15);border-right-color:rgb(217 249 157 / 0.15)}
.border-x-lime-200\/20{border-left-color:rgb(217 249 157 / 0.2);border-right-color:rgb(217 249 157 / 0.2)}
.border-x-lime-200\/25{border-left-color:rgb(217 249 157 / 0.25);border-right-color:rgb(217 249 157 / 0.25)}
.border-x-lime-200\/30{border-left-color:rgb(217 249 157 / 0.3);border-right-color:rgb(217 249 157 / 0.3)}
.border-x-lime-200\/35{border-left-color:rgb(217 249 157 / 0.35);border-right-color:rgb(217 249 157 / 0.35)}
.border-x-lime-200\/40{border-left-color:rgb(217 249 157 / 0.4);border-right-color:rgb(217 249 157 / 0.4)}
.border-x-lime-200\/45{border-left-color:rgb(217 249 157 / 0.45);border-right-color:rgb(217 249 157 / 0.45)}
.border-x-lime-200\/5{border-left-color:rgb(217 249 157 / 0.05);border-right-color:rgb(217 249 157 / 0.05)}
.border-x-lime-200\/50{border-left-color:rgb(217 249 157 / 0.5);border-right-color:rgb(217 249 157 / 0.5)}
.border-x-lime-200\/55{border-left-color:rgb(217 249 157 / 0.55);border-right-color:rgb(217 249 157 / 0.55)}
.border-x-lime-200\/60{border-left-color:rgb(217 249 157 / 0.6);border-right-color:rgb(217 249 157 / 0.6)}
.border-x-lime-200\/65{border-left-color:rgb(217 249 157 / 0.65);border-right-color:rgb(217 249 157 / 0.65)}
.border-x-lime-200\/70{border-left-color:rgb(217 249 157 / 0.7);border-right-color:rgb(217 249 157 / 0.7)}
.border-x-lime-200\/75{border-left-color:rgb(217 249 157 / 0.75);border-right-color:rgb(217 249 157 / 0.75)}
.border-x-lime-200\/80{border-left-color:rgb(217 249 157 / 0.8);border-right-color:rgb(217 249 157 / 0.8)}
.border-x-lime-200\/85{border-left-color:rgb(217 249 157 / 0.85);border-right-color:rgb(217 249 157 / 0.85)}
.border-x-lime-200\/90{border-left-color:rgb(217 249 157 / 0.9);border-right-color:rgb(217 249 157 / 0.9)}
.border-x-lime-200\/95{border-left-color:rgb(217 249 157 / 0.95);border-right-color:rgb(217 249 157 / 0.95)}
.border-x-lime-300{--tw-border-opacity:1;border-left-color:rgb(190 242 100 / var(--tw-border-opacity));border-right-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-x-lime-300\/0{border-left-color:rgb(190 242 100 / 0);border-right-color:rgb(190 242 100 / 0)}
.border-x-lime-300\/10{border-left-color:rgb(190 242 100 / 0.1);border-right-color:rgb(190 242 100 / 0.1)}
.border-x-lime-300\/100{border-left-color:rgb(190 242 100 / 1);border-right-color:rgb(190 242 100 / 1)}
.border-x-lime-300\/15{border-left-color:rgb(190 242 100 / 0.15);border-right-color:rgb(190 242 100 / 0.15)}
.border-x-lime-300\/20{border-left-color:rgb(190 242 100 / 0.2);border-right-color:rgb(190 242 100 / 0.2)}
.border-x-lime-300\/25{border-left-color:rgb(190 242 100 / 0.25);border-right-color:rgb(190 242 100 / 0.25)}
.border-x-lime-300\/30{border-left-color:rgb(190 242 100 / 0.3);border-right-color:rgb(190 242 100 / 0.3)}
.border-x-lime-300\/35{border-left-color:rgb(190 242 100 / 0.35);border-right-color:rgb(190 242 100 / 0.35)}
.border-x-lime-300\/40{border-left-color:rgb(190 242 100 / 0.4);border-right-color:rgb(190 242 100 / 0.4)}
.border-x-lime-300\/45{border-left-color:rgb(190 242 100 / 0.45);border-right-color:rgb(190 242 100 / 0.45)}
.border-x-lime-300\/5{border-left-color:rgb(190 242 100 / 0.05);border-right-color:rgb(190 242 100 / 0.05)}
.border-x-lime-300\/50{border-left-color:rgb(190 242 100 / 0.5);border-right-color:rgb(190 242 100 / 0.5)}
.border-x-lime-300\/55{border-left-color:rgb(190 242 100 / 0.55);border-right-color:rgb(190 242 100 / 0.55)}
.border-x-lime-300\/60{border-left-color:rgb(190 242 100 / 0.6);border-right-color:rgb(190 242 100 / 0.6)}
.border-x-lime-300\/65{border-left-color:rgb(190 242 100 / 0.65);border-right-color:rgb(190 242 100 / 0.65)}
.border-x-lime-300\/70{border-left-color:rgb(190 242 100 / 0.7);border-right-color:rgb(190 242 100 / 0.7)}
.border-x-lime-300\/75{border-left-color:rgb(190 242 100 / 0.75);border-right-color:rgb(190 242 100 / 0.75)}
.border-x-lime-300\/80{border-left-color:rgb(190 242 100 / 0.8);border-right-color:rgb(190 242 100 / 0.8)}
.border-x-lime-300\/85{border-left-color:rgb(190 242 100 / 0.85);border-right-color:rgb(190 242 100 / 0.85)}
.border-x-lime-300\/90{border-left-color:rgb(190 242 100 / 0.9);border-right-color:rgb(190 242 100 / 0.9)}
.border-x-lime-300\/95{border-left-color:rgb(190 242 100 / 0.95);border-right-color:rgb(190 242 100 / 0.95)}
.border-x-lime-400{--tw-border-opacity:1;border-left-color:rgb(163 230 53 / var(--tw-border-opacity));border-right-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-x-lime-400\/0{border-left-color:rgb(163 230 53 / 0);border-right-color:rgb(163 230 53 / 0)}
.border-x-lime-400\/10{border-left-color:rgb(163 230 53 / 0.1);border-right-color:rgb(163 230 53 / 0.1)}
.border-x-lime-400\/100{border-left-color:rgb(163 230 53 / 1);border-right-color:rgb(163 230 53 / 1)}
.border-x-lime-400\/15{border-left-color:rgb(163 230 53 / 0.15);border-right-color:rgb(163 230 53 / 0.15)}
.border-x-lime-400\/20{border-left-color:rgb(163 230 53 / 0.2);border-right-color:rgb(163 230 53 / 0.2)}
.border-x-lime-400\/25{border-left-color:rgb(163 230 53 / 0.25);border-right-color:rgb(163 230 53 / 0.25)}
.border-x-lime-400\/30{border-left-color:rgb(163 230 53 / 0.3);border-right-color:rgb(163 230 53 / 0.3)}
.border-x-lime-400\/35{border-left-color:rgb(163 230 53 / 0.35);border-right-color:rgb(163 230 53 / 0.35)}
.border-x-lime-400\/40{border-left-color:rgb(163 230 53 / 0.4);border-right-color:rgb(163 230 53 / 0.4)}
.border-x-lime-400\/45{border-left-color:rgb(163 230 53 / 0.45);border-right-color:rgb(163 230 53 / 0.45)}
.border-x-lime-400\/5{border-left-color:rgb(163 230 53 / 0.05);border-right-color:rgb(163 230 53 / 0.05)}
.border-x-lime-400\/50{border-left-color:rgb(163 230 53 / 0.5);border-right-color:rgb(163 230 53 / 0.5)}
.border-x-lime-400\/55{border-left-color:rgb(163 230 53 / 0.55);border-right-color:rgb(163 230 53 / 0.55)}
.border-x-lime-400\/60{border-left-color:rgb(163 230 53 / 0.6);border-right-color:rgb(163 230 53 / 0.6)}
.border-x-lime-400\/65{border-left-color:rgb(163 230 53 / 0.65);border-right-color:rgb(163 230 53 / 0.65)}
.border-x-lime-400\/70{border-left-color:rgb(163 230 53 / 0.7);border-right-color:rgb(163 230 53 / 0.7)}
.border-x-lime-400\/75{border-left-color:rgb(163 230 53 / 0.75);border-right-color:rgb(163 230 53 / 0.75)}
.border-x-lime-400\/80{border-left-color:rgb(163 230 53 / 0.8);border-right-color:rgb(163 230 53 / 0.8)}
.border-x-lime-400\/85{border-left-color:rgb(163 230 53 / 0.85);border-right-color:rgb(163 230 53 / 0.85)}
.border-x-lime-400\/90{border-left-color:rgb(163 230 53 / 0.9);border-right-color:rgb(163 230 53 / 0.9)}
.border-x-lime-400\/95{border-left-color:rgb(163 230 53 / 0.95);border-right-color:rgb(163 230 53 / 0.95)}
.border-x-lime-50{--tw-border-opacity:1;border-left-color:rgb(247 254 231 / var(--tw-border-opacity));border-right-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-x-lime-50\/0{border-left-color:rgb(247 254 231 / 0);border-right-color:rgb(247 254 231 / 0)}
.border-x-lime-50\/10{border-left-color:rgb(247 254 231 / 0.1);border-right-color:rgb(247 254 231 / 0.1)}
.border-x-lime-50\/100{border-left-color:rgb(247 254 231 / 1);border-right-color:rgb(247 254 231 / 1)}
.border-x-lime-50\/15{border-left-color:rgb(247 254 231 / 0.15);border-right-color:rgb(247 254 231 / 0.15)}
.border-x-lime-50\/20{border-left-color:rgb(247 254 231 / 0.2);border-right-color:rgb(247 254 231 / 0.2)}
.border-x-lime-50\/25{border-left-color:rgb(247 254 231 / 0.25);border-right-color:rgb(247 254 231 / 0.25)}
.border-x-lime-50\/30{border-left-color:rgb(247 254 231 / 0.3);border-right-color:rgb(247 254 231 / 0.3)}
.border-x-lime-50\/35{border-left-color:rgb(247 254 231 / 0.35);border-right-color:rgb(247 254 231 / 0.35)}
.border-x-lime-50\/40{border-left-color:rgb(247 254 231 / 0.4);border-right-color:rgb(247 254 231 / 0.4)}
.border-x-lime-50\/45{border-left-color:rgb(247 254 231 / 0.45);border-right-color:rgb(247 254 231 / 0.45)}
.border-x-lime-50\/5{border-left-color:rgb(247 254 231 / 0.05);border-right-color:rgb(247 254 231 / 0.05)}
.border-x-lime-50\/50{border-left-color:rgb(247 254 231 / 0.5);border-right-color:rgb(247 254 231 / 0.5)}
.border-x-lime-50\/55{border-left-color:rgb(247 254 231 / 0.55);border-right-color:rgb(247 254 231 / 0.55)}
.border-x-lime-50\/60{border-left-color:rgb(247 254 231 / 0.6);border-right-color:rgb(247 254 231 / 0.6)}
.border-x-lime-50\/65{border-left-color:rgb(247 254 231 / 0.65);border-right-color:rgb(247 254 231 / 0.65)}
.border-x-lime-50\/70{border-left-color:rgb(247 254 231 / 0.7);border-right-color:rgb(247 254 231 / 0.7)}
.border-x-lime-50\/75{border-left-color:rgb(247 254 231 / 0.75);border-right-color:rgb(247 254 231 / 0.75)}
.border-x-lime-50\/80{border-left-color:rgb(247 254 231 / 0.8);border-right-color:rgb(247 254 231 / 0.8)}
.border-x-lime-50\/85{border-left-color:rgb(247 254 231 / 0.85);border-right-color:rgb(247 254 231 / 0.85)}
.border-x-lime-50\/90{border-left-color:rgb(247 254 231 / 0.9);border-right-color:rgb(247 254 231 / 0.9)}
.border-x-lime-50\/95{border-left-color:rgb(247 254 231 / 0.95);border-right-color:rgb(247 254 231 / 0.95)}
.border-x-lime-500{--tw-border-opacity:1;border-left-color:rgb(132 204 22 / var(--tw-border-opacity));border-right-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-x-lime-500\/0{border-left-color:rgb(132 204 22 / 0);border-right-color:rgb(132 204 22 / 0)}
.border-x-lime-500\/10{border-left-color:rgb(132 204 22 / 0.1);border-right-color:rgb(132 204 22 / 0.1)}
.border-x-lime-500\/100{border-left-color:rgb(132 204 22 / 1);border-right-color:rgb(132 204 22 / 1)}
.border-x-lime-500\/15{border-left-color:rgb(132 204 22 / 0.15);border-right-color:rgb(132 204 22 / 0.15)}
.border-x-lime-500\/20{border-left-color:rgb(132 204 22 / 0.2);border-right-color:rgb(132 204 22 / 0.2)}
.border-x-lime-500\/25{border-left-color:rgb(132 204 22 / 0.25);border-right-color:rgb(132 204 22 / 0.25)}
.border-x-lime-500\/30{border-left-color:rgb(132 204 22 / 0.3);border-right-color:rgb(132 204 22 / 0.3)}
.border-x-lime-500\/35{border-left-color:rgb(132 204 22 / 0.35);border-right-color:rgb(132 204 22 / 0.35)}
.border-x-lime-500\/40{border-left-color:rgb(132 204 22 / 0.4);border-right-color:rgb(132 204 22 / 0.4)}
.border-x-lime-500\/45{border-left-color:rgb(132 204 22 / 0.45);border-right-color:rgb(132 204 22 / 0.45)}
.border-x-lime-500\/5{border-left-color:rgb(132 204 22 / 0.05);border-right-color:rgb(132 204 22 / 0.05)}
.border-x-lime-500\/50{border-left-color:rgb(132 204 22 / 0.5);border-right-color:rgb(132 204 22 / 0.5)}
.border-x-lime-500\/55{border-left-color:rgb(132 204 22 / 0.55);border-right-color:rgb(132 204 22 / 0.55)}
.border-x-lime-500\/60{border-left-color:rgb(132 204 22 / 0.6);border-right-color:rgb(132 204 22 / 0.6)}
.border-x-lime-500\/65{border-left-color:rgb(132 204 22 / 0.65);border-right-color:rgb(132 204 22 / 0.65)}
.border-x-lime-500\/70{border-left-color:rgb(132 204 22 / 0.7);border-right-color:rgb(132 204 22 / 0.7)}
.border-x-lime-500\/75{border-left-color:rgb(132 204 22 / 0.75);border-right-color:rgb(132 204 22 / 0.75)}
.border-x-lime-500\/80{border-left-color:rgb(132 204 22 / 0.8);border-right-color:rgb(132 204 22 / 0.8)}
.border-x-lime-500\/85{border-left-color:rgb(132 204 22 / 0.85);border-right-color:rgb(132 204 22 / 0.85)}
.border-x-lime-500\/90{border-left-color:rgb(132 204 22 / 0.9);border-right-color:rgb(132 204 22 / 0.9)}
.border-x-lime-500\/95{border-left-color:rgb(132 204 22 / 0.95);border-right-color:rgb(132 204 22 / 0.95)}
.border-x-lime-600{--tw-border-opacity:1;border-left-color:rgb(101 163 13 / var(--tw-border-opacity));border-right-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-x-lime-600\/0{border-left-color:rgb(101 163 13 / 0);border-right-color:rgb(101 163 13 / 0)}
.border-x-lime-600\/10{border-left-color:rgb(101 163 13 / 0.1);border-right-color:rgb(101 163 13 / 0.1)}
.border-x-lime-600\/100{border-left-color:rgb(101 163 13 / 1);border-right-color:rgb(101 163 13 / 1)}
.border-x-lime-600\/15{border-left-color:rgb(101 163 13 / 0.15);border-right-color:rgb(101 163 13 / 0.15)}
.border-x-lime-600\/20{border-left-color:rgb(101 163 13 / 0.2);border-right-color:rgb(101 163 13 / 0.2)}
.border-x-lime-600\/25{border-left-color:rgb(101 163 13 / 0.25);border-right-color:rgb(101 163 13 / 0.25)}
.border-x-lime-600\/30{border-left-color:rgb(101 163 13 / 0.3);border-right-color:rgb(101 163 13 / 0.3)}
.border-x-lime-600\/35{border-left-color:rgb(101 163 13 / 0.35);border-right-color:rgb(101 163 13 / 0.35)}
.border-x-lime-600\/40{border-left-color:rgb(101 163 13 / 0.4);border-right-color:rgb(101 163 13 / 0.4)}
.border-x-lime-600\/45{border-left-color:rgb(101 163 13 / 0.45);border-right-color:rgb(101 163 13 / 0.45)}
.border-x-lime-600\/5{border-left-color:rgb(101 163 13 / 0.05);border-right-color:rgb(101 163 13 / 0.05)}
.border-x-lime-600\/50{border-left-color:rgb(101 163 13 / 0.5);border-right-color:rgb(101 163 13 / 0.5)}
.border-x-lime-600\/55{border-left-color:rgb(101 163 13 / 0.55);border-right-color:rgb(101 163 13 / 0.55)}
.border-x-lime-600\/60{border-left-color:rgb(101 163 13 / 0.6);border-right-color:rgb(101 163 13 / 0.6)}
.border-x-lime-600\/65{border-left-color:rgb(101 163 13 / 0.65);border-right-color:rgb(101 163 13 / 0.65)}
.border-x-lime-600\/70{border-left-color:rgb(101 163 13 / 0.7);border-right-color:rgb(101 163 13 / 0.7)}
.border-x-lime-600\/75{border-left-color:rgb(101 163 13 / 0.75);border-right-color:rgb(101 163 13 / 0.75)}
.border-x-lime-600\/80{border-left-color:rgb(101 163 13 / 0.8);border-right-color:rgb(101 163 13 / 0.8)}
.border-x-lime-600\/85{border-left-color:rgb(101 163 13 / 0.85);border-right-color:rgb(101 163 13 / 0.85)}
.border-x-lime-600\/90{border-left-color:rgb(101 163 13 / 0.9);border-right-color:rgb(101 163 13 / 0.9)}
.border-x-lime-600\/95{border-left-color:rgb(101 163 13 / 0.95);border-right-color:rgb(101 163 13 / 0.95)}
.border-x-lime-700{--tw-border-opacity:1;border-left-color:rgb(77 124 15 / var(--tw-border-opacity));border-right-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-x-lime-700\/0{border-left-color:rgb(77 124 15 / 0);border-right-color:rgb(77 124 15 / 0)}
.border-x-lime-700\/10{border-left-color:rgb(77 124 15 / 0.1);border-right-color:rgb(77 124 15 / 0.1)}
.border-x-lime-700\/100{border-left-color:rgb(77 124 15 / 1);border-right-color:rgb(77 124 15 / 1)}
.border-x-lime-700\/15{border-left-color:rgb(77 124 15 / 0.15);border-right-color:rgb(77 124 15 / 0.15)}
.border-x-lime-700\/20{border-left-color:rgb(77 124 15 / 0.2);border-right-color:rgb(77 124 15 / 0.2)}
.border-x-lime-700\/25{border-left-color:rgb(77 124 15 / 0.25);border-right-color:rgb(77 124 15 / 0.25)}
.border-x-lime-700\/30{border-left-color:rgb(77 124 15 / 0.3);border-right-color:rgb(77 124 15 / 0.3)}
.border-x-lime-700\/35{border-left-color:rgb(77 124 15 / 0.35);border-right-color:rgb(77 124 15 / 0.35)}
.border-x-lime-700\/40{border-left-color:rgb(77 124 15 / 0.4);border-right-color:rgb(77 124 15 / 0.4)}
.border-x-lime-700\/45{border-left-color:rgb(77 124 15 / 0.45);border-right-color:rgb(77 124 15 / 0.45)}
.border-x-lime-700\/5{border-left-color:rgb(77 124 15 / 0.05);border-right-color:rgb(77 124 15 / 0.05)}
.border-x-lime-700\/50{border-left-color:rgb(77 124 15 / 0.5);border-right-color:rgb(77 124 15 / 0.5)}
.border-x-lime-700\/55{border-left-color:rgb(77 124 15 / 0.55);border-right-color:rgb(77 124 15 / 0.55)}
.border-x-lime-700\/60{border-left-color:rgb(77 124 15 / 0.6);border-right-color:rgb(77 124 15 / 0.6)}
.border-x-lime-700\/65{border-left-color:rgb(77 124 15 / 0.65);border-right-color:rgb(77 124 15 / 0.65)}
.border-x-lime-700\/70{border-left-color:rgb(77 124 15 / 0.7);border-right-color:rgb(77 124 15 / 0.7)}
.border-x-lime-700\/75{border-left-color:rgb(77 124 15 / 0.75);border-right-color:rgb(77 124 15 / 0.75)}
.border-x-lime-700\/80{border-left-color:rgb(77 124 15 / 0.8);border-right-color:rgb(77 124 15 / 0.8)}
.border-x-lime-700\/85{border-left-color:rgb(77 124 15 / 0.85);border-right-color:rgb(77 124 15 / 0.85)}
.border-x-lime-700\/90{border-left-color:rgb(77 124 15 / 0.9);border-right-color:rgb(77 124 15 / 0.9)}
.border-x-lime-700\/95{border-left-color:rgb(77 124 15 / 0.95);border-right-color:rgb(77 124 15 / 0.95)}
.border-x-lime-800{--tw-border-opacity:1;border-left-color:rgb(63 98 18 / var(--tw-border-opacity));border-right-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-x-lime-800\/0{border-left-color:rgb(63 98 18 / 0);border-right-color:rgb(63 98 18 / 0)}
.border-x-lime-800\/10{border-left-color:rgb(63 98 18 / 0.1);border-right-color:rgb(63 98 18 / 0.1)}
.border-x-lime-800\/100{border-left-color:rgb(63 98 18 / 1);border-right-color:rgb(63 98 18 / 1)}
.border-x-lime-800\/15{border-left-color:rgb(63 98 18 / 0.15);border-right-color:rgb(63 98 18 / 0.15)}
.border-x-lime-800\/20{border-left-color:rgb(63 98 18 / 0.2);border-right-color:rgb(63 98 18 / 0.2)}
.border-x-lime-800\/25{border-left-color:rgb(63 98 18 / 0.25);border-right-color:rgb(63 98 18 / 0.25)}
.border-x-lime-800\/30{border-left-color:rgb(63 98 18 / 0.3);border-right-color:rgb(63 98 18 / 0.3)}
.border-x-lime-800\/35{border-left-color:rgb(63 98 18 / 0.35);border-right-color:rgb(63 98 18 / 0.35)}
.border-x-lime-800\/40{border-left-color:rgb(63 98 18 / 0.4);border-right-color:rgb(63 98 18 / 0.4)}
.border-x-lime-800\/45{border-left-color:rgb(63 98 18 / 0.45);border-right-color:rgb(63 98 18 / 0.45)}
.border-x-lime-800\/5{border-left-color:rgb(63 98 18 / 0.05);border-right-color:rgb(63 98 18 / 0.05)}
.border-x-lime-800\/50{border-left-color:rgb(63 98 18 / 0.5);border-right-color:rgb(63 98 18 / 0.5)}
.border-x-lime-800\/55{border-left-color:rgb(63 98 18 / 0.55);border-right-color:rgb(63 98 18 / 0.55)}
.border-x-lime-800\/60{border-left-color:rgb(63 98 18 / 0.6);border-right-color:rgb(63 98 18 / 0.6)}
.border-x-lime-800\/65{border-left-color:rgb(63 98 18 / 0.65);border-right-color:rgb(63 98 18 / 0.65)}
.border-x-lime-800\/70{border-left-color:rgb(63 98 18 / 0.7);border-right-color:rgb(63 98 18 / 0.7)}
.border-x-lime-800\/75{border-left-color:rgb(63 98 18 / 0.75);border-right-color:rgb(63 98 18 / 0.75)}
.border-x-lime-800\/80{border-left-color:rgb(63 98 18 / 0.8);border-right-color:rgb(63 98 18 / 0.8)}
.border-x-lime-800\/85{border-left-color:rgb(63 98 18 / 0.85);border-right-color:rgb(63 98 18 / 0.85)}
.border-x-lime-800\/90{border-left-color:rgb(63 98 18 / 0.9);border-right-color:rgb(63 98 18 / 0.9)}
.border-x-lime-800\/95{border-left-color:rgb(63 98 18 / 0.95);border-right-color:rgb(63 98 18 / 0.95)}
.border-x-lime-900{--tw-border-opacity:1;border-left-color:rgb(54 83 20 / var(--tw-border-opacity));border-right-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-x-lime-900\/0{border-left-color:rgb(54 83 20 / 0);border-right-color:rgb(54 83 20 / 0)}
.border-x-lime-900\/10{border-left-color:rgb(54 83 20 / 0.1);border-right-color:rgb(54 83 20 / 0.1)}
.border-x-lime-900\/100{border-left-color:rgb(54 83 20 / 1);border-right-color:rgb(54 83 20 / 1)}
.border-x-lime-900\/15{border-left-color:rgb(54 83 20 / 0.15);border-right-color:rgb(54 83 20 / 0.15)}
.border-x-lime-900\/20{border-left-color:rgb(54 83 20 / 0.2);border-right-color:rgb(54 83 20 / 0.2)}
.border-x-lime-900\/25{border-left-color:rgb(54 83 20 / 0.25);border-right-color:rgb(54 83 20 / 0.25)}
.border-x-lime-900\/30{border-left-color:rgb(54 83 20 / 0.3);border-right-color:rgb(54 83 20 / 0.3)}
.border-x-lime-900\/35{border-left-color:rgb(54 83 20 / 0.35);border-right-color:rgb(54 83 20 / 0.35)}
.border-x-lime-900\/40{border-left-color:rgb(54 83 20 / 0.4);border-right-color:rgb(54 83 20 / 0.4)}
.border-x-lime-900\/45{border-left-color:rgb(54 83 20 / 0.45);border-right-color:rgb(54 83 20 / 0.45)}
.border-x-lime-900\/5{border-left-color:rgb(54 83 20 / 0.05);border-right-color:rgb(54 83 20 / 0.05)}
.border-x-lime-900\/50{border-left-color:rgb(54 83 20 / 0.5);border-right-color:rgb(54 83 20 / 0.5)}
.border-x-lime-900\/55{border-left-color:rgb(54 83 20 / 0.55);border-right-color:rgb(54 83 20 / 0.55)}
.border-x-lime-900\/60{border-left-color:rgb(54 83 20 / 0.6);border-right-color:rgb(54 83 20 / 0.6)}
.border-x-lime-900\/65{border-left-color:rgb(54 83 20 / 0.65);border-right-color:rgb(54 83 20 / 0.65)}
.border-x-lime-900\/70{border-left-color:rgb(54 83 20 / 0.7);border-right-color:rgb(54 83 20 / 0.7)}
.border-x-lime-900\/75{border-left-color:rgb(54 83 20 / 0.75);border-right-color:rgb(54 83 20 / 0.75)}
.border-x-lime-900\/80{border-left-color:rgb(54 83 20 / 0.8);border-right-color:rgb(54 83 20 / 0.8)}
.border-x-lime-900\/85{border-left-color:rgb(54 83 20 / 0.85);border-right-color:rgb(54 83 20 / 0.85)}
.border-x-lime-900\/90{border-left-color:rgb(54 83 20 / 0.9);border-right-color:rgb(54 83 20 / 0.9)}
.border-x-lime-900\/95{border-left-color:rgb(54 83 20 / 0.95);border-right-color:rgb(54 83 20 / 0.95)}
.border-x-lime-950{--tw-border-opacity:1;border-left-color:rgb(26 46 5 / var(--tw-border-opacity));border-right-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-x-lime-950\/0{border-left-color:rgb(26 46 5 / 0);border-right-color:rgb(26 46 5 / 0)}
.border-x-lime-950\/10{border-left-color:rgb(26 46 5 / 0.1);border-right-color:rgb(26 46 5 / 0.1)}
.border-x-lime-950\/100{border-left-color:rgb(26 46 5 / 1);border-right-color:rgb(26 46 5 / 1)}
.border-x-lime-950\/15{border-left-color:rgb(26 46 5 / 0.15);border-right-color:rgb(26 46 5 / 0.15)}
.border-x-lime-950\/20{border-left-color:rgb(26 46 5 / 0.2);border-right-color:rgb(26 46 5 / 0.2)}
.border-x-lime-950\/25{border-left-color:rgb(26 46 5 / 0.25);border-right-color:rgb(26 46 5 / 0.25)}
.border-x-lime-950\/30{border-left-color:rgb(26 46 5 / 0.3);border-right-color:rgb(26 46 5 / 0.3)}
.border-x-lime-950\/35{border-left-color:rgb(26 46 5 / 0.35);border-right-color:rgb(26 46 5 / 0.35)}
.border-x-lime-950\/40{border-left-color:rgb(26 46 5 / 0.4);border-right-color:rgb(26 46 5 / 0.4)}
.border-x-lime-950\/45{border-left-color:rgb(26 46 5 / 0.45);border-right-color:rgb(26 46 5 / 0.45)}
.border-x-lime-950\/5{border-left-color:rgb(26 46 5 / 0.05);border-right-color:rgb(26 46 5 / 0.05)}
.border-x-lime-950\/50{border-left-color:rgb(26 46 5 / 0.5);border-right-color:rgb(26 46 5 / 0.5)}
.border-x-lime-950\/55{border-left-color:rgb(26 46 5 / 0.55);border-right-color:rgb(26 46 5 / 0.55)}
.border-x-lime-950\/60{border-left-color:rgb(26 46 5 / 0.6);border-right-color:rgb(26 46 5 / 0.6)}
.border-x-lime-950\/65{border-left-color:rgb(26 46 5 / 0.65);border-right-color:rgb(26 46 5 / 0.65)}
.border-x-lime-950\/70{border-left-color:rgb(26 46 5 / 0.7);border-right-color:rgb(26 46 5 / 0.7)}
.border-x-lime-950\/75{border-left-color:rgb(26 46 5 / 0.75);border-right-color:rgb(26 46 5 / 0.75)}
.border-x-lime-950\/80{border-left-color:rgb(26 46 5 / 0.8);border-right-color:rgb(26 46 5 / 0.8)}
.border-x-lime-950\/85{border-left-color:rgb(26 46 5 / 0.85);border-right-color:rgb(26 46 5 / 0.85)}
.border-x-lime-950\/90{border-left-color:rgb(26 46 5 / 0.9);border-right-color:rgb(26 46 5 / 0.9)}
.border-x-lime-950\/95{border-left-color:rgb(26 46 5 / 0.95);border-right-color:rgb(26 46 5 / 0.95)}
.border-x-navBackground-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-navBackground-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-navBackground-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-navBackground-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-navBackground-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-navBackground-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-navBackground-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-navBackground-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-navBackground-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-navBackground-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-navBackground-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-navBackground-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-navBackground-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-navBackground-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-navBackground-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-navBackground-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-navBackground-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-navBackground-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-navBackground-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-navBackground-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-navBackground-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-navBackground-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-navBackground-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-navBackground-text-isDark{border-left-color:true;border-right-color:true}
.border-x-navBackground-text-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity));border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-x-navBackground-text-text\/0{border-left-color:rgb(132 132 132 / 0);border-right-color:rgb(132 132 132 / 0)}
.border-x-navBackground-text-text\/10{border-left-color:rgb(132 132 132 / 0.1);border-right-color:rgb(132 132 132 / 0.1)}
.border-x-navBackground-text-text\/100{border-left-color:rgb(132 132 132 / 1);border-right-color:rgb(132 132 132 / 1)}
.border-x-navBackground-text-text\/15{border-left-color:rgb(132 132 132 / 0.15);border-right-color:rgb(132 132 132 / 0.15)}
.border-x-navBackground-text-text\/20{border-left-color:rgb(132 132 132 / 0.2);border-right-color:rgb(132 132 132 / 0.2)}
.border-x-navBackground-text-text\/25{border-left-color:rgb(132 132 132 / 0.25);border-right-color:rgb(132 132 132 / 0.25)}
.border-x-navBackground-text-text\/30{border-left-color:rgb(132 132 132 / 0.3);border-right-color:rgb(132 132 132 / 0.3)}
.border-x-navBackground-text-text\/35{border-left-color:rgb(132 132 132 / 0.35);border-right-color:rgb(132 132 132 / 0.35)}
.border-x-navBackground-text-text\/40{border-left-color:rgb(132 132 132 / 0.4);border-right-color:rgb(132 132 132 / 0.4)}
.border-x-navBackground-text-text\/45{border-left-color:rgb(132 132 132 / 0.45);border-right-color:rgb(132 132 132 / 0.45)}
.border-x-navBackground-text-text\/5{border-left-color:rgb(132 132 132 / 0.05);border-right-color:rgb(132 132 132 / 0.05)}
.border-x-navBackground-text-text\/50{border-left-color:rgb(132 132 132 / 0.5);border-right-color:rgb(132 132 132 / 0.5)}
.border-x-navBackground-text-text\/55{border-left-color:rgb(132 132 132 / 0.55);border-right-color:rgb(132 132 132 / 0.55)}
.border-x-navBackground-text-text\/60{border-left-color:rgb(132 132 132 / 0.6);border-right-color:rgb(132 132 132 / 0.6)}
.border-x-navBackground-text-text\/65{border-left-color:rgb(132 132 132 / 0.65);border-right-color:rgb(132 132 132 / 0.65)}
.border-x-navBackground-text-text\/70{border-left-color:rgb(132 132 132 / 0.7);border-right-color:rgb(132 132 132 / 0.7)}
.border-x-navBackground-text-text\/75{border-left-color:rgb(132 132 132 / 0.75);border-right-color:rgb(132 132 132 / 0.75)}
.border-x-navBackground-text-text\/80{border-left-color:rgb(132 132 132 / 0.8);border-right-color:rgb(132 132 132 / 0.8)}
.border-x-navBackground-text-text\/85{border-left-color:rgb(132 132 132 / 0.85);border-right-color:rgb(132 132 132 / 0.85)}
.border-x-navBackground-text-text\/90{border-left-color:rgb(132 132 132 / 0.9);border-right-color:rgb(132 132 132 / 0.9)}
.border-x-navBackground-text-text\/95{border-left-color:rgb(132 132 132 / 0.95);border-right-color:rgb(132 132 132 / 0.95)}
.border-x-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-navBackgroundDark-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-navBackgroundDark-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-navBackgroundDark-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-navBackgroundDark-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-navBackgroundDark-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-navBackgroundDark-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-navBackgroundDark-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-navBackgroundDark-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-navBackgroundDark-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-navBackgroundDark-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-navBackgroundDark-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-navBackgroundDark-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-navBackgroundDark-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-navBackgroundDark-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-navBackgroundDark-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-navBackgroundDark-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-navBackgroundDark-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-navBackgroundDark-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-navBackgroundDark-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-navBackgroundDark-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-navBackgroundDark-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-navBackgroundDark-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-navBackgroundDark-text-isDark{border-left-color:true;border-right-color:true}
.border-x-navBackgroundDark-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity));border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-x-navBackgroundDark-text-text\/0{border-left-color:rgb(30 41 59 / 0);border-right-color:rgb(30 41 59 / 0)}
.border-x-navBackgroundDark-text-text\/10{border-left-color:rgb(30 41 59 / 0.1);border-right-color:rgb(30 41 59 / 0.1)}
.border-x-navBackgroundDark-text-text\/100{border-left-color:rgb(30 41 59 / 1);border-right-color:rgb(30 41 59 / 1)}
.border-x-navBackgroundDark-text-text\/15{border-left-color:rgb(30 41 59 / 0.15);border-right-color:rgb(30 41 59 / 0.15)}
.border-x-navBackgroundDark-text-text\/20{border-left-color:rgb(30 41 59 / 0.2);border-right-color:rgb(30 41 59 / 0.2)}
.border-x-navBackgroundDark-text-text\/25{border-left-color:rgb(30 41 59 / 0.25);border-right-color:rgb(30 41 59 / 0.25)}
.border-x-navBackgroundDark-text-text\/30{border-left-color:rgb(30 41 59 / 0.3);border-right-color:rgb(30 41 59 / 0.3)}
.border-x-navBackgroundDark-text-text\/35{border-left-color:rgb(30 41 59 / 0.35);border-right-color:rgb(30 41 59 / 0.35)}
.border-x-navBackgroundDark-text-text\/40{border-left-color:rgb(30 41 59 / 0.4);border-right-color:rgb(30 41 59 / 0.4)}
.border-x-navBackgroundDark-text-text\/45{border-left-color:rgb(30 41 59 / 0.45);border-right-color:rgb(30 41 59 / 0.45)}
.border-x-navBackgroundDark-text-text\/5{border-left-color:rgb(30 41 59 / 0.05);border-right-color:rgb(30 41 59 / 0.05)}
.border-x-navBackgroundDark-text-text\/50{border-left-color:rgb(30 41 59 / 0.5);border-right-color:rgb(30 41 59 / 0.5)}
.border-x-navBackgroundDark-text-text\/55{border-left-color:rgb(30 41 59 / 0.55);border-right-color:rgb(30 41 59 / 0.55)}
.border-x-navBackgroundDark-text-text\/60{border-left-color:rgb(30 41 59 / 0.6);border-right-color:rgb(30 41 59 / 0.6)}
.border-x-navBackgroundDark-text-text\/65{border-left-color:rgb(30 41 59 / 0.65);border-right-color:rgb(30 41 59 / 0.65)}
.border-x-navBackgroundDark-text-text\/70{border-left-color:rgb(30 41 59 / 0.7);border-right-color:rgb(30 41 59 / 0.7)}
.border-x-navBackgroundDark-text-text\/75{border-left-color:rgb(30 41 59 / 0.75);border-right-color:rgb(30 41 59 / 0.75)}
.border-x-navBackgroundDark-text-text\/80{border-left-color:rgb(30 41 59 / 0.8);border-right-color:rgb(30 41 59 / 0.8)}
.border-x-navBackgroundDark-text-text\/85{border-left-color:rgb(30 41 59 / 0.85);border-right-color:rgb(30 41 59 / 0.85)}
.border-x-navBackgroundDark-text-text\/90{border-left-color:rgb(30 41 59 / 0.9);border-right-color:rgb(30 41 59 / 0.9)}
.border-x-navBackgroundDark-text-text\/95{border-left-color:rgb(30 41 59 / 0.95);border-right-color:rgb(30 41 59 / 0.95)}
.border-x-navText-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-navText-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-navText-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-navText-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-navText-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-navText-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-navText-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-navText-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-navText-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-navText-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-navText-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-navText-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-navText-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-navText-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-navText-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-navText-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-navText-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-navText-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-navText-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-navText-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-navText-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-navText-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-navText-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-navText-text-isDark{border-left-color:true;border-right-color:true}
.border-x-navText-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity));border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-x-navText-text-text\/0{border-left-color:rgb(30 41 59 / 0);border-right-color:rgb(30 41 59 / 0)}
.border-x-navText-text-text\/10{border-left-color:rgb(30 41 59 / 0.1);border-right-color:rgb(30 41 59 / 0.1)}
.border-x-navText-text-text\/100{border-left-color:rgb(30 41 59 / 1);border-right-color:rgb(30 41 59 / 1)}
.border-x-navText-text-text\/15{border-left-color:rgb(30 41 59 / 0.15);border-right-color:rgb(30 41 59 / 0.15)}
.border-x-navText-text-text\/20{border-left-color:rgb(30 41 59 / 0.2);border-right-color:rgb(30 41 59 / 0.2)}
.border-x-navText-text-text\/25{border-left-color:rgb(30 41 59 / 0.25);border-right-color:rgb(30 41 59 / 0.25)}
.border-x-navText-text-text\/30{border-left-color:rgb(30 41 59 / 0.3);border-right-color:rgb(30 41 59 / 0.3)}
.border-x-navText-text-text\/35{border-left-color:rgb(30 41 59 / 0.35);border-right-color:rgb(30 41 59 / 0.35)}
.border-x-navText-text-text\/40{border-left-color:rgb(30 41 59 / 0.4);border-right-color:rgb(30 41 59 / 0.4)}
.border-x-navText-text-text\/45{border-left-color:rgb(30 41 59 / 0.45);border-right-color:rgb(30 41 59 / 0.45)}
.border-x-navText-text-text\/5{border-left-color:rgb(30 41 59 / 0.05);border-right-color:rgb(30 41 59 / 0.05)}
.border-x-navText-text-text\/50{border-left-color:rgb(30 41 59 / 0.5);border-right-color:rgb(30 41 59 / 0.5)}
.border-x-navText-text-text\/55{border-left-color:rgb(30 41 59 / 0.55);border-right-color:rgb(30 41 59 / 0.55)}
.border-x-navText-text-text\/60{border-left-color:rgb(30 41 59 / 0.6);border-right-color:rgb(30 41 59 / 0.6)}
.border-x-navText-text-text\/65{border-left-color:rgb(30 41 59 / 0.65);border-right-color:rgb(30 41 59 / 0.65)}
.border-x-navText-text-text\/70{border-left-color:rgb(30 41 59 / 0.7);border-right-color:rgb(30 41 59 / 0.7)}
.border-x-navText-text-text\/75{border-left-color:rgb(30 41 59 / 0.75);border-right-color:rgb(30 41 59 / 0.75)}
.border-x-navText-text-text\/80{border-left-color:rgb(30 41 59 / 0.8);border-right-color:rgb(30 41 59 / 0.8)}
.border-x-navText-text-text\/85{border-left-color:rgb(30 41 59 / 0.85);border-right-color:rgb(30 41 59 / 0.85)}
.border-x-navText-text-text\/90{border-left-color:rgb(30 41 59 / 0.9);border-right-color:rgb(30 41 59 / 0.9)}
.border-x-navText-text-text\/95{border-left-color:rgb(30 41 59 / 0.95);border-right-color:rgb(30 41 59 / 0.95)}
.border-x-navTextDark-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-navTextDark-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-navTextDark-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-navTextDark-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-navTextDark-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-navTextDark-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-navTextDark-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-navTextDark-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-navTextDark-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-navTextDark-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-navTextDark-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-navTextDark-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-navTextDark-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-navTextDark-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-navTextDark-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-navTextDark-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-navTextDark-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-navTextDark-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-navTextDark-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-navTextDark-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-navTextDark-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-navTextDark-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-navTextDark-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-navTextDark-text-isDark{border-left-color:true;border-right-color:true}
.border-x-navTextDark-text-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity));border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-x-navTextDark-text-text\/0{border-left-color:rgb(132 132 132 / 0);border-right-color:rgb(132 132 132 / 0)}
.border-x-navTextDark-text-text\/10{border-left-color:rgb(132 132 132 / 0.1);border-right-color:rgb(132 132 132 / 0.1)}
.border-x-navTextDark-text-text\/100{border-left-color:rgb(132 132 132 / 1);border-right-color:rgb(132 132 132 / 1)}
.border-x-navTextDark-text-text\/15{border-left-color:rgb(132 132 132 / 0.15);border-right-color:rgb(132 132 132 / 0.15)}
.border-x-navTextDark-text-text\/20{border-left-color:rgb(132 132 132 / 0.2);border-right-color:rgb(132 132 132 / 0.2)}
.border-x-navTextDark-text-text\/25{border-left-color:rgb(132 132 132 / 0.25);border-right-color:rgb(132 132 132 / 0.25)}
.border-x-navTextDark-text-text\/30{border-left-color:rgb(132 132 132 / 0.3);border-right-color:rgb(132 132 132 / 0.3)}
.border-x-navTextDark-text-text\/35{border-left-color:rgb(132 132 132 / 0.35);border-right-color:rgb(132 132 132 / 0.35)}
.border-x-navTextDark-text-text\/40{border-left-color:rgb(132 132 132 / 0.4);border-right-color:rgb(132 132 132 / 0.4)}
.border-x-navTextDark-text-text\/45{border-left-color:rgb(132 132 132 / 0.45);border-right-color:rgb(132 132 132 / 0.45)}
.border-x-navTextDark-text-text\/5{border-left-color:rgb(132 132 132 / 0.05);border-right-color:rgb(132 132 132 / 0.05)}
.border-x-navTextDark-text-text\/50{border-left-color:rgb(132 132 132 / 0.5);border-right-color:rgb(132 132 132 / 0.5)}
.border-x-navTextDark-text-text\/55{border-left-color:rgb(132 132 132 / 0.55);border-right-color:rgb(132 132 132 / 0.55)}
.border-x-navTextDark-text-text\/60{border-left-color:rgb(132 132 132 / 0.6);border-right-color:rgb(132 132 132 / 0.6)}
.border-x-navTextDark-text-text\/65{border-left-color:rgb(132 132 132 / 0.65);border-right-color:rgb(132 132 132 / 0.65)}
.border-x-navTextDark-text-text\/70{border-left-color:rgb(132 132 132 / 0.7);border-right-color:rgb(132 132 132 / 0.7)}
.border-x-navTextDark-text-text\/75{border-left-color:rgb(132 132 132 / 0.75);border-right-color:rgb(132 132 132 / 0.75)}
.border-x-navTextDark-text-text\/80{border-left-color:rgb(132 132 132 / 0.8);border-right-color:rgb(132 132 132 / 0.8)}
.border-x-navTextDark-text-text\/85{border-left-color:rgb(132 132 132 / 0.85);border-right-color:rgb(132 132 132 / 0.85)}
.border-x-navTextDark-text-text\/90{border-left-color:rgb(132 132 132 / 0.9);border-right-color:rgb(132 132 132 / 0.9)}
.border-x-navTextDark-text-text\/95{border-left-color:rgb(132 132 132 / 0.95);border-right-color:rgb(132 132 132 / 0.95)}
.border-x-navTextHover-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-navTextHover-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-navTextHover-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-navTextHover-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-navTextHover-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-navTextHover-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-navTextHover-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-navTextHover-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-navTextHover-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-navTextHover-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-navTextHover-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-navTextHover-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-navTextHover-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-navTextHover-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-navTextHover-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-navTextHover-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-navTextHover-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-navTextHover-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-navTextHover-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-navTextHover-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-navTextHover-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-navTextHover-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-navTextHover-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-navTextHover-text-isDark{border-left-color:true;border-right-color:true}
.border-x-navTextHover-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity));border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-x-navTextHover-text-text\/0{border-left-color:rgb(30 41 59 / 0);border-right-color:rgb(30 41 59 / 0)}
.border-x-navTextHover-text-text\/10{border-left-color:rgb(30 41 59 / 0.1);border-right-color:rgb(30 41 59 / 0.1)}
.border-x-navTextHover-text-text\/100{border-left-color:rgb(30 41 59 / 1);border-right-color:rgb(30 41 59 / 1)}
.border-x-navTextHover-text-text\/15{border-left-color:rgb(30 41 59 / 0.15);border-right-color:rgb(30 41 59 / 0.15)}
.border-x-navTextHover-text-text\/20{border-left-color:rgb(30 41 59 / 0.2);border-right-color:rgb(30 41 59 / 0.2)}
.border-x-navTextHover-text-text\/25{border-left-color:rgb(30 41 59 / 0.25);border-right-color:rgb(30 41 59 / 0.25)}
.border-x-navTextHover-text-text\/30{border-left-color:rgb(30 41 59 / 0.3);border-right-color:rgb(30 41 59 / 0.3)}
.border-x-navTextHover-text-text\/35{border-left-color:rgb(30 41 59 / 0.35);border-right-color:rgb(30 41 59 / 0.35)}
.border-x-navTextHover-text-text\/40{border-left-color:rgb(30 41 59 / 0.4);border-right-color:rgb(30 41 59 / 0.4)}
.border-x-navTextHover-text-text\/45{border-left-color:rgb(30 41 59 / 0.45);border-right-color:rgb(30 41 59 / 0.45)}
.border-x-navTextHover-text-text\/5{border-left-color:rgb(30 41 59 / 0.05);border-right-color:rgb(30 41 59 / 0.05)}
.border-x-navTextHover-text-text\/50{border-left-color:rgb(30 41 59 / 0.5);border-right-color:rgb(30 41 59 / 0.5)}
.border-x-navTextHover-text-text\/55{border-left-color:rgb(30 41 59 / 0.55);border-right-color:rgb(30 41 59 / 0.55)}
.border-x-navTextHover-text-text\/60{border-left-color:rgb(30 41 59 / 0.6);border-right-color:rgb(30 41 59 / 0.6)}
.border-x-navTextHover-text-text\/65{border-left-color:rgb(30 41 59 / 0.65);border-right-color:rgb(30 41 59 / 0.65)}
.border-x-navTextHover-text-text\/70{border-left-color:rgb(30 41 59 / 0.7);border-right-color:rgb(30 41 59 / 0.7)}
.border-x-navTextHover-text-text\/75{border-left-color:rgb(30 41 59 / 0.75);border-right-color:rgb(30 41 59 / 0.75)}
.border-x-navTextHover-text-text\/80{border-left-color:rgb(30 41 59 / 0.8);border-right-color:rgb(30 41 59 / 0.8)}
.border-x-navTextHover-text-text\/85{border-left-color:rgb(30 41 59 / 0.85);border-right-color:rgb(30 41 59 / 0.85)}
.border-x-navTextHover-text-text\/90{border-left-color:rgb(30 41 59 / 0.9);border-right-color:rgb(30 41 59 / 0.9)}
.border-x-navTextHover-text-text\/95{border-left-color:rgb(30 41 59 / 0.95);border-right-color:rgb(30 41 59 / 0.95)}
.border-x-primary{--tw-border-opacity:1;border-left-color:rgb(0 87 136 / var(--tw-border-opacity));border-right-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-x-primary-100{border-left-color:var(--bt-primary-100);border-right-color:var(--bt-primary-100)}
.border-x-primary-150{border-left-color:var(--bt-primary-150);border-right-color:var(--bt-primary-150)}
.border-x-primary-200{border-left-color:var(--bt-primary-200);border-right-color:var(--bt-primary-200)}
.border-x-primary-300{border-left-color:var(--bt-primary-300);border-right-color:var(--bt-primary-300)}
.border-x-primary-350{border-left-color:var(--bt-primary-350);border-right-color:var(--bt-primary-350)}
.border-x-primary-400{border-left-color:var(--bt-primary-400);border-right-color:var(--bt-primary-400)}
.border-x-primary-450{border-left-color:var(--bt-primary-450);border-right-color:var(--bt-primary-450)}
.border-x-primary-500{border-left-color:var(--bt-primary-500);border-right-color:var(--bt-primary-500)}
.border-x-primary-550{border-left-color:var(--bt-primary-550);border-right-color:var(--bt-primary-550)}
.border-x-primary-600{border-left-color:var(--bt-primary-600);border-right-color:var(--bt-primary-600)}
.border-x-primary-650{border-left-color:var(--bt-primary-650);border-right-color:var(--bt-primary-650)}
.border-x-primary-700{border-left-color:var(--bt-primary-700);border-right-color:var(--bt-primary-700)}
.border-x-primary-750{border-left-color:var(--bt-primary-750);border-right-color:var(--bt-primary-750)}
.border-x-primary-800{border-left-color:var(--bt-primary-800);border-right-color:var(--bt-primary-800)}
.border-x-primary-850{border-left-color:var(--bt-primary-850);border-right-color:var(--bt-primary-850)}
.border-x-primary-900{border-left-color:var(--bt-primary-900);border-right-color:var(--bt-primary-900)}
.border-x-primary-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-primary-contrast-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-primary-contrast-contrast\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-primary-contrast-contrast\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-primary-contrast-contrast\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-primary-contrast-contrast\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-primary-contrast-contrast\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-primary-contrast-contrast\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-primary-contrast-contrast\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-primary-contrast-contrast\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-primary-contrast-contrast\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-primary-contrast-contrast\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-primary-contrast-contrast\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-primary-contrast-contrast\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-primary-contrast-contrast\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-primary-contrast-contrast\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-primary-contrast-contrast\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-primary-contrast-contrast\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-primary-contrast-contrast\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-primary-contrast-contrast\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-primary-contrast-contrast\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-primary-contrast-contrast\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-primary-contrast-contrast\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-primary-contrast-contrastsWithCard{}
.border-x-primary-contrast-isDark{}
.border-x-primary-contrast-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity));border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-x-primary-contrast-text\/0{border-left-color:rgb(132 132 132 / 0);border-right-color:rgb(132 132 132 / 0)}
.border-x-primary-contrast-text\/10{border-left-color:rgb(132 132 132 / 0.1);border-right-color:rgb(132 132 132 / 0.1)}
.border-x-primary-contrast-text\/100{border-left-color:rgb(132 132 132 / 1);border-right-color:rgb(132 132 132 / 1)}
.border-x-primary-contrast-text\/15{border-left-color:rgb(132 132 132 / 0.15);border-right-color:rgb(132 132 132 / 0.15)}
.border-x-primary-contrast-text\/20{border-left-color:rgb(132 132 132 / 0.2);border-right-color:rgb(132 132 132 / 0.2)}
.border-x-primary-contrast-text\/25{border-left-color:rgb(132 132 132 / 0.25);border-right-color:rgb(132 132 132 / 0.25)}
.border-x-primary-contrast-text\/30{border-left-color:rgb(132 132 132 / 0.3);border-right-color:rgb(132 132 132 / 0.3)}
.border-x-primary-contrast-text\/35{border-left-color:rgb(132 132 132 / 0.35);border-right-color:rgb(132 132 132 / 0.35)}
.border-x-primary-contrast-text\/40{border-left-color:rgb(132 132 132 / 0.4);border-right-color:rgb(132 132 132 / 0.4)}
.border-x-primary-contrast-text\/45{border-left-color:rgb(132 132 132 / 0.45);border-right-color:rgb(132 132 132 / 0.45)}
.border-x-primary-contrast-text\/5{border-left-color:rgb(132 132 132 / 0.05);border-right-color:rgb(132 132 132 / 0.05)}
.border-x-primary-contrast-text\/50{border-left-color:rgb(132 132 132 / 0.5);border-right-color:rgb(132 132 132 / 0.5)}
.border-x-primary-contrast-text\/55{border-left-color:rgb(132 132 132 / 0.55);border-right-color:rgb(132 132 132 / 0.55)}
.border-x-primary-contrast-text\/60{border-left-color:rgb(132 132 132 / 0.6);border-right-color:rgb(132 132 132 / 0.6)}
.border-x-primary-contrast-text\/65{border-left-color:rgb(132 132 132 / 0.65);border-right-color:rgb(132 132 132 / 0.65)}
.border-x-primary-contrast-text\/70{border-left-color:rgb(132 132 132 / 0.7);border-right-color:rgb(132 132 132 / 0.7)}
.border-x-primary-contrast-text\/75{border-left-color:rgb(132 132 132 / 0.75);border-right-color:rgb(132 132 132 / 0.75)}
.border-x-primary-contrast-text\/80{border-left-color:rgb(132 132 132 / 0.8);border-right-color:rgb(132 132 132 / 0.8)}
.border-x-primary-contrast-text\/85{border-left-color:rgb(132 132 132 / 0.85);border-right-color:rgb(132 132 132 / 0.85)}
.border-x-primary-contrast-text\/90{border-left-color:rgb(132 132 132 / 0.9);border-right-color:rgb(132 132 132 / 0.9)}
.border-x-primary-contrast-text\/95{border-left-color:rgb(132 132 132 / 0.95);border-right-color:rgb(132 132 132 / 0.95)}
.border-x-primary-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-primary-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-primary-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-primary-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-primary-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-primary-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-primary-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-primary-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-primary-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-primary-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-primary-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-primary-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-primary-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-primary-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-primary-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-primary-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-primary-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-primary-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-primary-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-primary-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-primary-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-primary-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-primary-isDark{border-left-color:true;border-right-color:true}
.border-x-primary-text{--tw-border-opacity:1;border-left-color:rgb(0 87 136 / var(--tw-border-opacity));border-right-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-x-primary-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-primary-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-primary-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-primary-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-primary-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-primary-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-primary-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-primary-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-primary-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-primary-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-primary-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-primary-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-primary-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-primary-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-primary-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-primary-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-primary-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-primary-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-primary-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-primary-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-primary-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-primary-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-primary-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-primary-text-isDark{border-left-color:true;border-right-color:true}
.border-x-primary-text-text{--tw-border-opacity:1;border-left-color:rgb(0 87 136 / var(--tw-border-opacity));border-right-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-x-primary-text-text\/0{border-left-color:rgb(0 87 136 / 0);border-right-color:rgb(0 87 136 / 0)}
.border-x-primary-text-text\/10{border-left-color:rgb(0 87 136 / 0.1);border-right-color:rgb(0 87 136 / 0.1)}
.border-x-primary-text-text\/100{border-left-color:rgb(0 87 136 / 1);border-right-color:rgb(0 87 136 / 1)}
.border-x-primary-text-text\/15{border-left-color:rgb(0 87 136 / 0.15);border-right-color:rgb(0 87 136 / 0.15)}
.border-x-primary-text-text\/20{border-left-color:rgb(0 87 136 / 0.2);border-right-color:rgb(0 87 136 / 0.2)}
.border-x-primary-text-text\/25{border-left-color:rgb(0 87 136 / 0.25);border-right-color:rgb(0 87 136 / 0.25)}
.border-x-primary-text-text\/30{border-left-color:rgb(0 87 136 / 0.3);border-right-color:rgb(0 87 136 / 0.3)}
.border-x-primary-text-text\/35{border-left-color:rgb(0 87 136 / 0.35);border-right-color:rgb(0 87 136 / 0.35)}
.border-x-primary-text-text\/40{border-left-color:rgb(0 87 136 / 0.4);border-right-color:rgb(0 87 136 / 0.4)}
.border-x-primary-text-text\/45{border-left-color:rgb(0 87 136 / 0.45);border-right-color:rgb(0 87 136 / 0.45)}
.border-x-primary-text-text\/5{border-left-color:rgb(0 87 136 / 0.05);border-right-color:rgb(0 87 136 / 0.05)}
.border-x-primary-text-text\/50{border-left-color:rgb(0 87 136 / 0.5);border-right-color:rgb(0 87 136 / 0.5)}
.border-x-primary-text-text\/55{border-left-color:rgb(0 87 136 / 0.55);border-right-color:rgb(0 87 136 / 0.55)}
.border-x-primary-text-text\/60{border-left-color:rgb(0 87 136 / 0.6);border-right-color:rgb(0 87 136 / 0.6)}
.border-x-primary-text-text\/65{border-left-color:rgb(0 87 136 / 0.65);border-right-color:rgb(0 87 136 / 0.65)}
.border-x-primary-text-text\/70{border-left-color:rgb(0 87 136 / 0.7);border-right-color:rgb(0 87 136 / 0.7)}
.border-x-primary-text-text\/75{border-left-color:rgb(0 87 136 / 0.75);border-right-color:rgb(0 87 136 / 0.75)}
.border-x-primary-text-text\/80{border-left-color:rgb(0 87 136 / 0.8);border-right-color:rgb(0 87 136 / 0.8)}
.border-x-primary-text-text\/85{border-left-color:rgb(0 87 136 / 0.85);border-right-color:rgb(0 87 136 / 0.85)}
.border-x-primary-text-text\/90{border-left-color:rgb(0 87 136 / 0.9);border-right-color:rgb(0 87 136 / 0.9)}
.border-x-primary-text-text\/95{border-left-color:rgb(0 87 136 / 0.95);border-right-color:rgb(0 87 136 / 0.95)}
.border-x-primary-text\/0{border-left-color:rgb(0 87 136 / 0);border-right-color:rgb(0 87 136 / 0)}
.border-x-primary-text\/10{border-left-color:rgb(0 87 136 / 0.1);border-right-color:rgb(0 87 136 / 0.1)}
.border-x-primary-text\/100{border-left-color:rgb(0 87 136 / 1);border-right-color:rgb(0 87 136 / 1)}
.border-x-primary-text\/15{border-left-color:rgb(0 87 136 / 0.15);border-right-color:rgb(0 87 136 / 0.15)}
.border-x-primary-text\/20{border-left-color:rgb(0 87 136 / 0.2);border-right-color:rgb(0 87 136 / 0.2)}
.border-x-primary-text\/25{border-left-color:rgb(0 87 136 / 0.25);border-right-color:rgb(0 87 136 / 0.25)}
.border-x-primary-text\/30{border-left-color:rgb(0 87 136 / 0.3);border-right-color:rgb(0 87 136 / 0.3)}
.border-x-primary-text\/35{border-left-color:rgb(0 87 136 / 0.35);border-right-color:rgb(0 87 136 / 0.35)}
.border-x-primary-text\/40{border-left-color:rgb(0 87 136 / 0.4);border-right-color:rgb(0 87 136 / 0.4)}
.border-x-primary-text\/45{border-left-color:rgb(0 87 136 / 0.45);border-right-color:rgb(0 87 136 / 0.45)}
.border-x-primary-text\/5{border-left-color:rgb(0 87 136 / 0.05);border-right-color:rgb(0 87 136 / 0.05)}
.border-x-primary-text\/50{border-left-color:rgb(0 87 136 / 0.5);border-right-color:rgb(0 87 136 / 0.5)}
.border-x-primary-text\/55{border-left-color:rgb(0 87 136 / 0.55);border-right-color:rgb(0 87 136 / 0.55)}
.border-x-primary-text\/60{border-left-color:rgb(0 87 136 / 0.6);border-right-color:rgb(0 87 136 / 0.6)}
.border-x-primary-text\/65{border-left-color:rgb(0 87 136 / 0.65);border-right-color:rgb(0 87 136 / 0.65)}
.border-x-primary-text\/70{border-left-color:rgb(0 87 136 / 0.7);border-right-color:rgb(0 87 136 / 0.7)}
.border-x-primary-text\/75{border-left-color:rgb(0 87 136 / 0.75);border-right-color:rgb(0 87 136 / 0.75)}
.border-x-primary-text\/80{border-left-color:rgb(0 87 136 / 0.8);border-right-color:rgb(0 87 136 / 0.8)}
.border-x-primary-text\/85{border-left-color:rgb(0 87 136 / 0.85);border-right-color:rgb(0 87 136 / 0.85)}
.border-x-primary-text\/90{border-left-color:rgb(0 87 136 / 0.9);border-right-color:rgb(0 87 136 / 0.9)}
.border-x-primary-text\/95{border-left-color:rgb(0 87 136 / 0.95);border-right-color:rgb(0 87 136 / 0.95)}
.border-x-primary\/0{border-left-color:rgb(0 87 136 / 0);border-right-color:rgb(0 87 136 / 0)}
.border-x-primary\/10{border-left-color:rgb(0 87 136 / 0.1);border-right-color:rgb(0 87 136 / 0.1)}
.border-x-primary\/100{border-left-color:rgb(0 87 136 / 1);border-right-color:rgb(0 87 136 / 1)}
.border-x-primary\/15{border-left-color:rgb(0 87 136 / 0.15);border-right-color:rgb(0 87 136 / 0.15)}
.border-x-primary\/20{border-left-color:rgb(0 87 136 / 0.2);border-right-color:rgb(0 87 136 / 0.2)}
.border-x-primary\/25{border-left-color:rgb(0 87 136 / 0.25);border-right-color:rgb(0 87 136 / 0.25)}
.border-x-primary\/30{border-left-color:rgb(0 87 136 / 0.3);border-right-color:rgb(0 87 136 / 0.3)}
.border-x-primary\/35{border-left-color:rgb(0 87 136 / 0.35);border-right-color:rgb(0 87 136 / 0.35)}
.border-x-primary\/40{border-left-color:rgb(0 87 136 / 0.4);border-right-color:rgb(0 87 136 / 0.4)}
.border-x-primary\/45{border-left-color:rgb(0 87 136 / 0.45);border-right-color:rgb(0 87 136 / 0.45)}
.border-x-primary\/5{border-left-color:rgb(0 87 136 / 0.05);border-right-color:rgb(0 87 136 / 0.05)}
.border-x-primary\/50{border-left-color:rgb(0 87 136 / 0.5);border-right-color:rgb(0 87 136 / 0.5)}
.border-x-primary\/55{border-left-color:rgb(0 87 136 / 0.55);border-right-color:rgb(0 87 136 / 0.55)}
.border-x-primary\/60{border-left-color:rgb(0 87 136 / 0.6);border-right-color:rgb(0 87 136 / 0.6)}
.border-x-primary\/65{border-left-color:rgb(0 87 136 / 0.65);border-right-color:rgb(0 87 136 / 0.65)}
.border-x-primary\/70{border-left-color:rgb(0 87 136 / 0.7);border-right-color:rgb(0 87 136 / 0.7)}
.border-x-primary\/75{border-left-color:rgb(0 87 136 / 0.75);border-right-color:rgb(0 87 136 / 0.75)}
.border-x-primary\/80{border-left-color:rgb(0 87 136 / 0.8);border-right-color:rgb(0 87 136 / 0.8)}
.border-x-primary\/85{border-left-color:rgb(0 87 136 / 0.85);border-right-color:rgb(0 87 136 / 0.85)}
.border-x-primary\/90{border-left-color:rgb(0 87 136 / 0.9);border-right-color:rgb(0 87 136 / 0.9)}
.border-x-primary\/95{border-left-color:rgb(0 87 136 / 0.95);border-right-color:rgb(0 87 136 / 0.95)}
.border-x-secondary-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-secondary-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-secondary-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-secondary-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-secondary-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-secondary-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-secondary-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-secondary-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-secondary-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-secondary-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-secondary-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-secondary-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-secondary-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-secondary-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-secondary-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-secondary-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-secondary-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-secondary-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-secondary-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-secondary-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-secondary-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-secondary-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-secondary-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-secondary-text-isDark{border-left-color:true;border-right-color:true}
.border-x-secondary-text-text{--tw-border-opacity:1;border-left-color:rgb(90 94 100 / var(--tw-border-opacity));border-right-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-x-secondary-text-text\/0{border-left-color:rgb(90 94 100 / 0);border-right-color:rgb(90 94 100 / 0)}
.border-x-secondary-text-text\/10{border-left-color:rgb(90 94 100 / 0.1);border-right-color:rgb(90 94 100 / 0.1)}
.border-x-secondary-text-text\/100{border-left-color:rgb(90 94 100 / 1);border-right-color:rgb(90 94 100 / 1)}
.border-x-secondary-text-text\/15{border-left-color:rgb(90 94 100 / 0.15);border-right-color:rgb(90 94 100 / 0.15)}
.border-x-secondary-text-text\/20{border-left-color:rgb(90 94 100 / 0.2);border-right-color:rgb(90 94 100 / 0.2)}
.border-x-secondary-text-text\/25{border-left-color:rgb(90 94 100 / 0.25);border-right-color:rgb(90 94 100 / 0.25)}
.border-x-secondary-text-text\/30{border-left-color:rgb(90 94 100 / 0.3);border-right-color:rgb(90 94 100 / 0.3)}
.border-x-secondary-text-text\/35{border-left-color:rgb(90 94 100 / 0.35);border-right-color:rgb(90 94 100 / 0.35)}
.border-x-secondary-text-text\/40{border-left-color:rgb(90 94 100 / 0.4);border-right-color:rgb(90 94 100 / 0.4)}
.border-x-secondary-text-text\/45{border-left-color:rgb(90 94 100 / 0.45);border-right-color:rgb(90 94 100 / 0.45)}
.border-x-secondary-text-text\/5{border-left-color:rgb(90 94 100 / 0.05);border-right-color:rgb(90 94 100 / 0.05)}
.border-x-secondary-text-text\/50{border-left-color:rgb(90 94 100 / 0.5);border-right-color:rgb(90 94 100 / 0.5)}
.border-x-secondary-text-text\/55{border-left-color:rgb(90 94 100 / 0.55);border-right-color:rgb(90 94 100 / 0.55)}
.border-x-secondary-text-text\/60{border-left-color:rgb(90 94 100 / 0.6);border-right-color:rgb(90 94 100 / 0.6)}
.border-x-secondary-text-text\/65{border-left-color:rgb(90 94 100 / 0.65);border-right-color:rgb(90 94 100 / 0.65)}
.border-x-secondary-text-text\/70{border-left-color:rgb(90 94 100 / 0.7);border-right-color:rgb(90 94 100 / 0.7)}
.border-x-secondary-text-text\/75{border-left-color:rgb(90 94 100 / 0.75);border-right-color:rgb(90 94 100 / 0.75)}
.border-x-secondary-text-text\/80{border-left-color:rgb(90 94 100 / 0.8);border-right-color:rgb(90 94 100 / 0.8)}
.border-x-secondary-text-text\/85{border-left-color:rgb(90 94 100 / 0.85);border-right-color:rgb(90 94 100 / 0.85)}
.border-x-secondary-text-text\/90{border-left-color:rgb(90 94 100 / 0.9);border-right-color:rgb(90 94 100 / 0.9)}
.border-x-secondary-text-text\/95{border-left-color:rgb(90 94 100 / 0.95);border-right-color:rgb(90 94 100 / 0.95)}
.border-x-success-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-success-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-success-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-success-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-success-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-success-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-success-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-success-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-success-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-success-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-success-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-success-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-success-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-success-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-success-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-success-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-success-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-success-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-success-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-success-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-success-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-success-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-success-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-success-text-isDark{border-left-color:true;border-right-color:true}
.border-x-success-text-text{--tw-border-opacity:1;border-left-color:rgb(27 135 73 / var(--tw-border-opacity));border-right-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-x-success-text-text\/0{border-left-color:rgb(27 135 73 / 0);border-right-color:rgb(27 135 73 / 0)}
.border-x-success-text-text\/10{border-left-color:rgb(27 135 73 / 0.1);border-right-color:rgb(27 135 73 / 0.1)}
.border-x-success-text-text\/100{border-left-color:rgb(27 135 73 / 1);border-right-color:rgb(27 135 73 / 1)}
.border-x-success-text-text\/15{border-left-color:rgb(27 135 73 / 0.15);border-right-color:rgb(27 135 73 / 0.15)}
.border-x-success-text-text\/20{border-left-color:rgb(27 135 73 / 0.2);border-right-color:rgb(27 135 73 / 0.2)}
.border-x-success-text-text\/25{border-left-color:rgb(27 135 73 / 0.25);border-right-color:rgb(27 135 73 / 0.25)}
.border-x-success-text-text\/30{border-left-color:rgb(27 135 73 / 0.3);border-right-color:rgb(27 135 73 / 0.3)}
.border-x-success-text-text\/35{border-left-color:rgb(27 135 73 / 0.35);border-right-color:rgb(27 135 73 / 0.35)}
.border-x-success-text-text\/40{border-left-color:rgb(27 135 73 / 0.4);border-right-color:rgb(27 135 73 / 0.4)}
.border-x-success-text-text\/45{border-left-color:rgb(27 135 73 / 0.45);border-right-color:rgb(27 135 73 / 0.45)}
.border-x-success-text-text\/5{border-left-color:rgb(27 135 73 / 0.05);border-right-color:rgb(27 135 73 / 0.05)}
.border-x-success-text-text\/50{border-left-color:rgb(27 135 73 / 0.5);border-right-color:rgb(27 135 73 / 0.5)}
.border-x-success-text-text\/55{border-left-color:rgb(27 135 73 / 0.55);border-right-color:rgb(27 135 73 / 0.55)}
.border-x-success-text-text\/60{border-left-color:rgb(27 135 73 / 0.6);border-right-color:rgb(27 135 73 / 0.6)}
.border-x-success-text-text\/65{border-left-color:rgb(27 135 73 / 0.65);border-right-color:rgb(27 135 73 / 0.65)}
.border-x-success-text-text\/70{border-left-color:rgb(27 135 73 / 0.7);border-right-color:rgb(27 135 73 / 0.7)}
.border-x-success-text-text\/75{border-left-color:rgb(27 135 73 / 0.75);border-right-color:rgb(27 135 73 / 0.75)}
.border-x-success-text-text\/80{border-left-color:rgb(27 135 73 / 0.8);border-right-color:rgb(27 135 73 / 0.8)}
.border-x-success-text-text\/85{border-left-color:rgb(27 135 73 / 0.85);border-right-color:rgb(27 135 73 / 0.85)}
.border-x-success-text-text\/90{border-left-color:rgb(27 135 73 / 0.9);border-right-color:rgb(27 135 73 / 0.9)}
.border-x-success-text-text\/95{border-left-color:rgb(27 135 73 / 0.95);border-right-color:rgb(27 135 73 / 0.95)}
.border-x-text-100{border-left-color:var(--bt-text-100);border-right-color:var(--bt-text-100)}
.border-x-text-200{border-left-color:var(--bt-text-200);border-right-color:var(--bt-text-200)}
.border-x-text-300{border-left-color:var(--bt-text-300);border-right-color:var(--bt-text-300)}
.border-x-text-400{border-left-color:var(--bt-text-400);border-right-color:var(--bt-text-400)}
.border-x-text-500{border-left-color:var(--bt-text-500);border-right-color:var(--bt-text-500)}
.border-x-text-600{border-left-color:var(--bt-text-600);border-right-color:var(--bt-text-600)}
.border-x-text-700{border-left-color:var(--bt-text-700);border-right-color:var(--bt-text-700)}
.border-x-text-800{border-left-color:var(--bt-text-800);border-right-color:var(--bt-text-800)}
.border-x-text-900{border-left-color:var(--bt-text-900);border-right-color:var(--bt-text-900)}
.border-x-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-text-contrast-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-text-contrast-contrast\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-text-contrast-contrast\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-text-contrast-contrast\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-text-contrast-contrast\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-text-contrast-contrast\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-text-contrast-contrast\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-text-contrast-contrast\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-text-contrast-contrast\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-text-contrast-contrast\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-text-contrast-contrast\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-text-contrast-contrast\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-text-contrast-contrast\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-text-contrast-contrast\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-text-contrast-contrast\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-text-contrast-contrast\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-text-contrast-contrast\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-text-contrast-contrast\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-text-contrast-contrast\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-text-contrast-contrast\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-text-contrast-contrast\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-text-contrast-contrast\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-text-contrast-contrastsWithCard{}
.border-x-text-contrast-isDark{}
.border-x-text-contrast-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity));border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-x-text-contrast-text\/0{border-left-color:rgb(132 132 132 / 0);border-right-color:rgb(132 132 132 / 0)}
.border-x-text-contrast-text\/10{border-left-color:rgb(132 132 132 / 0.1);border-right-color:rgb(132 132 132 / 0.1)}
.border-x-text-contrast-text\/100{border-left-color:rgb(132 132 132 / 1);border-right-color:rgb(132 132 132 / 1)}
.border-x-text-contrast-text\/15{border-left-color:rgb(132 132 132 / 0.15);border-right-color:rgb(132 132 132 / 0.15)}
.border-x-text-contrast-text\/20{border-left-color:rgb(132 132 132 / 0.2);border-right-color:rgb(132 132 132 / 0.2)}
.border-x-text-contrast-text\/25{border-left-color:rgb(132 132 132 / 0.25);border-right-color:rgb(132 132 132 / 0.25)}
.border-x-text-contrast-text\/30{border-left-color:rgb(132 132 132 / 0.3);border-right-color:rgb(132 132 132 / 0.3)}
.border-x-text-contrast-text\/35{border-left-color:rgb(132 132 132 / 0.35);border-right-color:rgb(132 132 132 / 0.35)}
.border-x-text-contrast-text\/40{border-left-color:rgb(132 132 132 / 0.4);border-right-color:rgb(132 132 132 / 0.4)}
.border-x-text-contrast-text\/45{border-left-color:rgb(132 132 132 / 0.45);border-right-color:rgb(132 132 132 / 0.45)}
.border-x-text-contrast-text\/5{border-left-color:rgb(132 132 132 / 0.05);border-right-color:rgb(132 132 132 / 0.05)}
.border-x-text-contrast-text\/50{border-left-color:rgb(132 132 132 / 0.5);border-right-color:rgb(132 132 132 / 0.5)}
.border-x-text-contrast-text\/55{border-left-color:rgb(132 132 132 / 0.55);border-right-color:rgb(132 132 132 / 0.55)}
.border-x-text-contrast-text\/60{border-left-color:rgb(132 132 132 / 0.6);border-right-color:rgb(132 132 132 / 0.6)}
.border-x-text-contrast-text\/65{border-left-color:rgb(132 132 132 / 0.65);border-right-color:rgb(132 132 132 / 0.65)}
.border-x-text-contrast-text\/70{border-left-color:rgb(132 132 132 / 0.7);border-right-color:rgb(132 132 132 / 0.7)}
.border-x-text-contrast-text\/75{border-left-color:rgb(132 132 132 / 0.75);border-right-color:rgb(132 132 132 / 0.75)}
.border-x-text-contrast-text\/80{border-left-color:rgb(132 132 132 / 0.8);border-right-color:rgb(132 132 132 / 0.8)}
.border-x-text-contrast-text\/85{border-left-color:rgb(132 132 132 / 0.85);border-right-color:rgb(132 132 132 / 0.85)}
.border-x-text-contrast-text\/90{border-left-color:rgb(132 132 132 / 0.9);border-right-color:rgb(132 132 132 / 0.9)}
.border-x-text-contrast-text\/95{border-left-color:rgb(132 132 132 / 0.95);border-right-color:rgb(132 132 132 / 0.95)}
.border-x-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-text-isDark{border-left-color:true;border-right-color:true}
.border-x-text-text{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-text-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity));border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-x-text-text-contrast\/0{border-left-color:rgb(255 255 255 / 0);border-right-color:rgb(255 255 255 / 0)}
.border-x-text-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1);border-right-color:rgb(255 255 255 / 0.1)}
.border-x-text-text-contrast\/100{border-left-color:rgb(255 255 255 / 1);border-right-color:rgb(255 255 255 / 1)}
.border-x-text-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15);border-right-color:rgb(255 255 255 / 0.15)}
.border-x-text-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2);border-right-color:rgb(255 255 255 / 0.2)}
.border-x-text-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25);border-right-color:rgb(255 255 255 / 0.25)}
.border-x-text-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3);border-right-color:rgb(255 255 255 / 0.3)}
.border-x-text-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35);border-right-color:rgb(255 255 255 / 0.35)}
.border-x-text-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4);border-right-color:rgb(255 255 255 / 0.4)}
.border-x-text-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45);border-right-color:rgb(255 255 255 / 0.45)}
.border-x-text-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05);border-right-color:rgb(255 255 255 / 0.05)}
.border-x-text-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5);border-right-color:rgb(255 255 255 / 0.5)}
.border-x-text-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55);border-right-color:rgb(255 255 255 / 0.55)}
.border-x-text-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6);border-right-color:rgb(255 255 255 / 0.6)}
.border-x-text-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65);border-right-color:rgb(255 255 255 / 0.65)}
.border-x-text-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7);border-right-color:rgb(255 255 255 / 0.7)}
.border-x-text-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75);border-right-color:rgb(255 255 255 / 0.75)}
.border-x-text-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8);border-right-color:rgb(255 255 255 / 0.8)}
.border-x-text-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85);border-right-color:rgb(255 255 255 / 0.85)}
.border-x-text-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9);border-right-color:rgb(255 255 255 / 0.9)}
.border-x-text-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95);border-right-color:rgb(255 255 255 / 0.95)}
.border-x-text-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-text-text-isDark{border-left-color:true;border-right-color:true}
.border-x-text-text-text{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-text-text-text\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-text-text-text\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-text-text-text\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-text-text-text\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-text-text-text\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-text-text-text\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-text-text-text\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-text-text-text\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-text-text-text\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-text-text-text\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-text-text-text\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-text-text-text\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-text-text-text\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-text-text-text\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-text-text-text\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-text-text-text\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-text-text-text\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-text-text-text\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-text-text-text\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-text-text-text\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-text-text-text\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-text-text\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-text-text\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-text-text\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-text-text\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-text-text\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-text-text\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-text-text\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-text-text\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-text-text\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-text-text\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-text-text\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-text-text\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-text-text\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-text-text\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-text-text\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-text-text\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-text-text\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-text-text\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-text-text\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-text-text\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-text-text\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-warning-text-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity));border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-x-warning-text-contrast\/0{border-left-color:rgb(0 0 0 / 0);border-right-color:rgb(0 0 0 / 0)}
.border-x-warning-text-contrast\/10{border-left-color:rgb(0 0 0 / 0.1);border-right-color:rgb(0 0 0 / 0.1)}
.border-x-warning-text-contrast\/100{border-left-color:rgb(0 0 0 / 1);border-right-color:rgb(0 0 0 / 1)}
.border-x-warning-text-contrast\/15{border-left-color:rgb(0 0 0 / 0.15);border-right-color:rgb(0 0 0 / 0.15)}
.border-x-warning-text-contrast\/20{border-left-color:rgb(0 0 0 / 0.2);border-right-color:rgb(0 0 0 / 0.2)}
.border-x-warning-text-contrast\/25{border-left-color:rgb(0 0 0 / 0.25);border-right-color:rgb(0 0 0 / 0.25)}
.border-x-warning-text-contrast\/30{border-left-color:rgb(0 0 0 / 0.3);border-right-color:rgb(0 0 0 / 0.3)}
.border-x-warning-text-contrast\/35{border-left-color:rgb(0 0 0 / 0.35);border-right-color:rgb(0 0 0 / 0.35)}
.border-x-warning-text-contrast\/40{border-left-color:rgb(0 0 0 / 0.4);border-right-color:rgb(0 0 0 / 0.4)}
.border-x-warning-text-contrast\/45{border-left-color:rgb(0 0 0 / 0.45);border-right-color:rgb(0 0 0 / 0.45)}
.border-x-warning-text-contrast\/5{border-left-color:rgb(0 0 0 / 0.05);border-right-color:rgb(0 0 0 / 0.05)}
.border-x-warning-text-contrast\/50{border-left-color:rgb(0 0 0 / 0.5);border-right-color:rgb(0 0 0 / 0.5)}
.border-x-warning-text-contrast\/55{border-left-color:rgb(0 0 0 / 0.55);border-right-color:rgb(0 0 0 / 0.55)}
.border-x-warning-text-contrast\/60{border-left-color:rgb(0 0 0 / 0.6);border-right-color:rgb(0 0 0 / 0.6)}
.border-x-warning-text-contrast\/65{border-left-color:rgb(0 0 0 / 0.65);border-right-color:rgb(0 0 0 / 0.65)}
.border-x-warning-text-contrast\/70{border-left-color:rgb(0 0 0 / 0.7);border-right-color:rgb(0 0 0 / 0.7)}
.border-x-warning-text-contrast\/75{border-left-color:rgb(0 0 0 / 0.75);border-right-color:rgb(0 0 0 / 0.75)}
.border-x-warning-text-contrast\/80{border-left-color:rgb(0 0 0 / 0.8);border-right-color:rgb(0 0 0 / 0.8)}
.border-x-warning-text-contrast\/85{border-left-color:rgb(0 0 0 / 0.85);border-right-color:rgb(0 0 0 / 0.85)}
.border-x-warning-text-contrast\/90{border-left-color:rgb(0 0 0 / 0.9);border-right-color:rgb(0 0 0 / 0.9)}
.border-x-warning-text-contrast\/95{border-left-color:rgb(0 0 0 / 0.95);border-right-color:rgb(0 0 0 / 0.95)}
.border-x-warning-text-contrastsWithCard{border-left-color:true;border-right-color:true}
.border-x-warning-text-isDark{}
.border-x-warning-text-text{--tw-border-opacity:1;border-left-color:rgb(255 168 0 / var(--tw-border-opacity));border-right-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-x-warning-text-text\/0{border-left-color:rgb(255 168 0 / 0);border-right-color:rgb(255 168 0 / 0)}
.border-x-warning-text-text\/10{border-left-color:rgb(255 168 0 / 0.1);border-right-color:rgb(255 168 0 / 0.1)}
.border-x-warning-text-text\/100{border-left-color:rgb(255 168 0 / 1);border-right-color:rgb(255 168 0 / 1)}
.border-x-warning-text-text\/15{border-left-color:rgb(255 168 0 / 0.15);border-right-color:rgb(255 168 0 / 0.15)}
.border-x-warning-text-text\/20{border-left-color:rgb(255 168 0 / 0.2);border-right-color:rgb(255 168 0 / 0.2)}
.border-x-warning-text-text\/25{border-left-color:rgb(255 168 0 / 0.25);border-right-color:rgb(255 168 0 / 0.25)}
.border-x-warning-text-text\/30{border-left-color:rgb(255 168 0 / 0.3);border-right-color:rgb(255 168 0 / 0.3)}
.border-x-warning-text-text\/35{border-left-color:rgb(255 168 0 / 0.35);border-right-color:rgb(255 168 0 / 0.35)}
.border-x-warning-text-text\/40{border-left-color:rgb(255 168 0 / 0.4);border-right-color:rgb(255 168 0 / 0.4)}
.border-x-warning-text-text\/45{border-left-color:rgb(255 168 0 / 0.45);border-right-color:rgb(255 168 0 / 0.45)}
.border-x-warning-text-text\/5{border-left-color:rgb(255 168 0 / 0.05);border-right-color:rgb(255 168 0 / 0.05)}
.border-x-warning-text-text\/50{border-left-color:rgb(255 168 0 / 0.5);border-right-color:rgb(255 168 0 / 0.5)}
.border-x-warning-text-text\/55{border-left-color:rgb(255 168 0 / 0.55);border-right-color:rgb(255 168 0 / 0.55)}
.border-x-warning-text-text\/60{border-left-color:rgb(255 168 0 / 0.6);border-right-color:rgb(255 168 0 / 0.6)}
.border-x-warning-text-text\/65{border-left-color:rgb(255 168 0 / 0.65);border-right-color:rgb(255 168 0 / 0.65)}
.border-x-warning-text-text\/70{border-left-color:rgb(255 168 0 / 0.7);border-right-color:rgb(255 168 0 / 0.7)}
.border-x-warning-text-text\/75{border-left-color:rgb(255 168 0 / 0.75);border-right-color:rgb(255 168 0 / 0.75)}
.border-x-warning-text-text\/80{border-left-color:rgb(255 168 0 / 0.8);border-right-color:rgb(255 168 0 / 0.8)}
.border-x-warning-text-text\/85{border-left-color:rgb(255 168 0 / 0.85);border-right-color:rgb(255 168 0 / 0.85)}
.border-x-warning-text-text\/90{border-left-color:rgb(255 168 0 / 0.9);border-right-color:rgb(255 168 0 / 0.9)}
.border-x-warning-text-text\/95{border-left-color:rgb(255 168 0 / 0.95);border-right-color:rgb(255 168 0 / 0.95)}
.border-y-amber-100{--tw-border-opacity:1;border-top-color:rgb(254 243 199 / var(--tw-border-opacity));border-bottom-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-y-amber-100\/0{border-top-color:rgb(254 243 199 / 0);border-bottom-color:rgb(254 243 199 / 0)}
.border-y-amber-100\/10{border-top-color:rgb(254 243 199 / 0.1);border-bottom-color:rgb(254 243 199 / 0.1)}
.border-y-amber-100\/100{border-top-color:rgb(254 243 199 / 1);border-bottom-color:rgb(254 243 199 / 1)}
.border-y-amber-100\/15{border-top-color:rgb(254 243 199 / 0.15);border-bottom-color:rgb(254 243 199 / 0.15)}
.border-y-amber-100\/20{border-top-color:rgb(254 243 199 / 0.2);border-bottom-color:rgb(254 243 199 / 0.2)}
.border-y-amber-100\/25{border-top-color:rgb(254 243 199 / 0.25);border-bottom-color:rgb(254 243 199 / 0.25)}
.border-y-amber-100\/30{border-top-color:rgb(254 243 199 / 0.3);border-bottom-color:rgb(254 243 199 / 0.3)}
.border-y-amber-100\/35{border-top-color:rgb(254 243 199 / 0.35);border-bottom-color:rgb(254 243 199 / 0.35)}
.border-y-amber-100\/40{border-top-color:rgb(254 243 199 / 0.4);border-bottom-color:rgb(254 243 199 / 0.4)}
.border-y-amber-100\/45{border-top-color:rgb(254 243 199 / 0.45);border-bottom-color:rgb(254 243 199 / 0.45)}
.border-y-amber-100\/5{border-top-color:rgb(254 243 199 / 0.05);border-bottom-color:rgb(254 243 199 / 0.05)}
.border-y-amber-100\/50{border-top-color:rgb(254 243 199 / 0.5);border-bottom-color:rgb(254 243 199 / 0.5)}
.border-y-amber-100\/55{border-top-color:rgb(254 243 199 / 0.55);border-bottom-color:rgb(254 243 199 / 0.55)}
.border-y-amber-100\/60{border-top-color:rgb(254 243 199 / 0.6);border-bottom-color:rgb(254 243 199 / 0.6)}
.border-y-amber-100\/65{border-top-color:rgb(254 243 199 / 0.65);border-bottom-color:rgb(254 243 199 / 0.65)}
.border-y-amber-100\/70{border-top-color:rgb(254 243 199 / 0.7);border-bottom-color:rgb(254 243 199 / 0.7)}
.border-y-amber-100\/75{border-top-color:rgb(254 243 199 / 0.75);border-bottom-color:rgb(254 243 199 / 0.75)}
.border-y-amber-100\/80{border-top-color:rgb(254 243 199 / 0.8);border-bottom-color:rgb(254 243 199 / 0.8)}
.border-y-amber-100\/85{border-top-color:rgb(254 243 199 / 0.85);border-bottom-color:rgb(254 243 199 / 0.85)}
.border-y-amber-100\/90{border-top-color:rgb(254 243 199 / 0.9);border-bottom-color:rgb(254 243 199 / 0.9)}
.border-y-amber-100\/95{border-top-color:rgb(254 243 199 / 0.95);border-bottom-color:rgb(254 243 199 / 0.95)}
.border-y-amber-200{--tw-border-opacity:1;border-top-color:rgb(253 230 138 / var(--tw-border-opacity));border-bottom-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-y-amber-200\/0{border-top-color:rgb(253 230 138 / 0);border-bottom-color:rgb(253 230 138 / 0)}
.border-y-amber-200\/10{border-top-color:rgb(253 230 138 / 0.1);border-bottom-color:rgb(253 230 138 / 0.1)}
.border-y-amber-200\/100{border-top-color:rgb(253 230 138 / 1);border-bottom-color:rgb(253 230 138 / 1)}
.border-y-amber-200\/15{border-top-color:rgb(253 230 138 / 0.15);border-bottom-color:rgb(253 230 138 / 0.15)}
.border-y-amber-200\/20{border-top-color:rgb(253 230 138 / 0.2);border-bottom-color:rgb(253 230 138 / 0.2)}
.border-y-amber-200\/25{border-top-color:rgb(253 230 138 / 0.25);border-bottom-color:rgb(253 230 138 / 0.25)}
.border-y-amber-200\/30{border-top-color:rgb(253 230 138 / 0.3);border-bottom-color:rgb(253 230 138 / 0.3)}
.border-y-amber-200\/35{border-top-color:rgb(253 230 138 / 0.35);border-bottom-color:rgb(253 230 138 / 0.35)}
.border-y-amber-200\/40{border-top-color:rgb(253 230 138 / 0.4);border-bottom-color:rgb(253 230 138 / 0.4)}
.border-y-amber-200\/45{border-top-color:rgb(253 230 138 / 0.45);border-bottom-color:rgb(253 230 138 / 0.45)}
.border-y-amber-200\/5{border-top-color:rgb(253 230 138 / 0.05);border-bottom-color:rgb(253 230 138 / 0.05)}
.border-y-amber-200\/50{border-top-color:rgb(253 230 138 / 0.5);border-bottom-color:rgb(253 230 138 / 0.5)}
.border-y-amber-200\/55{border-top-color:rgb(253 230 138 / 0.55);border-bottom-color:rgb(253 230 138 / 0.55)}
.border-y-amber-200\/60{border-top-color:rgb(253 230 138 / 0.6);border-bottom-color:rgb(253 230 138 / 0.6)}
.border-y-amber-200\/65{border-top-color:rgb(253 230 138 / 0.65);border-bottom-color:rgb(253 230 138 / 0.65)}
.border-y-amber-200\/70{border-top-color:rgb(253 230 138 / 0.7);border-bottom-color:rgb(253 230 138 / 0.7)}
.border-y-amber-200\/75{border-top-color:rgb(253 230 138 / 0.75);border-bottom-color:rgb(253 230 138 / 0.75)}
.border-y-amber-200\/80{border-top-color:rgb(253 230 138 / 0.8);border-bottom-color:rgb(253 230 138 / 0.8)}
.border-y-amber-200\/85{border-top-color:rgb(253 230 138 / 0.85);border-bottom-color:rgb(253 230 138 / 0.85)}
.border-y-amber-200\/90{border-top-color:rgb(253 230 138 / 0.9);border-bottom-color:rgb(253 230 138 / 0.9)}
.border-y-amber-200\/95{border-top-color:rgb(253 230 138 / 0.95);border-bottom-color:rgb(253 230 138 / 0.95)}
.border-y-amber-300{--tw-border-opacity:1;border-top-color:rgb(252 211 77 / var(--tw-border-opacity));border-bottom-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-y-amber-300\/0{border-top-color:rgb(252 211 77 / 0);border-bottom-color:rgb(252 211 77 / 0)}
.border-y-amber-300\/10{border-top-color:rgb(252 211 77 / 0.1);border-bottom-color:rgb(252 211 77 / 0.1)}
.border-y-amber-300\/100{border-top-color:rgb(252 211 77 / 1);border-bottom-color:rgb(252 211 77 / 1)}
.border-y-amber-300\/15{border-top-color:rgb(252 211 77 / 0.15);border-bottom-color:rgb(252 211 77 / 0.15)}
.border-y-amber-300\/20{border-top-color:rgb(252 211 77 / 0.2);border-bottom-color:rgb(252 211 77 / 0.2)}
.border-y-amber-300\/25{border-top-color:rgb(252 211 77 / 0.25);border-bottom-color:rgb(252 211 77 / 0.25)}
.border-y-amber-300\/30{border-top-color:rgb(252 211 77 / 0.3);border-bottom-color:rgb(252 211 77 / 0.3)}
.border-y-amber-300\/35{border-top-color:rgb(252 211 77 / 0.35);border-bottom-color:rgb(252 211 77 / 0.35)}
.border-y-amber-300\/40{border-top-color:rgb(252 211 77 / 0.4);border-bottom-color:rgb(252 211 77 / 0.4)}
.border-y-amber-300\/45{border-top-color:rgb(252 211 77 / 0.45);border-bottom-color:rgb(252 211 77 / 0.45)}
.border-y-amber-300\/5{border-top-color:rgb(252 211 77 / 0.05);border-bottom-color:rgb(252 211 77 / 0.05)}
.border-y-amber-300\/50{border-top-color:rgb(252 211 77 / 0.5);border-bottom-color:rgb(252 211 77 / 0.5)}
.border-y-amber-300\/55{border-top-color:rgb(252 211 77 / 0.55);border-bottom-color:rgb(252 211 77 / 0.55)}
.border-y-amber-300\/60{border-top-color:rgb(252 211 77 / 0.6);border-bottom-color:rgb(252 211 77 / 0.6)}
.border-y-amber-300\/65{border-top-color:rgb(252 211 77 / 0.65);border-bottom-color:rgb(252 211 77 / 0.65)}
.border-y-amber-300\/70{border-top-color:rgb(252 211 77 / 0.7);border-bottom-color:rgb(252 211 77 / 0.7)}
.border-y-amber-300\/75{border-top-color:rgb(252 211 77 / 0.75);border-bottom-color:rgb(252 211 77 / 0.75)}
.border-y-amber-300\/80{border-top-color:rgb(252 211 77 / 0.8);border-bottom-color:rgb(252 211 77 / 0.8)}
.border-y-amber-300\/85{border-top-color:rgb(252 211 77 / 0.85);border-bottom-color:rgb(252 211 77 / 0.85)}
.border-y-amber-300\/90{border-top-color:rgb(252 211 77 / 0.9);border-bottom-color:rgb(252 211 77 / 0.9)}
.border-y-amber-300\/95{border-top-color:rgb(252 211 77 / 0.95);border-bottom-color:rgb(252 211 77 / 0.95)}
.border-y-amber-400{--tw-border-opacity:1;border-top-color:rgb(251 191 36 / var(--tw-border-opacity));border-bottom-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-y-amber-400\/0{border-top-color:rgb(251 191 36 / 0);border-bottom-color:rgb(251 191 36 / 0)}
.border-y-amber-400\/10{border-top-color:rgb(251 191 36 / 0.1);border-bottom-color:rgb(251 191 36 / 0.1)}
.border-y-amber-400\/100{border-top-color:rgb(251 191 36 / 1);border-bottom-color:rgb(251 191 36 / 1)}
.border-y-amber-400\/15{border-top-color:rgb(251 191 36 / 0.15);border-bottom-color:rgb(251 191 36 / 0.15)}
.border-y-amber-400\/20{border-top-color:rgb(251 191 36 / 0.2);border-bottom-color:rgb(251 191 36 / 0.2)}
.border-y-amber-400\/25{border-top-color:rgb(251 191 36 / 0.25);border-bottom-color:rgb(251 191 36 / 0.25)}
.border-y-amber-400\/30{border-top-color:rgb(251 191 36 / 0.3);border-bottom-color:rgb(251 191 36 / 0.3)}
.border-y-amber-400\/35{border-top-color:rgb(251 191 36 / 0.35);border-bottom-color:rgb(251 191 36 / 0.35)}
.border-y-amber-400\/40{border-top-color:rgb(251 191 36 / 0.4);border-bottom-color:rgb(251 191 36 / 0.4)}
.border-y-amber-400\/45{border-top-color:rgb(251 191 36 / 0.45);border-bottom-color:rgb(251 191 36 / 0.45)}
.border-y-amber-400\/5{border-top-color:rgb(251 191 36 / 0.05);border-bottom-color:rgb(251 191 36 / 0.05)}
.border-y-amber-400\/50{border-top-color:rgb(251 191 36 / 0.5);border-bottom-color:rgb(251 191 36 / 0.5)}
.border-y-amber-400\/55{border-top-color:rgb(251 191 36 / 0.55);border-bottom-color:rgb(251 191 36 / 0.55)}
.border-y-amber-400\/60{border-top-color:rgb(251 191 36 / 0.6);border-bottom-color:rgb(251 191 36 / 0.6)}
.border-y-amber-400\/65{border-top-color:rgb(251 191 36 / 0.65);border-bottom-color:rgb(251 191 36 / 0.65)}
.border-y-amber-400\/70{border-top-color:rgb(251 191 36 / 0.7);border-bottom-color:rgb(251 191 36 / 0.7)}
.border-y-amber-400\/75{border-top-color:rgb(251 191 36 / 0.75);border-bottom-color:rgb(251 191 36 / 0.75)}
.border-y-amber-400\/80{border-top-color:rgb(251 191 36 / 0.8);border-bottom-color:rgb(251 191 36 / 0.8)}
.border-y-amber-400\/85{border-top-color:rgb(251 191 36 / 0.85);border-bottom-color:rgb(251 191 36 / 0.85)}
.border-y-amber-400\/90{border-top-color:rgb(251 191 36 / 0.9);border-bottom-color:rgb(251 191 36 / 0.9)}
.border-y-amber-400\/95{border-top-color:rgb(251 191 36 / 0.95);border-bottom-color:rgb(251 191 36 / 0.95)}
.border-y-amber-50{--tw-border-opacity:1;border-top-color:rgb(255 251 235 / var(--tw-border-opacity));border-bottom-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-y-amber-50\/0{border-top-color:rgb(255 251 235 / 0);border-bottom-color:rgb(255 251 235 / 0)}
.border-y-amber-50\/10{border-top-color:rgb(255 251 235 / 0.1);border-bottom-color:rgb(255 251 235 / 0.1)}
.border-y-amber-50\/100{border-top-color:rgb(255 251 235 / 1);border-bottom-color:rgb(255 251 235 / 1)}
.border-y-amber-50\/15{border-top-color:rgb(255 251 235 / 0.15);border-bottom-color:rgb(255 251 235 / 0.15)}
.border-y-amber-50\/20{border-top-color:rgb(255 251 235 / 0.2);border-bottom-color:rgb(255 251 235 / 0.2)}
.border-y-amber-50\/25{border-top-color:rgb(255 251 235 / 0.25);border-bottom-color:rgb(255 251 235 / 0.25)}
.border-y-amber-50\/30{border-top-color:rgb(255 251 235 / 0.3);border-bottom-color:rgb(255 251 235 / 0.3)}
.border-y-amber-50\/35{border-top-color:rgb(255 251 235 / 0.35);border-bottom-color:rgb(255 251 235 / 0.35)}
.border-y-amber-50\/40{border-top-color:rgb(255 251 235 / 0.4);border-bottom-color:rgb(255 251 235 / 0.4)}
.border-y-amber-50\/45{border-top-color:rgb(255 251 235 / 0.45);border-bottom-color:rgb(255 251 235 / 0.45)}
.border-y-amber-50\/5{border-top-color:rgb(255 251 235 / 0.05);border-bottom-color:rgb(255 251 235 / 0.05)}
.border-y-amber-50\/50{border-top-color:rgb(255 251 235 / 0.5);border-bottom-color:rgb(255 251 235 / 0.5)}
.border-y-amber-50\/55{border-top-color:rgb(255 251 235 / 0.55);border-bottom-color:rgb(255 251 235 / 0.55)}
.border-y-amber-50\/60{border-top-color:rgb(255 251 235 / 0.6);border-bottom-color:rgb(255 251 235 / 0.6)}
.border-y-amber-50\/65{border-top-color:rgb(255 251 235 / 0.65);border-bottom-color:rgb(255 251 235 / 0.65)}
.border-y-amber-50\/70{border-top-color:rgb(255 251 235 / 0.7);border-bottom-color:rgb(255 251 235 / 0.7)}
.border-y-amber-50\/75{border-top-color:rgb(255 251 235 / 0.75);border-bottom-color:rgb(255 251 235 / 0.75)}
.border-y-amber-50\/80{border-top-color:rgb(255 251 235 / 0.8);border-bottom-color:rgb(255 251 235 / 0.8)}
.border-y-amber-50\/85{border-top-color:rgb(255 251 235 / 0.85);border-bottom-color:rgb(255 251 235 / 0.85)}
.border-y-amber-50\/90{border-top-color:rgb(255 251 235 / 0.9);border-bottom-color:rgb(255 251 235 / 0.9)}
.border-y-amber-50\/95{border-top-color:rgb(255 251 235 / 0.95);border-bottom-color:rgb(255 251 235 / 0.95)}
.border-y-amber-500{--tw-border-opacity:1;border-top-color:rgb(245 158 11 / var(--tw-border-opacity));border-bottom-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-y-amber-500\/0{border-top-color:rgb(245 158 11 / 0);border-bottom-color:rgb(245 158 11 / 0)}
.border-y-amber-500\/10{border-top-color:rgb(245 158 11 / 0.1);border-bottom-color:rgb(245 158 11 / 0.1)}
.border-y-amber-500\/100{border-top-color:rgb(245 158 11 / 1);border-bottom-color:rgb(245 158 11 / 1)}
.border-y-amber-500\/15{border-top-color:rgb(245 158 11 / 0.15);border-bottom-color:rgb(245 158 11 / 0.15)}
.border-y-amber-500\/20{border-top-color:rgb(245 158 11 / 0.2);border-bottom-color:rgb(245 158 11 / 0.2)}
.border-y-amber-500\/25{border-top-color:rgb(245 158 11 / 0.25);border-bottom-color:rgb(245 158 11 / 0.25)}
.border-y-amber-500\/30{border-top-color:rgb(245 158 11 / 0.3);border-bottom-color:rgb(245 158 11 / 0.3)}
.border-y-amber-500\/35{border-top-color:rgb(245 158 11 / 0.35);border-bottom-color:rgb(245 158 11 / 0.35)}
.border-y-amber-500\/40{border-top-color:rgb(245 158 11 / 0.4);border-bottom-color:rgb(245 158 11 / 0.4)}
.border-y-amber-500\/45{border-top-color:rgb(245 158 11 / 0.45);border-bottom-color:rgb(245 158 11 / 0.45)}
.border-y-amber-500\/5{border-top-color:rgb(245 158 11 / 0.05);border-bottom-color:rgb(245 158 11 / 0.05)}
.border-y-amber-500\/50{border-top-color:rgb(245 158 11 / 0.5);border-bottom-color:rgb(245 158 11 / 0.5)}
.border-y-amber-500\/55{border-top-color:rgb(245 158 11 / 0.55);border-bottom-color:rgb(245 158 11 / 0.55)}
.border-y-amber-500\/60{border-top-color:rgb(245 158 11 / 0.6);border-bottom-color:rgb(245 158 11 / 0.6)}
.border-y-amber-500\/65{border-top-color:rgb(245 158 11 / 0.65);border-bottom-color:rgb(245 158 11 / 0.65)}
.border-y-amber-500\/70{border-top-color:rgb(245 158 11 / 0.7);border-bottom-color:rgb(245 158 11 / 0.7)}
.border-y-amber-500\/75{border-top-color:rgb(245 158 11 / 0.75);border-bottom-color:rgb(245 158 11 / 0.75)}
.border-y-amber-500\/80{border-top-color:rgb(245 158 11 / 0.8);border-bottom-color:rgb(245 158 11 / 0.8)}
.border-y-amber-500\/85{border-top-color:rgb(245 158 11 / 0.85);border-bottom-color:rgb(245 158 11 / 0.85)}
.border-y-amber-500\/90{border-top-color:rgb(245 158 11 / 0.9);border-bottom-color:rgb(245 158 11 / 0.9)}
.border-y-amber-500\/95{border-top-color:rgb(245 158 11 / 0.95);border-bottom-color:rgb(245 158 11 / 0.95)}
.border-y-amber-600{--tw-border-opacity:1;border-top-color:rgb(217 119 6 / var(--tw-border-opacity));border-bottom-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-y-amber-600\/0{border-top-color:rgb(217 119 6 / 0);border-bottom-color:rgb(217 119 6 / 0)}
.border-y-amber-600\/10{border-top-color:rgb(217 119 6 / 0.1);border-bottom-color:rgb(217 119 6 / 0.1)}
.border-y-amber-600\/100{border-top-color:rgb(217 119 6 / 1);border-bottom-color:rgb(217 119 6 / 1)}
.border-y-amber-600\/15{border-top-color:rgb(217 119 6 / 0.15);border-bottom-color:rgb(217 119 6 / 0.15)}
.border-y-amber-600\/20{border-top-color:rgb(217 119 6 / 0.2);border-bottom-color:rgb(217 119 6 / 0.2)}
.border-y-amber-600\/25{border-top-color:rgb(217 119 6 / 0.25);border-bottom-color:rgb(217 119 6 / 0.25)}
.border-y-amber-600\/30{border-top-color:rgb(217 119 6 / 0.3);border-bottom-color:rgb(217 119 6 / 0.3)}
.border-y-amber-600\/35{border-top-color:rgb(217 119 6 / 0.35);border-bottom-color:rgb(217 119 6 / 0.35)}
.border-y-amber-600\/40{border-top-color:rgb(217 119 6 / 0.4);border-bottom-color:rgb(217 119 6 / 0.4)}
.border-y-amber-600\/45{border-top-color:rgb(217 119 6 / 0.45);border-bottom-color:rgb(217 119 6 / 0.45)}
.border-y-amber-600\/5{border-top-color:rgb(217 119 6 / 0.05);border-bottom-color:rgb(217 119 6 / 0.05)}
.border-y-amber-600\/50{border-top-color:rgb(217 119 6 / 0.5);border-bottom-color:rgb(217 119 6 / 0.5)}
.border-y-amber-600\/55{border-top-color:rgb(217 119 6 / 0.55);border-bottom-color:rgb(217 119 6 / 0.55)}
.border-y-amber-600\/60{border-top-color:rgb(217 119 6 / 0.6);border-bottom-color:rgb(217 119 6 / 0.6)}
.border-y-amber-600\/65{border-top-color:rgb(217 119 6 / 0.65);border-bottom-color:rgb(217 119 6 / 0.65)}
.border-y-amber-600\/70{border-top-color:rgb(217 119 6 / 0.7);border-bottom-color:rgb(217 119 6 / 0.7)}
.border-y-amber-600\/75{border-top-color:rgb(217 119 6 / 0.75);border-bottom-color:rgb(217 119 6 / 0.75)}
.border-y-amber-600\/80{border-top-color:rgb(217 119 6 / 0.8);border-bottom-color:rgb(217 119 6 / 0.8)}
.border-y-amber-600\/85{border-top-color:rgb(217 119 6 / 0.85);border-bottom-color:rgb(217 119 6 / 0.85)}
.border-y-amber-600\/90{border-top-color:rgb(217 119 6 / 0.9);border-bottom-color:rgb(217 119 6 / 0.9)}
.border-y-amber-600\/95{border-top-color:rgb(217 119 6 / 0.95);border-bottom-color:rgb(217 119 6 / 0.95)}
.border-y-amber-700{--tw-border-opacity:1;border-top-color:rgb(180 83 9 / var(--tw-border-opacity));border-bottom-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-y-amber-700\/0{border-top-color:rgb(180 83 9 / 0);border-bottom-color:rgb(180 83 9 / 0)}
.border-y-amber-700\/10{border-top-color:rgb(180 83 9 / 0.1);border-bottom-color:rgb(180 83 9 / 0.1)}
.border-y-amber-700\/100{border-top-color:rgb(180 83 9 / 1);border-bottom-color:rgb(180 83 9 / 1)}
.border-y-amber-700\/15{border-top-color:rgb(180 83 9 / 0.15);border-bottom-color:rgb(180 83 9 / 0.15)}
.border-y-amber-700\/20{border-top-color:rgb(180 83 9 / 0.2);border-bottom-color:rgb(180 83 9 / 0.2)}
.border-y-amber-700\/25{border-top-color:rgb(180 83 9 / 0.25);border-bottom-color:rgb(180 83 9 / 0.25)}
.border-y-amber-700\/30{border-top-color:rgb(180 83 9 / 0.3);border-bottom-color:rgb(180 83 9 / 0.3)}
.border-y-amber-700\/35{border-top-color:rgb(180 83 9 / 0.35);border-bottom-color:rgb(180 83 9 / 0.35)}
.border-y-amber-700\/40{border-top-color:rgb(180 83 9 / 0.4);border-bottom-color:rgb(180 83 9 / 0.4)}
.border-y-amber-700\/45{border-top-color:rgb(180 83 9 / 0.45);border-bottom-color:rgb(180 83 9 / 0.45)}
.border-y-amber-700\/5{border-top-color:rgb(180 83 9 / 0.05);border-bottom-color:rgb(180 83 9 / 0.05)}
.border-y-amber-700\/50{border-top-color:rgb(180 83 9 / 0.5);border-bottom-color:rgb(180 83 9 / 0.5)}
.border-y-amber-700\/55{border-top-color:rgb(180 83 9 / 0.55);border-bottom-color:rgb(180 83 9 / 0.55)}
.border-y-amber-700\/60{border-top-color:rgb(180 83 9 / 0.6);border-bottom-color:rgb(180 83 9 / 0.6)}
.border-y-amber-700\/65{border-top-color:rgb(180 83 9 / 0.65);border-bottom-color:rgb(180 83 9 / 0.65)}
.border-y-amber-700\/70{border-top-color:rgb(180 83 9 / 0.7);border-bottom-color:rgb(180 83 9 / 0.7)}
.border-y-amber-700\/75{border-top-color:rgb(180 83 9 / 0.75);border-bottom-color:rgb(180 83 9 / 0.75)}
.border-y-amber-700\/80{border-top-color:rgb(180 83 9 / 0.8);border-bottom-color:rgb(180 83 9 / 0.8)}
.border-y-amber-700\/85{border-top-color:rgb(180 83 9 / 0.85);border-bottom-color:rgb(180 83 9 / 0.85)}
.border-y-amber-700\/90{border-top-color:rgb(180 83 9 / 0.9);border-bottom-color:rgb(180 83 9 / 0.9)}
.border-y-amber-700\/95{border-top-color:rgb(180 83 9 / 0.95);border-bottom-color:rgb(180 83 9 / 0.95)}
.border-y-amber-800{--tw-border-opacity:1;border-top-color:rgb(146 64 14 / var(--tw-border-opacity));border-bottom-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-y-amber-800\/0{border-top-color:rgb(146 64 14 / 0);border-bottom-color:rgb(146 64 14 / 0)}
.border-y-amber-800\/10{border-top-color:rgb(146 64 14 / 0.1);border-bottom-color:rgb(146 64 14 / 0.1)}
.border-y-amber-800\/100{border-top-color:rgb(146 64 14 / 1);border-bottom-color:rgb(146 64 14 / 1)}
.border-y-amber-800\/15{border-top-color:rgb(146 64 14 / 0.15);border-bottom-color:rgb(146 64 14 / 0.15)}
.border-y-amber-800\/20{border-top-color:rgb(146 64 14 / 0.2);border-bottom-color:rgb(146 64 14 / 0.2)}
.border-y-amber-800\/25{border-top-color:rgb(146 64 14 / 0.25);border-bottom-color:rgb(146 64 14 / 0.25)}
.border-y-amber-800\/30{border-top-color:rgb(146 64 14 / 0.3);border-bottom-color:rgb(146 64 14 / 0.3)}
.border-y-amber-800\/35{border-top-color:rgb(146 64 14 / 0.35);border-bottom-color:rgb(146 64 14 / 0.35)}
.border-y-amber-800\/40{border-top-color:rgb(146 64 14 / 0.4);border-bottom-color:rgb(146 64 14 / 0.4)}
.border-y-amber-800\/45{border-top-color:rgb(146 64 14 / 0.45);border-bottom-color:rgb(146 64 14 / 0.45)}
.border-y-amber-800\/5{border-top-color:rgb(146 64 14 / 0.05);border-bottom-color:rgb(146 64 14 / 0.05)}
.border-y-amber-800\/50{border-top-color:rgb(146 64 14 / 0.5);border-bottom-color:rgb(146 64 14 / 0.5)}
.border-y-amber-800\/55{border-top-color:rgb(146 64 14 / 0.55);border-bottom-color:rgb(146 64 14 / 0.55)}
.border-y-amber-800\/60{border-top-color:rgb(146 64 14 / 0.6);border-bottom-color:rgb(146 64 14 / 0.6)}
.border-y-amber-800\/65{border-top-color:rgb(146 64 14 / 0.65);border-bottom-color:rgb(146 64 14 / 0.65)}
.border-y-amber-800\/70{border-top-color:rgb(146 64 14 / 0.7);border-bottom-color:rgb(146 64 14 / 0.7)}
.border-y-amber-800\/75{border-top-color:rgb(146 64 14 / 0.75);border-bottom-color:rgb(146 64 14 / 0.75)}
.border-y-amber-800\/80{border-top-color:rgb(146 64 14 / 0.8);border-bottom-color:rgb(146 64 14 / 0.8)}
.border-y-amber-800\/85{border-top-color:rgb(146 64 14 / 0.85);border-bottom-color:rgb(146 64 14 / 0.85)}
.border-y-amber-800\/90{border-top-color:rgb(146 64 14 / 0.9);border-bottom-color:rgb(146 64 14 / 0.9)}
.border-y-amber-800\/95{border-top-color:rgb(146 64 14 / 0.95);border-bottom-color:rgb(146 64 14 / 0.95)}
.border-y-amber-900{--tw-border-opacity:1;border-top-color:rgb(120 53 15 / var(--tw-border-opacity));border-bottom-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-y-amber-900\/0{border-top-color:rgb(120 53 15 / 0);border-bottom-color:rgb(120 53 15 / 0)}
.border-y-amber-900\/10{border-top-color:rgb(120 53 15 / 0.1);border-bottom-color:rgb(120 53 15 / 0.1)}
.border-y-amber-900\/100{border-top-color:rgb(120 53 15 / 1);border-bottom-color:rgb(120 53 15 / 1)}
.border-y-amber-900\/15{border-top-color:rgb(120 53 15 / 0.15);border-bottom-color:rgb(120 53 15 / 0.15)}
.border-y-amber-900\/20{border-top-color:rgb(120 53 15 / 0.2);border-bottom-color:rgb(120 53 15 / 0.2)}
.border-y-amber-900\/25{border-top-color:rgb(120 53 15 / 0.25);border-bottom-color:rgb(120 53 15 / 0.25)}
.border-y-amber-900\/30{border-top-color:rgb(120 53 15 / 0.3);border-bottom-color:rgb(120 53 15 / 0.3)}
.border-y-amber-900\/35{border-top-color:rgb(120 53 15 / 0.35);border-bottom-color:rgb(120 53 15 / 0.35)}
.border-y-amber-900\/40{border-top-color:rgb(120 53 15 / 0.4);border-bottom-color:rgb(120 53 15 / 0.4)}
.border-y-amber-900\/45{border-top-color:rgb(120 53 15 / 0.45);border-bottom-color:rgb(120 53 15 / 0.45)}
.border-y-amber-900\/5{border-top-color:rgb(120 53 15 / 0.05);border-bottom-color:rgb(120 53 15 / 0.05)}
.border-y-amber-900\/50{border-top-color:rgb(120 53 15 / 0.5);border-bottom-color:rgb(120 53 15 / 0.5)}
.border-y-amber-900\/55{border-top-color:rgb(120 53 15 / 0.55);border-bottom-color:rgb(120 53 15 / 0.55)}
.border-y-amber-900\/60{border-top-color:rgb(120 53 15 / 0.6);border-bottom-color:rgb(120 53 15 / 0.6)}
.border-y-amber-900\/65{border-top-color:rgb(120 53 15 / 0.65);border-bottom-color:rgb(120 53 15 / 0.65)}
.border-y-amber-900\/70{border-top-color:rgb(120 53 15 / 0.7);border-bottom-color:rgb(120 53 15 / 0.7)}
.border-y-amber-900\/75{border-top-color:rgb(120 53 15 / 0.75);border-bottom-color:rgb(120 53 15 / 0.75)}
.border-y-amber-900\/80{border-top-color:rgb(120 53 15 / 0.8);border-bottom-color:rgb(120 53 15 / 0.8)}
.border-y-amber-900\/85{border-top-color:rgb(120 53 15 / 0.85);border-bottom-color:rgb(120 53 15 / 0.85)}
.border-y-amber-900\/90{border-top-color:rgb(120 53 15 / 0.9);border-bottom-color:rgb(120 53 15 / 0.9)}
.border-y-amber-900\/95{border-top-color:rgb(120 53 15 / 0.95);border-bottom-color:rgb(120 53 15 / 0.95)}
.border-y-amber-950{--tw-border-opacity:1;border-top-color:rgb(69 26 3 / var(--tw-border-opacity));border-bottom-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-y-amber-950\/0{border-top-color:rgb(69 26 3 / 0);border-bottom-color:rgb(69 26 3 / 0)}
.border-y-amber-950\/10{border-top-color:rgb(69 26 3 / 0.1);border-bottom-color:rgb(69 26 3 / 0.1)}
.border-y-amber-950\/100{border-top-color:rgb(69 26 3 / 1);border-bottom-color:rgb(69 26 3 / 1)}
.border-y-amber-950\/15{border-top-color:rgb(69 26 3 / 0.15);border-bottom-color:rgb(69 26 3 / 0.15)}
.border-y-amber-950\/20{border-top-color:rgb(69 26 3 / 0.2);border-bottom-color:rgb(69 26 3 / 0.2)}
.border-y-amber-950\/25{border-top-color:rgb(69 26 3 / 0.25);border-bottom-color:rgb(69 26 3 / 0.25)}
.border-y-amber-950\/30{border-top-color:rgb(69 26 3 / 0.3);border-bottom-color:rgb(69 26 3 / 0.3)}
.border-y-amber-950\/35{border-top-color:rgb(69 26 3 / 0.35);border-bottom-color:rgb(69 26 3 / 0.35)}
.border-y-amber-950\/40{border-top-color:rgb(69 26 3 / 0.4);border-bottom-color:rgb(69 26 3 / 0.4)}
.border-y-amber-950\/45{border-top-color:rgb(69 26 3 / 0.45);border-bottom-color:rgb(69 26 3 / 0.45)}
.border-y-amber-950\/5{border-top-color:rgb(69 26 3 / 0.05);border-bottom-color:rgb(69 26 3 / 0.05)}
.border-y-amber-950\/50{border-top-color:rgb(69 26 3 / 0.5);border-bottom-color:rgb(69 26 3 / 0.5)}
.border-y-amber-950\/55{border-top-color:rgb(69 26 3 / 0.55);border-bottom-color:rgb(69 26 3 / 0.55)}
.border-y-amber-950\/60{border-top-color:rgb(69 26 3 / 0.6);border-bottom-color:rgb(69 26 3 / 0.6)}
.border-y-amber-950\/65{border-top-color:rgb(69 26 3 / 0.65);border-bottom-color:rgb(69 26 3 / 0.65)}
.border-y-amber-950\/70{border-top-color:rgb(69 26 3 / 0.7);border-bottom-color:rgb(69 26 3 / 0.7)}
.border-y-amber-950\/75{border-top-color:rgb(69 26 3 / 0.75);border-bottom-color:rgb(69 26 3 / 0.75)}
.border-y-amber-950\/80{border-top-color:rgb(69 26 3 / 0.8);border-bottom-color:rgb(69 26 3 / 0.8)}
.border-y-amber-950\/85{border-top-color:rgb(69 26 3 / 0.85);border-bottom-color:rgb(69 26 3 / 0.85)}
.border-y-amber-950\/90{border-top-color:rgb(69 26 3 / 0.9);border-bottom-color:rgb(69 26 3 / 0.9)}
.border-y-amber-950\/95{border-top-color:rgb(69 26 3 / 0.95);border-bottom-color:rgb(69 26 3 / 0.95)}
.border-y-background-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-background-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-background-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-background-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-background-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-background-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-background-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-background-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-background-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-background-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-background-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-background-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-background-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-background-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-background-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-background-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-background-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-background-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-background-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-background-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-background-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-background-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-background-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-background-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-background-text-text{--tw-border-opacity:1;border-top-color:rgb(107 111 115 / var(--tw-border-opacity));border-bottom-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-y-background-text-text\/0{border-top-color:rgb(107 111 115 / 0);border-bottom-color:rgb(107 111 115 / 0)}
.border-y-background-text-text\/10{border-top-color:rgb(107 111 115 / 0.1);border-bottom-color:rgb(107 111 115 / 0.1)}
.border-y-background-text-text\/100{border-top-color:rgb(107 111 115 / 1);border-bottom-color:rgb(107 111 115 / 1)}
.border-y-background-text-text\/15{border-top-color:rgb(107 111 115 / 0.15);border-bottom-color:rgb(107 111 115 / 0.15)}
.border-y-background-text-text\/20{border-top-color:rgb(107 111 115 / 0.2);border-bottom-color:rgb(107 111 115 / 0.2)}
.border-y-background-text-text\/25{border-top-color:rgb(107 111 115 / 0.25);border-bottom-color:rgb(107 111 115 / 0.25)}
.border-y-background-text-text\/30{border-top-color:rgb(107 111 115 / 0.3);border-bottom-color:rgb(107 111 115 / 0.3)}
.border-y-background-text-text\/35{border-top-color:rgb(107 111 115 / 0.35);border-bottom-color:rgb(107 111 115 / 0.35)}
.border-y-background-text-text\/40{border-top-color:rgb(107 111 115 / 0.4);border-bottom-color:rgb(107 111 115 / 0.4)}
.border-y-background-text-text\/45{border-top-color:rgb(107 111 115 / 0.45);border-bottom-color:rgb(107 111 115 / 0.45)}
.border-y-background-text-text\/5{border-top-color:rgb(107 111 115 / 0.05);border-bottom-color:rgb(107 111 115 / 0.05)}
.border-y-background-text-text\/50{border-top-color:rgb(107 111 115 / 0.5);border-bottom-color:rgb(107 111 115 / 0.5)}
.border-y-background-text-text\/55{border-top-color:rgb(107 111 115 / 0.55);border-bottom-color:rgb(107 111 115 / 0.55)}
.border-y-background-text-text\/60{border-top-color:rgb(107 111 115 / 0.6);border-bottom-color:rgb(107 111 115 / 0.6)}
.border-y-background-text-text\/65{border-top-color:rgb(107 111 115 / 0.65);border-bottom-color:rgb(107 111 115 / 0.65)}
.border-y-background-text-text\/70{border-top-color:rgb(107 111 115 / 0.7);border-bottom-color:rgb(107 111 115 / 0.7)}
.border-y-background-text-text\/75{border-top-color:rgb(107 111 115 / 0.75);border-bottom-color:rgb(107 111 115 / 0.75)}
.border-y-background-text-text\/80{border-top-color:rgb(107 111 115 / 0.8);border-bottom-color:rgb(107 111 115 / 0.8)}
.border-y-background-text-text\/85{border-top-color:rgb(107 111 115 / 0.85);border-bottom-color:rgb(107 111 115 / 0.85)}
.border-y-background-text-text\/90{border-top-color:rgb(107 111 115 / 0.9);border-bottom-color:rgb(107 111 115 / 0.9)}
.border-y-background-text-text\/95{border-top-color:rgb(107 111 115 / 0.95);border-bottom-color:rgb(107 111 115 / 0.95)}
.border-y-bt-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-bt-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-bt-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-bt-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-bt-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-bt-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-bt-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-bt-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-bt-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-bt-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-bt-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-bt-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-bt-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-bt-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-bt-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-bt-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-bt-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-bt-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-bt-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-bt-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-bt-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-bt-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-bt-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-bt-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-bt-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity));border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-y-bt-text-text\/0{border-top-color:rgb(30 41 59 / 0);border-bottom-color:rgb(30 41 59 / 0)}
.border-y-bt-text-text\/10{border-top-color:rgb(30 41 59 / 0.1);border-bottom-color:rgb(30 41 59 / 0.1)}
.border-y-bt-text-text\/100{border-top-color:rgb(30 41 59 / 1);border-bottom-color:rgb(30 41 59 / 1)}
.border-y-bt-text-text\/15{border-top-color:rgb(30 41 59 / 0.15);border-bottom-color:rgb(30 41 59 / 0.15)}
.border-y-bt-text-text\/20{border-top-color:rgb(30 41 59 / 0.2);border-bottom-color:rgb(30 41 59 / 0.2)}
.border-y-bt-text-text\/25{border-top-color:rgb(30 41 59 / 0.25);border-bottom-color:rgb(30 41 59 / 0.25)}
.border-y-bt-text-text\/30{border-top-color:rgb(30 41 59 / 0.3);border-bottom-color:rgb(30 41 59 / 0.3)}
.border-y-bt-text-text\/35{border-top-color:rgb(30 41 59 / 0.35);border-bottom-color:rgb(30 41 59 / 0.35)}
.border-y-bt-text-text\/40{border-top-color:rgb(30 41 59 / 0.4);border-bottom-color:rgb(30 41 59 / 0.4)}
.border-y-bt-text-text\/45{border-top-color:rgb(30 41 59 / 0.45);border-bottom-color:rgb(30 41 59 / 0.45)}
.border-y-bt-text-text\/5{border-top-color:rgb(30 41 59 / 0.05);border-bottom-color:rgb(30 41 59 / 0.05)}
.border-y-bt-text-text\/50{border-top-color:rgb(30 41 59 / 0.5);border-bottom-color:rgb(30 41 59 / 0.5)}
.border-y-bt-text-text\/55{border-top-color:rgb(30 41 59 / 0.55);border-bottom-color:rgb(30 41 59 / 0.55)}
.border-y-bt-text-text\/60{border-top-color:rgb(30 41 59 / 0.6);border-bottom-color:rgb(30 41 59 / 0.6)}
.border-y-bt-text-text\/65{border-top-color:rgb(30 41 59 / 0.65);border-bottom-color:rgb(30 41 59 / 0.65)}
.border-y-bt-text-text\/70{border-top-color:rgb(30 41 59 / 0.7);border-bottom-color:rgb(30 41 59 / 0.7)}
.border-y-bt-text-text\/75{border-top-color:rgb(30 41 59 / 0.75);border-bottom-color:rgb(30 41 59 / 0.75)}
.border-y-bt-text-text\/80{border-top-color:rgb(30 41 59 / 0.8);border-bottom-color:rgb(30 41 59 / 0.8)}
.border-y-bt-text-text\/85{border-top-color:rgb(30 41 59 / 0.85);border-bottom-color:rgb(30 41 59 / 0.85)}
.border-y-bt-text-text\/90{border-top-color:rgb(30 41 59 / 0.9);border-bottom-color:rgb(30 41 59 / 0.9)}
.border-y-bt-text-text\/95{border-top-color:rgb(30 41 59 / 0.95);border-bottom-color:rgb(30 41 59 / 0.95)}
.border-y-btLight-text-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-btLight-text-contrast\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-btLight-text-contrast\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-btLight-text-contrast\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-btLight-text-contrast\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-btLight-text-contrast\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-btLight-text-contrast\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-btLight-text-contrast\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-btLight-text-contrast\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-btLight-text-contrast\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-btLight-text-contrast\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-btLight-text-contrast\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-btLight-text-contrast\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-btLight-text-contrast\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-btLight-text-contrast\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-btLight-text-contrast\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-btLight-text-contrast\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-btLight-text-contrast\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-btLight-text-contrast\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-btLight-text-contrast\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-btLight-text-contrast\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-btLight-text-contrast\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-btLight-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-btLight-text-isDark{}
.border-y-btLight-text-text{--tw-border-opacity:1;border-top-color:rgb(72 171 217 / var(--tw-border-opacity));border-bottom-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-y-btLight-text-text\/0{border-top-color:rgb(72 171 217 / 0);border-bottom-color:rgb(72 171 217 / 0)}
.border-y-btLight-text-text\/10{border-top-color:rgb(72 171 217 / 0.1);border-bottom-color:rgb(72 171 217 / 0.1)}
.border-y-btLight-text-text\/100{border-top-color:rgb(72 171 217 / 1);border-bottom-color:rgb(72 171 217 / 1)}
.border-y-btLight-text-text\/15{border-top-color:rgb(72 171 217 / 0.15);border-bottom-color:rgb(72 171 217 / 0.15)}
.border-y-btLight-text-text\/20{border-top-color:rgb(72 171 217 / 0.2);border-bottom-color:rgb(72 171 217 / 0.2)}
.border-y-btLight-text-text\/25{border-top-color:rgb(72 171 217 / 0.25);border-bottom-color:rgb(72 171 217 / 0.25)}
.border-y-btLight-text-text\/30{border-top-color:rgb(72 171 217 / 0.3);border-bottom-color:rgb(72 171 217 / 0.3)}
.border-y-btLight-text-text\/35{border-top-color:rgb(72 171 217 / 0.35);border-bottom-color:rgb(72 171 217 / 0.35)}
.border-y-btLight-text-text\/40{border-top-color:rgb(72 171 217 / 0.4);border-bottom-color:rgb(72 171 217 / 0.4)}
.border-y-btLight-text-text\/45{border-top-color:rgb(72 171 217 / 0.45);border-bottom-color:rgb(72 171 217 / 0.45)}
.border-y-btLight-text-text\/5{border-top-color:rgb(72 171 217 / 0.05);border-bottom-color:rgb(72 171 217 / 0.05)}
.border-y-btLight-text-text\/50{border-top-color:rgb(72 171 217 / 0.5);border-bottom-color:rgb(72 171 217 / 0.5)}
.border-y-btLight-text-text\/55{border-top-color:rgb(72 171 217 / 0.55);border-bottom-color:rgb(72 171 217 / 0.55)}
.border-y-btLight-text-text\/60{border-top-color:rgb(72 171 217 / 0.6);border-bottom-color:rgb(72 171 217 / 0.6)}
.border-y-btLight-text-text\/65{border-top-color:rgb(72 171 217 / 0.65);border-bottom-color:rgb(72 171 217 / 0.65)}
.border-y-btLight-text-text\/70{border-top-color:rgb(72 171 217 / 0.7);border-bottom-color:rgb(72 171 217 / 0.7)}
.border-y-btLight-text-text\/75{border-top-color:rgb(72 171 217 / 0.75);border-bottom-color:rgb(72 171 217 / 0.75)}
.border-y-btLight-text-text\/80{border-top-color:rgb(72 171 217 / 0.8);border-bottom-color:rgb(72 171 217 / 0.8)}
.border-y-btLight-text-text\/85{border-top-color:rgb(72 171 217 / 0.85);border-bottom-color:rgb(72 171 217 / 0.85)}
.border-y-btLight-text-text\/90{border-top-color:rgb(72 171 217 / 0.9);border-bottom-color:rgb(72 171 217 / 0.9)}
.border-y-btLight-text-text\/95{border-top-color:rgb(72 171 217 / 0.95);border-bottom-color:rgb(72 171 217 / 0.95)}
.border-y-cardBackground-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-cardBackground-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-cardBackground-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-cardBackground-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-cardBackground-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-cardBackground-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-cardBackground-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-cardBackground-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-cardBackground-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-cardBackground-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-cardBackground-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-cardBackground-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-cardBackground-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-cardBackground-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-cardBackground-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-cardBackground-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-cardBackground-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-cardBackground-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-cardBackground-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-cardBackground-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-cardBackground-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-cardBackground-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-cardBackground-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-cardBackground-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-cardBackground-text-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity));border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-y-cardBackground-text-text\/0{border-top-color:rgb(132 132 132 / 0);border-bottom-color:rgb(132 132 132 / 0)}
.border-y-cardBackground-text-text\/10{border-top-color:rgb(132 132 132 / 0.1);border-bottom-color:rgb(132 132 132 / 0.1)}
.border-y-cardBackground-text-text\/100{border-top-color:rgb(132 132 132 / 1);border-bottom-color:rgb(132 132 132 / 1)}
.border-y-cardBackground-text-text\/15{border-top-color:rgb(132 132 132 / 0.15);border-bottom-color:rgb(132 132 132 / 0.15)}
.border-y-cardBackground-text-text\/20{border-top-color:rgb(132 132 132 / 0.2);border-bottom-color:rgb(132 132 132 / 0.2)}
.border-y-cardBackground-text-text\/25{border-top-color:rgb(132 132 132 / 0.25);border-bottom-color:rgb(132 132 132 / 0.25)}
.border-y-cardBackground-text-text\/30{border-top-color:rgb(132 132 132 / 0.3);border-bottom-color:rgb(132 132 132 / 0.3)}
.border-y-cardBackground-text-text\/35{border-top-color:rgb(132 132 132 / 0.35);border-bottom-color:rgb(132 132 132 / 0.35)}
.border-y-cardBackground-text-text\/40{border-top-color:rgb(132 132 132 / 0.4);border-bottom-color:rgb(132 132 132 / 0.4)}
.border-y-cardBackground-text-text\/45{border-top-color:rgb(132 132 132 / 0.45);border-bottom-color:rgb(132 132 132 / 0.45)}
.border-y-cardBackground-text-text\/5{border-top-color:rgb(132 132 132 / 0.05);border-bottom-color:rgb(132 132 132 / 0.05)}
.border-y-cardBackground-text-text\/50{border-top-color:rgb(132 132 132 / 0.5);border-bottom-color:rgb(132 132 132 / 0.5)}
.border-y-cardBackground-text-text\/55{border-top-color:rgb(132 132 132 / 0.55);border-bottom-color:rgb(132 132 132 / 0.55)}
.border-y-cardBackground-text-text\/60{border-top-color:rgb(132 132 132 / 0.6);border-bottom-color:rgb(132 132 132 / 0.6)}
.border-y-cardBackground-text-text\/65{border-top-color:rgb(132 132 132 / 0.65);border-bottom-color:rgb(132 132 132 / 0.65)}
.border-y-cardBackground-text-text\/70{border-top-color:rgb(132 132 132 / 0.7);border-bottom-color:rgb(132 132 132 / 0.7)}
.border-y-cardBackground-text-text\/75{border-top-color:rgb(132 132 132 / 0.75);border-bottom-color:rgb(132 132 132 / 0.75)}
.border-y-cardBackground-text-text\/80{border-top-color:rgb(132 132 132 / 0.8);border-bottom-color:rgb(132 132 132 / 0.8)}
.border-y-cardBackground-text-text\/85{border-top-color:rgb(132 132 132 / 0.85);border-bottom-color:rgb(132 132 132 / 0.85)}
.border-y-cardBackground-text-text\/90{border-top-color:rgb(132 132 132 / 0.9);border-bottom-color:rgb(132 132 132 / 0.9)}
.border-y-cardBackground-text-text\/95{border-top-color:rgb(132 132 132 / 0.95);border-bottom-color:rgb(132 132 132 / 0.95)}
.border-y-cardHeader-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-cardHeader-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-cardHeader-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-cardHeader-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-cardHeader-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-cardHeader-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-cardHeader-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-cardHeader-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-cardHeader-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-cardHeader-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-cardHeader-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-cardHeader-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-cardHeader-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-cardHeader-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-cardHeader-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-cardHeader-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-cardHeader-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-cardHeader-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-cardHeader-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-cardHeader-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-cardHeader-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-cardHeader-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-cardHeader-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-cardHeader-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-cardHeader-text-text{--tw-border-opacity:1;border-top-color:rgb(126 126 132 / var(--tw-border-opacity));border-bottom-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-y-cardHeader-text-text\/0{border-top-color:rgb(126 126 132 / 0);border-bottom-color:rgb(126 126 132 / 0)}
.border-y-cardHeader-text-text\/10{border-top-color:rgb(126 126 132 / 0.1);border-bottom-color:rgb(126 126 132 / 0.1)}
.border-y-cardHeader-text-text\/100{border-top-color:rgb(126 126 132 / 1);border-bottom-color:rgb(126 126 132 / 1)}
.border-y-cardHeader-text-text\/15{border-top-color:rgb(126 126 132 / 0.15);border-bottom-color:rgb(126 126 132 / 0.15)}
.border-y-cardHeader-text-text\/20{border-top-color:rgb(126 126 132 / 0.2);border-bottom-color:rgb(126 126 132 / 0.2)}
.border-y-cardHeader-text-text\/25{border-top-color:rgb(126 126 132 / 0.25);border-bottom-color:rgb(126 126 132 / 0.25)}
.border-y-cardHeader-text-text\/30{border-top-color:rgb(126 126 132 / 0.3);border-bottom-color:rgb(126 126 132 / 0.3)}
.border-y-cardHeader-text-text\/35{border-top-color:rgb(126 126 132 / 0.35);border-bottom-color:rgb(126 126 132 / 0.35)}
.border-y-cardHeader-text-text\/40{border-top-color:rgb(126 126 132 / 0.4);border-bottom-color:rgb(126 126 132 / 0.4)}
.border-y-cardHeader-text-text\/45{border-top-color:rgb(126 126 132 / 0.45);border-bottom-color:rgb(126 126 132 / 0.45)}
.border-y-cardHeader-text-text\/5{border-top-color:rgb(126 126 132 / 0.05);border-bottom-color:rgb(126 126 132 / 0.05)}
.border-y-cardHeader-text-text\/50{border-top-color:rgb(126 126 132 / 0.5);border-bottom-color:rgb(126 126 132 / 0.5)}
.border-y-cardHeader-text-text\/55{border-top-color:rgb(126 126 132 / 0.55);border-bottom-color:rgb(126 126 132 / 0.55)}
.border-y-cardHeader-text-text\/60{border-top-color:rgb(126 126 132 / 0.6);border-bottom-color:rgb(126 126 132 / 0.6)}
.border-y-cardHeader-text-text\/65{border-top-color:rgb(126 126 132 / 0.65);border-bottom-color:rgb(126 126 132 / 0.65)}
.border-y-cardHeader-text-text\/70{border-top-color:rgb(126 126 132 / 0.7);border-bottom-color:rgb(126 126 132 / 0.7)}
.border-y-cardHeader-text-text\/75{border-top-color:rgb(126 126 132 / 0.75);border-bottom-color:rgb(126 126 132 / 0.75)}
.border-y-cardHeader-text-text\/80{border-top-color:rgb(126 126 132 / 0.8);border-bottom-color:rgb(126 126 132 / 0.8)}
.border-y-cardHeader-text-text\/85{border-top-color:rgb(126 126 132 / 0.85);border-bottom-color:rgb(126 126 132 / 0.85)}
.border-y-cardHeader-text-text\/90{border-top-color:rgb(126 126 132 / 0.9);border-bottom-color:rgb(126 126 132 / 0.9)}
.border-y-cardHeader-text-text\/95{border-top-color:rgb(126 126 132 / 0.95);border-bottom-color:rgb(126 126 132 / 0.95)}
.border-y-danger-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-danger-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-danger-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-danger-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-danger-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-danger-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-danger-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-danger-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-danger-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-danger-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-danger-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-danger-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-danger-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-danger-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-danger-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-danger-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-danger-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-danger-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-danger-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-danger-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-danger-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-danger-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-danger-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-danger-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-danger-text-text{--tw-border-opacity:1;border-top-color:rgb(232 87 67 / var(--tw-border-opacity));border-bottom-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-y-danger-text-text\/0{border-top-color:rgb(232 87 67 / 0);border-bottom-color:rgb(232 87 67 / 0)}
.border-y-danger-text-text\/10{border-top-color:rgb(232 87 67 / 0.1);border-bottom-color:rgb(232 87 67 / 0.1)}
.border-y-danger-text-text\/100{border-top-color:rgb(232 87 67 / 1);border-bottom-color:rgb(232 87 67 / 1)}
.border-y-danger-text-text\/15{border-top-color:rgb(232 87 67 / 0.15);border-bottom-color:rgb(232 87 67 / 0.15)}
.border-y-danger-text-text\/20{border-top-color:rgb(232 87 67 / 0.2);border-bottom-color:rgb(232 87 67 / 0.2)}
.border-y-danger-text-text\/25{border-top-color:rgb(232 87 67 / 0.25);border-bottom-color:rgb(232 87 67 / 0.25)}
.border-y-danger-text-text\/30{border-top-color:rgb(232 87 67 / 0.3);border-bottom-color:rgb(232 87 67 / 0.3)}
.border-y-danger-text-text\/35{border-top-color:rgb(232 87 67 / 0.35);border-bottom-color:rgb(232 87 67 / 0.35)}
.border-y-danger-text-text\/40{border-top-color:rgb(232 87 67 / 0.4);border-bottom-color:rgb(232 87 67 / 0.4)}
.border-y-danger-text-text\/45{border-top-color:rgb(232 87 67 / 0.45);border-bottom-color:rgb(232 87 67 / 0.45)}
.border-y-danger-text-text\/5{border-top-color:rgb(232 87 67 / 0.05);border-bottom-color:rgb(232 87 67 / 0.05)}
.border-y-danger-text-text\/50{border-top-color:rgb(232 87 67 / 0.5);border-bottom-color:rgb(232 87 67 / 0.5)}
.border-y-danger-text-text\/55{border-top-color:rgb(232 87 67 / 0.55);border-bottom-color:rgb(232 87 67 / 0.55)}
.border-y-danger-text-text\/60{border-top-color:rgb(232 87 67 / 0.6);border-bottom-color:rgb(232 87 67 / 0.6)}
.border-y-danger-text-text\/65{border-top-color:rgb(232 87 67 / 0.65);border-bottom-color:rgb(232 87 67 / 0.65)}
.border-y-danger-text-text\/70{border-top-color:rgb(232 87 67 / 0.7);border-bottom-color:rgb(232 87 67 / 0.7)}
.border-y-danger-text-text\/75{border-top-color:rgb(232 87 67 / 0.75);border-bottom-color:rgb(232 87 67 / 0.75)}
.border-y-danger-text-text\/80{border-top-color:rgb(232 87 67 / 0.8);border-bottom-color:rgb(232 87 67 / 0.8)}
.border-y-danger-text-text\/85{border-top-color:rgb(232 87 67 / 0.85);border-bottom-color:rgb(232 87 67 / 0.85)}
.border-y-danger-text-text\/90{border-top-color:rgb(232 87 67 / 0.9);border-bottom-color:rgb(232 87 67 / 0.9)}
.border-y-danger-text-text\/95{border-top-color:rgb(232 87 67 / 0.95);border-bottom-color:rgb(232 87 67 / 0.95)}
.border-y-emerald-100{--tw-border-opacity:1;border-top-color:rgb(209 250 229 / var(--tw-border-opacity));border-bottom-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-y-emerald-100\/0{border-top-color:rgb(209 250 229 / 0);border-bottom-color:rgb(209 250 229 / 0)}
.border-y-emerald-100\/10{border-top-color:rgb(209 250 229 / 0.1);border-bottom-color:rgb(209 250 229 / 0.1)}
.border-y-emerald-100\/100{border-top-color:rgb(209 250 229 / 1);border-bottom-color:rgb(209 250 229 / 1)}
.border-y-emerald-100\/15{border-top-color:rgb(209 250 229 / 0.15);border-bottom-color:rgb(209 250 229 / 0.15)}
.border-y-emerald-100\/20{border-top-color:rgb(209 250 229 / 0.2);border-bottom-color:rgb(209 250 229 / 0.2)}
.border-y-emerald-100\/25{border-top-color:rgb(209 250 229 / 0.25);border-bottom-color:rgb(209 250 229 / 0.25)}
.border-y-emerald-100\/30{border-top-color:rgb(209 250 229 / 0.3);border-bottom-color:rgb(209 250 229 / 0.3)}
.border-y-emerald-100\/35{border-top-color:rgb(209 250 229 / 0.35);border-bottom-color:rgb(209 250 229 / 0.35)}
.border-y-emerald-100\/40{border-top-color:rgb(209 250 229 / 0.4);border-bottom-color:rgb(209 250 229 / 0.4)}
.border-y-emerald-100\/45{border-top-color:rgb(209 250 229 / 0.45);border-bottom-color:rgb(209 250 229 / 0.45)}
.border-y-emerald-100\/5{border-top-color:rgb(209 250 229 / 0.05);border-bottom-color:rgb(209 250 229 / 0.05)}
.border-y-emerald-100\/50{border-top-color:rgb(209 250 229 / 0.5);border-bottom-color:rgb(209 250 229 / 0.5)}
.border-y-emerald-100\/55{border-top-color:rgb(209 250 229 / 0.55);border-bottom-color:rgb(209 250 229 / 0.55)}
.border-y-emerald-100\/60{border-top-color:rgb(209 250 229 / 0.6);border-bottom-color:rgb(209 250 229 / 0.6)}
.border-y-emerald-100\/65{border-top-color:rgb(209 250 229 / 0.65);border-bottom-color:rgb(209 250 229 / 0.65)}
.border-y-emerald-100\/70{border-top-color:rgb(209 250 229 / 0.7);border-bottom-color:rgb(209 250 229 / 0.7)}
.border-y-emerald-100\/75{border-top-color:rgb(209 250 229 / 0.75);border-bottom-color:rgb(209 250 229 / 0.75)}
.border-y-emerald-100\/80{border-top-color:rgb(209 250 229 / 0.8);border-bottom-color:rgb(209 250 229 / 0.8)}
.border-y-emerald-100\/85{border-top-color:rgb(209 250 229 / 0.85);border-bottom-color:rgb(209 250 229 / 0.85)}
.border-y-emerald-100\/90{border-top-color:rgb(209 250 229 / 0.9);border-bottom-color:rgb(209 250 229 / 0.9)}
.border-y-emerald-100\/95{border-top-color:rgb(209 250 229 / 0.95);border-bottom-color:rgb(209 250 229 / 0.95)}
.border-y-emerald-200{--tw-border-opacity:1;border-top-color:rgb(167 243 208 / var(--tw-border-opacity));border-bottom-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-y-emerald-200\/0{border-top-color:rgb(167 243 208 / 0);border-bottom-color:rgb(167 243 208 / 0)}
.border-y-emerald-200\/10{border-top-color:rgb(167 243 208 / 0.1);border-bottom-color:rgb(167 243 208 / 0.1)}
.border-y-emerald-200\/100{border-top-color:rgb(167 243 208 / 1);border-bottom-color:rgb(167 243 208 / 1)}
.border-y-emerald-200\/15{border-top-color:rgb(167 243 208 / 0.15);border-bottom-color:rgb(167 243 208 / 0.15)}
.border-y-emerald-200\/20{border-top-color:rgb(167 243 208 / 0.2);border-bottom-color:rgb(167 243 208 / 0.2)}
.border-y-emerald-200\/25{border-top-color:rgb(167 243 208 / 0.25);border-bottom-color:rgb(167 243 208 / 0.25)}
.border-y-emerald-200\/30{border-top-color:rgb(167 243 208 / 0.3);border-bottom-color:rgb(167 243 208 / 0.3)}
.border-y-emerald-200\/35{border-top-color:rgb(167 243 208 / 0.35);border-bottom-color:rgb(167 243 208 / 0.35)}
.border-y-emerald-200\/40{border-top-color:rgb(167 243 208 / 0.4);border-bottom-color:rgb(167 243 208 / 0.4)}
.border-y-emerald-200\/45{border-top-color:rgb(167 243 208 / 0.45);border-bottom-color:rgb(167 243 208 / 0.45)}
.border-y-emerald-200\/5{border-top-color:rgb(167 243 208 / 0.05);border-bottom-color:rgb(167 243 208 / 0.05)}
.border-y-emerald-200\/50{border-top-color:rgb(167 243 208 / 0.5);border-bottom-color:rgb(167 243 208 / 0.5)}
.border-y-emerald-200\/55{border-top-color:rgb(167 243 208 / 0.55);border-bottom-color:rgb(167 243 208 / 0.55)}
.border-y-emerald-200\/60{border-top-color:rgb(167 243 208 / 0.6);border-bottom-color:rgb(167 243 208 / 0.6)}
.border-y-emerald-200\/65{border-top-color:rgb(167 243 208 / 0.65);border-bottom-color:rgb(167 243 208 / 0.65)}
.border-y-emerald-200\/70{border-top-color:rgb(167 243 208 / 0.7);border-bottom-color:rgb(167 243 208 / 0.7)}
.border-y-emerald-200\/75{border-top-color:rgb(167 243 208 / 0.75);border-bottom-color:rgb(167 243 208 / 0.75)}
.border-y-emerald-200\/80{border-top-color:rgb(167 243 208 / 0.8);border-bottom-color:rgb(167 243 208 / 0.8)}
.border-y-emerald-200\/85{border-top-color:rgb(167 243 208 / 0.85);border-bottom-color:rgb(167 243 208 / 0.85)}
.border-y-emerald-200\/90{border-top-color:rgb(167 243 208 / 0.9);border-bottom-color:rgb(167 243 208 / 0.9)}
.border-y-emerald-200\/95{border-top-color:rgb(167 243 208 / 0.95);border-bottom-color:rgb(167 243 208 / 0.95)}
.border-y-emerald-300{--tw-border-opacity:1;border-top-color:rgb(110 231 183 / var(--tw-border-opacity));border-bottom-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-y-emerald-300\/0{border-top-color:rgb(110 231 183 / 0);border-bottom-color:rgb(110 231 183 / 0)}
.border-y-emerald-300\/10{border-top-color:rgb(110 231 183 / 0.1);border-bottom-color:rgb(110 231 183 / 0.1)}
.border-y-emerald-300\/100{border-top-color:rgb(110 231 183 / 1);border-bottom-color:rgb(110 231 183 / 1)}
.border-y-emerald-300\/15{border-top-color:rgb(110 231 183 / 0.15);border-bottom-color:rgb(110 231 183 / 0.15)}
.border-y-emerald-300\/20{border-top-color:rgb(110 231 183 / 0.2);border-bottom-color:rgb(110 231 183 / 0.2)}
.border-y-emerald-300\/25{border-top-color:rgb(110 231 183 / 0.25);border-bottom-color:rgb(110 231 183 / 0.25)}
.border-y-emerald-300\/30{border-top-color:rgb(110 231 183 / 0.3);border-bottom-color:rgb(110 231 183 / 0.3)}
.border-y-emerald-300\/35{border-top-color:rgb(110 231 183 / 0.35);border-bottom-color:rgb(110 231 183 / 0.35)}
.border-y-emerald-300\/40{border-top-color:rgb(110 231 183 / 0.4);border-bottom-color:rgb(110 231 183 / 0.4)}
.border-y-emerald-300\/45{border-top-color:rgb(110 231 183 / 0.45);border-bottom-color:rgb(110 231 183 / 0.45)}
.border-y-emerald-300\/5{border-top-color:rgb(110 231 183 / 0.05);border-bottom-color:rgb(110 231 183 / 0.05)}
.border-y-emerald-300\/50{border-top-color:rgb(110 231 183 / 0.5);border-bottom-color:rgb(110 231 183 / 0.5)}
.border-y-emerald-300\/55{border-top-color:rgb(110 231 183 / 0.55);border-bottom-color:rgb(110 231 183 / 0.55)}
.border-y-emerald-300\/60{border-top-color:rgb(110 231 183 / 0.6);border-bottom-color:rgb(110 231 183 / 0.6)}
.border-y-emerald-300\/65{border-top-color:rgb(110 231 183 / 0.65);border-bottom-color:rgb(110 231 183 / 0.65)}
.border-y-emerald-300\/70{border-top-color:rgb(110 231 183 / 0.7);border-bottom-color:rgb(110 231 183 / 0.7)}
.border-y-emerald-300\/75{border-top-color:rgb(110 231 183 / 0.75);border-bottom-color:rgb(110 231 183 / 0.75)}
.border-y-emerald-300\/80{border-top-color:rgb(110 231 183 / 0.8);border-bottom-color:rgb(110 231 183 / 0.8)}
.border-y-emerald-300\/85{border-top-color:rgb(110 231 183 / 0.85);border-bottom-color:rgb(110 231 183 / 0.85)}
.border-y-emerald-300\/90{border-top-color:rgb(110 231 183 / 0.9);border-bottom-color:rgb(110 231 183 / 0.9)}
.border-y-emerald-300\/95{border-top-color:rgb(110 231 183 / 0.95);border-bottom-color:rgb(110 231 183 / 0.95)}
.border-y-emerald-400{--tw-border-opacity:1;border-top-color:rgb(52 211 153 / var(--tw-border-opacity));border-bottom-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-y-emerald-400\/0{border-top-color:rgb(52 211 153 / 0);border-bottom-color:rgb(52 211 153 / 0)}
.border-y-emerald-400\/10{border-top-color:rgb(52 211 153 / 0.1);border-bottom-color:rgb(52 211 153 / 0.1)}
.border-y-emerald-400\/100{border-top-color:rgb(52 211 153 / 1);border-bottom-color:rgb(52 211 153 / 1)}
.border-y-emerald-400\/15{border-top-color:rgb(52 211 153 / 0.15);border-bottom-color:rgb(52 211 153 / 0.15)}
.border-y-emerald-400\/20{border-top-color:rgb(52 211 153 / 0.2);border-bottom-color:rgb(52 211 153 / 0.2)}
.border-y-emerald-400\/25{border-top-color:rgb(52 211 153 / 0.25);border-bottom-color:rgb(52 211 153 / 0.25)}
.border-y-emerald-400\/30{border-top-color:rgb(52 211 153 / 0.3);border-bottom-color:rgb(52 211 153 / 0.3)}
.border-y-emerald-400\/35{border-top-color:rgb(52 211 153 / 0.35);border-bottom-color:rgb(52 211 153 / 0.35)}
.border-y-emerald-400\/40{border-top-color:rgb(52 211 153 / 0.4);border-bottom-color:rgb(52 211 153 / 0.4)}
.border-y-emerald-400\/45{border-top-color:rgb(52 211 153 / 0.45);border-bottom-color:rgb(52 211 153 / 0.45)}
.border-y-emerald-400\/5{border-top-color:rgb(52 211 153 / 0.05);border-bottom-color:rgb(52 211 153 / 0.05)}
.border-y-emerald-400\/50{border-top-color:rgb(52 211 153 / 0.5);border-bottom-color:rgb(52 211 153 / 0.5)}
.border-y-emerald-400\/55{border-top-color:rgb(52 211 153 / 0.55);border-bottom-color:rgb(52 211 153 / 0.55)}
.border-y-emerald-400\/60{border-top-color:rgb(52 211 153 / 0.6);border-bottom-color:rgb(52 211 153 / 0.6)}
.border-y-emerald-400\/65{border-top-color:rgb(52 211 153 / 0.65);border-bottom-color:rgb(52 211 153 / 0.65)}
.border-y-emerald-400\/70{border-top-color:rgb(52 211 153 / 0.7);border-bottom-color:rgb(52 211 153 / 0.7)}
.border-y-emerald-400\/75{border-top-color:rgb(52 211 153 / 0.75);border-bottom-color:rgb(52 211 153 / 0.75)}
.border-y-emerald-400\/80{border-top-color:rgb(52 211 153 / 0.8);border-bottom-color:rgb(52 211 153 / 0.8)}
.border-y-emerald-400\/85{border-top-color:rgb(52 211 153 / 0.85);border-bottom-color:rgb(52 211 153 / 0.85)}
.border-y-emerald-400\/90{border-top-color:rgb(52 211 153 / 0.9);border-bottom-color:rgb(52 211 153 / 0.9)}
.border-y-emerald-400\/95{border-top-color:rgb(52 211 153 / 0.95);border-bottom-color:rgb(52 211 153 / 0.95)}
.border-y-emerald-50{--tw-border-opacity:1;border-top-color:rgb(236 253 245 / var(--tw-border-opacity));border-bottom-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-y-emerald-50\/0{border-top-color:rgb(236 253 245 / 0);border-bottom-color:rgb(236 253 245 / 0)}
.border-y-emerald-50\/10{border-top-color:rgb(236 253 245 / 0.1);border-bottom-color:rgb(236 253 245 / 0.1)}
.border-y-emerald-50\/100{border-top-color:rgb(236 253 245 / 1);border-bottom-color:rgb(236 253 245 / 1)}
.border-y-emerald-50\/15{border-top-color:rgb(236 253 245 / 0.15);border-bottom-color:rgb(236 253 245 / 0.15)}
.border-y-emerald-50\/20{border-top-color:rgb(236 253 245 / 0.2);border-bottom-color:rgb(236 253 245 / 0.2)}
.border-y-emerald-50\/25{border-top-color:rgb(236 253 245 / 0.25);border-bottom-color:rgb(236 253 245 / 0.25)}
.border-y-emerald-50\/30{border-top-color:rgb(236 253 245 / 0.3);border-bottom-color:rgb(236 253 245 / 0.3)}
.border-y-emerald-50\/35{border-top-color:rgb(236 253 245 / 0.35);border-bottom-color:rgb(236 253 245 / 0.35)}
.border-y-emerald-50\/40{border-top-color:rgb(236 253 245 / 0.4);border-bottom-color:rgb(236 253 245 / 0.4)}
.border-y-emerald-50\/45{border-top-color:rgb(236 253 245 / 0.45);border-bottom-color:rgb(236 253 245 / 0.45)}
.border-y-emerald-50\/5{border-top-color:rgb(236 253 245 / 0.05);border-bottom-color:rgb(236 253 245 / 0.05)}
.border-y-emerald-50\/50{border-top-color:rgb(236 253 245 / 0.5);border-bottom-color:rgb(236 253 245 / 0.5)}
.border-y-emerald-50\/55{border-top-color:rgb(236 253 245 / 0.55);border-bottom-color:rgb(236 253 245 / 0.55)}
.border-y-emerald-50\/60{border-top-color:rgb(236 253 245 / 0.6);border-bottom-color:rgb(236 253 245 / 0.6)}
.border-y-emerald-50\/65{border-top-color:rgb(236 253 245 / 0.65);border-bottom-color:rgb(236 253 245 / 0.65)}
.border-y-emerald-50\/70{border-top-color:rgb(236 253 245 / 0.7);border-bottom-color:rgb(236 253 245 / 0.7)}
.border-y-emerald-50\/75{border-top-color:rgb(236 253 245 / 0.75);border-bottom-color:rgb(236 253 245 / 0.75)}
.border-y-emerald-50\/80{border-top-color:rgb(236 253 245 / 0.8);border-bottom-color:rgb(236 253 245 / 0.8)}
.border-y-emerald-50\/85{border-top-color:rgb(236 253 245 / 0.85);border-bottom-color:rgb(236 253 245 / 0.85)}
.border-y-emerald-50\/90{border-top-color:rgb(236 253 245 / 0.9);border-bottom-color:rgb(236 253 245 / 0.9)}
.border-y-emerald-50\/95{border-top-color:rgb(236 253 245 / 0.95);border-bottom-color:rgb(236 253 245 / 0.95)}
.border-y-emerald-500{--tw-border-opacity:1;border-top-color:rgb(16 185 129 / var(--tw-border-opacity));border-bottom-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-y-emerald-500\/0{border-top-color:rgb(16 185 129 / 0);border-bottom-color:rgb(16 185 129 / 0)}
.border-y-emerald-500\/10{border-top-color:rgb(16 185 129 / 0.1);border-bottom-color:rgb(16 185 129 / 0.1)}
.border-y-emerald-500\/100{border-top-color:rgb(16 185 129 / 1);border-bottom-color:rgb(16 185 129 / 1)}
.border-y-emerald-500\/15{border-top-color:rgb(16 185 129 / 0.15);border-bottom-color:rgb(16 185 129 / 0.15)}
.border-y-emerald-500\/20{border-top-color:rgb(16 185 129 / 0.2);border-bottom-color:rgb(16 185 129 / 0.2)}
.border-y-emerald-500\/25{border-top-color:rgb(16 185 129 / 0.25);border-bottom-color:rgb(16 185 129 / 0.25)}
.border-y-emerald-500\/30{border-top-color:rgb(16 185 129 / 0.3);border-bottom-color:rgb(16 185 129 / 0.3)}
.border-y-emerald-500\/35{border-top-color:rgb(16 185 129 / 0.35);border-bottom-color:rgb(16 185 129 / 0.35)}
.border-y-emerald-500\/40{border-top-color:rgb(16 185 129 / 0.4);border-bottom-color:rgb(16 185 129 / 0.4)}
.border-y-emerald-500\/45{border-top-color:rgb(16 185 129 / 0.45);border-bottom-color:rgb(16 185 129 / 0.45)}
.border-y-emerald-500\/5{border-top-color:rgb(16 185 129 / 0.05);border-bottom-color:rgb(16 185 129 / 0.05)}
.border-y-emerald-500\/50{border-top-color:rgb(16 185 129 / 0.5);border-bottom-color:rgb(16 185 129 / 0.5)}
.border-y-emerald-500\/55{border-top-color:rgb(16 185 129 / 0.55);border-bottom-color:rgb(16 185 129 / 0.55)}
.border-y-emerald-500\/60{border-top-color:rgb(16 185 129 / 0.6);border-bottom-color:rgb(16 185 129 / 0.6)}
.border-y-emerald-500\/65{border-top-color:rgb(16 185 129 / 0.65);border-bottom-color:rgb(16 185 129 / 0.65)}
.border-y-emerald-500\/70{border-top-color:rgb(16 185 129 / 0.7);border-bottom-color:rgb(16 185 129 / 0.7)}
.border-y-emerald-500\/75{border-top-color:rgb(16 185 129 / 0.75);border-bottom-color:rgb(16 185 129 / 0.75)}
.border-y-emerald-500\/80{border-top-color:rgb(16 185 129 / 0.8);border-bottom-color:rgb(16 185 129 / 0.8)}
.border-y-emerald-500\/85{border-top-color:rgb(16 185 129 / 0.85);border-bottom-color:rgb(16 185 129 / 0.85)}
.border-y-emerald-500\/90{border-top-color:rgb(16 185 129 / 0.9);border-bottom-color:rgb(16 185 129 / 0.9)}
.border-y-emerald-500\/95{border-top-color:rgb(16 185 129 / 0.95);border-bottom-color:rgb(16 185 129 / 0.95)}
.border-y-emerald-600{--tw-border-opacity:1;border-top-color:rgb(5 150 105 / var(--tw-border-opacity));border-bottom-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-y-emerald-600\/0{border-top-color:rgb(5 150 105 / 0);border-bottom-color:rgb(5 150 105 / 0)}
.border-y-emerald-600\/10{border-top-color:rgb(5 150 105 / 0.1);border-bottom-color:rgb(5 150 105 / 0.1)}
.border-y-emerald-600\/100{border-top-color:rgb(5 150 105 / 1);border-bottom-color:rgb(5 150 105 / 1)}
.border-y-emerald-600\/15{border-top-color:rgb(5 150 105 / 0.15);border-bottom-color:rgb(5 150 105 / 0.15)}
.border-y-emerald-600\/20{border-top-color:rgb(5 150 105 / 0.2);border-bottom-color:rgb(5 150 105 / 0.2)}
.border-y-emerald-600\/25{border-top-color:rgb(5 150 105 / 0.25);border-bottom-color:rgb(5 150 105 / 0.25)}
.border-y-emerald-600\/30{border-top-color:rgb(5 150 105 / 0.3);border-bottom-color:rgb(5 150 105 / 0.3)}
.border-y-emerald-600\/35{border-top-color:rgb(5 150 105 / 0.35);border-bottom-color:rgb(5 150 105 / 0.35)}
.border-y-emerald-600\/40{border-top-color:rgb(5 150 105 / 0.4);border-bottom-color:rgb(5 150 105 / 0.4)}
.border-y-emerald-600\/45{border-top-color:rgb(5 150 105 / 0.45);border-bottom-color:rgb(5 150 105 / 0.45)}
.border-y-emerald-600\/5{border-top-color:rgb(5 150 105 / 0.05);border-bottom-color:rgb(5 150 105 / 0.05)}
.border-y-emerald-600\/50{border-top-color:rgb(5 150 105 / 0.5);border-bottom-color:rgb(5 150 105 / 0.5)}
.border-y-emerald-600\/55{border-top-color:rgb(5 150 105 / 0.55);border-bottom-color:rgb(5 150 105 / 0.55)}
.border-y-emerald-600\/60{border-top-color:rgb(5 150 105 / 0.6);border-bottom-color:rgb(5 150 105 / 0.6)}
.border-y-emerald-600\/65{border-top-color:rgb(5 150 105 / 0.65);border-bottom-color:rgb(5 150 105 / 0.65)}
.border-y-emerald-600\/70{border-top-color:rgb(5 150 105 / 0.7);border-bottom-color:rgb(5 150 105 / 0.7)}
.border-y-emerald-600\/75{border-top-color:rgb(5 150 105 / 0.75);border-bottom-color:rgb(5 150 105 / 0.75)}
.border-y-emerald-600\/80{border-top-color:rgb(5 150 105 / 0.8);border-bottom-color:rgb(5 150 105 / 0.8)}
.border-y-emerald-600\/85{border-top-color:rgb(5 150 105 / 0.85);border-bottom-color:rgb(5 150 105 / 0.85)}
.border-y-emerald-600\/90{border-top-color:rgb(5 150 105 / 0.9);border-bottom-color:rgb(5 150 105 / 0.9)}
.border-y-emerald-600\/95{border-top-color:rgb(5 150 105 / 0.95);border-bottom-color:rgb(5 150 105 / 0.95)}
.border-y-emerald-700{--tw-border-opacity:1;border-top-color:rgb(4 120 87 / var(--tw-border-opacity));border-bottom-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-y-emerald-700\/0{border-top-color:rgb(4 120 87 / 0);border-bottom-color:rgb(4 120 87 / 0)}
.border-y-emerald-700\/10{border-top-color:rgb(4 120 87 / 0.1);border-bottom-color:rgb(4 120 87 / 0.1)}
.border-y-emerald-700\/100{border-top-color:rgb(4 120 87 / 1);border-bottom-color:rgb(4 120 87 / 1)}
.border-y-emerald-700\/15{border-top-color:rgb(4 120 87 / 0.15);border-bottom-color:rgb(4 120 87 / 0.15)}
.border-y-emerald-700\/20{border-top-color:rgb(4 120 87 / 0.2);border-bottom-color:rgb(4 120 87 / 0.2)}
.border-y-emerald-700\/25{border-top-color:rgb(4 120 87 / 0.25);border-bottom-color:rgb(4 120 87 / 0.25)}
.border-y-emerald-700\/30{border-top-color:rgb(4 120 87 / 0.3);border-bottom-color:rgb(4 120 87 / 0.3)}
.border-y-emerald-700\/35{border-top-color:rgb(4 120 87 / 0.35);border-bottom-color:rgb(4 120 87 / 0.35)}
.border-y-emerald-700\/40{border-top-color:rgb(4 120 87 / 0.4);border-bottom-color:rgb(4 120 87 / 0.4)}
.border-y-emerald-700\/45{border-top-color:rgb(4 120 87 / 0.45);border-bottom-color:rgb(4 120 87 / 0.45)}
.border-y-emerald-700\/5{border-top-color:rgb(4 120 87 / 0.05);border-bottom-color:rgb(4 120 87 / 0.05)}
.border-y-emerald-700\/50{border-top-color:rgb(4 120 87 / 0.5);border-bottom-color:rgb(4 120 87 / 0.5)}
.border-y-emerald-700\/55{border-top-color:rgb(4 120 87 / 0.55);border-bottom-color:rgb(4 120 87 / 0.55)}
.border-y-emerald-700\/60{border-top-color:rgb(4 120 87 / 0.6);border-bottom-color:rgb(4 120 87 / 0.6)}
.border-y-emerald-700\/65{border-top-color:rgb(4 120 87 / 0.65);border-bottom-color:rgb(4 120 87 / 0.65)}
.border-y-emerald-700\/70{border-top-color:rgb(4 120 87 / 0.7);border-bottom-color:rgb(4 120 87 / 0.7)}
.border-y-emerald-700\/75{border-top-color:rgb(4 120 87 / 0.75);border-bottom-color:rgb(4 120 87 / 0.75)}
.border-y-emerald-700\/80{border-top-color:rgb(4 120 87 / 0.8);border-bottom-color:rgb(4 120 87 / 0.8)}
.border-y-emerald-700\/85{border-top-color:rgb(4 120 87 / 0.85);border-bottom-color:rgb(4 120 87 / 0.85)}
.border-y-emerald-700\/90{border-top-color:rgb(4 120 87 / 0.9);border-bottom-color:rgb(4 120 87 / 0.9)}
.border-y-emerald-700\/95{border-top-color:rgb(4 120 87 / 0.95);border-bottom-color:rgb(4 120 87 / 0.95)}
.border-y-emerald-800{--tw-border-opacity:1;border-top-color:rgb(6 95 70 / var(--tw-border-opacity));border-bottom-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-y-emerald-800\/0{border-top-color:rgb(6 95 70 / 0);border-bottom-color:rgb(6 95 70 / 0)}
.border-y-emerald-800\/10{border-top-color:rgb(6 95 70 / 0.1);border-bottom-color:rgb(6 95 70 / 0.1)}
.border-y-emerald-800\/100{border-top-color:rgb(6 95 70 / 1);border-bottom-color:rgb(6 95 70 / 1)}
.border-y-emerald-800\/15{border-top-color:rgb(6 95 70 / 0.15);border-bottom-color:rgb(6 95 70 / 0.15)}
.border-y-emerald-800\/20{border-top-color:rgb(6 95 70 / 0.2);border-bottom-color:rgb(6 95 70 / 0.2)}
.border-y-emerald-800\/25{border-top-color:rgb(6 95 70 / 0.25);border-bottom-color:rgb(6 95 70 / 0.25)}
.border-y-emerald-800\/30{border-top-color:rgb(6 95 70 / 0.3);border-bottom-color:rgb(6 95 70 / 0.3)}
.border-y-emerald-800\/35{border-top-color:rgb(6 95 70 / 0.35);border-bottom-color:rgb(6 95 70 / 0.35)}
.border-y-emerald-800\/40{border-top-color:rgb(6 95 70 / 0.4);border-bottom-color:rgb(6 95 70 / 0.4)}
.border-y-emerald-800\/45{border-top-color:rgb(6 95 70 / 0.45);border-bottom-color:rgb(6 95 70 / 0.45)}
.border-y-emerald-800\/5{border-top-color:rgb(6 95 70 / 0.05);border-bottom-color:rgb(6 95 70 / 0.05)}
.border-y-emerald-800\/50{border-top-color:rgb(6 95 70 / 0.5);border-bottom-color:rgb(6 95 70 / 0.5)}
.border-y-emerald-800\/55{border-top-color:rgb(6 95 70 / 0.55);border-bottom-color:rgb(6 95 70 / 0.55)}
.border-y-emerald-800\/60{border-top-color:rgb(6 95 70 / 0.6);border-bottom-color:rgb(6 95 70 / 0.6)}
.border-y-emerald-800\/65{border-top-color:rgb(6 95 70 / 0.65);border-bottom-color:rgb(6 95 70 / 0.65)}
.border-y-emerald-800\/70{border-top-color:rgb(6 95 70 / 0.7);border-bottom-color:rgb(6 95 70 / 0.7)}
.border-y-emerald-800\/75{border-top-color:rgb(6 95 70 / 0.75);border-bottom-color:rgb(6 95 70 / 0.75)}
.border-y-emerald-800\/80{border-top-color:rgb(6 95 70 / 0.8);border-bottom-color:rgb(6 95 70 / 0.8)}
.border-y-emerald-800\/85{border-top-color:rgb(6 95 70 / 0.85);border-bottom-color:rgb(6 95 70 / 0.85)}
.border-y-emerald-800\/90{border-top-color:rgb(6 95 70 / 0.9);border-bottom-color:rgb(6 95 70 / 0.9)}
.border-y-emerald-800\/95{border-top-color:rgb(6 95 70 / 0.95);border-bottom-color:rgb(6 95 70 / 0.95)}
.border-y-emerald-900{--tw-border-opacity:1;border-top-color:rgb(6 78 59 / var(--tw-border-opacity));border-bottom-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-y-emerald-900\/0{border-top-color:rgb(6 78 59 / 0);border-bottom-color:rgb(6 78 59 / 0)}
.border-y-emerald-900\/10{border-top-color:rgb(6 78 59 / 0.1);border-bottom-color:rgb(6 78 59 / 0.1)}
.border-y-emerald-900\/100{border-top-color:rgb(6 78 59 / 1);border-bottom-color:rgb(6 78 59 / 1)}
.border-y-emerald-900\/15{border-top-color:rgb(6 78 59 / 0.15);border-bottom-color:rgb(6 78 59 / 0.15)}
.border-y-emerald-900\/20{border-top-color:rgb(6 78 59 / 0.2);border-bottom-color:rgb(6 78 59 / 0.2)}
.border-y-emerald-900\/25{border-top-color:rgb(6 78 59 / 0.25);border-bottom-color:rgb(6 78 59 / 0.25)}
.border-y-emerald-900\/30{border-top-color:rgb(6 78 59 / 0.3);border-bottom-color:rgb(6 78 59 / 0.3)}
.border-y-emerald-900\/35{border-top-color:rgb(6 78 59 / 0.35);border-bottom-color:rgb(6 78 59 / 0.35)}
.border-y-emerald-900\/40{border-top-color:rgb(6 78 59 / 0.4);border-bottom-color:rgb(6 78 59 / 0.4)}
.border-y-emerald-900\/45{border-top-color:rgb(6 78 59 / 0.45);border-bottom-color:rgb(6 78 59 / 0.45)}
.border-y-emerald-900\/5{border-top-color:rgb(6 78 59 / 0.05);border-bottom-color:rgb(6 78 59 / 0.05)}
.border-y-emerald-900\/50{border-top-color:rgb(6 78 59 / 0.5);border-bottom-color:rgb(6 78 59 / 0.5)}
.border-y-emerald-900\/55{border-top-color:rgb(6 78 59 / 0.55);border-bottom-color:rgb(6 78 59 / 0.55)}
.border-y-emerald-900\/60{border-top-color:rgb(6 78 59 / 0.6);border-bottom-color:rgb(6 78 59 / 0.6)}
.border-y-emerald-900\/65{border-top-color:rgb(6 78 59 / 0.65);border-bottom-color:rgb(6 78 59 / 0.65)}
.border-y-emerald-900\/70{border-top-color:rgb(6 78 59 / 0.7);border-bottom-color:rgb(6 78 59 / 0.7)}
.border-y-emerald-900\/75{border-top-color:rgb(6 78 59 / 0.75);border-bottom-color:rgb(6 78 59 / 0.75)}
.border-y-emerald-900\/80{border-top-color:rgb(6 78 59 / 0.8);border-bottom-color:rgb(6 78 59 / 0.8)}
.border-y-emerald-900\/85{border-top-color:rgb(6 78 59 / 0.85);border-bottom-color:rgb(6 78 59 / 0.85)}
.border-y-emerald-900\/90{border-top-color:rgb(6 78 59 / 0.9);border-bottom-color:rgb(6 78 59 / 0.9)}
.border-y-emerald-900\/95{border-top-color:rgb(6 78 59 / 0.95);border-bottom-color:rgb(6 78 59 / 0.95)}
.border-y-emerald-950{--tw-border-opacity:1;border-top-color:rgb(2 44 34 / var(--tw-border-opacity));border-bottom-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-y-emerald-950\/0{border-top-color:rgb(2 44 34 / 0);border-bottom-color:rgb(2 44 34 / 0)}
.border-y-emerald-950\/10{border-top-color:rgb(2 44 34 / 0.1);border-bottom-color:rgb(2 44 34 / 0.1)}
.border-y-emerald-950\/100{border-top-color:rgb(2 44 34 / 1);border-bottom-color:rgb(2 44 34 / 1)}
.border-y-emerald-950\/15{border-top-color:rgb(2 44 34 / 0.15);border-bottom-color:rgb(2 44 34 / 0.15)}
.border-y-emerald-950\/20{border-top-color:rgb(2 44 34 / 0.2);border-bottom-color:rgb(2 44 34 / 0.2)}
.border-y-emerald-950\/25{border-top-color:rgb(2 44 34 / 0.25);border-bottom-color:rgb(2 44 34 / 0.25)}
.border-y-emerald-950\/30{border-top-color:rgb(2 44 34 / 0.3);border-bottom-color:rgb(2 44 34 / 0.3)}
.border-y-emerald-950\/35{border-top-color:rgb(2 44 34 / 0.35);border-bottom-color:rgb(2 44 34 / 0.35)}
.border-y-emerald-950\/40{border-top-color:rgb(2 44 34 / 0.4);border-bottom-color:rgb(2 44 34 / 0.4)}
.border-y-emerald-950\/45{border-top-color:rgb(2 44 34 / 0.45);border-bottom-color:rgb(2 44 34 / 0.45)}
.border-y-emerald-950\/5{border-top-color:rgb(2 44 34 / 0.05);border-bottom-color:rgb(2 44 34 / 0.05)}
.border-y-emerald-950\/50{border-top-color:rgb(2 44 34 / 0.5);border-bottom-color:rgb(2 44 34 / 0.5)}
.border-y-emerald-950\/55{border-top-color:rgb(2 44 34 / 0.55);border-bottom-color:rgb(2 44 34 / 0.55)}
.border-y-emerald-950\/60{border-top-color:rgb(2 44 34 / 0.6);border-bottom-color:rgb(2 44 34 / 0.6)}
.border-y-emerald-950\/65{border-top-color:rgb(2 44 34 / 0.65);border-bottom-color:rgb(2 44 34 / 0.65)}
.border-y-emerald-950\/70{border-top-color:rgb(2 44 34 / 0.7);border-bottom-color:rgb(2 44 34 / 0.7)}
.border-y-emerald-950\/75{border-top-color:rgb(2 44 34 / 0.75);border-bottom-color:rgb(2 44 34 / 0.75)}
.border-y-emerald-950\/80{border-top-color:rgb(2 44 34 / 0.8);border-bottom-color:rgb(2 44 34 / 0.8)}
.border-y-emerald-950\/85{border-top-color:rgb(2 44 34 / 0.85);border-bottom-color:rgb(2 44 34 / 0.85)}
.border-y-emerald-950\/90{border-top-color:rgb(2 44 34 / 0.9);border-bottom-color:rgb(2 44 34 / 0.9)}
.border-y-emerald-950\/95{border-top-color:rgb(2 44 34 / 0.95);border-bottom-color:rgb(2 44 34 / 0.95)}
.border-y-gridItemHover{border-top-color:rgba(0,0,0,.03);border-bottom-color:rgba(0,0,0,.03)}
.border-y-gridItemHover\/0{border-top-color:rgba(0, 0, 0, 0);border-bottom-color:rgba(0, 0, 0, 0)}
.border-y-gridItemHover\/10{border-top-color:rgba(0, 0, 0, 0.1);border-bottom-color:rgba(0, 0, 0, 0.1)}
.border-y-gridItemHover\/100{border-top-color:rgba(0, 0, 0, 1);border-bottom-color:rgba(0, 0, 0, 1)}
.border-y-gridItemHover\/15{border-top-color:rgba(0, 0, 0, 0.15);border-bottom-color:rgba(0, 0, 0, 0.15)}
.border-y-gridItemHover\/20{border-top-color:rgba(0, 0, 0, 0.2);border-bottom-color:rgba(0, 0, 0, 0.2)}
.border-y-gridItemHover\/25{border-top-color:rgba(0, 0, 0, 0.25);border-bottom-color:rgba(0, 0, 0, 0.25)}
.border-y-gridItemHover\/30{border-top-color:rgba(0, 0, 0, 0.3);border-bottom-color:rgba(0, 0, 0, 0.3)}
.border-y-gridItemHover\/35{border-top-color:rgba(0, 0, 0, 0.35);border-bottom-color:rgba(0, 0, 0, 0.35)}
.border-y-gridItemHover\/40{border-top-color:rgba(0, 0, 0, 0.4);border-bottom-color:rgba(0, 0, 0, 0.4)}
.border-y-gridItemHover\/45{border-top-color:rgba(0, 0, 0, 0.45);border-bottom-color:rgba(0, 0, 0, 0.45)}
.border-y-gridItemHover\/5{border-top-color:rgba(0, 0, 0, 0.05);border-bottom-color:rgba(0, 0, 0, 0.05)}
.border-y-gridItemHover\/50{border-top-color:rgba(0, 0, 0, 0.5);border-bottom-color:rgba(0, 0, 0, 0.5)}
.border-y-gridItemHover\/55{border-top-color:rgba(0, 0, 0, 0.55);border-bottom-color:rgba(0, 0, 0, 0.55)}
.border-y-gridItemHover\/60{border-top-color:rgba(0, 0, 0, 0.6);border-bottom-color:rgba(0, 0, 0, 0.6)}
.border-y-gridItemHover\/65{border-top-color:rgba(0, 0, 0, 0.65);border-bottom-color:rgba(0, 0, 0, 0.65)}
.border-y-gridItemHover\/70{border-top-color:rgba(0, 0, 0, 0.7);border-bottom-color:rgba(0, 0, 0, 0.7)}
.border-y-gridItemHover\/75{border-top-color:rgba(0, 0, 0, 0.75);border-bottom-color:rgba(0, 0, 0, 0.75)}
.border-y-gridItemHover\/80{border-top-color:rgba(0, 0, 0, 0.8);border-bottom-color:rgba(0, 0, 0, 0.8)}
.border-y-gridItemHover\/85{border-top-color:rgba(0, 0, 0, 0.85);border-bottom-color:rgba(0, 0, 0, 0.85)}
.border-y-gridItemHover\/90{border-top-color:rgba(0, 0, 0, 0.9);border-bottom-color:rgba(0, 0, 0, 0.9)}
.border-y-gridItemHover\/95{border-top-color:rgba(0, 0, 0, 0.95);border-bottom-color:rgba(0, 0, 0, 0.95)}
.border-y-info-text-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-info-text-contrast\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-info-text-contrast\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-info-text-contrast\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-info-text-contrast\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-info-text-contrast\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-info-text-contrast\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-info-text-contrast\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-info-text-contrast\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-info-text-contrast\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-info-text-contrast\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-info-text-contrast\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-info-text-contrast\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-info-text-contrast\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-info-text-contrast\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-info-text-contrast\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-info-text-contrast\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-info-text-contrast\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-info-text-contrast\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-info-text-contrast\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-info-text-contrast\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-info-text-contrast\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-info-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-info-text-isDark{}
.border-y-info-text-text{--tw-border-opacity:1;border-top-color:rgb(72 171 217 / var(--tw-border-opacity));border-bottom-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-y-info-text-text\/0{border-top-color:rgb(72 171 217 / 0);border-bottom-color:rgb(72 171 217 / 0)}
.border-y-info-text-text\/10{border-top-color:rgb(72 171 217 / 0.1);border-bottom-color:rgb(72 171 217 / 0.1)}
.border-y-info-text-text\/100{border-top-color:rgb(72 171 217 / 1);border-bottom-color:rgb(72 171 217 / 1)}
.border-y-info-text-text\/15{border-top-color:rgb(72 171 217 / 0.15);border-bottom-color:rgb(72 171 217 / 0.15)}
.border-y-info-text-text\/20{border-top-color:rgb(72 171 217 / 0.2);border-bottom-color:rgb(72 171 217 / 0.2)}
.border-y-info-text-text\/25{border-top-color:rgb(72 171 217 / 0.25);border-bottom-color:rgb(72 171 217 / 0.25)}
.border-y-info-text-text\/30{border-top-color:rgb(72 171 217 / 0.3);border-bottom-color:rgb(72 171 217 / 0.3)}
.border-y-info-text-text\/35{border-top-color:rgb(72 171 217 / 0.35);border-bottom-color:rgb(72 171 217 / 0.35)}
.border-y-info-text-text\/40{border-top-color:rgb(72 171 217 / 0.4);border-bottom-color:rgb(72 171 217 / 0.4)}
.border-y-info-text-text\/45{border-top-color:rgb(72 171 217 / 0.45);border-bottom-color:rgb(72 171 217 / 0.45)}
.border-y-info-text-text\/5{border-top-color:rgb(72 171 217 / 0.05);border-bottom-color:rgb(72 171 217 / 0.05)}
.border-y-info-text-text\/50{border-top-color:rgb(72 171 217 / 0.5);border-bottom-color:rgb(72 171 217 / 0.5)}
.border-y-info-text-text\/55{border-top-color:rgb(72 171 217 / 0.55);border-bottom-color:rgb(72 171 217 / 0.55)}
.border-y-info-text-text\/60{border-top-color:rgb(72 171 217 / 0.6);border-bottom-color:rgb(72 171 217 / 0.6)}
.border-y-info-text-text\/65{border-top-color:rgb(72 171 217 / 0.65);border-bottom-color:rgb(72 171 217 / 0.65)}
.border-y-info-text-text\/70{border-top-color:rgb(72 171 217 / 0.7);border-bottom-color:rgb(72 171 217 / 0.7)}
.border-y-info-text-text\/75{border-top-color:rgb(72 171 217 / 0.75);border-bottom-color:rgb(72 171 217 / 0.75)}
.border-y-info-text-text\/80{border-top-color:rgb(72 171 217 / 0.8);border-bottom-color:rgb(72 171 217 / 0.8)}
.border-y-info-text-text\/85{border-top-color:rgb(72 171 217 / 0.85);border-bottom-color:rgb(72 171 217 / 0.85)}
.border-y-info-text-text\/90{border-top-color:rgb(72 171 217 / 0.9);border-bottom-color:rgb(72 171 217 / 0.9)}
.border-y-info-text-text\/95{border-top-color:rgb(72 171 217 / 0.95);border-bottom-color:rgb(72 171 217 / 0.95)}
.border-y-lime-100{--tw-border-opacity:1;border-top-color:rgb(236 252 203 / var(--tw-border-opacity));border-bottom-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-y-lime-100\/0{border-top-color:rgb(236 252 203 / 0);border-bottom-color:rgb(236 252 203 / 0)}
.border-y-lime-100\/10{border-top-color:rgb(236 252 203 / 0.1);border-bottom-color:rgb(236 252 203 / 0.1)}
.border-y-lime-100\/100{border-top-color:rgb(236 252 203 / 1);border-bottom-color:rgb(236 252 203 / 1)}
.border-y-lime-100\/15{border-top-color:rgb(236 252 203 / 0.15);border-bottom-color:rgb(236 252 203 / 0.15)}
.border-y-lime-100\/20{border-top-color:rgb(236 252 203 / 0.2);border-bottom-color:rgb(236 252 203 / 0.2)}
.border-y-lime-100\/25{border-top-color:rgb(236 252 203 / 0.25);border-bottom-color:rgb(236 252 203 / 0.25)}
.border-y-lime-100\/30{border-top-color:rgb(236 252 203 / 0.3);border-bottom-color:rgb(236 252 203 / 0.3)}
.border-y-lime-100\/35{border-top-color:rgb(236 252 203 / 0.35);border-bottom-color:rgb(236 252 203 / 0.35)}
.border-y-lime-100\/40{border-top-color:rgb(236 252 203 / 0.4);border-bottom-color:rgb(236 252 203 / 0.4)}
.border-y-lime-100\/45{border-top-color:rgb(236 252 203 / 0.45);border-bottom-color:rgb(236 252 203 / 0.45)}
.border-y-lime-100\/5{border-top-color:rgb(236 252 203 / 0.05);border-bottom-color:rgb(236 252 203 / 0.05)}
.border-y-lime-100\/50{border-top-color:rgb(236 252 203 / 0.5);border-bottom-color:rgb(236 252 203 / 0.5)}
.border-y-lime-100\/55{border-top-color:rgb(236 252 203 / 0.55);border-bottom-color:rgb(236 252 203 / 0.55)}
.border-y-lime-100\/60{border-top-color:rgb(236 252 203 / 0.6);border-bottom-color:rgb(236 252 203 / 0.6)}
.border-y-lime-100\/65{border-top-color:rgb(236 252 203 / 0.65);border-bottom-color:rgb(236 252 203 / 0.65)}
.border-y-lime-100\/70{border-top-color:rgb(236 252 203 / 0.7);border-bottom-color:rgb(236 252 203 / 0.7)}
.border-y-lime-100\/75{border-top-color:rgb(236 252 203 / 0.75);border-bottom-color:rgb(236 252 203 / 0.75)}
.border-y-lime-100\/80{border-top-color:rgb(236 252 203 / 0.8);border-bottom-color:rgb(236 252 203 / 0.8)}
.border-y-lime-100\/85{border-top-color:rgb(236 252 203 / 0.85);border-bottom-color:rgb(236 252 203 / 0.85)}
.border-y-lime-100\/90{border-top-color:rgb(236 252 203 / 0.9);border-bottom-color:rgb(236 252 203 / 0.9)}
.border-y-lime-100\/95{border-top-color:rgb(236 252 203 / 0.95);border-bottom-color:rgb(236 252 203 / 0.95)}
.border-y-lime-200{--tw-border-opacity:1;border-top-color:rgb(217 249 157 / var(--tw-border-opacity));border-bottom-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-y-lime-200\/0{border-top-color:rgb(217 249 157 / 0);border-bottom-color:rgb(217 249 157 / 0)}
.border-y-lime-200\/10{border-top-color:rgb(217 249 157 / 0.1);border-bottom-color:rgb(217 249 157 / 0.1)}
.border-y-lime-200\/100{border-top-color:rgb(217 249 157 / 1);border-bottom-color:rgb(217 249 157 / 1)}
.border-y-lime-200\/15{border-top-color:rgb(217 249 157 / 0.15);border-bottom-color:rgb(217 249 157 / 0.15)}
.border-y-lime-200\/20{border-top-color:rgb(217 249 157 / 0.2);border-bottom-color:rgb(217 249 157 / 0.2)}
.border-y-lime-200\/25{border-top-color:rgb(217 249 157 / 0.25);border-bottom-color:rgb(217 249 157 / 0.25)}
.border-y-lime-200\/30{border-top-color:rgb(217 249 157 / 0.3);border-bottom-color:rgb(217 249 157 / 0.3)}
.border-y-lime-200\/35{border-top-color:rgb(217 249 157 / 0.35);border-bottom-color:rgb(217 249 157 / 0.35)}
.border-y-lime-200\/40{border-top-color:rgb(217 249 157 / 0.4);border-bottom-color:rgb(217 249 157 / 0.4)}
.border-y-lime-200\/45{border-top-color:rgb(217 249 157 / 0.45);border-bottom-color:rgb(217 249 157 / 0.45)}
.border-y-lime-200\/5{border-top-color:rgb(217 249 157 / 0.05);border-bottom-color:rgb(217 249 157 / 0.05)}
.border-y-lime-200\/50{border-top-color:rgb(217 249 157 / 0.5);border-bottom-color:rgb(217 249 157 / 0.5)}
.border-y-lime-200\/55{border-top-color:rgb(217 249 157 / 0.55);border-bottom-color:rgb(217 249 157 / 0.55)}
.border-y-lime-200\/60{border-top-color:rgb(217 249 157 / 0.6);border-bottom-color:rgb(217 249 157 / 0.6)}
.border-y-lime-200\/65{border-top-color:rgb(217 249 157 / 0.65);border-bottom-color:rgb(217 249 157 / 0.65)}
.border-y-lime-200\/70{border-top-color:rgb(217 249 157 / 0.7);border-bottom-color:rgb(217 249 157 / 0.7)}
.border-y-lime-200\/75{border-top-color:rgb(217 249 157 / 0.75);border-bottom-color:rgb(217 249 157 / 0.75)}
.border-y-lime-200\/80{border-top-color:rgb(217 249 157 / 0.8);border-bottom-color:rgb(217 249 157 / 0.8)}
.border-y-lime-200\/85{border-top-color:rgb(217 249 157 / 0.85);border-bottom-color:rgb(217 249 157 / 0.85)}
.border-y-lime-200\/90{border-top-color:rgb(217 249 157 / 0.9);border-bottom-color:rgb(217 249 157 / 0.9)}
.border-y-lime-200\/95{border-top-color:rgb(217 249 157 / 0.95);border-bottom-color:rgb(217 249 157 / 0.95)}
.border-y-lime-300{--tw-border-opacity:1;border-top-color:rgb(190 242 100 / var(--tw-border-opacity));border-bottom-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-y-lime-300\/0{border-top-color:rgb(190 242 100 / 0);border-bottom-color:rgb(190 242 100 / 0)}
.border-y-lime-300\/10{border-top-color:rgb(190 242 100 / 0.1);border-bottom-color:rgb(190 242 100 / 0.1)}
.border-y-lime-300\/100{border-top-color:rgb(190 242 100 / 1);border-bottom-color:rgb(190 242 100 / 1)}
.border-y-lime-300\/15{border-top-color:rgb(190 242 100 / 0.15);border-bottom-color:rgb(190 242 100 / 0.15)}
.border-y-lime-300\/20{border-top-color:rgb(190 242 100 / 0.2);border-bottom-color:rgb(190 242 100 / 0.2)}
.border-y-lime-300\/25{border-top-color:rgb(190 242 100 / 0.25);border-bottom-color:rgb(190 242 100 / 0.25)}
.border-y-lime-300\/30{border-top-color:rgb(190 242 100 / 0.3);border-bottom-color:rgb(190 242 100 / 0.3)}
.border-y-lime-300\/35{border-top-color:rgb(190 242 100 / 0.35);border-bottom-color:rgb(190 242 100 / 0.35)}
.border-y-lime-300\/40{border-top-color:rgb(190 242 100 / 0.4);border-bottom-color:rgb(190 242 100 / 0.4)}
.border-y-lime-300\/45{border-top-color:rgb(190 242 100 / 0.45);border-bottom-color:rgb(190 242 100 / 0.45)}
.border-y-lime-300\/5{border-top-color:rgb(190 242 100 / 0.05);border-bottom-color:rgb(190 242 100 / 0.05)}
.border-y-lime-300\/50{border-top-color:rgb(190 242 100 / 0.5);border-bottom-color:rgb(190 242 100 / 0.5)}
.border-y-lime-300\/55{border-top-color:rgb(190 242 100 / 0.55);border-bottom-color:rgb(190 242 100 / 0.55)}
.border-y-lime-300\/60{border-top-color:rgb(190 242 100 / 0.6);border-bottom-color:rgb(190 242 100 / 0.6)}
.border-y-lime-300\/65{border-top-color:rgb(190 242 100 / 0.65);border-bottom-color:rgb(190 242 100 / 0.65)}
.border-y-lime-300\/70{border-top-color:rgb(190 242 100 / 0.7);border-bottom-color:rgb(190 242 100 / 0.7)}
.border-y-lime-300\/75{border-top-color:rgb(190 242 100 / 0.75);border-bottom-color:rgb(190 242 100 / 0.75)}
.border-y-lime-300\/80{border-top-color:rgb(190 242 100 / 0.8);border-bottom-color:rgb(190 242 100 / 0.8)}
.border-y-lime-300\/85{border-top-color:rgb(190 242 100 / 0.85);border-bottom-color:rgb(190 242 100 / 0.85)}
.border-y-lime-300\/90{border-top-color:rgb(190 242 100 / 0.9);border-bottom-color:rgb(190 242 100 / 0.9)}
.border-y-lime-300\/95{border-top-color:rgb(190 242 100 / 0.95);border-bottom-color:rgb(190 242 100 / 0.95)}
.border-y-lime-400{--tw-border-opacity:1;border-top-color:rgb(163 230 53 / var(--tw-border-opacity));border-bottom-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-y-lime-400\/0{border-top-color:rgb(163 230 53 / 0);border-bottom-color:rgb(163 230 53 / 0)}
.border-y-lime-400\/10{border-top-color:rgb(163 230 53 / 0.1);border-bottom-color:rgb(163 230 53 / 0.1)}
.border-y-lime-400\/100{border-top-color:rgb(163 230 53 / 1);border-bottom-color:rgb(163 230 53 / 1)}
.border-y-lime-400\/15{border-top-color:rgb(163 230 53 / 0.15);border-bottom-color:rgb(163 230 53 / 0.15)}
.border-y-lime-400\/20{border-top-color:rgb(163 230 53 / 0.2);border-bottom-color:rgb(163 230 53 / 0.2)}
.border-y-lime-400\/25{border-top-color:rgb(163 230 53 / 0.25);border-bottom-color:rgb(163 230 53 / 0.25)}
.border-y-lime-400\/30{border-top-color:rgb(163 230 53 / 0.3);border-bottom-color:rgb(163 230 53 / 0.3)}
.border-y-lime-400\/35{border-top-color:rgb(163 230 53 / 0.35);border-bottom-color:rgb(163 230 53 / 0.35)}
.border-y-lime-400\/40{border-top-color:rgb(163 230 53 / 0.4);border-bottom-color:rgb(163 230 53 / 0.4)}
.border-y-lime-400\/45{border-top-color:rgb(163 230 53 / 0.45);border-bottom-color:rgb(163 230 53 / 0.45)}
.border-y-lime-400\/5{border-top-color:rgb(163 230 53 / 0.05);border-bottom-color:rgb(163 230 53 / 0.05)}
.border-y-lime-400\/50{border-top-color:rgb(163 230 53 / 0.5);border-bottom-color:rgb(163 230 53 / 0.5)}
.border-y-lime-400\/55{border-top-color:rgb(163 230 53 / 0.55);border-bottom-color:rgb(163 230 53 / 0.55)}
.border-y-lime-400\/60{border-top-color:rgb(163 230 53 / 0.6);border-bottom-color:rgb(163 230 53 / 0.6)}
.border-y-lime-400\/65{border-top-color:rgb(163 230 53 / 0.65);border-bottom-color:rgb(163 230 53 / 0.65)}
.border-y-lime-400\/70{border-top-color:rgb(163 230 53 / 0.7);border-bottom-color:rgb(163 230 53 / 0.7)}
.border-y-lime-400\/75{border-top-color:rgb(163 230 53 / 0.75);border-bottom-color:rgb(163 230 53 / 0.75)}
.border-y-lime-400\/80{border-top-color:rgb(163 230 53 / 0.8);border-bottom-color:rgb(163 230 53 / 0.8)}
.border-y-lime-400\/85{border-top-color:rgb(163 230 53 / 0.85);border-bottom-color:rgb(163 230 53 / 0.85)}
.border-y-lime-400\/90{border-top-color:rgb(163 230 53 / 0.9);border-bottom-color:rgb(163 230 53 / 0.9)}
.border-y-lime-400\/95{border-top-color:rgb(163 230 53 / 0.95);border-bottom-color:rgb(163 230 53 / 0.95)}
.border-y-lime-50{--tw-border-opacity:1;border-top-color:rgb(247 254 231 / var(--tw-border-opacity));border-bottom-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-y-lime-50\/0{border-top-color:rgb(247 254 231 / 0);border-bottom-color:rgb(247 254 231 / 0)}
.border-y-lime-50\/10{border-top-color:rgb(247 254 231 / 0.1);border-bottom-color:rgb(247 254 231 / 0.1)}
.border-y-lime-50\/100{border-top-color:rgb(247 254 231 / 1);border-bottom-color:rgb(247 254 231 / 1)}
.border-y-lime-50\/15{border-top-color:rgb(247 254 231 / 0.15);border-bottom-color:rgb(247 254 231 / 0.15)}
.border-y-lime-50\/20{border-top-color:rgb(247 254 231 / 0.2);border-bottom-color:rgb(247 254 231 / 0.2)}
.border-y-lime-50\/25{border-top-color:rgb(247 254 231 / 0.25);border-bottom-color:rgb(247 254 231 / 0.25)}
.border-y-lime-50\/30{border-top-color:rgb(247 254 231 / 0.3);border-bottom-color:rgb(247 254 231 / 0.3)}
.border-y-lime-50\/35{border-top-color:rgb(247 254 231 / 0.35);border-bottom-color:rgb(247 254 231 / 0.35)}
.border-y-lime-50\/40{border-top-color:rgb(247 254 231 / 0.4);border-bottom-color:rgb(247 254 231 / 0.4)}
.border-y-lime-50\/45{border-top-color:rgb(247 254 231 / 0.45);border-bottom-color:rgb(247 254 231 / 0.45)}
.border-y-lime-50\/5{border-top-color:rgb(247 254 231 / 0.05);border-bottom-color:rgb(247 254 231 / 0.05)}
.border-y-lime-50\/50{border-top-color:rgb(247 254 231 / 0.5);border-bottom-color:rgb(247 254 231 / 0.5)}
.border-y-lime-50\/55{border-top-color:rgb(247 254 231 / 0.55);border-bottom-color:rgb(247 254 231 / 0.55)}
.border-y-lime-50\/60{border-top-color:rgb(247 254 231 / 0.6);border-bottom-color:rgb(247 254 231 / 0.6)}
.border-y-lime-50\/65{border-top-color:rgb(247 254 231 / 0.65);border-bottom-color:rgb(247 254 231 / 0.65)}
.border-y-lime-50\/70{border-top-color:rgb(247 254 231 / 0.7);border-bottom-color:rgb(247 254 231 / 0.7)}
.border-y-lime-50\/75{border-top-color:rgb(247 254 231 / 0.75);border-bottom-color:rgb(247 254 231 / 0.75)}
.border-y-lime-50\/80{border-top-color:rgb(247 254 231 / 0.8);border-bottom-color:rgb(247 254 231 / 0.8)}
.border-y-lime-50\/85{border-top-color:rgb(247 254 231 / 0.85);border-bottom-color:rgb(247 254 231 / 0.85)}
.border-y-lime-50\/90{border-top-color:rgb(247 254 231 / 0.9);border-bottom-color:rgb(247 254 231 / 0.9)}
.border-y-lime-50\/95{border-top-color:rgb(247 254 231 / 0.95);border-bottom-color:rgb(247 254 231 / 0.95)}
.border-y-lime-500{--tw-border-opacity:1;border-top-color:rgb(132 204 22 / var(--tw-border-opacity));border-bottom-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-y-lime-500\/0{border-top-color:rgb(132 204 22 / 0);border-bottom-color:rgb(132 204 22 / 0)}
.border-y-lime-500\/10{border-top-color:rgb(132 204 22 / 0.1);border-bottom-color:rgb(132 204 22 / 0.1)}
.border-y-lime-500\/100{border-top-color:rgb(132 204 22 / 1);border-bottom-color:rgb(132 204 22 / 1)}
.border-y-lime-500\/15{border-top-color:rgb(132 204 22 / 0.15);border-bottom-color:rgb(132 204 22 / 0.15)}
.border-y-lime-500\/20{border-top-color:rgb(132 204 22 / 0.2);border-bottom-color:rgb(132 204 22 / 0.2)}
.border-y-lime-500\/25{border-top-color:rgb(132 204 22 / 0.25);border-bottom-color:rgb(132 204 22 / 0.25)}
.border-y-lime-500\/30{border-top-color:rgb(132 204 22 / 0.3);border-bottom-color:rgb(132 204 22 / 0.3)}
.border-y-lime-500\/35{border-top-color:rgb(132 204 22 / 0.35);border-bottom-color:rgb(132 204 22 / 0.35)}
.border-y-lime-500\/40{border-top-color:rgb(132 204 22 / 0.4);border-bottom-color:rgb(132 204 22 / 0.4)}
.border-y-lime-500\/45{border-top-color:rgb(132 204 22 / 0.45);border-bottom-color:rgb(132 204 22 / 0.45)}
.border-y-lime-500\/5{border-top-color:rgb(132 204 22 / 0.05);border-bottom-color:rgb(132 204 22 / 0.05)}
.border-y-lime-500\/50{border-top-color:rgb(132 204 22 / 0.5);border-bottom-color:rgb(132 204 22 / 0.5)}
.border-y-lime-500\/55{border-top-color:rgb(132 204 22 / 0.55);border-bottom-color:rgb(132 204 22 / 0.55)}
.border-y-lime-500\/60{border-top-color:rgb(132 204 22 / 0.6);border-bottom-color:rgb(132 204 22 / 0.6)}
.border-y-lime-500\/65{border-top-color:rgb(132 204 22 / 0.65);border-bottom-color:rgb(132 204 22 / 0.65)}
.border-y-lime-500\/70{border-top-color:rgb(132 204 22 / 0.7);border-bottom-color:rgb(132 204 22 / 0.7)}
.border-y-lime-500\/75{border-top-color:rgb(132 204 22 / 0.75);border-bottom-color:rgb(132 204 22 / 0.75)}
.border-y-lime-500\/80{border-top-color:rgb(132 204 22 / 0.8);border-bottom-color:rgb(132 204 22 / 0.8)}
.border-y-lime-500\/85{border-top-color:rgb(132 204 22 / 0.85);border-bottom-color:rgb(132 204 22 / 0.85)}
.border-y-lime-500\/90{border-top-color:rgb(132 204 22 / 0.9);border-bottom-color:rgb(132 204 22 / 0.9)}
.border-y-lime-500\/95{border-top-color:rgb(132 204 22 / 0.95);border-bottom-color:rgb(132 204 22 / 0.95)}
.border-y-lime-600{--tw-border-opacity:1;border-top-color:rgb(101 163 13 / var(--tw-border-opacity));border-bottom-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-y-lime-600\/0{border-top-color:rgb(101 163 13 / 0);border-bottom-color:rgb(101 163 13 / 0)}
.border-y-lime-600\/10{border-top-color:rgb(101 163 13 / 0.1);border-bottom-color:rgb(101 163 13 / 0.1)}
.border-y-lime-600\/100{border-top-color:rgb(101 163 13 / 1);border-bottom-color:rgb(101 163 13 / 1)}
.border-y-lime-600\/15{border-top-color:rgb(101 163 13 / 0.15);border-bottom-color:rgb(101 163 13 / 0.15)}
.border-y-lime-600\/20{border-top-color:rgb(101 163 13 / 0.2);border-bottom-color:rgb(101 163 13 / 0.2)}
.border-y-lime-600\/25{border-top-color:rgb(101 163 13 / 0.25);border-bottom-color:rgb(101 163 13 / 0.25)}
.border-y-lime-600\/30{border-top-color:rgb(101 163 13 / 0.3);border-bottom-color:rgb(101 163 13 / 0.3)}
.border-y-lime-600\/35{border-top-color:rgb(101 163 13 / 0.35);border-bottom-color:rgb(101 163 13 / 0.35)}
.border-y-lime-600\/40{border-top-color:rgb(101 163 13 / 0.4);border-bottom-color:rgb(101 163 13 / 0.4)}
.border-y-lime-600\/45{border-top-color:rgb(101 163 13 / 0.45);border-bottom-color:rgb(101 163 13 / 0.45)}
.border-y-lime-600\/5{border-top-color:rgb(101 163 13 / 0.05);border-bottom-color:rgb(101 163 13 / 0.05)}
.border-y-lime-600\/50{border-top-color:rgb(101 163 13 / 0.5);border-bottom-color:rgb(101 163 13 / 0.5)}
.border-y-lime-600\/55{border-top-color:rgb(101 163 13 / 0.55);border-bottom-color:rgb(101 163 13 / 0.55)}
.border-y-lime-600\/60{border-top-color:rgb(101 163 13 / 0.6);border-bottom-color:rgb(101 163 13 / 0.6)}
.border-y-lime-600\/65{border-top-color:rgb(101 163 13 / 0.65);border-bottom-color:rgb(101 163 13 / 0.65)}
.border-y-lime-600\/70{border-top-color:rgb(101 163 13 / 0.7);border-bottom-color:rgb(101 163 13 / 0.7)}
.border-y-lime-600\/75{border-top-color:rgb(101 163 13 / 0.75);border-bottom-color:rgb(101 163 13 / 0.75)}
.border-y-lime-600\/80{border-top-color:rgb(101 163 13 / 0.8);border-bottom-color:rgb(101 163 13 / 0.8)}
.border-y-lime-600\/85{border-top-color:rgb(101 163 13 / 0.85);border-bottom-color:rgb(101 163 13 / 0.85)}
.border-y-lime-600\/90{border-top-color:rgb(101 163 13 / 0.9);border-bottom-color:rgb(101 163 13 / 0.9)}
.border-y-lime-600\/95{border-top-color:rgb(101 163 13 / 0.95);border-bottom-color:rgb(101 163 13 / 0.95)}
.border-y-lime-700{--tw-border-opacity:1;border-top-color:rgb(77 124 15 / var(--tw-border-opacity));border-bottom-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-y-lime-700\/0{border-top-color:rgb(77 124 15 / 0);border-bottom-color:rgb(77 124 15 / 0)}
.border-y-lime-700\/10{border-top-color:rgb(77 124 15 / 0.1);border-bottom-color:rgb(77 124 15 / 0.1)}
.border-y-lime-700\/100{border-top-color:rgb(77 124 15 / 1);border-bottom-color:rgb(77 124 15 / 1)}
.border-y-lime-700\/15{border-top-color:rgb(77 124 15 / 0.15);border-bottom-color:rgb(77 124 15 / 0.15)}
.border-y-lime-700\/20{border-top-color:rgb(77 124 15 / 0.2);border-bottom-color:rgb(77 124 15 / 0.2)}
.border-y-lime-700\/25{border-top-color:rgb(77 124 15 / 0.25);border-bottom-color:rgb(77 124 15 / 0.25)}
.border-y-lime-700\/30{border-top-color:rgb(77 124 15 / 0.3);border-bottom-color:rgb(77 124 15 / 0.3)}
.border-y-lime-700\/35{border-top-color:rgb(77 124 15 / 0.35);border-bottom-color:rgb(77 124 15 / 0.35)}
.border-y-lime-700\/40{border-top-color:rgb(77 124 15 / 0.4);border-bottom-color:rgb(77 124 15 / 0.4)}
.border-y-lime-700\/45{border-top-color:rgb(77 124 15 / 0.45);border-bottom-color:rgb(77 124 15 / 0.45)}
.border-y-lime-700\/5{border-top-color:rgb(77 124 15 / 0.05);border-bottom-color:rgb(77 124 15 / 0.05)}
.border-y-lime-700\/50{border-top-color:rgb(77 124 15 / 0.5);border-bottom-color:rgb(77 124 15 / 0.5)}
.border-y-lime-700\/55{border-top-color:rgb(77 124 15 / 0.55);border-bottom-color:rgb(77 124 15 / 0.55)}
.border-y-lime-700\/60{border-top-color:rgb(77 124 15 / 0.6);border-bottom-color:rgb(77 124 15 / 0.6)}
.border-y-lime-700\/65{border-top-color:rgb(77 124 15 / 0.65);border-bottom-color:rgb(77 124 15 / 0.65)}
.border-y-lime-700\/70{border-top-color:rgb(77 124 15 / 0.7);border-bottom-color:rgb(77 124 15 / 0.7)}
.border-y-lime-700\/75{border-top-color:rgb(77 124 15 / 0.75);border-bottom-color:rgb(77 124 15 / 0.75)}
.border-y-lime-700\/80{border-top-color:rgb(77 124 15 / 0.8);border-bottom-color:rgb(77 124 15 / 0.8)}
.border-y-lime-700\/85{border-top-color:rgb(77 124 15 / 0.85);border-bottom-color:rgb(77 124 15 / 0.85)}
.border-y-lime-700\/90{border-top-color:rgb(77 124 15 / 0.9);border-bottom-color:rgb(77 124 15 / 0.9)}
.border-y-lime-700\/95{border-top-color:rgb(77 124 15 / 0.95);border-bottom-color:rgb(77 124 15 / 0.95)}
.border-y-lime-800{--tw-border-opacity:1;border-top-color:rgb(63 98 18 / var(--tw-border-opacity));border-bottom-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-y-lime-800\/0{border-top-color:rgb(63 98 18 / 0);border-bottom-color:rgb(63 98 18 / 0)}
.border-y-lime-800\/10{border-top-color:rgb(63 98 18 / 0.1);border-bottom-color:rgb(63 98 18 / 0.1)}
.border-y-lime-800\/100{border-top-color:rgb(63 98 18 / 1);border-bottom-color:rgb(63 98 18 / 1)}
.border-y-lime-800\/15{border-top-color:rgb(63 98 18 / 0.15);border-bottom-color:rgb(63 98 18 / 0.15)}
.border-y-lime-800\/20{border-top-color:rgb(63 98 18 / 0.2);border-bottom-color:rgb(63 98 18 / 0.2)}
.border-y-lime-800\/25{border-top-color:rgb(63 98 18 / 0.25);border-bottom-color:rgb(63 98 18 / 0.25)}
.border-y-lime-800\/30{border-top-color:rgb(63 98 18 / 0.3);border-bottom-color:rgb(63 98 18 / 0.3)}
.border-y-lime-800\/35{border-top-color:rgb(63 98 18 / 0.35);border-bottom-color:rgb(63 98 18 / 0.35)}
.border-y-lime-800\/40{border-top-color:rgb(63 98 18 / 0.4);border-bottom-color:rgb(63 98 18 / 0.4)}
.border-y-lime-800\/45{border-top-color:rgb(63 98 18 / 0.45);border-bottom-color:rgb(63 98 18 / 0.45)}
.border-y-lime-800\/5{border-top-color:rgb(63 98 18 / 0.05);border-bottom-color:rgb(63 98 18 / 0.05)}
.border-y-lime-800\/50{border-top-color:rgb(63 98 18 / 0.5);border-bottom-color:rgb(63 98 18 / 0.5)}
.border-y-lime-800\/55{border-top-color:rgb(63 98 18 / 0.55);border-bottom-color:rgb(63 98 18 / 0.55)}
.border-y-lime-800\/60{border-top-color:rgb(63 98 18 / 0.6);border-bottom-color:rgb(63 98 18 / 0.6)}
.border-y-lime-800\/65{border-top-color:rgb(63 98 18 / 0.65);border-bottom-color:rgb(63 98 18 / 0.65)}
.border-y-lime-800\/70{border-top-color:rgb(63 98 18 / 0.7);border-bottom-color:rgb(63 98 18 / 0.7)}
.border-y-lime-800\/75{border-top-color:rgb(63 98 18 / 0.75);border-bottom-color:rgb(63 98 18 / 0.75)}
.border-y-lime-800\/80{border-top-color:rgb(63 98 18 / 0.8);border-bottom-color:rgb(63 98 18 / 0.8)}
.border-y-lime-800\/85{border-top-color:rgb(63 98 18 / 0.85);border-bottom-color:rgb(63 98 18 / 0.85)}
.border-y-lime-800\/90{border-top-color:rgb(63 98 18 / 0.9);border-bottom-color:rgb(63 98 18 / 0.9)}
.border-y-lime-800\/95{border-top-color:rgb(63 98 18 / 0.95);border-bottom-color:rgb(63 98 18 / 0.95)}
.border-y-lime-900{--tw-border-opacity:1;border-top-color:rgb(54 83 20 / var(--tw-border-opacity));border-bottom-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-y-lime-900\/0{border-top-color:rgb(54 83 20 / 0);border-bottom-color:rgb(54 83 20 / 0)}
.border-y-lime-900\/10{border-top-color:rgb(54 83 20 / 0.1);border-bottom-color:rgb(54 83 20 / 0.1)}
.border-y-lime-900\/100{border-top-color:rgb(54 83 20 / 1);border-bottom-color:rgb(54 83 20 / 1)}
.border-y-lime-900\/15{border-top-color:rgb(54 83 20 / 0.15);border-bottom-color:rgb(54 83 20 / 0.15)}
.border-y-lime-900\/20{border-top-color:rgb(54 83 20 / 0.2);border-bottom-color:rgb(54 83 20 / 0.2)}
.border-y-lime-900\/25{border-top-color:rgb(54 83 20 / 0.25);border-bottom-color:rgb(54 83 20 / 0.25)}
.border-y-lime-900\/30{border-top-color:rgb(54 83 20 / 0.3);border-bottom-color:rgb(54 83 20 / 0.3)}
.border-y-lime-900\/35{border-top-color:rgb(54 83 20 / 0.35);border-bottom-color:rgb(54 83 20 / 0.35)}
.border-y-lime-900\/40{border-top-color:rgb(54 83 20 / 0.4);border-bottom-color:rgb(54 83 20 / 0.4)}
.border-y-lime-900\/45{border-top-color:rgb(54 83 20 / 0.45);border-bottom-color:rgb(54 83 20 / 0.45)}
.border-y-lime-900\/5{border-top-color:rgb(54 83 20 / 0.05);border-bottom-color:rgb(54 83 20 / 0.05)}
.border-y-lime-900\/50{border-top-color:rgb(54 83 20 / 0.5);border-bottom-color:rgb(54 83 20 / 0.5)}
.border-y-lime-900\/55{border-top-color:rgb(54 83 20 / 0.55);border-bottom-color:rgb(54 83 20 / 0.55)}
.border-y-lime-900\/60{border-top-color:rgb(54 83 20 / 0.6);border-bottom-color:rgb(54 83 20 / 0.6)}
.border-y-lime-900\/65{border-top-color:rgb(54 83 20 / 0.65);border-bottom-color:rgb(54 83 20 / 0.65)}
.border-y-lime-900\/70{border-top-color:rgb(54 83 20 / 0.7);border-bottom-color:rgb(54 83 20 / 0.7)}
.border-y-lime-900\/75{border-top-color:rgb(54 83 20 / 0.75);border-bottom-color:rgb(54 83 20 / 0.75)}
.border-y-lime-900\/80{border-top-color:rgb(54 83 20 / 0.8);border-bottom-color:rgb(54 83 20 / 0.8)}
.border-y-lime-900\/85{border-top-color:rgb(54 83 20 / 0.85);border-bottom-color:rgb(54 83 20 / 0.85)}
.border-y-lime-900\/90{border-top-color:rgb(54 83 20 / 0.9);border-bottom-color:rgb(54 83 20 / 0.9)}
.border-y-lime-900\/95{border-top-color:rgb(54 83 20 / 0.95);border-bottom-color:rgb(54 83 20 / 0.95)}
.border-y-lime-950{--tw-border-opacity:1;border-top-color:rgb(26 46 5 / var(--tw-border-opacity));border-bottom-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-y-lime-950\/0{border-top-color:rgb(26 46 5 / 0);border-bottom-color:rgb(26 46 5 / 0)}
.border-y-lime-950\/10{border-top-color:rgb(26 46 5 / 0.1);border-bottom-color:rgb(26 46 5 / 0.1)}
.border-y-lime-950\/100{border-top-color:rgb(26 46 5 / 1);border-bottom-color:rgb(26 46 5 / 1)}
.border-y-lime-950\/15{border-top-color:rgb(26 46 5 / 0.15);border-bottom-color:rgb(26 46 5 / 0.15)}
.border-y-lime-950\/20{border-top-color:rgb(26 46 5 / 0.2);border-bottom-color:rgb(26 46 5 / 0.2)}
.border-y-lime-950\/25{border-top-color:rgb(26 46 5 / 0.25);border-bottom-color:rgb(26 46 5 / 0.25)}
.border-y-lime-950\/30{border-top-color:rgb(26 46 5 / 0.3);border-bottom-color:rgb(26 46 5 / 0.3)}
.border-y-lime-950\/35{border-top-color:rgb(26 46 5 / 0.35);border-bottom-color:rgb(26 46 5 / 0.35)}
.border-y-lime-950\/40{border-top-color:rgb(26 46 5 / 0.4);border-bottom-color:rgb(26 46 5 / 0.4)}
.border-y-lime-950\/45{border-top-color:rgb(26 46 5 / 0.45);border-bottom-color:rgb(26 46 5 / 0.45)}
.border-y-lime-950\/5{border-top-color:rgb(26 46 5 / 0.05);border-bottom-color:rgb(26 46 5 / 0.05)}
.border-y-lime-950\/50{border-top-color:rgb(26 46 5 / 0.5);border-bottom-color:rgb(26 46 5 / 0.5)}
.border-y-lime-950\/55{border-top-color:rgb(26 46 5 / 0.55);border-bottom-color:rgb(26 46 5 / 0.55)}
.border-y-lime-950\/60{border-top-color:rgb(26 46 5 / 0.6);border-bottom-color:rgb(26 46 5 / 0.6)}
.border-y-lime-950\/65{border-top-color:rgb(26 46 5 / 0.65);border-bottom-color:rgb(26 46 5 / 0.65)}
.border-y-lime-950\/70{border-top-color:rgb(26 46 5 / 0.7);border-bottom-color:rgb(26 46 5 / 0.7)}
.border-y-lime-950\/75{border-top-color:rgb(26 46 5 / 0.75);border-bottom-color:rgb(26 46 5 / 0.75)}
.border-y-lime-950\/80{border-top-color:rgb(26 46 5 / 0.8);border-bottom-color:rgb(26 46 5 / 0.8)}
.border-y-lime-950\/85{border-top-color:rgb(26 46 5 / 0.85);border-bottom-color:rgb(26 46 5 / 0.85)}
.border-y-lime-950\/90{border-top-color:rgb(26 46 5 / 0.9);border-bottom-color:rgb(26 46 5 / 0.9)}
.border-y-lime-950\/95{border-top-color:rgb(26 46 5 / 0.95);border-bottom-color:rgb(26 46 5 / 0.95)}
.border-y-navBackground-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-navBackground-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-navBackground-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-navBackground-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-navBackground-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-navBackground-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-navBackground-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-navBackground-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-navBackground-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-navBackground-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-navBackground-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-navBackground-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-navBackground-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-navBackground-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-navBackground-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-navBackground-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-navBackground-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-navBackground-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-navBackground-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-navBackground-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-navBackground-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-navBackground-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-navBackground-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-navBackground-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-navBackground-text-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity));border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-y-navBackground-text-text\/0{border-top-color:rgb(132 132 132 / 0);border-bottom-color:rgb(132 132 132 / 0)}
.border-y-navBackground-text-text\/10{border-top-color:rgb(132 132 132 / 0.1);border-bottom-color:rgb(132 132 132 / 0.1)}
.border-y-navBackground-text-text\/100{border-top-color:rgb(132 132 132 / 1);border-bottom-color:rgb(132 132 132 / 1)}
.border-y-navBackground-text-text\/15{border-top-color:rgb(132 132 132 / 0.15);border-bottom-color:rgb(132 132 132 / 0.15)}
.border-y-navBackground-text-text\/20{border-top-color:rgb(132 132 132 / 0.2);border-bottom-color:rgb(132 132 132 / 0.2)}
.border-y-navBackground-text-text\/25{border-top-color:rgb(132 132 132 / 0.25);border-bottom-color:rgb(132 132 132 / 0.25)}
.border-y-navBackground-text-text\/30{border-top-color:rgb(132 132 132 / 0.3);border-bottom-color:rgb(132 132 132 / 0.3)}
.border-y-navBackground-text-text\/35{border-top-color:rgb(132 132 132 / 0.35);border-bottom-color:rgb(132 132 132 / 0.35)}
.border-y-navBackground-text-text\/40{border-top-color:rgb(132 132 132 / 0.4);border-bottom-color:rgb(132 132 132 / 0.4)}
.border-y-navBackground-text-text\/45{border-top-color:rgb(132 132 132 / 0.45);border-bottom-color:rgb(132 132 132 / 0.45)}
.border-y-navBackground-text-text\/5{border-top-color:rgb(132 132 132 / 0.05);border-bottom-color:rgb(132 132 132 / 0.05)}
.border-y-navBackground-text-text\/50{border-top-color:rgb(132 132 132 / 0.5);border-bottom-color:rgb(132 132 132 / 0.5)}
.border-y-navBackground-text-text\/55{border-top-color:rgb(132 132 132 / 0.55);border-bottom-color:rgb(132 132 132 / 0.55)}
.border-y-navBackground-text-text\/60{border-top-color:rgb(132 132 132 / 0.6);border-bottom-color:rgb(132 132 132 / 0.6)}
.border-y-navBackground-text-text\/65{border-top-color:rgb(132 132 132 / 0.65);border-bottom-color:rgb(132 132 132 / 0.65)}
.border-y-navBackground-text-text\/70{border-top-color:rgb(132 132 132 / 0.7);border-bottom-color:rgb(132 132 132 / 0.7)}
.border-y-navBackground-text-text\/75{border-top-color:rgb(132 132 132 / 0.75);border-bottom-color:rgb(132 132 132 / 0.75)}
.border-y-navBackground-text-text\/80{border-top-color:rgb(132 132 132 / 0.8);border-bottom-color:rgb(132 132 132 / 0.8)}
.border-y-navBackground-text-text\/85{border-top-color:rgb(132 132 132 / 0.85);border-bottom-color:rgb(132 132 132 / 0.85)}
.border-y-navBackground-text-text\/90{border-top-color:rgb(132 132 132 / 0.9);border-bottom-color:rgb(132 132 132 / 0.9)}
.border-y-navBackground-text-text\/95{border-top-color:rgb(132 132 132 / 0.95);border-bottom-color:rgb(132 132 132 / 0.95)}
.border-y-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-navBackgroundDark-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-navBackgroundDark-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-navBackgroundDark-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-navBackgroundDark-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-navBackgroundDark-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-navBackgroundDark-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-navBackgroundDark-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-navBackgroundDark-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-navBackgroundDark-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-navBackgroundDark-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-navBackgroundDark-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-navBackgroundDark-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-navBackgroundDark-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-navBackgroundDark-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-navBackgroundDark-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-navBackgroundDark-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-navBackgroundDark-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-navBackgroundDark-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-navBackgroundDark-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-navBackgroundDark-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-navBackgroundDark-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-navBackgroundDark-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-navBackgroundDark-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-navBackgroundDark-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity));border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-y-navBackgroundDark-text-text\/0{border-top-color:rgb(30 41 59 / 0);border-bottom-color:rgb(30 41 59 / 0)}
.border-y-navBackgroundDark-text-text\/10{border-top-color:rgb(30 41 59 / 0.1);border-bottom-color:rgb(30 41 59 / 0.1)}
.border-y-navBackgroundDark-text-text\/100{border-top-color:rgb(30 41 59 / 1);border-bottom-color:rgb(30 41 59 / 1)}
.border-y-navBackgroundDark-text-text\/15{border-top-color:rgb(30 41 59 / 0.15);border-bottom-color:rgb(30 41 59 / 0.15)}
.border-y-navBackgroundDark-text-text\/20{border-top-color:rgb(30 41 59 / 0.2);border-bottom-color:rgb(30 41 59 / 0.2)}
.border-y-navBackgroundDark-text-text\/25{border-top-color:rgb(30 41 59 / 0.25);border-bottom-color:rgb(30 41 59 / 0.25)}
.border-y-navBackgroundDark-text-text\/30{border-top-color:rgb(30 41 59 / 0.3);border-bottom-color:rgb(30 41 59 / 0.3)}
.border-y-navBackgroundDark-text-text\/35{border-top-color:rgb(30 41 59 / 0.35);border-bottom-color:rgb(30 41 59 / 0.35)}
.border-y-navBackgroundDark-text-text\/40{border-top-color:rgb(30 41 59 / 0.4);border-bottom-color:rgb(30 41 59 / 0.4)}
.border-y-navBackgroundDark-text-text\/45{border-top-color:rgb(30 41 59 / 0.45);border-bottom-color:rgb(30 41 59 / 0.45)}
.border-y-navBackgroundDark-text-text\/5{border-top-color:rgb(30 41 59 / 0.05);border-bottom-color:rgb(30 41 59 / 0.05)}
.border-y-navBackgroundDark-text-text\/50{border-top-color:rgb(30 41 59 / 0.5);border-bottom-color:rgb(30 41 59 / 0.5)}
.border-y-navBackgroundDark-text-text\/55{border-top-color:rgb(30 41 59 / 0.55);border-bottom-color:rgb(30 41 59 / 0.55)}
.border-y-navBackgroundDark-text-text\/60{border-top-color:rgb(30 41 59 / 0.6);border-bottom-color:rgb(30 41 59 / 0.6)}
.border-y-navBackgroundDark-text-text\/65{border-top-color:rgb(30 41 59 / 0.65);border-bottom-color:rgb(30 41 59 / 0.65)}
.border-y-navBackgroundDark-text-text\/70{border-top-color:rgb(30 41 59 / 0.7);border-bottom-color:rgb(30 41 59 / 0.7)}
.border-y-navBackgroundDark-text-text\/75{border-top-color:rgb(30 41 59 / 0.75);border-bottom-color:rgb(30 41 59 / 0.75)}
.border-y-navBackgroundDark-text-text\/80{border-top-color:rgb(30 41 59 / 0.8);border-bottom-color:rgb(30 41 59 / 0.8)}
.border-y-navBackgroundDark-text-text\/85{border-top-color:rgb(30 41 59 / 0.85);border-bottom-color:rgb(30 41 59 / 0.85)}
.border-y-navBackgroundDark-text-text\/90{border-top-color:rgb(30 41 59 / 0.9);border-bottom-color:rgb(30 41 59 / 0.9)}
.border-y-navBackgroundDark-text-text\/95{border-top-color:rgb(30 41 59 / 0.95);border-bottom-color:rgb(30 41 59 / 0.95)}
.border-y-navText-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-navText-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-navText-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-navText-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-navText-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-navText-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-navText-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-navText-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-navText-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-navText-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-navText-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-navText-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-navText-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-navText-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-navText-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-navText-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-navText-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-navText-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-navText-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-navText-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-navText-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-navText-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-navText-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-navText-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-navText-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity));border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-y-navText-text-text\/0{border-top-color:rgb(30 41 59 / 0);border-bottom-color:rgb(30 41 59 / 0)}
.border-y-navText-text-text\/10{border-top-color:rgb(30 41 59 / 0.1);border-bottom-color:rgb(30 41 59 / 0.1)}
.border-y-navText-text-text\/100{border-top-color:rgb(30 41 59 / 1);border-bottom-color:rgb(30 41 59 / 1)}
.border-y-navText-text-text\/15{border-top-color:rgb(30 41 59 / 0.15);border-bottom-color:rgb(30 41 59 / 0.15)}
.border-y-navText-text-text\/20{border-top-color:rgb(30 41 59 / 0.2);border-bottom-color:rgb(30 41 59 / 0.2)}
.border-y-navText-text-text\/25{border-top-color:rgb(30 41 59 / 0.25);border-bottom-color:rgb(30 41 59 / 0.25)}
.border-y-navText-text-text\/30{border-top-color:rgb(30 41 59 / 0.3);border-bottom-color:rgb(30 41 59 / 0.3)}
.border-y-navText-text-text\/35{border-top-color:rgb(30 41 59 / 0.35);border-bottom-color:rgb(30 41 59 / 0.35)}
.border-y-navText-text-text\/40{border-top-color:rgb(30 41 59 / 0.4);border-bottom-color:rgb(30 41 59 / 0.4)}
.border-y-navText-text-text\/45{border-top-color:rgb(30 41 59 / 0.45);border-bottom-color:rgb(30 41 59 / 0.45)}
.border-y-navText-text-text\/5{border-top-color:rgb(30 41 59 / 0.05);border-bottom-color:rgb(30 41 59 / 0.05)}
.border-y-navText-text-text\/50{border-top-color:rgb(30 41 59 / 0.5);border-bottom-color:rgb(30 41 59 / 0.5)}
.border-y-navText-text-text\/55{border-top-color:rgb(30 41 59 / 0.55);border-bottom-color:rgb(30 41 59 / 0.55)}
.border-y-navText-text-text\/60{border-top-color:rgb(30 41 59 / 0.6);border-bottom-color:rgb(30 41 59 / 0.6)}
.border-y-navText-text-text\/65{border-top-color:rgb(30 41 59 / 0.65);border-bottom-color:rgb(30 41 59 / 0.65)}
.border-y-navText-text-text\/70{border-top-color:rgb(30 41 59 / 0.7);border-bottom-color:rgb(30 41 59 / 0.7)}
.border-y-navText-text-text\/75{border-top-color:rgb(30 41 59 / 0.75);border-bottom-color:rgb(30 41 59 / 0.75)}
.border-y-navText-text-text\/80{border-top-color:rgb(30 41 59 / 0.8);border-bottom-color:rgb(30 41 59 / 0.8)}
.border-y-navText-text-text\/85{border-top-color:rgb(30 41 59 / 0.85);border-bottom-color:rgb(30 41 59 / 0.85)}
.border-y-navText-text-text\/90{border-top-color:rgb(30 41 59 / 0.9);border-bottom-color:rgb(30 41 59 / 0.9)}
.border-y-navText-text-text\/95{border-top-color:rgb(30 41 59 / 0.95);border-bottom-color:rgb(30 41 59 / 0.95)}
.border-y-navTextDark-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-navTextDark-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-navTextDark-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-navTextDark-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-navTextDark-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-navTextDark-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-navTextDark-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-navTextDark-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-navTextDark-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-navTextDark-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-navTextDark-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-navTextDark-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-navTextDark-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-navTextDark-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-navTextDark-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-navTextDark-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-navTextDark-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-navTextDark-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-navTextDark-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-navTextDark-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-navTextDark-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-navTextDark-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-navTextDark-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-navTextDark-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-navTextDark-text-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity));border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-y-navTextDark-text-text\/0{border-top-color:rgb(132 132 132 / 0);border-bottom-color:rgb(132 132 132 / 0)}
.border-y-navTextDark-text-text\/10{border-top-color:rgb(132 132 132 / 0.1);border-bottom-color:rgb(132 132 132 / 0.1)}
.border-y-navTextDark-text-text\/100{border-top-color:rgb(132 132 132 / 1);border-bottom-color:rgb(132 132 132 / 1)}
.border-y-navTextDark-text-text\/15{border-top-color:rgb(132 132 132 / 0.15);border-bottom-color:rgb(132 132 132 / 0.15)}
.border-y-navTextDark-text-text\/20{border-top-color:rgb(132 132 132 / 0.2);border-bottom-color:rgb(132 132 132 / 0.2)}
.border-y-navTextDark-text-text\/25{border-top-color:rgb(132 132 132 / 0.25);border-bottom-color:rgb(132 132 132 / 0.25)}
.border-y-navTextDark-text-text\/30{border-top-color:rgb(132 132 132 / 0.3);border-bottom-color:rgb(132 132 132 / 0.3)}
.border-y-navTextDark-text-text\/35{border-top-color:rgb(132 132 132 / 0.35);border-bottom-color:rgb(132 132 132 / 0.35)}
.border-y-navTextDark-text-text\/40{border-top-color:rgb(132 132 132 / 0.4);border-bottom-color:rgb(132 132 132 / 0.4)}
.border-y-navTextDark-text-text\/45{border-top-color:rgb(132 132 132 / 0.45);border-bottom-color:rgb(132 132 132 / 0.45)}
.border-y-navTextDark-text-text\/5{border-top-color:rgb(132 132 132 / 0.05);border-bottom-color:rgb(132 132 132 / 0.05)}
.border-y-navTextDark-text-text\/50{border-top-color:rgb(132 132 132 / 0.5);border-bottom-color:rgb(132 132 132 / 0.5)}
.border-y-navTextDark-text-text\/55{border-top-color:rgb(132 132 132 / 0.55);border-bottom-color:rgb(132 132 132 / 0.55)}
.border-y-navTextDark-text-text\/60{border-top-color:rgb(132 132 132 / 0.6);border-bottom-color:rgb(132 132 132 / 0.6)}
.border-y-navTextDark-text-text\/65{border-top-color:rgb(132 132 132 / 0.65);border-bottom-color:rgb(132 132 132 / 0.65)}
.border-y-navTextDark-text-text\/70{border-top-color:rgb(132 132 132 / 0.7);border-bottom-color:rgb(132 132 132 / 0.7)}
.border-y-navTextDark-text-text\/75{border-top-color:rgb(132 132 132 / 0.75);border-bottom-color:rgb(132 132 132 / 0.75)}
.border-y-navTextDark-text-text\/80{border-top-color:rgb(132 132 132 / 0.8);border-bottom-color:rgb(132 132 132 / 0.8)}
.border-y-navTextDark-text-text\/85{border-top-color:rgb(132 132 132 / 0.85);border-bottom-color:rgb(132 132 132 / 0.85)}
.border-y-navTextDark-text-text\/90{border-top-color:rgb(132 132 132 / 0.9);border-bottom-color:rgb(132 132 132 / 0.9)}
.border-y-navTextDark-text-text\/95{border-top-color:rgb(132 132 132 / 0.95);border-bottom-color:rgb(132 132 132 / 0.95)}
.border-y-navTextHover-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-navTextHover-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-navTextHover-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-navTextHover-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-navTextHover-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-navTextHover-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-navTextHover-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-navTextHover-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-navTextHover-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-navTextHover-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-navTextHover-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-navTextHover-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-navTextHover-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-navTextHover-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-navTextHover-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-navTextHover-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-navTextHover-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-navTextHover-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-navTextHover-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-navTextHover-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-navTextHover-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-navTextHover-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-navTextHover-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-navTextHover-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-navTextHover-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity));border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-y-navTextHover-text-text\/0{border-top-color:rgb(30 41 59 / 0);border-bottom-color:rgb(30 41 59 / 0)}
.border-y-navTextHover-text-text\/10{border-top-color:rgb(30 41 59 / 0.1);border-bottom-color:rgb(30 41 59 / 0.1)}
.border-y-navTextHover-text-text\/100{border-top-color:rgb(30 41 59 / 1);border-bottom-color:rgb(30 41 59 / 1)}
.border-y-navTextHover-text-text\/15{border-top-color:rgb(30 41 59 / 0.15);border-bottom-color:rgb(30 41 59 / 0.15)}
.border-y-navTextHover-text-text\/20{border-top-color:rgb(30 41 59 / 0.2);border-bottom-color:rgb(30 41 59 / 0.2)}
.border-y-navTextHover-text-text\/25{border-top-color:rgb(30 41 59 / 0.25);border-bottom-color:rgb(30 41 59 / 0.25)}
.border-y-navTextHover-text-text\/30{border-top-color:rgb(30 41 59 / 0.3);border-bottom-color:rgb(30 41 59 / 0.3)}
.border-y-navTextHover-text-text\/35{border-top-color:rgb(30 41 59 / 0.35);border-bottom-color:rgb(30 41 59 / 0.35)}
.border-y-navTextHover-text-text\/40{border-top-color:rgb(30 41 59 / 0.4);border-bottom-color:rgb(30 41 59 / 0.4)}
.border-y-navTextHover-text-text\/45{border-top-color:rgb(30 41 59 / 0.45);border-bottom-color:rgb(30 41 59 / 0.45)}
.border-y-navTextHover-text-text\/5{border-top-color:rgb(30 41 59 / 0.05);border-bottom-color:rgb(30 41 59 / 0.05)}
.border-y-navTextHover-text-text\/50{border-top-color:rgb(30 41 59 / 0.5);border-bottom-color:rgb(30 41 59 / 0.5)}
.border-y-navTextHover-text-text\/55{border-top-color:rgb(30 41 59 / 0.55);border-bottom-color:rgb(30 41 59 / 0.55)}
.border-y-navTextHover-text-text\/60{border-top-color:rgb(30 41 59 / 0.6);border-bottom-color:rgb(30 41 59 / 0.6)}
.border-y-navTextHover-text-text\/65{border-top-color:rgb(30 41 59 / 0.65);border-bottom-color:rgb(30 41 59 / 0.65)}
.border-y-navTextHover-text-text\/70{border-top-color:rgb(30 41 59 / 0.7);border-bottom-color:rgb(30 41 59 / 0.7)}
.border-y-navTextHover-text-text\/75{border-top-color:rgb(30 41 59 / 0.75);border-bottom-color:rgb(30 41 59 / 0.75)}
.border-y-navTextHover-text-text\/80{border-top-color:rgb(30 41 59 / 0.8);border-bottom-color:rgb(30 41 59 / 0.8)}
.border-y-navTextHover-text-text\/85{border-top-color:rgb(30 41 59 / 0.85);border-bottom-color:rgb(30 41 59 / 0.85)}
.border-y-navTextHover-text-text\/90{border-top-color:rgb(30 41 59 / 0.9);border-bottom-color:rgb(30 41 59 / 0.9)}
.border-y-navTextHover-text-text\/95{border-top-color:rgb(30 41 59 / 0.95);border-bottom-color:rgb(30 41 59 / 0.95)}
.border-y-primary{--tw-border-opacity:1;border-top-color:rgb(0 87 136 / var(--tw-border-opacity));border-bottom-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-y-primary-100{border-top-color:var(--bt-primary-100);border-bottom-color:var(--bt-primary-100)}
.border-y-primary-150{border-top-color:var(--bt-primary-150);border-bottom-color:var(--bt-primary-150)}
.border-y-primary-200{border-top-color:var(--bt-primary-200);border-bottom-color:var(--bt-primary-200)}
.border-y-primary-300{border-top-color:var(--bt-primary-300);border-bottom-color:var(--bt-primary-300)}
.border-y-primary-350{border-top-color:var(--bt-primary-350);border-bottom-color:var(--bt-primary-350)}
.border-y-primary-400{border-top-color:var(--bt-primary-400);border-bottom-color:var(--bt-primary-400)}
.border-y-primary-450{border-top-color:var(--bt-primary-450);border-bottom-color:var(--bt-primary-450)}
.border-y-primary-500{border-top-color:var(--bt-primary-500);border-bottom-color:var(--bt-primary-500)}
.border-y-primary-550{border-top-color:var(--bt-primary-550);border-bottom-color:var(--bt-primary-550)}
.border-y-primary-600{border-top-color:var(--bt-primary-600);border-bottom-color:var(--bt-primary-600)}
.border-y-primary-650{border-top-color:var(--bt-primary-650);border-bottom-color:var(--bt-primary-650)}
.border-y-primary-700{border-top-color:var(--bt-primary-700);border-bottom-color:var(--bt-primary-700)}
.border-y-primary-750{border-top-color:var(--bt-primary-750);border-bottom-color:var(--bt-primary-750)}
.border-y-primary-800{border-top-color:var(--bt-primary-800);border-bottom-color:var(--bt-primary-800)}
.border-y-primary-850{border-top-color:var(--bt-primary-850);border-bottom-color:var(--bt-primary-850)}
.border-y-primary-900{border-top-color:var(--bt-primary-900);border-bottom-color:var(--bt-primary-900)}
.border-y-primary-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-primary-contrast-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-primary-contrast-contrast\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-primary-contrast-contrast\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-primary-contrast-contrast\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-primary-contrast-contrast\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-primary-contrast-contrast\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-primary-contrast-contrast\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-primary-contrast-contrast\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-primary-contrast-contrast\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-primary-contrast-contrast\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-primary-contrast-contrast\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-primary-contrast-contrast\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-primary-contrast-contrast\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-primary-contrast-contrast\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-primary-contrast-contrast\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-primary-contrast-contrast\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-primary-contrast-contrast\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-primary-contrast-contrast\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-primary-contrast-contrast\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-primary-contrast-contrast\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-primary-contrast-contrast\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-primary-contrast-contrast\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-primary-contrast-contrastsWithCard{}
.border-y-primary-contrast-isDark{}
.border-y-primary-contrast-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity));border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-y-primary-contrast-text\/0{border-top-color:rgb(132 132 132 / 0);border-bottom-color:rgb(132 132 132 / 0)}
.border-y-primary-contrast-text\/10{border-top-color:rgb(132 132 132 / 0.1);border-bottom-color:rgb(132 132 132 / 0.1)}
.border-y-primary-contrast-text\/100{border-top-color:rgb(132 132 132 / 1);border-bottom-color:rgb(132 132 132 / 1)}
.border-y-primary-contrast-text\/15{border-top-color:rgb(132 132 132 / 0.15);border-bottom-color:rgb(132 132 132 / 0.15)}
.border-y-primary-contrast-text\/20{border-top-color:rgb(132 132 132 / 0.2);border-bottom-color:rgb(132 132 132 / 0.2)}
.border-y-primary-contrast-text\/25{border-top-color:rgb(132 132 132 / 0.25);border-bottom-color:rgb(132 132 132 / 0.25)}
.border-y-primary-contrast-text\/30{border-top-color:rgb(132 132 132 / 0.3);border-bottom-color:rgb(132 132 132 / 0.3)}
.border-y-primary-contrast-text\/35{border-top-color:rgb(132 132 132 / 0.35);border-bottom-color:rgb(132 132 132 / 0.35)}
.border-y-primary-contrast-text\/40{border-top-color:rgb(132 132 132 / 0.4);border-bottom-color:rgb(132 132 132 / 0.4)}
.border-y-primary-contrast-text\/45{border-top-color:rgb(132 132 132 / 0.45);border-bottom-color:rgb(132 132 132 / 0.45)}
.border-y-primary-contrast-text\/5{border-top-color:rgb(132 132 132 / 0.05);border-bottom-color:rgb(132 132 132 / 0.05)}
.border-y-primary-contrast-text\/50{border-top-color:rgb(132 132 132 / 0.5);border-bottom-color:rgb(132 132 132 / 0.5)}
.border-y-primary-contrast-text\/55{border-top-color:rgb(132 132 132 / 0.55);border-bottom-color:rgb(132 132 132 / 0.55)}
.border-y-primary-contrast-text\/60{border-top-color:rgb(132 132 132 / 0.6);border-bottom-color:rgb(132 132 132 / 0.6)}
.border-y-primary-contrast-text\/65{border-top-color:rgb(132 132 132 / 0.65);border-bottom-color:rgb(132 132 132 / 0.65)}
.border-y-primary-contrast-text\/70{border-top-color:rgb(132 132 132 / 0.7);border-bottom-color:rgb(132 132 132 / 0.7)}
.border-y-primary-contrast-text\/75{border-top-color:rgb(132 132 132 / 0.75);border-bottom-color:rgb(132 132 132 / 0.75)}
.border-y-primary-contrast-text\/80{border-top-color:rgb(132 132 132 / 0.8);border-bottom-color:rgb(132 132 132 / 0.8)}
.border-y-primary-contrast-text\/85{border-top-color:rgb(132 132 132 / 0.85);border-bottom-color:rgb(132 132 132 / 0.85)}
.border-y-primary-contrast-text\/90{border-top-color:rgb(132 132 132 / 0.9);border-bottom-color:rgb(132 132 132 / 0.9)}
.border-y-primary-contrast-text\/95{border-top-color:rgb(132 132 132 / 0.95);border-bottom-color:rgb(132 132 132 / 0.95)}
.border-y-primary-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-primary-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-primary-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-primary-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-primary-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-primary-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-primary-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-primary-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-primary-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-primary-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-primary-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-primary-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-primary-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-primary-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-primary-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-primary-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-primary-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-primary-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-primary-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-primary-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-primary-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-primary-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-primary-isDark{border-top-color:true;border-bottom-color:true}
.border-y-primary-text{--tw-border-opacity:1;border-top-color:rgb(0 87 136 / var(--tw-border-opacity));border-bottom-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-y-primary-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-primary-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-primary-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-primary-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-primary-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-primary-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-primary-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-primary-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-primary-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-primary-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-primary-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-primary-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-primary-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-primary-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-primary-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-primary-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-primary-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-primary-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-primary-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-primary-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-primary-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-primary-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-primary-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-primary-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-primary-text-text{--tw-border-opacity:1;border-top-color:rgb(0 87 136 / var(--tw-border-opacity));border-bottom-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-y-primary-text-text\/0{border-top-color:rgb(0 87 136 / 0);border-bottom-color:rgb(0 87 136 / 0)}
.border-y-primary-text-text\/10{border-top-color:rgb(0 87 136 / 0.1);border-bottom-color:rgb(0 87 136 / 0.1)}
.border-y-primary-text-text\/100{border-top-color:rgb(0 87 136 / 1);border-bottom-color:rgb(0 87 136 / 1)}
.border-y-primary-text-text\/15{border-top-color:rgb(0 87 136 / 0.15);border-bottom-color:rgb(0 87 136 / 0.15)}
.border-y-primary-text-text\/20{border-top-color:rgb(0 87 136 / 0.2);border-bottom-color:rgb(0 87 136 / 0.2)}
.border-y-primary-text-text\/25{border-top-color:rgb(0 87 136 / 0.25);border-bottom-color:rgb(0 87 136 / 0.25)}
.border-y-primary-text-text\/30{border-top-color:rgb(0 87 136 / 0.3);border-bottom-color:rgb(0 87 136 / 0.3)}
.border-y-primary-text-text\/35{border-top-color:rgb(0 87 136 / 0.35);border-bottom-color:rgb(0 87 136 / 0.35)}
.border-y-primary-text-text\/40{border-top-color:rgb(0 87 136 / 0.4);border-bottom-color:rgb(0 87 136 / 0.4)}
.border-y-primary-text-text\/45{border-top-color:rgb(0 87 136 / 0.45);border-bottom-color:rgb(0 87 136 / 0.45)}
.border-y-primary-text-text\/5{border-top-color:rgb(0 87 136 / 0.05);border-bottom-color:rgb(0 87 136 / 0.05)}
.border-y-primary-text-text\/50{border-top-color:rgb(0 87 136 / 0.5);border-bottom-color:rgb(0 87 136 / 0.5)}
.border-y-primary-text-text\/55{border-top-color:rgb(0 87 136 / 0.55);border-bottom-color:rgb(0 87 136 / 0.55)}
.border-y-primary-text-text\/60{border-top-color:rgb(0 87 136 / 0.6);border-bottom-color:rgb(0 87 136 / 0.6)}
.border-y-primary-text-text\/65{border-top-color:rgb(0 87 136 / 0.65);border-bottom-color:rgb(0 87 136 / 0.65)}
.border-y-primary-text-text\/70{border-top-color:rgb(0 87 136 / 0.7);border-bottom-color:rgb(0 87 136 / 0.7)}
.border-y-primary-text-text\/75{border-top-color:rgb(0 87 136 / 0.75);border-bottom-color:rgb(0 87 136 / 0.75)}
.border-y-primary-text-text\/80{border-top-color:rgb(0 87 136 / 0.8);border-bottom-color:rgb(0 87 136 / 0.8)}
.border-y-primary-text-text\/85{border-top-color:rgb(0 87 136 / 0.85);border-bottom-color:rgb(0 87 136 / 0.85)}
.border-y-primary-text-text\/90{border-top-color:rgb(0 87 136 / 0.9);border-bottom-color:rgb(0 87 136 / 0.9)}
.border-y-primary-text-text\/95{border-top-color:rgb(0 87 136 / 0.95);border-bottom-color:rgb(0 87 136 / 0.95)}
.border-y-primary-text\/0{border-top-color:rgb(0 87 136 / 0);border-bottom-color:rgb(0 87 136 / 0)}
.border-y-primary-text\/10{border-top-color:rgb(0 87 136 / 0.1);border-bottom-color:rgb(0 87 136 / 0.1)}
.border-y-primary-text\/100{border-top-color:rgb(0 87 136 / 1);border-bottom-color:rgb(0 87 136 / 1)}
.border-y-primary-text\/15{border-top-color:rgb(0 87 136 / 0.15);border-bottom-color:rgb(0 87 136 / 0.15)}
.border-y-primary-text\/20{border-top-color:rgb(0 87 136 / 0.2);border-bottom-color:rgb(0 87 136 / 0.2)}
.border-y-primary-text\/25{border-top-color:rgb(0 87 136 / 0.25);border-bottom-color:rgb(0 87 136 / 0.25)}
.border-y-primary-text\/30{border-top-color:rgb(0 87 136 / 0.3);border-bottom-color:rgb(0 87 136 / 0.3)}
.border-y-primary-text\/35{border-top-color:rgb(0 87 136 / 0.35);border-bottom-color:rgb(0 87 136 / 0.35)}
.border-y-primary-text\/40{border-top-color:rgb(0 87 136 / 0.4);border-bottom-color:rgb(0 87 136 / 0.4)}
.border-y-primary-text\/45{border-top-color:rgb(0 87 136 / 0.45);border-bottom-color:rgb(0 87 136 / 0.45)}
.border-y-primary-text\/5{border-top-color:rgb(0 87 136 / 0.05);border-bottom-color:rgb(0 87 136 / 0.05)}
.border-y-primary-text\/50{border-top-color:rgb(0 87 136 / 0.5);border-bottom-color:rgb(0 87 136 / 0.5)}
.border-y-primary-text\/55{border-top-color:rgb(0 87 136 / 0.55);border-bottom-color:rgb(0 87 136 / 0.55)}
.border-y-primary-text\/60{border-top-color:rgb(0 87 136 / 0.6);border-bottom-color:rgb(0 87 136 / 0.6)}
.border-y-primary-text\/65{border-top-color:rgb(0 87 136 / 0.65);border-bottom-color:rgb(0 87 136 / 0.65)}
.border-y-primary-text\/70{border-top-color:rgb(0 87 136 / 0.7);border-bottom-color:rgb(0 87 136 / 0.7)}
.border-y-primary-text\/75{border-top-color:rgb(0 87 136 / 0.75);border-bottom-color:rgb(0 87 136 / 0.75)}
.border-y-primary-text\/80{border-top-color:rgb(0 87 136 / 0.8);border-bottom-color:rgb(0 87 136 / 0.8)}
.border-y-primary-text\/85{border-top-color:rgb(0 87 136 / 0.85);border-bottom-color:rgb(0 87 136 / 0.85)}
.border-y-primary-text\/90{border-top-color:rgb(0 87 136 / 0.9);border-bottom-color:rgb(0 87 136 / 0.9)}
.border-y-primary-text\/95{border-top-color:rgb(0 87 136 / 0.95);border-bottom-color:rgb(0 87 136 / 0.95)}
.border-y-primary\/0{border-top-color:rgb(0 87 136 / 0);border-bottom-color:rgb(0 87 136 / 0)}
.border-y-primary\/10{border-top-color:rgb(0 87 136 / 0.1);border-bottom-color:rgb(0 87 136 / 0.1)}
.border-y-primary\/100{border-top-color:rgb(0 87 136 / 1);border-bottom-color:rgb(0 87 136 / 1)}
.border-y-primary\/15{border-top-color:rgb(0 87 136 / 0.15);border-bottom-color:rgb(0 87 136 / 0.15)}
.border-y-primary\/20{border-top-color:rgb(0 87 136 / 0.2);border-bottom-color:rgb(0 87 136 / 0.2)}
.border-y-primary\/25{border-top-color:rgb(0 87 136 / 0.25);border-bottom-color:rgb(0 87 136 / 0.25)}
.border-y-primary\/30{border-top-color:rgb(0 87 136 / 0.3);border-bottom-color:rgb(0 87 136 / 0.3)}
.border-y-primary\/35{border-top-color:rgb(0 87 136 / 0.35);border-bottom-color:rgb(0 87 136 / 0.35)}
.border-y-primary\/40{border-top-color:rgb(0 87 136 / 0.4);border-bottom-color:rgb(0 87 136 / 0.4)}
.border-y-primary\/45{border-top-color:rgb(0 87 136 / 0.45);border-bottom-color:rgb(0 87 136 / 0.45)}
.border-y-primary\/5{border-top-color:rgb(0 87 136 / 0.05);border-bottom-color:rgb(0 87 136 / 0.05)}
.border-y-primary\/50{border-top-color:rgb(0 87 136 / 0.5);border-bottom-color:rgb(0 87 136 / 0.5)}
.border-y-primary\/55{border-top-color:rgb(0 87 136 / 0.55);border-bottom-color:rgb(0 87 136 / 0.55)}
.border-y-primary\/60{border-top-color:rgb(0 87 136 / 0.6);border-bottom-color:rgb(0 87 136 / 0.6)}
.border-y-primary\/65{border-top-color:rgb(0 87 136 / 0.65);border-bottom-color:rgb(0 87 136 / 0.65)}
.border-y-primary\/70{border-top-color:rgb(0 87 136 / 0.7);border-bottom-color:rgb(0 87 136 / 0.7)}
.border-y-primary\/75{border-top-color:rgb(0 87 136 / 0.75);border-bottom-color:rgb(0 87 136 / 0.75)}
.border-y-primary\/80{border-top-color:rgb(0 87 136 / 0.8);border-bottom-color:rgb(0 87 136 / 0.8)}
.border-y-primary\/85{border-top-color:rgb(0 87 136 / 0.85);border-bottom-color:rgb(0 87 136 / 0.85)}
.border-y-primary\/90{border-top-color:rgb(0 87 136 / 0.9);border-bottom-color:rgb(0 87 136 / 0.9)}
.border-y-primary\/95{border-top-color:rgb(0 87 136 / 0.95);border-bottom-color:rgb(0 87 136 / 0.95)}
.border-y-secondary-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-secondary-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-secondary-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-secondary-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-secondary-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-secondary-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-secondary-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-secondary-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-secondary-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-secondary-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-secondary-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-secondary-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-secondary-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-secondary-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-secondary-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-secondary-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-secondary-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-secondary-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-secondary-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-secondary-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-secondary-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-secondary-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-secondary-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-secondary-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-secondary-text-text{--tw-border-opacity:1;border-top-color:rgb(90 94 100 / var(--tw-border-opacity));border-bottom-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-y-secondary-text-text\/0{border-top-color:rgb(90 94 100 / 0);border-bottom-color:rgb(90 94 100 / 0)}
.border-y-secondary-text-text\/10{border-top-color:rgb(90 94 100 / 0.1);border-bottom-color:rgb(90 94 100 / 0.1)}
.border-y-secondary-text-text\/100{border-top-color:rgb(90 94 100 / 1);border-bottom-color:rgb(90 94 100 / 1)}
.border-y-secondary-text-text\/15{border-top-color:rgb(90 94 100 / 0.15);border-bottom-color:rgb(90 94 100 / 0.15)}
.border-y-secondary-text-text\/20{border-top-color:rgb(90 94 100 / 0.2);border-bottom-color:rgb(90 94 100 / 0.2)}
.border-y-secondary-text-text\/25{border-top-color:rgb(90 94 100 / 0.25);border-bottom-color:rgb(90 94 100 / 0.25)}
.border-y-secondary-text-text\/30{border-top-color:rgb(90 94 100 / 0.3);border-bottom-color:rgb(90 94 100 / 0.3)}
.border-y-secondary-text-text\/35{border-top-color:rgb(90 94 100 / 0.35);border-bottom-color:rgb(90 94 100 / 0.35)}
.border-y-secondary-text-text\/40{border-top-color:rgb(90 94 100 / 0.4);border-bottom-color:rgb(90 94 100 / 0.4)}
.border-y-secondary-text-text\/45{border-top-color:rgb(90 94 100 / 0.45);border-bottom-color:rgb(90 94 100 / 0.45)}
.border-y-secondary-text-text\/5{border-top-color:rgb(90 94 100 / 0.05);border-bottom-color:rgb(90 94 100 / 0.05)}
.border-y-secondary-text-text\/50{border-top-color:rgb(90 94 100 / 0.5);border-bottom-color:rgb(90 94 100 / 0.5)}
.border-y-secondary-text-text\/55{border-top-color:rgb(90 94 100 / 0.55);border-bottom-color:rgb(90 94 100 / 0.55)}
.border-y-secondary-text-text\/60{border-top-color:rgb(90 94 100 / 0.6);border-bottom-color:rgb(90 94 100 / 0.6)}
.border-y-secondary-text-text\/65{border-top-color:rgb(90 94 100 / 0.65);border-bottom-color:rgb(90 94 100 / 0.65)}
.border-y-secondary-text-text\/70{border-top-color:rgb(90 94 100 / 0.7);border-bottom-color:rgb(90 94 100 / 0.7)}
.border-y-secondary-text-text\/75{border-top-color:rgb(90 94 100 / 0.75);border-bottom-color:rgb(90 94 100 / 0.75)}
.border-y-secondary-text-text\/80{border-top-color:rgb(90 94 100 / 0.8);border-bottom-color:rgb(90 94 100 / 0.8)}
.border-y-secondary-text-text\/85{border-top-color:rgb(90 94 100 / 0.85);border-bottom-color:rgb(90 94 100 / 0.85)}
.border-y-secondary-text-text\/90{border-top-color:rgb(90 94 100 / 0.9);border-bottom-color:rgb(90 94 100 / 0.9)}
.border-y-secondary-text-text\/95{border-top-color:rgb(90 94 100 / 0.95);border-bottom-color:rgb(90 94 100 / 0.95)}
.border-y-success-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-success-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-success-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-success-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-success-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-success-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-success-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-success-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-success-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-success-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-success-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-success-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-success-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-success-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-success-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-success-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-success-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-success-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-success-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-success-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-success-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-success-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-success-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-success-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-success-text-text{--tw-border-opacity:1;border-top-color:rgb(27 135 73 / var(--tw-border-opacity));border-bottom-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-y-success-text-text\/0{border-top-color:rgb(27 135 73 / 0);border-bottom-color:rgb(27 135 73 / 0)}
.border-y-success-text-text\/10{border-top-color:rgb(27 135 73 / 0.1);border-bottom-color:rgb(27 135 73 / 0.1)}
.border-y-success-text-text\/100{border-top-color:rgb(27 135 73 / 1);border-bottom-color:rgb(27 135 73 / 1)}
.border-y-success-text-text\/15{border-top-color:rgb(27 135 73 / 0.15);border-bottom-color:rgb(27 135 73 / 0.15)}
.border-y-success-text-text\/20{border-top-color:rgb(27 135 73 / 0.2);border-bottom-color:rgb(27 135 73 / 0.2)}
.border-y-success-text-text\/25{border-top-color:rgb(27 135 73 / 0.25);border-bottom-color:rgb(27 135 73 / 0.25)}
.border-y-success-text-text\/30{border-top-color:rgb(27 135 73 / 0.3);border-bottom-color:rgb(27 135 73 / 0.3)}
.border-y-success-text-text\/35{border-top-color:rgb(27 135 73 / 0.35);border-bottom-color:rgb(27 135 73 / 0.35)}
.border-y-success-text-text\/40{border-top-color:rgb(27 135 73 / 0.4);border-bottom-color:rgb(27 135 73 / 0.4)}
.border-y-success-text-text\/45{border-top-color:rgb(27 135 73 / 0.45);border-bottom-color:rgb(27 135 73 / 0.45)}
.border-y-success-text-text\/5{border-top-color:rgb(27 135 73 / 0.05);border-bottom-color:rgb(27 135 73 / 0.05)}
.border-y-success-text-text\/50{border-top-color:rgb(27 135 73 / 0.5);border-bottom-color:rgb(27 135 73 / 0.5)}
.border-y-success-text-text\/55{border-top-color:rgb(27 135 73 / 0.55);border-bottom-color:rgb(27 135 73 / 0.55)}
.border-y-success-text-text\/60{border-top-color:rgb(27 135 73 / 0.6);border-bottom-color:rgb(27 135 73 / 0.6)}
.border-y-success-text-text\/65{border-top-color:rgb(27 135 73 / 0.65);border-bottom-color:rgb(27 135 73 / 0.65)}
.border-y-success-text-text\/70{border-top-color:rgb(27 135 73 / 0.7);border-bottom-color:rgb(27 135 73 / 0.7)}
.border-y-success-text-text\/75{border-top-color:rgb(27 135 73 / 0.75);border-bottom-color:rgb(27 135 73 / 0.75)}
.border-y-success-text-text\/80{border-top-color:rgb(27 135 73 / 0.8);border-bottom-color:rgb(27 135 73 / 0.8)}
.border-y-success-text-text\/85{border-top-color:rgb(27 135 73 / 0.85);border-bottom-color:rgb(27 135 73 / 0.85)}
.border-y-success-text-text\/90{border-top-color:rgb(27 135 73 / 0.9);border-bottom-color:rgb(27 135 73 / 0.9)}
.border-y-success-text-text\/95{border-top-color:rgb(27 135 73 / 0.95);border-bottom-color:rgb(27 135 73 / 0.95)}
.border-y-text-100{border-top-color:var(--bt-text-100);border-bottom-color:var(--bt-text-100)}
.border-y-text-200{border-top-color:var(--bt-text-200);border-bottom-color:var(--bt-text-200)}
.border-y-text-300{border-top-color:var(--bt-text-300);border-bottom-color:var(--bt-text-300)}
.border-y-text-400{border-top-color:var(--bt-text-400);border-bottom-color:var(--bt-text-400)}
.border-y-text-500{border-top-color:var(--bt-text-500);border-bottom-color:var(--bt-text-500)}
.border-y-text-600{border-top-color:var(--bt-text-600);border-bottom-color:var(--bt-text-600)}
.border-y-text-700{border-top-color:var(--bt-text-700);border-bottom-color:var(--bt-text-700)}
.border-y-text-800{border-top-color:var(--bt-text-800);border-bottom-color:var(--bt-text-800)}
.border-y-text-900{border-top-color:var(--bt-text-900);border-bottom-color:var(--bt-text-900)}
.border-y-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-text-contrast-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-text-contrast-contrast\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-text-contrast-contrast\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-text-contrast-contrast\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-text-contrast-contrast\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-text-contrast-contrast\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-text-contrast-contrast\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-text-contrast-contrast\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-text-contrast-contrast\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-text-contrast-contrast\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-text-contrast-contrast\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-text-contrast-contrast\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-text-contrast-contrast\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-text-contrast-contrast\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-text-contrast-contrast\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-text-contrast-contrast\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-text-contrast-contrast\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-text-contrast-contrast\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-text-contrast-contrast\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-text-contrast-contrast\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-text-contrast-contrast\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-text-contrast-contrast\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-text-contrast-contrastsWithCard{}
.border-y-text-contrast-isDark{}
.border-y-text-contrast-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity));border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-y-text-contrast-text\/0{border-top-color:rgb(132 132 132 / 0);border-bottom-color:rgb(132 132 132 / 0)}
.border-y-text-contrast-text\/10{border-top-color:rgb(132 132 132 / 0.1);border-bottom-color:rgb(132 132 132 / 0.1)}
.border-y-text-contrast-text\/100{border-top-color:rgb(132 132 132 / 1);border-bottom-color:rgb(132 132 132 / 1)}
.border-y-text-contrast-text\/15{border-top-color:rgb(132 132 132 / 0.15);border-bottom-color:rgb(132 132 132 / 0.15)}
.border-y-text-contrast-text\/20{border-top-color:rgb(132 132 132 / 0.2);border-bottom-color:rgb(132 132 132 / 0.2)}
.border-y-text-contrast-text\/25{border-top-color:rgb(132 132 132 / 0.25);border-bottom-color:rgb(132 132 132 / 0.25)}
.border-y-text-contrast-text\/30{border-top-color:rgb(132 132 132 / 0.3);border-bottom-color:rgb(132 132 132 / 0.3)}
.border-y-text-contrast-text\/35{border-top-color:rgb(132 132 132 / 0.35);border-bottom-color:rgb(132 132 132 / 0.35)}
.border-y-text-contrast-text\/40{border-top-color:rgb(132 132 132 / 0.4);border-bottom-color:rgb(132 132 132 / 0.4)}
.border-y-text-contrast-text\/45{border-top-color:rgb(132 132 132 / 0.45);border-bottom-color:rgb(132 132 132 / 0.45)}
.border-y-text-contrast-text\/5{border-top-color:rgb(132 132 132 / 0.05);border-bottom-color:rgb(132 132 132 / 0.05)}
.border-y-text-contrast-text\/50{border-top-color:rgb(132 132 132 / 0.5);border-bottom-color:rgb(132 132 132 / 0.5)}
.border-y-text-contrast-text\/55{border-top-color:rgb(132 132 132 / 0.55);border-bottom-color:rgb(132 132 132 / 0.55)}
.border-y-text-contrast-text\/60{border-top-color:rgb(132 132 132 / 0.6);border-bottom-color:rgb(132 132 132 / 0.6)}
.border-y-text-contrast-text\/65{border-top-color:rgb(132 132 132 / 0.65);border-bottom-color:rgb(132 132 132 / 0.65)}
.border-y-text-contrast-text\/70{border-top-color:rgb(132 132 132 / 0.7);border-bottom-color:rgb(132 132 132 / 0.7)}
.border-y-text-contrast-text\/75{border-top-color:rgb(132 132 132 / 0.75);border-bottom-color:rgb(132 132 132 / 0.75)}
.border-y-text-contrast-text\/80{border-top-color:rgb(132 132 132 / 0.8);border-bottom-color:rgb(132 132 132 / 0.8)}
.border-y-text-contrast-text\/85{border-top-color:rgb(132 132 132 / 0.85);border-bottom-color:rgb(132 132 132 / 0.85)}
.border-y-text-contrast-text\/90{border-top-color:rgb(132 132 132 / 0.9);border-bottom-color:rgb(132 132 132 / 0.9)}
.border-y-text-contrast-text\/95{border-top-color:rgb(132 132 132 / 0.95);border-bottom-color:rgb(132 132 132 / 0.95)}
.border-y-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-text-text{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-text-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity));border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-y-text-text-contrast\/0{border-top-color:rgb(255 255 255 / 0);border-bottom-color:rgb(255 255 255 / 0)}
.border-y-text-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1);border-bottom-color:rgb(255 255 255 / 0.1)}
.border-y-text-text-contrast\/100{border-top-color:rgb(255 255 255 / 1);border-bottom-color:rgb(255 255 255 / 1)}
.border-y-text-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15);border-bottom-color:rgb(255 255 255 / 0.15)}
.border-y-text-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2);border-bottom-color:rgb(255 255 255 / 0.2)}
.border-y-text-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25);border-bottom-color:rgb(255 255 255 / 0.25)}
.border-y-text-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3);border-bottom-color:rgb(255 255 255 / 0.3)}
.border-y-text-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35);border-bottom-color:rgb(255 255 255 / 0.35)}
.border-y-text-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4);border-bottom-color:rgb(255 255 255 / 0.4)}
.border-y-text-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45);border-bottom-color:rgb(255 255 255 / 0.45)}
.border-y-text-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05);border-bottom-color:rgb(255 255 255 / 0.05)}
.border-y-text-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5);border-bottom-color:rgb(255 255 255 / 0.5)}
.border-y-text-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55);border-bottom-color:rgb(255 255 255 / 0.55)}
.border-y-text-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6);border-bottom-color:rgb(255 255 255 / 0.6)}
.border-y-text-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65);border-bottom-color:rgb(255 255 255 / 0.65)}
.border-y-text-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7);border-bottom-color:rgb(255 255 255 / 0.7)}
.border-y-text-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75);border-bottom-color:rgb(255 255 255 / 0.75)}
.border-y-text-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8);border-bottom-color:rgb(255 255 255 / 0.8)}
.border-y-text-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85);border-bottom-color:rgb(255 255 255 / 0.85)}
.border-y-text-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9);border-bottom-color:rgb(255 255 255 / 0.9)}
.border-y-text-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95);border-bottom-color:rgb(255 255 255 / 0.95)}
.border-y-text-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-text-text-isDark{border-top-color:true;border-bottom-color:true}
.border-y-text-text-text{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-text-text-text\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-text-text-text\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-text-text-text\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-text-text-text\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-text-text-text\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-text-text-text\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-text-text-text\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-text-text-text\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-text-text-text\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-text-text-text\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-text-text-text\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-text-text-text\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-text-text-text\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-text-text-text\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-text-text-text\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-text-text-text\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-text-text-text\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-text-text-text\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-text-text-text\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-text-text-text\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-text-text-text\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-text-text\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-text-text\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-text-text\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-text-text\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-text-text\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-text-text\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-text-text\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-text-text\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-text-text\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-text-text\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-text-text\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-text-text\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-text-text\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-text-text\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-text-text\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-text-text\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-text-text\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-text-text\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-text-text\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-text-text\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-text-text\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-warning-text-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity));border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-y-warning-text-contrast\/0{border-top-color:rgb(0 0 0 / 0);border-bottom-color:rgb(0 0 0 / 0)}
.border-y-warning-text-contrast\/10{border-top-color:rgb(0 0 0 / 0.1);border-bottom-color:rgb(0 0 0 / 0.1)}
.border-y-warning-text-contrast\/100{border-top-color:rgb(0 0 0 / 1);border-bottom-color:rgb(0 0 0 / 1)}
.border-y-warning-text-contrast\/15{border-top-color:rgb(0 0 0 / 0.15);border-bottom-color:rgb(0 0 0 / 0.15)}
.border-y-warning-text-contrast\/20{border-top-color:rgb(0 0 0 / 0.2);border-bottom-color:rgb(0 0 0 / 0.2)}
.border-y-warning-text-contrast\/25{border-top-color:rgb(0 0 0 / 0.25);border-bottom-color:rgb(0 0 0 / 0.25)}
.border-y-warning-text-contrast\/30{border-top-color:rgb(0 0 0 / 0.3);border-bottom-color:rgb(0 0 0 / 0.3)}
.border-y-warning-text-contrast\/35{border-top-color:rgb(0 0 0 / 0.35);border-bottom-color:rgb(0 0 0 / 0.35)}
.border-y-warning-text-contrast\/40{border-top-color:rgb(0 0 0 / 0.4);border-bottom-color:rgb(0 0 0 / 0.4)}
.border-y-warning-text-contrast\/45{border-top-color:rgb(0 0 0 / 0.45);border-bottom-color:rgb(0 0 0 / 0.45)}
.border-y-warning-text-contrast\/5{border-top-color:rgb(0 0 0 / 0.05);border-bottom-color:rgb(0 0 0 / 0.05)}
.border-y-warning-text-contrast\/50{border-top-color:rgb(0 0 0 / 0.5);border-bottom-color:rgb(0 0 0 / 0.5)}
.border-y-warning-text-contrast\/55{border-top-color:rgb(0 0 0 / 0.55);border-bottom-color:rgb(0 0 0 / 0.55)}
.border-y-warning-text-contrast\/60{border-top-color:rgb(0 0 0 / 0.6);border-bottom-color:rgb(0 0 0 / 0.6)}
.border-y-warning-text-contrast\/65{border-top-color:rgb(0 0 0 / 0.65);border-bottom-color:rgb(0 0 0 / 0.65)}
.border-y-warning-text-contrast\/70{border-top-color:rgb(0 0 0 / 0.7);border-bottom-color:rgb(0 0 0 / 0.7)}
.border-y-warning-text-contrast\/75{border-top-color:rgb(0 0 0 / 0.75);border-bottom-color:rgb(0 0 0 / 0.75)}
.border-y-warning-text-contrast\/80{border-top-color:rgb(0 0 0 / 0.8);border-bottom-color:rgb(0 0 0 / 0.8)}
.border-y-warning-text-contrast\/85{border-top-color:rgb(0 0 0 / 0.85);border-bottom-color:rgb(0 0 0 / 0.85)}
.border-y-warning-text-contrast\/90{border-top-color:rgb(0 0 0 / 0.9);border-bottom-color:rgb(0 0 0 / 0.9)}
.border-y-warning-text-contrast\/95{border-top-color:rgb(0 0 0 / 0.95);border-bottom-color:rgb(0 0 0 / 0.95)}
.border-y-warning-text-contrastsWithCard{border-top-color:true;border-bottom-color:true}
.border-y-warning-text-isDark{}
.border-y-warning-text-text{--tw-border-opacity:1;border-top-color:rgb(255 168 0 / var(--tw-border-opacity));border-bottom-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-y-warning-text-text\/0{border-top-color:rgb(255 168 0 / 0);border-bottom-color:rgb(255 168 0 / 0)}
.border-y-warning-text-text\/10{border-top-color:rgb(255 168 0 / 0.1);border-bottom-color:rgb(255 168 0 / 0.1)}
.border-y-warning-text-text\/100{border-top-color:rgb(255 168 0 / 1);border-bottom-color:rgb(255 168 0 / 1)}
.border-y-warning-text-text\/15{border-top-color:rgb(255 168 0 / 0.15);border-bottom-color:rgb(255 168 0 / 0.15)}
.border-y-warning-text-text\/20{border-top-color:rgb(255 168 0 / 0.2);border-bottom-color:rgb(255 168 0 / 0.2)}
.border-y-warning-text-text\/25{border-top-color:rgb(255 168 0 / 0.25);border-bottom-color:rgb(255 168 0 / 0.25)}
.border-y-warning-text-text\/30{border-top-color:rgb(255 168 0 / 0.3);border-bottom-color:rgb(255 168 0 / 0.3)}
.border-y-warning-text-text\/35{border-top-color:rgb(255 168 0 / 0.35);border-bottom-color:rgb(255 168 0 / 0.35)}
.border-y-warning-text-text\/40{border-top-color:rgb(255 168 0 / 0.4);border-bottom-color:rgb(255 168 0 / 0.4)}
.border-y-warning-text-text\/45{border-top-color:rgb(255 168 0 / 0.45);border-bottom-color:rgb(255 168 0 / 0.45)}
.border-y-warning-text-text\/5{border-top-color:rgb(255 168 0 / 0.05);border-bottom-color:rgb(255 168 0 / 0.05)}
.border-y-warning-text-text\/50{border-top-color:rgb(255 168 0 / 0.5);border-bottom-color:rgb(255 168 0 / 0.5)}
.border-y-warning-text-text\/55{border-top-color:rgb(255 168 0 / 0.55);border-bottom-color:rgb(255 168 0 / 0.55)}
.border-y-warning-text-text\/60{border-top-color:rgb(255 168 0 / 0.6);border-bottom-color:rgb(255 168 0 / 0.6)}
.border-y-warning-text-text\/65{border-top-color:rgb(255 168 0 / 0.65);border-bottom-color:rgb(255 168 0 / 0.65)}
.border-y-warning-text-text\/70{border-top-color:rgb(255 168 0 / 0.7);border-bottom-color:rgb(255 168 0 / 0.7)}
.border-y-warning-text-text\/75{border-top-color:rgb(255 168 0 / 0.75);border-bottom-color:rgb(255 168 0 / 0.75)}
.border-y-warning-text-text\/80{border-top-color:rgb(255 168 0 / 0.8);border-bottom-color:rgb(255 168 0 / 0.8)}
.border-y-warning-text-text\/85{border-top-color:rgb(255 168 0 / 0.85);border-bottom-color:rgb(255 168 0 / 0.85)}
.border-y-warning-text-text\/90{border-top-color:rgb(255 168 0 / 0.9);border-bottom-color:rgb(255 168 0 / 0.9)}
.border-y-warning-text-text\/95{border-top-color:rgb(255 168 0 / 0.95);border-bottom-color:rgb(255 168 0 / 0.95)}
.border-b-amber-100{--tw-border-opacity:1;border-bottom-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-b-amber-100\/0{border-bottom-color:rgb(254 243 199 / 0)}
.border-b-amber-100\/10{border-bottom-color:rgb(254 243 199 / 0.1)}
.border-b-amber-100\/100{border-bottom-color:rgb(254 243 199 / 1)}
.border-b-amber-100\/15{border-bottom-color:rgb(254 243 199 / 0.15)}
.border-b-amber-100\/20{border-bottom-color:rgb(254 243 199 / 0.2)}
.border-b-amber-100\/25{border-bottom-color:rgb(254 243 199 / 0.25)}
.border-b-amber-100\/30{border-bottom-color:rgb(254 243 199 / 0.3)}
.border-b-amber-100\/35{border-bottom-color:rgb(254 243 199 / 0.35)}
.border-b-amber-100\/40{border-bottom-color:rgb(254 243 199 / 0.4)}
.border-b-amber-100\/45{border-bottom-color:rgb(254 243 199 / 0.45)}
.border-b-amber-100\/5{border-bottom-color:rgb(254 243 199 / 0.05)}
.border-b-amber-100\/50{border-bottom-color:rgb(254 243 199 / 0.5)}
.border-b-amber-100\/55{border-bottom-color:rgb(254 243 199 / 0.55)}
.border-b-amber-100\/60{border-bottom-color:rgb(254 243 199 / 0.6)}
.border-b-amber-100\/65{border-bottom-color:rgb(254 243 199 / 0.65)}
.border-b-amber-100\/70{border-bottom-color:rgb(254 243 199 / 0.7)}
.border-b-amber-100\/75{border-bottom-color:rgb(254 243 199 / 0.75)}
.border-b-amber-100\/80{border-bottom-color:rgb(254 243 199 / 0.8)}
.border-b-amber-100\/85{border-bottom-color:rgb(254 243 199 / 0.85)}
.border-b-amber-100\/90{border-bottom-color:rgb(254 243 199 / 0.9)}
.border-b-amber-100\/95{border-bottom-color:rgb(254 243 199 / 0.95)}
.border-b-amber-200{--tw-border-opacity:1;border-bottom-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-b-amber-200\/0{border-bottom-color:rgb(253 230 138 / 0)}
.border-b-amber-200\/10{border-bottom-color:rgb(253 230 138 / 0.1)}
.border-b-amber-200\/100{border-bottom-color:rgb(253 230 138 / 1)}
.border-b-amber-200\/15{border-bottom-color:rgb(253 230 138 / 0.15)}
.border-b-amber-200\/20{border-bottom-color:rgb(253 230 138 / 0.2)}
.border-b-amber-200\/25{border-bottom-color:rgb(253 230 138 / 0.25)}
.border-b-amber-200\/30{border-bottom-color:rgb(253 230 138 / 0.3)}
.border-b-amber-200\/35{border-bottom-color:rgb(253 230 138 / 0.35)}
.border-b-amber-200\/40{border-bottom-color:rgb(253 230 138 / 0.4)}
.border-b-amber-200\/45{border-bottom-color:rgb(253 230 138 / 0.45)}
.border-b-amber-200\/5{border-bottom-color:rgb(253 230 138 / 0.05)}
.border-b-amber-200\/50{border-bottom-color:rgb(253 230 138 / 0.5)}
.border-b-amber-200\/55{border-bottom-color:rgb(253 230 138 / 0.55)}
.border-b-amber-200\/60{border-bottom-color:rgb(253 230 138 / 0.6)}
.border-b-amber-200\/65{border-bottom-color:rgb(253 230 138 / 0.65)}
.border-b-amber-200\/70{border-bottom-color:rgb(253 230 138 / 0.7)}
.border-b-amber-200\/75{border-bottom-color:rgb(253 230 138 / 0.75)}
.border-b-amber-200\/80{border-bottom-color:rgb(253 230 138 / 0.8)}
.border-b-amber-200\/85{border-bottom-color:rgb(253 230 138 / 0.85)}
.border-b-amber-200\/90{border-bottom-color:rgb(253 230 138 / 0.9)}
.border-b-amber-200\/95{border-bottom-color:rgb(253 230 138 / 0.95)}
.border-b-amber-300{--tw-border-opacity:1;border-bottom-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-b-amber-300\/0{border-bottom-color:rgb(252 211 77 / 0)}
.border-b-amber-300\/10{border-bottom-color:rgb(252 211 77 / 0.1)}
.border-b-amber-300\/100{border-bottom-color:rgb(252 211 77 / 1)}
.border-b-amber-300\/15{border-bottom-color:rgb(252 211 77 / 0.15)}
.border-b-amber-300\/20{border-bottom-color:rgb(252 211 77 / 0.2)}
.border-b-amber-300\/25{border-bottom-color:rgb(252 211 77 / 0.25)}
.border-b-amber-300\/30{border-bottom-color:rgb(252 211 77 / 0.3)}
.border-b-amber-300\/35{border-bottom-color:rgb(252 211 77 / 0.35)}
.border-b-amber-300\/40{border-bottom-color:rgb(252 211 77 / 0.4)}
.border-b-amber-300\/45{border-bottom-color:rgb(252 211 77 / 0.45)}
.border-b-amber-300\/5{border-bottom-color:rgb(252 211 77 / 0.05)}
.border-b-amber-300\/50{border-bottom-color:rgb(252 211 77 / 0.5)}
.border-b-amber-300\/55{border-bottom-color:rgb(252 211 77 / 0.55)}
.border-b-amber-300\/60{border-bottom-color:rgb(252 211 77 / 0.6)}
.border-b-amber-300\/65{border-bottom-color:rgb(252 211 77 / 0.65)}
.border-b-amber-300\/70{border-bottom-color:rgb(252 211 77 / 0.7)}
.border-b-amber-300\/75{border-bottom-color:rgb(252 211 77 / 0.75)}
.border-b-amber-300\/80{border-bottom-color:rgb(252 211 77 / 0.8)}
.border-b-amber-300\/85{border-bottom-color:rgb(252 211 77 / 0.85)}
.border-b-amber-300\/90{border-bottom-color:rgb(252 211 77 / 0.9)}
.border-b-amber-300\/95{border-bottom-color:rgb(252 211 77 / 0.95)}
.border-b-amber-400{--tw-border-opacity:1;border-bottom-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-b-amber-400\/0{border-bottom-color:rgb(251 191 36 / 0)}
.border-b-amber-400\/10{border-bottom-color:rgb(251 191 36 / 0.1)}
.border-b-amber-400\/100{border-bottom-color:rgb(251 191 36 / 1)}
.border-b-amber-400\/15{border-bottom-color:rgb(251 191 36 / 0.15)}
.border-b-amber-400\/20{border-bottom-color:rgb(251 191 36 / 0.2)}
.border-b-amber-400\/25{border-bottom-color:rgb(251 191 36 / 0.25)}
.border-b-amber-400\/30{border-bottom-color:rgb(251 191 36 / 0.3)}
.border-b-amber-400\/35{border-bottom-color:rgb(251 191 36 / 0.35)}
.border-b-amber-400\/40{border-bottom-color:rgb(251 191 36 / 0.4)}
.border-b-amber-400\/45{border-bottom-color:rgb(251 191 36 / 0.45)}
.border-b-amber-400\/5{border-bottom-color:rgb(251 191 36 / 0.05)}
.border-b-amber-400\/50{border-bottom-color:rgb(251 191 36 / 0.5)}
.border-b-amber-400\/55{border-bottom-color:rgb(251 191 36 / 0.55)}
.border-b-amber-400\/60{border-bottom-color:rgb(251 191 36 / 0.6)}
.border-b-amber-400\/65{border-bottom-color:rgb(251 191 36 / 0.65)}
.border-b-amber-400\/70{border-bottom-color:rgb(251 191 36 / 0.7)}
.border-b-amber-400\/75{border-bottom-color:rgb(251 191 36 / 0.75)}
.border-b-amber-400\/80{border-bottom-color:rgb(251 191 36 / 0.8)}
.border-b-amber-400\/85{border-bottom-color:rgb(251 191 36 / 0.85)}
.border-b-amber-400\/90{border-bottom-color:rgb(251 191 36 / 0.9)}
.border-b-amber-400\/95{border-bottom-color:rgb(251 191 36 / 0.95)}
.border-b-amber-50{--tw-border-opacity:1;border-bottom-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-b-amber-50\/0{border-bottom-color:rgb(255 251 235 / 0)}
.border-b-amber-50\/10{border-bottom-color:rgb(255 251 235 / 0.1)}
.border-b-amber-50\/100{border-bottom-color:rgb(255 251 235 / 1)}
.border-b-amber-50\/15{border-bottom-color:rgb(255 251 235 / 0.15)}
.border-b-amber-50\/20{border-bottom-color:rgb(255 251 235 / 0.2)}
.border-b-amber-50\/25{border-bottom-color:rgb(255 251 235 / 0.25)}
.border-b-amber-50\/30{border-bottom-color:rgb(255 251 235 / 0.3)}
.border-b-amber-50\/35{border-bottom-color:rgb(255 251 235 / 0.35)}
.border-b-amber-50\/40{border-bottom-color:rgb(255 251 235 / 0.4)}
.border-b-amber-50\/45{border-bottom-color:rgb(255 251 235 / 0.45)}
.border-b-amber-50\/5{border-bottom-color:rgb(255 251 235 / 0.05)}
.border-b-amber-50\/50{border-bottom-color:rgb(255 251 235 / 0.5)}
.border-b-amber-50\/55{border-bottom-color:rgb(255 251 235 / 0.55)}
.border-b-amber-50\/60{border-bottom-color:rgb(255 251 235 / 0.6)}
.border-b-amber-50\/65{border-bottom-color:rgb(255 251 235 / 0.65)}
.border-b-amber-50\/70{border-bottom-color:rgb(255 251 235 / 0.7)}
.border-b-amber-50\/75{border-bottom-color:rgb(255 251 235 / 0.75)}
.border-b-amber-50\/80{border-bottom-color:rgb(255 251 235 / 0.8)}
.border-b-amber-50\/85{border-bottom-color:rgb(255 251 235 / 0.85)}
.border-b-amber-50\/90{border-bottom-color:rgb(255 251 235 / 0.9)}
.border-b-amber-50\/95{border-bottom-color:rgb(255 251 235 / 0.95)}
.border-b-amber-500{--tw-border-opacity:1;border-bottom-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-b-amber-500\/0{border-bottom-color:rgb(245 158 11 / 0)}
.border-b-amber-500\/10{border-bottom-color:rgb(245 158 11 / 0.1)}
.border-b-amber-500\/100{border-bottom-color:rgb(245 158 11 / 1)}
.border-b-amber-500\/15{border-bottom-color:rgb(245 158 11 / 0.15)}
.border-b-amber-500\/20{border-bottom-color:rgb(245 158 11 / 0.2)}
.border-b-amber-500\/25{border-bottom-color:rgb(245 158 11 / 0.25)}
.border-b-amber-500\/30{border-bottom-color:rgb(245 158 11 / 0.3)}
.border-b-amber-500\/35{border-bottom-color:rgb(245 158 11 / 0.35)}
.border-b-amber-500\/40{border-bottom-color:rgb(245 158 11 / 0.4)}
.border-b-amber-500\/45{border-bottom-color:rgb(245 158 11 / 0.45)}
.border-b-amber-500\/5{border-bottom-color:rgb(245 158 11 / 0.05)}
.border-b-amber-500\/50{border-bottom-color:rgb(245 158 11 / 0.5)}
.border-b-amber-500\/55{border-bottom-color:rgb(245 158 11 / 0.55)}
.border-b-amber-500\/60{border-bottom-color:rgb(245 158 11 / 0.6)}
.border-b-amber-500\/65{border-bottom-color:rgb(245 158 11 / 0.65)}
.border-b-amber-500\/70{border-bottom-color:rgb(245 158 11 / 0.7)}
.border-b-amber-500\/75{border-bottom-color:rgb(245 158 11 / 0.75)}
.border-b-amber-500\/80{border-bottom-color:rgb(245 158 11 / 0.8)}
.border-b-amber-500\/85{border-bottom-color:rgb(245 158 11 / 0.85)}
.border-b-amber-500\/90{border-bottom-color:rgb(245 158 11 / 0.9)}
.border-b-amber-500\/95{border-bottom-color:rgb(245 158 11 / 0.95)}
.border-b-amber-600{--tw-border-opacity:1;border-bottom-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-b-amber-600\/0{border-bottom-color:rgb(217 119 6 / 0)}
.border-b-amber-600\/10{border-bottom-color:rgb(217 119 6 / 0.1)}
.border-b-amber-600\/100{border-bottom-color:rgb(217 119 6 / 1)}
.border-b-amber-600\/15{border-bottom-color:rgb(217 119 6 / 0.15)}
.border-b-amber-600\/20{border-bottom-color:rgb(217 119 6 / 0.2)}
.border-b-amber-600\/25{border-bottom-color:rgb(217 119 6 / 0.25)}
.border-b-amber-600\/30{border-bottom-color:rgb(217 119 6 / 0.3)}
.border-b-amber-600\/35{border-bottom-color:rgb(217 119 6 / 0.35)}
.border-b-amber-600\/40{border-bottom-color:rgb(217 119 6 / 0.4)}
.border-b-amber-600\/45{border-bottom-color:rgb(217 119 6 / 0.45)}
.border-b-amber-600\/5{border-bottom-color:rgb(217 119 6 / 0.05)}
.border-b-amber-600\/50{border-bottom-color:rgb(217 119 6 / 0.5)}
.border-b-amber-600\/55{border-bottom-color:rgb(217 119 6 / 0.55)}
.border-b-amber-600\/60{border-bottom-color:rgb(217 119 6 / 0.6)}
.border-b-amber-600\/65{border-bottom-color:rgb(217 119 6 / 0.65)}
.border-b-amber-600\/70{border-bottom-color:rgb(217 119 6 / 0.7)}
.border-b-amber-600\/75{border-bottom-color:rgb(217 119 6 / 0.75)}
.border-b-amber-600\/80{border-bottom-color:rgb(217 119 6 / 0.8)}
.border-b-amber-600\/85{border-bottom-color:rgb(217 119 6 / 0.85)}
.border-b-amber-600\/90{border-bottom-color:rgb(217 119 6 / 0.9)}
.border-b-amber-600\/95{border-bottom-color:rgb(217 119 6 / 0.95)}
.border-b-amber-700{--tw-border-opacity:1;border-bottom-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-b-amber-700\/0{border-bottom-color:rgb(180 83 9 / 0)}
.border-b-amber-700\/10{border-bottom-color:rgb(180 83 9 / 0.1)}
.border-b-amber-700\/100{border-bottom-color:rgb(180 83 9 / 1)}
.border-b-amber-700\/15{border-bottom-color:rgb(180 83 9 / 0.15)}
.border-b-amber-700\/20{border-bottom-color:rgb(180 83 9 / 0.2)}
.border-b-amber-700\/25{border-bottom-color:rgb(180 83 9 / 0.25)}
.border-b-amber-700\/30{border-bottom-color:rgb(180 83 9 / 0.3)}
.border-b-amber-700\/35{border-bottom-color:rgb(180 83 9 / 0.35)}
.border-b-amber-700\/40{border-bottom-color:rgb(180 83 9 / 0.4)}
.border-b-amber-700\/45{border-bottom-color:rgb(180 83 9 / 0.45)}
.border-b-amber-700\/5{border-bottom-color:rgb(180 83 9 / 0.05)}
.border-b-amber-700\/50{border-bottom-color:rgb(180 83 9 / 0.5)}
.border-b-amber-700\/55{border-bottom-color:rgb(180 83 9 / 0.55)}
.border-b-amber-700\/60{border-bottom-color:rgb(180 83 9 / 0.6)}
.border-b-amber-700\/65{border-bottom-color:rgb(180 83 9 / 0.65)}
.border-b-amber-700\/70{border-bottom-color:rgb(180 83 9 / 0.7)}
.border-b-amber-700\/75{border-bottom-color:rgb(180 83 9 / 0.75)}
.border-b-amber-700\/80{border-bottom-color:rgb(180 83 9 / 0.8)}
.border-b-amber-700\/85{border-bottom-color:rgb(180 83 9 / 0.85)}
.border-b-amber-700\/90{border-bottom-color:rgb(180 83 9 / 0.9)}
.border-b-amber-700\/95{border-bottom-color:rgb(180 83 9 / 0.95)}
.border-b-amber-800{--tw-border-opacity:1;border-bottom-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-b-amber-800\/0{border-bottom-color:rgb(146 64 14 / 0)}
.border-b-amber-800\/10{border-bottom-color:rgb(146 64 14 / 0.1)}
.border-b-amber-800\/100{border-bottom-color:rgb(146 64 14 / 1)}
.border-b-amber-800\/15{border-bottom-color:rgb(146 64 14 / 0.15)}
.border-b-amber-800\/20{border-bottom-color:rgb(146 64 14 / 0.2)}
.border-b-amber-800\/25{border-bottom-color:rgb(146 64 14 / 0.25)}
.border-b-amber-800\/30{border-bottom-color:rgb(146 64 14 / 0.3)}
.border-b-amber-800\/35{border-bottom-color:rgb(146 64 14 / 0.35)}
.border-b-amber-800\/40{border-bottom-color:rgb(146 64 14 / 0.4)}
.border-b-amber-800\/45{border-bottom-color:rgb(146 64 14 / 0.45)}
.border-b-amber-800\/5{border-bottom-color:rgb(146 64 14 / 0.05)}
.border-b-amber-800\/50{border-bottom-color:rgb(146 64 14 / 0.5)}
.border-b-amber-800\/55{border-bottom-color:rgb(146 64 14 / 0.55)}
.border-b-amber-800\/60{border-bottom-color:rgb(146 64 14 / 0.6)}
.border-b-amber-800\/65{border-bottom-color:rgb(146 64 14 / 0.65)}
.border-b-amber-800\/70{border-bottom-color:rgb(146 64 14 / 0.7)}
.border-b-amber-800\/75{border-bottom-color:rgb(146 64 14 / 0.75)}
.border-b-amber-800\/80{border-bottom-color:rgb(146 64 14 / 0.8)}
.border-b-amber-800\/85{border-bottom-color:rgb(146 64 14 / 0.85)}
.border-b-amber-800\/90{border-bottom-color:rgb(146 64 14 / 0.9)}
.border-b-amber-800\/95{border-bottom-color:rgb(146 64 14 / 0.95)}
.border-b-amber-900{--tw-border-opacity:1;border-bottom-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-b-amber-900\/0{border-bottom-color:rgb(120 53 15 / 0)}
.border-b-amber-900\/10{border-bottom-color:rgb(120 53 15 / 0.1)}
.border-b-amber-900\/100{border-bottom-color:rgb(120 53 15 / 1)}
.border-b-amber-900\/15{border-bottom-color:rgb(120 53 15 / 0.15)}
.border-b-amber-900\/20{border-bottom-color:rgb(120 53 15 / 0.2)}
.border-b-amber-900\/25{border-bottom-color:rgb(120 53 15 / 0.25)}
.border-b-amber-900\/30{border-bottom-color:rgb(120 53 15 / 0.3)}
.border-b-amber-900\/35{border-bottom-color:rgb(120 53 15 / 0.35)}
.border-b-amber-900\/40{border-bottom-color:rgb(120 53 15 / 0.4)}
.border-b-amber-900\/45{border-bottom-color:rgb(120 53 15 / 0.45)}
.border-b-amber-900\/5{border-bottom-color:rgb(120 53 15 / 0.05)}
.border-b-amber-900\/50{border-bottom-color:rgb(120 53 15 / 0.5)}
.border-b-amber-900\/55{border-bottom-color:rgb(120 53 15 / 0.55)}
.border-b-amber-900\/60{border-bottom-color:rgb(120 53 15 / 0.6)}
.border-b-amber-900\/65{border-bottom-color:rgb(120 53 15 / 0.65)}
.border-b-amber-900\/70{border-bottom-color:rgb(120 53 15 / 0.7)}
.border-b-amber-900\/75{border-bottom-color:rgb(120 53 15 / 0.75)}
.border-b-amber-900\/80{border-bottom-color:rgb(120 53 15 / 0.8)}
.border-b-amber-900\/85{border-bottom-color:rgb(120 53 15 / 0.85)}
.border-b-amber-900\/90{border-bottom-color:rgb(120 53 15 / 0.9)}
.border-b-amber-900\/95{border-bottom-color:rgb(120 53 15 / 0.95)}
.border-b-amber-950{--tw-border-opacity:1;border-bottom-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-b-amber-950\/0{border-bottom-color:rgb(69 26 3 / 0)}
.border-b-amber-950\/10{border-bottom-color:rgb(69 26 3 / 0.1)}
.border-b-amber-950\/100{border-bottom-color:rgb(69 26 3 / 1)}
.border-b-amber-950\/15{border-bottom-color:rgb(69 26 3 / 0.15)}
.border-b-amber-950\/20{border-bottom-color:rgb(69 26 3 / 0.2)}
.border-b-amber-950\/25{border-bottom-color:rgb(69 26 3 / 0.25)}
.border-b-amber-950\/30{border-bottom-color:rgb(69 26 3 / 0.3)}
.border-b-amber-950\/35{border-bottom-color:rgb(69 26 3 / 0.35)}
.border-b-amber-950\/40{border-bottom-color:rgb(69 26 3 / 0.4)}
.border-b-amber-950\/45{border-bottom-color:rgb(69 26 3 / 0.45)}
.border-b-amber-950\/5{border-bottom-color:rgb(69 26 3 / 0.05)}
.border-b-amber-950\/50{border-bottom-color:rgb(69 26 3 / 0.5)}
.border-b-amber-950\/55{border-bottom-color:rgb(69 26 3 / 0.55)}
.border-b-amber-950\/60{border-bottom-color:rgb(69 26 3 / 0.6)}
.border-b-amber-950\/65{border-bottom-color:rgb(69 26 3 / 0.65)}
.border-b-amber-950\/70{border-bottom-color:rgb(69 26 3 / 0.7)}
.border-b-amber-950\/75{border-bottom-color:rgb(69 26 3 / 0.75)}
.border-b-amber-950\/80{border-bottom-color:rgb(69 26 3 / 0.8)}
.border-b-amber-950\/85{border-bottom-color:rgb(69 26 3 / 0.85)}
.border-b-amber-950\/90{border-bottom-color:rgb(69 26 3 / 0.9)}
.border-b-amber-950\/95{border-bottom-color:rgb(69 26 3 / 0.95)}
.border-b-background-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-background-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-background-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-background-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-background-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-background-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-background-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-background-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-background-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-background-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-background-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-background-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-background-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-background-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-background-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-background-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-background-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-background-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-background-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-background-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-background-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-background-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-background-text-contrastsWithCard{border-bottom-color:true}
.border-b-background-text-isDark{border-bottom-color:true}
.border-b-background-text-text{--tw-border-opacity:1;border-bottom-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-b-background-text-text\/0{border-bottom-color:rgb(107 111 115 / 0)}
.border-b-background-text-text\/10{border-bottom-color:rgb(107 111 115 / 0.1)}
.border-b-background-text-text\/100{border-bottom-color:rgb(107 111 115 / 1)}
.border-b-background-text-text\/15{border-bottom-color:rgb(107 111 115 / 0.15)}
.border-b-background-text-text\/20{border-bottom-color:rgb(107 111 115 / 0.2)}
.border-b-background-text-text\/25{border-bottom-color:rgb(107 111 115 / 0.25)}
.border-b-background-text-text\/30{border-bottom-color:rgb(107 111 115 / 0.3)}
.border-b-background-text-text\/35{border-bottom-color:rgb(107 111 115 / 0.35)}
.border-b-background-text-text\/40{border-bottom-color:rgb(107 111 115 / 0.4)}
.border-b-background-text-text\/45{border-bottom-color:rgb(107 111 115 / 0.45)}
.border-b-background-text-text\/5{border-bottom-color:rgb(107 111 115 / 0.05)}
.border-b-background-text-text\/50{border-bottom-color:rgb(107 111 115 / 0.5)}
.border-b-background-text-text\/55{border-bottom-color:rgb(107 111 115 / 0.55)}
.border-b-background-text-text\/60{border-bottom-color:rgb(107 111 115 / 0.6)}
.border-b-background-text-text\/65{border-bottom-color:rgb(107 111 115 / 0.65)}
.border-b-background-text-text\/70{border-bottom-color:rgb(107 111 115 / 0.7)}
.border-b-background-text-text\/75{border-bottom-color:rgb(107 111 115 / 0.75)}
.border-b-background-text-text\/80{border-bottom-color:rgb(107 111 115 / 0.8)}
.border-b-background-text-text\/85{border-bottom-color:rgb(107 111 115 / 0.85)}
.border-b-background-text-text\/90{border-bottom-color:rgb(107 111 115 / 0.9)}
.border-b-background-text-text\/95{border-bottom-color:rgb(107 111 115 / 0.95)}
.border-b-bt-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-bt-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-bt-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-bt-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-bt-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-bt-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-bt-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-bt-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-bt-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-bt-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-bt-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-bt-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-bt-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-bt-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-bt-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-bt-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-bt-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-bt-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-bt-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-bt-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-bt-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-bt-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-bt-text-contrastsWithCard{border-bottom-color:true}
.border-b-bt-text-isDark{border-bottom-color:true}
.border-b-bt-text-text{--tw-border-opacity:1;border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-b-bt-text-text\/0{border-bottom-color:rgb(30 41 59 / 0)}
.border-b-bt-text-text\/10{border-bottom-color:rgb(30 41 59 / 0.1)}
.border-b-bt-text-text\/100{border-bottom-color:rgb(30 41 59 / 1)}
.border-b-bt-text-text\/15{border-bottom-color:rgb(30 41 59 / 0.15)}
.border-b-bt-text-text\/20{border-bottom-color:rgb(30 41 59 / 0.2)}
.border-b-bt-text-text\/25{border-bottom-color:rgb(30 41 59 / 0.25)}
.border-b-bt-text-text\/30{border-bottom-color:rgb(30 41 59 / 0.3)}
.border-b-bt-text-text\/35{border-bottom-color:rgb(30 41 59 / 0.35)}
.border-b-bt-text-text\/40{border-bottom-color:rgb(30 41 59 / 0.4)}
.border-b-bt-text-text\/45{border-bottom-color:rgb(30 41 59 / 0.45)}
.border-b-bt-text-text\/5{border-bottom-color:rgb(30 41 59 / 0.05)}
.border-b-bt-text-text\/50{border-bottom-color:rgb(30 41 59 / 0.5)}
.border-b-bt-text-text\/55{border-bottom-color:rgb(30 41 59 / 0.55)}
.border-b-bt-text-text\/60{border-bottom-color:rgb(30 41 59 / 0.6)}
.border-b-bt-text-text\/65{border-bottom-color:rgb(30 41 59 / 0.65)}
.border-b-bt-text-text\/70{border-bottom-color:rgb(30 41 59 / 0.7)}
.border-b-bt-text-text\/75{border-bottom-color:rgb(30 41 59 / 0.75)}
.border-b-bt-text-text\/80{border-bottom-color:rgb(30 41 59 / 0.8)}
.border-b-bt-text-text\/85{border-bottom-color:rgb(30 41 59 / 0.85)}
.border-b-bt-text-text\/90{border-bottom-color:rgb(30 41 59 / 0.9)}
.border-b-bt-text-text\/95{border-bottom-color:rgb(30 41 59 / 0.95)}
.border-b-btLight-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-btLight-text-contrast\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-btLight-text-contrast\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-btLight-text-contrast\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-btLight-text-contrast\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-btLight-text-contrast\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-btLight-text-contrast\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-btLight-text-contrast\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-btLight-text-contrast\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-btLight-text-contrast\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-btLight-text-contrast\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-btLight-text-contrast\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-btLight-text-contrast\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-btLight-text-contrast\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-btLight-text-contrast\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-btLight-text-contrast\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-btLight-text-contrast\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-btLight-text-contrast\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-btLight-text-contrast\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-btLight-text-contrast\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-btLight-text-contrast\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-btLight-text-contrast\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-btLight-text-contrastsWithCard{border-bottom-color:true}
.border-b-btLight-text-isDark{}
.border-b-btLight-text-text{--tw-border-opacity:1;border-bottom-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-b-btLight-text-text\/0{border-bottom-color:rgb(72 171 217 / 0)}
.border-b-btLight-text-text\/10{border-bottom-color:rgb(72 171 217 / 0.1)}
.border-b-btLight-text-text\/100{border-bottom-color:rgb(72 171 217 / 1)}
.border-b-btLight-text-text\/15{border-bottom-color:rgb(72 171 217 / 0.15)}
.border-b-btLight-text-text\/20{border-bottom-color:rgb(72 171 217 / 0.2)}
.border-b-btLight-text-text\/25{border-bottom-color:rgb(72 171 217 / 0.25)}
.border-b-btLight-text-text\/30{border-bottom-color:rgb(72 171 217 / 0.3)}
.border-b-btLight-text-text\/35{border-bottom-color:rgb(72 171 217 / 0.35)}
.border-b-btLight-text-text\/40{border-bottom-color:rgb(72 171 217 / 0.4)}
.border-b-btLight-text-text\/45{border-bottom-color:rgb(72 171 217 / 0.45)}
.border-b-btLight-text-text\/5{border-bottom-color:rgb(72 171 217 / 0.05)}
.border-b-btLight-text-text\/50{border-bottom-color:rgb(72 171 217 / 0.5)}
.border-b-btLight-text-text\/55{border-bottom-color:rgb(72 171 217 / 0.55)}
.border-b-btLight-text-text\/60{border-bottom-color:rgb(72 171 217 / 0.6)}
.border-b-btLight-text-text\/65{border-bottom-color:rgb(72 171 217 / 0.65)}
.border-b-btLight-text-text\/70{border-bottom-color:rgb(72 171 217 / 0.7)}
.border-b-btLight-text-text\/75{border-bottom-color:rgb(72 171 217 / 0.75)}
.border-b-btLight-text-text\/80{border-bottom-color:rgb(72 171 217 / 0.8)}
.border-b-btLight-text-text\/85{border-bottom-color:rgb(72 171 217 / 0.85)}
.border-b-btLight-text-text\/90{border-bottom-color:rgb(72 171 217 / 0.9)}
.border-b-btLight-text-text\/95{border-bottom-color:rgb(72 171 217 / 0.95)}
.border-b-cardBackground-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-cardBackground-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-cardBackground-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-cardBackground-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-cardBackground-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-cardBackground-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-cardBackground-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-cardBackground-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-cardBackground-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-cardBackground-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-cardBackground-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-cardBackground-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-cardBackground-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-cardBackground-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-cardBackground-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-cardBackground-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-cardBackground-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-cardBackground-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-cardBackground-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-cardBackground-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-cardBackground-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-cardBackground-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-cardBackground-text-contrastsWithCard{border-bottom-color:true}
.border-b-cardBackground-text-isDark{border-bottom-color:true}
.border-b-cardBackground-text-text{--tw-border-opacity:1;border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-b-cardBackground-text-text\/0{border-bottom-color:rgb(132 132 132 / 0)}
.border-b-cardBackground-text-text\/10{border-bottom-color:rgb(132 132 132 / 0.1)}
.border-b-cardBackground-text-text\/100{border-bottom-color:rgb(132 132 132 / 1)}
.border-b-cardBackground-text-text\/15{border-bottom-color:rgb(132 132 132 / 0.15)}
.border-b-cardBackground-text-text\/20{border-bottom-color:rgb(132 132 132 / 0.2)}
.border-b-cardBackground-text-text\/25{border-bottom-color:rgb(132 132 132 / 0.25)}
.border-b-cardBackground-text-text\/30{border-bottom-color:rgb(132 132 132 / 0.3)}
.border-b-cardBackground-text-text\/35{border-bottom-color:rgb(132 132 132 / 0.35)}
.border-b-cardBackground-text-text\/40{border-bottom-color:rgb(132 132 132 / 0.4)}
.border-b-cardBackground-text-text\/45{border-bottom-color:rgb(132 132 132 / 0.45)}
.border-b-cardBackground-text-text\/5{border-bottom-color:rgb(132 132 132 / 0.05)}
.border-b-cardBackground-text-text\/50{border-bottom-color:rgb(132 132 132 / 0.5)}
.border-b-cardBackground-text-text\/55{border-bottom-color:rgb(132 132 132 / 0.55)}
.border-b-cardBackground-text-text\/60{border-bottom-color:rgb(132 132 132 / 0.6)}
.border-b-cardBackground-text-text\/65{border-bottom-color:rgb(132 132 132 / 0.65)}
.border-b-cardBackground-text-text\/70{border-bottom-color:rgb(132 132 132 / 0.7)}
.border-b-cardBackground-text-text\/75{border-bottom-color:rgb(132 132 132 / 0.75)}
.border-b-cardBackground-text-text\/80{border-bottom-color:rgb(132 132 132 / 0.8)}
.border-b-cardBackground-text-text\/85{border-bottom-color:rgb(132 132 132 / 0.85)}
.border-b-cardBackground-text-text\/90{border-bottom-color:rgb(132 132 132 / 0.9)}
.border-b-cardBackground-text-text\/95{border-bottom-color:rgb(132 132 132 / 0.95)}
.border-b-cardHeader-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-cardHeader-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-cardHeader-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-cardHeader-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-cardHeader-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-cardHeader-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-cardHeader-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-cardHeader-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-cardHeader-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-cardHeader-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-cardHeader-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-cardHeader-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-cardHeader-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-cardHeader-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-cardHeader-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-cardHeader-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-cardHeader-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-cardHeader-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-cardHeader-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-cardHeader-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-cardHeader-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-cardHeader-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-cardHeader-text-contrastsWithCard{border-bottom-color:true}
.border-b-cardHeader-text-isDark{border-bottom-color:true}
.border-b-cardHeader-text-text{--tw-border-opacity:1;border-bottom-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-b-cardHeader-text-text\/0{border-bottom-color:rgb(126 126 132 / 0)}
.border-b-cardHeader-text-text\/10{border-bottom-color:rgb(126 126 132 / 0.1)}
.border-b-cardHeader-text-text\/100{border-bottom-color:rgb(126 126 132 / 1)}
.border-b-cardHeader-text-text\/15{border-bottom-color:rgb(126 126 132 / 0.15)}
.border-b-cardHeader-text-text\/20{border-bottom-color:rgb(126 126 132 / 0.2)}
.border-b-cardHeader-text-text\/25{border-bottom-color:rgb(126 126 132 / 0.25)}
.border-b-cardHeader-text-text\/30{border-bottom-color:rgb(126 126 132 / 0.3)}
.border-b-cardHeader-text-text\/35{border-bottom-color:rgb(126 126 132 / 0.35)}
.border-b-cardHeader-text-text\/40{border-bottom-color:rgb(126 126 132 / 0.4)}
.border-b-cardHeader-text-text\/45{border-bottom-color:rgb(126 126 132 / 0.45)}
.border-b-cardHeader-text-text\/5{border-bottom-color:rgb(126 126 132 / 0.05)}
.border-b-cardHeader-text-text\/50{border-bottom-color:rgb(126 126 132 / 0.5)}
.border-b-cardHeader-text-text\/55{border-bottom-color:rgb(126 126 132 / 0.55)}
.border-b-cardHeader-text-text\/60{border-bottom-color:rgb(126 126 132 / 0.6)}
.border-b-cardHeader-text-text\/65{border-bottom-color:rgb(126 126 132 / 0.65)}
.border-b-cardHeader-text-text\/70{border-bottom-color:rgb(126 126 132 / 0.7)}
.border-b-cardHeader-text-text\/75{border-bottom-color:rgb(126 126 132 / 0.75)}
.border-b-cardHeader-text-text\/80{border-bottom-color:rgb(126 126 132 / 0.8)}
.border-b-cardHeader-text-text\/85{border-bottom-color:rgb(126 126 132 / 0.85)}
.border-b-cardHeader-text-text\/90{border-bottom-color:rgb(126 126 132 / 0.9)}
.border-b-cardHeader-text-text\/95{border-bottom-color:rgb(126 126 132 / 0.95)}
.border-b-danger-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-danger-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-danger-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-danger-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-danger-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-danger-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-danger-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-danger-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-danger-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-danger-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-danger-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-danger-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-danger-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-danger-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-danger-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-danger-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-danger-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-danger-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-danger-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-danger-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-danger-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-danger-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-danger-text-contrastsWithCard{border-bottom-color:true}
.border-b-danger-text-isDark{border-bottom-color:true}
.border-b-danger-text-text{--tw-border-opacity:1;border-bottom-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-b-danger-text-text\/0{border-bottom-color:rgb(232 87 67 / 0)}
.border-b-danger-text-text\/10{border-bottom-color:rgb(232 87 67 / 0.1)}
.border-b-danger-text-text\/100{border-bottom-color:rgb(232 87 67 / 1)}
.border-b-danger-text-text\/15{border-bottom-color:rgb(232 87 67 / 0.15)}
.border-b-danger-text-text\/20{border-bottom-color:rgb(232 87 67 / 0.2)}
.border-b-danger-text-text\/25{border-bottom-color:rgb(232 87 67 / 0.25)}
.border-b-danger-text-text\/30{border-bottom-color:rgb(232 87 67 / 0.3)}
.border-b-danger-text-text\/35{border-bottom-color:rgb(232 87 67 / 0.35)}
.border-b-danger-text-text\/40{border-bottom-color:rgb(232 87 67 / 0.4)}
.border-b-danger-text-text\/45{border-bottom-color:rgb(232 87 67 / 0.45)}
.border-b-danger-text-text\/5{border-bottom-color:rgb(232 87 67 / 0.05)}
.border-b-danger-text-text\/50{border-bottom-color:rgb(232 87 67 / 0.5)}
.border-b-danger-text-text\/55{border-bottom-color:rgb(232 87 67 / 0.55)}
.border-b-danger-text-text\/60{border-bottom-color:rgb(232 87 67 / 0.6)}
.border-b-danger-text-text\/65{border-bottom-color:rgb(232 87 67 / 0.65)}
.border-b-danger-text-text\/70{border-bottom-color:rgb(232 87 67 / 0.7)}
.border-b-danger-text-text\/75{border-bottom-color:rgb(232 87 67 / 0.75)}
.border-b-danger-text-text\/80{border-bottom-color:rgb(232 87 67 / 0.8)}
.border-b-danger-text-text\/85{border-bottom-color:rgb(232 87 67 / 0.85)}
.border-b-danger-text-text\/90{border-bottom-color:rgb(232 87 67 / 0.9)}
.border-b-danger-text-text\/95{border-bottom-color:rgb(232 87 67 / 0.95)}
.border-b-emerald-100{--tw-border-opacity:1;border-bottom-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-b-emerald-100\/0{border-bottom-color:rgb(209 250 229 / 0)}
.border-b-emerald-100\/10{border-bottom-color:rgb(209 250 229 / 0.1)}
.border-b-emerald-100\/100{border-bottom-color:rgb(209 250 229 / 1)}
.border-b-emerald-100\/15{border-bottom-color:rgb(209 250 229 / 0.15)}
.border-b-emerald-100\/20{border-bottom-color:rgb(209 250 229 / 0.2)}
.border-b-emerald-100\/25{border-bottom-color:rgb(209 250 229 / 0.25)}
.border-b-emerald-100\/30{border-bottom-color:rgb(209 250 229 / 0.3)}
.border-b-emerald-100\/35{border-bottom-color:rgb(209 250 229 / 0.35)}
.border-b-emerald-100\/40{border-bottom-color:rgb(209 250 229 / 0.4)}
.border-b-emerald-100\/45{border-bottom-color:rgb(209 250 229 / 0.45)}
.border-b-emerald-100\/5{border-bottom-color:rgb(209 250 229 / 0.05)}
.border-b-emerald-100\/50{border-bottom-color:rgb(209 250 229 / 0.5)}
.border-b-emerald-100\/55{border-bottom-color:rgb(209 250 229 / 0.55)}
.border-b-emerald-100\/60{border-bottom-color:rgb(209 250 229 / 0.6)}
.border-b-emerald-100\/65{border-bottom-color:rgb(209 250 229 / 0.65)}
.border-b-emerald-100\/70{border-bottom-color:rgb(209 250 229 / 0.7)}
.border-b-emerald-100\/75{border-bottom-color:rgb(209 250 229 / 0.75)}
.border-b-emerald-100\/80{border-bottom-color:rgb(209 250 229 / 0.8)}
.border-b-emerald-100\/85{border-bottom-color:rgb(209 250 229 / 0.85)}
.border-b-emerald-100\/90{border-bottom-color:rgb(209 250 229 / 0.9)}
.border-b-emerald-100\/95{border-bottom-color:rgb(209 250 229 / 0.95)}
.border-b-emerald-200{--tw-border-opacity:1;border-bottom-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-b-emerald-200\/0{border-bottom-color:rgb(167 243 208 / 0)}
.border-b-emerald-200\/10{border-bottom-color:rgb(167 243 208 / 0.1)}
.border-b-emerald-200\/100{border-bottom-color:rgb(167 243 208 / 1)}
.border-b-emerald-200\/15{border-bottom-color:rgb(167 243 208 / 0.15)}
.border-b-emerald-200\/20{border-bottom-color:rgb(167 243 208 / 0.2)}
.border-b-emerald-200\/25{border-bottom-color:rgb(167 243 208 / 0.25)}
.border-b-emerald-200\/30{border-bottom-color:rgb(167 243 208 / 0.3)}
.border-b-emerald-200\/35{border-bottom-color:rgb(167 243 208 / 0.35)}
.border-b-emerald-200\/40{border-bottom-color:rgb(167 243 208 / 0.4)}
.border-b-emerald-200\/45{border-bottom-color:rgb(167 243 208 / 0.45)}
.border-b-emerald-200\/5{border-bottom-color:rgb(167 243 208 / 0.05)}
.border-b-emerald-200\/50{border-bottom-color:rgb(167 243 208 / 0.5)}
.border-b-emerald-200\/55{border-bottom-color:rgb(167 243 208 / 0.55)}
.border-b-emerald-200\/60{border-bottom-color:rgb(167 243 208 / 0.6)}
.border-b-emerald-200\/65{border-bottom-color:rgb(167 243 208 / 0.65)}
.border-b-emerald-200\/70{border-bottom-color:rgb(167 243 208 / 0.7)}
.border-b-emerald-200\/75{border-bottom-color:rgb(167 243 208 / 0.75)}
.border-b-emerald-200\/80{border-bottom-color:rgb(167 243 208 / 0.8)}
.border-b-emerald-200\/85{border-bottom-color:rgb(167 243 208 / 0.85)}
.border-b-emerald-200\/90{border-bottom-color:rgb(167 243 208 / 0.9)}
.border-b-emerald-200\/95{border-bottom-color:rgb(167 243 208 / 0.95)}
.border-b-emerald-300{--tw-border-opacity:1;border-bottom-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-b-emerald-300\/0{border-bottom-color:rgb(110 231 183 / 0)}
.border-b-emerald-300\/10{border-bottom-color:rgb(110 231 183 / 0.1)}
.border-b-emerald-300\/100{border-bottom-color:rgb(110 231 183 / 1)}
.border-b-emerald-300\/15{border-bottom-color:rgb(110 231 183 / 0.15)}
.border-b-emerald-300\/20{border-bottom-color:rgb(110 231 183 / 0.2)}
.border-b-emerald-300\/25{border-bottom-color:rgb(110 231 183 / 0.25)}
.border-b-emerald-300\/30{border-bottom-color:rgb(110 231 183 / 0.3)}
.border-b-emerald-300\/35{border-bottom-color:rgb(110 231 183 / 0.35)}
.border-b-emerald-300\/40{border-bottom-color:rgb(110 231 183 / 0.4)}
.border-b-emerald-300\/45{border-bottom-color:rgb(110 231 183 / 0.45)}
.border-b-emerald-300\/5{border-bottom-color:rgb(110 231 183 / 0.05)}
.border-b-emerald-300\/50{border-bottom-color:rgb(110 231 183 / 0.5)}
.border-b-emerald-300\/55{border-bottom-color:rgb(110 231 183 / 0.55)}
.border-b-emerald-300\/60{border-bottom-color:rgb(110 231 183 / 0.6)}
.border-b-emerald-300\/65{border-bottom-color:rgb(110 231 183 / 0.65)}
.border-b-emerald-300\/70{border-bottom-color:rgb(110 231 183 / 0.7)}
.border-b-emerald-300\/75{border-bottom-color:rgb(110 231 183 / 0.75)}
.border-b-emerald-300\/80{border-bottom-color:rgb(110 231 183 / 0.8)}
.border-b-emerald-300\/85{border-bottom-color:rgb(110 231 183 / 0.85)}
.border-b-emerald-300\/90{border-bottom-color:rgb(110 231 183 / 0.9)}
.border-b-emerald-300\/95{border-bottom-color:rgb(110 231 183 / 0.95)}
.border-b-emerald-400{--tw-border-opacity:1;border-bottom-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-b-emerald-400\/0{border-bottom-color:rgb(52 211 153 / 0)}
.border-b-emerald-400\/10{border-bottom-color:rgb(52 211 153 / 0.1)}
.border-b-emerald-400\/100{border-bottom-color:rgb(52 211 153 / 1)}
.border-b-emerald-400\/15{border-bottom-color:rgb(52 211 153 / 0.15)}
.border-b-emerald-400\/20{border-bottom-color:rgb(52 211 153 / 0.2)}
.border-b-emerald-400\/25{border-bottom-color:rgb(52 211 153 / 0.25)}
.border-b-emerald-400\/30{border-bottom-color:rgb(52 211 153 / 0.3)}
.border-b-emerald-400\/35{border-bottom-color:rgb(52 211 153 / 0.35)}
.border-b-emerald-400\/40{border-bottom-color:rgb(52 211 153 / 0.4)}
.border-b-emerald-400\/45{border-bottom-color:rgb(52 211 153 / 0.45)}
.border-b-emerald-400\/5{border-bottom-color:rgb(52 211 153 / 0.05)}
.border-b-emerald-400\/50{border-bottom-color:rgb(52 211 153 / 0.5)}
.border-b-emerald-400\/55{border-bottom-color:rgb(52 211 153 / 0.55)}
.border-b-emerald-400\/60{border-bottom-color:rgb(52 211 153 / 0.6)}
.border-b-emerald-400\/65{border-bottom-color:rgb(52 211 153 / 0.65)}
.border-b-emerald-400\/70{border-bottom-color:rgb(52 211 153 / 0.7)}
.border-b-emerald-400\/75{border-bottom-color:rgb(52 211 153 / 0.75)}
.border-b-emerald-400\/80{border-bottom-color:rgb(52 211 153 / 0.8)}
.border-b-emerald-400\/85{border-bottom-color:rgb(52 211 153 / 0.85)}
.border-b-emerald-400\/90{border-bottom-color:rgb(52 211 153 / 0.9)}
.border-b-emerald-400\/95{border-bottom-color:rgb(52 211 153 / 0.95)}
.border-b-emerald-50{--tw-border-opacity:1;border-bottom-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-b-emerald-50\/0{border-bottom-color:rgb(236 253 245 / 0)}
.border-b-emerald-50\/10{border-bottom-color:rgb(236 253 245 / 0.1)}
.border-b-emerald-50\/100{border-bottom-color:rgb(236 253 245 / 1)}
.border-b-emerald-50\/15{border-bottom-color:rgb(236 253 245 / 0.15)}
.border-b-emerald-50\/20{border-bottom-color:rgb(236 253 245 / 0.2)}
.border-b-emerald-50\/25{border-bottom-color:rgb(236 253 245 / 0.25)}
.border-b-emerald-50\/30{border-bottom-color:rgb(236 253 245 / 0.3)}
.border-b-emerald-50\/35{border-bottom-color:rgb(236 253 245 / 0.35)}
.border-b-emerald-50\/40{border-bottom-color:rgb(236 253 245 / 0.4)}
.border-b-emerald-50\/45{border-bottom-color:rgb(236 253 245 / 0.45)}
.border-b-emerald-50\/5{border-bottom-color:rgb(236 253 245 / 0.05)}
.border-b-emerald-50\/50{border-bottom-color:rgb(236 253 245 / 0.5)}
.border-b-emerald-50\/55{border-bottom-color:rgb(236 253 245 / 0.55)}
.border-b-emerald-50\/60{border-bottom-color:rgb(236 253 245 / 0.6)}
.border-b-emerald-50\/65{border-bottom-color:rgb(236 253 245 / 0.65)}
.border-b-emerald-50\/70{border-bottom-color:rgb(236 253 245 / 0.7)}
.border-b-emerald-50\/75{border-bottom-color:rgb(236 253 245 / 0.75)}
.border-b-emerald-50\/80{border-bottom-color:rgb(236 253 245 / 0.8)}
.border-b-emerald-50\/85{border-bottom-color:rgb(236 253 245 / 0.85)}
.border-b-emerald-50\/90{border-bottom-color:rgb(236 253 245 / 0.9)}
.border-b-emerald-50\/95{border-bottom-color:rgb(236 253 245 / 0.95)}
.border-b-emerald-500{--tw-border-opacity:1;border-bottom-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-b-emerald-500\/0{border-bottom-color:rgb(16 185 129 / 0)}
.border-b-emerald-500\/10{border-bottom-color:rgb(16 185 129 / 0.1)}
.border-b-emerald-500\/100{border-bottom-color:rgb(16 185 129 / 1)}
.border-b-emerald-500\/15{border-bottom-color:rgb(16 185 129 / 0.15)}
.border-b-emerald-500\/20{border-bottom-color:rgb(16 185 129 / 0.2)}
.border-b-emerald-500\/25{border-bottom-color:rgb(16 185 129 / 0.25)}
.border-b-emerald-500\/30{border-bottom-color:rgb(16 185 129 / 0.3)}
.border-b-emerald-500\/35{border-bottom-color:rgb(16 185 129 / 0.35)}
.border-b-emerald-500\/40{border-bottom-color:rgb(16 185 129 / 0.4)}
.border-b-emerald-500\/45{border-bottom-color:rgb(16 185 129 / 0.45)}
.border-b-emerald-500\/5{border-bottom-color:rgb(16 185 129 / 0.05)}
.border-b-emerald-500\/50{border-bottom-color:rgb(16 185 129 / 0.5)}
.border-b-emerald-500\/55{border-bottom-color:rgb(16 185 129 / 0.55)}
.border-b-emerald-500\/60{border-bottom-color:rgb(16 185 129 / 0.6)}
.border-b-emerald-500\/65{border-bottom-color:rgb(16 185 129 / 0.65)}
.border-b-emerald-500\/70{border-bottom-color:rgb(16 185 129 / 0.7)}
.border-b-emerald-500\/75{border-bottom-color:rgb(16 185 129 / 0.75)}
.border-b-emerald-500\/80{border-bottom-color:rgb(16 185 129 / 0.8)}
.border-b-emerald-500\/85{border-bottom-color:rgb(16 185 129 / 0.85)}
.border-b-emerald-500\/90{border-bottom-color:rgb(16 185 129 / 0.9)}
.border-b-emerald-500\/95{border-bottom-color:rgb(16 185 129 / 0.95)}
.border-b-emerald-600{--tw-border-opacity:1;border-bottom-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-b-emerald-600\/0{border-bottom-color:rgb(5 150 105 / 0)}
.border-b-emerald-600\/10{border-bottom-color:rgb(5 150 105 / 0.1)}
.border-b-emerald-600\/100{border-bottom-color:rgb(5 150 105 / 1)}
.border-b-emerald-600\/15{border-bottom-color:rgb(5 150 105 / 0.15)}
.border-b-emerald-600\/20{border-bottom-color:rgb(5 150 105 / 0.2)}
.border-b-emerald-600\/25{border-bottom-color:rgb(5 150 105 / 0.25)}
.border-b-emerald-600\/30{border-bottom-color:rgb(5 150 105 / 0.3)}
.border-b-emerald-600\/35{border-bottom-color:rgb(5 150 105 / 0.35)}
.border-b-emerald-600\/40{border-bottom-color:rgb(5 150 105 / 0.4)}
.border-b-emerald-600\/45{border-bottom-color:rgb(5 150 105 / 0.45)}
.border-b-emerald-600\/5{border-bottom-color:rgb(5 150 105 / 0.05)}
.border-b-emerald-600\/50{border-bottom-color:rgb(5 150 105 / 0.5)}
.border-b-emerald-600\/55{border-bottom-color:rgb(5 150 105 / 0.55)}
.border-b-emerald-600\/60{border-bottom-color:rgb(5 150 105 / 0.6)}
.border-b-emerald-600\/65{border-bottom-color:rgb(5 150 105 / 0.65)}
.border-b-emerald-600\/70{border-bottom-color:rgb(5 150 105 / 0.7)}
.border-b-emerald-600\/75{border-bottom-color:rgb(5 150 105 / 0.75)}
.border-b-emerald-600\/80{border-bottom-color:rgb(5 150 105 / 0.8)}
.border-b-emerald-600\/85{border-bottom-color:rgb(5 150 105 / 0.85)}
.border-b-emerald-600\/90{border-bottom-color:rgb(5 150 105 / 0.9)}
.border-b-emerald-600\/95{border-bottom-color:rgb(5 150 105 / 0.95)}
.border-b-emerald-700{--tw-border-opacity:1;border-bottom-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-b-emerald-700\/0{border-bottom-color:rgb(4 120 87 / 0)}
.border-b-emerald-700\/10{border-bottom-color:rgb(4 120 87 / 0.1)}
.border-b-emerald-700\/100{border-bottom-color:rgb(4 120 87 / 1)}
.border-b-emerald-700\/15{border-bottom-color:rgb(4 120 87 / 0.15)}
.border-b-emerald-700\/20{border-bottom-color:rgb(4 120 87 / 0.2)}
.border-b-emerald-700\/25{border-bottom-color:rgb(4 120 87 / 0.25)}
.border-b-emerald-700\/30{border-bottom-color:rgb(4 120 87 / 0.3)}
.border-b-emerald-700\/35{border-bottom-color:rgb(4 120 87 / 0.35)}
.border-b-emerald-700\/40{border-bottom-color:rgb(4 120 87 / 0.4)}
.border-b-emerald-700\/45{border-bottom-color:rgb(4 120 87 / 0.45)}
.border-b-emerald-700\/5{border-bottom-color:rgb(4 120 87 / 0.05)}
.border-b-emerald-700\/50{border-bottom-color:rgb(4 120 87 / 0.5)}
.border-b-emerald-700\/55{border-bottom-color:rgb(4 120 87 / 0.55)}
.border-b-emerald-700\/60{border-bottom-color:rgb(4 120 87 / 0.6)}
.border-b-emerald-700\/65{border-bottom-color:rgb(4 120 87 / 0.65)}
.border-b-emerald-700\/70{border-bottom-color:rgb(4 120 87 / 0.7)}
.border-b-emerald-700\/75{border-bottom-color:rgb(4 120 87 / 0.75)}
.border-b-emerald-700\/80{border-bottom-color:rgb(4 120 87 / 0.8)}
.border-b-emerald-700\/85{border-bottom-color:rgb(4 120 87 / 0.85)}
.border-b-emerald-700\/90{border-bottom-color:rgb(4 120 87 / 0.9)}
.border-b-emerald-700\/95{border-bottom-color:rgb(4 120 87 / 0.95)}
.border-b-emerald-800{--tw-border-opacity:1;border-bottom-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-b-emerald-800\/0{border-bottom-color:rgb(6 95 70 / 0)}
.border-b-emerald-800\/10{border-bottom-color:rgb(6 95 70 / 0.1)}
.border-b-emerald-800\/100{border-bottom-color:rgb(6 95 70 / 1)}
.border-b-emerald-800\/15{border-bottom-color:rgb(6 95 70 / 0.15)}
.border-b-emerald-800\/20{border-bottom-color:rgb(6 95 70 / 0.2)}
.border-b-emerald-800\/25{border-bottom-color:rgb(6 95 70 / 0.25)}
.border-b-emerald-800\/30{border-bottom-color:rgb(6 95 70 / 0.3)}
.border-b-emerald-800\/35{border-bottom-color:rgb(6 95 70 / 0.35)}
.border-b-emerald-800\/40{border-bottom-color:rgb(6 95 70 / 0.4)}
.border-b-emerald-800\/45{border-bottom-color:rgb(6 95 70 / 0.45)}
.border-b-emerald-800\/5{border-bottom-color:rgb(6 95 70 / 0.05)}
.border-b-emerald-800\/50{border-bottom-color:rgb(6 95 70 / 0.5)}
.border-b-emerald-800\/55{border-bottom-color:rgb(6 95 70 / 0.55)}
.border-b-emerald-800\/60{border-bottom-color:rgb(6 95 70 / 0.6)}
.border-b-emerald-800\/65{border-bottom-color:rgb(6 95 70 / 0.65)}
.border-b-emerald-800\/70{border-bottom-color:rgb(6 95 70 / 0.7)}
.border-b-emerald-800\/75{border-bottom-color:rgb(6 95 70 / 0.75)}
.border-b-emerald-800\/80{border-bottom-color:rgb(6 95 70 / 0.8)}
.border-b-emerald-800\/85{border-bottom-color:rgb(6 95 70 / 0.85)}
.border-b-emerald-800\/90{border-bottom-color:rgb(6 95 70 / 0.9)}
.border-b-emerald-800\/95{border-bottom-color:rgb(6 95 70 / 0.95)}
.border-b-emerald-900{--tw-border-opacity:1;border-bottom-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-b-emerald-900\/0{border-bottom-color:rgb(6 78 59 / 0)}
.border-b-emerald-900\/10{border-bottom-color:rgb(6 78 59 / 0.1)}
.border-b-emerald-900\/100{border-bottom-color:rgb(6 78 59 / 1)}
.border-b-emerald-900\/15{border-bottom-color:rgb(6 78 59 / 0.15)}
.border-b-emerald-900\/20{border-bottom-color:rgb(6 78 59 / 0.2)}
.border-b-emerald-900\/25{border-bottom-color:rgb(6 78 59 / 0.25)}
.border-b-emerald-900\/30{border-bottom-color:rgb(6 78 59 / 0.3)}
.border-b-emerald-900\/35{border-bottom-color:rgb(6 78 59 / 0.35)}
.border-b-emerald-900\/40{border-bottom-color:rgb(6 78 59 / 0.4)}
.border-b-emerald-900\/45{border-bottom-color:rgb(6 78 59 / 0.45)}
.border-b-emerald-900\/5{border-bottom-color:rgb(6 78 59 / 0.05)}
.border-b-emerald-900\/50{border-bottom-color:rgb(6 78 59 / 0.5)}
.border-b-emerald-900\/55{border-bottom-color:rgb(6 78 59 / 0.55)}
.border-b-emerald-900\/60{border-bottom-color:rgb(6 78 59 / 0.6)}
.border-b-emerald-900\/65{border-bottom-color:rgb(6 78 59 / 0.65)}
.border-b-emerald-900\/70{border-bottom-color:rgb(6 78 59 / 0.7)}
.border-b-emerald-900\/75{border-bottom-color:rgb(6 78 59 / 0.75)}
.border-b-emerald-900\/80{border-bottom-color:rgb(6 78 59 / 0.8)}
.border-b-emerald-900\/85{border-bottom-color:rgb(6 78 59 / 0.85)}
.border-b-emerald-900\/90{border-bottom-color:rgb(6 78 59 / 0.9)}
.border-b-emerald-900\/95{border-bottom-color:rgb(6 78 59 / 0.95)}
.border-b-emerald-950{--tw-border-opacity:1;border-bottom-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-b-emerald-950\/0{border-bottom-color:rgb(2 44 34 / 0)}
.border-b-emerald-950\/10{border-bottom-color:rgb(2 44 34 / 0.1)}
.border-b-emerald-950\/100{border-bottom-color:rgb(2 44 34 / 1)}
.border-b-emerald-950\/15{border-bottom-color:rgb(2 44 34 / 0.15)}
.border-b-emerald-950\/20{border-bottom-color:rgb(2 44 34 / 0.2)}
.border-b-emerald-950\/25{border-bottom-color:rgb(2 44 34 / 0.25)}
.border-b-emerald-950\/30{border-bottom-color:rgb(2 44 34 / 0.3)}
.border-b-emerald-950\/35{border-bottom-color:rgb(2 44 34 / 0.35)}
.border-b-emerald-950\/40{border-bottom-color:rgb(2 44 34 / 0.4)}
.border-b-emerald-950\/45{border-bottom-color:rgb(2 44 34 / 0.45)}
.border-b-emerald-950\/5{border-bottom-color:rgb(2 44 34 / 0.05)}
.border-b-emerald-950\/50{border-bottom-color:rgb(2 44 34 / 0.5)}
.border-b-emerald-950\/55{border-bottom-color:rgb(2 44 34 / 0.55)}
.border-b-emerald-950\/60{border-bottom-color:rgb(2 44 34 / 0.6)}
.border-b-emerald-950\/65{border-bottom-color:rgb(2 44 34 / 0.65)}
.border-b-emerald-950\/70{border-bottom-color:rgb(2 44 34 / 0.7)}
.border-b-emerald-950\/75{border-bottom-color:rgb(2 44 34 / 0.75)}
.border-b-emerald-950\/80{border-bottom-color:rgb(2 44 34 / 0.8)}
.border-b-emerald-950\/85{border-bottom-color:rgb(2 44 34 / 0.85)}
.border-b-emerald-950\/90{border-bottom-color:rgb(2 44 34 / 0.9)}
.border-b-emerald-950\/95{border-bottom-color:rgb(2 44 34 / 0.95)}
.border-b-gridItemHover{border-bottom-color:rgba(0,0,0,.03)}
.border-b-gridItemHover\/0{border-bottom-color:rgba(0, 0, 0, 0)}
.border-b-gridItemHover\/10{border-bottom-color:rgba(0, 0, 0, 0.1)}
.border-b-gridItemHover\/100{border-bottom-color:rgba(0, 0, 0, 1)}
.border-b-gridItemHover\/15{border-bottom-color:rgba(0, 0, 0, 0.15)}
.border-b-gridItemHover\/20{border-bottom-color:rgba(0, 0, 0, 0.2)}
.border-b-gridItemHover\/25{border-bottom-color:rgba(0, 0, 0, 0.25)}
.border-b-gridItemHover\/30{border-bottom-color:rgba(0, 0, 0, 0.3)}
.border-b-gridItemHover\/35{border-bottom-color:rgba(0, 0, 0, 0.35)}
.border-b-gridItemHover\/40{border-bottom-color:rgba(0, 0, 0, 0.4)}
.border-b-gridItemHover\/45{border-bottom-color:rgba(0, 0, 0, 0.45)}
.border-b-gridItemHover\/5{border-bottom-color:rgba(0, 0, 0, 0.05)}
.border-b-gridItemHover\/50{border-bottom-color:rgba(0, 0, 0, 0.5)}
.border-b-gridItemHover\/55{border-bottom-color:rgba(0, 0, 0, 0.55)}
.border-b-gridItemHover\/60{border-bottom-color:rgba(0, 0, 0, 0.6)}
.border-b-gridItemHover\/65{border-bottom-color:rgba(0, 0, 0, 0.65)}
.border-b-gridItemHover\/70{border-bottom-color:rgba(0, 0, 0, 0.7)}
.border-b-gridItemHover\/75{border-bottom-color:rgba(0, 0, 0, 0.75)}
.border-b-gridItemHover\/80{border-bottom-color:rgba(0, 0, 0, 0.8)}
.border-b-gridItemHover\/85{border-bottom-color:rgba(0, 0, 0, 0.85)}
.border-b-gridItemHover\/90{border-bottom-color:rgba(0, 0, 0, 0.9)}
.border-b-gridItemHover\/95{border-bottom-color:rgba(0, 0, 0, 0.95)}
.border-b-info-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-info-text-contrast\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-info-text-contrast\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-info-text-contrast\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-info-text-contrast\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-info-text-contrast\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-info-text-contrast\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-info-text-contrast\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-info-text-contrast\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-info-text-contrast\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-info-text-contrast\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-info-text-contrast\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-info-text-contrast\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-info-text-contrast\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-info-text-contrast\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-info-text-contrast\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-info-text-contrast\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-info-text-contrast\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-info-text-contrast\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-info-text-contrast\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-info-text-contrast\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-info-text-contrast\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-info-text-contrastsWithCard{border-bottom-color:true}
.border-b-info-text-isDark{}
.border-b-info-text-text{--tw-border-opacity:1;border-bottom-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-b-info-text-text\/0{border-bottom-color:rgb(72 171 217 / 0)}
.border-b-info-text-text\/10{border-bottom-color:rgb(72 171 217 / 0.1)}
.border-b-info-text-text\/100{border-bottom-color:rgb(72 171 217 / 1)}
.border-b-info-text-text\/15{border-bottom-color:rgb(72 171 217 / 0.15)}
.border-b-info-text-text\/20{border-bottom-color:rgb(72 171 217 / 0.2)}
.border-b-info-text-text\/25{border-bottom-color:rgb(72 171 217 / 0.25)}
.border-b-info-text-text\/30{border-bottom-color:rgb(72 171 217 / 0.3)}
.border-b-info-text-text\/35{border-bottom-color:rgb(72 171 217 / 0.35)}
.border-b-info-text-text\/40{border-bottom-color:rgb(72 171 217 / 0.4)}
.border-b-info-text-text\/45{border-bottom-color:rgb(72 171 217 / 0.45)}
.border-b-info-text-text\/5{border-bottom-color:rgb(72 171 217 / 0.05)}
.border-b-info-text-text\/50{border-bottom-color:rgb(72 171 217 / 0.5)}
.border-b-info-text-text\/55{border-bottom-color:rgb(72 171 217 / 0.55)}
.border-b-info-text-text\/60{border-bottom-color:rgb(72 171 217 / 0.6)}
.border-b-info-text-text\/65{border-bottom-color:rgb(72 171 217 / 0.65)}
.border-b-info-text-text\/70{border-bottom-color:rgb(72 171 217 / 0.7)}
.border-b-info-text-text\/75{border-bottom-color:rgb(72 171 217 / 0.75)}
.border-b-info-text-text\/80{border-bottom-color:rgb(72 171 217 / 0.8)}
.border-b-info-text-text\/85{border-bottom-color:rgb(72 171 217 / 0.85)}
.border-b-info-text-text\/90{border-bottom-color:rgb(72 171 217 / 0.9)}
.border-b-info-text-text\/95{border-bottom-color:rgb(72 171 217 / 0.95)}
.border-b-lime-100{--tw-border-opacity:1;border-bottom-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-b-lime-100\/0{border-bottom-color:rgb(236 252 203 / 0)}
.border-b-lime-100\/10{border-bottom-color:rgb(236 252 203 / 0.1)}
.border-b-lime-100\/100{border-bottom-color:rgb(236 252 203 / 1)}
.border-b-lime-100\/15{border-bottom-color:rgb(236 252 203 / 0.15)}
.border-b-lime-100\/20{border-bottom-color:rgb(236 252 203 / 0.2)}
.border-b-lime-100\/25{border-bottom-color:rgb(236 252 203 / 0.25)}
.border-b-lime-100\/30{border-bottom-color:rgb(236 252 203 / 0.3)}
.border-b-lime-100\/35{border-bottom-color:rgb(236 252 203 / 0.35)}
.border-b-lime-100\/40{border-bottom-color:rgb(236 252 203 / 0.4)}
.border-b-lime-100\/45{border-bottom-color:rgb(236 252 203 / 0.45)}
.border-b-lime-100\/5{border-bottom-color:rgb(236 252 203 / 0.05)}
.border-b-lime-100\/50{border-bottom-color:rgb(236 252 203 / 0.5)}
.border-b-lime-100\/55{border-bottom-color:rgb(236 252 203 / 0.55)}
.border-b-lime-100\/60{border-bottom-color:rgb(236 252 203 / 0.6)}
.border-b-lime-100\/65{border-bottom-color:rgb(236 252 203 / 0.65)}
.border-b-lime-100\/70{border-bottom-color:rgb(236 252 203 / 0.7)}
.border-b-lime-100\/75{border-bottom-color:rgb(236 252 203 / 0.75)}
.border-b-lime-100\/80{border-bottom-color:rgb(236 252 203 / 0.8)}
.border-b-lime-100\/85{border-bottom-color:rgb(236 252 203 / 0.85)}
.border-b-lime-100\/90{border-bottom-color:rgb(236 252 203 / 0.9)}
.border-b-lime-100\/95{border-bottom-color:rgb(236 252 203 / 0.95)}
.border-b-lime-200{--tw-border-opacity:1;border-bottom-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-b-lime-200\/0{border-bottom-color:rgb(217 249 157 / 0)}
.border-b-lime-200\/10{border-bottom-color:rgb(217 249 157 / 0.1)}
.border-b-lime-200\/100{border-bottom-color:rgb(217 249 157 / 1)}
.border-b-lime-200\/15{border-bottom-color:rgb(217 249 157 / 0.15)}
.border-b-lime-200\/20{border-bottom-color:rgb(217 249 157 / 0.2)}
.border-b-lime-200\/25{border-bottom-color:rgb(217 249 157 / 0.25)}
.border-b-lime-200\/30{border-bottom-color:rgb(217 249 157 / 0.3)}
.border-b-lime-200\/35{border-bottom-color:rgb(217 249 157 / 0.35)}
.border-b-lime-200\/40{border-bottom-color:rgb(217 249 157 / 0.4)}
.border-b-lime-200\/45{border-bottom-color:rgb(217 249 157 / 0.45)}
.border-b-lime-200\/5{border-bottom-color:rgb(217 249 157 / 0.05)}
.border-b-lime-200\/50{border-bottom-color:rgb(217 249 157 / 0.5)}
.border-b-lime-200\/55{border-bottom-color:rgb(217 249 157 / 0.55)}
.border-b-lime-200\/60{border-bottom-color:rgb(217 249 157 / 0.6)}
.border-b-lime-200\/65{border-bottom-color:rgb(217 249 157 / 0.65)}
.border-b-lime-200\/70{border-bottom-color:rgb(217 249 157 / 0.7)}
.border-b-lime-200\/75{border-bottom-color:rgb(217 249 157 / 0.75)}
.border-b-lime-200\/80{border-bottom-color:rgb(217 249 157 / 0.8)}
.border-b-lime-200\/85{border-bottom-color:rgb(217 249 157 / 0.85)}
.border-b-lime-200\/90{border-bottom-color:rgb(217 249 157 / 0.9)}
.border-b-lime-200\/95{border-bottom-color:rgb(217 249 157 / 0.95)}
.border-b-lime-300{--tw-border-opacity:1;border-bottom-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-b-lime-300\/0{border-bottom-color:rgb(190 242 100 / 0)}
.border-b-lime-300\/10{border-bottom-color:rgb(190 242 100 / 0.1)}
.border-b-lime-300\/100{border-bottom-color:rgb(190 242 100 / 1)}
.border-b-lime-300\/15{border-bottom-color:rgb(190 242 100 / 0.15)}
.border-b-lime-300\/20{border-bottom-color:rgb(190 242 100 / 0.2)}
.border-b-lime-300\/25{border-bottom-color:rgb(190 242 100 / 0.25)}
.border-b-lime-300\/30{border-bottom-color:rgb(190 242 100 / 0.3)}
.border-b-lime-300\/35{border-bottom-color:rgb(190 242 100 / 0.35)}
.border-b-lime-300\/40{border-bottom-color:rgb(190 242 100 / 0.4)}
.border-b-lime-300\/45{border-bottom-color:rgb(190 242 100 / 0.45)}
.border-b-lime-300\/5{border-bottom-color:rgb(190 242 100 / 0.05)}
.border-b-lime-300\/50{border-bottom-color:rgb(190 242 100 / 0.5)}
.border-b-lime-300\/55{border-bottom-color:rgb(190 242 100 / 0.55)}
.border-b-lime-300\/60{border-bottom-color:rgb(190 242 100 / 0.6)}
.border-b-lime-300\/65{border-bottom-color:rgb(190 242 100 / 0.65)}
.border-b-lime-300\/70{border-bottom-color:rgb(190 242 100 / 0.7)}
.border-b-lime-300\/75{border-bottom-color:rgb(190 242 100 / 0.75)}
.border-b-lime-300\/80{border-bottom-color:rgb(190 242 100 / 0.8)}
.border-b-lime-300\/85{border-bottom-color:rgb(190 242 100 / 0.85)}
.border-b-lime-300\/90{border-bottom-color:rgb(190 242 100 / 0.9)}
.border-b-lime-300\/95{border-bottom-color:rgb(190 242 100 / 0.95)}
.border-b-lime-400{--tw-border-opacity:1;border-bottom-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-b-lime-400\/0{border-bottom-color:rgb(163 230 53 / 0)}
.border-b-lime-400\/10{border-bottom-color:rgb(163 230 53 / 0.1)}
.border-b-lime-400\/100{border-bottom-color:rgb(163 230 53 / 1)}
.border-b-lime-400\/15{border-bottom-color:rgb(163 230 53 / 0.15)}
.border-b-lime-400\/20{border-bottom-color:rgb(163 230 53 / 0.2)}
.border-b-lime-400\/25{border-bottom-color:rgb(163 230 53 / 0.25)}
.border-b-lime-400\/30{border-bottom-color:rgb(163 230 53 / 0.3)}
.border-b-lime-400\/35{border-bottom-color:rgb(163 230 53 / 0.35)}
.border-b-lime-400\/40{border-bottom-color:rgb(163 230 53 / 0.4)}
.border-b-lime-400\/45{border-bottom-color:rgb(163 230 53 / 0.45)}
.border-b-lime-400\/5{border-bottom-color:rgb(163 230 53 / 0.05)}
.border-b-lime-400\/50{border-bottom-color:rgb(163 230 53 / 0.5)}
.border-b-lime-400\/55{border-bottom-color:rgb(163 230 53 / 0.55)}
.border-b-lime-400\/60{border-bottom-color:rgb(163 230 53 / 0.6)}
.border-b-lime-400\/65{border-bottom-color:rgb(163 230 53 / 0.65)}
.border-b-lime-400\/70{border-bottom-color:rgb(163 230 53 / 0.7)}
.border-b-lime-400\/75{border-bottom-color:rgb(163 230 53 / 0.75)}
.border-b-lime-400\/80{border-bottom-color:rgb(163 230 53 / 0.8)}
.border-b-lime-400\/85{border-bottom-color:rgb(163 230 53 / 0.85)}
.border-b-lime-400\/90{border-bottom-color:rgb(163 230 53 / 0.9)}
.border-b-lime-400\/95{border-bottom-color:rgb(163 230 53 / 0.95)}
.border-b-lime-50{--tw-border-opacity:1;border-bottom-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-b-lime-50\/0{border-bottom-color:rgb(247 254 231 / 0)}
.border-b-lime-50\/10{border-bottom-color:rgb(247 254 231 / 0.1)}
.border-b-lime-50\/100{border-bottom-color:rgb(247 254 231 / 1)}
.border-b-lime-50\/15{border-bottom-color:rgb(247 254 231 / 0.15)}
.border-b-lime-50\/20{border-bottom-color:rgb(247 254 231 / 0.2)}
.border-b-lime-50\/25{border-bottom-color:rgb(247 254 231 / 0.25)}
.border-b-lime-50\/30{border-bottom-color:rgb(247 254 231 / 0.3)}
.border-b-lime-50\/35{border-bottom-color:rgb(247 254 231 / 0.35)}
.border-b-lime-50\/40{border-bottom-color:rgb(247 254 231 / 0.4)}
.border-b-lime-50\/45{border-bottom-color:rgb(247 254 231 / 0.45)}
.border-b-lime-50\/5{border-bottom-color:rgb(247 254 231 / 0.05)}
.border-b-lime-50\/50{border-bottom-color:rgb(247 254 231 / 0.5)}
.border-b-lime-50\/55{border-bottom-color:rgb(247 254 231 / 0.55)}
.border-b-lime-50\/60{border-bottom-color:rgb(247 254 231 / 0.6)}
.border-b-lime-50\/65{border-bottom-color:rgb(247 254 231 / 0.65)}
.border-b-lime-50\/70{border-bottom-color:rgb(247 254 231 / 0.7)}
.border-b-lime-50\/75{border-bottom-color:rgb(247 254 231 / 0.75)}
.border-b-lime-50\/80{border-bottom-color:rgb(247 254 231 / 0.8)}
.border-b-lime-50\/85{border-bottom-color:rgb(247 254 231 / 0.85)}
.border-b-lime-50\/90{border-bottom-color:rgb(247 254 231 / 0.9)}
.border-b-lime-50\/95{border-bottom-color:rgb(247 254 231 / 0.95)}
.border-b-lime-500{--tw-border-opacity:1;border-bottom-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-b-lime-500\/0{border-bottom-color:rgb(132 204 22 / 0)}
.border-b-lime-500\/10{border-bottom-color:rgb(132 204 22 / 0.1)}
.border-b-lime-500\/100{border-bottom-color:rgb(132 204 22 / 1)}
.border-b-lime-500\/15{border-bottom-color:rgb(132 204 22 / 0.15)}
.border-b-lime-500\/20{border-bottom-color:rgb(132 204 22 / 0.2)}
.border-b-lime-500\/25{border-bottom-color:rgb(132 204 22 / 0.25)}
.border-b-lime-500\/30{border-bottom-color:rgb(132 204 22 / 0.3)}
.border-b-lime-500\/35{border-bottom-color:rgb(132 204 22 / 0.35)}
.border-b-lime-500\/40{border-bottom-color:rgb(132 204 22 / 0.4)}
.border-b-lime-500\/45{border-bottom-color:rgb(132 204 22 / 0.45)}
.border-b-lime-500\/5{border-bottom-color:rgb(132 204 22 / 0.05)}
.border-b-lime-500\/50{border-bottom-color:rgb(132 204 22 / 0.5)}
.border-b-lime-500\/55{border-bottom-color:rgb(132 204 22 / 0.55)}
.border-b-lime-500\/60{border-bottom-color:rgb(132 204 22 / 0.6)}
.border-b-lime-500\/65{border-bottom-color:rgb(132 204 22 / 0.65)}
.border-b-lime-500\/70{border-bottom-color:rgb(132 204 22 / 0.7)}
.border-b-lime-500\/75{border-bottom-color:rgb(132 204 22 / 0.75)}
.border-b-lime-500\/80{border-bottom-color:rgb(132 204 22 / 0.8)}
.border-b-lime-500\/85{border-bottom-color:rgb(132 204 22 / 0.85)}
.border-b-lime-500\/90{border-bottom-color:rgb(132 204 22 / 0.9)}
.border-b-lime-500\/95{border-bottom-color:rgb(132 204 22 / 0.95)}
.border-b-lime-600{--tw-border-opacity:1;border-bottom-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-b-lime-600\/0{border-bottom-color:rgb(101 163 13 / 0)}
.border-b-lime-600\/10{border-bottom-color:rgb(101 163 13 / 0.1)}
.border-b-lime-600\/100{border-bottom-color:rgb(101 163 13 / 1)}
.border-b-lime-600\/15{border-bottom-color:rgb(101 163 13 / 0.15)}
.border-b-lime-600\/20{border-bottom-color:rgb(101 163 13 / 0.2)}
.border-b-lime-600\/25{border-bottom-color:rgb(101 163 13 / 0.25)}
.border-b-lime-600\/30{border-bottom-color:rgb(101 163 13 / 0.3)}
.border-b-lime-600\/35{border-bottom-color:rgb(101 163 13 / 0.35)}
.border-b-lime-600\/40{border-bottom-color:rgb(101 163 13 / 0.4)}
.border-b-lime-600\/45{border-bottom-color:rgb(101 163 13 / 0.45)}
.border-b-lime-600\/5{border-bottom-color:rgb(101 163 13 / 0.05)}
.border-b-lime-600\/50{border-bottom-color:rgb(101 163 13 / 0.5)}
.border-b-lime-600\/55{border-bottom-color:rgb(101 163 13 / 0.55)}
.border-b-lime-600\/60{border-bottom-color:rgb(101 163 13 / 0.6)}
.border-b-lime-600\/65{border-bottom-color:rgb(101 163 13 / 0.65)}
.border-b-lime-600\/70{border-bottom-color:rgb(101 163 13 / 0.7)}
.border-b-lime-600\/75{border-bottom-color:rgb(101 163 13 / 0.75)}
.border-b-lime-600\/80{border-bottom-color:rgb(101 163 13 / 0.8)}
.border-b-lime-600\/85{border-bottom-color:rgb(101 163 13 / 0.85)}
.border-b-lime-600\/90{border-bottom-color:rgb(101 163 13 / 0.9)}
.border-b-lime-600\/95{border-bottom-color:rgb(101 163 13 / 0.95)}
.border-b-lime-700{--tw-border-opacity:1;border-bottom-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-b-lime-700\/0{border-bottom-color:rgb(77 124 15 / 0)}
.border-b-lime-700\/10{border-bottom-color:rgb(77 124 15 / 0.1)}
.border-b-lime-700\/100{border-bottom-color:rgb(77 124 15 / 1)}
.border-b-lime-700\/15{border-bottom-color:rgb(77 124 15 / 0.15)}
.border-b-lime-700\/20{border-bottom-color:rgb(77 124 15 / 0.2)}
.border-b-lime-700\/25{border-bottom-color:rgb(77 124 15 / 0.25)}
.border-b-lime-700\/30{border-bottom-color:rgb(77 124 15 / 0.3)}
.border-b-lime-700\/35{border-bottom-color:rgb(77 124 15 / 0.35)}
.border-b-lime-700\/40{border-bottom-color:rgb(77 124 15 / 0.4)}
.border-b-lime-700\/45{border-bottom-color:rgb(77 124 15 / 0.45)}
.border-b-lime-700\/5{border-bottom-color:rgb(77 124 15 / 0.05)}
.border-b-lime-700\/50{border-bottom-color:rgb(77 124 15 / 0.5)}
.border-b-lime-700\/55{border-bottom-color:rgb(77 124 15 / 0.55)}
.border-b-lime-700\/60{border-bottom-color:rgb(77 124 15 / 0.6)}
.border-b-lime-700\/65{border-bottom-color:rgb(77 124 15 / 0.65)}
.border-b-lime-700\/70{border-bottom-color:rgb(77 124 15 / 0.7)}
.border-b-lime-700\/75{border-bottom-color:rgb(77 124 15 / 0.75)}
.border-b-lime-700\/80{border-bottom-color:rgb(77 124 15 / 0.8)}
.border-b-lime-700\/85{border-bottom-color:rgb(77 124 15 / 0.85)}
.border-b-lime-700\/90{border-bottom-color:rgb(77 124 15 / 0.9)}
.border-b-lime-700\/95{border-bottom-color:rgb(77 124 15 / 0.95)}
.border-b-lime-800{--tw-border-opacity:1;border-bottom-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-b-lime-800\/0{border-bottom-color:rgb(63 98 18 / 0)}
.border-b-lime-800\/10{border-bottom-color:rgb(63 98 18 / 0.1)}
.border-b-lime-800\/100{border-bottom-color:rgb(63 98 18 / 1)}
.border-b-lime-800\/15{border-bottom-color:rgb(63 98 18 / 0.15)}
.border-b-lime-800\/20{border-bottom-color:rgb(63 98 18 / 0.2)}
.border-b-lime-800\/25{border-bottom-color:rgb(63 98 18 / 0.25)}
.border-b-lime-800\/30{border-bottom-color:rgb(63 98 18 / 0.3)}
.border-b-lime-800\/35{border-bottom-color:rgb(63 98 18 / 0.35)}
.border-b-lime-800\/40{border-bottom-color:rgb(63 98 18 / 0.4)}
.border-b-lime-800\/45{border-bottom-color:rgb(63 98 18 / 0.45)}
.border-b-lime-800\/5{border-bottom-color:rgb(63 98 18 / 0.05)}
.border-b-lime-800\/50{border-bottom-color:rgb(63 98 18 / 0.5)}
.border-b-lime-800\/55{border-bottom-color:rgb(63 98 18 / 0.55)}
.border-b-lime-800\/60{border-bottom-color:rgb(63 98 18 / 0.6)}
.border-b-lime-800\/65{border-bottom-color:rgb(63 98 18 / 0.65)}
.border-b-lime-800\/70{border-bottom-color:rgb(63 98 18 / 0.7)}
.border-b-lime-800\/75{border-bottom-color:rgb(63 98 18 / 0.75)}
.border-b-lime-800\/80{border-bottom-color:rgb(63 98 18 / 0.8)}
.border-b-lime-800\/85{border-bottom-color:rgb(63 98 18 / 0.85)}
.border-b-lime-800\/90{border-bottom-color:rgb(63 98 18 / 0.9)}
.border-b-lime-800\/95{border-bottom-color:rgb(63 98 18 / 0.95)}
.border-b-lime-900{--tw-border-opacity:1;border-bottom-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-b-lime-900\/0{border-bottom-color:rgb(54 83 20 / 0)}
.border-b-lime-900\/10{border-bottom-color:rgb(54 83 20 / 0.1)}
.border-b-lime-900\/100{border-bottom-color:rgb(54 83 20 / 1)}
.border-b-lime-900\/15{border-bottom-color:rgb(54 83 20 / 0.15)}
.border-b-lime-900\/20{border-bottom-color:rgb(54 83 20 / 0.2)}
.border-b-lime-900\/25{border-bottom-color:rgb(54 83 20 / 0.25)}
.border-b-lime-900\/30{border-bottom-color:rgb(54 83 20 / 0.3)}
.border-b-lime-900\/35{border-bottom-color:rgb(54 83 20 / 0.35)}
.border-b-lime-900\/40{border-bottom-color:rgb(54 83 20 / 0.4)}
.border-b-lime-900\/45{border-bottom-color:rgb(54 83 20 / 0.45)}
.border-b-lime-900\/5{border-bottom-color:rgb(54 83 20 / 0.05)}
.border-b-lime-900\/50{border-bottom-color:rgb(54 83 20 / 0.5)}
.border-b-lime-900\/55{border-bottom-color:rgb(54 83 20 / 0.55)}
.border-b-lime-900\/60{border-bottom-color:rgb(54 83 20 / 0.6)}
.border-b-lime-900\/65{border-bottom-color:rgb(54 83 20 / 0.65)}
.border-b-lime-900\/70{border-bottom-color:rgb(54 83 20 / 0.7)}
.border-b-lime-900\/75{border-bottom-color:rgb(54 83 20 / 0.75)}
.border-b-lime-900\/80{border-bottom-color:rgb(54 83 20 / 0.8)}
.border-b-lime-900\/85{border-bottom-color:rgb(54 83 20 / 0.85)}
.border-b-lime-900\/90{border-bottom-color:rgb(54 83 20 / 0.9)}
.border-b-lime-900\/95{border-bottom-color:rgb(54 83 20 / 0.95)}
.border-b-lime-950{--tw-border-opacity:1;border-bottom-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-b-lime-950\/0{border-bottom-color:rgb(26 46 5 / 0)}
.border-b-lime-950\/10{border-bottom-color:rgb(26 46 5 / 0.1)}
.border-b-lime-950\/100{border-bottom-color:rgb(26 46 5 / 1)}
.border-b-lime-950\/15{border-bottom-color:rgb(26 46 5 / 0.15)}
.border-b-lime-950\/20{border-bottom-color:rgb(26 46 5 / 0.2)}
.border-b-lime-950\/25{border-bottom-color:rgb(26 46 5 / 0.25)}
.border-b-lime-950\/30{border-bottom-color:rgb(26 46 5 / 0.3)}
.border-b-lime-950\/35{border-bottom-color:rgb(26 46 5 / 0.35)}
.border-b-lime-950\/40{border-bottom-color:rgb(26 46 5 / 0.4)}
.border-b-lime-950\/45{border-bottom-color:rgb(26 46 5 / 0.45)}
.border-b-lime-950\/5{border-bottom-color:rgb(26 46 5 / 0.05)}
.border-b-lime-950\/50{border-bottom-color:rgb(26 46 5 / 0.5)}
.border-b-lime-950\/55{border-bottom-color:rgb(26 46 5 / 0.55)}
.border-b-lime-950\/60{border-bottom-color:rgb(26 46 5 / 0.6)}
.border-b-lime-950\/65{border-bottom-color:rgb(26 46 5 / 0.65)}
.border-b-lime-950\/70{border-bottom-color:rgb(26 46 5 / 0.7)}
.border-b-lime-950\/75{border-bottom-color:rgb(26 46 5 / 0.75)}
.border-b-lime-950\/80{border-bottom-color:rgb(26 46 5 / 0.8)}
.border-b-lime-950\/85{border-bottom-color:rgb(26 46 5 / 0.85)}
.border-b-lime-950\/90{border-bottom-color:rgb(26 46 5 / 0.9)}
.border-b-lime-950\/95{border-bottom-color:rgb(26 46 5 / 0.95)}
.border-b-navBackground-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-navBackground-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-navBackground-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-navBackground-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-navBackground-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-navBackground-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-navBackground-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-navBackground-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-navBackground-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-navBackground-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-navBackground-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-navBackground-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-navBackground-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-navBackground-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-navBackground-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-navBackground-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-navBackground-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-navBackground-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-navBackground-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-navBackground-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-navBackground-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-navBackground-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-navBackground-text-contrastsWithCard{border-bottom-color:true}
.border-b-navBackground-text-isDark{border-bottom-color:true}
.border-b-navBackground-text-text{--tw-border-opacity:1;border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-b-navBackground-text-text\/0{border-bottom-color:rgb(132 132 132 / 0)}
.border-b-navBackground-text-text\/10{border-bottom-color:rgb(132 132 132 / 0.1)}
.border-b-navBackground-text-text\/100{border-bottom-color:rgb(132 132 132 / 1)}
.border-b-navBackground-text-text\/15{border-bottom-color:rgb(132 132 132 / 0.15)}
.border-b-navBackground-text-text\/20{border-bottom-color:rgb(132 132 132 / 0.2)}
.border-b-navBackground-text-text\/25{border-bottom-color:rgb(132 132 132 / 0.25)}
.border-b-navBackground-text-text\/30{border-bottom-color:rgb(132 132 132 / 0.3)}
.border-b-navBackground-text-text\/35{border-bottom-color:rgb(132 132 132 / 0.35)}
.border-b-navBackground-text-text\/40{border-bottom-color:rgb(132 132 132 / 0.4)}
.border-b-navBackground-text-text\/45{border-bottom-color:rgb(132 132 132 / 0.45)}
.border-b-navBackground-text-text\/5{border-bottom-color:rgb(132 132 132 / 0.05)}
.border-b-navBackground-text-text\/50{border-bottom-color:rgb(132 132 132 / 0.5)}
.border-b-navBackground-text-text\/55{border-bottom-color:rgb(132 132 132 / 0.55)}
.border-b-navBackground-text-text\/60{border-bottom-color:rgb(132 132 132 / 0.6)}
.border-b-navBackground-text-text\/65{border-bottom-color:rgb(132 132 132 / 0.65)}
.border-b-navBackground-text-text\/70{border-bottom-color:rgb(132 132 132 / 0.7)}
.border-b-navBackground-text-text\/75{border-bottom-color:rgb(132 132 132 / 0.75)}
.border-b-navBackground-text-text\/80{border-bottom-color:rgb(132 132 132 / 0.8)}
.border-b-navBackground-text-text\/85{border-bottom-color:rgb(132 132 132 / 0.85)}
.border-b-navBackground-text-text\/90{border-bottom-color:rgb(132 132 132 / 0.9)}
.border-b-navBackground-text-text\/95{border-bottom-color:rgb(132 132 132 / 0.95)}
.border-b-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-navBackgroundDark-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-navBackgroundDark-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-navBackgroundDark-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-navBackgroundDark-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-navBackgroundDark-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-navBackgroundDark-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-navBackgroundDark-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-navBackgroundDark-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-navBackgroundDark-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-navBackgroundDark-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-navBackgroundDark-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-navBackgroundDark-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-navBackgroundDark-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-navBackgroundDark-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-navBackgroundDark-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-navBackgroundDark-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-navBackgroundDark-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-navBackgroundDark-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-navBackgroundDark-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-navBackgroundDark-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-navBackgroundDark-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-navBackgroundDark-text-contrastsWithCard{border-bottom-color:true}
.border-b-navBackgroundDark-text-isDark{border-bottom-color:true}
.border-b-navBackgroundDark-text-text{--tw-border-opacity:1;border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-b-navBackgroundDark-text-text\/0{border-bottom-color:rgb(30 41 59 / 0)}
.border-b-navBackgroundDark-text-text\/10{border-bottom-color:rgb(30 41 59 / 0.1)}
.border-b-navBackgroundDark-text-text\/100{border-bottom-color:rgb(30 41 59 / 1)}
.border-b-navBackgroundDark-text-text\/15{border-bottom-color:rgb(30 41 59 / 0.15)}
.border-b-navBackgroundDark-text-text\/20{border-bottom-color:rgb(30 41 59 / 0.2)}
.border-b-navBackgroundDark-text-text\/25{border-bottom-color:rgb(30 41 59 / 0.25)}
.border-b-navBackgroundDark-text-text\/30{border-bottom-color:rgb(30 41 59 / 0.3)}
.border-b-navBackgroundDark-text-text\/35{border-bottom-color:rgb(30 41 59 / 0.35)}
.border-b-navBackgroundDark-text-text\/40{border-bottom-color:rgb(30 41 59 / 0.4)}
.border-b-navBackgroundDark-text-text\/45{border-bottom-color:rgb(30 41 59 / 0.45)}
.border-b-navBackgroundDark-text-text\/5{border-bottom-color:rgb(30 41 59 / 0.05)}
.border-b-navBackgroundDark-text-text\/50{border-bottom-color:rgb(30 41 59 / 0.5)}
.border-b-navBackgroundDark-text-text\/55{border-bottom-color:rgb(30 41 59 / 0.55)}
.border-b-navBackgroundDark-text-text\/60{border-bottom-color:rgb(30 41 59 / 0.6)}
.border-b-navBackgroundDark-text-text\/65{border-bottom-color:rgb(30 41 59 / 0.65)}
.border-b-navBackgroundDark-text-text\/70{border-bottom-color:rgb(30 41 59 / 0.7)}
.border-b-navBackgroundDark-text-text\/75{border-bottom-color:rgb(30 41 59 / 0.75)}
.border-b-navBackgroundDark-text-text\/80{border-bottom-color:rgb(30 41 59 / 0.8)}
.border-b-navBackgroundDark-text-text\/85{border-bottom-color:rgb(30 41 59 / 0.85)}
.border-b-navBackgroundDark-text-text\/90{border-bottom-color:rgb(30 41 59 / 0.9)}
.border-b-navBackgroundDark-text-text\/95{border-bottom-color:rgb(30 41 59 / 0.95)}
.border-b-navText-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-navText-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-navText-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-navText-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-navText-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-navText-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-navText-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-navText-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-navText-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-navText-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-navText-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-navText-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-navText-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-navText-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-navText-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-navText-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-navText-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-navText-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-navText-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-navText-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-navText-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-navText-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-navText-text-contrastsWithCard{border-bottom-color:true}
.border-b-navText-text-isDark{border-bottom-color:true}
.border-b-navText-text-text{--tw-border-opacity:1;border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-b-navText-text-text\/0{border-bottom-color:rgb(30 41 59 / 0)}
.border-b-navText-text-text\/10{border-bottom-color:rgb(30 41 59 / 0.1)}
.border-b-navText-text-text\/100{border-bottom-color:rgb(30 41 59 / 1)}
.border-b-navText-text-text\/15{border-bottom-color:rgb(30 41 59 / 0.15)}
.border-b-navText-text-text\/20{border-bottom-color:rgb(30 41 59 / 0.2)}
.border-b-navText-text-text\/25{border-bottom-color:rgb(30 41 59 / 0.25)}
.border-b-navText-text-text\/30{border-bottom-color:rgb(30 41 59 / 0.3)}
.border-b-navText-text-text\/35{border-bottom-color:rgb(30 41 59 / 0.35)}
.border-b-navText-text-text\/40{border-bottom-color:rgb(30 41 59 / 0.4)}
.border-b-navText-text-text\/45{border-bottom-color:rgb(30 41 59 / 0.45)}
.border-b-navText-text-text\/5{border-bottom-color:rgb(30 41 59 / 0.05)}
.border-b-navText-text-text\/50{border-bottom-color:rgb(30 41 59 / 0.5)}
.border-b-navText-text-text\/55{border-bottom-color:rgb(30 41 59 / 0.55)}
.border-b-navText-text-text\/60{border-bottom-color:rgb(30 41 59 / 0.6)}
.border-b-navText-text-text\/65{border-bottom-color:rgb(30 41 59 / 0.65)}
.border-b-navText-text-text\/70{border-bottom-color:rgb(30 41 59 / 0.7)}
.border-b-navText-text-text\/75{border-bottom-color:rgb(30 41 59 / 0.75)}
.border-b-navText-text-text\/80{border-bottom-color:rgb(30 41 59 / 0.8)}
.border-b-navText-text-text\/85{border-bottom-color:rgb(30 41 59 / 0.85)}
.border-b-navText-text-text\/90{border-bottom-color:rgb(30 41 59 / 0.9)}
.border-b-navText-text-text\/95{border-bottom-color:rgb(30 41 59 / 0.95)}
.border-b-navTextDark-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-navTextDark-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-navTextDark-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-navTextDark-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-navTextDark-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-navTextDark-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-navTextDark-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-navTextDark-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-navTextDark-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-navTextDark-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-navTextDark-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-navTextDark-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-navTextDark-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-navTextDark-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-navTextDark-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-navTextDark-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-navTextDark-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-navTextDark-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-navTextDark-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-navTextDark-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-navTextDark-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-navTextDark-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-navTextDark-text-contrastsWithCard{border-bottom-color:true}
.border-b-navTextDark-text-isDark{border-bottom-color:true}
.border-b-navTextDark-text-text{--tw-border-opacity:1;border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-b-navTextDark-text-text\/0{border-bottom-color:rgb(132 132 132 / 0)}
.border-b-navTextDark-text-text\/10{border-bottom-color:rgb(132 132 132 / 0.1)}
.border-b-navTextDark-text-text\/100{border-bottom-color:rgb(132 132 132 / 1)}
.border-b-navTextDark-text-text\/15{border-bottom-color:rgb(132 132 132 / 0.15)}
.border-b-navTextDark-text-text\/20{border-bottom-color:rgb(132 132 132 / 0.2)}
.border-b-navTextDark-text-text\/25{border-bottom-color:rgb(132 132 132 / 0.25)}
.border-b-navTextDark-text-text\/30{border-bottom-color:rgb(132 132 132 / 0.3)}
.border-b-navTextDark-text-text\/35{border-bottom-color:rgb(132 132 132 / 0.35)}
.border-b-navTextDark-text-text\/40{border-bottom-color:rgb(132 132 132 / 0.4)}
.border-b-navTextDark-text-text\/45{border-bottom-color:rgb(132 132 132 / 0.45)}
.border-b-navTextDark-text-text\/5{border-bottom-color:rgb(132 132 132 / 0.05)}
.border-b-navTextDark-text-text\/50{border-bottom-color:rgb(132 132 132 / 0.5)}
.border-b-navTextDark-text-text\/55{border-bottom-color:rgb(132 132 132 / 0.55)}
.border-b-navTextDark-text-text\/60{border-bottom-color:rgb(132 132 132 / 0.6)}
.border-b-navTextDark-text-text\/65{border-bottom-color:rgb(132 132 132 / 0.65)}
.border-b-navTextDark-text-text\/70{border-bottom-color:rgb(132 132 132 / 0.7)}
.border-b-navTextDark-text-text\/75{border-bottom-color:rgb(132 132 132 / 0.75)}
.border-b-navTextDark-text-text\/80{border-bottom-color:rgb(132 132 132 / 0.8)}
.border-b-navTextDark-text-text\/85{border-bottom-color:rgb(132 132 132 / 0.85)}
.border-b-navTextDark-text-text\/90{border-bottom-color:rgb(132 132 132 / 0.9)}
.border-b-navTextDark-text-text\/95{border-bottom-color:rgb(132 132 132 / 0.95)}
.border-b-navTextHover-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-navTextHover-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-navTextHover-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-navTextHover-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-navTextHover-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-navTextHover-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-navTextHover-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-navTextHover-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-navTextHover-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-navTextHover-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-navTextHover-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-navTextHover-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-navTextHover-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-navTextHover-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-navTextHover-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-navTextHover-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-navTextHover-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-navTextHover-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-navTextHover-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-navTextHover-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-navTextHover-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-navTextHover-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-navTextHover-text-contrastsWithCard{border-bottom-color:true}
.border-b-navTextHover-text-isDark{border-bottom-color:true}
.border-b-navTextHover-text-text{--tw-border-opacity:1;border-bottom-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-b-navTextHover-text-text\/0{border-bottom-color:rgb(30 41 59 / 0)}
.border-b-navTextHover-text-text\/10{border-bottom-color:rgb(30 41 59 / 0.1)}
.border-b-navTextHover-text-text\/100{border-bottom-color:rgb(30 41 59 / 1)}
.border-b-navTextHover-text-text\/15{border-bottom-color:rgb(30 41 59 / 0.15)}
.border-b-navTextHover-text-text\/20{border-bottom-color:rgb(30 41 59 / 0.2)}
.border-b-navTextHover-text-text\/25{border-bottom-color:rgb(30 41 59 / 0.25)}
.border-b-navTextHover-text-text\/30{border-bottom-color:rgb(30 41 59 / 0.3)}
.border-b-navTextHover-text-text\/35{border-bottom-color:rgb(30 41 59 / 0.35)}
.border-b-navTextHover-text-text\/40{border-bottom-color:rgb(30 41 59 / 0.4)}
.border-b-navTextHover-text-text\/45{border-bottom-color:rgb(30 41 59 / 0.45)}
.border-b-navTextHover-text-text\/5{border-bottom-color:rgb(30 41 59 / 0.05)}
.border-b-navTextHover-text-text\/50{border-bottom-color:rgb(30 41 59 / 0.5)}
.border-b-navTextHover-text-text\/55{border-bottom-color:rgb(30 41 59 / 0.55)}
.border-b-navTextHover-text-text\/60{border-bottom-color:rgb(30 41 59 / 0.6)}
.border-b-navTextHover-text-text\/65{border-bottom-color:rgb(30 41 59 / 0.65)}
.border-b-navTextHover-text-text\/70{border-bottom-color:rgb(30 41 59 / 0.7)}
.border-b-navTextHover-text-text\/75{border-bottom-color:rgb(30 41 59 / 0.75)}
.border-b-navTextHover-text-text\/80{border-bottom-color:rgb(30 41 59 / 0.8)}
.border-b-navTextHover-text-text\/85{border-bottom-color:rgb(30 41 59 / 0.85)}
.border-b-navTextHover-text-text\/90{border-bottom-color:rgb(30 41 59 / 0.9)}
.border-b-navTextHover-text-text\/95{border-bottom-color:rgb(30 41 59 / 0.95)}
.border-b-primary{--tw-border-opacity:1;border-bottom-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-b-primary-100{border-bottom-color:var(--bt-primary-100)}
.border-b-primary-150{border-bottom-color:var(--bt-primary-150)}
.border-b-primary-200{border-bottom-color:var(--bt-primary-200)}
.border-b-primary-300{border-bottom-color:var(--bt-primary-300)}
.border-b-primary-350{border-bottom-color:var(--bt-primary-350)}
.border-b-primary-400{border-bottom-color:var(--bt-primary-400)}
.border-b-primary-450{border-bottom-color:var(--bt-primary-450)}
.border-b-primary-500{border-bottom-color:var(--bt-primary-500)}
.border-b-primary-550{border-bottom-color:var(--bt-primary-550)}
.border-b-primary-600{border-bottom-color:var(--bt-primary-600)}
.border-b-primary-650{border-bottom-color:var(--bt-primary-650)}
.border-b-primary-700{border-bottom-color:var(--bt-primary-700)}
.border-b-primary-750{border-bottom-color:var(--bt-primary-750)}
.border-b-primary-800{border-bottom-color:var(--bt-primary-800)}
.border-b-primary-850{border-bottom-color:var(--bt-primary-850)}
.border-b-primary-900{border-bottom-color:var(--bt-primary-900)}
.border-b-primary-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-primary-contrast-contrast{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-primary-contrast-contrast\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-primary-contrast-contrast\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-primary-contrast-contrast\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-primary-contrast-contrast\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-primary-contrast-contrast\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-primary-contrast-contrast\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-primary-contrast-contrast\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-primary-contrast-contrast\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-primary-contrast-contrast\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-primary-contrast-contrast\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-primary-contrast-contrast\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-primary-contrast-contrast\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-primary-contrast-contrast\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-primary-contrast-contrast\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-primary-contrast-contrast\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-primary-contrast-contrast\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-primary-contrast-contrast\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-primary-contrast-contrast\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-primary-contrast-contrast\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-primary-contrast-contrast\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-primary-contrast-contrast\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-primary-contrast-contrastsWithCard{}
.border-b-primary-contrast-isDark{}
.border-b-primary-contrast-text{--tw-border-opacity:1;border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-b-primary-contrast-text\/0{border-bottom-color:rgb(132 132 132 / 0)}
.border-b-primary-contrast-text\/10{border-bottom-color:rgb(132 132 132 / 0.1)}
.border-b-primary-contrast-text\/100{border-bottom-color:rgb(132 132 132 / 1)}
.border-b-primary-contrast-text\/15{border-bottom-color:rgb(132 132 132 / 0.15)}
.border-b-primary-contrast-text\/20{border-bottom-color:rgb(132 132 132 / 0.2)}
.border-b-primary-contrast-text\/25{border-bottom-color:rgb(132 132 132 / 0.25)}
.border-b-primary-contrast-text\/30{border-bottom-color:rgb(132 132 132 / 0.3)}
.border-b-primary-contrast-text\/35{border-bottom-color:rgb(132 132 132 / 0.35)}
.border-b-primary-contrast-text\/40{border-bottom-color:rgb(132 132 132 / 0.4)}
.border-b-primary-contrast-text\/45{border-bottom-color:rgb(132 132 132 / 0.45)}
.border-b-primary-contrast-text\/5{border-bottom-color:rgb(132 132 132 / 0.05)}
.border-b-primary-contrast-text\/50{border-bottom-color:rgb(132 132 132 / 0.5)}
.border-b-primary-contrast-text\/55{border-bottom-color:rgb(132 132 132 / 0.55)}
.border-b-primary-contrast-text\/60{border-bottom-color:rgb(132 132 132 / 0.6)}
.border-b-primary-contrast-text\/65{border-bottom-color:rgb(132 132 132 / 0.65)}
.border-b-primary-contrast-text\/70{border-bottom-color:rgb(132 132 132 / 0.7)}
.border-b-primary-contrast-text\/75{border-bottom-color:rgb(132 132 132 / 0.75)}
.border-b-primary-contrast-text\/80{border-bottom-color:rgb(132 132 132 / 0.8)}
.border-b-primary-contrast-text\/85{border-bottom-color:rgb(132 132 132 / 0.85)}
.border-b-primary-contrast-text\/90{border-bottom-color:rgb(132 132 132 / 0.9)}
.border-b-primary-contrast-text\/95{border-bottom-color:rgb(132 132 132 / 0.95)}
.border-b-primary-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-primary-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-primary-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-primary-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-primary-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-primary-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-primary-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-primary-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-primary-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-primary-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-primary-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-primary-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-primary-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-primary-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-primary-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-primary-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-primary-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-primary-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-primary-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-primary-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-primary-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-primary-contrastsWithCard{border-bottom-color:true}
.border-b-primary-isDark{border-bottom-color:true}
.border-b-primary-text{--tw-border-opacity:1;border-bottom-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-b-primary-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-primary-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-primary-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-primary-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-primary-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-primary-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-primary-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-primary-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-primary-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-primary-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-primary-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-primary-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-primary-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-primary-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-primary-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-primary-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-primary-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-primary-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-primary-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-primary-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-primary-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-primary-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-primary-text-contrastsWithCard{border-bottom-color:true}
.border-b-primary-text-isDark{border-bottom-color:true}
.border-b-primary-text-text{--tw-border-opacity:1;border-bottom-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-b-primary-text-text\/0{border-bottom-color:rgb(0 87 136 / 0)}
.border-b-primary-text-text\/10{border-bottom-color:rgb(0 87 136 / 0.1)}
.border-b-primary-text-text\/100{border-bottom-color:rgb(0 87 136 / 1)}
.border-b-primary-text-text\/15{border-bottom-color:rgb(0 87 136 / 0.15)}
.border-b-primary-text-text\/20{border-bottom-color:rgb(0 87 136 / 0.2)}
.border-b-primary-text-text\/25{border-bottom-color:rgb(0 87 136 / 0.25)}
.border-b-primary-text-text\/30{border-bottom-color:rgb(0 87 136 / 0.3)}
.border-b-primary-text-text\/35{border-bottom-color:rgb(0 87 136 / 0.35)}
.border-b-primary-text-text\/40{border-bottom-color:rgb(0 87 136 / 0.4)}
.border-b-primary-text-text\/45{border-bottom-color:rgb(0 87 136 / 0.45)}
.border-b-primary-text-text\/5{border-bottom-color:rgb(0 87 136 / 0.05)}
.border-b-primary-text-text\/50{border-bottom-color:rgb(0 87 136 / 0.5)}
.border-b-primary-text-text\/55{border-bottom-color:rgb(0 87 136 / 0.55)}
.border-b-primary-text-text\/60{border-bottom-color:rgb(0 87 136 / 0.6)}
.border-b-primary-text-text\/65{border-bottom-color:rgb(0 87 136 / 0.65)}
.border-b-primary-text-text\/70{border-bottom-color:rgb(0 87 136 / 0.7)}
.border-b-primary-text-text\/75{border-bottom-color:rgb(0 87 136 / 0.75)}
.border-b-primary-text-text\/80{border-bottom-color:rgb(0 87 136 / 0.8)}
.border-b-primary-text-text\/85{border-bottom-color:rgb(0 87 136 / 0.85)}
.border-b-primary-text-text\/90{border-bottom-color:rgb(0 87 136 / 0.9)}
.border-b-primary-text-text\/95{border-bottom-color:rgb(0 87 136 / 0.95)}
.border-b-primary-text\/0{border-bottom-color:rgb(0 87 136 / 0)}
.border-b-primary-text\/10{border-bottom-color:rgb(0 87 136 / 0.1)}
.border-b-primary-text\/100{border-bottom-color:rgb(0 87 136 / 1)}
.border-b-primary-text\/15{border-bottom-color:rgb(0 87 136 / 0.15)}
.border-b-primary-text\/20{border-bottom-color:rgb(0 87 136 / 0.2)}
.border-b-primary-text\/25{border-bottom-color:rgb(0 87 136 / 0.25)}
.border-b-primary-text\/30{border-bottom-color:rgb(0 87 136 / 0.3)}
.border-b-primary-text\/35{border-bottom-color:rgb(0 87 136 / 0.35)}
.border-b-primary-text\/40{border-bottom-color:rgb(0 87 136 / 0.4)}
.border-b-primary-text\/45{border-bottom-color:rgb(0 87 136 / 0.45)}
.border-b-primary-text\/5{border-bottom-color:rgb(0 87 136 / 0.05)}
.border-b-primary-text\/50{border-bottom-color:rgb(0 87 136 / 0.5)}
.border-b-primary-text\/55{border-bottom-color:rgb(0 87 136 / 0.55)}
.border-b-primary-text\/60{border-bottom-color:rgb(0 87 136 / 0.6)}
.border-b-primary-text\/65{border-bottom-color:rgb(0 87 136 / 0.65)}
.border-b-primary-text\/70{border-bottom-color:rgb(0 87 136 / 0.7)}
.border-b-primary-text\/75{border-bottom-color:rgb(0 87 136 / 0.75)}
.border-b-primary-text\/80{border-bottom-color:rgb(0 87 136 / 0.8)}
.border-b-primary-text\/85{border-bottom-color:rgb(0 87 136 / 0.85)}
.border-b-primary-text\/90{border-bottom-color:rgb(0 87 136 / 0.9)}
.border-b-primary-text\/95{border-bottom-color:rgb(0 87 136 / 0.95)}
.border-b-primary\/0{border-bottom-color:rgb(0 87 136 / 0)}
.border-b-primary\/10{border-bottom-color:rgb(0 87 136 / 0.1)}
.border-b-primary\/100{border-bottom-color:rgb(0 87 136 / 1)}
.border-b-primary\/15{border-bottom-color:rgb(0 87 136 / 0.15)}
.border-b-primary\/20{border-bottom-color:rgb(0 87 136 / 0.2)}
.border-b-primary\/25{border-bottom-color:rgb(0 87 136 / 0.25)}
.border-b-primary\/30{border-bottom-color:rgb(0 87 136 / 0.3)}
.border-b-primary\/35{border-bottom-color:rgb(0 87 136 / 0.35)}
.border-b-primary\/40{border-bottom-color:rgb(0 87 136 / 0.4)}
.border-b-primary\/45{border-bottom-color:rgb(0 87 136 / 0.45)}
.border-b-primary\/5{border-bottom-color:rgb(0 87 136 / 0.05)}
.border-b-primary\/50{border-bottom-color:rgb(0 87 136 / 0.5)}
.border-b-primary\/55{border-bottom-color:rgb(0 87 136 / 0.55)}
.border-b-primary\/60{border-bottom-color:rgb(0 87 136 / 0.6)}
.border-b-primary\/65{border-bottom-color:rgb(0 87 136 / 0.65)}
.border-b-primary\/70{border-bottom-color:rgb(0 87 136 / 0.7)}
.border-b-primary\/75{border-bottom-color:rgb(0 87 136 / 0.75)}
.border-b-primary\/80{border-bottom-color:rgb(0 87 136 / 0.8)}
.border-b-primary\/85{border-bottom-color:rgb(0 87 136 / 0.85)}
.border-b-primary\/90{border-bottom-color:rgb(0 87 136 / 0.9)}
.border-b-primary\/95{border-bottom-color:rgb(0 87 136 / 0.95)}
.border-b-secondary-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-secondary-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-secondary-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-secondary-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-secondary-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-secondary-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-secondary-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-secondary-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-secondary-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-secondary-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-secondary-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-secondary-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-secondary-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-secondary-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-secondary-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-secondary-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-secondary-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-secondary-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-secondary-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-secondary-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-secondary-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-secondary-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-secondary-text-contrastsWithCard{border-bottom-color:true}
.border-b-secondary-text-isDark{border-bottom-color:true}
.border-b-secondary-text-text{--tw-border-opacity:1;border-bottom-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-b-secondary-text-text\/0{border-bottom-color:rgb(90 94 100 / 0)}
.border-b-secondary-text-text\/10{border-bottom-color:rgb(90 94 100 / 0.1)}
.border-b-secondary-text-text\/100{border-bottom-color:rgb(90 94 100 / 1)}
.border-b-secondary-text-text\/15{border-bottom-color:rgb(90 94 100 / 0.15)}
.border-b-secondary-text-text\/20{border-bottom-color:rgb(90 94 100 / 0.2)}
.border-b-secondary-text-text\/25{border-bottom-color:rgb(90 94 100 / 0.25)}
.border-b-secondary-text-text\/30{border-bottom-color:rgb(90 94 100 / 0.3)}
.border-b-secondary-text-text\/35{border-bottom-color:rgb(90 94 100 / 0.35)}
.border-b-secondary-text-text\/40{border-bottom-color:rgb(90 94 100 / 0.4)}
.border-b-secondary-text-text\/45{border-bottom-color:rgb(90 94 100 / 0.45)}
.border-b-secondary-text-text\/5{border-bottom-color:rgb(90 94 100 / 0.05)}
.border-b-secondary-text-text\/50{border-bottom-color:rgb(90 94 100 / 0.5)}
.border-b-secondary-text-text\/55{border-bottom-color:rgb(90 94 100 / 0.55)}
.border-b-secondary-text-text\/60{border-bottom-color:rgb(90 94 100 / 0.6)}
.border-b-secondary-text-text\/65{border-bottom-color:rgb(90 94 100 / 0.65)}
.border-b-secondary-text-text\/70{border-bottom-color:rgb(90 94 100 / 0.7)}
.border-b-secondary-text-text\/75{border-bottom-color:rgb(90 94 100 / 0.75)}
.border-b-secondary-text-text\/80{border-bottom-color:rgb(90 94 100 / 0.8)}
.border-b-secondary-text-text\/85{border-bottom-color:rgb(90 94 100 / 0.85)}
.border-b-secondary-text-text\/90{border-bottom-color:rgb(90 94 100 / 0.9)}
.border-b-secondary-text-text\/95{border-bottom-color:rgb(90 94 100 / 0.95)}
.border-b-success-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-success-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-success-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-success-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-success-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-success-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-success-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-success-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-success-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-success-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-success-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-success-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-success-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-success-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-success-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-success-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-success-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-success-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-success-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-success-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-success-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-success-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-success-text-contrastsWithCard{border-bottom-color:true}
.border-b-success-text-isDark{border-bottom-color:true}
.border-b-success-text-text{--tw-border-opacity:1;border-bottom-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-b-success-text-text\/0{border-bottom-color:rgb(27 135 73 / 0)}
.border-b-success-text-text\/10{border-bottom-color:rgb(27 135 73 / 0.1)}
.border-b-success-text-text\/100{border-bottom-color:rgb(27 135 73 / 1)}
.border-b-success-text-text\/15{border-bottom-color:rgb(27 135 73 / 0.15)}
.border-b-success-text-text\/20{border-bottom-color:rgb(27 135 73 / 0.2)}
.border-b-success-text-text\/25{border-bottom-color:rgb(27 135 73 / 0.25)}
.border-b-success-text-text\/30{border-bottom-color:rgb(27 135 73 / 0.3)}
.border-b-success-text-text\/35{border-bottom-color:rgb(27 135 73 / 0.35)}
.border-b-success-text-text\/40{border-bottom-color:rgb(27 135 73 / 0.4)}
.border-b-success-text-text\/45{border-bottom-color:rgb(27 135 73 / 0.45)}
.border-b-success-text-text\/5{border-bottom-color:rgb(27 135 73 / 0.05)}
.border-b-success-text-text\/50{border-bottom-color:rgb(27 135 73 / 0.5)}
.border-b-success-text-text\/55{border-bottom-color:rgb(27 135 73 / 0.55)}
.border-b-success-text-text\/60{border-bottom-color:rgb(27 135 73 / 0.6)}
.border-b-success-text-text\/65{border-bottom-color:rgb(27 135 73 / 0.65)}
.border-b-success-text-text\/70{border-bottom-color:rgb(27 135 73 / 0.7)}
.border-b-success-text-text\/75{border-bottom-color:rgb(27 135 73 / 0.75)}
.border-b-success-text-text\/80{border-bottom-color:rgb(27 135 73 / 0.8)}
.border-b-success-text-text\/85{border-bottom-color:rgb(27 135 73 / 0.85)}
.border-b-success-text-text\/90{border-bottom-color:rgb(27 135 73 / 0.9)}
.border-b-success-text-text\/95{border-bottom-color:rgb(27 135 73 / 0.95)}
.border-b-text-100{border-bottom-color:var(--bt-text-100)}
.border-b-text-200{border-bottom-color:var(--bt-text-200)}
.border-b-text-300{border-bottom-color:var(--bt-text-300)}
.border-b-text-400{border-bottom-color:var(--bt-text-400)}
.border-b-text-500{border-bottom-color:var(--bt-text-500)}
.border-b-text-600{border-bottom-color:var(--bt-text-600)}
.border-b-text-700{border-bottom-color:var(--bt-text-700)}
.border-b-text-800{border-bottom-color:var(--bt-text-800)}
.border-b-text-900{border-bottom-color:var(--bt-text-900)}
.border-b-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-text-contrast-contrast{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-text-contrast-contrast\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-text-contrast-contrast\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-text-contrast-contrast\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-text-contrast-contrast\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-text-contrast-contrast\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-text-contrast-contrast\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-text-contrast-contrast\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-text-contrast-contrast\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-text-contrast-contrast\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-text-contrast-contrast\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-text-contrast-contrast\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-text-contrast-contrast\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-text-contrast-contrast\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-text-contrast-contrast\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-text-contrast-contrast\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-text-contrast-contrast\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-text-contrast-contrast\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-text-contrast-contrast\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-text-contrast-contrast\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-text-contrast-contrast\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-text-contrast-contrast\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-text-contrast-contrastsWithCard{}
.border-b-text-contrast-isDark{}
.border-b-text-contrast-text{--tw-border-opacity:1;border-bottom-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-b-text-contrast-text\/0{border-bottom-color:rgb(132 132 132 / 0)}
.border-b-text-contrast-text\/10{border-bottom-color:rgb(132 132 132 / 0.1)}
.border-b-text-contrast-text\/100{border-bottom-color:rgb(132 132 132 / 1)}
.border-b-text-contrast-text\/15{border-bottom-color:rgb(132 132 132 / 0.15)}
.border-b-text-contrast-text\/20{border-bottom-color:rgb(132 132 132 / 0.2)}
.border-b-text-contrast-text\/25{border-bottom-color:rgb(132 132 132 / 0.25)}
.border-b-text-contrast-text\/30{border-bottom-color:rgb(132 132 132 / 0.3)}
.border-b-text-contrast-text\/35{border-bottom-color:rgb(132 132 132 / 0.35)}
.border-b-text-contrast-text\/40{border-bottom-color:rgb(132 132 132 / 0.4)}
.border-b-text-contrast-text\/45{border-bottom-color:rgb(132 132 132 / 0.45)}
.border-b-text-contrast-text\/5{border-bottom-color:rgb(132 132 132 / 0.05)}
.border-b-text-contrast-text\/50{border-bottom-color:rgb(132 132 132 / 0.5)}
.border-b-text-contrast-text\/55{border-bottom-color:rgb(132 132 132 / 0.55)}
.border-b-text-contrast-text\/60{border-bottom-color:rgb(132 132 132 / 0.6)}
.border-b-text-contrast-text\/65{border-bottom-color:rgb(132 132 132 / 0.65)}
.border-b-text-contrast-text\/70{border-bottom-color:rgb(132 132 132 / 0.7)}
.border-b-text-contrast-text\/75{border-bottom-color:rgb(132 132 132 / 0.75)}
.border-b-text-contrast-text\/80{border-bottom-color:rgb(132 132 132 / 0.8)}
.border-b-text-contrast-text\/85{border-bottom-color:rgb(132 132 132 / 0.85)}
.border-b-text-contrast-text\/90{border-bottom-color:rgb(132 132 132 / 0.9)}
.border-b-text-contrast-text\/95{border-bottom-color:rgb(132 132 132 / 0.95)}
.border-b-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-text-contrastsWithCard{border-bottom-color:true}
.border-b-text-isDark{border-bottom-color:true}
.border-b-text-text{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-text-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-b-text-text-contrast\/0{border-bottom-color:rgb(255 255 255 / 0)}
.border-b-text-text-contrast\/10{border-bottom-color:rgb(255 255 255 / 0.1)}
.border-b-text-text-contrast\/100{border-bottom-color:rgb(255 255 255 / 1)}
.border-b-text-text-contrast\/15{border-bottom-color:rgb(255 255 255 / 0.15)}
.border-b-text-text-contrast\/20{border-bottom-color:rgb(255 255 255 / 0.2)}
.border-b-text-text-contrast\/25{border-bottom-color:rgb(255 255 255 / 0.25)}
.border-b-text-text-contrast\/30{border-bottom-color:rgb(255 255 255 / 0.3)}
.border-b-text-text-contrast\/35{border-bottom-color:rgb(255 255 255 / 0.35)}
.border-b-text-text-contrast\/40{border-bottom-color:rgb(255 255 255 / 0.4)}
.border-b-text-text-contrast\/45{border-bottom-color:rgb(255 255 255 / 0.45)}
.border-b-text-text-contrast\/5{border-bottom-color:rgb(255 255 255 / 0.05)}
.border-b-text-text-contrast\/50{border-bottom-color:rgb(255 255 255 / 0.5)}
.border-b-text-text-contrast\/55{border-bottom-color:rgb(255 255 255 / 0.55)}
.border-b-text-text-contrast\/60{border-bottom-color:rgb(255 255 255 / 0.6)}
.border-b-text-text-contrast\/65{border-bottom-color:rgb(255 255 255 / 0.65)}
.border-b-text-text-contrast\/70{border-bottom-color:rgb(255 255 255 / 0.7)}
.border-b-text-text-contrast\/75{border-bottom-color:rgb(255 255 255 / 0.75)}
.border-b-text-text-contrast\/80{border-bottom-color:rgb(255 255 255 / 0.8)}
.border-b-text-text-contrast\/85{border-bottom-color:rgb(255 255 255 / 0.85)}
.border-b-text-text-contrast\/90{border-bottom-color:rgb(255 255 255 / 0.9)}
.border-b-text-text-contrast\/95{border-bottom-color:rgb(255 255 255 / 0.95)}
.border-b-text-text-contrastsWithCard{border-bottom-color:true}
.border-b-text-text-isDark{border-bottom-color:true}
.border-b-text-text-text{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-text-text-text\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-text-text-text\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-text-text-text\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-text-text-text\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-text-text-text\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-text-text-text\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-text-text-text\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-text-text-text\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-text-text-text\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-text-text-text\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-text-text-text\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-text-text-text\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-text-text-text\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-text-text-text\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-text-text-text\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-text-text-text\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-text-text-text\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-text-text-text\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-text-text-text\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-text-text-text\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-text-text-text\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-text-text\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-text-text\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-text-text\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-text-text\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-text-text\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-text-text\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-text-text\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-text-text\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-text-text\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-text-text\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-text-text\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-text-text\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-text-text\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-text-text\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-text-text\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-text-text\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-text-text\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-text-text\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-text-text\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-text-text\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-text-text\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-warning-text-contrast{--tw-border-opacity:1;border-bottom-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-b-warning-text-contrast\/0{border-bottom-color:rgb(0 0 0 / 0)}
.border-b-warning-text-contrast\/10{border-bottom-color:rgb(0 0 0 / 0.1)}
.border-b-warning-text-contrast\/100{border-bottom-color:rgb(0 0 0 / 1)}
.border-b-warning-text-contrast\/15{border-bottom-color:rgb(0 0 0 / 0.15)}
.border-b-warning-text-contrast\/20{border-bottom-color:rgb(0 0 0 / 0.2)}
.border-b-warning-text-contrast\/25{border-bottom-color:rgb(0 0 0 / 0.25)}
.border-b-warning-text-contrast\/30{border-bottom-color:rgb(0 0 0 / 0.3)}
.border-b-warning-text-contrast\/35{border-bottom-color:rgb(0 0 0 / 0.35)}
.border-b-warning-text-contrast\/40{border-bottom-color:rgb(0 0 0 / 0.4)}
.border-b-warning-text-contrast\/45{border-bottom-color:rgb(0 0 0 / 0.45)}
.border-b-warning-text-contrast\/5{border-bottom-color:rgb(0 0 0 / 0.05)}
.border-b-warning-text-contrast\/50{border-bottom-color:rgb(0 0 0 / 0.5)}
.border-b-warning-text-contrast\/55{border-bottom-color:rgb(0 0 0 / 0.55)}
.border-b-warning-text-contrast\/60{border-bottom-color:rgb(0 0 0 / 0.6)}
.border-b-warning-text-contrast\/65{border-bottom-color:rgb(0 0 0 / 0.65)}
.border-b-warning-text-contrast\/70{border-bottom-color:rgb(0 0 0 / 0.7)}
.border-b-warning-text-contrast\/75{border-bottom-color:rgb(0 0 0 / 0.75)}
.border-b-warning-text-contrast\/80{border-bottom-color:rgb(0 0 0 / 0.8)}
.border-b-warning-text-contrast\/85{border-bottom-color:rgb(0 0 0 / 0.85)}
.border-b-warning-text-contrast\/90{border-bottom-color:rgb(0 0 0 / 0.9)}
.border-b-warning-text-contrast\/95{border-bottom-color:rgb(0 0 0 / 0.95)}
.border-b-warning-text-contrastsWithCard{border-bottom-color:true}
.border-b-warning-text-isDark{}
.border-b-warning-text-text{--tw-border-opacity:1;border-bottom-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-b-warning-text-text\/0{border-bottom-color:rgb(255 168 0 / 0)}
.border-b-warning-text-text\/10{border-bottom-color:rgb(255 168 0 / 0.1)}
.border-b-warning-text-text\/100{border-bottom-color:rgb(255 168 0 / 1)}
.border-b-warning-text-text\/15{border-bottom-color:rgb(255 168 0 / 0.15)}
.border-b-warning-text-text\/20{border-bottom-color:rgb(255 168 0 / 0.2)}
.border-b-warning-text-text\/25{border-bottom-color:rgb(255 168 0 / 0.25)}
.border-b-warning-text-text\/30{border-bottom-color:rgb(255 168 0 / 0.3)}
.border-b-warning-text-text\/35{border-bottom-color:rgb(255 168 0 / 0.35)}
.border-b-warning-text-text\/40{border-bottom-color:rgb(255 168 0 / 0.4)}
.border-b-warning-text-text\/45{border-bottom-color:rgb(255 168 0 / 0.45)}
.border-b-warning-text-text\/5{border-bottom-color:rgb(255 168 0 / 0.05)}
.border-b-warning-text-text\/50{border-bottom-color:rgb(255 168 0 / 0.5)}
.border-b-warning-text-text\/55{border-bottom-color:rgb(255 168 0 / 0.55)}
.border-b-warning-text-text\/60{border-bottom-color:rgb(255 168 0 / 0.6)}
.border-b-warning-text-text\/65{border-bottom-color:rgb(255 168 0 / 0.65)}
.border-b-warning-text-text\/70{border-bottom-color:rgb(255 168 0 / 0.7)}
.border-b-warning-text-text\/75{border-bottom-color:rgb(255 168 0 / 0.75)}
.border-b-warning-text-text\/80{border-bottom-color:rgb(255 168 0 / 0.8)}
.border-b-warning-text-text\/85{border-bottom-color:rgb(255 168 0 / 0.85)}
.border-b-warning-text-text\/90{border-bottom-color:rgb(255 168 0 / 0.9)}
.border-b-warning-text-text\/95{border-bottom-color:rgb(255 168 0 / 0.95)}
.border-e-amber-100{--tw-border-opacity:1;border-inline-end-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-e-amber-100\/0{border-inline-end-color:rgb(254 243 199 / 0)}
.border-e-amber-100\/10{border-inline-end-color:rgb(254 243 199 / 0.1)}
.border-e-amber-100\/100{border-inline-end-color:rgb(254 243 199 / 1)}
.border-e-amber-100\/15{border-inline-end-color:rgb(254 243 199 / 0.15)}
.border-e-amber-100\/20{border-inline-end-color:rgb(254 243 199 / 0.2)}
.border-e-amber-100\/25{border-inline-end-color:rgb(254 243 199 / 0.25)}
.border-e-amber-100\/30{border-inline-end-color:rgb(254 243 199 / 0.3)}
.border-e-amber-100\/35{border-inline-end-color:rgb(254 243 199 / 0.35)}
.border-e-amber-100\/40{border-inline-end-color:rgb(254 243 199 / 0.4)}
.border-e-amber-100\/45{border-inline-end-color:rgb(254 243 199 / 0.45)}
.border-e-amber-100\/5{border-inline-end-color:rgb(254 243 199 / 0.05)}
.border-e-amber-100\/50{border-inline-end-color:rgb(254 243 199 / 0.5)}
.border-e-amber-100\/55{border-inline-end-color:rgb(254 243 199 / 0.55)}
.border-e-amber-100\/60{border-inline-end-color:rgb(254 243 199 / 0.6)}
.border-e-amber-100\/65{border-inline-end-color:rgb(254 243 199 / 0.65)}
.border-e-amber-100\/70{border-inline-end-color:rgb(254 243 199 / 0.7)}
.border-e-amber-100\/75{border-inline-end-color:rgb(254 243 199 / 0.75)}
.border-e-amber-100\/80{border-inline-end-color:rgb(254 243 199 / 0.8)}
.border-e-amber-100\/85{border-inline-end-color:rgb(254 243 199 / 0.85)}
.border-e-amber-100\/90{border-inline-end-color:rgb(254 243 199 / 0.9)}
.border-e-amber-100\/95{border-inline-end-color:rgb(254 243 199 / 0.95)}
.border-e-amber-200{--tw-border-opacity:1;border-inline-end-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-e-amber-200\/0{border-inline-end-color:rgb(253 230 138 / 0)}
.border-e-amber-200\/10{border-inline-end-color:rgb(253 230 138 / 0.1)}
.border-e-amber-200\/100{border-inline-end-color:rgb(253 230 138 / 1)}
.border-e-amber-200\/15{border-inline-end-color:rgb(253 230 138 / 0.15)}
.border-e-amber-200\/20{border-inline-end-color:rgb(253 230 138 / 0.2)}
.border-e-amber-200\/25{border-inline-end-color:rgb(253 230 138 / 0.25)}
.border-e-amber-200\/30{border-inline-end-color:rgb(253 230 138 / 0.3)}
.border-e-amber-200\/35{border-inline-end-color:rgb(253 230 138 / 0.35)}
.border-e-amber-200\/40{border-inline-end-color:rgb(253 230 138 / 0.4)}
.border-e-amber-200\/45{border-inline-end-color:rgb(253 230 138 / 0.45)}
.border-e-amber-200\/5{border-inline-end-color:rgb(253 230 138 / 0.05)}
.border-e-amber-200\/50{border-inline-end-color:rgb(253 230 138 / 0.5)}
.border-e-amber-200\/55{border-inline-end-color:rgb(253 230 138 / 0.55)}
.border-e-amber-200\/60{border-inline-end-color:rgb(253 230 138 / 0.6)}
.border-e-amber-200\/65{border-inline-end-color:rgb(253 230 138 / 0.65)}
.border-e-amber-200\/70{border-inline-end-color:rgb(253 230 138 / 0.7)}
.border-e-amber-200\/75{border-inline-end-color:rgb(253 230 138 / 0.75)}
.border-e-amber-200\/80{border-inline-end-color:rgb(253 230 138 / 0.8)}
.border-e-amber-200\/85{border-inline-end-color:rgb(253 230 138 / 0.85)}
.border-e-amber-200\/90{border-inline-end-color:rgb(253 230 138 / 0.9)}
.border-e-amber-200\/95{border-inline-end-color:rgb(253 230 138 / 0.95)}
.border-e-amber-300{--tw-border-opacity:1;border-inline-end-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-e-amber-300\/0{border-inline-end-color:rgb(252 211 77 / 0)}
.border-e-amber-300\/10{border-inline-end-color:rgb(252 211 77 / 0.1)}
.border-e-amber-300\/100{border-inline-end-color:rgb(252 211 77 / 1)}
.border-e-amber-300\/15{border-inline-end-color:rgb(252 211 77 / 0.15)}
.border-e-amber-300\/20{border-inline-end-color:rgb(252 211 77 / 0.2)}
.border-e-amber-300\/25{border-inline-end-color:rgb(252 211 77 / 0.25)}
.border-e-amber-300\/30{border-inline-end-color:rgb(252 211 77 / 0.3)}
.border-e-amber-300\/35{border-inline-end-color:rgb(252 211 77 / 0.35)}
.border-e-amber-300\/40{border-inline-end-color:rgb(252 211 77 / 0.4)}
.border-e-amber-300\/45{border-inline-end-color:rgb(252 211 77 / 0.45)}
.border-e-amber-300\/5{border-inline-end-color:rgb(252 211 77 / 0.05)}
.border-e-amber-300\/50{border-inline-end-color:rgb(252 211 77 / 0.5)}
.border-e-amber-300\/55{border-inline-end-color:rgb(252 211 77 / 0.55)}
.border-e-amber-300\/60{border-inline-end-color:rgb(252 211 77 / 0.6)}
.border-e-amber-300\/65{border-inline-end-color:rgb(252 211 77 / 0.65)}
.border-e-amber-300\/70{border-inline-end-color:rgb(252 211 77 / 0.7)}
.border-e-amber-300\/75{border-inline-end-color:rgb(252 211 77 / 0.75)}
.border-e-amber-300\/80{border-inline-end-color:rgb(252 211 77 / 0.8)}
.border-e-amber-300\/85{border-inline-end-color:rgb(252 211 77 / 0.85)}
.border-e-amber-300\/90{border-inline-end-color:rgb(252 211 77 / 0.9)}
.border-e-amber-300\/95{border-inline-end-color:rgb(252 211 77 / 0.95)}
.border-e-amber-400{--tw-border-opacity:1;border-inline-end-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-e-amber-400\/0{border-inline-end-color:rgb(251 191 36 / 0)}
.border-e-amber-400\/10{border-inline-end-color:rgb(251 191 36 / 0.1)}
.border-e-amber-400\/100{border-inline-end-color:rgb(251 191 36 / 1)}
.border-e-amber-400\/15{border-inline-end-color:rgb(251 191 36 / 0.15)}
.border-e-amber-400\/20{border-inline-end-color:rgb(251 191 36 / 0.2)}
.border-e-amber-400\/25{border-inline-end-color:rgb(251 191 36 / 0.25)}
.border-e-amber-400\/30{border-inline-end-color:rgb(251 191 36 / 0.3)}
.border-e-amber-400\/35{border-inline-end-color:rgb(251 191 36 / 0.35)}
.border-e-amber-400\/40{border-inline-end-color:rgb(251 191 36 / 0.4)}
.border-e-amber-400\/45{border-inline-end-color:rgb(251 191 36 / 0.45)}
.border-e-amber-400\/5{border-inline-end-color:rgb(251 191 36 / 0.05)}
.border-e-amber-400\/50{border-inline-end-color:rgb(251 191 36 / 0.5)}
.border-e-amber-400\/55{border-inline-end-color:rgb(251 191 36 / 0.55)}
.border-e-amber-400\/60{border-inline-end-color:rgb(251 191 36 / 0.6)}
.border-e-amber-400\/65{border-inline-end-color:rgb(251 191 36 / 0.65)}
.border-e-amber-400\/70{border-inline-end-color:rgb(251 191 36 / 0.7)}
.border-e-amber-400\/75{border-inline-end-color:rgb(251 191 36 / 0.75)}
.border-e-amber-400\/80{border-inline-end-color:rgb(251 191 36 / 0.8)}
.border-e-amber-400\/85{border-inline-end-color:rgb(251 191 36 / 0.85)}
.border-e-amber-400\/90{border-inline-end-color:rgb(251 191 36 / 0.9)}
.border-e-amber-400\/95{border-inline-end-color:rgb(251 191 36 / 0.95)}
.border-e-amber-50{--tw-border-opacity:1;border-inline-end-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-e-amber-50\/0{border-inline-end-color:rgb(255 251 235 / 0)}
.border-e-amber-50\/10{border-inline-end-color:rgb(255 251 235 / 0.1)}
.border-e-amber-50\/100{border-inline-end-color:rgb(255 251 235 / 1)}
.border-e-amber-50\/15{border-inline-end-color:rgb(255 251 235 / 0.15)}
.border-e-amber-50\/20{border-inline-end-color:rgb(255 251 235 / 0.2)}
.border-e-amber-50\/25{border-inline-end-color:rgb(255 251 235 / 0.25)}
.border-e-amber-50\/30{border-inline-end-color:rgb(255 251 235 / 0.3)}
.border-e-amber-50\/35{border-inline-end-color:rgb(255 251 235 / 0.35)}
.border-e-amber-50\/40{border-inline-end-color:rgb(255 251 235 / 0.4)}
.border-e-amber-50\/45{border-inline-end-color:rgb(255 251 235 / 0.45)}
.border-e-amber-50\/5{border-inline-end-color:rgb(255 251 235 / 0.05)}
.border-e-amber-50\/50{border-inline-end-color:rgb(255 251 235 / 0.5)}
.border-e-amber-50\/55{border-inline-end-color:rgb(255 251 235 / 0.55)}
.border-e-amber-50\/60{border-inline-end-color:rgb(255 251 235 / 0.6)}
.border-e-amber-50\/65{border-inline-end-color:rgb(255 251 235 / 0.65)}
.border-e-amber-50\/70{border-inline-end-color:rgb(255 251 235 / 0.7)}
.border-e-amber-50\/75{border-inline-end-color:rgb(255 251 235 / 0.75)}
.border-e-amber-50\/80{border-inline-end-color:rgb(255 251 235 / 0.8)}
.border-e-amber-50\/85{border-inline-end-color:rgb(255 251 235 / 0.85)}
.border-e-amber-50\/90{border-inline-end-color:rgb(255 251 235 / 0.9)}
.border-e-amber-50\/95{border-inline-end-color:rgb(255 251 235 / 0.95)}
.border-e-amber-500{--tw-border-opacity:1;border-inline-end-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-e-amber-500\/0{border-inline-end-color:rgb(245 158 11 / 0)}
.border-e-amber-500\/10{border-inline-end-color:rgb(245 158 11 / 0.1)}
.border-e-amber-500\/100{border-inline-end-color:rgb(245 158 11 / 1)}
.border-e-amber-500\/15{border-inline-end-color:rgb(245 158 11 / 0.15)}
.border-e-amber-500\/20{border-inline-end-color:rgb(245 158 11 / 0.2)}
.border-e-amber-500\/25{border-inline-end-color:rgb(245 158 11 / 0.25)}
.border-e-amber-500\/30{border-inline-end-color:rgb(245 158 11 / 0.3)}
.border-e-amber-500\/35{border-inline-end-color:rgb(245 158 11 / 0.35)}
.border-e-amber-500\/40{border-inline-end-color:rgb(245 158 11 / 0.4)}
.border-e-amber-500\/45{border-inline-end-color:rgb(245 158 11 / 0.45)}
.border-e-amber-500\/5{border-inline-end-color:rgb(245 158 11 / 0.05)}
.border-e-amber-500\/50{border-inline-end-color:rgb(245 158 11 / 0.5)}
.border-e-amber-500\/55{border-inline-end-color:rgb(245 158 11 / 0.55)}
.border-e-amber-500\/60{border-inline-end-color:rgb(245 158 11 / 0.6)}
.border-e-amber-500\/65{border-inline-end-color:rgb(245 158 11 / 0.65)}
.border-e-amber-500\/70{border-inline-end-color:rgb(245 158 11 / 0.7)}
.border-e-amber-500\/75{border-inline-end-color:rgb(245 158 11 / 0.75)}
.border-e-amber-500\/80{border-inline-end-color:rgb(245 158 11 / 0.8)}
.border-e-amber-500\/85{border-inline-end-color:rgb(245 158 11 / 0.85)}
.border-e-amber-500\/90{border-inline-end-color:rgb(245 158 11 / 0.9)}
.border-e-amber-500\/95{border-inline-end-color:rgb(245 158 11 / 0.95)}
.border-e-amber-600{--tw-border-opacity:1;border-inline-end-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-e-amber-600\/0{border-inline-end-color:rgb(217 119 6 / 0)}
.border-e-amber-600\/10{border-inline-end-color:rgb(217 119 6 / 0.1)}
.border-e-amber-600\/100{border-inline-end-color:rgb(217 119 6 / 1)}
.border-e-amber-600\/15{border-inline-end-color:rgb(217 119 6 / 0.15)}
.border-e-amber-600\/20{border-inline-end-color:rgb(217 119 6 / 0.2)}
.border-e-amber-600\/25{border-inline-end-color:rgb(217 119 6 / 0.25)}
.border-e-amber-600\/30{border-inline-end-color:rgb(217 119 6 / 0.3)}
.border-e-amber-600\/35{border-inline-end-color:rgb(217 119 6 / 0.35)}
.border-e-amber-600\/40{border-inline-end-color:rgb(217 119 6 / 0.4)}
.border-e-amber-600\/45{border-inline-end-color:rgb(217 119 6 / 0.45)}
.border-e-amber-600\/5{border-inline-end-color:rgb(217 119 6 / 0.05)}
.border-e-amber-600\/50{border-inline-end-color:rgb(217 119 6 / 0.5)}
.border-e-amber-600\/55{border-inline-end-color:rgb(217 119 6 / 0.55)}
.border-e-amber-600\/60{border-inline-end-color:rgb(217 119 6 / 0.6)}
.border-e-amber-600\/65{border-inline-end-color:rgb(217 119 6 / 0.65)}
.border-e-amber-600\/70{border-inline-end-color:rgb(217 119 6 / 0.7)}
.border-e-amber-600\/75{border-inline-end-color:rgb(217 119 6 / 0.75)}
.border-e-amber-600\/80{border-inline-end-color:rgb(217 119 6 / 0.8)}
.border-e-amber-600\/85{border-inline-end-color:rgb(217 119 6 / 0.85)}
.border-e-amber-600\/90{border-inline-end-color:rgb(217 119 6 / 0.9)}
.border-e-amber-600\/95{border-inline-end-color:rgb(217 119 6 / 0.95)}
.border-e-amber-700{--tw-border-opacity:1;border-inline-end-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-e-amber-700\/0{border-inline-end-color:rgb(180 83 9 / 0)}
.border-e-amber-700\/10{border-inline-end-color:rgb(180 83 9 / 0.1)}
.border-e-amber-700\/100{border-inline-end-color:rgb(180 83 9 / 1)}
.border-e-amber-700\/15{border-inline-end-color:rgb(180 83 9 / 0.15)}
.border-e-amber-700\/20{border-inline-end-color:rgb(180 83 9 / 0.2)}
.border-e-amber-700\/25{border-inline-end-color:rgb(180 83 9 / 0.25)}
.border-e-amber-700\/30{border-inline-end-color:rgb(180 83 9 / 0.3)}
.border-e-amber-700\/35{border-inline-end-color:rgb(180 83 9 / 0.35)}
.border-e-amber-700\/40{border-inline-end-color:rgb(180 83 9 / 0.4)}
.border-e-amber-700\/45{border-inline-end-color:rgb(180 83 9 / 0.45)}
.border-e-amber-700\/5{border-inline-end-color:rgb(180 83 9 / 0.05)}
.border-e-amber-700\/50{border-inline-end-color:rgb(180 83 9 / 0.5)}
.border-e-amber-700\/55{border-inline-end-color:rgb(180 83 9 / 0.55)}
.border-e-amber-700\/60{border-inline-end-color:rgb(180 83 9 / 0.6)}
.border-e-amber-700\/65{border-inline-end-color:rgb(180 83 9 / 0.65)}
.border-e-amber-700\/70{border-inline-end-color:rgb(180 83 9 / 0.7)}
.border-e-amber-700\/75{border-inline-end-color:rgb(180 83 9 / 0.75)}
.border-e-amber-700\/80{border-inline-end-color:rgb(180 83 9 / 0.8)}
.border-e-amber-700\/85{border-inline-end-color:rgb(180 83 9 / 0.85)}
.border-e-amber-700\/90{border-inline-end-color:rgb(180 83 9 / 0.9)}
.border-e-amber-700\/95{border-inline-end-color:rgb(180 83 9 / 0.95)}
.border-e-amber-800{--tw-border-opacity:1;border-inline-end-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-e-amber-800\/0{border-inline-end-color:rgb(146 64 14 / 0)}
.border-e-amber-800\/10{border-inline-end-color:rgb(146 64 14 / 0.1)}
.border-e-amber-800\/100{border-inline-end-color:rgb(146 64 14 / 1)}
.border-e-amber-800\/15{border-inline-end-color:rgb(146 64 14 / 0.15)}
.border-e-amber-800\/20{border-inline-end-color:rgb(146 64 14 / 0.2)}
.border-e-amber-800\/25{border-inline-end-color:rgb(146 64 14 / 0.25)}
.border-e-amber-800\/30{border-inline-end-color:rgb(146 64 14 / 0.3)}
.border-e-amber-800\/35{border-inline-end-color:rgb(146 64 14 / 0.35)}
.border-e-amber-800\/40{border-inline-end-color:rgb(146 64 14 / 0.4)}
.border-e-amber-800\/45{border-inline-end-color:rgb(146 64 14 / 0.45)}
.border-e-amber-800\/5{border-inline-end-color:rgb(146 64 14 / 0.05)}
.border-e-amber-800\/50{border-inline-end-color:rgb(146 64 14 / 0.5)}
.border-e-amber-800\/55{border-inline-end-color:rgb(146 64 14 / 0.55)}
.border-e-amber-800\/60{border-inline-end-color:rgb(146 64 14 / 0.6)}
.border-e-amber-800\/65{border-inline-end-color:rgb(146 64 14 / 0.65)}
.border-e-amber-800\/70{border-inline-end-color:rgb(146 64 14 / 0.7)}
.border-e-amber-800\/75{border-inline-end-color:rgb(146 64 14 / 0.75)}
.border-e-amber-800\/80{border-inline-end-color:rgb(146 64 14 / 0.8)}
.border-e-amber-800\/85{border-inline-end-color:rgb(146 64 14 / 0.85)}
.border-e-amber-800\/90{border-inline-end-color:rgb(146 64 14 / 0.9)}
.border-e-amber-800\/95{border-inline-end-color:rgb(146 64 14 / 0.95)}
.border-e-amber-900{--tw-border-opacity:1;border-inline-end-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-e-amber-900\/0{border-inline-end-color:rgb(120 53 15 / 0)}
.border-e-amber-900\/10{border-inline-end-color:rgb(120 53 15 / 0.1)}
.border-e-amber-900\/100{border-inline-end-color:rgb(120 53 15 / 1)}
.border-e-amber-900\/15{border-inline-end-color:rgb(120 53 15 / 0.15)}
.border-e-amber-900\/20{border-inline-end-color:rgb(120 53 15 / 0.2)}
.border-e-amber-900\/25{border-inline-end-color:rgb(120 53 15 / 0.25)}
.border-e-amber-900\/30{border-inline-end-color:rgb(120 53 15 / 0.3)}
.border-e-amber-900\/35{border-inline-end-color:rgb(120 53 15 / 0.35)}
.border-e-amber-900\/40{border-inline-end-color:rgb(120 53 15 / 0.4)}
.border-e-amber-900\/45{border-inline-end-color:rgb(120 53 15 / 0.45)}
.border-e-amber-900\/5{border-inline-end-color:rgb(120 53 15 / 0.05)}
.border-e-amber-900\/50{border-inline-end-color:rgb(120 53 15 / 0.5)}
.border-e-amber-900\/55{border-inline-end-color:rgb(120 53 15 / 0.55)}
.border-e-amber-900\/60{border-inline-end-color:rgb(120 53 15 / 0.6)}
.border-e-amber-900\/65{border-inline-end-color:rgb(120 53 15 / 0.65)}
.border-e-amber-900\/70{border-inline-end-color:rgb(120 53 15 / 0.7)}
.border-e-amber-900\/75{border-inline-end-color:rgb(120 53 15 / 0.75)}
.border-e-amber-900\/80{border-inline-end-color:rgb(120 53 15 / 0.8)}
.border-e-amber-900\/85{border-inline-end-color:rgb(120 53 15 / 0.85)}
.border-e-amber-900\/90{border-inline-end-color:rgb(120 53 15 / 0.9)}
.border-e-amber-900\/95{border-inline-end-color:rgb(120 53 15 / 0.95)}
.border-e-amber-950{--tw-border-opacity:1;border-inline-end-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-e-amber-950\/0{border-inline-end-color:rgb(69 26 3 / 0)}
.border-e-amber-950\/10{border-inline-end-color:rgb(69 26 3 / 0.1)}
.border-e-amber-950\/100{border-inline-end-color:rgb(69 26 3 / 1)}
.border-e-amber-950\/15{border-inline-end-color:rgb(69 26 3 / 0.15)}
.border-e-amber-950\/20{border-inline-end-color:rgb(69 26 3 / 0.2)}
.border-e-amber-950\/25{border-inline-end-color:rgb(69 26 3 / 0.25)}
.border-e-amber-950\/30{border-inline-end-color:rgb(69 26 3 / 0.3)}
.border-e-amber-950\/35{border-inline-end-color:rgb(69 26 3 / 0.35)}
.border-e-amber-950\/40{border-inline-end-color:rgb(69 26 3 / 0.4)}
.border-e-amber-950\/45{border-inline-end-color:rgb(69 26 3 / 0.45)}
.border-e-amber-950\/5{border-inline-end-color:rgb(69 26 3 / 0.05)}
.border-e-amber-950\/50{border-inline-end-color:rgb(69 26 3 / 0.5)}
.border-e-amber-950\/55{border-inline-end-color:rgb(69 26 3 / 0.55)}
.border-e-amber-950\/60{border-inline-end-color:rgb(69 26 3 / 0.6)}
.border-e-amber-950\/65{border-inline-end-color:rgb(69 26 3 / 0.65)}
.border-e-amber-950\/70{border-inline-end-color:rgb(69 26 3 / 0.7)}
.border-e-amber-950\/75{border-inline-end-color:rgb(69 26 3 / 0.75)}
.border-e-amber-950\/80{border-inline-end-color:rgb(69 26 3 / 0.8)}
.border-e-amber-950\/85{border-inline-end-color:rgb(69 26 3 / 0.85)}
.border-e-amber-950\/90{border-inline-end-color:rgb(69 26 3 / 0.9)}
.border-e-amber-950\/95{border-inline-end-color:rgb(69 26 3 / 0.95)}
.border-e-background-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-background-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-background-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-background-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-background-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-background-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-background-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-background-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-background-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-background-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-background-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-background-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-background-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-background-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-background-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-background-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-background-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-background-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-background-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-background-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-background-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-background-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-background-text-contrastsWithCard{border-inline-end-color:true}
.border-e-background-text-isDark{border-inline-end-color:true}
.border-e-background-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-e-background-text-text\/0{border-inline-end-color:rgb(107 111 115 / 0)}
.border-e-background-text-text\/10{border-inline-end-color:rgb(107 111 115 / 0.1)}
.border-e-background-text-text\/100{border-inline-end-color:rgb(107 111 115 / 1)}
.border-e-background-text-text\/15{border-inline-end-color:rgb(107 111 115 / 0.15)}
.border-e-background-text-text\/20{border-inline-end-color:rgb(107 111 115 / 0.2)}
.border-e-background-text-text\/25{border-inline-end-color:rgb(107 111 115 / 0.25)}
.border-e-background-text-text\/30{border-inline-end-color:rgb(107 111 115 / 0.3)}
.border-e-background-text-text\/35{border-inline-end-color:rgb(107 111 115 / 0.35)}
.border-e-background-text-text\/40{border-inline-end-color:rgb(107 111 115 / 0.4)}
.border-e-background-text-text\/45{border-inline-end-color:rgb(107 111 115 / 0.45)}
.border-e-background-text-text\/5{border-inline-end-color:rgb(107 111 115 / 0.05)}
.border-e-background-text-text\/50{border-inline-end-color:rgb(107 111 115 / 0.5)}
.border-e-background-text-text\/55{border-inline-end-color:rgb(107 111 115 / 0.55)}
.border-e-background-text-text\/60{border-inline-end-color:rgb(107 111 115 / 0.6)}
.border-e-background-text-text\/65{border-inline-end-color:rgb(107 111 115 / 0.65)}
.border-e-background-text-text\/70{border-inline-end-color:rgb(107 111 115 / 0.7)}
.border-e-background-text-text\/75{border-inline-end-color:rgb(107 111 115 / 0.75)}
.border-e-background-text-text\/80{border-inline-end-color:rgb(107 111 115 / 0.8)}
.border-e-background-text-text\/85{border-inline-end-color:rgb(107 111 115 / 0.85)}
.border-e-background-text-text\/90{border-inline-end-color:rgb(107 111 115 / 0.9)}
.border-e-background-text-text\/95{border-inline-end-color:rgb(107 111 115 / 0.95)}
.border-e-bt-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-bt-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-bt-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-bt-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-bt-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-bt-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-bt-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-bt-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-bt-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-bt-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-bt-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-bt-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-bt-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-bt-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-bt-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-bt-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-bt-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-bt-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-bt-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-bt-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-bt-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-bt-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-bt-text-contrastsWithCard{border-inline-end-color:true}
.border-e-bt-text-isDark{border-inline-end-color:true}
.border-e-bt-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-e-bt-text-text\/0{border-inline-end-color:rgb(30 41 59 / 0)}
.border-e-bt-text-text\/10{border-inline-end-color:rgb(30 41 59 / 0.1)}
.border-e-bt-text-text\/100{border-inline-end-color:rgb(30 41 59 / 1)}
.border-e-bt-text-text\/15{border-inline-end-color:rgb(30 41 59 / 0.15)}
.border-e-bt-text-text\/20{border-inline-end-color:rgb(30 41 59 / 0.2)}
.border-e-bt-text-text\/25{border-inline-end-color:rgb(30 41 59 / 0.25)}
.border-e-bt-text-text\/30{border-inline-end-color:rgb(30 41 59 / 0.3)}
.border-e-bt-text-text\/35{border-inline-end-color:rgb(30 41 59 / 0.35)}
.border-e-bt-text-text\/40{border-inline-end-color:rgb(30 41 59 / 0.4)}
.border-e-bt-text-text\/45{border-inline-end-color:rgb(30 41 59 / 0.45)}
.border-e-bt-text-text\/5{border-inline-end-color:rgb(30 41 59 / 0.05)}
.border-e-bt-text-text\/50{border-inline-end-color:rgb(30 41 59 / 0.5)}
.border-e-bt-text-text\/55{border-inline-end-color:rgb(30 41 59 / 0.55)}
.border-e-bt-text-text\/60{border-inline-end-color:rgb(30 41 59 / 0.6)}
.border-e-bt-text-text\/65{border-inline-end-color:rgb(30 41 59 / 0.65)}
.border-e-bt-text-text\/70{border-inline-end-color:rgb(30 41 59 / 0.7)}
.border-e-bt-text-text\/75{border-inline-end-color:rgb(30 41 59 / 0.75)}
.border-e-bt-text-text\/80{border-inline-end-color:rgb(30 41 59 / 0.8)}
.border-e-bt-text-text\/85{border-inline-end-color:rgb(30 41 59 / 0.85)}
.border-e-bt-text-text\/90{border-inline-end-color:rgb(30 41 59 / 0.9)}
.border-e-bt-text-text\/95{border-inline-end-color:rgb(30 41 59 / 0.95)}
.border-e-btLight-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-btLight-text-contrast\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-btLight-text-contrast\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-btLight-text-contrast\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-btLight-text-contrast\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-btLight-text-contrast\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-btLight-text-contrast\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-btLight-text-contrast\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-btLight-text-contrast\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-btLight-text-contrast\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-btLight-text-contrast\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-btLight-text-contrast\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-btLight-text-contrast\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-btLight-text-contrast\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-btLight-text-contrast\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-btLight-text-contrast\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-btLight-text-contrast\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-btLight-text-contrast\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-btLight-text-contrast\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-btLight-text-contrast\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-btLight-text-contrast\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-btLight-text-contrast\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-btLight-text-contrastsWithCard{border-inline-end-color:true}
.border-e-btLight-text-isDark{}
.border-e-btLight-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-e-btLight-text-text\/0{border-inline-end-color:rgb(72 171 217 / 0)}
.border-e-btLight-text-text\/10{border-inline-end-color:rgb(72 171 217 / 0.1)}
.border-e-btLight-text-text\/100{border-inline-end-color:rgb(72 171 217 / 1)}
.border-e-btLight-text-text\/15{border-inline-end-color:rgb(72 171 217 / 0.15)}
.border-e-btLight-text-text\/20{border-inline-end-color:rgb(72 171 217 / 0.2)}
.border-e-btLight-text-text\/25{border-inline-end-color:rgb(72 171 217 / 0.25)}
.border-e-btLight-text-text\/30{border-inline-end-color:rgb(72 171 217 / 0.3)}
.border-e-btLight-text-text\/35{border-inline-end-color:rgb(72 171 217 / 0.35)}
.border-e-btLight-text-text\/40{border-inline-end-color:rgb(72 171 217 / 0.4)}
.border-e-btLight-text-text\/45{border-inline-end-color:rgb(72 171 217 / 0.45)}
.border-e-btLight-text-text\/5{border-inline-end-color:rgb(72 171 217 / 0.05)}
.border-e-btLight-text-text\/50{border-inline-end-color:rgb(72 171 217 / 0.5)}
.border-e-btLight-text-text\/55{border-inline-end-color:rgb(72 171 217 / 0.55)}
.border-e-btLight-text-text\/60{border-inline-end-color:rgb(72 171 217 / 0.6)}
.border-e-btLight-text-text\/65{border-inline-end-color:rgb(72 171 217 / 0.65)}
.border-e-btLight-text-text\/70{border-inline-end-color:rgb(72 171 217 / 0.7)}
.border-e-btLight-text-text\/75{border-inline-end-color:rgb(72 171 217 / 0.75)}
.border-e-btLight-text-text\/80{border-inline-end-color:rgb(72 171 217 / 0.8)}
.border-e-btLight-text-text\/85{border-inline-end-color:rgb(72 171 217 / 0.85)}
.border-e-btLight-text-text\/90{border-inline-end-color:rgb(72 171 217 / 0.9)}
.border-e-btLight-text-text\/95{border-inline-end-color:rgb(72 171 217 / 0.95)}
.border-e-cardBackground-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-cardBackground-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-cardBackground-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-cardBackground-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-cardBackground-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-cardBackground-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-cardBackground-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-cardBackground-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-cardBackground-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-cardBackground-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-cardBackground-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-cardBackground-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-cardBackground-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-cardBackground-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-cardBackground-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-cardBackground-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-cardBackground-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-cardBackground-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-cardBackground-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-cardBackground-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-cardBackground-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-cardBackground-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-cardBackground-text-contrastsWithCard{border-inline-end-color:true}
.border-e-cardBackground-text-isDark{border-inline-end-color:true}
.border-e-cardBackground-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-e-cardBackground-text-text\/0{border-inline-end-color:rgb(132 132 132 / 0)}
.border-e-cardBackground-text-text\/10{border-inline-end-color:rgb(132 132 132 / 0.1)}
.border-e-cardBackground-text-text\/100{border-inline-end-color:rgb(132 132 132 / 1)}
.border-e-cardBackground-text-text\/15{border-inline-end-color:rgb(132 132 132 / 0.15)}
.border-e-cardBackground-text-text\/20{border-inline-end-color:rgb(132 132 132 / 0.2)}
.border-e-cardBackground-text-text\/25{border-inline-end-color:rgb(132 132 132 / 0.25)}
.border-e-cardBackground-text-text\/30{border-inline-end-color:rgb(132 132 132 / 0.3)}
.border-e-cardBackground-text-text\/35{border-inline-end-color:rgb(132 132 132 / 0.35)}
.border-e-cardBackground-text-text\/40{border-inline-end-color:rgb(132 132 132 / 0.4)}
.border-e-cardBackground-text-text\/45{border-inline-end-color:rgb(132 132 132 / 0.45)}
.border-e-cardBackground-text-text\/5{border-inline-end-color:rgb(132 132 132 / 0.05)}
.border-e-cardBackground-text-text\/50{border-inline-end-color:rgb(132 132 132 / 0.5)}
.border-e-cardBackground-text-text\/55{border-inline-end-color:rgb(132 132 132 / 0.55)}
.border-e-cardBackground-text-text\/60{border-inline-end-color:rgb(132 132 132 / 0.6)}
.border-e-cardBackground-text-text\/65{border-inline-end-color:rgb(132 132 132 / 0.65)}
.border-e-cardBackground-text-text\/70{border-inline-end-color:rgb(132 132 132 / 0.7)}
.border-e-cardBackground-text-text\/75{border-inline-end-color:rgb(132 132 132 / 0.75)}
.border-e-cardBackground-text-text\/80{border-inline-end-color:rgb(132 132 132 / 0.8)}
.border-e-cardBackground-text-text\/85{border-inline-end-color:rgb(132 132 132 / 0.85)}
.border-e-cardBackground-text-text\/90{border-inline-end-color:rgb(132 132 132 / 0.9)}
.border-e-cardBackground-text-text\/95{border-inline-end-color:rgb(132 132 132 / 0.95)}
.border-e-cardHeader-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-cardHeader-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-cardHeader-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-cardHeader-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-cardHeader-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-cardHeader-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-cardHeader-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-cardHeader-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-cardHeader-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-cardHeader-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-cardHeader-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-cardHeader-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-cardHeader-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-cardHeader-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-cardHeader-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-cardHeader-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-cardHeader-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-cardHeader-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-cardHeader-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-cardHeader-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-cardHeader-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-cardHeader-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-cardHeader-text-contrastsWithCard{border-inline-end-color:true}
.border-e-cardHeader-text-isDark{border-inline-end-color:true}
.border-e-cardHeader-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-e-cardHeader-text-text\/0{border-inline-end-color:rgb(126 126 132 / 0)}
.border-e-cardHeader-text-text\/10{border-inline-end-color:rgb(126 126 132 / 0.1)}
.border-e-cardHeader-text-text\/100{border-inline-end-color:rgb(126 126 132 / 1)}
.border-e-cardHeader-text-text\/15{border-inline-end-color:rgb(126 126 132 / 0.15)}
.border-e-cardHeader-text-text\/20{border-inline-end-color:rgb(126 126 132 / 0.2)}
.border-e-cardHeader-text-text\/25{border-inline-end-color:rgb(126 126 132 / 0.25)}
.border-e-cardHeader-text-text\/30{border-inline-end-color:rgb(126 126 132 / 0.3)}
.border-e-cardHeader-text-text\/35{border-inline-end-color:rgb(126 126 132 / 0.35)}
.border-e-cardHeader-text-text\/40{border-inline-end-color:rgb(126 126 132 / 0.4)}
.border-e-cardHeader-text-text\/45{border-inline-end-color:rgb(126 126 132 / 0.45)}
.border-e-cardHeader-text-text\/5{border-inline-end-color:rgb(126 126 132 / 0.05)}
.border-e-cardHeader-text-text\/50{border-inline-end-color:rgb(126 126 132 / 0.5)}
.border-e-cardHeader-text-text\/55{border-inline-end-color:rgb(126 126 132 / 0.55)}
.border-e-cardHeader-text-text\/60{border-inline-end-color:rgb(126 126 132 / 0.6)}
.border-e-cardHeader-text-text\/65{border-inline-end-color:rgb(126 126 132 / 0.65)}
.border-e-cardHeader-text-text\/70{border-inline-end-color:rgb(126 126 132 / 0.7)}
.border-e-cardHeader-text-text\/75{border-inline-end-color:rgb(126 126 132 / 0.75)}
.border-e-cardHeader-text-text\/80{border-inline-end-color:rgb(126 126 132 / 0.8)}
.border-e-cardHeader-text-text\/85{border-inline-end-color:rgb(126 126 132 / 0.85)}
.border-e-cardHeader-text-text\/90{border-inline-end-color:rgb(126 126 132 / 0.9)}
.border-e-cardHeader-text-text\/95{border-inline-end-color:rgb(126 126 132 / 0.95)}
.border-e-danger-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-danger-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-danger-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-danger-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-danger-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-danger-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-danger-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-danger-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-danger-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-danger-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-danger-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-danger-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-danger-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-danger-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-danger-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-danger-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-danger-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-danger-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-danger-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-danger-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-danger-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-danger-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-danger-text-contrastsWithCard{border-inline-end-color:true}
.border-e-danger-text-isDark{border-inline-end-color:true}
.border-e-danger-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-e-danger-text-text\/0{border-inline-end-color:rgb(232 87 67 / 0)}
.border-e-danger-text-text\/10{border-inline-end-color:rgb(232 87 67 / 0.1)}
.border-e-danger-text-text\/100{border-inline-end-color:rgb(232 87 67 / 1)}
.border-e-danger-text-text\/15{border-inline-end-color:rgb(232 87 67 / 0.15)}
.border-e-danger-text-text\/20{border-inline-end-color:rgb(232 87 67 / 0.2)}
.border-e-danger-text-text\/25{border-inline-end-color:rgb(232 87 67 / 0.25)}
.border-e-danger-text-text\/30{border-inline-end-color:rgb(232 87 67 / 0.3)}
.border-e-danger-text-text\/35{border-inline-end-color:rgb(232 87 67 / 0.35)}
.border-e-danger-text-text\/40{border-inline-end-color:rgb(232 87 67 / 0.4)}
.border-e-danger-text-text\/45{border-inline-end-color:rgb(232 87 67 / 0.45)}
.border-e-danger-text-text\/5{border-inline-end-color:rgb(232 87 67 / 0.05)}
.border-e-danger-text-text\/50{border-inline-end-color:rgb(232 87 67 / 0.5)}
.border-e-danger-text-text\/55{border-inline-end-color:rgb(232 87 67 / 0.55)}
.border-e-danger-text-text\/60{border-inline-end-color:rgb(232 87 67 / 0.6)}
.border-e-danger-text-text\/65{border-inline-end-color:rgb(232 87 67 / 0.65)}
.border-e-danger-text-text\/70{border-inline-end-color:rgb(232 87 67 / 0.7)}
.border-e-danger-text-text\/75{border-inline-end-color:rgb(232 87 67 / 0.75)}
.border-e-danger-text-text\/80{border-inline-end-color:rgb(232 87 67 / 0.8)}
.border-e-danger-text-text\/85{border-inline-end-color:rgb(232 87 67 / 0.85)}
.border-e-danger-text-text\/90{border-inline-end-color:rgb(232 87 67 / 0.9)}
.border-e-danger-text-text\/95{border-inline-end-color:rgb(232 87 67 / 0.95)}
.border-e-emerald-100{--tw-border-opacity:1;border-inline-end-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-e-emerald-100\/0{border-inline-end-color:rgb(209 250 229 / 0)}
.border-e-emerald-100\/10{border-inline-end-color:rgb(209 250 229 / 0.1)}
.border-e-emerald-100\/100{border-inline-end-color:rgb(209 250 229 / 1)}
.border-e-emerald-100\/15{border-inline-end-color:rgb(209 250 229 / 0.15)}
.border-e-emerald-100\/20{border-inline-end-color:rgb(209 250 229 / 0.2)}
.border-e-emerald-100\/25{border-inline-end-color:rgb(209 250 229 / 0.25)}
.border-e-emerald-100\/30{border-inline-end-color:rgb(209 250 229 / 0.3)}
.border-e-emerald-100\/35{border-inline-end-color:rgb(209 250 229 / 0.35)}
.border-e-emerald-100\/40{border-inline-end-color:rgb(209 250 229 / 0.4)}
.border-e-emerald-100\/45{border-inline-end-color:rgb(209 250 229 / 0.45)}
.border-e-emerald-100\/5{border-inline-end-color:rgb(209 250 229 / 0.05)}
.border-e-emerald-100\/50{border-inline-end-color:rgb(209 250 229 / 0.5)}
.border-e-emerald-100\/55{border-inline-end-color:rgb(209 250 229 / 0.55)}
.border-e-emerald-100\/60{border-inline-end-color:rgb(209 250 229 / 0.6)}
.border-e-emerald-100\/65{border-inline-end-color:rgb(209 250 229 / 0.65)}
.border-e-emerald-100\/70{border-inline-end-color:rgb(209 250 229 / 0.7)}
.border-e-emerald-100\/75{border-inline-end-color:rgb(209 250 229 / 0.75)}
.border-e-emerald-100\/80{border-inline-end-color:rgb(209 250 229 / 0.8)}
.border-e-emerald-100\/85{border-inline-end-color:rgb(209 250 229 / 0.85)}
.border-e-emerald-100\/90{border-inline-end-color:rgb(209 250 229 / 0.9)}
.border-e-emerald-100\/95{border-inline-end-color:rgb(209 250 229 / 0.95)}
.border-e-emerald-200{--tw-border-opacity:1;border-inline-end-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-e-emerald-200\/0{border-inline-end-color:rgb(167 243 208 / 0)}
.border-e-emerald-200\/10{border-inline-end-color:rgb(167 243 208 / 0.1)}
.border-e-emerald-200\/100{border-inline-end-color:rgb(167 243 208 / 1)}
.border-e-emerald-200\/15{border-inline-end-color:rgb(167 243 208 / 0.15)}
.border-e-emerald-200\/20{border-inline-end-color:rgb(167 243 208 / 0.2)}
.border-e-emerald-200\/25{border-inline-end-color:rgb(167 243 208 / 0.25)}
.border-e-emerald-200\/30{border-inline-end-color:rgb(167 243 208 / 0.3)}
.border-e-emerald-200\/35{border-inline-end-color:rgb(167 243 208 / 0.35)}
.border-e-emerald-200\/40{border-inline-end-color:rgb(167 243 208 / 0.4)}
.border-e-emerald-200\/45{border-inline-end-color:rgb(167 243 208 / 0.45)}
.border-e-emerald-200\/5{border-inline-end-color:rgb(167 243 208 / 0.05)}
.border-e-emerald-200\/50{border-inline-end-color:rgb(167 243 208 / 0.5)}
.border-e-emerald-200\/55{border-inline-end-color:rgb(167 243 208 / 0.55)}
.border-e-emerald-200\/60{border-inline-end-color:rgb(167 243 208 / 0.6)}
.border-e-emerald-200\/65{border-inline-end-color:rgb(167 243 208 / 0.65)}
.border-e-emerald-200\/70{border-inline-end-color:rgb(167 243 208 / 0.7)}
.border-e-emerald-200\/75{border-inline-end-color:rgb(167 243 208 / 0.75)}
.border-e-emerald-200\/80{border-inline-end-color:rgb(167 243 208 / 0.8)}
.border-e-emerald-200\/85{border-inline-end-color:rgb(167 243 208 / 0.85)}
.border-e-emerald-200\/90{border-inline-end-color:rgb(167 243 208 / 0.9)}
.border-e-emerald-200\/95{border-inline-end-color:rgb(167 243 208 / 0.95)}
.border-e-emerald-300{--tw-border-opacity:1;border-inline-end-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-e-emerald-300\/0{border-inline-end-color:rgb(110 231 183 / 0)}
.border-e-emerald-300\/10{border-inline-end-color:rgb(110 231 183 / 0.1)}
.border-e-emerald-300\/100{border-inline-end-color:rgb(110 231 183 / 1)}
.border-e-emerald-300\/15{border-inline-end-color:rgb(110 231 183 / 0.15)}
.border-e-emerald-300\/20{border-inline-end-color:rgb(110 231 183 / 0.2)}
.border-e-emerald-300\/25{border-inline-end-color:rgb(110 231 183 / 0.25)}
.border-e-emerald-300\/30{border-inline-end-color:rgb(110 231 183 / 0.3)}
.border-e-emerald-300\/35{border-inline-end-color:rgb(110 231 183 / 0.35)}
.border-e-emerald-300\/40{border-inline-end-color:rgb(110 231 183 / 0.4)}
.border-e-emerald-300\/45{border-inline-end-color:rgb(110 231 183 / 0.45)}
.border-e-emerald-300\/5{border-inline-end-color:rgb(110 231 183 / 0.05)}
.border-e-emerald-300\/50{border-inline-end-color:rgb(110 231 183 / 0.5)}
.border-e-emerald-300\/55{border-inline-end-color:rgb(110 231 183 / 0.55)}
.border-e-emerald-300\/60{border-inline-end-color:rgb(110 231 183 / 0.6)}
.border-e-emerald-300\/65{border-inline-end-color:rgb(110 231 183 / 0.65)}
.border-e-emerald-300\/70{border-inline-end-color:rgb(110 231 183 / 0.7)}
.border-e-emerald-300\/75{border-inline-end-color:rgb(110 231 183 / 0.75)}
.border-e-emerald-300\/80{border-inline-end-color:rgb(110 231 183 / 0.8)}
.border-e-emerald-300\/85{border-inline-end-color:rgb(110 231 183 / 0.85)}
.border-e-emerald-300\/90{border-inline-end-color:rgb(110 231 183 / 0.9)}
.border-e-emerald-300\/95{border-inline-end-color:rgb(110 231 183 / 0.95)}
.border-e-emerald-400{--tw-border-opacity:1;border-inline-end-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-e-emerald-400\/0{border-inline-end-color:rgb(52 211 153 / 0)}
.border-e-emerald-400\/10{border-inline-end-color:rgb(52 211 153 / 0.1)}
.border-e-emerald-400\/100{border-inline-end-color:rgb(52 211 153 / 1)}
.border-e-emerald-400\/15{border-inline-end-color:rgb(52 211 153 / 0.15)}
.border-e-emerald-400\/20{border-inline-end-color:rgb(52 211 153 / 0.2)}
.border-e-emerald-400\/25{border-inline-end-color:rgb(52 211 153 / 0.25)}
.border-e-emerald-400\/30{border-inline-end-color:rgb(52 211 153 / 0.3)}
.border-e-emerald-400\/35{border-inline-end-color:rgb(52 211 153 / 0.35)}
.border-e-emerald-400\/40{border-inline-end-color:rgb(52 211 153 / 0.4)}
.border-e-emerald-400\/45{border-inline-end-color:rgb(52 211 153 / 0.45)}
.border-e-emerald-400\/5{border-inline-end-color:rgb(52 211 153 / 0.05)}
.border-e-emerald-400\/50{border-inline-end-color:rgb(52 211 153 / 0.5)}
.border-e-emerald-400\/55{border-inline-end-color:rgb(52 211 153 / 0.55)}
.border-e-emerald-400\/60{border-inline-end-color:rgb(52 211 153 / 0.6)}
.border-e-emerald-400\/65{border-inline-end-color:rgb(52 211 153 / 0.65)}
.border-e-emerald-400\/70{border-inline-end-color:rgb(52 211 153 / 0.7)}
.border-e-emerald-400\/75{border-inline-end-color:rgb(52 211 153 / 0.75)}
.border-e-emerald-400\/80{border-inline-end-color:rgb(52 211 153 / 0.8)}
.border-e-emerald-400\/85{border-inline-end-color:rgb(52 211 153 / 0.85)}
.border-e-emerald-400\/90{border-inline-end-color:rgb(52 211 153 / 0.9)}
.border-e-emerald-400\/95{border-inline-end-color:rgb(52 211 153 / 0.95)}
.border-e-emerald-50{--tw-border-opacity:1;border-inline-end-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-e-emerald-50\/0{border-inline-end-color:rgb(236 253 245 / 0)}
.border-e-emerald-50\/10{border-inline-end-color:rgb(236 253 245 / 0.1)}
.border-e-emerald-50\/100{border-inline-end-color:rgb(236 253 245 / 1)}
.border-e-emerald-50\/15{border-inline-end-color:rgb(236 253 245 / 0.15)}
.border-e-emerald-50\/20{border-inline-end-color:rgb(236 253 245 / 0.2)}
.border-e-emerald-50\/25{border-inline-end-color:rgb(236 253 245 / 0.25)}
.border-e-emerald-50\/30{border-inline-end-color:rgb(236 253 245 / 0.3)}
.border-e-emerald-50\/35{border-inline-end-color:rgb(236 253 245 / 0.35)}
.border-e-emerald-50\/40{border-inline-end-color:rgb(236 253 245 / 0.4)}
.border-e-emerald-50\/45{border-inline-end-color:rgb(236 253 245 / 0.45)}
.border-e-emerald-50\/5{border-inline-end-color:rgb(236 253 245 / 0.05)}
.border-e-emerald-50\/50{border-inline-end-color:rgb(236 253 245 / 0.5)}
.border-e-emerald-50\/55{border-inline-end-color:rgb(236 253 245 / 0.55)}
.border-e-emerald-50\/60{border-inline-end-color:rgb(236 253 245 / 0.6)}
.border-e-emerald-50\/65{border-inline-end-color:rgb(236 253 245 / 0.65)}
.border-e-emerald-50\/70{border-inline-end-color:rgb(236 253 245 / 0.7)}
.border-e-emerald-50\/75{border-inline-end-color:rgb(236 253 245 / 0.75)}
.border-e-emerald-50\/80{border-inline-end-color:rgb(236 253 245 / 0.8)}
.border-e-emerald-50\/85{border-inline-end-color:rgb(236 253 245 / 0.85)}
.border-e-emerald-50\/90{border-inline-end-color:rgb(236 253 245 / 0.9)}
.border-e-emerald-50\/95{border-inline-end-color:rgb(236 253 245 / 0.95)}
.border-e-emerald-500{--tw-border-opacity:1;border-inline-end-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-e-emerald-500\/0{border-inline-end-color:rgb(16 185 129 / 0)}
.border-e-emerald-500\/10{border-inline-end-color:rgb(16 185 129 / 0.1)}
.border-e-emerald-500\/100{border-inline-end-color:rgb(16 185 129 / 1)}
.border-e-emerald-500\/15{border-inline-end-color:rgb(16 185 129 / 0.15)}
.border-e-emerald-500\/20{border-inline-end-color:rgb(16 185 129 / 0.2)}
.border-e-emerald-500\/25{border-inline-end-color:rgb(16 185 129 / 0.25)}
.border-e-emerald-500\/30{border-inline-end-color:rgb(16 185 129 / 0.3)}
.border-e-emerald-500\/35{border-inline-end-color:rgb(16 185 129 / 0.35)}
.border-e-emerald-500\/40{border-inline-end-color:rgb(16 185 129 / 0.4)}
.border-e-emerald-500\/45{border-inline-end-color:rgb(16 185 129 / 0.45)}
.border-e-emerald-500\/5{border-inline-end-color:rgb(16 185 129 / 0.05)}
.border-e-emerald-500\/50{border-inline-end-color:rgb(16 185 129 / 0.5)}
.border-e-emerald-500\/55{border-inline-end-color:rgb(16 185 129 / 0.55)}
.border-e-emerald-500\/60{border-inline-end-color:rgb(16 185 129 / 0.6)}
.border-e-emerald-500\/65{border-inline-end-color:rgb(16 185 129 / 0.65)}
.border-e-emerald-500\/70{border-inline-end-color:rgb(16 185 129 / 0.7)}
.border-e-emerald-500\/75{border-inline-end-color:rgb(16 185 129 / 0.75)}
.border-e-emerald-500\/80{border-inline-end-color:rgb(16 185 129 / 0.8)}
.border-e-emerald-500\/85{border-inline-end-color:rgb(16 185 129 / 0.85)}
.border-e-emerald-500\/90{border-inline-end-color:rgb(16 185 129 / 0.9)}
.border-e-emerald-500\/95{border-inline-end-color:rgb(16 185 129 / 0.95)}
.border-e-emerald-600{--tw-border-opacity:1;border-inline-end-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-e-emerald-600\/0{border-inline-end-color:rgb(5 150 105 / 0)}
.border-e-emerald-600\/10{border-inline-end-color:rgb(5 150 105 / 0.1)}
.border-e-emerald-600\/100{border-inline-end-color:rgb(5 150 105 / 1)}
.border-e-emerald-600\/15{border-inline-end-color:rgb(5 150 105 / 0.15)}
.border-e-emerald-600\/20{border-inline-end-color:rgb(5 150 105 / 0.2)}
.border-e-emerald-600\/25{border-inline-end-color:rgb(5 150 105 / 0.25)}
.border-e-emerald-600\/30{border-inline-end-color:rgb(5 150 105 / 0.3)}
.border-e-emerald-600\/35{border-inline-end-color:rgb(5 150 105 / 0.35)}
.border-e-emerald-600\/40{border-inline-end-color:rgb(5 150 105 / 0.4)}
.border-e-emerald-600\/45{border-inline-end-color:rgb(5 150 105 / 0.45)}
.border-e-emerald-600\/5{border-inline-end-color:rgb(5 150 105 / 0.05)}
.border-e-emerald-600\/50{border-inline-end-color:rgb(5 150 105 / 0.5)}
.border-e-emerald-600\/55{border-inline-end-color:rgb(5 150 105 / 0.55)}
.border-e-emerald-600\/60{border-inline-end-color:rgb(5 150 105 / 0.6)}
.border-e-emerald-600\/65{border-inline-end-color:rgb(5 150 105 / 0.65)}
.border-e-emerald-600\/70{border-inline-end-color:rgb(5 150 105 / 0.7)}
.border-e-emerald-600\/75{border-inline-end-color:rgb(5 150 105 / 0.75)}
.border-e-emerald-600\/80{border-inline-end-color:rgb(5 150 105 / 0.8)}
.border-e-emerald-600\/85{border-inline-end-color:rgb(5 150 105 / 0.85)}
.border-e-emerald-600\/90{border-inline-end-color:rgb(5 150 105 / 0.9)}
.border-e-emerald-600\/95{border-inline-end-color:rgb(5 150 105 / 0.95)}
.border-e-emerald-700{--tw-border-opacity:1;border-inline-end-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-e-emerald-700\/0{border-inline-end-color:rgb(4 120 87 / 0)}
.border-e-emerald-700\/10{border-inline-end-color:rgb(4 120 87 / 0.1)}
.border-e-emerald-700\/100{border-inline-end-color:rgb(4 120 87 / 1)}
.border-e-emerald-700\/15{border-inline-end-color:rgb(4 120 87 / 0.15)}
.border-e-emerald-700\/20{border-inline-end-color:rgb(4 120 87 / 0.2)}
.border-e-emerald-700\/25{border-inline-end-color:rgb(4 120 87 / 0.25)}
.border-e-emerald-700\/30{border-inline-end-color:rgb(4 120 87 / 0.3)}
.border-e-emerald-700\/35{border-inline-end-color:rgb(4 120 87 / 0.35)}
.border-e-emerald-700\/40{border-inline-end-color:rgb(4 120 87 / 0.4)}
.border-e-emerald-700\/45{border-inline-end-color:rgb(4 120 87 / 0.45)}
.border-e-emerald-700\/5{border-inline-end-color:rgb(4 120 87 / 0.05)}
.border-e-emerald-700\/50{border-inline-end-color:rgb(4 120 87 / 0.5)}
.border-e-emerald-700\/55{border-inline-end-color:rgb(4 120 87 / 0.55)}
.border-e-emerald-700\/60{border-inline-end-color:rgb(4 120 87 / 0.6)}
.border-e-emerald-700\/65{border-inline-end-color:rgb(4 120 87 / 0.65)}
.border-e-emerald-700\/70{border-inline-end-color:rgb(4 120 87 / 0.7)}
.border-e-emerald-700\/75{border-inline-end-color:rgb(4 120 87 / 0.75)}
.border-e-emerald-700\/80{border-inline-end-color:rgb(4 120 87 / 0.8)}
.border-e-emerald-700\/85{border-inline-end-color:rgb(4 120 87 / 0.85)}
.border-e-emerald-700\/90{border-inline-end-color:rgb(4 120 87 / 0.9)}
.border-e-emerald-700\/95{border-inline-end-color:rgb(4 120 87 / 0.95)}
.border-e-emerald-800{--tw-border-opacity:1;border-inline-end-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-e-emerald-800\/0{border-inline-end-color:rgb(6 95 70 / 0)}
.border-e-emerald-800\/10{border-inline-end-color:rgb(6 95 70 / 0.1)}
.border-e-emerald-800\/100{border-inline-end-color:rgb(6 95 70 / 1)}
.border-e-emerald-800\/15{border-inline-end-color:rgb(6 95 70 / 0.15)}
.border-e-emerald-800\/20{border-inline-end-color:rgb(6 95 70 / 0.2)}
.border-e-emerald-800\/25{border-inline-end-color:rgb(6 95 70 / 0.25)}
.border-e-emerald-800\/30{border-inline-end-color:rgb(6 95 70 / 0.3)}
.border-e-emerald-800\/35{border-inline-end-color:rgb(6 95 70 / 0.35)}
.border-e-emerald-800\/40{border-inline-end-color:rgb(6 95 70 / 0.4)}
.border-e-emerald-800\/45{border-inline-end-color:rgb(6 95 70 / 0.45)}
.border-e-emerald-800\/5{border-inline-end-color:rgb(6 95 70 / 0.05)}
.border-e-emerald-800\/50{border-inline-end-color:rgb(6 95 70 / 0.5)}
.border-e-emerald-800\/55{border-inline-end-color:rgb(6 95 70 / 0.55)}
.border-e-emerald-800\/60{border-inline-end-color:rgb(6 95 70 / 0.6)}
.border-e-emerald-800\/65{border-inline-end-color:rgb(6 95 70 / 0.65)}
.border-e-emerald-800\/70{border-inline-end-color:rgb(6 95 70 / 0.7)}
.border-e-emerald-800\/75{border-inline-end-color:rgb(6 95 70 / 0.75)}
.border-e-emerald-800\/80{border-inline-end-color:rgb(6 95 70 / 0.8)}
.border-e-emerald-800\/85{border-inline-end-color:rgb(6 95 70 / 0.85)}
.border-e-emerald-800\/90{border-inline-end-color:rgb(6 95 70 / 0.9)}
.border-e-emerald-800\/95{border-inline-end-color:rgb(6 95 70 / 0.95)}
.border-e-emerald-900{--tw-border-opacity:1;border-inline-end-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-e-emerald-900\/0{border-inline-end-color:rgb(6 78 59 / 0)}
.border-e-emerald-900\/10{border-inline-end-color:rgb(6 78 59 / 0.1)}
.border-e-emerald-900\/100{border-inline-end-color:rgb(6 78 59 / 1)}
.border-e-emerald-900\/15{border-inline-end-color:rgb(6 78 59 / 0.15)}
.border-e-emerald-900\/20{border-inline-end-color:rgb(6 78 59 / 0.2)}
.border-e-emerald-900\/25{border-inline-end-color:rgb(6 78 59 / 0.25)}
.border-e-emerald-900\/30{border-inline-end-color:rgb(6 78 59 / 0.3)}
.border-e-emerald-900\/35{border-inline-end-color:rgb(6 78 59 / 0.35)}
.border-e-emerald-900\/40{border-inline-end-color:rgb(6 78 59 / 0.4)}
.border-e-emerald-900\/45{border-inline-end-color:rgb(6 78 59 / 0.45)}
.border-e-emerald-900\/5{border-inline-end-color:rgb(6 78 59 / 0.05)}
.border-e-emerald-900\/50{border-inline-end-color:rgb(6 78 59 / 0.5)}
.border-e-emerald-900\/55{border-inline-end-color:rgb(6 78 59 / 0.55)}
.border-e-emerald-900\/60{border-inline-end-color:rgb(6 78 59 / 0.6)}
.border-e-emerald-900\/65{border-inline-end-color:rgb(6 78 59 / 0.65)}
.border-e-emerald-900\/70{border-inline-end-color:rgb(6 78 59 / 0.7)}
.border-e-emerald-900\/75{border-inline-end-color:rgb(6 78 59 / 0.75)}
.border-e-emerald-900\/80{border-inline-end-color:rgb(6 78 59 / 0.8)}
.border-e-emerald-900\/85{border-inline-end-color:rgb(6 78 59 / 0.85)}
.border-e-emerald-900\/90{border-inline-end-color:rgb(6 78 59 / 0.9)}
.border-e-emerald-900\/95{border-inline-end-color:rgb(6 78 59 / 0.95)}
.border-e-emerald-950{--tw-border-opacity:1;border-inline-end-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-e-emerald-950\/0{border-inline-end-color:rgb(2 44 34 / 0)}
.border-e-emerald-950\/10{border-inline-end-color:rgb(2 44 34 / 0.1)}
.border-e-emerald-950\/100{border-inline-end-color:rgb(2 44 34 / 1)}
.border-e-emerald-950\/15{border-inline-end-color:rgb(2 44 34 / 0.15)}
.border-e-emerald-950\/20{border-inline-end-color:rgb(2 44 34 / 0.2)}
.border-e-emerald-950\/25{border-inline-end-color:rgb(2 44 34 / 0.25)}
.border-e-emerald-950\/30{border-inline-end-color:rgb(2 44 34 / 0.3)}
.border-e-emerald-950\/35{border-inline-end-color:rgb(2 44 34 / 0.35)}
.border-e-emerald-950\/40{border-inline-end-color:rgb(2 44 34 / 0.4)}
.border-e-emerald-950\/45{border-inline-end-color:rgb(2 44 34 / 0.45)}
.border-e-emerald-950\/5{border-inline-end-color:rgb(2 44 34 / 0.05)}
.border-e-emerald-950\/50{border-inline-end-color:rgb(2 44 34 / 0.5)}
.border-e-emerald-950\/55{border-inline-end-color:rgb(2 44 34 / 0.55)}
.border-e-emerald-950\/60{border-inline-end-color:rgb(2 44 34 / 0.6)}
.border-e-emerald-950\/65{border-inline-end-color:rgb(2 44 34 / 0.65)}
.border-e-emerald-950\/70{border-inline-end-color:rgb(2 44 34 / 0.7)}
.border-e-emerald-950\/75{border-inline-end-color:rgb(2 44 34 / 0.75)}
.border-e-emerald-950\/80{border-inline-end-color:rgb(2 44 34 / 0.8)}
.border-e-emerald-950\/85{border-inline-end-color:rgb(2 44 34 / 0.85)}
.border-e-emerald-950\/90{border-inline-end-color:rgb(2 44 34 / 0.9)}
.border-e-emerald-950\/95{border-inline-end-color:rgb(2 44 34 / 0.95)}
.border-e-gridItemHover{border-inline-end-color:rgba(0,0,0,.03)}
.border-e-gridItemHover\/0{border-inline-end-color:rgba(0, 0, 0, 0)}
.border-e-gridItemHover\/10{border-inline-end-color:rgba(0, 0, 0, 0.1)}
.border-e-gridItemHover\/100{border-inline-end-color:rgba(0, 0, 0, 1)}
.border-e-gridItemHover\/15{border-inline-end-color:rgba(0, 0, 0, 0.15)}
.border-e-gridItemHover\/20{border-inline-end-color:rgba(0, 0, 0, 0.2)}
.border-e-gridItemHover\/25{border-inline-end-color:rgba(0, 0, 0, 0.25)}
.border-e-gridItemHover\/30{border-inline-end-color:rgba(0, 0, 0, 0.3)}
.border-e-gridItemHover\/35{border-inline-end-color:rgba(0, 0, 0, 0.35)}
.border-e-gridItemHover\/40{border-inline-end-color:rgba(0, 0, 0, 0.4)}
.border-e-gridItemHover\/45{border-inline-end-color:rgba(0, 0, 0, 0.45)}
.border-e-gridItemHover\/5{border-inline-end-color:rgba(0, 0, 0, 0.05)}
.border-e-gridItemHover\/50{border-inline-end-color:rgba(0, 0, 0, 0.5)}
.border-e-gridItemHover\/55{border-inline-end-color:rgba(0, 0, 0, 0.55)}
.border-e-gridItemHover\/60{border-inline-end-color:rgba(0, 0, 0, 0.6)}
.border-e-gridItemHover\/65{border-inline-end-color:rgba(0, 0, 0, 0.65)}
.border-e-gridItemHover\/70{border-inline-end-color:rgba(0, 0, 0, 0.7)}
.border-e-gridItemHover\/75{border-inline-end-color:rgba(0, 0, 0, 0.75)}
.border-e-gridItemHover\/80{border-inline-end-color:rgba(0, 0, 0, 0.8)}
.border-e-gridItemHover\/85{border-inline-end-color:rgba(0, 0, 0, 0.85)}
.border-e-gridItemHover\/90{border-inline-end-color:rgba(0, 0, 0, 0.9)}
.border-e-gridItemHover\/95{border-inline-end-color:rgba(0, 0, 0, 0.95)}
.border-e-info-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-info-text-contrast\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-info-text-contrast\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-info-text-contrast\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-info-text-contrast\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-info-text-contrast\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-info-text-contrast\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-info-text-contrast\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-info-text-contrast\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-info-text-contrast\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-info-text-contrast\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-info-text-contrast\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-info-text-contrast\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-info-text-contrast\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-info-text-contrast\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-info-text-contrast\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-info-text-contrast\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-info-text-contrast\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-info-text-contrast\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-info-text-contrast\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-info-text-contrast\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-info-text-contrast\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-info-text-contrastsWithCard{border-inline-end-color:true}
.border-e-info-text-isDark{}
.border-e-info-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-e-info-text-text\/0{border-inline-end-color:rgb(72 171 217 / 0)}
.border-e-info-text-text\/10{border-inline-end-color:rgb(72 171 217 / 0.1)}
.border-e-info-text-text\/100{border-inline-end-color:rgb(72 171 217 / 1)}
.border-e-info-text-text\/15{border-inline-end-color:rgb(72 171 217 / 0.15)}
.border-e-info-text-text\/20{border-inline-end-color:rgb(72 171 217 / 0.2)}
.border-e-info-text-text\/25{border-inline-end-color:rgb(72 171 217 / 0.25)}
.border-e-info-text-text\/30{border-inline-end-color:rgb(72 171 217 / 0.3)}
.border-e-info-text-text\/35{border-inline-end-color:rgb(72 171 217 / 0.35)}
.border-e-info-text-text\/40{border-inline-end-color:rgb(72 171 217 / 0.4)}
.border-e-info-text-text\/45{border-inline-end-color:rgb(72 171 217 / 0.45)}
.border-e-info-text-text\/5{border-inline-end-color:rgb(72 171 217 / 0.05)}
.border-e-info-text-text\/50{border-inline-end-color:rgb(72 171 217 / 0.5)}
.border-e-info-text-text\/55{border-inline-end-color:rgb(72 171 217 / 0.55)}
.border-e-info-text-text\/60{border-inline-end-color:rgb(72 171 217 / 0.6)}
.border-e-info-text-text\/65{border-inline-end-color:rgb(72 171 217 / 0.65)}
.border-e-info-text-text\/70{border-inline-end-color:rgb(72 171 217 / 0.7)}
.border-e-info-text-text\/75{border-inline-end-color:rgb(72 171 217 / 0.75)}
.border-e-info-text-text\/80{border-inline-end-color:rgb(72 171 217 / 0.8)}
.border-e-info-text-text\/85{border-inline-end-color:rgb(72 171 217 / 0.85)}
.border-e-info-text-text\/90{border-inline-end-color:rgb(72 171 217 / 0.9)}
.border-e-info-text-text\/95{border-inline-end-color:rgb(72 171 217 / 0.95)}
.border-e-lime-100{--tw-border-opacity:1;border-inline-end-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-e-lime-100\/0{border-inline-end-color:rgb(236 252 203 / 0)}
.border-e-lime-100\/10{border-inline-end-color:rgb(236 252 203 / 0.1)}
.border-e-lime-100\/100{border-inline-end-color:rgb(236 252 203 / 1)}
.border-e-lime-100\/15{border-inline-end-color:rgb(236 252 203 / 0.15)}
.border-e-lime-100\/20{border-inline-end-color:rgb(236 252 203 / 0.2)}
.border-e-lime-100\/25{border-inline-end-color:rgb(236 252 203 / 0.25)}
.border-e-lime-100\/30{border-inline-end-color:rgb(236 252 203 / 0.3)}
.border-e-lime-100\/35{border-inline-end-color:rgb(236 252 203 / 0.35)}
.border-e-lime-100\/40{border-inline-end-color:rgb(236 252 203 / 0.4)}
.border-e-lime-100\/45{border-inline-end-color:rgb(236 252 203 / 0.45)}
.border-e-lime-100\/5{border-inline-end-color:rgb(236 252 203 / 0.05)}
.border-e-lime-100\/50{border-inline-end-color:rgb(236 252 203 / 0.5)}
.border-e-lime-100\/55{border-inline-end-color:rgb(236 252 203 / 0.55)}
.border-e-lime-100\/60{border-inline-end-color:rgb(236 252 203 / 0.6)}
.border-e-lime-100\/65{border-inline-end-color:rgb(236 252 203 / 0.65)}
.border-e-lime-100\/70{border-inline-end-color:rgb(236 252 203 / 0.7)}
.border-e-lime-100\/75{border-inline-end-color:rgb(236 252 203 / 0.75)}
.border-e-lime-100\/80{border-inline-end-color:rgb(236 252 203 / 0.8)}
.border-e-lime-100\/85{border-inline-end-color:rgb(236 252 203 / 0.85)}
.border-e-lime-100\/90{border-inline-end-color:rgb(236 252 203 / 0.9)}
.border-e-lime-100\/95{border-inline-end-color:rgb(236 252 203 / 0.95)}
.border-e-lime-200{--tw-border-opacity:1;border-inline-end-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-e-lime-200\/0{border-inline-end-color:rgb(217 249 157 / 0)}
.border-e-lime-200\/10{border-inline-end-color:rgb(217 249 157 / 0.1)}
.border-e-lime-200\/100{border-inline-end-color:rgb(217 249 157 / 1)}
.border-e-lime-200\/15{border-inline-end-color:rgb(217 249 157 / 0.15)}
.border-e-lime-200\/20{border-inline-end-color:rgb(217 249 157 / 0.2)}
.border-e-lime-200\/25{border-inline-end-color:rgb(217 249 157 / 0.25)}
.border-e-lime-200\/30{border-inline-end-color:rgb(217 249 157 / 0.3)}
.border-e-lime-200\/35{border-inline-end-color:rgb(217 249 157 / 0.35)}
.border-e-lime-200\/40{border-inline-end-color:rgb(217 249 157 / 0.4)}
.border-e-lime-200\/45{border-inline-end-color:rgb(217 249 157 / 0.45)}
.border-e-lime-200\/5{border-inline-end-color:rgb(217 249 157 / 0.05)}
.border-e-lime-200\/50{border-inline-end-color:rgb(217 249 157 / 0.5)}
.border-e-lime-200\/55{border-inline-end-color:rgb(217 249 157 / 0.55)}
.border-e-lime-200\/60{border-inline-end-color:rgb(217 249 157 / 0.6)}
.border-e-lime-200\/65{border-inline-end-color:rgb(217 249 157 / 0.65)}
.border-e-lime-200\/70{border-inline-end-color:rgb(217 249 157 / 0.7)}
.border-e-lime-200\/75{border-inline-end-color:rgb(217 249 157 / 0.75)}
.border-e-lime-200\/80{border-inline-end-color:rgb(217 249 157 / 0.8)}
.border-e-lime-200\/85{border-inline-end-color:rgb(217 249 157 / 0.85)}
.border-e-lime-200\/90{border-inline-end-color:rgb(217 249 157 / 0.9)}
.border-e-lime-200\/95{border-inline-end-color:rgb(217 249 157 / 0.95)}
.border-e-lime-300{--tw-border-opacity:1;border-inline-end-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-e-lime-300\/0{border-inline-end-color:rgb(190 242 100 / 0)}
.border-e-lime-300\/10{border-inline-end-color:rgb(190 242 100 / 0.1)}
.border-e-lime-300\/100{border-inline-end-color:rgb(190 242 100 / 1)}
.border-e-lime-300\/15{border-inline-end-color:rgb(190 242 100 / 0.15)}
.border-e-lime-300\/20{border-inline-end-color:rgb(190 242 100 / 0.2)}
.border-e-lime-300\/25{border-inline-end-color:rgb(190 242 100 / 0.25)}
.border-e-lime-300\/30{border-inline-end-color:rgb(190 242 100 / 0.3)}
.border-e-lime-300\/35{border-inline-end-color:rgb(190 242 100 / 0.35)}
.border-e-lime-300\/40{border-inline-end-color:rgb(190 242 100 / 0.4)}
.border-e-lime-300\/45{border-inline-end-color:rgb(190 242 100 / 0.45)}
.border-e-lime-300\/5{border-inline-end-color:rgb(190 242 100 / 0.05)}
.border-e-lime-300\/50{border-inline-end-color:rgb(190 242 100 / 0.5)}
.border-e-lime-300\/55{border-inline-end-color:rgb(190 242 100 / 0.55)}
.border-e-lime-300\/60{border-inline-end-color:rgb(190 242 100 / 0.6)}
.border-e-lime-300\/65{border-inline-end-color:rgb(190 242 100 / 0.65)}
.border-e-lime-300\/70{border-inline-end-color:rgb(190 242 100 / 0.7)}
.border-e-lime-300\/75{border-inline-end-color:rgb(190 242 100 / 0.75)}
.border-e-lime-300\/80{border-inline-end-color:rgb(190 242 100 / 0.8)}
.border-e-lime-300\/85{border-inline-end-color:rgb(190 242 100 / 0.85)}
.border-e-lime-300\/90{border-inline-end-color:rgb(190 242 100 / 0.9)}
.border-e-lime-300\/95{border-inline-end-color:rgb(190 242 100 / 0.95)}
.border-e-lime-400{--tw-border-opacity:1;border-inline-end-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-e-lime-400\/0{border-inline-end-color:rgb(163 230 53 / 0)}
.border-e-lime-400\/10{border-inline-end-color:rgb(163 230 53 / 0.1)}
.border-e-lime-400\/100{border-inline-end-color:rgb(163 230 53 / 1)}
.border-e-lime-400\/15{border-inline-end-color:rgb(163 230 53 / 0.15)}
.border-e-lime-400\/20{border-inline-end-color:rgb(163 230 53 / 0.2)}
.border-e-lime-400\/25{border-inline-end-color:rgb(163 230 53 / 0.25)}
.border-e-lime-400\/30{border-inline-end-color:rgb(163 230 53 / 0.3)}
.border-e-lime-400\/35{border-inline-end-color:rgb(163 230 53 / 0.35)}
.border-e-lime-400\/40{border-inline-end-color:rgb(163 230 53 / 0.4)}
.border-e-lime-400\/45{border-inline-end-color:rgb(163 230 53 / 0.45)}
.border-e-lime-400\/5{border-inline-end-color:rgb(163 230 53 / 0.05)}
.border-e-lime-400\/50{border-inline-end-color:rgb(163 230 53 / 0.5)}
.border-e-lime-400\/55{border-inline-end-color:rgb(163 230 53 / 0.55)}
.border-e-lime-400\/60{border-inline-end-color:rgb(163 230 53 / 0.6)}
.border-e-lime-400\/65{border-inline-end-color:rgb(163 230 53 / 0.65)}
.border-e-lime-400\/70{border-inline-end-color:rgb(163 230 53 / 0.7)}
.border-e-lime-400\/75{border-inline-end-color:rgb(163 230 53 / 0.75)}
.border-e-lime-400\/80{border-inline-end-color:rgb(163 230 53 / 0.8)}
.border-e-lime-400\/85{border-inline-end-color:rgb(163 230 53 / 0.85)}
.border-e-lime-400\/90{border-inline-end-color:rgb(163 230 53 / 0.9)}
.border-e-lime-400\/95{border-inline-end-color:rgb(163 230 53 / 0.95)}
.border-e-lime-50{--tw-border-opacity:1;border-inline-end-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-e-lime-50\/0{border-inline-end-color:rgb(247 254 231 / 0)}
.border-e-lime-50\/10{border-inline-end-color:rgb(247 254 231 / 0.1)}
.border-e-lime-50\/100{border-inline-end-color:rgb(247 254 231 / 1)}
.border-e-lime-50\/15{border-inline-end-color:rgb(247 254 231 / 0.15)}
.border-e-lime-50\/20{border-inline-end-color:rgb(247 254 231 / 0.2)}
.border-e-lime-50\/25{border-inline-end-color:rgb(247 254 231 / 0.25)}
.border-e-lime-50\/30{border-inline-end-color:rgb(247 254 231 / 0.3)}
.border-e-lime-50\/35{border-inline-end-color:rgb(247 254 231 / 0.35)}
.border-e-lime-50\/40{border-inline-end-color:rgb(247 254 231 / 0.4)}
.border-e-lime-50\/45{border-inline-end-color:rgb(247 254 231 / 0.45)}
.border-e-lime-50\/5{border-inline-end-color:rgb(247 254 231 / 0.05)}
.border-e-lime-50\/50{border-inline-end-color:rgb(247 254 231 / 0.5)}
.border-e-lime-50\/55{border-inline-end-color:rgb(247 254 231 / 0.55)}
.border-e-lime-50\/60{border-inline-end-color:rgb(247 254 231 / 0.6)}
.border-e-lime-50\/65{border-inline-end-color:rgb(247 254 231 / 0.65)}
.border-e-lime-50\/70{border-inline-end-color:rgb(247 254 231 / 0.7)}
.border-e-lime-50\/75{border-inline-end-color:rgb(247 254 231 / 0.75)}
.border-e-lime-50\/80{border-inline-end-color:rgb(247 254 231 / 0.8)}
.border-e-lime-50\/85{border-inline-end-color:rgb(247 254 231 / 0.85)}
.border-e-lime-50\/90{border-inline-end-color:rgb(247 254 231 / 0.9)}
.border-e-lime-50\/95{border-inline-end-color:rgb(247 254 231 / 0.95)}
.border-e-lime-500{--tw-border-opacity:1;border-inline-end-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-e-lime-500\/0{border-inline-end-color:rgb(132 204 22 / 0)}
.border-e-lime-500\/10{border-inline-end-color:rgb(132 204 22 / 0.1)}
.border-e-lime-500\/100{border-inline-end-color:rgb(132 204 22 / 1)}
.border-e-lime-500\/15{border-inline-end-color:rgb(132 204 22 / 0.15)}
.border-e-lime-500\/20{border-inline-end-color:rgb(132 204 22 / 0.2)}
.border-e-lime-500\/25{border-inline-end-color:rgb(132 204 22 / 0.25)}
.border-e-lime-500\/30{border-inline-end-color:rgb(132 204 22 / 0.3)}
.border-e-lime-500\/35{border-inline-end-color:rgb(132 204 22 / 0.35)}
.border-e-lime-500\/40{border-inline-end-color:rgb(132 204 22 / 0.4)}
.border-e-lime-500\/45{border-inline-end-color:rgb(132 204 22 / 0.45)}
.border-e-lime-500\/5{border-inline-end-color:rgb(132 204 22 / 0.05)}
.border-e-lime-500\/50{border-inline-end-color:rgb(132 204 22 / 0.5)}
.border-e-lime-500\/55{border-inline-end-color:rgb(132 204 22 / 0.55)}
.border-e-lime-500\/60{border-inline-end-color:rgb(132 204 22 / 0.6)}
.border-e-lime-500\/65{border-inline-end-color:rgb(132 204 22 / 0.65)}
.border-e-lime-500\/70{border-inline-end-color:rgb(132 204 22 / 0.7)}
.border-e-lime-500\/75{border-inline-end-color:rgb(132 204 22 / 0.75)}
.border-e-lime-500\/80{border-inline-end-color:rgb(132 204 22 / 0.8)}
.border-e-lime-500\/85{border-inline-end-color:rgb(132 204 22 / 0.85)}
.border-e-lime-500\/90{border-inline-end-color:rgb(132 204 22 / 0.9)}
.border-e-lime-500\/95{border-inline-end-color:rgb(132 204 22 / 0.95)}
.border-e-lime-600{--tw-border-opacity:1;border-inline-end-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-e-lime-600\/0{border-inline-end-color:rgb(101 163 13 / 0)}
.border-e-lime-600\/10{border-inline-end-color:rgb(101 163 13 / 0.1)}
.border-e-lime-600\/100{border-inline-end-color:rgb(101 163 13 / 1)}
.border-e-lime-600\/15{border-inline-end-color:rgb(101 163 13 / 0.15)}
.border-e-lime-600\/20{border-inline-end-color:rgb(101 163 13 / 0.2)}
.border-e-lime-600\/25{border-inline-end-color:rgb(101 163 13 / 0.25)}
.border-e-lime-600\/30{border-inline-end-color:rgb(101 163 13 / 0.3)}
.border-e-lime-600\/35{border-inline-end-color:rgb(101 163 13 / 0.35)}
.border-e-lime-600\/40{border-inline-end-color:rgb(101 163 13 / 0.4)}
.border-e-lime-600\/45{border-inline-end-color:rgb(101 163 13 / 0.45)}
.border-e-lime-600\/5{border-inline-end-color:rgb(101 163 13 / 0.05)}
.border-e-lime-600\/50{border-inline-end-color:rgb(101 163 13 / 0.5)}
.border-e-lime-600\/55{border-inline-end-color:rgb(101 163 13 / 0.55)}
.border-e-lime-600\/60{border-inline-end-color:rgb(101 163 13 / 0.6)}
.border-e-lime-600\/65{border-inline-end-color:rgb(101 163 13 / 0.65)}
.border-e-lime-600\/70{border-inline-end-color:rgb(101 163 13 / 0.7)}
.border-e-lime-600\/75{border-inline-end-color:rgb(101 163 13 / 0.75)}
.border-e-lime-600\/80{border-inline-end-color:rgb(101 163 13 / 0.8)}
.border-e-lime-600\/85{border-inline-end-color:rgb(101 163 13 / 0.85)}
.border-e-lime-600\/90{border-inline-end-color:rgb(101 163 13 / 0.9)}
.border-e-lime-600\/95{border-inline-end-color:rgb(101 163 13 / 0.95)}
.border-e-lime-700{--tw-border-opacity:1;border-inline-end-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-e-lime-700\/0{border-inline-end-color:rgb(77 124 15 / 0)}
.border-e-lime-700\/10{border-inline-end-color:rgb(77 124 15 / 0.1)}
.border-e-lime-700\/100{border-inline-end-color:rgb(77 124 15 / 1)}
.border-e-lime-700\/15{border-inline-end-color:rgb(77 124 15 / 0.15)}
.border-e-lime-700\/20{border-inline-end-color:rgb(77 124 15 / 0.2)}
.border-e-lime-700\/25{border-inline-end-color:rgb(77 124 15 / 0.25)}
.border-e-lime-700\/30{border-inline-end-color:rgb(77 124 15 / 0.3)}
.border-e-lime-700\/35{border-inline-end-color:rgb(77 124 15 / 0.35)}
.border-e-lime-700\/40{border-inline-end-color:rgb(77 124 15 / 0.4)}
.border-e-lime-700\/45{border-inline-end-color:rgb(77 124 15 / 0.45)}
.border-e-lime-700\/5{border-inline-end-color:rgb(77 124 15 / 0.05)}
.border-e-lime-700\/50{border-inline-end-color:rgb(77 124 15 / 0.5)}
.border-e-lime-700\/55{border-inline-end-color:rgb(77 124 15 / 0.55)}
.border-e-lime-700\/60{border-inline-end-color:rgb(77 124 15 / 0.6)}
.border-e-lime-700\/65{border-inline-end-color:rgb(77 124 15 / 0.65)}
.border-e-lime-700\/70{border-inline-end-color:rgb(77 124 15 / 0.7)}
.border-e-lime-700\/75{border-inline-end-color:rgb(77 124 15 / 0.75)}
.border-e-lime-700\/80{border-inline-end-color:rgb(77 124 15 / 0.8)}
.border-e-lime-700\/85{border-inline-end-color:rgb(77 124 15 / 0.85)}
.border-e-lime-700\/90{border-inline-end-color:rgb(77 124 15 / 0.9)}
.border-e-lime-700\/95{border-inline-end-color:rgb(77 124 15 / 0.95)}
.border-e-lime-800{--tw-border-opacity:1;border-inline-end-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-e-lime-800\/0{border-inline-end-color:rgb(63 98 18 / 0)}
.border-e-lime-800\/10{border-inline-end-color:rgb(63 98 18 / 0.1)}
.border-e-lime-800\/100{border-inline-end-color:rgb(63 98 18 / 1)}
.border-e-lime-800\/15{border-inline-end-color:rgb(63 98 18 / 0.15)}
.border-e-lime-800\/20{border-inline-end-color:rgb(63 98 18 / 0.2)}
.border-e-lime-800\/25{border-inline-end-color:rgb(63 98 18 / 0.25)}
.border-e-lime-800\/30{border-inline-end-color:rgb(63 98 18 / 0.3)}
.border-e-lime-800\/35{border-inline-end-color:rgb(63 98 18 / 0.35)}
.border-e-lime-800\/40{border-inline-end-color:rgb(63 98 18 / 0.4)}
.border-e-lime-800\/45{border-inline-end-color:rgb(63 98 18 / 0.45)}
.border-e-lime-800\/5{border-inline-end-color:rgb(63 98 18 / 0.05)}
.border-e-lime-800\/50{border-inline-end-color:rgb(63 98 18 / 0.5)}
.border-e-lime-800\/55{border-inline-end-color:rgb(63 98 18 / 0.55)}
.border-e-lime-800\/60{border-inline-end-color:rgb(63 98 18 / 0.6)}
.border-e-lime-800\/65{border-inline-end-color:rgb(63 98 18 / 0.65)}
.border-e-lime-800\/70{border-inline-end-color:rgb(63 98 18 / 0.7)}
.border-e-lime-800\/75{border-inline-end-color:rgb(63 98 18 / 0.75)}
.border-e-lime-800\/80{border-inline-end-color:rgb(63 98 18 / 0.8)}
.border-e-lime-800\/85{border-inline-end-color:rgb(63 98 18 / 0.85)}
.border-e-lime-800\/90{border-inline-end-color:rgb(63 98 18 / 0.9)}
.border-e-lime-800\/95{border-inline-end-color:rgb(63 98 18 / 0.95)}
.border-e-lime-900{--tw-border-opacity:1;border-inline-end-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-e-lime-900\/0{border-inline-end-color:rgb(54 83 20 / 0)}
.border-e-lime-900\/10{border-inline-end-color:rgb(54 83 20 / 0.1)}
.border-e-lime-900\/100{border-inline-end-color:rgb(54 83 20 / 1)}
.border-e-lime-900\/15{border-inline-end-color:rgb(54 83 20 / 0.15)}
.border-e-lime-900\/20{border-inline-end-color:rgb(54 83 20 / 0.2)}
.border-e-lime-900\/25{border-inline-end-color:rgb(54 83 20 / 0.25)}
.border-e-lime-900\/30{border-inline-end-color:rgb(54 83 20 / 0.3)}
.border-e-lime-900\/35{border-inline-end-color:rgb(54 83 20 / 0.35)}
.border-e-lime-900\/40{border-inline-end-color:rgb(54 83 20 / 0.4)}
.border-e-lime-900\/45{border-inline-end-color:rgb(54 83 20 / 0.45)}
.border-e-lime-900\/5{border-inline-end-color:rgb(54 83 20 / 0.05)}
.border-e-lime-900\/50{border-inline-end-color:rgb(54 83 20 / 0.5)}
.border-e-lime-900\/55{border-inline-end-color:rgb(54 83 20 / 0.55)}
.border-e-lime-900\/60{border-inline-end-color:rgb(54 83 20 / 0.6)}
.border-e-lime-900\/65{border-inline-end-color:rgb(54 83 20 / 0.65)}
.border-e-lime-900\/70{border-inline-end-color:rgb(54 83 20 / 0.7)}
.border-e-lime-900\/75{border-inline-end-color:rgb(54 83 20 / 0.75)}
.border-e-lime-900\/80{border-inline-end-color:rgb(54 83 20 / 0.8)}
.border-e-lime-900\/85{border-inline-end-color:rgb(54 83 20 / 0.85)}
.border-e-lime-900\/90{border-inline-end-color:rgb(54 83 20 / 0.9)}
.border-e-lime-900\/95{border-inline-end-color:rgb(54 83 20 / 0.95)}
.border-e-lime-950{--tw-border-opacity:1;border-inline-end-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-e-lime-950\/0{border-inline-end-color:rgb(26 46 5 / 0)}
.border-e-lime-950\/10{border-inline-end-color:rgb(26 46 5 / 0.1)}
.border-e-lime-950\/100{border-inline-end-color:rgb(26 46 5 / 1)}
.border-e-lime-950\/15{border-inline-end-color:rgb(26 46 5 / 0.15)}
.border-e-lime-950\/20{border-inline-end-color:rgb(26 46 5 / 0.2)}
.border-e-lime-950\/25{border-inline-end-color:rgb(26 46 5 / 0.25)}
.border-e-lime-950\/30{border-inline-end-color:rgb(26 46 5 / 0.3)}
.border-e-lime-950\/35{border-inline-end-color:rgb(26 46 5 / 0.35)}
.border-e-lime-950\/40{border-inline-end-color:rgb(26 46 5 / 0.4)}
.border-e-lime-950\/45{border-inline-end-color:rgb(26 46 5 / 0.45)}
.border-e-lime-950\/5{border-inline-end-color:rgb(26 46 5 / 0.05)}
.border-e-lime-950\/50{border-inline-end-color:rgb(26 46 5 / 0.5)}
.border-e-lime-950\/55{border-inline-end-color:rgb(26 46 5 / 0.55)}
.border-e-lime-950\/60{border-inline-end-color:rgb(26 46 5 / 0.6)}
.border-e-lime-950\/65{border-inline-end-color:rgb(26 46 5 / 0.65)}
.border-e-lime-950\/70{border-inline-end-color:rgb(26 46 5 / 0.7)}
.border-e-lime-950\/75{border-inline-end-color:rgb(26 46 5 / 0.75)}
.border-e-lime-950\/80{border-inline-end-color:rgb(26 46 5 / 0.8)}
.border-e-lime-950\/85{border-inline-end-color:rgb(26 46 5 / 0.85)}
.border-e-lime-950\/90{border-inline-end-color:rgb(26 46 5 / 0.9)}
.border-e-lime-950\/95{border-inline-end-color:rgb(26 46 5 / 0.95)}
.border-e-navBackground-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-navBackground-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-navBackground-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-navBackground-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-navBackground-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-navBackground-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-navBackground-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-navBackground-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-navBackground-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-navBackground-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-navBackground-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-navBackground-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-navBackground-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-navBackground-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-navBackground-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-navBackground-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-navBackground-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-navBackground-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-navBackground-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-navBackground-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-navBackground-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-navBackground-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-navBackground-text-contrastsWithCard{border-inline-end-color:true}
.border-e-navBackground-text-isDark{border-inline-end-color:true}
.border-e-navBackground-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-e-navBackground-text-text\/0{border-inline-end-color:rgb(132 132 132 / 0)}
.border-e-navBackground-text-text\/10{border-inline-end-color:rgb(132 132 132 / 0.1)}
.border-e-navBackground-text-text\/100{border-inline-end-color:rgb(132 132 132 / 1)}
.border-e-navBackground-text-text\/15{border-inline-end-color:rgb(132 132 132 / 0.15)}
.border-e-navBackground-text-text\/20{border-inline-end-color:rgb(132 132 132 / 0.2)}
.border-e-navBackground-text-text\/25{border-inline-end-color:rgb(132 132 132 / 0.25)}
.border-e-navBackground-text-text\/30{border-inline-end-color:rgb(132 132 132 / 0.3)}
.border-e-navBackground-text-text\/35{border-inline-end-color:rgb(132 132 132 / 0.35)}
.border-e-navBackground-text-text\/40{border-inline-end-color:rgb(132 132 132 / 0.4)}
.border-e-navBackground-text-text\/45{border-inline-end-color:rgb(132 132 132 / 0.45)}
.border-e-navBackground-text-text\/5{border-inline-end-color:rgb(132 132 132 / 0.05)}
.border-e-navBackground-text-text\/50{border-inline-end-color:rgb(132 132 132 / 0.5)}
.border-e-navBackground-text-text\/55{border-inline-end-color:rgb(132 132 132 / 0.55)}
.border-e-navBackground-text-text\/60{border-inline-end-color:rgb(132 132 132 / 0.6)}
.border-e-navBackground-text-text\/65{border-inline-end-color:rgb(132 132 132 / 0.65)}
.border-e-navBackground-text-text\/70{border-inline-end-color:rgb(132 132 132 / 0.7)}
.border-e-navBackground-text-text\/75{border-inline-end-color:rgb(132 132 132 / 0.75)}
.border-e-navBackground-text-text\/80{border-inline-end-color:rgb(132 132 132 / 0.8)}
.border-e-navBackground-text-text\/85{border-inline-end-color:rgb(132 132 132 / 0.85)}
.border-e-navBackground-text-text\/90{border-inline-end-color:rgb(132 132 132 / 0.9)}
.border-e-navBackground-text-text\/95{border-inline-end-color:rgb(132 132 132 / 0.95)}
.border-e-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-navBackgroundDark-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-navBackgroundDark-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-navBackgroundDark-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-navBackgroundDark-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-navBackgroundDark-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-navBackgroundDark-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-navBackgroundDark-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-navBackgroundDark-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-navBackgroundDark-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-navBackgroundDark-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-navBackgroundDark-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-navBackgroundDark-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-navBackgroundDark-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-navBackgroundDark-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-navBackgroundDark-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-navBackgroundDark-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-navBackgroundDark-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-navBackgroundDark-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-navBackgroundDark-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-navBackgroundDark-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-navBackgroundDark-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-navBackgroundDark-text-contrastsWithCard{border-inline-end-color:true}
.border-e-navBackgroundDark-text-isDark{border-inline-end-color:true}
.border-e-navBackgroundDark-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-e-navBackgroundDark-text-text\/0{border-inline-end-color:rgb(30 41 59 / 0)}
.border-e-navBackgroundDark-text-text\/10{border-inline-end-color:rgb(30 41 59 / 0.1)}
.border-e-navBackgroundDark-text-text\/100{border-inline-end-color:rgb(30 41 59 / 1)}
.border-e-navBackgroundDark-text-text\/15{border-inline-end-color:rgb(30 41 59 / 0.15)}
.border-e-navBackgroundDark-text-text\/20{border-inline-end-color:rgb(30 41 59 / 0.2)}
.border-e-navBackgroundDark-text-text\/25{border-inline-end-color:rgb(30 41 59 / 0.25)}
.border-e-navBackgroundDark-text-text\/30{border-inline-end-color:rgb(30 41 59 / 0.3)}
.border-e-navBackgroundDark-text-text\/35{border-inline-end-color:rgb(30 41 59 / 0.35)}
.border-e-navBackgroundDark-text-text\/40{border-inline-end-color:rgb(30 41 59 / 0.4)}
.border-e-navBackgroundDark-text-text\/45{border-inline-end-color:rgb(30 41 59 / 0.45)}
.border-e-navBackgroundDark-text-text\/5{border-inline-end-color:rgb(30 41 59 / 0.05)}
.border-e-navBackgroundDark-text-text\/50{border-inline-end-color:rgb(30 41 59 / 0.5)}
.border-e-navBackgroundDark-text-text\/55{border-inline-end-color:rgb(30 41 59 / 0.55)}
.border-e-navBackgroundDark-text-text\/60{border-inline-end-color:rgb(30 41 59 / 0.6)}
.border-e-navBackgroundDark-text-text\/65{border-inline-end-color:rgb(30 41 59 / 0.65)}
.border-e-navBackgroundDark-text-text\/70{border-inline-end-color:rgb(30 41 59 / 0.7)}
.border-e-navBackgroundDark-text-text\/75{border-inline-end-color:rgb(30 41 59 / 0.75)}
.border-e-navBackgroundDark-text-text\/80{border-inline-end-color:rgb(30 41 59 / 0.8)}
.border-e-navBackgroundDark-text-text\/85{border-inline-end-color:rgb(30 41 59 / 0.85)}
.border-e-navBackgroundDark-text-text\/90{border-inline-end-color:rgb(30 41 59 / 0.9)}
.border-e-navBackgroundDark-text-text\/95{border-inline-end-color:rgb(30 41 59 / 0.95)}
.border-e-navText-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-navText-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-navText-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-navText-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-navText-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-navText-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-navText-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-navText-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-navText-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-navText-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-navText-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-navText-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-navText-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-navText-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-navText-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-navText-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-navText-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-navText-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-navText-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-navText-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-navText-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-navText-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-navText-text-contrastsWithCard{border-inline-end-color:true}
.border-e-navText-text-isDark{border-inline-end-color:true}
.border-e-navText-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-e-navText-text-text\/0{border-inline-end-color:rgb(30 41 59 / 0)}
.border-e-navText-text-text\/10{border-inline-end-color:rgb(30 41 59 / 0.1)}
.border-e-navText-text-text\/100{border-inline-end-color:rgb(30 41 59 / 1)}
.border-e-navText-text-text\/15{border-inline-end-color:rgb(30 41 59 / 0.15)}
.border-e-navText-text-text\/20{border-inline-end-color:rgb(30 41 59 / 0.2)}
.border-e-navText-text-text\/25{border-inline-end-color:rgb(30 41 59 / 0.25)}
.border-e-navText-text-text\/30{border-inline-end-color:rgb(30 41 59 / 0.3)}
.border-e-navText-text-text\/35{border-inline-end-color:rgb(30 41 59 / 0.35)}
.border-e-navText-text-text\/40{border-inline-end-color:rgb(30 41 59 / 0.4)}
.border-e-navText-text-text\/45{border-inline-end-color:rgb(30 41 59 / 0.45)}
.border-e-navText-text-text\/5{border-inline-end-color:rgb(30 41 59 / 0.05)}
.border-e-navText-text-text\/50{border-inline-end-color:rgb(30 41 59 / 0.5)}
.border-e-navText-text-text\/55{border-inline-end-color:rgb(30 41 59 / 0.55)}
.border-e-navText-text-text\/60{border-inline-end-color:rgb(30 41 59 / 0.6)}
.border-e-navText-text-text\/65{border-inline-end-color:rgb(30 41 59 / 0.65)}
.border-e-navText-text-text\/70{border-inline-end-color:rgb(30 41 59 / 0.7)}
.border-e-navText-text-text\/75{border-inline-end-color:rgb(30 41 59 / 0.75)}
.border-e-navText-text-text\/80{border-inline-end-color:rgb(30 41 59 / 0.8)}
.border-e-navText-text-text\/85{border-inline-end-color:rgb(30 41 59 / 0.85)}
.border-e-navText-text-text\/90{border-inline-end-color:rgb(30 41 59 / 0.9)}
.border-e-navText-text-text\/95{border-inline-end-color:rgb(30 41 59 / 0.95)}
.border-e-navTextDark-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-navTextDark-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-navTextDark-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-navTextDark-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-navTextDark-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-navTextDark-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-navTextDark-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-navTextDark-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-navTextDark-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-navTextDark-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-navTextDark-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-navTextDark-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-navTextDark-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-navTextDark-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-navTextDark-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-navTextDark-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-navTextDark-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-navTextDark-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-navTextDark-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-navTextDark-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-navTextDark-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-navTextDark-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-navTextDark-text-contrastsWithCard{border-inline-end-color:true}
.border-e-navTextDark-text-isDark{border-inline-end-color:true}
.border-e-navTextDark-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-e-navTextDark-text-text\/0{border-inline-end-color:rgb(132 132 132 / 0)}
.border-e-navTextDark-text-text\/10{border-inline-end-color:rgb(132 132 132 / 0.1)}
.border-e-navTextDark-text-text\/100{border-inline-end-color:rgb(132 132 132 / 1)}
.border-e-navTextDark-text-text\/15{border-inline-end-color:rgb(132 132 132 / 0.15)}
.border-e-navTextDark-text-text\/20{border-inline-end-color:rgb(132 132 132 / 0.2)}
.border-e-navTextDark-text-text\/25{border-inline-end-color:rgb(132 132 132 / 0.25)}
.border-e-navTextDark-text-text\/30{border-inline-end-color:rgb(132 132 132 / 0.3)}
.border-e-navTextDark-text-text\/35{border-inline-end-color:rgb(132 132 132 / 0.35)}
.border-e-navTextDark-text-text\/40{border-inline-end-color:rgb(132 132 132 / 0.4)}
.border-e-navTextDark-text-text\/45{border-inline-end-color:rgb(132 132 132 / 0.45)}
.border-e-navTextDark-text-text\/5{border-inline-end-color:rgb(132 132 132 / 0.05)}
.border-e-navTextDark-text-text\/50{border-inline-end-color:rgb(132 132 132 / 0.5)}
.border-e-navTextDark-text-text\/55{border-inline-end-color:rgb(132 132 132 / 0.55)}
.border-e-navTextDark-text-text\/60{border-inline-end-color:rgb(132 132 132 / 0.6)}
.border-e-navTextDark-text-text\/65{border-inline-end-color:rgb(132 132 132 / 0.65)}
.border-e-navTextDark-text-text\/70{border-inline-end-color:rgb(132 132 132 / 0.7)}
.border-e-navTextDark-text-text\/75{border-inline-end-color:rgb(132 132 132 / 0.75)}
.border-e-navTextDark-text-text\/80{border-inline-end-color:rgb(132 132 132 / 0.8)}
.border-e-navTextDark-text-text\/85{border-inline-end-color:rgb(132 132 132 / 0.85)}
.border-e-navTextDark-text-text\/90{border-inline-end-color:rgb(132 132 132 / 0.9)}
.border-e-navTextDark-text-text\/95{border-inline-end-color:rgb(132 132 132 / 0.95)}
.border-e-navTextHover-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-navTextHover-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-navTextHover-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-navTextHover-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-navTextHover-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-navTextHover-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-navTextHover-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-navTextHover-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-navTextHover-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-navTextHover-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-navTextHover-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-navTextHover-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-navTextHover-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-navTextHover-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-navTextHover-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-navTextHover-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-navTextHover-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-navTextHover-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-navTextHover-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-navTextHover-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-navTextHover-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-navTextHover-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-navTextHover-text-contrastsWithCard{border-inline-end-color:true}
.border-e-navTextHover-text-isDark{border-inline-end-color:true}
.border-e-navTextHover-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-e-navTextHover-text-text\/0{border-inline-end-color:rgb(30 41 59 / 0)}
.border-e-navTextHover-text-text\/10{border-inline-end-color:rgb(30 41 59 / 0.1)}
.border-e-navTextHover-text-text\/100{border-inline-end-color:rgb(30 41 59 / 1)}
.border-e-navTextHover-text-text\/15{border-inline-end-color:rgb(30 41 59 / 0.15)}
.border-e-navTextHover-text-text\/20{border-inline-end-color:rgb(30 41 59 / 0.2)}
.border-e-navTextHover-text-text\/25{border-inline-end-color:rgb(30 41 59 / 0.25)}
.border-e-navTextHover-text-text\/30{border-inline-end-color:rgb(30 41 59 / 0.3)}
.border-e-navTextHover-text-text\/35{border-inline-end-color:rgb(30 41 59 / 0.35)}
.border-e-navTextHover-text-text\/40{border-inline-end-color:rgb(30 41 59 / 0.4)}
.border-e-navTextHover-text-text\/45{border-inline-end-color:rgb(30 41 59 / 0.45)}
.border-e-navTextHover-text-text\/5{border-inline-end-color:rgb(30 41 59 / 0.05)}
.border-e-navTextHover-text-text\/50{border-inline-end-color:rgb(30 41 59 / 0.5)}
.border-e-navTextHover-text-text\/55{border-inline-end-color:rgb(30 41 59 / 0.55)}
.border-e-navTextHover-text-text\/60{border-inline-end-color:rgb(30 41 59 / 0.6)}
.border-e-navTextHover-text-text\/65{border-inline-end-color:rgb(30 41 59 / 0.65)}
.border-e-navTextHover-text-text\/70{border-inline-end-color:rgb(30 41 59 / 0.7)}
.border-e-navTextHover-text-text\/75{border-inline-end-color:rgb(30 41 59 / 0.75)}
.border-e-navTextHover-text-text\/80{border-inline-end-color:rgb(30 41 59 / 0.8)}
.border-e-navTextHover-text-text\/85{border-inline-end-color:rgb(30 41 59 / 0.85)}
.border-e-navTextHover-text-text\/90{border-inline-end-color:rgb(30 41 59 / 0.9)}
.border-e-navTextHover-text-text\/95{border-inline-end-color:rgb(30 41 59 / 0.95)}
.border-e-primary{--tw-border-opacity:1;border-inline-end-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-e-primary-100{border-inline-end-color:var(--bt-primary-100)}
.border-e-primary-150{border-inline-end-color:var(--bt-primary-150)}
.border-e-primary-200{border-inline-end-color:var(--bt-primary-200)}
.border-e-primary-300{border-inline-end-color:var(--bt-primary-300)}
.border-e-primary-350{border-inline-end-color:var(--bt-primary-350)}
.border-e-primary-400{border-inline-end-color:var(--bt-primary-400)}
.border-e-primary-450{border-inline-end-color:var(--bt-primary-450)}
.border-e-primary-500{border-inline-end-color:var(--bt-primary-500)}
.border-e-primary-550{border-inline-end-color:var(--bt-primary-550)}
.border-e-primary-600{border-inline-end-color:var(--bt-primary-600)}
.border-e-primary-650{border-inline-end-color:var(--bt-primary-650)}
.border-e-primary-700{border-inline-end-color:var(--bt-primary-700)}
.border-e-primary-750{border-inline-end-color:var(--bt-primary-750)}
.border-e-primary-800{border-inline-end-color:var(--bt-primary-800)}
.border-e-primary-850{border-inline-end-color:var(--bt-primary-850)}
.border-e-primary-900{border-inline-end-color:var(--bt-primary-900)}
.border-e-primary-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-primary-contrast-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-primary-contrast-contrast\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-primary-contrast-contrast\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-primary-contrast-contrast\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-primary-contrast-contrast\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-primary-contrast-contrast\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-primary-contrast-contrast\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-primary-contrast-contrast\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-primary-contrast-contrast\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-primary-contrast-contrast\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-primary-contrast-contrast\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-primary-contrast-contrast\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-primary-contrast-contrast\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-primary-contrast-contrast\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-primary-contrast-contrast\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-primary-contrast-contrast\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-primary-contrast-contrast\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-primary-contrast-contrast\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-primary-contrast-contrast\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-primary-contrast-contrast\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-primary-contrast-contrast\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-primary-contrast-contrast\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-primary-contrast-contrastsWithCard{}
.border-e-primary-contrast-isDark{}
.border-e-primary-contrast-text{--tw-border-opacity:1;border-inline-end-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-e-primary-contrast-text\/0{border-inline-end-color:rgb(132 132 132 / 0)}
.border-e-primary-contrast-text\/10{border-inline-end-color:rgb(132 132 132 / 0.1)}
.border-e-primary-contrast-text\/100{border-inline-end-color:rgb(132 132 132 / 1)}
.border-e-primary-contrast-text\/15{border-inline-end-color:rgb(132 132 132 / 0.15)}
.border-e-primary-contrast-text\/20{border-inline-end-color:rgb(132 132 132 / 0.2)}
.border-e-primary-contrast-text\/25{border-inline-end-color:rgb(132 132 132 / 0.25)}
.border-e-primary-contrast-text\/30{border-inline-end-color:rgb(132 132 132 / 0.3)}
.border-e-primary-contrast-text\/35{border-inline-end-color:rgb(132 132 132 / 0.35)}
.border-e-primary-contrast-text\/40{border-inline-end-color:rgb(132 132 132 / 0.4)}
.border-e-primary-contrast-text\/45{border-inline-end-color:rgb(132 132 132 / 0.45)}
.border-e-primary-contrast-text\/5{border-inline-end-color:rgb(132 132 132 / 0.05)}
.border-e-primary-contrast-text\/50{border-inline-end-color:rgb(132 132 132 / 0.5)}
.border-e-primary-contrast-text\/55{border-inline-end-color:rgb(132 132 132 / 0.55)}
.border-e-primary-contrast-text\/60{border-inline-end-color:rgb(132 132 132 / 0.6)}
.border-e-primary-contrast-text\/65{border-inline-end-color:rgb(132 132 132 / 0.65)}
.border-e-primary-contrast-text\/70{border-inline-end-color:rgb(132 132 132 / 0.7)}
.border-e-primary-contrast-text\/75{border-inline-end-color:rgb(132 132 132 / 0.75)}
.border-e-primary-contrast-text\/80{border-inline-end-color:rgb(132 132 132 / 0.8)}
.border-e-primary-contrast-text\/85{border-inline-end-color:rgb(132 132 132 / 0.85)}
.border-e-primary-contrast-text\/90{border-inline-end-color:rgb(132 132 132 / 0.9)}
.border-e-primary-contrast-text\/95{border-inline-end-color:rgb(132 132 132 / 0.95)}
.border-e-primary-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-primary-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-primary-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-primary-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-primary-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-primary-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-primary-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-primary-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-primary-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-primary-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-primary-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-primary-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-primary-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-primary-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-primary-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-primary-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-primary-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-primary-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-primary-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-primary-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-primary-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-primary-contrastsWithCard{border-inline-end-color:true}
.border-e-primary-isDark{border-inline-end-color:true}
.border-e-primary-text{--tw-border-opacity:1;border-inline-end-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-e-primary-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-primary-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-primary-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-primary-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-primary-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-primary-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-primary-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-primary-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-primary-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-primary-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-primary-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-primary-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-primary-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-primary-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-primary-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-primary-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-primary-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-primary-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-primary-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-primary-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-primary-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-primary-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-primary-text-contrastsWithCard{border-inline-end-color:true}
.border-e-primary-text-isDark{border-inline-end-color:true}
.border-e-primary-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-e-primary-text-text\/0{border-inline-end-color:rgb(0 87 136 / 0)}
.border-e-primary-text-text\/10{border-inline-end-color:rgb(0 87 136 / 0.1)}
.border-e-primary-text-text\/100{border-inline-end-color:rgb(0 87 136 / 1)}
.border-e-primary-text-text\/15{border-inline-end-color:rgb(0 87 136 / 0.15)}
.border-e-primary-text-text\/20{border-inline-end-color:rgb(0 87 136 / 0.2)}
.border-e-primary-text-text\/25{border-inline-end-color:rgb(0 87 136 / 0.25)}
.border-e-primary-text-text\/30{border-inline-end-color:rgb(0 87 136 / 0.3)}
.border-e-primary-text-text\/35{border-inline-end-color:rgb(0 87 136 / 0.35)}
.border-e-primary-text-text\/40{border-inline-end-color:rgb(0 87 136 / 0.4)}
.border-e-primary-text-text\/45{border-inline-end-color:rgb(0 87 136 / 0.45)}
.border-e-primary-text-text\/5{border-inline-end-color:rgb(0 87 136 / 0.05)}
.border-e-primary-text-text\/50{border-inline-end-color:rgb(0 87 136 / 0.5)}
.border-e-primary-text-text\/55{border-inline-end-color:rgb(0 87 136 / 0.55)}
.border-e-primary-text-text\/60{border-inline-end-color:rgb(0 87 136 / 0.6)}
.border-e-primary-text-text\/65{border-inline-end-color:rgb(0 87 136 / 0.65)}
.border-e-primary-text-text\/70{border-inline-end-color:rgb(0 87 136 / 0.7)}
.border-e-primary-text-text\/75{border-inline-end-color:rgb(0 87 136 / 0.75)}
.border-e-primary-text-text\/80{border-inline-end-color:rgb(0 87 136 / 0.8)}
.border-e-primary-text-text\/85{border-inline-end-color:rgb(0 87 136 / 0.85)}
.border-e-primary-text-text\/90{border-inline-end-color:rgb(0 87 136 / 0.9)}
.border-e-primary-text-text\/95{border-inline-end-color:rgb(0 87 136 / 0.95)}
.border-e-primary-text\/0{border-inline-end-color:rgb(0 87 136 / 0)}
.border-e-primary-text\/10{border-inline-end-color:rgb(0 87 136 / 0.1)}
.border-e-primary-text\/100{border-inline-end-color:rgb(0 87 136 / 1)}
.border-e-primary-text\/15{border-inline-end-color:rgb(0 87 136 / 0.15)}
.border-e-primary-text\/20{border-inline-end-color:rgb(0 87 136 / 0.2)}
.border-e-primary-text\/25{border-inline-end-color:rgb(0 87 136 / 0.25)}
.border-e-primary-text\/30{border-inline-end-color:rgb(0 87 136 / 0.3)}
.border-e-primary-text\/35{border-inline-end-color:rgb(0 87 136 / 0.35)}
.border-e-primary-text\/40{border-inline-end-color:rgb(0 87 136 / 0.4)}
.border-e-primary-text\/45{border-inline-end-color:rgb(0 87 136 / 0.45)}
.border-e-primary-text\/5{border-inline-end-color:rgb(0 87 136 / 0.05)}
.border-e-primary-text\/50{border-inline-end-color:rgb(0 87 136 / 0.5)}
.border-e-primary-text\/55{border-inline-end-color:rgb(0 87 136 / 0.55)}
.border-e-primary-text\/60{border-inline-end-color:rgb(0 87 136 / 0.6)}
.border-e-primary-text\/65{border-inline-end-color:rgb(0 87 136 / 0.65)}
.border-e-primary-text\/70{border-inline-end-color:rgb(0 87 136 / 0.7)}
.border-e-primary-text\/75{border-inline-end-color:rgb(0 87 136 / 0.75)}
.border-e-primary-text\/80{border-inline-end-color:rgb(0 87 136 / 0.8)}
.border-e-primary-text\/85{border-inline-end-color:rgb(0 87 136 / 0.85)}
.border-e-primary-text\/90{border-inline-end-color:rgb(0 87 136 / 0.9)}
.border-e-primary-text\/95{border-inline-end-color:rgb(0 87 136 / 0.95)}
.border-e-primary\/0{border-inline-end-color:rgb(0 87 136 / 0)}
.border-e-primary\/10{border-inline-end-color:rgb(0 87 136 / 0.1)}
.border-e-primary\/100{border-inline-end-color:rgb(0 87 136 / 1)}
.border-e-primary\/15{border-inline-end-color:rgb(0 87 136 / 0.15)}
.border-e-primary\/20{border-inline-end-color:rgb(0 87 136 / 0.2)}
.border-e-primary\/25{border-inline-end-color:rgb(0 87 136 / 0.25)}
.border-e-primary\/30{border-inline-end-color:rgb(0 87 136 / 0.3)}
.border-e-primary\/35{border-inline-end-color:rgb(0 87 136 / 0.35)}
.border-e-primary\/40{border-inline-end-color:rgb(0 87 136 / 0.4)}
.border-e-primary\/45{border-inline-end-color:rgb(0 87 136 / 0.45)}
.border-e-primary\/5{border-inline-end-color:rgb(0 87 136 / 0.05)}
.border-e-primary\/50{border-inline-end-color:rgb(0 87 136 / 0.5)}
.border-e-primary\/55{border-inline-end-color:rgb(0 87 136 / 0.55)}
.border-e-primary\/60{border-inline-end-color:rgb(0 87 136 / 0.6)}
.border-e-primary\/65{border-inline-end-color:rgb(0 87 136 / 0.65)}
.border-e-primary\/70{border-inline-end-color:rgb(0 87 136 / 0.7)}
.border-e-primary\/75{border-inline-end-color:rgb(0 87 136 / 0.75)}
.border-e-primary\/80{border-inline-end-color:rgb(0 87 136 / 0.8)}
.border-e-primary\/85{border-inline-end-color:rgb(0 87 136 / 0.85)}
.border-e-primary\/90{border-inline-end-color:rgb(0 87 136 / 0.9)}
.border-e-primary\/95{border-inline-end-color:rgb(0 87 136 / 0.95)}
.border-e-secondary-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-secondary-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-secondary-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-secondary-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-secondary-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-secondary-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-secondary-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-secondary-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-secondary-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-secondary-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-secondary-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-secondary-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-secondary-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-secondary-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-secondary-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-secondary-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-secondary-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-secondary-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-secondary-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-secondary-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-secondary-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-secondary-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-secondary-text-contrastsWithCard{border-inline-end-color:true}
.border-e-secondary-text-isDark{border-inline-end-color:true}
.border-e-secondary-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-e-secondary-text-text\/0{border-inline-end-color:rgb(90 94 100 / 0)}
.border-e-secondary-text-text\/10{border-inline-end-color:rgb(90 94 100 / 0.1)}
.border-e-secondary-text-text\/100{border-inline-end-color:rgb(90 94 100 / 1)}
.border-e-secondary-text-text\/15{border-inline-end-color:rgb(90 94 100 / 0.15)}
.border-e-secondary-text-text\/20{border-inline-end-color:rgb(90 94 100 / 0.2)}
.border-e-secondary-text-text\/25{border-inline-end-color:rgb(90 94 100 / 0.25)}
.border-e-secondary-text-text\/30{border-inline-end-color:rgb(90 94 100 / 0.3)}
.border-e-secondary-text-text\/35{border-inline-end-color:rgb(90 94 100 / 0.35)}
.border-e-secondary-text-text\/40{border-inline-end-color:rgb(90 94 100 / 0.4)}
.border-e-secondary-text-text\/45{border-inline-end-color:rgb(90 94 100 / 0.45)}
.border-e-secondary-text-text\/5{border-inline-end-color:rgb(90 94 100 / 0.05)}
.border-e-secondary-text-text\/50{border-inline-end-color:rgb(90 94 100 / 0.5)}
.border-e-secondary-text-text\/55{border-inline-end-color:rgb(90 94 100 / 0.55)}
.border-e-secondary-text-text\/60{border-inline-end-color:rgb(90 94 100 / 0.6)}
.border-e-secondary-text-text\/65{border-inline-end-color:rgb(90 94 100 / 0.65)}
.border-e-secondary-text-text\/70{border-inline-end-color:rgb(90 94 100 / 0.7)}
.border-e-secondary-text-text\/75{border-inline-end-color:rgb(90 94 100 / 0.75)}
.border-e-secondary-text-text\/80{border-inline-end-color:rgb(90 94 100 / 0.8)}
.border-e-secondary-text-text\/85{border-inline-end-color:rgb(90 94 100 / 0.85)}
.border-e-secondary-text-text\/90{border-inline-end-color:rgb(90 94 100 / 0.9)}
.border-e-secondary-text-text\/95{border-inline-end-color:rgb(90 94 100 / 0.95)}
.border-e-success-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-success-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-success-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-success-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-success-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-success-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-success-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-success-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-success-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-success-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-success-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-success-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-success-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-success-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-success-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-success-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-success-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-success-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-success-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-success-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-success-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-success-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-success-text-contrastsWithCard{border-inline-end-color:true}
.border-e-success-text-isDark{border-inline-end-color:true}
.border-e-success-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-e-success-text-text\/0{border-inline-end-color:rgb(27 135 73 / 0)}
.border-e-success-text-text\/10{border-inline-end-color:rgb(27 135 73 / 0.1)}
.border-e-success-text-text\/100{border-inline-end-color:rgb(27 135 73 / 1)}
.border-e-success-text-text\/15{border-inline-end-color:rgb(27 135 73 / 0.15)}
.border-e-success-text-text\/20{border-inline-end-color:rgb(27 135 73 / 0.2)}
.border-e-success-text-text\/25{border-inline-end-color:rgb(27 135 73 / 0.25)}
.border-e-success-text-text\/30{border-inline-end-color:rgb(27 135 73 / 0.3)}
.border-e-success-text-text\/35{border-inline-end-color:rgb(27 135 73 / 0.35)}
.border-e-success-text-text\/40{border-inline-end-color:rgb(27 135 73 / 0.4)}
.border-e-success-text-text\/45{border-inline-end-color:rgb(27 135 73 / 0.45)}
.border-e-success-text-text\/5{border-inline-end-color:rgb(27 135 73 / 0.05)}
.border-e-success-text-text\/50{border-inline-end-color:rgb(27 135 73 / 0.5)}
.border-e-success-text-text\/55{border-inline-end-color:rgb(27 135 73 / 0.55)}
.border-e-success-text-text\/60{border-inline-end-color:rgb(27 135 73 / 0.6)}
.border-e-success-text-text\/65{border-inline-end-color:rgb(27 135 73 / 0.65)}
.border-e-success-text-text\/70{border-inline-end-color:rgb(27 135 73 / 0.7)}
.border-e-success-text-text\/75{border-inline-end-color:rgb(27 135 73 / 0.75)}
.border-e-success-text-text\/80{border-inline-end-color:rgb(27 135 73 / 0.8)}
.border-e-success-text-text\/85{border-inline-end-color:rgb(27 135 73 / 0.85)}
.border-e-success-text-text\/90{border-inline-end-color:rgb(27 135 73 / 0.9)}
.border-e-success-text-text\/95{border-inline-end-color:rgb(27 135 73 / 0.95)}
.border-e-text-100{border-inline-end-color:var(--bt-text-100)}
.border-e-text-200{border-inline-end-color:var(--bt-text-200)}
.border-e-text-300{border-inline-end-color:var(--bt-text-300)}
.border-e-text-400{border-inline-end-color:var(--bt-text-400)}
.border-e-text-500{border-inline-end-color:var(--bt-text-500)}
.border-e-text-600{border-inline-end-color:var(--bt-text-600)}
.border-e-text-700{border-inline-end-color:var(--bt-text-700)}
.border-e-text-800{border-inline-end-color:var(--bt-text-800)}
.border-e-text-900{border-inline-end-color:var(--bt-text-900)}
.border-e-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-text-contrast-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-text-contrast-contrast\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-text-contrast-contrast\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-text-contrast-contrast\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-text-contrast-contrast\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-text-contrast-contrast\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-text-contrast-contrast\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-text-contrast-contrast\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-text-contrast-contrast\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-text-contrast-contrast\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-text-contrast-contrast\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-text-contrast-contrast\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-text-contrast-contrast\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-text-contrast-contrast\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-text-contrast-contrast\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-text-contrast-contrast\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-text-contrast-contrast\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-text-contrast-contrast\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-text-contrast-contrast\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-text-contrast-contrast\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-text-contrast-contrast\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-text-contrast-contrast\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-text-contrast-contrastsWithCard{}
.border-e-text-contrast-isDark{}
.border-e-text-contrast-text{--tw-border-opacity:1;border-inline-end-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-e-text-contrast-text\/0{border-inline-end-color:rgb(132 132 132 / 0)}
.border-e-text-contrast-text\/10{border-inline-end-color:rgb(132 132 132 / 0.1)}
.border-e-text-contrast-text\/100{border-inline-end-color:rgb(132 132 132 / 1)}
.border-e-text-contrast-text\/15{border-inline-end-color:rgb(132 132 132 / 0.15)}
.border-e-text-contrast-text\/20{border-inline-end-color:rgb(132 132 132 / 0.2)}
.border-e-text-contrast-text\/25{border-inline-end-color:rgb(132 132 132 / 0.25)}
.border-e-text-contrast-text\/30{border-inline-end-color:rgb(132 132 132 / 0.3)}
.border-e-text-contrast-text\/35{border-inline-end-color:rgb(132 132 132 / 0.35)}
.border-e-text-contrast-text\/40{border-inline-end-color:rgb(132 132 132 / 0.4)}
.border-e-text-contrast-text\/45{border-inline-end-color:rgb(132 132 132 / 0.45)}
.border-e-text-contrast-text\/5{border-inline-end-color:rgb(132 132 132 / 0.05)}
.border-e-text-contrast-text\/50{border-inline-end-color:rgb(132 132 132 / 0.5)}
.border-e-text-contrast-text\/55{border-inline-end-color:rgb(132 132 132 / 0.55)}
.border-e-text-contrast-text\/60{border-inline-end-color:rgb(132 132 132 / 0.6)}
.border-e-text-contrast-text\/65{border-inline-end-color:rgb(132 132 132 / 0.65)}
.border-e-text-contrast-text\/70{border-inline-end-color:rgb(132 132 132 / 0.7)}
.border-e-text-contrast-text\/75{border-inline-end-color:rgb(132 132 132 / 0.75)}
.border-e-text-contrast-text\/80{border-inline-end-color:rgb(132 132 132 / 0.8)}
.border-e-text-contrast-text\/85{border-inline-end-color:rgb(132 132 132 / 0.85)}
.border-e-text-contrast-text\/90{border-inline-end-color:rgb(132 132 132 / 0.9)}
.border-e-text-contrast-text\/95{border-inline-end-color:rgb(132 132 132 / 0.95)}
.border-e-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-text-contrastsWithCard{border-inline-end-color:true}
.border-e-text-isDark{border-inline-end-color:true}
.border-e-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-text-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-e-text-text-contrast\/0{border-inline-end-color:rgb(255 255 255 / 0)}
.border-e-text-text-contrast\/10{border-inline-end-color:rgb(255 255 255 / 0.1)}
.border-e-text-text-contrast\/100{border-inline-end-color:rgb(255 255 255 / 1)}
.border-e-text-text-contrast\/15{border-inline-end-color:rgb(255 255 255 / 0.15)}
.border-e-text-text-contrast\/20{border-inline-end-color:rgb(255 255 255 / 0.2)}
.border-e-text-text-contrast\/25{border-inline-end-color:rgb(255 255 255 / 0.25)}
.border-e-text-text-contrast\/30{border-inline-end-color:rgb(255 255 255 / 0.3)}
.border-e-text-text-contrast\/35{border-inline-end-color:rgb(255 255 255 / 0.35)}
.border-e-text-text-contrast\/40{border-inline-end-color:rgb(255 255 255 / 0.4)}
.border-e-text-text-contrast\/45{border-inline-end-color:rgb(255 255 255 / 0.45)}
.border-e-text-text-contrast\/5{border-inline-end-color:rgb(255 255 255 / 0.05)}
.border-e-text-text-contrast\/50{border-inline-end-color:rgb(255 255 255 / 0.5)}
.border-e-text-text-contrast\/55{border-inline-end-color:rgb(255 255 255 / 0.55)}
.border-e-text-text-contrast\/60{border-inline-end-color:rgb(255 255 255 / 0.6)}
.border-e-text-text-contrast\/65{border-inline-end-color:rgb(255 255 255 / 0.65)}
.border-e-text-text-contrast\/70{border-inline-end-color:rgb(255 255 255 / 0.7)}
.border-e-text-text-contrast\/75{border-inline-end-color:rgb(255 255 255 / 0.75)}
.border-e-text-text-contrast\/80{border-inline-end-color:rgb(255 255 255 / 0.8)}
.border-e-text-text-contrast\/85{border-inline-end-color:rgb(255 255 255 / 0.85)}
.border-e-text-text-contrast\/90{border-inline-end-color:rgb(255 255 255 / 0.9)}
.border-e-text-text-contrast\/95{border-inline-end-color:rgb(255 255 255 / 0.95)}
.border-e-text-text-contrastsWithCard{border-inline-end-color:true}
.border-e-text-text-isDark{border-inline-end-color:true}
.border-e-text-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-text-text-text\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-text-text-text\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-text-text-text\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-text-text-text\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-text-text-text\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-text-text-text\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-text-text-text\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-text-text-text\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-text-text-text\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-text-text-text\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-text-text-text\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-text-text-text\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-text-text-text\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-text-text-text\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-text-text-text\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-text-text-text\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-text-text-text\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-text-text-text\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-text-text-text\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-text-text-text\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-text-text-text\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-text-text\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-text-text\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-text-text\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-text-text\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-text-text\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-text-text\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-text-text\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-text-text\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-text-text\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-text-text\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-text-text\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-text-text\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-text-text\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-text-text\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-text-text\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-text-text\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-text-text\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-text-text\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-text-text\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-text-text\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-text-text\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-warning-text-contrast{--tw-border-opacity:1;border-inline-end-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-e-warning-text-contrast\/0{border-inline-end-color:rgb(0 0 0 / 0)}
.border-e-warning-text-contrast\/10{border-inline-end-color:rgb(0 0 0 / 0.1)}
.border-e-warning-text-contrast\/100{border-inline-end-color:rgb(0 0 0 / 1)}
.border-e-warning-text-contrast\/15{border-inline-end-color:rgb(0 0 0 / 0.15)}
.border-e-warning-text-contrast\/20{border-inline-end-color:rgb(0 0 0 / 0.2)}
.border-e-warning-text-contrast\/25{border-inline-end-color:rgb(0 0 0 / 0.25)}
.border-e-warning-text-contrast\/30{border-inline-end-color:rgb(0 0 0 / 0.3)}
.border-e-warning-text-contrast\/35{border-inline-end-color:rgb(0 0 0 / 0.35)}
.border-e-warning-text-contrast\/40{border-inline-end-color:rgb(0 0 0 / 0.4)}
.border-e-warning-text-contrast\/45{border-inline-end-color:rgb(0 0 0 / 0.45)}
.border-e-warning-text-contrast\/5{border-inline-end-color:rgb(0 0 0 / 0.05)}
.border-e-warning-text-contrast\/50{border-inline-end-color:rgb(0 0 0 / 0.5)}
.border-e-warning-text-contrast\/55{border-inline-end-color:rgb(0 0 0 / 0.55)}
.border-e-warning-text-contrast\/60{border-inline-end-color:rgb(0 0 0 / 0.6)}
.border-e-warning-text-contrast\/65{border-inline-end-color:rgb(0 0 0 / 0.65)}
.border-e-warning-text-contrast\/70{border-inline-end-color:rgb(0 0 0 / 0.7)}
.border-e-warning-text-contrast\/75{border-inline-end-color:rgb(0 0 0 / 0.75)}
.border-e-warning-text-contrast\/80{border-inline-end-color:rgb(0 0 0 / 0.8)}
.border-e-warning-text-contrast\/85{border-inline-end-color:rgb(0 0 0 / 0.85)}
.border-e-warning-text-contrast\/90{border-inline-end-color:rgb(0 0 0 / 0.9)}
.border-e-warning-text-contrast\/95{border-inline-end-color:rgb(0 0 0 / 0.95)}
.border-e-warning-text-contrastsWithCard{border-inline-end-color:true}
.border-e-warning-text-isDark{}
.border-e-warning-text-text{--tw-border-opacity:1;border-inline-end-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-e-warning-text-text\/0{border-inline-end-color:rgb(255 168 0 / 0)}
.border-e-warning-text-text\/10{border-inline-end-color:rgb(255 168 0 / 0.1)}
.border-e-warning-text-text\/100{border-inline-end-color:rgb(255 168 0 / 1)}
.border-e-warning-text-text\/15{border-inline-end-color:rgb(255 168 0 / 0.15)}
.border-e-warning-text-text\/20{border-inline-end-color:rgb(255 168 0 / 0.2)}
.border-e-warning-text-text\/25{border-inline-end-color:rgb(255 168 0 / 0.25)}
.border-e-warning-text-text\/30{border-inline-end-color:rgb(255 168 0 / 0.3)}
.border-e-warning-text-text\/35{border-inline-end-color:rgb(255 168 0 / 0.35)}
.border-e-warning-text-text\/40{border-inline-end-color:rgb(255 168 0 / 0.4)}
.border-e-warning-text-text\/45{border-inline-end-color:rgb(255 168 0 / 0.45)}
.border-e-warning-text-text\/5{border-inline-end-color:rgb(255 168 0 / 0.05)}
.border-e-warning-text-text\/50{border-inline-end-color:rgb(255 168 0 / 0.5)}
.border-e-warning-text-text\/55{border-inline-end-color:rgb(255 168 0 / 0.55)}
.border-e-warning-text-text\/60{border-inline-end-color:rgb(255 168 0 / 0.6)}
.border-e-warning-text-text\/65{border-inline-end-color:rgb(255 168 0 / 0.65)}
.border-e-warning-text-text\/70{border-inline-end-color:rgb(255 168 0 / 0.7)}
.border-e-warning-text-text\/75{border-inline-end-color:rgb(255 168 0 / 0.75)}
.border-e-warning-text-text\/80{border-inline-end-color:rgb(255 168 0 / 0.8)}
.border-e-warning-text-text\/85{border-inline-end-color:rgb(255 168 0 / 0.85)}
.border-e-warning-text-text\/90{border-inline-end-color:rgb(255 168 0 / 0.9)}
.border-e-warning-text-text\/95{border-inline-end-color:rgb(255 168 0 / 0.95)}
.border-l-amber-100{--tw-border-opacity:1;border-left-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-l-amber-100\/0{border-left-color:rgb(254 243 199 / 0)}
.border-l-amber-100\/10{border-left-color:rgb(254 243 199 / 0.1)}
.border-l-amber-100\/100{border-left-color:rgb(254 243 199 / 1)}
.border-l-amber-100\/15{border-left-color:rgb(254 243 199 / 0.15)}
.border-l-amber-100\/20{border-left-color:rgb(254 243 199 / 0.2)}
.border-l-amber-100\/25{border-left-color:rgb(254 243 199 / 0.25)}
.border-l-amber-100\/30{border-left-color:rgb(254 243 199 / 0.3)}
.border-l-amber-100\/35{border-left-color:rgb(254 243 199 / 0.35)}
.border-l-amber-100\/40{border-left-color:rgb(254 243 199 / 0.4)}
.border-l-amber-100\/45{border-left-color:rgb(254 243 199 / 0.45)}
.border-l-amber-100\/5{border-left-color:rgb(254 243 199 / 0.05)}
.border-l-amber-100\/50{border-left-color:rgb(254 243 199 / 0.5)}
.border-l-amber-100\/55{border-left-color:rgb(254 243 199 / 0.55)}
.border-l-amber-100\/60{border-left-color:rgb(254 243 199 / 0.6)}
.border-l-amber-100\/65{border-left-color:rgb(254 243 199 / 0.65)}
.border-l-amber-100\/70{border-left-color:rgb(254 243 199 / 0.7)}
.border-l-amber-100\/75{border-left-color:rgb(254 243 199 / 0.75)}
.border-l-amber-100\/80{border-left-color:rgb(254 243 199 / 0.8)}
.border-l-amber-100\/85{border-left-color:rgb(254 243 199 / 0.85)}
.border-l-amber-100\/90{border-left-color:rgb(254 243 199 / 0.9)}
.border-l-amber-100\/95{border-left-color:rgb(254 243 199 / 0.95)}
.border-l-amber-200{--tw-border-opacity:1;border-left-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-l-amber-200\/0{border-left-color:rgb(253 230 138 / 0)}
.border-l-amber-200\/10{border-left-color:rgb(253 230 138 / 0.1)}
.border-l-amber-200\/100{border-left-color:rgb(253 230 138 / 1)}
.border-l-amber-200\/15{border-left-color:rgb(253 230 138 / 0.15)}
.border-l-amber-200\/20{border-left-color:rgb(253 230 138 / 0.2)}
.border-l-amber-200\/25{border-left-color:rgb(253 230 138 / 0.25)}
.border-l-amber-200\/30{border-left-color:rgb(253 230 138 / 0.3)}
.border-l-amber-200\/35{border-left-color:rgb(253 230 138 / 0.35)}
.border-l-amber-200\/40{border-left-color:rgb(253 230 138 / 0.4)}
.border-l-amber-200\/45{border-left-color:rgb(253 230 138 / 0.45)}
.border-l-amber-200\/5{border-left-color:rgb(253 230 138 / 0.05)}
.border-l-amber-200\/50{border-left-color:rgb(253 230 138 / 0.5)}
.border-l-amber-200\/55{border-left-color:rgb(253 230 138 / 0.55)}
.border-l-amber-200\/60{border-left-color:rgb(253 230 138 / 0.6)}
.border-l-amber-200\/65{border-left-color:rgb(253 230 138 / 0.65)}
.border-l-amber-200\/70{border-left-color:rgb(253 230 138 / 0.7)}
.border-l-amber-200\/75{border-left-color:rgb(253 230 138 / 0.75)}
.border-l-amber-200\/80{border-left-color:rgb(253 230 138 / 0.8)}
.border-l-amber-200\/85{border-left-color:rgb(253 230 138 / 0.85)}
.border-l-amber-200\/90{border-left-color:rgb(253 230 138 / 0.9)}
.border-l-amber-200\/95{border-left-color:rgb(253 230 138 / 0.95)}
.border-l-amber-300{--tw-border-opacity:1;border-left-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-l-amber-300\/0{border-left-color:rgb(252 211 77 / 0)}
.border-l-amber-300\/10{border-left-color:rgb(252 211 77 / 0.1)}
.border-l-amber-300\/100{border-left-color:rgb(252 211 77 / 1)}
.border-l-amber-300\/15{border-left-color:rgb(252 211 77 / 0.15)}
.border-l-amber-300\/20{border-left-color:rgb(252 211 77 / 0.2)}
.border-l-amber-300\/25{border-left-color:rgb(252 211 77 / 0.25)}
.border-l-amber-300\/30{border-left-color:rgb(252 211 77 / 0.3)}
.border-l-amber-300\/35{border-left-color:rgb(252 211 77 / 0.35)}
.border-l-amber-300\/40{border-left-color:rgb(252 211 77 / 0.4)}
.border-l-amber-300\/45{border-left-color:rgb(252 211 77 / 0.45)}
.border-l-amber-300\/5{border-left-color:rgb(252 211 77 / 0.05)}
.border-l-amber-300\/50{border-left-color:rgb(252 211 77 / 0.5)}
.border-l-amber-300\/55{border-left-color:rgb(252 211 77 / 0.55)}
.border-l-amber-300\/60{border-left-color:rgb(252 211 77 / 0.6)}
.border-l-amber-300\/65{border-left-color:rgb(252 211 77 / 0.65)}
.border-l-amber-300\/70{border-left-color:rgb(252 211 77 / 0.7)}
.border-l-amber-300\/75{border-left-color:rgb(252 211 77 / 0.75)}
.border-l-amber-300\/80{border-left-color:rgb(252 211 77 / 0.8)}
.border-l-amber-300\/85{border-left-color:rgb(252 211 77 / 0.85)}
.border-l-amber-300\/90{border-left-color:rgb(252 211 77 / 0.9)}
.border-l-amber-300\/95{border-left-color:rgb(252 211 77 / 0.95)}
.border-l-amber-400{--tw-border-opacity:1;border-left-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-l-amber-400\/0{border-left-color:rgb(251 191 36 / 0)}
.border-l-amber-400\/10{border-left-color:rgb(251 191 36 / 0.1)}
.border-l-amber-400\/100{border-left-color:rgb(251 191 36 / 1)}
.border-l-amber-400\/15{border-left-color:rgb(251 191 36 / 0.15)}
.border-l-amber-400\/20{border-left-color:rgb(251 191 36 / 0.2)}
.border-l-amber-400\/25{border-left-color:rgb(251 191 36 / 0.25)}
.border-l-amber-400\/30{border-left-color:rgb(251 191 36 / 0.3)}
.border-l-amber-400\/35{border-left-color:rgb(251 191 36 / 0.35)}
.border-l-amber-400\/40{border-left-color:rgb(251 191 36 / 0.4)}
.border-l-amber-400\/45{border-left-color:rgb(251 191 36 / 0.45)}
.border-l-amber-400\/5{border-left-color:rgb(251 191 36 / 0.05)}
.border-l-amber-400\/50{border-left-color:rgb(251 191 36 / 0.5)}
.border-l-amber-400\/55{border-left-color:rgb(251 191 36 / 0.55)}
.border-l-amber-400\/60{border-left-color:rgb(251 191 36 / 0.6)}
.border-l-amber-400\/65{border-left-color:rgb(251 191 36 / 0.65)}
.border-l-amber-400\/70{border-left-color:rgb(251 191 36 / 0.7)}
.border-l-amber-400\/75{border-left-color:rgb(251 191 36 / 0.75)}
.border-l-amber-400\/80{border-left-color:rgb(251 191 36 / 0.8)}
.border-l-amber-400\/85{border-left-color:rgb(251 191 36 / 0.85)}
.border-l-amber-400\/90{border-left-color:rgb(251 191 36 / 0.9)}
.border-l-amber-400\/95{border-left-color:rgb(251 191 36 / 0.95)}
.border-l-amber-50{--tw-border-opacity:1;border-left-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-l-amber-50\/0{border-left-color:rgb(255 251 235 / 0)}
.border-l-amber-50\/10{border-left-color:rgb(255 251 235 / 0.1)}
.border-l-amber-50\/100{border-left-color:rgb(255 251 235 / 1)}
.border-l-amber-50\/15{border-left-color:rgb(255 251 235 / 0.15)}
.border-l-amber-50\/20{border-left-color:rgb(255 251 235 / 0.2)}
.border-l-amber-50\/25{border-left-color:rgb(255 251 235 / 0.25)}
.border-l-amber-50\/30{border-left-color:rgb(255 251 235 / 0.3)}
.border-l-amber-50\/35{border-left-color:rgb(255 251 235 / 0.35)}
.border-l-amber-50\/40{border-left-color:rgb(255 251 235 / 0.4)}
.border-l-amber-50\/45{border-left-color:rgb(255 251 235 / 0.45)}
.border-l-amber-50\/5{border-left-color:rgb(255 251 235 / 0.05)}
.border-l-amber-50\/50{border-left-color:rgb(255 251 235 / 0.5)}
.border-l-amber-50\/55{border-left-color:rgb(255 251 235 / 0.55)}
.border-l-amber-50\/60{border-left-color:rgb(255 251 235 / 0.6)}
.border-l-amber-50\/65{border-left-color:rgb(255 251 235 / 0.65)}
.border-l-amber-50\/70{border-left-color:rgb(255 251 235 / 0.7)}
.border-l-amber-50\/75{border-left-color:rgb(255 251 235 / 0.75)}
.border-l-amber-50\/80{border-left-color:rgb(255 251 235 / 0.8)}
.border-l-amber-50\/85{border-left-color:rgb(255 251 235 / 0.85)}
.border-l-amber-50\/90{border-left-color:rgb(255 251 235 / 0.9)}
.border-l-amber-50\/95{border-left-color:rgb(255 251 235 / 0.95)}
.border-l-amber-500{--tw-border-opacity:1;border-left-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-l-amber-500\/0{border-left-color:rgb(245 158 11 / 0)}
.border-l-amber-500\/10{border-left-color:rgb(245 158 11 / 0.1)}
.border-l-amber-500\/100{border-left-color:rgb(245 158 11 / 1)}
.border-l-amber-500\/15{border-left-color:rgb(245 158 11 / 0.15)}
.border-l-amber-500\/20{border-left-color:rgb(245 158 11 / 0.2)}
.border-l-amber-500\/25{border-left-color:rgb(245 158 11 / 0.25)}
.border-l-amber-500\/30{border-left-color:rgb(245 158 11 / 0.3)}
.border-l-amber-500\/35{border-left-color:rgb(245 158 11 / 0.35)}
.border-l-amber-500\/40{border-left-color:rgb(245 158 11 / 0.4)}
.border-l-amber-500\/45{border-left-color:rgb(245 158 11 / 0.45)}
.border-l-amber-500\/5{border-left-color:rgb(245 158 11 / 0.05)}
.border-l-amber-500\/50{border-left-color:rgb(245 158 11 / 0.5)}
.border-l-amber-500\/55{border-left-color:rgb(245 158 11 / 0.55)}
.border-l-amber-500\/60{border-left-color:rgb(245 158 11 / 0.6)}
.border-l-amber-500\/65{border-left-color:rgb(245 158 11 / 0.65)}
.border-l-amber-500\/70{border-left-color:rgb(245 158 11 / 0.7)}
.border-l-amber-500\/75{border-left-color:rgb(245 158 11 / 0.75)}
.border-l-amber-500\/80{border-left-color:rgb(245 158 11 / 0.8)}
.border-l-amber-500\/85{border-left-color:rgb(245 158 11 / 0.85)}
.border-l-amber-500\/90{border-left-color:rgb(245 158 11 / 0.9)}
.border-l-amber-500\/95{border-left-color:rgb(245 158 11 / 0.95)}
.border-l-amber-600{--tw-border-opacity:1;border-left-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-l-amber-600\/0{border-left-color:rgb(217 119 6 / 0)}
.border-l-amber-600\/10{border-left-color:rgb(217 119 6 / 0.1)}
.border-l-amber-600\/100{border-left-color:rgb(217 119 6 / 1)}
.border-l-amber-600\/15{border-left-color:rgb(217 119 6 / 0.15)}
.border-l-amber-600\/20{border-left-color:rgb(217 119 6 / 0.2)}
.border-l-amber-600\/25{border-left-color:rgb(217 119 6 / 0.25)}
.border-l-amber-600\/30{border-left-color:rgb(217 119 6 / 0.3)}
.border-l-amber-600\/35{border-left-color:rgb(217 119 6 / 0.35)}
.border-l-amber-600\/40{border-left-color:rgb(217 119 6 / 0.4)}
.border-l-amber-600\/45{border-left-color:rgb(217 119 6 / 0.45)}
.border-l-amber-600\/5{border-left-color:rgb(217 119 6 / 0.05)}
.border-l-amber-600\/50{border-left-color:rgb(217 119 6 / 0.5)}
.border-l-amber-600\/55{border-left-color:rgb(217 119 6 / 0.55)}
.border-l-amber-600\/60{border-left-color:rgb(217 119 6 / 0.6)}
.border-l-amber-600\/65{border-left-color:rgb(217 119 6 / 0.65)}
.border-l-amber-600\/70{border-left-color:rgb(217 119 6 / 0.7)}
.border-l-amber-600\/75{border-left-color:rgb(217 119 6 / 0.75)}
.border-l-amber-600\/80{border-left-color:rgb(217 119 6 / 0.8)}
.border-l-amber-600\/85{border-left-color:rgb(217 119 6 / 0.85)}
.border-l-amber-600\/90{border-left-color:rgb(217 119 6 / 0.9)}
.border-l-amber-600\/95{border-left-color:rgb(217 119 6 / 0.95)}
.border-l-amber-700{--tw-border-opacity:1;border-left-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-l-amber-700\/0{border-left-color:rgb(180 83 9 / 0)}
.border-l-amber-700\/10{border-left-color:rgb(180 83 9 / 0.1)}
.border-l-amber-700\/100{border-left-color:rgb(180 83 9 / 1)}
.border-l-amber-700\/15{border-left-color:rgb(180 83 9 / 0.15)}
.border-l-amber-700\/20{border-left-color:rgb(180 83 9 / 0.2)}
.border-l-amber-700\/25{border-left-color:rgb(180 83 9 / 0.25)}
.border-l-amber-700\/30{border-left-color:rgb(180 83 9 / 0.3)}
.border-l-amber-700\/35{border-left-color:rgb(180 83 9 / 0.35)}
.border-l-amber-700\/40{border-left-color:rgb(180 83 9 / 0.4)}
.border-l-amber-700\/45{border-left-color:rgb(180 83 9 / 0.45)}
.border-l-amber-700\/5{border-left-color:rgb(180 83 9 / 0.05)}
.border-l-amber-700\/50{border-left-color:rgb(180 83 9 / 0.5)}
.border-l-amber-700\/55{border-left-color:rgb(180 83 9 / 0.55)}
.border-l-amber-700\/60{border-left-color:rgb(180 83 9 / 0.6)}
.border-l-amber-700\/65{border-left-color:rgb(180 83 9 / 0.65)}
.border-l-amber-700\/70{border-left-color:rgb(180 83 9 / 0.7)}
.border-l-amber-700\/75{border-left-color:rgb(180 83 9 / 0.75)}
.border-l-amber-700\/80{border-left-color:rgb(180 83 9 / 0.8)}
.border-l-amber-700\/85{border-left-color:rgb(180 83 9 / 0.85)}
.border-l-amber-700\/90{border-left-color:rgb(180 83 9 / 0.9)}
.border-l-amber-700\/95{border-left-color:rgb(180 83 9 / 0.95)}
.border-l-amber-800{--tw-border-opacity:1;border-left-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-l-amber-800\/0{border-left-color:rgb(146 64 14 / 0)}
.border-l-amber-800\/10{border-left-color:rgb(146 64 14 / 0.1)}
.border-l-amber-800\/100{border-left-color:rgb(146 64 14 / 1)}
.border-l-amber-800\/15{border-left-color:rgb(146 64 14 / 0.15)}
.border-l-amber-800\/20{border-left-color:rgb(146 64 14 / 0.2)}
.border-l-amber-800\/25{border-left-color:rgb(146 64 14 / 0.25)}
.border-l-amber-800\/30{border-left-color:rgb(146 64 14 / 0.3)}
.border-l-amber-800\/35{border-left-color:rgb(146 64 14 / 0.35)}
.border-l-amber-800\/40{border-left-color:rgb(146 64 14 / 0.4)}
.border-l-amber-800\/45{border-left-color:rgb(146 64 14 / 0.45)}
.border-l-amber-800\/5{border-left-color:rgb(146 64 14 / 0.05)}
.border-l-amber-800\/50{border-left-color:rgb(146 64 14 / 0.5)}
.border-l-amber-800\/55{border-left-color:rgb(146 64 14 / 0.55)}
.border-l-amber-800\/60{border-left-color:rgb(146 64 14 / 0.6)}
.border-l-amber-800\/65{border-left-color:rgb(146 64 14 / 0.65)}
.border-l-amber-800\/70{border-left-color:rgb(146 64 14 / 0.7)}
.border-l-amber-800\/75{border-left-color:rgb(146 64 14 / 0.75)}
.border-l-amber-800\/80{border-left-color:rgb(146 64 14 / 0.8)}
.border-l-amber-800\/85{border-left-color:rgb(146 64 14 / 0.85)}
.border-l-amber-800\/90{border-left-color:rgb(146 64 14 / 0.9)}
.border-l-amber-800\/95{border-left-color:rgb(146 64 14 / 0.95)}
.border-l-amber-900{--tw-border-opacity:1;border-left-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-l-amber-900\/0{border-left-color:rgb(120 53 15 / 0)}
.border-l-amber-900\/10{border-left-color:rgb(120 53 15 / 0.1)}
.border-l-amber-900\/100{border-left-color:rgb(120 53 15 / 1)}
.border-l-amber-900\/15{border-left-color:rgb(120 53 15 / 0.15)}
.border-l-amber-900\/20{border-left-color:rgb(120 53 15 / 0.2)}
.border-l-amber-900\/25{border-left-color:rgb(120 53 15 / 0.25)}
.border-l-amber-900\/30{border-left-color:rgb(120 53 15 / 0.3)}
.border-l-amber-900\/35{border-left-color:rgb(120 53 15 / 0.35)}
.border-l-amber-900\/40{border-left-color:rgb(120 53 15 / 0.4)}
.border-l-amber-900\/45{border-left-color:rgb(120 53 15 / 0.45)}
.border-l-amber-900\/5{border-left-color:rgb(120 53 15 / 0.05)}
.border-l-amber-900\/50{border-left-color:rgb(120 53 15 / 0.5)}
.border-l-amber-900\/55{border-left-color:rgb(120 53 15 / 0.55)}
.border-l-amber-900\/60{border-left-color:rgb(120 53 15 / 0.6)}
.border-l-amber-900\/65{border-left-color:rgb(120 53 15 / 0.65)}
.border-l-amber-900\/70{border-left-color:rgb(120 53 15 / 0.7)}
.border-l-amber-900\/75{border-left-color:rgb(120 53 15 / 0.75)}
.border-l-amber-900\/80{border-left-color:rgb(120 53 15 / 0.8)}
.border-l-amber-900\/85{border-left-color:rgb(120 53 15 / 0.85)}
.border-l-amber-900\/90{border-left-color:rgb(120 53 15 / 0.9)}
.border-l-amber-900\/95{border-left-color:rgb(120 53 15 / 0.95)}
.border-l-amber-950{--tw-border-opacity:1;border-left-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-l-amber-950\/0{border-left-color:rgb(69 26 3 / 0)}
.border-l-amber-950\/10{border-left-color:rgb(69 26 3 / 0.1)}
.border-l-amber-950\/100{border-left-color:rgb(69 26 3 / 1)}
.border-l-amber-950\/15{border-left-color:rgb(69 26 3 / 0.15)}
.border-l-amber-950\/20{border-left-color:rgb(69 26 3 / 0.2)}
.border-l-amber-950\/25{border-left-color:rgb(69 26 3 / 0.25)}
.border-l-amber-950\/30{border-left-color:rgb(69 26 3 / 0.3)}
.border-l-amber-950\/35{border-left-color:rgb(69 26 3 / 0.35)}
.border-l-amber-950\/40{border-left-color:rgb(69 26 3 / 0.4)}
.border-l-amber-950\/45{border-left-color:rgb(69 26 3 / 0.45)}
.border-l-amber-950\/5{border-left-color:rgb(69 26 3 / 0.05)}
.border-l-amber-950\/50{border-left-color:rgb(69 26 3 / 0.5)}
.border-l-amber-950\/55{border-left-color:rgb(69 26 3 / 0.55)}
.border-l-amber-950\/60{border-left-color:rgb(69 26 3 / 0.6)}
.border-l-amber-950\/65{border-left-color:rgb(69 26 3 / 0.65)}
.border-l-amber-950\/70{border-left-color:rgb(69 26 3 / 0.7)}
.border-l-amber-950\/75{border-left-color:rgb(69 26 3 / 0.75)}
.border-l-amber-950\/80{border-left-color:rgb(69 26 3 / 0.8)}
.border-l-amber-950\/85{border-left-color:rgb(69 26 3 / 0.85)}
.border-l-amber-950\/90{border-left-color:rgb(69 26 3 / 0.9)}
.border-l-amber-950\/95{border-left-color:rgb(69 26 3 / 0.95)}
.border-l-background-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-background-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-background-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-background-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-background-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-background-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-background-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-background-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-background-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-background-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-background-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-background-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-background-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-background-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-background-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-background-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-background-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-background-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-background-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-background-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-background-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-background-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-background-text-contrastsWithCard{border-left-color:true}
.border-l-background-text-isDark{border-left-color:true}
.border-l-background-text-text{--tw-border-opacity:1;border-left-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-l-background-text-text\/0{border-left-color:rgb(107 111 115 / 0)}
.border-l-background-text-text\/10{border-left-color:rgb(107 111 115 / 0.1)}
.border-l-background-text-text\/100{border-left-color:rgb(107 111 115 / 1)}
.border-l-background-text-text\/15{border-left-color:rgb(107 111 115 / 0.15)}
.border-l-background-text-text\/20{border-left-color:rgb(107 111 115 / 0.2)}
.border-l-background-text-text\/25{border-left-color:rgb(107 111 115 / 0.25)}
.border-l-background-text-text\/30{border-left-color:rgb(107 111 115 / 0.3)}
.border-l-background-text-text\/35{border-left-color:rgb(107 111 115 / 0.35)}
.border-l-background-text-text\/40{border-left-color:rgb(107 111 115 / 0.4)}
.border-l-background-text-text\/45{border-left-color:rgb(107 111 115 / 0.45)}
.border-l-background-text-text\/5{border-left-color:rgb(107 111 115 / 0.05)}
.border-l-background-text-text\/50{border-left-color:rgb(107 111 115 / 0.5)}
.border-l-background-text-text\/55{border-left-color:rgb(107 111 115 / 0.55)}
.border-l-background-text-text\/60{border-left-color:rgb(107 111 115 / 0.6)}
.border-l-background-text-text\/65{border-left-color:rgb(107 111 115 / 0.65)}
.border-l-background-text-text\/70{border-left-color:rgb(107 111 115 / 0.7)}
.border-l-background-text-text\/75{border-left-color:rgb(107 111 115 / 0.75)}
.border-l-background-text-text\/80{border-left-color:rgb(107 111 115 / 0.8)}
.border-l-background-text-text\/85{border-left-color:rgb(107 111 115 / 0.85)}
.border-l-background-text-text\/90{border-left-color:rgb(107 111 115 / 0.9)}
.border-l-background-text-text\/95{border-left-color:rgb(107 111 115 / 0.95)}
.border-l-bt-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-bt-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-bt-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-bt-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-bt-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-bt-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-bt-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-bt-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-bt-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-bt-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-bt-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-bt-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-bt-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-bt-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-bt-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-bt-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-bt-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-bt-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-bt-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-bt-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-bt-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-bt-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-bt-text-contrastsWithCard{border-left-color:true}
.border-l-bt-text-isDark{border-left-color:true}
.border-l-bt-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-l-bt-text-text\/0{border-left-color:rgb(30 41 59 / 0)}
.border-l-bt-text-text\/10{border-left-color:rgb(30 41 59 / 0.1)}
.border-l-bt-text-text\/100{border-left-color:rgb(30 41 59 / 1)}
.border-l-bt-text-text\/15{border-left-color:rgb(30 41 59 / 0.15)}
.border-l-bt-text-text\/20{border-left-color:rgb(30 41 59 / 0.2)}
.border-l-bt-text-text\/25{border-left-color:rgb(30 41 59 / 0.25)}
.border-l-bt-text-text\/30{border-left-color:rgb(30 41 59 / 0.3)}
.border-l-bt-text-text\/35{border-left-color:rgb(30 41 59 / 0.35)}
.border-l-bt-text-text\/40{border-left-color:rgb(30 41 59 / 0.4)}
.border-l-bt-text-text\/45{border-left-color:rgb(30 41 59 / 0.45)}
.border-l-bt-text-text\/5{border-left-color:rgb(30 41 59 / 0.05)}
.border-l-bt-text-text\/50{border-left-color:rgb(30 41 59 / 0.5)}
.border-l-bt-text-text\/55{border-left-color:rgb(30 41 59 / 0.55)}
.border-l-bt-text-text\/60{border-left-color:rgb(30 41 59 / 0.6)}
.border-l-bt-text-text\/65{border-left-color:rgb(30 41 59 / 0.65)}
.border-l-bt-text-text\/70{border-left-color:rgb(30 41 59 / 0.7)}
.border-l-bt-text-text\/75{border-left-color:rgb(30 41 59 / 0.75)}
.border-l-bt-text-text\/80{border-left-color:rgb(30 41 59 / 0.8)}
.border-l-bt-text-text\/85{border-left-color:rgb(30 41 59 / 0.85)}
.border-l-bt-text-text\/90{border-left-color:rgb(30 41 59 / 0.9)}
.border-l-bt-text-text\/95{border-left-color:rgb(30 41 59 / 0.95)}
.border-l-btLight-text-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-btLight-text-contrast\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-btLight-text-contrast\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-btLight-text-contrast\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-btLight-text-contrast\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-btLight-text-contrast\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-btLight-text-contrast\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-btLight-text-contrast\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-btLight-text-contrast\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-btLight-text-contrast\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-btLight-text-contrast\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-btLight-text-contrast\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-btLight-text-contrast\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-btLight-text-contrast\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-btLight-text-contrast\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-btLight-text-contrast\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-btLight-text-contrast\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-btLight-text-contrast\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-btLight-text-contrast\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-btLight-text-contrast\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-btLight-text-contrast\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-btLight-text-contrast\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-btLight-text-contrastsWithCard{border-left-color:true}
.border-l-btLight-text-isDark{}
.border-l-btLight-text-text{--tw-border-opacity:1;border-left-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-l-btLight-text-text\/0{border-left-color:rgb(72 171 217 / 0)}
.border-l-btLight-text-text\/10{border-left-color:rgb(72 171 217 / 0.1)}
.border-l-btLight-text-text\/100{border-left-color:rgb(72 171 217 / 1)}
.border-l-btLight-text-text\/15{border-left-color:rgb(72 171 217 / 0.15)}
.border-l-btLight-text-text\/20{border-left-color:rgb(72 171 217 / 0.2)}
.border-l-btLight-text-text\/25{border-left-color:rgb(72 171 217 / 0.25)}
.border-l-btLight-text-text\/30{border-left-color:rgb(72 171 217 / 0.3)}
.border-l-btLight-text-text\/35{border-left-color:rgb(72 171 217 / 0.35)}
.border-l-btLight-text-text\/40{border-left-color:rgb(72 171 217 / 0.4)}
.border-l-btLight-text-text\/45{border-left-color:rgb(72 171 217 / 0.45)}
.border-l-btLight-text-text\/5{border-left-color:rgb(72 171 217 / 0.05)}
.border-l-btLight-text-text\/50{border-left-color:rgb(72 171 217 / 0.5)}
.border-l-btLight-text-text\/55{border-left-color:rgb(72 171 217 / 0.55)}
.border-l-btLight-text-text\/60{border-left-color:rgb(72 171 217 / 0.6)}
.border-l-btLight-text-text\/65{border-left-color:rgb(72 171 217 / 0.65)}
.border-l-btLight-text-text\/70{border-left-color:rgb(72 171 217 / 0.7)}
.border-l-btLight-text-text\/75{border-left-color:rgb(72 171 217 / 0.75)}
.border-l-btLight-text-text\/80{border-left-color:rgb(72 171 217 / 0.8)}
.border-l-btLight-text-text\/85{border-left-color:rgb(72 171 217 / 0.85)}
.border-l-btLight-text-text\/90{border-left-color:rgb(72 171 217 / 0.9)}
.border-l-btLight-text-text\/95{border-left-color:rgb(72 171 217 / 0.95)}
.border-l-cardBackground-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-cardBackground-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-cardBackground-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-cardBackground-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-cardBackground-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-cardBackground-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-cardBackground-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-cardBackground-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-cardBackground-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-cardBackground-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-cardBackground-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-cardBackground-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-cardBackground-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-cardBackground-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-cardBackground-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-cardBackground-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-cardBackground-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-cardBackground-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-cardBackground-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-cardBackground-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-cardBackground-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-cardBackground-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-cardBackground-text-contrastsWithCard{border-left-color:true}
.border-l-cardBackground-text-isDark{border-left-color:true}
.border-l-cardBackground-text-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-l-cardBackground-text-text\/0{border-left-color:rgb(132 132 132 / 0)}
.border-l-cardBackground-text-text\/10{border-left-color:rgb(132 132 132 / 0.1)}
.border-l-cardBackground-text-text\/100{border-left-color:rgb(132 132 132 / 1)}
.border-l-cardBackground-text-text\/15{border-left-color:rgb(132 132 132 / 0.15)}
.border-l-cardBackground-text-text\/20{border-left-color:rgb(132 132 132 / 0.2)}
.border-l-cardBackground-text-text\/25{border-left-color:rgb(132 132 132 / 0.25)}
.border-l-cardBackground-text-text\/30{border-left-color:rgb(132 132 132 / 0.3)}
.border-l-cardBackground-text-text\/35{border-left-color:rgb(132 132 132 / 0.35)}
.border-l-cardBackground-text-text\/40{border-left-color:rgb(132 132 132 / 0.4)}
.border-l-cardBackground-text-text\/45{border-left-color:rgb(132 132 132 / 0.45)}
.border-l-cardBackground-text-text\/5{border-left-color:rgb(132 132 132 / 0.05)}
.border-l-cardBackground-text-text\/50{border-left-color:rgb(132 132 132 / 0.5)}
.border-l-cardBackground-text-text\/55{border-left-color:rgb(132 132 132 / 0.55)}
.border-l-cardBackground-text-text\/60{border-left-color:rgb(132 132 132 / 0.6)}
.border-l-cardBackground-text-text\/65{border-left-color:rgb(132 132 132 / 0.65)}
.border-l-cardBackground-text-text\/70{border-left-color:rgb(132 132 132 / 0.7)}
.border-l-cardBackground-text-text\/75{border-left-color:rgb(132 132 132 / 0.75)}
.border-l-cardBackground-text-text\/80{border-left-color:rgb(132 132 132 / 0.8)}
.border-l-cardBackground-text-text\/85{border-left-color:rgb(132 132 132 / 0.85)}
.border-l-cardBackground-text-text\/90{border-left-color:rgb(132 132 132 / 0.9)}
.border-l-cardBackground-text-text\/95{border-left-color:rgb(132 132 132 / 0.95)}
.border-l-cardHeader-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-cardHeader-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-cardHeader-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-cardHeader-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-cardHeader-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-cardHeader-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-cardHeader-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-cardHeader-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-cardHeader-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-cardHeader-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-cardHeader-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-cardHeader-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-cardHeader-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-cardHeader-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-cardHeader-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-cardHeader-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-cardHeader-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-cardHeader-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-cardHeader-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-cardHeader-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-cardHeader-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-cardHeader-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-cardHeader-text-contrastsWithCard{border-left-color:true}
.border-l-cardHeader-text-isDark{border-left-color:true}
.border-l-cardHeader-text-text{--tw-border-opacity:1;border-left-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-l-cardHeader-text-text\/0{border-left-color:rgb(126 126 132 / 0)}
.border-l-cardHeader-text-text\/10{border-left-color:rgb(126 126 132 / 0.1)}
.border-l-cardHeader-text-text\/100{border-left-color:rgb(126 126 132 / 1)}
.border-l-cardHeader-text-text\/15{border-left-color:rgb(126 126 132 / 0.15)}
.border-l-cardHeader-text-text\/20{border-left-color:rgb(126 126 132 / 0.2)}
.border-l-cardHeader-text-text\/25{border-left-color:rgb(126 126 132 / 0.25)}
.border-l-cardHeader-text-text\/30{border-left-color:rgb(126 126 132 / 0.3)}
.border-l-cardHeader-text-text\/35{border-left-color:rgb(126 126 132 / 0.35)}
.border-l-cardHeader-text-text\/40{border-left-color:rgb(126 126 132 / 0.4)}
.border-l-cardHeader-text-text\/45{border-left-color:rgb(126 126 132 / 0.45)}
.border-l-cardHeader-text-text\/5{border-left-color:rgb(126 126 132 / 0.05)}
.border-l-cardHeader-text-text\/50{border-left-color:rgb(126 126 132 / 0.5)}
.border-l-cardHeader-text-text\/55{border-left-color:rgb(126 126 132 / 0.55)}
.border-l-cardHeader-text-text\/60{border-left-color:rgb(126 126 132 / 0.6)}
.border-l-cardHeader-text-text\/65{border-left-color:rgb(126 126 132 / 0.65)}
.border-l-cardHeader-text-text\/70{border-left-color:rgb(126 126 132 / 0.7)}
.border-l-cardHeader-text-text\/75{border-left-color:rgb(126 126 132 / 0.75)}
.border-l-cardHeader-text-text\/80{border-left-color:rgb(126 126 132 / 0.8)}
.border-l-cardHeader-text-text\/85{border-left-color:rgb(126 126 132 / 0.85)}
.border-l-cardHeader-text-text\/90{border-left-color:rgb(126 126 132 / 0.9)}
.border-l-cardHeader-text-text\/95{border-left-color:rgb(126 126 132 / 0.95)}
.border-l-danger-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-danger-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-danger-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-danger-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-danger-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-danger-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-danger-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-danger-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-danger-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-danger-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-danger-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-danger-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-danger-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-danger-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-danger-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-danger-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-danger-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-danger-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-danger-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-danger-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-danger-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-danger-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-danger-text-contrastsWithCard{border-left-color:true}
.border-l-danger-text-isDark{border-left-color:true}
.border-l-danger-text-text{--tw-border-opacity:1;border-left-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-l-danger-text-text\/0{border-left-color:rgb(232 87 67 / 0)}
.border-l-danger-text-text\/10{border-left-color:rgb(232 87 67 / 0.1)}
.border-l-danger-text-text\/100{border-left-color:rgb(232 87 67 / 1)}
.border-l-danger-text-text\/15{border-left-color:rgb(232 87 67 / 0.15)}
.border-l-danger-text-text\/20{border-left-color:rgb(232 87 67 / 0.2)}
.border-l-danger-text-text\/25{border-left-color:rgb(232 87 67 / 0.25)}
.border-l-danger-text-text\/30{border-left-color:rgb(232 87 67 / 0.3)}
.border-l-danger-text-text\/35{border-left-color:rgb(232 87 67 / 0.35)}
.border-l-danger-text-text\/40{border-left-color:rgb(232 87 67 / 0.4)}
.border-l-danger-text-text\/45{border-left-color:rgb(232 87 67 / 0.45)}
.border-l-danger-text-text\/5{border-left-color:rgb(232 87 67 / 0.05)}
.border-l-danger-text-text\/50{border-left-color:rgb(232 87 67 / 0.5)}
.border-l-danger-text-text\/55{border-left-color:rgb(232 87 67 / 0.55)}
.border-l-danger-text-text\/60{border-left-color:rgb(232 87 67 / 0.6)}
.border-l-danger-text-text\/65{border-left-color:rgb(232 87 67 / 0.65)}
.border-l-danger-text-text\/70{border-left-color:rgb(232 87 67 / 0.7)}
.border-l-danger-text-text\/75{border-left-color:rgb(232 87 67 / 0.75)}
.border-l-danger-text-text\/80{border-left-color:rgb(232 87 67 / 0.8)}
.border-l-danger-text-text\/85{border-left-color:rgb(232 87 67 / 0.85)}
.border-l-danger-text-text\/90{border-left-color:rgb(232 87 67 / 0.9)}
.border-l-danger-text-text\/95{border-left-color:rgb(232 87 67 / 0.95)}
.border-l-emerald-100{--tw-border-opacity:1;border-left-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-l-emerald-100\/0{border-left-color:rgb(209 250 229 / 0)}
.border-l-emerald-100\/10{border-left-color:rgb(209 250 229 / 0.1)}
.border-l-emerald-100\/100{border-left-color:rgb(209 250 229 / 1)}
.border-l-emerald-100\/15{border-left-color:rgb(209 250 229 / 0.15)}
.border-l-emerald-100\/20{border-left-color:rgb(209 250 229 / 0.2)}
.border-l-emerald-100\/25{border-left-color:rgb(209 250 229 / 0.25)}
.border-l-emerald-100\/30{border-left-color:rgb(209 250 229 / 0.3)}
.border-l-emerald-100\/35{border-left-color:rgb(209 250 229 / 0.35)}
.border-l-emerald-100\/40{border-left-color:rgb(209 250 229 / 0.4)}
.border-l-emerald-100\/45{border-left-color:rgb(209 250 229 / 0.45)}
.border-l-emerald-100\/5{border-left-color:rgb(209 250 229 / 0.05)}
.border-l-emerald-100\/50{border-left-color:rgb(209 250 229 / 0.5)}
.border-l-emerald-100\/55{border-left-color:rgb(209 250 229 / 0.55)}
.border-l-emerald-100\/60{border-left-color:rgb(209 250 229 / 0.6)}
.border-l-emerald-100\/65{border-left-color:rgb(209 250 229 / 0.65)}
.border-l-emerald-100\/70{border-left-color:rgb(209 250 229 / 0.7)}
.border-l-emerald-100\/75{border-left-color:rgb(209 250 229 / 0.75)}
.border-l-emerald-100\/80{border-left-color:rgb(209 250 229 / 0.8)}
.border-l-emerald-100\/85{border-left-color:rgb(209 250 229 / 0.85)}
.border-l-emerald-100\/90{border-left-color:rgb(209 250 229 / 0.9)}
.border-l-emerald-100\/95{border-left-color:rgb(209 250 229 / 0.95)}
.border-l-emerald-200{--tw-border-opacity:1;border-left-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-l-emerald-200\/0{border-left-color:rgb(167 243 208 / 0)}
.border-l-emerald-200\/10{border-left-color:rgb(167 243 208 / 0.1)}
.border-l-emerald-200\/100{border-left-color:rgb(167 243 208 / 1)}
.border-l-emerald-200\/15{border-left-color:rgb(167 243 208 / 0.15)}
.border-l-emerald-200\/20{border-left-color:rgb(167 243 208 / 0.2)}
.border-l-emerald-200\/25{border-left-color:rgb(167 243 208 / 0.25)}
.border-l-emerald-200\/30{border-left-color:rgb(167 243 208 / 0.3)}
.border-l-emerald-200\/35{border-left-color:rgb(167 243 208 / 0.35)}
.border-l-emerald-200\/40{border-left-color:rgb(167 243 208 / 0.4)}
.border-l-emerald-200\/45{border-left-color:rgb(167 243 208 / 0.45)}
.border-l-emerald-200\/5{border-left-color:rgb(167 243 208 / 0.05)}
.border-l-emerald-200\/50{border-left-color:rgb(167 243 208 / 0.5)}
.border-l-emerald-200\/55{border-left-color:rgb(167 243 208 / 0.55)}
.border-l-emerald-200\/60{border-left-color:rgb(167 243 208 / 0.6)}
.border-l-emerald-200\/65{border-left-color:rgb(167 243 208 / 0.65)}
.border-l-emerald-200\/70{border-left-color:rgb(167 243 208 / 0.7)}
.border-l-emerald-200\/75{border-left-color:rgb(167 243 208 / 0.75)}
.border-l-emerald-200\/80{border-left-color:rgb(167 243 208 / 0.8)}
.border-l-emerald-200\/85{border-left-color:rgb(167 243 208 / 0.85)}
.border-l-emerald-200\/90{border-left-color:rgb(167 243 208 / 0.9)}
.border-l-emerald-200\/95{border-left-color:rgb(167 243 208 / 0.95)}
.border-l-emerald-300{--tw-border-opacity:1;border-left-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-l-emerald-300\/0{border-left-color:rgb(110 231 183 / 0)}
.border-l-emerald-300\/10{border-left-color:rgb(110 231 183 / 0.1)}
.border-l-emerald-300\/100{border-left-color:rgb(110 231 183 / 1)}
.border-l-emerald-300\/15{border-left-color:rgb(110 231 183 / 0.15)}
.border-l-emerald-300\/20{border-left-color:rgb(110 231 183 / 0.2)}
.border-l-emerald-300\/25{border-left-color:rgb(110 231 183 / 0.25)}
.border-l-emerald-300\/30{border-left-color:rgb(110 231 183 / 0.3)}
.border-l-emerald-300\/35{border-left-color:rgb(110 231 183 / 0.35)}
.border-l-emerald-300\/40{border-left-color:rgb(110 231 183 / 0.4)}
.border-l-emerald-300\/45{border-left-color:rgb(110 231 183 / 0.45)}
.border-l-emerald-300\/5{border-left-color:rgb(110 231 183 / 0.05)}
.border-l-emerald-300\/50{border-left-color:rgb(110 231 183 / 0.5)}
.border-l-emerald-300\/55{border-left-color:rgb(110 231 183 / 0.55)}
.border-l-emerald-300\/60{border-left-color:rgb(110 231 183 / 0.6)}
.border-l-emerald-300\/65{border-left-color:rgb(110 231 183 / 0.65)}
.border-l-emerald-300\/70{border-left-color:rgb(110 231 183 / 0.7)}
.border-l-emerald-300\/75{border-left-color:rgb(110 231 183 / 0.75)}
.border-l-emerald-300\/80{border-left-color:rgb(110 231 183 / 0.8)}
.border-l-emerald-300\/85{border-left-color:rgb(110 231 183 / 0.85)}
.border-l-emerald-300\/90{border-left-color:rgb(110 231 183 / 0.9)}
.border-l-emerald-300\/95{border-left-color:rgb(110 231 183 / 0.95)}
.border-l-emerald-400{--tw-border-opacity:1;border-left-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-l-emerald-400\/0{border-left-color:rgb(52 211 153 / 0)}
.border-l-emerald-400\/10{border-left-color:rgb(52 211 153 / 0.1)}
.border-l-emerald-400\/100{border-left-color:rgb(52 211 153 / 1)}
.border-l-emerald-400\/15{border-left-color:rgb(52 211 153 / 0.15)}
.border-l-emerald-400\/20{border-left-color:rgb(52 211 153 / 0.2)}
.border-l-emerald-400\/25{border-left-color:rgb(52 211 153 / 0.25)}
.border-l-emerald-400\/30{border-left-color:rgb(52 211 153 / 0.3)}
.border-l-emerald-400\/35{border-left-color:rgb(52 211 153 / 0.35)}
.border-l-emerald-400\/40{border-left-color:rgb(52 211 153 / 0.4)}
.border-l-emerald-400\/45{border-left-color:rgb(52 211 153 / 0.45)}
.border-l-emerald-400\/5{border-left-color:rgb(52 211 153 / 0.05)}
.border-l-emerald-400\/50{border-left-color:rgb(52 211 153 / 0.5)}
.border-l-emerald-400\/55{border-left-color:rgb(52 211 153 / 0.55)}
.border-l-emerald-400\/60{border-left-color:rgb(52 211 153 / 0.6)}
.border-l-emerald-400\/65{border-left-color:rgb(52 211 153 / 0.65)}
.border-l-emerald-400\/70{border-left-color:rgb(52 211 153 / 0.7)}
.border-l-emerald-400\/75{border-left-color:rgb(52 211 153 / 0.75)}
.border-l-emerald-400\/80{border-left-color:rgb(52 211 153 / 0.8)}
.border-l-emerald-400\/85{border-left-color:rgb(52 211 153 / 0.85)}
.border-l-emerald-400\/90{border-left-color:rgb(52 211 153 / 0.9)}
.border-l-emerald-400\/95{border-left-color:rgb(52 211 153 / 0.95)}
.border-l-emerald-50{--tw-border-opacity:1;border-left-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-l-emerald-50\/0{border-left-color:rgb(236 253 245 / 0)}
.border-l-emerald-50\/10{border-left-color:rgb(236 253 245 / 0.1)}
.border-l-emerald-50\/100{border-left-color:rgb(236 253 245 / 1)}
.border-l-emerald-50\/15{border-left-color:rgb(236 253 245 / 0.15)}
.border-l-emerald-50\/20{border-left-color:rgb(236 253 245 / 0.2)}
.border-l-emerald-50\/25{border-left-color:rgb(236 253 245 / 0.25)}
.border-l-emerald-50\/30{border-left-color:rgb(236 253 245 / 0.3)}
.border-l-emerald-50\/35{border-left-color:rgb(236 253 245 / 0.35)}
.border-l-emerald-50\/40{border-left-color:rgb(236 253 245 / 0.4)}
.border-l-emerald-50\/45{border-left-color:rgb(236 253 245 / 0.45)}
.border-l-emerald-50\/5{border-left-color:rgb(236 253 245 / 0.05)}
.border-l-emerald-50\/50{border-left-color:rgb(236 253 245 / 0.5)}
.border-l-emerald-50\/55{border-left-color:rgb(236 253 245 / 0.55)}
.border-l-emerald-50\/60{border-left-color:rgb(236 253 245 / 0.6)}
.border-l-emerald-50\/65{border-left-color:rgb(236 253 245 / 0.65)}
.border-l-emerald-50\/70{border-left-color:rgb(236 253 245 / 0.7)}
.border-l-emerald-50\/75{border-left-color:rgb(236 253 245 / 0.75)}
.border-l-emerald-50\/80{border-left-color:rgb(236 253 245 / 0.8)}
.border-l-emerald-50\/85{border-left-color:rgb(236 253 245 / 0.85)}
.border-l-emerald-50\/90{border-left-color:rgb(236 253 245 / 0.9)}
.border-l-emerald-50\/95{border-left-color:rgb(236 253 245 / 0.95)}
.border-l-emerald-500{--tw-border-opacity:1;border-left-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-l-emerald-500\/0{border-left-color:rgb(16 185 129 / 0)}
.border-l-emerald-500\/10{border-left-color:rgb(16 185 129 / 0.1)}
.border-l-emerald-500\/100{border-left-color:rgb(16 185 129 / 1)}
.border-l-emerald-500\/15{border-left-color:rgb(16 185 129 / 0.15)}
.border-l-emerald-500\/20{border-left-color:rgb(16 185 129 / 0.2)}
.border-l-emerald-500\/25{border-left-color:rgb(16 185 129 / 0.25)}
.border-l-emerald-500\/30{border-left-color:rgb(16 185 129 / 0.3)}
.border-l-emerald-500\/35{border-left-color:rgb(16 185 129 / 0.35)}
.border-l-emerald-500\/40{border-left-color:rgb(16 185 129 / 0.4)}
.border-l-emerald-500\/45{border-left-color:rgb(16 185 129 / 0.45)}
.border-l-emerald-500\/5{border-left-color:rgb(16 185 129 / 0.05)}
.border-l-emerald-500\/50{border-left-color:rgb(16 185 129 / 0.5)}
.border-l-emerald-500\/55{border-left-color:rgb(16 185 129 / 0.55)}
.border-l-emerald-500\/60{border-left-color:rgb(16 185 129 / 0.6)}
.border-l-emerald-500\/65{border-left-color:rgb(16 185 129 / 0.65)}
.border-l-emerald-500\/70{border-left-color:rgb(16 185 129 / 0.7)}
.border-l-emerald-500\/75{border-left-color:rgb(16 185 129 / 0.75)}
.border-l-emerald-500\/80{border-left-color:rgb(16 185 129 / 0.8)}
.border-l-emerald-500\/85{border-left-color:rgb(16 185 129 / 0.85)}
.border-l-emerald-500\/90{border-left-color:rgb(16 185 129 / 0.9)}
.border-l-emerald-500\/95{border-left-color:rgb(16 185 129 / 0.95)}
.border-l-emerald-600{--tw-border-opacity:1;border-left-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-l-emerald-600\/0{border-left-color:rgb(5 150 105 / 0)}
.border-l-emerald-600\/10{border-left-color:rgb(5 150 105 / 0.1)}
.border-l-emerald-600\/100{border-left-color:rgb(5 150 105 / 1)}
.border-l-emerald-600\/15{border-left-color:rgb(5 150 105 / 0.15)}
.border-l-emerald-600\/20{border-left-color:rgb(5 150 105 / 0.2)}
.border-l-emerald-600\/25{border-left-color:rgb(5 150 105 / 0.25)}
.border-l-emerald-600\/30{border-left-color:rgb(5 150 105 / 0.3)}
.border-l-emerald-600\/35{border-left-color:rgb(5 150 105 / 0.35)}
.border-l-emerald-600\/40{border-left-color:rgb(5 150 105 / 0.4)}
.border-l-emerald-600\/45{border-left-color:rgb(5 150 105 / 0.45)}
.border-l-emerald-600\/5{border-left-color:rgb(5 150 105 / 0.05)}
.border-l-emerald-600\/50{border-left-color:rgb(5 150 105 / 0.5)}
.border-l-emerald-600\/55{border-left-color:rgb(5 150 105 / 0.55)}
.border-l-emerald-600\/60{border-left-color:rgb(5 150 105 / 0.6)}
.border-l-emerald-600\/65{border-left-color:rgb(5 150 105 / 0.65)}
.border-l-emerald-600\/70{border-left-color:rgb(5 150 105 / 0.7)}
.border-l-emerald-600\/75{border-left-color:rgb(5 150 105 / 0.75)}
.border-l-emerald-600\/80{border-left-color:rgb(5 150 105 / 0.8)}
.border-l-emerald-600\/85{border-left-color:rgb(5 150 105 / 0.85)}
.border-l-emerald-600\/90{border-left-color:rgb(5 150 105 / 0.9)}
.border-l-emerald-600\/95{border-left-color:rgb(5 150 105 / 0.95)}
.border-l-emerald-700{--tw-border-opacity:1;border-left-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-l-emerald-700\/0{border-left-color:rgb(4 120 87 / 0)}
.border-l-emerald-700\/10{border-left-color:rgb(4 120 87 / 0.1)}
.border-l-emerald-700\/100{border-left-color:rgb(4 120 87 / 1)}
.border-l-emerald-700\/15{border-left-color:rgb(4 120 87 / 0.15)}
.border-l-emerald-700\/20{border-left-color:rgb(4 120 87 / 0.2)}
.border-l-emerald-700\/25{border-left-color:rgb(4 120 87 / 0.25)}
.border-l-emerald-700\/30{border-left-color:rgb(4 120 87 / 0.3)}
.border-l-emerald-700\/35{border-left-color:rgb(4 120 87 / 0.35)}
.border-l-emerald-700\/40{border-left-color:rgb(4 120 87 / 0.4)}
.border-l-emerald-700\/45{border-left-color:rgb(4 120 87 / 0.45)}
.border-l-emerald-700\/5{border-left-color:rgb(4 120 87 / 0.05)}
.border-l-emerald-700\/50{border-left-color:rgb(4 120 87 / 0.5)}
.border-l-emerald-700\/55{border-left-color:rgb(4 120 87 / 0.55)}
.border-l-emerald-700\/60{border-left-color:rgb(4 120 87 / 0.6)}
.border-l-emerald-700\/65{border-left-color:rgb(4 120 87 / 0.65)}
.border-l-emerald-700\/70{border-left-color:rgb(4 120 87 / 0.7)}
.border-l-emerald-700\/75{border-left-color:rgb(4 120 87 / 0.75)}
.border-l-emerald-700\/80{border-left-color:rgb(4 120 87 / 0.8)}
.border-l-emerald-700\/85{border-left-color:rgb(4 120 87 / 0.85)}
.border-l-emerald-700\/90{border-left-color:rgb(4 120 87 / 0.9)}
.border-l-emerald-700\/95{border-left-color:rgb(4 120 87 / 0.95)}
.border-l-emerald-800{--tw-border-opacity:1;border-left-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-l-emerald-800\/0{border-left-color:rgb(6 95 70 / 0)}
.border-l-emerald-800\/10{border-left-color:rgb(6 95 70 / 0.1)}
.border-l-emerald-800\/100{border-left-color:rgb(6 95 70 / 1)}
.border-l-emerald-800\/15{border-left-color:rgb(6 95 70 / 0.15)}
.border-l-emerald-800\/20{border-left-color:rgb(6 95 70 / 0.2)}
.border-l-emerald-800\/25{border-left-color:rgb(6 95 70 / 0.25)}
.border-l-emerald-800\/30{border-left-color:rgb(6 95 70 / 0.3)}
.border-l-emerald-800\/35{border-left-color:rgb(6 95 70 / 0.35)}
.border-l-emerald-800\/40{border-left-color:rgb(6 95 70 / 0.4)}
.border-l-emerald-800\/45{border-left-color:rgb(6 95 70 / 0.45)}
.border-l-emerald-800\/5{border-left-color:rgb(6 95 70 / 0.05)}
.border-l-emerald-800\/50{border-left-color:rgb(6 95 70 / 0.5)}
.border-l-emerald-800\/55{border-left-color:rgb(6 95 70 / 0.55)}
.border-l-emerald-800\/60{border-left-color:rgb(6 95 70 / 0.6)}
.border-l-emerald-800\/65{border-left-color:rgb(6 95 70 / 0.65)}
.border-l-emerald-800\/70{border-left-color:rgb(6 95 70 / 0.7)}
.border-l-emerald-800\/75{border-left-color:rgb(6 95 70 / 0.75)}
.border-l-emerald-800\/80{border-left-color:rgb(6 95 70 / 0.8)}
.border-l-emerald-800\/85{border-left-color:rgb(6 95 70 / 0.85)}
.border-l-emerald-800\/90{border-left-color:rgb(6 95 70 / 0.9)}
.border-l-emerald-800\/95{border-left-color:rgb(6 95 70 / 0.95)}
.border-l-emerald-900{--tw-border-opacity:1;border-left-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-l-emerald-900\/0{border-left-color:rgb(6 78 59 / 0)}
.border-l-emerald-900\/10{border-left-color:rgb(6 78 59 / 0.1)}
.border-l-emerald-900\/100{border-left-color:rgb(6 78 59 / 1)}
.border-l-emerald-900\/15{border-left-color:rgb(6 78 59 / 0.15)}
.border-l-emerald-900\/20{border-left-color:rgb(6 78 59 / 0.2)}
.border-l-emerald-900\/25{border-left-color:rgb(6 78 59 / 0.25)}
.border-l-emerald-900\/30{border-left-color:rgb(6 78 59 / 0.3)}
.border-l-emerald-900\/35{border-left-color:rgb(6 78 59 / 0.35)}
.border-l-emerald-900\/40{border-left-color:rgb(6 78 59 / 0.4)}
.border-l-emerald-900\/45{border-left-color:rgb(6 78 59 / 0.45)}
.border-l-emerald-900\/5{border-left-color:rgb(6 78 59 / 0.05)}
.border-l-emerald-900\/50{border-left-color:rgb(6 78 59 / 0.5)}
.border-l-emerald-900\/55{border-left-color:rgb(6 78 59 / 0.55)}
.border-l-emerald-900\/60{border-left-color:rgb(6 78 59 / 0.6)}
.border-l-emerald-900\/65{border-left-color:rgb(6 78 59 / 0.65)}
.border-l-emerald-900\/70{border-left-color:rgb(6 78 59 / 0.7)}
.border-l-emerald-900\/75{border-left-color:rgb(6 78 59 / 0.75)}
.border-l-emerald-900\/80{border-left-color:rgb(6 78 59 / 0.8)}
.border-l-emerald-900\/85{border-left-color:rgb(6 78 59 / 0.85)}
.border-l-emerald-900\/90{border-left-color:rgb(6 78 59 / 0.9)}
.border-l-emerald-900\/95{border-left-color:rgb(6 78 59 / 0.95)}
.border-l-emerald-950{--tw-border-opacity:1;border-left-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-l-emerald-950\/0{border-left-color:rgb(2 44 34 / 0)}
.border-l-emerald-950\/10{border-left-color:rgb(2 44 34 / 0.1)}
.border-l-emerald-950\/100{border-left-color:rgb(2 44 34 / 1)}
.border-l-emerald-950\/15{border-left-color:rgb(2 44 34 / 0.15)}
.border-l-emerald-950\/20{border-left-color:rgb(2 44 34 / 0.2)}
.border-l-emerald-950\/25{border-left-color:rgb(2 44 34 / 0.25)}
.border-l-emerald-950\/30{border-left-color:rgb(2 44 34 / 0.3)}
.border-l-emerald-950\/35{border-left-color:rgb(2 44 34 / 0.35)}
.border-l-emerald-950\/40{border-left-color:rgb(2 44 34 / 0.4)}
.border-l-emerald-950\/45{border-left-color:rgb(2 44 34 / 0.45)}
.border-l-emerald-950\/5{border-left-color:rgb(2 44 34 / 0.05)}
.border-l-emerald-950\/50{border-left-color:rgb(2 44 34 / 0.5)}
.border-l-emerald-950\/55{border-left-color:rgb(2 44 34 / 0.55)}
.border-l-emerald-950\/60{border-left-color:rgb(2 44 34 / 0.6)}
.border-l-emerald-950\/65{border-left-color:rgb(2 44 34 / 0.65)}
.border-l-emerald-950\/70{border-left-color:rgb(2 44 34 / 0.7)}
.border-l-emerald-950\/75{border-left-color:rgb(2 44 34 / 0.75)}
.border-l-emerald-950\/80{border-left-color:rgb(2 44 34 / 0.8)}
.border-l-emerald-950\/85{border-left-color:rgb(2 44 34 / 0.85)}
.border-l-emerald-950\/90{border-left-color:rgb(2 44 34 / 0.9)}
.border-l-emerald-950\/95{border-left-color:rgb(2 44 34 / 0.95)}
.border-l-gridItemHover{border-left-color:rgba(0,0,0,.03)}
.border-l-gridItemHover\/0{border-left-color:rgba(0, 0, 0, 0)}
.border-l-gridItemHover\/10{border-left-color:rgba(0, 0, 0, 0.1)}
.border-l-gridItemHover\/100{border-left-color:rgba(0, 0, 0, 1)}
.border-l-gridItemHover\/15{border-left-color:rgba(0, 0, 0, 0.15)}
.border-l-gridItemHover\/20{border-left-color:rgba(0, 0, 0, 0.2)}
.border-l-gridItemHover\/25{border-left-color:rgba(0, 0, 0, 0.25)}
.border-l-gridItemHover\/30{border-left-color:rgba(0, 0, 0, 0.3)}
.border-l-gridItemHover\/35{border-left-color:rgba(0, 0, 0, 0.35)}
.border-l-gridItemHover\/40{border-left-color:rgba(0, 0, 0, 0.4)}
.border-l-gridItemHover\/45{border-left-color:rgba(0, 0, 0, 0.45)}
.border-l-gridItemHover\/5{border-left-color:rgba(0, 0, 0, 0.05)}
.border-l-gridItemHover\/50{border-left-color:rgba(0, 0, 0, 0.5)}
.border-l-gridItemHover\/55{border-left-color:rgba(0, 0, 0, 0.55)}
.border-l-gridItemHover\/60{border-left-color:rgba(0, 0, 0, 0.6)}
.border-l-gridItemHover\/65{border-left-color:rgba(0, 0, 0, 0.65)}
.border-l-gridItemHover\/70{border-left-color:rgba(0, 0, 0, 0.7)}
.border-l-gridItemHover\/75{border-left-color:rgba(0, 0, 0, 0.75)}
.border-l-gridItemHover\/80{border-left-color:rgba(0, 0, 0, 0.8)}
.border-l-gridItemHover\/85{border-left-color:rgba(0, 0, 0, 0.85)}
.border-l-gridItemHover\/90{border-left-color:rgba(0, 0, 0, 0.9)}
.border-l-gridItemHover\/95{border-left-color:rgba(0, 0, 0, 0.95)}
.border-l-info-text-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-info-text-contrast\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-info-text-contrast\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-info-text-contrast\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-info-text-contrast\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-info-text-contrast\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-info-text-contrast\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-info-text-contrast\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-info-text-contrast\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-info-text-contrast\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-info-text-contrast\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-info-text-contrast\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-info-text-contrast\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-info-text-contrast\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-info-text-contrast\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-info-text-contrast\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-info-text-contrast\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-info-text-contrast\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-info-text-contrast\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-info-text-contrast\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-info-text-contrast\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-info-text-contrast\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-info-text-contrastsWithCard{border-left-color:true}
.border-l-info-text-isDark{}
.border-l-info-text-text{--tw-border-opacity:1;border-left-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-l-info-text-text\/0{border-left-color:rgb(72 171 217 / 0)}
.border-l-info-text-text\/10{border-left-color:rgb(72 171 217 / 0.1)}
.border-l-info-text-text\/100{border-left-color:rgb(72 171 217 / 1)}
.border-l-info-text-text\/15{border-left-color:rgb(72 171 217 / 0.15)}
.border-l-info-text-text\/20{border-left-color:rgb(72 171 217 / 0.2)}
.border-l-info-text-text\/25{border-left-color:rgb(72 171 217 / 0.25)}
.border-l-info-text-text\/30{border-left-color:rgb(72 171 217 / 0.3)}
.border-l-info-text-text\/35{border-left-color:rgb(72 171 217 / 0.35)}
.border-l-info-text-text\/40{border-left-color:rgb(72 171 217 / 0.4)}
.border-l-info-text-text\/45{border-left-color:rgb(72 171 217 / 0.45)}
.border-l-info-text-text\/5{border-left-color:rgb(72 171 217 / 0.05)}
.border-l-info-text-text\/50{border-left-color:rgb(72 171 217 / 0.5)}
.border-l-info-text-text\/55{border-left-color:rgb(72 171 217 / 0.55)}
.border-l-info-text-text\/60{border-left-color:rgb(72 171 217 / 0.6)}
.border-l-info-text-text\/65{border-left-color:rgb(72 171 217 / 0.65)}
.border-l-info-text-text\/70{border-left-color:rgb(72 171 217 / 0.7)}
.border-l-info-text-text\/75{border-left-color:rgb(72 171 217 / 0.75)}
.border-l-info-text-text\/80{border-left-color:rgb(72 171 217 / 0.8)}
.border-l-info-text-text\/85{border-left-color:rgb(72 171 217 / 0.85)}
.border-l-info-text-text\/90{border-left-color:rgb(72 171 217 / 0.9)}
.border-l-info-text-text\/95{border-left-color:rgb(72 171 217 / 0.95)}
.border-l-lime-100{--tw-border-opacity:1;border-left-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-l-lime-100\/0{border-left-color:rgb(236 252 203 / 0)}
.border-l-lime-100\/10{border-left-color:rgb(236 252 203 / 0.1)}
.border-l-lime-100\/100{border-left-color:rgb(236 252 203 / 1)}
.border-l-lime-100\/15{border-left-color:rgb(236 252 203 / 0.15)}
.border-l-lime-100\/20{border-left-color:rgb(236 252 203 / 0.2)}
.border-l-lime-100\/25{border-left-color:rgb(236 252 203 / 0.25)}
.border-l-lime-100\/30{border-left-color:rgb(236 252 203 / 0.3)}
.border-l-lime-100\/35{border-left-color:rgb(236 252 203 / 0.35)}
.border-l-lime-100\/40{border-left-color:rgb(236 252 203 / 0.4)}
.border-l-lime-100\/45{border-left-color:rgb(236 252 203 / 0.45)}
.border-l-lime-100\/5{border-left-color:rgb(236 252 203 / 0.05)}
.border-l-lime-100\/50{border-left-color:rgb(236 252 203 / 0.5)}
.border-l-lime-100\/55{border-left-color:rgb(236 252 203 / 0.55)}
.border-l-lime-100\/60{border-left-color:rgb(236 252 203 / 0.6)}
.border-l-lime-100\/65{border-left-color:rgb(236 252 203 / 0.65)}
.border-l-lime-100\/70{border-left-color:rgb(236 252 203 / 0.7)}
.border-l-lime-100\/75{border-left-color:rgb(236 252 203 / 0.75)}
.border-l-lime-100\/80{border-left-color:rgb(236 252 203 / 0.8)}
.border-l-lime-100\/85{border-left-color:rgb(236 252 203 / 0.85)}
.border-l-lime-100\/90{border-left-color:rgb(236 252 203 / 0.9)}
.border-l-lime-100\/95{border-left-color:rgb(236 252 203 / 0.95)}
.border-l-lime-200{--tw-border-opacity:1;border-left-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-l-lime-200\/0{border-left-color:rgb(217 249 157 / 0)}
.border-l-lime-200\/10{border-left-color:rgb(217 249 157 / 0.1)}
.border-l-lime-200\/100{border-left-color:rgb(217 249 157 / 1)}
.border-l-lime-200\/15{border-left-color:rgb(217 249 157 / 0.15)}
.border-l-lime-200\/20{border-left-color:rgb(217 249 157 / 0.2)}
.border-l-lime-200\/25{border-left-color:rgb(217 249 157 / 0.25)}
.border-l-lime-200\/30{border-left-color:rgb(217 249 157 / 0.3)}
.border-l-lime-200\/35{border-left-color:rgb(217 249 157 / 0.35)}
.border-l-lime-200\/40{border-left-color:rgb(217 249 157 / 0.4)}
.border-l-lime-200\/45{border-left-color:rgb(217 249 157 / 0.45)}
.border-l-lime-200\/5{border-left-color:rgb(217 249 157 / 0.05)}
.border-l-lime-200\/50{border-left-color:rgb(217 249 157 / 0.5)}
.border-l-lime-200\/55{border-left-color:rgb(217 249 157 / 0.55)}
.border-l-lime-200\/60{border-left-color:rgb(217 249 157 / 0.6)}
.border-l-lime-200\/65{border-left-color:rgb(217 249 157 / 0.65)}
.border-l-lime-200\/70{border-left-color:rgb(217 249 157 / 0.7)}
.border-l-lime-200\/75{border-left-color:rgb(217 249 157 / 0.75)}
.border-l-lime-200\/80{border-left-color:rgb(217 249 157 / 0.8)}
.border-l-lime-200\/85{border-left-color:rgb(217 249 157 / 0.85)}
.border-l-lime-200\/90{border-left-color:rgb(217 249 157 / 0.9)}
.border-l-lime-200\/95{border-left-color:rgb(217 249 157 / 0.95)}
.border-l-lime-300{--tw-border-opacity:1;border-left-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-l-lime-300\/0{border-left-color:rgb(190 242 100 / 0)}
.border-l-lime-300\/10{border-left-color:rgb(190 242 100 / 0.1)}
.border-l-lime-300\/100{border-left-color:rgb(190 242 100 / 1)}
.border-l-lime-300\/15{border-left-color:rgb(190 242 100 / 0.15)}
.border-l-lime-300\/20{border-left-color:rgb(190 242 100 / 0.2)}
.border-l-lime-300\/25{border-left-color:rgb(190 242 100 / 0.25)}
.border-l-lime-300\/30{border-left-color:rgb(190 242 100 / 0.3)}
.border-l-lime-300\/35{border-left-color:rgb(190 242 100 / 0.35)}
.border-l-lime-300\/40{border-left-color:rgb(190 242 100 / 0.4)}
.border-l-lime-300\/45{border-left-color:rgb(190 242 100 / 0.45)}
.border-l-lime-300\/5{border-left-color:rgb(190 242 100 / 0.05)}
.border-l-lime-300\/50{border-left-color:rgb(190 242 100 / 0.5)}
.border-l-lime-300\/55{border-left-color:rgb(190 242 100 / 0.55)}
.border-l-lime-300\/60{border-left-color:rgb(190 242 100 / 0.6)}
.border-l-lime-300\/65{border-left-color:rgb(190 242 100 / 0.65)}
.border-l-lime-300\/70{border-left-color:rgb(190 242 100 / 0.7)}
.border-l-lime-300\/75{border-left-color:rgb(190 242 100 / 0.75)}
.border-l-lime-300\/80{border-left-color:rgb(190 242 100 / 0.8)}
.border-l-lime-300\/85{border-left-color:rgb(190 242 100 / 0.85)}
.border-l-lime-300\/90{border-left-color:rgb(190 242 100 / 0.9)}
.border-l-lime-300\/95{border-left-color:rgb(190 242 100 / 0.95)}
.border-l-lime-400{--tw-border-opacity:1;border-left-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-l-lime-400\/0{border-left-color:rgb(163 230 53 / 0)}
.border-l-lime-400\/10{border-left-color:rgb(163 230 53 / 0.1)}
.border-l-lime-400\/100{border-left-color:rgb(163 230 53 / 1)}
.border-l-lime-400\/15{border-left-color:rgb(163 230 53 / 0.15)}
.border-l-lime-400\/20{border-left-color:rgb(163 230 53 / 0.2)}
.border-l-lime-400\/25{border-left-color:rgb(163 230 53 / 0.25)}
.border-l-lime-400\/30{border-left-color:rgb(163 230 53 / 0.3)}
.border-l-lime-400\/35{border-left-color:rgb(163 230 53 / 0.35)}
.border-l-lime-400\/40{border-left-color:rgb(163 230 53 / 0.4)}
.border-l-lime-400\/45{border-left-color:rgb(163 230 53 / 0.45)}
.border-l-lime-400\/5{border-left-color:rgb(163 230 53 / 0.05)}
.border-l-lime-400\/50{border-left-color:rgb(163 230 53 / 0.5)}
.border-l-lime-400\/55{border-left-color:rgb(163 230 53 / 0.55)}
.border-l-lime-400\/60{border-left-color:rgb(163 230 53 / 0.6)}
.border-l-lime-400\/65{border-left-color:rgb(163 230 53 / 0.65)}
.border-l-lime-400\/70{border-left-color:rgb(163 230 53 / 0.7)}
.border-l-lime-400\/75{border-left-color:rgb(163 230 53 / 0.75)}
.border-l-lime-400\/80{border-left-color:rgb(163 230 53 / 0.8)}
.border-l-lime-400\/85{border-left-color:rgb(163 230 53 / 0.85)}
.border-l-lime-400\/90{border-left-color:rgb(163 230 53 / 0.9)}
.border-l-lime-400\/95{border-left-color:rgb(163 230 53 / 0.95)}
.border-l-lime-50{--tw-border-opacity:1;border-left-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-l-lime-50\/0{border-left-color:rgb(247 254 231 / 0)}
.border-l-lime-50\/10{border-left-color:rgb(247 254 231 / 0.1)}
.border-l-lime-50\/100{border-left-color:rgb(247 254 231 / 1)}
.border-l-lime-50\/15{border-left-color:rgb(247 254 231 / 0.15)}
.border-l-lime-50\/20{border-left-color:rgb(247 254 231 / 0.2)}
.border-l-lime-50\/25{border-left-color:rgb(247 254 231 / 0.25)}
.border-l-lime-50\/30{border-left-color:rgb(247 254 231 / 0.3)}
.border-l-lime-50\/35{border-left-color:rgb(247 254 231 / 0.35)}
.border-l-lime-50\/40{border-left-color:rgb(247 254 231 / 0.4)}
.border-l-lime-50\/45{border-left-color:rgb(247 254 231 / 0.45)}
.border-l-lime-50\/5{border-left-color:rgb(247 254 231 / 0.05)}
.border-l-lime-50\/50{border-left-color:rgb(247 254 231 / 0.5)}
.border-l-lime-50\/55{border-left-color:rgb(247 254 231 / 0.55)}
.border-l-lime-50\/60{border-left-color:rgb(247 254 231 / 0.6)}
.border-l-lime-50\/65{border-left-color:rgb(247 254 231 / 0.65)}
.border-l-lime-50\/70{border-left-color:rgb(247 254 231 / 0.7)}
.border-l-lime-50\/75{border-left-color:rgb(247 254 231 / 0.75)}
.border-l-lime-50\/80{border-left-color:rgb(247 254 231 / 0.8)}
.border-l-lime-50\/85{border-left-color:rgb(247 254 231 / 0.85)}
.border-l-lime-50\/90{border-left-color:rgb(247 254 231 / 0.9)}
.border-l-lime-50\/95{border-left-color:rgb(247 254 231 / 0.95)}
.border-l-lime-500{--tw-border-opacity:1;border-left-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-l-lime-500\/0{border-left-color:rgb(132 204 22 / 0)}
.border-l-lime-500\/10{border-left-color:rgb(132 204 22 / 0.1)}
.border-l-lime-500\/100{border-left-color:rgb(132 204 22 / 1)}
.border-l-lime-500\/15{border-left-color:rgb(132 204 22 / 0.15)}
.border-l-lime-500\/20{border-left-color:rgb(132 204 22 / 0.2)}
.border-l-lime-500\/25{border-left-color:rgb(132 204 22 / 0.25)}
.border-l-lime-500\/30{border-left-color:rgb(132 204 22 / 0.3)}
.border-l-lime-500\/35{border-left-color:rgb(132 204 22 / 0.35)}
.border-l-lime-500\/40{border-left-color:rgb(132 204 22 / 0.4)}
.border-l-lime-500\/45{border-left-color:rgb(132 204 22 / 0.45)}
.border-l-lime-500\/5{border-left-color:rgb(132 204 22 / 0.05)}
.border-l-lime-500\/50{border-left-color:rgb(132 204 22 / 0.5)}
.border-l-lime-500\/55{border-left-color:rgb(132 204 22 / 0.55)}
.border-l-lime-500\/60{border-left-color:rgb(132 204 22 / 0.6)}
.border-l-lime-500\/65{border-left-color:rgb(132 204 22 / 0.65)}
.border-l-lime-500\/70{border-left-color:rgb(132 204 22 / 0.7)}
.border-l-lime-500\/75{border-left-color:rgb(132 204 22 / 0.75)}
.border-l-lime-500\/80{border-left-color:rgb(132 204 22 / 0.8)}
.border-l-lime-500\/85{border-left-color:rgb(132 204 22 / 0.85)}
.border-l-lime-500\/90{border-left-color:rgb(132 204 22 / 0.9)}
.border-l-lime-500\/95{border-left-color:rgb(132 204 22 / 0.95)}
.border-l-lime-600{--tw-border-opacity:1;border-left-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-l-lime-600\/0{border-left-color:rgb(101 163 13 / 0)}
.border-l-lime-600\/10{border-left-color:rgb(101 163 13 / 0.1)}
.border-l-lime-600\/100{border-left-color:rgb(101 163 13 / 1)}
.border-l-lime-600\/15{border-left-color:rgb(101 163 13 / 0.15)}
.border-l-lime-600\/20{border-left-color:rgb(101 163 13 / 0.2)}
.border-l-lime-600\/25{border-left-color:rgb(101 163 13 / 0.25)}
.border-l-lime-600\/30{border-left-color:rgb(101 163 13 / 0.3)}
.border-l-lime-600\/35{border-left-color:rgb(101 163 13 / 0.35)}
.border-l-lime-600\/40{border-left-color:rgb(101 163 13 / 0.4)}
.border-l-lime-600\/45{border-left-color:rgb(101 163 13 / 0.45)}
.border-l-lime-600\/5{border-left-color:rgb(101 163 13 / 0.05)}
.border-l-lime-600\/50{border-left-color:rgb(101 163 13 / 0.5)}
.border-l-lime-600\/55{border-left-color:rgb(101 163 13 / 0.55)}
.border-l-lime-600\/60{border-left-color:rgb(101 163 13 / 0.6)}
.border-l-lime-600\/65{border-left-color:rgb(101 163 13 / 0.65)}
.border-l-lime-600\/70{border-left-color:rgb(101 163 13 / 0.7)}
.border-l-lime-600\/75{border-left-color:rgb(101 163 13 / 0.75)}
.border-l-lime-600\/80{border-left-color:rgb(101 163 13 / 0.8)}
.border-l-lime-600\/85{border-left-color:rgb(101 163 13 / 0.85)}
.border-l-lime-600\/90{border-left-color:rgb(101 163 13 / 0.9)}
.border-l-lime-600\/95{border-left-color:rgb(101 163 13 / 0.95)}
.border-l-lime-700{--tw-border-opacity:1;border-left-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-l-lime-700\/0{border-left-color:rgb(77 124 15 / 0)}
.border-l-lime-700\/10{border-left-color:rgb(77 124 15 / 0.1)}
.border-l-lime-700\/100{border-left-color:rgb(77 124 15 / 1)}
.border-l-lime-700\/15{border-left-color:rgb(77 124 15 / 0.15)}
.border-l-lime-700\/20{border-left-color:rgb(77 124 15 / 0.2)}
.border-l-lime-700\/25{border-left-color:rgb(77 124 15 / 0.25)}
.border-l-lime-700\/30{border-left-color:rgb(77 124 15 / 0.3)}
.border-l-lime-700\/35{border-left-color:rgb(77 124 15 / 0.35)}
.border-l-lime-700\/40{border-left-color:rgb(77 124 15 / 0.4)}
.border-l-lime-700\/45{border-left-color:rgb(77 124 15 / 0.45)}
.border-l-lime-700\/5{border-left-color:rgb(77 124 15 / 0.05)}
.border-l-lime-700\/50{border-left-color:rgb(77 124 15 / 0.5)}
.border-l-lime-700\/55{border-left-color:rgb(77 124 15 / 0.55)}
.border-l-lime-700\/60{border-left-color:rgb(77 124 15 / 0.6)}
.border-l-lime-700\/65{border-left-color:rgb(77 124 15 / 0.65)}
.border-l-lime-700\/70{border-left-color:rgb(77 124 15 / 0.7)}
.border-l-lime-700\/75{border-left-color:rgb(77 124 15 / 0.75)}
.border-l-lime-700\/80{border-left-color:rgb(77 124 15 / 0.8)}
.border-l-lime-700\/85{border-left-color:rgb(77 124 15 / 0.85)}
.border-l-lime-700\/90{border-left-color:rgb(77 124 15 / 0.9)}
.border-l-lime-700\/95{border-left-color:rgb(77 124 15 / 0.95)}
.border-l-lime-800{--tw-border-opacity:1;border-left-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-l-lime-800\/0{border-left-color:rgb(63 98 18 / 0)}
.border-l-lime-800\/10{border-left-color:rgb(63 98 18 / 0.1)}
.border-l-lime-800\/100{border-left-color:rgb(63 98 18 / 1)}
.border-l-lime-800\/15{border-left-color:rgb(63 98 18 / 0.15)}
.border-l-lime-800\/20{border-left-color:rgb(63 98 18 / 0.2)}
.border-l-lime-800\/25{border-left-color:rgb(63 98 18 / 0.25)}
.border-l-lime-800\/30{border-left-color:rgb(63 98 18 / 0.3)}
.border-l-lime-800\/35{border-left-color:rgb(63 98 18 / 0.35)}
.border-l-lime-800\/40{border-left-color:rgb(63 98 18 / 0.4)}
.border-l-lime-800\/45{border-left-color:rgb(63 98 18 / 0.45)}
.border-l-lime-800\/5{border-left-color:rgb(63 98 18 / 0.05)}
.border-l-lime-800\/50{border-left-color:rgb(63 98 18 / 0.5)}
.border-l-lime-800\/55{border-left-color:rgb(63 98 18 / 0.55)}
.border-l-lime-800\/60{border-left-color:rgb(63 98 18 / 0.6)}
.border-l-lime-800\/65{border-left-color:rgb(63 98 18 / 0.65)}
.border-l-lime-800\/70{border-left-color:rgb(63 98 18 / 0.7)}
.border-l-lime-800\/75{border-left-color:rgb(63 98 18 / 0.75)}
.border-l-lime-800\/80{border-left-color:rgb(63 98 18 / 0.8)}
.border-l-lime-800\/85{border-left-color:rgb(63 98 18 / 0.85)}
.border-l-lime-800\/90{border-left-color:rgb(63 98 18 / 0.9)}
.border-l-lime-800\/95{border-left-color:rgb(63 98 18 / 0.95)}
.border-l-lime-900{--tw-border-opacity:1;border-left-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-l-lime-900\/0{border-left-color:rgb(54 83 20 / 0)}
.border-l-lime-900\/10{border-left-color:rgb(54 83 20 / 0.1)}
.border-l-lime-900\/100{border-left-color:rgb(54 83 20 / 1)}
.border-l-lime-900\/15{border-left-color:rgb(54 83 20 / 0.15)}
.border-l-lime-900\/20{border-left-color:rgb(54 83 20 / 0.2)}
.border-l-lime-900\/25{border-left-color:rgb(54 83 20 / 0.25)}
.border-l-lime-900\/30{border-left-color:rgb(54 83 20 / 0.3)}
.border-l-lime-900\/35{border-left-color:rgb(54 83 20 / 0.35)}
.border-l-lime-900\/40{border-left-color:rgb(54 83 20 / 0.4)}
.border-l-lime-900\/45{border-left-color:rgb(54 83 20 / 0.45)}
.border-l-lime-900\/5{border-left-color:rgb(54 83 20 / 0.05)}
.border-l-lime-900\/50{border-left-color:rgb(54 83 20 / 0.5)}
.border-l-lime-900\/55{border-left-color:rgb(54 83 20 / 0.55)}
.border-l-lime-900\/60{border-left-color:rgb(54 83 20 / 0.6)}
.border-l-lime-900\/65{border-left-color:rgb(54 83 20 / 0.65)}
.border-l-lime-900\/70{border-left-color:rgb(54 83 20 / 0.7)}
.border-l-lime-900\/75{border-left-color:rgb(54 83 20 / 0.75)}
.border-l-lime-900\/80{border-left-color:rgb(54 83 20 / 0.8)}
.border-l-lime-900\/85{border-left-color:rgb(54 83 20 / 0.85)}
.border-l-lime-900\/90{border-left-color:rgb(54 83 20 / 0.9)}
.border-l-lime-900\/95{border-left-color:rgb(54 83 20 / 0.95)}
.border-l-lime-950{--tw-border-opacity:1;border-left-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-l-lime-950\/0{border-left-color:rgb(26 46 5 / 0)}
.border-l-lime-950\/10{border-left-color:rgb(26 46 5 / 0.1)}
.border-l-lime-950\/100{border-left-color:rgb(26 46 5 / 1)}
.border-l-lime-950\/15{border-left-color:rgb(26 46 5 / 0.15)}
.border-l-lime-950\/20{border-left-color:rgb(26 46 5 / 0.2)}
.border-l-lime-950\/25{border-left-color:rgb(26 46 5 / 0.25)}
.border-l-lime-950\/30{border-left-color:rgb(26 46 5 / 0.3)}
.border-l-lime-950\/35{border-left-color:rgb(26 46 5 / 0.35)}
.border-l-lime-950\/40{border-left-color:rgb(26 46 5 / 0.4)}
.border-l-lime-950\/45{border-left-color:rgb(26 46 5 / 0.45)}
.border-l-lime-950\/5{border-left-color:rgb(26 46 5 / 0.05)}
.border-l-lime-950\/50{border-left-color:rgb(26 46 5 / 0.5)}
.border-l-lime-950\/55{border-left-color:rgb(26 46 5 / 0.55)}
.border-l-lime-950\/60{border-left-color:rgb(26 46 5 / 0.6)}
.border-l-lime-950\/65{border-left-color:rgb(26 46 5 / 0.65)}
.border-l-lime-950\/70{border-left-color:rgb(26 46 5 / 0.7)}
.border-l-lime-950\/75{border-left-color:rgb(26 46 5 / 0.75)}
.border-l-lime-950\/80{border-left-color:rgb(26 46 5 / 0.8)}
.border-l-lime-950\/85{border-left-color:rgb(26 46 5 / 0.85)}
.border-l-lime-950\/90{border-left-color:rgb(26 46 5 / 0.9)}
.border-l-lime-950\/95{border-left-color:rgb(26 46 5 / 0.95)}
.border-l-navBackground-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-navBackground-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-navBackground-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-navBackground-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-navBackground-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-navBackground-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-navBackground-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-navBackground-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-navBackground-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-navBackground-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-navBackground-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-navBackground-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-navBackground-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-navBackground-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-navBackground-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-navBackground-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-navBackground-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-navBackground-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-navBackground-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-navBackground-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-navBackground-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-navBackground-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-navBackground-text-contrastsWithCard{border-left-color:true}
.border-l-navBackground-text-isDark{border-left-color:true}
.border-l-navBackground-text-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-l-navBackground-text-text\/0{border-left-color:rgb(132 132 132 / 0)}
.border-l-navBackground-text-text\/10{border-left-color:rgb(132 132 132 / 0.1)}
.border-l-navBackground-text-text\/100{border-left-color:rgb(132 132 132 / 1)}
.border-l-navBackground-text-text\/15{border-left-color:rgb(132 132 132 / 0.15)}
.border-l-navBackground-text-text\/20{border-left-color:rgb(132 132 132 / 0.2)}
.border-l-navBackground-text-text\/25{border-left-color:rgb(132 132 132 / 0.25)}
.border-l-navBackground-text-text\/30{border-left-color:rgb(132 132 132 / 0.3)}
.border-l-navBackground-text-text\/35{border-left-color:rgb(132 132 132 / 0.35)}
.border-l-navBackground-text-text\/40{border-left-color:rgb(132 132 132 / 0.4)}
.border-l-navBackground-text-text\/45{border-left-color:rgb(132 132 132 / 0.45)}
.border-l-navBackground-text-text\/5{border-left-color:rgb(132 132 132 / 0.05)}
.border-l-navBackground-text-text\/50{border-left-color:rgb(132 132 132 / 0.5)}
.border-l-navBackground-text-text\/55{border-left-color:rgb(132 132 132 / 0.55)}
.border-l-navBackground-text-text\/60{border-left-color:rgb(132 132 132 / 0.6)}
.border-l-navBackground-text-text\/65{border-left-color:rgb(132 132 132 / 0.65)}
.border-l-navBackground-text-text\/70{border-left-color:rgb(132 132 132 / 0.7)}
.border-l-navBackground-text-text\/75{border-left-color:rgb(132 132 132 / 0.75)}
.border-l-navBackground-text-text\/80{border-left-color:rgb(132 132 132 / 0.8)}
.border-l-navBackground-text-text\/85{border-left-color:rgb(132 132 132 / 0.85)}
.border-l-navBackground-text-text\/90{border-left-color:rgb(132 132 132 / 0.9)}
.border-l-navBackground-text-text\/95{border-left-color:rgb(132 132 132 / 0.95)}
.border-l-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-navBackgroundDark-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-navBackgroundDark-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-navBackgroundDark-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-navBackgroundDark-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-navBackgroundDark-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-navBackgroundDark-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-navBackgroundDark-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-navBackgroundDark-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-navBackgroundDark-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-navBackgroundDark-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-navBackgroundDark-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-navBackgroundDark-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-navBackgroundDark-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-navBackgroundDark-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-navBackgroundDark-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-navBackgroundDark-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-navBackgroundDark-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-navBackgroundDark-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-navBackgroundDark-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-navBackgroundDark-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-navBackgroundDark-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-navBackgroundDark-text-contrastsWithCard{border-left-color:true}
.border-l-navBackgroundDark-text-isDark{border-left-color:true}
.border-l-navBackgroundDark-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-l-navBackgroundDark-text-text\/0{border-left-color:rgb(30 41 59 / 0)}
.border-l-navBackgroundDark-text-text\/10{border-left-color:rgb(30 41 59 / 0.1)}
.border-l-navBackgroundDark-text-text\/100{border-left-color:rgb(30 41 59 / 1)}
.border-l-navBackgroundDark-text-text\/15{border-left-color:rgb(30 41 59 / 0.15)}
.border-l-navBackgroundDark-text-text\/20{border-left-color:rgb(30 41 59 / 0.2)}
.border-l-navBackgroundDark-text-text\/25{border-left-color:rgb(30 41 59 / 0.25)}
.border-l-navBackgroundDark-text-text\/30{border-left-color:rgb(30 41 59 / 0.3)}
.border-l-navBackgroundDark-text-text\/35{border-left-color:rgb(30 41 59 / 0.35)}
.border-l-navBackgroundDark-text-text\/40{border-left-color:rgb(30 41 59 / 0.4)}
.border-l-navBackgroundDark-text-text\/45{border-left-color:rgb(30 41 59 / 0.45)}
.border-l-navBackgroundDark-text-text\/5{border-left-color:rgb(30 41 59 / 0.05)}
.border-l-navBackgroundDark-text-text\/50{border-left-color:rgb(30 41 59 / 0.5)}
.border-l-navBackgroundDark-text-text\/55{border-left-color:rgb(30 41 59 / 0.55)}
.border-l-navBackgroundDark-text-text\/60{border-left-color:rgb(30 41 59 / 0.6)}
.border-l-navBackgroundDark-text-text\/65{border-left-color:rgb(30 41 59 / 0.65)}
.border-l-navBackgroundDark-text-text\/70{border-left-color:rgb(30 41 59 / 0.7)}
.border-l-navBackgroundDark-text-text\/75{border-left-color:rgb(30 41 59 / 0.75)}
.border-l-navBackgroundDark-text-text\/80{border-left-color:rgb(30 41 59 / 0.8)}
.border-l-navBackgroundDark-text-text\/85{border-left-color:rgb(30 41 59 / 0.85)}
.border-l-navBackgroundDark-text-text\/90{border-left-color:rgb(30 41 59 / 0.9)}
.border-l-navBackgroundDark-text-text\/95{border-left-color:rgb(30 41 59 / 0.95)}
.border-l-navText-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-navText-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-navText-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-navText-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-navText-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-navText-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-navText-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-navText-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-navText-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-navText-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-navText-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-navText-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-navText-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-navText-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-navText-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-navText-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-navText-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-navText-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-navText-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-navText-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-navText-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-navText-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-navText-text-contrastsWithCard{border-left-color:true}
.border-l-navText-text-isDark{border-left-color:true}
.border-l-navText-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-l-navText-text-text\/0{border-left-color:rgb(30 41 59 / 0)}
.border-l-navText-text-text\/10{border-left-color:rgb(30 41 59 / 0.1)}
.border-l-navText-text-text\/100{border-left-color:rgb(30 41 59 / 1)}
.border-l-navText-text-text\/15{border-left-color:rgb(30 41 59 / 0.15)}
.border-l-navText-text-text\/20{border-left-color:rgb(30 41 59 / 0.2)}
.border-l-navText-text-text\/25{border-left-color:rgb(30 41 59 / 0.25)}
.border-l-navText-text-text\/30{border-left-color:rgb(30 41 59 / 0.3)}
.border-l-navText-text-text\/35{border-left-color:rgb(30 41 59 / 0.35)}
.border-l-navText-text-text\/40{border-left-color:rgb(30 41 59 / 0.4)}
.border-l-navText-text-text\/45{border-left-color:rgb(30 41 59 / 0.45)}
.border-l-navText-text-text\/5{border-left-color:rgb(30 41 59 / 0.05)}
.border-l-navText-text-text\/50{border-left-color:rgb(30 41 59 / 0.5)}
.border-l-navText-text-text\/55{border-left-color:rgb(30 41 59 / 0.55)}
.border-l-navText-text-text\/60{border-left-color:rgb(30 41 59 / 0.6)}
.border-l-navText-text-text\/65{border-left-color:rgb(30 41 59 / 0.65)}
.border-l-navText-text-text\/70{border-left-color:rgb(30 41 59 / 0.7)}
.border-l-navText-text-text\/75{border-left-color:rgb(30 41 59 / 0.75)}
.border-l-navText-text-text\/80{border-left-color:rgb(30 41 59 / 0.8)}
.border-l-navText-text-text\/85{border-left-color:rgb(30 41 59 / 0.85)}
.border-l-navText-text-text\/90{border-left-color:rgb(30 41 59 / 0.9)}
.border-l-navText-text-text\/95{border-left-color:rgb(30 41 59 / 0.95)}
.border-l-navTextDark-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-navTextDark-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-navTextDark-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-navTextDark-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-navTextDark-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-navTextDark-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-navTextDark-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-navTextDark-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-navTextDark-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-navTextDark-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-navTextDark-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-navTextDark-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-navTextDark-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-navTextDark-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-navTextDark-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-navTextDark-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-navTextDark-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-navTextDark-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-navTextDark-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-navTextDark-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-navTextDark-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-navTextDark-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-navTextDark-text-contrastsWithCard{border-left-color:true}
.border-l-navTextDark-text-isDark{border-left-color:true}
.border-l-navTextDark-text-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-l-navTextDark-text-text\/0{border-left-color:rgb(132 132 132 / 0)}
.border-l-navTextDark-text-text\/10{border-left-color:rgb(132 132 132 / 0.1)}
.border-l-navTextDark-text-text\/100{border-left-color:rgb(132 132 132 / 1)}
.border-l-navTextDark-text-text\/15{border-left-color:rgb(132 132 132 / 0.15)}
.border-l-navTextDark-text-text\/20{border-left-color:rgb(132 132 132 / 0.2)}
.border-l-navTextDark-text-text\/25{border-left-color:rgb(132 132 132 / 0.25)}
.border-l-navTextDark-text-text\/30{border-left-color:rgb(132 132 132 / 0.3)}
.border-l-navTextDark-text-text\/35{border-left-color:rgb(132 132 132 / 0.35)}
.border-l-navTextDark-text-text\/40{border-left-color:rgb(132 132 132 / 0.4)}
.border-l-navTextDark-text-text\/45{border-left-color:rgb(132 132 132 / 0.45)}
.border-l-navTextDark-text-text\/5{border-left-color:rgb(132 132 132 / 0.05)}
.border-l-navTextDark-text-text\/50{border-left-color:rgb(132 132 132 / 0.5)}
.border-l-navTextDark-text-text\/55{border-left-color:rgb(132 132 132 / 0.55)}
.border-l-navTextDark-text-text\/60{border-left-color:rgb(132 132 132 / 0.6)}
.border-l-navTextDark-text-text\/65{border-left-color:rgb(132 132 132 / 0.65)}
.border-l-navTextDark-text-text\/70{border-left-color:rgb(132 132 132 / 0.7)}
.border-l-navTextDark-text-text\/75{border-left-color:rgb(132 132 132 / 0.75)}
.border-l-navTextDark-text-text\/80{border-left-color:rgb(132 132 132 / 0.8)}
.border-l-navTextDark-text-text\/85{border-left-color:rgb(132 132 132 / 0.85)}
.border-l-navTextDark-text-text\/90{border-left-color:rgb(132 132 132 / 0.9)}
.border-l-navTextDark-text-text\/95{border-left-color:rgb(132 132 132 / 0.95)}
.border-l-navTextHover-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-navTextHover-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-navTextHover-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-navTextHover-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-navTextHover-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-navTextHover-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-navTextHover-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-navTextHover-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-navTextHover-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-navTextHover-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-navTextHover-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-navTextHover-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-navTextHover-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-navTextHover-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-navTextHover-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-navTextHover-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-navTextHover-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-navTextHover-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-navTextHover-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-navTextHover-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-navTextHover-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-navTextHover-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-navTextHover-text-contrastsWithCard{border-left-color:true}
.border-l-navTextHover-text-isDark{border-left-color:true}
.border-l-navTextHover-text-text{--tw-border-opacity:1;border-left-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-l-navTextHover-text-text\/0{border-left-color:rgb(30 41 59 / 0)}
.border-l-navTextHover-text-text\/10{border-left-color:rgb(30 41 59 / 0.1)}
.border-l-navTextHover-text-text\/100{border-left-color:rgb(30 41 59 / 1)}
.border-l-navTextHover-text-text\/15{border-left-color:rgb(30 41 59 / 0.15)}
.border-l-navTextHover-text-text\/20{border-left-color:rgb(30 41 59 / 0.2)}
.border-l-navTextHover-text-text\/25{border-left-color:rgb(30 41 59 / 0.25)}
.border-l-navTextHover-text-text\/30{border-left-color:rgb(30 41 59 / 0.3)}
.border-l-navTextHover-text-text\/35{border-left-color:rgb(30 41 59 / 0.35)}
.border-l-navTextHover-text-text\/40{border-left-color:rgb(30 41 59 / 0.4)}
.border-l-navTextHover-text-text\/45{border-left-color:rgb(30 41 59 / 0.45)}
.border-l-navTextHover-text-text\/5{border-left-color:rgb(30 41 59 / 0.05)}
.border-l-navTextHover-text-text\/50{border-left-color:rgb(30 41 59 / 0.5)}
.border-l-navTextHover-text-text\/55{border-left-color:rgb(30 41 59 / 0.55)}
.border-l-navTextHover-text-text\/60{border-left-color:rgb(30 41 59 / 0.6)}
.border-l-navTextHover-text-text\/65{border-left-color:rgb(30 41 59 / 0.65)}
.border-l-navTextHover-text-text\/70{border-left-color:rgb(30 41 59 / 0.7)}
.border-l-navTextHover-text-text\/75{border-left-color:rgb(30 41 59 / 0.75)}
.border-l-navTextHover-text-text\/80{border-left-color:rgb(30 41 59 / 0.8)}
.border-l-navTextHover-text-text\/85{border-left-color:rgb(30 41 59 / 0.85)}
.border-l-navTextHover-text-text\/90{border-left-color:rgb(30 41 59 / 0.9)}
.border-l-navTextHover-text-text\/95{border-left-color:rgb(30 41 59 / 0.95)}
.border-l-primary{--tw-border-opacity:1;border-left-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-l-primary-100{border-left-color:var(--bt-primary-100)}
.border-l-primary-150{border-left-color:var(--bt-primary-150)}
.border-l-primary-200{border-left-color:var(--bt-primary-200)}
.border-l-primary-300{border-left-color:var(--bt-primary-300)}
.border-l-primary-350{border-left-color:var(--bt-primary-350)}
.border-l-primary-400{border-left-color:var(--bt-primary-400)}
.border-l-primary-450{border-left-color:var(--bt-primary-450)}
.border-l-primary-500{border-left-color:var(--bt-primary-500)}
.border-l-primary-550{border-left-color:var(--bt-primary-550)}
.border-l-primary-600{border-left-color:var(--bt-primary-600)}
.border-l-primary-650{border-left-color:var(--bt-primary-650)}
.border-l-primary-700{border-left-color:var(--bt-primary-700)}
.border-l-primary-750{border-left-color:var(--bt-primary-750)}
.border-l-primary-800{border-left-color:var(--bt-primary-800)}
.border-l-primary-850{border-left-color:var(--bt-primary-850)}
.border-l-primary-900{border-left-color:var(--bt-primary-900)}
.border-l-primary-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-primary-contrast-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-primary-contrast-contrast\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-primary-contrast-contrast\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-primary-contrast-contrast\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-primary-contrast-contrast\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-primary-contrast-contrast\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-primary-contrast-contrast\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-primary-contrast-contrast\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-primary-contrast-contrast\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-primary-contrast-contrast\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-primary-contrast-contrast\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-primary-contrast-contrast\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-primary-contrast-contrast\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-primary-contrast-contrast\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-primary-contrast-contrast\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-primary-contrast-contrast\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-primary-contrast-contrast\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-primary-contrast-contrast\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-primary-contrast-contrast\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-primary-contrast-contrast\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-primary-contrast-contrast\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-primary-contrast-contrast\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-primary-contrast-contrastsWithCard{}
.border-l-primary-contrast-isDark{}
.border-l-primary-contrast-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-l-primary-contrast-text\/0{border-left-color:rgb(132 132 132 / 0)}
.border-l-primary-contrast-text\/10{border-left-color:rgb(132 132 132 / 0.1)}
.border-l-primary-contrast-text\/100{border-left-color:rgb(132 132 132 / 1)}
.border-l-primary-contrast-text\/15{border-left-color:rgb(132 132 132 / 0.15)}
.border-l-primary-contrast-text\/20{border-left-color:rgb(132 132 132 / 0.2)}
.border-l-primary-contrast-text\/25{border-left-color:rgb(132 132 132 / 0.25)}
.border-l-primary-contrast-text\/30{border-left-color:rgb(132 132 132 / 0.3)}
.border-l-primary-contrast-text\/35{border-left-color:rgb(132 132 132 / 0.35)}
.border-l-primary-contrast-text\/40{border-left-color:rgb(132 132 132 / 0.4)}
.border-l-primary-contrast-text\/45{border-left-color:rgb(132 132 132 / 0.45)}
.border-l-primary-contrast-text\/5{border-left-color:rgb(132 132 132 / 0.05)}
.border-l-primary-contrast-text\/50{border-left-color:rgb(132 132 132 / 0.5)}
.border-l-primary-contrast-text\/55{border-left-color:rgb(132 132 132 / 0.55)}
.border-l-primary-contrast-text\/60{border-left-color:rgb(132 132 132 / 0.6)}
.border-l-primary-contrast-text\/65{border-left-color:rgb(132 132 132 / 0.65)}
.border-l-primary-contrast-text\/70{border-left-color:rgb(132 132 132 / 0.7)}
.border-l-primary-contrast-text\/75{border-left-color:rgb(132 132 132 / 0.75)}
.border-l-primary-contrast-text\/80{border-left-color:rgb(132 132 132 / 0.8)}
.border-l-primary-contrast-text\/85{border-left-color:rgb(132 132 132 / 0.85)}
.border-l-primary-contrast-text\/90{border-left-color:rgb(132 132 132 / 0.9)}
.border-l-primary-contrast-text\/95{border-left-color:rgb(132 132 132 / 0.95)}
.border-l-primary-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-primary-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-primary-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-primary-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-primary-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-primary-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-primary-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-primary-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-primary-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-primary-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-primary-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-primary-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-primary-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-primary-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-primary-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-primary-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-primary-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-primary-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-primary-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-primary-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-primary-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-primary-contrastsWithCard{border-left-color:true}
.border-l-primary-isDark{border-left-color:true}
.border-l-primary-text{--tw-border-opacity:1;border-left-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-l-primary-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-primary-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-primary-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-primary-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-primary-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-primary-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-primary-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-primary-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-primary-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-primary-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-primary-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-primary-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-primary-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-primary-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-primary-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-primary-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-primary-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-primary-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-primary-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-primary-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-primary-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-primary-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-primary-text-contrastsWithCard{border-left-color:true}
.border-l-primary-text-isDark{border-left-color:true}
.border-l-primary-text-text{--tw-border-opacity:1;border-left-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-l-primary-text-text\/0{border-left-color:rgb(0 87 136 / 0)}
.border-l-primary-text-text\/10{border-left-color:rgb(0 87 136 / 0.1)}
.border-l-primary-text-text\/100{border-left-color:rgb(0 87 136 / 1)}
.border-l-primary-text-text\/15{border-left-color:rgb(0 87 136 / 0.15)}
.border-l-primary-text-text\/20{border-left-color:rgb(0 87 136 / 0.2)}
.border-l-primary-text-text\/25{border-left-color:rgb(0 87 136 / 0.25)}
.border-l-primary-text-text\/30{border-left-color:rgb(0 87 136 / 0.3)}
.border-l-primary-text-text\/35{border-left-color:rgb(0 87 136 / 0.35)}
.border-l-primary-text-text\/40{border-left-color:rgb(0 87 136 / 0.4)}
.border-l-primary-text-text\/45{border-left-color:rgb(0 87 136 / 0.45)}
.border-l-primary-text-text\/5{border-left-color:rgb(0 87 136 / 0.05)}
.border-l-primary-text-text\/50{border-left-color:rgb(0 87 136 / 0.5)}
.border-l-primary-text-text\/55{border-left-color:rgb(0 87 136 / 0.55)}
.border-l-primary-text-text\/60{border-left-color:rgb(0 87 136 / 0.6)}
.border-l-primary-text-text\/65{border-left-color:rgb(0 87 136 / 0.65)}
.border-l-primary-text-text\/70{border-left-color:rgb(0 87 136 / 0.7)}
.border-l-primary-text-text\/75{border-left-color:rgb(0 87 136 / 0.75)}
.border-l-primary-text-text\/80{border-left-color:rgb(0 87 136 / 0.8)}
.border-l-primary-text-text\/85{border-left-color:rgb(0 87 136 / 0.85)}
.border-l-primary-text-text\/90{border-left-color:rgb(0 87 136 / 0.9)}
.border-l-primary-text-text\/95{border-left-color:rgb(0 87 136 / 0.95)}
.border-l-primary-text\/0{border-left-color:rgb(0 87 136 / 0)}
.border-l-primary-text\/10{border-left-color:rgb(0 87 136 / 0.1)}
.border-l-primary-text\/100{border-left-color:rgb(0 87 136 / 1)}
.border-l-primary-text\/15{border-left-color:rgb(0 87 136 / 0.15)}
.border-l-primary-text\/20{border-left-color:rgb(0 87 136 / 0.2)}
.border-l-primary-text\/25{border-left-color:rgb(0 87 136 / 0.25)}
.border-l-primary-text\/30{border-left-color:rgb(0 87 136 / 0.3)}
.border-l-primary-text\/35{border-left-color:rgb(0 87 136 / 0.35)}
.border-l-primary-text\/40{border-left-color:rgb(0 87 136 / 0.4)}
.border-l-primary-text\/45{border-left-color:rgb(0 87 136 / 0.45)}
.border-l-primary-text\/5{border-left-color:rgb(0 87 136 / 0.05)}
.border-l-primary-text\/50{border-left-color:rgb(0 87 136 / 0.5)}
.border-l-primary-text\/55{border-left-color:rgb(0 87 136 / 0.55)}
.border-l-primary-text\/60{border-left-color:rgb(0 87 136 / 0.6)}
.border-l-primary-text\/65{border-left-color:rgb(0 87 136 / 0.65)}
.border-l-primary-text\/70{border-left-color:rgb(0 87 136 / 0.7)}
.border-l-primary-text\/75{border-left-color:rgb(0 87 136 / 0.75)}
.border-l-primary-text\/80{border-left-color:rgb(0 87 136 / 0.8)}
.border-l-primary-text\/85{border-left-color:rgb(0 87 136 / 0.85)}
.border-l-primary-text\/90{border-left-color:rgb(0 87 136 / 0.9)}
.border-l-primary-text\/95{border-left-color:rgb(0 87 136 / 0.95)}
.border-l-primary\/0{border-left-color:rgb(0 87 136 / 0)}
.border-l-primary\/10{border-left-color:rgb(0 87 136 / 0.1)}
.border-l-primary\/100{border-left-color:rgb(0 87 136 / 1)}
.border-l-primary\/15{border-left-color:rgb(0 87 136 / 0.15)}
.border-l-primary\/20{border-left-color:rgb(0 87 136 / 0.2)}
.border-l-primary\/25{border-left-color:rgb(0 87 136 / 0.25)}
.border-l-primary\/30{border-left-color:rgb(0 87 136 / 0.3)}
.border-l-primary\/35{border-left-color:rgb(0 87 136 / 0.35)}
.border-l-primary\/40{border-left-color:rgb(0 87 136 / 0.4)}
.border-l-primary\/45{border-left-color:rgb(0 87 136 / 0.45)}
.border-l-primary\/5{border-left-color:rgb(0 87 136 / 0.05)}
.border-l-primary\/50{border-left-color:rgb(0 87 136 / 0.5)}
.border-l-primary\/55{border-left-color:rgb(0 87 136 / 0.55)}
.border-l-primary\/60{border-left-color:rgb(0 87 136 / 0.6)}
.border-l-primary\/65{border-left-color:rgb(0 87 136 / 0.65)}
.border-l-primary\/70{border-left-color:rgb(0 87 136 / 0.7)}
.border-l-primary\/75{border-left-color:rgb(0 87 136 / 0.75)}
.border-l-primary\/80{border-left-color:rgb(0 87 136 / 0.8)}
.border-l-primary\/85{border-left-color:rgb(0 87 136 / 0.85)}
.border-l-primary\/90{border-left-color:rgb(0 87 136 / 0.9)}
.border-l-primary\/95{border-left-color:rgb(0 87 136 / 0.95)}
.border-l-secondary-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-secondary-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-secondary-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-secondary-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-secondary-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-secondary-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-secondary-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-secondary-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-secondary-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-secondary-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-secondary-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-secondary-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-secondary-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-secondary-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-secondary-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-secondary-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-secondary-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-secondary-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-secondary-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-secondary-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-secondary-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-secondary-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-secondary-text-contrastsWithCard{border-left-color:true}
.border-l-secondary-text-isDark{border-left-color:true}
.border-l-secondary-text-text{--tw-border-opacity:1;border-left-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-l-secondary-text-text\/0{border-left-color:rgb(90 94 100 / 0)}
.border-l-secondary-text-text\/10{border-left-color:rgb(90 94 100 / 0.1)}
.border-l-secondary-text-text\/100{border-left-color:rgb(90 94 100 / 1)}
.border-l-secondary-text-text\/15{border-left-color:rgb(90 94 100 / 0.15)}
.border-l-secondary-text-text\/20{border-left-color:rgb(90 94 100 / 0.2)}
.border-l-secondary-text-text\/25{border-left-color:rgb(90 94 100 / 0.25)}
.border-l-secondary-text-text\/30{border-left-color:rgb(90 94 100 / 0.3)}
.border-l-secondary-text-text\/35{border-left-color:rgb(90 94 100 / 0.35)}
.border-l-secondary-text-text\/40{border-left-color:rgb(90 94 100 / 0.4)}
.border-l-secondary-text-text\/45{border-left-color:rgb(90 94 100 / 0.45)}
.border-l-secondary-text-text\/5{border-left-color:rgb(90 94 100 / 0.05)}
.border-l-secondary-text-text\/50{border-left-color:rgb(90 94 100 / 0.5)}
.border-l-secondary-text-text\/55{border-left-color:rgb(90 94 100 / 0.55)}
.border-l-secondary-text-text\/60{border-left-color:rgb(90 94 100 / 0.6)}
.border-l-secondary-text-text\/65{border-left-color:rgb(90 94 100 / 0.65)}
.border-l-secondary-text-text\/70{border-left-color:rgb(90 94 100 / 0.7)}
.border-l-secondary-text-text\/75{border-left-color:rgb(90 94 100 / 0.75)}
.border-l-secondary-text-text\/80{border-left-color:rgb(90 94 100 / 0.8)}
.border-l-secondary-text-text\/85{border-left-color:rgb(90 94 100 / 0.85)}
.border-l-secondary-text-text\/90{border-left-color:rgb(90 94 100 / 0.9)}
.border-l-secondary-text-text\/95{border-left-color:rgb(90 94 100 / 0.95)}
.border-l-success-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-success-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-success-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-success-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-success-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-success-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-success-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-success-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-success-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-success-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-success-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-success-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-success-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-success-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-success-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-success-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-success-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-success-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-success-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-success-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-success-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-success-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-success-text-contrastsWithCard{border-left-color:true}
.border-l-success-text-isDark{border-left-color:true}
.border-l-success-text-text{--tw-border-opacity:1;border-left-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-l-success-text-text\/0{border-left-color:rgb(27 135 73 / 0)}
.border-l-success-text-text\/10{border-left-color:rgb(27 135 73 / 0.1)}
.border-l-success-text-text\/100{border-left-color:rgb(27 135 73 / 1)}
.border-l-success-text-text\/15{border-left-color:rgb(27 135 73 / 0.15)}
.border-l-success-text-text\/20{border-left-color:rgb(27 135 73 / 0.2)}
.border-l-success-text-text\/25{border-left-color:rgb(27 135 73 / 0.25)}
.border-l-success-text-text\/30{border-left-color:rgb(27 135 73 / 0.3)}
.border-l-success-text-text\/35{border-left-color:rgb(27 135 73 / 0.35)}
.border-l-success-text-text\/40{border-left-color:rgb(27 135 73 / 0.4)}
.border-l-success-text-text\/45{border-left-color:rgb(27 135 73 / 0.45)}
.border-l-success-text-text\/5{border-left-color:rgb(27 135 73 / 0.05)}
.border-l-success-text-text\/50{border-left-color:rgb(27 135 73 / 0.5)}
.border-l-success-text-text\/55{border-left-color:rgb(27 135 73 / 0.55)}
.border-l-success-text-text\/60{border-left-color:rgb(27 135 73 / 0.6)}
.border-l-success-text-text\/65{border-left-color:rgb(27 135 73 / 0.65)}
.border-l-success-text-text\/70{border-left-color:rgb(27 135 73 / 0.7)}
.border-l-success-text-text\/75{border-left-color:rgb(27 135 73 / 0.75)}
.border-l-success-text-text\/80{border-left-color:rgb(27 135 73 / 0.8)}
.border-l-success-text-text\/85{border-left-color:rgb(27 135 73 / 0.85)}
.border-l-success-text-text\/90{border-left-color:rgb(27 135 73 / 0.9)}
.border-l-success-text-text\/95{border-left-color:rgb(27 135 73 / 0.95)}
.border-l-text-100{border-left-color:var(--bt-text-100)}
.border-l-text-200{border-left-color:var(--bt-text-200)}
.border-l-text-300{border-left-color:var(--bt-text-300)}
.border-l-text-400{border-left-color:var(--bt-text-400)}
.border-l-text-500{border-left-color:var(--bt-text-500)}
.border-l-text-600{border-left-color:var(--bt-text-600)}
.border-l-text-700{border-left-color:var(--bt-text-700)}
.border-l-text-800{border-left-color:var(--bt-text-800)}
.border-l-text-900{border-left-color:var(--bt-text-900)}
.border-l-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-text-contrast-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-text-contrast-contrast\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-text-contrast-contrast\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-text-contrast-contrast\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-text-contrast-contrast\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-text-contrast-contrast\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-text-contrast-contrast\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-text-contrast-contrast\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-text-contrast-contrast\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-text-contrast-contrast\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-text-contrast-contrast\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-text-contrast-contrast\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-text-contrast-contrast\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-text-contrast-contrast\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-text-contrast-contrast\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-text-contrast-contrast\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-text-contrast-contrast\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-text-contrast-contrast\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-text-contrast-contrast\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-text-contrast-contrast\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-text-contrast-contrast\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-text-contrast-contrast\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-text-contrast-contrastsWithCard{}
.border-l-text-contrast-isDark{}
.border-l-text-contrast-text{--tw-border-opacity:1;border-left-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-l-text-contrast-text\/0{border-left-color:rgb(132 132 132 / 0)}
.border-l-text-contrast-text\/10{border-left-color:rgb(132 132 132 / 0.1)}
.border-l-text-contrast-text\/100{border-left-color:rgb(132 132 132 / 1)}
.border-l-text-contrast-text\/15{border-left-color:rgb(132 132 132 / 0.15)}
.border-l-text-contrast-text\/20{border-left-color:rgb(132 132 132 / 0.2)}
.border-l-text-contrast-text\/25{border-left-color:rgb(132 132 132 / 0.25)}
.border-l-text-contrast-text\/30{border-left-color:rgb(132 132 132 / 0.3)}
.border-l-text-contrast-text\/35{border-left-color:rgb(132 132 132 / 0.35)}
.border-l-text-contrast-text\/40{border-left-color:rgb(132 132 132 / 0.4)}
.border-l-text-contrast-text\/45{border-left-color:rgb(132 132 132 / 0.45)}
.border-l-text-contrast-text\/5{border-left-color:rgb(132 132 132 / 0.05)}
.border-l-text-contrast-text\/50{border-left-color:rgb(132 132 132 / 0.5)}
.border-l-text-contrast-text\/55{border-left-color:rgb(132 132 132 / 0.55)}
.border-l-text-contrast-text\/60{border-left-color:rgb(132 132 132 / 0.6)}
.border-l-text-contrast-text\/65{border-left-color:rgb(132 132 132 / 0.65)}
.border-l-text-contrast-text\/70{border-left-color:rgb(132 132 132 / 0.7)}
.border-l-text-contrast-text\/75{border-left-color:rgb(132 132 132 / 0.75)}
.border-l-text-contrast-text\/80{border-left-color:rgb(132 132 132 / 0.8)}
.border-l-text-contrast-text\/85{border-left-color:rgb(132 132 132 / 0.85)}
.border-l-text-contrast-text\/90{border-left-color:rgb(132 132 132 / 0.9)}
.border-l-text-contrast-text\/95{border-left-color:rgb(132 132 132 / 0.95)}
.border-l-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-text-contrastsWithCard{border-left-color:true}
.border-l-text-isDark{border-left-color:true}
.border-l-text-text{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-text-text-contrast{--tw-border-opacity:1;border-left-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-l-text-text-contrast\/0{border-left-color:rgb(255 255 255 / 0)}
.border-l-text-text-contrast\/10{border-left-color:rgb(255 255 255 / 0.1)}
.border-l-text-text-contrast\/100{border-left-color:rgb(255 255 255 / 1)}
.border-l-text-text-contrast\/15{border-left-color:rgb(255 255 255 / 0.15)}
.border-l-text-text-contrast\/20{border-left-color:rgb(255 255 255 / 0.2)}
.border-l-text-text-contrast\/25{border-left-color:rgb(255 255 255 / 0.25)}
.border-l-text-text-contrast\/30{border-left-color:rgb(255 255 255 / 0.3)}
.border-l-text-text-contrast\/35{border-left-color:rgb(255 255 255 / 0.35)}
.border-l-text-text-contrast\/40{border-left-color:rgb(255 255 255 / 0.4)}
.border-l-text-text-contrast\/45{border-left-color:rgb(255 255 255 / 0.45)}
.border-l-text-text-contrast\/5{border-left-color:rgb(255 255 255 / 0.05)}
.border-l-text-text-contrast\/50{border-left-color:rgb(255 255 255 / 0.5)}
.border-l-text-text-contrast\/55{border-left-color:rgb(255 255 255 / 0.55)}
.border-l-text-text-contrast\/60{border-left-color:rgb(255 255 255 / 0.6)}
.border-l-text-text-contrast\/65{border-left-color:rgb(255 255 255 / 0.65)}
.border-l-text-text-contrast\/70{border-left-color:rgb(255 255 255 / 0.7)}
.border-l-text-text-contrast\/75{border-left-color:rgb(255 255 255 / 0.75)}
.border-l-text-text-contrast\/80{border-left-color:rgb(255 255 255 / 0.8)}
.border-l-text-text-contrast\/85{border-left-color:rgb(255 255 255 / 0.85)}
.border-l-text-text-contrast\/90{border-left-color:rgb(255 255 255 / 0.9)}
.border-l-text-text-contrast\/95{border-left-color:rgb(255 255 255 / 0.95)}
.border-l-text-text-contrastsWithCard{border-left-color:true}
.border-l-text-text-isDark{border-left-color:true}
.border-l-text-text-text{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-text-text-text\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-text-text-text\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-text-text-text\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-text-text-text\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-text-text-text\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-text-text-text\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-text-text-text\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-text-text-text\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-text-text-text\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-text-text-text\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-text-text-text\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-text-text-text\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-text-text-text\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-text-text-text\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-text-text-text\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-text-text-text\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-text-text-text\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-text-text-text\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-text-text-text\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-text-text-text\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-text-text-text\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-text-text\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-text-text\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-text-text\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-text-text\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-text-text\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-text-text\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-text-text\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-text-text\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-text-text\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-text-text\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-text-text\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-text-text\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-text-text\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-text-text\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-text-text\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-text-text\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-text-text\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-text-text\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-text-text\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-text-text\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-text-text\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-warning-text-contrast{--tw-border-opacity:1;border-left-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-l-warning-text-contrast\/0{border-left-color:rgb(0 0 0 / 0)}
.border-l-warning-text-contrast\/10{border-left-color:rgb(0 0 0 / 0.1)}
.border-l-warning-text-contrast\/100{border-left-color:rgb(0 0 0 / 1)}
.border-l-warning-text-contrast\/15{border-left-color:rgb(0 0 0 / 0.15)}
.border-l-warning-text-contrast\/20{border-left-color:rgb(0 0 0 / 0.2)}
.border-l-warning-text-contrast\/25{border-left-color:rgb(0 0 0 / 0.25)}
.border-l-warning-text-contrast\/30{border-left-color:rgb(0 0 0 / 0.3)}
.border-l-warning-text-contrast\/35{border-left-color:rgb(0 0 0 / 0.35)}
.border-l-warning-text-contrast\/40{border-left-color:rgb(0 0 0 / 0.4)}
.border-l-warning-text-contrast\/45{border-left-color:rgb(0 0 0 / 0.45)}
.border-l-warning-text-contrast\/5{border-left-color:rgb(0 0 0 / 0.05)}
.border-l-warning-text-contrast\/50{border-left-color:rgb(0 0 0 / 0.5)}
.border-l-warning-text-contrast\/55{border-left-color:rgb(0 0 0 / 0.55)}
.border-l-warning-text-contrast\/60{border-left-color:rgb(0 0 0 / 0.6)}
.border-l-warning-text-contrast\/65{border-left-color:rgb(0 0 0 / 0.65)}
.border-l-warning-text-contrast\/70{border-left-color:rgb(0 0 0 / 0.7)}
.border-l-warning-text-contrast\/75{border-left-color:rgb(0 0 0 / 0.75)}
.border-l-warning-text-contrast\/80{border-left-color:rgb(0 0 0 / 0.8)}
.border-l-warning-text-contrast\/85{border-left-color:rgb(0 0 0 / 0.85)}
.border-l-warning-text-contrast\/90{border-left-color:rgb(0 0 0 / 0.9)}
.border-l-warning-text-contrast\/95{border-left-color:rgb(0 0 0 / 0.95)}
.border-l-warning-text-contrastsWithCard{border-left-color:true}
.border-l-warning-text-isDark{}
.border-l-warning-text-text{--tw-border-opacity:1;border-left-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-l-warning-text-text\/0{border-left-color:rgb(255 168 0 / 0)}
.border-l-warning-text-text\/10{border-left-color:rgb(255 168 0 / 0.1)}
.border-l-warning-text-text\/100{border-left-color:rgb(255 168 0 / 1)}
.border-l-warning-text-text\/15{border-left-color:rgb(255 168 0 / 0.15)}
.border-l-warning-text-text\/20{border-left-color:rgb(255 168 0 / 0.2)}
.border-l-warning-text-text\/25{border-left-color:rgb(255 168 0 / 0.25)}
.border-l-warning-text-text\/30{border-left-color:rgb(255 168 0 / 0.3)}
.border-l-warning-text-text\/35{border-left-color:rgb(255 168 0 / 0.35)}
.border-l-warning-text-text\/40{border-left-color:rgb(255 168 0 / 0.4)}
.border-l-warning-text-text\/45{border-left-color:rgb(255 168 0 / 0.45)}
.border-l-warning-text-text\/5{border-left-color:rgb(255 168 0 / 0.05)}
.border-l-warning-text-text\/50{border-left-color:rgb(255 168 0 / 0.5)}
.border-l-warning-text-text\/55{border-left-color:rgb(255 168 0 / 0.55)}
.border-l-warning-text-text\/60{border-left-color:rgb(255 168 0 / 0.6)}
.border-l-warning-text-text\/65{border-left-color:rgb(255 168 0 / 0.65)}
.border-l-warning-text-text\/70{border-left-color:rgb(255 168 0 / 0.7)}
.border-l-warning-text-text\/75{border-left-color:rgb(255 168 0 / 0.75)}
.border-l-warning-text-text\/80{border-left-color:rgb(255 168 0 / 0.8)}
.border-l-warning-text-text\/85{border-left-color:rgb(255 168 0 / 0.85)}
.border-l-warning-text-text\/90{border-left-color:rgb(255 168 0 / 0.9)}
.border-l-warning-text-text\/95{border-left-color:rgb(255 168 0 / 0.95)}
.border-r-amber-100{--tw-border-opacity:1;border-right-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-r-amber-100\/0{border-right-color:rgb(254 243 199 / 0)}
.border-r-amber-100\/10{border-right-color:rgb(254 243 199 / 0.1)}
.border-r-amber-100\/100{border-right-color:rgb(254 243 199 / 1)}
.border-r-amber-100\/15{border-right-color:rgb(254 243 199 / 0.15)}
.border-r-amber-100\/20{border-right-color:rgb(254 243 199 / 0.2)}
.border-r-amber-100\/25{border-right-color:rgb(254 243 199 / 0.25)}
.border-r-amber-100\/30{border-right-color:rgb(254 243 199 / 0.3)}
.border-r-amber-100\/35{border-right-color:rgb(254 243 199 / 0.35)}
.border-r-amber-100\/40{border-right-color:rgb(254 243 199 / 0.4)}
.border-r-amber-100\/45{border-right-color:rgb(254 243 199 / 0.45)}
.border-r-amber-100\/5{border-right-color:rgb(254 243 199 / 0.05)}
.border-r-amber-100\/50{border-right-color:rgb(254 243 199 / 0.5)}
.border-r-amber-100\/55{border-right-color:rgb(254 243 199 / 0.55)}
.border-r-amber-100\/60{border-right-color:rgb(254 243 199 / 0.6)}
.border-r-amber-100\/65{border-right-color:rgb(254 243 199 / 0.65)}
.border-r-amber-100\/70{border-right-color:rgb(254 243 199 / 0.7)}
.border-r-amber-100\/75{border-right-color:rgb(254 243 199 / 0.75)}
.border-r-amber-100\/80{border-right-color:rgb(254 243 199 / 0.8)}
.border-r-amber-100\/85{border-right-color:rgb(254 243 199 / 0.85)}
.border-r-amber-100\/90{border-right-color:rgb(254 243 199 / 0.9)}
.border-r-amber-100\/95{border-right-color:rgb(254 243 199 / 0.95)}
.border-r-amber-200{--tw-border-opacity:1;border-right-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-r-amber-200\/0{border-right-color:rgb(253 230 138 / 0)}
.border-r-amber-200\/10{border-right-color:rgb(253 230 138 / 0.1)}
.border-r-amber-200\/100{border-right-color:rgb(253 230 138 / 1)}
.border-r-amber-200\/15{border-right-color:rgb(253 230 138 / 0.15)}
.border-r-amber-200\/20{border-right-color:rgb(253 230 138 / 0.2)}
.border-r-amber-200\/25{border-right-color:rgb(253 230 138 / 0.25)}
.border-r-amber-200\/30{border-right-color:rgb(253 230 138 / 0.3)}
.border-r-amber-200\/35{border-right-color:rgb(253 230 138 / 0.35)}
.border-r-amber-200\/40{border-right-color:rgb(253 230 138 / 0.4)}
.border-r-amber-200\/45{border-right-color:rgb(253 230 138 / 0.45)}
.border-r-amber-200\/5{border-right-color:rgb(253 230 138 / 0.05)}
.border-r-amber-200\/50{border-right-color:rgb(253 230 138 / 0.5)}
.border-r-amber-200\/55{border-right-color:rgb(253 230 138 / 0.55)}
.border-r-amber-200\/60{border-right-color:rgb(253 230 138 / 0.6)}
.border-r-amber-200\/65{border-right-color:rgb(253 230 138 / 0.65)}
.border-r-amber-200\/70{border-right-color:rgb(253 230 138 / 0.7)}
.border-r-amber-200\/75{border-right-color:rgb(253 230 138 / 0.75)}
.border-r-amber-200\/80{border-right-color:rgb(253 230 138 / 0.8)}
.border-r-amber-200\/85{border-right-color:rgb(253 230 138 / 0.85)}
.border-r-amber-200\/90{border-right-color:rgb(253 230 138 / 0.9)}
.border-r-amber-200\/95{border-right-color:rgb(253 230 138 / 0.95)}
.border-r-amber-300{--tw-border-opacity:1;border-right-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-r-amber-300\/0{border-right-color:rgb(252 211 77 / 0)}
.border-r-amber-300\/10{border-right-color:rgb(252 211 77 / 0.1)}
.border-r-amber-300\/100{border-right-color:rgb(252 211 77 / 1)}
.border-r-amber-300\/15{border-right-color:rgb(252 211 77 / 0.15)}
.border-r-amber-300\/20{border-right-color:rgb(252 211 77 / 0.2)}
.border-r-amber-300\/25{border-right-color:rgb(252 211 77 / 0.25)}
.border-r-amber-300\/30{border-right-color:rgb(252 211 77 / 0.3)}
.border-r-amber-300\/35{border-right-color:rgb(252 211 77 / 0.35)}
.border-r-amber-300\/40{border-right-color:rgb(252 211 77 / 0.4)}
.border-r-amber-300\/45{border-right-color:rgb(252 211 77 / 0.45)}
.border-r-amber-300\/5{border-right-color:rgb(252 211 77 / 0.05)}
.border-r-amber-300\/50{border-right-color:rgb(252 211 77 / 0.5)}
.border-r-amber-300\/55{border-right-color:rgb(252 211 77 / 0.55)}
.border-r-amber-300\/60{border-right-color:rgb(252 211 77 / 0.6)}
.border-r-amber-300\/65{border-right-color:rgb(252 211 77 / 0.65)}
.border-r-amber-300\/70{border-right-color:rgb(252 211 77 / 0.7)}
.border-r-amber-300\/75{border-right-color:rgb(252 211 77 / 0.75)}
.border-r-amber-300\/80{border-right-color:rgb(252 211 77 / 0.8)}
.border-r-amber-300\/85{border-right-color:rgb(252 211 77 / 0.85)}
.border-r-amber-300\/90{border-right-color:rgb(252 211 77 / 0.9)}
.border-r-amber-300\/95{border-right-color:rgb(252 211 77 / 0.95)}
.border-r-amber-400{--tw-border-opacity:1;border-right-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-r-amber-400\/0{border-right-color:rgb(251 191 36 / 0)}
.border-r-amber-400\/10{border-right-color:rgb(251 191 36 / 0.1)}
.border-r-amber-400\/100{border-right-color:rgb(251 191 36 / 1)}
.border-r-amber-400\/15{border-right-color:rgb(251 191 36 / 0.15)}
.border-r-amber-400\/20{border-right-color:rgb(251 191 36 / 0.2)}
.border-r-amber-400\/25{border-right-color:rgb(251 191 36 / 0.25)}
.border-r-amber-400\/30{border-right-color:rgb(251 191 36 / 0.3)}
.border-r-amber-400\/35{border-right-color:rgb(251 191 36 / 0.35)}
.border-r-amber-400\/40{border-right-color:rgb(251 191 36 / 0.4)}
.border-r-amber-400\/45{border-right-color:rgb(251 191 36 / 0.45)}
.border-r-amber-400\/5{border-right-color:rgb(251 191 36 / 0.05)}
.border-r-amber-400\/50{border-right-color:rgb(251 191 36 / 0.5)}
.border-r-amber-400\/55{border-right-color:rgb(251 191 36 / 0.55)}
.border-r-amber-400\/60{border-right-color:rgb(251 191 36 / 0.6)}
.border-r-amber-400\/65{border-right-color:rgb(251 191 36 / 0.65)}
.border-r-amber-400\/70{border-right-color:rgb(251 191 36 / 0.7)}
.border-r-amber-400\/75{border-right-color:rgb(251 191 36 / 0.75)}
.border-r-amber-400\/80{border-right-color:rgb(251 191 36 / 0.8)}
.border-r-amber-400\/85{border-right-color:rgb(251 191 36 / 0.85)}
.border-r-amber-400\/90{border-right-color:rgb(251 191 36 / 0.9)}
.border-r-amber-400\/95{border-right-color:rgb(251 191 36 / 0.95)}
.border-r-amber-50{--tw-border-opacity:1;border-right-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-r-amber-50\/0{border-right-color:rgb(255 251 235 / 0)}
.border-r-amber-50\/10{border-right-color:rgb(255 251 235 / 0.1)}
.border-r-amber-50\/100{border-right-color:rgb(255 251 235 / 1)}
.border-r-amber-50\/15{border-right-color:rgb(255 251 235 / 0.15)}
.border-r-amber-50\/20{border-right-color:rgb(255 251 235 / 0.2)}
.border-r-amber-50\/25{border-right-color:rgb(255 251 235 / 0.25)}
.border-r-amber-50\/30{border-right-color:rgb(255 251 235 / 0.3)}
.border-r-amber-50\/35{border-right-color:rgb(255 251 235 / 0.35)}
.border-r-amber-50\/40{border-right-color:rgb(255 251 235 / 0.4)}
.border-r-amber-50\/45{border-right-color:rgb(255 251 235 / 0.45)}
.border-r-amber-50\/5{border-right-color:rgb(255 251 235 / 0.05)}
.border-r-amber-50\/50{border-right-color:rgb(255 251 235 / 0.5)}
.border-r-amber-50\/55{border-right-color:rgb(255 251 235 / 0.55)}
.border-r-amber-50\/60{border-right-color:rgb(255 251 235 / 0.6)}
.border-r-amber-50\/65{border-right-color:rgb(255 251 235 / 0.65)}
.border-r-amber-50\/70{border-right-color:rgb(255 251 235 / 0.7)}
.border-r-amber-50\/75{border-right-color:rgb(255 251 235 / 0.75)}
.border-r-amber-50\/80{border-right-color:rgb(255 251 235 / 0.8)}
.border-r-amber-50\/85{border-right-color:rgb(255 251 235 / 0.85)}
.border-r-amber-50\/90{border-right-color:rgb(255 251 235 / 0.9)}
.border-r-amber-50\/95{border-right-color:rgb(255 251 235 / 0.95)}
.border-r-amber-500{--tw-border-opacity:1;border-right-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-r-amber-500\/0{border-right-color:rgb(245 158 11 / 0)}
.border-r-amber-500\/10{border-right-color:rgb(245 158 11 / 0.1)}
.border-r-amber-500\/100{border-right-color:rgb(245 158 11 / 1)}
.border-r-amber-500\/15{border-right-color:rgb(245 158 11 / 0.15)}
.border-r-amber-500\/20{border-right-color:rgb(245 158 11 / 0.2)}
.border-r-amber-500\/25{border-right-color:rgb(245 158 11 / 0.25)}
.border-r-amber-500\/30{border-right-color:rgb(245 158 11 / 0.3)}
.border-r-amber-500\/35{border-right-color:rgb(245 158 11 / 0.35)}
.border-r-amber-500\/40{border-right-color:rgb(245 158 11 / 0.4)}
.border-r-amber-500\/45{border-right-color:rgb(245 158 11 / 0.45)}
.border-r-amber-500\/5{border-right-color:rgb(245 158 11 / 0.05)}
.border-r-amber-500\/50{border-right-color:rgb(245 158 11 / 0.5)}
.border-r-amber-500\/55{border-right-color:rgb(245 158 11 / 0.55)}
.border-r-amber-500\/60{border-right-color:rgb(245 158 11 / 0.6)}
.border-r-amber-500\/65{border-right-color:rgb(245 158 11 / 0.65)}
.border-r-amber-500\/70{border-right-color:rgb(245 158 11 / 0.7)}
.border-r-amber-500\/75{border-right-color:rgb(245 158 11 / 0.75)}
.border-r-amber-500\/80{border-right-color:rgb(245 158 11 / 0.8)}
.border-r-amber-500\/85{border-right-color:rgb(245 158 11 / 0.85)}
.border-r-amber-500\/90{border-right-color:rgb(245 158 11 / 0.9)}
.border-r-amber-500\/95{border-right-color:rgb(245 158 11 / 0.95)}
.border-r-amber-600{--tw-border-opacity:1;border-right-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-r-amber-600\/0{border-right-color:rgb(217 119 6 / 0)}
.border-r-amber-600\/10{border-right-color:rgb(217 119 6 / 0.1)}
.border-r-amber-600\/100{border-right-color:rgb(217 119 6 / 1)}
.border-r-amber-600\/15{border-right-color:rgb(217 119 6 / 0.15)}
.border-r-amber-600\/20{border-right-color:rgb(217 119 6 / 0.2)}
.border-r-amber-600\/25{border-right-color:rgb(217 119 6 / 0.25)}
.border-r-amber-600\/30{border-right-color:rgb(217 119 6 / 0.3)}
.border-r-amber-600\/35{border-right-color:rgb(217 119 6 / 0.35)}
.border-r-amber-600\/40{border-right-color:rgb(217 119 6 / 0.4)}
.border-r-amber-600\/45{border-right-color:rgb(217 119 6 / 0.45)}
.border-r-amber-600\/5{border-right-color:rgb(217 119 6 / 0.05)}
.border-r-amber-600\/50{border-right-color:rgb(217 119 6 / 0.5)}
.border-r-amber-600\/55{border-right-color:rgb(217 119 6 / 0.55)}
.border-r-amber-600\/60{border-right-color:rgb(217 119 6 / 0.6)}
.border-r-amber-600\/65{border-right-color:rgb(217 119 6 / 0.65)}
.border-r-amber-600\/70{border-right-color:rgb(217 119 6 / 0.7)}
.border-r-amber-600\/75{border-right-color:rgb(217 119 6 / 0.75)}
.border-r-amber-600\/80{border-right-color:rgb(217 119 6 / 0.8)}
.border-r-amber-600\/85{border-right-color:rgb(217 119 6 / 0.85)}
.border-r-amber-600\/90{border-right-color:rgb(217 119 6 / 0.9)}
.border-r-amber-600\/95{border-right-color:rgb(217 119 6 / 0.95)}
.border-r-amber-700{--tw-border-opacity:1;border-right-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-r-amber-700\/0{border-right-color:rgb(180 83 9 / 0)}
.border-r-amber-700\/10{border-right-color:rgb(180 83 9 / 0.1)}
.border-r-amber-700\/100{border-right-color:rgb(180 83 9 / 1)}
.border-r-amber-700\/15{border-right-color:rgb(180 83 9 / 0.15)}
.border-r-amber-700\/20{border-right-color:rgb(180 83 9 / 0.2)}
.border-r-amber-700\/25{border-right-color:rgb(180 83 9 / 0.25)}
.border-r-amber-700\/30{border-right-color:rgb(180 83 9 / 0.3)}
.border-r-amber-700\/35{border-right-color:rgb(180 83 9 / 0.35)}
.border-r-amber-700\/40{border-right-color:rgb(180 83 9 / 0.4)}
.border-r-amber-700\/45{border-right-color:rgb(180 83 9 / 0.45)}
.border-r-amber-700\/5{border-right-color:rgb(180 83 9 / 0.05)}
.border-r-amber-700\/50{border-right-color:rgb(180 83 9 / 0.5)}
.border-r-amber-700\/55{border-right-color:rgb(180 83 9 / 0.55)}
.border-r-amber-700\/60{border-right-color:rgb(180 83 9 / 0.6)}
.border-r-amber-700\/65{border-right-color:rgb(180 83 9 / 0.65)}
.border-r-amber-700\/70{border-right-color:rgb(180 83 9 / 0.7)}
.border-r-amber-700\/75{border-right-color:rgb(180 83 9 / 0.75)}
.border-r-amber-700\/80{border-right-color:rgb(180 83 9 / 0.8)}
.border-r-amber-700\/85{border-right-color:rgb(180 83 9 / 0.85)}
.border-r-amber-700\/90{border-right-color:rgb(180 83 9 / 0.9)}
.border-r-amber-700\/95{border-right-color:rgb(180 83 9 / 0.95)}
.border-r-amber-800{--tw-border-opacity:1;border-right-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-r-amber-800\/0{border-right-color:rgb(146 64 14 / 0)}
.border-r-amber-800\/10{border-right-color:rgb(146 64 14 / 0.1)}
.border-r-amber-800\/100{border-right-color:rgb(146 64 14 / 1)}
.border-r-amber-800\/15{border-right-color:rgb(146 64 14 / 0.15)}
.border-r-amber-800\/20{border-right-color:rgb(146 64 14 / 0.2)}
.border-r-amber-800\/25{border-right-color:rgb(146 64 14 / 0.25)}
.border-r-amber-800\/30{border-right-color:rgb(146 64 14 / 0.3)}
.border-r-amber-800\/35{border-right-color:rgb(146 64 14 / 0.35)}
.border-r-amber-800\/40{border-right-color:rgb(146 64 14 / 0.4)}
.border-r-amber-800\/45{border-right-color:rgb(146 64 14 / 0.45)}
.border-r-amber-800\/5{border-right-color:rgb(146 64 14 / 0.05)}
.border-r-amber-800\/50{border-right-color:rgb(146 64 14 / 0.5)}
.border-r-amber-800\/55{border-right-color:rgb(146 64 14 / 0.55)}
.border-r-amber-800\/60{border-right-color:rgb(146 64 14 / 0.6)}
.border-r-amber-800\/65{border-right-color:rgb(146 64 14 / 0.65)}
.border-r-amber-800\/70{border-right-color:rgb(146 64 14 / 0.7)}
.border-r-amber-800\/75{border-right-color:rgb(146 64 14 / 0.75)}
.border-r-amber-800\/80{border-right-color:rgb(146 64 14 / 0.8)}
.border-r-amber-800\/85{border-right-color:rgb(146 64 14 / 0.85)}
.border-r-amber-800\/90{border-right-color:rgb(146 64 14 / 0.9)}
.border-r-amber-800\/95{border-right-color:rgb(146 64 14 / 0.95)}
.border-r-amber-900{--tw-border-opacity:1;border-right-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-r-amber-900\/0{border-right-color:rgb(120 53 15 / 0)}
.border-r-amber-900\/10{border-right-color:rgb(120 53 15 / 0.1)}
.border-r-amber-900\/100{border-right-color:rgb(120 53 15 / 1)}
.border-r-amber-900\/15{border-right-color:rgb(120 53 15 / 0.15)}
.border-r-amber-900\/20{border-right-color:rgb(120 53 15 / 0.2)}
.border-r-amber-900\/25{border-right-color:rgb(120 53 15 / 0.25)}
.border-r-amber-900\/30{border-right-color:rgb(120 53 15 / 0.3)}
.border-r-amber-900\/35{border-right-color:rgb(120 53 15 / 0.35)}
.border-r-amber-900\/40{border-right-color:rgb(120 53 15 / 0.4)}
.border-r-amber-900\/45{border-right-color:rgb(120 53 15 / 0.45)}
.border-r-amber-900\/5{border-right-color:rgb(120 53 15 / 0.05)}
.border-r-amber-900\/50{border-right-color:rgb(120 53 15 / 0.5)}
.border-r-amber-900\/55{border-right-color:rgb(120 53 15 / 0.55)}
.border-r-amber-900\/60{border-right-color:rgb(120 53 15 / 0.6)}
.border-r-amber-900\/65{border-right-color:rgb(120 53 15 / 0.65)}
.border-r-amber-900\/70{border-right-color:rgb(120 53 15 / 0.7)}
.border-r-amber-900\/75{border-right-color:rgb(120 53 15 / 0.75)}
.border-r-amber-900\/80{border-right-color:rgb(120 53 15 / 0.8)}
.border-r-amber-900\/85{border-right-color:rgb(120 53 15 / 0.85)}
.border-r-amber-900\/90{border-right-color:rgb(120 53 15 / 0.9)}
.border-r-amber-900\/95{border-right-color:rgb(120 53 15 / 0.95)}
.border-r-amber-950{--tw-border-opacity:1;border-right-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-r-amber-950\/0{border-right-color:rgb(69 26 3 / 0)}
.border-r-amber-950\/10{border-right-color:rgb(69 26 3 / 0.1)}
.border-r-amber-950\/100{border-right-color:rgb(69 26 3 / 1)}
.border-r-amber-950\/15{border-right-color:rgb(69 26 3 / 0.15)}
.border-r-amber-950\/20{border-right-color:rgb(69 26 3 / 0.2)}
.border-r-amber-950\/25{border-right-color:rgb(69 26 3 / 0.25)}
.border-r-amber-950\/30{border-right-color:rgb(69 26 3 / 0.3)}
.border-r-amber-950\/35{border-right-color:rgb(69 26 3 / 0.35)}
.border-r-amber-950\/40{border-right-color:rgb(69 26 3 / 0.4)}
.border-r-amber-950\/45{border-right-color:rgb(69 26 3 / 0.45)}
.border-r-amber-950\/5{border-right-color:rgb(69 26 3 / 0.05)}
.border-r-amber-950\/50{border-right-color:rgb(69 26 3 / 0.5)}
.border-r-amber-950\/55{border-right-color:rgb(69 26 3 / 0.55)}
.border-r-amber-950\/60{border-right-color:rgb(69 26 3 / 0.6)}
.border-r-amber-950\/65{border-right-color:rgb(69 26 3 / 0.65)}
.border-r-amber-950\/70{border-right-color:rgb(69 26 3 / 0.7)}
.border-r-amber-950\/75{border-right-color:rgb(69 26 3 / 0.75)}
.border-r-amber-950\/80{border-right-color:rgb(69 26 3 / 0.8)}
.border-r-amber-950\/85{border-right-color:rgb(69 26 3 / 0.85)}
.border-r-amber-950\/90{border-right-color:rgb(69 26 3 / 0.9)}
.border-r-amber-950\/95{border-right-color:rgb(69 26 3 / 0.95)}
.border-r-background-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-background-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-background-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-background-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-background-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-background-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-background-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-background-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-background-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-background-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-background-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-background-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-background-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-background-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-background-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-background-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-background-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-background-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-background-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-background-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-background-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-background-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-background-text-contrastsWithCard{border-right-color:true}
.border-r-background-text-isDark{border-right-color:true}
.border-r-background-text-text{--tw-border-opacity:1;border-right-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-r-background-text-text\/0{border-right-color:rgb(107 111 115 / 0)}
.border-r-background-text-text\/10{border-right-color:rgb(107 111 115 / 0.1)}
.border-r-background-text-text\/100{border-right-color:rgb(107 111 115 / 1)}
.border-r-background-text-text\/15{border-right-color:rgb(107 111 115 / 0.15)}
.border-r-background-text-text\/20{border-right-color:rgb(107 111 115 / 0.2)}
.border-r-background-text-text\/25{border-right-color:rgb(107 111 115 / 0.25)}
.border-r-background-text-text\/30{border-right-color:rgb(107 111 115 / 0.3)}
.border-r-background-text-text\/35{border-right-color:rgb(107 111 115 / 0.35)}
.border-r-background-text-text\/40{border-right-color:rgb(107 111 115 / 0.4)}
.border-r-background-text-text\/45{border-right-color:rgb(107 111 115 / 0.45)}
.border-r-background-text-text\/5{border-right-color:rgb(107 111 115 / 0.05)}
.border-r-background-text-text\/50{border-right-color:rgb(107 111 115 / 0.5)}
.border-r-background-text-text\/55{border-right-color:rgb(107 111 115 / 0.55)}
.border-r-background-text-text\/60{border-right-color:rgb(107 111 115 / 0.6)}
.border-r-background-text-text\/65{border-right-color:rgb(107 111 115 / 0.65)}
.border-r-background-text-text\/70{border-right-color:rgb(107 111 115 / 0.7)}
.border-r-background-text-text\/75{border-right-color:rgb(107 111 115 / 0.75)}
.border-r-background-text-text\/80{border-right-color:rgb(107 111 115 / 0.8)}
.border-r-background-text-text\/85{border-right-color:rgb(107 111 115 / 0.85)}
.border-r-background-text-text\/90{border-right-color:rgb(107 111 115 / 0.9)}
.border-r-background-text-text\/95{border-right-color:rgb(107 111 115 / 0.95)}
.border-r-bt-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-bt-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-bt-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-bt-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-bt-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-bt-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-bt-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-bt-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-bt-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-bt-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-bt-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-bt-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-bt-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-bt-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-bt-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-bt-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-bt-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-bt-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-bt-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-bt-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-bt-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-bt-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-bt-text-contrastsWithCard{border-right-color:true}
.border-r-bt-text-isDark{border-right-color:true}
.border-r-bt-text-text{--tw-border-opacity:1;border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-r-bt-text-text\/0{border-right-color:rgb(30 41 59 / 0)}
.border-r-bt-text-text\/10{border-right-color:rgb(30 41 59 / 0.1)}
.border-r-bt-text-text\/100{border-right-color:rgb(30 41 59 / 1)}
.border-r-bt-text-text\/15{border-right-color:rgb(30 41 59 / 0.15)}
.border-r-bt-text-text\/20{border-right-color:rgb(30 41 59 / 0.2)}
.border-r-bt-text-text\/25{border-right-color:rgb(30 41 59 / 0.25)}
.border-r-bt-text-text\/30{border-right-color:rgb(30 41 59 / 0.3)}
.border-r-bt-text-text\/35{border-right-color:rgb(30 41 59 / 0.35)}
.border-r-bt-text-text\/40{border-right-color:rgb(30 41 59 / 0.4)}
.border-r-bt-text-text\/45{border-right-color:rgb(30 41 59 / 0.45)}
.border-r-bt-text-text\/5{border-right-color:rgb(30 41 59 / 0.05)}
.border-r-bt-text-text\/50{border-right-color:rgb(30 41 59 / 0.5)}
.border-r-bt-text-text\/55{border-right-color:rgb(30 41 59 / 0.55)}
.border-r-bt-text-text\/60{border-right-color:rgb(30 41 59 / 0.6)}
.border-r-bt-text-text\/65{border-right-color:rgb(30 41 59 / 0.65)}
.border-r-bt-text-text\/70{border-right-color:rgb(30 41 59 / 0.7)}
.border-r-bt-text-text\/75{border-right-color:rgb(30 41 59 / 0.75)}
.border-r-bt-text-text\/80{border-right-color:rgb(30 41 59 / 0.8)}
.border-r-bt-text-text\/85{border-right-color:rgb(30 41 59 / 0.85)}
.border-r-bt-text-text\/90{border-right-color:rgb(30 41 59 / 0.9)}
.border-r-bt-text-text\/95{border-right-color:rgb(30 41 59 / 0.95)}
.border-r-btLight-text-contrast{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-btLight-text-contrast\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-btLight-text-contrast\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-btLight-text-contrast\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-btLight-text-contrast\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-btLight-text-contrast\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-btLight-text-contrast\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-btLight-text-contrast\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-btLight-text-contrast\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-btLight-text-contrast\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-btLight-text-contrast\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-btLight-text-contrast\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-btLight-text-contrast\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-btLight-text-contrast\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-btLight-text-contrast\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-btLight-text-contrast\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-btLight-text-contrast\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-btLight-text-contrast\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-btLight-text-contrast\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-btLight-text-contrast\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-btLight-text-contrast\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-btLight-text-contrast\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-btLight-text-contrastsWithCard{border-right-color:true}
.border-r-btLight-text-isDark{}
.border-r-btLight-text-text{--tw-border-opacity:1;border-right-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-r-btLight-text-text\/0{border-right-color:rgb(72 171 217 / 0)}
.border-r-btLight-text-text\/10{border-right-color:rgb(72 171 217 / 0.1)}
.border-r-btLight-text-text\/100{border-right-color:rgb(72 171 217 / 1)}
.border-r-btLight-text-text\/15{border-right-color:rgb(72 171 217 / 0.15)}
.border-r-btLight-text-text\/20{border-right-color:rgb(72 171 217 / 0.2)}
.border-r-btLight-text-text\/25{border-right-color:rgb(72 171 217 / 0.25)}
.border-r-btLight-text-text\/30{border-right-color:rgb(72 171 217 / 0.3)}
.border-r-btLight-text-text\/35{border-right-color:rgb(72 171 217 / 0.35)}
.border-r-btLight-text-text\/40{border-right-color:rgb(72 171 217 / 0.4)}
.border-r-btLight-text-text\/45{border-right-color:rgb(72 171 217 / 0.45)}
.border-r-btLight-text-text\/5{border-right-color:rgb(72 171 217 / 0.05)}
.border-r-btLight-text-text\/50{border-right-color:rgb(72 171 217 / 0.5)}
.border-r-btLight-text-text\/55{border-right-color:rgb(72 171 217 / 0.55)}
.border-r-btLight-text-text\/60{border-right-color:rgb(72 171 217 / 0.6)}
.border-r-btLight-text-text\/65{border-right-color:rgb(72 171 217 / 0.65)}
.border-r-btLight-text-text\/70{border-right-color:rgb(72 171 217 / 0.7)}
.border-r-btLight-text-text\/75{border-right-color:rgb(72 171 217 / 0.75)}
.border-r-btLight-text-text\/80{border-right-color:rgb(72 171 217 / 0.8)}
.border-r-btLight-text-text\/85{border-right-color:rgb(72 171 217 / 0.85)}
.border-r-btLight-text-text\/90{border-right-color:rgb(72 171 217 / 0.9)}
.border-r-btLight-text-text\/95{border-right-color:rgb(72 171 217 / 0.95)}
.border-r-cardBackground-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-cardBackground-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-cardBackground-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-cardBackground-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-cardBackground-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-cardBackground-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-cardBackground-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-cardBackground-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-cardBackground-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-cardBackground-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-cardBackground-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-cardBackground-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-cardBackground-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-cardBackground-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-cardBackground-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-cardBackground-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-cardBackground-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-cardBackground-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-cardBackground-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-cardBackground-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-cardBackground-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-cardBackground-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-cardBackground-text-contrastsWithCard{border-right-color:true}
.border-r-cardBackground-text-isDark{border-right-color:true}
.border-r-cardBackground-text-text{--tw-border-opacity:1;border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-r-cardBackground-text-text\/0{border-right-color:rgb(132 132 132 / 0)}
.border-r-cardBackground-text-text\/10{border-right-color:rgb(132 132 132 / 0.1)}
.border-r-cardBackground-text-text\/100{border-right-color:rgb(132 132 132 / 1)}
.border-r-cardBackground-text-text\/15{border-right-color:rgb(132 132 132 / 0.15)}
.border-r-cardBackground-text-text\/20{border-right-color:rgb(132 132 132 / 0.2)}
.border-r-cardBackground-text-text\/25{border-right-color:rgb(132 132 132 / 0.25)}
.border-r-cardBackground-text-text\/30{border-right-color:rgb(132 132 132 / 0.3)}
.border-r-cardBackground-text-text\/35{border-right-color:rgb(132 132 132 / 0.35)}
.border-r-cardBackground-text-text\/40{border-right-color:rgb(132 132 132 / 0.4)}
.border-r-cardBackground-text-text\/45{border-right-color:rgb(132 132 132 / 0.45)}
.border-r-cardBackground-text-text\/5{border-right-color:rgb(132 132 132 / 0.05)}
.border-r-cardBackground-text-text\/50{border-right-color:rgb(132 132 132 / 0.5)}
.border-r-cardBackground-text-text\/55{border-right-color:rgb(132 132 132 / 0.55)}
.border-r-cardBackground-text-text\/60{border-right-color:rgb(132 132 132 / 0.6)}
.border-r-cardBackground-text-text\/65{border-right-color:rgb(132 132 132 / 0.65)}
.border-r-cardBackground-text-text\/70{border-right-color:rgb(132 132 132 / 0.7)}
.border-r-cardBackground-text-text\/75{border-right-color:rgb(132 132 132 / 0.75)}
.border-r-cardBackground-text-text\/80{border-right-color:rgb(132 132 132 / 0.8)}
.border-r-cardBackground-text-text\/85{border-right-color:rgb(132 132 132 / 0.85)}
.border-r-cardBackground-text-text\/90{border-right-color:rgb(132 132 132 / 0.9)}
.border-r-cardBackground-text-text\/95{border-right-color:rgb(132 132 132 / 0.95)}
.border-r-cardHeader-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-cardHeader-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-cardHeader-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-cardHeader-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-cardHeader-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-cardHeader-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-cardHeader-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-cardHeader-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-cardHeader-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-cardHeader-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-cardHeader-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-cardHeader-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-cardHeader-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-cardHeader-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-cardHeader-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-cardHeader-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-cardHeader-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-cardHeader-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-cardHeader-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-cardHeader-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-cardHeader-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-cardHeader-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-cardHeader-text-contrastsWithCard{border-right-color:true}
.border-r-cardHeader-text-isDark{border-right-color:true}
.border-r-cardHeader-text-text{--tw-border-opacity:1;border-right-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-r-cardHeader-text-text\/0{border-right-color:rgb(126 126 132 / 0)}
.border-r-cardHeader-text-text\/10{border-right-color:rgb(126 126 132 / 0.1)}
.border-r-cardHeader-text-text\/100{border-right-color:rgb(126 126 132 / 1)}
.border-r-cardHeader-text-text\/15{border-right-color:rgb(126 126 132 / 0.15)}
.border-r-cardHeader-text-text\/20{border-right-color:rgb(126 126 132 / 0.2)}
.border-r-cardHeader-text-text\/25{border-right-color:rgb(126 126 132 / 0.25)}
.border-r-cardHeader-text-text\/30{border-right-color:rgb(126 126 132 / 0.3)}
.border-r-cardHeader-text-text\/35{border-right-color:rgb(126 126 132 / 0.35)}
.border-r-cardHeader-text-text\/40{border-right-color:rgb(126 126 132 / 0.4)}
.border-r-cardHeader-text-text\/45{border-right-color:rgb(126 126 132 / 0.45)}
.border-r-cardHeader-text-text\/5{border-right-color:rgb(126 126 132 / 0.05)}
.border-r-cardHeader-text-text\/50{border-right-color:rgb(126 126 132 / 0.5)}
.border-r-cardHeader-text-text\/55{border-right-color:rgb(126 126 132 / 0.55)}
.border-r-cardHeader-text-text\/60{border-right-color:rgb(126 126 132 / 0.6)}
.border-r-cardHeader-text-text\/65{border-right-color:rgb(126 126 132 / 0.65)}
.border-r-cardHeader-text-text\/70{border-right-color:rgb(126 126 132 / 0.7)}
.border-r-cardHeader-text-text\/75{border-right-color:rgb(126 126 132 / 0.75)}
.border-r-cardHeader-text-text\/80{border-right-color:rgb(126 126 132 / 0.8)}
.border-r-cardHeader-text-text\/85{border-right-color:rgb(126 126 132 / 0.85)}
.border-r-cardHeader-text-text\/90{border-right-color:rgb(126 126 132 / 0.9)}
.border-r-cardHeader-text-text\/95{border-right-color:rgb(126 126 132 / 0.95)}
.border-r-danger-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-danger-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-danger-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-danger-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-danger-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-danger-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-danger-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-danger-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-danger-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-danger-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-danger-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-danger-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-danger-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-danger-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-danger-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-danger-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-danger-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-danger-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-danger-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-danger-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-danger-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-danger-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-danger-text-contrastsWithCard{border-right-color:true}
.border-r-danger-text-isDark{border-right-color:true}
.border-r-danger-text-text{--tw-border-opacity:1;border-right-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-r-danger-text-text\/0{border-right-color:rgb(232 87 67 / 0)}
.border-r-danger-text-text\/10{border-right-color:rgb(232 87 67 / 0.1)}
.border-r-danger-text-text\/100{border-right-color:rgb(232 87 67 / 1)}
.border-r-danger-text-text\/15{border-right-color:rgb(232 87 67 / 0.15)}
.border-r-danger-text-text\/20{border-right-color:rgb(232 87 67 / 0.2)}
.border-r-danger-text-text\/25{border-right-color:rgb(232 87 67 / 0.25)}
.border-r-danger-text-text\/30{border-right-color:rgb(232 87 67 / 0.3)}
.border-r-danger-text-text\/35{border-right-color:rgb(232 87 67 / 0.35)}
.border-r-danger-text-text\/40{border-right-color:rgb(232 87 67 / 0.4)}
.border-r-danger-text-text\/45{border-right-color:rgb(232 87 67 / 0.45)}
.border-r-danger-text-text\/5{border-right-color:rgb(232 87 67 / 0.05)}
.border-r-danger-text-text\/50{border-right-color:rgb(232 87 67 / 0.5)}
.border-r-danger-text-text\/55{border-right-color:rgb(232 87 67 / 0.55)}
.border-r-danger-text-text\/60{border-right-color:rgb(232 87 67 / 0.6)}
.border-r-danger-text-text\/65{border-right-color:rgb(232 87 67 / 0.65)}
.border-r-danger-text-text\/70{border-right-color:rgb(232 87 67 / 0.7)}
.border-r-danger-text-text\/75{border-right-color:rgb(232 87 67 / 0.75)}
.border-r-danger-text-text\/80{border-right-color:rgb(232 87 67 / 0.8)}
.border-r-danger-text-text\/85{border-right-color:rgb(232 87 67 / 0.85)}
.border-r-danger-text-text\/90{border-right-color:rgb(232 87 67 / 0.9)}
.border-r-danger-text-text\/95{border-right-color:rgb(232 87 67 / 0.95)}
.border-r-emerald-100{--tw-border-opacity:1;border-right-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-r-emerald-100\/0{border-right-color:rgb(209 250 229 / 0)}
.border-r-emerald-100\/10{border-right-color:rgb(209 250 229 / 0.1)}
.border-r-emerald-100\/100{border-right-color:rgb(209 250 229 / 1)}
.border-r-emerald-100\/15{border-right-color:rgb(209 250 229 / 0.15)}
.border-r-emerald-100\/20{border-right-color:rgb(209 250 229 / 0.2)}
.border-r-emerald-100\/25{border-right-color:rgb(209 250 229 / 0.25)}
.border-r-emerald-100\/30{border-right-color:rgb(209 250 229 / 0.3)}
.border-r-emerald-100\/35{border-right-color:rgb(209 250 229 / 0.35)}
.border-r-emerald-100\/40{border-right-color:rgb(209 250 229 / 0.4)}
.border-r-emerald-100\/45{border-right-color:rgb(209 250 229 / 0.45)}
.border-r-emerald-100\/5{border-right-color:rgb(209 250 229 / 0.05)}
.border-r-emerald-100\/50{border-right-color:rgb(209 250 229 / 0.5)}
.border-r-emerald-100\/55{border-right-color:rgb(209 250 229 / 0.55)}
.border-r-emerald-100\/60{border-right-color:rgb(209 250 229 / 0.6)}
.border-r-emerald-100\/65{border-right-color:rgb(209 250 229 / 0.65)}
.border-r-emerald-100\/70{border-right-color:rgb(209 250 229 / 0.7)}
.border-r-emerald-100\/75{border-right-color:rgb(209 250 229 / 0.75)}
.border-r-emerald-100\/80{border-right-color:rgb(209 250 229 / 0.8)}
.border-r-emerald-100\/85{border-right-color:rgb(209 250 229 / 0.85)}
.border-r-emerald-100\/90{border-right-color:rgb(209 250 229 / 0.9)}
.border-r-emerald-100\/95{border-right-color:rgb(209 250 229 / 0.95)}
.border-r-emerald-200{--tw-border-opacity:1;border-right-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-r-emerald-200\/0{border-right-color:rgb(167 243 208 / 0)}
.border-r-emerald-200\/10{border-right-color:rgb(167 243 208 / 0.1)}
.border-r-emerald-200\/100{border-right-color:rgb(167 243 208 / 1)}
.border-r-emerald-200\/15{border-right-color:rgb(167 243 208 / 0.15)}
.border-r-emerald-200\/20{border-right-color:rgb(167 243 208 / 0.2)}
.border-r-emerald-200\/25{border-right-color:rgb(167 243 208 / 0.25)}
.border-r-emerald-200\/30{border-right-color:rgb(167 243 208 / 0.3)}
.border-r-emerald-200\/35{border-right-color:rgb(167 243 208 / 0.35)}
.border-r-emerald-200\/40{border-right-color:rgb(167 243 208 / 0.4)}
.border-r-emerald-200\/45{border-right-color:rgb(167 243 208 / 0.45)}
.border-r-emerald-200\/5{border-right-color:rgb(167 243 208 / 0.05)}
.border-r-emerald-200\/50{border-right-color:rgb(167 243 208 / 0.5)}
.border-r-emerald-200\/55{border-right-color:rgb(167 243 208 / 0.55)}
.border-r-emerald-200\/60{border-right-color:rgb(167 243 208 / 0.6)}
.border-r-emerald-200\/65{border-right-color:rgb(167 243 208 / 0.65)}
.border-r-emerald-200\/70{border-right-color:rgb(167 243 208 / 0.7)}
.border-r-emerald-200\/75{border-right-color:rgb(167 243 208 / 0.75)}
.border-r-emerald-200\/80{border-right-color:rgb(167 243 208 / 0.8)}
.border-r-emerald-200\/85{border-right-color:rgb(167 243 208 / 0.85)}
.border-r-emerald-200\/90{border-right-color:rgb(167 243 208 / 0.9)}
.border-r-emerald-200\/95{border-right-color:rgb(167 243 208 / 0.95)}
.border-r-emerald-300{--tw-border-opacity:1;border-right-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-r-emerald-300\/0{border-right-color:rgb(110 231 183 / 0)}
.border-r-emerald-300\/10{border-right-color:rgb(110 231 183 / 0.1)}
.border-r-emerald-300\/100{border-right-color:rgb(110 231 183 / 1)}
.border-r-emerald-300\/15{border-right-color:rgb(110 231 183 / 0.15)}
.border-r-emerald-300\/20{border-right-color:rgb(110 231 183 / 0.2)}
.border-r-emerald-300\/25{border-right-color:rgb(110 231 183 / 0.25)}
.border-r-emerald-300\/30{border-right-color:rgb(110 231 183 / 0.3)}
.border-r-emerald-300\/35{border-right-color:rgb(110 231 183 / 0.35)}
.border-r-emerald-300\/40{border-right-color:rgb(110 231 183 / 0.4)}
.border-r-emerald-300\/45{border-right-color:rgb(110 231 183 / 0.45)}
.border-r-emerald-300\/5{border-right-color:rgb(110 231 183 / 0.05)}
.border-r-emerald-300\/50{border-right-color:rgb(110 231 183 / 0.5)}
.border-r-emerald-300\/55{border-right-color:rgb(110 231 183 / 0.55)}
.border-r-emerald-300\/60{border-right-color:rgb(110 231 183 / 0.6)}
.border-r-emerald-300\/65{border-right-color:rgb(110 231 183 / 0.65)}
.border-r-emerald-300\/70{border-right-color:rgb(110 231 183 / 0.7)}
.border-r-emerald-300\/75{border-right-color:rgb(110 231 183 / 0.75)}
.border-r-emerald-300\/80{border-right-color:rgb(110 231 183 / 0.8)}
.border-r-emerald-300\/85{border-right-color:rgb(110 231 183 / 0.85)}
.border-r-emerald-300\/90{border-right-color:rgb(110 231 183 / 0.9)}
.border-r-emerald-300\/95{border-right-color:rgb(110 231 183 / 0.95)}
.border-r-emerald-400{--tw-border-opacity:1;border-right-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-r-emerald-400\/0{border-right-color:rgb(52 211 153 / 0)}
.border-r-emerald-400\/10{border-right-color:rgb(52 211 153 / 0.1)}
.border-r-emerald-400\/100{border-right-color:rgb(52 211 153 / 1)}
.border-r-emerald-400\/15{border-right-color:rgb(52 211 153 / 0.15)}
.border-r-emerald-400\/20{border-right-color:rgb(52 211 153 / 0.2)}
.border-r-emerald-400\/25{border-right-color:rgb(52 211 153 / 0.25)}
.border-r-emerald-400\/30{border-right-color:rgb(52 211 153 / 0.3)}
.border-r-emerald-400\/35{border-right-color:rgb(52 211 153 / 0.35)}
.border-r-emerald-400\/40{border-right-color:rgb(52 211 153 / 0.4)}
.border-r-emerald-400\/45{border-right-color:rgb(52 211 153 / 0.45)}
.border-r-emerald-400\/5{border-right-color:rgb(52 211 153 / 0.05)}
.border-r-emerald-400\/50{border-right-color:rgb(52 211 153 / 0.5)}
.border-r-emerald-400\/55{border-right-color:rgb(52 211 153 / 0.55)}
.border-r-emerald-400\/60{border-right-color:rgb(52 211 153 / 0.6)}
.border-r-emerald-400\/65{border-right-color:rgb(52 211 153 / 0.65)}
.border-r-emerald-400\/70{border-right-color:rgb(52 211 153 / 0.7)}
.border-r-emerald-400\/75{border-right-color:rgb(52 211 153 / 0.75)}
.border-r-emerald-400\/80{border-right-color:rgb(52 211 153 / 0.8)}
.border-r-emerald-400\/85{border-right-color:rgb(52 211 153 / 0.85)}
.border-r-emerald-400\/90{border-right-color:rgb(52 211 153 / 0.9)}
.border-r-emerald-400\/95{border-right-color:rgb(52 211 153 / 0.95)}
.border-r-emerald-50{--tw-border-opacity:1;border-right-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-r-emerald-50\/0{border-right-color:rgb(236 253 245 / 0)}
.border-r-emerald-50\/10{border-right-color:rgb(236 253 245 / 0.1)}
.border-r-emerald-50\/100{border-right-color:rgb(236 253 245 / 1)}
.border-r-emerald-50\/15{border-right-color:rgb(236 253 245 / 0.15)}
.border-r-emerald-50\/20{border-right-color:rgb(236 253 245 / 0.2)}
.border-r-emerald-50\/25{border-right-color:rgb(236 253 245 / 0.25)}
.border-r-emerald-50\/30{border-right-color:rgb(236 253 245 / 0.3)}
.border-r-emerald-50\/35{border-right-color:rgb(236 253 245 / 0.35)}
.border-r-emerald-50\/40{border-right-color:rgb(236 253 245 / 0.4)}
.border-r-emerald-50\/45{border-right-color:rgb(236 253 245 / 0.45)}
.border-r-emerald-50\/5{border-right-color:rgb(236 253 245 / 0.05)}
.border-r-emerald-50\/50{border-right-color:rgb(236 253 245 / 0.5)}
.border-r-emerald-50\/55{border-right-color:rgb(236 253 245 / 0.55)}
.border-r-emerald-50\/60{border-right-color:rgb(236 253 245 / 0.6)}
.border-r-emerald-50\/65{border-right-color:rgb(236 253 245 / 0.65)}
.border-r-emerald-50\/70{border-right-color:rgb(236 253 245 / 0.7)}
.border-r-emerald-50\/75{border-right-color:rgb(236 253 245 / 0.75)}
.border-r-emerald-50\/80{border-right-color:rgb(236 253 245 / 0.8)}
.border-r-emerald-50\/85{border-right-color:rgb(236 253 245 / 0.85)}
.border-r-emerald-50\/90{border-right-color:rgb(236 253 245 / 0.9)}
.border-r-emerald-50\/95{border-right-color:rgb(236 253 245 / 0.95)}
.border-r-emerald-500{--tw-border-opacity:1;border-right-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-r-emerald-500\/0{border-right-color:rgb(16 185 129 / 0)}
.border-r-emerald-500\/10{border-right-color:rgb(16 185 129 / 0.1)}
.border-r-emerald-500\/100{border-right-color:rgb(16 185 129 / 1)}
.border-r-emerald-500\/15{border-right-color:rgb(16 185 129 / 0.15)}
.border-r-emerald-500\/20{border-right-color:rgb(16 185 129 / 0.2)}
.border-r-emerald-500\/25{border-right-color:rgb(16 185 129 / 0.25)}
.border-r-emerald-500\/30{border-right-color:rgb(16 185 129 / 0.3)}
.border-r-emerald-500\/35{border-right-color:rgb(16 185 129 / 0.35)}
.border-r-emerald-500\/40{border-right-color:rgb(16 185 129 / 0.4)}
.border-r-emerald-500\/45{border-right-color:rgb(16 185 129 / 0.45)}
.border-r-emerald-500\/5{border-right-color:rgb(16 185 129 / 0.05)}
.border-r-emerald-500\/50{border-right-color:rgb(16 185 129 / 0.5)}
.border-r-emerald-500\/55{border-right-color:rgb(16 185 129 / 0.55)}
.border-r-emerald-500\/60{border-right-color:rgb(16 185 129 / 0.6)}
.border-r-emerald-500\/65{border-right-color:rgb(16 185 129 / 0.65)}
.border-r-emerald-500\/70{border-right-color:rgb(16 185 129 / 0.7)}
.border-r-emerald-500\/75{border-right-color:rgb(16 185 129 / 0.75)}
.border-r-emerald-500\/80{border-right-color:rgb(16 185 129 / 0.8)}
.border-r-emerald-500\/85{border-right-color:rgb(16 185 129 / 0.85)}
.border-r-emerald-500\/90{border-right-color:rgb(16 185 129 / 0.9)}
.border-r-emerald-500\/95{border-right-color:rgb(16 185 129 / 0.95)}
.border-r-emerald-600{--tw-border-opacity:1;border-right-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-r-emerald-600\/0{border-right-color:rgb(5 150 105 / 0)}
.border-r-emerald-600\/10{border-right-color:rgb(5 150 105 / 0.1)}
.border-r-emerald-600\/100{border-right-color:rgb(5 150 105 / 1)}
.border-r-emerald-600\/15{border-right-color:rgb(5 150 105 / 0.15)}
.border-r-emerald-600\/20{border-right-color:rgb(5 150 105 / 0.2)}
.border-r-emerald-600\/25{border-right-color:rgb(5 150 105 / 0.25)}
.border-r-emerald-600\/30{border-right-color:rgb(5 150 105 / 0.3)}
.border-r-emerald-600\/35{border-right-color:rgb(5 150 105 / 0.35)}
.border-r-emerald-600\/40{border-right-color:rgb(5 150 105 / 0.4)}
.border-r-emerald-600\/45{border-right-color:rgb(5 150 105 / 0.45)}
.border-r-emerald-600\/5{border-right-color:rgb(5 150 105 / 0.05)}
.border-r-emerald-600\/50{border-right-color:rgb(5 150 105 / 0.5)}
.border-r-emerald-600\/55{border-right-color:rgb(5 150 105 / 0.55)}
.border-r-emerald-600\/60{border-right-color:rgb(5 150 105 / 0.6)}
.border-r-emerald-600\/65{border-right-color:rgb(5 150 105 / 0.65)}
.border-r-emerald-600\/70{border-right-color:rgb(5 150 105 / 0.7)}
.border-r-emerald-600\/75{border-right-color:rgb(5 150 105 / 0.75)}
.border-r-emerald-600\/80{border-right-color:rgb(5 150 105 / 0.8)}
.border-r-emerald-600\/85{border-right-color:rgb(5 150 105 / 0.85)}
.border-r-emerald-600\/90{border-right-color:rgb(5 150 105 / 0.9)}
.border-r-emerald-600\/95{border-right-color:rgb(5 150 105 / 0.95)}
.border-r-emerald-700{--tw-border-opacity:1;border-right-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-r-emerald-700\/0{border-right-color:rgb(4 120 87 / 0)}
.border-r-emerald-700\/10{border-right-color:rgb(4 120 87 / 0.1)}
.border-r-emerald-700\/100{border-right-color:rgb(4 120 87 / 1)}
.border-r-emerald-700\/15{border-right-color:rgb(4 120 87 / 0.15)}
.border-r-emerald-700\/20{border-right-color:rgb(4 120 87 / 0.2)}
.border-r-emerald-700\/25{border-right-color:rgb(4 120 87 / 0.25)}
.border-r-emerald-700\/30{border-right-color:rgb(4 120 87 / 0.3)}
.border-r-emerald-700\/35{border-right-color:rgb(4 120 87 / 0.35)}
.border-r-emerald-700\/40{border-right-color:rgb(4 120 87 / 0.4)}
.border-r-emerald-700\/45{border-right-color:rgb(4 120 87 / 0.45)}
.border-r-emerald-700\/5{border-right-color:rgb(4 120 87 / 0.05)}
.border-r-emerald-700\/50{border-right-color:rgb(4 120 87 / 0.5)}
.border-r-emerald-700\/55{border-right-color:rgb(4 120 87 / 0.55)}
.border-r-emerald-700\/60{border-right-color:rgb(4 120 87 / 0.6)}
.border-r-emerald-700\/65{border-right-color:rgb(4 120 87 / 0.65)}
.border-r-emerald-700\/70{border-right-color:rgb(4 120 87 / 0.7)}
.border-r-emerald-700\/75{border-right-color:rgb(4 120 87 / 0.75)}
.border-r-emerald-700\/80{border-right-color:rgb(4 120 87 / 0.8)}
.border-r-emerald-700\/85{border-right-color:rgb(4 120 87 / 0.85)}
.border-r-emerald-700\/90{border-right-color:rgb(4 120 87 / 0.9)}
.border-r-emerald-700\/95{border-right-color:rgb(4 120 87 / 0.95)}
.border-r-emerald-800{--tw-border-opacity:1;border-right-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-r-emerald-800\/0{border-right-color:rgb(6 95 70 / 0)}
.border-r-emerald-800\/10{border-right-color:rgb(6 95 70 / 0.1)}
.border-r-emerald-800\/100{border-right-color:rgb(6 95 70 / 1)}
.border-r-emerald-800\/15{border-right-color:rgb(6 95 70 / 0.15)}
.border-r-emerald-800\/20{border-right-color:rgb(6 95 70 / 0.2)}
.border-r-emerald-800\/25{border-right-color:rgb(6 95 70 / 0.25)}
.border-r-emerald-800\/30{border-right-color:rgb(6 95 70 / 0.3)}
.border-r-emerald-800\/35{border-right-color:rgb(6 95 70 / 0.35)}
.border-r-emerald-800\/40{border-right-color:rgb(6 95 70 / 0.4)}
.border-r-emerald-800\/45{border-right-color:rgb(6 95 70 / 0.45)}
.border-r-emerald-800\/5{border-right-color:rgb(6 95 70 / 0.05)}
.border-r-emerald-800\/50{border-right-color:rgb(6 95 70 / 0.5)}
.border-r-emerald-800\/55{border-right-color:rgb(6 95 70 / 0.55)}
.border-r-emerald-800\/60{border-right-color:rgb(6 95 70 / 0.6)}
.border-r-emerald-800\/65{border-right-color:rgb(6 95 70 / 0.65)}
.border-r-emerald-800\/70{border-right-color:rgb(6 95 70 / 0.7)}
.border-r-emerald-800\/75{border-right-color:rgb(6 95 70 / 0.75)}
.border-r-emerald-800\/80{border-right-color:rgb(6 95 70 / 0.8)}
.border-r-emerald-800\/85{border-right-color:rgb(6 95 70 / 0.85)}
.border-r-emerald-800\/90{border-right-color:rgb(6 95 70 / 0.9)}
.border-r-emerald-800\/95{border-right-color:rgb(6 95 70 / 0.95)}
.border-r-emerald-900{--tw-border-opacity:1;border-right-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-r-emerald-900\/0{border-right-color:rgb(6 78 59 / 0)}
.border-r-emerald-900\/10{border-right-color:rgb(6 78 59 / 0.1)}
.border-r-emerald-900\/100{border-right-color:rgb(6 78 59 / 1)}
.border-r-emerald-900\/15{border-right-color:rgb(6 78 59 / 0.15)}
.border-r-emerald-900\/20{border-right-color:rgb(6 78 59 / 0.2)}
.border-r-emerald-900\/25{border-right-color:rgb(6 78 59 / 0.25)}
.border-r-emerald-900\/30{border-right-color:rgb(6 78 59 / 0.3)}
.border-r-emerald-900\/35{border-right-color:rgb(6 78 59 / 0.35)}
.border-r-emerald-900\/40{border-right-color:rgb(6 78 59 / 0.4)}
.border-r-emerald-900\/45{border-right-color:rgb(6 78 59 / 0.45)}
.border-r-emerald-900\/5{border-right-color:rgb(6 78 59 / 0.05)}
.border-r-emerald-900\/50{border-right-color:rgb(6 78 59 / 0.5)}
.border-r-emerald-900\/55{border-right-color:rgb(6 78 59 / 0.55)}
.border-r-emerald-900\/60{border-right-color:rgb(6 78 59 / 0.6)}
.border-r-emerald-900\/65{border-right-color:rgb(6 78 59 / 0.65)}
.border-r-emerald-900\/70{border-right-color:rgb(6 78 59 / 0.7)}
.border-r-emerald-900\/75{border-right-color:rgb(6 78 59 / 0.75)}
.border-r-emerald-900\/80{border-right-color:rgb(6 78 59 / 0.8)}
.border-r-emerald-900\/85{border-right-color:rgb(6 78 59 / 0.85)}
.border-r-emerald-900\/90{border-right-color:rgb(6 78 59 / 0.9)}
.border-r-emerald-900\/95{border-right-color:rgb(6 78 59 / 0.95)}
.border-r-emerald-950{--tw-border-opacity:1;border-right-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-r-emerald-950\/0{border-right-color:rgb(2 44 34 / 0)}
.border-r-emerald-950\/10{border-right-color:rgb(2 44 34 / 0.1)}
.border-r-emerald-950\/100{border-right-color:rgb(2 44 34 / 1)}
.border-r-emerald-950\/15{border-right-color:rgb(2 44 34 / 0.15)}
.border-r-emerald-950\/20{border-right-color:rgb(2 44 34 / 0.2)}
.border-r-emerald-950\/25{border-right-color:rgb(2 44 34 / 0.25)}
.border-r-emerald-950\/30{border-right-color:rgb(2 44 34 / 0.3)}
.border-r-emerald-950\/35{border-right-color:rgb(2 44 34 / 0.35)}
.border-r-emerald-950\/40{border-right-color:rgb(2 44 34 / 0.4)}
.border-r-emerald-950\/45{border-right-color:rgb(2 44 34 / 0.45)}
.border-r-emerald-950\/5{border-right-color:rgb(2 44 34 / 0.05)}
.border-r-emerald-950\/50{border-right-color:rgb(2 44 34 / 0.5)}
.border-r-emerald-950\/55{border-right-color:rgb(2 44 34 / 0.55)}
.border-r-emerald-950\/60{border-right-color:rgb(2 44 34 / 0.6)}
.border-r-emerald-950\/65{border-right-color:rgb(2 44 34 / 0.65)}
.border-r-emerald-950\/70{border-right-color:rgb(2 44 34 / 0.7)}
.border-r-emerald-950\/75{border-right-color:rgb(2 44 34 / 0.75)}
.border-r-emerald-950\/80{border-right-color:rgb(2 44 34 / 0.8)}
.border-r-emerald-950\/85{border-right-color:rgb(2 44 34 / 0.85)}
.border-r-emerald-950\/90{border-right-color:rgb(2 44 34 / 0.9)}
.border-r-emerald-950\/95{border-right-color:rgb(2 44 34 / 0.95)}
.border-r-gridItemHover{border-right-color:rgba(0,0,0,.03)}
.border-r-gridItemHover\/0{border-right-color:rgba(0, 0, 0, 0)}
.border-r-gridItemHover\/10{border-right-color:rgba(0, 0, 0, 0.1)}
.border-r-gridItemHover\/100{border-right-color:rgba(0, 0, 0, 1)}
.border-r-gridItemHover\/15{border-right-color:rgba(0, 0, 0, 0.15)}
.border-r-gridItemHover\/20{border-right-color:rgba(0, 0, 0, 0.2)}
.border-r-gridItemHover\/25{border-right-color:rgba(0, 0, 0, 0.25)}
.border-r-gridItemHover\/30{border-right-color:rgba(0, 0, 0, 0.3)}
.border-r-gridItemHover\/35{border-right-color:rgba(0, 0, 0, 0.35)}
.border-r-gridItemHover\/40{border-right-color:rgba(0, 0, 0, 0.4)}
.border-r-gridItemHover\/45{border-right-color:rgba(0, 0, 0, 0.45)}
.border-r-gridItemHover\/5{border-right-color:rgba(0, 0, 0, 0.05)}
.border-r-gridItemHover\/50{border-right-color:rgba(0, 0, 0, 0.5)}
.border-r-gridItemHover\/55{border-right-color:rgba(0, 0, 0, 0.55)}
.border-r-gridItemHover\/60{border-right-color:rgba(0, 0, 0, 0.6)}
.border-r-gridItemHover\/65{border-right-color:rgba(0, 0, 0, 0.65)}
.border-r-gridItemHover\/70{border-right-color:rgba(0, 0, 0, 0.7)}
.border-r-gridItemHover\/75{border-right-color:rgba(0, 0, 0, 0.75)}
.border-r-gridItemHover\/80{border-right-color:rgba(0, 0, 0, 0.8)}
.border-r-gridItemHover\/85{border-right-color:rgba(0, 0, 0, 0.85)}
.border-r-gridItemHover\/90{border-right-color:rgba(0, 0, 0, 0.9)}
.border-r-gridItemHover\/95{border-right-color:rgba(0, 0, 0, 0.95)}
.border-r-info-text-contrast{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-info-text-contrast\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-info-text-contrast\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-info-text-contrast\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-info-text-contrast\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-info-text-contrast\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-info-text-contrast\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-info-text-contrast\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-info-text-contrast\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-info-text-contrast\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-info-text-contrast\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-info-text-contrast\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-info-text-contrast\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-info-text-contrast\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-info-text-contrast\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-info-text-contrast\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-info-text-contrast\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-info-text-contrast\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-info-text-contrast\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-info-text-contrast\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-info-text-contrast\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-info-text-contrast\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-info-text-contrastsWithCard{border-right-color:true}
.border-r-info-text-isDark{}
.border-r-info-text-text{--tw-border-opacity:1;border-right-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-r-info-text-text\/0{border-right-color:rgb(72 171 217 / 0)}
.border-r-info-text-text\/10{border-right-color:rgb(72 171 217 / 0.1)}
.border-r-info-text-text\/100{border-right-color:rgb(72 171 217 / 1)}
.border-r-info-text-text\/15{border-right-color:rgb(72 171 217 / 0.15)}
.border-r-info-text-text\/20{border-right-color:rgb(72 171 217 / 0.2)}
.border-r-info-text-text\/25{border-right-color:rgb(72 171 217 / 0.25)}
.border-r-info-text-text\/30{border-right-color:rgb(72 171 217 / 0.3)}
.border-r-info-text-text\/35{border-right-color:rgb(72 171 217 / 0.35)}
.border-r-info-text-text\/40{border-right-color:rgb(72 171 217 / 0.4)}
.border-r-info-text-text\/45{border-right-color:rgb(72 171 217 / 0.45)}
.border-r-info-text-text\/5{border-right-color:rgb(72 171 217 / 0.05)}
.border-r-info-text-text\/50{border-right-color:rgb(72 171 217 / 0.5)}
.border-r-info-text-text\/55{border-right-color:rgb(72 171 217 / 0.55)}
.border-r-info-text-text\/60{border-right-color:rgb(72 171 217 / 0.6)}
.border-r-info-text-text\/65{border-right-color:rgb(72 171 217 / 0.65)}
.border-r-info-text-text\/70{border-right-color:rgb(72 171 217 / 0.7)}
.border-r-info-text-text\/75{border-right-color:rgb(72 171 217 / 0.75)}
.border-r-info-text-text\/80{border-right-color:rgb(72 171 217 / 0.8)}
.border-r-info-text-text\/85{border-right-color:rgb(72 171 217 / 0.85)}
.border-r-info-text-text\/90{border-right-color:rgb(72 171 217 / 0.9)}
.border-r-info-text-text\/95{border-right-color:rgb(72 171 217 / 0.95)}
.border-r-lime-100{--tw-border-opacity:1;border-right-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-r-lime-100\/0{border-right-color:rgb(236 252 203 / 0)}
.border-r-lime-100\/10{border-right-color:rgb(236 252 203 / 0.1)}
.border-r-lime-100\/100{border-right-color:rgb(236 252 203 / 1)}
.border-r-lime-100\/15{border-right-color:rgb(236 252 203 / 0.15)}
.border-r-lime-100\/20{border-right-color:rgb(236 252 203 / 0.2)}
.border-r-lime-100\/25{border-right-color:rgb(236 252 203 / 0.25)}
.border-r-lime-100\/30{border-right-color:rgb(236 252 203 / 0.3)}
.border-r-lime-100\/35{border-right-color:rgb(236 252 203 / 0.35)}
.border-r-lime-100\/40{border-right-color:rgb(236 252 203 / 0.4)}
.border-r-lime-100\/45{border-right-color:rgb(236 252 203 / 0.45)}
.border-r-lime-100\/5{border-right-color:rgb(236 252 203 / 0.05)}
.border-r-lime-100\/50{border-right-color:rgb(236 252 203 / 0.5)}
.border-r-lime-100\/55{border-right-color:rgb(236 252 203 / 0.55)}
.border-r-lime-100\/60{border-right-color:rgb(236 252 203 / 0.6)}
.border-r-lime-100\/65{border-right-color:rgb(236 252 203 / 0.65)}
.border-r-lime-100\/70{border-right-color:rgb(236 252 203 / 0.7)}
.border-r-lime-100\/75{border-right-color:rgb(236 252 203 / 0.75)}
.border-r-lime-100\/80{border-right-color:rgb(236 252 203 / 0.8)}
.border-r-lime-100\/85{border-right-color:rgb(236 252 203 / 0.85)}
.border-r-lime-100\/90{border-right-color:rgb(236 252 203 / 0.9)}
.border-r-lime-100\/95{border-right-color:rgb(236 252 203 / 0.95)}
.border-r-lime-200{--tw-border-opacity:1;border-right-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-r-lime-200\/0{border-right-color:rgb(217 249 157 / 0)}
.border-r-lime-200\/10{border-right-color:rgb(217 249 157 / 0.1)}
.border-r-lime-200\/100{border-right-color:rgb(217 249 157 / 1)}
.border-r-lime-200\/15{border-right-color:rgb(217 249 157 / 0.15)}
.border-r-lime-200\/20{border-right-color:rgb(217 249 157 / 0.2)}
.border-r-lime-200\/25{border-right-color:rgb(217 249 157 / 0.25)}
.border-r-lime-200\/30{border-right-color:rgb(217 249 157 / 0.3)}
.border-r-lime-200\/35{border-right-color:rgb(217 249 157 / 0.35)}
.border-r-lime-200\/40{border-right-color:rgb(217 249 157 / 0.4)}
.border-r-lime-200\/45{border-right-color:rgb(217 249 157 / 0.45)}
.border-r-lime-200\/5{border-right-color:rgb(217 249 157 / 0.05)}
.border-r-lime-200\/50{border-right-color:rgb(217 249 157 / 0.5)}
.border-r-lime-200\/55{border-right-color:rgb(217 249 157 / 0.55)}
.border-r-lime-200\/60{border-right-color:rgb(217 249 157 / 0.6)}
.border-r-lime-200\/65{border-right-color:rgb(217 249 157 / 0.65)}
.border-r-lime-200\/70{border-right-color:rgb(217 249 157 / 0.7)}
.border-r-lime-200\/75{border-right-color:rgb(217 249 157 / 0.75)}
.border-r-lime-200\/80{border-right-color:rgb(217 249 157 / 0.8)}
.border-r-lime-200\/85{border-right-color:rgb(217 249 157 / 0.85)}
.border-r-lime-200\/90{border-right-color:rgb(217 249 157 / 0.9)}
.border-r-lime-200\/95{border-right-color:rgb(217 249 157 / 0.95)}
.border-r-lime-300{--tw-border-opacity:1;border-right-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-r-lime-300\/0{border-right-color:rgb(190 242 100 / 0)}
.border-r-lime-300\/10{border-right-color:rgb(190 242 100 / 0.1)}
.border-r-lime-300\/100{border-right-color:rgb(190 242 100 / 1)}
.border-r-lime-300\/15{border-right-color:rgb(190 242 100 / 0.15)}
.border-r-lime-300\/20{border-right-color:rgb(190 242 100 / 0.2)}
.border-r-lime-300\/25{border-right-color:rgb(190 242 100 / 0.25)}
.border-r-lime-300\/30{border-right-color:rgb(190 242 100 / 0.3)}
.border-r-lime-300\/35{border-right-color:rgb(190 242 100 / 0.35)}
.border-r-lime-300\/40{border-right-color:rgb(190 242 100 / 0.4)}
.border-r-lime-300\/45{border-right-color:rgb(190 242 100 / 0.45)}
.border-r-lime-300\/5{border-right-color:rgb(190 242 100 / 0.05)}
.border-r-lime-300\/50{border-right-color:rgb(190 242 100 / 0.5)}
.border-r-lime-300\/55{border-right-color:rgb(190 242 100 / 0.55)}
.border-r-lime-300\/60{border-right-color:rgb(190 242 100 / 0.6)}
.border-r-lime-300\/65{border-right-color:rgb(190 242 100 / 0.65)}
.border-r-lime-300\/70{border-right-color:rgb(190 242 100 / 0.7)}
.border-r-lime-300\/75{border-right-color:rgb(190 242 100 / 0.75)}
.border-r-lime-300\/80{border-right-color:rgb(190 242 100 / 0.8)}
.border-r-lime-300\/85{border-right-color:rgb(190 242 100 / 0.85)}
.border-r-lime-300\/90{border-right-color:rgb(190 242 100 / 0.9)}
.border-r-lime-300\/95{border-right-color:rgb(190 242 100 / 0.95)}
.border-r-lime-400{--tw-border-opacity:1;border-right-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-r-lime-400\/0{border-right-color:rgb(163 230 53 / 0)}
.border-r-lime-400\/10{border-right-color:rgb(163 230 53 / 0.1)}
.border-r-lime-400\/100{border-right-color:rgb(163 230 53 / 1)}
.border-r-lime-400\/15{border-right-color:rgb(163 230 53 / 0.15)}
.border-r-lime-400\/20{border-right-color:rgb(163 230 53 / 0.2)}
.border-r-lime-400\/25{border-right-color:rgb(163 230 53 / 0.25)}
.border-r-lime-400\/30{border-right-color:rgb(163 230 53 / 0.3)}
.border-r-lime-400\/35{border-right-color:rgb(163 230 53 / 0.35)}
.border-r-lime-400\/40{border-right-color:rgb(163 230 53 / 0.4)}
.border-r-lime-400\/45{border-right-color:rgb(163 230 53 / 0.45)}
.border-r-lime-400\/5{border-right-color:rgb(163 230 53 / 0.05)}
.border-r-lime-400\/50{border-right-color:rgb(163 230 53 / 0.5)}
.border-r-lime-400\/55{border-right-color:rgb(163 230 53 / 0.55)}
.border-r-lime-400\/60{border-right-color:rgb(163 230 53 / 0.6)}
.border-r-lime-400\/65{border-right-color:rgb(163 230 53 / 0.65)}
.border-r-lime-400\/70{border-right-color:rgb(163 230 53 / 0.7)}
.border-r-lime-400\/75{border-right-color:rgb(163 230 53 / 0.75)}
.border-r-lime-400\/80{border-right-color:rgb(163 230 53 / 0.8)}
.border-r-lime-400\/85{border-right-color:rgb(163 230 53 / 0.85)}
.border-r-lime-400\/90{border-right-color:rgb(163 230 53 / 0.9)}
.border-r-lime-400\/95{border-right-color:rgb(163 230 53 / 0.95)}
.border-r-lime-50{--tw-border-opacity:1;border-right-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-r-lime-50\/0{border-right-color:rgb(247 254 231 / 0)}
.border-r-lime-50\/10{border-right-color:rgb(247 254 231 / 0.1)}
.border-r-lime-50\/100{border-right-color:rgb(247 254 231 / 1)}
.border-r-lime-50\/15{border-right-color:rgb(247 254 231 / 0.15)}
.border-r-lime-50\/20{border-right-color:rgb(247 254 231 / 0.2)}
.border-r-lime-50\/25{border-right-color:rgb(247 254 231 / 0.25)}
.border-r-lime-50\/30{border-right-color:rgb(247 254 231 / 0.3)}
.border-r-lime-50\/35{border-right-color:rgb(247 254 231 / 0.35)}
.border-r-lime-50\/40{border-right-color:rgb(247 254 231 / 0.4)}
.border-r-lime-50\/45{border-right-color:rgb(247 254 231 / 0.45)}
.border-r-lime-50\/5{border-right-color:rgb(247 254 231 / 0.05)}
.border-r-lime-50\/50{border-right-color:rgb(247 254 231 / 0.5)}
.border-r-lime-50\/55{border-right-color:rgb(247 254 231 / 0.55)}
.border-r-lime-50\/60{border-right-color:rgb(247 254 231 / 0.6)}
.border-r-lime-50\/65{border-right-color:rgb(247 254 231 / 0.65)}
.border-r-lime-50\/70{border-right-color:rgb(247 254 231 / 0.7)}
.border-r-lime-50\/75{border-right-color:rgb(247 254 231 / 0.75)}
.border-r-lime-50\/80{border-right-color:rgb(247 254 231 / 0.8)}
.border-r-lime-50\/85{border-right-color:rgb(247 254 231 / 0.85)}
.border-r-lime-50\/90{border-right-color:rgb(247 254 231 / 0.9)}
.border-r-lime-50\/95{border-right-color:rgb(247 254 231 / 0.95)}
.border-r-lime-500{--tw-border-opacity:1;border-right-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-r-lime-500\/0{border-right-color:rgb(132 204 22 / 0)}
.border-r-lime-500\/10{border-right-color:rgb(132 204 22 / 0.1)}
.border-r-lime-500\/100{border-right-color:rgb(132 204 22 / 1)}
.border-r-lime-500\/15{border-right-color:rgb(132 204 22 / 0.15)}
.border-r-lime-500\/20{border-right-color:rgb(132 204 22 / 0.2)}
.border-r-lime-500\/25{border-right-color:rgb(132 204 22 / 0.25)}
.border-r-lime-500\/30{border-right-color:rgb(132 204 22 / 0.3)}
.border-r-lime-500\/35{border-right-color:rgb(132 204 22 / 0.35)}
.border-r-lime-500\/40{border-right-color:rgb(132 204 22 / 0.4)}
.border-r-lime-500\/45{border-right-color:rgb(132 204 22 / 0.45)}
.border-r-lime-500\/5{border-right-color:rgb(132 204 22 / 0.05)}
.border-r-lime-500\/50{border-right-color:rgb(132 204 22 / 0.5)}
.border-r-lime-500\/55{border-right-color:rgb(132 204 22 / 0.55)}
.border-r-lime-500\/60{border-right-color:rgb(132 204 22 / 0.6)}
.border-r-lime-500\/65{border-right-color:rgb(132 204 22 / 0.65)}
.border-r-lime-500\/70{border-right-color:rgb(132 204 22 / 0.7)}
.border-r-lime-500\/75{border-right-color:rgb(132 204 22 / 0.75)}
.border-r-lime-500\/80{border-right-color:rgb(132 204 22 / 0.8)}
.border-r-lime-500\/85{border-right-color:rgb(132 204 22 / 0.85)}
.border-r-lime-500\/90{border-right-color:rgb(132 204 22 / 0.9)}
.border-r-lime-500\/95{border-right-color:rgb(132 204 22 / 0.95)}
.border-r-lime-600{--tw-border-opacity:1;border-right-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-r-lime-600\/0{border-right-color:rgb(101 163 13 / 0)}
.border-r-lime-600\/10{border-right-color:rgb(101 163 13 / 0.1)}
.border-r-lime-600\/100{border-right-color:rgb(101 163 13 / 1)}
.border-r-lime-600\/15{border-right-color:rgb(101 163 13 / 0.15)}
.border-r-lime-600\/20{border-right-color:rgb(101 163 13 / 0.2)}
.border-r-lime-600\/25{border-right-color:rgb(101 163 13 / 0.25)}
.border-r-lime-600\/30{border-right-color:rgb(101 163 13 / 0.3)}
.border-r-lime-600\/35{border-right-color:rgb(101 163 13 / 0.35)}
.border-r-lime-600\/40{border-right-color:rgb(101 163 13 / 0.4)}
.border-r-lime-600\/45{border-right-color:rgb(101 163 13 / 0.45)}
.border-r-lime-600\/5{border-right-color:rgb(101 163 13 / 0.05)}
.border-r-lime-600\/50{border-right-color:rgb(101 163 13 / 0.5)}
.border-r-lime-600\/55{border-right-color:rgb(101 163 13 / 0.55)}
.border-r-lime-600\/60{border-right-color:rgb(101 163 13 / 0.6)}
.border-r-lime-600\/65{border-right-color:rgb(101 163 13 / 0.65)}
.border-r-lime-600\/70{border-right-color:rgb(101 163 13 / 0.7)}
.border-r-lime-600\/75{border-right-color:rgb(101 163 13 / 0.75)}
.border-r-lime-600\/80{border-right-color:rgb(101 163 13 / 0.8)}
.border-r-lime-600\/85{border-right-color:rgb(101 163 13 / 0.85)}
.border-r-lime-600\/90{border-right-color:rgb(101 163 13 / 0.9)}
.border-r-lime-600\/95{border-right-color:rgb(101 163 13 / 0.95)}
.border-r-lime-700{--tw-border-opacity:1;border-right-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-r-lime-700\/0{border-right-color:rgb(77 124 15 / 0)}
.border-r-lime-700\/10{border-right-color:rgb(77 124 15 / 0.1)}
.border-r-lime-700\/100{border-right-color:rgb(77 124 15 / 1)}
.border-r-lime-700\/15{border-right-color:rgb(77 124 15 / 0.15)}
.border-r-lime-700\/20{border-right-color:rgb(77 124 15 / 0.2)}
.border-r-lime-700\/25{border-right-color:rgb(77 124 15 / 0.25)}
.border-r-lime-700\/30{border-right-color:rgb(77 124 15 / 0.3)}
.border-r-lime-700\/35{border-right-color:rgb(77 124 15 / 0.35)}
.border-r-lime-700\/40{border-right-color:rgb(77 124 15 / 0.4)}
.border-r-lime-700\/45{border-right-color:rgb(77 124 15 / 0.45)}
.border-r-lime-700\/5{border-right-color:rgb(77 124 15 / 0.05)}
.border-r-lime-700\/50{border-right-color:rgb(77 124 15 / 0.5)}
.border-r-lime-700\/55{border-right-color:rgb(77 124 15 / 0.55)}
.border-r-lime-700\/60{border-right-color:rgb(77 124 15 / 0.6)}
.border-r-lime-700\/65{border-right-color:rgb(77 124 15 / 0.65)}
.border-r-lime-700\/70{border-right-color:rgb(77 124 15 / 0.7)}
.border-r-lime-700\/75{border-right-color:rgb(77 124 15 / 0.75)}
.border-r-lime-700\/80{border-right-color:rgb(77 124 15 / 0.8)}
.border-r-lime-700\/85{border-right-color:rgb(77 124 15 / 0.85)}
.border-r-lime-700\/90{border-right-color:rgb(77 124 15 / 0.9)}
.border-r-lime-700\/95{border-right-color:rgb(77 124 15 / 0.95)}
.border-r-lime-800{--tw-border-opacity:1;border-right-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-r-lime-800\/0{border-right-color:rgb(63 98 18 / 0)}
.border-r-lime-800\/10{border-right-color:rgb(63 98 18 / 0.1)}
.border-r-lime-800\/100{border-right-color:rgb(63 98 18 / 1)}
.border-r-lime-800\/15{border-right-color:rgb(63 98 18 / 0.15)}
.border-r-lime-800\/20{border-right-color:rgb(63 98 18 / 0.2)}
.border-r-lime-800\/25{border-right-color:rgb(63 98 18 / 0.25)}
.border-r-lime-800\/30{border-right-color:rgb(63 98 18 / 0.3)}
.border-r-lime-800\/35{border-right-color:rgb(63 98 18 / 0.35)}
.border-r-lime-800\/40{border-right-color:rgb(63 98 18 / 0.4)}
.border-r-lime-800\/45{border-right-color:rgb(63 98 18 / 0.45)}
.border-r-lime-800\/5{border-right-color:rgb(63 98 18 / 0.05)}
.border-r-lime-800\/50{border-right-color:rgb(63 98 18 / 0.5)}
.border-r-lime-800\/55{border-right-color:rgb(63 98 18 / 0.55)}
.border-r-lime-800\/60{border-right-color:rgb(63 98 18 / 0.6)}
.border-r-lime-800\/65{border-right-color:rgb(63 98 18 / 0.65)}
.border-r-lime-800\/70{border-right-color:rgb(63 98 18 / 0.7)}
.border-r-lime-800\/75{border-right-color:rgb(63 98 18 / 0.75)}
.border-r-lime-800\/80{border-right-color:rgb(63 98 18 / 0.8)}
.border-r-lime-800\/85{border-right-color:rgb(63 98 18 / 0.85)}
.border-r-lime-800\/90{border-right-color:rgb(63 98 18 / 0.9)}
.border-r-lime-800\/95{border-right-color:rgb(63 98 18 / 0.95)}
.border-r-lime-900{--tw-border-opacity:1;border-right-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-r-lime-900\/0{border-right-color:rgb(54 83 20 / 0)}
.border-r-lime-900\/10{border-right-color:rgb(54 83 20 / 0.1)}
.border-r-lime-900\/100{border-right-color:rgb(54 83 20 / 1)}
.border-r-lime-900\/15{border-right-color:rgb(54 83 20 / 0.15)}
.border-r-lime-900\/20{border-right-color:rgb(54 83 20 / 0.2)}
.border-r-lime-900\/25{border-right-color:rgb(54 83 20 / 0.25)}
.border-r-lime-900\/30{border-right-color:rgb(54 83 20 / 0.3)}
.border-r-lime-900\/35{border-right-color:rgb(54 83 20 / 0.35)}
.border-r-lime-900\/40{border-right-color:rgb(54 83 20 / 0.4)}
.border-r-lime-900\/45{border-right-color:rgb(54 83 20 / 0.45)}
.border-r-lime-900\/5{border-right-color:rgb(54 83 20 / 0.05)}
.border-r-lime-900\/50{border-right-color:rgb(54 83 20 / 0.5)}
.border-r-lime-900\/55{border-right-color:rgb(54 83 20 / 0.55)}
.border-r-lime-900\/60{border-right-color:rgb(54 83 20 / 0.6)}
.border-r-lime-900\/65{border-right-color:rgb(54 83 20 / 0.65)}
.border-r-lime-900\/70{border-right-color:rgb(54 83 20 / 0.7)}
.border-r-lime-900\/75{border-right-color:rgb(54 83 20 / 0.75)}
.border-r-lime-900\/80{border-right-color:rgb(54 83 20 / 0.8)}
.border-r-lime-900\/85{border-right-color:rgb(54 83 20 / 0.85)}
.border-r-lime-900\/90{border-right-color:rgb(54 83 20 / 0.9)}
.border-r-lime-900\/95{border-right-color:rgb(54 83 20 / 0.95)}
.border-r-lime-950{--tw-border-opacity:1;border-right-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-r-lime-950\/0{border-right-color:rgb(26 46 5 / 0)}
.border-r-lime-950\/10{border-right-color:rgb(26 46 5 / 0.1)}
.border-r-lime-950\/100{border-right-color:rgb(26 46 5 / 1)}
.border-r-lime-950\/15{border-right-color:rgb(26 46 5 / 0.15)}
.border-r-lime-950\/20{border-right-color:rgb(26 46 5 / 0.2)}
.border-r-lime-950\/25{border-right-color:rgb(26 46 5 / 0.25)}
.border-r-lime-950\/30{border-right-color:rgb(26 46 5 / 0.3)}
.border-r-lime-950\/35{border-right-color:rgb(26 46 5 / 0.35)}
.border-r-lime-950\/40{border-right-color:rgb(26 46 5 / 0.4)}
.border-r-lime-950\/45{border-right-color:rgb(26 46 5 / 0.45)}
.border-r-lime-950\/5{border-right-color:rgb(26 46 5 / 0.05)}
.border-r-lime-950\/50{border-right-color:rgb(26 46 5 / 0.5)}
.border-r-lime-950\/55{border-right-color:rgb(26 46 5 / 0.55)}
.border-r-lime-950\/60{border-right-color:rgb(26 46 5 / 0.6)}
.border-r-lime-950\/65{border-right-color:rgb(26 46 5 / 0.65)}
.border-r-lime-950\/70{border-right-color:rgb(26 46 5 / 0.7)}
.border-r-lime-950\/75{border-right-color:rgb(26 46 5 / 0.75)}
.border-r-lime-950\/80{border-right-color:rgb(26 46 5 / 0.8)}
.border-r-lime-950\/85{border-right-color:rgb(26 46 5 / 0.85)}
.border-r-lime-950\/90{border-right-color:rgb(26 46 5 / 0.9)}
.border-r-lime-950\/95{border-right-color:rgb(26 46 5 / 0.95)}
.border-r-navBackground-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-navBackground-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-navBackground-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-navBackground-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-navBackground-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-navBackground-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-navBackground-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-navBackground-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-navBackground-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-navBackground-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-navBackground-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-navBackground-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-navBackground-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-navBackground-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-navBackground-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-navBackground-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-navBackground-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-navBackground-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-navBackground-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-navBackground-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-navBackground-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-navBackground-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-navBackground-text-contrastsWithCard{border-right-color:true}
.border-r-navBackground-text-isDark{border-right-color:true}
.border-r-navBackground-text-text{--tw-border-opacity:1;border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-r-navBackground-text-text\/0{border-right-color:rgb(132 132 132 / 0)}
.border-r-navBackground-text-text\/10{border-right-color:rgb(132 132 132 / 0.1)}
.border-r-navBackground-text-text\/100{border-right-color:rgb(132 132 132 / 1)}
.border-r-navBackground-text-text\/15{border-right-color:rgb(132 132 132 / 0.15)}
.border-r-navBackground-text-text\/20{border-right-color:rgb(132 132 132 / 0.2)}
.border-r-navBackground-text-text\/25{border-right-color:rgb(132 132 132 / 0.25)}
.border-r-navBackground-text-text\/30{border-right-color:rgb(132 132 132 / 0.3)}
.border-r-navBackground-text-text\/35{border-right-color:rgb(132 132 132 / 0.35)}
.border-r-navBackground-text-text\/40{border-right-color:rgb(132 132 132 / 0.4)}
.border-r-navBackground-text-text\/45{border-right-color:rgb(132 132 132 / 0.45)}
.border-r-navBackground-text-text\/5{border-right-color:rgb(132 132 132 / 0.05)}
.border-r-navBackground-text-text\/50{border-right-color:rgb(132 132 132 / 0.5)}
.border-r-navBackground-text-text\/55{border-right-color:rgb(132 132 132 / 0.55)}
.border-r-navBackground-text-text\/60{border-right-color:rgb(132 132 132 / 0.6)}
.border-r-navBackground-text-text\/65{border-right-color:rgb(132 132 132 / 0.65)}
.border-r-navBackground-text-text\/70{border-right-color:rgb(132 132 132 / 0.7)}
.border-r-navBackground-text-text\/75{border-right-color:rgb(132 132 132 / 0.75)}
.border-r-navBackground-text-text\/80{border-right-color:rgb(132 132 132 / 0.8)}
.border-r-navBackground-text-text\/85{border-right-color:rgb(132 132 132 / 0.85)}
.border-r-navBackground-text-text\/90{border-right-color:rgb(132 132 132 / 0.9)}
.border-r-navBackground-text-text\/95{border-right-color:rgb(132 132 132 / 0.95)}
.border-r-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-navBackgroundDark-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-navBackgroundDark-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-navBackgroundDark-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-navBackgroundDark-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-navBackgroundDark-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-navBackgroundDark-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-navBackgroundDark-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-navBackgroundDark-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-navBackgroundDark-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-navBackgroundDark-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-navBackgroundDark-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-navBackgroundDark-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-navBackgroundDark-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-navBackgroundDark-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-navBackgroundDark-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-navBackgroundDark-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-navBackgroundDark-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-navBackgroundDark-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-navBackgroundDark-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-navBackgroundDark-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-navBackgroundDark-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-navBackgroundDark-text-contrastsWithCard{border-right-color:true}
.border-r-navBackgroundDark-text-isDark{border-right-color:true}
.border-r-navBackgroundDark-text-text{--tw-border-opacity:1;border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-r-navBackgroundDark-text-text\/0{border-right-color:rgb(30 41 59 / 0)}
.border-r-navBackgroundDark-text-text\/10{border-right-color:rgb(30 41 59 / 0.1)}
.border-r-navBackgroundDark-text-text\/100{border-right-color:rgb(30 41 59 / 1)}
.border-r-navBackgroundDark-text-text\/15{border-right-color:rgb(30 41 59 / 0.15)}
.border-r-navBackgroundDark-text-text\/20{border-right-color:rgb(30 41 59 / 0.2)}
.border-r-navBackgroundDark-text-text\/25{border-right-color:rgb(30 41 59 / 0.25)}
.border-r-navBackgroundDark-text-text\/30{border-right-color:rgb(30 41 59 / 0.3)}
.border-r-navBackgroundDark-text-text\/35{border-right-color:rgb(30 41 59 / 0.35)}
.border-r-navBackgroundDark-text-text\/40{border-right-color:rgb(30 41 59 / 0.4)}
.border-r-navBackgroundDark-text-text\/45{border-right-color:rgb(30 41 59 / 0.45)}
.border-r-navBackgroundDark-text-text\/5{border-right-color:rgb(30 41 59 / 0.05)}
.border-r-navBackgroundDark-text-text\/50{border-right-color:rgb(30 41 59 / 0.5)}
.border-r-navBackgroundDark-text-text\/55{border-right-color:rgb(30 41 59 / 0.55)}
.border-r-navBackgroundDark-text-text\/60{border-right-color:rgb(30 41 59 / 0.6)}
.border-r-navBackgroundDark-text-text\/65{border-right-color:rgb(30 41 59 / 0.65)}
.border-r-navBackgroundDark-text-text\/70{border-right-color:rgb(30 41 59 / 0.7)}
.border-r-navBackgroundDark-text-text\/75{border-right-color:rgb(30 41 59 / 0.75)}
.border-r-navBackgroundDark-text-text\/80{border-right-color:rgb(30 41 59 / 0.8)}
.border-r-navBackgroundDark-text-text\/85{border-right-color:rgb(30 41 59 / 0.85)}
.border-r-navBackgroundDark-text-text\/90{border-right-color:rgb(30 41 59 / 0.9)}
.border-r-navBackgroundDark-text-text\/95{border-right-color:rgb(30 41 59 / 0.95)}
.border-r-navText-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-navText-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-navText-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-navText-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-navText-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-navText-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-navText-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-navText-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-navText-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-navText-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-navText-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-navText-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-navText-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-navText-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-navText-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-navText-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-navText-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-navText-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-navText-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-navText-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-navText-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-navText-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-navText-text-contrastsWithCard{border-right-color:true}
.border-r-navText-text-isDark{border-right-color:true}
.border-r-navText-text-text{--tw-border-opacity:1;border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-r-navText-text-text\/0{border-right-color:rgb(30 41 59 / 0)}
.border-r-navText-text-text\/10{border-right-color:rgb(30 41 59 / 0.1)}
.border-r-navText-text-text\/100{border-right-color:rgb(30 41 59 / 1)}
.border-r-navText-text-text\/15{border-right-color:rgb(30 41 59 / 0.15)}
.border-r-navText-text-text\/20{border-right-color:rgb(30 41 59 / 0.2)}
.border-r-navText-text-text\/25{border-right-color:rgb(30 41 59 / 0.25)}
.border-r-navText-text-text\/30{border-right-color:rgb(30 41 59 / 0.3)}
.border-r-navText-text-text\/35{border-right-color:rgb(30 41 59 / 0.35)}
.border-r-navText-text-text\/40{border-right-color:rgb(30 41 59 / 0.4)}
.border-r-navText-text-text\/45{border-right-color:rgb(30 41 59 / 0.45)}
.border-r-navText-text-text\/5{border-right-color:rgb(30 41 59 / 0.05)}
.border-r-navText-text-text\/50{border-right-color:rgb(30 41 59 / 0.5)}
.border-r-navText-text-text\/55{border-right-color:rgb(30 41 59 / 0.55)}
.border-r-navText-text-text\/60{border-right-color:rgb(30 41 59 / 0.6)}
.border-r-navText-text-text\/65{border-right-color:rgb(30 41 59 / 0.65)}
.border-r-navText-text-text\/70{border-right-color:rgb(30 41 59 / 0.7)}
.border-r-navText-text-text\/75{border-right-color:rgb(30 41 59 / 0.75)}
.border-r-navText-text-text\/80{border-right-color:rgb(30 41 59 / 0.8)}
.border-r-navText-text-text\/85{border-right-color:rgb(30 41 59 / 0.85)}
.border-r-navText-text-text\/90{border-right-color:rgb(30 41 59 / 0.9)}
.border-r-navText-text-text\/95{border-right-color:rgb(30 41 59 / 0.95)}
.border-r-navTextDark-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-navTextDark-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-navTextDark-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-navTextDark-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-navTextDark-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-navTextDark-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-navTextDark-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-navTextDark-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-navTextDark-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-navTextDark-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-navTextDark-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-navTextDark-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-navTextDark-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-navTextDark-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-navTextDark-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-navTextDark-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-navTextDark-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-navTextDark-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-navTextDark-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-navTextDark-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-navTextDark-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-navTextDark-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-navTextDark-text-contrastsWithCard{border-right-color:true}
.border-r-navTextDark-text-isDark{border-right-color:true}
.border-r-navTextDark-text-text{--tw-border-opacity:1;border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-r-navTextDark-text-text\/0{border-right-color:rgb(132 132 132 / 0)}
.border-r-navTextDark-text-text\/10{border-right-color:rgb(132 132 132 / 0.1)}
.border-r-navTextDark-text-text\/100{border-right-color:rgb(132 132 132 / 1)}
.border-r-navTextDark-text-text\/15{border-right-color:rgb(132 132 132 / 0.15)}
.border-r-navTextDark-text-text\/20{border-right-color:rgb(132 132 132 / 0.2)}
.border-r-navTextDark-text-text\/25{border-right-color:rgb(132 132 132 / 0.25)}
.border-r-navTextDark-text-text\/30{border-right-color:rgb(132 132 132 / 0.3)}
.border-r-navTextDark-text-text\/35{border-right-color:rgb(132 132 132 / 0.35)}
.border-r-navTextDark-text-text\/40{border-right-color:rgb(132 132 132 / 0.4)}
.border-r-navTextDark-text-text\/45{border-right-color:rgb(132 132 132 / 0.45)}
.border-r-navTextDark-text-text\/5{border-right-color:rgb(132 132 132 / 0.05)}
.border-r-navTextDark-text-text\/50{border-right-color:rgb(132 132 132 / 0.5)}
.border-r-navTextDark-text-text\/55{border-right-color:rgb(132 132 132 / 0.55)}
.border-r-navTextDark-text-text\/60{border-right-color:rgb(132 132 132 / 0.6)}
.border-r-navTextDark-text-text\/65{border-right-color:rgb(132 132 132 / 0.65)}
.border-r-navTextDark-text-text\/70{border-right-color:rgb(132 132 132 / 0.7)}
.border-r-navTextDark-text-text\/75{border-right-color:rgb(132 132 132 / 0.75)}
.border-r-navTextDark-text-text\/80{border-right-color:rgb(132 132 132 / 0.8)}
.border-r-navTextDark-text-text\/85{border-right-color:rgb(132 132 132 / 0.85)}
.border-r-navTextDark-text-text\/90{border-right-color:rgb(132 132 132 / 0.9)}
.border-r-navTextDark-text-text\/95{border-right-color:rgb(132 132 132 / 0.95)}
.border-r-navTextHover-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-navTextHover-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-navTextHover-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-navTextHover-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-navTextHover-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-navTextHover-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-navTextHover-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-navTextHover-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-navTextHover-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-navTextHover-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-navTextHover-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-navTextHover-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-navTextHover-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-navTextHover-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-navTextHover-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-navTextHover-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-navTextHover-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-navTextHover-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-navTextHover-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-navTextHover-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-navTextHover-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-navTextHover-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-navTextHover-text-contrastsWithCard{border-right-color:true}
.border-r-navTextHover-text-isDark{border-right-color:true}
.border-r-navTextHover-text-text{--tw-border-opacity:1;border-right-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-r-navTextHover-text-text\/0{border-right-color:rgb(30 41 59 / 0)}
.border-r-navTextHover-text-text\/10{border-right-color:rgb(30 41 59 / 0.1)}
.border-r-navTextHover-text-text\/100{border-right-color:rgb(30 41 59 / 1)}
.border-r-navTextHover-text-text\/15{border-right-color:rgb(30 41 59 / 0.15)}
.border-r-navTextHover-text-text\/20{border-right-color:rgb(30 41 59 / 0.2)}
.border-r-navTextHover-text-text\/25{border-right-color:rgb(30 41 59 / 0.25)}
.border-r-navTextHover-text-text\/30{border-right-color:rgb(30 41 59 / 0.3)}
.border-r-navTextHover-text-text\/35{border-right-color:rgb(30 41 59 / 0.35)}
.border-r-navTextHover-text-text\/40{border-right-color:rgb(30 41 59 / 0.4)}
.border-r-navTextHover-text-text\/45{border-right-color:rgb(30 41 59 / 0.45)}
.border-r-navTextHover-text-text\/5{border-right-color:rgb(30 41 59 / 0.05)}
.border-r-navTextHover-text-text\/50{border-right-color:rgb(30 41 59 / 0.5)}
.border-r-navTextHover-text-text\/55{border-right-color:rgb(30 41 59 / 0.55)}
.border-r-navTextHover-text-text\/60{border-right-color:rgb(30 41 59 / 0.6)}
.border-r-navTextHover-text-text\/65{border-right-color:rgb(30 41 59 / 0.65)}
.border-r-navTextHover-text-text\/70{border-right-color:rgb(30 41 59 / 0.7)}
.border-r-navTextHover-text-text\/75{border-right-color:rgb(30 41 59 / 0.75)}
.border-r-navTextHover-text-text\/80{border-right-color:rgb(30 41 59 / 0.8)}
.border-r-navTextHover-text-text\/85{border-right-color:rgb(30 41 59 / 0.85)}
.border-r-navTextHover-text-text\/90{border-right-color:rgb(30 41 59 / 0.9)}
.border-r-navTextHover-text-text\/95{border-right-color:rgb(30 41 59 / 0.95)}
.border-r-primary{--tw-border-opacity:1;border-right-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-r-primary-100{border-right-color:var(--bt-primary-100)}
.border-r-primary-150{border-right-color:var(--bt-primary-150)}
.border-r-primary-200{border-right-color:var(--bt-primary-200)}
.border-r-primary-300{border-right-color:var(--bt-primary-300)}
.border-r-primary-350{border-right-color:var(--bt-primary-350)}
.border-r-primary-400{border-right-color:var(--bt-primary-400)}
.border-r-primary-450{border-right-color:var(--bt-primary-450)}
.border-r-primary-500{border-right-color:var(--bt-primary-500)}
.border-r-primary-550{border-right-color:var(--bt-primary-550)}
.border-r-primary-600{border-right-color:var(--bt-primary-600)}
.border-r-primary-650{border-right-color:var(--bt-primary-650)}
.border-r-primary-700{border-right-color:var(--bt-primary-700)}
.border-r-primary-750{border-right-color:var(--bt-primary-750)}
.border-r-primary-800{border-right-color:var(--bt-primary-800)}
.border-r-primary-850{border-right-color:var(--bt-primary-850)}
.border-r-primary-900{border-right-color:var(--bt-primary-900)}
.border-r-primary-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-primary-contrast-contrast{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-primary-contrast-contrast\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-primary-contrast-contrast\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-primary-contrast-contrast\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-primary-contrast-contrast\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-primary-contrast-contrast\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-primary-contrast-contrast\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-primary-contrast-contrast\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-primary-contrast-contrast\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-primary-contrast-contrast\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-primary-contrast-contrast\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-primary-contrast-contrast\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-primary-contrast-contrast\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-primary-contrast-contrast\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-primary-contrast-contrast\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-primary-contrast-contrast\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-primary-contrast-contrast\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-primary-contrast-contrast\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-primary-contrast-contrast\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-primary-contrast-contrast\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-primary-contrast-contrast\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-primary-contrast-contrast\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-primary-contrast-contrastsWithCard{}
.border-r-primary-contrast-isDark{}
.border-r-primary-contrast-text{--tw-border-opacity:1;border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-r-primary-contrast-text\/0{border-right-color:rgb(132 132 132 / 0)}
.border-r-primary-contrast-text\/10{border-right-color:rgb(132 132 132 / 0.1)}
.border-r-primary-contrast-text\/100{border-right-color:rgb(132 132 132 / 1)}
.border-r-primary-contrast-text\/15{border-right-color:rgb(132 132 132 / 0.15)}
.border-r-primary-contrast-text\/20{border-right-color:rgb(132 132 132 / 0.2)}
.border-r-primary-contrast-text\/25{border-right-color:rgb(132 132 132 / 0.25)}
.border-r-primary-contrast-text\/30{border-right-color:rgb(132 132 132 / 0.3)}
.border-r-primary-contrast-text\/35{border-right-color:rgb(132 132 132 / 0.35)}
.border-r-primary-contrast-text\/40{border-right-color:rgb(132 132 132 / 0.4)}
.border-r-primary-contrast-text\/45{border-right-color:rgb(132 132 132 / 0.45)}
.border-r-primary-contrast-text\/5{border-right-color:rgb(132 132 132 / 0.05)}
.border-r-primary-contrast-text\/50{border-right-color:rgb(132 132 132 / 0.5)}
.border-r-primary-contrast-text\/55{border-right-color:rgb(132 132 132 / 0.55)}
.border-r-primary-contrast-text\/60{border-right-color:rgb(132 132 132 / 0.6)}
.border-r-primary-contrast-text\/65{border-right-color:rgb(132 132 132 / 0.65)}
.border-r-primary-contrast-text\/70{border-right-color:rgb(132 132 132 / 0.7)}
.border-r-primary-contrast-text\/75{border-right-color:rgb(132 132 132 / 0.75)}
.border-r-primary-contrast-text\/80{border-right-color:rgb(132 132 132 / 0.8)}
.border-r-primary-contrast-text\/85{border-right-color:rgb(132 132 132 / 0.85)}
.border-r-primary-contrast-text\/90{border-right-color:rgb(132 132 132 / 0.9)}
.border-r-primary-contrast-text\/95{border-right-color:rgb(132 132 132 / 0.95)}
.border-r-primary-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-primary-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-primary-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-primary-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-primary-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-primary-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-primary-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-primary-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-primary-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-primary-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-primary-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-primary-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-primary-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-primary-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-primary-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-primary-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-primary-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-primary-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-primary-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-primary-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-primary-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-primary-contrastsWithCard{border-right-color:true}
.border-r-primary-isDark{border-right-color:true}
.border-r-primary-text{--tw-border-opacity:1;border-right-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-r-primary-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-primary-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-primary-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-primary-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-primary-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-primary-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-primary-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-primary-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-primary-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-primary-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-primary-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-primary-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-primary-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-primary-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-primary-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-primary-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-primary-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-primary-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-primary-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-primary-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-primary-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-primary-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-primary-text-contrastsWithCard{border-right-color:true}
.border-r-primary-text-isDark{border-right-color:true}
.border-r-primary-text-text{--tw-border-opacity:1;border-right-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-r-primary-text-text\/0{border-right-color:rgb(0 87 136 / 0)}
.border-r-primary-text-text\/10{border-right-color:rgb(0 87 136 / 0.1)}
.border-r-primary-text-text\/100{border-right-color:rgb(0 87 136 / 1)}
.border-r-primary-text-text\/15{border-right-color:rgb(0 87 136 / 0.15)}
.border-r-primary-text-text\/20{border-right-color:rgb(0 87 136 / 0.2)}
.border-r-primary-text-text\/25{border-right-color:rgb(0 87 136 / 0.25)}
.border-r-primary-text-text\/30{border-right-color:rgb(0 87 136 / 0.3)}
.border-r-primary-text-text\/35{border-right-color:rgb(0 87 136 / 0.35)}
.border-r-primary-text-text\/40{border-right-color:rgb(0 87 136 / 0.4)}
.border-r-primary-text-text\/45{border-right-color:rgb(0 87 136 / 0.45)}
.border-r-primary-text-text\/5{border-right-color:rgb(0 87 136 / 0.05)}
.border-r-primary-text-text\/50{border-right-color:rgb(0 87 136 / 0.5)}
.border-r-primary-text-text\/55{border-right-color:rgb(0 87 136 / 0.55)}
.border-r-primary-text-text\/60{border-right-color:rgb(0 87 136 / 0.6)}
.border-r-primary-text-text\/65{border-right-color:rgb(0 87 136 / 0.65)}
.border-r-primary-text-text\/70{border-right-color:rgb(0 87 136 / 0.7)}
.border-r-primary-text-text\/75{border-right-color:rgb(0 87 136 / 0.75)}
.border-r-primary-text-text\/80{border-right-color:rgb(0 87 136 / 0.8)}
.border-r-primary-text-text\/85{border-right-color:rgb(0 87 136 / 0.85)}
.border-r-primary-text-text\/90{border-right-color:rgb(0 87 136 / 0.9)}
.border-r-primary-text-text\/95{border-right-color:rgb(0 87 136 / 0.95)}
.border-r-primary-text\/0{border-right-color:rgb(0 87 136 / 0)}
.border-r-primary-text\/10{border-right-color:rgb(0 87 136 / 0.1)}
.border-r-primary-text\/100{border-right-color:rgb(0 87 136 / 1)}
.border-r-primary-text\/15{border-right-color:rgb(0 87 136 / 0.15)}
.border-r-primary-text\/20{border-right-color:rgb(0 87 136 / 0.2)}
.border-r-primary-text\/25{border-right-color:rgb(0 87 136 / 0.25)}
.border-r-primary-text\/30{border-right-color:rgb(0 87 136 / 0.3)}
.border-r-primary-text\/35{border-right-color:rgb(0 87 136 / 0.35)}
.border-r-primary-text\/40{border-right-color:rgb(0 87 136 / 0.4)}
.border-r-primary-text\/45{border-right-color:rgb(0 87 136 / 0.45)}
.border-r-primary-text\/5{border-right-color:rgb(0 87 136 / 0.05)}
.border-r-primary-text\/50{border-right-color:rgb(0 87 136 / 0.5)}
.border-r-primary-text\/55{border-right-color:rgb(0 87 136 / 0.55)}
.border-r-primary-text\/60{border-right-color:rgb(0 87 136 / 0.6)}
.border-r-primary-text\/65{border-right-color:rgb(0 87 136 / 0.65)}
.border-r-primary-text\/70{border-right-color:rgb(0 87 136 / 0.7)}
.border-r-primary-text\/75{border-right-color:rgb(0 87 136 / 0.75)}
.border-r-primary-text\/80{border-right-color:rgb(0 87 136 / 0.8)}
.border-r-primary-text\/85{border-right-color:rgb(0 87 136 / 0.85)}
.border-r-primary-text\/90{border-right-color:rgb(0 87 136 / 0.9)}
.border-r-primary-text\/95{border-right-color:rgb(0 87 136 / 0.95)}
.border-r-primary\/0{border-right-color:rgb(0 87 136 / 0)}
.border-r-primary\/10{border-right-color:rgb(0 87 136 / 0.1)}
.border-r-primary\/100{border-right-color:rgb(0 87 136 / 1)}
.border-r-primary\/15{border-right-color:rgb(0 87 136 / 0.15)}
.border-r-primary\/20{border-right-color:rgb(0 87 136 / 0.2)}
.border-r-primary\/25{border-right-color:rgb(0 87 136 / 0.25)}
.border-r-primary\/30{border-right-color:rgb(0 87 136 / 0.3)}
.border-r-primary\/35{border-right-color:rgb(0 87 136 / 0.35)}
.border-r-primary\/40{border-right-color:rgb(0 87 136 / 0.4)}
.border-r-primary\/45{border-right-color:rgb(0 87 136 / 0.45)}
.border-r-primary\/5{border-right-color:rgb(0 87 136 / 0.05)}
.border-r-primary\/50{border-right-color:rgb(0 87 136 / 0.5)}
.border-r-primary\/55{border-right-color:rgb(0 87 136 / 0.55)}
.border-r-primary\/60{border-right-color:rgb(0 87 136 / 0.6)}
.border-r-primary\/65{border-right-color:rgb(0 87 136 / 0.65)}
.border-r-primary\/70{border-right-color:rgb(0 87 136 / 0.7)}
.border-r-primary\/75{border-right-color:rgb(0 87 136 / 0.75)}
.border-r-primary\/80{border-right-color:rgb(0 87 136 / 0.8)}
.border-r-primary\/85{border-right-color:rgb(0 87 136 / 0.85)}
.border-r-primary\/90{border-right-color:rgb(0 87 136 / 0.9)}
.border-r-primary\/95{border-right-color:rgb(0 87 136 / 0.95)}
.border-r-secondary-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-secondary-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-secondary-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-secondary-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-secondary-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-secondary-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-secondary-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-secondary-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-secondary-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-secondary-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-secondary-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-secondary-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-secondary-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-secondary-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-secondary-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-secondary-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-secondary-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-secondary-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-secondary-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-secondary-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-secondary-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-secondary-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-secondary-text-contrastsWithCard{border-right-color:true}
.border-r-secondary-text-isDark{border-right-color:true}
.border-r-secondary-text-text{--tw-border-opacity:1;border-right-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-r-secondary-text-text\/0{border-right-color:rgb(90 94 100 / 0)}
.border-r-secondary-text-text\/10{border-right-color:rgb(90 94 100 / 0.1)}
.border-r-secondary-text-text\/100{border-right-color:rgb(90 94 100 / 1)}
.border-r-secondary-text-text\/15{border-right-color:rgb(90 94 100 / 0.15)}
.border-r-secondary-text-text\/20{border-right-color:rgb(90 94 100 / 0.2)}
.border-r-secondary-text-text\/25{border-right-color:rgb(90 94 100 / 0.25)}
.border-r-secondary-text-text\/30{border-right-color:rgb(90 94 100 / 0.3)}
.border-r-secondary-text-text\/35{border-right-color:rgb(90 94 100 / 0.35)}
.border-r-secondary-text-text\/40{border-right-color:rgb(90 94 100 / 0.4)}
.border-r-secondary-text-text\/45{border-right-color:rgb(90 94 100 / 0.45)}
.border-r-secondary-text-text\/5{border-right-color:rgb(90 94 100 / 0.05)}
.border-r-secondary-text-text\/50{border-right-color:rgb(90 94 100 / 0.5)}
.border-r-secondary-text-text\/55{border-right-color:rgb(90 94 100 / 0.55)}
.border-r-secondary-text-text\/60{border-right-color:rgb(90 94 100 / 0.6)}
.border-r-secondary-text-text\/65{border-right-color:rgb(90 94 100 / 0.65)}
.border-r-secondary-text-text\/70{border-right-color:rgb(90 94 100 / 0.7)}
.border-r-secondary-text-text\/75{border-right-color:rgb(90 94 100 / 0.75)}
.border-r-secondary-text-text\/80{border-right-color:rgb(90 94 100 / 0.8)}
.border-r-secondary-text-text\/85{border-right-color:rgb(90 94 100 / 0.85)}
.border-r-secondary-text-text\/90{border-right-color:rgb(90 94 100 / 0.9)}
.border-r-secondary-text-text\/95{border-right-color:rgb(90 94 100 / 0.95)}
.border-r-success-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-success-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-success-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-success-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-success-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-success-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-success-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-success-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-success-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-success-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-success-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-success-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-success-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-success-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-success-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-success-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-success-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-success-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-success-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-success-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-success-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-success-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-success-text-contrastsWithCard{border-right-color:true}
.border-r-success-text-isDark{border-right-color:true}
.border-r-success-text-text{--tw-border-opacity:1;border-right-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-r-success-text-text\/0{border-right-color:rgb(27 135 73 / 0)}
.border-r-success-text-text\/10{border-right-color:rgb(27 135 73 / 0.1)}
.border-r-success-text-text\/100{border-right-color:rgb(27 135 73 / 1)}
.border-r-success-text-text\/15{border-right-color:rgb(27 135 73 / 0.15)}
.border-r-success-text-text\/20{border-right-color:rgb(27 135 73 / 0.2)}
.border-r-success-text-text\/25{border-right-color:rgb(27 135 73 / 0.25)}
.border-r-success-text-text\/30{border-right-color:rgb(27 135 73 / 0.3)}
.border-r-success-text-text\/35{border-right-color:rgb(27 135 73 / 0.35)}
.border-r-success-text-text\/40{border-right-color:rgb(27 135 73 / 0.4)}
.border-r-success-text-text\/45{border-right-color:rgb(27 135 73 / 0.45)}
.border-r-success-text-text\/5{border-right-color:rgb(27 135 73 / 0.05)}
.border-r-success-text-text\/50{border-right-color:rgb(27 135 73 / 0.5)}
.border-r-success-text-text\/55{border-right-color:rgb(27 135 73 / 0.55)}
.border-r-success-text-text\/60{border-right-color:rgb(27 135 73 / 0.6)}
.border-r-success-text-text\/65{border-right-color:rgb(27 135 73 / 0.65)}
.border-r-success-text-text\/70{border-right-color:rgb(27 135 73 / 0.7)}
.border-r-success-text-text\/75{border-right-color:rgb(27 135 73 / 0.75)}
.border-r-success-text-text\/80{border-right-color:rgb(27 135 73 / 0.8)}
.border-r-success-text-text\/85{border-right-color:rgb(27 135 73 / 0.85)}
.border-r-success-text-text\/90{border-right-color:rgb(27 135 73 / 0.9)}
.border-r-success-text-text\/95{border-right-color:rgb(27 135 73 / 0.95)}
.border-r-text-100{border-right-color:var(--bt-text-100)}
.border-r-text-200{border-right-color:var(--bt-text-200)}
.border-r-text-300{border-right-color:var(--bt-text-300)}
.border-r-text-400{border-right-color:var(--bt-text-400)}
.border-r-text-500{border-right-color:var(--bt-text-500)}
.border-r-text-600{border-right-color:var(--bt-text-600)}
.border-r-text-700{border-right-color:var(--bt-text-700)}
.border-r-text-800{border-right-color:var(--bt-text-800)}
.border-r-text-900{border-right-color:var(--bt-text-900)}
.border-r-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-text-contrast-contrast{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-text-contrast-contrast\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-text-contrast-contrast\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-text-contrast-contrast\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-text-contrast-contrast\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-text-contrast-contrast\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-text-contrast-contrast\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-text-contrast-contrast\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-text-contrast-contrast\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-text-contrast-contrast\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-text-contrast-contrast\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-text-contrast-contrast\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-text-contrast-contrast\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-text-contrast-contrast\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-text-contrast-contrast\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-text-contrast-contrast\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-text-contrast-contrast\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-text-contrast-contrast\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-text-contrast-contrast\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-text-contrast-contrast\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-text-contrast-contrast\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-text-contrast-contrast\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-text-contrast-contrastsWithCard{}
.border-r-text-contrast-isDark{}
.border-r-text-contrast-text{--tw-border-opacity:1;border-right-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-r-text-contrast-text\/0{border-right-color:rgb(132 132 132 / 0)}
.border-r-text-contrast-text\/10{border-right-color:rgb(132 132 132 / 0.1)}
.border-r-text-contrast-text\/100{border-right-color:rgb(132 132 132 / 1)}
.border-r-text-contrast-text\/15{border-right-color:rgb(132 132 132 / 0.15)}
.border-r-text-contrast-text\/20{border-right-color:rgb(132 132 132 / 0.2)}
.border-r-text-contrast-text\/25{border-right-color:rgb(132 132 132 / 0.25)}
.border-r-text-contrast-text\/30{border-right-color:rgb(132 132 132 / 0.3)}
.border-r-text-contrast-text\/35{border-right-color:rgb(132 132 132 / 0.35)}
.border-r-text-contrast-text\/40{border-right-color:rgb(132 132 132 / 0.4)}
.border-r-text-contrast-text\/45{border-right-color:rgb(132 132 132 / 0.45)}
.border-r-text-contrast-text\/5{border-right-color:rgb(132 132 132 / 0.05)}
.border-r-text-contrast-text\/50{border-right-color:rgb(132 132 132 / 0.5)}
.border-r-text-contrast-text\/55{border-right-color:rgb(132 132 132 / 0.55)}
.border-r-text-contrast-text\/60{border-right-color:rgb(132 132 132 / 0.6)}
.border-r-text-contrast-text\/65{border-right-color:rgb(132 132 132 / 0.65)}
.border-r-text-contrast-text\/70{border-right-color:rgb(132 132 132 / 0.7)}
.border-r-text-contrast-text\/75{border-right-color:rgb(132 132 132 / 0.75)}
.border-r-text-contrast-text\/80{border-right-color:rgb(132 132 132 / 0.8)}
.border-r-text-contrast-text\/85{border-right-color:rgb(132 132 132 / 0.85)}
.border-r-text-contrast-text\/90{border-right-color:rgb(132 132 132 / 0.9)}
.border-r-text-contrast-text\/95{border-right-color:rgb(132 132 132 / 0.95)}
.border-r-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-text-contrastsWithCard{border-right-color:true}
.border-r-text-isDark{border-right-color:true}
.border-r-text-text{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-text-text-contrast{--tw-border-opacity:1;border-right-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-r-text-text-contrast\/0{border-right-color:rgb(255 255 255 / 0)}
.border-r-text-text-contrast\/10{border-right-color:rgb(255 255 255 / 0.1)}
.border-r-text-text-contrast\/100{border-right-color:rgb(255 255 255 / 1)}
.border-r-text-text-contrast\/15{border-right-color:rgb(255 255 255 / 0.15)}
.border-r-text-text-contrast\/20{border-right-color:rgb(255 255 255 / 0.2)}
.border-r-text-text-contrast\/25{border-right-color:rgb(255 255 255 / 0.25)}
.border-r-text-text-contrast\/30{border-right-color:rgb(255 255 255 / 0.3)}
.border-r-text-text-contrast\/35{border-right-color:rgb(255 255 255 / 0.35)}
.border-r-text-text-contrast\/40{border-right-color:rgb(255 255 255 / 0.4)}
.border-r-text-text-contrast\/45{border-right-color:rgb(255 255 255 / 0.45)}
.border-r-text-text-contrast\/5{border-right-color:rgb(255 255 255 / 0.05)}
.border-r-text-text-contrast\/50{border-right-color:rgb(255 255 255 / 0.5)}
.border-r-text-text-contrast\/55{border-right-color:rgb(255 255 255 / 0.55)}
.border-r-text-text-contrast\/60{border-right-color:rgb(255 255 255 / 0.6)}
.border-r-text-text-contrast\/65{border-right-color:rgb(255 255 255 / 0.65)}
.border-r-text-text-contrast\/70{border-right-color:rgb(255 255 255 / 0.7)}
.border-r-text-text-contrast\/75{border-right-color:rgb(255 255 255 / 0.75)}
.border-r-text-text-contrast\/80{border-right-color:rgb(255 255 255 / 0.8)}
.border-r-text-text-contrast\/85{border-right-color:rgb(255 255 255 / 0.85)}
.border-r-text-text-contrast\/90{border-right-color:rgb(255 255 255 / 0.9)}
.border-r-text-text-contrast\/95{border-right-color:rgb(255 255 255 / 0.95)}
.border-r-text-text-contrastsWithCard{border-right-color:true}
.border-r-text-text-isDark{border-right-color:true}
.border-r-text-text-text{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-text-text-text\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-text-text-text\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-text-text-text\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-text-text-text\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-text-text-text\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-text-text-text\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-text-text-text\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-text-text-text\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-text-text-text\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-text-text-text\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-text-text-text\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-text-text-text\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-text-text-text\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-text-text-text\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-text-text-text\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-text-text-text\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-text-text-text\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-text-text-text\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-text-text-text\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-text-text-text\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-text-text-text\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-text-text\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-text-text\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-text-text\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-text-text\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-text-text\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-text-text\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-text-text\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-text-text\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-text-text\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-text-text\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-text-text\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-text-text\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-text-text\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-text-text\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-text-text\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-text-text\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-text-text\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-text-text\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-text-text\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-text-text\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-text-text\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-warning-text-contrast{--tw-border-opacity:1;border-right-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-r-warning-text-contrast\/0{border-right-color:rgb(0 0 0 / 0)}
.border-r-warning-text-contrast\/10{border-right-color:rgb(0 0 0 / 0.1)}
.border-r-warning-text-contrast\/100{border-right-color:rgb(0 0 0 / 1)}
.border-r-warning-text-contrast\/15{border-right-color:rgb(0 0 0 / 0.15)}
.border-r-warning-text-contrast\/20{border-right-color:rgb(0 0 0 / 0.2)}
.border-r-warning-text-contrast\/25{border-right-color:rgb(0 0 0 / 0.25)}
.border-r-warning-text-contrast\/30{border-right-color:rgb(0 0 0 / 0.3)}
.border-r-warning-text-contrast\/35{border-right-color:rgb(0 0 0 / 0.35)}
.border-r-warning-text-contrast\/40{border-right-color:rgb(0 0 0 / 0.4)}
.border-r-warning-text-contrast\/45{border-right-color:rgb(0 0 0 / 0.45)}
.border-r-warning-text-contrast\/5{border-right-color:rgb(0 0 0 / 0.05)}
.border-r-warning-text-contrast\/50{border-right-color:rgb(0 0 0 / 0.5)}
.border-r-warning-text-contrast\/55{border-right-color:rgb(0 0 0 / 0.55)}
.border-r-warning-text-contrast\/60{border-right-color:rgb(0 0 0 / 0.6)}
.border-r-warning-text-contrast\/65{border-right-color:rgb(0 0 0 / 0.65)}
.border-r-warning-text-contrast\/70{border-right-color:rgb(0 0 0 / 0.7)}
.border-r-warning-text-contrast\/75{border-right-color:rgb(0 0 0 / 0.75)}
.border-r-warning-text-contrast\/80{border-right-color:rgb(0 0 0 / 0.8)}
.border-r-warning-text-contrast\/85{border-right-color:rgb(0 0 0 / 0.85)}
.border-r-warning-text-contrast\/90{border-right-color:rgb(0 0 0 / 0.9)}
.border-r-warning-text-contrast\/95{border-right-color:rgb(0 0 0 / 0.95)}
.border-r-warning-text-contrastsWithCard{border-right-color:true}
.border-r-warning-text-isDark{}
.border-r-warning-text-text{--tw-border-opacity:1;border-right-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-r-warning-text-text\/0{border-right-color:rgb(255 168 0 / 0)}
.border-r-warning-text-text\/10{border-right-color:rgb(255 168 0 / 0.1)}
.border-r-warning-text-text\/100{border-right-color:rgb(255 168 0 / 1)}
.border-r-warning-text-text\/15{border-right-color:rgb(255 168 0 / 0.15)}
.border-r-warning-text-text\/20{border-right-color:rgb(255 168 0 / 0.2)}
.border-r-warning-text-text\/25{border-right-color:rgb(255 168 0 / 0.25)}
.border-r-warning-text-text\/30{border-right-color:rgb(255 168 0 / 0.3)}
.border-r-warning-text-text\/35{border-right-color:rgb(255 168 0 / 0.35)}
.border-r-warning-text-text\/40{border-right-color:rgb(255 168 0 / 0.4)}
.border-r-warning-text-text\/45{border-right-color:rgb(255 168 0 / 0.45)}
.border-r-warning-text-text\/5{border-right-color:rgb(255 168 0 / 0.05)}
.border-r-warning-text-text\/50{border-right-color:rgb(255 168 0 / 0.5)}
.border-r-warning-text-text\/55{border-right-color:rgb(255 168 0 / 0.55)}
.border-r-warning-text-text\/60{border-right-color:rgb(255 168 0 / 0.6)}
.border-r-warning-text-text\/65{border-right-color:rgb(255 168 0 / 0.65)}
.border-r-warning-text-text\/70{border-right-color:rgb(255 168 0 / 0.7)}
.border-r-warning-text-text\/75{border-right-color:rgb(255 168 0 / 0.75)}
.border-r-warning-text-text\/80{border-right-color:rgb(255 168 0 / 0.8)}
.border-r-warning-text-text\/85{border-right-color:rgb(255 168 0 / 0.85)}
.border-r-warning-text-text\/90{border-right-color:rgb(255 168 0 / 0.9)}
.border-r-warning-text-text\/95{border-right-color:rgb(255 168 0 / 0.95)}
.border-s-amber-100{--tw-border-opacity:1;border-inline-start-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-s-amber-100\/0{border-inline-start-color:rgb(254 243 199 / 0)}
.border-s-amber-100\/10{border-inline-start-color:rgb(254 243 199 / 0.1)}
.border-s-amber-100\/100{border-inline-start-color:rgb(254 243 199 / 1)}
.border-s-amber-100\/15{border-inline-start-color:rgb(254 243 199 / 0.15)}
.border-s-amber-100\/20{border-inline-start-color:rgb(254 243 199 / 0.2)}
.border-s-amber-100\/25{border-inline-start-color:rgb(254 243 199 / 0.25)}
.border-s-amber-100\/30{border-inline-start-color:rgb(254 243 199 / 0.3)}
.border-s-amber-100\/35{border-inline-start-color:rgb(254 243 199 / 0.35)}
.border-s-amber-100\/40{border-inline-start-color:rgb(254 243 199 / 0.4)}
.border-s-amber-100\/45{border-inline-start-color:rgb(254 243 199 / 0.45)}
.border-s-amber-100\/5{border-inline-start-color:rgb(254 243 199 / 0.05)}
.border-s-amber-100\/50{border-inline-start-color:rgb(254 243 199 / 0.5)}
.border-s-amber-100\/55{border-inline-start-color:rgb(254 243 199 / 0.55)}
.border-s-amber-100\/60{border-inline-start-color:rgb(254 243 199 / 0.6)}
.border-s-amber-100\/65{border-inline-start-color:rgb(254 243 199 / 0.65)}
.border-s-amber-100\/70{border-inline-start-color:rgb(254 243 199 / 0.7)}
.border-s-amber-100\/75{border-inline-start-color:rgb(254 243 199 / 0.75)}
.border-s-amber-100\/80{border-inline-start-color:rgb(254 243 199 / 0.8)}
.border-s-amber-100\/85{border-inline-start-color:rgb(254 243 199 / 0.85)}
.border-s-amber-100\/90{border-inline-start-color:rgb(254 243 199 / 0.9)}
.border-s-amber-100\/95{border-inline-start-color:rgb(254 243 199 / 0.95)}
.border-s-amber-200{--tw-border-opacity:1;border-inline-start-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-s-amber-200\/0{border-inline-start-color:rgb(253 230 138 / 0)}
.border-s-amber-200\/10{border-inline-start-color:rgb(253 230 138 / 0.1)}
.border-s-amber-200\/100{border-inline-start-color:rgb(253 230 138 / 1)}
.border-s-amber-200\/15{border-inline-start-color:rgb(253 230 138 / 0.15)}
.border-s-amber-200\/20{border-inline-start-color:rgb(253 230 138 / 0.2)}
.border-s-amber-200\/25{border-inline-start-color:rgb(253 230 138 / 0.25)}
.border-s-amber-200\/30{border-inline-start-color:rgb(253 230 138 / 0.3)}
.border-s-amber-200\/35{border-inline-start-color:rgb(253 230 138 / 0.35)}
.border-s-amber-200\/40{border-inline-start-color:rgb(253 230 138 / 0.4)}
.border-s-amber-200\/45{border-inline-start-color:rgb(253 230 138 / 0.45)}
.border-s-amber-200\/5{border-inline-start-color:rgb(253 230 138 / 0.05)}
.border-s-amber-200\/50{border-inline-start-color:rgb(253 230 138 / 0.5)}
.border-s-amber-200\/55{border-inline-start-color:rgb(253 230 138 / 0.55)}
.border-s-amber-200\/60{border-inline-start-color:rgb(253 230 138 / 0.6)}
.border-s-amber-200\/65{border-inline-start-color:rgb(253 230 138 / 0.65)}
.border-s-amber-200\/70{border-inline-start-color:rgb(253 230 138 / 0.7)}
.border-s-amber-200\/75{border-inline-start-color:rgb(253 230 138 / 0.75)}
.border-s-amber-200\/80{border-inline-start-color:rgb(253 230 138 / 0.8)}
.border-s-amber-200\/85{border-inline-start-color:rgb(253 230 138 / 0.85)}
.border-s-amber-200\/90{border-inline-start-color:rgb(253 230 138 / 0.9)}
.border-s-amber-200\/95{border-inline-start-color:rgb(253 230 138 / 0.95)}
.border-s-amber-300{--tw-border-opacity:1;border-inline-start-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-s-amber-300\/0{border-inline-start-color:rgb(252 211 77 / 0)}
.border-s-amber-300\/10{border-inline-start-color:rgb(252 211 77 / 0.1)}
.border-s-amber-300\/100{border-inline-start-color:rgb(252 211 77 / 1)}
.border-s-amber-300\/15{border-inline-start-color:rgb(252 211 77 / 0.15)}
.border-s-amber-300\/20{border-inline-start-color:rgb(252 211 77 / 0.2)}
.border-s-amber-300\/25{border-inline-start-color:rgb(252 211 77 / 0.25)}
.border-s-amber-300\/30{border-inline-start-color:rgb(252 211 77 / 0.3)}
.border-s-amber-300\/35{border-inline-start-color:rgb(252 211 77 / 0.35)}
.border-s-amber-300\/40{border-inline-start-color:rgb(252 211 77 / 0.4)}
.border-s-amber-300\/45{border-inline-start-color:rgb(252 211 77 / 0.45)}
.border-s-amber-300\/5{border-inline-start-color:rgb(252 211 77 / 0.05)}
.border-s-amber-300\/50{border-inline-start-color:rgb(252 211 77 / 0.5)}
.border-s-amber-300\/55{border-inline-start-color:rgb(252 211 77 / 0.55)}
.border-s-amber-300\/60{border-inline-start-color:rgb(252 211 77 / 0.6)}
.border-s-amber-300\/65{border-inline-start-color:rgb(252 211 77 / 0.65)}
.border-s-amber-300\/70{border-inline-start-color:rgb(252 211 77 / 0.7)}
.border-s-amber-300\/75{border-inline-start-color:rgb(252 211 77 / 0.75)}
.border-s-amber-300\/80{border-inline-start-color:rgb(252 211 77 / 0.8)}
.border-s-amber-300\/85{border-inline-start-color:rgb(252 211 77 / 0.85)}
.border-s-amber-300\/90{border-inline-start-color:rgb(252 211 77 / 0.9)}
.border-s-amber-300\/95{border-inline-start-color:rgb(252 211 77 / 0.95)}
.border-s-amber-400{--tw-border-opacity:1;border-inline-start-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-s-amber-400\/0{border-inline-start-color:rgb(251 191 36 / 0)}
.border-s-amber-400\/10{border-inline-start-color:rgb(251 191 36 / 0.1)}
.border-s-amber-400\/100{border-inline-start-color:rgb(251 191 36 / 1)}
.border-s-amber-400\/15{border-inline-start-color:rgb(251 191 36 / 0.15)}
.border-s-amber-400\/20{border-inline-start-color:rgb(251 191 36 / 0.2)}
.border-s-amber-400\/25{border-inline-start-color:rgb(251 191 36 / 0.25)}
.border-s-amber-400\/30{border-inline-start-color:rgb(251 191 36 / 0.3)}
.border-s-amber-400\/35{border-inline-start-color:rgb(251 191 36 / 0.35)}
.border-s-amber-400\/40{border-inline-start-color:rgb(251 191 36 / 0.4)}
.border-s-amber-400\/45{border-inline-start-color:rgb(251 191 36 / 0.45)}
.border-s-amber-400\/5{border-inline-start-color:rgb(251 191 36 / 0.05)}
.border-s-amber-400\/50{border-inline-start-color:rgb(251 191 36 / 0.5)}
.border-s-amber-400\/55{border-inline-start-color:rgb(251 191 36 / 0.55)}
.border-s-amber-400\/60{border-inline-start-color:rgb(251 191 36 / 0.6)}
.border-s-amber-400\/65{border-inline-start-color:rgb(251 191 36 / 0.65)}
.border-s-amber-400\/70{border-inline-start-color:rgb(251 191 36 / 0.7)}
.border-s-amber-400\/75{border-inline-start-color:rgb(251 191 36 / 0.75)}
.border-s-amber-400\/80{border-inline-start-color:rgb(251 191 36 / 0.8)}
.border-s-amber-400\/85{border-inline-start-color:rgb(251 191 36 / 0.85)}
.border-s-amber-400\/90{border-inline-start-color:rgb(251 191 36 / 0.9)}
.border-s-amber-400\/95{border-inline-start-color:rgb(251 191 36 / 0.95)}
.border-s-amber-50{--tw-border-opacity:1;border-inline-start-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-s-amber-50\/0{border-inline-start-color:rgb(255 251 235 / 0)}
.border-s-amber-50\/10{border-inline-start-color:rgb(255 251 235 / 0.1)}
.border-s-amber-50\/100{border-inline-start-color:rgb(255 251 235 / 1)}
.border-s-amber-50\/15{border-inline-start-color:rgb(255 251 235 / 0.15)}
.border-s-amber-50\/20{border-inline-start-color:rgb(255 251 235 / 0.2)}
.border-s-amber-50\/25{border-inline-start-color:rgb(255 251 235 / 0.25)}
.border-s-amber-50\/30{border-inline-start-color:rgb(255 251 235 / 0.3)}
.border-s-amber-50\/35{border-inline-start-color:rgb(255 251 235 / 0.35)}
.border-s-amber-50\/40{border-inline-start-color:rgb(255 251 235 / 0.4)}
.border-s-amber-50\/45{border-inline-start-color:rgb(255 251 235 / 0.45)}
.border-s-amber-50\/5{border-inline-start-color:rgb(255 251 235 / 0.05)}
.border-s-amber-50\/50{border-inline-start-color:rgb(255 251 235 / 0.5)}
.border-s-amber-50\/55{border-inline-start-color:rgb(255 251 235 / 0.55)}
.border-s-amber-50\/60{border-inline-start-color:rgb(255 251 235 / 0.6)}
.border-s-amber-50\/65{border-inline-start-color:rgb(255 251 235 / 0.65)}
.border-s-amber-50\/70{border-inline-start-color:rgb(255 251 235 / 0.7)}
.border-s-amber-50\/75{border-inline-start-color:rgb(255 251 235 / 0.75)}
.border-s-amber-50\/80{border-inline-start-color:rgb(255 251 235 / 0.8)}
.border-s-amber-50\/85{border-inline-start-color:rgb(255 251 235 / 0.85)}
.border-s-amber-50\/90{border-inline-start-color:rgb(255 251 235 / 0.9)}
.border-s-amber-50\/95{border-inline-start-color:rgb(255 251 235 / 0.95)}
.border-s-amber-500{--tw-border-opacity:1;border-inline-start-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-s-amber-500\/0{border-inline-start-color:rgb(245 158 11 / 0)}
.border-s-amber-500\/10{border-inline-start-color:rgb(245 158 11 / 0.1)}
.border-s-amber-500\/100{border-inline-start-color:rgb(245 158 11 / 1)}
.border-s-amber-500\/15{border-inline-start-color:rgb(245 158 11 / 0.15)}
.border-s-amber-500\/20{border-inline-start-color:rgb(245 158 11 / 0.2)}
.border-s-amber-500\/25{border-inline-start-color:rgb(245 158 11 / 0.25)}
.border-s-amber-500\/30{border-inline-start-color:rgb(245 158 11 / 0.3)}
.border-s-amber-500\/35{border-inline-start-color:rgb(245 158 11 / 0.35)}
.border-s-amber-500\/40{border-inline-start-color:rgb(245 158 11 / 0.4)}
.border-s-amber-500\/45{border-inline-start-color:rgb(245 158 11 / 0.45)}
.border-s-amber-500\/5{border-inline-start-color:rgb(245 158 11 / 0.05)}
.border-s-amber-500\/50{border-inline-start-color:rgb(245 158 11 / 0.5)}
.border-s-amber-500\/55{border-inline-start-color:rgb(245 158 11 / 0.55)}
.border-s-amber-500\/60{border-inline-start-color:rgb(245 158 11 / 0.6)}
.border-s-amber-500\/65{border-inline-start-color:rgb(245 158 11 / 0.65)}
.border-s-amber-500\/70{border-inline-start-color:rgb(245 158 11 / 0.7)}
.border-s-amber-500\/75{border-inline-start-color:rgb(245 158 11 / 0.75)}
.border-s-amber-500\/80{border-inline-start-color:rgb(245 158 11 / 0.8)}
.border-s-amber-500\/85{border-inline-start-color:rgb(245 158 11 / 0.85)}
.border-s-amber-500\/90{border-inline-start-color:rgb(245 158 11 / 0.9)}
.border-s-amber-500\/95{border-inline-start-color:rgb(245 158 11 / 0.95)}
.border-s-amber-600{--tw-border-opacity:1;border-inline-start-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-s-amber-600\/0{border-inline-start-color:rgb(217 119 6 / 0)}
.border-s-amber-600\/10{border-inline-start-color:rgb(217 119 6 / 0.1)}
.border-s-amber-600\/100{border-inline-start-color:rgb(217 119 6 / 1)}
.border-s-amber-600\/15{border-inline-start-color:rgb(217 119 6 / 0.15)}
.border-s-amber-600\/20{border-inline-start-color:rgb(217 119 6 / 0.2)}
.border-s-amber-600\/25{border-inline-start-color:rgb(217 119 6 / 0.25)}
.border-s-amber-600\/30{border-inline-start-color:rgb(217 119 6 / 0.3)}
.border-s-amber-600\/35{border-inline-start-color:rgb(217 119 6 / 0.35)}
.border-s-amber-600\/40{border-inline-start-color:rgb(217 119 6 / 0.4)}
.border-s-amber-600\/45{border-inline-start-color:rgb(217 119 6 / 0.45)}
.border-s-amber-600\/5{border-inline-start-color:rgb(217 119 6 / 0.05)}
.border-s-amber-600\/50{border-inline-start-color:rgb(217 119 6 / 0.5)}
.border-s-amber-600\/55{border-inline-start-color:rgb(217 119 6 / 0.55)}
.border-s-amber-600\/60{border-inline-start-color:rgb(217 119 6 / 0.6)}
.border-s-amber-600\/65{border-inline-start-color:rgb(217 119 6 / 0.65)}
.border-s-amber-600\/70{border-inline-start-color:rgb(217 119 6 / 0.7)}
.border-s-amber-600\/75{border-inline-start-color:rgb(217 119 6 / 0.75)}
.border-s-amber-600\/80{border-inline-start-color:rgb(217 119 6 / 0.8)}
.border-s-amber-600\/85{border-inline-start-color:rgb(217 119 6 / 0.85)}
.border-s-amber-600\/90{border-inline-start-color:rgb(217 119 6 / 0.9)}
.border-s-amber-600\/95{border-inline-start-color:rgb(217 119 6 / 0.95)}
.border-s-amber-700{--tw-border-opacity:1;border-inline-start-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-s-amber-700\/0{border-inline-start-color:rgb(180 83 9 / 0)}
.border-s-amber-700\/10{border-inline-start-color:rgb(180 83 9 / 0.1)}
.border-s-amber-700\/100{border-inline-start-color:rgb(180 83 9 / 1)}
.border-s-amber-700\/15{border-inline-start-color:rgb(180 83 9 / 0.15)}
.border-s-amber-700\/20{border-inline-start-color:rgb(180 83 9 / 0.2)}
.border-s-amber-700\/25{border-inline-start-color:rgb(180 83 9 / 0.25)}
.border-s-amber-700\/30{border-inline-start-color:rgb(180 83 9 / 0.3)}
.border-s-amber-700\/35{border-inline-start-color:rgb(180 83 9 / 0.35)}
.border-s-amber-700\/40{border-inline-start-color:rgb(180 83 9 / 0.4)}
.border-s-amber-700\/45{border-inline-start-color:rgb(180 83 9 / 0.45)}
.border-s-amber-700\/5{border-inline-start-color:rgb(180 83 9 / 0.05)}
.border-s-amber-700\/50{border-inline-start-color:rgb(180 83 9 / 0.5)}
.border-s-amber-700\/55{border-inline-start-color:rgb(180 83 9 / 0.55)}
.border-s-amber-700\/60{border-inline-start-color:rgb(180 83 9 / 0.6)}
.border-s-amber-700\/65{border-inline-start-color:rgb(180 83 9 / 0.65)}
.border-s-amber-700\/70{border-inline-start-color:rgb(180 83 9 / 0.7)}
.border-s-amber-700\/75{border-inline-start-color:rgb(180 83 9 / 0.75)}
.border-s-amber-700\/80{border-inline-start-color:rgb(180 83 9 / 0.8)}
.border-s-amber-700\/85{border-inline-start-color:rgb(180 83 9 / 0.85)}
.border-s-amber-700\/90{border-inline-start-color:rgb(180 83 9 / 0.9)}
.border-s-amber-700\/95{border-inline-start-color:rgb(180 83 9 / 0.95)}
.border-s-amber-800{--tw-border-opacity:1;border-inline-start-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-s-amber-800\/0{border-inline-start-color:rgb(146 64 14 / 0)}
.border-s-amber-800\/10{border-inline-start-color:rgb(146 64 14 / 0.1)}
.border-s-amber-800\/100{border-inline-start-color:rgb(146 64 14 / 1)}
.border-s-amber-800\/15{border-inline-start-color:rgb(146 64 14 / 0.15)}
.border-s-amber-800\/20{border-inline-start-color:rgb(146 64 14 / 0.2)}
.border-s-amber-800\/25{border-inline-start-color:rgb(146 64 14 / 0.25)}
.border-s-amber-800\/30{border-inline-start-color:rgb(146 64 14 / 0.3)}
.border-s-amber-800\/35{border-inline-start-color:rgb(146 64 14 / 0.35)}
.border-s-amber-800\/40{border-inline-start-color:rgb(146 64 14 / 0.4)}
.border-s-amber-800\/45{border-inline-start-color:rgb(146 64 14 / 0.45)}
.border-s-amber-800\/5{border-inline-start-color:rgb(146 64 14 / 0.05)}
.border-s-amber-800\/50{border-inline-start-color:rgb(146 64 14 / 0.5)}
.border-s-amber-800\/55{border-inline-start-color:rgb(146 64 14 / 0.55)}
.border-s-amber-800\/60{border-inline-start-color:rgb(146 64 14 / 0.6)}
.border-s-amber-800\/65{border-inline-start-color:rgb(146 64 14 / 0.65)}
.border-s-amber-800\/70{border-inline-start-color:rgb(146 64 14 / 0.7)}
.border-s-amber-800\/75{border-inline-start-color:rgb(146 64 14 / 0.75)}
.border-s-amber-800\/80{border-inline-start-color:rgb(146 64 14 / 0.8)}
.border-s-amber-800\/85{border-inline-start-color:rgb(146 64 14 / 0.85)}
.border-s-amber-800\/90{border-inline-start-color:rgb(146 64 14 / 0.9)}
.border-s-amber-800\/95{border-inline-start-color:rgb(146 64 14 / 0.95)}
.border-s-amber-900{--tw-border-opacity:1;border-inline-start-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-s-amber-900\/0{border-inline-start-color:rgb(120 53 15 / 0)}
.border-s-amber-900\/10{border-inline-start-color:rgb(120 53 15 / 0.1)}
.border-s-amber-900\/100{border-inline-start-color:rgb(120 53 15 / 1)}
.border-s-amber-900\/15{border-inline-start-color:rgb(120 53 15 / 0.15)}
.border-s-amber-900\/20{border-inline-start-color:rgb(120 53 15 / 0.2)}
.border-s-amber-900\/25{border-inline-start-color:rgb(120 53 15 / 0.25)}
.border-s-amber-900\/30{border-inline-start-color:rgb(120 53 15 / 0.3)}
.border-s-amber-900\/35{border-inline-start-color:rgb(120 53 15 / 0.35)}
.border-s-amber-900\/40{border-inline-start-color:rgb(120 53 15 / 0.4)}
.border-s-amber-900\/45{border-inline-start-color:rgb(120 53 15 / 0.45)}
.border-s-amber-900\/5{border-inline-start-color:rgb(120 53 15 / 0.05)}
.border-s-amber-900\/50{border-inline-start-color:rgb(120 53 15 / 0.5)}
.border-s-amber-900\/55{border-inline-start-color:rgb(120 53 15 / 0.55)}
.border-s-amber-900\/60{border-inline-start-color:rgb(120 53 15 / 0.6)}
.border-s-amber-900\/65{border-inline-start-color:rgb(120 53 15 / 0.65)}
.border-s-amber-900\/70{border-inline-start-color:rgb(120 53 15 / 0.7)}
.border-s-amber-900\/75{border-inline-start-color:rgb(120 53 15 / 0.75)}
.border-s-amber-900\/80{border-inline-start-color:rgb(120 53 15 / 0.8)}
.border-s-amber-900\/85{border-inline-start-color:rgb(120 53 15 / 0.85)}
.border-s-amber-900\/90{border-inline-start-color:rgb(120 53 15 / 0.9)}
.border-s-amber-900\/95{border-inline-start-color:rgb(120 53 15 / 0.95)}
.border-s-amber-950{--tw-border-opacity:1;border-inline-start-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-s-amber-950\/0{border-inline-start-color:rgb(69 26 3 / 0)}
.border-s-amber-950\/10{border-inline-start-color:rgb(69 26 3 / 0.1)}
.border-s-amber-950\/100{border-inline-start-color:rgb(69 26 3 / 1)}
.border-s-amber-950\/15{border-inline-start-color:rgb(69 26 3 / 0.15)}
.border-s-amber-950\/20{border-inline-start-color:rgb(69 26 3 / 0.2)}
.border-s-amber-950\/25{border-inline-start-color:rgb(69 26 3 / 0.25)}
.border-s-amber-950\/30{border-inline-start-color:rgb(69 26 3 / 0.3)}
.border-s-amber-950\/35{border-inline-start-color:rgb(69 26 3 / 0.35)}
.border-s-amber-950\/40{border-inline-start-color:rgb(69 26 3 / 0.4)}
.border-s-amber-950\/45{border-inline-start-color:rgb(69 26 3 / 0.45)}
.border-s-amber-950\/5{border-inline-start-color:rgb(69 26 3 / 0.05)}
.border-s-amber-950\/50{border-inline-start-color:rgb(69 26 3 / 0.5)}
.border-s-amber-950\/55{border-inline-start-color:rgb(69 26 3 / 0.55)}
.border-s-amber-950\/60{border-inline-start-color:rgb(69 26 3 / 0.6)}
.border-s-amber-950\/65{border-inline-start-color:rgb(69 26 3 / 0.65)}
.border-s-amber-950\/70{border-inline-start-color:rgb(69 26 3 / 0.7)}
.border-s-amber-950\/75{border-inline-start-color:rgb(69 26 3 / 0.75)}
.border-s-amber-950\/80{border-inline-start-color:rgb(69 26 3 / 0.8)}
.border-s-amber-950\/85{border-inline-start-color:rgb(69 26 3 / 0.85)}
.border-s-amber-950\/90{border-inline-start-color:rgb(69 26 3 / 0.9)}
.border-s-amber-950\/95{border-inline-start-color:rgb(69 26 3 / 0.95)}
.border-s-background-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-background-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-background-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-background-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-background-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-background-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-background-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-background-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-background-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-background-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-background-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-background-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-background-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-background-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-background-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-background-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-background-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-background-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-background-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-background-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-background-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-background-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-background-text-contrastsWithCard{border-inline-start-color:true}
.border-s-background-text-isDark{border-inline-start-color:true}
.border-s-background-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-s-background-text-text\/0{border-inline-start-color:rgb(107 111 115 / 0)}
.border-s-background-text-text\/10{border-inline-start-color:rgb(107 111 115 / 0.1)}
.border-s-background-text-text\/100{border-inline-start-color:rgb(107 111 115 / 1)}
.border-s-background-text-text\/15{border-inline-start-color:rgb(107 111 115 / 0.15)}
.border-s-background-text-text\/20{border-inline-start-color:rgb(107 111 115 / 0.2)}
.border-s-background-text-text\/25{border-inline-start-color:rgb(107 111 115 / 0.25)}
.border-s-background-text-text\/30{border-inline-start-color:rgb(107 111 115 / 0.3)}
.border-s-background-text-text\/35{border-inline-start-color:rgb(107 111 115 / 0.35)}
.border-s-background-text-text\/40{border-inline-start-color:rgb(107 111 115 / 0.4)}
.border-s-background-text-text\/45{border-inline-start-color:rgb(107 111 115 / 0.45)}
.border-s-background-text-text\/5{border-inline-start-color:rgb(107 111 115 / 0.05)}
.border-s-background-text-text\/50{border-inline-start-color:rgb(107 111 115 / 0.5)}
.border-s-background-text-text\/55{border-inline-start-color:rgb(107 111 115 / 0.55)}
.border-s-background-text-text\/60{border-inline-start-color:rgb(107 111 115 / 0.6)}
.border-s-background-text-text\/65{border-inline-start-color:rgb(107 111 115 / 0.65)}
.border-s-background-text-text\/70{border-inline-start-color:rgb(107 111 115 / 0.7)}
.border-s-background-text-text\/75{border-inline-start-color:rgb(107 111 115 / 0.75)}
.border-s-background-text-text\/80{border-inline-start-color:rgb(107 111 115 / 0.8)}
.border-s-background-text-text\/85{border-inline-start-color:rgb(107 111 115 / 0.85)}
.border-s-background-text-text\/90{border-inline-start-color:rgb(107 111 115 / 0.9)}
.border-s-background-text-text\/95{border-inline-start-color:rgb(107 111 115 / 0.95)}
.border-s-bt-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-bt-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-bt-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-bt-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-bt-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-bt-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-bt-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-bt-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-bt-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-bt-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-bt-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-bt-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-bt-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-bt-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-bt-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-bt-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-bt-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-bt-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-bt-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-bt-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-bt-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-bt-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-bt-text-contrastsWithCard{border-inline-start-color:true}
.border-s-bt-text-isDark{border-inline-start-color:true}
.border-s-bt-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-s-bt-text-text\/0{border-inline-start-color:rgb(30 41 59 / 0)}
.border-s-bt-text-text\/10{border-inline-start-color:rgb(30 41 59 / 0.1)}
.border-s-bt-text-text\/100{border-inline-start-color:rgb(30 41 59 / 1)}
.border-s-bt-text-text\/15{border-inline-start-color:rgb(30 41 59 / 0.15)}
.border-s-bt-text-text\/20{border-inline-start-color:rgb(30 41 59 / 0.2)}
.border-s-bt-text-text\/25{border-inline-start-color:rgb(30 41 59 / 0.25)}
.border-s-bt-text-text\/30{border-inline-start-color:rgb(30 41 59 / 0.3)}
.border-s-bt-text-text\/35{border-inline-start-color:rgb(30 41 59 / 0.35)}
.border-s-bt-text-text\/40{border-inline-start-color:rgb(30 41 59 / 0.4)}
.border-s-bt-text-text\/45{border-inline-start-color:rgb(30 41 59 / 0.45)}
.border-s-bt-text-text\/5{border-inline-start-color:rgb(30 41 59 / 0.05)}
.border-s-bt-text-text\/50{border-inline-start-color:rgb(30 41 59 / 0.5)}
.border-s-bt-text-text\/55{border-inline-start-color:rgb(30 41 59 / 0.55)}
.border-s-bt-text-text\/60{border-inline-start-color:rgb(30 41 59 / 0.6)}
.border-s-bt-text-text\/65{border-inline-start-color:rgb(30 41 59 / 0.65)}
.border-s-bt-text-text\/70{border-inline-start-color:rgb(30 41 59 / 0.7)}
.border-s-bt-text-text\/75{border-inline-start-color:rgb(30 41 59 / 0.75)}
.border-s-bt-text-text\/80{border-inline-start-color:rgb(30 41 59 / 0.8)}
.border-s-bt-text-text\/85{border-inline-start-color:rgb(30 41 59 / 0.85)}
.border-s-bt-text-text\/90{border-inline-start-color:rgb(30 41 59 / 0.9)}
.border-s-bt-text-text\/95{border-inline-start-color:rgb(30 41 59 / 0.95)}
.border-s-btLight-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-btLight-text-contrast\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-btLight-text-contrast\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-btLight-text-contrast\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-btLight-text-contrast\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-btLight-text-contrast\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-btLight-text-contrast\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-btLight-text-contrast\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-btLight-text-contrast\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-btLight-text-contrast\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-btLight-text-contrast\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-btLight-text-contrast\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-btLight-text-contrast\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-btLight-text-contrast\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-btLight-text-contrast\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-btLight-text-contrast\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-btLight-text-contrast\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-btLight-text-contrast\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-btLight-text-contrast\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-btLight-text-contrast\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-btLight-text-contrast\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-btLight-text-contrast\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-btLight-text-contrastsWithCard{border-inline-start-color:true}
.border-s-btLight-text-isDark{}
.border-s-btLight-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-s-btLight-text-text\/0{border-inline-start-color:rgb(72 171 217 / 0)}
.border-s-btLight-text-text\/10{border-inline-start-color:rgb(72 171 217 / 0.1)}
.border-s-btLight-text-text\/100{border-inline-start-color:rgb(72 171 217 / 1)}
.border-s-btLight-text-text\/15{border-inline-start-color:rgb(72 171 217 / 0.15)}
.border-s-btLight-text-text\/20{border-inline-start-color:rgb(72 171 217 / 0.2)}
.border-s-btLight-text-text\/25{border-inline-start-color:rgb(72 171 217 / 0.25)}
.border-s-btLight-text-text\/30{border-inline-start-color:rgb(72 171 217 / 0.3)}
.border-s-btLight-text-text\/35{border-inline-start-color:rgb(72 171 217 / 0.35)}
.border-s-btLight-text-text\/40{border-inline-start-color:rgb(72 171 217 / 0.4)}
.border-s-btLight-text-text\/45{border-inline-start-color:rgb(72 171 217 / 0.45)}
.border-s-btLight-text-text\/5{border-inline-start-color:rgb(72 171 217 / 0.05)}
.border-s-btLight-text-text\/50{border-inline-start-color:rgb(72 171 217 / 0.5)}
.border-s-btLight-text-text\/55{border-inline-start-color:rgb(72 171 217 / 0.55)}
.border-s-btLight-text-text\/60{border-inline-start-color:rgb(72 171 217 / 0.6)}
.border-s-btLight-text-text\/65{border-inline-start-color:rgb(72 171 217 / 0.65)}
.border-s-btLight-text-text\/70{border-inline-start-color:rgb(72 171 217 / 0.7)}
.border-s-btLight-text-text\/75{border-inline-start-color:rgb(72 171 217 / 0.75)}
.border-s-btLight-text-text\/80{border-inline-start-color:rgb(72 171 217 / 0.8)}
.border-s-btLight-text-text\/85{border-inline-start-color:rgb(72 171 217 / 0.85)}
.border-s-btLight-text-text\/90{border-inline-start-color:rgb(72 171 217 / 0.9)}
.border-s-btLight-text-text\/95{border-inline-start-color:rgb(72 171 217 / 0.95)}
.border-s-cardBackground-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-cardBackground-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-cardBackground-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-cardBackground-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-cardBackground-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-cardBackground-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-cardBackground-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-cardBackground-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-cardBackground-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-cardBackground-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-cardBackground-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-cardBackground-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-cardBackground-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-cardBackground-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-cardBackground-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-cardBackground-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-cardBackground-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-cardBackground-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-cardBackground-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-cardBackground-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-cardBackground-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-cardBackground-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-cardBackground-text-contrastsWithCard{border-inline-start-color:true}
.border-s-cardBackground-text-isDark{border-inline-start-color:true}
.border-s-cardBackground-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-s-cardBackground-text-text\/0{border-inline-start-color:rgb(132 132 132 / 0)}
.border-s-cardBackground-text-text\/10{border-inline-start-color:rgb(132 132 132 / 0.1)}
.border-s-cardBackground-text-text\/100{border-inline-start-color:rgb(132 132 132 / 1)}
.border-s-cardBackground-text-text\/15{border-inline-start-color:rgb(132 132 132 / 0.15)}
.border-s-cardBackground-text-text\/20{border-inline-start-color:rgb(132 132 132 / 0.2)}
.border-s-cardBackground-text-text\/25{border-inline-start-color:rgb(132 132 132 / 0.25)}
.border-s-cardBackground-text-text\/30{border-inline-start-color:rgb(132 132 132 / 0.3)}
.border-s-cardBackground-text-text\/35{border-inline-start-color:rgb(132 132 132 / 0.35)}
.border-s-cardBackground-text-text\/40{border-inline-start-color:rgb(132 132 132 / 0.4)}
.border-s-cardBackground-text-text\/45{border-inline-start-color:rgb(132 132 132 / 0.45)}
.border-s-cardBackground-text-text\/5{border-inline-start-color:rgb(132 132 132 / 0.05)}
.border-s-cardBackground-text-text\/50{border-inline-start-color:rgb(132 132 132 / 0.5)}
.border-s-cardBackground-text-text\/55{border-inline-start-color:rgb(132 132 132 / 0.55)}
.border-s-cardBackground-text-text\/60{border-inline-start-color:rgb(132 132 132 / 0.6)}
.border-s-cardBackground-text-text\/65{border-inline-start-color:rgb(132 132 132 / 0.65)}
.border-s-cardBackground-text-text\/70{border-inline-start-color:rgb(132 132 132 / 0.7)}
.border-s-cardBackground-text-text\/75{border-inline-start-color:rgb(132 132 132 / 0.75)}
.border-s-cardBackground-text-text\/80{border-inline-start-color:rgb(132 132 132 / 0.8)}
.border-s-cardBackground-text-text\/85{border-inline-start-color:rgb(132 132 132 / 0.85)}
.border-s-cardBackground-text-text\/90{border-inline-start-color:rgb(132 132 132 / 0.9)}
.border-s-cardBackground-text-text\/95{border-inline-start-color:rgb(132 132 132 / 0.95)}
.border-s-cardHeader-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-cardHeader-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-cardHeader-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-cardHeader-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-cardHeader-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-cardHeader-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-cardHeader-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-cardHeader-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-cardHeader-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-cardHeader-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-cardHeader-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-cardHeader-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-cardHeader-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-cardHeader-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-cardHeader-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-cardHeader-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-cardHeader-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-cardHeader-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-cardHeader-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-cardHeader-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-cardHeader-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-cardHeader-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-cardHeader-text-contrastsWithCard{border-inline-start-color:true}
.border-s-cardHeader-text-isDark{border-inline-start-color:true}
.border-s-cardHeader-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-s-cardHeader-text-text\/0{border-inline-start-color:rgb(126 126 132 / 0)}
.border-s-cardHeader-text-text\/10{border-inline-start-color:rgb(126 126 132 / 0.1)}
.border-s-cardHeader-text-text\/100{border-inline-start-color:rgb(126 126 132 / 1)}
.border-s-cardHeader-text-text\/15{border-inline-start-color:rgb(126 126 132 / 0.15)}
.border-s-cardHeader-text-text\/20{border-inline-start-color:rgb(126 126 132 / 0.2)}
.border-s-cardHeader-text-text\/25{border-inline-start-color:rgb(126 126 132 / 0.25)}
.border-s-cardHeader-text-text\/30{border-inline-start-color:rgb(126 126 132 / 0.3)}
.border-s-cardHeader-text-text\/35{border-inline-start-color:rgb(126 126 132 / 0.35)}
.border-s-cardHeader-text-text\/40{border-inline-start-color:rgb(126 126 132 / 0.4)}
.border-s-cardHeader-text-text\/45{border-inline-start-color:rgb(126 126 132 / 0.45)}
.border-s-cardHeader-text-text\/5{border-inline-start-color:rgb(126 126 132 / 0.05)}
.border-s-cardHeader-text-text\/50{border-inline-start-color:rgb(126 126 132 / 0.5)}
.border-s-cardHeader-text-text\/55{border-inline-start-color:rgb(126 126 132 / 0.55)}
.border-s-cardHeader-text-text\/60{border-inline-start-color:rgb(126 126 132 / 0.6)}
.border-s-cardHeader-text-text\/65{border-inline-start-color:rgb(126 126 132 / 0.65)}
.border-s-cardHeader-text-text\/70{border-inline-start-color:rgb(126 126 132 / 0.7)}
.border-s-cardHeader-text-text\/75{border-inline-start-color:rgb(126 126 132 / 0.75)}
.border-s-cardHeader-text-text\/80{border-inline-start-color:rgb(126 126 132 / 0.8)}
.border-s-cardHeader-text-text\/85{border-inline-start-color:rgb(126 126 132 / 0.85)}
.border-s-cardHeader-text-text\/90{border-inline-start-color:rgb(126 126 132 / 0.9)}
.border-s-cardHeader-text-text\/95{border-inline-start-color:rgb(126 126 132 / 0.95)}
.border-s-danger-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-danger-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-danger-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-danger-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-danger-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-danger-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-danger-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-danger-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-danger-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-danger-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-danger-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-danger-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-danger-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-danger-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-danger-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-danger-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-danger-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-danger-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-danger-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-danger-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-danger-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-danger-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-danger-text-contrastsWithCard{border-inline-start-color:true}
.border-s-danger-text-isDark{border-inline-start-color:true}
.border-s-danger-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-s-danger-text-text\/0{border-inline-start-color:rgb(232 87 67 / 0)}
.border-s-danger-text-text\/10{border-inline-start-color:rgb(232 87 67 / 0.1)}
.border-s-danger-text-text\/100{border-inline-start-color:rgb(232 87 67 / 1)}
.border-s-danger-text-text\/15{border-inline-start-color:rgb(232 87 67 / 0.15)}
.border-s-danger-text-text\/20{border-inline-start-color:rgb(232 87 67 / 0.2)}
.border-s-danger-text-text\/25{border-inline-start-color:rgb(232 87 67 / 0.25)}
.border-s-danger-text-text\/30{border-inline-start-color:rgb(232 87 67 / 0.3)}
.border-s-danger-text-text\/35{border-inline-start-color:rgb(232 87 67 / 0.35)}
.border-s-danger-text-text\/40{border-inline-start-color:rgb(232 87 67 / 0.4)}
.border-s-danger-text-text\/45{border-inline-start-color:rgb(232 87 67 / 0.45)}
.border-s-danger-text-text\/5{border-inline-start-color:rgb(232 87 67 / 0.05)}
.border-s-danger-text-text\/50{border-inline-start-color:rgb(232 87 67 / 0.5)}
.border-s-danger-text-text\/55{border-inline-start-color:rgb(232 87 67 / 0.55)}
.border-s-danger-text-text\/60{border-inline-start-color:rgb(232 87 67 / 0.6)}
.border-s-danger-text-text\/65{border-inline-start-color:rgb(232 87 67 / 0.65)}
.border-s-danger-text-text\/70{border-inline-start-color:rgb(232 87 67 / 0.7)}
.border-s-danger-text-text\/75{border-inline-start-color:rgb(232 87 67 / 0.75)}
.border-s-danger-text-text\/80{border-inline-start-color:rgb(232 87 67 / 0.8)}
.border-s-danger-text-text\/85{border-inline-start-color:rgb(232 87 67 / 0.85)}
.border-s-danger-text-text\/90{border-inline-start-color:rgb(232 87 67 / 0.9)}
.border-s-danger-text-text\/95{border-inline-start-color:rgb(232 87 67 / 0.95)}
.border-s-emerald-100{--tw-border-opacity:1;border-inline-start-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-s-emerald-100\/0{border-inline-start-color:rgb(209 250 229 / 0)}
.border-s-emerald-100\/10{border-inline-start-color:rgb(209 250 229 / 0.1)}
.border-s-emerald-100\/100{border-inline-start-color:rgb(209 250 229 / 1)}
.border-s-emerald-100\/15{border-inline-start-color:rgb(209 250 229 / 0.15)}
.border-s-emerald-100\/20{border-inline-start-color:rgb(209 250 229 / 0.2)}
.border-s-emerald-100\/25{border-inline-start-color:rgb(209 250 229 / 0.25)}
.border-s-emerald-100\/30{border-inline-start-color:rgb(209 250 229 / 0.3)}
.border-s-emerald-100\/35{border-inline-start-color:rgb(209 250 229 / 0.35)}
.border-s-emerald-100\/40{border-inline-start-color:rgb(209 250 229 / 0.4)}
.border-s-emerald-100\/45{border-inline-start-color:rgb(209 250 229 / 0.45)}
.border-s-emerald-100\/5{border-inline-start-color:rgb(209 250 229 / 0.05)}
.border-s-emerald-100\/50{border-inline-start-color:rgb(209 250 229 / 0.5)}
.border-s-emerald-100\/55{border-inline-start-color:rgb(209 250 229 / 0.55)}
.border-s-emerald-100\/60{border-inline-start-color:rgb(209 250 229 / 0.6)}
.border-s-emerald-100\/65{border-inline-start-color:rgb(209 250 229 / 0.65)}
.border-s-emerald-100\/70{border-inline-start-color:rgb(209 250 229 / 0.7)}
.border-s-emerald-100\/75{border-inline-start-color:rgb(209 250 229 / 0.75)}
.border-s-emerald-100\/80{border-inline-start-color:rgb(209 250 229 / 0.8)}
.border-s-emerald-100\/85{border-inline-start-color:rgb(209 250 229 / 0.85)}
.border-s-emerald-100\/90{border-inline-start-color:rgb(209 250 229 / 0.9)}
.border-s-emerald-100\/95{border-inline-start-color:rgb(209 250 229 / 0.95)}
.border-s-emerald-200{--tw-border-opacity:1;border-inline-start-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-s-emerald-200\/0{border-inline-start-color:rgb(167 243 208 / 0)}
.border-s-emerald-200\/10{border-inline-start-color:rgb(167 243 208 / 0.1)}
.border-s-emerald-200\/100{border-inline-start-color:rgb(167 243 208 / 1)}
.border-s-emerald-200\/15{border-inline-start-color:rgb(167 243 208 / 0.15)}
.border-s-emerald-200\/20{border-inline-start-color:rgb(167 243 208 / 0.2)}
.border-s-emerald-200\/25{border-inline-start-color:rgb(167 243 208 / 0.25)}
.border-s-emerald-200\/30{border-inline-start-color:rgb(167 243 208 / 0.3)}
.border-s-emerald-200\/35{border-inline-start-color:rgb(167 243 208 / 0.35)}
.border-s-emerald-200\/40{border-inline-start-color:rgb(167 243 208 / 0.4)}
.border-s-emerald-200\/45{border-inline-start-color:rgb(167 243 208 / 0.45)}
.border-s-emerald-200\/5{border-inline-start-color:rgb(167 243 208 / 0.05)}
.border-s-emerald-200\/50{border-inline-start-color:rgb(167 243 208 / 0.5)}
.border-s-emerald-200\/55{border-inline-start-color:rgb(167 243 208 / 0.55)}
.border-s-emerald-200\/60{border-inline-start-color:rgb(167 243 208 / 0.6)}
.border-s-emerald-200\/65{border-inline-start-color:rgb(167 243 208 / 0.65)}
.border-s-emerald-200\/70{border-inline-start-color:rgb(167 243 208 / 0.7)}
.border-s-emerald-200\/75{border-inline-start-color:rgb(167 243 208 / 0.75)}
.border-s-emerald-200\/80{border-inline-start-color:rgb(167 243 208 / 0.8)}
.border-s-emerald-200\/85{border-inline-start-color:rgb(167 243 208 / 0.85)}
.border-s-emerald-200\/90{border-inline-start-color:rgb(167 243 208 / 0.9)}
.border-s-emerald-200\/95{border-inline-start-color:rgb(167 243 208 / 0.95)}
.border-s-emerald-300{--tw-border-opacity:1;border-inline-start-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-s-emerald-300\/0{border-inline-start-color:rgb(110 231 183 / 0)}
.border-s-emerald-300\/10{border-inline-start-color:rgb(110 231 183 / 0.1)}
.border-s-emerald-300\/100{border-inline-start-color:rgb(110 231 183 / 1)}
.border-s-emerald-300\/15{border-inline-start-color:rgb(110 231 183 / 0.15)}
.border-s-emerald-300\/20{border-inline-start-color:rgb(110 231 183 / 0.2)}
.border-s-emerald-300\/25{border-inline-start-color:rgb(110 231 183 / 0.25)}
.border-s-emerald-300\/30{border-inline-start-color:rgb(110 231 183 / 0.3)}
.border-s-emerald-300\/35{border-inline-start-color:rgb(110 231 183 / 0.35)}
.border-s-emerald-300\/40{border-inline-start-color:rgb(110 231 183 / 0.4)}
.border-s-emerald-300\/45{border-inline-start-color:rgb(110 231 183 / 0.45)}
.border-s-emerald-300\/5{border-inline-start-color:rgb(110 231 183 / 0.05)}
.border-s-emerald-300\/50{border-inline-start-color:rgb(110 231 183 / 0.5)}
.border-s-emerald-300\/55{border-inline-start-color:rgb(110 231 183 / 0.55)}
.border-s-emerald-300\/60{border-inline-start-color:rgb(110 231 183 / 0.6)}
.border-s-emerald-300\/65{border-inline-start-color:rgb(110 231 183 / 0.65)}
.border-s-emerald-300\/70{border-inline-start-color:rgb(110 231 183 / 0.7)}
.border-s-emerald-300\/75{border-inline-start-color:rgb(110 231 183 / 0.75)}
.border-s-emerald-300\/80{border-inline-start-color:rgb(110 231 183 / 0.8)}
.border-s-emerald-300\/85{border-inline-start-color:rgb(110 231 183 / 0.85)}
.border-s-emerald-300\/90{border-inline-start-color:rgb(110 231 183 / 0.9)}
.border-s-emerald-300\/95{border-inline-start-color:rgb(110 231 183 / 0.95)}
.border-s-emerald-400{--tw-border-opacity:1;border-inline-start-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-s-emerald-400\/0{border-inline-start-color:rgb(52 211 153 / 0)}
.border-s-emerald-400\/10{border-inline-start-color:rgb(52 211 153 / 0.1)}
.border-s-emerald-400\/100{border-inline-start-color:rgb(52 211 153 / 1)}
.border-s-emerald-400\/15{border-inline-start-color:rgb(52 211 153 / 0.15)}
.border-s-emerald-400\/20{border-inline-start-color:rgb(52 211 153 / 0.2)}
.border-s-emerald-400\/25{border-inline-start-color:rgb(52 211 153 / 0.25)}
.border-s-emerald-400\/30{border-inline-start-color:rgb(52 211 153 / 0.3)}
.border-s-emerald-400\/35{border-inline-start-color:rgb(52 211 153 / 0.35)}
.border-s-emerald-400\/40{border-inline-start-color:rgb(52 211 153 / 0.4)}
.border-s-emerald-400\/45{border-inline-start-color:rgb(52 211 153 / 0.45)}
.border-s-emerald-400\/5{border-inline-start-color:rgb(52 211 153 / 0.05)}
.border-s-emerald-400\/50{border-inline-start-color:rgb(52 211 153 / 0.5)}
.border-s-emerald-400\/55{border-inline-start-color:rgb(52 211 153 / 0.55)}
.border-s-emerald-400\/60{border-inline-start-color:rgb(52 211 153 / 0.6)}
.border-s-emerald-400\/65{border-inline-start-color:rgb(52 211 153 / 0.65)}
.border-s-emerald-400\/70{border-inline-start-color:rgb(52 211 153 / 0.7)}
.border-s-emerald-400\/75{border-inline-start-color:rgb(52 211 153 / 0.75)}
.border-s-emerald-400\/80{border-inline-start-color:rgb(52 211 153 / 0.8)}
.border-s-emerald-400\/85{border-inline-start-color:rgb(52 211 153 / 0.85)}
.border-s-emerald-400\/90{border-inline-start-color:rgb(52 211 153 / 0.9)}
.border-s-emerald-400\/95{border-inline-start-color:rgb(52 211 153 / 0.95)}
.border-s-emerald-50{--tw-border-opacity:1;border-inline-start-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-s-emerald-50\/0{border-inline-start-color:rgb(236 253 245 / 0)}
.border-s-emerald-50\/10{border-inline-start-color:rgb(236 253 245 / 0.1)}
.border-s-emerald-50\/100{border-inline-start-color:rgb(236 253 245 / 1)}
.border-s-emerald-50\/15{border-inline-start-color:rgb(236 253 245 / 0.15)}
.border-s-emerald-50\/20{border-inline-start-color:rgb(236 253 245 / 0.2)}
.border-s-emerald-50\/25{border-inline-start-color:rgb(236 253 245 / 0.25)}
.border-s-emerald-50\/30{border-inline-start-color:rgb(236 253 245 / 0.3)}
.border-s-emerald-50\/35{border-inline-start-color:rgb(236 253 245 / 0.35)}
.border-s-emerald-50\/40{border-inline-start-color:rgb(236 253 245 / 0.4)}
.border-s-emerald-50\/45{border-inline-start-color:rgb(236 253 245 / 0.45)}
.border-s-emerald-50\/5{border-inline-start-color:rgb(236 253 245 / 0.05)}
.border-s-emerald-50\/50{border-inline-start-color:rgb(236 253 245 / 0.5)}
.border-s-emerald-50\/55{border-inline-start-color:rgb(236 253 245 / 0.55)}
.border-s-emerald-50\/60{border-inline-start-color:rgb(236 253 245 / 0.6)}
.border-s-emerald-50\/65{border-inline-start-color:rgb(236 253 245 / 0.65)}
.border-s-emerald-50\/70{border-inline-start-color:rgb(236 253 245 / 0.7)}
.border-s-emerald-50\/75{border-inline-start-color:rgb(236 253 245 / 0.75)}
.border-s-emerald-50\/80{border-inline-start-color:rgb(236 253 245 / 0.8)}
.border-s-emerald-50\/85{border-inline-start-color:rgb(236 253 245 / 0.85)}
.border-s-emerald-50\/90{border-inline-start-color:rgb(236 253 245 / 0.9)}
.border-s-emerald-50\/95{border-inline-start-color:rgb(236 253 245 / 0.95)}
.border-s-emerald-500{--tw-border-opacity:1;border-inline-start-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-s-emerald-500\/0{border-inline-start-color:rgb(16 185 129 / 0)}
.border-s-emerald-500\/10{border-inline-start-color:rgb(16 185 129 / 0.1)}
.border-s-emerald-500\/100{border-inline-start-color:rgb(16 185 129 / 1)}
.border-s-emerald-500\/15{border-inline-start-color:rgb(16 185 129 / 0.15)}
.border-s-emerald-500\/20{border-inline-start-color:rgb(16 185 129 / 0.2)}
.border-s-emerald-500\/25{border-inline-start-color:rgb(16 185 129 / 0.25)}
.border-s-emerald-500\/30{border-inline-start-color:rgb(16 185 129 / 0.3)}
.border-s-emerald-500\/35{border-inline-start-color:rgb(16 185 129 / 0.35)}
.border-s-emerald-500\/40{border-inline-start-color:rgb(16 185 129 / 0.4)}
.border-s-emerald-500\/45{border-inline-start-color:rgb(16 185 129 / 0.45)}
.border-s-emerald-500\/5{border-inline-start-color:rgb(16 185 129 / 0.05)}
.border-s-emerald-500\/50{border-inline-start-color:rgb(16 185 129 / 0.5)}
.border-s-emerald-500\/55{border-inline-start-color:rgb(16 185 129 / 0.55)}
.border-s-emerald-500\/60{border-inline-start-color:rgb(16 185 129 / 0.6)}
.border-s-emerald-500\/65{border-inline-start-color:rgb(16 185 129 / 0.65)}
.border-s-emerald-500\/70{border-inline-start-color:rgb(16 185 129 / 0.7)}
.border-s-emerald-500\/75{border-inline-start-color:rgb(16 185 129 / 0.75)}
.border-s-emerald-500\/80{border-inline-start-color:rgb(16 185 129 / 0.8)}
.border-s-emerald-500\/85{border-inline-start-color:rgb(16 185 129 / 0.85)}
.border-s-emerald-500\/90{border-inline-start-color:rgb(16 185 129 / 0.9)}
.border-s-emerald-500\/95{border-inline-start-color:rgb(16 185 129 / 0.95)}
.border-s-emerald-600{--tw-border-opacity:1;border-inline-start-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-s-emerald-600\/0{border-inline-start-color:rgb(5 150 105 / 0)}
.border-s-emerald-600\/10{border-inline-start-color:rgb(5 150 105 / 0.1)}
.border-s-emerald-600\/100{border-inline-start-color:rgb(5 150 105 / 1)}
.border-s-emerald-600\/15{border-inline-start-color:rgb(5 150 105 / 0.15)}
.border-s-emerald-600\/20{border-inline-start-color:rgb(5 150 105 / 0.2)}
.border-s-emerald-600\/25{border-inline-start-color:rgb(5 150 105 / 0.25)}
.border-s-emerald-600\/30{border-inline-start-color:rgb(5 150 105 / 0.3)}
.border-s-emerald-600\/35{border-inline-start-color:rgb(5 150 105 / 0.35)}
.border-s-emerald-600\/40{border-inline-start-color:rgb(5 150 105 / 0.4)}
.border-s-emerald-600\/45{border-inline-start-color:rgb(5 150 105 / 0.45)}
.border-s-emerald-600\/5{border-inline-start-color:rgb(5 150 105 / 0.05)}
.border-s-emerald-600\/50{border-inline-start-color:rgb(5 150 105 / 0.5)}
.border-s-emerald-600\/55{border-inline-start-color:rgb(5 150 105 / 0.55)}
.border-s-emerald-600\/60{border-inline-start-color:rgb(5 150 105 / 0.6)}
.border-s-emerald-600\/65{border-inline-start-color:rgb(5 150 105 / 0.65)}
.border-s-emerald-600\/70{border-inline-start-color:rgb(5 150 105 / 0.7)}
.border-s-emerald-600\/75{border-inline-start-color:rgb(5 150 105 / 0.75)}
.border-s-emerald-600\/80{border-inline-start-color:rgb(5 150 105 / 0.8)}
.border-s-emerald-600\/85{border-inline-start-color:rgb(5 150 105 / 0.85)}
.border-s-emerald-600\/90{border-inline-start-color:rgb(5 150 105 / 0.9)}
.border-s-emerald-600\/95{border-inline-start-color:rgb(5 150 105 / 0.95)}
.border-s-emerald-700{--tw-border-opacity:1;border-inline-start-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-s-emerald-700\/0{border-inline-start-color:rgb(4 120 87 / 0)}
.border-s-emerald-700\/10{border-inline-start-color:rgb(4 120 87 / 0.1)}
.border-s-emerald-700\/100{border-inline-start-color:rgb(4 120 87 / 1)}
.border-s-emerald-700\/15{border-inline-start-color:rgb(4 120 87 / 0.15)}
.border-s-emerald-700\/20{border-inline-start-color:rgb(4 120 87 / 0.2)}
.border-s-emerald-700\/25{border-inline-start-color:rgb(4 120 87 / 0.25)}
.border-s-emerald-700\/30{border-inline-start-color:rgb(4 120 87 / 0.3)}
.border-s-emerald-700\/35{border-inline-start-color:rgb(4 120 87 / 0.35)}
.border-s-emerald-700\/40{border-inline-start-color:rgb(4 120 87 / 0.4)}
.border-s-emerald-700\/45{border-inline-start-color:rgb(4 120 87 / 0.45)}
.border-s-emerald-700\/5{border-inline-start-color:rgb(4 120 87 / 0.05)}
.border-s-emerald-700\/50{border-inline-start-color:rgb(4 120 87 / 0.5)}
.border-s-emerald-700\/55{border-inline-start-color:rgb(4 120 87 / 0.55)}
.border-s-emerald-700\/60{border-inline-start-color:rgb(4 120 87 / 0.6)}
.border-s-emerald-700\/65{border-inline-start-color:rgb(4 120 87 / 0.65)}
.border-s-emerald-700\/70{border-inline-start-color:rgb(4 120 87 / 0.7)}
.border-s-emerald-700\/75{border-inline-start-color:rgb(4 120 87 / 0.75)}
.border-s-emerald-700\/80{border-inline-start-color:rgb(4 120 87 / 0.8)}
.border-s-emerald-700\/85{border-inline-start-color:rgb(4 120 87 / 0.85)}
.border-s-emerald-700\/90{border-inline-start-color:rgb(4 120 87 / 0.9)}
.border-s-emerald-700\/95{border-inline-start-color:rgb(4 120 87 / 0.95)}
.border-s-emerald-800{--tw-border-opacity:1;border-inline-start-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-s-emerald-800\/0{border-inline-start-color:rgb(6 95 70 / 0)}
.border-s-emerald-800\/10{border-inline-start-color:rgb(6 95 70 / 0.1)}
.border-s-emerald-800\/100{border-inline-start-color:rgb(6 95 70 / 1)}
.border-s-emerald-800\/15{border-inline-start-color:rgb(6 95 70 / 0.15)}
.border-s-emerald-800\/20{border-inline-start-color:rgb(6 95 70 / 0.2)}
.border-s-emerald-800\/25{border-inline-start-color:rgb(6 95 70 / 0.25)}
.border-s-emerald-800\/30{border-inline-start-color:rgb(6 95 70 / 0.3)}
.border-s-emerald-800\/35{border-inline-start-color:rgb(6 95 70 / 0.35)}
.border-s-emerald-800\/40{border-inline-start-color:rgb(6 95 70 / 0.4)}
.border-s-emerald-800\/45{border-inline-start-color:rgb(6 95 70 / 0.45)}
.border-s-emerald-800\/5{border-inline-start-color:rgb(6 95 70 / 0.05)}
.border-s-emerald-800\/50{border-inline-start-color:rgb(6 95 70 / 0.5)}
.border-s-emerald-800\/55{border-inline-start-color:rgb(6 95 70 / 0.55)}
.border-s-emerald-800\/60{border-inline-start-color:rgb(6 95 70 / 0.6)}
.border-s-emerald-800\/65{border-inline-start-color:rgb(6 95 70 / 0.65)}
.border-s-emerald-800\/70{border-inline-start-color:rgb(6 95 70 / 0.7)}
.border-s-emerald-800\/75{border-inline-start-color:rgb(6 95 70 / 0.75)}
.border-s-emerald-800\/80{border-inline-start-color:rgb(6 95 70 / 0.8)}
.border-s-emerald-800\/85{border-inline-start-color:rgb(6 95 70 / 0.85)}
.border-s-emerald-800\/90{border-inline-start-color:rgb(6 95 70 / 0.9)}
.border-s-emerald-800\/95{border-inline-start-color:rgb(6 95 70 / 0.95)}
.border-s-emerald-900{--tw-border-opacity:1;border-inline-start-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-s-emerald-900\/0{border-inline-start-color:rgb(6 78 59 / 0)}
.border-s-emerald-900\/10{border-inline-start-color:rgb(6 78 59 / 0.1)}
.border-s-emerald-900\/100{border-inline-start-color:rgb(6 78 59 / 1)}
.border-s-emerald-900\/15{border-inline-start-color:rgb(6 78 59 / 0.15)}
.border-s-emerald-900\/20{border-inline-start-color:rgb(6 78 59 / 0.2)}
.border-s-emerald-900\/25{border-inline-start-color:rgb(6 78 59 / 0.25)}
.border-s-emerald-900\/30{border-inline-start-color:rgb(6 78 59 / 0.3)}
.border-s-emerald-900\/35{border-inline-start-color:rgb(6 78 59 / 0.35)}
.border-s-emerald-900\/40{border-inline-start-color:rgb(6 78 59 / 0.4)}
.border-s-emerald-900\/45{border-inline-start-color:rgb(6 78 59 / 0.45)}
.border-s-emerald-900\/5{border-inline-start-color:rgb(6 78 59 / 0.05)}
.border-s-emerald-900\/50{border-inline-start-color:rgb(6 78 59 / 0.5)}
.border-s-emerald-900\/55{border-inline-start-color:rgb(6 78 59 / 0.55)}
.border-s-emerald-900\/60{border-inline-start-color:rgb(6 78 59 / 0.6)}
.border-s-emerald-900\/65{border-inline-start-color:rgb(6 78 59 / 0.65)}
.border-s-emerald-900\/70{border-inline-start-color:rgb(6 78 59 / 0.7)}
.border-s-emerald-900\/75{border-inline-start-color:rgb(6 78 59 / 0.75)}
.border-s-emerald-900\/80{border-inline-start-color:rgb(6 78 59 / 0.8)}
.border-s-emerald-900\/85{border-inline-start-color:rgb(6 78 59 / 0.85)}
.border-s-emerald-900\/90{border-inline-start-color:rgb(6 78 59 / 0.9)}
.border-s-emerald-900\/95{border-inline-start-color:rgb(6 78 59 / 0.95)}
.border-s-emerald-950{--tw-border-opacity:1;border-inline-start-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-s-emerald-950\/0{border-inline-start-color:rgb(2 44 34 / 0)}
.border-s-emerald-950\/10{border-inline-start-color:rgb(2 44 34 / 0.1)}
.border-s-emerald-950\/100{border-inline-start-color:rgb(2 44 34 / 1)}
.border-s-emerald-950\/15{border-inline-start-color:rgb(2 44 34 / 0.15)}
.border-s-emerald-950\/20{border-inline-start-color:rgb(2 44 34 / 0.2)}
.border-s-emerald-950\/25{border-inline-start-color:rgb(2 44 34 / 0.25)}
.border-s-emerald-950\/30{border-inline-start-color:rgb(2 44 34 / 0.3)}
.border-s-emerald-950\/35{border-inline-start-color:rgb(2 44 34 / 0.35)}
.border-s-emerald-950\/40{border-inline-start-color:rgb(2 44 34 / 0.4)}
.border-s-emerald-950\/45{border-inline-start-color:rgb(2 44 34 / 0.45)}
.border-s-emerald-950\/5{border-inline-start-color:rgb(2 44 34 / 0.05)}
.border-s-emerald-950\/50{border-inline-start-color:rgb(2 44 34 / 0.5)}
.border-s-emerald-950\/55{border-inline-start-color:rgb(2 44 34 / 0.55)}
.border-s-emerald-950\/60{border-inline-start-color:rgb(2 44 34 / 0.6)}
.border-s-emerald-950\/65{border-inline-start-color:rgb(2 44 34 / 0.65)}
.border-s-emerald-950\/70{border-inline-start-color:rgb(2 44 34 / 0.7)}
.border-s-emerald-950\/75{border-inline-start-color:rgb(2 44 34 / 0.75)}
.border-s-emerald-950\/80{border-inline-start-color:rgb(2 44 34 / 0.8)}
.border-s-emerald-950\/85{border-inline-start-color:rgb(2 44 34 / 0.85)}
.border-s-emerald-950\/90{border-inline-start-color:rgb(2 44 34 / 0.9)}
.border-s-emerald-950\/95{border-inline-start-color:rgb(2 44 34 / 0.95)}
.border-s-gridItemHover{border-inline-start-color:rgba(0,0,0,.03)}
.border-s-gridItemHover\/0{border-inline-start-color:rgba(0, 0, 0, 0)}
.border-s-gridItemHover\/10{border-inline-start-color:rgba(0, 0, 0, 0.1)}
.border-s-gridItemHover\/100{border-inline-start-color:rgba(0, 0, 0, 1)}
.border-s-gridItemHover\/15{border-inline-start-color:rgba(0, 0, 0, 0.15)}
.border-s-gridItemHover\/20{border-inline-start-color:rgba(0, 0, 0, 0.2)}
.border-s-gridItemHover\/25{border-inline-start-color:rgba(0, 0, 0, 0.25)}
.border-s-gridItemHover\/30{border-inline-start-color:rgba(0, 0, 0, 0.3)}
.border-s-gridItemHover\/35{border-inline-start-color:rgba(0, 0, 0, 0.35)}
.border-s-gridItemHover\/40{border-inline-start-color:rgba(0, 0, 0, 0.4)}
.border-s-gridItemHover\/45{border-inline-start-color:rgba(0, 0, 0, 0.45)}
.border-s-gridItemHover\/5{border-inline-start-color:rgba(0, 0, 0, 0.05)}
.border-s-gridItemHover\/50{border-inline-start-color:rgba(0, 0, 0, 0.5)}
.border-s-gridItemHover\/55{border-inline-start-color:rgba(0, 0, 0, 0.55)}
.border-s-gridItemHover\/60{border-inline-start-color:rgba(0, 0, 0, 0.6)}
.border-s-gridItemHover\/65{border-inline-start-color:rgba(0, 0, 0, 0.65)}
.border-s-gridItemHover\/70{border-inline-start-color:rgba(0, 0, 0, 0.7)}
.border-s-gridItemHover\/75{border-inline-start-color:rgba(0, 0, 0, 0.75)}
.border-s-gridItemHover\/80{border-inline-start-color:rgba(0, 0, 0, 0.8)}
.border-s-gridItemHover\/85{border-inline-start-color:rgba(0, 0, 0, 0.85)}
.border-s-gridItemHover\/90{border-inline-start-color:rgba(0, 0, 0, 0.9)}
.border-s-gridItemHover\/95{border-inline-start-color:rgba(0, 0, 0, 0.95)}
.border-s-info-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-info-text-contrast\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-info-text-contrast\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-info-text-contrast\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-info-text-contrast\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-info-text-contrast\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-info-text-contrast\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-info-text-contrast\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-info-text-contrast\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-info-text-contrast\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-info-text-contrast\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-info-text-contrast\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-info-text-contrast\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-info-text-contrast\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-info-text-contrast\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-info-text-contrast\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-info-text-contrast\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-info-text-contrast\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-info-text-contrast\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-info-text-contrast\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-info-text-contrast\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-info-text-contrast\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-info-text-contrastsWithCard{border-inline-start-color:true}
.border-s-info-text-isDark{}
.border-s-info-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-s-info-text-text\/0{border-inline-start-color:rgb(72 171 217 / 0)}
.border-s-info-text-text\/10{border-inline-start-color:rgb(72 171 217 / 0.1)}
.border-s-info-text-text\/100{border-inline-start-color:rgb(72 171 217 / 1)}
.border-s-info-text-text\/15{border-inline-start-color:rgb(72 171 217 / 0.15)}
.border-s-info-text-text\/20{border-inline-start-color:rgb(72 171 217 / 0.2)}
.border-s-info-text-text\/25{border-inline-start-color:rgb(72 171 217 / 0.25)}
.border-s-info-text-text\/30{border-inline-start-color:rgb(72 171 217 / 0.3)}
.border-s-info-text-text\/35{border-inline-start-color:rgb(72 171 217 / 0.35)}
.border-s-info-text-text\/40{border-inline-start-color:rgb(72 171 217 / 0.4)}
.border-s-info-text-text\/45{border-inline-start-color:rgb(72 171 217 / 0.45)}
.border-s-info-text-text\/5{border-inline-start-color:rgb(72 171 217 / 0.05)}
.border-s-info-text-text\/50{border-inline-start-color:rgb(72 171 217 / 0.5)}
.border-s-info-text-text\/55{border-inline-start-color:rgb(72 171 217 / 0.55)}
.border-s-info-text-text\/60{border-inline-start-color:rgb(72 171 217 / 0.6)}
.border-s-info-text-text\/65{border-inline-start-color:rgb(72 171 217 / 0.65)}
.border-s-info-text-text\/70{border-inline-start-color:rgb(72 171 217 / 0.7)}
.border-s-info-text-text\/75{border-inline-start-color:rgb(72 171 217 / 0.75)}
.border-s-info-text-text\/80{border-inline-start-color:rgb(72 171 217 / 0.8)}
.border-s-info-text-text\/85{border-inline-start-color:rgb(72 171 217 / 0.85)}
.border-s-info-text-text\/90{border-inline-start-color:rgb(72 171 217 / 0.9)}
.border-s-info-text-text\/95{border-inline-start-color:rgb(72 171 217 / 0.95)}
.border-s-lime-100{--tw-border-opacity:1;border-inline-start-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-s-lime-100\/0{border-inline-start-color:rgb(236 252 203 / 0)}
.border-s-lime-100\/10{border-inline-start-color:rgb(236 252 203 / 0.1)}
.border-s-lime-100\/100{border-inline-start-color:rgb(236 252 203 / 1)}
.border-s-lime-100\/15{border-inline-start-color:rgb(236 252 203 / 0.15)}
.border-s-lime-100\/20{border-inline-start-color:rgb(236 252 203 / 0.2)}
.border-s-lime-100\/25{border-inline-start-color:rgb(236 252 203 / 0.25)}
.border-s-lime-100\/30{border-inline-start-color:rgb(236 252 203 / 0.3)}
.border-s-lime-100\/35{border-inline-start-color:rgb(236 252 203 / 0.35)}
.border-s-lime-100\/40{border-inline-start-color:rgb(236 252 203 / 0.4)}
.border-s-lime-100\/45{border-inline-start-color:rgb(236 252 203 / 0.45)}
.border-s-lime-100\/5{border-inline-start-color:rgb(236 252 203 / 0.05)}
.border-s-lime-100\/50{border-inline-start-color:rgb(236 252 203 / 0.5)}
.border-s-lime-100\/55{border-inline-start-color:rgb(236 252 203 / 0.55)}
.border-s-lime-100\/60{border-inline-start-color:rgb(236 252 203 / 0.6)}
.border-s-lime-100\/65{border-inline-start-color:rgb(236 252 203 / 0.65)}
.border-s-lime-100\/70{border-inline-start-color:rgb(236 252 203 / 0.7)}
.border-s-lime-100\/75{border-inline-start-color:rgb(236 252 203 / 0.75)}
.border-s-lime-100\/80{border-inline-start-color:rgb(236 252 203 / 0.8)}
.border-s-lime-100\/85{border-inline-start-color:rgb(236 252 203 / 0.85)}
.border-s-lime-100\/90{border-inline-start-color:rgb(236 252 203 / 0.9)}
.border-s-lime-100\/95{border-inline-start-color:rgb(236 252 203 / 0.95)}
.border-s-lime-200{--tw-border-opacity:1;border-inline-start-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-s-lime-200\/0{border-inline-start-color:rgb(217 249 157 / 0)}
.border-s-lime-200\/10{border-inline-start-color:rgb(217 249 157 / 0.1)}
.border-s-lime-200\/100{border-inline-start-color:rgb(217 249 157 / 1)}
.border-s-lime-200\/15{border-inline-start-color:rgb(217 249 157 / 0.15)}
.border-s-lime-200\/20{border-inline-start-color:rgb(217 249 157 / 0.2)}
.border-s-lime-200\/25{border-inline-start-color:rgb(217 249 157 / 0.25)}
.border-s-lime-200\/30{border-inline-start-color:rgb(217 249 157 / 0.3)}
.border-s-lime-200\/35{border-inline-start-color:rgb(217 249 157 / 0.35)}
.border-s-lime-200\/40{border-inline-start-color:rgb(217 249 157 / 0.4)}
.border-s-lime-200\/45{border-inline-start-color:rgb(217 249 157 / 0.45)}
.border-s-lime-200\/5{border-inline-start-color:rgb(217 249 157 / 0.05)}
.border-s-lime-200\/50{border-inline-start-color:rgb(217 249 157 / 0.5)}
.border-s-lime-200\/55{border-inline-start-color:rgb(217 249 157 / 0.55)}
.border-s-lime-200\/60{border-inline-start-color:rgb(217 249 157 / 0.6)}
.border-s-lime-200\/65{border-inline-start-color:rgb(217 249 157 / 0.65)}
.border-s-lime-200\/70{border-inline-start-color:rgb(217 249 157 / 0.7)}
.border-s-lime-200\/75{border-inline-start-color:rgb(217 249 157 / 0.75)}
.border-s-lime-200\/80{border-inline-start-color:rgb(217 249 157 / 0.8)}
.border-s-lime-200\/85{border-inline-start-color:rgb(217 249 157 / 0.85)}
.border-s-lime-200\/90{border-inline-start-color:rgb(217 249 157 / 0.9)}
.border-s-lime-200\/95{border-inline-start-color:rgb(217 249 157 / 0.95)}
.border-s-lime-300{--tw-border-opacity:1;border-inline-start-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-s-lime-300\/0{border-inline-start-color:rgb(190 242 100 / 0)}
.border-s-lime-300\/10{border-inline-start-color:rgb(190 242 100 / 0.1)}
.border-s-lime-300\/100{border-inline-start-color:rgb(190 242 100 / 1)}
.border-s-lime-300\/15{border-inline-start-color:rgb(190 242 100 / 0.15)}
.border-s-lime-300\/20{border-inline-start-color:rgb(190 242 100 / 0.2)}
.border-s-lime-300\/25{border-inline-start-color:rgb(190 242 100 / 0.25)}
.border-s-lime-300\/30{border-inline-start-color:rgb(190 242 100 / 0.3)}
.border-s-lime-300\/35{border-inline-start-color:rgb(190 242 100 / 0.35)}
.border-s-lime-300\/40{border-inline-start-color:rgb(190 242 100 / 0.4)}
.border-s-lime-300\/45{border-inline-start-color:rgb(190 242 100 / 0.45)}
.border-s-lime-300\/5{border-inline-start-color:rgb(190 242 100 / 0.05)}
.border-s-lime-300\/50{border-inline-start-color:rgb(190 242 100 / 0.5)}
.border-s-lime-300\/55{border-inline-start-color:rgb(190 242 100 / 0.55)}
.border-s-lime-300\/60{border-inline-start-color:rgb(190 242 100 / 0.6)}
.border-s-lime-300\/65{border-inline-start-color:rgb(190 242 100 / 0.65)}
.border-s-lime-300\/70{border-inline-start-color:rgb(190 242 100 / 0.7)}
.border-s-lime-300\/75{border-inline-start-color:rgb(190 242 100 / 0.75)}
.border-s-lime-300\/80{border-inline-start-color:rgb(190 242 100 / 0.8)}
.border-s-lime-300\/85{border-inline-start-color:rgb(190 242 100 / 0.85)}
.border-s-lime-300\/90{border-inline-start-color:rgb(190 242 100 / 0.9)}
.border-s-lime-300\/95{border-inline-start-color:rgb(190 242 100 / 0.95)}
.border-s-lime-400{--tw-border-opacity:1;border-inline-start-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-s-lime-400\/0{border-inline-start-color:rgb(163 230 53 / 0)}
.border-s-lime-400\/10{border-inline-start-color:rgb(163 230 53 / 0.1)}
.border-s-lime-400\/100{border-inline-start-color:rgb(163 230 53 / 1)}
.border-s-lime-400\/15{border-inline-start-color:rgb(163 230 53 / 0.15)}
.border-s-lime-400\/20{border-inline-start-color:rgb(163 230 53 / 0.2)}
.border-s-lime-400\/25{border-inline-start-color:rgb(163 230 53 / 0.25)}
.border-s-lime-400\/30{border-inline-start-color:rgb(163 230 53 / 0.3)}
.border-s-lime-400\/35{border-inline-start-color:rgb(163 230 53 / 0.35)}
.border-s-lime-400\/40{border-inline-start-color:rgb(163 230 53 / 0.4)}
.border-s-lime-400\/45{border-inline-start-color:rgb(163 230 53 / 0.45)}
.border-s-lime-400\/5{border-inline-start-color:rgb(163 230 53 / 0.05)}
.border-s-lime-400\/50{border-inline-start-color:rgb(163 230 53 / 0.5)}
.border-s-lime-400\/55{border-inline-start-color:rgb(163 230 53 / 0.55)}
.border-s-lime-400\/60{border-inline-start-color:rgb(163 230 53 / 0.6)}
.border-s-lime-400\/65{border-inline-start-color:rgb(163 230 53 / 0.65)}
.border-s-lime-400\/70{border-inline-start-color:rgb(163 230 53 / 0.7)}
.border-s-lime-400\/75{border-inline-start-color:rgb(163 230 53 / 0.75)}
.border-s-lime-400\/80{border-inline-start-color:rgb(163 230 53 / 0.8)}
.border-s-lime-400\/85{border-inline-start-color:rgb(163 230 53 / 0.85)}
.border-s-lime-400\/90{border-inline-start-color:rgb(163 230 53 / 0.9)}
.border-s-lime-400\/95{border-inline-start-color:rgb(163 230 53 / 0.95)}
.border-s-lime-50{--tw-border-opacity:1;border-inline-start-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-s-lime-50\/0{border-inline-start-color:rgb(247 254 231 / 0)}
.border-s-lime-50\/10{border-inline-start-color:rgb(247 254 231 / 0.1)}
.border-s-lime-50\/100{border-inline-start-color:rgb(247 254 231 / 1)}
.border-s-lime-50\/15{border-inline-start-color:rgb(247 254 231 / 0.15)}
.border-s-lime-50\/20{border-inline-start-color:rgb(247 254 231 / 0.2)}
.border-s-lime-50\/25{border-inline-start-color:rgb(247 254 231 / 0.25)}
.border-s-lime-50\/30{border-inline-start-color:rgb(247 254 231 / 0.3)}
.border-s-lime-50\/35{border-inline-start-color:rgb(247 254 231 / 0.35)}
.border-s-lime-50\/40{border-inline-start-color:rgb(247 254 231 / 0.4)}
.border-s-lime-50\/45{border-inline-start-color:rgb(247 254 231 / 0.45)}
.border-s-lime-50\/5{border-inline-start-color:rgb(247 254 231 / 0.05)}
.border-s-lime-50\/50{border-inline-start-color:rgb(247 254 231 / 0.5)}
.border-s-lime-50\/55{border-inline-start-color:rgb(247 254 231 / 0.55)}
.border-s-lime-50\/60{border-inline-start-color:rgb(247 254 231 / 0.6)}
.border-s-lime-50\/65{border-inline-start-color:rgb(247 254 231 / 0.65)}
.border-s-lime-50\/70{border-inline-start-color:rgb(247 254 231 / 0.7)}
.border-s-lime-50\/75{border-inline-start-color:rgb(247 254 231 / 0.75)}
.border-s-lime-50\/80{border-inline-start-color:rgb(247 254 231 / 0.8)}
.border-s-lime-50\/85{border-inline-start-color:rgb(247 254 231 / 0.85)}
.border-s-lime-50\/90{border-inline-start-color:rgb(247 254 231 / 0.9)}
.border-s-lime-50\/95{border-inline-start-color:rgb(247 254 231 / 0.95)}
.border-s-lime-500{--tw-border-opacity:1;border-inline-start-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-s-lime-500\/0{border-inline-start-color:rgb(132 204 22 / 0)}
.border-s-lime-500\/10{border-inline-start-color:rgb(132 204 22 / 0.1)}
.border-s-lime-500\/100{border-inline-start-color:rgb(132 204 22 / 1)}
.border-s-lime-500\/15{border-inline-start-color:rgb(132 204 22 / 0.15)}
.border-s-lime-500\/20{border-inline-start-color:rgb(132 204 22 / 0.2)}
.border-s-lime-500\/25{border-inline-start-color:rgb(132 204 22 / 0.25)}
.border-s-lime-500\/30{border-inline-start-color:rgb(132 204 22 / 0.3)}
.border-s-lime-500\/35{border-inline-start-color:rgb(132 204 22 / 0.35)}
.border-s-lime-500\/40{border-inline-start-color:rgb(132 204 22 / 0.4)}
.border-s-lime-500\/45{border-inline-start-color:rgb(132 204 22 / 0.45)}
.border-s-lime-500\/5{border-inline-start-color:rgb(132 204 22 / 0.05)}
.border-s-lime-500\/50{border-inline-start-color:rgb(132 204 22 / 0.5)}
.border-s-lime-500\/55{border-inline-start-color:rgb(132 204 22 / 0.55)}
.border-s-lime-500\/60{border-inline-start-color:rgb(132 204 22 / 0.6)}
.border-s-lime-500\/65{border-inline-start-color:rgb(132 204 22 / 0.65)}
.border-s-lime-500\/70{border-inline-start-color:rgb(132 204 22 / 0.7)}
.border-s-lime-500\/75{border-inline-start-color:rgb(132 204 22 / 0.75)}
.border-s-lime-500\/80{border-inline-start-color:rgb(132 204 22 / 0.8)}
.border-s-lime-500\/85{border-inline-start-color:rgb(132 204 22 / 0.85)}
.border-s-lime-500\/90{border-inline-start-color:rgb(132 204 22 / 0.9)}
.border-s-lime-500\/95{border-inline-start-color:rgb(132 204 22 / 0.95)}
.border-s-lime-600{--tw-border-opacity:1;border-inline-start-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-s-lime-600\/0{border-inline-start-color:rgb(101 163 13 / 0)}
.border-s-lime-600\/10{border-inline-start-color:rgb(101 163 13 / 0.1)}
.border-s-lime-600\/100{border-inline-start-color:rgb(101 163 13 / 1)}
.border-s-lime-600\/15{border-inline-start-color:rgb(101 163 13 / 0.15)}
.border-s-lime-600\/20{border-inline-start-color:rgb(101 163 13 / 0.2)}
.border-s-lime-600\/25{border-inline-start-color:rgb(101 163 13 / 0.25)}
.border-s-lime-600\/30{border-inline-start-color:rgb(101 163 13 / 0.3)}
.border-s-lime-600\/35{border-inline-start-color:rgb(101 163 13 / 0.35)}
.border-s-lime-600\/40{border-inline-start-color:rgb(101 163 13 / 0.4)}
.border-s-lime-600\/45{border-inline-start-color:rgb(101 163 13 / 0.45)}
.border-s-lime-600\/5{border-inline-start-color:rgb(101 163 13 / 0.05)}
.border-s-lime-600\/50{border-inline-start-color:rgb(101 163 13 / 0.5)}
.border-s-lime-600\/55{border-inline-start-color:rgb(101 163 13 / 0.55)}
.border-s-lime-600\/60{border-inline-start-color:rgb(101 163 13 / 0.6)}
.border-s-lime-600\/65{border-inline-start-color:rgb(101 163 13 / 0.65)}
.border-s-lime-600\/70{border-inline-start-color:rgb(101 163 13 / 0.7)}
.border-s-lime-600\/75{border-inline-start-color:rgb(101 163 13 / 0.75)}
.border-s-lime-600\/80{border-inline-start-color:rgb(101 163 13 / 0.8)}
.border-s-lime-600\/85{border-inline-start-color:rgb(101 163 13 / 0.85)}
.border-s-lime-600\/90{border-inline-start-color:rgb(101 163 13 / 0.9)}
.border-s-lime-600\/95{border-inline-start-color:rgb(101 163 13 / 0.95)}
.border-s-lime-700{--tw-border-opacity:1;border-inline-start-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-s-lime-700\/0{border-inline-start-color:rgb(77 124 15 / 0)}
.border-s-lime-700\/10{border-inline-start-color:rgb(77 124 15 / 0.1)}
.border-s-lime-700\/100{border-inline-start-color:rgb(77 124 15 / 1)}
.border-s-lime-700\/15{border-inline-start-color:rgb(77 124 15 / 0.15)}
.border-s-lime-700\/20{border-inline-start-color:rgb(77 124 15 / 0.2)}
.border-s-lime-700\/25{border-inline-start-color:rgb(77 124 15 / 0.25)}
.border-s-lime-700\/30{border-inline-start-color:rgb(77 124 15 / 0.3)}
.border-s-lime-700\/35{border-inline-start-color:rgb(77 124 15 / 0.35)}
.border-s-lime-700\/40{border-inline-start-color:rgb(77 124 15 / 0.4)}
.border-s-lime-700\/45{border-inline-start-color:rgb(77 124 15 / 0.45)}
.border-s-lime-700\/5{border-inline-start-color:rgb(77 124 15 / 0.05)}
.border-s-lime-700\/50{border-inline-start-color:rgb(77 124 15 / 0.5)}
.border-s-lime-700\/55{border-inline-start-color:rgb(77 124 15 / 0.55)}
.border-s-lime-700\/60{border-inline-start-color:rgb(77 124 15 / 0.6)}
.border-s-lime-700\/65{border-inline-start-color:rgb(77 124 15 / 0.65)}
.border-s-lime-700\/70{border-inline-start-color:rgb(77 124 15 / 0.7)}
.border-s-lime-700\/75{border-inline-start-color:rgb(77 124 15 / 0.75)}
.border-s-lime-700\/80{border-inline-start-color:rgb(77 124 15 / 0.8)}
.border-s-lime-700\/85{border-inline-start-color:rgb(77 124 15 / 0.85)}
.border-s-lime-700\/90{border-inline-start-color:rgb(77 124 15 / 0.9)}
.border-s-lime-700\/95{border-inline-start-color:rgb(77 124 15 / 0.95)}
.border-s-lime-800{--tw-border-opacity:1;border-inline-start-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-s-lime-800\/0{border-inline-start-color:rgb(63 98 18 / 0)}
.border-s-lime-800\/10{border-inline-start-color:rgb(63 98 18 / 0.1)}
.border-s-lime-800\/100{border-inline-start-color:rgb(63 98 18 / 1)}
.border-s-lime-800\/15{border-inline-start-color:rgb(63 98 18 / 0.15)}
.border-s-lime-800\/20{border-inline-start-color:rgb(63 98 18 / 0.2)}
.border-s-lime-800\/25{border-inline-start-color:rgb(63 98 18 / 0.25)}
.border-s-lime-800\/30{border-inline-start-color:rgb(63 98 18 / 0.3)}
.border-s-lime-800\/35{border-inline-start-color:rgb(63 98 18 / 0.35)}
.border-s-lime-800\/40{border-inline-start-color:rgb(63 98 18 / 0.4)}
.border-s-lime-800\/45{border-inline-start-color:rgb(63 98 18 / 0.45)}
.border-s-lime-800\/5{border-inline-start-color:rgb(63 98 18 / 0.05)}
.border-s-lime-800\/50{border-inline-start-color:rgb(63 98 18 / 0.5)}
.border-s-lime-800\/55{border-inline-start-color:rgb(63 98 18 / 0.55)}
.border-s-lime-800\/60{border-inline-start-color:rgb(63 98 18 / 0.6)}
.border-s-lime-800\/65{border-inline-start-color:rgb(63 98 18 / 0.65)}
.border-s-lime-800\/70{border-inline-start-color:rgb(63 98 18 / 0.7)}
.border-s-lime-800\/75{border-inline-start-color:rgb(63 98 18 / 0.75)}
.border-s-lime-800\/80{border-inline-start-color:rgb(63 98 18 / 0.8)}
.border-s-lime-800\/85{border-inline-start-color:rgb(63 98 18 / 0.85)}
.border-s-lime-800\/90{border-inline-start-color:rgb(63 98 18 / 0.9)}
.border-s-lime-800\/95{border-inline-start-color:rgb(63 98 18 / 0.95)}
.border-s-lime-900{--tw-border-opacity:1;border-inline-start-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-s-lime-900\/0{border-inline-start-color:rgb(54 83 20 / 0)}
.border-s-lime-900\/10{border-inline-start-color:rgb(54 83 20 / 0.1)}
.border-s-lime-900\/100{border-inline-start-color:rgb(54 83 20 / 1)}
.border-s-lime-900\/15{border-inline-start-color:rgb(54 83 20 / 0.15)}
.border-s-lime-900\/20{border-inline-start-color:rgb(54 83 20 / 0.2)}
.border-s-lime-900\/25{border-inline-start-color:rgb(54 83 20 / 0.25)}
.border-s-lime-900\/30{border-inline-start-color:rgb(54 83 20 / 0.3)}
.border-s-lime-900\/35{border-inline-start-color:rgb(54 83 20 / 0.35)}
.border-s-lime-900\/40{border-inline-start-color:rgb(54 83 20 / 0.4)}
.border-s-lime-900\/45{border-inline-start-color:rgb(54 83 20 / 0.45)}
.border-s-lime-900\/5{border-inline-start-color:rgb(54 83 20 / 0.05)}
.border-s-lime-900\/50{border-inline-start-color:rgb(54 83 20 / 0.5)}
.border-s-lime-900\/55{border-inline-start-color:rgb(54 83 20 / 0.55)}
.border-s-lime-900\/60{border-inline-start-color:rgb(54 83 20 / 0.6)}
.border-s-lime-900\/65{border-inline-start-color:rgb(54 83 20 / 0.65)}
.border-s-lime-900\/70{border-inline-start-color:rgb(54 83 20 / 0.7)}
.border-s-lime-900\/75{border-inline-start-color:rgb(54 83 20 / 0.75)}
.border-s-lime-900\/80{border-inline-start-color:rgb(54 83 20 / 0.8)}
.border-s-lime-900\/85{border-inline-start-color:rgb(54 83 20 / 0.85)}
.border-s-lime-900\/90{border-inline-start-color:rgb(54 83 20 / 0.9)}
.border-s-lime-900\/95{border-inline-start-color:rgb(54 83 20 / 0.95)}
.border-s-lime-950{--tw-border-opacity:1;border-inline-start-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-s-lime-950\/0{border-inline-start-color:rgb(26 46 5 / 0)}
.border-s-lime-950\/10{border-inline-start-color:rgb(26 46 5 / 0.1)}
.border-s-lime-950\/100{border-inline-start-color:rgb(26 46 5 / 1)}
.border-s-lime-950\/15{border-inline-start-color:rgb(26 46 5 / 0.15)}
.border-s-lime-950\/20{border-inline-start-color:rgb(26 46 5 / 0.2)}
.border-s-lime-950\/25{border-inline-start-color:rgb(26 46 5 / 0.25)}
.border-s-lime-950\/30{border-inline-start-color:rgb(26 46 5 / 0.3)}
.border-s-lime-950\/35{border-inline-start-color:rgb(26 46 5 / 0.35)}
.border-s-lime-950\/40{border-inline-start-color:rgb(26 46 5 / 0.4)}
.border-s-lime-950\/45{border-inline-start-color:rgb(26 46 5 / 0.45)}
.border-s-lime-950\/5{border-inline-start-color:rgb(26 46 5 / 0.05)}
.border-s-lime-950\/50{border-inline-start-color:rgb(26 46 5 / 0.5)}
.border-s-lime-950\/55{border-inline-start-color:rgb(26 46 5 / 0.55)}
.border-s-lime-950\/60{border-inline-start-color:rgb(26 46 5 / 0.6)}
.border-s-lime-950\/65{border-inline-start-color:rgb(26 46 5 / 0.65)}
.border-s-lime-950\/70{border-inline-start-color:rgb(26 46 5 / 0.7)}
.border-s-lime-950\/75{border-inline-start-color:rgb(26 46 5 / 0.75)}
.border-s-lime-950\/80{border-inline-start-color:rgb(26 46 5 / 0.8)}
.border-s-lime-950\/85{border-inline-start-color:rgb(26 46 5 / 0.85)}
.border-s-lime-950\/90{border-inline-start-color:rgb(26 46 5 / 0.9)}
.border-s-lime-950\/95{border-inline-start-color:rgb(26 46 5 / 0.95)}
.border-s-navBackground-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-navBackground-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-navBackground-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-navBackground-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-navBackground-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-navBackground-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-navBackground-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-navBackground-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-navBackground-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-navBackground-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-navBackground-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-navBackground-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-navBackground-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-navBackground-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-navBackground-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-navBackground-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-navBackground-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-navBackground-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-navBackground-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-navBackground-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-navBackground-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-navBackground-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-navBackground-text-contrastsWithCard{border-inline-start-color:true}
.border-s-navBackground-text-isDark{border-inline-start-color:true}
.border-s-navBackground-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-s-navBackground-text-text\/0{border-inline-start-color:rgb(132 132 132 / 0)}
.border-s-navBackground-text-text\/10{border-inline-start-color:rgb(132 132 132 / 0.1)}
.border-s-navBackground-text-text\/100{border-inline-start-color:rgb(132 132 132 / 1)}
.border-s-navBackground-text-text\/15{border-inline-start-color:rgb(132 132 132 / 0.15)}
.border-s-navBackground-text-text\/20{border-inline-start-color:rgb(132 132 132 / 0.2)}
.border-s-navBackground-text-text\/25{border-inline-start-color:rgb(132 132 132 / 0.25)}
.border-s-navBackground-text-text\/30{border-inline-start-color:rgb(132 132 132 / 0.3)}
.border-s-navBackground-text-text\/35{border-inline-start-color:rgb(132 132 132 / 0.35)}
.border-s-navBackground-text-text\/40{border-inline-start-color:rgb(132 132 132 / 0.4)}
.border-s-navBackground-text-text\/45{border-inline-start-color:rgb(132 132 132 / 0.45)}
.border-s-navBackground-text-text\/5{border-inline-start-color:rgb(132 132 132 / 0.05)}
.border-s-navBackground-text-text\/50{border-inline-start-color:rgb(132 132 132 / 0.5)}
.border-s-navBackground-text-text\/55{border-inline-start-color:rgb(132 132 132 / 0.55)}
.border-s-navBackground-text-text\/60{border-inline-start-color:rgb(132 132 132 / 0.6)}
.border-s-navBackground-text-text\/65{border-inline-start-color:rgb(132 132 132 / 0.65)}
.border-s-navBackground-text-text\/70{border-inline-start-color:rgb(132 132 132 / 0.7)}
.border-s-navBackground-text-text\/75{border-inline-start-color:rgb(132 132 132 / 0.75)}
.border-s-navBackground-text-text\/80{border-inline-start-color:rgb(132 132 132 / 0.8)}
.border-s-navBackground-text-text\/85{border-inline-start-color:rgb(132 132 132 / 0.85)}
.border-s-navBackground-text-text\/90{border-inline-start-color:rgb(132 132 132 / 0.9)}
.border-s-navBackground-text-text\/95{border-inline-start-color:rgb(132 132 132 / 0.95)}
.border-s-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-navBackgroundDark-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-navBackgroundDark-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-navBackgroundDark-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-navBackgroundDark-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-navBackgroundDark-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-navBackgroundDark-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-navBackgroundDark-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-navBackgroundDark-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-navBackgroundDark-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-navBackgroundDark-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-navBackgroundDark-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-navBackgroundDark-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-navBackgroundDark-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-navBackgroundDark-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-navBackgroundDark-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-navBackgroundDark-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-navBackgroundDark-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-navBackgroundDark-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-navBackgroundDark-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-navBackgroundDark-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-navBackgroundDark-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-navBackgroundDark-text-contrastsWithCard{border-inline-start-color:true}
.border-s-navBackgroundDark-text-isDark{border-inline-start-color:true}
.border-s-navBackgroundDark-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-s-navBackgroundDark-text-text\/0{border-inline-start-color:rgb(30 41 59 / 0)}
.border-s-navBackgroundDark-text-text\/10{border-inline-start-color:rgb(30 41 59 / 0.1)}
.border-s-navBackgroundDark-text-text\/100{border-inline-start-color:rgb(30 41 59 / 1)}
.border-s-navBackgroundDark-text-text\/15{border-inline-start-color:rgb(30 41 59 / 0.15)}
.border-s-navBackgroundDark-text-text\/20{border-inline-start-color:rgb(30 41 59 / 0.2)}
.border-s-navBackgroundDark-text-text\/25{border-inline-start-color:rgb(30 41 59 / 0.25)}
.border-s-navBackgroundDark-text-text\/30{border-inline-start-color:rgb(30 41 59 / 0.3)}
.border-s-navBackgroundDark-text-text\/35{border-inline-start-color:rgb(30 41 59 / 0.35)}
.border-s-navBackgroundDark-text-text\/40{border-inline-start-color:rgb(30 41 59 / 0.4)}
.border-s-navBackgroundDark-text-text\/45{border-inline-start-color:rgb(30 41 59 / 0.45)}
.border-s-navBackgroundDark-text-text\/5{border-inline-start-color:rgb(30 41 59 / 0.05)}
.border-s-navBackgroundDark-text-text\/50{border-inline-start-color:rgb(30 41 59 / 0.5)}
.border-s-navBackgroundDark-text-text\/55{border-inline-start-color:rgb(30 41 59 / 0.55)}
.border-s-navBackgroundDark-text-text\/60{border-inline-start-color:rgb(30 41 59 / 0.6)}
.border-s-navBackgroundDark-text-text\/65{border-inline-start-color:rgb(30 41 59 / 0.65)}
.border-s-navBackgroundDark-text-text\/70{border-inline-start-color:rgb(30 41 59 / 0.7)}
.border-s-navBackgroundDark-text-text\/75{border-inline-start-color:rgb(30 41 59 / 0.75)}
.border-s-navBackgroundDark-text-text\/80{border-inline-start-color:rgb(30 41 59 / 0.8)}
.border-s-navBackgroundDark-text-text\/85{border-inline-start-color:rgb(30 41 59 / 0.85)}
.border-s-navBackgroundDark-text-text\/90{border-inline-start-color:rgb(30 41 59 / 0.9)}
.border-s-navBackgroundDark-text-text\/95{border-inline-start-color:rgb(30 41 59 / 0.95)}
.border-s-navText-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-navText-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-navText-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-navText-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-navText-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-navText-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-navText-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-navText-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-navText-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-navText-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-navText-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-navText-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-navText-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-navText-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-navText-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-navText-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-navText-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-navText-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-navText-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-navText-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-navText-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-navText-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-navText-text-contrastsWithCard{border-inline-start-color:true}
.border-s-navText-text-isDark{border-inline-start-color:true}
.border-s-navText-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-s-navText-text-text\/0{border-inline-start-color:rgb(30 41 59 / 0)}
.border-s-navText-text-text\/10{border-inline-start-color:rgb(30 41 59 / 0.1)}
.border-s-navText-text-text\/100{border-inline-start-color:rgb(30 41 59 / 1)}
.border-s-navText-text-text\/15{border-inline-start-color:rgb(30 41 59 / 0.15)}
.border-s-navText-text-text\/20{border-inline-start-color:rgb(30 41 59 / 0.2)}
.border-s-navText-text-text\/25{border-inline-start-color:rgb(30 41 59 / 0.25)}
.border-s-navText-text-text\/30{border-inline-start-color:rgb(30 41 59 / 0.3)}
.border-s-navText-text-text\/35{border-inline-start-color:rgb(30 41 59 / 0.35)}
.border-s-navText-text-text\/40{border-inline-start-color:rgb(30 41 59 / 0.4)}
.border-s-navText-text-text\/45{border-inline-start-color:rgb(30 41 59 / 0.45)}
.border-s-navText-text-text\/5{border-inline-start-color:rgb(30 41 59 / 0.05)}
.border-s-navText-text-text\/50{border-inline-start-color:rgb(30 41 59 / 0.5)}
.border-s-navText-text-text\/55{border-inline-start-color:rgb(30 41 59 / 0.55)}
.border-s-navText-text-text\/60{border-inline-start-color:rgb(30 41 59 / 0.6)}
.border-s-navText-text-text\/65{border-inline-start-color:rgb(30 41 59 / 0.65)}
.border-s-navText-text-text\/70{border-inline-start-color:rgb(30 41 59 / 0.7)}
.border-s-navText-text-text\/75{border-inline-start-color:rgb(30 41 59 / 0.75)}
.border-s-navText-text-text\/80{border-inline-start-color:rgb(30 41 59 / 0.8)}
.border-s-navText-text-text\/85{border-inline-start-color:rgb(30 41 59 / 0.85)}
.border-s-navText-text-text\/90{border-inline-start-color:rgb(30 41 59 / 0.9)}
.border-s-navText-text-text\/95{border-inline-start-color:rgb(30 41 59 / 0.95)}
.border-s-navTextDark-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-navTextDark-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-navTextDark-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-navTextDark-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-navTextDark-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-navTextDark-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-navTextDark-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-navTextDark-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-navTextDark-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-navTextDark-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-navTextDark-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-navTextDark-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-navTextDark-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-navTextDark-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-navTextDark-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-navTextDark-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-navTextDark-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-navTextDark-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-navTextDark-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-navTextDark-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-navTextDark-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-navTextDark-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-navTextDark-text-contrastsWithCard{border-inline-start-color:true}
.border-s-navTextDark-text-isDark{border-inline-start-color:true}
.border-s-navTextDark-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-s-navTextDark-text-text\/0{border-inline-start-color:rgb(132 132 132 / 0)}
.border-s-navTextDark-text-text\/10{border-inline-start-color:rgb(132 132 132 / 0.1)}
.border-s-navTextDark-text-text\/100{border-inline-start-color:rgb(132 132 132 / 1)}
.border-s-navTextDark-text-text\/15{border-inline-start-color:rgb(132 132 132 / 0.15)}
.border-s-navTextDark-text-text\/20{border-inline-start-color:rgb(132 132 132 / 0.2)}
.border-s-navTextDark-text-text\/25{border-inline-start-color:rgb(132 132 132 / 0.25)}
.border-s-navTextDark-text-text\/30{border-inline-start-color:rgb(132 132 132 / 0.3)}
.border-s-navTextDark-text-text\/35{border-inline-start-color:rgb(132 132 132 / 0.35)}
.border-s-navTextDark-text-text\/40{border-inline-start-color:rgb(132 132 132 / 0.4)}
.border-s-navTextDark-text-text\/45{border-inline-start-color:rgb(132 132 132 / 0.45)}
.border-s-navTextDark-text-text\/5{border-inline-start-color:rgb(132 132 132 / 0.05)}
.border-s-navTextDark-text-text\/50{border-inline-start-color:rgb(132 132 132 / 0.5)}
.border-s-navTextDark-text-text\/55{border-inline-start-color:rgb(132 132 132 / 0.55)}
.border-s-navTextDark-text-text\/60{border-inline-start-color:rgb(132 132 132 / 0.6)}
.border-s-navTextDark-text-text\/65{border-inline-start-color:rgb(132 132 132 / 0.65)}
.border-s-navTextDark-text-text\/70{border-inline-start-color:rgb(132 132 132 / 0.7)}
.border-s-navTextDark-text-text\/75{border-inline-start-color:rgb(132 132 132 / 0.75)}
.border-s-navTextDark-text-text\/80{border-inline-start-color:rgb(132 132 132 / 0.8)}
.border-s-navTextDark-text-text\/85{border-inline-start-color:rgb(132 132 132 / 0.85)}
.border-s-navTextDark-text-text\/90{border-inline-start-color:rgb(132 132 132 / 0.9)}
.border-s-navTextDark-text-text\/95{border-inline-start-color:rgb(132 132 132 / 0.95)}
.border-s-navTextHover-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-navTextHover-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-navTextHover-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-navTextHover-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-navTextHover-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-navTextHover-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-navTextHover-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-navTextHover-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-navTextHover-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-navTextHover-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-navTextHover-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-navTextHover-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-navTextHover-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-navTextHover-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-navTextHover-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-navTextHover-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-navTextHover-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-navTextHover-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-navTextHover-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-navTextHover-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-navTextHover-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-navTextHover-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-navTextHover-text-contrastsWithCard{border-inline-start-color:true}
.border-s-navTextHover-text-isDark{border-inline-start-color:true}
.border-s-navTextHover-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-s-navTextHover-text-text\/0{border-inline-start-color:rgb(30 41 59 / 0)}
.border-s-navTextHover-text-text\/10{border-inline-start-color:rgb(30 41 59 / 0.1)}
.border-s-navTextHover-text-text\/100{border-inline-start-color:rgb(30 41 59 / 1)}
.border-s-navTextHover-text-text\/15{border-inline-start-color:rgb(30 41 59 / 0.15)}
.border-s-navTextHover-text-text\/20{border-inline-start-color:rgb(30 41 59 / 0.2)}
.border-s-navTextHover-text-text\/25{border-inline-start-color:rgb(30 41 59 / 0.25)}
.border-s-navTextHover-text-text\/30{border-inline-start-color:rgb(30 41 59 / 0.3)}
.border-s-navTextHover-text-text\/35{border-inline-start-color:rgb(30 41 59 / 0.35)}
.border-s-navTextHover-text-text\/40{border-inline-start-color:rgb(30 41 59 / 0.4)}
.border-s-navTextHover-text-text\/45{border-inline-start-color:rgb(30 41 59 / 0.45)}
.border-s-navTextHover-text-text\/5{border-inline-start-color:rgb(30 41 59 / 0.05)}
.border-s-navTextHover-text-text\/50{border-inline-start-color:rgb(30 41 59 / 0.5)}
.border-s-navTextHover-text-text\/55{border-inline-start-color:rgb(30 41 59 / 0.55)}
.border-s-navTextHover-text-text\/60{border-inline-start-color:rgb(30 41 59 / 0.6)}
.border-s-navTextHover-text-text\/65{border-inline-start-color:rgb(30 41 59 / 0.65)}
.border-s-navTextHover-text-text\/70{border-inline-start-color:rgb(30 41 59 / 0.7)}
.border-s-navTextHover-text-text\/75{border-inline-start-color:rgb(30 41 59 / 0.75)}
.border-s-navTextHover-text-text\/80{border-inline-start-color:rgb(30 41 59 / 0.8)}
.border-s-navTextHover-text-text\/85{border-inline-start-color:rgb(30 41 59 / 0.85)}
.border-s-navTextHover-text-text\/90{border-inline-start-color:rgb(30 41 59 / 0.9)}
.border-s-navTextHover-text-text\/95{border-inline-start-color:rgb(30 41 59 / 0.95)}
.border-s-primary{--tw-border-opacity:1;border-inline-start-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-s-primary-100{border-inline-start-color:var(--bt-primary-100)}
.border-s-primary-150{border-inline-start-color:var(--bt-primary-150)}
.border-s-primary-200{border-inline-start-color:var(--bt-primary-200)}
.border-s-primary-300{border-inline-start-color:var(--bt-primary-300)}
.border-s-primary-350{border-inline-start-color:var(--bt-primary-350)}
.border-s-primary-400{border-inline-start-color:var(--bt-primary-400)}
.border-s-primary-450{border-inline-start-color:var(--bt-primary-450)}
.border-s-primary-500{border-inline-start-color:var(--bt-primary-500)}
.border-s-primary-550{border-inline-start-color:var(--bt-primary-550)}
.border-s-primary-600{border-inline-start-color:var(--bt-primary-600)}
.border-s-primary-650{border-inline-start-color:var(--bt-primary-650)}
.border-s-primary-700{border-inline-start-color:var(--bt-primary-700)}
.border-s-primary-750{border-inline-start-color:var(--bt-primary-750)}
.border-s-primary-800{border-inline-start-color:var(--bt-primary-800)}
.border-s-primary-850{border-inline-start-color:var(--bt-primary-850)}
.border-s-primary-900{border-inline-start-color:var(--bt-primary-900)}
.border-s-primary-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-primary-contrast-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-primary-contrast-contrast\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-primary-contrast-contrast\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-primary-contrast-contrast\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-primary-contrast-contrast\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-primary-contrast-contrast\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-primary-contrast-contrast\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-primary-contrast-contrast\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-primary-contrast-contrast\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-primary-contrast-contrast\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-primary-contrast-contrast\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-primary-contrast-contrast\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-primary-contrast-contrast\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-primary-contrast-contrast\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-primary-contrast-contrast\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-primary-contrast-contrast\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-primary-contrast-contrast\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-primary-contrast-contrast\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-primary-contrast-contrast\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-primary-contrast-contrast\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-primary-contrast-contrast\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-primary-contrast-contrast\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-primary-contrast-contrastsWithCard{}
.border-s-primary-contrast-isDark{}
.border-s-primary-contrast-text{--tw-border-opacity:1;border-inline-start-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-s-primary-contrast-text\/0{border-inline-start-color:rgb(132 132 132 / 0)}
.border-s-primary-contrast-text\/10{border-inline-start-color:rgb(132 132 132 / 0.1)}
.border-s-primary-contrast-text\/100{border-inline-start-color:rgb(132 132 132 / 1)}
.border-s-primary-contrast-text\/15{border-inline-start-color:rgb(132 132 132 / 0.15)}
.border-s-primary-contrast-text\/20{border-inline-start-color:rgb(132 132 132 / 0.2)}
.border-s-primary-contrast-text\/25{border-inline-start-color:rgb(132 132 132 / 0.25)}
.border-s-primary-contrast-text\/30{border-inline-start-color:rgb(132 132 132 / 0.3)}
.border-s-primary-contrast-text\/35{border-inline-start-color:rgb(132 132 132 / 0.35)}
.border-s-primary-contrast-text\/40{border-inline-start-color:rgb(132 132 132 / 0.4)}
.border-s-primary-contrast-text\/45{border-inline-start-color:rgb(132 132 132 / 0.45)}
.border-s-primary-contrast-text\/5{border-inline-start-color:rgb(132 132 132 / 0.05)}
.border-s-primary-contrast-text\/50{border-inline-start-color:rgb(132 132 132 / 0.5)}
.border-s-primary-contrast-text\/55{border-inline-start-color:rgb(132 132 132 / 0.55)}
.border-s-primary-contrast-text\/60{border-inline-start-color:rgb(132 132 132 / 0.6)}
.border-s-primary-contrast-text\/65{border-inline-start-color:rgb(132 132 132 / 0.65)}
.border-s-primary-contrast-text\/70{border-inline-start-color:rgb(132 132 132 / 0.7)}
.border-s-primary-contrast-text\/75{border-inline-start-color:rgb(132 132 132 / 0.75)}
.border-s-primary-contrast-text\/80{border-inline-start-color:rgb(132 132 132 / 0.8)}
.border-s-primary-contrast-text\/85{border-inline-start-color:rgb(132 132 132 / 0.85)}
.border-s-primary-contrast-text\/90{border-inline-start-color:rgb(132 132 132 / 0.9)}
.border-s-primary-contrast-text\/95{border-inline-start-color:rgb(132 132 132 / 0.95)}
.border-s-primary-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-primary-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-primary-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-primary-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-primary-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-primary-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-primary-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-primary-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-primary-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-primary-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-primary-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-primary-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-primary-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-primary-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-primary-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-primary-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-primary-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-primary-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-primary-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-primary-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-primary-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-primary-contrastsWithCard{border-inline-start-color:true}
.border-s-primary-isDark{border-inline-start-color:true}
.border-s-primary-text{--tw-border-opacity:1;border-inline-start-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-s-primary-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-primary-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-primary-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-primary-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-primary-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-primary-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-primary-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-primary-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-primary-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-primary-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-primary-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-primary-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-primary-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-primary-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-primary-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-primary-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-primary-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-primary-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-primary-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-primary-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-primary-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-primary-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-primary-text-contrastsWithCard{border-inline-start-color:true}
.border-s-primary-text-isDark{border-inline-start-color:true}
.border-s-primary-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-s-primary-text-text\/0{border-inline-start-color:rgb(0 87 136 / 0)}
.border-s-primary-text-text\/10{border-inline-start-color:rgb(0 87 136 / 0.1)}
.border-s-primary-text-text\/100{border-inline-start-color:rgb(0 87 136 / 1)}
.border-s-primary-text-text\/15{border-inline-start-color:rgb(0 87 136 / 0.15)}
.border-s-primary-text-text\/20{border-inline-start-color:rgb(0 87 136 / 0.2)}
.border-s-primary-text-text\/25{border-inline-start-color:rgb(0 87 136 / 0.25)}
.border-s-primary-text-text\/30{border-inline-start-color:rgb(0 87 136 / 0.3)}
.border-s-primary-text-text\/35{border-inline-start-color:rgb(0 87 136 / 0.35)}
.border-s-primary-text-text\/40{border-inline-start-color:rgb(0 87 136 / 0.4)}
.border-s-primary-text-text\/45{border-inline-start-color:rgb(0 87 136 / 0.45)}
.border-s-primary-text-text\/5{border-inline-start-color:rgb(0 87 136 / 0.05)}
.border-s-primary-text-text\/50{border-inline-start-color:rgb(0 87 136 / 0.5)}
.border-s-primary-text-text\/55{border-inline-start-color:rgb(0 87 136 / 0.55)}
.border-s-primary-text-text\/60{border-inline-start-color:rgb(0 87 136 / 0.6)}
.border-s-primary-text-text\/65{border-inline-start-color:rgb(0 87 136 / 0.65)}
.border-s-primary-text-text\/70{border-inline-start-color:rgb(0 87 136 / 0.7)}
.border-s-primary-text-text\/75{border-inline-start-color:rgb(0 87 136 / 0.75)}
.border-s-primary-text-text\/80{border-inline-start-color:rgb(0 87 136 / 0.8)}
.border-s-primary-text-text\/85{border-inline-start-color:rgb(0 87 136 / 0.85)}
.border-s-primary-text-text\/90{border-inline-start-color:rgb(0 87 136 / 0.9)}
.border-s-primary-text-text\/95{border-inline-start-color:rgb(0 87 136 / 0.95)}
.border-s-primary-text\/0{border-inline-start-color:rgb(0 87 136 / 0)}
.border-s-primary-text\/10{border-inline-start-color:rgb(0 87 136 / 0.1)}
.border-s-primary-text\/100{border-inline-start-color:rgb(0 87 136 / 1)}
.border-s-primary-text\/15{border-inline-start-color:rgb(0 87 136 / 0.15)}
.border-s-primary-text\/20{border-inline-start-color:rgb(0 87 136 / 0.2)}
.border-s-primary-text\/25{border-inline-start-color:rgb(0 87 136 / 0.25)}
.border-s-primary-text\/30{border-inline-start-color:rgb(0 87 136 / 0.3)}
.border-s-primary-text\/35{border-inline-start-color:rgb(0 87 136 / 0.35)}
.border-s-primary-text\/40{border-inline-start-color:rgb(0 87 136 / 0.4)}
.border-s-primary-text\/45{border-inline-start-color:rgb(0 87 136 / 0.45)}
.border-s-primary-text\/5{border-inline-start-color:rgb(0 87 136 / 0.05)}
.border-s-primary-text\/50{border-inline-start-color:rgb(0 87 136 / 0.5)}
.border-s-primary-text\/55{border-inline-start-color:rgb(0 87 136 / 0.55)}
.border-s-primary-text\/60{border-inline-start-color:rgb(0 87 136 / 0.6)}
.border-s-primary-text\/65{border-inline-start-color:rgb(0 87 136 / 0.65)}
.border-s-primary-text\/70{border-inline-start-color:rgb(0 87 136 / 0.7)}
.border-s-primary-text\/75{border-inline-start-color:rgb(0 87 136 / 0.75)}
.border-s-primary-text\/80{border-inline-start-color:rgb(0 87 136 / 0.8)}
.border-s-primary-text\/85{border-inline-start-color:rgb(0 87 136 / 0.85)}
.border-s-primary-text\/90{border-inline-start-color:rgb(0 87 136 / 0.9)}
.border-s-primary-text\/95{border-inline-start-color:rgb(0 87 136 / 0.95)}
.border-s-primary\/0{border-inline-start-color:rgb(0 87 136 / 0)}
.border-s-primary\/10{border-inline-start-color:rgb(0 87 136 / 0.1)}
.border-s-primary\/100{border-inline-start-color:rgb(0 87 136 / 1)}
.border-s-primary\/15{border-inline-start-color:rgb(0 87 136 / 0.15)}
.border-s-primary\/20{border-inline-start-color:rgb(0 87 136 / 0.2)}
.border-s-primary\/25{border-inline-start-color:rgb(0 87 136 / 0.25)}
.border-s-primary\/30{border-inline-start-color:rgb(0 87 136 / 0.3)}
.border-s-primary\/35{border-inline-start-color:rgb(0 87 136 / 0.35)}
.border-s-primary\/40{border-inline-start-color:rgb(0 87 136 / 0.4)}
.border-s-primary\/45{border-inline-start-color:rgb(0 87 136 / 0.45)}
.border-s-primary\/5{border-inline-start-color:rgb(0 87 136 / 0.05)}
.border-s-primary\/50{border-inline-start-color:rgb(0 87 136 / 0.5)}
.border-s-primary\/55{border-inline-start-color:rgb(0 87 136 / 0.55)}
.border-s-primary\/60{border-inline-start-color:rgb(0 87 136 / 0.6)}
.border-s-primary\/65{border-inline-start-color:rgb(0 87 136 / 0.65)}
.border-s-primary\/70{border-inline-start-color:rgb(0 87 136 / 0.7)}
.border-s-primary\/75{border-inline-start-color:rgb(0 87 136 / 0.75)}
.border-s-primary\/80{border-inline-start-color:rgb(0 87 136 / 0.8)}
.border-s-primary\/85{border-inline-start-color:rgb(0 87 136 / 0.85)}
.border-s-primary\/90{border-inline-start-color:rgb(0 87 136 / 0.9)}
.border-s-primary\/95{border-inline-start-color:rgb(0 87 136 / 0.95)}
.border-s-secondary-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-secondary-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-secondary-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-secondary-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-secondary-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-secondary-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-secondary-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-secondary-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-secondary-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-secondary-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-secondary-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-secondary-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-secondary-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-secondary-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-secondary-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-secondary-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-secondary-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-secondary-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-secondary-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-secondary-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-secondary-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-secondary-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-secondary-text-contrastsWithCard{border-inline-start-color:true}
.border-s-secondary-text-isDark{border-inline-start-color:true}
.border-s-secondary-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-s-secondary-text-text\/0{border-inline-start-color:rgb(90 94 100 / 0)}
.border-s-secondary-text-text\/10{border-inline-start-color:rgb(90 94 100 / 0.1)}
.border-s-secondary-text-text\/100{border-inline-start-color:rgb(90 94 100 / 1)}
.border-s-secondary-text-text\/15{border-inline-start-color:rgb(90 94 100 / 0.15)}
.border-s-secondary-text-text\/20{border-inline-start-color:rgb(90 94 100 / 0.2)}
.border-s-secondary-text-text\/25{border-inline-start-color:rgb(90 94 100 / 0.25)}
.border-s-secondary-text-text\/30{border-inline-start-color:rgb(90 94 100 / 0.3)}
.border-s-secondary-text-text\/35{border-inline-start-color:rgb(90 94 100 / 0.35)}
.border-s-secondary-text-text\/40{border-inline-start-color:rgb(90 94 100 / 0.4)}
.border-s-secondary-text-text\/45{border-inline-start-color:rgb(90 94 100 / 0.45)}
.border-s-secondary-text-text\/5{border-inline-start-color:rgb(90 94 100 / 0.05)}
.border-s-secondary-text-text\/50{border-inline-start-color:rgb(90 94 100 / 0.5)}
.border-s-secondary-text-text\/55{border-inline-start-color:rgb(90 94 100 / 0.55)}
.border-s-secondary-text-text\/60{border-inline-start-color:rgb(90 94 100 / 0.6)}
.border-s-secondary-text-text\/65{border-inline-start-color:rgb(90 94 100 / 0.65)}
.border-s-secondary-text-text\/70{border-inline-start-color:rgb(90 94 100 / 0.7)}
.border-s-secondary-text-text\/75{border-inline-start-color:rgb(90 94 100 / 0.75)}
.border-s-secondary-text-text\/80{border-inline-start-color:rgb(90 94 100 / 0.8)}
.border-s-secondary-text-text\/85{border-inline-start-color:rgb(90 94 100 / 0.85)}
.border-s-secondary-text-text\/90{border-inline-start-color:rgb(90 94 100 / 0.9)}
.border-s-secondary-text-text\/95{border-inline-start-color:rgb(90 94 100 / 0.95)}
.border-s-success-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-success-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-success-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-success-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-success-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-success-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-success-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-success-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-success-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-success-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-success-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-success-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-success-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-success-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-success-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-success-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-success-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-success-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-success-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-success-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-success-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-success-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-success-text-contrastsWithCard{border-inline-start-color:true}
.border-s-success-text-isDark{border-inline-start-color:true}
.border-s-success-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-s-success-text-text\/0{border-inline-start-color:rgb(27 135 73 / 0)}
.border-s-success-text-text\/10{border-inline-start-color:rgb(27 135 73 / 0.1)}
.border-s-success-text-text\/100{border-inline-start-color:rgb(27 135 73 / 1)}
.border-s-success-text-text\/15{border-inline-start-color:rgb(27 135 73 / 0.15)}
.border-s-success-text-text\/20{border-inline-start-color:rgb(27 135 73 / 0.2)}
.border-s-success-text-text\/25{border-inline-start-color:rgb(27 135 73 / 0.25)}
.border-s-success-text-text\/30{border-inline-start-color:rgb(27 135 73 / 0.3)}
.border-s-success-text-text\/35{border-inline-start-color:rgb(27 135 73 / 0.35)}
.border-s-success-text-text\/40{border-inline-start-color:rgb(27 135 73 / 0.4)}
.border-s-success-text-text\/45{border-inline-start-color:rgb(27 135 73 / 0.45)}
.border-s-success-text-text\/5{border-inline-start-color:rgb(27 135 73 / 0.05)}
.border-s-success-text-text\/50{border-inline-start-color:rgb(27 135 73 / 0.5)}
.border-s-success-text-text\/55{border-inline-start-color:rgb(27 135 73 / 0.55)}
.border-s-success-text-text\/60{border-inline-start-color:rgb(27 135 73 / 0.6)}
.border-s-success-text-text\/65{border-inline-start-color:rgb(27 135 73 / 0.65)}
.border-s-success-text-text\/70{border-inline-start-color:rgb(27 135 73 / 0.7)}
.border-s-success-text-text\/75{border-inline-start-color:rgb(27 135 73 / 0.75)}
.border-s-success-text-text\/80{border-inline-start-color:rgb(27 135 73 / 0.8)}
.border-s-success-text-text\/85{border-inline-start-color:rgb(27 135 73 / 0.85)}
.border-s-success-text-text\/90{border-inline-start-color:rgb(27 135 73 / 0.9)}
.border-s-success-text-text\/95{border-inline-start-color:rgb(27 135 73 / 0.95)}
.border-s-text-100{border-inline-start-color:var(--bt-text-100)}
.border-s-text-200{border-inline-start-color:var(--bt-text-200)}
.border-s-text-300{border-inline-start-color:var(--bt-text-300)}
.border-s-text-400{border-inline-start-color:var(--bt-text-400)}
.border-s-text-500{border-inline-start-color:var(--bt-text-500)}
.border-s-text-600{border-inline-start-color:var(--bt-text-600)}
.border-s-text-700{border-inline-start-color:var(--bt-text-700)}
.border-s-text-800{border-inline-start-color:var(--bt-text-800)}
.border-s-text-900{border-inline-start-color:var(--bt-text-900)}
.border-s-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-text-contrast-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-text-contrast-contrast\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-text-contrast-contrast\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-text-contrast-contrast\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-text-contrast-contrast\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-text-contrast-contrast\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-text-contrast-contrast\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-text-contrast-contrast\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-text-contrast-contrast\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-text-contrast-contrast\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-text-contrast-contrast\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-text-contrast-contrast\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-text-contrast-contrast\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-text-contrast-contrast\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-text-contrast-contrast\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-text-contrast-contrast\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-text-contrast-contrast\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-text-contrast-contrast\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-text-contrast-contrast\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-text-contrast-contrast\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-text-contrast-contrast\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-text-contrast-contrast\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-text-contrast-contrastsWithCard{}
.border-s-text-contrast-isDark{}
.border-s-text-contrast-text{--tw-border-opacity:1;border-inline-start-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-s-text-contrast-text\/0{border-inline-start-color:rgb(132 132 132 / 0)}
.border-s-text-contrast-text\/10{border-inline-start-color:rgb(132 132 132 / 0.1)}
.border-s-text-contrast-text\/100{border-inline-start-color:rgb(132 132 132 / 1)}
.border-s-text-contrast-text\/15{border-inline-start-color:rgb(132 132 132 / 0.15)}
.border-s-text-contrast-text\/20{border-inline-start-color:rgb(132 132 132 / 0.2)}
.border-s-text-contrast-text\/25{border-inline-start-color:rgb(132 132 132 / 0.25)}
.border-s-text-contrast-text\/30{border-inline-start-color:rgb(132 132 132 / 0.3)}
.border-s-text-contrast-text\/35{border-inline-start-color:rgb(132 132 132 / 0.35)}
.border-s-text-contrast-text\/40{border-inline-start-color:rgb(132 132 132 / 0.4)}
.border-s-text-contrast-text\/45{border-inline-start-color:rgb(132 132 132 / 0.45)}
.border-s-text-contrast-text\/5{border-inline-start-color:rgb(132 132 132 / 0.05)}
.border-s-text-contrast-text\/50{border-inline-start-color:rgb(132 132 132 / 0.5)}
.border-s-text-contrast-text\/55{border-inline-start-color:rgb(132 132 132 / 0.55)}
.border-s-text-contrast-text\/60{border-inline-start-color:rgb(132 132 132 / 0.6)}
.border-s-text-contrast-text\/65{border-inline-start-color:rgb(132 132 132 / 0.65)}
.border-s-text-contrast-text\/70{border-inline-start-color:rgb(132 132 132 / 0.7)}
.border-s-text-contrast-text\/75{border-inline-start-color:rgb(132 132 132 / 0.75)}
.border-s-text-contrast-text\/80{border-inline-start-color:rgb(132 132 132 / 0.8)}
.border-s-text-contrast-text\/85{border-inline-start-color:rgb(132 132 132 / 0.85)}
.border-s-text-contrast-text\/90{border-inline-start-color:rgb(132 132 132 / 0.9)}
.border-s-text-contrast-text\/95{border-inline-start-color:rgb(132 132 132 / 0.95)}
.border-s-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-text-contrastsWithCard{border-inline-start-color:true}
.border-s-text-isDark{border-inline-start-color:true}
.border-s-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-text-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-s-text-text-contrast\/0{border-inline-start-color:rgb(255 255 255 / 0)}
.border-s-text-text-contrast\/10{border-inline-start-color:rgb(255 255 255 / 0.1)}
.border-s-text-text-contrast\/100{border-inline-start-color:rgb(255 255 255 / 1)}
.border-s-text-text-contrast\/15{border-inline-start-color:rgb(255 255 255 / 0.15)}
.border-s-text-text-contrast\/20{border-inline-start-color:rgb(255 255 255 / 0.2)}
.border-s-text-text-contrast\/25{border-inline-start-color:rgb(255 255 255 / 0.25)}
.border-s-text-text-contrast\/30{border-inline-start-color:rgb(255 255 255 / 0.3)}
.border-s-text-text-contrast\/35{border-inline-start-color:rgb(255 255 255 / 0.35)}
.border-s-text-text-contrast\/40{border-inline-start-color:rgb(255 255 255 / 0.4)}
.border-s-text-text-contrast\/45{border-inline-start-color:rgb(255 255 255 / 0.45)}
.border-s-text-text-contrast\/5{border-inline-start-color:rgb(255 255 255 / 0.05)}
.border-s-text-text-contrast\/50{border-inline-start-color:rgb(255 255 255 / 0.5)}
.border-s-text-text-contrast\/55{border-inline-start-color:rgb(255 255 255 / 0.55)}
.border-s-text-text-contrast\/60{border-inline-start-color:rgb(255 255 255 / 0.6)}
.border-s-text-text-contrast\/65{border-inline-start-color:rgb(255 255 255 / 0.65)}
.border-s-text-text-contrast\/70{border-inline-start-color:rgb(255 255 255 / 0.7)}
.border-s-text-text-contrast\/75{border-inline-start-color:rgb(255 255 255 / 0.75)}
.border-s-text-text-contrast\/80{border-inline-start-color:rgb(255 255 255 / 0.8)}
.border-s-text-text-contrast\/85{border-inline-start-color:rgb(255 255 255 / 0.85)}
.border-s-text-text-contrast\/90{border-inline-start-color:rgb(255 255 255 / 0.9)}
.border-s-text-text-contrast\/95{border-inline-start-color:rgb(255 255 255 / 0.95)}
.border-s-text-text-contrastsWithCard{border-inline-start-color:true}
.border-s-text-text-isDark{border-inline-start-color:true}
.border-s-text-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-text-text-text\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-text-text-text\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-text-text-text\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-text-text-text\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-text-text-text\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-text-text-text\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-text-text-text\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-text-text-text\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-text-text-text\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-text-text-text\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-text-text-text\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-text-text-text\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-text-text-text\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-text-text-text\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-text-text-text\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-text-text-text\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-text-text-text\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-text-text-text\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-text-text-text\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-text-text-text\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-text-text-text\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-text-text\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-text-text\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-text-text\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-text-text\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-text-text\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-text-text\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-text-text\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-text-text\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-text-text\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-text-text\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-text-text\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-text-text\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-text-text\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-text-text\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-text-text\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-text-text\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-text-text\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-text-text\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-text-text\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-text-text\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-text-text\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-warning-text-contrast{--tw-border-opacity:1;border-inline-start-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-s-warning-text-contrast\/0{border-inline-start-color:rgb(0 0 0 / 0)}
.border-s-warning-text-contrast\/10{border-inline-start-color:rgb(0 0 0 / 0.1)}
.border-s-warning-text-contrast\/100{border-inline-start-color:rgb(0 0 0 / 1)}
.border-s-warning-text-contrast\/15{border-inline-start-color:rgb(0 0 0 / 0.15)}
.border-s-warning-text-contrast\/20{border-inline-start-color:rgb(0 0 0 / 0.2)}
.border-s-warning-text-contrast\/25{border-inline-start-color:rgb(0 0 0 / 0.25)}
.border-s-warning-text-contrast\/30{border-inline-start-color:rgb(0 0 0 / 0.3)}
.border-s-warning-text-contrast\/35{border-inline-start-color:rgb(0 0 0 / 0.35)}
.border-s-warning-text-contrast\/40{border-inline-start-color:rgb(0 0 0 / 0.4)}
.border-s-warning-text-contrast\/45{border-inline-start-color:rgb(0 0 0 / 0.45)}
.border-s-warning-text-contrast\/5{border-inline-start-color:rgb(0 0 0 / 0.05)}
.border-s-warning-text-contrast\/50{border-inline-start-color:rgb(0 0 0 / 0.5)}
.border-s-warning-text-contrast\/55{border-inline-start-color:rgb(0 0 0 / 0.55)}
.border-s-warning-text-contrast\/60{border-inline-start-color:rgb(0 0 0 / 0.6)}
.border-s-warning-text-contrast\/65{border-inline-start-color:rgb(0 0 0 / 0.65)}
.border-s-warning-text-contrast\/70{border-inline-start-color:rgb(0 0 0 / 0.7)}
.border-s-warning-text-contrast\/75{border-inline-start-color:rgb(0 0 0 / 0.75)}
.border-s-warning-text-contrast\/80{border-inline-start-color:rgb(0 0 0 / 0.8)}
.border-s-warning-text-contrast\/85{border-inline-start-color:rgb(0 0 0 / 0.85)}
.border-s-warning-text-contrast\/90{border-inline-start-color:rgb(0 0 0 / 0.9)}
.border-s-warning-text-contrast\/95{border-inline-start-color:rgb(0 0 0 / 0.95)}
.border-s-warning-text-contrastsWithCard{border-inline-start-color:true}
.border-s-warning-text-isDark{}
.border-s-warning-text-text{--tw-border-opacity:1;border-inline-start-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-s-warning-text-text\/0{border-inline-start-color:rgb(255 168 0 / 0)}
.border-s-warning-text-text\/10{border-inline-start-color:rgb(255 168 0 / 0.1)}
.border-s-warning-text-text\/100{border-inline-start-color:rgb(255 168 0 / 1)}
.border-s-warning-text-text\/15{border-inline-start-color:rgb(255 168 0 / 0.15)}
.border-s-warning-text-text\/20{border-inline-start-color:rgb(255 168 0 / 0.2)}
.border-s-warning-text-text\/25{border-inline-start-color:rgb(255 168 0 / 0.25)}
.border-s-warning-text-text\/30{border-inline-start-color:rgb(255 168 0 / 0.3)}
.border-s-warning-text-text\/35{border-inline-start-color:rgb(255 168 0 / 0.35)}
.border-s-warning-text-text\/40{border-inline-start-color:rgb(255 168 0 / 0.4)}
.border-s-warning-text-text\/45{border-inline-start-color:rgb(255 168 0 / 0.45)}
.border-s-warning-text-text\/5{border-inline-start-color:rgb(255 168 0 / 0.05)}
.border-s-warning-text-text\/50{border-inline-start-color:rgb(255 168 0 / 0.5)}
.border-s-warning-text-text\/55{border-inline-start-color:rgb(255 168 0 / 0.55)}
.border-s-warning-text-text\/60{border-inline-start-color:rgb(255 168 0 / 0.6)}
.border-s-warning-text-text\/65{border-inline-start-color:rgb(255 168 0 / 0.65)}
.border-s-warning-text-text\/70{border-inline-start-color:rgb(255 168 0 / 0.7)}
.border-s-warning-text-text\/75{border-inline-start-color:rgb(255 168 0 / 0.75)}
.border-s-warning-text-text\/80{border-inline-start-color:rgb(255 168 0 / 0.8)}
.border-s-warning-text-text\/85{border-inline-start-color:rgb(255 168 0 / 0.85)}
.border-s-warning-text-text\/90{border-inline-start-color:rgb(255 168 0 / 0.9)}
.border-s-warning-text-text\/95{border-inline-start-color:rgb(255 168 0 / 0.95)}
.border-t-amber-100{--tw-border-opacity:1;border-top-color:rgb(254 243 199 / var(--tw-border-opacity))}
.border-t-amber-100\/0{border-top-color:rgb(254 243 199 / 0)}
.border-t-amber-100\/10{border-top-color:rgb(254 243 199 / 0.1)}
.border-t-amber-100\/100{border-top-color:rgb(254 243 199 / 1)}
.border-t-amber-100\/15{border-top-color:rgb(254 243 199 / 0.15)}
.border-t-amber-100\/20{border-top-color:rgb(254 243 199 / 0.2)}
.border-t-amber-100\/25{border-top-color:rgb(254 243 199 / 0.25)}
.border-t-amber-100\/30{border-top-color:rgb(254 243 199 / 0.3)}
.border-t-amber-100\/35{border-top-color:rgb(254 243 199 / 0.35)}
.border-t-amber-100\/40{border-top-color:rgb(254 243 199 / 0.4)}
.border-t-amber-100\/45{border-top-color:rgb(254 243 199 / 0.45)}
.border-t-amber-100\/5{border-top-color:rgb(254 243 199 / 0.05)}
.border-t-amber-100\/50{border-top-color:rgb(254 243 199 / 0.5)}
.border-t-amber-100\/55{border-top-color:rgb(254 243 199 / 0.55)}
.border-t-amber-100\/60{border-top-color:rgb(254 243 199 / 0.6)}
.border-t-amber-100\/65{border-top-color:rgb(254 243 199 / 0.65)}
.border-t-amber-100\/70{border-top-color:rgb(254 243 199 / 0.7)}
.border-t-amber-100\/75{border-top-color:rgb(254 243 199 / 0.75)}
.border-t-amber-100\/80{border-top-color:rgb(254 243 199 / 0.8)}
.border-t-amber-100\/85{border-top-color:rgb(254 243 199 / 0.85)}
.border-t-amber-100\/90{border-top-color:rgb(254 243 199 / 0.9)}
.border-t-amber-100\/95{border-top-color:rgb(254 243 199 / 0.95)}
.border-t-amber-200{--tw-border-opacity:1;border-top-color:rgb(253 230 138 / var(--tw-border-opacity))}
.border-t-amber-200\/0{border-top-color:rgb(253 230 138 / 0)}
.border-t-amber-200\/10{border-top-color:rgb(253 230 138 / 0.1)}
.border-t-amber-200\/100{border-top-color:rgb(253 230 138 / 1)}
.border-t-amber-200\/15{border-top-color:rgb(253 230 138 / 0.15)}
.border-t-amber-200\/20{border-top-color:rgb(253 230 138 / 0.2)}
.border-t-amber-200\/25{border-top-color:rgb(253 230 138 / 0.25)}
.border-t-amber-200\/30{border-top-color:rgb(253 230 138 / 0.3)}
.border-t-amber-200\/35{border-top-color:rgb(253 230 138 / 0.35)}
.border-t-amber-200\/40{border-top-color:rgb(253 230 138 / 0.4)}
.border-t-amber-200\/45{border-top-color:rgb(253 230 138 / 0.45)}
.border-t-amber-200\/5{border-top-color:rgb(253 230 138 / 0.05)}
.border-t-amber-200\/50{border-top-color:rgb(253 230 138 / 0.5)}
.border-t-amber-200\/55{border-top-color:rgb(253 230 138 / 0.55)}
.border-t-amber-200\/60{border-top-color:rgb(253 230 138 / 0.6)}
.border-t-amber-200\/65{border-top-color:rgb(253 230 138 / 0.65)}
.border-t-amber-200\/70{border-top-color:rgb(253 230 138 / 0.7)}
.border-t-amber-200\/75{border-top-color:rgb(253 230 138 / 0.75)}
.border-t-amber-200\/80{border-top-color:rgb(253 230 138 / 0.8)}
.border-t-amber-200\/85{border-top-color:rgb(253 230 138 / 0.85)}
.border-t-amber-200\/90{border-top-color:rgb(253 230 138 / 0.9)}
.border-t-amber-200\/95{border-top-color:rgb(253 230 138 / 0.95)}
.border-t-amber-300{--tw-border-opacity:1;border-top-color:rgb(252 211 77 / var(--tw-border-opacity))}
.border-t-amber-300\/0{border-top-color:rgb(252 211 77 / 0)}
.border-t-amber-300\/10{border-top-color:rgb(252 211 77 / 0.1)}
.border-t-amber-300\/100{border-top-color:rgb(252 211 77 / 1)}
.border-t-amber-300\/15{border-top-color:rgb(252 211 77 / 0.15)}
.border-t-amber-300\/20{border-top-color:rgb(252 211 77 / 0.2)}
.border-t-amber-300\/25{border-top-color:rgb(252 211 77 / 0.25)}
.border-t-amber-300\/30{border-top-color:rgb(252 211 77 / 0.3)}
.border-t-amber-300\/35{border-top-color:rgb(252 211 77 / 0.35)}
.border-t-amber-300\/40{border-top-color:rgb(252 211 77 / 0.4)}
.border-t-amber-300\/45{border-top-color:rgb(252 211 77 / 0.45)}
.border-t-amber-300\/5{border-top-color:rgb(252 211 77 / 0.05)}
.border-t-amber-300\/50{border-top-color:rgb(252 211 77 / 0.5)}
.border-t-amber-300\/55{border-top-color:rgb(252 211 77 / 0.55)}
.border-t-amber-300\/60{border-top-color:rgb(252 211 77 / 0.6)}
.border-t-amber-300\/65{border-top-color:rgb(252 211 77 / 0.65)}
.border-t-amber-300\/70{border-top-color:rgb(252 211 77 / 0.7)}
.border-t-amber-300\/75{border-top-color:rgb(252 211 77 / 0.75)}
.border-t-amber-300\/80{border-top-color:rgb(252 211 77 / 0.8)}
.border-t-amber-300\/85{border-top-color:rgb(252 211 77 / 0.85)}
.border-t-amber-300\/90{border-top-color:rgb(252 211 77 / 0.9)}
.border-t-amber-300\/95{border-top-color:rgb(252 211 77 / 0.95)}
.border-t-amber-400{--tw-border-opacity:1;border-top-color:rgb(251 191 36 / var(--tw-border-opacity))}
.border-t-amber-400\/0{border-top-color:rgb(251 191 36 / 0)}
.border-t-amber-400\/10{border-top-color:rgb(251 191 36 / 0.1)}
.border-t-amber-400\/100{border-top-color:rgb(251 191 36 / 1)}
.border-t-amber-400\/15{border-top-color:rgb(251 191 36 / 0.15)}
.border-t-amber-400\/20{border-top-color:rgb(251 191 36 / 0.2)}
.border-t-amber-400\/25{border-top-color:rgb(251 191 36 / 0.25)}
.border-t-amber-400\/30{border-top-color:rgb(251 191 36 / 0.3)}
.border-t-amber-400\/35{border-top-color:rgb(251 191 36 / 0.35)}
.border-t-amber-400\/40{border-top-color:rgb(251 191 36 / 0.4)}
.border-t-amber-400\/45{border-top-color:rgb(251 191 36 / 0.45)}
.border-t-amber-400\/5{border-top-color:rgb(251 191 36 / 0.05)}
.border-t-amber-400\/50{border-top-color:rgb(251 191 36 / 0.5)}
.border-t-amber-400\/55{border-top-color:rgb(251 191 36 / 0.55)}
.border-t-amber-400\/60{border-top-color:rgb(251 191 36 / 0.6)}
.border-t-amber-400\/65{border-top-color:rgb(251 191 36 / 0.65)}
.border-t-amber-400\/70{border-top-color:rgb(251 191 36 / 0.7)}
.border-t-amber-400\/75{border-top-color:rgb(251 191 36 / 0.75)}
.border-t-amber-400\/80{border-top-color:rgb(251 191 36 / 0.8)}
.border-t-amber-400\/85{border-top-color:rgb(251 191 36 / 0.85)}
.border-t-amber-400\/90{border-top-color:rgb(251 191 36 / 0.9)}
.border-t-amber-400\/95{border-top-color:rgb(251 191 36 / 0.95)}
.border-t-amber-50{--tw-border-opacity:1;border-top-color:rgb(255 251 235 / var(--tw-border-opacity))}
.border-t-amber-50\/0{border-top-color:rgb(255 251 235 / 0)}
.border-t-amber-50\/10{border-top-color:rgb(255 251 235 / 0.1)}
.border-t-amber-50\/100{border-top-color:rgb(255 251 235 / 1)}
.border-t-amber-50\/15{border-top-color:rgb(255 251 235 / 0.15)}
.border-t-amber-50\/20{border-top-color:rgb(255 251 235 / 0.2)}
.border-t-amber-50\/25{border-top-color:rgb(255 251 235 / 0.25)}
.border-t-amber-50\/30{border-top-color:rgb(255 251 235 / 0.3)}
.border-t-amber-50\/35{border-top-color:rgb(255 251 235 / 0.35)}
.border-t-amber-50\/40{border-top-color:rgb(255 251 235 / 0.4)}
.border-t-amber-50\/45{border-top-color:rgb(255 251 235 / 0.45)}
.border-t-amber-50\/5{border-top-color:rgb(255 251 235 / 0.05)}
.border-t-amber-50\/50{border-top-color:rgb(255 251 235 / 0.5)}
.border-t-amber-50\/55{border-top-color:rgb(255 251 235 / 0.55)}
.border-t-amber-50\/60{border-top-color:rgb(255 251 235 / 0.6)}
.border-t-amber-50\/65{border-top-color:rgb(255 251 235 / 0.65)}
.border-t-amber-50\/70{border-top-color:rgb(255 251 235 / 0.7)}
.border-t-amber-50\/75{border-top-color:rgb(255 251 235 / 0.75)}
.border-t-amber-50\/80{border-top-color:rgb(255 251 235 / 0.8)}
.border-t-amber-50\/85{border-top-color:rgb(255 251 235 / 0.85)}
.border-t-amber-50\/90{border-top-color:rgb(255 251 235 / 0.9)}
.border-t-amber-50\/95{border-top-color:rgb(255 251 235 / 0.95)}
.border-t-amber-500{--tw-border-opacity:1;border-top-color:rgb(245 158 11 / var(--tw-border-opacity))}
.border-t-amber-500\/0{border-top-color:rgb(245 158 11 / 0)}
.border-t-amber-500\/10{border-top-color:rgb(245 158 11 / 0.1)}
.border-t-amber-500\/100{border-top-color:rgb(245 158 11 / 1)}
.border-t-amber-500\/15{border-top-color:rgb(245 158 11 / 0.15)}
.border-t-amber-500\/20{border-top-color:rgb(245 158 11 / 0.2)}
.border-t-amber-500\/25{border-top-color:rgb(245 158 11 / 0.25)}
.border-t-amber-500\/30{border-top-color:rgb(245 158 11 / 0.3)}
.border-t-amber-500\/35{border-top-color:rgb(245 158 11 / 0.35)}
.border-t-amber-500\/40{border-top-color:rgb(245 158 11 / 0.4)}
.border-t-amber-500\/45{border-top-color:rgb(245 158 11 / 0.45)}
.border-t-amber-500\/5{border-top-color:rgb(245 158 11 / 0.05)}
.border-t-amber-500\/50{border-top-color:rgb(245 158 11 / 0.5)}
.border-t-amber-500\/55{border-top-color:rgb(245 158 11 / 0.55)}
.border-t-amber-500\/60{border-top-color:rgb(245 158 11 / 0.6)}
.border-t-amber-500\/65{border-top-color:rgb(245 158 11 / 0.65)}
.border-t-amber-500\/70{border-top-color:rgb(245 158 11 / 0.7)}
.border-t-amber-500\/75{border-top-color:rgb(245 158 11 / 0.75)}
.border-t-amber-500\/80{border-top-color:rgb(245 158 11 / 0.8)}
.border-t-amber-500\/85{border-top-color:rgb(245 158 11 / 0.85)}
.border-t-amber-500\/90{border-top-color:rgb(245 158 11 / 0.9)}
.border-t-amber-500\/95{border-top-color:rgb(245 158 11 / 0.95)}
.border-t-amber-600{--tw-border-opacity:1;border-top-color:rgb(217 119 6 / var(--tw-border-opacity))}
.border-t-amber-600\/0{border-top-color:rgb(217 119 6 / 0)}
.border-t-amber-600\/10{border-top-color:rgb(217 119 6 / 0.1)}
.border-t-amber-600\/100{border-top-color:rgb(217 119 6 / 1)}
.border-t-amber-600\/15{border-top-color:rgb(217 119 6 / 0.15)}
.border-t-amber-600\/20{border-top-color:rgb(217 119 6 / 0.2)}
.border-t-amber-600\/25{border-top-color:rgb(217 119 6 / 0.25)}
.border-t-amber-600\/30{border-top-color:rgb(217 119 6 / 0.3)}
.border-t-amber-600\/35{border-top-color:rgb(217 119 6 / 0.35)}
.border-t-amber-600\/40{border-top-color:rgb(217 119 6 / 0.4)}
.border-t-amber-600\/45{border-top-color:rgb(217 119 6 / 0.45)}
.border-t-amber-600\/5{border-top-color:rgb(217 119 6 / 0.05)}
.border-t-amber-600\/50{border-top-color:rgb(217 119 6 / 0.5)}
.border-t-amber-600\/55{border-top-color:rgb(217 119 6 / 0.55)}
.border-t-amber-600\/60{border-top-color:rgb(217 119 6 / 0.6)}
.border-t-amber-600\/65{border-top-color:rgb(217 119 6 / 0.65)}
.border-t-amber-600\/70{border-top-color:rgb(217 119 6 / 0.7)}
.border-t-amber-600\/75{border-top-color:rgb(217 119 6 / 0.75)}
.border-t-amber-600\/80{border-top-color:rgb(217 119 6 / 0.8)}
.border-t-amber-600\/85{border-top-color:rgb(217 119 6 / 0.85)}
.border-t-amber-600\/90{border-top-color:rgb(217 119 6 / 0.9)}
.border-t-amber-600\/95{border-top-color:rgb(217 119 6 / 0.95)}
.border-t-amber-700{--tw-border-opacity:1;border-top-color:rgb(180 83 9 / var(--tw-border-opacity))}
.border-t-amber-700\/0{border-top-color:rgb(180 83 9 / 0)}
.border-t-amber-700\/10{border-top-color:rgb(180 83 9 / 0.1)}
.border-t-amber-700\/100{border-top-color:rgb(180 83 9 / 1)}
.border-t-amber-700\/15{border-top-color:rgb(180 83 9 / 0.15)}
.border-t-amber-700\/20{border-top-color:rgb(180 83 9 / 0.2)}
.border-t-amber-700\/25{border-top-color:rgb(180 83 9 / 0.25)}
.border-t-amber-700\/30{border-top-color:rgb(180 83 9 / 0.3)}
.border-t-amber-700\/35{border-top-color:rgb(180 83 9 / 0.35)}
.border-t-amber-700\/40{border-top-color:rgb(180 83 9 / 0.4)}
.border-t-amber-700\/45{border-top-color:rgb(180 83 9 / 0.45)}
.border-t-amber-700\/5{border-top-color:rgb(180 83 9 / 0.05)}
.border-t-amber-700\/50{border-top-color:rgb(180 83 9 / 0.5)}
.border-t-amber-700\/55{border-top-color:rgb(180 83 9 / 0.55)}
.border-t-amber-700\/60{border-top-color:rgb(180 83 9 / 0.6)}
.border-t-amber-700\/65{border-top-color:rgb(180 83 9 / 0.65)}
.border-t-amber-700\/70{border-top-color:rgb(180 83 9 / 0.7)}
.border-t-amber-700\/75{border-top-color:rgb(180 83 9 / 0.75)}
.border-t-amber-700\/80{border-top-color:rgb(180 83 9 / 0.8)}
.border-t-amber-700\/85{border-top-color:rgb(180 83 9 / 0.85)}
.border-t-amber-700\/90{border-top-color:rgb(180 83 9 / 0.9)}
.border-t-amber-700\/95{border-top-color:rgb(180 83 9 / 0.95)}
.border-t-amber-800{--tw-border-opacity:1;border-top-color:rgb(146 64 14 / var(--tw-border-opacity))}
.border-t-amber-800\/0{border-top-color:rgb(146 64 14 / 0)}
.border-t-amber-800\/10{border-top-color:rgb(146 64 14 / 0.1)}
.border-t-amber-800\/100{border-top-color:rgb(146 64 14 / 1)}
.border-t-amber-800\/15{border-top-color:rgb(146 64 14 / 0.15)}
.border-t-amber-800\/20{border-top-color:rgb(146 64 14 / 0.2)}
.border-t-amber-800\/25{border-top-color:rgb(146 64 14 / 0.25)}
.border-t-amber-800\/30{border-top-color:rgb(146 64 14 / 0.3)}
.border-t-amber-800\/35{border-top-color:rgb(146 64 14 / 0.35)}
.border-t-amber-800\/40{border-top-color:rgb(146 64 14 / 0.4)}
.border-t-amber-800\/45{border-top-color:rgb(146 64 14 / 0.45)}
.border-t-amber-800\/5{border-top-color:rgb(146 64 14 / 0.05)}
.border-t-amber-800\/50{border-top-color:rgb(146 64 14 / 0.5)}
.border-t-amber-800\/55{border-top-color:rgb(146 64 14 / 0.55)}
.border-t-amber-800\/60{border-top-color:rgb(146 64 14 / 0.6)}
.border-t-amber-800\/65{border-top-color:rgb(146 64 14 / 0.65)}
.border-t-amber-800\/70{border-top-color:rgb(146 64 14 / 0.7)}
.border-t-amber-800\/75{border-top-color:rgb(146 64 14 / 0.75)}
.border-t-amber-800\/80{border-top-color:rgb(146 64 14 / 0.8)}
.border-t-amber-800\/85{border-top-color:rgb(146 64 14 / 0.85)}
.border-t-amber-800\/90{border-top-color:rgb(146 64 14 / 0.9)}
.border-t-amber-800\/95{border-top-color:rgb(146 64 14 / 0.95)}
.border-t-amber-900{--tw-border-opacity:1;border-top-color:rgb(120 53 15 / var(--tw-border-opacity))}
.border-t-amber-900\/0{border-top-color:rgb(120 53 15 / 0)}
.border-t-amber-900\/10{border-top-color:rgb(120 53 15 / 0.1)}
.border-t-amber-900\/100{border-top-color:rgb(120 53 15 / 1)}
.border-t-amber-900\/15{border-top-color:rgb(120 53 15 / 0.15)}
.border-t-amber-900\/20{border-top-color:rgb(120 53 15 / 0.2)}
.border-t-amber-900\/25{border-top-color:rgb(120 53 15 / 0.25)}
.border-t-amber-900\/30{border-top-color:rgb(120 53 15 / 0.3)}
.border-t-amber-900\/35{border-top-color:rgb(120 53 15 / 0.35)}
.border-t-amber-900\/40{border-top-color:rgb(120 53 15 / 0.4)}
.border-t-amber-900\/45{border-top-color:rgb(120 53 15 / 0.45)}
.border-t-amber-900\/5{border-top-color:rgb(120 53 15 / 0.05)}
.border-t-amber-900\/50{border-top-color:rgb(120 53 15 / 0.5)}
.border-t-amber-900\/55{border-top-color:rgb(120 53 15 / 0.55)}
.border-t-amber-900\/60{border-top-color:rgb(120 53 15 / 0.6)}
.border-t-amber-900\/65{border-top-color:rgb(120 53 15 / 0.65)}
.border-t-amber-900\/70{border-top-color:rgb(120 53 15 / 0.7)}
.border-t-amber-900\/75{border-top-color:rgb(120 53 15 / 0.75)}
.border-t-amber-900\/80{border-top-color:rgb(120 53 15 / 0.8)}
.border-t-amber-900\/85{border-top-color:rgb(120 53 15 / 0.85)}
.border-t-amber-900\/90{border-top-color:rgb(120 53 15 / 0.9)}
.border-t-amber-900\/95{border-top-color:rgb(120 53 15 / 0.95)}
.border-t-amber-950{--tw-border-opacity:1;border-top-color:rgb(69 26 3 / var(--tw-border-opacity))}
.border-t-amber-950\/0{border-top-color:rgb(69 26 3 / 0)}
.border-t-amber-950\/10{border-top-color:rgb(69 26 3 / 0.1)}
.border-t-amber-950\/100{border-top-color:rgb(69 26 3 / 1)}
.border-t-amber-950\/15{border-top-color:rgb(69 26 3 / 0.15)}
.border-t-amber-950\/20{border-top-color:rgb(69 26 3 / 0.2)}
.border-t-amber-950\/25{border-top-color:rgb(69 26 3 / 0.25)}
.border-t-amber-950\/30{border-top-color:rgb(69 26 3 / 0.3)}
.border-t-amber-950\/35{border-top-color:rgb(69 26 3 / 0.35)}
.border-t-amber-950\/40{border-top-color:rgb(69 26 3 / 0.4)}
.border-t-amber-950\/45{border-top-color:rgb(69 26 3 / 0.45)}
.border-t-amber-950\/5{border-top-color:rgb(69 26 3 / 0.05)}
.border-t-amber-950\/50{border-top-color:rgb(69 26 3 / 0.5)}
.border-t-amber-950\/55{border-top-color:rgb(69 26 3 / 0.55)}
.border-t-amber-950\/60{border-top-color:rgb(69 26 3 / 0.6)}
.border-t-amber-950\/65{border-top-color:rgb(69 26 3 / 0.65)}
.border-t-amber-950\/70{border-top-color:rgb(69 26 3 / 0.7)}
.border-t-amber-950\/75{border-top-color:rgb(69 26 3 / 0.75)}
.border-t-amber-950\/80{border-top-color:rgb(69 26 3 / 0.8)}
.border-t-amber-950\/85{border-top-color:rgb(69 26 3 / 0.85)}
.border-t-amber-950\/90{border-top-color:rgb(69 26 3 / 0.9)}
.border-t-amber-950\/95{border-top-color:rgb(69 26 3 / 0.95)}
.border-t-background-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-background-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-background-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-background-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-background-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-background-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-background-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-background-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-background-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-background-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-background-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-background-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-background-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-background-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-background-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-background-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-background-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-background-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-background-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-background-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-background-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-background-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-background-text-contrastsWithCard{border-top-color:true}
.border-t-background-text-isDark{border-top-color:true}
.border-t-background-text-text{--tw-border-opacity:1;border-top-color:rgb(107 111 115 / var(--tw-border-opacity))}
.border-t-background-text-text\/0{border-top-color:rgb(107 111 115 / 0)}
.border-t-background-text-text\/10{border-top-color:rgb(107 111 115 / 0.1)}
.border-t-background-text-text\/100{border-top-color:rgb(107 111 115 / 1)}
.border-t-background-text-text\/15{border-top-color:rgb(107 111 115 / 0.15)}
.border-t-background-text-text\/20{border-top-color:rgb(107 111 115 / 0.2)}
.border-t-background-text-text\/25{border-top-color:rgb(107 111 115 / 0.25)}
.border-t-background-text-text\/30{border-top-color:rgb(107 111 115 / 0.3)}
.border-t-background-text-text\/35{border-top-color:rgb(107 111 115 / 0.35)}
.border-t-background-text-text\/40{border-top-color:rgb(107 111 115 / 0.4)}
.border-t-background-text-text\/45{border-top-color:rgb(107 111 115 / 0.45)}
.border-t-background-text-text\/5{border-top-color:rgb(107 111 115 / 0.05)}
.border-t-background-text-text\/50{border-top-color:rgb(107 111 115 / 0.5)}
.border-t-background-text-text\/55{border-top-color:rgb(107 111 115 / 0.55)}
.border-t-background-text-text\/60{border-top-color:rgb(107 111 115 / 0.6)}
.border-t-background-text-text\/65{border-top-color:rgb(107 111 115 / 0.65)}
.border-t-background-text-text\/70{border-top-color:rgb(107 111 115 / 0.7)}
.border-t-background-text-text\/75{border-top-color:rgb(107 111 115 / 0.75)}
.border-t-background-text-text\/80{border-top-color:rgb(107 111 115 / 0.8)}
.border-t-background-text-text\/85{border-top-color:rgb(107 111 115 / 0.85)}
.border-t-background-text-text\/90{border-top-color:rgb(107 111 115 / 0.9)}
.border-t-background-text-text\/95{border-top-color:rgb(107 111 115 / 0.95)}
.border-t-bt-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-bt-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-bt-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-bt-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-bt-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-bt-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-bt-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-bt-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-bt-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-bt-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-bt-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-bt-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-bt-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-bt-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-bt-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-bt-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-bt-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-bt-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-bt-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-bt-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-bt-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-bt-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-bt-text-contrastsWithCard{border-top-color:true}
.border-t-bt-text-isDark{border-top-color:true}
.border-t-bt-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-t-bt-text-text\/0{border-top-color:rgb(30 41 59 / 0)}
.border-t-bt-text-text\/10{border-top-color:rgb(30 41 59 / 0.1)}
.border-t-bt-text-text\/100{border-top-color:rgb(30 41 59 / 1)}
.border-t-bt-text-text\/15{border-top-color:rgb(30 41 59 / 0.15)}
.border-t-bt-text-text\/20{border-top-color:rgb(30 41 59 / 0.2)}
.border-t-bt-text-text\/25{border-top-color:rgb(30 41 59 / 0.25)}
.border-t-bt-text-text\/30{border-top-color:rgb(30 41 59 / 0.3)}
.border-t-bt-text-text\/35{border-top-color:rgb(30 41 59 / 0.35)}
.border-t-bt-text-text\/40{border-top-color:rgb(30 41 59 / 0.4)}
.border-t-bt-text-text\/45{border-top-color:rgb(30 41 59 / 0.45)}
.border-t-bt-text-text\/5{border-top-color:rgb(30 41 59 / 0.05)}
.border-t-bt-text-text\/50{border-top-color:rgb(30 41 59 / 0.5)}
.border-t-bt-text-text\/55{border-top-color:rgb(30 41 59 / 0.55)}
.border-t-bt-text-text\/60{border-top-color:rgb(30 41 59 / 0.6)}
.border-t-bt-text-text\/65{border-top-color:rgb(30 41 59 / 0.65)}
.border-t-bt-text-text\/70{border-top-color:rgb(30 41 59 / 0.7)}
.border-t-bt-text-text\/75{border-top-color:rgb(30 41 59 / 0.75)}
.border-t-bt-text-text\/80{border-top-color:rgb(30 41 59 / 0.8)}
.border-t-bt-text-text\/85{border-top-color:rgb(30 41 59 / 0.85)}
.border-t-bt-text-text\/90{border-top-color:rgb(30 41 59 / 0.9)}
.border-t-bt-text-text\/95{border-top-color:rgb(30 41 59 / 0.95)}
.border-t-btLight-text-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-btLight-text-contrast\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-btLight-text-contrast\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-btLight-text-contrast\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-btLight-text-contrast\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-btLight-text-contrast\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-btLight-text-contrast\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-btLight-text-contrast\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-btLight-text-contrast\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-btLight-text-contrast\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-btLight-text-contrast\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-btLight-text-contrast\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-btLight-text-contrast\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-btLight-text-contrast\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-btLight-text-contrast\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-btLight-text-contrast\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-btLight-text-contrast\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-btLight-text-contrast\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-btLight-text-contrast\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-btLight-text-contrast\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-btLight-text-contrast\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-btLight-text-contrast\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-btLight-text-contrastsWithCard{border-top-color:true}
.border-t-btLight-text-isDark{}
.border-t-btLight-text-text{--tw-border-opacity:1;border-top-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-t-btLight-text-text\/0{border-top-color:rgb(72 171 217 / 0)}
.border-t-btLight-text-text\/10{border-top-color:rgb(72 171 217 / 0.1)}
.border-t-btLight-text-text\/100{border-top-color:rgb(72 171 217 / 1)}
.border-t-btLight-text-text\/15{border-top-color:rgb(72 171 217 / 0.15)}
.border-t-btLight-text-text\/20{border-top-color:rgb(72 171 217 / 0.2)}
.border-t-btLight-text-text\/25{border-top-color:rgb(72 171 217 / 0.25)}
.border-t-btLight-text-text\/30{border-top-color:rgb(72 171 217 / 0.3)}
.border-t-btLight-text-text\/35{border-top-color:rgb(72 171 217 / 0.35)}
.border-t-btLight-text-text\/40{border-top-color:rgb(72 171 217 / 0.4)}
.border-t-btLight-text-text\/45{border-top-color:rgb(72 171 217 / 0.45)}
.border-t-btLight-text-text\/5{border-top-color:rgb(72 171 217 / 0.05)}
.border-t-btLight-text-text\/50{border-top-color:rgb(72 171 217 / 0.5)}
.border-t-btLight-text-text\/55{border-top-color:rgb(72 171 217 / 0.55)}
.border-t-btLight-text-text\/60{border-top-color:rgb(72 171 217 / 0.6)}
.border-t-btLight-text-text\/65{border-top-color:rgb(72 171 217 / 0.65)}
.border-t-btLight-text-text\/70{border-top-color:rgb(72 171 217 / 0.7)}
.border-t-btLight-text-text\/75{border-top-color:rgb(72 171 217 / 0.75)}
.border-t-btLight-text-text\/80{border-top-color:rgb(72 171 217 / 0.8)}
.border-t-btLight-text-text\/85{border-top-color:rgb(72 171 217 / 0.85)}
.border-t-btLight-text-text\/90{border-top-color:rgb(72 171 217 / 0.9)}
.border-t-btLight-text-text\/95{border-top-color:rgb(72 171 217 / 0.95)}
.border-t-cardBackground-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-cardBackground-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-cardBackground-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-cardBackground-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-cardBackground-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-cardBackground-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-cardBackground-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-cardBackground-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-cardBackground-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-cardBackground-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-cardBackground-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-cardBackground-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-cardBackground-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-cardBackground-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-cardBackground-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-cardBackground-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-cardBackground-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-cardBackground-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-cardBackground-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-cardBackground-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-cardBackground-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-cardBackground-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-cardBackground-text-contrastsWithCard{border-top-color:true}
.border-t-cardBackground-text-isDark{border-top-color:true}
.border-t-cardBackground-text-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-t-cardBackground-text-text\/0{border-top-color:rgb(132 132 132 / 0)}
.border-t-cardBackground-text-text\/10{border-top-color:rgb(132 132 132 / 0.1)}
.border-t-cardBackground-text-text\/100{border-top-color:rgb(132 132 132 / 1)}
.border-t-cardBackground-text-text\/15{border-top-color:rgb(132 132 132 / 0.15)}
.border-t-cardBackground-text-text\/20{border-top-color:rgb(132 132 132 / 0.2)}
.border-t-cardBackground-text-text\/25{border-top-color:rgb(132 132 132 / 0.25)}
.border-t-cardBackground-text-text\/30{border-top-color:rgb(132 132 132 / 0.3)}
.border-t-cardBackground-text-text\/35{border-top-color:rgb(132 132 132 / 0.35)}
.border-t-cardBackground-text-text\/40{border-top-color:rgb(132 132 132 / 0.4)}
.border-t-cardBackground-text-text\/45{border-top-color:rgb(132 132 132 / 0.45)}
.border-t-cardBackground-text-text\/5{border-top-color:rgb(132 132 132 / 0.05)}
.border-t-cardBackground-text-text\/50{border-top-color:rgb(132 132 132 / 0.5)}
.border-t-cardBackground-text-text\/55{border-top-color:rgb(132 132 132 / 0.55)}
.border-t-cardBackground-text-text\/60{border-top-color:rgb(132 132 132 / 0.6)}
.border-t-cardBackground-text-text\/65{border-top-color:rgb(132 132 132 / 0.65)}
.border-t-cardBackground-text-text\/70{border-top-color:rgb(132 132 132 / 0.7)}
.border-t-cardBackground-text-text\/75{border-top-color:rgb(132 132 132 / 0.75)}
.border-t-cardBackground-text-text\/80{border-top-color:rgb(132 132 132 / 0.8)}
.border-t-cardBackground-text-text\/85{border-top-color:rgb(132 132 132 / 0.85)}
.border-t-cardBackground-text-text\/90{border-top-color:rgb(132 132 132 / 0.9)}
.border-t-cardBackground-text-text\/95{border-top-color:rgb(132 132 132 / 0.95)}
.border-t-cardHeader-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-cardHeader-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-cardHeader-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-cardHeader-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-cardHeader-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-cardHeader-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-cardHeader-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-cardHeader-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-cardHeader-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-cardHeader-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-cardHeader-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-cardHeader-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-cardHeader-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-cardHeader-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-cardHeader-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-cardHeader-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-cardHeader-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-cardHeader-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-cardHeader-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-cardHeader-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-cardHeader-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-cardHeader-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-cardHeader-text-contrastsWithCard{border-top-color:true}
.border-t-cardHeader-text-isDark{border-top-color:true}
.border-t-cardHeader-text-text{--tw-border-opacity:1;border-top-color:rgb(126 126 132 / var(--tw-border-opacity))}
.border-t-cardHeader-text-text\/0{border-top-color:rgb(126 126 132 / 0)}
.border-t-cardHeader-text-text\/10{border-top-color:rgb(126 126 132 / 0.1)}
.border-t-cardHeader-text-text\/100{border-top-color:rgb(126 126 132 / 1)}
.border-t-cardHeader-text-text\/15{border-top-color:rgb(126 126 132 / 0.15)}
.border-t-cardHeader-text-text\/20{border-top-color:rgb(126 126 132 / 0.2)}
.border-t-cardHeader-text-text\/25{border-top-color:rgb(126 126 132 / 0.25)}
.border-t-cardHeader-text-text\/30{border-top-color:rgb(126 126 132 / 0.3)}
.border-t-cardHeader-text-text\/35{border-top-color:rgb(126 126 132 / 0.35)}
.border-t-cardHeader-text-text\/40{border-top-color:rgb(126 126 132 / 0.4)}
.border-t-cardHeader-text-text\/45{border-top-color:rgb(126 126 132 / 0.45)}
.border-t-cardHeader-text-text\/5{border-top-color:rgb(126 126 132 / 0.05)}
.border-t-cardHeader-text-text\/50{border-top-color:rgb(126 126 132 / 0.5)}
.border-t-cardHeader-text-text\/55{border-top-color:rgb(126 126 132 / 0.55)}
.border-t-cardHeader-text-text\/60{border-top-color:rgb(126 126 132 / 0.6)}
.border-t-cardHeader-text-text\/65{border-top-color:rgb(126 126 132 / 0.65)}
.border-t-cardHeader-text-text\/70{border-top-color:rgb(126 126 132 / 0.7)}
.border-t-cardHeader-text-text\/75{border-top-color:rgb(126 126 132 / 0.75)}
.border-t-cardHeader-text-text\/80{border-top-color:rgb(126 126 132 / 0.8)}
.border-t-cardHeader-text-text\/85{border-top-color:rgb(126 126 132 / 0.85)}
.border-t-cardHeader-text-text\/90{border-top-color:rgb(126 126 132 / 0.9)}
.border-t-cardHeader-text-text\/95{border-top-color:rgb(126 126 132 / 0.95)}
.border-t-danger-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-danger-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-danger-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-danger-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-danger-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-danger-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-danger-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-danger-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-danger-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-danger-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-danger-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-danger-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-danger-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-danger-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-danger-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-danger-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-danger-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-danger-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-danger-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-danger-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-danger-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-danger-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-danger-text-contrastsWithCard{border-top-color:true}
.border-t-danger-text-isDark{border-top-color:true}
.border-t-danger-text-text{--tw-border-opacity:1;border-top-color:rgb(232 87 67 / var(--tw-border-opacity))}
.border-t-danger-text-text\/0{border-top-color:rgb(232 87 67 / 0)}
.border-t-danger-text-text\/10{border-top-color:rgb(232 87 67 / 0.1)}
.border-t-danger-text-text\/100{border-top-color:rgb(232 87 67 / 1)}
.border-t-danger-text-text\/15{border-top-color:rgb(232 87 67 / 0.15)}
.border-t-danger-text-text\/20{border-top-color:rgb(232 87 67 / 0.2)}
.border-t-danger-text-text\/25{border-top-color:rgb(232 87 67 / 0.25)}
.border-t-danger-text-text\/30{border-top-color:rgb(232 87 67 / 0.3)}
.border-t-danger-text-text\/35{border-top-color:rgb(232 87 67 / 0.35)}
.border-t-danger-text-text\/40{border-top-color:rgb(232 87 67 / 0.4)}
.border-t-danger-text-text\/45{border-top-color:rgb(232 87 67 / 0.45)}
.border-t-danger-text-text\/5{border-top-color:rgb(232 87 67 / 0.05)}
.border-t-danger-text-text\/50{border-top-color:rgb(232 87 67 / 0.5)}
.border-t-danger-text-text\/55{border-top-color:rgb(232 87 67 / 0.55)}
.border-t-danger-text-text\/60{border-top-color:rgb(232 87 67 / 0.6)}
.border-t-danger-text-text\/65{border-top-color:rgb(232 87 67 / 0.65)}
.border-t-danger-text-text\/70{border-top-color:rgb(232 87 67 / 0.7)}
.border-t-danger-text-text\/75{border-top-color:rgb(232 87 67 / 0.75)}
.border-t-danger-text-text\/80{border-top-color:rgb(232 87 67 / 0.8)}
.border-t-danger-text-text\/85{border-top-color:rgb(232 87 67 / 0.85)}
.border-t-danger-text-text\/90{border-top-color:rgb(232 87 67 / 0.9)}
.border-t-danger-text-text\/95{border-top-color:rgb(232 87 67 / 0.95)}
.border-t-emerald-100{--tw-border-opacity:1;border-top-color:rgb(209 250 229 / var(--tw-border-opacity))}
.border-t-emerald-100\/0{border-top-color:rgb(209 250 229 / 0)}
.border-t-emerald-100\/10{border-top-color:rgb(209 250 229 / 0.1)}
.border-t-emerald-100\/100{border-top-color:rgb(209 250 229 / 1)}
.border-t-emerald-100\/15{border-top-color:rgb(209 250 229 / 0.15)}
.border-t-emerald-100\/20{border-top-color:rgb(209 250 229 / 0.2)}
.border-t-emerald-100\/25{border-top-color:rgb(209 250 229 / 0.25)}
.border-t-emerald-100\/30{border-top-color:rgb(209 250 229 / 0.3)}
.border-t-emerald-100\/35{border-top-color:rgb(209 250 229 / 0.35)}
.border-t-emerald-100\/40{border-top-color:rgb(209 250 229 / 0.4)}
.border-t-emerald-100\/45{border-top-color:rgb(209 250 229 / 0.45)}
.border-t-emerald-100\/5{border-top-color:rgb(209 250 229 / 0.05)}
.border-t-emerald-100\/50{border-top-color:rgb(209 250 229 / 0.5)}
.border-t-emerald-100\/55{border-top-color:rgb(209 250 229 / 0.55)}
.border-t-emerald-100\/60{border-top-color:rgb(209 250 229 / 0.6)}
.border-t-emerald-100\/65{border-top-color:rgb(209 250 229 / 0.65)}
.border-t-emerald-100\/70{border-top-color:rgb(209 250 229 / 0.7)}
.border-t-emerald-100\/75{border-top-color:rgb(209 250 229 / 0.75)}
.border-t-emerald-100\/80{border-top-color:rgb(209 250 229 / 0.8)}
.border-t-emerald-100\/85{border-top-color:rgb(209 250 229 / 0.85)}
.border-t-emerald-100\/90{border-top-color:rgb(209 250 229 / 0.9)}
.border-t-emerald-100\/95{border-top-color:rgb(209 250 229 / 0.95)}
.border-t-emerald-200{--tw-border-opacity:1;border-top-color:rgb(167 243 208 / var(--tw-border-opacity))}
.border-t-emerald-200\/0{border-top-color:rgb(167 243 208 / 0)}
.border-t-emerald-200\/10{border-top-color:rgb(167 243 208 / 0.1)}
.border-t-emerald-200\/100{border-top-color:rgb(167 243 208 / 1)}
.border-t-emerald-200\/15{border-top-color:rgb(167 243 208 / 0.15)}
.border-t-emerald-200\/20{border-top-color:rgb(167 243 208 / 0.2)}
.border-t-emerald-200\/25{border-top-color:rgb(167 243 208 / 0.25)}
.border-t-emerald-200\/30{border-top-color:rgb(167 243 208 / 0.3)}
.border-t-emerald-200\/35{border-top-color:rgb(167 243 208 / 0.35)}
.border-t-emerald-200\/40{border-top-color:rgb(167 243 208 / 0.4)}
.border-t-emerald-200\/45{border-top-color:rgb(167 243 208 / 0.45)}
.border-t-emerald-200\/5{border-top-color:rgb(167 243 208 / 0.05)}
.border-t-emerald-200\/50{border-top-color:rgb(167 243 208 / 0.5)}
.border-t-emerald-200\/55{border-top-color:rgb(167 243 208 / 0.55)}
.border-t-emerald-200\/60{border-top-color:rgb(167 243 208 / 0.6)}
.border-t-emerald-200\/65{border-top-color:rgb(167 243 208 / 0.65)}
.border-t-emerald-200\/70{border-top-color:rgb(167 243 208 / 0.7)}
.border-t-emerald-200\/75{border-top-color:rgb(167 243 208 / 0.75)}
.border-t-emerald-200\/80{border-top-color:rgb(167 243 208 / 0.8)}
.border-t-emerald-200\/85{border-top-color:rgb(167 243 208 / 0.85)}
.border-t-emerald-200\/90{border-top-color:rgb(167 243 208 / 0.9)}
.border-t-emerald-200\/95{border-top-color:rgb(167 243 208 / 0.95)}
.border-t-emerald-300{--tw-border-opacity:1;border-top-color:rgb(110 231 183 / var(--tw-border-opacity))}
.border-t-emerald-300\/0{border-top-color:rgb(110 231 183 / 0)}
.border-t-emerald-300\/10{border-top-color:rgb(110 231 183 / 0.1)}
.border-t-emerald-300\/100{border-top-color:rgb(110 231 183 / 1)}
.border-t-emerald-300\/15{border-top-color:rgb(110 231 183 / 0.15)}
.border-t-emerald-300\/20{border-top-color:rgb(110 231 183 / 0.2)}
.border-t-emerald-300\/25{border-top-color:rgb(110 231 183 / 0.25)}
.border-t-emerald-300\/30{border-top-color:rgb(110 231 183 / 0.3)}
.border-t-emerald-300\/35{border-top-color:rgb(110 231 183 / 0.35)}
.border-t-emerald-300\/40{border-top-color:rgb(110 231 183 / 0.4)}
.border-t-emerald-300\/45{border-top-color:rgb(110 231 183 / 0.45)}
.border-t-emerald-300\/5{border-top-color:rgb(110 231 183 / 0.05)}
.border-t-emerald-300\/50{border-top-color:rgb(110 231 183 / 0.5)}
.border-t-emerald-300\/55{border-top-color:rgb(110 231 183 / 0.55)}
.border-t-emerald-300\/60{border-top-color:rgb(110 231 183 / 0.6)}
.border-t-emerald-300\/65{border-top-color:rgb(110 231 183 / 0.65)}
.border-t-emerald-300\/70{border-top-color:rgb(110 231 183 / 0.7)}
.border-t-emerald-300\/75{border-top-color:rgb(110 231 183 / 0.75)}
.border-t-emerald-300\/80{border-top-color:rgb(110 231 183 / 0.8)}
.border-t-emerald-300\/85{border-top-color:rgb(110 231 183 / 0.85)}
.border-t-emerald-300\/90{border-top-color:rgb(110 231 183 / 0.9)}
.border-t-emerald-300\/95{border-top-color:rgb(110 231 183 / 0.95)}
.border-t-emerald-400{--tw-border-opacity:1;border-top-color:rgb(52 211 153 / var(--tw-border-opacity))}
.border-t-emerald-400\/0{border-top-color:rgb(52 211 153 / 0)}
.border-t-emerald-400\/10{border-top-color:rgb(52 211 153 / 0.1)}
.border-t-emerald-400\/100{border-top-color:rgb(52 211 153 / 1)}
.border-t-emerald-400\/15{border-top-color:rgb(52 211 153 / 0.15)}
.border-t-emerald-400\/20{border-top-color:rgb(52 211 153 / 0.2)}
.border-t-emerald-400\/25{border-top-color:rgb(52 211 153 / 0.25)}
.border-t-emerald-400\/30{border-top-color:rgb(52 211 153 / 0.3)}
.border-t-emerald-400\/35{border-top-color:rgb(52 211 153 / 0.35)}
.border-t-emerald-400\/40{border-top-color:rgb(52 211 153 / 0.4)}
.border-t-emerald-400\/45{border-top-color:rgb(52 211 153 / 0.45)}
.border-t-emerald-400\/5{border-top-color:rgb(52 211 153 / 0.05)}
.border-t-emerald-400\/50{border-top-color:rgb(52 211 153 / 0.5)}
.border-t-emerald-400\/55{border-top-color:rgb(52 211 153 / 0.55)}
.border-t-emerald-400\/60{border-top-color:rgb(52 211 153 / 0.6)}
.border-t-emerald-400\/65{border-top-color:rgb(52 211 153 / 0.65)}
.border-t-emerald-400\/70{border-top-color:rgb(52 211 153 / 0.7)}
.border-t-emerald-400\/75{border-top-color:rgb(52 211 153 / 0.75)}
.border-t-emerald-400\/80{border-top-color:rgb(52 211 153 / 0.8)}
.border-t-emerald-400\/85{border-top-color:rgb(52 211 153 / 0.85)}
.border-t-emerald-400\/90{border-top-color:rgb(52 211 153 / 0.9)}
.border-t-emerald-400\/95{border-top-color:rgb(52 211 153 / 0.95)}
.border-t-emerald-50{--tw-border-opacity:1;border-top-color:rgb(236 253 245 / var(--tw-border-opacity))}
.border-t-emerald-50\/0{border-top-color:rgb(236 253 245 / 0)}
.border-t-emerald-50\/10{border-top-color:rgb(236 253 245 / 0.1)}
.border-t-emerald-50\/100{border-top-color:rgb(236 253 245 / 1)}
.border-t-emerald-50\/15{border-top-color:rgb(236 253 245 / 0.15)}
.border-t-emerald-50\/20{border-top-color:rgb(236 253 245 / 0.2)}
.border-t-emerald-50\/25{border-top-color:rgb(236 253 245 / 0.25)}
.border-t-emerald-50\/30{border-top-color:rgb(236 253 245 / 0.3)}
.border-t-emerald-50\/35{border-top-color:rgb(236 253 245 / 0.35)}
.border-t-emerald-50\/40{border-top-color:rgb(236 253 245 / 0.4)}
.border-t-emerald-50\/45{border-top-color:rgb(236 253 245 / 0.45)}
.border-t-emerald-50\/5{border-top-color:rgb(236 253 245 / 0.05)}
.border-t-emerald-50\/50{border-top-color:rgb(236 253 245 / 0.5)}
.border-t-emerald-50\/55{border-top-color:rgb(236 253 245 / 0.55)}
.border-t-emerald-50\/60{border-top-color:rgb(236 253 245 / 0.6)}
.border-t-emerald-50\/65{border-top-color:rgb(236 253 245 / 0.65)}
.border-t-emerald-50\/70{border-top-color:rgb(236 253 245 / 0.7)}
.border-t-emerald-50\/75{border-top-color:rgb(236 253 245 / 0.75)}
.border-t-emerald-50\/80{border-top-color:rgb(236 253 245 / 0.8)}
.border-t-emerald-50\/85{border-top-color:rgb(236 253 245 / 0.85)}
.border-t-emerald-50\/90{border-top-color:rgb(236 253 245 / 0.9)}
.border-t-emerald-50\/95{border-top-color:rgb(236 253 245 / 0.95)}
.border-t-emerald-500{--tw-border-opacity:1;border-top-color:rgb(16 185 129 / var(--tw-border-opacity))}
.border-t-emerald-500\/0{border-top-color:rgb(16 185 129 / 0)}
.border-t-emerald-500\/10{border-top-color:rgb(16 185 129 / 0.1)}
.border-t-emerald-500\/100{border-top-color:rgb(16 185 129 / 1)}
.border-t-emerald-500\/15{border-top-color:rgb(16 185 129 / 0.15)}
.border-t-emerald-500\/20{border-top-color:rgb(16 185 129 / 0.2)}
.border-t-emerald-500\/25{border-top-color:rgb(16 185 129 / 0.25)}
.border-t-emerald-500\/30{border-top-color:rgb(16 185 129 / 0.3)}
.border-t-emerald-500\/35{border-top-color:rgb(16 185 129 / 0.35)}
.border-t-emerald-500\/40{border-top-color:rgb(16 185 129 / 0.4)}
.border-t-emerald-500\/45{border-top-color:rgb(16 185 129 / 0.45)}
.border-t-emerald-500\/5{border-top-color:rgb(16 185 129 / 0.05)}
.border-t-emerald-500\/50{border-top-color:rgb(16 185 129 / 0.5)}
.border-t-emerald-500\/55{border-top-color:rgb(16 185 129 / 0.55)}
.border-t-emerald-500\/60{border-top-color:rgb(16 185 129 / 0.6)}
.border-t-emerald-500\/65{border-top-color:rgb(16 185 129 / 0.65)}
.border-t-emerald-500\/70{border-top-color:rgb(16 185 129 / 0.7)}
.border-t-emerald-500\/75{border-top-color:rgb(16 185 129 / 0.75)}
.border-t-emerald-500\/80{border-top-color:rgb(16 185 129 / 0.8)}
.border-t-emerald-500\/85{border-top-color:rgb(16 185 129 / 0.85)}
.border-t-emerald-500\/90{border-top-color:rgb(16 185 129 / 0.9)}
.border-t-emerald-500\/95{border-top-color:rgb(16 185 129 / 0.95)}
.border-t-emerald-600{--tw-border-opacity:1;border-top-color:rgb(5 150 105 / var(--tw-border-opacity))}
.border-t-emerald-600\/0{border-top-color:rgb(5 150 105 / 0)}
.border-t-emerald-600\/10{border-top-color:rgb(5 150 105 / 0.1)}
.border-t-emerald-600\/100{border-top-color:rgb(5 150 105 / 1)}
.border-t-emerald-600\/15{border-top-color:rgb(5 150 105 / 0.15)}
.border-t-emerald-600\/20{border-top-color:rgb(5 150 105 / 0.2)}
.border-t-emerald-600\/25{border-top-color:rgb(5 150 105 / 0.25)}
.border-t-emerald-600\/30{border-top-color:rgb(5 150 105 / 0.3)}
.border-t-emerald-600\/35{border-top-color:rgb(5 150 105 / 0.35)}
.border-t-emerald-600\/40{border-top-color:rgb(5 150 105 / 0.4)}
.border-t-emerald-600\/45{border-top-color:rgb(5 150 105 / 0.45)}
.border-t-emerald-600\/5{border-top-color:rgb(5 150 105 / 0.05)}
.border-t-emerald-600\/50{border-top-color:rgb(5 150 105 / 0.5)}
.border-t-emerald-600\/55{border-top-color:rgb(5 150 105 / 0.55)}
.border-t-emerald-600\/60{border-top-color:rgb(5 150 105 / 0.6)}
.border-t-emerald-600\/65{border-top-color:rgb(5 150 105 / 0.65)}
.border-t-emerald-600\/70{border-top-color:rgb(5 150 105 / 0.7)}
.border-t-emerald-600\/75{border-top-color:rgb(5 150 105 / 0.75)}
.border-t-emerald-600\/80{border-top-color:rgb(5 150 105 / 0.8)}
.border-t-emerald-600\/85{border-top-color:rgb(5 150 105 / 0.85)}
.border-t-emerald-600\/90{border-top-color:rgb(5 150 105 / 0.9)}
.border-t-emerald-600\/95{border-top-color:rgb(5 150 105 / 0.95)}
.border-t-emerald-700{--tw-border-opacity:1;border-top-color:rgb(4 120 87 / var(--tw-border-opacity))}
.border-t-emerald-700\/0{border-top-color:rgb(4 120 87 / 0)}
.border-t-emerald-700\/10{border-top-color:rgb(4 120 87 / 0.1)}
.border-t-emerald-700\/100{border-top-color:rgb(4 120 87 / 1)}
.border-t-emerald-700\/15{border-top-color:rgb(4 120 87 / 0.15)}
.border-t-emerald-700\/20{border-top-color:rgb(4 120 87 / 0.2)}
.border-t-emerald-700\/25{border-top-color:rgb(4 120 87 / 0.25)}
.border-t-emerald-700\/30{border-top-color:rgb(4 120 87 / 0.3)}
.border-t-emerald-700\/35{border-top-color:rgb(4 120 87 / 0.35)}
.border-t-emerald-700\/40{border-top-color:rgb(4 120 87 / 0.4)}
.border-t-emerald-700\/45{border-top-color:rgb(4 120 87 / 0.45)}
.border-t-emerald-700\/5{border-top-color:rgb(4 120 87 / 0.05)}
.border-t-emerald-700\/50{border-top-color:rgb(4 120 87 / 0.5)}
.border-t-emerald-700\/55{border-top-color:rgb(4 120 87 / 0.55)}
.border-t-emerald-700\/60{border-top-color:rgb(4 120 87 / 0.6)}
.border-t-emerald-700\/65{border-top-color:rgb(4 120 87 / 0.65)}
.border-t-emerald-700\/70{border-top-color:rgb(4 120 87 / 0.7)}
.border-t-emerald-700\/75{border-top-color:rgb(4 120 87 / 0.75)}
.border-t-emerald-700\/80{border-top-color:rgb(4 120 87 / 0.8)}
.border-t-emerald-700\/85{border-top-color:rgb(4 120 87 / 0.85)}
.border-t-emerald-700\/90{border-top-color:rgb(4 120 87 / 0.9)}
.border-t-emerald-700\/95{border-top-color:rgb(4 120 87 / 0.95)}
.border-t-emerald-800{--tw-border-opacity:1;border-top-color:rgb(6 95 70 / var(--tw-border-opacity))}
.border-t-emerald-800\/0{border-top-color:rgb(6 95 70 / 0)}
.border-t-emerald-800\/10{border-top-color:rgb(6 95 70 / 0.1)}
.border-t-emerald-800\/100{border-top-color:rgb(6 95 70 / 1)}
.border-t-emerald-800\/15{border-top-color:rgb(6 95 70 / 0.15)}
.border-t-emerald-800\/20{border-top-color:rgb(6 95 70 / 0.2)}
.border-t-emerald-800\/25{border-top-color:rgb(6 95 70 / 0.25)}
.border-t-emerald-800\/30{border-top-color:rgb(6 95 70 / 0.3)}
.border-t-emerald-800\/35{border-top-color:rgb(6 95 70 / 0.35)}
.border-t-emerald-800\/40{border-top-color:rgb(6 95 70 / 0.4)}
.border-t-emerald-800\/45{border-top-color:rgb(6 95 70 / 0.45)}
.border-t-emerald-800\/5{border-top-color:rgb(6 95 70 / 0.05)}
.border-t-emerald-800\/50{border-top-color:rgb(6 95 70 / 0.5)}
.border-t-emerald-800\/55{border-top-color:rgb(6 95 70 / 0.55)}
.border-t-emerald-800\/60{border-top-color:rgb(6 95 70 / 0.6)}
.border-t-emerald-800\/65{border-top-color:rgb(6 95 70 / 0.65)}
.border-t-emerald-800\/70{border-top-color:rgb(6 95 70 / 0.7)}
.border-t-emerald-800\/75{border-top-color:rgb(6 95 70 / 0.75)}
.border-t-emerald-800\/80{border-top-color:rgb(6 95 70 / 0.8)}
.border-t-emerald-800\/85{border-top-color:rgb(6 95 70 / 0.85)}
.border-t-emerald-800\/90{border-top-color:rgb(6 95 70 / 0.9)}
.border-t-emerald-800\/95{border-top-color:rgb(6 95 70 / 0.95)}
.border-t-emerald-900{--tw-border-opacity:1;border-top-color:rgb(6 78 59 / var(--tw-border-opacity))}
.border-t-emerald-900\/0{border-top-color:rgb(6 78 59 / 0)}
.border-t-emerald-900\/10{border-top-color:rgb(6 78 59 / 0.1)}
.border-t-emerald-900\/100{border-top-color:rgb(6 78 59 / 1)}
.border-t-emerald-900\/15{border-top-color:rgb(6 78 59 / 0.15)}
.border-t-emerald-900\/20{border-top-color:rgb(6 78 59 / 0.2)}
.border-t-emerald-900\/25{border-top-color:rgb(6 78 59 / 0.25)}
.border-t-emerald-900\/30{border-top-color:rgb(6 78 59 / 0.3)}
.border-t-emerald-900\/35{border-top-color:rgb(6 78 59 / 0.35)}
.border-t-emerald-900\/40{border-top-color:rgb(6 78 59 / 0.4)}
.border-t-emerald-900\/45{border-top-color:rgb(6 78 59 / 0.45)}
.border-t-emerald-900\/5{border-top-color:rgb(6 78 59 / 0.05)}
.border-t-emerald-900\/50{border-top-color:rgb(6 78 59 / 0.5)}
.border-t-emerald-900\/55{border-top-color:rgb(6 78 59 / 0.55)}
.border-t-emerald-900\/60{border-top-color:rgb(6 78 59 / 0.6)}
.border-t-emerald-900\/65{border-top-color:rgb(6 78 59 / 0.65)}
.border-t-emerald-900\/70{border-top-color:rgb(6 78 59 / 0.7)}
.border-t-emerald-900\/75{border-top-color:rgb(6 78 59 / 0.75)}
.border-t-emerald-900\/80{border-top-color:rgb(6 78 59 / 0.8)}
.border-t-emerald-900\/85{border-top-color:rgb(6 78 59 / 0.85)}
.border-t-emerald-900\/90{border-top-color:rgb(6 78 59 / 0.9)}
.border-t-emerald-900\/95{border-top-color:rgb(6 78 59 / 0.95)}
.border-t-emerald-950{--tw-border-opacity:1;border-top-color:rgb(2 44 34 / var(--tw-border-opacity))}
.border-t-emerald-950\/0{border-top-color:rgb(2 44 34 / 0)}
.border-t-emerald-950\/10{border-top-color:rgb(2 44 34 / 0.1)}
.border-t-emerald-950\/100{border-top-color:rgb(2 44 34 / 1)}
.border-t-emerald-950\/15{border-top-color:rgb(2 44 34 / 0.15)}
.border-t-emerald-950\/20{border-top-color:rgb(2 44 34 / 0.2)}
.border-t-emerald-950\/25{border-top-color:rgb(2 44 34 / 0.25)}
.border-t-emerald-950\/30{border-top-color:rgb(2 44 34 / 0.3)}
.border-t-emerald-950\/35{border-top-color:rgb(2 44 34 / 0.35)}
.border-t-emerald-950\/40{border-top-color:rgb(2 44 34 / 0.4)}
.border-t-emerald-950\/45{border-top-color:rgb(2 44 34 / 0.45)}
.border-t-emerald-950\/5{border-top-color:rgb(2 44 34 / 0.05)}
.border-t-emerald-950\/50{border-top-color:rgb(2 44 34 / 0.5)}
.border-t-emerald-950\/55{border-top-color:rgb(2 44 34 / 0.55)}
.border-t-emerald-950\/60{border-top-color:rgb(2 44 34 / 0.6)}
.border-t-emerald-950\/65{border-top-color:rgb(2 44 34 / 0.65)}
.border-t-emerald-950\/70{border-top-color:rgb(2 44 34 / 0.7)}
.border-t-emerald-950\/75{border-top-color:rgb(2 44 34 / 0.75)}
.border-t-emerald-950\/80{border-top-color:rgb(2 44 34 / 0.8)}
.border-t-emerald-950\/85{border-top-color:rgb(2 44 34 / 0.85)}
.border-t-emerald-950\/90{border-top-color:rgb(2 44 34 / 0.9)}
.border-t-emerald-950\/95{border-top-color:rgb(2 44 34 / 0.95)}
.border-t-gridItemHover{border-top-color:rgba(0,0,0,.03)}
.border-t-gridItemHover\/0{border-top-color:rgba(0, 0, 0, 0)}
.border-t-gridItemHover\/10{border-top-color:rgba(0, 0, 0, 0.1)}
.border-t-gridItemHover\/100{border-top-color:rgba(0, 0, 0, 1)}
.border-t-gridItemHover\/15{border-top-color:rgba(0, 0, 0, 0.15)}
.border-t-gridItemHover\/20{border-top-color:rgba(0, 0, 0, 0.2)}
.border-t-gridItemHover\/25{border-top-color:rgba(0, 0, 0, 0.25)}
.border-t-gridItemHover\/30{border-top-color:rgba(0, 0, 0, 0.3)}
.border-t-gridItemHover\/35{border-top-color:rgba(0, 0, 0, 0.35)}
.border-t-gridItemHover\/40{border-top-color:rgba(0, 0, 0, 0.4)}
.border-t-gridItemHover\/45{border-top-color:rgba(0, 0, 0, 0.45)}
.border-t-gridItemHover\/5{border-top-color:rgba(0, 0, 0, 0.05)}
.border-t-gridItemHover\/50{border-top-color:rgba(0, 0, 0, 0.5)}
.border-t-gridItemHover\/55{border-top-color:rgba(0, 0, 0, 0.55)}
.border-t-gridItemHover\/60{border-top-color:rgba(0, 0, 0, 0.6)}
.border-t-gridItemHover\/65{border-top-color:rgba(0, 0, 0, 0.65)}
.border-t-gridItemHover\/70{border-top-color:rgba(0, 0, 0, 0.7)}
.border-t-gridItemHover\/75{border-top-color:rgba(0, 0, 0, 0.75)}
.border-t-gridItemHover\/80{border-top-color:rgba(0, 0, 0, 0.8)}
.border-t-gridItemHover\/85{border-top-color:rgba(0, 0, 0, 0.85)}
.border-t-gridItemHover\/90{border-top-color:rgba(0, 0, 0, 0.9)}
.border-t-gridItemHover\/95{border-top-color:rgba(0, 0, 0, 0.95)}
.border-t-info-text-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-info-text-contrast\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-info-text-contrast\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-info-text-contrast\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-info-text-contrast\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-info-text-contrast\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-info-text-contrast\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-info-text-contrast\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-info-text-contrast\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-info-text-contrast\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-info-text-contrast\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-info-text-contrast\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-info-text-contrast\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-info-text-contrast\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-info-text-contrast\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-info-text-contrast\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-info-text-contrast\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-info-text-contrast\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-info-text-contrast\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-info-text-contrast\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-info-text-contrast\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-info-text-contrast\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-info-text-contrastsWithCard{border-top-color:true}
.border-t-info-text-isDark{}
.border-t-info-text-text{--tw-border-opacity:1;border-top-color:rgb(72 171 217 / var(--tw-border-opacity))}
.border-t-info-text-text\/0{border-top-color:rgb(72 171 217 / 0)}
.border-t-info-text-text\/10{border-top-color:rgb(72 171 217 / 0.1)}
.border-t-info-text-text\/100{border-top-color:rgb(72 171 217 / 1)}
.border-t-info-text-text\/15{border-top-color:rgb(72 171 217 / 0.15)}
.border-t-info-text-text\/20{border-top-color:rgb(72 171 217 / 0.2)}
.border-t-info-text-text\/25{border-top-color:rgb(72 171 217 / 0.25)}
.border-t-info-text-text\/30{border-top-color:rgb(72 171 217 / 0.3)}
.border-t-info-text-text\/35{border-top-color:rgb(72 171 217 / 0.35)}
.border-t-info-text-text\/40{border-top-color:rgb(72 171 217 / 0.4)}
.border-t-info-text-text\/45{border-top-color:rgb(72 171 217 / 0.45)}
.border-t-info-text-text\/5{border-top-color:rgb(72 171 217 / 0.05)}
.border-t-info-text-text\/50{border-top-color:rgb(72 171 217 / 0.5)}
.border-t-info-text-text\/55{border-top-color:rgb(72 171 217 / 0.55)}
.border-t-info-text-text\/60{border-top-color:rgb(72 171 217 / 0.6)}
.border-t-info-text-text\/65{border-top-color:rgb(72 171 217 / 0.65)}
.border-t-info-text-text\/70{border-top-color:rgb(72 171 217 / 0.7)}
.border-t-info-text-text\/75{border-top-color:rgb(72 171 217 / 0.75)}
.border-t-info-text-text\/80{border-top-color:rgb(72 171 217 / 0.8)}
.border-t-info-text-text\/85{border-top-color:rgb(72 171 217 / 0.85)}
.border-t-info-text-text\/90{border-top-color:rgb(72 171 217 / 0.9)}
.border-t-info-text-text\/95{border-top-color:rgb(72 171 217 / 0.95)}
.border-t-lime-100{--tw-border-opacity:1;border-top-color:rgb(236 252 203 / var(--tw-border-opacity))}
.border-t-lime-100\/0{border-top-color:rgb(236 252 203 / 0)}
.border-t-lime-100\/10{border-top-color:rgb(236 252 203 / 0.1)}
.border-t-lime-100\/100{border-top-color:rgb(236 252 203 / 1)}
.border-t-lime-100\/15{border-top-color:rgb(236 252 203 / 0.15)}
.border-t-lime-100\/20{border-top-color:rgb(236 252 203 / 0.2)}
.border-t-lime-100\/25{border-top-color:rgb(236 252 203 / 0.25)}
.border-t-lime-100\/30{border-top-color:rgb(236 252 203 / 0.3)}
.border-t-lime-100\/35{border-top-color:rgb(236 252 203 / 0.35)}
.border-t-lime-100\/40{border-top-color:rgb(236 252 203 / 0.4)}
.border-t-lime-100\/45{border-top-color:rgb(236 252 203 / 0.45)}
.border-t-lime-100\/5{border-top-color:rgb(236 252 203 / 0.05)}
.border-t-lime-100\/50{border-top-color:rgb(236 252 203 / 0.5)}
.border-t-lime-100\/55{border-top-color:rgb(236 252 203 / 0.55)}
.border-t-lime-100\/60{border-top-color:rgb(236 252 203 / 0.6)}
.border-t-lime-100\/65{border-top-color:rgb(236 252 203 / 0.65)}
.border-t-lime-100\/70{border-top-color:rgb(236 252 203 / 0.7)}
.border-t-lime-100\/75{border-top-color:rgb(236 252 203 / 0.75)}
.border-t-lime-100\/80{border-top-color:rgb(236 252 203 / 0.8)}
.border-t-lime-100\/85{border-top-color:rgb(236 252 203 / 0.85)}
.border-t-lime-100\/90{border-top-color:rgb(236 252 203 / 0.9)}
.border-t-lime-100\/95{border-top-color:rgb(236 252 203 / 0.95)}
.border-t-lime-200{--tw-border-opacity:1;border-top-color:rgb(217 249 157 / var(--tw-border-opacity))}
.border-t-lime-200\/0{border-top-color:rgb(217 249 157 / 0)}
.border-t-lime-200\/10{border-top-color:rgb(217 249 157 / 0.1)}
.border-t-lime-200\/100{border-top-color:rgb(217 249 157 / 1)}
.border-t-lime-200\/15{border-top-color:rgb(217 249 157 / 0.15)}
.border-t-lime-200\/20{border-top-color:rgb(217 249 157 / 0.2)}
.border-t-lime-200\/25{border-top-color:rgb(217 249 157 / 0.25)}
.border-t-lime-200\/30{border-top-color:rgb(217 249 157 / 0.3)}
.border-t-lime-200\/35{border-top-color:rgb(217 249 157 / 0.35)}
.border-t-lime-200\/40{border-top-color:rgb(217 249 157 / 0.4)}
.border-t-lime-200\/45{border-top-color:rgb(217 249 157 / 0.45)}
.border-t-lime-200\/5{border-top-color:rgb(217 249 157 / 0.05)}
.border-t-lime-200\/50{border-top-color:rgb(217 249 157 / 0.5)}
.border-t-lime-200\/55{border-top-color:rgb(217 249 157 / 0.55)}
.border-t-lime-200\/60{border-top-color:rgb(217 249 157 / 0.6)}
.border-t-lime-200\/65{border-top-color:rgb(217 249 157 / 0.65)}
.border-t-lime-200\/70{border-top-color:rgb(217 249 157 / 0.7)}
.border-t-lime-200\/75{border-top-color:rgb(217 249 157 / 0.75)}
.border-t-lime-200\/80{border-top-color:rgb(217 249 157 / 0.8)}
.border-t-lime-200\/85{border-top-color:rgb(217 249 157 / 0.85)}
.border-t-lime-200\/90{border-top-color:rgb(217 249 157 / 0.9)}
.border-t-lime-200\/95{border-top-color:rgb(217 249 157 / 0.95)}
.border-t-lime-300{--tw-border-opacity:1;border-top-color:rgb(190 242 100 / var(--tw-border-opacity))}
.border-t-lime-300\/0{border-top-color:rgb(190 242 100 / 0)}
.border-t-lime-300\/10{border-top-color:rgb(190 242 100 / 0.1)}
.border-t-lime-300\/100{border-top-color:rgb(190 242 100 / 1)}
.border-t-lime-300\/15{border-top-color:rgb(190 242 100 / 0.15)}
.border-t-lime-300\/20{border-top-color:rgb(190 242 100 / 0.2)}
.border-t-lime-300\/25{border-top-color:rgb(190 242 100 / 0.25)}
.border-t-lime-300\/30{border-top-color:rgb(190 242 100 / 0.3)}
.border-t-lime-300\/35{border-top-color:rgb(190 242 100 / 0.35)}
.border-t-lime-300\/40{border-top-color:rgb(190 242 100 / 0.4)}
.border-t-lime-300\/45{border-top-color:rgb(190 242 100 / 0.45)}
.border-t-lime-300\/5{border-top-color:rgb(190 242 100 / 0.05)}
.border-t-lime-300\/50{border-top-color:rgb(190 242 100 / 0.5)}
.border-t-lime-300\/55{border-top-color:rgb(190 242 100 / 0.55)}
.border-t-lime-300\/60{border-top-color:rgb(190 242 100 / 0.6)}
.border-t-lime-300\/65{border-top-color:rgb(190 242 100 / 0.65)}
.border-t-lime-300\/70{border-top-color:rgb(190 242 100 / 0.7)}
.border-t-lime-300\/75{border-top-color:rgb(190 242 100 / 0.75)}
.border-t-lime-300\/80{border-top-color:rgb(190 242 100 / 0.8)}
.border-t-lime-300\/85{border-top-color:rgb(190 242 100 / 0.85)}
.border-t-lime-300\/90{border-top-color:rgb(190 242 100 / 0.9)}
.border-t-lime-300\/95{border-top-color:rgb(190 242 100 / 0.95)}
.border-t-lime-400{--tw-border-opacity:1;border-top-color:rgb(163 230 53 / var(--tw-border-opacity))}
.border-t-lime-400\/0{border-top-color:rgb(163 230 53 / 0)}
.border-t-lime-400\/10{border-top-color:rgb(163 230 53 / 0.1)}
.border-t-lime-400\/100{border-top-color:rgb(163 230 53 / 1)}
.border-t-lime-400\/15{border-top-color:rgb(163 230 53 / 0.15)}
.border-t-lime-400\/20{border-top-color:rgb(163 230 53 / 0.2)}
.border-t-lime-400\/25{border-top-color:rgb(163 230 53 / 0.25)}
.border-t-lime-400\/30{border-top-color:rgb(163 230 53 / 0.3)}
.border-t-lime-400\/35{border-top-color:rgb(163 230 53 / 0.35)}
.border-t-lime-400\/40{border-top-color:rgb(163 230 53 / 0.4)}
.border-t-lime-400\/45{border-top-color:rgb(163 230 53 / 0.45)}
.border-t-lime-400\/5{border-top-color:rgb(163 230 53 / 0.05)}
.border-t-lime-400\/50{border-top-color:rgb(163 230 53 / 0.5)}
.border-t-lime-400\/55{border-top-color:rgb(163 230 53 / 0.55)}
.border-t-lime-400\/60{border-top-color:rgb(163 230 53 / 0.6)}
.border-t-lime-400\/65{border-top-color:rgb(163 230 53 / 0.65)}
.border-t-lime-400\/70{border-top-color:rgb(163 230 53 / 0.7)}
.border-t-lime-400\/75{border-top-color:rgb(163 230 53 / 0.75)}
.border-t-lime-400\/80{border-top-color:rgb(163 230 53 / 0.8)}
.border-t-lime-400\/85{border-top-color:rgb(163 230 53 / 0.85)}
.border-t-lime-400\/90{border-top-color:rgb(163 230 53 / 0.9)}
.border-t-lime-400\/95{border-top-color:rgb(163 230 53 / 0.95)}
.border-t-lime-50{--tw-border-opacity:1;border-top-color:rgb(247 254 231 / var(--tw-border-opacity))}
.border-t-lime-50\/0{border-top-color:rgb(247 254 231 / 0)}
.border-t-lime-50\/10{border-top-color:rgb(247 254 231 / 0.1)}
.border-t-lime-50\/100{border-top-color:rgb(247 254 231 / 1)}
.border-t-lime-50\/15{border-top-color:rgb(247 254 231 / 0.15)}
.border-t-lime-50\/20{border-top-color:rgb(247 254 231 / 0.2)}
.border-t-lime-50\/25{border-top-color:rgb(247 254 231 / 0.25)}
.border-t-lime-50\/30{border-top-color:rgb(247 254 231 / 0.3)}
.border-t-lime-50\/35{border-top-color:rgb(247 254 231 / 0.35)}
.border-t-lime-50\/40{border-top-color:rgb(247 254 231 / 0.4)}
.border-t-lime-50\/45{border-top-color:rgb(247 254 231 / 0.45)}
.border-t-lime-50\/5{border-top-color:rgb(247 254 231 / 0.05)}
.border-t-lime-50\/50{border-top-color:rgb(247 254 231 / 0.5)}
.border-t-lime-50\/55{border-top-color:rgb(247 254 231 / 0.55)}
.border-t-lime-50\/60{border-top-color:rgb(247 254 231 / 0.6)}
.border-t-lime-50\/65{border-top-color:rgb(247 254 231 / 0.65)}
.border-t-lime-50\/70{border-top-color:rgb(247 254 231 / 0.7)}
.border-t-lime-50\/75{border-top-color:rgb(247 254 231 / 0.75)}
.border-t-lime-50\/80{border-top-color:rgb(247 254 231 / 0.8)}
.border-t-lime-50\/85{border-top-color:rgb(247 254 231 / 0.85)}
.border-t-lime-50\/90{border-top-color:rgb(247 254 231 / 0.9)}
.border-t-lime-50\/95{border-top-color:rgb(247 254 231 / 0.95)}
.border-t-lime-500{--tw-border-opacity:1;border-top-color:rgb(132 204 22 / var(--tw-border-opacity))}
.border-t-lime-500\/0{border-top-color:rgb(132 204 22 / 0)}
.border-t-lime-500\/10{border-top-color:rgb(132 204 22 / 0.1)}
.border-t-lime-500\/100{border-top-color:rgb(132 204 22 / 1)}
.border-t-lime-500\/15{border-top-color:rgb(132 204 22 / 0.15)}
.border-t-lime-500\/20{border-top-color:rgb(132 204 22 / 0.2)}
.border-t-lime-500\/25{border-top-color:rgb(132 204 22 / 0.25)}
.border-t-lime-500\/30{border-top-color:rgb(132 204 22 / 0.3)}
.border-t-lime-500\/35{border-top-color:rgb(132 204 22 / 0.35)}
.border-t-lime-500\/40{border-top-color:rgb(132 204 22 / 0.4)}
.border-t-lime-500\/45{border-top-color:rgb(132 204 22 / 0.45)}
.border-t-lime-500\/5{border-top-color:rgb(132 204 22 / 0.05)}
.border-t-lime-500\/50{border-top-color:rgb(132 204 22 / 0.5)}
.border-t-lime-500\/55{border-top-color:rgb(132 204 22 / 0.55)}
.border-t-lime-500\/60{border-top-color:rgb(132 204 22 / 0.6)}
.border-t-lime-500\/65{border-top-color:rgb(132 204 22 / 0.65)}
.border-t-lime-500\/70{border-top-color:rgb(132 204 22 / 0.7)}
.border-t-lime-500\/75{border-top-color:rgb(132 204 22 / 0.75)}
.border-t-lime-500\/80{border-top-color:rgb(132 204 22 / 0.8)}
.border-t-lime-500\/85{border-top-color:rgb(132 204 22 / 0.85)}
.border-t-lime-500\/90{border-top-color:rgb(132 204 22 / 0.9)}
.border-t-lime-500\/95{border-top-color:rgb(132 204 22 / 0.95)}
.border-t-lime-600{--tw-border-opacity:1;border-top-color:rgb(101 163 13 / var(--tw-border-opacity))}
.border-t-lime-600\/0{border-top-color:rgb(101 163 13 / 0)}
.border-t-lime-600\/10{border-top-color:rgb(101 163 13 / 0.1)}
.border-t-lime-600\/100{border-top-color:rgb(101 163 13 / 1)}
.border-t-lime-600\/15{border-top-color:rgb(101 163 13 / 0.15)}
.border-t-lime-600\/20{border-top-color:rgb(101 163 13 / 0.2)}
.border-t-lime-600\/25{border-top-color:rgb(101 163 13 / 0.25)}
.border-t-lime-600\/30{border-top-color:rgb(101 163 13 / 0.3)}
.border-t-lime-600\/35{border-top-color:rgb(101 163 13 / 0.35)}
.border-t-lime-600\/40{border-top-color:rgb(101 163 13 / 0.4)}
.border-t-lime-600\/45{border-top-color:rgb(101 163 13 / 0.45)}
.border-t-lime-600\/5{border-top-color:rgb(101 163 13 / 0.05)}
.border-t-lime-600\/50{border-top-color:rgb(101 163 13 / 0.5)}
.border-t-lime-600\/55{border-top-color:rgb(101 163 13 / 0.55)}
.border-t-lime-600\/60{border-top-color:rgb(101 163 13 / 0.6)}
.border-t-lime-600\/65{border-top-color:rgb(101 163 13 / 0.65)}
.border-t-lime-600\/70{border-top-color:rgb(101 163 13 / 0.7)}
.border-t-lime-600\/75{border-top-color:rgb(101 163 13 / 0.75)}
.border-t-lime-600\/80{border-top-color:rgb(101 163 13 / 0.8)}
.border-t-lime-600\/85{border-top-color:rgb(101 163 13 / 0.85)}
.border-t-lime-600\/90{border-top-color:rgb(101 163 13 / 0.9)}
.border-t-lime-600\/95{border-top-color:rgb(101 163 13 / 0.95)}
.border-t-lime-700{--tw-border-opacity:1;border-top-color:rgb(77 124 15 / var(--tw-border-opacity))}
.border-t-lime-700\/0{border-top-color:rgb(77 124 15 / 0)}
.border-t-lime-700\/10{border-top-color:rgb(77 124 15 / 0.1)}
.border-t-lime-700\/100{border-top-color:rgb(77 124 15 / 1)}
.border-t-lime-700\/15{border-top-color:rgb(77 124 15 / 0.15)}
.border-t-lime-700\/20{border-top-color:rgb(77 124 15 / 0.2)}
.border-t-lime-700\/25{border-top-color:rgb(77 124 15 / 0.25)}
.border-t-lime-700\/30{border-top-color:rgb(77 124 15 / 0.3)}
.border-t-lime-700\/35{border-top-color:rgb(77 124 15 / 0.35)}
.border-t-lime-700\/40{border-top-color:rgb(77 124 15 / 0.4)}
.border-t-lime-700\/45{border-top-color:rgb(77 124 15 / 0.45)}
.border-t-lime-700\/5{border-top-color:rgb(77 124 15 / 0.05)}
.border-t-lime-700\/50{border-top-color:rgb(77 124 15 / 0.5)}
.border-t-lime-700\/55{border-top-color:rgb(77 124 15 / 0.55)}
.border-t-lime-700\/60{border-top-color:rgb(77 124 15 / 0.6)}
.border-t-lime-700\/65{border-top-color:rgb(77 124 15 / 0.65)}
.border-t-lime-700\/70{border-top-color:rgb(77 124 15 / 0.7)}
.border-t-lime-700\/75{border-top-color:rgb(77 124 15 / 0.75)}
.border-t-lime-700\/80{border-top-color:rgb(77 124 15 / 0.8)}
.border-t-lime-700\/85{border-top-color:rgb(77 124 15 / 0.85)}
.border-t-lime-700\/90{border-top-color:rgb(77 124 15 / 0.9)}
.border-t-lime-700\/95{border-top-color:rgb(77 124 15 / 0.95)}
.border-t-lime-800{--tw-border-opacity:1;border-top-color:rgb(63 98 18 / var(--tw-border-opacity))}
.border-t-lime-800\/0{border-top-color:rgb(63 98 18 / 0)}
.border-t-lime-800\/10{border-top-color:rgb(63 98 18 / 0.1)}
.border-t-lime-800\/100{border-top-color:rgb(63 98 18 / 1)}
.border-t-lime-800\/15{border-top-color:rgb(63 98 18 / 0.15)}
.border-t-lime-800\/20{border-top-color:rgb(63 98 18 / 0.2)}
.border-t-lime-800\/25{border-top-color:rgb(63 98 18 / 0.25)}
.border-t-lime-800\/30{border-top-color:rgb(63 98 18 / 0.3)}
.border-t-lime-800\/35{border-top-color:rgb(63 98 18 / 0.35)}
.border-t-lime-800\/40{border-top-color:rgb(63 98 18 / 0.4)}
.border-t-lime-800\/45{border-top-color:rgb(63 98 18 / 0.45)}
.border-t-lime-800\/5{border-top-color:rgb(63 98 18 / 0.05)}
.border-t-lime-800\/50{border-top-color:rgb(63 98 18 / 0.5)}
.border-t-lime-800\/55{border-top-color:rgb(63 98 18 / 0.55)}
.border-t-lime-800\/60{border-top-color:rgb(63 98 18 / 0.6)}
.border-t-lime-800\/65{border-top-color:rgb(63 98 18 / 0.65)}
.border-t-lime-800\/70{border-top-color:rgb(63 98 18 / 0.7)}
.border-t-lime-800\/75{border-top-color:rgb(63 98 18 / 0.75)}
.border-t-lime-800\/80{border-top-color:rgb(63 98 18 / 0.8)}
.border-t-lime-800\/85{border-top-color:rgb(63 98 18 / 0.85)}
.border-t-lime-800\/90{border-top-color:rgb(63 98 18 / 0.9)}
.border-t-lime-800\/95{border-top-color:rgb(63 98 18 / 0.95)}
.border-t-lime-900{--tw-border-opacity:1;border-top-color:rgb(54 83 20 / var(--tw-border-opacity))}
.border-t-lime-900\/0{border-top-color:rgb(54 83 20 / 0)}
.border-t-lime-900\/10{border-top-color:rgb(54 83 20 / 0.1)}
.border-t-lime-900\/100{border-top-color:rgb(54 83 20 / 1)}
.border-t-lime-900\/15{border-top-color:rgb(54 83 20 / 0.15)}
.border-t-lime-900\/20{border-top-color:rgb(54 83 20 / 0.2)}
.border-t-lime-900\/25{border-top-color:rgb(54 83 20 / 0.25)}
.border-t-lime-900\/30{border-top-color:rgb(54 83 20 / 0.3)}
.border-t-lime-900\/35{border-top-color:rgb(54 83 20 / 0.35)}
.border-t-lime-900\/40{border-top-color:rgb(54 83 20 / 0.4)}
.border-t-lime-900\/45{border-top-color:rgb(54 83 20 / 0.45)}
.border-t-lime-900\/5{border-top-color:rgb(54 83 20 / 0.05)}
.border-t-lime-900\/50{border-top-color:rgb(54 83 20 / 0.5)}
.border-t-lime-900\/55{border-top-color:rgb(54 83 20 / 0.55)}
.border-t-lime-900\/60{border-top-color:rgb(54 83 20 / 0.6)}
.border-t-lime-900\/65{border-top-color:rgb(54 83 20 / 0.65)}
.border-t-lime-900\/70{border-top-color:rgb(54 83 20 / 0.7)}
.border-t-lime-900\/75{border-top-color:rgb(54 83 20 / 0.75)}
.border-t-lime-900\/80{border-top-color:rgb(54 83 20 / 0.8)}
.border-t-lime-900\/85{border-top-color:rgb(54 83 20 / 0.85)}
.border-t-lime-900\/90{border-top-color:rgb(54 83 20 / 0.9)}
.border-t-lime-900\/95{border-top-color:rgb(54 83 20 / 0.95)}
.border-t-lime-950{--tw-border-opacity:1;border-top-color:rgb(26 46 5 / var(--tw-border-opacity))}
.border-t-lime-950\/0{border-top-color:rgb(26 46 5 / 0)}
.border-t-lime-950\/10{border-top-color:rgb(26 46 5 / 0.1)}
.border-t-lime-950\/100{border-top-color:rgb(26 46 5 / 1)}
.border-t-lime-950\/15{border-top-color:rgb(26 46 5 / 0.15)}
.border-t-lime-950\/20{border-top-color:rgb(26 46 5 / 0.2)}
.border-t-lime-950\/25{border-top-color:rgb(26 46 5 / 0.25)}
.border-t-lime-950\/30{border-top-color:rgb(26 46 5 / 0.3)}
.border-t-lime-950\/35{border-top-color:rgb(26 46 5 / 0.35)}
.border-t-lime-950\/40{border-top-color:rgb(26 46 5 / 0.4)}
.border-t-lime-950\/45{border-top-color:rgb(26 46 5 / 0.45)}
.border-t-lime-950\/5{border-top-color:rgb(26 46 5 / 0.05)}
.border-t-lime-950\/50{border-top-color:rgb(26 46 5 / 0.5)}
.border-t-lime-950\/55{border-top-color:rgb(26 46 5 / 0.55)}
.border-t-lime-950\/60{border-top-color:rgb(26 46 5 / 0.6)}
.border-t-lime-950\/65{border-top-color:rgb(26 46 5 / 0.65)}
.border-t-lime-950\/70{border-top-color:rgb(26 46 5 / 0.7)}
.border-t-lime-950\/75{border-top-color:rgb(26 46 5 / 0.75)}
.border-t-lime-950\/80{border-top-color:rgb(26 46 5 / 0.8)}
.border-t-lime-950\/85{border-top-color:rgb(26 46 5 / 0.85)}
.border-t-lime-950\/90{border-top-color:rgb(26 46 5 / 0.9)}
.border-t-lime-950\/95{border-top-color:rgb(26 46 5 / 0.95)}
.border-t-navBackground-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-navBackground-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-navBackground-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-navBackground-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-navBackground-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-navBackground-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-navBackground-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-navBackground-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-navBackground-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-navBackground-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-navBackground-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-navBackground-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-navBackground-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-navBackground-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-navBackground-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-navBackground-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-navBackground-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-navBackground-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-navBackground-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-navBackground-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-navBackground-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-navBackground-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-navBackground-text-contrastsWithCard{border-top-color:true}
.border-t-navBackground-text-isDark{border-top-color:true}
.border-t-navBackground-text-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-t-navBackground-text-text\/0{border-top-color:rgb(132 132 132 / 0)}
.border-t-navBackground-text-text\/10{border-top-color:rgb(132 132 132 / 0.1)}
.border-t-navBackground-text-text\/100{border-top-color:rgb(132 132 132 / 1)}
.border-t-navBackground-text-text\/15{border-top-color:rgb(132 132 132 / 0.15)}
.border-t-navBackground-text-text\/20{border-top-color:rgb(132 132 132 / 0.2)}
.border-t-navBackground-text-text\/25{border-top-color:rgb(132 132 132 / 0.25)}
.border-t-navBackground-text-text\/30{border-top-color:rgb(132 132 132 / 0.3)}
.border-t-navBackground-text-text\/35{border-top-color:rgb(132 132 132 / 0.35)}
.border-t-navBackground-text-text\/40{border-top-color:rgb(132 132 132 / 0.4)}
.border-t-navBackground-text-text\/45{border-top-color:rgb(132 132 132 / 0.45)}
.border-t-navBackground-text-text\/5{border-top-color:rgb(132 132 132 / 0.05)}
.border-t-navBackground-text-text\/50{border-top-color:rgb(132 132 132 / 0.5)}
.border-t-navBackground-text-text\/55{border-top-color:rgb(132 132 132 / 0.55)}
.border-t-navBackground-text-text\/60{border-top-color:rgb(132 132 132 / 0.6)}
.border-t-navBackground-text-text\/65{border-top-color:rgb(132 132 132 / 0.65)}
.border-t-navBackground-text-text\/70{border-top-color:rgb(132 132 132 / 0.7)}
.border-t-navBackground-text-text\/75{border-top-color:rgb(132 132 132 / 0.75)}
.border-t-navBackground-text-text\/80{border-top-color:rgb(132 132 132 / 0.8)}
.border-t-navBackground-text-text\/85{border-top-color:rgb(132 132 132 / 0.85)}
.border-t-navBackground-text-text\/90{border-top-color:rgb(132 132 132 / 0.9)}
.border-t-navBackground-text-text\/95{border-top-color:rgb(132 132 132 / 0.95)}
.border-t-navBackgroundDark-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-navBackgroundDark-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-navBackgroundDark-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-navBackgroundDark-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-navBackgroundDark-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-navBackgroundDark-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-navBackgroundDark-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-navBackgroundDark-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-navBackgroundDark-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-navBackgroundDark-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-navBackgroundDark-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-navBackgroundDark-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-navBackgroundDark-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-navBackgroundDark-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-navBackgroundDark-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-navBackgroundDark-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-navBackgroundDark-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-navBackgroundDark-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-navBackgroundDark-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-navBackgroundDark-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-navBackgroundDark-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-navBackgroundDark-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-navBackgroundDark-text-contrastsWithCard{border-top-color:true}
.border-t-navBackgroundDark-text-isDark{border-top-color:true}
.border-t-navBackgroundDark-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-t-navBackgroundDark-text-text\/0{border-top-color:rgb(30 41 59 / 0)}
.border-t-navBackgroundDark-text-text\/10{border-top-color:rgb(30 41 59 / 0.1)}
.border-t-navBackgroundDark-text-text\/100{border-top-color:rgb(30 41 59 / 1)}
.border-t-navBackgroundDark-text-text\/15{border-top-color:rgb(30 41 59 / 0.15)}
.border-t-navBackgroundDark-text-text\/20{border-top-color:rgb(30 41 59 / 0.2)}
.border-t-navBackgroundDark-text-text\/25{border-top-color:rgb(30 41 59 / 0.25)}
.border-t-navBackgroundDark-text-text\/30{border-top-color:rgb(30 41 59 / 0.3)}
.border-t-navBackgroundDark-text-text\/35{border-top-color:rgb(30 41 59 / 0.35)}
.border-t-navBackgroundDark-text-text\/40{border-top-color:rgb(30 41 59 / 0.4)}
.border-t-navBackgroundDark-text-text\/45{border-top-color:rgb(30 41 59 / 0.45)}
.border-t-navBackgroundDark-text-text\/5{border-top-color:rgb(30 41 59 / 0.05)}
.border-t-navBackgroundDark-text-text\/50{border-top-color:rgb(30 41 59 / 0.5)}
.border-t-navBackgroundDark-text-text\/55{border-top-color:rgb(30 41 59 / 0.55)}
.border-t-navBackgroundDark-text-text\/60{border-top-color:rgb(30 41 59 / 0.6)}
.border-t-navBackgroundDark-text-text\/65{border-top-color:rgb(30 41 59 / 0.65)}
.border-t-navBackgroundDark-text-text\/70{border-top-color:rgb(30 41 59 / 0.7)}
.border-t-navBackgroundDark-text-text\/75{border-top-color:rgb(30 41 59 / 0.75)}
.border-t-navBackgroundDark-text-text\/80{border-top-color:rgb(30 41 59 / 0.8)}
.border-t-navBackgroundDark-text-text\/85{border-top-color:rgb(30 41 59 / 0.85)}
.border-t-navBackgroundDark-text-text\/90{border-top-color:rgb(30 41 59 / 0.9)}
.border-t-navBackgroundDark-text-text\/95{border-top-color:rgb(30 41 59 / 0.95)}
.border-t-navText-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-navText-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-navText-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-navText-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-navText-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-navText-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-navText-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-navText-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-navText-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-navText-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-navText-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-navText-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-navText-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-navText-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-navText-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-navText-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-navText-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-navText-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-navText-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-navText-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-navText-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-navText-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-navText-text-contrastsWithCard{border-top-color:true}
.border-t-navText-text-isDark{border-top-color:true}
.border-t-navText-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-t-navText-text-text\/0{border-top-color:rgb(30 41 59 / 0)}
.border-t-navText-text-text\/10{border-top-color:rgb(30 41 59 / 0.1)}
.border-t-navText-text-text\/100{border-top-color:rgb(30 41 59 / 1)}
.border-t-navText-text-text\/15{border-top-color:rgb(30 41 59 / 0.15)}
.border-t-navText-text-text\/20{border-top-color:rgb(30 41 59 / 0.2)}
.border-t-navText-text-text\/25{border-top-color:rgb(30 41 59 / 0.25)}
.border-t-navText-text-text\/30{border-top-color:rgb(30 41 59 / 0.3)}
.border-t-navText-text-text\/35{border-top-color:rgb(30 41 59 / 0.35)}
.border-t-navText-text-text\/40{border-top-color:rgb(30 41 59 / 0.4)}
.border-t-navText-text-text\/45{border-top-color:rgb(30 41 59 / 0.45)}
.border-t-navText-text-text\/5{border-top-color:rgb(30 41 59 / 0.05)}
.border-t-navText-text-text\/50{border-top-color:rgb(30 41 59 / 0.5)}
.border-t-navText-text-text\/55{border-top-color:rgb(30 41 59 / 0.55)}
.border-t-navText-text-text\/60{border-top-color:rgb(30 41 59 / 0.6)}
.border-t-navText-text-text\/65{border-top-color:rgb(30 41 59 / 0.65)}
.border-t-navText-text-text\/70{border-top-color:rgb(30 41 59 / 0.7)}
.border-t-navText-text-text\/75{border-top-color:rgb(30 41 59 / 0.75)}
.border-t-navText-text-text\/80{border-top-color:rgb(30 41 59 / 0.8)}
.border-t-navText-text-text\/85{border-top-color:rgb(30 41 59 / 0.85)}
.border-t-navText-text-text\/90{border-top-color:rgb(30 41 59 / 0.9)}
.border-t-navText-text-text\/95{border-top-color:rgb(30 41 59 / 0.95)}
.border-t-navTextDark-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-navTextDark-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-navTextDark-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-navTextDark-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-navTextDark-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-navTextDark-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-navTextDark-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-navTextDark-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-navTextDark-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-navTextDark-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-navTextDark-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-navTextDark-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-navTextDark-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-navTextDark-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-navTextDark-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-navTextDark-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-navTextDark-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-navTextDark-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-navTextDark-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-navTextDark-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-navTextDark-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-navTextDark-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-navTextDark-text-contrastsWithCard{border-top-color:true}
.border-t-navTextDark-text-isDark{border-top-color:true}
.border-t-navTextDark-text-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-t-navTextDark-text-text\/0{border-top-color:rgb(132 132 132 / 0)}
.border-t-navTextDark-text-text\/10{border-top-color:rgb(132 132 132 / 0.1)}
.border-t-navTextDark-text-text\/100{border-top-color:rgb(132 132 132 / 1)}
.border-t-navTextDark-text-text\/15{border-top-color:rgb(132 132 132 / 0.15)}
.border-t-navTextDark-text-text\/20{border-top-color:rgb(132 132 132 / 0.2)}
.border-t-navTextDark-text-text\/25{border-top-color:rgb(132 132 132 / 0.25)}
.border-t-navTextDark-text-text\/30{border-top-color:rgb(132 132 132 / 0.3)}
.border-t-navTextDark-text-text\/35{border-top-color:rgb(132 132 132 / 0.35)}
.border-t-navTextDark-text-text\/40{border-top-color:rgb(132 132 132 / 0.4)}
.border-t-navTextDark-text-text\/45{border-top-color:rgb(132 132 132 / 0.45)}
.border-t-navTextDark-text-text\/5{border-top-color:rgb(132 132 132 / 0.05)}
.border-t-navTextDark-text-text\/50{border-top-color:rgb(132 132 132 / 0.5)}
.border-t-navTextDark-text-text\/55{border-top-color:rgb(132 132 132 / 0.55)}
.border-t-navTextDark-text-text\/60{border-top-color:rgb(132 132 132 / 0.6)}
.border-t-navTextDark-text-text\/65{border-top-color:rgb(132 132 132 / 0.65)}
.border-t-navTextDark-text-text\/70{border-top-color:rgb(132 132 132 / 0.7)}
.border-t-navTextDark-text-text\/75{border-top-color:rgb(132 132 132 / 0.75)}
.border-t-navTextDark-text-text\/80{border-top-color:rgb(132 132 132 / 0.8)}
.border-t-navTextDark-text-text\/85{border-top-color:rgb(132 132 132 / 0.85)}
.border-t-navTextDark-text-text\/90{border-top-color:rgb(132 132 132 / 0.9)}
.border-t-navTextDark-text-text\/95{border-top-color:rgb(132 132 132 / 0.95)}
.border-t-navTextHover-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-navTextHover-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-navTextHover-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-navTextHover-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-navTextHover-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-navTextHover-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-navTextHover-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-navTextHover-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-navTextHover-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-navTextHover-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-navTextHover-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-navTextHover-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-navTextHover-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-navTextHover-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-navTextHover-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-navTextHover-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-navTextHover-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-navTextHover-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-navTextHover-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-navTextHover-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-navTextHover-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-navTextHover-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-navTextHover-text-contrastsWithCard{border-top-color:true}
.border-t-navTextHover-text-isDark{border-top-color:true}
.border-t-navTextHover-text-text{--tw-border-opacity:1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity))}
.border-t-navTextHover-text-text\/0{border-top-color:rgb(30 41 59 / 0)}
.border-t-navTextHover-text-text\/10{border-top-color:rgb(30 41 59 / 0.1)}
.border-t-navTextHover-text-text\/100{border-top-color:rgb(30 41 59 / 1)}
.border-t-navTextHover-text-text\/15{border-top-color:rgb(30 41 59 / 0.15)}
.border-t-navTextHover-text-text\/20{border-top-color:rgb(30 41 59 / 0.2)}
.border-t-navTextHover-text-text\/25{border-top-color:rgb(30 41 59 / 0.25)}
.border-t-navTextHover-text-text\/30{border-top-color:rgb(30 41 59 / 0.3)}
.border-t-navTextHover-text-text\/35{border-top-color:rgb(30 41 59 / 0.35)}
.border-t-navTextHover-text-text\/40{border-top-color:rgb(30 41 59 / 0.4)}
.border-t-navTextHover-text-text\/45{border-top-color:rgb(30 41 59 / 0.45)}
.border-t-navTextHover-text-text\/5{border-top-color:rgb(30 41 59 / 0.05)}
.border-t-navTextHover-text-text\/50{border-top-color:rgb(30 41 59 / 0.5)}
.border-t-navTextHover-text-text\/55{border-top-color:rgb(30 41 59 / 0.55)}
.border-t-navTextHover-text-text\/60{border-top-color:rgb(30 41 59 / 0.6)}
.border-t-navTextHover-text-text\/65{border-top-color:rgb(30 41 59 / 0.65)}
.border-t-navTextHover-text-text\/70{border-top-color:rgb(30 41 59 / 0.7)}
.border-t-navTextHover-text-text\/75{border-top-color:rgb(30 41 59 / 0.75)}
.border-t-navTextHover-text-text\/80{border-top-color:rgb(30 41 59 / 0.8)}
.border-t-navTextHover-text-text\/85{border-top-color:rgb(30 41 59 / 0.85)}
.border-t-navTextHover-text-text\/90{border-top-color:rgb(30 41 59 / 0.9)}
.border-t-navTextHover-text-text\/95{border-top-color:rgb(30 41 59 / 0.95)}
.border-t-primary{--tw-border-opacity:1;border-top-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-t-primary-100{border-top-color:var(--bt-primary-100)}
.border-t-primary-150{border-top-color:var(--bt-primary-150)}
.border-t-primary-200{border-top-color:var(--bt-primary-200)}
.border-t-primary-300{border-top-color:var(--bt-primary-300)}
.border-t-primary-350{border-top-color:var(--bt-primary-350)}
.border-t-primary-400{border-top-color:var(--bt-primary-400)}
.border-t-primary-450{border-top-color:var(--bt-primary-450)}
.border-t-primary-500{border-top-color:var(--bt-primary-500)}
.border-t-primary-550{border-top-color:var(--bt-primary-550)}
.border-t-primary-600{border-top-color:var(--bt-primary-600)}
.border-t-primary-650{border-top-color:var(--bt-primary-650)}
.border-t-primary-700{border-top-color:var(--bt-primary-700)}
.border-t-primary-750{border-top-color:var(--bt-primary-750)}
.border-t-primary-800{border-top-color:var(--bt-primary-800)}
.border-t-primary-850{border-top-color:var(--bt-primary-850)}
.border-t-primary-900{border-top-color:var(--bt-primary-900)}
.border-t-primary-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-primary-contrast-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-primary-contrast-contrast\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-primary-contrast-contrast\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-primary-contrast-contrast\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-primary-contrast-contrast\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-primary-contrast-contrast\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-primary-contrast-contrast\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-primary-contrast-contrast\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-primary-contrast-contrast\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-primary-contrast-contrast\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-primary-contrast-contrast\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-primary-contrast-contrast\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-primary-contrast-contrast\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-primary-contrast-contrast\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-primary-contrast-contrast\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-primary-contrast-contrast\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-primary-contrast-contrast\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-primary-contrast-contrast\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-primary-contrast-contrast\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-primary-contrast-contrast\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-primary-contrast-contrast\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-primary-contrast-contrast\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-primary-contrast-contrastsWithCard{}
.border-t-primary-contrast-isDark{}
.border-t-primary-contrast-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-t-primary-contrast-text\/0{border-top-color:rgb(132 132 132 / 0)}
.border-t-primary-contrast-text\/10{border-top-color:rgb(132 132 132 / 0.1)}
.border-t-primary-contrast-text\/100{border-top-color:rgb(132 132 132 / 1)}
.border-t-primary-contrast-text\/15{border-top-color:rgb(132 132 132 / 0.15)}
.border-t-primary-contrast-text\/20{border-top-color:rgb(132 132 132 / 0.2)}
.border-t-primary-contrast-text\/25{border-top-color:rgb(132 132 132 / 0.25)}
.border-t-primary-contrast-text\/30{border-top-color:rgb(132 132 132 / 0.3)}
.border-t-primary-contrast-text\/35{border-top-color:rgb(132 132 132 / 0.35)}
.border-t-primary-contrast-text\/40{border-top-color:rgb(132 132 132 / 0.4)}
.border-t-primary-contrast-text\/45{border-top-color:rgb(132 132 132 / 0.45)}
.border-t-primary-contrast-text\/5{border-top-color:rgb(132 132 132 / 0.05)}
.border-t-primary-contrast-text\/50{border-top-color:rgb(132 132 132 / 0.5)}
.border-t-primary-contrast-text\/55{border-top-color:rgb(132 132 132 / 0.55)}
.border-t-primary-contrast-text\/60{border-top-color:rgb(132 132 132 / 0.6)}
.border-t-primary-contrast-text\/65{border-top-color:rgb(132 132 132 / 0.65)}
.border-t-primary-contrast-text\/70{border-top-color:rgb(132 132 132 / 0.7)}
.border-t-primary-contrast-text\/75{border-top-color:rgb(132 132 132 / 0.75)}
.border-t-primary-contrast-text\/80{border-top-color:rgb(132 132 132 / 0.8)}
.border-t-primary-contrast-text\/85{border-top-color:rgb(132 132 132 / 0.85)}
.border-t-primary-contrast-text\/90{border-top-color:rgb(132 132 132 / 0.9)}
.border-t-primary-contrast-text\/95{border-top-color:rgb(132 132 132 / 0.95)}
.border-t-primary-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-primary-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-primary-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-primary-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-primary-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-primary-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-primary-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-primary-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-primary-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-primary-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-primary-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-primary-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-primary-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-primary-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-primary-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-primary-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-primary-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-primary-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-primary-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-primary-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-primary-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-primary-contrastsWithCard{border-top-color:true}
.border-t-primary-isDark{border-top-color:true}
.border-t-primary-text{--tw-border-opacity:1;border-top-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-t-primary-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-primary-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-primary-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-primary-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-primary-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-primary-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-primary-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-primary-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-primary-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-primary-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-primary-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-primary-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-primary-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-primary-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-primary-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-primary-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-primary-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-primary-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-primary-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-primary-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-primary-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-primary-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-primary-text-contrastsWithCard{border-top-color:true}
.border-t-primary-text-isDark{border-top-color:true}
.border-t-primary-text-text{--tw-border-opacity:1;border-top-color:rgb(0 87 136 / var(--tw-border-opacity))}
.border-t-primary-text-text\/0{border-top-color:rgb(0 87 136 / 0)}
.border-t-primary-text-text\/10{border-top-color:rgb(0 87 136 / 0.1)}
.border-t-primary-text-text\/100{border-top-color:rgb(0 87 136 / 1)}
.border-t-primary-text-text\/15{border-top-color:rgb(0 87 136 / 0.15)}
.border-t-primary-text-text\/20{border-top-color:rgb(0 87 136 / 0.2)}
.border-t-primary-text-text\/25{border-top-color:rgb(0 87 136 / 0.25)}
.border-t-primary-text-text\/30{border-top-color:rgb(0 87 136 / 0.3)}
.border-t-primary-text-text\/35{border-top-color:rgb(0 87 136 / 0.35)}
.border-t-primary-text-text\/40{border-top-color:rgb(0 87 136 / 0.4)}
.border-t-primary-text-text\/45{border-top-color:rgb(0 87 136 / 0.45)}
.border-t-primary-text-text\/5{border-top-color:rgb(0 87 136 / 0.05)}
.border-t-primary-text-text\/50{border-top-color:rgb(0 87 136 / 0.5)}
.border-t-primary-text-text\/55{border-top-color:rgb(0 87 136 / 0.55)}
.border-t-primary-text-text\/60{border-top-color:rgb(0 87 136 / 0.6)}
.border-t-primary-text-text\/65{border-top-color:rgb(0 87 136 / 0.65)}
.border-t-primary-text-text\/70{border-top-color:rgb(0 87 136 / 0.7)}
.border-t-primary-text-text\/75{border-top-color:rgb(0 87 136 / 0.75)}
.border-t-primary-text-text\/80{border-top-color:rgb(0 87 136 / 0.8)}
.border-t-primary-text-text\/85{border-top-color:rgb(0 87 136 / 0.85)}
.border-t-primary-text-text\/90{border-top-color:rgb(0 87 136 / 0.9)}
.border-t-primary-text-text\/95{border-top-color:rgb(0 87 136 / 0.95)}
.border-t-primary-text\/0{border-top-color:rgb(0 87 136 / 0)}
.border-t-primary-text\/10{border-top-color:rgb(0 87 136 / 0.1)}
.border-t-primary-text\/100{border-top-color:rgb(0 87 136 / 1)}
.border-t-primary-text\/15{border-top-color:rgb(0 87 136 / 0.15)}
.border-t-primary-text\/20{border-top-color:rgb(0 87 136 / 0.2)}
.border-t-primary-text\/25{border-top-color:rgb(0 87 136 / 0.25)}
.border-t-primary-text\/30{border-top-color:rgb(0 87 136 / 0.3)}
.border-t-primary-text\/35{border-top-color:rgb(0 87 136 / 0.35)}
.border-t-primary-text\/40{border-top-color:rgb(0 87 136 / 0.4)}
.border-t-primary-text\/45{border-top-color:rgb(0 87 136 / 0.45)}
.border-t-primary-text\/5{border-top-color:rgb(0 87 136 / 0.05)}
.border-t-primary-text\/50{border-top-color:rgb(0 87 136 / 0.5)}
.border-t-primary-text\/55{border-top-color:rgb(0 87 136 / 0.55)}
.border-t-primary-text\/60{border-top-color:rgb(0 87 136 / 0.6)}
.border-t-primary-text\/65{border-top-color:rgb(0 87 136 / 0.65)}
.border-t-primary-text\/70{border-top-color:rgb(0 87 136 / 0.7)}
.border-t-primary-text\/75{border-top-color:rgb(0 87 136 / 0.75)}
.border-t-primary-text\/80{border-top-color:rgb(0 87 136 / 0.8)}
.border-t-primary-text\/85{border-top-color:rgb(0 87 136 / 0.85)}
.border-t-primary-text\/90{border-top-color:rgb(0 87 136 / 0.9)}
.border-t-primary-text\/95{border-top-color:rgb(0 87 136 / 0.95)}
.border-t-primary\/0{border-top-color:rgb(0 87 136 / 0)}
.border-t-primary\/10{border-top-color:rgb(0 87 136 / 0.1)}
.border-t-primary\/100{border-top-color:rgb(0 87 136 / 1)}
.border-t-primary\/15{border-top-color:rgb(0 87 136 / 0.15)}
.border-t-primary\/20{border-top-color:rgb(0 87 136 / 0.2)}
.border-t-primary\/25{border-top-color:rgb(0 87 136 / 0.25)}
.border-t-primary\/30{border-top-color:rgb(0 87 136 / 0.3)}
.border-t-primary\/35{border-top-color:rgb(0 87 136 / 0.35)}
.border-t-primary\/40{border-top-color:rgb(0 87 136 / 0.4)}
.border-t-primary\/45{border-top-color:rgb(0 87 136 / 0.45)}
.border-t-primary\/5{border-top-color:rgb(0 87 136 / 0.05)}
.border-t-primary\/50{border-top-color:rgb(0 87 136 / 0.5)}
.border-t-primary\/55{border-top-color:rgb(0 87 136 / 0.55)}
.border-t-primary\/60{border-top-color:rgb(0 87 136 / 0.6)}
.border-t-primary\/65{border-top-color:rgb(0 87 136 / 0.65)}
.border-t-primary\/70{border-top-color:rgb(0 87 136 / 0.7)}
.border-t-primary\/75{border-top-color:rgb(0 87 136 / 0.75)}
.border-t-primary\/80{border-top-color:rgb(0 87 136 / 0.8)}
.border-t-primary\/85{border-top-color:rgb(0 87 136 / 0.85)}
.border-t-primary\/90{border-top-color:rgb(0 87 136 / 0.9)}
.border-t-primary\/95{border-top-color:rgb(0 87 136 / 0.95)}
.border-t-secondary-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-secondary-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-secondary-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-secondary-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-secondary-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-secondary-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-secondary-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-secondary-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-secondary-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-secondary-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-secondary-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-secondary-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-secondary-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-secondary-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-secondary-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-secondary-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-secondary-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-secondary-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-secondary-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-secondary-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-secondary-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-secondary-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-secondary-text-contrastsWithCard{border-top-color:true}
.border-t-secondary-text-isDark{border-top-color:true}
.border-t-secondary-text-text{--tw-border-opacity:1;border-top-color:rgb(90 94 100 / var(--tw-border-opacity))}
.border-t-secondary-text-text\/0{border-top-color:rgb(90 94 100 / 0)}
.border-t-secondary-text-text\/10{border-top-color:rgb(90 94 100 / 0.1)}
.border-t-secondary-text-text\/100{border-top-color:rgb(90 94 100 / 1)}
.border-t-secondary-text-text\/15{border-top-color:rgb(90 94 100 / 0.15)}
.border-t-secondary-text-text\/20{border-top-color:rgb(90 94 100 / 0.2)}
.border-t-secondary-text-text\/25{border-top-color:rgb(90 94 100 / 0.25)}
.border-t-secondary-text-text\/30{border-top-color:rgb(90 94 100 / 0.3)}
.border-t-secondary-text-text\/35{border-top-color:rgb(90 94 100 / 0.35)}
.border-t-secondary-text-text\/40{border-top-color:rgb(90 94 100 / 0.4)}
.border-t-secondary-text-text\/45{border-top-color:rgb(90 94 100 / 0.45)}
.border-t-secondary-text-text\/5{border-top-color:rgb(90 94 100 / 0.05)}
.border-t-secondary-text-text\/50{border-top-color:rgb(90 94 100 / 0.5)}
.border-t-secondary-text-text\/55{border-top-color:rgb(90 94 100 / 0.55)}
.border-t-secondary-text-text\/60{border-top-color:rgb(90 94 100 / 0.6)}
.border-t-secondary-text-text\/65{border-top-color:rgb(90 94 100 / 0.65)}
.border-t-secondary-text-text\/70{border-top-color:rgb(90 94 100 / 0.7)}
.border-t-secondary-text-text\/75{border-top-color:rgb(90 94 100 / 0.75)}
.border-t-secondary-text-text\/80{border-top-color:rgb(90 94 100 / 0.8)}
.border-t-secondary-text-text\/85{border-top-color:rgb(90 94 100 / 0.85)}
.border-t-secondary-text-text\/90{border-top-color:rgb(90 94 100 / 0.9)}
.border-t-secondary-text-text\/95{border-top-color:rgb(90 94 100 / 0.95)}
.border-t-success-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-success-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-success-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-success-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-success-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-success-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-success-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-success-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-success-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-success-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-success-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-success-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-success-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-success-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-success-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-success-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-success-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-success-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-success-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-success-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-success-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-success-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-success-text-contrastsWithCard{border-top-color:true}
.border-t-success-text-isDark{border-top-color:true}
.border-t-success-text-text{--tw-border-opacity:1;border-top-color:rgb(27 135 73 / var(--tw-border-opacity))}
.border-t-success-text-text\/0{border-top-color:rgb(27 135 73 / 0)}
.border-t-success-text-text\/10{border-top-color:rgb(27 135 73 / 0.1)}
.border-t-success-text-text\/100{border-top-color:rgb(27 135 73 / 1)}
.border-t-success-text-text\/15{border-top-color:rgb(27 135 73 / 0.15)}
.border-t-success-text-text\/20{border-top-color:rgb(27 135 73 / 0.2)}
.border-t-success-text-text\/25{border-top-color:rgb(27 135 73 / 0.25)}
.border-t-success-text-text\/30{border-top-color:rgb(27 135 73 / 0.3)}
.border-t-success-text-text\/35{border-top-color:rgb(27 135 73 / 0.35)}
.border-t-success-text-text\/40{border-top-color:rgb(27 135 73 / 0.4)}
.border-t-success-text-text\/45{border-top-color:rgb(27 135 73 / 0.45)}
.border-t-success-text-text\/5{border-top-color:rgb(27 135 73 / 0.05)}
.border-t-success-text-text\/50{border-top-color:rgb(27 135 73 / 0.5)}
.border-t-success-text-text\/55{border-top-color:rgb(27 135 73 / 0.55)}
.border-t-success-text-text\/60{border-top-color:rgb(27 135 73 / 0.6)}
.border-t-success-text-text\/65{border-top-color:rgb(27 135 73 / 0.65)}
.border-t-success-text-text\/70{border-top-color:rgb(27 135 73 / 0.7)}
.border-t-success-text-text\/75{border-top-color:rgb(27 135 73 / 0.75)}
.border-t-success-text-text\/80{border-top-color:rgb(27 135 73 / 0.8)}
.border-t-success-text-text\/85{border-top-color:rgb(27 135 73 / 0.85)}
.border-t-success-text-text\/90{border-top-color:rgb(27 135 73 / 0.9)}
.border-t-success-text-text\/95{border-top-color:rgb(27 135 73 / 0.95)}
.border-t-text-100{border-top-color:var(--bt-text-100)}
.border-t-text-200{border-top-color:var(--bt-text-200)}
.border-t-text-300{border-top-color:var(--bt-text-300)}
.border-t-text-400{border-top-color:var(--bt-text-400)}
.border-t-text-500{border-top-color:var(--bt-text-500)}
.border-t-text-600{border-top-color:var(--bt-text-600)}
.border-t-text-700{border-top-color:var(--bt-text-700)}
.border-t-text-800{border-top-color:var(--bt-text-800)}
.border-t-text-900{border-top-color:var(--bt-text-900)}
.border-t-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-text-contrast-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-text-contrast-contrast\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-text-contrast-contrast\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-text-contrast-contrast\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-text-contrast-contrast\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-text-contrast-contrast\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-text-contrast-contrast\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-text-contrast-contrast\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-text-contrast-contrast\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-text-contrast-contrast\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-text-contrast-contrast\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-text-contrast-contrast\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-text-contrast-contrast\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-text-contrast-contrast\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-text-contrast-contrast\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-text-contrast-contrast\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-text-contrast-contrast\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-text-contrast-contrast\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-text-contrast-contrast\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-text-contrast-contrast\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-text-contrast-contrast\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-text-contrast-contrast\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-text-contrast-contrastsWithCard{}
.border-t-text-contrast-isDark{}
.border-t-text-contrast-text{--tw-border-opacity:1;border-top-color:rgb(132 132 132 / var(--tw-border-opacity))}
.border-t-text-contrast-text\/0{border-top-color:rgb(132 132 132 / 0)}
.border-t-text-contrast-text\/10{border-top-color:rgb(132 132 132 / 0.1)}
.border-t-text-contrast-text\/100{border-top-color:rgb(132 132 132 / 1)}
.border-t-text-contrast-text\/15{border-top-color:rgb(132 132 132 / 0.15)}
.border-t-text-contrast-text\/20{border-top-color:rgb(132 132 132 / 0.2)}
.border-t-text-contrast-text\/25{border-top-color:rgb(132 132 132 / 0.25)}
.border-t-text-contrast-text\/30{border-top-color:rgb(132 132 132 / 0.3)}
.border-t-text-contrast-text\/35{border-top-color:rgb(132 132 132 / 0.35)}
.border-t-text-contrast-text\/40{border-top-color:rgb(132 132 132 / 0.4)}
.border-t-text-contrast-text\/45{border-top-color:rgb(132 132 132 / 0.45)}
.border-t-text-contrast-text\/5{border-top-color:rgb(132 132 132 / 0.05)}
.border-t-text-contrast-text\/50{border-top-color:rgb(132 132 132 / 0.5)}
.border-t-text-contrast-text\/55{border-top-color:rgb(132 132 132 / 0.55)}
.border-t-text-contrast-text\/60{border-top-color:rgb(132 132 132 / 0.6)}
.border-t-text-contrast-text\/65{border-top-color:rgb(132 132 132 / 0.65)}
.border-t-text-contrast-text\/70{border-top-color:rgb(132 132 132 / 0.7)}
.border-t-text-contrast-text\/75{border-top-color:rgb(132 132 132 / 0.75)}
.border-t-text-contrast-text\/80{border-top-color:rgb(132 132 132 / 0.8)}
.border-t-text-contrast-text\/85{border-top-color:rgb(132 132 132 / 0.85)}
.border-t-text-contrast-text\/90{border-top-color:rgb(132 132 132 / 0.9)}
.border-t-text-contrast-text\/95{border-top-color:rgb(132 132 132 / 0.95)}
.border-t-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-text-contrastsWithCard{border-top-color:true}
.border-t-text-isDark{border-top-color:true}
.border-t-text-text{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-text-text-contrast{--tw-border-opacity:1;border-top-color:rgb(255 255 255 / var(--tw-border-opacity))}
.border-t-text-text-contrast\/0{border-top-color:rgb(255 255 255 / 0)}
.border-t-text-text-contrast\/10{border-top-color:rgb(255 255 255 / 0.1)}
.border-t-text-text-contrast\/100{border-top-color:rgb(255 255 255 / 1)}
.border-t-text-text-contrast\/15{border-top-color:rgb(255 255 255 / 0.15)}
.border-t-text-text-contrast\/20{border-top-color:rgb(255 255 255 / 0.2)}
.border-t-text-text-contrast\/25{border-top-color:rgb(255 255 255 / 0.25)}
.border-t-text-text-contrast\/30{border-top-color:rgb(255 255 255 / 0.3)}
.border-t-text-text-contrast\/35{border-top-color:rgb(255 255 255 / 0.35)}
.border-t-text-text-contrast\/40{border-top-color:rgb(255 255 255 / 0.4)}
.border-t-text-text-contrast\/45{border-top-color:rgb(255 255 255 / 0.45)}
.border-t-text-text-contrast\/5{border-top-color:rgb(255 255 255 / 0.05)}
.border-t-text-text-contrast\/50{border-top-color:rgb(255 255 255 / 0.5)}
.border-t-text-text-contrast\/55{border-top-color:rgb(255 255 255 / 0.55)}
.border-t-text-text-contrast\/60{border-top-color:rgb(255 255 255 / 0.6)}
.border-t-text-text-contrast\/65{border-top-color:rgb(255 255 255 / 0.65)}
.border-t-text-text-contrast\/70{border-top-color:rgb(255 255 255 / 0.7)}
.border-t-text-text-contrast\/75{border-top-color:rgb(255 255 255 / 0.75)}
.border-t-text-text-contrast\/80{border-top-color:rgb(255 255 255 / 0.8)}
.border-t-text-text-contrast\/85{border-top-color:rgb(255 255 255 / 0.85)}
.border-t-text-text-contrast\/90{border-top-color:rgb(255 255 255 / 0.9)}
.border-t-text-text-contrast\/95{border-top-color:rgb(255 255 255 / 0.95)}
.border-t-text-text-contrastsWithCard{border-top-color:true}
.border-t-text-text-isDark{border-top-color:true}
.border-t-text-text-text{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-text-text-text\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-text-text-text\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-text-text-text\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-text-text-text\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-text-text-text\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-text-text-text\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-text-text-text\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-text-text-text\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-text-text-text\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-text-text-text\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-text-text-text\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-text-text-text\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-text-text-text\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-text-text-text\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-text-text-text\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-text-text-text\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-text-text-text\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-text-text-text\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-text-text-text\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-text-text-text\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-text-text-text\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-text-text\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-text-text\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-text-text\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-text-text\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-text-text\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-text-text\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-text-text\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-text-text\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-text-text\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-text-text\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-text-text\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-text-text\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-text-text\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-text-text\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-text-text\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-text-text\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-text-text\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-text-text\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-text-text\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-text-text\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-text-text\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-warning-text-contrast{--tw-border-opacity:1;border-top-color:rgb(0 0 0 / var(--tw-border-opacity))}
.border-t-warning-text-contrast\/0{border-top-color:rgb(0 0 0 / 0)}
.border-t-warning-text-contrast\/10{border-top-color:rgb(0 0 0 / 0.1)}
.border-t-warning-text-contrast\/100{border-top-color:rgb(0 0 0 / 1)}
.border-t-warning-text-contrast\/15{border-top-color:rgb(0 0 0 / 0.15)}
.border-t-warning-text-contrast\/20{border-top-color:rgb(0 0 0 / 0.2)}
.border-t-warning-text-contrast\/25{border-top-color:rgb(0 0 0 / 0.25)}
.border-t-warning-text-contrast\/30{border-top-color:rgb(0 0 0 / 0.3)}
.border-t-warning-text-contrast\/35{border-top-color:rgb(0 0 0 / 0.35)}
.border-t-warning-text-contrast\/40{border-top-color:rgb(0 0 0 / 0.4)}
.border-t-warning-text-contrast\/45{border-top-color:rgb(0 0 0 / 0.45)}
.border-t-warning-text-contrast\/5{border-top-color:rgb(0 0 0 / 0.05)}
.border-t-warning-text-contrast\/50{border-top-color:rgb(0 0 0 / 0.5)}
.border-t-warning-text-contrast\/55{border-top-color:rgb(0 0 0 / 0.55)}
.border-t-warning-text-contrast\/60{border-top-color:rgb(0 0 0 / 0.6)}
.border-t-warning-text-contrast\/65{border-top-color:rgb(0 0 0 / 0.65)}
.border-t-warning-text-contrast\/70{border-top-color:rgb(0 0 0 / 0.7)}
.border-t-warning-text-contrast\/75{border-top-color:rgb(0 0 0 / 0.75)}
.border-t-warning-text-contrast\/80{border-top-color:rgb(0 0 0 / 0.8)}
.border-t-warning-text-contrast\/85{border-top-color:rgb(0 0 0 / 0.85)}
.border-t-warning-text-contrast\/90{border-top-color:rgb(0 0 0 / 0.9)}
.border-t-warning-text-contrast\/95{border-top-color:rgb(0 0 0 / 0.95)}
.border-t-warning-text-contrastsWithCard{border-top-color:true}
.border-t-warning-text-isDark{}
.border-t-warning-text-text{--tw-border-opacity:1;border-top-color:rgb(255 168 0 / var(--tw-border-opacity))}
.border-t-warning-text-text\/0{border-top-color:rgb(255 168 0 / 0)}
.border-t-warning-text-text\/10{border-top-color:rgb(255 168 0 / 0.1)}
.border-t-warning-text-text\/100{border-top-color:rgb(255 168 0 / 1)}
.border-t-warning-text-text\/15{border-top-color:rgb(255 168 0 / 0.15)}
.border-t-warning-text-text\/20{border-top-color:rgb(255 168 0 / 0.2)}
.border-t-warning-text-text\/25{border-top-color:rgb(255 168 0 / 0.25)}
.border-t-warning-text-text\/30{border-top-color:rgb(255 168 0 / 0.3)}
.border-t-warning-text-text\/35{border-top-color:rgb(255 168 0 / 0.35)}
.border-t-warning-text-text\/40{border-top-color:rgb(255 168 0 / 0.4)}
.border-t-warning-text-text\/45{border-top-color:rgb(255 168 0 / 0.45)}
.border-t-warning-text-text\/5{border-top-color:rgb(255 168 0 / 0.05)}
.border-t-warning-text-text\/50{border-top-color:rgb(255 168 0 / 0.5)}
.border-t-warning-text-text\/55{border-top-color:rgb(255 168 0 / 0.55)}
.border-t-warning-text-text\/60{border-top-color:rgb(255 168 0 / 0.6)}
.border-t-warning-text-text\/65{border-top-color:rgb(255 168 0 / 0.65)}
.border-t-warning-text-text\/70{border-top-color:rgb(255 168 0 / 0.7)}
.border-t-warning-text-text\/75{border-top-color:rgb(255 168 0 / 0.75)}
.border-t-warning-text-text\/80{border-top-color:rgb(255 168 0 / 0.8)}
.border-t-warning-text-text\/85{border-top-color:rgb(255 168 0 / 0.85)}
.border-t-warning-text-text\/90{border-top-color:rgb(255 168 0 / 0.9)}
.border-t-warning-text-text\/95{border-top-color:rgb(255 168 0 / 0.95)}
.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}
.bg-amber-100\/0{background-color:rgb(254 243 199 / 0)}
.bg-amber-100\/10{background-color:rgb(254 243 199 / 0.1)}
.bg-amber-100\/100{background-color:rgb(254 243 199 / 1)}
.bg-amber-100\/15{background-color:rgb(254 243 199 / 0.15)}
.bg-amber-100\/20{background-color:rgb(254 243 199 / 0.2)}
.bg-amber-100\/25{background-color:rgb(254 243 199 / 0.25)}
.bg-amber-100\/30{background-color:rgb(254 243 199 / 0.3)}
.bg-amber-100\/35{background-color:rgb(254 243 199 / 0.35)}
.bg-amber-100\/40{background-color:rgb(254 243 199 / 0.4)}
.bg-amber-100\/45{background-color:rgb(254 243 199 / 0.45)}
.bg-amber-100\/5{background-color:rgb(254 243 199 / 0.05)}
.bg-amber-100\/50{background-color:rgb(254 243 199 / 0.5)}
.bg-amber-100\/55{background-color:rgb(254 243 199 / 0.55)}
.bg-amber-100\/60{background-color:rgb(254 243 199 / 0.6)}
.bg-amber-100\/65{background-color:rgb(254 243 199 / 0.65)}
.bg-amber-100\/70{background-color:rgb(254 243 199 / 0.7)}
.bg-amber-100\/75{background-color:rgb(254 243 199 / 0.75)}
.bg-amber-100\/80{background-color:rgb(254 243 199 / 0.8)}
.bg-amber-100\/85{background-color:rgb(254 243 199 / 0.85)}
.bg-amber-100\/90{background-color:rgb(254 243 199 / 0.9)}
.bg-amber-100\/95{background-color:rgb(254 243 199 / 0.95)}
.bg-amber-200{--tw-bg-opacity:1;background-color:rgb(253 230 138 / var(--tw-bg-opacity))}
.bg-amber-200\/0{background-color:rgb(253 230 138 / 0)}
.bg-amber-200\/10{background-color:rgb(253 230 138 / 0.1)}
.bg-amber-200\/100{background-color:rgb(253 230 138 / 1)}
.bg-amber-200\/15{background-color:rgb(253 230 138 / 0.15)}
.bg-amber-200\/20{background-color:rgb(253 230 138 / 0.2)}
.bg-amber-200\/25{background-color:rgb(253 230 138 / 0.25)}
.bg-amber-200\/30{background-color:rgb(253 230 138 / 0.3)}
.bg-amber-200\/35{background-color:rgb(253 230 138 / 0.35)}
.bg-amber-200\/40{background-color:rgb(253 230 138 / 0.4)}
.bg-amber-200\/45{background-color:rgb(253 230 138 / 0.45)}
.bg-amber-200\/5{background-color:rgb(253 230 138 / 0.05)}
.bg-amber-200\/50{background-color:rgb(253 230 138 / 0.5)}
.bg-amber-200\/55{background-color:rgb(253 230 138 / 0.55)}
.bg-amber-200\/60{background-color:rgb(253 230 138 / 0.6)}
.bg-amber-200\/65{background-color:rgb(253 230 138 / 0.65)}
.bg-amber-200\/70{background-color:rgb(253 230 138 / 0.7)}
.bg-amber-200\/75{background-color:rgb(253 230 138 / 0.75)}
.bg-amber-200\/80{background-color:rgb(253 230 138 / 0.8)}
.bg-amber-200\/85{background-color:rgb(253 230 138 / 0.85)}
.bg-amber-200\/90{background-color:rgb(253 230 138 / 0.9)}
.bg-amber-200\/95{background-color:rgb(253 230 138 / 0.95)}
.bg-amber-300{--tw-bg-opacity:1;background-color:rgb(252 211 77 / var(--tw-bg-opacity))}
.bg-amber-300\/0{background-color:rgb(252 211 77 / 0)}
.bg-amber-300\/10{background-color:rgb(252 211 77 / 0.1)}
.bg-amber-300\/100{background-color:rgb(252 211 77 / 1)}
.bg-amber-300\/15{background-color:rgb(252 211 77 / 0.15)}
.bg-amber-300\/20{background-color:rgb(252 211 77 / 0.2)}
.bg-amber-300\/25{background-color:rgb(252 211 77 / 0.25)}
.bg-amber-300\/30{background-color:rgb(252 211 77 / 0.3)}
.bg-amber-300\/35{background-color:rgb(252 211 77 / 0.35)}
.bg-amber-300\/40{background-color:rgb(252 211 77 / 0.4)}
.bg-amber-300\/45{background-color:rgb(252 211 77 / 0.45)}
.bg-amber-300\/5{background-color:rgb(252 211 77 / 0.05)}
.bg-amber-300\/50{background-color:rgb(252 211 77 / 0.5)}
.bg-amber-300\/55{background-color:rgb(252 211 77 / 0.55)}
.bg-amber-300\/60{background-color:rgb(252 211 77 / 0.6)}
.bg-amber-300\/65{background-color:rgb(252 211 77 / 0.65)}
.bg-amber-300\/70{background-color:rgb(252 211 77 / 0.7)}
.bg-amber-300\/75{background-color:rgb(252 211 77 / 0.75)}
.bg-amber-300\/80{background-color:rgb(252 211 77 / 0.8)}
.bg-amber-300\/85{background-color:rgb(252 211 77 / 0.85)}
.bg-amber-300\/90{background-color:rgb(252 211 77 / 0.9)}
.bg-amber-300\/95{background-color:rgb(252 211 77 / 0.95)}
.bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36 / var(--tw-bg-opacity))}
.bg-amber-400\/0{background-color:rgb(251 191 36 / 0)}
.bg-amber-400\/10{background-color:rgb(251 191 36 / 0.1)}
.bg-amber-400\/100{background-color:rgb(251 191 36 / 1)}
.bg-amber-400\/15{background-color:rgb(251 191 36 / 0.15)}
.bg-amber-400\/20{background-color:rgb(251 191 36 / 0.2)}
.bg-amber-400\/25{background-color:rgb(251 191 36 / 0.25)}
.bg-amber-400\/30{background-color:rgb(251 191 36 / 0.3)}
.bg-amber-400\/35{background-color:rgb(251 191 36 / 0.35)}
.bg-amber-400\/40{background-color:rgb(251 191 36 / 0.4)}
.bg-amber-400\/45{background-color:rgb(251 191 36 / 0.45)}
.bg-amber-400\/5{background-color:rgb(251 191 36 / 0.05)}
.bg-amber-400\/50{background-color:rgb(251 191 36 / 0.5)}
.bg-amber-400\/55{background-color:rgb(251 191 36 / 0.55)}
.bg-amber-400\/60{background-color:rgb(251 191 36 / 0.6)}
.bg-amber-400\/65{background-color:rgb(251 191 36 / 0.65)}
.bg-amber-400\/70{background-color:rgb(251 191 36 / 0.7)}
.bg-amber-400\/75{background-color:rgb(251 191 36 / 0.75)}
.bg-amber-400\/80{background-color:rgb(251 191 36 / 0.8)}
.bg-amber-400\/85{background-color:rgb(251 191 36 / 0.85)}
.bg-amber-400\/90{background-color:rgb(251 191 36 / 0.9)}
.bg-amber-400\/95{background-color:rgb(251 191 36 / 0.95)}
.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}
.bg-amber-50\/0{background-color:rgb(255 251 235 / 0)}
.bg-amber-50\/10{background-color:rgb(255 251 235 / 0.1)}
.bg-amber-50\/100{background-color:rgb(255 251 235 / 1)}
.bg-amber-50\/15{background-color:rgb(255 251 235 / 0.15)}
.bg-amber-50\/20{background-color:rgb(255 251 235 / 0.2)}
.bg-amber-50\/25{background-color:rgb(255 251 235 / 0.25)}
.bg-amber-50\/30{background-color:rgb(255 251 235 / 0.3)}
.bg-amber-50\/35{background-color:rgb(255 251 235 / 0.35)}
.bg-amber-50\/40{background-color:rgb(255 251 235 / 0.4)}
.bg-amber-50\/45{background-color:rgb(255 251 235 / 0.45)}
.bg-amber-50\/5{background-color:rgb(255 251 235 / 0.05)}
.bg-amber-50\/50{background-color:rgb(255 251 235 / 0.5)}
.bg-amber-50\/55{background-color:rgb(255 251 235 / 0.55)}
.bg-amber-50\/60{background-color:rgb(255 251 235 / 0.6)}
.bg-amber-50\/65{background-color:rgb(255 251 235 / 0.65)}
.bg-amber-50\/70{background-color:rgb(255 251 235 / 0.7)}
.bg-amber-50\/75{background-color:rgb(255 251 235 / 0.75)}
.bg-amber-50\/80{background-color:rgb(255 251 235 / 0.8)}
.bg-amber-50\/85{background-color:rgb(255 251 235 / 0.85)}
.bg-amber-50\/90{background-color:rgb(255 251 235 / 0.9)}
.bg-amber-50\/95{background-color:rgb(255 251 235 / 0.95)}
.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}
.bg-amber-500\/0{background-color:rgb(245 158 11 / 0)}
.bg-amber-500\/10{background-color:rgb(245 158 11 / 0.1)}
.bg-amber-500\/100{background-color:rgb(245 158 11 / 1)}
.bg-amber-500\/15{background-color:rgb(245 158 11 / 0.15)}
.bg-amber-500\/20{background-color:rgb(245 158 11 / 0.2)}
.bg-amber-500\/25{background-color:rgb(245 158 11 / 0.25)}
.bg-amber-500\/30{background-color:rgb(245 158 11 / 0.3)}
.bg-amber-500\/35{background-color:rgb(245 158 11 / 0.35)}
.bg-amber-500\/40{background-color:rgb(245 158 11 / 0.4)}
.bg-amber-500\/45{background-color:rgb(245 158 11 / 0.45)}
.bg-amber-500\/5{background-color:rgb(245 158 11 / 0.05)}
.bg-amber-500\/50{background-color:rgb(245 158 11 / 0.5)}
.bg-amber-500\/55{background-color:rgb(245 158 11 / 0.55)}
.bg-amber-500\/60{background-color:rgb(245 158 11 / 0.6)}
.bg-amber-500\/65{background-color:rgb(245 158 11 / 0.65)}
.bg-amber-500\/70{background-color:rgb(245 158 11 / 0.7)}
.bg-amber-500\/75{background-color:rgb(245 158 11 / 0.75)}
.bg-amber-500\/80{background-color:rgb(245 158 11 / 0.8)}
.bg-amber-500\/85{background-color:rgb(245 158 11 / 0.85)}
.bg-amber-500\/90{background-color:rgb(245 158 11 / 0.9)}
.bg-amber-500\/95{background-color:rgb(245 158 11 / 0.95)}
.bg-amber-600{--tw-bg-opacity:1;background-color:rgb(217 119 6 / var(--tw-bg-opacity))}
.bg-amber-600\/0{background-color:rgb(217 119 6 / 0)}
.bg-amber-600\/10{background-color:rgb(217 119 6 / 0.1)}
.bg-amber-600\/100{background-color:rgb(217 119 6 / 1)}
.bg-amber-600\/15{background-color:rgb(217 119 6 / 0.15)}
.bg-amber-600\/20{background-color:rgb(217 119 6 / 0.2)}
.bg-amber-600\/25{background-color:rgb(217 119 6 / 0.25)}
.bg-amber-600\/30{background-color:rgb(217 119 6 / 0.3)}
.bg-amber-600\/35{background-color:rgb(217 119 6 / 0.35)}
.bg-amber-600\/40{background-color:rgb(217 119 6 / 0.4)}
.bg-amber-600\/45{background-color:rgb(217 119 6 / 0.45)}
.bg-amber-600\/5{background-color:rgb(217 119 6 / 0.05)}
.bg-amber-600\/50{background-color:rgb(217 119 6 / 0.5)}
.bg-amber-600\/55{background-color:rgb(217 119 6 / 0.55)}
.bg-amber-600\/60{background-color:rgb(217 119 6 / 0.6)}
.bg-amber-600\/65{background-color:rgb(217 119 6 / 0.65)}
.bg-amber-600\/70{background-color:rgb(217 119 6 / 0.7)}
.bg-amber-600\/75{background-color:rgb(217 119 6 / 0.75)}
.bg-amber-600\/80{background-color:rgb(217 119 6 / 0.8)}
.bg-amber-600\/85{background-color:rgb(217 119 6 / 0.85)}
.bg-amber-600\/90{background-color:rgb(217 119 6 / 0.9)}
.bg-amber-600\/95{background-color:rgb(217 119 6 / 0.95)}
.bg-amber-700{--tw-bg-opacity:1;background-color:rgb(180 83 9 / var(--tw-bg-opacity))}
.bg-amber-700\/0{background-color:rgb(180 83 9 / 0)}
.bg-amber-700\/10{background-color:rgb(180 83 9 / 0.1)}
.bg-amber-700\/100{background-color:rgb(180 83 9 / 1)}
.bg-amber-700\/15{background-color:rgb(180 83 9 / 0.15)}
.bg-amber-700\/20{background-color:rgb(180 83 9 / 0.2)}
.bg-amber-700\/25{background-color:rgb(180 83 9 / 0.25)}
.bg-amber-700\/30{background-color:rgb(180 83 9 / 0.3)}
.bg-amber-700\/35{background-color:rgb(180 83 9 / 0.35)}
.bg-amber-700\/40{background-color:rgb(180 83 9 / 0.4)}
.bg-amber-700\/45{background-color:rgb(180 83 9 / 0.45)}
.bg-amber-700\/5{background-color:rgb(180 83 9 / 0.05)}
.bg-amber-700\/50{background-color:rgb(180 83 9 / 0.5)}
.bg-amber-700\/55{background-color:rgb(180 83 9 / 0.55)}
.bg-amber-700\/60{background-color:rgb(180 83 9 / 0.6)}
.bg-amber-700\/65{background-color:rgb(180 83 9 / 0.65)}
.bg-amber-700\/70{background-color:rgb(180 83 9 / 0.7)}
.bg-amber-700\/75{background-color:rgb(180 83 9 / 0.75)}
.bg-amber-700\/80{background-color:rgb(180 83 9 / 0.8)}
.bg-amber-700\/85{background-color:rgb(180 83 9 / 0.85)}
.bg-amber-700\/90{background-color:rgb(180 83 9 / 0.9)}
.bg-amber-700\/95{background-color:rgb(180 83 9 / 0.95)}
.bg-amber-800{--tw-bg-opacity:1;background-color:rgb(146 64 14 / var(--tw-bg-opacity))}
.bg-amber-800\/0{background-color:rgb(146 64 14 / 0)}
.bg-amber-800\/10{background-color:rgb(146 64 14 / 0.1)}
.bg-amber-800\/100{background-color:rgb(146 64 14 / 1)}
.bg-amber-800\/15{background-color:rgb(146 64 14 / 0.15)}
.bg-amber-800\/20{background-color:rgb(146 64 14 / 0.2)}
.bg-amber-800\/25{background-color:rgb(146 64 14 / 0.25)}
.bg-amber-800\/30{background-color:rgb(146 64 14 / 0.3)}
.bg-amber-800\/35{background-color:rgb(146 64 14 / 0.35)}
.bg-amber-800\/40{background-color:rgb(146 64 14 / 0.4)}
.bg-amber-800\/45{background-color:rgb(146 64 14 / 0.45)}
.bg-amber-800\/5{background-color:rgb(146 64 14 / 0.05)}
.bg-amber-800\/50{background-color:rgb(146 64 14 / 0.5)}
.bg-amber-800\/55{background-color:rgb(146 64 14 / 0.55)}
.bg-amber-800\/60{background-color:rgb(146 64 14 / 0.6)}
.bg-amber-800\/65{background-color:rgb(146 64 14 / 0.65)}
.bg-amber-800\/70{background-color:rgb(146 64 14 / 0.7)}
.bg-amber-800\/75{background-color:rgb(146 64 14 / 0.75)}
.bg-amber-800\/80{background-color:rgb(146 64 14 / 0.8)}
.bg-amber-800\/85{background-color:rgb(146 64 14 / 0.85)}
.bg-amber-800\/90{background-color:rgb(146 64 14 / 0.9)}
.bg-amber-800\/95{background-color:rgb(146 64 14 / 0.95)}
.bg-amber-900{--tw-bg-opacity:1;background-color:rgb(120 53 15 / var(--tw-bg-opacity))}
.bg-amber-900\/0{background-color:rgb(120 53 15 / 0)}
.bg-amber-900\/10{background-color:rgb(120 53 15 / 0.1)}
.bg-amber-900\/100{background-color:rgb(120 53 15 / 1)}
.bg-amber-900\/15{background-color:rgb(120 53 15 / 0.15)}
.bg-amber-900\/20{background-color:rgb(120 53 15 / 0.2)}
.bg-amber-900\/25{background-color:rgb(120 53 15 / 0.25)}
.bg-amber-900\/30{background-color:rgb(120 53 15 / 0.3)}
.bg-amber-900\/35{background-color:rgb(120 53 15 / 0.35)}
.bg-amber-900\/40{background-color:rgb(120 53 15 / 0.4)}
.bg-amber-900\/45{background-color:rgb(120 53 15 / 0.45)}
.bg-amber-900\/5{background-color:rgb(120 53 15 / 0.05)}
.bg-amber-900\/50{background-color:rgb(120 53 15 / 0.5)}
.bg-amber-900\/55{background-color:rgb(120 53 15 / 0.55)}
.bg-amber-900\/60{background-color:rgb(120 53 15 / 0.6)}
.bg-amber-900\/65{background-color:rgb(120 53 15 / 0.65)}
.bg-amber-900\/70{background-color:rgb(120 53 15 / 0.7)}
.bg-amber-900\/75{background-color:rgb(120 53 15 / 0.75)}
.bg-amber-900\/80{background-color:rgb(120 53 15 / 0.8)}
.bg-amber-900\/85{background-color:rgb(120 53 15 / 0.85)}
.bg-amber-900\/90{background-color:rgb(120 53 15 / 0.9)}
.bg-amber-900\/95{background-color:rgb(120 53 15 / 0.95)}
.bg-amber-950{--tw-bg-opacity:1;background-color:rgb(69 26 3 / var(--tw-bg-opacity))}
.bg-amber-950\/0{background-color:rgb(69 26 3 / 0)}
.bg-amber-950\/10{background-color:rgb(69 26 3 / 0.1)}
.bg-amber-950\/100{background-color:rgb(69 26 3 / 1)}
.bg-amber-950\/15{background-color:rgb(69 26 3 / 0.15)}
.bg-amber-950\/20{background-color:rgb(69 26 3 / 0.2)}
.bg-amber-950\/25{background-color:rgb(69 26 3 / 0.25)}
.bg-amber-950\/30{background-color:rgb(69 26 3 / 0.3)}
.bg-amber-950\/35{background-color:rgb(69 26 3 / 0.35)}
.bg-amber-950\/40{background-color:rgb(69 26 3 / 0.4)}
.bg-amber-950\/45{background-color:rgb(69 26 3 / 0.45)}
.bg-amber-950\/5{background-color:rgb(69 26 3 / 0.05)}
.bg-amber-950\/50{background-color:rgb(69 26 3 / 0.5)}
.bg-amber-950\/55{background-color:rgb(69 26 3 / 0.55)}
.bg-amber-950\/60{background-color:rgb(69 26 3 / 0.6)}
.bg-amber-950\/65{background-color:rgb(69 26 3 / 0.65)}
.bg-amber-950\/70{background-color:rgb(69 26 3 / 0.7)}
.bg-amber-950\/75{background-color:rgb(69 26 3 / 0.75)}
.bg-amber-950\/80{background-color:rgb(69 26 3 / 0.8)}
.bg-amber-950\/85{background-color:rgb(69 26 3 / 0.85)}
.bg-amber-950\/90{background-color:rgb(69 26 3 / 0.9)}
.bg-amber-950\/95{background-color:rgb(69 26 3 / 0.95)}
.bg-background-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-background-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-background-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-background-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-background-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-background-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-background-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-background-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-background-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-background-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-background-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-background-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-background-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-background-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-background-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-background-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-background-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-background-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-background-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-background-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-background-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-background-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-background-text-contrastsWithCard{background-color:true}
.bg-background-text-isDark{background-color:true}
.bg-background-text-text{--tw-bg-opacity:1;background-color:rgb(107 111 115 / var(--tw-bg-opacity))}
.bg-background-text-text\/0{background-color:rgb(107 111 115 / 0)}
.bg-background-text-text\/10{background-color:rgb(107 111 115 / 0.1)}
.bg-background-text-text\/100{background-color:rgb(107 111 115 / 1)}
.bg-background-text-text\/15{background-color:rgb(107 111 115 / 0.15)}
.bg-background-text-text\/20{background-color:rgb(107 111 115 / 0.2)}
.bg-background-text-text\/25{background-color:rgb(107 111 115 / 0.25)}
.bg-background-text-text\/30{background-color:rgb(107 111 115 / 0.3)}
.bg-background-text-text\/35{background-color:rgb(107 111 115 / 0.35)}
.bg-background-text-text\/40{background-color:rgb(107 111 115 / 0.4)}
.bg-background-text-text\/45{background-color:rgb(107 111 115 / 0.45)}
.bg-background-text-text\/5{background-color:rgb(107 111 115 / 0.05)}
.bg-background-text-text\/50{background-color:rgb(107 111 115 / 0.5)}
.bg-background-text-text\/55{background-color:rgb(107 111 115 / 0.55)}
.bg-background-text-text\/60{background-color:rgb(107 111 115 / 0.6)}
.bg-background-text-text\/65{background-color:rgb(107 111 115 / 0.65)}
.bg-background-text-text\/70{background-color:rgb(107 111 115 / 0.7)}
.bg-background-text-text\/75{background-color:rgb(107 111 115 / 0.75)}
.bg-background-text-text\/80{background-color:rgb(107 111 115 / 0.8)}
.bg-background-text-text\/85{background-color:rgb(107 111 115 / 0.85)}
.bg-background-text-text\/90{background-color:rgb(107 111 115 / 0.9)}
.bg-background-text-text\/95{background-color:rgb(107 111 115 / 0.95)}
.bg-bt-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-bt-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-bt-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-bt-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-bt-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-bt-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-bt-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-bt-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-bt-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-bt-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-bt-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-bt-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-bt-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-bt-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-bt-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-bt-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-bt-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-bt-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-bt-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-bt-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-bt-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-bt-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-bt-text-contrastsWithCard{background-color:true}
.bg-bt-text-isDark{background-color:true}
.bg-bt-text-text{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.bg-bt-text-text\/0{background-color:rgb(30 41 59 / 0)}
.bg-bt-text-text\/10{background-color:rgb(30 41 59 / 0.1)}
.bg-bt-text-text\/100{background-color:rgb(30 41 59 / 1)}
.bg-bt-text-text\/15{background-color:rgb(30 41 59 / 0.15)}
.bg-bt-text-text\/20{background-color:rgb(30 41 59 / 0.2)}
.bg-bt-text-text\/25{background-color:rgb(30 41 59 / 0.25)}
.bg-bt-text-text\/30{background-color:rgb(30 41 59 / 0.3)}
.bg-bt-text-text\/35{background-color:rgb(30 41 59 / 0.35)}
.bg-bt-text-text\/40{background-color:rgb(30 41 59 / 0.4)}
.bg-bt-text-text\/45{background-color:rgb(30 41 59 / 0.45)}
.bg-bt-text-text\/5{background-color:rgb(30 41 59 / 0.05)}
.bg-bt-text-text\/50{background-color:rgb(30 41 59 / 0.5)}
.bg-bt-text-text\/55{background-color:rgb(30 41 59 / 0.55)}
.bg-bt-text-text\/60{background-color:rgb(30 41 59 / 0.6)}
.bg-bt-text-text\/65{background-color:rgb(30 41 59 / 0.65)}
.bg-bt-text-text\/70{background-color:rgb(30 41 59 / 0.7)}
.bg-bt-text-text\/75{background-color:rgb(30 41 59 / 0.75)}
.bg-bt-text-text\/80{background-color:rgb(30 41 59 / 0.8)}
.bg-bt-text-text\/85{background-color:rgb(30 41 59 / 0.85)}
.bg-bt-text-text\/90{background-color:rgb(30 41 59 / 0.9)}
.bg-bt-text-text\/95{background-color:rgb(30 41 59 / 0.95)}
.bg-btLight-text-contrast{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-btLight-text-contrast\/0{background-color:rgb(0 0 0 / 0)}
.bg-btLight-text-contrast\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-btLight-text-contrast\/100{background-color:rgb(0 0 0 / 1)}
.bg-btLight-text-contrast\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-btLight-text-contrast\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-btLight-text-contrast\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-btLight-text-contrast\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-btLight-text-contrast\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-btLight-text-contrast\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-btLight-text-contrast\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-btLight-text-contrast\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-btLight-text-contrast\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-btLight-text-contrast\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-btLight-text-contrast\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-btLight-text-contrast\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-btLight-text-contrast\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-btLight-text-contrast\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-btLight-text-contrast\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-btLight-text-contrast\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-btLight-text-contrast\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-btLight-text-contrast\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-btLight-text-contrastsWithCard{background-color:true}
.bg-btLight-text-isDark{}
.bg-btLight-text-text{--tw-bg-opacity:1;background-color:rgb(72 171 217 / var(--tw-bg-opacity))}
.bg-btLight-text-text\/0{background-color:rgb(72 171 217 / 0)}
.bg-btLight-text-text\/10{background-color:rgb(72 171 217 / 0.1)}
.bg-btLight-text-text\/100{background-color:rgb(72 171 217 / 1)}
.bg-btLight-text-text\/15{background-color:rgb(72 171 217 / 0.15)}
.bg-btLight-text-text\/20{background-color:rgb(72 171 217 / 0.2)}
.bg-btLight-text-text\/25{background-color:rgb(72 171 217 / 0.25)}
.bg-btLight-text-text\/30{background-color:rgb(72 171 217 / 0.3)}
.bg-btLight-text-text\/35{background-color:rgb(72 171 217 / 0.35)}
.bg-btLight-text-text\/40{background-color:rgb(72 171 217 / 0.4)}
.bg-btLight-text-text\/45{background-color:rgb(72 171 217 / 0.45)}
.bg-btLight-text-text\/5{background-color:rgb(72 171 217 / 0.05)}
.bg-btLight-text-text\/50{background-color:rgb(72 171 217 / 0.5)}
.bg-btLight-text-text\/55{background-color:rgb(72 171 217 / 0.55)}
.bg-btLight-text-text\/60{background-color:rgb(72 171 217 / 0.6)}
.bg-btLight-text-text\/65{background-color:rgb(72 171 217 / 0.65)}
.bg-btLight-text-text\/70{background-color:rgb(72 171 217 / 0.7)}
.bg-btLight-text-text\/75{background-color:rgb(72 171 217 / 0.75)}
.bg-btLight-text-text\/80{background-color:rgb(72 171 217 / 0.8)}
.bg-btLight-text-text\/85{background-color:rgb(72 171 217 / 0.85)}
.bg-btLight-text-text\/90{background-color:rgb(72 171 217 / 0.9)}
.bg-btLight-text-text\/95{background-color:rgb(72 171 217 / 0.95)}
.bg-cardBackground-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-cardBackground-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-cardBackground-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-cardBackground-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-cardBackground-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-cardBackground-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-cardBackground-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-cardBackground-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-cardBackground-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-cardBackground-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-cardBackground-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-cardBackground-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-cardBackground-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-cardBackground-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-cardBackground-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-cardBackground-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-cardBackground-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-cardBackground-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-cardBackground-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-cardBackground-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-cardBackground-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-cardBackground-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-cardBackground-text-contrastsWithCard{background-color:true}
.bg-cardBackground-text-isDark{background-color:true}
.bg-cardBackground-text-text{--tw-bg-opacity:1;background-color:rgb(132 132 132 / var(--tw-bg-opacity))}
.bg-cardBackground-text-text\/0{background-color:rgb(132 132 132 / 0)}
.bg-cardBackground-text-text\/10{background-color:rgb(132 132 132 / 0.1)}
.bg-cardBackground-text-text\/100{background-color:rgb(132 132 132 / 1)}
.bg-cardBackground-text-text\/15{background-color:rgb(132 132 132 / 0.15)}
.bg-cardBackground-text-text\/20{background-color:rgb(132 132 132 / 0.2)}
.bg-cardBackground-text-text\/25{background-color:rgb(132 132 132 / 0.25)}
.bg-cardBackground-text-text\/30{background-color:rgb(132 132 132 / 0.3)}
.bg-cardBackground-text-text\/35{background-color:rgb(132 132 132 / 0.35)}
.bg-cardBackground-text-text\/40{background-color:rgb(132 132 132 / 0.4)}
.bg-cardBackground-text-text\/45{background-color:rgb(132 132 132 / 0.45)}
.bg-cardBackground-text-text\/5{background-color:rgb(132 132 132 / 0.05)}
.bg-cardBackground-text-text\/50{background-color:rgb(132 132 132 / 0.5)}
.bg-cardBackground-text-text\/55{background-color:rgb(132 132 132 / 0.55)}
.bg-cardBackground-text-text\/60{background-color:rgb(132 132 132 / 0.6)}
.bg-cardBackground-text-text\/65{background-color:rgb(132 132 132 / 0.65)}
.bg-cardBackground-text-text\/70{background-color:rgb(132 132 132 / 0.7)}
.bg-cardBackground-text-text\/75{background-color:rgb(132 132 132 / 0.75)}
.bg-cardBackground-text-text\/80{background-color:rgb(132 132 132 / 0.8)}
.bg-cardBackground-text-text\/85{background-color:rgb(132 132 132 / 0.85)}
.bg-cardBackground-text-text\/90{background-color:rgb(132 132 132 / 0.9)}
.bg-cardBackground-text-text\/95{background-color:rgb(132 132 132 / 0.95)}
.bg-cardHeader-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-cardHeader-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-cardHeader-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-cardHeader-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-cardHeader-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-cardHeader-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-cardHeader-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-cardHeader-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-cardHeader-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-cardHeader-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-cardHeader-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-cardHeader-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-cardHeader-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-cardHeader-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-cardHeader-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-cardHeader-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-cardHeader-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-cardHeader-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-cardHeader-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-cardHeader-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-cardHeader-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-cardHeader-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-cardHeader-text-contrastsWithCard{background-color:true}
.bg-cardHeader-text-isDark{background-color:true}
.bg-cardHeader-text-text{--tw-bg-opacity:1;background-color:rgb(126 126 132 / var(--tw-bg-opacity))}
.bg-cardHeader-text-text\/0{background-color:rgb(126 126 132 / 0)}
.bg-cardHeader-text-text\/10{background-color:rgb(126 126 132 / 0.1)}
.bg-cardHeader-text-text\/100{background-color:rgb(126 126 132 / 1)}
.bg-cardHeader-text-text\/15{background-color:rgb(126 126 132 / 0.15)}
.bg-cardHeader-text-text\/20{background-color:rgb(126 126 132 / 0.2)}
.bg-cardHeader-text-text\/25{background-color:rgb(126 126 132 / 0.25)}
.bg-cardHeader-text-text\/30{background-color:rgb(126 126 132 / 0.3)}
.bg-cardHeader-text-text\/35{background-color:rgb(126 126 132 / 0.35)}
.bg-cardHeader-text-text\/40{background-color:rgb(126 126 132 / 0.4)}
.bg-cardHeader-text-text\/45{background-color:rgb(126 126 132 / 0.45)}
.bg-cardHeader-text-text\/5{background-color:rgb(126 126 132 / 0.05)}
.bg-cardHeader-text-text\/50{background-color:rgb(126 126 132 / 0.5)}
.bg-cardHeader-text-text\/55{background-color:rgb(126 126 132 / 0.55)}
.bg-cardHeader-text-text\/60{background-color:rgb(126 126 132 / 0.6)}
.bg-cardHeader-text-text\/65{background-color:rgb(126 126 132 / 0.65)}
.bg-cardHeader-text-text\/70{background-color:rgb(126 126 132 / 0.7)}
.bg-cardHeader-text-text\/75{background-color:rgb(126 126 132 / 0.75)}
.bg-cardHeader-text-text\/80{background-color:rgb(126 126 132 / 0.8)}
.bg-cardHeader-text-text\/85{background-color:rgb(126 126 132 / 0.85)}
.bg-cardHeader-text-text\/90{background-color:rgb(126 126 132 / 0.9)}
.bg-cardHeader-text-text\/95{background-color:rgb(126 126 132 / 0.95)}
.bg-danger-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-danger-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-danger-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-danger-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-danger-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-danger-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-danger-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-danger-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-danger-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-danger-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-danger-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-danger-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-danger-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-danger-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-danger-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-danger-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-danger-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-danger-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-danger-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-danger-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-danger-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-danger-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-danger-text-contrastsWithCard{background-color:true}
.bg-danger-text-isDark{background-color:true}
.bg-danger-text-text{--tw-bg-opacity:1;background-color:rgb(232 87 67 / var(--tw-bg-opacity))}
.bg-danger-text-text\/0{background-color:rgb(232 87 67 / 0)}
.bg-danger-text-text\/10{background-color:rgb(232 87 67 / 0.1)}
.bg-danger-text-text\/100{background-color:rgb(232 87 67 / 1)}
.bg-danger-text-text\/15{background-color:rgb(232 87 67 / 0.15)}
.bg-danger-text-text\/20{background-color:rgb(232 87 67 / 0.2)}
.bg-danger-text-text\/25{background-color:rgb(232 87 67 / 0.25)}
.bg-danger-text-text\/30{background-color:rgb(232 87 67 / 0.3)}
.bg-danger-text-text\/35{background-color:rgb(232 87 67 / 0.35)}
.bg-danger-text-text\/40{background-color:rgb(232 87 67 / 0.4)}
.bg-danger-text-text\/45{background-color:rgb(232 87 67 / 0.45)}
.bg-danger-text-text\/5{background-color:rgb(232 87 67 / 0.05)}
.bg-danger-text-text\/50{background-color:rgb(232 87 67 / 0.5)}
.bg-danger-text-text\/55{background-color:rgb(232 87 67 / 0.55)}
.bg-danger-text-text\/60{background-color:rgb(232 87 67 / 0.6)}
.bg-danger-text-text\/65{background-color:rgb(232 87 67 / 0.65)}
.bg-danger-text-text\/70{background-color:rgb(232 87 67 / 0.7)}
.bg-danger-text-text\/75{background-color:rgb(232 87 67 / 0.75)}
.bg-danger-text-text\/80{background-color:rgb(232 87 67 / 0.8)}
.bg-danger-text-text\/85{background-color:rgb(232 87 67 / 0.85)}
.bg-danger-text-text\/90{background-color:rgb(232 87 67 / 0.9)}
.bg-danger-text-text\/95{background-color:rgb(232 87 67 / 0.95)}
.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}
.bg-emerald-100\/0{background-color:rgb(209 250 229 / 0)}
.bg-emerald-100\/10{background-color:rgb(209 250 229 / 0.1)}
.bg-emerald-100\/100{background-color:rgb(209 250 229 / 1)}
.bg-emerald-100\/15{background-color:rgb(209 250 229 / 0.15)}
.bg-emerald-100\/20{background-color:rgb(209 250 229 / 0.2)}
.bg-emerald-100\/25{background-color:rgb(209 250 229 / 0.25)}
.bg-emerald-100\/30{background-color:rgb(209 250 229 / 0.3)}
.bg-emerald-100\/35{background-color:rgb(209 250 229 / 0.35)}
.bg-emerald-100\/40{background-color:rgb(209 250 229 / 0.4)}
.bg-emerald-100\/45{background-color:rgb(209 250 229 / 0.45)}
.bg-emerald-100\/5{background-color:rgb(209 250 229 / 0.05)}
.bg-emerald-100\/50{background-color:rgb(209 250 229 / 0.5)}
.bg-emerald-100\/55{background-color:rgb(209 250 229 / 0.55)}
.bg-emerald-100\/60{background-color:rgb(209 250 229 / 0.6)}
.bg-emerald-100\/65{background-color:rgb(209 250 229 / 0.65)}
.bg-emerald-100\/70{background-color:rgb(209 250 229 / 0.7)}
.bg-emerald-100\/75{background-color:rgb(209 250 229 / 0.75)}
.bg-emerald-100\/80{background-color:rgb(209 250 229 / 0.8)}
.bg-emerald-100\/85{background-color:rgb(209 250 229 / 0.85)}
.bg-emerald-100\/90{background-color:rgb(209 250 229 / 0.9)}
.bg-emerald-100\/95{background-color:rgb(209 250 229 / 0.95)}
.bg-emerald-200{--tw-bg-opacity:1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}
.bg-emerald-200\/0{background-color:rgb(167 243 208 / 0)}
.bg-emerald-200\/10{background-color:rgb(167 243 208 / 0.1)}
.bg-emerald-200\/100{background-color:rgb(167 243 208 / 1)}
.bg-emerald-200\/15{background-color:rgb(167 243 208 / 0.15)}
.bg-emerald-200\/20{background-color:rgb(167 243 208 / 0.2)}
.bg-emerald-200\/25{background-color:rgb(167 243 208 / 0.25)}
.bg-emerald-200\/30{background-color:rgb(167 243 208 / 0.3)}
.bg-emerald-200\/35{background-color:rgb(167 243 208 / 0.35)}
.bg-emerald-200\/40{background-color:rgb(167 243 208 / 0.4)}
.bg-emerald-200\/45{background-color:rgb(167 243 208 / 0.45)}
.bg-emerald-200\/5{background-color:rgb(167 243 208 / 0.05)}
.bg-emerald-200\/50{background-color:rgb(167 243 208 / 0.5)}
.bg-emerald-200\/55{background-color:rgb(167 243 208 / 0.55)}
.bg-emerald-200\/60{background-color:rgb(167 243 208 / 0.6)}
.bg-emerald-200\/65{background-color:rgb(167 243 208 / 0.65)}
.bg-emerald-200\/70{background-color:rgb(167 243 208 / 0.7)}
.bg-emerald-200\/75{background-color:rgb(167 243 208 / 0.75)}
.bg-emerald-200\/80{background-color:rgb(167 243 208 / 0.8)}
.bg-emerald-200\/85{background-color:rgb(167 243 208 / 0.85)}
.bg-emerald-200\/90{background-color:rgb(167 243 208 / 0.9)}
.bg-emerald-200\/95{background-color:rgb(167 243 208 / 0.95)}
.bg-emerald-300{--tw-bg-opacity:1;background-color:rgb(110 231 183 / var(--tw-bg-opacity))}
.bg-emerald-300\/0{background-color:rgb(110 231 183 / 0)}
.bg-emerald-300\/10{background-color:rgb(110 231 183 / 0.1)}
.bg-emerald-300\/100{background-color:rgb(110 231 183 / 1)}
.bg-emerald-300\/15{background-color:rgb(110 231 183 / 0.15)}
.bg-emerald-300\/20{background-color:rgb(110 231 183 / 0.2)}
.bg-emerald-300\/25{background-color:rgb(110 231 183 / 0.25)}
.bg-emerald-300\/30{background-color:rgb(110 231 183 / 0.3)}
.bg-emerald-300\/35{background-color:rgb(110 231 183 / 0.35)}
.bg-emerald-300\/40{background-color:rgb(110 231 183 / 0.4)}
.bg-emerald-300\/45{background-color:rgb(110 231 183 / 0.45)}
.bg-emerald-300\/5{background-color:rgb(110 231 183 / 0.05)}
.bg-emerald-300\/50{background-color:rgb(110 231 183 / 0.5)}
.bg-emerald-300\/55{background-color:rgb(110 231 183 / 0.55)}
.bg-emerald-300\/60{background-color:rgb(110 231 183 / 0.6)}
.bg-emerald-300\/65{background-color:rgb(110 231 183 / 0.65)}
.bg-emerald-300\/70{background-color:rgb(110 231 183 / 0.7)}
.bg-emerald-300\/75{background-color:rgb(110 231 183 / 0.75)}
.bg-emerald-300\/80{background-color:rgb(110 231 183 / 0.8)}
.bg-emerald-300\/85{background-color:rgb(110 231 183 / 0.85)}
.bg-emerald-300\/90{background-color:rgb(110 231 183 / 0.9)}
.bg-emerald-300\/95{background-color:rgb(110 231 183 / 0.95)}
.bg-emerald-400{--tw-bg-opacity:1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}
.bg-emerald-400\/0{background-color:rgb(52 211 153 / 0)}
.bg-emerald-400\/10{background-color:rgb(52 211 153 / 0.1)}
.bg-emerald-400\/100{background-color:rgb(52 211 153 / 1)}
.bg-emerald-400\/15{background-color:rgb(52 211 153 / 0.15)}
.bg-emerald-400\/20{background-color:rgb(52 211 153 / 0.2)}
.bg-emerald-400\/25{background-color:rgb(52 211 153 / 0.25)}
.bg-emerald-400\/30{background-color:rgb(52 211 153 / 0.3)}
.bg-emerald-400\/35{background-color:rgb(52 211 153 / 0.35)}
.bg-emerald-400\/40{background-color:rgb(52 211 153 / 0.4)}
.bg-emerald-400\/45{background-color:rgb(52 211 153 / 0.45)}
.bg-emerald-400\/5{background-color:rgb(52 211 153 / 0.05)}
.bg-emerald-400\/50{background-color:rgb(52 211 153 / 0.5)}
.bg-emerald-400\/55{background-color:rgb(52 211 153 / 0.55)}
.bg-emerald-400\/60{background-color:rgb(52 211 153 / 0.6)}
.bg-emerald-400\/65{background-color:rgb(52 211 153 / 0.65)}
.bg-emerald-400\/70{background-color:rgb(52 211 153 / 0.7)}
.bg-emerald-400\/75{background-color:rgb(52 211 153 / 0.75)}
.bg-emerald-400\/80{background-color:rgb(52 211 153 / 0.8)}
.bg-emerald-400\/85{background-color:rgb(52 211 153 / 0.85)}
.bg-emerald-400\/90{background-color:rgb(52 211 153 / 0.9)}
.bg-emerald-400\/95{background-color:rgb(52 211 153 / 0.95)}
.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245 / var(--tw-bg-opacity))}
.bg-emerald-50\/0{background-color:rgb(236 253 245 / 0)}
.bg-emerald-50\/10{background-color:rgb(236 253 245 / 0.1)}
.bg-emerald-50\/100{background-color:rgb(236 253 245 / 1)}
.bg-emerald-50\/15{background-color:rgb(236 253 245 / 0.15)}
.bg-emerald-50\/20{background-color:rgb(236 253 245 / 0.2)}
.bg-emerald-50\/25{background-color:rgb(236 253 245 / 0.25)}
.bg-emerald-50\/30{background-color:rgb(236 253 245 / 0.3)}
.bg-emerald-50\/35{background-color:rgb(236 253 245 / 0.35)}
.bg-emerald-50\/40{background-color:rgb(236 253 245 / 0.4)}
.bg-emerald-50\/45{background-color:rgb(236 253 245 / 0.45)}
.bg-emerald-50\/5{background-color:rgb(236 253 245 / 0.05)}
.bg-emerald-50\/50{background-color:rgb(236 253 245 / 0.5)}
.bg-emerald-50\/55{background-color:rgb(236 253 245 / 0.55)}
.bg-emerald-50\/60{background-color:rgb(236 253 245 / 0.6)}
.bg-emerald-50\/65{background-color:rgb(236 253 245 / 0.65)}
.bg-emerald-50\/70{background-color:rgb(236 253 245 / 0.7)}
.bg-emerald-50\/75{background-color:rgb(236 253 245 / 0.75)}
.bg-emerald-50\/80{background-color:rgb(236 253 245 / 0.8)}
.bg-emerald-50\/85{background-color:rgb(236 253 245 / 0.85)}
.bg-emerald-50\/90{background-color:rgb(236 253 245 / 0.9)}
.bg-emerald-50\/95{background-color:rgb(236 253 245 / 0.95)}
.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}
.bg-emerald-500\/0{background-color:rgb(16 185 129 / 0)}
.bg-emerald-500\/10{background-color:rgb(16 185 129 / 0.1)}
.bg-emerald-500\/100{background-color:rgb(16 185 129 / 1)}
.bg-emerald-500\/15{background-color:rgb(16 185 129 / 0.15)}
.bg-emerald-500\/20{background-color:rgb(16 185 129 / 0.2)}
.bg-emerald-500\/25{background-color:rgb(16 185 129 / 0.25)}
.bg-emerald-500\/30{background-color:rgb(16 185 129 / 0.3)}
.bg-emerald-500\/35{background-color:rgb(16 185 129 / 0.35)}
.bg-emerald-500\/40{background-color:rgb(16 185 129 / 0.4)}
.bg-emerald-500\/45{background-color:rgb(16 185 129 / 0.45)}
.bg-emerald-500\/5{background-color:rgb(16 185 129 / 0.05)}
.bg-emerald-500\/50{background-color:rgb(16 185 129 / 0.5)}
.bg-emerald-500\/55{background-color:rgb(16 185 129 / 0.55)}
.bg-emerald-500\/60{background-color:rgb(16 185 129 / 0.6)}
.bg-emerald-500\/65{background-color:rgb(16 185 129 / 0.65)}
.bg-emerald-500\/70{background-color:rgb(16 185 129 / 0.7)}
.bg-emerald-500\/75{background-color:rgb(16 185 129 / 0.75)}
.bg-emerald-500\/80{background-color:rgb(16 185 129 / 0.8)}
.bg-emerald-500\/85{background-color:rgb(16 185 129 / 0.85)}
.bg-emerald-500\/90{background-color:rgb(16 185 129 / 0.9)}
.bg-emerald-500\/95{background-color:rgb(16 185 129 / 0.95)}
.bg-emerald-600{--tw-bg-opacity:1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}
.bg-emerald-600\/0{background-color:rgb(5 150 105 / 0)}
.bg-emerald-600\/10{background-color:rgb(5 150 105 / 0.1)}
.bg-emerald-600\/100{background-color:rgb(5 150 105 / 1)}
.bg-emerald-600\/15{background-color:rgb(5 150 105 / 0.15)}
.bg-emerald-600\/20{background-color:rgb(5 150 105 / 0.2)}
.bg-emerald-600\/25{background-color:rgb(5 150 105 / 0.25)}
.bg-emerald-600\/30{background-color:rgb(5 150 105 / 0.3)}
.bg-emerald-600\/35{background-color:rgb(5 150 105 / 0.35)}
.bg-emerald-600\/40{background-color:rgb(5 150 105 / 0.4)}
.bg-emerald-600\/45{background-color:rgb(5 150 105 / 0.45)}
.bg-emerald-600\/5{background-color:rgb(5 150 105 / 0.05)}
.bg-emerald-600\/50{background-color:rgb(5 150 105 / 0.5)}
.bg-emerald-600\/55{background-color:rgb(5 150 105 / 0.55)}
.bg-emerald-600\/60{background-color:rgb(5 150 105 / 0.6)}
.bg-emerald-600\/65{background-color:rgb(5 150 105 / 0.65)}
.bg-emerald-600\/70{background-color:rgb(5 150 105 / 0.7)}
.bg-emerald-600\/75{background-color:rgb(5 150 105 / 0.75)}
.bg-emerald-600\/80{background-color:rgb(5 150 105 / 0.8)}
.bg-emerald-600\/85{background-color:rgb(5 150 105 / 0.85)}
.bg-emerald-600\/90{background-color:rgb(5 150 105 / 0.9)}
.bg-emerald-600\/95{background-color:rgb(5 150 105 / 0.95)}
.bg-emerald-700{--tw-bg-opacity:1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}
.bg-emerald-700\/0{background-color:rgb(4 120 87 / 0)}
.bg-emerald-700\/10{background-color:rgb(4 120 87 / 0.1)}
.bg-emerald-700\/100{background-color:rgb(4 120 87 / 1)}
.bg-emerald-700\/15{background-color:rgb(4 120 87 / 0.15)}
.bg-emerald-700\/20{background-color:rgb(4 120 87 / 0.2)}
.bg-emerald-700\/25{background-color:rgb(4 120 87 / 0.25)}
.bg-emerald-700\/30{background-color:rgb(4 120 87 / 0.3)}
.bg-emerald-700\/35{background-color:rgb(4 120 87 / 0.35)}
.bg-emerald-700\/40{background-color:rgb(4 120 87 / 0.4)}
.bg-emerald-700\/45{background-color:rgb(4 120 87 / 0.45)}
.bg-emerald-700\/5{background-color:rgb(4 120 87 / 0.05)}
.bg-emerald-700\/50{background-color:rgb(4 120 87 / 0.5)}
.bg-emerald-700\/55{background-color:rgb(4 120 87 / 0.55)}
.bg-emerald-700\/60{background-color:rgb(4 120 87 / 0.6)}
.bg-emerald-700\/65{background-color:rgb(4 120 87 / 0.65)}
.bg-emerald-700\/70{background-color:rgb(4 120 87 / 0.7)}
.bg-emerald-700\/75{background-color:rgb(4 120 87 / 0.75)}
.bg-emerald-700\/80{background-color:rgb(4 120 87 / 0.8)}
.bg-emerald-700\/85{background-color:rgb(4 120 87 / 0.85)}
.bg-emerald-700\/90{background-color:rgb(4 120 87 / 0.9)}
.bg-emerald-700\/95{background-color:rgb(4 120 87 / 0.95)}
.bg-emerald-800{--tw-bg-opacity:1;background-color:rgb(6 95 70 / var(--tw-bg-opacity))}
.bg-emerald-800\/0{background-color:rgb(6 95 70 / 0)}
.bg-emerald-800\/10{background-color:rgb(6 95 70 / 0.1)}
.bg-emerald-800\/100{background-color:rgb(6 95 70 / 1)}
.bg-emerald-800\/15{background-color:rgb(6 95 70 / 0.15)}
.bg-emerald-800\/20{background-color:rgb(6 95 70 / 0.2)}
.bg-emerald-800\/25{background-color:rgb(6 95 70 / 0.25)}
.bg-emerald-800\/30{background-color:rgb(6 95 70 / 0.3)}
.bg-emerald-800\/35{background-color:rgb(6 95 70 / 0.35)}
.bg-emerald-800\/40{background-color:rgb(6 95 70 / 0.4)}
.bg-emerald-800\/45{background-color:rgb(6 95 70 / 0.45)}
.bg-emerald-800\/5{background-color:rgb(6 95 70 / 0.05)}
.bg-emerald-800\/50{background-color:rgb(6 95 70 / 0.5)}
.bg-emerald-800\/55{background-color:rgb(6 95 70 / 0.55)}
.bg-emerald-800\/60{background-color:rgb(6 95 70 / 0.6)}
.bg-emerald-800\/65{background-color:rgb(6 95 70 / 0.65)}
.bg-emerald-800\/70{background-color:rgb(6 95 70 / 0.7)}
.bg-emerald-800\/75{background-color:rgb(6 95 70 / 0.75)}
.bg-emerald-800\/80{background-color:rgb(6 95 70 / 0.8)}
.bg-emerald-800\/85{background-color:rgb(6 95 70 / 0.85)}
.bg-emerald-800\/90{background-color:rgb(6 95 70 / 0.9)}
.bg-emerald-800\/95{background-color:rgb(6 95 70 / 0.95)}
.bg-emerald-900{--tw-bg-opacity:1;background-color:rgb(6 78 59 / var(--tw-bg-opacity))}
.bg-emerald-900\/0{background-color:rgb(6 78 59 / 0)}
.bg-emerald-900\/10{background-color:rgb(6 78 59 / 0.1)}
.bg-emerald-900\/100{background-color:rgb(6 78 59 / 1)}
.bg-emerald-900\/15{background-color:rgb(6 78 59 / 0.15)}
.bg-emerald-900\/20{background-color:rgb(6 78 59 / 0.2)}
.bg-emerald-900\/25{background-color:rgb(6 78 59 / 0.25)}
.bg-emerald-900\/30{background-color:rgb(6 78 59 / 0.3)}
.bg-emerald-900\/35{background-color:rgb(6 78 59 / 0.35)}
.bg-emerald-900\/40{background-color:rgb(6 78 59 / 0.4)}
.bg-emerald-900\/45{background-color:rgb(6 78 59 / 0.45)}
.bg-emerald-900\/5{background-color:rgb(6 78 59 / 0.05)}
.bg-emerald-900\/50{background-color:rgb(6 78 59 / 0.5)}
.bg-emerald-900\/55{background-color:rgb(6 78 59 / 0.55)}
.bg-emerald-900\/60{background-color:rgb(6 78 59 / 0.6)}
.bg-emerald-900\/65{background-color:rgb(6 78 59 / 0.65)}
.bg-emerald-900\/70{background-color:rgb(6 78 59 / 0.7)}
.bg-emerald-900\/75{background-color:rgb(6 78 59 / 0.75)}
.bg-emerald-900\/80{background-color:rgb(6 78 59 / 0.8)}
.bg-emerald-900\/85{background-color:rgb(6 78 59 / 0.85)}
.bg-emerald-900\/90{background-color:rgb(6 78 59 / 0.9)}
.bg-emerald-900\/95{background-color:rgb(6 78 59 / 0.95)}
.bg-emerald-950{--tw-bg-opacity:1;background-color:rgb(2 44 34 / var(--tw-bg-opacity))}
.bg-emerald-950\/0{background-color:rgb(2 44 34 / 0)}
.bg-emerald-950\/10{background-color:rgb(2 44 34 / 0.1)}
.bg-emerald-950\/100{background-color:rgb(2 44 34 / 1)}
.bg-emerald-950\/15{background-color:rgb(2 44 34 / 0.15)}
.bg-emerald-950\/20{background-color:rgb(2 44 34 / 0.2)}
.bg-emerald-950\/25{background-color:rgb(2 44 34 / 0.25)}
.bg-emerald-950\/30{background-color:rgb(2 44 34 / 0.3)}
.bg-emerald-950\/35{background-color:rgb(2 44 34 / 0.35)}
.bg-emerald-950\/40{background-color:rgb(2 44 34 / 0.4)}
.bg-emerald-950\/45{background-color:rgb(2 44 34 / 0.45)}
.bg-emerald-950\/5{background-color:rgb(2 44 34 / 0.05)}
.bg-emerald-950\/50{background-color:rgb(2 44 34 / 0.5)}
.bg-emerald-950\/55{background-color:rgb(2 44 34 / 0.55)}
.bg-emerald-950\/60{background-color:rgb(2 44 34 / 0.6)}
.bg-emerald-950\/65{background-color:rgb(2 44 34 / 0.65)}
.bg-emerald-950\/70{background-color:rgb(2 44 34 / 0.7)}
.bg-emerald-950\/75{background-color:rgb(2 44 34 / 0.75)}
.bg-emerald-950\/80{background-color:rgb(2 44 34 / 0.8)}
.bg-emerald-950\/85{background-color:rgb(2 44 34 / 0.85)}
.bg-emerald-950\/90{background-color:rgb(2 44 34 / 0.9)}
.bg-emerald-950\/95{background-color:rgb(2 44 34 / 0.95)}
.bg-gridItemHover{background-color:rgba(0,0,0,.03)}
.bg-gridItemHover\/0{background-color:rgba(0, 0, 0, 0)}
.bg-gridItemHover\/10{background-color:rgba(0, 0, 0, 0.1)}
.bg-gridItemHover\/100{background-color:rgba(0, 0, 0, 1)}
.bg-gridItemHover\/15{background-color:rgba(0, 0, 0, 0.15)}
.bg-gridItemHover\/20{background-color:rgba(0, 0, 0, 0.2)}
.bg-gridItemHover\/25{background-color:rgba(0, 0, 0, 0.25)}
.bg-gridItemHover\/30{background-color:rgba(0, 0, 0, 0.3)}
.bg-gridItemHover\/35{background-color:rgba(0, 0, 0, 0.35)}
.bg-gridItemHover\/40{background-color:rgba(0, 0, 0, 0.4)}
.bg-gridItemHover\/45{background-color:rgba(0, 0, 0, 0.45)}
.bg-gridItemHover\/5{background-color:rgba(0, 0, 0, 0.05)}
.bg-gridItemHover\/50{background-color:rgba(0, 0, 0, 0.5)}
.bg-gridItemHover\/55{background-color:rgba(0, 0, 0, 0.55)}
.bg-gridItemHover\/60{background-color:rgba(0, 0, 0, 0.6)}
.bg-gridItemHover\/65{background-color:rgba(0, 0, 0, 0.65)}
.bg-gridItemHover\/70{background-color:rgba(0, 0, 0, 0.7)}
.bg-gridItemHover\/75{background-color:rgba(0, 0, 0, 0.75)}
.bg-gridItemHover\/80{background-color:rgba(0, 0, 0, 0.8)}
.bg-gridItemHover\/85{background-color:rgba(0, 0, 0, 0.85)}
.bg-gridItemHover\/90{background-color:rgba(0, 0, 0, 0.9)}
.bg-gridItemHover\/95{background-color:rgba(0, 0, 0, 0.95)}
.bg-info{--tw-bg-opacity:1;background-color:rgb(72 171 217 / var(--tw-bg-opacity))}
.bg-info-text-contrast{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-info-text-contrast\/0{background-color:rgb(0 0 0 / 0)}
.bg-info-text-contrast\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-info-text-contrast\/100{background-color:rgb(0 0 0 / 1)}
.bg-info-text-contrast\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-info-text-contrast\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-info-text-contrast\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-info-text-contrast\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-info-text-contrast\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-info-text-contrast\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-info-text-contrast\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-info-text-contrast\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-info-text-contrast\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-info-text-contrast\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-info-text-contrast\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-info-text-contrast\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-info-text-contrast\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-info-text-contrast\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-info-text-contrast\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-info-text-contrast\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-info-text-contrast\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-info-text-contrast\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-info-text-contrastsWithCard{background-color:true}
.bg-info-text-isDark{}
.bg-info-text-text{--tw-bg-opacity:1;background-color:rgb(72 171 217 / var(--tw-bg-opacity))}
.bg-info-text-text\/0{background-color:rgb(72 171 217 / 0)}
.bg-info-text-text\/10{background-color:rgb(72 171 217 / 0.1)}
.bg-info-text-text\/100{background-color:rgb(72 171 217 / 1)}
.bg-info-text-text\/15{background-color:rgb(72 171 217 / 0.15)}
.bg-info-text-text\/20{background-color:rgb(72 171 217 / 0.2)}
.bg-info-text-text\/25{background-color:rgb(72 171 217 / 0.25)}
.bg-info-text-text\/30{background-color:rgb(72 171 217 / 0.3)}
.bg-info-text-text\/35{background-color:rgb(72 171 217 / 0.35)}
.bg-info-text-text\/40{background-color:rgb(72 171 217 / 0.4)}
.bg-info-text-text\/45{background-color:rgb(72 171 217 / 0.45)}
.bg-info-text-text\/5{background-color:rgb(72 171 217 / 0.05)}
.bg-info-text-text\/50{background-color:rgb(72 171 217 / 0.5)}
.bg-info-text-text\/55{background-color:rgb(72 171 217 / 0.55)}
.bg-info-text-text\/60{background-color:rgb(72 171 217 / 0.6)}
.bg-info-text-text\/65{background-color:rgb(72 171 217 / 0.65)}
.bg-info-text-text\/70{background-color:rgb(72 171 217 / 0.7)}
.bg-info-text-text\/75{background-color:rgb(72 171 217 / 0.75)}
.bg-info-text-text\/80{background-color:rgb(72 171 217 / 0.8)}
.bg-info-text-text\/85{background-color:rgb(72 171 217 / 0.85)}
.bg-info-text-text\/90{background-color:rgb(72 171 217 / 0.9)}
.bg-info-text-text\/95{background-color:rgb(72 171 217 / 0.95)}
.bg-lime-100{--tw-bg-opacity:1;background-color:rgb(236 252 203 / var(--tw-bg-opacity))}
.bg-lime-100\/0{background-color:rgb(236 252 203 / 0)}
.bg-lime-100\/10{background-color:rgb(236 252 203 / 0.1)}
.bg-lime-100\/100{background-color:rgb(236 252 203 / 1)}
.bg-lime-100\/15{background-color:rgb(236 252 203 / 0.15)}
.bg-lime-100\/20{background-color:rgb(236 252 203 / 0.2)}
.bg-lime-100\/25{background-color:rgb(236 252 203 / 0.25)}
.bg-lime-100\/30{background-color:rgb(236 252 203 / 0.3)}
.bg-lime-100\/35{background-color:rgb(236 252 203 / 0.35)}
.bg-lime-100\/40{background-color:rgb(236 252 203 / 0.4)}
.bg-lime-100\/45{background-color:rgb(236 252 203 / 0.45)}
.bg-lime-100\/5{background-color:rgb(236 252 203 / 0.05)}
.bg-lime-100\/50{background-color:rgb(236 252 203 / 0.5)}
.bg-lime-100\/55{background-color:rgb(236 252 203 / 0.55)}
.bg-lime-100\/60{background-color:rgb(236 252 203 / 0.6)}
.bg-lime-100\/65{background-color:rgb(236 252 203 / 0.65)}
.bg-lime-100\/70{background-color:rgb(236 252 203 / 0.7)}
.bg-lime-100\/75{background-color:rgb(236 252 203 / 0.75)}
.bg-lime-100\/80{background-color:rgb(236 252 203 / 0.8)}
.bg-lime-100\/85{background-color:rgb(236 252 203 / 0.85)}
.bg-lime-100\/90{background-color:rgb(236 252 203 / 0.9)}
.bg-lime-100\/95{background-color:rgb(236 252 203 / 0.95)}
.bg-lime-200{--tw-bg-opacity:1;background-color:rgb(217 249 157 / var(--tw-bg-opacity))}
.bg-lime-200\/0{background-color:rgb(217 249 157 / 0)}
.bg-lime-200\/10{background-color:rgb(217 249 157 / 0.1)}
.bg-lime-200\/100{background-color:rgb(217 249 157 / 1)}
.bg-lime-200\/15{background-color:rgb(217 249 157 / 0.15)}
.bg-lime-200\/20{background-color:rgb(217 249 157 / 0.2)}
.bg-lime-200\/25{background-color:rgb(217 249 157 / 0.25)}
.bg-lime-200\/30{background-color:rgb(217 249 157 / 0.3)}
.bg-lime-200\/35{background-color:rgb(217 249 157 / 0.35)}
.bg-lime-200\/40{background-color:rgb(217 249 157 / 0.4)}
.bg-lime-200\/45{background-color:rgb(217 249 157 / 0.45)}
.bg-lime-200\/5{background-color:rgb(217 249 157 / 0.05)}
.bg-lime-200\/50{background-color:rgb(217 249 157 / 0.5)}
.bg-lime-200\/55{background-color:rgb(217 249 157 / 0.55)}
.bg-lime-200\/60{background-color:rgb(217 249 157 / 0.6)}
.bg-lime-200\/65{background-color:rgb(217 249 157 / 0.65)}
.bg-lime-200\/70{background-color:rgb(217 249 157 / 0.7)}
.bg-lime-200\/75{background-color:rgb(217 249 157 / 0.75)}
.bg-lime-200\/80{background-color:rgb(217 249 157 / 0.8)}
.bg-lime-200\/85{background-color:rgb(217 249 157 / 0.85)}
.bg-lime-200\/90{background-color:rgb(217 249 157 / 0.9)}
.bg-lime-200\/95{background-color:rgb(217 249 157 / 0.95)}
.bg-lime-300{--tw-bg-opacity:1;background-color:rgb(190 242 100 / var(--tw-bg-opacity))}
.bg-lime-300\/0{background-color:rgb(190 242 100 / 0)}
.bg-lime-300\/10{background-color:rgb(190 242 100 / 0.1)}
.bg-lime-300\/100{background-color:rgb(190 242 100 / 1)}
.bg-lime-300\/15{background-color:rgb(190 242 100 / 0.15)}
.bg-lime-300\/20{background-color:rgb(190 242 100 / 0.2)}
.bg-lime-300\/25{background-color:rgb(190 242 100 / 0.25)}
.bg-lime-300\/30{background-color:rgb(190 242 100 / 0.3)}
.bg-lime-300\/35{background-color:rgb(190 242 100 / 0.35)}
.bg-lime-300\/40{background-color:rgb(190 242 100 / 0.4)}
.bg-lime-300\/45{background-color:rgb(190 242 100 / 0.45)}
.bg-lime-300\/5{background-color:rgb(190 242 100 / 0.05)}
.bg-lime-300\/50{background-color:rgb(190 242 100 / 0.5)}
.bg-lime-300\/55{background-color:rgb(190 242 100 / 0.55)}
.bg-lime-300\/60{background-color:rgb(190 242 100 / 0.6)}
.bg-lime-300\/65{background-color:rgb(190 242 100 / 0.65)}
.bg-lime-300\/70{background-color:rgb(190 242 100 / 0.7)}
.bg-lime-300\/75{background-color:rgb(190 242 100 / 0.75)}
.bg-lime-300\/80{background-color:rgb(190 242 100 / 0.8)}
.bg-lime-300\/85{background-color:rgb(190 242 100 / 0.85)}
.bg-lime-300\/90{background-color:rgb(190 242 100 / 0.9)}
.bg-lime-300\/95{background-color:rgb(190 242 100 / 0.95)}
.bg-lime-400{--tw-bg-opacity:1;background-color:rgb(163 230 53 / var(--tw-bg-opacity))}
.bg-lime-400\/0{background-color:rgb(163 230 53 / 0)}
.bg-lime-400\/10{background-color:rgb(163 230 53 / 0.1)}
.bg-lime-400\/100{background-color:rgb(163 230 53 / 1)}
.bg-lime-400\/15{background-color:rgb(163 230 53 / 0.15)}
.bg-lime-400\/20{background-color:rgb(163 230 53 / 0.2)}
.bg-lime-400\/25{background-color:rgb(163 230 53 / 0.25)}
.bg-lime-400\/30{background-color:rgb(163 230 53 / 0.3)}
.bg-lime-400\/35{background-color:rgb(163 230 53 / 0.35)}
.bg-lime-400\/40{background-color:rgb(163 230 53 / 0.4)}
.bg-lime-400\/45{background-color:rgb(163 230 53 / 0.45)}
.bg-lime-400\/5{background-color:rgb(163 230 53 / 0.05)}
.bg-lime-400\/50{background-color:rgb(163 230 53 / 0.5)}
.bg-lime-400\/55{background-color:rgb(163 230 53 / 0.55)}
.bg-lime-400\/60{background-color:rgb(163 230 53 / 0.6)}
.bg-lime-400\/65{background-color:rgb(163 230 53 / 0.65)}
.bg-lime-400\/70{background-color:rgb(163 230 53 / 0.7)}
.bg-lime-400\/75{background-color:rgb(163 230 53 / 0.75)}
.bg-lime-400\/80{background-color:rgb(163 230 53 / 0.8)}
.bg-lime-400\/85{background-color:rgb(163 230 53 / 0.85)}
.bg-lime-400\/90{background-color:rgb(163 230 53 / 0.9)}
.bg-lime-400\/95{background-color:rgb(163 230 53 / 0.95)}
.bg-lime-50{--tw-bg-opacity:1;background-color:rgb(247 254 231 / var(--tw-bg-opacity))}
.bg-lime-50\/0{background-color:rgb(247 254 231 / 0)}
.bg-lime-50\/10{background-color:rgb(247 254 231 / 0.1)}
.bg-lime-50\/100{background-color:rgb(247 254 231 / 1)}
.bg-lime-50\/15{background-color:rgb(247 254 231 / 0.15)}
.bg-lime-50\/20{background-color:rgb(247 254 231 / 0.2)}
.bg-lime-50\/25{background-color:rgb(247 254 231 / 0.25)}
.bg-lime-50\/30{background-color:rgb(247 254 231 / 0.3)}
.bg-lime-50\/35{background-color:rgb(247 254 231 / 0.35)}
.bg-lime-50\/40{background-color:rgb(247 254 231 / 0.4)}
.bg-lime-50\/45{background-color:rgb(247 254 231 / 0.45)}
.bg-lime-50\/5{background-color:rgb(247 254 231 / 0.05)}
.bg-lime-50\/50{background-color:rgb(247 254 231 / 0.5)}
.bg-lime-50\/55{background-color:rgb(247 254 231 / 0.55)}
.bg-lime-50\/60{background-color:rgb(247 254 231 / 0.6)}
.bg-lime-50\/65{background-color:rgb(247 254 231 / 0.65)}
.bg-lime-50\/70{background-color:rgb(247 254 231 / 0.7)}
.bg-lime-50\/75{background-color:rgb(247 254 231 / 0.75)}
.bg-lime-50\/80{background-color:rgb(247 254 231 / 0.8)}
.bg-lime-50\/85{background-color:rgb(247 254 231 / 0.85)}
.bg-lime-50\/90{background-color:rgb(247 254 231 / 0.9)}
.bg-lime-50\/95{background-color:rgb(247 254 231 / 0.95)}
.bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22 / var(--tw-bg-opacity))}
.bg-lime-500\/0{background-color:rgb(132 204 22 / 0)}
.bg-lime-500\/10{background-color:rgb(132 204 22 / 0.1)}
.bg-lime-500\/100{background-color:rgb(132 204 22 / 1)}
.bg-lime-500\/15{background-color:rgb(132 204 22 / 0.15)}
.bg-lime-500\/20{background-color:rgb(132 204 22 / 0.2)}
.bg-lime-500\/25{background-color:rgb(132 204 22 / 0.25)}
.bg-lime-500\/30{background-color:rgb(132 204 22 / 0.3)}
.bg-lime-500\/35{background-color:rgb(132 204 22 / 0.35)}
.bg-lime-500\/40{background-color:rgb(132 204 22 / 0.4)}
.bg-lime-500\/45{background-color:rgb(132 204 22 / 0.45)}
.bg-lime-500\/5{background-color:rgb(132 204 22 / 0.05)}
.bg-lime-500\/50{background-color:rgb(132 204 22 / 0.5)}
.bg-lime-500\/55{background-color:rgb(132 204 22 / 0.55)}
.bg-lime-500\/60{background-color:rgb(132 204 22 / 0.6)}
.bg-lime-500\/65{background-color:rgb(132 204 22 / 0.65)}
.bg-lime-500\/70{background-color:rgb(132 204 22 / 0.7)}
.bg-lime-500\/75{background-color:rgb(132 204 22 / 0.75)}
.bg-lime-500\/80{background-color:rgb(132 204 22 / 0.8)}
.bg-lime-500\/85{background-color:rgb(132 204 22 / 0.85)}
.bg-lime-500\/90{background-color:rgb(132 204 22 / 0.9)}
.bg-lime-500\/95{background-color:rgb(132 204 22 / 0.95)}
.bg-lime-600{--tw-bg-opacity:1;background-color:rgb(101 163 13 / var(--tw-bg-opacity))}
.bg-lime-600\/0{background-color:rgb(101 163 13 / 0)}
.bg-lime-600\/10{background-color:rgb(101 163 13 / 0.1)}
.bg-lime-600\/100{background-color:rgb(101 163 13 / 1)}
.bg-lime-600\/15{background-color:rgb(101 163 13 / 0.15)}
.bg-lime-600\/20{background-color:rgb(101 163 13 / 0.2)}
.bg-lime-600\/25{background-color:rgb(101 163 13 / 0.25)}
.bg-lime-600\/30{background-color:rgb(101 163 13 / 0.3)}
.bg-lime-600\/35{background-color:rgb(101 163 13 / 0.35)}
.bg-lime-600\/40{background-color:rgb(101 163 13 / 0.4)}
.bg-lime-600\/45{background-color:rgb(101 163 13 / 0.45)}
.bg-lime-600\/5{background-color:rgb(101 163 13 / 0.05)}
.bg-lime-600\/50{background-color:rgb(101 163 13 / 0.5)}
.bg-lime-600\/55{background-color:rgb(101 163 13 / 0.55)}
.bg-lime-600\/60{background-color:rgb(101 163 13 / 0.6)}
.bg-lime-600\/65{background-color:rgb(101 163 13 / 0.65)}
.bg-lime-600\/70{background-color:rgb(101 163 13 / 0.7)}
.bg-lime-600\/75{background-color:rgb(101 163 13 / 0.75)}
.bg-lime-600\/80{background-color:rgb(101 163 13 / 0.8)}
.bg-lime-600\/85{background-color:rgb(101 163 13 / 0.85)}
.bg-lime-600\/90{background-color:rgb(101 163 13 / 0.9)}
.bg-lime-600\/95{background-color:rgb(101 163 13 / 0.95)}
.bg-lime-700{--tw-bg-opacity:1;background-color:rgb(77 124 15 / var(--tw-bg-opacity))}
.bg-lime-700\/0{background-color:rgb(77 124 15 / 0)}
.bg-lime-700\/10{background-color:rgb(77 124 15 / 0.1)}
.bg-lime-700\/100{background-color:rgb(77 124 15 / 1)}
.bg-lime-700\/15{background-color:rgb(77 124 15 / 0.15)}
.bg-lime-700\/20{background-color:rgb(77 124 15 / 0.2)}
.bg-lime-700\/25{background-color:rgb(77 124 15 / 0.25)}
.bg-lime-700\/30{background-color:rgb(77 124 15 / 0.3)}
.bg-lime-700\/35{background-color:rgb(77 124 15 / 0.35)}
.bg-lime-700\/40{background-color:rgb(77 124 15 / 0.4)}
.bg-lime-700\/45{background-color:rgb(77 124 15 / 0.45)}
.bg-lime-700\/5{background-color:rgb(77 124 15 / 0.05)}
.bg-lime-700\/50{background-color:rgb(77 124 15 / 0.5)}
.bg-lime-700\/55{background-color:rgb(77 124 15 / 0.55)}
.bg-lime-700\/60{background-color:rgb(77 124 15 / 0.6)}
.bg-lime-700\/65{background-color:rgb(77 124 15 / 0.65)}
.bg-lime-700\/70{background-color:rgb(77 124 15 / 0.7)}
.bg-lime-700\/75{background-color:rgb(77 124 15 / 0.75)}
.bg-lime-700\/80{background-color:rgb(77 124 15 / 0.8)}
.bg-lime-700\/85{background-color:rgb(77 124 15 / 0.85)}
.bg-lime-700\/90{background-color:rgb(77 124 15 / 0.9)}
.bg-lime-700\/95{background-color:rgb(77 124 15 / 0.95)}
.bg-lime-800{--tw-bg-opacity:1;background-color:rgb(63 98 18 / var(--tw-bg-opacity))}
.bg-lime-800\/0{background-color:rgb(63 98 18 / 0)}
.bg-lime-800\/10{background-color:rgb(63 98 18 / 0.1)}
.bg-lime-800\/100{background-color:rgb(63 98 18 / 1)}
.bg-lime-800\/15{background-color:rgb(63 98 18 / 0.15)}
.bg-lime-800\/20{background-color:rgb(63 98 18 / 0.2)}
.bg-lime-800\/25{background-color:rgb(63 98 18 / 0.25)}
.bg-lime-800\/30{background-color:rgb(63 98 18 / 0.3)}
.bg-lime-800\/35{background-color:rgb(63 98 18 / 0.35)}
.bg-lime-800\/40{background-color:rgb(63 98 18 / 0.4)}
.bg-lime-800\/45{background-color:rgb(63 98 18 / 0.45)}
.bg-lime-800\/5{background-color:rgb(63 98 18 / 0.05)}
.bg-lime-800\/50{background-color:rgb(63 98 18 / 0.5)}
.bg-lime-800\/55{background-color:rgb(63 98 18 / 0.55)}
.bg-lime-800\/60{background-color:rgb(63 98 18 / 0.6)}
.bg-lime-800\/65{background-color:rgb(63 98 18 / 0.65)}
.bg-lime-800\/70{background-color:rgb(63 98 18 / 0.7)}
.bg-lime-800\/75{background-color:rgb(63 98 18 / 0.75)}
.bg-lime-800\/80{background-color:rgb(63 98 18 / 0.8)}
.bg-lime-800\/85{background-color:rgb(63 98 18 / 0.85)}
.bg-lime-800\/90{background-color:rgb(63 98 18 / 0.9)}
.bg-lime-800\/95{background-color:rgb(63 98 18 / 0.95)}
.bg-lime-900{--tw-bg-opacity:1;background-color:rgb(54 83 20 / var(--tw-bg-opacity))}
.bg-lime-900\/0{background-color:rgb(54 83 20 / 0)}
.bg-lime-900\/10{background-color:rgb(54 83 20 / 0.1)}
.bg-lime-900\/100{background-color:rgb(54 83 20 / 1)}
.bg-lime-900\/15{background-color:rgb(54 83 20 / 0.15)}
.bg-lime-900\/20{background-color:rgb(54 83 20 / 0.2)}
.bg-lime-900\/25{background-color:rgb(54 83 20 / 0.25)}
.bg-lime-900\/30{background-color:rgb(54 83 20 / 0.3)}
.bg-lime-900\/35{background-color:rgb(54 83 20 / 0.35)}
.bg-lime-900\/40{background-color:rgb(54 83 20 / 0.4)}
.bg-lime-900\/45{background-color:rgb(54 83 20 / 0.45)}
.bg-lime-900\/5{background-color:rgb(54 83 20 / 0.05)}
.bg-lime-900\/50{background-color:rgb(54 83 20 / 0.5)}
.bg-lime-900\/55{background-color:rgb(54 83 20 / 0.55)}
.bg-lime-900\/60{background-color:rgb(54 83 20 / 0.6)}
.bg-lime-900\/65{background-color:rgb(54 83 20 / 0.65)}
.bg-lime-900\/70{background-color:rgb(54 83 20 / 0.7)}
.bg-lime-900\/75{background-color:rgb(54 83 20 / 0.75)}
.bg-lime-900\/80{background-color:rgb(54 83 20 / 0.8)}
.bg-lime-900\/85{background-color:rgb(54 83 20 / 0.85)}
.bg-lime-900\/90{background-color:rgb(54 83 20 / 0.9)}
.bg-lime-900\/95{background-color:rgb(54 83 20 / 0.95)}
.bg-lime-950{--tw-bg-opacity:1;background-color:rgb(26 46 5 / var(--tw-bg-opacity))}
.bg-lime-950\/0{background-color:rgb(26 46 5 / 0)}
.bg-lime-950\/10{background-color:rgb(26 46 5 / 0.1)}
.bg-lime-950\/100{background-color:rgb(26 46 5 / 1)}
.bg-lime-950\/15{background-color:rgb(26 46 5 / 0.15)}
.bg-lime-950\/20{background-color:rgb(26 46 5 / 0.2)}
.bg-lime-950\/25{background-color:rgb(26 46 5 / 0.25)}
.bg-lime-950\/30{background-color:rgb(26 46 5 / 0.3)}
.bg-lime-950\/35{background-color:rgb(26 46 5 / 0.35)}
.bg-lime-950\/40{background-color:rgb(26 46 5 / 0.4)}
.bg-lime-950\/45{background-color:rgb(26 46 5 / 0.45)}
.bg-lime-950\/5{background-color:rgb(26 46 5 / 0.05)}
.bg-lime-950\/50{background-color:rgb(26 46 5 / 0.5)}
.bg-lime-950\/55{background-color:rgb(26 46 5 / 0.55)}
.bg-lime-950\/60{background-color:rgb(26 46 5 / 0.6)}
.bg-lime-950\/65{background-color:rgb(26 46 5 / 0.65)}
.bg-lime-950\/70{background-color:rgb(26 46 5 / 0.7)}
.bg-lime-950\/75{background-color:rgb(26 46 5 / 0.75)}
.bg-lime-950\/80{background-color:rgb(26 46 5 / 0.8)}
.bg-lime-950\/85{background-color:rgb(26 46 5 / 0.85)}
.bg-lime-950\/90{background-color:rgb(26 46 5 / 0.9)}
.bg-lime-950\/95{background-color:rgb(26 46 5 / 0.95)}
.bg-navBackground-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-navBackground-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-navBackground-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-navBackground-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-navBackground-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-navBackground-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-navBackground-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-navBackground-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-navBackground-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-navBackground-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-navBackground-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-navBackground-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-navBackground-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-navBackground-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-navBackground-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-navBackground-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-navBackground-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-navBackground-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-navBackground-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-navBackground-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-navBackground-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-navBackground-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-navBackground-text-contrastsWithCard{background-color:true}
.bg-navBackground-text-isDark{background-color:true}
.bg-navBackground-text-text{--tw-bg-opacity:1;background-color:rgb(132 132 132 / var(--tw-bg-opacity))}
.bg-navBackground-text-text\/0{background-color:rgb(132 132 132 / 0)}
.bg-navBackground-text-text\/10{background-color:rgb(132 132 132 / 0.1)}
.bg-navBackground-text-text\/100{background-color:rgb(132 132 132 / 1)}
.bg-navBackground-text-text\/15{background-color:rgb(132 132 132 / 0.15)}
.bg-navBackground-text-text\/20{background-color:rgb(132 132 132 / 0.2)}
.bg-navBackground-text-text\/25{background-color:rgb(132 132 132 / 0.25)}
.bg-navBackground-text-text\/30{background-color:rgb(132 132 132 / 0.3)}
.bg-navBackground-text-text\/35{background-color:rgb(132 132 132 / 0.35)}
.bg-navBackground-text-text\/40{background-color:rgb(132 132 132 / 0.4)}
.bg-navBackground-text-text\/45{background-color:rgb(132 132 132 / 0.45)}
.bg-navBackground-text-text\/5{background-color:rgb(132 132 132 / 0.05)}
.bg-navBackground-text-text\/50{background-color:rgb(132 132 132 / 0.5)}
.bg-navBackground-text-text\/55{background-color:rgb(132 132 132 / 0.55)}
.bg-navBackground-text-text\/60{background-color:rgb(132 132 132 / 0.6)}
.bg-navBackground-text-text\/65{background-color:rgb(132 132 132 / 0.65)}
.bg-navBackground-text-text\/70{background-color:rgb(132 132 132 / 0.7)}
.bg-navBackground-text-text\/75{background-color:rgb(132 132 132 / 0.75)}
.bg-navBackground-text-text\/80{background-color:rgb(132 132 132 / 0.8)}
.bg-navBackground-text-text\/85{background-color:rgb(132 132 132 / 0.85)}
.bg-navBackground-text-text\/90{background-color:rgb(132 132 132 / 0.9)}
.bg-navBackground-text-text\/95{background-color:rgb(132 132 132 / 0.95)}
.bg-navBackgroundDark-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-navBackgroundDark-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-navBackgroundDark-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-navBackgroundDark-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-navBackgroundDark-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-navBackgroundDark-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-navBackgroundDark-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-navBackgroundDark-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-navBackgroundDark-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-navBackgroundDark-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-navBackgroundDark-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-navBackgroundDark-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-navBackgroundDark-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-navBackgroundDark-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-navBackgroundDark-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-navBackgroundDark-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-navBackgroundDark-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-navBackgroundDark-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-navBackgroundDark-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-navBackgroundDark-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-navBackgroundDark-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-navBackgroundDark-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-navBackgroundDark-text-contrastsWithCard{background-color:true}
.bg-navBackgroundDark-text-isDark{background-color:true}
.bg-navBackgroundDark-text-text{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.bg-navBackgroundDark-text-text\/0{background-color:rgb(30 41 59 / 0)}
.bg-navBackgroundDark-text-text\/10{background-color:rgb(30 41 59 / 0.1)}
.bg-navBackgroundDark-text-text\/100{background-color:rgb(30 41 59 / 1)}
.bg-navBackgroundDark-text-text\/15{background-color:rgb(30 41 59 / 0.15)}
.bg-navBackgroundDark-text-text\/20{background-color:rgb(30 41 59 / 0.2)}
.bg-navBackgroundDark-text-text\/25{background-color:rgb(30 41 59 / 0.25)}
.bg-navBackgroundDark-text-text\/30{background-color:rgb(30 41 59 / 0.3)}
.bg-navBackgroundDark-text-text\/35{background-color:rgb(30 41 59 / 0.35)}
.bg-navBackgroundDark-text-text\/40{background-color:rgb(30 41 59 / 0.4)}
.bg-navBackgroundDark-text-text\/45{background-color:rgb(30 41 59 / 0.45)}
.bg-navBackgroundDark-text-text\/5{background-color:rgb(30 41 59 / 0.05)}
.bg-navBackgroundDark-text-text\/50{background-color:rgb(30 41 59 / 0.5)}
.bg-navBackgroundDark-text-text\/55{background-color:rgb(30 41 59 / 0.55)}
.bg-navBackgroundDark-text-text\/60{background-color:rgb(30 41 59 / 0.6)}
.bg-navBackgroundDark-text-text\/65{background-color:rgb(30 41 59 / 0.65)}
.bg-navBackgroundDark-text-text\/70{background-color:rgb(30 41 59 / 0.7)}
.bg-navBackgroundDark-text-text\/75{background-color:rgb(30 41 59 / 0.75)}
.bg-navBackgroundDark-text-text\/80{background-color:rgb(30 41 59 / 0.8)}
.bg-navBackgroundDark-text-text\/85{background-color:rgb(30 41 59 / 0.85)}
.bg-navBackgroundDark-text-text\/90{background-color:rgb(30 41 59 / 0.9)}
.bg-navBackgroundDark-text-text\/95{background-color:rgb(30 41 59 / 0.95)}
.bg-navText-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-navText-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-navText-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-navText-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-navText-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-navText-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-navText-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-navText-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-navText-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-navText-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-navText-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-navText-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-navText-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-navText-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-navText-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-navText-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-navText-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-navText-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-navText-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-navText-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-navText-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-navText-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-navText-text-contrastsWithCard{background-color:true}
.bg-navText-text-isDark{background-color:true}
.bg-navText-text-text{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.bg-navText-text-text\/0{background-color:rgb(30 41 59 / 0)}
.bg-navText-text-text\/10{background-color:rgb(30 41 59 / 0.1)}
.bg-navText-text-text\/100{background-color:rgb(30 41 59 / 1)}
.bg-navText-text-text\/15{background-color:rgb(30 41 59 / 0.15)}
.bg-navText-text-text\/20{background-color:rgb(30 41 59 / 0.2)}
.bg-navText-text-text\/25{background-color:rgb(30 41 59 / 0.25)}
.bg-navText-text-text\/30{background-color:rgb(30 41 59 / 0.3)}
.bg-navText-text-text\/35{background-color:rgb(30 41 59 / 0.35)}
.bg-navText-text-text\/40{background-color:rgb(30 41 59 / 0.4)}
.bg-navText-text-text\/45{background-color:rgb(30 41 59 / 0.45)}
.bg-navText-text-text\/5{background-color:rgb(30 41 59 / 0.05)}
.bg-navText-text-text\/50{background-color:rgb(30 41 59 / 0.5)}
.bg-navText-text-text\/55{background-color:rgb(30 41 59 / 0.55)}
.bg-navText-text-text\/60{background-color:rgb(30 41 59 / 0.6)}
.bg-navText-text-text\/65{background-color:rgb(30 41 59 / 0.65)}
.bg-navText-text-text\/70{background-color:rgb(30 41 59 / 0.7)}
.bg-navText-text-text\/75{background-color:rgb(30 41 59 / 0.75)}
.bg-navText-text-text\/80{background-color:rgb(30 41 59 / 0.8)}
.bg-navText-text-text\/85{background-color:rgb(30 41 59 / 0.85)}
.bg-navText-text-text\/90{background-color:rgb(30 41 59 / 0.9)}
.bg-navText-text-text\/95{background-color:rgb(30 41 59 / 0.95)}
.bg-navTextDark-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-navTextDark-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-navTextDark-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-navTextDark-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-navTextDark-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-navTextDark-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-navTextDark-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-navTextDark-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-navTextDark-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-navTextDark-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-navTextDark-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-navTextDark-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-navTextDark-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-navTextDark-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-navTextDark-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-navTextDark-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-navTextDark-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-navTextDark-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-navTextDark-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-navTextDark-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-navTextDark-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-navTextDark-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-navTextDark-text-contrastsWithCard{background-color:true}
.bg-navTextDark-text-isDark{background-color:true}
.bg-navTextDark-text-text{--tw-bg-opacity:1;background-color:rgb(132 132 132 / var(--tw-bg-opacity))}
.bg-navTextDark-text-text\/0{background-color:rgb(132 132 132 / 0)}
.bg-navTextDark-text-text\/10{background-color:rgb(132 132 132 / 0.1)}
.bg-navTextDark-text-text\/100{background-color:rgb(132 132 132 / 1)}
.bg-navTextDark-text-text\/15{background-color:rgb(132 132 132 / 0.15)}
.bg-navTextDark-text-text\/20{background-color:rgb(132 132 132 / 0.2)}
.bg-navTextDark-text-text\/25{background-color:rgb(132 132 132 / 0.25)}
.bg-navTextDark-text-text\/30{background-color:rgb(132 132 132 / 0.3)}
.bg-navTextDark-text-text\/35{background-color:rgb(132 132 132 / 0.35)}
.bg-navTextDark-text-text\/40{background-color:rgb(132 132 132 / 0.4)}
.bg-navTextDark-text-text\/45{background-color:rgb(132 132 132 / 0.45)}
.bg-navTextDark-text-text\/5{background-color:rgb(132 132 132 / 0.05)}
.bg-navTextDark-text-text\/50{background-color:rgb(132 132 132 / 0.5)}
.bg-navTextDark-text-text\/55{background-color:rgb(132 132 132 / 0.55)}
.bg-navTextDark-text-text\/60{background-color:rgb(132 132 132 / 0.6)}
.bg-navTextDark-text-text\/65{background-color:rgb(132 132 132 / 0.65)}
.bg-navTextDark-text-text\/70{background-color:rgb(132 132 132 / 0.7)}
.bg-navTextDark-text-text\/75{background-color:rgb(132 132 132 / 0.75)}
.bg-navTextDark-text-text\/80{background-color:rgb(132 132 132 / 0.8)}
.bg-navTextDark-text-text\/85{background-color:rgb(132 132 132 / 0.85)}
.bg-navTextDark-text-text\/90{background-color:rgb(132 132 132 / 0.9)}
.bg-navTextDark-text-text\/95{background-color:rgb(132 132 132 / 0.95)}
.bg-navTextHover-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-navTextHover-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-navTextHover-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-navTextHover-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-navTextHover-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-navTextHover-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-navTextHover-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-navTextHover-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-navTextHover-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-navTextHover-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-navTextHover-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-navTextHover-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-navTextHover-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-navTextHover-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-navTextHover-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-navTextHover-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-navTextHover-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-navTextHover-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-navTextHover-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-navTextHover-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-navTextHover-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-navTextHover-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-navTextHover-text-contrastsWithCard{background-color:true}
.bg-navTextHover-text-isDark{background-color:true}
.bg-navTextHover-text-text{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}
.bg-navTextHover-text-text\/0{background-color:rgb(30 41 59 / 0)}
.bg-navTextHover-text-text\/10{background-color:rgb(30 41 59 / 0.1)}
.bg-navTextHover-text-text\/100{background-color:rgb(30 41 59 / 1)}
.bg-navTextHover-text-text\/15{background-color:rgb(30 41 59 / 0.15)}
.bg-navTextHover-text-text\/20{background-color:rgb(30 41 59 / 0.2)}
.bg-navTextHover-text-text\/25{background-color:rgb(30 41 59 / 0.25)}
.bg-navTextHover-text-text\/30{background-color:rgb(30 41 59 / 0.3)}
.bg-navTextHover-text-text\/35{background-color:rgb(30 41 59 / 0.35)}
.bg-navTextHover-text-text\/40{background-color:rgb(30 41 59 / 0.4)}
.bg-navTextHover-text-text\/45{background-color:rgb(30 41 59 / 0.45)}
.bg-navTextHover-text-text\/5{background-color:rgb(30 41 59 / 0.05)}
.bg-navTextHover-text-text\/50{background-color:rgb(30 41 59 / 0.5)}
.bg-navTextHover-text-text\/55{background-color:rgb(30 41 59 / 0.55)}
.bg-navTextHover-text-text\/60{background-color:rgb(30 41 59 / 0.6)}
.bg-navTextHover-text-text\/65{background-color:rgb(30 41 59 / 0.65)}
.bg-navTextHover-text-text\/70{background-color:rgb(30 41 59 / 0.7)}
.bg-navTextHover-text-text\/75{background-color:rgb(30 41 59 / 0.75)}
.bg-navTextHover-text-text\/80{background-color:rgb(30 41 59 / 0.8)}
.bg-navTextHover-text-text\/85{background-color:rgb(30 41 59 / 0.85)}
.bg-navTextHover-text-text\/90{background-color:rgb(30 41 59 / 0.9)}
.bg-navTextHover-text-text\/95{background-color:rgb(30 41 59 / 0.95)}
.bg-primary{--tw-bg-opacity:1;background-color:rgb(0 87 136 / var(--tw-bg-opacity))}
.bg-primary-100{background-color:var(--bt-primary-100)}
.bg-primary-150{background-color:var(--bt-primary-150)}
.bg-primary-200{background-color:var(--bt-primary-200)}
.bg-primary-300{background-color:var(--bt-primary-300)}
.bg-primary-350{background-color:var(--bt-primary-350)}
.bg-primary-400{background-color:var(--bt-primary-400)}
.bg-primary-450{background-color:var(--bt-primary-450)}
.bg-primary-500{background-color:var(--bt-primary-500)}
.bg-primary-550{background-color:var(--bt-primary-550)}
.bg-primary-600{background-color:var(--bt-primary-600)}
.bg-primary-650{background-color:var(--bt-primary-650)}
.bg-primary-700{background-color:var(--bt-primary-700)}
.bg-primary-750{background-color:var(--bt-primary-750)}
.bg-primary-800{background-color:var(--bt-primary-800)}
.bg-primary-850{background-color:var(--bt-primary-850)}
.bg-primary-900{background-color:var(--bt-primary-900)}
.bg-primary-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-primary-contrast-contrast{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-primary-contrast-contrast\/0{background-color:rgb(0 0 0 / 0)}
.bg-primary-contrast-contrast\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-primary-contrast-contrast\/100{background-color:rgb(0 0 0 / 1)}
.bg-primary-contrast-contrast\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-primary-contrast-contrast\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-primary-contrast-contrast\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-primary-contrast-contrast\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-primary-contrast-contrast\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-primary-contrast-contrast\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-primary-contrast-contrast\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-primary-contrast-contrast\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-primary-contrast-contrast\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-primary-contrast-contrast\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-primary-contrast-contrast\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-primary-contrast-contrast\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-primary-contrast-contrast\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-primary-contrast-contrast\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-primary-contrast-contrast\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-primary-contrast-contrast\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-primary-contrast-contrast\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-primary-contrast-contrast\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-primary-contrast-contrastsWithCard{}
.bg-primary-contrast-isDark{}
.bg-primary-contrast-text{--tw-bg-opacity:1;background-color:rgb(132 132 132 / var(--tw-bg-opacity))}
.bg-primary-contrast-text\/0{background-color:rgb(132 132 132 / 0)}
.bg-primary-contrast-text\/10{background-color:rgb(132 132 132 / 0.1)}
.bg-primary-contrast-text\/100{background-color:rgb(132 132 132 / 1)}
.bg-primary-contrast-text\/15{background-color:rgb(132 132 132 / 0.15)}
.bg-primary-contrast-text\/20{background-color:rgb(132 132 132 / 0.2)}
.bg-primary-contrast-text\/25{background-color:rgb(132 132 132 / 0.25)}
.bg-primary-contrast-text\/30{background-color:rgb(132 132 132 / 0.3)}
.bg-primary-contrast-text\/35{background-color:rgb(132 132 132 / 0.35)}
.bg-primary-contrast-text\/40{background-color:rgb(132 132 132 / 0.4)}
.bg-primary-contrast-text\/45{background-color:rgb(132 132 132 / 0.45)}
.bg-primary-contrast-text\/5{background-color:rgb(132 132 132 / 0.05)}
.bg-primary-contrast-text\/50{background-color:rgb(132 132 132 / 0.5)}
.bg-primary-contrast-text\/55{background-color:rgb(132 132 132 / 0.55)}
.bg-primary-contrast-text\/60{background-color:rgb(132 132 132 / 0.6)}
.bg-primary-contrast-text\/65{background-color:rgb(132 132 132 / 0.65)}
.bg-primary-contrast-text\/70{background-color:rgb(132 132 132 / 0.7)}
.bg-primary-contrast-text\/75{background-color:rgb(132 132 132 / 0.75)}
.bg-primary-contrast-text\/80{background-color:rgb(132 132 132 / 0.8)}
.bg-primary-contrast-text\/85{background-color:rgb(132 132 132 / 0.85)}
.bg-primary-contrast-text\/90{background-color:rgb(132 132 132 / 0.9)}
.bg-primary-contrast-text\/95{background-color:rgb(132 132 132 / 0.95)}
.bg-primary-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-primary-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-primary-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-primary-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-primary-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-primary-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-primary-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-primary-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-primary-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-primary-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-primary-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-primary-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-primary-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-primary-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-primary-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-primary-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-primary-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-primary-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-primary-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-primary-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-primary-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-primary-contrastsWithCard{background-color:true}
.bg-primary-isDark{background-color:true}
.bg-primary-text{--tw-bg-opacity:1;background-color:rgb(0 87 136 / var(--tw-bg-opacity))}
.bg-primary-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-primary-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-primary-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-primary-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-primary-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-primary-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-primary-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-primary-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-primary-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-primary-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-primary-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-primary-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-primary-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-primary-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-primary-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-primary-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-primary-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-primary-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-primary-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-primary-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-primary-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-primary-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-primary-text-contrastsWithCard{background-color:true}
.bg-primary-text-isDark{background-color:true}
.bg-primary-text-text{--tw-bg-opacity:1;background-color:rgb(0 87 136 / var(--tw-bg-opacity))}
.bg-primary-text-text\/0{background-color:rgb(0 87 136 / 0)}
.bg-primary-text-text\/10{background-color:rgb(0 87 136 / 0.1)}
.bg-primary-text-text\/100{background-color:rgb(0 87 136 / 1)}
.bg-primary-text-text\/15{background-color:rgb(0 87 136 / 0.15)}
.bg-primary-text-text\/20{background-color:rgb(0 87 136 / 0.2)}
.bg-primary-text-text\/25{background-color:rgb(0 87 136 / 0.25)}
.bg-primary-text-text\/30{background-color:rgb(0 87 136 / 0.3)}
.bg-primary-text-text\/35{background-color:rgb(0 87 136 / 0.35)}
.bg-primary-text-text\/40{background-color:rgb(0 87 136 / 0.4)}
.bg-primary-text-text\/45{background-color:rgb(0 87 136 / 0.45)}
.bg-primary-text-text\/5{background-color:rgb(0 87 136 / 0.05)}
.bg-primary-text-text\/50{background-color:rgb(0 87 136 / 0.5)}
.bg-primary-text-text\/55{background-color:rgb(0 87 136 / 0.55)}
.bg-primary-text-text\/60{background-color:rgb(0 87 136 / 0.6)}
.bg-primary-text-text\/65{background-color:rgb(0 87 136 / 0.65)}
.bg-primary-text-text\/70{background-color:rgb(0 87 136 / 0.7)}
.bg-primary-text-text\/75{background-color:rgb(0 87 136 / 0.75)}
.bg-primary-text-text\/80{background-color:rgb(0 87 136 / 0.8)}
.bg-primary-text-text\/85{background-color:rgb(0 87 136 / 0.85)}
.bg-primary-text-text\/90{background-color:rgb(0 87 136 / 0.9)}
.bg-primary-text-text\/95{background-color:rgb(0 87 136 / 0.95)}
.bg-primary-text\/0{background-color:rgb(0 87 136 / 0)}
.bg-primary-text\/10{background-color:rgb(0 87 136 / 0.1)}
.bg-primary-text\/100{background-color:rgb(0 87 136 / 1)}
.bg-primary-text\/15{background-color:rgb(0 87 136 / 0.15)}
.bg-primary-text\/20{background-color:rgb(0 87 136 / 0.2)}
.bg-primary-text\/25{background-color:rgb(0 87 136 / 0.25)}
.bg-primary-text\/30{background-color:rgb(0 87 136 / 0.3)}
.bg-primary-text\/35{background-color:rgb(0 87 136 / 0.35)}
.bg-primary-text\/40{background-color:rgb(0 87 136 / 0.4)}
.bg-primary-text\/45{background-color:rgb(0 87 136 / 0.45)}
.bg-primary-text\/5{background-color:rgb(0 87 136 / 0.05)}
.bg-primary-text\/50{background-color:rgb(0 87 136 / 0.5)}
.bg-primary-text\/55{background-color:rgb(0 87 136 / 0.55)}
.bg-primary-text\/60{background-color:rgb(0 87 136 / 0.6)}
.bg-primary-text\/65{background-color:rgb(0 87 136 / 0.65)}
.bg-primary-text\/70{background-color:rgb(0 87 136 / 0.7)}
.bg-primary-text\/75{background-color:rgb(0 87 136 / 0.75)}
.bg-primary-text\/80{background-color:rgb(0 87 136 / 0.8)}
.bg-primary-text\/85{background-color:rgb(0 87 136 / 0.85)}
.bg-primary-text\/90{background-color:rgb(0 87 136 / 0.9)}
.bg-primary-text\/95{background-color:rgb(0 87 136 / 0.95)}
.bg-primary\/0{background-color:rgb(0 87 136 / 0)}
.bg-primary\/10{background-color:rgb(0 87 136 / 0.1)}
.bg-primary\/100{background-color:rgb(0 87 136 / 1)}
.bg-primary\/15{background-color:rgb(0 87 136 / 0.15)}
.bg-primary\/20{background-color:rgb(0 87 136 / 0.2)}
.bg-primary\/25{background-color:rgb(0 87 136 / 0.25)}
.bg-primary\/30{background-color:rgb(0 87 136 / 0.3)}
.bg-primary\/35{background-color:rgb(0 87 136 / 0.35)}
.bg-primary\/40{background-color:rgb(0 87 136 / 0.4)}
.bg-primary\/45{background-color:rgb(0 87 136 / 0.45)}
.bg-primary\/5{background-color:rgb(0 87 136 / 0.05)}
.bg-primary\/50{background-color:rgb(0 87 136 / 0.5)}
.bg-primary\/55{background-color:rgb(0 87 136 / 0.55)}
.bg-primary\/60{background-color:rgb(0 87 136 / 0.6)}
.bg-primary\/65{background-color:rgb(0 87 136 / 0.65)}
.bg-primary\/70{background-color:rgb(0 87 136 / 0.7)}
.bg-primary\/75{background-color:rgb(0 87 136 / 0.75)}
.bg-primary\/80{background-color:rgb(0 87 136 / 0.8)}
.bg-primary\/85{background-color:rgb(0 87 136 / 0.85)}
.bg-primary\/90{background-color:rgb(0 87 136 / 0.9)}
.bg-primary\/95{background-color:rgb(0 87 136 / 0.95)}
.bg-secondary{--tw-bg-opacity:1;background-color:rgb(207 212 219 / var(--tw-bg-opacity))}
.bg-secondary-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-secondary-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-secondary-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-secondary-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-secondary-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-secondary-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-secondary-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-secondary-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-secondary-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-secondary-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-secondary-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-secondary-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-secondary-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-secondary-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-secondary-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-secondary-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-secondary-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-secondary-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-secondary-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-secondary-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-secondary-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-secondary-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-secondary-text-contrastsWithCard{background-color:true}
.bg-secondary-text-isDark{background-color:true}
.bg-secondary-text-text{--tw-bg-opacity:1;background-color:rgb(90 94 100 / var(--tw-bg-opacity))}
.bg-secondary-text-text\/0{background-color:rgb(90 94 100 / 0)}
.bg-secondary-text-text\/10{background-color:rgb(90 94 100 / 0.1)}
.bg-secondary-text-text\/100{background-color:rgb(90 94 100 / 1)}
.bg-secondary-text-text\/15{background-color:rgb(90 94 100 / 0.15)}
.bg-secondary-text-text\/20{background-color:rgb(90 94 100 / 0.2)}
.bg-secondary-text-text\/25{background-color:rgb(90 94 100 / 0.25)}
.bg-secondary-text-text\/30{background-color:rgb(90 94 100 / 0.3)}
.bg-secondary-text-text\/35{background-color:rgb(90 94 100 / 0.35)}
.bg-secondary-text-text\/40{background-color:rgb(90 94 100 / 0.4)}
.bg-secondary-text-text\/45{background-color:rgb(90 94 100 / 0.45)}
.bg-secondary-text-text\/5{background-color:rgb(90 94 100 / 0.05)}
.bg-secondary-text-text\/50{background-color:rgb(90 94 100 / 0.5)}
.bg-secondary-text-text\/55{background-color:rgb(90 94 100 / 0.55)}
.bg-secondary-text-text\/60{background-color:rgb(90 94 100 / 0.6)}
.bg-secondary-text-text\/65{background-color:rgb(90 94 100 / 0.65)}
.bg-secondary-text-text\/70{background-color:rgb(90 94 100 / 0.7)}
.bg-secondary-text-text\/75{background-color:rgb(90 94 100 / 0.75)}
.bg-secondary-text-text\/80{background-color:rgb(90 94 100 / 0.8)}
.bg-secondary-text-text\/85{background-color:rgb(90 94 100 / 0.85)}
.bg-secondary-text-text\/90{background-color:rgb(90 94 100 / 0.9)}
.bg-secondary-text-text\/95{background-color:rgb(90 94 100 / 0.95)}
.bg-success-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-success-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-success-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-success-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-success-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-success-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-success-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-success-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-success-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-success-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-success-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-success-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-success-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-success-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-success-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-success-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-success-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-success-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-success-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-success-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-success-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-success-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-success-text-contrastsWithCard{background-color:true}
.bg-success-text-isDark{background-color:true}
.bg-success-text-text{--tw-bg-opacity:1;background-color:rgb(27 135 73 / var(--tw-bg-opacity))}
.bg-success-text-text\/0{background-color:rgb(27 135 73 / 0)}
.bg-success-text-text\/10{background-color:rgb(27 135 73 / 0.1)}
.bg-success-text-text\/100{background-color:rgb(27 135 73 / 1)}
.bg-success-text-text\/15{background-color:rgb(27 135 73 / 0.15)}
.bg-success-text-text\/20{background-color:rgb(27 135 73 / 0.2)}
.bg-success-text-text\/25{background-color:rgb(27 135 73 / 0.25)}
.bg-success-text-text\/30{background-color:rgb(27 135 73 / 0.3)}
.bg-success-text-text\/35{background-color:rgb(27 135 73 / 0.35)}
.bg-success-text-text\/40{background-color:rgb(27 135 73 / 0.4)}
.bg-success-text-text\/45{background-color:rgb(27 135 73 / 0.45)}
.bg-success-text-text\/5{background-color:rgb(27 135 73 / 0.05)}
.bg-success-text-text\/50{background-color:rgb(27 135 73 / 0.5)}
.bg-success-text-text\/55{background-color:rgb(27 135 73 / 0.55)}
.bg-success-text-text\/60{background-color:rgb(27 135 73 / 0.6)}
.bg-success-text-text\/65{background-color:rgb(27 135 73 / 0.65)}
.bg-success-text-text\/70{background-color:rgb(27 135 73 / 0.7)}
.bg-success-text-text\/75{background-color:rgb(27 135 73 / 0.75)}
.bg-success-text-text\/80{background-color:rgb(27 135 73 / 0.8)}
.bg-success-text-text\/85{background-color:rgb(27 135 73 / 0.85)}
.bg-success-text-text\/90{background-color:rgb(27 135 73 / 0.9)}
.bg-success-text-text\/95{background-color:rgb(27 135 73 / 0.95)}
.bg-text-100{background-color:var(--bt-text-100)}
.bg-text-200{background-color:var(--bt-text-200)}
.bg-text-300{background-color:var(--bt-text-300)}
.bg-text-400{background-color:var(--bt-text-400)}
.bg-text-500{background-color:var(--bt-text-500)}
.bg-text-600{background-color:var(--bt-text-600)}
.bg-text-700{background-color:var(--bt-text-700)}
.bg-text-800{background-color:var(--bt-text-800)}
.bg-text-900{background-color:var(--bt-text-900)}
.bg-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-text-contrast-contrast{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-text-contrast-contrast\/0{background-color:rgb(0 0 0 / 0)}
.bg-text-contrast-contrast\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-text-contrast-contrast\/100{background-color:rgb(0 0 0 / 1)}
.bg-text-contrast-contrast\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-text-contrast-contrast\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-text-contrast-contrast\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-text-contrast-contrast\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-text-contrast-contrast\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-text-contrast-contrast\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-text-contrast-contrast\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-text-contrast-contrast\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-text-contrast-contrast\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-text-contrast-contrast\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-text-contrast-contrast\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-text-contrast-contrast\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-text-contrast-contrast\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-text-contrast-contrast\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-text-contrast-contrast\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-text-contrast-contrast\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-text-contrast-contrast\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-text-contrast-contrast\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-text-contrast-contrastsWithCard{}
.bg-text-contrast-isDark{}
.bg-text-contrast-text{--tw-bg-opacity:1;background-color:rgb(132 132 132 / var(--tw-bg-opacity))}
.bg-text-contrast-text\/0{background-color:rgb(132 132 132 / 0)}
.bg-text-contrast-text\/10{background-color:rgb(132 132 132 / 0.1)}
.bg-text-contrast-text\/100{background-color:rgb(132 132 132 / 1)}
.bg-text-contrast-text\/15{background-color:rgb(132 132 132 / 0.15)}
.bg-text-contrast-text\/20{background-color:rgb(132 132 132 / 0.2)}
.bg-text-contrast-text\/25{background-color:rgb(132 132 132 / 0.25)}
.bg-text-contrast-text\/30{background-color:rgb(132 132 132 / 0.3)}
.bg-text-contrast-text\/35{background-color:rgb(132 132 132 / 0.35)}
.bg-text-contrast-text\/40{background-color:rgb(132 132 132 / 0.4)}
.bg-text-contrast-text\/45{background-color:rgb(132 132 132 / 0.45)}
.bg-text-contrast-text\/5{background-color:rgb(132 132 132 / 0.05)}
.bg-text-contrast-text\/50{background-color:rgb(132 132 132 / 0.5)}
.bg-text-contrast-text\/55{background-color:rgb(132 132 132 / 0.55)}
.bg-text-contrast-text\/60{background-color:rgb(132 132 132 / 0.6)}
.bg-text-contrast-text\/65{background-color:rgb(132 132 132 / 0.65)}
.bg-text-contrast-text\/70{background-color:rgb(132 132 132 / 0.7)}
.bg-text-contrast-text\/75{background-color:rgb(132 132 132 / 0.75)}
.bg-text-contrast-text\/80{background-color:rgb(132 132 132 / 0.8)}
.bg-text-contrast-text\/85{background-color:rgb(132 132 132 / 0.85)}
.bg-text-contrast-text\/90{background-color:rgb(132 132 132 / 0.9)}
.bg-text-contrast-text\/95{background-color:rgb(132 132 132 / 0.95)}
.bg-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-text-contrastsWithCard{background-color:true}
.bg-text-isDark{background-color:true}
.bg-text-text{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-text-text-contrast{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.bg-text-text-contrast\/0{background-color:rgb(255 255 255 / 0)}
.bg-text-text-contrast\/10{background-color:rgb(255 255 255 / 0.1)}
.bg-text-text-contrast\/100{background-color:rgb(255 255 255 / 1)}
.bg-text-text-contrast\/15{background-color:rgb(255 255 255 / 0.15)}
.bg-text-text-contrast\/20{background-color:rgb(255 255 255 / 0.2)}
.bg-text-text-contrast\/25{background-color:rgb(255 255 255 / 0.25)}
.bg-text-text-contrast\/30{background-color:rgb(255 255 255 / 0.3)}
.bg-text-text-contrast\/35{background-color:rgb(255 255 255 / 0.35)}
.bg-text-text-contrast\/40{background-color:rgb(255 255 255 / 0.4)}
.bg-text-text-contrast\/45{background-color:rgb(255 255 255 / 0.45)}
.bg-text-text-contrast\/5{background-color:rgb(255 255 255 / 0.05)}
.bg-text-text-contrast\/50{background-color:rgb(255 255 255 / 0.5)}
.bg-text-text-contrast\/55{background-color:rgb(255 255 255 / 0.55)}
.bg-text-text-contrast\/60{background-color:rgb(255 255 255 / 0.6)}
.bg-text-text-contrast\/65{background-color:rgb(255 255 255 / 0.65)}
.bg-text-text-contrast\/70{background-color:rgb(255 255 255 / 0.7)}
.bg-text-text-contrast\/75{background-color:rgb(255 255 255 / 0.75)}
.bg-text-text-contrast\/80{background-color:rgb(255 255 255 / 0.8)}
.bg-text-text-contrast\/85{background-color:rgb(255 255 255 / 0.85)}
.bg-text-text-contrast\/90{background-color:rgb(255 255 255 / 0.9)}
.bg-text-text-contrast\/95{background-color:rgb(255 255 255 / 0.95)}
.bg-text-text-contrastsWithCard{background-color:true}
.bg-text-text-isDark{background-color:true}
.bg-text-text-text{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-text-text-text\/0{background-color:rgb(0 0 0 / 0)}
.bg-text-text-text\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-text-text-text\/100{background-color:rgb(0 0 0 / 1)}
.bg-text-text-text\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-text-text-text\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-text-text-text\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-text-text-text\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-text-text-text\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-text-text-text\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-text-text-text\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-text-text-text\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-text-text-text\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-text-text-text\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-text-text-text\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-text-text-text\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-text-text-text\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-text-text-text\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-text-text-text\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-text-text-text\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-text-text-text\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-text-text-text\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-text-text\/0{background-color:rgb(0 0 0 / 0)}
.bg-text-text\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-text-text\/100{background-color:rgb(0 0 0 / 1)}
.bg-text-text\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-text-text\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-text-text\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-text-text\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-text-text\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-text-text\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-text-text\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-text-text\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-text-text\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-text-text\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-text-text\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-text-text\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-text-text\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-text-text\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-text-text\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-text-text\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-text-text\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-text-text\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-warning{--tw-bg-opacity:1;background-color:rgb(255 168 0 / var(--tw-bg-opacity))}
.bg-warning-text-contrast{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
.bg-warning-text-contrast\/0{background-color:rgb(0 0 0 / 0)}
.bg-warning-text-contrast\/10{background-color:rgb(0 0 0 / 0.1)}
.bg-warning-text-contrast\/100{background-color:rgb(0 0 0 / 1)}
.bg-warning-text-contrast\/15{background-color:rgb(0 0 0 / 0.15)}
.bg-warning-text-contrast\/20{background-color:rgb(0 0 0 / 0.2)}
.bg-warning-text-contrast\/25{background-color:rgb(0 0 0 / 0.25)}
.bg-warning-text-contrast\/30{background-color:rgb(0 0 0 / 0.3)}
.bg-warning-text-contrast\/35{background-color:rgb(0 0 0 / 0.35)}
.bg-warning-text-contrast\/40{background-color:rgb(0 0 0 / 0.4)}
.bg-warning-text-contrast\/45{background-color:rgb(0 0 0 / 0.45)}
.bg-warning-text-contrast\/5{background-color:rgb(0 0 0 / 0.05)}
.bg-warning-text-contrast\/50{background-color:rgb(0 0 0 / 0.5)}
.bg-warning-text-contrast\/55{background-color:rgb(0 0 0 / 0.55)}
.bg-warning-text-contrast\/60{background-color:rgb(0 0 0 / 0.6)}
.bg-warning-text-contrast\/65{background-color:rgb(0 0 0 / 0.65)}
.bg-warning-text-contrast\/70{background-color:rgb(0 0 0 / 0.7)}
.bg-warning-text-contrast\/75{background-color:rgb(0 0 0 / 0.75)}
.bg-warning-text-contrast\/80{background-color:rgb(0 0 0 / 0.8)}
.bg-warning-text-contrast\/85{background-color:rgb(0 0 0 / 0.85)}
.bg-warning-text-contrast\/90{background-color:rgb(0 0 0 / 0.9)}
.bg-warning-text-contrast\/95{background-color:rgb(0 0 0 / 0.95)}
.bg-warning-text-contrastsWithCard{background-color:true}
.bg-warning-text-isDark{}
.bg-warning-text-text{--tw-bg-opacity:1;background-color:rgb(255 168 0 / var(--tw-bg-opacity))}
.bg-warning-text-text\/0{background-color:rgb(255 168 0 / 0)}
.bg-warning-text-text\/10{background-color:rgb(255 168 0 / 0.1)}
.bg-warning-text-text\/100{background-color:rgb(255 168 0 / 1)}
.bg-warning-text-text\/15{background-color:rgb(255 168 0 / 0.15)}
.bg-warning-text-text\/20{background-color:rgb(255 168 0 / 0.2)}
.bg-warning-text-text\/25{background-color:rgb(255 168 0 / 0.25)}
.bg-warning-text-text\/30{background-color:rgb(255 168 0 / 0.3)}
.bg-warning-text-text\/35{background-color:rgb(255 168 0 / 0.35)}
.bg-warning-text-text\/40{background-color:rgb(255 168 0 / 0.4)}
.bg-warning-text-text\/45{background-color:rgb(255 168 0 / 0.45)}
.bg-warning-text-text\/5{background-color:rgb(255 168 0 / 0.05)}
.bg-warning-text-text\/50{background-color:rgb(255 168 0 / 0.5)}
.bg-warning-text-text\/55{background-color:rgb(255 168 0 / 0.55)}
.bg-warning-text-text\/60{background-color:rgb(255 168 0 / 0.6)}
.bg-warning-text-text\/65{background-color:rgb(255 168 0 / 0.65)}
.bg-warning-text-text\/70{background-color:rgb(255 168 0 / 0.7)}
.bg-warning-text-text\/75{background-color:rgb(255 168 0 / 0.75)}
.bg-warning-text-text\/80{background-color:rgb(255 168 0 / 0.8)}
.bg-warning-text-text\/85{background-color:rgb(255 168 0 / 0.85)}
.bg-warning-text-text\/90{background-color:rgb(255 168 0 / 0.9)}
.bg-warning-text-text\/95{background-color:rgb(255 168 0 / 0.95)}
.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}
.from-amber-100{--tw-gradient-from:#fef3c7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/0{--tw-gradient-from:rgb(254 243 199 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/10{--tw-gradient-from:rgb(254 243 199 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/100{--tw-gradient-from:rgb(254 243 199 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/15{--tw-gradient-from:rgb(254 243 199 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/20{--tw-gradient-from:rgb(254 243 199 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/25{--tw-gradient-from:rgb(254 243 199 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/30{--tw-gradient-from:rgb(254 243 199 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/35{--tw-gradient-from:rgb(254 243 199 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/40{--tw-gradient-from:rgb(254 243 199 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/45{--tw-gradient-from:rgb(254 243 199 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/5{--tw-gradient-from:rgb(254 243 199 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/50{--tw-gradient-from:rgb(254 243 199 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/55{--tw-gradient-from:rgb(254 243 199 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/60{--tw-gradient-from:rgb(254 243 199 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/65{--tw-gradient-from:rgb(254 243 199 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/70{--tw-gradient-from:rgb(254 243 199 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/75{--tw-gradient-from:rgb(254 243 199 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/80{--tw-gradient-from:rgb(254 243 199 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/85{--tw-gradient-from:rgb(254 243 199 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/90{--tw-gradient-from:rgb(254 243 199 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-100\/95{--tw-gradient-from:rgb(254 243 199 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200{--tw-gradient-from:#fde68a var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/0{--tw-gradient-from:rgb(253 230 138 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/10{--tw-gradient-from:rgb(253 230 138 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/100{--tw-gradient-from:rgb(253 230 138 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/15{--tw-gradient-from:rgb(253 230 138 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/20{--tw-gradient-from:rgb(253 230 138 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/25{--tw-gradient-from:rgb(253 230 138 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/30{--tw-gradient-from:rgb(253 230 138 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/35{--tw-gradient-from:rgb(253 230 138 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/40{--tw-gradient-from:rgb(253 230 138 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/45{--tw-gradient-from:rgb(253 230 138 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/5{--tw-gradient-from:rgb(253 230 138 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/50{--tw-gradient-from:rgb(253 230 138 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/55{--tw-gradient-from:rgb(253 230 138 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/60{--tw-gradient-from:rgb(253 230 138 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/65{--tw-gradient-from:rgb(253 230 138 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/70{--tw-gradient-from:rgb(253 230 138 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/75{--tw-gradient-from:rgb(253 230 138 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/80{--tw-gradient-from:rgb(253 230 138 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/85{--tw-gradient-from:rgb(253 230 138 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/90{--tw-gradient-from:rgb(253 230 138 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-200\/95{--tw-gradient-from:rgb(253 230 138 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300{--tw-gradient-from:#fcd34d var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/0{--tw-gradient-from:rgb(252 211 77 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/10{--tw-gradient-from:rgb(252 211 77 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/100{--tw-gradient-from:rgb(252 211 77 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/15{--tw-gradient-from:rgb(252 211 77 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/20{--tw-gradient-from:rgb(252 211 77 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/25{--tw-gradient-from:rgb(252 211 77 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/30{--tw-gradient-from:rgb(252 211 77 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/35{--tw-gradient-from:rgb(252 211 77 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/40{--tw-gradient-from:rgb(252 211 77 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/45{--tw-gradient-from:rgb(252 211 77 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/5{--tw-gradient-from:rgb(252 211 77 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/50{--tw-gradient-from:rgb(252 211 77 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/55{--tw-gradient-from:rgb(252 211 77 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/60{--tw-gradient-from:rgb(252 211 77 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/65{--tw-gradient-from:rgb(252 211 77 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/70{--tw-gradient-from:rgb(252 211 77 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/75{--tw-gradient-from:rgb(252 211 77 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/80{--tw-gradient-from:rgb(252 211 77 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/85{--tw-gradient-from:rgb(252 211 77 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/90{--tw-gradient-from:rgb(252 211 77 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-300\/95{--tw-gradient-from:rgb(252 211 77 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400{--tw-gradient-from:#fbbf24 var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/0{--tw-gradient-from:rgb(251 191 36 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/10{--tw-gradient-from:rgb(251 191 36 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/100{--tw-gradient-from:rgb(251 191 36 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/15{--tw-gradient-from:rgb(251 191 36 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/20{--tw-gradient-from:rgb(251 191 36 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/25{--tw-gradient-from:rgb(251 191 36 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/30{--tw-gradient-from:rgb(251 191 36 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/35{--tw-gradient-from:rgb(251 191 36 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/40{--tw-gradient-from:rgb(251 191 36 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/45{--tw-gradient-from:rgb(251 191 36 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/5{--tw-gradient-from:rgb(251 191 36 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/50{--tw-gradient-from:rgb(251 191 36 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/55{--tw-gradient-from:rgb(251 191 36 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/60{--tw-gradient-from:rgb(251 191 36 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/65{--tw-gradient-from:rgb(251 191 36 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/70{--tw-gradient-from:rgb(251 191 36 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/75{--tw-gradient-from:rgb(251 191 36 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/80{--tw-gradient-from:rgb(251 191 36 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/85{--tw-gradient-from:rgb(251 191 36 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/90{--tw-gradient-from:rgb(251 191 36 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-400\/95{--tw-gradient-from:rgb(251 191 36 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50{--tw-gradient-from:#fffbeb var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/0{--tw-gradient-from:rgb(255 251 235 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/10{--tw-gradient-from:rgb(255 251 235 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/100{--tw-gradient-from:rgb(255 251 235 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/15{--tw-gradient-from:rgb(255 251 235 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/20{--tw-gradient-from:rgb(255 251 235 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/25{--tw-gradient-from:rgb(255 251 235 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/30{--tw-gradient-from:rgb(255 251 235 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/35{--tw-gradient-from:rgb(255 251 235 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/40{--tw-gradient-from:rgb(255 251 235 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/45{--tw-gradient-from:rgb(255 251 235 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/5{--tw-gradient-from:rgb(255 251 235 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/50{--tw-gradient-from:rgb(255 251 235 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/55{--tw-gradient-from:rgb(255 251 235 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/60{--tw-gradient-from:rgb(255 251 235 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/65{--tw-gradient-from:rgb(255 251 235 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/70{--tw-gradient-from:rgb(255 251 235 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/75{--tw-gradient-from:rgb(255 251 235 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/80{--tw-gradient-from:rgb(255 251 235 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/85{--tw-gradient-from:rgb(255 251 235 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/90{--tw-gradient-from:rgb(255 251 235 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-50\/95{--tw-gradient-from:rgb(255 251 235 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500{--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/0{--tw-gradient-from:rgb(245 158 11 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/10{--tw-gradient-from:rgb(245 158 11 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/100{--tw-gradient-from:rgb(245 158 11 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/15{--tw-gradient-from:rgb(245 158 11 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/20{--tw-gradient-from:rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/25{--tw-gradient-from:rgb(245 158 11 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/30{--tw-gradient-from:rgb(245 158 11 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/35{--tw-gradient-from:rgb(245 158 11 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/40{--tw-gradient-from:rgb(245 158 11 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/45{--tw-gradient-from:rgb(245 158 11 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/5{--tw-gradient-from:rgb(245 158 11 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/50{--tw-gradient-from:rgb(245 158 11 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/55{--tw-gradient-from:rgb(245 158 11 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/60{--tw-gradient-from:rgb(245 158 11 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/65{--tw-gradient-from:rgb(245 158 11 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/70{--tw-gradient-from:rgb(245 158 11 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/75{--tw-gradient-from:rgb(245 158 11 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/80{--tw-gradient-from:rgb(245 158 11 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/85{--tw-gradient-from:rgb(245 158 11 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/90{--tw-gradient-from:rgb(245 158 11 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-500\/95{--tw-gradient-from:rgb(245 158 11 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600{--tw-gradient-from:#d97706 var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/0{--tw-gradient-from:rgb(217 119 6 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/10{--tw-gradient-from:rgb(217 119 6 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/100{--tw-gradient-from:rgb(217 119 6 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/15{--tw-gradient-from:rgb(217 119 6 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/20{--tw-gradient-from:rgb(217 119 6 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/25{--tw-gradient-from:rgb(217 119 6 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/30{--tw-gradient-from:rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/35{--tw-gradient-from:rgb(217 119 6 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/40{--tw-gradient-from:rgb(217 119 6 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/45{--tw-gradient-from:rgb(217 119 6 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/5{--tw-gradient-from:rgb(217 119 6 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/50{--tw-gradient-from:rgb(217 119 6 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/55{--tw-gradient-from:rgb(217 119 6 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/60{--tw-gradient-from:rgb(217 119 6 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/65{--tw-gradient-from:rgb(217 119 6 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/70{--tw-gradient-from:rgb(217 119 6 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/75{--tw-gradient-from:rgb(217 119 6 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/80{--tw-gradient-from:rgb(217 119 6 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/85{--tw-gradient-from:rgb(217 119 6 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/90{--tw-gradient-from:rgb(217 119 6 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-600\/95{--tw-gradient-from:rgb(217 119 6 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700{--tw-gradient-from:#b45309 var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/0{--tw-gradient-from:rgb(180 83 9 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/10{--tw-gradient-from:rgb(180 83 9 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/100{--tw-gradient-from:rgb(180 83 9 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/15{--tw-gradient-from:rgb(180 83 9 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/20{--tw-gradient-from:rgb(180 83 9 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/25{--tw-gradient-from:rgb(180 83 9 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/30{--tw-gradient-from:rgb(180 83 9 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/35{--tw-gradient-from:rgb(180 83 9 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/40{--tw-gradient-from:rgb(180 83 9 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/45{--tw-gradient-from:rgb(180 83 9 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/5{--tw-gradient-from:rgb(180 83 9 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/50{--tw-gradient-from:rgb(180 83 9 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/55{--tw-gradient-from:rgb(180 83 9 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/60{--tw-gradient-from:rgb(180 83 9 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/65{--tw-gradient-from:rgb(180 83 9 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/70{--tw-gradient-from:rgb(180 83 9 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/75{--tw-gradient-from:rgb(180 83 9 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/80{--tw-gradient-from:rgb(180 83 9 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/85{--tw-gradient-from:rgb(180 83 9 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/90{--tw-gradient-from:rgb(180 83 9 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-700\/95{--tw-gradient-from:rgb(180 83 9 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800{--tw-gradient-from:#92400e var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/0{--tw-gradient-from:rgb(146 64 14 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/10{--tw-gradient-from:rgb(146 64 14 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/100{--tw-gradient-from:rgb(146 64 14 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/15{--tw-gradient-from:rgb(146 64 14 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/20{--tw-gradient-from:rgb(146 64 14 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/25{--tw-gradient-from:rgb(146 64 14 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/30{--tw-gradient-from:rgb(146 64 14 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/35{--tw-gradient-from:rgb(146 64 14 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/40{--tw-gradient-from:rgb(146 64 14 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/45{--tw-gradient-from:rgb(146 64 14 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/5{--tw-gradient-from:rgb(146 64 14 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/50{--tw-gradient-from:rgb(146 64 14 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/55{--tw-gradient-from:rgb(146 64 14 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/60{--tw-gradient-from:rgb(146 64 14 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/65{--tw-gradient-from:rgb(146 64 14 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/70{--tw-gradient-from:rgb(146 64 14 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/75{--tw-gradient-from:rgb(146 64 14 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/80{--tw-gradient-from:rgb(146 64 14 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/85{--tw-gradient-from:rgb(146 64 14 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/90{--tw-gradient-from:rgb(146 64 14 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-800\/95{--tw-gradient-from:rgb(146 64 14 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900{--tw-gradient-from:#78350f var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/0{--tw-gradient-from:rgb(120 53 15 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/10{--tw-gradient-from:rgb(120 53 15 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/100{--tw-gradient-from:rgb(120 53 15 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/15{--tw-gradient-from:rgb(120 53 15 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/20{--tw-gradient-from:rgb(120 53 15 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/25{--tw-gradient-from:rgb(120 53 15 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/30{--tw-gradient-from:rgb(120 53 15 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/35{--tw-gradient-from:rgb(120 53 15 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/40{--tw-gradient-from:rgb(120 53 15 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/45{--tw-gradient-from:rgb(120 53 15 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/5{--tw-gradient-from:rgb(120 53 15 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/50{--tw-gradient-from:rgb(120 53 15 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/55{--tw-gradient-from:rgb(120 53 15 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/60{--tw-gradient-from:rgb(120 53 15 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/65{--tw-gradient-from:rgb(120 53 15 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/70{--tw-gradient-from:rgb(120 53 15 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/75{--tw-gradient-from:rgb(120 53 15 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/80{--tw-gradient-from:rgb(120 53 15 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/85{--tw-gradient-from:rgb(120 53 15 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/90{--tw-gradient-from:rgb(120 53 15 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-900\/95{--tw-gradient-from:rgb(120 53 15 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950{--tw-gradient-from:#451a03 var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/0{--tw-gradient-from:rgb(69 26 3 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/10{--tw-gradient-from:rgb(69 26 3 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/100{--tw-gradient-from:rgb(69 26 3 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/15{--tw-gradient-from:rgb(69 26 3 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/20{--tw-gradient-from:rgb(69 26 3 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/25{--tw-gradient-from:rgb(69 26 3 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/30{--tw-gradient-from:rgb(69 26 3 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/35{--tw-gradient-from:rgb(69 26 3 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/40{--tw-gradient-from:rgb(69 26 3 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/45{--tw-gradient-from:rgb(69 26 3 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/5{--tw-gradient-from:rgb(69 26 3 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/50{--tw-gradient-from:rgb(69 26 3 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/55{--tw-gradient-from:rgb(69 26 3 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/60{--tw-gradient-from:rgb(69 26 3 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/65{--tw-gradient-from:rgb(69 26 3 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/70{--tw-gradient-from:rgb(69 26 3 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/75{--tw-gradient-from:rgb(69 26 3 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/80{--tw-gradient-from:rgb(69 26 3 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/85{--tw-gradient-from:rgb(69 26 3 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/90{--tw-gradient-from:rgb(69 26 3 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-amber-950\/95{--tw-gradient-from:rgb(69 26 3 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background{--tw-gradient-from:#e3e8ec var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-100{--tw-gradient-from:var(--bt-background-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-150{--tw-gradient-from:var(--bt-background-150) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-200{--tw-gradient-from:var(--bt-background-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-300{--tw-gradient-from:var(--bt-background-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-350{--tw-gradient-from:var(--bt-background-350) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-400{--tw-gradient-from:var(--bt-background-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-450{--tw-gradient-from:var(--bt-background-450) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-500{--tw-gradient-from:var(--bt-background-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-550{--tw-gradient-from:var(--bt-background-550) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-600{--tw-gradient-from:var(--bt-background-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-650{--tw-gradient-from:var(--bt-background-650) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-700{--tw-gradient-from:var(--bt-background-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-750{--tw-gradient-from:var(--bt-background-750) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-800{--tw-gradient-from:var(--bt-background-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-850{--tw-gradient-from:var(--bt-background-850) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-900{--tw-gradient-from:var(--bt-background-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text{--tw-gradient-from:#6b6f73 var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text{--tw-gradient-from:#6b6f73 var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/0{--tw-gradient-from:rgb(107 111 115 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/10{--tw-gradient-from:rgb(107 111 115 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/100{--tw-gradient-from:rgb(107 111 115 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/15{--tw-gradient-from:rgb(107 111 115 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/20{--tw-gradient-from:rgb(107 111 115 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/25{--tw-gradient-from:rgb(107 111 115 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/30{--tw-gradient-from:rgb(107 111 115 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/35{--tw-gradient-from:rgb(107 111 115 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/40{--tw-gradient-from:rgb(107 111 115 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/45{--tw-gradient-from:rgb(107 111 115 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/5{--tw-gradient-from:rgb(107 111 115 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/50{--tw-gradient-from:rgb(107 111 115 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/55{--tw-gradient-from:rgb(107 111 115 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/60{--tw-gradient-from:rgb(107 111 115 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/65{--tw-gradient-from:rgb(107 111 115 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/70{--tw-gradient-from:rgb(107 111 115 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/75{--tw-gradient-from:rgb(107 111 115 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/80{--tw-gradient-from:rgb(107 111 115 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/85{--tw-gradient-from:rgb(107 111 115 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/90{--tw-gradient-from:rgb(107 111 115 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text-text\/95{--tw-gradient-from:rgb(107 111 115 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/0{--tw-gradient-from:rgb(107 111 115 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/10{--tw-gradient-from:rgb(107 111 115 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/100{--tw-gradient-from:rgb(107 111 115 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/15{--tw-gradient-from:rgb(107 111 115 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/20{--tw-gradient-from:rgb(107 111 115 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/25{--tw-gradient-from:rgb(107 111 115 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/30{--tw-gradient-from:rgb(107 111 115 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/35{--tw-gradient-from:rgb(107 111 115 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/40{--tw-gradient-from:rgb(107 111 115 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/45{--tw-gradient-from:rgb(107 111 115 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/5{--tw-gradient-from:rgb(107 111 115 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/50{--tw-gradient-from:rgb(107 111 115 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/55{--tw-gradient-from:rgb(107 111 115 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/60{--tw-gradient-from:rgb(107 111 115 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/65{--tw-gradient-from:rgb(107 111 115 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/70{--tw-gradient-from:rgb(107 111 115 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/75{--tw-gradient-from:rgb(107 111 115 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/80{--tw-gradient-from:rgb(107 111 115 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/85{--tw-gradient-from:rgb(107 111 115 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/90{--tw-gradient-from:rgb(107 111 115 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background-text\/95{--tw-gradient-from:rgb(107 111 115 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/0{--tw-gradient-from:rgb(227 232 236 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/10{--tw-gradient-from:rgb(227 232 236 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/100{--tw-gradient-from:rgb(227 232 236 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/15{--tw-gradient-from:rgb(227 232 236 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/20{--tw-gradient-from:rgb(227 232 236 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/25{--tw-gradient-from:rgb(227 232 236 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/30{--tw-gradient-from:rgb(227 232 236 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/35{--tw-gradient-from:rgb(227 232 236 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/40{--tw-gradient-from:rgb(227 232 236 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/45{--tw-gradient-from:rgb(227 232 236 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/5{--tw-gradient-from:rgb(227 232 236 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/50{--tw-gradient-from:rgb(227 232 236 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/55{--tw-gradient-from:rgb(227 232 236 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/60{--tw-gradient-from:rgb(227 232 236 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/65{--tw-gradient-from:rgb(227 232 236 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/70{--tw-gradient-from:rgb(227 232 236 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/75{--tw-gradient-from:rgb(227 232 236 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/80{--tw-gradient-from:rgb(227 232 236 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/85{--tw-gradient-from:rgb(227 232 236 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/90{--tw-gradient-from:rgb(227 232 236 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-background\/95{--tw-gradient-from:rgb(227 232 236 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(227 232 236 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-black\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100{--tw-gradient-from:#dbeafe var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/0{--tw-gradient-from:rgb(219 234 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/10{--tw-gradient-from:rgb(219 234 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/100{--tw-gradient-from:rgb(219 234 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/15{--tw-gradient-from:rgb(219 234 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/20{--tw-gradient-from:rgb(219 234 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/25{--tw-gradient-from:rgb(219 234 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/30{--tw-gradient-from:rgb(219 234 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/35{--tw-gradient-from:rgb(219 234 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/40{--tw-gradient-from:rgb(219 234 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/45{--tw-gradient-from:rgb(219 234 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/5{--tw-gradient-from:rgb(219 234 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/50{--tw-gradient-from:rgb(219 234 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/55{--tw-gradient-from:rgb(219 234 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/60{--tw-gradient-from:rgb(219 234 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/65{--tw-gradient-from:rgb(219 234 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/70{--tw-gradient-from:rgb(219 234 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/75{--tw-gradient-from:rgb(219 234 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/80{--tw-gradient-from:rgb(219 234 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/85{--tw-gradient-from:rgb(219 234 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/90{--tw-gradient-from:rgb(219 234 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-100\/95{--tw-gradient-from:rgb(219 234 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 234 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200{--tw-gradient-from:#bfdbfe var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/0{--tw-gradient-from:rgb(191 219 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/10{--tw-gradient-from:rgb(191 219 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/100{--tw-gradient-from:rgb(191 219 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/15{--tw-gradient-from:rgb(191 219 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/20{--tw-gradient-from:rgb(191 219 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/25{--tw-gradient-from:rgb(191 219 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/30{--tw-gradient-from:rgb(191 219 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/35{--tw-gradient-from:rgb(191 219 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/40{--tw-gradient-from:rgb(191 219 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/45{--tw-gradient-from:rgb(191 219 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/5{--tw-gradient-from:rgb(191 219 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/50{--tw-gradient-from:rgb(191 219 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/55{--tw-gradient-from:rgb(191 219 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/60{--tw-gradient-from:rgb(191 219 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/65{--tw-gradient-from:rgb(191 219 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/70{--tw-gradient-from:rgb(191 219 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/75{--tw-gradient-from:rgb(191 219 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/80{--tw-gradient-from:rgb(191 219 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/85{--tw-gradient-from:rgb(191 219 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/90{--tw-gradient-from:rgb(191 219 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-200\/95{--tw-gradient-from:rgb(191 219 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(191 219 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300{--tw-gradient-from:#93c5fd var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/0{--tw-gradient-from:rgb(147 197 253 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/10{--tw-gradient-from:rgb(147 197 253 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/100{--tw-gradient-from:rgb(147 197 253 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/15{--tw-gradient-from:rgb(147 197 253 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/20{--tw-gradient-from:rgb(147 197 253 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/25{--tw-gradient-from:rgb(147 197 253 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/30{--tw-gradient-from:rgb(147 197 253 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/35{--tw-gradient-from:rgb(147 197 253 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/40{--tw-gradient-from:rgb(147 197 253 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/45{--tw-gradient-from:rgb(147 197 253 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/5{--tw-gradient-from:rgb(147 197 253 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/50{--tw-gradient-from:rgb(147 197 253 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/55{--tw-gradient-from:rgb(147 197 253 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/60{--tw-gradient-from:rgb(147 197 253 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/65{--tw-gradient-from:rgb(147 197 253 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/70{--tw-gradient-from:rgb(147 197 253 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/75{--tw-gradient-from:rgb(147 197 253 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/80{--tw-gradient-from:rgb(147 197 253 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/85{--tw-gradient-from:rgb(147 197 253 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/90{--tw-gradient-from:rgb(147 197 253 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-300\/95{--tw-gradient-from:rgb(147 197 253 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 197 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400{--tw-gradient-from:#60a5fa var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/0{--tw-gradient-from:rgb(96 165 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/10{--tw-gradient-from:rgb(96 165 250 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/100{--tw-gradient-from:rgb(96 165 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/15{--tw-gradient-from:rgb(96 165 250 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/20{--tw-gradient-from:rgb(96 165 250 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/25{--tw-gradient-from:rgb(96 165 250 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/30{--tw-gradient-from:rgb(96 165 250 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/35{--tw-gradient-from:rgb(96 165 250 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/40{--tw-gradient-from:rgb(96 165 250 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/45{--tw-gradient-from:rgb(96 165 250 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/5{--tw-gradient-from:rgb(96 165 250 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/50{--tw-gradient-from:rgb(96 165 250 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/55{--tw-gradient-from:rgb(96 165 250 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/60{--tw-gradient-from:rgb(96 165 250 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/65{--tw-gradient-from:rgb(96 165 250 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/70{--tw-gradient-from:rgb(96 165 250 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/75{--tw-gradient-from:rgb(96 165 250 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/80{--tw-gradient-from:rgb(96 165 250 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/85{--tw-gradient-from:rgb(96 165 250 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/90{--tw-gradient-from:rgb(96 165 250 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-400\/95{--tw-gradient-from:rgb(96 165 250 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50{--tw-gradient-from:#eff6ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/0{--tw-gradient-from:rgb(239 246 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/10{--tw-gradient-from:rgb(239 246 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/100{--tw-gradient-from:rgb(239 246 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/15{--tw-gradient-from:rgb(239 246 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/20{--tw-gradient-from:rgb(239 246 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/25{--tw-gradient-from:rgb(239 246 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/30{--tw-gradient-from:rgb(239 246 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/35{--tw-gradient-from:rgb(239 246 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/40{--tw-gradient-from:rgb(239 246 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/45{--tw-gradient-from:rgb(239 246 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/5{--tw-gradient-from:rgb(239 246 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/50{--tw-gradient-from:rgb(239 246 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/55{--tw-gradient-from:rgb(239 246 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/60{--tw-gradient-from:rgb(239 246 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/65{--tw-gradient-from:rgb(239 246 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/70{--tw-gradient-from:rgb(239 246 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/75{--tw-gradient-from:rgb(239 246 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/80{--tw-gradient-from:rgb(239 246 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/85{--tw-gradient-from:rgb(239 246 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/90{--tw-gradient-from:rgb(239 246 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-50\/95{--tw-gradient-from:rgb(239 246 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500{--tw-gradient-from:#3b82f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/0{--tw-gradient-from:rgb(59 130 246 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/10{--tw-gradient-from:rgb(59 130 246 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/100{--tw-gradient-from:rgb(59 130 246 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/15{--tw-gradient-from:rgb(59 130 246 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/20{--tw-gradient-from:rgb(59 130 246 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/25{--tw-gradient-from:rgb(59 130 246 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/30{--tw-gradient-from:rgb(59 130 246 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/35{--tw-gradient-from:rgb(59 130 246 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/40{--tw-gradient-from:rgb(59 130 246 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/45{--tw-gradient-from:rgb(59 130 246 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/5{--tw-gradient-from:rgb(59 130 246 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/50{--tw-gradient-from:rgb(59 130 246 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/55{--tw-gradient-from:rgb(59 130 246 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/60{--tw-gradient-from:rgb(59 130 246 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/65{--tw-gradient-from:rgb(59 130 246 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/70{--tw-gradient-from:rgb(59 130 246 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/75{--tw-gradient-from:rgb(59 130 246 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/80{--tw-gradient-from:rgb(59 130 246 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/85{--tw-gradient-from:rgb(59 130 246 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/90{--tw-gradient-from:rgb(59 130 246 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-500\/95{--tw-gradient-from:rgb(59 130 246 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600{--tw-gradient-from:#2563eb var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/0{--tw-gradient-from:rgb(37 99 235 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/10{--tw-gradient-from:rgb(37 99 235 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/100{--tw-gradient-from:rgb(37 99 235 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/15{--tw-gradient-from:rgb(37 99 235 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/20{--tw-gradient-from:rgb(37 99 235 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/25{--tw-gradient-from:rgb(37 99 235 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/30{--tw-gradient-from:rgb(37 99 235 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/35{--tw-gradient-from:rgb(37 99 235 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/40{--tw-gradient-from:rgb(37 99 235 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/45{--tw-gradient-from:rgb(37 99 235 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/5{--tw-gradient-from:rgb(37 99 235 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/50{--tw-gradient-from:rgb(37 99 235 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/55{--tw-gradient-from:rgb(37 99 235 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/60{--tw-gradient-from:rgb(37 99 235 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/65{--tw-gradient-from:rgb(37 99 235 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/70{--tw-gradient-from:rgb(37 99 235 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/75{--tw-gradient-from:rgb(37 99 235 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/80{--tw-gradient-from:rgb(37 99 235 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/85{--tw-gradient-from:rgb(37 99 235 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/90{--tw-gradient-from:rgb(37 99 235 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-600\/95{--tw-gradient-from:rgb(37 99 235 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700{--tw-gradient-from:#1d4ed8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/0{--tw-gradient-from:rgb(29 78 216 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/10{--tw-gradient-from:rgb(29 78 216 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/100{--tw-gradient-from:rgb(29 78 216 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/15{--tw-gradient-from:rgb(29 78 216 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/20{--tw-gradient-from:rgb(29 78 216 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/25{--tw-gradient-from:rgb(29 78 216 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/30{--tw-gradient-from:rgb(29 78 216 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/35{--tw-gradient-from:rgb(29 78 216 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/40{--tw-gradient-from:rgb(29 78 216 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/45{--tw-gradient-from:rgb(29 78 216 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/5{--tw-gradient-from:rgb(29 78 216 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/50{--tw-gradient-from:rgb(29 78 216 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/55{--tw-gradient-from:rgb(29 78 216 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/60{--tw-gradient-from:rgb(29 78 216 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/65{--tw-gradient-from:rgb(29 78 216 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/70{--tw-gradient-from:rgb(29 78 216 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/75{--tw-gradient-from:rgb(29 78 216 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/80{--tw-gradient-from:rgb(29 78 216 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/85{--tw-gradient-from:rgb(29 78 216 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/90{--tw-gradient-from:rgb(29 78 216 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-700\/95{--tw-gradient-from:rgb(29 78 216 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(29 78 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800{--tw-gradient-from:#1e40af var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/0{--tw-gradient-from:rgb(30 64 175 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/10{--tw-gradient-from:rgb(30 64 175 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/100{--tw-gradient-from:rgb(30 64 175 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/15{--tw-gradient-from:rgb(30 64 175 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/20{--tw-gradient-from:rgb(30 64 175 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/25{--tw-gradient-from:rgb(30 64 175 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/30{--tw-gradient-from:rgb(30 64 175 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/35{--tw-gradient-from:rgb(30 64 175 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/40{--tw-gradient-from:rgb(30 64 175 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/45{--tw-gradient-from:rgb(30 64 175 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/5{--tw-gradient-from:rgb(30 64 175 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/50{--tw-gradient-from:rgb(30 64 175 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/55{--tw-gradient-from:rgb(30 64 175 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/60{--tw-gradient-from:rgb(30 64 175 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/65{--tw-gradient-from:rgb(30 64 175 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/70{--tw-gradient-from:rgb(30 64 175 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/75{--tw-gradient-from:rgb(30 64 175 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/80{--tw-gradient-from:rgb(30 64 175 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/85{--tw-gradient-from:rgb(30 64 175 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/90{--tw-gradient-from:rgb(30 64 175 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-800\/95{--tw-gradient-from:rgb(30 64 175 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 64 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900{--tw-gradient-from:#1e3a8a var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/0{--tw-gradient-from:rgb(30 58 138 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/10{--tw-gradient-from:rgb(30 58 138 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/100{--tw-gradient-from:rgb(30 58 138 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/15{--tw-gradient-from:rgb(30 58 138 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/20{--tw-gradient-from:rgb(30 58 138 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/25{--tw-gradient-from:rgb(30 58 138 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/30{--tw-gradient-from:rgb(30 58 138 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/35{--tw-gradient-from:rgb(30 58 138 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/40{--tw-gradient-from:rgb(30 58 138 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/45{--tw-gradient-from:rgb(30 58 138 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/5{--tw-gradient-from:rgb(30 58 138 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/50{--tw-gradient-from:rgb(30 58 138 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/55{--tw-gradient-from:rgb(30 58 138 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/60{--tw-gradient-from:rgb(30 58 138 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/65{--tw-gradient-from:rgb(30 58 138 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/70{--tw-gradient-from:rgb(30 58 138 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/75{--tw-gradient-from:rgb(30 58 138 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/80{--tw-gradient-from:rgb(30 58 138 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/85{--tw-gradient-from:rgb(30 58 138 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/90{--tw-gradient-from:rgb(30 58 138 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-900\/95{--tw-gradient-from:rgb(30 58 138 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 58 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950{--tw-gradient-from:#172554 var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/0{--tw-gradient-from:rgb(23 37 84 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/10{--tw-gradient-from:rgb(23 37 84 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/100{--tw-gradient-from:rgb(23 37 84 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/15{--tw-gradient-from:rgb(23 37 84 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/20{--tw-gradient-from:rgb(23 37 84 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/25{--tw-gradient-from:rgb(23 37 84 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/30{--tw-gradient-from:rgb(23 37 84 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/35{--tw-gradient-from:rgb(23 37 84 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/40{--tw-gradient-from:rgb(23 37 84 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/45{--tw-gradient-from:rgb(23 37 84 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/5{--tw-gradient-from:rgb(23 37 84 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/50{--tw-gradient-from:rgb(23 37 84 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/55{--tw-gradient-from:rgb(23 37 84 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/60{--tw-gradient-from:rgb(23 37 84 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/65{--tw-gradient-from:rgb(23 37 84 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/70{--tw-gradient-from:rgb(23 37 84 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/75{--tw-gradient-from:rgb(23 37 84 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/80{--tw-gradient-from:rgb(23 37 84 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/85{--tw-gradient-from:rgb(23 37 84 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/90{--tw-gradient-from:rgb(23 37 84 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-blue-950\/95{--tw-gradient-from:rgb(23 37 84 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 37 84 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-bt\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight{--tw-gradient-from:#48abd9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text{--tw-gradient-from:#48abd9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text{--tw-gradient-from:#48abd9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/0{--tw-gradient-from:rgb(72 171 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/10{--tw-gradient-from:rgb(72 171 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/100{--tw-gradient-from:rgb(72 171 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/15{--tw-gradient-from:rgb(72 171 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/20{--tw-gradient-from:rgb(72 171 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/25{--tw-gradient-from:rgb(72 171 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/30{--tw-gradient-from:rgb(72 171 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/35{--tw-gradient-from:rgb(72 171 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/40{--tw-gradient-from:rgb(72 171 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/45{--tw-gradient-from:rgb(72 171 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/5{--tw-gradient-from:rgb(72 171 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/50{--tw-gradient-from:rgb(72 171 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/55{--tw-gradient-from:rgb(72 171 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/60{--tw-gradient-from:rgb(72 171 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/65{--tw-gradient-from:rgb(72 171 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/70{--tw-gradient-from:rgb(72 171 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/75{--tw-gradient-from:rgb(72 171 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/80{--tw-gradient-from:rgb(72 171 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/85{--tw-gradient-from:rgb(72 171 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/90{--tw-gradient-from:rgb(72 171 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text-text\/95{--tw-gradient-from:rgb(72 171 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/0{--tw-gradient-from:rgb(72 171 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/10{--tw-gradient-from:rgb(72 171 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/100{--tw-gradient-from:rgb(72 171 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/15{--tw-gradient-from:rgb(72 171 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/20{--tw-gradient-from:rgb(72 171 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/25{--tw-gradient-from:rgb(72 171 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/30{--tw-gradient-from:rgb(72 171 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/35{--tw-gradient-from:rgb(72 171 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/40{--tw-gradient-from:rgb(72 171 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/45{--tw-gradient-from:rgb(72 171 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/5{--tw-gradient-from:rgb(72 171 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/50{--tw-gradient-from:rgb(72 171 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/55{--tw-gradient-from:rgb(72 171 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/60{--tw-gradient-from:rgb(72 171 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/65{--tw-gradient-from:rgb(72 171 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/70{--tw-gradient-from:rgb(72 171 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/75{--tw-gradient-from:rgb(72 171 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/80{--tw-gradient-from:rgb(72 171 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/85{--tw-gradient-from:rgb(72 171 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/90{--tw-gradient-from:rgb(72 171 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight-text\/95{--tw-gradient-from:rgb(72 171 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/0{--tw-gradient-from:rgb(72 171 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/10{--tw-gradient-from:rgb(72 171 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/100{--tw-gradient-from:rgb(72 171 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/15{--tw-gradient-from:rgb(72 171 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/20{--tw-gradient-from:rgb(72 171 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/25{--tw-gradient-from:rgb(72 171 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/30{--tw-gradient-from:rgb(72 171 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/35{--tw-gradient-from:rgb(72 171 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/40{--tw-gradient-from:rgb(72 171 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/45{--tw-gradient-from:rgb(72 171 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/5{--tw-gradient-from:rgb(72 171 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/50{--tw-gradient-from:rgb(72 171 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/55{--tw-gradient-from:rgb(72 171 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/60{--tw-gradient-from:rgb(72 171 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/65{--tw-gradient-from:rgb(72 171 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/70{--tw-gradient-from:rgb(72 171 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/75{--tw-gradient-from:rgb(72 171 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/80{--tw-gradient-from:rgb(72 171 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/85{--tw-gradient-from:rgb(72 171 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/90{--tw-gradient-from:rgb(72 171 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-btLight\/95{--tw-gradient-from:rgb(72 171 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-100{--tw-gradient-from:var(--bt-cardBackground-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-150{--tw-gradient-from:var(--bt-cardBackground-150) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-200{--tw-gradient-from:var(--bt-cardBackground-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-300{--tw-gradient-from:var(--bt-cardBackground-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-350{--tw-gradient-from:var(--bt-cardBackground-350) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-400{--tw-gradient-from:var(--bt-cardBackground-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-450{--tw-gradient-from:var(--bt-cardBackground-450) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-500{--tw-gradient-from:var(--bt-cardBackground-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-550{--tw-gradient-from:var(--bt-cardBackground-550) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-600{--tw-gradient-from:var(--bt-cardBackground-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-650{--tw-gradient-from:var(--bt-cardBackground-650) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-700{--tw-gradient-from:var(--bt-cardBackground-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-750{--tw-gradient-from:var(--bt-cardBackground-750) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-800{--tw-gradient-from:var(--bt-cardBackground-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-850{--tw-gradient-from:var(--bt-cardBackground-850) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-900{--tw-gradient-from:var(--bt-cardBackground-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBackground\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder{--tw-gradient-from:#d1d5db var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/0{--tw-gradient-from:rgb(209 213 219 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/10{--tw-gradient-from:rgb(209 213 219 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/100{--tw-gradient-from:rgb(209 213 219 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/15{--tw-gradient-from:rgb(209 213 219 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/20{--tw-gradient-from:rgb(209 213 219 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/25{--tw-gradient-from:rgb(209 213 219 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/30{--tw-gradient-from:rgb(209 213 219 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/35{--tw-gradient-from:rgb(209 213 219 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/40{--tw-gradient-from:rgb(209 213 219 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/45{--tw-gradient-from:rgb(209 213 219 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/5{--tw-gradient-from:rgb(209 213 219 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/50{--tw-gradient-from:rgb(209 213 219 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/55{--tw-gradient-from:rgb(209 213 219 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/60{--tw-gradient-from:rgb(209 213 219 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/65{--tw-gradient-from:rgb(209 213 219 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/70{--tw-gradient-from:rgb(209 213 219 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/75{--tw-gradient-from:rgb(209 213 219 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/80{--tw-gradient-from:rgb(209 213 219 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/85{--tw-gradient-from:rgb(209 213 219 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/90{--tw-gradient-from:rgb(209 213 219 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardBorder\/95{--tw-gradient-from:rgb(209 213 219 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader{--tw-gradient-from:#f9f9ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text{--tw-gradient-from:#7e7e84 var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text{--tw-gradient-from:#7e7e84 var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/0{--tw-gradient-from:rgb(126 126 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/10{--tw-gradient-from:rgb(126 126 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/100{--tw-gradient-from:rgb(126 126 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/15{--tw-gradient-from:rgb(126 126 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/20{--tw-gradient-from:rgb(126 126 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/25{--tw-gradient-from:rgb(126 126 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/30{--tw-gradient-from:rgb(126 126 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/35{--tw-gradient-from:rgb(126 126 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/40{--tw-gradient-from:rgb(126 126 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/45{--tw-gradient-from:rgb(126 126 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/5{--tw-gradient-from:rgb(126 126 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/50{--tw-gradient-from:rgb(126 126 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/55{--tw-gradient-from:rgb(126 126 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/60{--tw-gradient-from:rgb(126 126 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/65{--tw-gradient-from:rgb(126 126 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/70{--tw-gradient-from:rgb(126 126 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/75{--tw-gradient-from:rgb(126 126 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/80{--tw-gradient-from:rgb(126 126 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/85{--tw-gradient-from:rgb(126 126 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/90{--tw-gradient-from:rgb(126 126 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text-text\/95{--tw-gradient-from:rgb(126 126 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/0{--tw-gradient-from:rgb(126 126 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/10{--tw-gradient-from:rgb(126 126 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/100{--tw-gradient-from:rgb(126 126 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/15{--tw-gradient-from:rgb(126 126 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/20{--tw-gradient-from:rgb(126 126 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/25{--tw-gradient-from:rgb(126 126 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/30{--tw-gradient-from:rgb(126 126 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/35{--tw-gradient-from:rgb(126 126 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/40{--tw-gradient-from:rgb(126 126 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/45{--tw-gradient-from:rgb(126 126 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/5{--tw-gradient-from:rgb(126 126 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/50{--tw-gradient-from:rgb(126 126 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/55{--tw-gradient-from:rgb(126 126 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/60{--tw-gradient-from:rgb(126 126 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/65{--tw-gradient-from:rgb(126 126 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/70{--tw-gradient-from:rgb(126 126 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/75{--tw-gradient-from:rgb(126 126 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/80{--tw-gradient-from:rgb(126 126 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/85{--tw-gradient-from:rgb(126 126 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/90{--tw-gradient-from:rgb(126 126 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader-text\/95{--tw-gradient-from:rgb(126 126 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/0{--tw-gradient-from:rgb(249 249 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/10{--tw-gradient-from:rgb(249 249 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/100{--tw-gradient-from:rgb(249 249 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/15{--tw-gradient-from:rgb(249 249 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/20{--tw-gradient-from:rgb(249 249 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/25{--tw-gradient-from:rgb(249 249 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/30{--tw-gradient-from:rgb(249 249 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/35{--tw-gradient-from:rgb(249 249 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/40{--tw-gradient-from:rgb(249 249 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/45{--tw-gradient-from:rgb(249 249 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/5{--tw-gradient-from:rgb(249 249 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/50{--tw-gradient-from:rgb(249 249 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/55{--tw-gradient-from:rgb(249 249 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/60{--tw-gradient-from:rgb(249 249 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/65{--tw-gradient-from:rgb(249 249 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/70{--tw-gradient-from:rgb(249 249 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/75{--tw-gradient-from:rgb(249 249 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/80{--tw-gradient-from:rgb(249 249 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/85{--tw-gradient-from:rgb(249 249 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/90{--tw-gradient-from:rgb(249 249 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cardHeader\/95{--tw-gradient-from:rgb(249 249 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-current{--tw-gradient-from:currentColor var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100{--tw-gradient-from:#cffafe var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/0{--tw-gradient-from:rgb(207 250 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/10{--tw-gradient-from:rgb(207 250 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/100{--tw-gradient-from:rgb(207 250 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/15{--tw-gradient-from:rgb(207 250 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/20{--tw-gradient-from:rgb(207 250 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/25{--tw-gradient-from:rgb(207 250 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/30{--tw-gradient-from:rgb(207 250 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/35{--tw-gradient-from:rgb(207 250 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/40{--tw-gradient-from:rgb(207 250 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/45{--tw-gradient-from:rgb(207 250 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/5{--tw-gradient-from:rgb(207 250 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/50{--tw-gradient-from:rgb(207 250 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/55{--tw-gradient-from:rgb(207 250 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/60{--tw-gradient-from:rgb(207 250 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/65{--tw-gradient-from:rgb(207 250 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/70{--tw-gradient-from:rgb(207 250 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/75{--tw-gradient-from:rgb(207 250 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/80{--tw-gradient-from:rgb(207 250 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/85{--tw-gradient-from:rgb(207 250 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/90{--tw-gradient-from:rgb(207 250 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-100\/95{--tw-gradient-from:rgb(207 250 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 250 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200{--tw-gradient-from:#a5f3fc var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/0{--tw-gradient-from:rgb(165 243 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/10{--tw-gradient-from:rgb(165 243 252 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/100{--tw-gradient-from:rgb(165 243 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/15{--tw-gradient-from:rgb(165 243 252 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/20{--tw-gradient-from:rgb(165 243 252 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/25{--tw-gradient-from:rgb(165 243 252 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/30{--tw-gradient-from:rgb(165 243 252 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/35{--tw-gradient-from:rgb(165 243 252 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/40{--tw-gradient-from:rgb(165 243 252 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/45{--tw-gradient-from:rgb(165 243 252 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/5{--tw-gradient-from:rgb(165 243 252 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/50{--tw-gradient-from:rgb(165 243 252 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/55{--tw-gradient-from:rgb(165 243 252 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/60{--tw-gradient-from:rgb(165 243 252 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/65{--tw-gradient-from:rgb(165 243 252 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/70{--tw-gradient-from:rgb(165 243 252 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/75{--tw-gradient-from:rgb(165 243 252 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/80{--tw-gradient-from:rgb(165 243 252 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/85{--tw-gradient-from:rgb(165 243 252 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/90{--tw-gradient-from:rgb(165 243 252 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-200\/95{--tw-gradient-from:rgb(165 243 252 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 243 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300{--tw-gradient-from:#67e8f9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/0{--tw-gradient-from:rgb(103 232 249 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/10{--tw-gradient-from:rgb(103 232 249 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/100{--tw-gradient-from:rgb(103 232 249 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/15{--tw-gradient-from:rgb(103 232 249 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/20{--tw-gradient-from:rgb(103 232 249 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/25{--tw-gradient-from:rgb(103 232 249 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/30{--tw-gradient-from:rgb(103 232 249 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/35{--tw-gradient-from:rgb(103 232 249 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/40{--tw-gradient-from:rgb(103 232 249 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/45{--tw-gradient-from:rgb(103 232 249 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/5{--tw-gradient-from:rgb(103 232 249 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/50{--tw-gradient-from:rgb(103 232 249 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/55{--tw-gradient-from:rgb(103 232 249 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/60{--tw-gradient-from:rgb(103 232 249 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/65{--tw-gradient-from:rgb(103 232 249 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/70{--tw-gradient-from:rgb(103 232 249 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/75{--tw-gradient-from:rgb(103 232 249 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/80{--tw-gradient-from:rgb(103 232 249 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/85{--tw-gradient-from:rgb(103 232 249 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/90{--tw-gradient-from:rgb(103 232 249 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-300\/95{--tw-gradient-from:rgb(103 232 249 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(103 232 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400{--tw-gradient-from:#22d3ee var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/0{--tw-gradient-from:rgb(34 211 238 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/10{--tw-gradient-from:rgb(34 211 238 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/100{--tw-gradient-from:rgb(34 211 238 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/15{--tw-gradient-from:rgb(34 211 238 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/20{--tw-gradient-from:rgb(34 211 238 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/25{--tw-gradient-from:rgb(34 211 238 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/30{--tw-gradient-from:rgb(34 211 238 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/35{--tw-gradient-from:rgb(34 211 238 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/40{--tw-gradient-from:rgb(34 211 238 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/45{--tw-gradient-from:rgb(34 211 238 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/5{--tw-gradient-from:rgb(34 211 238 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/50{--tw-gradient-from:rgb(34 211 238 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/55{--tw-gradient-from:rgb(34 211 238 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/60{--tw-gradient-from:rgb(34 211 238 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/65{--tw-gradient-from:rgb(34 211 238 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/70{--tw-gradient-from:rgb(34 211 238 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/75{--tw-gradient-from:rgb(34 211 238 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/80{--tw-gradient-from:rgb(34 211 238 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/85{--tw-gradient-from:rgb(34 211 238 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/90{--tw-gradient-from:rgb(34 211 238 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-400\/95{--tw-gradient-from:rgb(34 211 238 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 211 238 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50{--tw-gradient-from:#ecfeff var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/0{--tw-gradient-from:rgb(236 254 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/10{--tw-gradient-from:rgb(236 254 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/100{--tw-gradient-from:rgb(236 254 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/15{--tw-gradient-from:rgb(236 254 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/20{--tw-gradient-from:rgb(236 254 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/25{--tw-gradient-from:rgb(236 254 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/30{--tw-gradient-from:rgb(236 254 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/35{--tw-gradient-from:rgb(236 254 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/40{--tw-gradient-from:rgb(236 254 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/45{--tw-gradient-from:rgb(236 254 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/5{--tw-gradient-from:rgb(236 254 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/50{--tw-gradient-from:rgb(236 254 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/55{--tw-gradient-from:rgb(236 254 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/60{--tw-gradient-from:rgb(236 254 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/65{--tw-gradient-from:rgb(236 254 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/70{--tw-gradient-from:rgb(236 254 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/75{--tw-gradient-from:rgb(236 254 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/80{--tw-gradient-from:rgb(236 254 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/85{--tw-gradient-from:rgb(236 254 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/90{--tw-gradient-from:rgb(236 254 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-50\/95{--tw-gradient-from:rgb(236 254 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 254 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500{--tw-gradient-from:#06b6d4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/0{--tw-gradient-from:rgb(6 182 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/10{--tw-gradient-from:rgb(6 182 212 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/100{--tw-gradient-from:rgb(6 182 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/15{--tw-gradient-from:rgb(6 182 212 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/20{--tw-gradient-from:rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/25{--tw-gradient-from:rgb(6 182 212 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/30{--tw-gradient-from:rgb(6 182 212 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/35{--tw-gradient-from:rgb(6 182 212 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/40{--tw-gradient-from:rgb(6 182 212 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/45{--tw-gradient-from:rgb(6 182 212 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/5{--tw-gradient-from:rgb(6 182 212 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/50{--tw-gradient-from:rgb(6 182 212 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/55{--tw-gradient-from:rgb(6 182 212 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/60{--tw-gradient-from:rgb(6 182 212 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/65{--tw-gradient-from:rgb(6 182 212 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/70{--tw-gradient-from:rgb(6 182 212 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/75{--tw-gradient-from:rgb(6 182 212 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/80{--tw-gradient-from:rgb(6 182 212 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/85{--tw-gradient-from:rgb(6 182 212 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/90{--tw-gradient-from:rgb(6 182 212 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-500\/95{--tw-gradient-from:rgb(6 182 212 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600{--tw-gradient-from:#0891b2 var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/0{--tw-gradient-from:rgb(8 145 178 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/10{--tw-gradient-from:rgb(8 145 178 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/100{--tw-gradient-from:rgb(8 145 178 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/15{--tw-gradient-from:rgb(8 145 178 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/20{--tw-gradient-from:rgb(8 145 178 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/25{--tw-gradient-from:rgb(8 145 178 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/30{--tw-gradient-from:rgb(8 145 178 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/35{--tw-gradient-from:rgb(8 145 178 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/40{--tw-gradient-from:rgb(8 145 178 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/45{--tw-gradient-from:rgb(8 145 178 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/5{--tw-gradient-from:rgb(8 145 178 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/50{--tw-gradient-from:rgb(8 145 178 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/55{--tw-gradient-from:rgb(8 145 178 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/60{--tw-gradient-from:rgb(8 145 178 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/65{--tw-gradient-from:rgb(8 145 178 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/70{--tw-gradient-from:rgb(8 145 178 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/75{--tw-gradient-from:rgb(8 145 178 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/80{--tw-gradient-from:rgb(8 145 178 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/85{--tw-gradient-from:rgb(8 145 178 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/90{--tw-gradient-from:rgb(8 145 178 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-600\/95{--tw-gradient-from:rgb(8 145 178 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700{--tw-gradient-from:#0e7490 var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/0{--tw-gradient-from:rgb(14 116 144 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/10{--tw-gradient-from:rgb(14 116 144 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/100{--tw-gradient-from:rgb(14 116 144 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/15{--tw-gradient-from:rgb(14 116 144 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/20{--tw-gradient-from:rgb(14 116 144 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/25{--tw-gradient-from:rgb(14 116 144 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/30{--tw-gradient-from:rgb(14 116 144 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/35{--tw-gradient-from:rgb(14 116 144 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/40{--tw-gradient-from:rgb(14 116 144 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/45{--tw-gradient-from:rgb(14 116 144 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/5{--tw-gradient-from:rgb(14 116 144 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/50{--tw-gradient-from:rgb(14 116 144 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/55{--tw-gradient-from:rgb(14 116 144 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/60{--tw-gradient-from:rgb(14 116 144 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/65{--tw-gradient-from:rgb(14 116 144 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/70{--tw-gradient-from:rgb(14 116 144 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/75{--tw-gradient-from:rgb(14 116 144 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/80{--tw-gradient-from:rgb(14 116 144 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/85{--tw-gradient-from:rgb(14 116 144 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/90{--tw-gradient-from:rgb(14 116 144 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-700\/95{--tw-gradient-from:rgb(14 116 144 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 116 144 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800{--tw-gradient-from:#155e75 var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/0{--tw-gradient-from:rgb(21 94 117 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/10{--tw-gradient-from:rgb(21 94 117 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/100{--tw-gradient-from:rgb(21 94 117 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/15{--tw-gradient-from:rgb(21 94 117 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/20{--tw-gradient-from:rgb(21 94 117 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/25{--tw-gradient-from:rgb(21 94 117 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/30{--tw-gradient-from:rgb(21 94 117 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/35{--tw-gradient-from:rgb(21 94 117 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/40{--tw-gradient-from:rgb(21 94 117 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/45{--tw-gradient-from:rgb(21 94 117 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/5{--tw-gradient-from:rgb(21 94 117 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/50{--tw-gradient-from:rgb(21 94 117 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/55{--tw-gradient-from:rgb(21 94 117 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/60{--tw-gradient-from:rgb(21 94 117 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/65{--tw-gradient-from:rgb(21 94 117 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/70{--tw-gradient-from:rgb(21 94 117 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/75{--tw-gradient-from:rgb(21 94 117 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/80{--tw-gradient-from:rgb(21 94 117 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/85{--tw-gradient-from:rgb(21 94 117 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/90{--tw-gradient-from:rgb(21 94 117 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-800\/95{--tw-gradient-from:rgb(21 94 117 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 94 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900{--tw-gradient-from:#164e63 var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/0{--tw-gradient-from:rgb(22 78 99 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/10{--tw-gradient-from:rgb(22 78 99 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/100{--tw-gradient-from:rgb(22 78 99 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/15{--tw-gradient-from:rgb(22 78 99 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/20{--tw-gradient-from:rgb(22 78 99 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/25{--tw-gradient-from:rgb(22 78 99 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/30{--tw-gradient-from:rgb(22 78 99 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/35{--tw-gradient-from:rgb(22 78 99 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/40{--tw-gradient-from:rgb(22 78 99 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/45{--tw-gradient-from:rgb(22 78 99 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/5{--tw-gradient-from:rgb(22 78 99 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/50{--tw-gradient-from:rgb(22 78 99 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/55{--tw-gradient-from:rgb(22 78 99 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/60{--tw-gradient-from:rgb(22 78 99 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/65{--tw-gradient-from:rgb(22 78 99 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/70{--tw-gradient-from:rgb(22 78 99 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/75{--tw-gradient-from:rgb(22 78 99 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/80{--tw-gradient-from:rgb(22 78 99 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/85{--tw-gradient-from:rgb(22 78 99 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/90{--tw-gradient-from:rgb(22 78 99 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-900\/95{--tw-gradient-from:rgb(22 78 99 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 78 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950{--tw-gradient-from:#083344 var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/0{--tw-gradient-from:rgb(8 51 68 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/10{--tw-gradient-from:rgb(8 51 68 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/100{--tw-gradient-from:rgb(8 51 68 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/15{--tw-gradient-from:rgb(8 51 68 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/20{--tw-gradient-from:rgb(8 51 68 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/25{--tw-gradient-from:rgb(8 51 68 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/30{--tw-gradient-from:rgb(8 51 68 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/35{--tw-gradient-from:rgb(8 51 68 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/40{--tw-gradient-from:rgb(8 51 68 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/45{--tw-gradient-from:rgb(8 51 68 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/5{--tw-gradient-from:rgb(8 51 68 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/50{--tw-gradient-from:rgb(8 51 68 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/55{--tw-gradient-from:rgb(8 51 68 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/60{--tw-gradient-from:rgb(8 51 68 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/65{--tw-gradient-from:rgb(8 51 68 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/70{--tw-gradient-from:rgb(8 51 68 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/75{--tw-gradient-from:rgb(8 51 68 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/80{--tw-gradient-from:rgb(8 51 68 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/85{--tw-gradient-from:rgb(8 51 68 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/90{--tw-gradient-from:rgb(8 51 68 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-cyan-950\/95{--tw-gradient-from:rgb(8 51 68 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 51 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger{--tw-gradient-from:#e85743 var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-100{--tw-gradient-from:var(--bt-danger-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-200{--tw-gradient-from:var(--bt-danger-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-300{--tw-gradient-from:var(--bt-danger-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-400{--tw-gradient-from:var(--bt-danger-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-500{--tw-gradient-from:var(--bt-danger-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-600{--tw-gradient-from:var(--bt-danger-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-700{--tw-gradient-from:var(--bt-danger-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-800{--tw-gradient-from:var(--bt-danger-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-900{--tw-gradient-from:var(--bt-danger-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text{--tw-gradient-from:#e85743 var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text{--tw-gradient-from:#e85743 var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/0{--tw-gradient-from:rgb(232 87 67 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/10{--tw-gradient-from:rgb(232 87 67 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/100{--tw-gradient-from:rgb(232 87 67 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/15{--tw-gradient-from:rgb(232 87 67 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/20{--tw-gradient-from:rgb(232 87 67 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/25{--tw-gradient-from:rgb(232 87 67 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/30{--tw-gradient-from:rgb(232 87 67 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/35{--tw-gradient-from:rgb(232 87 67 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/40{--tw-gradient-from:rgb(232 87 67 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/45{--tw-gradient-from:rgb(232 87 67 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/5{--tw-gradient-from:rgb(232 87 67 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/50{--tw-gradient-from:rgb(232 87 67 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/55{--tw-gradient-from:rgb(232 87 67 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/60{--tw-gradient-from:rgb(232 87 67 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/65{--tw-gradient-from:rgb(232 87 67 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/70{--tw-gradient-from:rgb(232 87 67 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/75{--tw-gradient-from:rgb(232 87 67 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/80{--tw-gradient-from:rgb(232 87 67 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/85{--tw-gradient-from:rgb(232 87 67 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/90{--tw-gradient-from:rgb(232 87 67 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text-text\/95{--tw-gradient-from:rgb(232 87 67 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/0{--tw-gradient-from:rgb(232 87 67 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/10{--tw-gradient-from:rgb(232 87 67 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/100{--tw-gradient-from:rgb(232 87 67 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/15{--tw-gradient-from:rgb(232 87 67 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/20{--tw-gradient-from:rgb(232 87 67 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/25{--tw-gradient-from:rgb(232 87 67 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/30{--tw-gradient-from:rgb(232 87 67 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/35{--tw-gradient-from:rgb(232 87 67 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/40{--tw-gradient-from:rgb(232 87 67 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/45{--tw-gradient-from:rgb(232 87 67 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/5{--tw-gradient-from:rgb(232 87 67 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/50{--tw-gradient-from:rgb(232 87 67 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/55{--tw-gradient-from:rgb(232 87 67 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/60{--tw-gradient-from:rgb(232 87 67 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/65{--tw-gradient-from:rgb(232 87 67 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/70{--tw-gradient-from:rgb(232 87 67 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/75{--tw-gradient-from:rgb(232 87 67 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/80{--tw-gradient-from:rgb(232 87 67 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/85{--tw-gradient-from:rgb(232 87 67 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/90{--tw-gradient-from:rgb(232 87 67 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger-text\/95{--tw-gradient-from:rgb(232 87 67 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/0{--tw-gradient-from:rgb(232 87 67 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/10{--tw-gradient-from:rgb(232 87 67 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/100{--tw-gradient-from:rgb(232 87 67 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/15{--tw-gradient-from:rgb(232 87 67 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/20{--tw-gradient-from:rgb(232 87 67 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/25{--tw-gradient-from:rgb(232 87 67 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/30{--tw-gradient-from:rgb(232 87 67 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/35{--tw-gradient-from:rgb(232 87 67 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/40{--tw-gradient-from:rgb(232 87 67 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/45{--tw-gradient-from:rgb(232 87 67 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/5{--tw-gradient-from:rgb(232 87 67 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/50{--tw-gradient-from:rgb(232 87 67 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/55{--tw-gradient-from:rgb(232 87 67 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/60{--tw-gradient-from:rgb(232 87 67 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/65{--tw-gradient-from:rgb(232 87 67 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/70{--tw-gradient-from:rgb(232 87 67 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/75{--tw-gradient-from:rgb(232 87 67 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/80{--tw-gradient-from:rgb(232 87 67 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/85{--tw-gradient-from:rgb(232 87 67 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/90{--tw-gradient-from:rgb(232 87 67 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-danger\/95{--tw-gradient-from:rgb(232 87 67 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-default{--tw-gradient-from:var(--bt-default) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-defaultHover{--tw-gradient-from:var(--bt-default-hover) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100{--tw-gradient-from:#d1fae5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/0{--tw-gradient-from:rgb(209 250 229 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/10{--tw-gradient-from:rgb(209 250 229 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/100{--tw-gradient-from:rgb(209 250 229 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/15{--tw-gradient-from:rgb(209 250 229 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/20{--tw-gradient-from:rgb(209 250 229 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/25{--tw-gradient-from:rgb(209 250 229 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/30{--tw-gradient-from:rgb(209 250 229 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/35{--tw-gradient-from:rgb(209 250 229 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/40{--tw-gradient-from:rgb(209 250 229 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/45{--tw-gradient-from:rgb(209 250 229 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/5{--tw-gradient-from:rgb(209 250 229 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/50{--tw-gradient-from:rgb(209 250 229 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/55{--tw-gradient-from:rgb(209 250 229 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/60{--tw-gradient-from:rgb(209 250 229 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/65{--tw-gradient-from:rgb(209 250 229 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/70{--tw-gradient-from:rgb(209 250 229 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/75{--tw-gradient-from:rgb(209 250 229 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/80{--tw-gradient-from:rgb(209 250 229 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/85{--tw-gradient-from:rgb(209 250 229 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/90{--tw-gradient-from:rgb(209 250 229 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-100\/95{--tw-gradient-from:rgb(209 250 229 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200{--tw-gradient-from:#a7f3d0 var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/0{--tw-gradient-from:rgb(167 243 208 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/10{--tw-gradient-from:rgb(167 243 208 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/100{--tw-gradient-from:rgb(167 243 208 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/15{--tw-gradient-from:rgb(167 243 208 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/20{--tw-gradient-from:rgb(167 243 208 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/25{--tw-gradient-from:rgb(167 243 208 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/30{--tw-gradient-from:rgb(167 243 208 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/35{--tw-gradient-from:rgb(167 243 208 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/40{--tw-gradient-from:rgb(167 243 208 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/45{--tw-gradient-from:rgb(167 243 208 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/5{--tw-gradient-from:rgb(167 243 208 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/50{--tw-gradient-from:rgb(167 243 208 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/55{--tw-gradient-from:rgb(167 243 208 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/60{--tw-gradient-from:rgb(167 243 208 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/65{--tw-gradient-from:rgb(167 243 208 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/70{--tw-gradient-from:rgb(167 243 208 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/75{--tw-gradient-from:rgb(167 243 208 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/80{--tw-gradient-from:rgb(167 243 208 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/85{--tw-gradient-from:rgb(167 243 208 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/90{--tw-gradient-from:rgb(167 243 208 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-200\/95{--tw-gradient-from:rgb(167 243 208 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300{--tw-gradient-from:#6ee7b7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/0{--tw-gradient-from:rgb(110 231 183 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/10{--tw-gradient-from:rgb(110 231 183 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/100{--tw-gradient-from:rgb(110 231 183 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/15{--tw-gradient-from:rgb(110 231 183 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/20{--tw-gradient-from:rgb(110 231 183 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/25{--tw-gradient-from:rgb(110 231 183 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/30{--tw-gradient-from:rgb(110 231 183 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/35{--tw-gradient-from:rgb(110 231 183 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/40{--tw-gradient-from:rgb(110 231 183 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/45{--tw-gradient-from:rgb(110 231 183 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/5{--tw-gradient-from:rgb(110 231 183 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/50{--tw-gradient-from:rgb(110 231 183 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/55{--tw-gradient-from:rgb(110 231 183 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/60{--tw-gradient-from:rgb(110 231 183 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/65{--tw-gradient-from:rgb(110 231 183 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/70{--tw-gradient-from:rgb(110 231 183 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/75{--tw-gradient-from:rgb(110 231 183 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/80{--tw-gradient-from:rgb(110 231 183 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/85{--tw-gradient-from:rgb(110 231 183 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/90{--tw-gradient-from:rgb(110 231 183 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-300\/95{--tw-gradient-from:rgb(110 231 183 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400{--tw-gradient-from:#34d399 var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/0{--tw-gradient-from:rgb(52 211 153 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/10{--tw-gradient-from:rgb(52 211 153 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/100{--tw-gradient-from:rgb(52 211 153 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/15{--tw-gradient-from:rgb(52 211 153 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/20{--tw-gradient-from:rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/25{--tw-gradient-from:rgb(52 211 153 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/30{--tw-gradient-from:rgb(52 211 153 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/35{--tw-gradient-from:rgb(52 211 153 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/40{--tw-gradient-from:rgb(52 211 153 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/45{--tw-gradient-from:rgb(52 211 153 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/5{--tw-gradient-from:rgb(52 211 153 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/50{--tw-gradient-from:rgb(52 211 153 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/55{--tw-gradient-from:rgb(52 211 153 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/60{--tw-gradient-from:rgb(52 211 153 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/65{--tw-gradient-from:rgb(52 211 153 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/70{--tw-gradient-from:rgb(52 211 153 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/75{--tw-gradient-from:rgb(52 211 153 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/80{--tw-gradient-from:rgb(52 211 153 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/85{--tw-gradient-from:rgb(52 211 153 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/90{--tw-gradient-from:rgb(52 211 153 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-400\/95{--tw-gradient-from:rgb(52 211 153 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50{--tw-gradient-from:#ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/0{--tw-gradient-from:rgb(236 253 245 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/10{--tw-gradient-from:rgb(236 253 245 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/100{--tw-gradient-from:rgb(236 253 245 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/15{--tw-gradient-from:rgb(236 253 245 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/20{--tw-gradient-from:rgb(236 253 245 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/25{--tw-gradient-from:rgb(236 253 245 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/30{--tw-gradient-from:rgb(236 253 245 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/35{--tw-gradient-from:rgb(236 253 245 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/40{--tw-gradient-from:rgb(236 253 245 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/45{--tw-gradient-from:rgb(236 253 245 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/5{--tw-gradient-from:rgb(236 253 245 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/50{--tw-gradient-from:rgb(236 253 245 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/55{--tw-gradient-from:rgb(236 253 245 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/60{--tw-gradient-from:rgb(236 253 245 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/65{--tw-gradient-from:rgb(236 253 245 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/70{--tw-gradient-from:rgb(236 253 245 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/75{--tw-gradient-from:rgb(236 253 245 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/80{--tw-gradient-from:rgb(236 253 245 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/85{--tw-gradient-from:rgb(236 253 245 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/90{--tw-gradient-from:rgb(236 253 245 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-50\/95{--tw-gradient-from:rgb(236 253 245 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500{--tw-gradient-from:#10b981 var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/0{--tw-gradient-from:rgb(16 185 129 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/10{--tw-gradient-from:rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/100{--tw-gradient-from:rgb(16 185 129 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/15{--tw-gradient-from:rgb(16 185 129 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/20{--tw-gradient-from:rgb(16 185 129 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/25{--tw-gradient-from:rgb(16 185 129 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/30{--tw-gradient-from:rgb(16 185 129 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/35{--tw-gradient-from:rgb(16 185 129 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/40{--tw-gradient-from:rgb(16 185 129 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/45{--tw-gradient-from:rgb(16 185 129 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/5{--tw-gradient-from:rgb(16 185 129 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/50{--tw-gradient-from:rgb(16 185 129 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/55{--tw-gradient-from:rgb(16 185 129 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/60{--tw-gradient-from:rgb(16 185 129 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/65{--tw-gradient-from:rgb(16 185 129 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/70{--tw-gradient-from:rgb(16 185 129 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/75{--tw-gradient-from:rgb(16 185 129 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/80{--tw-gradient-from:rgb(16 185 129 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/85{--tw-gradient-from:rgb(16 185 129 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/90{--tw-gradient-from:rgb(16 185 129 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-500\/95{--tw-gradient-from:rgb(16 185 129 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600{--tw-gradient-from:#059669 var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/0{--tw-gradient-from:rgb(5 150 105 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/10{--tw-gradient-from:rgb(5 150 105 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/100{--tw-gradient-from:rgb(5 150 105 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/15{--tw-gradient-from:rgb(5 150 105 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/20{--tw-gradient-from:rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/25{--tw-gradient-from:rgb(5 150 105 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/30{--tw-gradient-from:rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/35{--tw-gradient-from:rgb(5 150 105 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/40{--tw-gradient-from:rgb(5 150 105 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/45{--tw-gradient-from:rgb(5 150 105 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/5{--tw-gradient-from:rgb(5 150 105 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/50{--tw-gradient-from:rgb(5 150 105 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/55{--tw-gradient-from:rgb(5 150 105 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/60{--tw-gradient-from:rgb(5 150 105 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/65{--tw-gradient-from:rgb(5 150 105 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/70{--tw-gradient-from:rgb(5 150 105 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/75{--tw-gradient-from:rgb(5 150 105 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/80{--tw-gradient-from:rgb(5 150 105 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/85{--tw-gradient-from:rgb(5 150 105 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/90{--tw-gradient-from:rgb(5 150 105 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-600\/95{--tw-gradient-from:rgb(5 150 105 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700{--tw-gradient-from:#047857 var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/0{--tw-gradient-from:rgb(4 120 87 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/10{--tw-gradient-from:rgb(4 120 87 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/100{--tw-gradient-from:rgb(4 120 87 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/15{--tw-gradient-from:rgb(4 120 87 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/20{--tw-gradient-from:rgb(4 120 87 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/25{--tw-gradient-from:rgb(4 120 87 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/30{--tw-gradient-from:rgb(4 120 87 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/35{--tw-gradient-from:rgb(4 120 87 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/40{--tw-gradient-from:rgb(4 120 87 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/45{--tw-gradient-from:rgb(4 120 87 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/5{--tw-gradient-from:rgb(4 120 87 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/50{--tw-gradient-from:rgb(4 120 87 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/55{--tw-gradient-from:rgb(4 120 87 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/60{--tw-gradient-from:rgb(4 120 87 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/65{--tw-gradient-from:rgb(4 120 87 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/70{--tw-gradient-from:rgb(4 120 87 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/75{--tw-gradient-from:rgb(4 120 87 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/80{--tw-gradient-from:rgb(4 120 87 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/85{--tw-gradient-from:rgb(4 120 87 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/90{--tw-gradient-from:rgb(4 120 87 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-700\/95{--tw-gradient-from:rgb(4 120 87 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800{--tw-gradient-from:#065f46 var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/0{--tw-gradient-from:rgb(6 95 70 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/10{--tw-gradient-from:rgb(6 95 70 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/100{--tw-gradient-from:rgb(6 95 70 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/15{--tw-gradient-from:rgb(6 95 70 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/20{--tw-gradient-from:rgb(6 95 70 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/25{--tw-gradient-from:rgb(6 95 70 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/30{--tw-gradient-from:rgb(6 95 70 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/35{--tw-gradient-from:rgb(6 95 70 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/40{--tw-gradient-from:rgb(6 95 70 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/45{--tw-gradient-from:rgb(6 95 70 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/5{--tw-gradient-from:rgb(6 95 70 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/50{--tw-gradient-from:rgb(6 95 70 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/55{--tw-gradient-from:rgb(6 95 70 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/60{--tw-gradient-from:rgb(6 95 70 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/65{--tw-gradient-from:rgb(6 95 70 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/70{--tw-gradient-from:rgb(6 95 70 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/75{--tw-gradient-from:rgb(6 95 70 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/80{--tw-gradient-from:rgb(6 95 70 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/85{--tw-gradient-from:rgb(6 95 70 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/90{--tw-gradient-from:rgb(6 95 70 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-800\/95{--tw-gradient-from:rgb(6 95 70 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900{--tw-gradient-from:#064e3b var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/0{--tw-gradient-from:rgb(6 78 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/10{--tw-gradient-from:rgb(6 78 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/100{--tw-gradient-from:rgb(6 78 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/15{--tw-gradient-from:rgb(6 78 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/20{--tw-gradient-from:rgb(6 78 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/25{--tw-gradient-from:rgb(6 78 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/30{--tw-gradient-from:rgb(6 78 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/35{--tw-gradient-from:rgb(6 78 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/40{--tw-gradient-from:rgb(6 78 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/45{--tw-gradient-from:rgb(6 78 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/5{--tw-gradient-from:rgb(6 78 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/50{--tw-gradient-from:rgb(6 78 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/55{--tw-gradient-from:rgb(6 78 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/60{--tw-gradient-from:rgb(6 78 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/65{--tw-gradient-from:rgb(6 78 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/70{--tw-gradient-from:rgb(6 78 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/75{--tw-gradient-from:rgb(6 78 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/80{--tw-gradient-from:rgb(6 78 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/85{--tw-gradient-from:rgb(6 78 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/90{--tw-gradient-from:rgb(6 78 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-900\/95{--tw-gradient-from:rgb(6 78 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950{--tw-gradient-from:#022c22 var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/0{--tw-gradient-from:rgb(2 44 34 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/10{--tw-gradient-from:rgb(2 44 34 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/100{--tw-gradient-from:rgb(2 44 34 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/15{--tw-gradient-from:rgb(2 44 34 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/20{--tw-gradient-from:rgb(2 44 34 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/25{--tw-gradient-from:rgb(2 44 34 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/30{--tw-gradient-from:rgb(2 44 34 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/35{--tw-gradient-from:rgb(2 44 34 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/40{--tw-gradient-from:rgb(2 44 34 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/45{--tw-gradient-from:rgb(2 44 34 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/5{--tw-gradient-from:rgb(2 44 34 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/50{--tw-gradient-from:rgb(2 44 34 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/55{--tw-gradient-from:rgb(2 44 34 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/60{--tw-gradient-from:rgb(2 44 34 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/65{--tw-gradient-from:rgb(2 44 34 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/70{--tw-gradient-from:rgb(2 44 34 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/75{--tw-gradient-from:rgb(2 44 34 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/80{--tw-gradient-from:rgb(2 44 34 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/85{--tw-gradient-from:rgb(2 44 34 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/90{--tw-gradient-from:rgb(2 44 34 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-emerald-950\/95{--tw-gradient-from:rgb(2 44 34 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100{--tw-gradient-from:#fae8ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/0{--tw-gradient-from:rgb(250 232 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/10{--tw-gradient-from:rgb(250 232 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/100{--tw-gradient-from:rgb(250 232 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/15{--tw-gradient-from:rgb(250 232 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/20{--tw-gradient-from:rgb(250 232 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/25{--tw-gradient-from:rgb(250 232 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/30{--tw-gradient-from:rgb(250 232 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/35{--tw-gradient-from:rgb(250 232 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/40{--tw-gradient-from:rgb(250 232 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/45{--tw-gradient-from:rgb(250 232 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/5{--tw-gradient-from:rgb(250 232 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/50{--tw-gradient-from:rgb(250 232 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/55{--tw-gradient-from:rgb(250 232 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/60{--tw-gradient-from:rgb(250 232 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/65{--tw-gradient-from:rgb(250 232 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/70{--tw-gradient-from:rgb(250 232 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/75{--tw-gradient-from:rgb(250 232 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/80{--tw-gradient-from:rgb(250 232 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/85{--tw-gradient-from:rgb(250 232 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/90{--tw-gradient-from:rgb(250 232 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-100\/95{--tw-gradient-from:rgb(250 232 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200{--tw-gradient-from:#f5d0fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/0{--tw-gradient-from:rgb(245 208 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/10{--tw-gradient-from:rgb(245 208 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/100{--tw-gradient-from:rgb(245 208 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/15{--tw-gradient-from:rgb(245 208 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/20{--tw-gradient-from:rgb(245 208 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/25{--tw-gradient-from:rgb(245 208 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/30{--tw-gradient-from:rgb(245 208 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/35{--tw-gradient-from:rgb(245 208 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/40{--tw-gradient-from:rgb(245 208 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/45{--tw-gradient-from:rgb(245 208 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/5{--tw-gradient-from:rgb(245 208 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/50{--tw-gradient-from:rgb(245 208 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/55{--tw-gradient-from:rgb(245 208 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/60{--tw-gradient-from:rgb(245 208 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/65{--tw-gradient-from:rgb(245 208 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/70{--tw-gradient-from:rgb(245 208 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/75{--tw-gradient-from:rgb(245 208 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/80{--tw-gradient-from:rgb(245 208 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/85{--tw-gradient-from:rgb(245 208 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/90{--tw-gradient-from:rgb(245 208 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-200\/95{--tw-gradient-from:rgb(245 208 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 208 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300{--tw-gradient-from:#f0abfc var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/0{--tw-gradient-from:rgb(240 171 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/10{--tw-gradient-from:rgb(240 171 252 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/100{--tw-gradient-from:rgb(240 171 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/15{--tw-gradient-from:rgb(240 171 252 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/20{--tw-gradient-from:rgb(240 171 252 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/25{--tw-gradient-from:rgb(240 171 252 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/30{--tw-gradient-from:rgb(240 171 252 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/35{--tw-gradient-from:rgb(240 171 252 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/40{--tw-gradient-from:rgb(240 171 252 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/45{--tw-gradient-from:rgb(240 171 252 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/5{--tw-gradient-from:rgb(240 171 252 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/50{--tw-gradient-from:rgb(240 171 252 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/55{--tw-gradient-from:rgb(240 171 252 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/60{--tw-gradient-from:rgb(240 171 252 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/65{--tw-gradient-from:rgb(240 171 252 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/70{--tw-gradient-from:rgb(240 171 252 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/75{--tw-gradient-from:rgb(240 171 252 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/80{--tw-gradient-from:rgb(240 171 252 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/85{--tw-gradient-from:rgb(240 171 252 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/90{--tw-gradient-from:rgb(240 171 252 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-300\/95{--tw-gradient-from:rgb(240 171 252 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 171 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400{--tw-gradient-from:#e879f9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/0{--tw-gradient-from:rgb(232 121 249 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/10{--tw-gradient-from:rgb(232 121 249 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/100{--tw-gradient-from:rgb(232 121 249 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/15{--tw-gradient-from:rgb(232 121 249 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/20{--tw-gradient-from:rgb(232 121 249 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/25{--tw-gradient-from:rgb(232 121 249 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/30{--tw-gradient-from:rgb(232 121 249 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/35{--tw-gradient-from:rgb(232 121 249 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/40{--tw-gradient-from:rgb(232 121 249 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/45{--tw-gradient-from:rgb(232 121 249 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/5{--tw-gradient-from:rgb(232 121 249 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/50{--tw-gradient-from:rgb(232 121 249 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/55{--tw-gradient-from:rgb(232 121 249 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/60{--tw-gradient-from:rgb(232 121 249 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/65{--tw-gradient-from:rgb(232 121 249 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/70{--tw-gradient-from:rgb(232 121 249 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/75{--tw-gradient-from:rgb(232 121 249 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/80{--tw-gradient-from:rgb(232 121 249 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/85{--tw-gradient-from:rgb(232 121 249 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/90{--tw-gradient-from:rgb(232 121 249 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-400\/95{--tw-gradient-from:rgb(232 121 249 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(232 121 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50{--tw-gradient-from:#fdf4ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/0{--tw-gradient-from:rgb(253 244 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/10{--tw-gradient-from:rgb(253 244 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/100{--tw-gradient-from:rgb(253 244 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/15{--tw-gradient-from:rgb(253 244 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/20{--tw-gradient-from:rgb(253 244 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/25{--tw-gradient-from:rgb(253 244 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/30{--tw-gradient-from:rgb(253 244 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/35{--tw-gradient-from:rgb(253 244 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/40{--tw-gradient-from:rgb(253 244 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/45{--tw-gradient-from:rgb(253 244 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/5{--tw-gradient-from:rgb(253 244 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/50{--tw-gradient-from:rgb(253 244 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/55{--tw-gradient-from:rgb(253 244 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/60{--tw-gradient-from:rgb(253 244 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/65{--tw-gradient-from:rgb(253 244 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/70{--tw-gradient-from:rgb(253 244 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/75{--tw-gradient-from:rgb(253 244 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/80{--tw-gradient-from:rgb(253 244 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/85{--tw-gradient-from:rgb(253 244 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/90{--tw-gradient-from:rgb(253 244 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-50\/95{--tw-gradient-from:rgb(253 244 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 244 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500{--tw-gradient-from:#d946ef var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/0{--tw-gradient-from:rgb(217 70 239 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/10{--tw-gradient-from:rgb(217 70 239 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/100{--tw-gradient-from:rgb(217 70 239 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/15{--tw-gradient-from:rgb(217 70 239 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/20{--tw-gradient-from:rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/25{--tw-gradient-from:rgb(217 70 239 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/30{--tw-gradient-from:rgb(217 70 239 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/35{--tw-gradient-from:rgb(217 70 239 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/40{--tw-gradient-from:rgb(217 70 239 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/45{--tw-gradient-from:rgb(217 70 239 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/5{--tw-gradient-from:rgb(217 70 239 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/50{--tw-gradient-from:rgb(217 70 239 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/55{--tw-gradient-from:rgb(217 70 239 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/60{--tw-gradient-from:rgb(217 70 239 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/65{--tw-gradient-from:rgb(217 70 239 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/70{--tw-gradient-from:rgb(217 70 239 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/75{--tw-gradient-from:rgb(217 70 239 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/80{--tw-gradient-from:rgb(217 70 239 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/85{--tw-gradient-from:rgb(217 70 239 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/90{--tw-gradient-from:rgb(217 70 239 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-500\/95{--tw-gradient-from:rgb(217 70 239 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 70 239 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600{--tw-gradient-from:#c026d3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/0{--tw-gradient-from:rgb(192 38 211 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/10{--tw-gradient-from:rgb(192 38 211 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/100{--tw-gradient-from:rgb(192 38 211 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/15{--tw-gradient-from:rgb(192 38 211 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/20{--tw-gradient-from:rgb(192 38 211 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/25{--tw-gradient-from:rgb(192 38 211 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/30{--tw-gradient-from:rgb(192 38 211 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/35{--tw-gradient-from:rgb(192 38 211 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/40{--tw-gradient-from:rgb(192 38 211 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/45{--tw-gradient-from:rgb(192 38 211 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/5{--tw-gradient-from:rgb(192 38 211 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/50{--tw-gradient-from:rgb(192 38 211 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/55{--tw-gradient-from:rgb(192 38 211 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/60{--tw-gradient-from:rgb(192 38 211 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/65{--tw-gradient-from:rgb(192 38 211 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/70{--tw-gradient-from:rgb(192 38 211 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/75{--tw-gradient-from:rgb(192 38 211 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/80{--tw-gradient-from:rgb(192 38 211 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/85{--tw-gradient-from:rgb(192 38 211 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/90{--tw-gradient-from:rgb(192 38 211 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-600\/95{--tw-gradient-from:rgb(192 38 211 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 38 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700{--tw-gradient-from:#a21caf var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/0{--tw-gradient-from:rgb(162 28 175 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/10{--tw-gradient-from:rgb(162 28 175 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/100{--tw-gradient-from:rgb(162 28 175 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/15{--tw-gradient-from:rgb(162 28 175 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/20{--tw-gradient-from:rgb(162 28 175 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/25{--tw-gradient-from:rgb(162 28 175 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/30{--tw-gradient-from:rgb(162 28 175 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/35{--tw-gradient-from:rgb(162 28 175 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/40{--tw-gradient-from:rgb(162 28 175 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/45{--tw-gradient-from:rgb(162 28 175 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/5{--tw-gradient-from:rgb(162 28 175 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/50{--tw-gradient-from:rgb(162 28 175 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/55{--tw-gradient-from:rgb(162 28 175 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/60{--tw-gradient-from:rgb(162 28 175 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/65{--tw-gradient-from:rgb(162 28 175 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/70{--tw-gradient-from:rgb(162 28 175 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/75{--tw-gradient-from:rgb(162 28 175 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/80{--tw-gradient-from:rgb(162 28 175 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/85{--tw-gradient-from:rgb(162 28 175 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/90{--tw-gradient-from:rgb(162 28 175 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-700\/95{--tw-gradient-from:rgb(162 28 175 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(162 28 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800{--tw-gradient-from:#86198f var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/0{--tw-gradient-from:rgb(134 25 143 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/10{--tw-gradient-from:rgb(134 25 143 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/100{--tw-gradient-from:rgb(134 25 143 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/15{--tw-gradient-from:rgb(134 25 143 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/20{--tw-gradient-from:rgb(134 25 143 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/25{--tw-gradient-from:rgb(134 25 143 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/30{--tw-gradient-from:rgb(134 25 143 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/35{--tw-gradient-from:rgb(134 25 143 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/40{--tw-gradient-from:rgb(134 25 143 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/45{--tw-gradient-from:rgb(134 25 143 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/5{--tw-gradient-from:rgb(134 25 143 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/50{--tw-gradient-from:rgb(134 25 143 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/55{--tw-gradient-from:rgb(134 25 143 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/60{--tw-gradient-from:rgb(134 25 143 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/65{--tw-gradient-from:rgb(134 25 143 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/70{--tw-gradient-from:rgb(134 25 143 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/75{--tw-gradient-from:rgb(134 25 143 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/80{--tw-gradient-from:rgb(134 25 143 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/85{--tw-gradient-from:rgb(134 25 143 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/90{--tw-gradient-from:rgb(134 25 143 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-800\/95{--tw-gradient-from:rgb(134 25 143 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 25 143 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900{--tw-gradient-from:#701a75 var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/0{--tw-gradient-from:rgb(112 26 117 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/10{--tw-gradient-from:rgb(112 26 117 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/100{--tw-gradient-from:rgb(112 26 117 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/15{--tw-gradient-from:rgb(112 26 117 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/20{--tw-gradient-from:rgb(112 26 117 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/25{--tw-gradient-from:rgb(112 26 117 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/30{--tw-gradient-from:rgb(112 26 117 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/35{--tw-gradient-from:rgb(112 26 117 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/40{--tw-gradient-from:rgb(112 26 117 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/45{--tw-gradient-from:rgb(112 26 117 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/5{--tw-gradient-from:rgb(112 26 117 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/50{--tw-gradient-from:rgb(112 26 117 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/55{--tw-gradient-from:rgb(112 26 117 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/60{--tw-gradient-from:rgb(112 26 117 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/65{--tw-gradient-from:rgb(112 26 117 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/70{--tw-gradient-from:rgb(112 26 117 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/75{--tw-gradient-from:rgb(112 26 117 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/80{--tw-gradient-from:rgb(112 26 117 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/85{--tw-gradient-from:rgb(112 26 117 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/90{--tw-gradient-from:rgb(112 26 117 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-900\/95{--tw-gradient-from:rgb(112 26 117 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(112 26 117 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950{--tw-gradient-from:#4a044e var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/0{--tw-gradient-from:rgb(74 4 78 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/10{--tw-gradient-from:rgb(74 4 78 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/100{--tw-gradient-from:rgb(74 4 78 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/15{--tw-gradient-from:rgb(74 4 78 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/20{--tw-gradient-from:rgb(74 4 78 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/25{--tw-gradient-from:rgb(74 4 78 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/30{--tw-gradient-from:rgb(74 4 78 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/35{--tw-gradient-from:rgb(74 4 78 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/40{--tw-gradient-from:rgb(74 4 78 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/45{--tw-gradient-from:rgb(74 4 78 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/5{--tw-gradient-from:rgb(74 4 78 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/50{--tw-gradient-from:rgb(74 4 78 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/55{--tw-gradient-from:rgb(74 4 78 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/60{--tw-gradient-from:rgb(74 4 78 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/65{--tw-gradient-from:rgb(74 4 78 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/70{--tw-gradient-from:rgb(74 4 78 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/75{--tw-gradient-from:rgb(74 4 78 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/80{--tw-gradient-from:rgb(74 4 78 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/85{--tw-gradient-from:rgb(74 4 78 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/90{--tw-gradient-from:rgb(74 4 78 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-fuchsia-950\/95{--tw-gradient-from:rgb(74 4 78 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 4 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100{--tw-gradient-from:#f3f4f6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/0{--tw-gradient-from:rgb(243 244 246 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/10{--tw-gradient-from:rgb(243 244 246 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/100{--tw-gradient-from:rgb(243 244 246 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/15{--tw-gradient-from:rgb(243 244 246 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/20{--tw-gradient-from:rgb(243 244 246 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/25{--tw-gradient-from:rgb(243 244 246 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/30{--tw-gradient-from:rgb(243 244 246 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/35{--tw-gradient-from:rgb(243 244 246 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/40{--tw-gradient-from:rgb(243 244 246 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/45{--tw-gradient-from:rgb(243 244 246 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/5{--tw-gradient-from:rgb(243 244 246 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/50{--tw-gradient-from:rgb(243 244 246 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/55{--tw-gradient-from:rgb(243 244 246 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/60{--tw-gradient-from:rgb(243 244 246 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/65{--tw-gradient-from:rgb(243 244 246 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/70{--tw-gradient-from:rgb(243 244 246 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/75{--tw-gradient-from:rgb(243 244 246 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/80{--tw-gradient-from:rgb(243 244 246 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/85{--tw-gradient-from:rgb(243 244 246 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/90{--tw-gradient-from:rgb(243 244 246 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-100\/95{--tw-gradient-from:rgb(243 244 246 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 244 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200{--tw-gradient-from:#e5e7eb var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/0{--tw-gradient-from:rgb(229 231 235 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/10{--tw-gradient-from:rgb(229 231 235 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/100{--tw-gradient-from:rgb(229 231 235 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/15{--tw-gradient-from:rgb(229 231 235 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/20{--tw-gradient-from:rgb(229 231 235 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/25{--tw-gradient-from:rgb(229 231 235 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/30{--tw-gradient-from:rgb(229 231 235 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/35{--tw-gradient-from:rgb(229 231 235 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/40{--tw-gradient-from:rgb(229 231 235 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/45{--tw-gradient-from:rgb(229 231 235 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/5{--tw-gradient-from:rgb(229 231 235 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/50{--tw-gradient-from:rgb(229 231 235 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/55{--tw-gradient-from:rgb(229 231 235 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/60{--tw-gradient-from:rgb(229 231 235 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/65{--tw-gradient-from:rgb(229 231 235 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/70{--tw-gradient-from:rgb(229 231 235 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/75{--tw-gradient-from:rgb(229 231 235 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/80{--tw-gradient-from:rgb(229 231 235 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/85{--tw-gradient-from:rgb(229 231 235 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/90{--tw-gradient-from:rgb(229 231 235 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-200\/95{--tw-gradient-from:rgb(229 231 235 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 231 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300{--tw-gradient-from:#d1d5db var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/0{--tw-gradient-from:rgb(209 213 219 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/10{--tw-gradient-from:rgb(209 213 219 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/100{--tw-gradient-from:rgb(209 213 219 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/15{--tw-gradient-from:rgb(209 213 219 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/20{--tw-gradient-from:rgb(209 213 219 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/25{--tw-gradient-from:rgb(209 213 219 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/30{--tw-gradient-from:rgb(209 213 219 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/35{--tw-gradient-from:rgb(209 213 219 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/40{--tw-gradient-from:rgb(209 213 219 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/45{--tw-gradient-from:rgb(209 213 219 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/5{--tw-gradient-from:rgb(209 213 219 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/50{--tw-gradient-from:rgb(209 213 219 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/55{--tw-gradient-from:rgb(209 213 219 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/60{--tw-gradient-from:rgb(209 213 219 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/65{--tw-gradient-from:rgb(209 213 219 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/70{--tw-gradient-from:rgb(209 213 219 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/75{--tw-gradient-from:rgb(209 213 219 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/80{--tw-gradient-from:rgb(209 213 219 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/85{--tw-gradient-from:rgb(209 213 219 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/90{--tw-gradient-from:rgb(209 213 219 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-300\/95{--tw-gradient-from:rgb(209 213 219 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 213 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400{--tw-gradient-from:#9ca3af var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/0{--tw-gradient-from:rgb(156 163 175 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/10{--tw-gradient-from:rgb(156 163 175 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/100{--tw-gradient-from:rgb(156 163 175 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/15{--tw-gradient-from:rgb(156 163 175 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/20{--tw-gradient-from:rgb(156 163 175 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/25{--tw-gradient-from:rgb(156 163 175 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/30{--tw-gradient-from:rgb(156 163 175 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/35{--tw-gradient-from:rgb(156 163 175 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/40{--tw-gradient-from:rgb(156 163 175 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/45{--tw-gradient-from:rgb(156 163 175 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/5{--tw-gradient-from:rgb(156 163 175 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/50{--tw-gradient-from:rgb(156 163 175 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/55{--tw-gradient-from:rgb(156 163 175 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/60{--tw-gradient-from:rgb(156 163 175 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/65{--tw-gradient-from:rgb(156 163 175 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/70{--tw-gradient-from:rgb(156 163 175 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/75{--tw-gradient-from:rgb(156 163 175 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/80{--tw-gradient-from:rgb(156 163 175 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/85{--tw-gradient-from:rgb(156 163 175 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/90{--tw-gradient-from:rgb(156 163 175 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-400\/95{--tw-gradient-from:rgb(156 163 175 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(156 163 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50{--tw-gradient-from:#f9fafb var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/0{--tw-gradient-from:rgb(249 250 251 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/10{--tw-gradient-from:rgb(249 250 251 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/100{--tw-gradient-from:rgb(249 250 251 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/15{--tw-gradient-from:rgb(249 250 251 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/20{--tw-gradient-from:rgb(249 250 251 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/25{--tw-gradient-from:rgb(249 250 251 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/30{--tw-gradient-from:rgb(249 250 251 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/35{--tw-gradient-from:rgb(249 250 251 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/40{--tw-gradient-from:rgb(249 250 251 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/45{--tw-gradient-from:rgb(249 250 251 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/5{--tw-gradient-from:rgb(249 250 251 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/50{--tw-gradient-from:rgb(249 250 251 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/55{--tw-gradient-from:rgb(249 250 251 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/60{--tw-gradient-from:rgb(249 250 251 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/65{--tw-gradient-from:rgb(249 250 251 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/70{--tw-gradient-from:rgb(249 250 251 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/75{--tw-gradient-from:rgb(249 250 251 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/80{--tw-gradient-from:rgb(249 250 251 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/85{--tw-gradient-from:rgb(249 250 251 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/90{--tw-gradient-from:rgb(249 250 251 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-50\/95{--tw-gradient-from:rgb(249 250 251 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500{--tw-gradient-from:#6b7280 var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/0{--tw-gradient-from:rgb(107 114 128 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/10{--tw-gradient-from:rgb(107 114 128 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/100{--tw-gradient-from:rgb(107 114 128 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/15{--tw-gradient-from:rgb(107 114 128 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/20{--tw-gradient-from:rgb(107 114 128 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/25{--tw-gradient-from:rgb(107 114 128 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/30{--tw-gradient-from:rgb(107 114 128 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/35{--tw-gradient-from:rgb(107 114 128 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/40{--tw-gradient-from:rgb(107 114 128 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/45{--tw-gradient-from:rgb(107 114 128 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/5{--tw-gradient-from:rgb(107 114 128 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/50{--tw-gradient-from:rgb(107 114 128 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/55{--tw-gradient-from:rgb(107 114 128 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/60{--tw-gradient-from:rgb(107 114 128 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/65{--tw-gradient-from:rgb(107 114 128 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/70{--tw-gradient-from:rgb(107 114 128 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/75{--tw-gradient-from:rgb(107 114 128 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/80{--tw-gradient-from:rgb(107 114 128 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/85{--tw-gradient-from:rgb(107 114 128 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/90{--tw-gradient-from:rgb(107 114 128 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-500\/95{--tw-gradient-from:rgb(107 114 128 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 114 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600{--tw-gradient-from:#4b5563 var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/0{--tw-gradient-from:rgb(75 85 99 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/10{--tw-gradient-from:rgb(75 85 99 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/100{--tw-gradient-from:rgb(75 85 99 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/15{--tw-gradient-from:rgb(75 85 99 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/20{--tw-gradient-from:rgb(75 85 99 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/25{--tw-gradient-from:rgb(75 85 99 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/30{--tw-gradient-from:rgb(75 85 99 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/35{--tw-gradient-from:rgb(75 85 99 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/40{--tw-gradient-from:rgb(75 85 99 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/45{--tw-gradient-from:rgb(75 85 99 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/5{--tw-gradient-from:rgb(75 85 99 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/50{--tw-gradient-from:rgb(75 85 99 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/55{--tw-gradient-from:rgb(75 85 99 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/60{--tw-gradient-from:rgb(75 85 99 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/65{--tw-gradient-from:rgb(75 85 99 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/70{--tw-gradient-from:rgb(75 85 99 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/75{--tw-gradient-from:rgb(75 85 99 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/80{--tw-gradient-from:rgb(75 85 99 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/85{--tw-gradient-from:rgb(75 85 99 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/90{--tw-gradient-from:rgb(75 85 99 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-600\/95{--tw-gradient-from:rgb(75 85 99 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(75 85 99 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700{--tw-gradient-from:#374151 var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/0{--tw-gradient-from:rgb(55 65 81 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/10{--tw-gradient-from:rgb(55 65 81 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/100{--tw-gradient-from:rgb(55 65 81 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/15{--tw-gradient-from:rgb(55 65 81 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/20{--tw-gradient-from:rgb(55 65 81 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/25{--tw-gradient-from:rgb(55 65 81 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/30{--tw-gradient-from:rgb(55 65 81 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/35{--tw-gradient-from:rgb(55 65 81 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/40{--tw-gradient-from:rgb(55 65 81 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/45{--tw-gradient-from:rgb(55 65 81 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/5{--tw-gradient-from:rgb(55 65 81 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/50{--tw-gradient-from:rgb(55 65 81 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/55{--tw-gradient-from:rgb(55 65 81 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/60{--tw-gradient-from:rgb(55 65 81 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/65{--tw-gradient-from:rgb(55 65 81 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/70{--tw-gradient-from:rgb(55 65 81 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/75{--tw-gradient-from:rgb(55 65 81 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/80{--tw-gradient-from:rgb(55 65 81 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/85{--tw-gradient-from:rgb(55 65 81 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/90{--tw-gradient-from:rgb(55 65 81 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-700\/95{--tw-gradient-from:rgb(55 65 81 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 65 81 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800{--tw-gradient-from:#1f2937 var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/0{--tw-gradient-from:rgb(31 41 55 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/10{--tw-gradient-from:rgb(31 41 55 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/100{--tw-gradient-from:rgb(31 41 55 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/15{--tw-gradient-from:rgb(31 41 55 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/20{--tw-gradient-from:rgb(31 41 55 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/25{--tw-gradient-from:rgb(31 41 55 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/30{--tw-gradient-from:rgb(31 41 55 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/35{--tw-gradient-from:rgb(31 41 55 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/40{--tw-gradient-from:rgb(31 41 55 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/45{--tw-gradient-from:rgb(31 41 55 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/5{--tw-gradient-from:rgb(31 41 55 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/50{--tw-gradient-from:rgb(31 41 55 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/55{--tw-gradient-from:rgb(31 41 55 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/60{--tw-gradient-from:rgb(31 41 55 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/65{--tw-gradient-from:rgb(31 41 55 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/70{--tw-gradient-from:rgb(31 41 55 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/75{--tw-gradient-from:rgb(31 41 55 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/80{--tw-gradient-from:rgb(31 41 55 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/85{--tw-gradient-from:rgb(31 41 55 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/90{--tw-gradient-from:rgb(31 41 55 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-800\/95{--tw-gradient-from:rgb(31 41 55 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(31 41 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900{--tw-gradient-from:#111827 var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/0{--tw-gradient-from:rgb(17 24 39 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/10{--tw-gradient-from:rgb(17 24 39 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/100{--tw-gradient-from:rgb(17 24 39 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/15{--tw-gradient-from:rgb(17 24 39 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/20{--tw-gradient-from:rgb(17 24 39 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/25{--tw-gradient-from:rgb(17 24 39 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/30{--tw-gradient-from:rgb(17 24 39 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/35{--tw-gradient-from:rgb(17 24 39 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/40{--tw-gradient-from:rgb(17 24 39 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/45{--tw-gradient-from:rgb(17 24 39 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/5{--tw-gradient-from:rgb(17 24 39 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/50{--tw-gradient-from:rgb(17 24 39 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/55{--tw-gradient-from:rgb(17 24 39 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/60{--tw-gradient-from:rgb(17 24 39 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/65{--tw-gradient-from:rgb(17 24 39 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/70{--tw-gradient-from:rgb(17 24 39 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/75{--tw-gradient-from:rgb(17 24 39 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/80{--tw-gradient-from:rgb(17 24 39 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/85{--tw-gradient-from:rgb(17 24 39 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/90{--tw-gradient-from:rgb(17 24 39 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-900\/95{--tw-gradient-from:rgb(17 24 39 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 24 39 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950{--tw-gradient-from:#030712 var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/0{--tw-gradient-from:rgb(3 7 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/10{--tw-gradient-from:rgb(3 7 18 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/100{--tw-gradient-from:rgb(3 7 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/15{--tw-gradient-from:rgb(3 7 18 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/20{--tw-gradient-from:rgb(3 7 18 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/25{--tw-gradient-from:rgb(3 7 18 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/30{--tw-gradient-from:rgb(3 7 18 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/35{--tw-gradient-from:rgb(3 7 18 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/40{--tw-gradient-from:rgb(3 7 18 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/45{--tw-gradient-from:rgb(3 7 18 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/5{--tw-gradient-from:rgb(3 7 18 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/50{--tw-gradient-from:rgb(3 7 18 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/55{--tw-gradient-from:rgb(3 7 18 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/60{--tw-gradient-from:rgb(3 7 18 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/65{--tw-gradient-from:rgb(3 7 18 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/70{--tw-gradient-from:rgb(3 7 18 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/75{--tw-gradient-from:rgb(3 7 18 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/80{--tw-gradient-from:rgb(3 7 18 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/85{--tw-gradient-from:rgb(3 7 18 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/90{--tw-gradient-from:rgb(3 7 18 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gray-950\/95{--tw-gradient-from:rgb(3 7 18 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 7 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100{--tw-gradient-from:#dcfce7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/0{--tw-gradient-from:rgb(220 252 231 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/10{--tw-gradient-from:rgb(220 252 231 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/100{--tw-gradient-from:rgb(220 252 231 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/15{--tw-gradient-from:rgb(220 252 231 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/20{--tw-gradient-from:rgb(220 252 231 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/25{--tw-gradient-from:rgb(220 252 231 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/30{--tw-gradient-from:rgb(220 252 231 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/35{--tw-gradient-from:rgb(220 252 231 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/40{--tw-gradient-from:rgb(220 252 231 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/45{--tw-gradient-from:rgb(220 252 231 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/5{--tw-gradient-from:rgb(220 252 231 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/50{--tw-gradient-from:rgb(220 252 231 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/55{--tw-gradient-from:rgb(220 252 231 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/60{--tw-gradient-from:rgb(220 252 231 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/65{--tw-gradient-from:rgb(220 252 231 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/70{--tw-gradient-from:rgb(220 252 231 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/75{--tw-gradient-from:rgb(220 252 231 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/80{--tw-gradient-from:rgb(220 252 231 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/85{--tw-gradient-from:rgb(220 252 231 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/90{--tw-gradient-from:rgb(220 252 231 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-100\/95{--tw-gradient-from:rgb(220 252 231 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 252 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200{--tw-gradient-from:#bbf7d0 var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/0{--tw-gradient-from:rgb(187 247 208 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/10{--tw-gradient-from:rgb(187 247 208 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/100{--tw-gradient-from:rgb(187 247 208 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/15{--tw-gradient-from:rgb(187 247 208 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/20{--tw-gradient-from:rgb(187 247 208 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/25{--tw-gradient-from:rgb(187 247 208 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/30{--tw-gradient-from:rgb(187 247 208 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/35{--tw-gradient-from:rgb(187 247 208 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/40{--tw-gradient-from:rgb(187 247 208 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/45{--tw-gradient-from:rgb(187 247 208 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/5{--tw-gradient-from:rgb(187 247 208 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/50{--tw-gradient-from:rgb(187 247 208 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/55{--tw-gradient-from:rgb(187 247 208 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/60{--tw-gradient-from:rgb(187 247 208 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/65{--tw-gradient-from:rgb(187 247 208 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/70{--tw-gradient-from:rgb(187 247 208 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/75{--tw-gradient-from:rgb(187 247 208 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/80{--tw-gradient-from:rgb(187 247 208 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/85{--tw-gradient-from:rgb(187 247 208 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/90{--tw-gradient-from:rgb(187 247 208 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-200\/95{--tw-gradient-from:rgb(187 247 208 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(187 247 208 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300{--tw-gradient-from:#86efac var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/0{--tw-gradient-from:rgb(134 239 172 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/10{--tw-gradient-from:rgb(134 239 172 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/100{--tw-gradient-from:rgb(134 239 172 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/15{--tw-gradient-from:rgb(134 239 172 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/20{--tw-gradient-from:rgb(134 239 172 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/25{--tw-gradient-from:rgb(134 239 172 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/30{--tw-gradient-from:rgb(134 239 172 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/35{--tw-gradient-from:rgb(134 239 172 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/40{--tw-gradient-from:rgb(134 239 172 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/45{--tw-gradient-from:rgb(134 239 172 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/5{--tw-gradient-from:rgb(134 239 172 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/50{--tw-gradient-from:rgb(134 239 172 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/55{--tw-gradient-from:rgb(134 239 172 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/60{--tw-gradient-from:rgb(134 239 172 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/65{--tw-gradient-from:rgb(134 239 172 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/70{--tw-gradient-from:rgb(134 239 172 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/75{--tw-gradient-from:rgb(134 239 172 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/80{--tw-gradient-from:rgb(134 239 172 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/85{--tw-gradient-from:rgb(134 239 172 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/90{--tw-gradient-from:rgb(134 239 172 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-300\/95{--tw-gradient-from:rgb(134 239 172 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(134 239 172 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400{--tw-gradient-from:#4ade80 var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/0{--tw-gradient-from:rgb(74 222 128 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/10{--tw-gradient-from:rgb(74 222 128 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/100{--tw-gradient-from:rgb(74 222 128 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/15{--tw-gradient-from:rgb(74 222 128 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/20{--tw-gradient-from:rgb(74 222 128 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/25{--tw-gradient-from:rgb(74 222 128 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/30{--tw-gradient-from:rgb(74 222 128 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/35{--tw-gradient-from:rgb(74 222 128 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/40{--tw-gradient-from:rgb(74 222 128 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/45{--tw-gradient-from:rgb(74 222 128 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/5{--tw-gradient-from:rgb(74 222 128 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/50{--tw-gradient-from:rgb(74 222 128 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/55{--tw-gradient-from:rgb(74 222 128 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/60{--tw-gradient-from:rgb(74 222 128 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/65{--tw-gradient-from:rgb(74 222 128 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/70{--tw-gradient-from:rgb(74 222 128 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/75{--tw-gradient-from:rgb(74 222 128 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/80{--tw-gradient-from:rgb(74 222 128 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/85{--tw-gradient-from:rgb(74 222 128 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/90{--tw-gradient-from:rgb(74 222 128 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-400\/95{--tw-gradient-from:rgb(74 222 128 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(74 222 128 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50{--tw-gradient-from:#f0fdf4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/0{--tw-gradient-from:rgb(240 253 244 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/10{--tw-gradient-from:rgb(240 253 244 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/100{--tw-gradient-from:rgb(240 253 244 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/15{--tw-gradient-from:rgb(240 253 244 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/20{--tw-gradient-from:rgb(240 253 244 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/25{--tw-gradient-from:rgb(240 253 244 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/30{--tw-gradient-from:rgb(240 253 244 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/35{--tw-gradient-from:rgb(240 253 244 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/40{--tw-gradient-from:rgb(240 253 244 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/45{--tw-gradient-from:rgb(240 253 244 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/5{--tw-gradient-from:rgb(240 253 244 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/50{--tw-gradient-from:rgb(240 253 244 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/55{--tw-gradient-from:rgb(240 253 244 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/60{--tw-gradient-from:rgb(240 253 244 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/65{--tw-gradient-from:rgb(240 253 244 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/70{--tw-gradient-from:rgb(240 253 244 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/75{--tw-gradient-from:rgb(240 253 244 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/80{--tw-gradient-from:rgb(240 253 244 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/85{--tw-gradient-from:rgb(240 253 244 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/90{--tw-gradient-from:rgb(240 253 244 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-50\/95{--tw-gradient-from:rgb(240 253 244 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500{--tw-gradient-from:#22c55e var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/0{--tw-gradient-from:rgb(34 197 94 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/10{--tw-gradient-from:rgb(34 197 94 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/100{--tw-gradient-from:rgb(34 197 94 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/15{--tw-gradient-from:rgb(34 197 94 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/20{--tw-gradient-from:rgb(34 197 94 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/25{--tw-gradient-from:rgb(34 197 94 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/30{--tw-gradient-from:rgb(34 197 94 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/35{--tw-gradient-from:rgb(34 197 94 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/40{--tw-gradient-from:rgb(34 197 94 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/45{--tw-gradient-from:rgb(34 197 94 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/5{--tw-gradient-from:rgb(34 197 94 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/50{--tw-gradient-from:rgb(34 197 94 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/55{--tw-gradient-from:rgb(34 197 94 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/60{--tw-gradient-from:rgb(34 197 94 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/65{--tw-gradient-from:rgb(34 197 94 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/70{--tw-gradient-from:rgb(34 197 94 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/75{--tw-gradient-from:rgb(34 197 94 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/80{--tw-gradient-from:rgb(34 197 94 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/85{--tw-gradient-from:rgb(34 197 94 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/90{--tw-gradient-from:rgb(34 197 94 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-500\/95{--tw-gradient-from:rgb(34 197 94 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600{--tw-gradient-from:#16a34a var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/0{--tw-gradient-from:rgb(22 163 74 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/10{--tw-gradient-from:rgb(22 163 74 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/100{--tw-gradient-from:rgb(22 163 74 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/15{--tw-gradient-from:rgb(22 163 74 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/20{--tw-gradient-from:rgb(22 163 74 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/25{--tw-gradient-from:rgb(22 163 74 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/30{--tw-gradient-from:rgb(22 163 74 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/35{--tw-gradient-from:rgb(22 163 74 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/40{--tw-gradient-from:rgb(22 163 74 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/45{--tw-gradient-from:rgb(22 163 74 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/5{--tw-gradient-from:rgb(22 163 74 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/50{--tw-gradient-from:rgb(22 163 74 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/55{--tw-gradient-from:rgb(22 163 74 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/60{--tw-gradient-from:rgb(22 163 74 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/65{--tw-gradient-from:rgb(22 163 74 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/70{--tw-gradient-from:rgb(22 163 74 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/75{--tw-gradient-from:rgb(22 163 74 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/80{--tw-gradient-from:rgb(22 163 74 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/85{--tw-gradient-from:rgb(22 163 74 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/90{--tw-gradient-from:rgb(22 163 74 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-600\/95{--tw-gradient-from:rgb(22 163 74 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 163 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700{--tw-gradient-from:#15803d var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/0{--tw-gradient-from:rgb(21 128 61 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/10{--tw-gradient-from:rgb(21 128 61 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/100{--tw-gradient-from:rgb(21 128 61 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/15{--tw-gradient-from:rgb(21 128 61 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/20{--tw-gradient-from:rgb(21 128 61 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/25{--tw-gradient-from:rgb(21 128 61 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/30{--tw-gradient-from:rgb(21 128 61 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/35{--tw-gradient-from:rgb(21 128 61 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/40{--tw-gradient-from:rgb(21 128 61 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/45{--tw-gradient-from:rgb(21 128 61 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/5{--tw-gradient-from:rgb(21 128 61 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/50{--tw-gradient-from:rgb(21 128 61 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/55{--tw-gradient-from:rgb(21 128 61 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/60{--tw-gradient-from:rgb(21 128 61 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/65{--tw-gradient-from:rgb(21 128 61 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/70{--tw-gradient-from:rgb(21 128 61 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/75{--tw-gradient-from:rgb(21 128 61 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/80{--tw-gradient-from:rgb(21 128 61 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/85{--tw-gradient-from:rgb(21 128 61 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/90{--tw-gradient-from:rgb(21 128 61 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-700\/95{--tw-gradient-from:rgb(21 128 61 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(21 128 61 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800{--tw-gradient-from:#166534 var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/0{--tw-gradient-from:rgb(22 101 52 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/10{--tw-gradient-from:rgb(22 101 52 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/100{--tw-gradient-from:rgb(22 101 52 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/15{--tw-gradient-from:rgb(22 101 52 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/20{--tw-gradient-from:rgb(22 101 52 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/25{--tw-gradient-from:rgb(22 101 52 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/30{--tw-gradient-from:rgb(22 101 52 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/35{--tw-gradient-from:rgb(22 101 52 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/40{--tw-gradient-from:rgb(22 101 52 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/45{--tw-gradient-from:rgb(22 101 52 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/5{--tw-gradient-from:rgb(22 101 52 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/50{--tw-gradient-from:rgb(22 101 52 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/55{--tw-gradient-from:rgb(22 101 52 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/60{--tw-gradient-from:rgb(22 101 52 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/65{--tw-gradient-from:rgb(22 101 52 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/70{--tw-gradient-from:rgb(22 101 52 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/75{--tw-gradient-from:rgb(22 101 52 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/80{--tw-gradient-from:rgb(22 101 52 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/85{--tw-gradient-from:rgb(22 101 52 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/90{--tw-gradient-from:rgb(22 101 52 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-800\/95{--tw-gradient-from:rgb(22 101 52 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(22 101 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900{--tw-gradient-from:#14532d var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/0{--tw-gradient-from:rgb(20 83 45 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/10{--tw-gradient-from:rgb(20 83 45 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/100{--tw-gradient-from:rgb(20 83 45 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/15{--tw-gradient-from:rgb(20 83 45 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/20{--tw-gradient-from:rgb(20 83 45 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/25{--tw-gradient-from:rgb(20 83 45 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/30{--tw-gradient-from:rgb(20 83 45 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/35{--tw-gradient-from:rgb(20 83 45 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/40{--tw-gradient-from:rgb(20 83 45 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/45{--tw-gradient-from:rgb(20 83 45 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/5{--tw-gradient-from:rgb(20 83 45 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/50{--tw-gradient-from:rgb(20 83 45 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/55{--tw-gradient-from:rgb(20 83 45 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/60{--tw-gradient-from:rgb(20 83 45 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/65{--tw-gradient-from:rgb(20 83 45 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/70{--tw-gradient-from:rgb(20 83 45 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/75{--tw-gradient-from:rgb(20 83 45 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/80{--tw-gradient-from:rgb(20 83 45 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/85{--tw-gradient-from:rgb(20 83 45 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/90{--tw-gradient-from:rgb(20 83 45 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-900\/95{--tw-gradient-from:rgb(20 83 45 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 83 45 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950{--tw-gradient-from:#052e16 var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/0{--tw-gradient-from:rgb(5 46 22 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/10{--tw-gradient-from:rgb(5 46 22 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/100{--tw-gradient-from:rgb(5 46 22 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/15{--tw-gradient-from:rgb(5 46 22 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/20{--tw-gradient-from:rgb(5 46 22 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/25{--tw-gradient-from:rgb(5 46 22 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/30{--tw-gradient-from:rgb(5 46 22 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/35{--tw-gradient-from:rgb(5 46 22 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/40{--tw-gradient-from:rgb(5 46 22 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/45{--tw-gradient-from:rgb(5 46 22 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/5{--tw-gradient-from:rgb(5 46 22 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/50{--tw-gradient-from:rgb(5 46 22 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/55{--tw-gradient-from:rgb(5 46 22 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/60{--tw-gradient-from:rgb(5 46 22 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/65{--tw-gradient-from:rgb(5 46 22 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/70{--tw-gradient-from:rgb(5 46 22 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/75{--tw-gradient-from:rgb(5 46 22 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/80{--tw-gradient-from:rgb(5 46 22 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/85{--tw-gradient-from:rgb(5 46 22 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/90{--tw-gradient-from:rgb(5 46 22 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-green-950\/95{--tw-gradient-from:rgb(5 46 22 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(5 46 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover{--tw-gradient-from:rgba(0,0,0,.03) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/0{--tw-gradient-from:rgba(0, 0, 0, 0) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/10{--tw-gradient-from:rgba(0, 0, 0, 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/100{--tw-gradient-from:rgba(0, 0, 0, 1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/15{--tw-gradient-from:rgba(0, 0, 0, 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/20{--tw-gradient-from:rgba(0, 0, 0, 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/25{--tw-gradient-from:rgba(0, 0, 0, 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/30{--tw-gradient-from:rgba(0, 0, 0, 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/35{--tw-gradient-from:rgba(0, 0, 0, 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/40{--tw-gradient-from:rgba(0, 0, 0, 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/45{--tw-gradient-from:rgba(0, 0, 0, 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/5{--tw-gradient-from:rgba(0, 0, 0, 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/50{--tw-gradient-from:rgba(0, 0, 0, 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/55{--tw-gradient-from:rgba(0, 0, 0, 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/60{--tw-gradient-from:rgba(0, 0, 0, 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/65{--tw-gradient-from:rgba(0, 0, 0, 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/70{--tw-gradient-from:rgba(0, 0, 0, 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/75{--tw-gradient-from:rgba(0, 0, 0, 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/80{--tw-gradient-from:rgba(0, 0, 0, 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/85{--tw-gradient-from:rgba(0, 0, 0, 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/90{--tw-gradient-from:rgba(0, 0, 0, 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-gridItemHover\/95{--tw-gradient-from:rgba(0, 0, 0, 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100{--tw-gradient-from:#e0e7ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/0{--tw-gradient-from:rgb(224 231 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/10{--tw-gradient-from:rgb(224 231 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/100{--tw-gradient-from:rgb(224 231 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/15{--tw-gradient-from:rgb(224 231 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/20{--tw-gradient-from:rgb(224 231 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/25{--tw-gradient-from:rgb(224 231 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/30{--tw-gradient-from:rgb(224 231 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/35{--tw-gradient-from:rgb(224 231 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/40{--tw-gradient-from:rgb(224 231 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/45{--tw-gradient-from:rgb(224 231 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/5{--tw-gradient-from:rgb(224 231 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/50{--tw-gradient-from:rgb(224 231 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/55{--tw-gradient-from:rgb(224 231 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/60{--tw-gradient-from:rgb(224 231 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/65{--tw-gradient-from:rgb(224 231 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/70{--tw-gradient-from:rgb(224 231 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/75{--tw-gradient-from:rgb(224 231 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/80{--tw-gradient-from:rgb(224 231 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/85{--tw-gradient-from:rgb(224 231 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/90{--tw-gradient-from:rgb(224 231 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-100\/95{--tw-gradient-from:rgb(224 231 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 231 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200{--tw-gradient-from:#c7d2fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/0{--tw-gradient-from:rgb(199 210 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/10{--tw-gradient-from:rgb(199 210 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/100{--tw-gradient-from:rgb(199 210 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/15{--tw-gradient-from:rgb(199 210 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/20{--tw-gradient-from:rgb(199 210 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/25{--tw-gradient-from:rgb(199 210 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/30{--tw-gradient-from:rgb(199 210 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/35{--tw-gradient-from:rgb(199 210 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/40{--tw-gradient-from:rgb(199 210 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/45{--tw-gradient-from:rgb(199 210 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/5{--tw-gradient-from:rgb(199 210 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/50{--tw-gradient-from:rgb(199 210 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/55{--tw-gradient-from:rgb(199 210 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/60{--tw-gradient-from:rgb(199 210 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/65{--tw-gradient-from:rgb(199 210 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/70{--tw-gradient-from:rgb(199 210 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/75{--tw-gradient-from:rgb(199 210 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/80{--tw-gradient-from:rgb(199 210 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/85{--tw-gradient-from:rgb(199 210 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/90{--tw-gradient-from:rgb(199 210 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-200\/95{--tw-gradient-from:rgb(199 210 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(199 210 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300{--tw-gradient-from:#a5b4fc var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/0{--tw-gradient-from:rgb(165 180 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/10{--tw-gradient-from:rgb(165 180 252 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/100{--tw-gradient-from:rgb(165 180 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/15{--tw-gradient-from:rgb(165 180 252 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/20{--tw-gradient-from:rgb(165 180 252 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/25{--tw-gradient-from:rgb(165 180 252 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/30{--tw-gradient-from:rgb(165 180 252 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/35{--tw-gradient-from:rgb(165 180 252 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/40{--tw-gradient-from:rgb(165 180 252 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/45{--tw-gradient-from:rgb(165 180 252 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/5{--tw-gradient-from:rgb(165 180 252 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/50{--tw-gradient-from:rgb(165 180 252 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/55{--tw-gradient-from:rgb(165 180 252 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/60{--tw-gradient-from:rgb(165 180 252 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/65{--tw-gradient-from:rgb(165 180 252 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/70{--tw-gradient-from:rgb(165 180 252 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/75{--tw-gradient-from:rgb(165 180 252 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/80{--tw-gradient-from:rgb(165 180 252 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/85{--tw-gradient-from:rgb(165 180 252 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/90{--tw-gradient-from:rgb(165 180 252 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-300\/95{--tw-gradient-from:rgb(165 180 252 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(165 180 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400{--tw-gradient-from:#818cf8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/0{--tw-gradient-from:rgb(129 140 248 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/10{--tw-gradient-from:rgb(129 140 248 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/100{--tw-gradient-from:rgb(129 140 248 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/15{--tw-gradient-from:rgb(129 140 248 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/20{--tw-gradient-from:rgb(129 140 248 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/25{--tw-gradient-from:rgb(129 140 248 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/30{--tw-gradient-from:rgb(129 140 248 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/35{--tw-gradient-from:rgb(129 140 248 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/40{--tw-gradient-from:rgb(129 140 248 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/45{--tw-gradient-from:rgb(129 140 248 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/5{--tw-gradient-from:rgb(129 140 248 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/50{--tw-gradient-from:rgb(129 140 248 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/55{--tw-gradient-from:rgb(129 140 248 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/60{--tw-gradient-from:rgb(129 140 248 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/65{--tw-gradient-from:rgb(129 140 248 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/70{--tw-gradient-from:rgb(129 140 248 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/75{--tw-gradient-from:rgb(129 140 248 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/80{--tw-gradient-from:rgb(129 140 248 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/85{--tw-gradient-from:rgb(129 140 248 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/90{--tw-gradient-from:rgb(129 140 248 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-400\/95{--tw-gradient-from:rgb(129 140 248 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(129 140 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50{--tw-gradient-from:#eef2ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/0{--tw-gradient-from:rgb(238 242 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/10{--tw-gradient-from:rgb(238 242 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/100{--tw-gradient-from:rgb(238 242 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/15{--tw-gradient-from:rgb(238 242 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/20{--tw-gradient-from:rgb(238 242 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/25{--tw-gradient-from:rgb(238 242 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/30{--tw-gradient-from:rgb(238 242 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/35{--tw-gradient-from:rgb(238 242 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/40{--tw-gradient-from:rgb(238 242 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/45{--tw-gradient-from:rgb(238 242 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/5{--tw-gradient-from:rgb(238 242 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/50{--tw-gradient-from:rgb(238 242 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/55{--tw-gradient-from:rgb(238 242 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/60{--tw-gradient-from:rgb(238 242 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/65{--tw-gradient-from:rgb(238 242 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/70{--tw-gradient-from:rgb(238 242 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/75{--tw-gradient-from:rgb(238 242 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/80{--tw-gradient-from:rgb(238 242 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/85{--tw-gradient-from:rgb(238 242 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/90{--tw-gradient-from:rgb(238 242 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-50\/95{--tw-gradient-from:rgb(238 242 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500{--tw-gradient-from:#6366f1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/0{--tw-gradient-from:rgb(99 102 241 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/10{--tw-gradient-from:rgb(99 102 241 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/100{--tw-gradient-from:rgb(99 102 241 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/15{--tw-gradient-from:rgb(99 102 241 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/20{--tw-gradient-from:rgb(99 102 241 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/25{--tw-gradient-from:rgb(99 102 241 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/30{--tw-gradient-from:rgb(99 102 241 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/35{--tw-gradient-from:rgb(99 102 241 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/40{--tw-gradient-from:rgb(99 102 241 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/45{--tw-gradient-from:rgb(99 102 241 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/5{--tw-gradient-from:rgb(99 102 241 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/50{--tw-gradient-from:rgb(99 102 241 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/55{--tw-gradient-from:rgb(99 102 241 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/60{--tw-gradient-from:rgb(99 102 241 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/65{--tw-gradient-from:rgb(99 102 241 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/70{--tw-gradient-from:rgb(99 102 241 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/75{--tw-gradient-from:rgb(99 102 241 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/80{--tw-gradient-from:rgb(99 102 241 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/85{--tw-gradient-from:rgb(99 102 241 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/90{--tw-gradient-from:rgb(99 102 241 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-500\/95{--tw-gradient-from:rgb(99 102 241 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600{--tw-gradient-from:#4f46e5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/0{--tw-gradient-from:rgb(79 70 229 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/10{--tw-gradient-from:rgb(79 70 229 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/100{--tw-gradient-from:rgb(79 70 229 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/15{--tw-gradient-from:rgb(79 70 229 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/20{--tw-gradient-from:rgb(79 70 229 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/25{--tw-gradient-from:rgb(79 70 229 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/30{--tw-gradient-from:rgb(79 70 229 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/35{--tw-gradient-from:rgb(79 70 229 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/40{--tw-gradient-from:rgb(79 70 229 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/45{--tw-gradient-from:rgb(79 70 229 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/5{--tw-gradient-from:rgb(79 70 229 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/50{--tw-gradient-from:rgb(79 70 229 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/55{--tw-gradient-from:rgb(79 70 229 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/60{--tw-gradient-from:rgb(79 70 229 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/65{--tw-gradient-from:rgb(79 70 229 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/70{--tw-gradient-from:rgb(79 70 229 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/75{--tw-gradient-from:rgb(79 70 229 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/80{--tw-gradient-from:rgb(79 70 229 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/85{--tw-gradient-from:rgb(79 70 229 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/90{--tw-gradient-from:rgb(79 70 229 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-600\/95{--tw-gradient-from:rgb(79 70 229 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700{--tw-gradient-from:#4338ca var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/0{--tw-gradient-from:rgb(67 56 202 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/10{--tw-gradient-from:rgb(67 56 202 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/100{--tw-gradient-from:rgb(67 56 202 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/15{--tw-gradient-from:rgb(67 56 202 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/20{--tw-gradient-from:rgb(67 56 202 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/25{--tw-gradient-from:rgb(67 56 202 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/30{--tw-gradient-from:rgb(67 56 202 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/35{--tw-gradient-from:rgb(67 56 202 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/40{--tw-gradient-from:rgb(67 56 202 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/45{--tw-gradient-from:rgb(67 56 202 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/5{--tw-gradient-from:rgb(67 56 202 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/50{--tw-gradient-from:rgb(67 56 202 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/55{--tw-gradient-from:rgb(67 56 202 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/60{--tw-gradient-from:rgb(67 56 202 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/65{--tw-gradient-from:rgb(67 56 202 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/70{--tw-gradient-from:rgb(67 56 202 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/75{--tw-gradient-from:rgb(67 56 202 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/80{--tw-gradient-from:rgb(67 56 202 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/85{--tw-gradient-from:rgb(67 56 202 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/90{--tw-gradient-from:rgb(67 56 202 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-700\/95{--tw-gradient-from:rgb(67 56 202 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 56 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800{--tw-gradient-from:#3730a3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/0{--tw-gradient-from:rgb(55 48 163 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/10{--tw-gradient-from:rgb(55 48 163 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/100{--tw-gradient-from:rgb(55 48 163 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/15{--tw-gradient-from:rgb(55 48 163 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/20{--tw-gradient-from:rgb(55 48 163 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/25{--tw-gradient-from:rgb(55 48 163 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/30{--tw-gradient-from:rgb(55 48 163 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/35{--tw-gradient-from:rgb(55 48 163 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/40{--tw-gradient-from:rgb(55 48 163 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/45{--tw-gradient-from:rgb(55 48 163 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/5{--tw-gradient-from:rgb(55 48 163 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/50{--tw-gradient-from:rgb(55 48 163 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/55{--tw-gradient-from:rgb(55 48 163 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/60{--tw-gradient-from:rgb(55 48 163 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/65{--tw-gradient-from:rgb(55 48 163 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/70{--tw-gradient-from:rgb(55 48 163 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/75{--tw-gradient-from:rgb(55 48 163 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/80{--tw-gradient-from:rgb(55 48 163 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/85{--tw-gradient-from:rgb(55 48 163 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/90{--tw-gradient-from:rgb(55 48 163 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-800\/95{--tw-gradient-from:rgb(55 48 163 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(55 48 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900{--tw-gradient-from:#312e81 var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/0{--tw-gradient-from:rgb(49 46 129 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/10{--tw-gradient-from:rgb(49 46 129 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/100{--tw-gradient-from:rgb(49 46 129 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/15{--tw-gradient-from:rgb(49 46 129 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/20{--tw-gradient-from:rgb(49 46 129 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/25{--tw-gradient-from:rgb(49 46 129 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/30{--tw-gradient-from:rgb(49 46 129 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/35{--tw-gradient-from:rgb(49 46 129 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/40{--tw-gradient-from:rgb(49 46 129 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/45{--tw-gradient-from:rgb(49 46 129 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/5{--tw-gradient-from:rgb(49 46 129 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/50{--tw-gradient-from:rgb(49 46 129 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/55{--tw-gradient-from:rgb(49 46 129 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/60{--tw-gradient-from:rgb(49 46 129 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/65{--tw-gradient-from:rgb(49 46 129 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/70{--tw-gradient-from:rgb(49 46 129 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/75{--tw-gradient-from:rgb(49 46 129 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/80{--tw-gradient-from:rgb(49 46 129 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/85{--tw-gradient-from:rgb(49 46 129 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/90{--tw-gradient-from:rgb(49 46 129 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-900\/95{--tw-gradient-from:rgb(49 46 129 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(49 46 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950{--tw-gradient-from:#1e1b4b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/0{--tw-gradient-from:rgb(30 27 75 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/10{--tw-gradient-from:rgb(30 27 75 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/100{--tw-gradient-from:rgb(30 27 75 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/15{--tw-gradient-from:rgb(30 27 75 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/20{--tw-gradient-from:rgb(30 27 75 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/25{--tw-gradient-from:rgb(30 27 75 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/30{--tw-gradient-from:rgb(30 27 75 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/35{--tw-gradient-from:rgb(30 27 75 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/40{--tw-gradient-from:rgb(30 27 75 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/45{--tw-gradient-from:rgb(30 27 75 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/5{--tw-gradient-from:rgb(30 27 75 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/50{--tw-gradient-from:rgb(30 27 75 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/55{--tw-gradient-from:rgb(30 27 75 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/60{--tw-gradient-from:rgb(30 27 75 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/65{--tw-gradient-from:rgb(30 27 75 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/70{--tw-gradient-from:rgb(30 27 75 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/75{--tw-gradient-from:rgb(30 27 75 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/80{--tw-gradient-from:rgb(30 27 75 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/85{--tw-gradient-from:rgb(30 27 75 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/90{--tw-gradient-from:rgb(30 27 75 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-indigo-950\/95{--tw-gradient-from:rgb(30 27 75 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 27 75 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info{--tw-gradient-from:#48abd9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-100{--tw-gradient-from:var(--bt-info-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-200{--tw-gradient-from:var(--bt-info-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-300{--tw-gradient-from:var(--bt-info-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-400{--tw-gradient-from:var(--bt-info-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-500{--tw-gradient-from:var(--bt-info-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-600{--tw-gradient-from:var(--bt-info-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-700{--tw-gradient-from:var(--bt-info-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-800{--tw-gradient-from:var(--bt-info-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-900{--tw-gradient-from:var(--bt-info-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text{--tw-gradient-from:#48abd9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text{--tw-gradient-from:#48abd9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/0{--tw-gradient-from:rgb(72 171 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/10{--tw-gradient-from:rgb(72 171 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/100{--tw-gradient-from:rgb(72 171 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/15{--tw-gradient-from:rgb(72 171 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/20{--tw-gradient-from:rgb(72 171 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/25{--tw-gradient-from:rgb(72 171 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/30{--tw-gradient-from:rgb(72 171 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/35{--tw-gradient-from:rgb(72 171 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/40{--tw-gradient-from:rgb(72 171 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/45{--tw-gradient-from:rgb(72 171 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/5{--tw-gradient-from:rgb(72 171 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/50{--tw-gradient-from:rgb(72 171 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/55{--tw-gradient-from:rgb(72 171 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/60{--tw-gradient-from:rgb(72 171 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/65{--tw-gradient-from:rgb(72 171 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/70{--tw-gradient-from:rgb(72 171 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/75{--tw-gradient-from:rgb(72 171 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/80{--tw-gradient-from:rgb(72 171 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/85{--tw-gradient-from:rgb(72 171 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/90{--tw-gradient-from:rgb(72 171 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text-text\/95{--tw-gradient-from:rgb(72 171 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/0{--tw-gradient-from:rgb(72 171 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/10{--tw-gradient-from:rgb(72 171 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/100{--tw-gradient-from:rgb(72 171 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/15{--tw-gradient-from:rgb(72 171 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/20{--tw-gradient-from:rgb(72 171 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/25{--tw-gradient-from:rgb(72 171 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/30{--tw-gradient-from:rgb(72 171 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/35{--tw-gradient-from:rgb(72 171 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/40{--tw-gradient-from:rgb(72 171 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/45{--tw-gradient-from:rgb(72 171 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/5{--tw-gradient-from:rgb(72 171 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/50{--tw-gradient-from:rgb(72 171 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/55{--tw-gradient-from:rgb(72 171 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/60{--tw-gradient-from:rgb(72 171 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/65{--tw-gradient-from:rgb(72 171 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/70{--tw-gradient-from:rgb(72 171 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/75{--tw-gradient-from:rgb(72 171 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/80{--tw-gradient-from:rgb(72 171 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/85{--tw-gradient-from:rgb(72 171 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/90{--tw-gradient-from:rgb(72 171 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info-text\/95{--tw-gradient-from:rgb(72 171 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/0{--tw-gradient-from:rgb(72 171 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/10{--tw-gradient-from:rgb(72 171 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/100{--tw-gradient-from:rgb(72 171 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/15{--tw-gradient-from:rgb(72 171 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/20{--tw-gradient-from:rgb(72 171 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/25{--tw-gradient-from:rgb(72 171 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/30{--tw-gradient-from:rgb(72 171 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/35{--tw-gradient-from:rgb(72 171 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/40{--tw-gradient-from:rgb(72 171 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/45{--tw-gradient-from:rgb(72 171 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/5{--tw-gradient-from:rgb(72 171 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/50{--tw-gradient-from:rgb(72 171 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/55{--tw-gradient-from:rgb(72 171 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/60{--tw-gradient-from:rgb(72 171 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/65{--tw-gradient-from:rgb(72 171 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/70{--tw-gradient-from:rgb(72 171 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/75{--tw-gradient-from:rgb(72 171 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/80{--tw-gradient-from:rgb(72 171 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/85{--tw-gradient-from:rgb(72 171 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/90{--tw-gradient-from:rgb(72 171 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-info\/95{--tw-gradient-from:rgb(72 171 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inherit{--tw-gradient-from:inherit var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputBorder{--tw-gradient-from:var(--bt-cardBackground-550) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocus{--tw-gradient-from:var(--bt-primary-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputFocusColor\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHover{--tw-gradient-from:var(--bt-primary-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputHoverColor\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-inputPlaceholderColor{--tw-gradient-from:var(--bt-cardBackground-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100{--tw-gradient-from:#ecfccb var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/0{--tw-gradient-from:rgb(236 252 203 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/10{--tw-gradient-from:rgb(236 252 203 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/100{--tw-gradient-from:rgb(236 252 203 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/15{--tw-gradient-from:rgb(236 252 203 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/20{--tw-gradient-from:rgb(236 252 203 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/25{--tw-gradient-from:rgb(236 252 203 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/30{--tw-gradient-from:rgb(236 252 203 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/35{--tw-gradient-from:rgb(236 252 203 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/40{--tw-gradient-from:rgb(236 252 203 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/45{--tw-gradient-from:rgb(236 252 203 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/5{--tw-gradient-from:rgb(236 252 203 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/50{--tw-gradient-from:rgb(236 252 203 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/55{--tw-gradient-from:rgb(236 252 203 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/60{--tw-gradient-from:rgb(236 252 203 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/65{--tw-gradient-from:rgb(236 252 203 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/70{--tw-gradient-from:rgb(236 252 203 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/75{--tw-gradient-from:rgb(236 252 203 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/80{--tw-gradient-from:rgb(236 252 203 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/85{--tw-gradient-from:rgb(236 252 203 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/90{--tw-gradient-from:rgb(236 252 203 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-100\/95{--tw-gradient-from:rgb(236 252 203 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200{--tw-gradient-from:#d9f99d var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/0{--tw-gradient-from:rgb(217 249 157 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/10{--tw-gradient-from:rgb(217 249 157 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/100{--tw-gradient-from:rgb(217 249 157 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/15{--tw-gradient-from:rgb(217 249 157 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/20{--tw-gradient-from:rgb(217 249 157 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/25{--tw-gradient-from:rgb(217 249 157 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/30{--tw-gradient-from:rgb(217 249 157 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/35{--tw-gradient-from:rgb(217 249 157 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/40{--tw-gradient-from:rgb(217 249 157 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/45{--tw-gradient-from:rgb(217 249 157 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/5{--tw-gradient-from:rgb(217 249 157 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/50{--tw-gradient-from:rgb(217 249 157 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/55{--tw-gradient-from:rgb(217 249 157 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/60{--tw-gradient-from:rgb(217 249 157 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/65{--tw-gradient-from:rgb(217 249 157 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/70{--tw-gradient-from:rgb(217 249 157 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/75{--tw-gradient-from:rgb(217 249 157 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/80{--tw-gradient-from:rgb(217 249 157 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/85{--tw-gradient-from:rgb(217 249 157 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/90{--tw-gradient-from:rgb(217 249 157 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-200\/95{--tw-gradient-from:rgb(217 249 157 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300{--tw-gradient-from:#bef264 var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/0{--tw-gradient-from:rgb(190 242 100 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/10{--tw-gradient-from:rgb(190 242 100 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/100{--tw-gradient-from:rgb(190 242 100 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/15{--tw-gradient-from:rgb(190 242 100 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/20{--tw-gradient-from:rgb(190 242 100 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/25{--tw-gradient-from:rgb(190 242 100 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/30{--tw-gradient-from:rgb(190 242 100 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/35{--tw-gradient-from:rgb(190 242 100 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/40{--tw-gradient-from:rgb(190 242 100 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/45{--tw-gradient-from:rgb(190 242 100 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/5{--tw-gradient-from:rgb(190 242 100 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/50{--tw-gradient-from:rgb(190 242 100 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/55{--tw-gradient-from:rgb(190 242 100 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/60{--tw-gradient-from:rgb(190 242 100 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/65{--tw-gradient-from:rgb(190 242 100 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/70{--tw-gradient-from:rgb(190 242 100 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/75{--tw-gradient-from:rgb(190 242 100 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/80{--tw-gradient-from:rgb(190 242 100 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/85{--tw-gradient-from:rgb(190 242 100 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/90{--tw-gradient-from:rgb(190 242 100 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-300\/95{--tw-gradient-from:rgb(190 242 100 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400{--tw-gradient-from:#a3e635 var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/0{--tw-gradient-from:rgb(163 230 53 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/10{--tw-gradient-from:rgb(163 230 53 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/100{--tw-gradient-from:rgb(163 230 53 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/15{--tw-gradient-from:rgb(163 230 53 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/20{--tw-gradient-from:rgb(163 230 53 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/25{--tw-gradient-from:rgb(163 230 53 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/30{--tw-gradient-from:rgb(163 230 53 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/35{--tw-gradient-from:rgb(163 230 53 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/40{--tw-gradient-from:rgb(163 230 53 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/45{--tw-gradient-from:rgb(163 230 53 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/5{--tw-gradient-from:rgb(163 230 53 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/50{--tw-gradient-from:rgb(163 230 53 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/55{--tw-gradient-from:rgb(163 230 53 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/60{--tw-gradient-from:rgb(163 230 53 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/65{--tw-gradient-from:rgb(163 230 53 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/70{--tw-gradient-from:rgb(163 230 53 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/75{--tw-gradient-from:rgb(163 230 53 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/80{--tw-gradient-from:rgb(163 230 53 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/85{--tw-gradient-from:rgb(163 230 53 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/90{--tw-gradient-from:rgb(163 230 53 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-400\/95{--tw-gradient-from:rgb(163 230 53 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50{--tw-gradient-from:#f7fee7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/0{--tw-gradient-from:rgb(247 254 231 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/10{--tw-gradient-from:rgb(247 254 231 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/100{--tw-gradient-from:rgb(247 254 231 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/15{--tw-gradient-from:rgb(247 254 231 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/20{--tw-gradient-from:rgb(247 254 231 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/25{--tw-gradient-from:rgb(247 254 231 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/30{--tw-gradient-from:rgb(247 254 231 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/35{--tw-gradient-from:rgb(247 254 231 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/40{--tw-gradient-from:rgb(247 254 231 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/45{--tw-gradient-from:rgb(247 254 231 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/5{--tw-gradient-from:rgb(247 254 231 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/50{--tw-gradient-from:rgb(247 254 231 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/55{--tw-gradient-from:rgb(247 254 231 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/60{--tw-gradient-from:rgb(247 254 231 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/65{--tw-gradient-from:rgb(247 254 231 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/70{--tw-gradient-from:rgb(247 254 231 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/75{--tw-gradient-from:rgb(247 254 231 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/80{--tw-gradient-from:rgb(247 254 231 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/85{--tw-gradient-from:rgb(247 254 231 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/90{--tw-gradient-from:rgb(247 254 231 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-50\/95{--tw-gradient-from:rgb(247 254 231 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500{--tw-gradient-from:#84cc16 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/0{--tw-gradient-from:rgb(132 204 22 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/10{--tw-gradient-from:rgb(132 204 22 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/100{--tw-gradient-from:rgb(132 204 22 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/15{--tw-gradient-from:rgb(132 204 22 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/20{--tw-gradient-from:rgb(132 204 22 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/25{--tw-gradient-from:rgb(132 204 22 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/30{--tw-gradient-from:rgb(132 204 22 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/35{--tw-gradient-from:rgb(132 204 22 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/40{--tw-gradient-from:rgb(132 204 22 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/45{--tw-gradient-from:rgb(132 204 22 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/5{--tw-gradient-from:rgb(132 204 22 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/50{--tw-gradient-from:rgb(132 204 22 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/55{--tw-gradient-from:rgb(132 204 22 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/60{--tw-gradient-from:rgb(132 204 22 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/65{--tw-gradient-from:rgb(132 204 22 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/70{--tw-gradient-from:rgb(132 204 22 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/75{--tw-gradient-from:rgb(132 204 22 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/80{--tw-gradient-from:rgb(132 204 22 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/85{--tw-gradient-from:rgb(132 204 22 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/90{--tw-gradient-from:rgb(132 204 22 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-500\/95{--tw-gradient-from:rgb(132 204 22 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600{--tw-gradient-from:#65a30d var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/0{--tw-gradient-from:rgb(101 163 13 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/10{--tw-gradient-from:rgb(101 163 13 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/100{--tw-gradient-from:rgb(101 163 13 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/15{--tw-gradient-from:rgb(101 163 13 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/20{--tw-gradient-from:rgb(101 163 13 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/25{--tw-gradient-from:rgb(101 163 13 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/30{--tw-gradient-from:rgb(101 163 13 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/35{--tw-gradient-from:rgb(101 163 13 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/40{--tw-gradient-from:rgb(101 163 13 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/45{--tw-gradient-from:rgb(101 163 13 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/5{--tw-gradient-from:rgb(101 163 13 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/50{--tw-gradient-from:rgb(101 163 13 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/55{--tw-gradient-from:rgb(101 163 13 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/60{--tw-gradient-from:rgb(101 163 13 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/65{--tw-gradient-from:rgb(101 163 13 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/70{--tw-gradient-from:rgb(101 163 13 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/75{--tw-gradient-from:rgb(101 163 13 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/80{--tw-gradient-from:rgb(101 163 13 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/85{--tw-gradient-from:rgb(101 163 13 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/90{--tw-gradient-from:rgb(101 163 13 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-600\/95{--tw-gradient-from:rgb(101 163 13 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700{--tw-gradient-from:#4d7c0f var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/0{--tw-gradient-from:rgb(77 124 15 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/10{--tw-gradient-from:rgb(77 124 15 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/100{--tw-gradient-from:rgb(77 124 15 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/15{--tw-gradient-from:rgb(77 124 15 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/20{--tw-gradient-from:rgb(77 124 15 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/25{--tw-gradient-from:rgb(77 124 15 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/30{--tw-gradient-from:rgb(77 124 15 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/35{--tw-gradient-from:rgb(77 124 15 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/40{--tw-gradient-from:rgb(77 124 15 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/45{--tw-gradient-from:rgb(77 124 15 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/5{--tw-gradient-from:rgb(77 124 15 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/50{--tw-gradient-from:rgb(77 124 15 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/55{--tw-gradient-from:rgb(77 124 15 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/60{--tw-gradient-from:rgb(77 124 15 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/65{--tw-gradient-from:rgb(77 124 15 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/70{--tw-gradient-from:rgb(77 124 15 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/75{--tw-gradient-from:rgb(77 124 15 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/80{--tw-gradient-from:rgb(77 124 15 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/85{--tw-gradient-from:rgb(77 124 15 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/90{--tw-gradient-from:rgb(77 124 15 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-700\/95{--tw-gradient-from:rgb(77 124 15 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800{--tw-gradient-from:#3f6212 var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/0{--tw-gradient-from:rgb(63 98 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/10{--tw-gradient-from:rgb(63 98 18 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/100{--tw-gradient-from:rgb(63 98 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/15{--tw-gradient-from:rgb(63 98 18 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/20{--tw-gradient-from:rgb(63 98 18 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/25{--tw-gradient-from:rgb(63 98 18 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/30{--tw-gradient-from:rgb(63 98 18 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/35{--tw-gradient-from:rgb(63 98 18 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/40{--tw-gradient-from:rgb(63 98 18 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/45{--tw-gradient-from:rgb(63 98 18 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/5{--tw-gradient-from:rgb(63 98 18 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/50{--tw-gradient-from:rgb(63 98 18 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/55{--tw-gradient-from:rgb(63 98 18 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/60{--tw-gradient-from:rgb(63 98 18 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/65{--tw-gradient-from:rgb(63 98 18 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/70{--tw-gradient-from:rgb(63 98 18 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/75{--tw-gradient-from:rgb(63 98 18 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/80{--tw-gradient-from:rgb(63 98 18 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/85{--tw-gradient-from:rgb(63 98 18 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/90{--tw-gradient-from:rgb(63 98 18 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-800\/95{--tw-gradient-from:rgb(63 98 18 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900{--tw-gradient-from:#365314 var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/0{--tw-gradient-from:rgb(54 83 20 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/10{--tw-gradient-from:rgb(54 83 20 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/100{--tw-gradient-from:rgb(54 83 20 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/15{--tw-gradient-from:rgb(54 83 20 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/20{--tw-gradient-from:rgb(54 83 20 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/25{--tw-gradient-from:rgb(54 83 20 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/30{--tw-gradient-from:rgb(54 83 20 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/35{--tw-gradient-from:rgb(54 83 20 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/40{--tw-gradient-from:rgb(54 83 20 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/45{--tw-gradient-from:rgb(54 83 20 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/5{--tw-gradient-from:rgb(54 83 20 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/50{--tw-gradient-from:rgb(54 83 20 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/55{--tw-gradient-from:rgb(54 83 20 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/60{--tw-gradient-from:rgb(54 83 20 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/65{--tw-gradient-from:rgb(54 83 20 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/70{--tw-gradient-from:rgb(54 83 20 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/75{--tw-gradient-from:rgb(54 83 20 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/80{--tw-gradient-from:rgb(54 83 20 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/85{--tw-gradient-from:rgb(54 83 20 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/90{--tw-gradient-from:rgb(54 83 20 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-900\/95{--tw-gradient-from:rgb(54 83 20 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950{--tw-gradient-from:#1a2e05 var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/0{--tw-gradient-from:rgb(26 46 5 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/10{--tw-gradient-from:rgb(26 46 5 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/100{--tw-gradient-from:rgb(26 46 5 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/15{--tw-gradient-from:rgb(26 46 5 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/20{--tw-gradient-from:rgb(26 46 5 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/25{--tw-gradient-from:rgb(26 46 5 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/30{--tw-gradient-from:rgb(26 46 5 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/35{--tw-gradient-from:rgb(26 46 5 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/40{--tw-gradient-from:rgb(26 46 5 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/45{--tw-gradient-from:rgb(26 46 5 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/5{--tw-gradient-from:rgb(26 46 5 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/50{--tw-gradient-from:rgb(26 46 5 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/55{--tw-gradient-from:rgb(26 46 5 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/60{--tw-gradient-from:rgb(26 46 5 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/65{--tw-gradient-from:rgb(26 46 5 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/70{--tw-gradient-from:rgb(26 46 5 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/75{--tw-gradient-from:rgb(26 46 5 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/80{--tw-gradient-from:rgb(26 46 5 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/85{--tw-gradient-from:rgb(26 46 5 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/90{--tw-gradient-from:rgb(26 46 5 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-lime-950\/95{--tw-gradient-from:rgb(26 46 5 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-link{--tw-gradient-from:var(--bs-link-color) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark{--tw-gradient-from:#d3ddff var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/0{--tw-gradient-from:rgb(211 221 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/10{--tw-gradient-from:rgb(211 221 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/100{--tw-gradient-from:rgb(211 221 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/15{--tw-gradient-from:rgb(211 221 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/20{--tw-gradient-from:rgb(211 221 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/25{--tw-gradient-from:rgb(211 221 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/30{--tw-gradient-from:rgb(211 221 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/35{--tw-gradient-from:rgb(211 221 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/40{--tw-gradient-from:rgb(211 221 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/45{--tw-gradient-from:rgb(211 221 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/5{--tw-gradient-from:rgb(211 221 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/50{--tw-gradient-from:rgb(211 221 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/55{--tw-gradient-from:rgb(211 221 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/60{--tw-gradient-from:rgb(211 221 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/65{--tw-gradient-from:rgb(211 221 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/70{--tw-gradient-from:rgb(211 221 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/75{--tw-gradient-from:rgb(211 221 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/80{--tw-gradient-from:rgb(211 221 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/85{--tw-gradient-from:rgb(211 221 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/90{--tw-gradient-from:rgb(211 221 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkDark\/95{--tw-gradient-from:rgb(211 221 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(211 221 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHover{--tw-gradient-from:var(--bs-link-hover-color) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark{--tw-gradient-from:#d1d2ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/0{--tw-gradient-from:rgb(209 210 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/10{--tw-gradient-from:rgb(209 210 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/100{--tw-gradient-from:rgb(209 210 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/15{--tw-gradient-from:rgb(209 210 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/20{--tw-gradient-from:rgb(209 210 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/25{--tw-gradient-from:rgb(209 210 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/30{--tw-gradient-from:rgb(209 210 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/35{--tw-gradient-from:rgb(209 210 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/40{--tw-gradient-from:rgb(209 210 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/45{--tw-gradient-from:rgb(209 210 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/5{--tw-gradient-from:rgb(209 210 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/50{--tw-gradient-from:rgb(209 210 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/55{--tw-gradient-from:rgb(209 210 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/60{--tw-gradient-from:rgb(209 210 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/65{--tw-gradient-from:rgb(209 210 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/70{--tw-gradient-from:rgb(209 210 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/75{--tw-gradient-from:rgb(209 210 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/80{--tw-gradient-from:rgb(209 210 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/85{--tw-gradient-from:rgb(209 210 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/90{--tw-gradient-from:rgb(209 210 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-linkHoverDark\/95{--tw-gradient-from:rgb(209 210 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(209 210 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackground\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navBackgroundDark\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navText\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextDark\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover-text\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-navTextHover\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100{--tw-gradient-from:#f5f5f5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/0{--tw-gradient-from:rgb(245 245 245 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/10{--tw-gradient-from:rgb(245 245 245 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/100{--tw-gradient-from:rgb(245 245 245 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/15{--tw-gradient-from:rgb(245 245 245 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/20{--tw-gradient-from:rgb(245 245 245 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/25{--tw-gradient-from:rgb(245 245 245 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/30{--tw-gradient-from:rgb(245 245 245 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/35{--tw-gradient-from:rgb(245 245 245 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/40{--tw-gradient-from:rgb(245 245 245 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/45{--tw-gradient-from:rgb(245 245 245 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/5{--tw-gradient-from:rgb(245 245 245 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/50{--tw-gradient-from:rgb(245 245 245 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/55{--tw-gradient-from:rgb(245 245 245 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/60{--tw-gradient-from:rgb(245 245 245 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/65{--tw-gradient-from:rgb(245 245 245 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/70{--tw-gradient-from:rgb(245 245 245 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/75{--tw-gradient-from:rgb(245 245 245 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/80{--tw-gradient-from:rgb(245 245 245 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/85{--tw-gradient-from:rgb(245 245 245 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/90{--tw-gradient-from:rgb(245 245 245 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-100\/95{--tw-gradient-from:rgb(245 245 245 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200{--tw-gradient-from:#e5e5e5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/0{--tw-gradient-from:rgb(229 229 229 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/10{--tw-gradient-from:rgb(229 229 229 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/100{--tw-gradient-from:rgb(229 229 229 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/15{--tw-gradient-from:rgb(229 229 229 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/20{--tw-gradient-from:rgb(229 229 229 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/25{--tw-gradient-from:rgb(229 229 229 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/30{--tw-gradient-from:rgb(229 229 229 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/35{--tw-gradient-from:rgb(229 229 229 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/40{--tw-gradient-from:rgb(229 229 229 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/45{--tw-gradient-from:rgb(229 229 229 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/5{--tw-gradient-from:rgb(229 229 229 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/50{--tw-gradient-from:rgb(229 229 229 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/55{--tw-gradient-from:rgb(229 229 229 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/60{--tw-gradient-from:rgb(229 229 229 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/65{--tw-gradient-from:rgb(229 229 229 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/70{--tw-gradient-from:rgb(229 229 229 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/75{--tw-gradient-from:rgb(229 229 229 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/80{--tw-gradient-from:rgb(229 229 229 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/85{--tw-gradient-from:rgb(229 229 229 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/90{--tw-gradient-from:rgb(229 229 229 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-200\/95{--tw-gradient-from:rgb(229 229 229 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(229 229 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300{--tw-gradient-from:#d4d4d4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/0{--tw-gradient-from:rgb(212 212 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/10{--tw-gradient-from:rgb(212 212 212 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/100{--tw-gradient-from:rgb(212 212 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/15{--tw-gradient-from:rgb(212 212 212 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/20{--tw-gradient-from:rgb(212 212 212 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/25{--tw-gradient-from:rgb(212 212 212 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/30{--tw-gradient-from:rgb(212 212 212 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/35{--tw-gradient-from:rgb(212 212 212 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/40{--tw-gradient-from:rgb(212 212 212 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/45{--tw-gradient-from:rgb(212 212 212 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/5{--tw-gradient-from:rgb(212 212 212 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/50{--tw-gradient-from:rgb(212 212 212 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/55{--tw-gradient-from:rgb(212 212 212 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/60{--tw-gradient-from:rgb(212 212 212 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/65{--tw-gradient-from:rgb(212 212 212 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/70{--tw-gradient-from:rgb(212 212 212 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/75{--tw-gradient-from:rgb(212 212 212 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/80{--tw-gradient-from:rgb(212 212 212 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/85{--tw-gradient-from:rgb(212 212 212 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/90{--tw-gradient-from:rgb(212 212 212 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-300\/95{--tw-gradient-from:rgb(212 212 212 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400{--tw-gradient-from:#a3a3a3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/0{--tw-gradient-from:rgb(163 163 163 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/10{--tw-gradient-from:rgb(163 163 163 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/100{--tw-gradient-from:rgb(163 163 163 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/15{--tw-gradient-from:rgb(163 163 163 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/20{--tw-gradient-from:rgb(163 163 163 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/25{--tw-gradient-from:rgb(163 163 163 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/30{--tw-gradient-from:rgb(163 163 163 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/35{--tw-gradient-from:rgb(163 163 163 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/40{--tw-gradient-from:rgb(163 163 163 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/45{--tw-gradient-from:rgb(163 163 163 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/5{--tw-gradient-from:rgb(163 163 163 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/50{--tw-gradient-from:rgb(163 163 163 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/55{--tw-gradient-from:rgb(163 163 163 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/60{--tw-gradient-from:rgb(163 163 163 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/65{--tw-gradient-from:rgb(163 163 163 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/70{--tw-gradient-from:rgb(163 163 163 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/75{--tw-gradient-from:rgb(163 163 163 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/80{--tw-gradient-from:rgb(163 163 163 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/85{--tw-gradient-from:rgb(163 163 163 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/90{--tw-gradient-from:rgb(163 163 163 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-400\/95{--tw-gradient-from:rgb(163 163 163 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(163 163 163 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50{--tw-gradient-from:#fafafa var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/0{--tw-gradient-from:rgb(250 250 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/10{--tw-gradient-from:rgb(250 250 250 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/100{--tw-gradient-from:rgb(250 250 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/15{--tw-gradient-from:rgb(250 250 250 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/20{--tw-gradient-from:rgb(250 250 250 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/25{--tw-gradient-from:rgb(250 250 250 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/30{--tw-gradient-from:rgb(250 250 250 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/35{--tw-gradient-from:rgb(250 250 250 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/40{--tw-gradient-from:rgb(250 250 250 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/45{--tw-gradient-from:rgb(250 250 250 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/5{--tw-gradient-from:rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/50{--tw-gradient-from:rgb(250 250 250 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/55{--tw-gradient-from:rgb(250 250 250 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/60{--tw-gradient-from:rgb(250 250 250 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/65{--tw-gradient-from:rgb(250 250 250 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/70{--tw-gradient-from:rgb(250 250 250 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/75{--tw-gradient-from:rgb(250 250 250 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/80{--tw-gradient-from:rgb(250 250 250 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/85{--tw-gradient-from:rgb(250 250 250 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/90{--tw-gradient-from:rgb(250 250 250 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-50\/95{--tw-gradient-from:rgb(250 250 250 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500{--tw-gradient-from:#737373 var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/0{--tw-gradient-from:rgb(115 115 115 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/10{--tw-gradient-from:rgb(115 115 115 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/100{--tw-gradient-from:rgb(115 115 115 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/15{--tw-gradient-from:rgb(115 115 115 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/20{--tw-gradient-from:rgb(115 115 115 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/25{--tw-gradient-from:rgb(115 115 115 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/30{--tw-gradient-from:rgb(115 115 115 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/35{--tw-gradient-from:rgb(115 115 115 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/40{--tw-gradient-from:rgb(115 115 115 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/45{--tw-gradient-from:rgb(115 115 115 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/5{--tw-gradient-from:rgb(115 115 115 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/50{--tw-gradient-from:rgb(115 115 115 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/55{--tw-gradient-from:rgb(115 115 115 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/60{--tw-gradient-from:rgb(115 115 115 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/65{--tw-gradient-from:rgb(115 115 115 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/70{--tw-gradient-from:rgb(115 115 115 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/75{--tw-gradient-from:rgb(115 115 115 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/80{--tw-gradient-from:rgb(115 115 115 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/85{--tw-gradient-from:rgb(115 115 115 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/90{--tw-gradient-from:rgb(115 115 115 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-500\/95{--tw-gradient-from:rgb(115 115 115 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(115 115 115 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600{--tw-gradient-from:#525252 var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/0{--tw-gradient-from:rgb(82 82 82 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/10{--tw-gradient-from:rgb(82 82 82 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/100{--tw-gradient-from:rgb(82 82 82 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/15{--tw-gradient-from:rgb(82 82 82 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/20{--tw-gradient-from:rgb(82 82 82 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/25{--tw-gradient-from:rgb(82 82 82 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/30{--tw-gradient-from:rgb(82 82 82 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/35{--tw-gradient-from:rgb(82 82 82 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/40{--tw-gradient-from:rgb(82 82 82 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/45{--tw-gradient-from:rgb(82 82 82 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/5{--tw-gradient-from:rgb(82 82 82 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/50{--tw-gradient-from:rgb(82 82 82 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/55{--tw-gradient-from:rgb(82 82 82 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/60{--tw-gradient-from:rgb(82 82 82 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/65{--tw-gradient-from:rgb(82 82 82 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/70{--tw-gradient-from:rgb(82 82 82 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/75{--tw-gradient-from:rgb(82 82 82 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/80{--tw-gradient-from:rgb(82 82 82 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/85{--tw-gradient-from:rgb(82 82 82 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/90{--tw-gradient-from:rgb(82 82 82 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-600\/95{--tw-gradient-from:rgb(82 82 82 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 82 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700{--tw-gradient-from:#404040 var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/0{--tw-gradient-from:rgb(64 64 64 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/10{--tw-gradient-from:rgb(64 64 64 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/100{--tw-gradient-from:rgb(64 64 64 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/15{--tw-gradient-from:rgb(64 64 64 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/20{--tw-gradient-from:rgb(64 64 64 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/25{--tw-gradient-from:rgb(64 64 64 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/30{--tw-gradient-from:rgb(64 64 64 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/35{--tw-gradient-from:rgb(64 64 64 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/40{--tw-gradient-from:rgb(64 64 64 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/45{--tw-gradient-from:rgb(64 64 64 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/5{--tw-gradient-from:rgb(64 64 64 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/50{--tw-gradient-from:rgb(64 64 64 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/55{--tw-gradient-from:rgb(64 64 64 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/60{--tw-gradient-from:rgb(64 64 64 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/65{--tw-gradient-from:rgb(64 64 64 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/70{--tw-gradient-from:rgb(64 64 64 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/75{--tw-gradient-from:rgb(64 64 64 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/80{--tw-gradient-from:rgb(64 64 64 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/85{--tw-gradient-from:rgb(64 64 64 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/90{--tw-gradient-from:rgb(64 64 64 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-700\/95{--tw-gradient-from:rgb(64 64 64 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(64 64 64 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800{--tw-gradient-from:#262626 var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/0{--tw-gradient-from:rgb(38 38 38 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/10{--tw-gradient-from:rgb(38 38 38 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/100{--tw-gradient-from:rgb(38 38 38 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/15{--tw-gradient-from:rgb(38 38 38 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/20{--tw-gradient-from:rgb(38 38 38 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/25{--tw-gradient-from:rgb(38 38 38 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/30{--tw-gradient-from:rgb(38 38 38 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/35{--tw-gradient-from:rgb(38 38 38 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/40{--tw-gradient-from:rgb(38 38 38 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/45{--tw-gradient-from:rgb(38 38 38 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/5{--tw-gradient-from:rgb(38 38 38 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/50{--tw-gradient-from:rgb(38 38 38 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/55{--tw-gradient-from:rgb(38 38 38 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/60{--tw-gradient-from:rgb(38 38 38 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/65{--tw-gradient-from:rgb(38 38 38 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/70{--tw-gradient-from:rgb(38 38 38 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/75{--tw-gradient-from:rgb(38 38 38 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/80{--tw-gradient-from:rgb(38 38 38 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/85{--tw-gradient-from:rgb(38 38 38 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/90{--tw-gradient-from:rgb(38 38 38 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-800\/95{--tw-gradient-from:rgb(38 38 38 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(38 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900{--tw-gradient-from:#171717 var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/0{--tw-gradient-from:rgb(23 23 23 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/10{--tw-gradient-from:rgb(23 23 23 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/100{--tw-gradient-from:rgb(23 23 23 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/15{--tw-gradient-from:rgb(23 23 23 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/20{--tw-gradient-from:rgb(23 23 23 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/25{--tw-gradient-from:rgb(23 23 23 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/30{--tw-gradient-from:rgb(23 23 23 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/35{--tw-gradient-from:rgb(23 23 23 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/40{--tw-gradient-from:rgb(23 23 23 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/45{--tw-gradient-from:rgb(23 23 23 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/5{--tw-gradient-from:rgb(23 23 23 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/50{--tw-gradient-from:rgb(23 23 23 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/55{--tw-gradient-from:rgb(23 23 23 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/60{--tw-gradient-from:rgb(23 23 23 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/65{--tw-gradient-from:rgb(23 23 23 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/70{--tw-gradient-from:rgb(23 23 23 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/75{--tw-gradient-from:rgb(23 23 23 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/80{--tw-gradient-from:rgb(23 23 23 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/85{--tw-gradient-from:rgb(23 23 23 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/90{--tw-gradient-from:rgb(23 23 23 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-900\/95{--tw-gradient-from:rgb(23 23 23 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(23 23 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950{--tw-gradient-from:#0a0a0a var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/0{--tw-gradient-from:rgb(10 10 10 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/10{--tw-gradient-from:rgb(10 10 10 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/100{--tw-gradient-from:rgb(10 10 10 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/15{--tw-gradient-from:rgb(10 10 10 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/20{--tw-gradient-from:rgb(10 10 10 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/25{--tw-gradient-from:rgb(10 10 10 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/30{--tw-gradient-from:rgb(10 10 10 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/35{--tw-gradient-from:rgb(10 10 10 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/40{--tw-gradient-from:rgb(10 10 10 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/45{--tw-gradient-from:rgb(10 10 10 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/5{--tw-gradient-from:rgb(10 10 10 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/50{--tw-gradient-from:rgb(10 10 10 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/55{--tw-gradient-from:rgb(10 10 10 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/60{--tw-gradient-from:rgb(10 10 10 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/65{--tw-gradient-from:rgb(10 10 10 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/70{--tw-gradient-from:rgb(10 10 10 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/75{--tw-gradient-from:rgb(10 10 10 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/80{--tw-gradient-from:rgb(10 10 10 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/85{--tw-gradient-from:rgb(10 10 10 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/90{--tw-gradient-from:rgb(10 10 10 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-neutral-950\/95{--tw-gradient-from:rgb(10 10 10 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(10 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100{--tw-gradient-from:#ffedd5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/0{--tw-gradient-from:rgb(255 237 213 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/10{--tw-gradient-from:rgb(255 237 213 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/100{--tw-gradient-from:rgb(255 237 213 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/15{--tw-gradient-from:rgb(255 237 213 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/20{--tw-gradient-from:rgb(255 237 213 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/25{--tw-gradient-from:rgb(255 237 213 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/30{--tw-gradient-from:rgb(255 237 213 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/35{--tw-gradient-from:rgb(255 237 213 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/40{--tw-gradient-from:rgb(255 237 213 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/45{--tw-gradient-from:rgb(255 237 213 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/5{--tw-gradient-from:rgb(255 237 213 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/50{--tw-gradient-from:rgb(255 237 213 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/55{--tw-gradient-from:rgb(255 237 213 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/60{--tw-gradient-from:rgb(255 237 213 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/65{--tw-gradient-from:rgb(255 237 213 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/70{--tw-gradient-from:rgb(255 237 213 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/75{--tw-gradient-from:rgb(255 237 213 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/80{--tw-gradient-from:rgb(255 237 213 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/85{--tw-gradient-from:rgb(255 237 213 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/90{--tw-gradient-from:rgb(255 237 213 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-100\/95{--tw-gradient-from:rgb(255 237 213 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 237 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200{--tw-gradient-from:#fed7aa var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/0{--tw-gradient-from:rgb(254 215 170 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/10{--tw-gradient-from:rgb(254 215 170 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/100{--tw-gradient-from:rgb(254 215 170 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/15{--tw-gradient-from:rgb(254 215 170 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/20{--tw-gradient-from:rgb(254 215 170 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/25{--tw-gradient-from:rgb(254 215 170 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/30{--tw-gradient-from:rgb(254 215 170 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/35{--tw-gradient-from:rgb(254 215 170 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/40{--tw-gradient-from:rgb(254 215 170 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/45{--tw-gradient-from:rgb(254 215 170 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/5{--tw-gradient-from:rgb(254 215 170 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/50{--tw-gradient-from:rgb(254 215 170 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/55{--tw-gradient-from:rgb(254 215 170 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/60{--tw-gradient-from:rgb(254 215 170 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/65{--tw-gradient-from:rgb(254 215 170 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/70{--tw-gradient-from:rgb(254 215 170 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/75{--tw-gradient-from:rgb(254 215 170 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/80{--tw-gradient-from:rgb(254 215 170 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/85{--tw-gradient-from:rgb(254 215 170 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/90{--tw-gradient-from:rgb(254 215 170 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-200\/95{--tw-gradient-from:rgb(254 215 170 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 215 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300{--tw-gradient-from:#fdba74 var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/0{--tw-gradient-from:rgb(253 186 116 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/10{--tw-gradient-from:rgb(253 186 116 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/100{--tw-gradient-from:rgb(253 186 116 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/15{--tw-gradient-from:rgb(253 186 116 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/20{--tw-gradient-from:rgb(253 186 116 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/25{--tw-gradient-from:rgb(253 186 116 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/30{--tw-gradient-from:rgb(253 186 116 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/35{--tw-gradient-from:rgb(253 186 116 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/40{--tw-gradient-from:rgb(253 186 116 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/45{--tw-gradient-from:rgb(253 186 116 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/5{--tw-gradient-from:rgb(253 186 116 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/50{--tw-gradient-from:rgb(253 186 116 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/55{--tw-gradient-from:rgb(253 186 116 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/60{--tw-gradient-from:rgb(253 186 116 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/65{--tw-gradient-from:rgb(253 186 116 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/70{--tw-gradient-from:rgb(253 186 116 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/75{--tw-gradient-from:rgb(253 186 116 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/80{--tw-gradient-from:rgb(253 186 116 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/85{--tw-gradient-from:rgb(253 186 116 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/90{--tw-gradient-from:rgb(253 186 116 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-300\/95{--tw-gradient-from:rgb(253 186 116 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 186 116 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400{--tw-gradient-from:#fb923c var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/0{--tw-gradient-from:rgb(251 146 60 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/10{--tw-gradient-from:rgb(251 146 60 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/100{--tw-gradient-from:rgb(251 146 60 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/15{--tw-gradient-from:rgb(251 146 60 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/20{--tw-gradient-from:rgb(251 146 60 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/25{--tw-gradient-from:rgb(251 146 60 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/30{--tw-gradient-from:rgb(251 146 60 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/35{--tw-gradient-from:rgb(251 146 60 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/40{--tw-gradient-from:rgb(251 146 60 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/45{--tw-gradient-from:rgb(251 146 60 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/5{--tw-gradient-from:rgb(251 146 60 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/50{--tw-gradient-from:rgb(251 146 60 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/55{--tw-gradient-from:rgb(251 146 60 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/60{--tw-gradient-from:rgb(251 146 60 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/65{--tw-gradient-from:rgb(251 146 60 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/70{--tw-gradient-from:rgb(251 146 60 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/75{--tw-gradient-from:rgb(251 146 60 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/80{--tw-gradient-from:rgb(251 146 60 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/85{--tw-gradient-from:rgb(251 146 60 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/90{--tw-gradient-from:rgb(251 146 60 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-400\/95{--tw-gradient-from:rgb(251 146 60 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 146 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50{--tw-gradient-from:#fff7ed var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/0{--tw-gradient-from:rgb(255 247 237 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/10{--tw-gradient-from:rgb(255 247 237 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/100{--tw-gradient-from:rgb(255 247 237 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/15{--tw-gradient-from:rgb(255 247 237 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/20{--tw-gradient-from:rgb(255 247 237 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/25{--tw-gradient-from:rgb(255 247 237 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/30{--tw-gradient-from:rgb(255 247 237 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/35{--tw-gradient-from:rgb(255 247 237 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/40{--tw-gradient-from:rgb(255 247 237 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/45{--tw-gradient-from:rgb(255 247 237 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/5{--tw-gradient-from:rgb(255 247 237 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/50{--tw-gradient-from:rgb(255 247 237 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/55{--tw-gradient-from:rgb(255 247 237 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/60{--tw-gradient-from:rgb(255 247 237 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/65{--tw-gradient-from:rgb(255 247 237 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/70{--tw-gradient-from:rgb(255 247 237 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/75{--tw-gradient-from:rgb(255 247 237 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/80{--tw-gradient-from:rgb(255 247 237 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/85{--tw-gradient-from:rgb(255 247 237 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/90{--tw-gradient-from:rgb(255 247 237 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-50\/95{--tw-gradient-from:rgb(255 247 237 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500{--tw-gradient-from:#f97316 var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/0{--tw-gradient-from:rgb(249 115 22 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/10{--tw-gradient-from:rgb(249 115 22 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/100{--tw-gradient-from:rgb(249 115 22 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/15{--tw-gradient-from:rgb(249 115 22 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/20{--tw-gradient-from:rgb(249 115 22 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/25{--tw-gradient-from:rgb(249 115 22 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/30{--tw-gradient-from:rgb(249 115 22 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/35{--tw-gradient-from:rgb(249 115 22 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/40{--tw-gradient-from:rgb(249 115 22 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/45{--tw-gradient-from:rgb(249 115 22 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/5{--tw-gradient-from:rgb(249 115 22 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/50{--tw-gradient-from:rgb(249 115 22 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/55{--tw-gradient-from:rgb(249 115 22 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/60{--tw-gradient-from:rgb(249 115 22 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/65{--tw-gradient-from:rgb(249 115 22 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/70{--tw-gradient-from:rgb(249 115 22 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/75{--tw-gradient-from:rgb(249 115 22 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/80{--tw-gradient-from:rgb(249 115 22 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/85{--tw-gradient-from:rgb(249 115 22 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/90{--tw-gradient-from:rgb(249 115 22 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-500\/95{--tw-gradient-from:rgb(249 115 22 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600{--tw-gradient-from:#ea580c var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/0{--tw-gradient-from:rgb(234 88 12 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/10{--tw-gradient-from:rgb(234 88 12 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/100{--tw-gradient-from:rgb(234 88 12 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/15{--tw-gradient-from:rgb(234 88 12 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/20{--tw-gradient-from:rgb(234 88 12 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/25{--tw-gradient-from:rgb(234 88 12 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/30{--tw-gradient-from:rgb(234 88 12 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/35{--tw-gradient-from:rgb(234 88 12 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/40{--tw-gradient-from:rgb(234 88 12 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/45{--tw-gradient-from:rgb(234 88 12 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/5{--tw-gradient-from:rgb(234 88 12 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/50{--tw-gradient-from:rgb(234 88 12 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/55{--tw-gradient-from:rgb(234 88 12 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/60{--tw-gradient-from:rgb(234 88 12 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/65{--tw-gradient-from:rgb(234 88 12 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/70{--tw-gradient-from:rgb(234 88 12 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/75{--tw-gradient-from:rgb(234 88 12 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/80{--tw-gradient-from:rgb(234 88 12 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/85{--tw-gradient-from:rgb(234 88 12 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/90{--tw-gradient-from:rgb(234 88 12 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-600\/95{--tw-gradient-from:rgb(234 88 12 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 88 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700{--tw-gradient-from:#c2410c var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/0{--tw-gradient-from:rgb(194 65 12 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/10{--tw-gradient-from:rgb(194 65 12 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/100{--tw-gradient-from:rgb(194 65 12 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/15{--tw-gradient-from:rgb(194 65 12 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/20{--tw-gradient-from:rgb(194 65 12 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/25{--tw-gradient-from:rgb(194 65 12 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/30{--tw-gradient-from:rgb(194 65 12 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/35{--tw-gradient-from:rgb(194 65 12 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/40{--tw-gradient-from:rgb(194 65 12 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/45{--tw-gradient-from:rgb(194 65 12 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/5{--tw-gradient-from:rgb(194 65 12 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/50{--tw-gradient-from:rgb(194 65 12 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/55{--tw-gradient-from:rgb(194 65 12 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/60{--tw-gradient-from:rgb(194 65 12 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/65{--tw-gradient-from:rgb(194 65 12 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/70{--tw-gradient-from:rgb(194 65 12 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/75{--tw-gradient-from:rgb(194 65 12 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/80{--tw-gradient-from:rgb(194 65 12 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/85{--tw-gradient-from:rgb(194 65 12 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/90{--tw-gradient-from:rgb(194 65 12 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-700\/95{--tw-gradient-from:rgb(194 65 12 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(194 65 12 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800{--tw-gradient-from:#9a3412 var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/0{--tw-gradient-from:rgb(154 52 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/10{--tw-gradient-from:rgb(154 52 18 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/100{--tw-gradient-from:rgb(154 52 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/15{--tw-gradient-from:rgb(154 52 18 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/20{--tw-gradient-from:rgb(154 52 18 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/25{--tw-gradient-from:rgb(154 52 18 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/30{--tw-gradient-from:rgb(154 52 18 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/35{--tw-gradient-from:rgb(154 52 18 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/40{--tw-gradient-from:rgb(154 52 18 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/45{--tw-gradient-from:rgb(154 52 18 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/5{--tw-gradient-from:rgb(154 52 18 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/50{--tw-gradient-from:rgb(154 52 18 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/55{--tw-gradient-from:rgb(154 52 18 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/60{--tw-gradient-from:rgb(154 52 18 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/65{--tw-gradient-from:rgb(154 52 18 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/70{--tw-gradient-from:rgb(154 52 18 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/75{--tw-gradient-from:rgb(154 52 18 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/80{--tw-gradient-from:rgb(154 52 18 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/85{--tw-gradient-from:rgb(154 52 18 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/90{--tw-gradient-from:rgb(154 52 18 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-800\/95{--tw-gradient-from:rgb(154 52 18 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(154 52 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900{--tw-gradient-from:#7c2d12 var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/0{--tw-gradient-from:rgb(124 45 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/10{--tw-gradient-from:rgb(124 45 18 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/100{--tw-gradient-from:rgb(124 45 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/15{--tw-gradient-from:rgb(124 45 18 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/20{--tw-gradient-from:rgb(124 45 18 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/25{--tw-gradient-from:rgb(124 45 18 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/30{--tw-gradient-from:rgb(124 45 18 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/35{--tw-gradient-from:rgb(124 45 18 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/40{--tw-gradient-from:rgb(124 45 18 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/45{--tw-gradient-from:rgb(124 45 18 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/5{--tw-gradient-from:rgb(124 45 18 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/50{--tw-gradient-from:rgb(124 45 18 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/55{--tw-gradient-from:rgb(124 45 18 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/60{--tw-gradient-from:rgb(124 45 18 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/65{--tw-gradient-from:rgb(124 45 18 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/70{--tw-gradient-from:rgb(124 45 18 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/75{--tw-gradient-from:rgb(124 45 18 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/80{--tw-gradient-from:rgb(124 45 18 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/85{--tw-gradient-from:rgb(124 45 18 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/90{--tw-gradient-from:rgb(124 45 18 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-900\/95{--tw-gradient-from:rgb(124 45 18 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 45 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950{--tw-gradient-from:#431407 var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/0{--tw-gradient-from:rgb(67 20 7 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/10{--tw-gradient-from:rgb(67 20 7 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/100{--tw-gradient-from:rgb(67 20 7 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/15{--tw-gradient-from:rgb(67 20 7 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/20{--tw-gradient-from:rgb(67 20 7 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/25{--tw-gradient-from:rgb(67 20 7 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/30{--tw-gradient-from:rgb(67 20 7 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/35{--tw-gradient-from:rgb(67 20 7 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/40{--tw-gradient-from:rgb(67 20 7 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/45{--tw-gradient-from:rgb(67 20 7 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/5{--tw-gradient-from:rgb(67 20 7 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/50{--tw-gradient-from:rgb(67 20 7 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/55{--tw-gradient-from:rgb(67 20 7 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/60{--tw-gradient-from:rgb(67 20 7 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/65{--tw-gradient-from:rgb(67 20 7 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/70{--tw-gradient-from:rgb(67 20 7 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/75{--tw-gradient-from:rgb(67 20 7 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/80{--tw-gradient-from:rgb(67 20 7 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/85{--tw-gradient-from:rgb(67 20 7 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/90{--tw-gradient-from:rgb(67 20 7 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-orange-950\/95{--tw-gradient-from:rgb(67 20 7 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 20 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100{--tw-gradient-from:#fce7f3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/0{--tw-gradient-from:rgb(252 231 243 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/10{--tw-gradient-from:rgb(252 231 243 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/100{--tw-gradient-from:rgb(252 231 243 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/15{--tw-gradient-from:rgb(252 231 243 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/20{--tw-gradient-from:rgb(252 231 243 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/25{--tw-gradient-from:rgb(252 231 243 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/30{--tw-gradient-from:rgb(252 231 243 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/35{--tw-gradient-from:rgb(252 231 243 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/40{--tw-gradient-from:rgb(252 231 243 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/45{--tw-gradient-from:rgb(252 231 243 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/5{--tw-gradient-from:rgb(252 231 243 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/50{--tw-gradient-from:rgb(252 231 243 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/55{--tw-gradient-from:rgb(252 231 243 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/60{--tw-gradient-from:rgb(252 231 243 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/65{--tw-gradient-from:rgb(252 231 243 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/70{--tw-gradient-from:rgb(252 231 243 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/75{--tw-gradient-from:rgb(252 231 243 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/80{--tw-gradient-from:rgb(252 231 243 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/85{--tw-gradient-from:rgb(252 231 243 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/90{--tw-gradient-from:rgb(252 231 243 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-100\/95{--tw-gradient-from:rgb(252 231 243 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 231 243 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200{--tw-gradient-from:#fbcfe8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/0{--tw-gradient-from:rgb(251 207 232 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/10{--tw-gradient-from:rgb(251 207 232 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/100{--tw-gradient-from:rgb(251 207 232 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/15{--tw-gradient-from:rgb(251 207 232 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/20{--tw-gradient-from:rgb(251 207 232 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/25{--tw-gradient-from:rgb(251 207 232 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/30{--tw-gradient-from:rgb(251 207 232 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/35{--tw-gradient-from:rgb(251 207 232 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/40{--tw-gradient-from:rgb(251 207 232 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/45{--tw-gradient-from:rgb(251 207 232 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/5{--tw-gradient-from:rgb(251 207 232 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/50{--tw-gradient-from:rgb(251 207 232 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/55{--tw-gradient-from:rgb(251 207 232 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/60{--tw-gradient-from:rgb(251 207 232 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/65{--tw-gradient-from:rgb(251 207 232 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/70{--tw-gradient-from:rgb(251 207 232 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/75{--tw-gradient-from:rgb(251 207 232 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/80{--tw-gradient-from:rgb(251 207 232 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/85{--tw-gradient-from:rgb(251 207 232 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/90{--tw-gradient-from:rgb(251 207 232 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-200\/95{--tw-gradient-from:rgb(251 207 232 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 207 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300{--tw-gradient-from:#f9a8d4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/0{--tw-gradient-from:rgb(249 168 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/10{--tw-gradient-from:rgb(249 168 212 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/100{--tw-gradient-from:rgb(249 168 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/15{--tw-gradient-from:rgb(249 168 212 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/20{--tw-gradient-from:rgb(249 168 212 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/25{--tw-gradient-from:rgb(249 168 212 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/30{--tw-gradient-from:rgb(249 168 212 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/35{--tw-gradient-from:rgb(249 168 212 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/40{--tw-gradient-from:rgb(249 168 212 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/45{--tw-gradient-from:rgb(249 168 212 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/5{--tw-gradient-from:rgb(249 168 212 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/50{--tw-gradient-from:rgb(249 168 212 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/55{--tw-gradient-from:rgb(249 168 212 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/60{--tw-gradient-from:rgb(249 168 212 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/65{--tw-gradient-from:rgb(249 168 212 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/70{--tw-gradient-from:rgb(249 168 212 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/75{--tw-gradient-from:rgb(249 168 212 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/80{--tw-gradient-from:rgb(249 168 212 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/85{--tw-gradient-from:rgb(249 168 212 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/90{--tw-gradient-from:rgb(249 168 212 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-300\/95{--tw-gradient-from:rgb(249 168 212 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(249 168 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400{--tw-gradient-from:#f472b6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/0{--tw-gradient-from:rgb(244 114 182 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/10{--tw-gradient-from:rgb(244 114 182 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/100{--tw-gradient-from:rgb(244 114 182 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/15{--tw-gradient-from:rgb(244 114 182 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/20{--tw-gradient-from:rgb(244 114 182 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/25{--tw-gradient-from:rgb(244 114 182 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/30{--tw-gradient-from:rgb(244 114 182 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/35{--tw-gradient-from:rgb(244 114 182 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/40{--tw-gradient-from:rgb(244 114 182 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/45{--tw-gradient-from:rgb(244 114 182 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/5{--tw-gradient-from:rgb(244 114 182 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/50{--tw-gradient-from:rgb(244 114 182 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/55{--tw-gradient-from:rgb(244 114 182 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/60{--tw-gradient-from:rgb(244 114 182 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/65{--tw-gradient-from:rgb(244 114 182 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/70{--tw-gradient-from:rgb(244 114 182 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/75{--tw-gradient-from:rgb(244 114 182 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/80{--tw-gradient-from:rgb(244 114 182 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/85{--tw-gradient-from:rgb(244 114 182 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/90{--tw-gradient-from:rgb(244 114 182 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-400\/95{--tw-gradient-from:rgb(244 114 182 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 114 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50{--tw-gradient-from:#fdf2f8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/0{--tw-gradient-from:rgb(253 242 248 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/10{--tw-gradient-from:rgb(253 242 248 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/100{--tw-gradient-from:rgb(253 242 248 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/15{--tw-gradient-from:rgb(253 242 248 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/20{--tw-gradient-from:rgb(253 242 248 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/25{--tw-gradient-from:rgb(253 242 248 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/30{--tw-gradient-from:rgb(253 242 248 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/35{--tw-gradient-from:rgb(253 242 248 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/40{--tw-gradient-from:rgb(253 242 248 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/45{--tw-gradient-from:rgb(253 242 248 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/5{--tw-gradient-from:rgb(253 242 248 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/50{--tw-gradient-from:rgb(253 242 248 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/55{--tw-gradient-from:rgb(253 242 248 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/60{--tw-gradient-from:rgb(253 242 248 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/65{--tw-gradient-from:rgb(253 242 248 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/70{--tw-gradient-from:rgb(253 242 248 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/75{--tw-gradient-from:rgb(253 242 248 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/80{--tw-gradient-from:rgb(253 242 248 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/85{--tw-gradient-from:rgb(253 242 248 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/90{--tw-gradient-from:rgb(253 242 248 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-50\/95{--tw-gradient-from:rgb(253 242 248 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 242 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500{--tw-gradient-from:#ec4899 var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/0{--tw-gradient-from:rgb(236 72 153 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/10{--tw-gradient-from:rgb(236 72 153 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/100{--tw-gradient-from:rgb(236 72 153 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/15{--tw-gradient-from:rgb(236 72 153 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/20{--tw-gradient-from:rgb(236 72 153 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/25{--tw-gradient-from:rgb(236 72 153 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/30{--tw-gradient-from:rgb(236 72 153 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/35{--tw-gradient-from:rgb(236 72 153 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/40{--tw-gradient-from:rgb(236 72 153 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/45{--tw-gradient-from:rgb(236 72 153 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/5{--tw-gradient-from:rgb(236 72 153 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/50{--tw-gradient-from:rgb(236 72 153 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/55{--tw-gradient-from:rgb(236 72 153 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/60{--tw-gradient-from:rgb(236 72 153 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/65{--tw-gradient-from:rgb(236 72 153 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/70{--tw-gradient-from:rgb(236 72 153 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/75{--tw-gradient-from:rgb(236 72 153 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/80{--tw-gradient-from:rgb(236 72 153 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/85{--tw-gradient-from:rgb(236 72 153 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/90{--tw-gradient-from:rgb(236 72 153 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-500\/95{--tw-gradient-from:rgb(236 72 153 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600{--tw-gradient-from:#db2777 var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/0{--tw-gradient-from:rgb(219 39 119 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/10{--tw-gradient-from:rgb(219 39 119 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/100{--tw-gradient-from:rgb(219 39 119 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/15{--tw-gradient-from:rgb(219 39 119 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/20{--tw-gradient-from:rgb(219 39 119 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/25{--tw-gradient-from:rgb(219 39 119 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/30{--tw-gradient-from:rgb(219 39 119 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/35{--tw-gradient-from:rgb(219 39 119 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/40{--tw-gradient-from:rgb(219 39 119 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/45{--tw-gradient-from:rgb(219 39 119 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/5{--tw-gradient-from:rgb(219 39 119 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/50{--tw-gradient-from:rgb(219 39 119 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/55{--tw-gradient-from:rgb(219 39 119 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/60{--tw-gradient-from:rgb(219 39 119 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/65{--tw-gradient-from:rgb(219 39 119 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/70{--tw-gradient-from:rgb(219 39 119 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/75{--tw-gradient-from:rgb(219 39 119 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/80{--tw-gradient-from:rgb(219 39 119 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/85{--tw-gradient-from:rgb(219 39 119 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/90{--tw-gradient-from:rgb(219 39 119 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-600\/95{--tw-gradient-from:rgb(219 39 119 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(219 39 119 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700{--tw-gradient-from:#be185d var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/0{--tw-gradient-from:rgb(190 24 93 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/10{--tw-gradient-from:rgb(190 24 93 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/100{--tw-gradient-from:rgb(190 24 93 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/15{--tw-gradient-from:rgb(190 24 93 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/20{--tw-gradient-from:rgb(190 24 93 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/25{--tw-gradient-from:rgb(190 24 93 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/30{--tw-gradient-from:rgb(190 24 93 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/35{--tw-gradient-from:rgb(190 24 93 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/40{--tw-gradient-from:rgb(190 24 93 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/45{--tw-gradient-from:rgb(190 24 93 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/5{--tw-gradient-from:rgb(190 24 93 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/50{--tw-gradient-from:rgb(190 24 93 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/55{--tw-gradient-from:rgb(190 24 93 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/60{--tw-gradient-from:rgb(190 24 93 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/65{--tw-gradient-from:rgb(190 24 93 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/70{--tw-gradient-from:rgb(190 24 93 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/75{--tw-gradient-from:rgb(190 24 93 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/80{--tw-gradient-from:rgb(190 24 93 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/85{--tw-gradient-from:rgb(190 24 93 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/90{--tw-gradient-from:rgb(190 24 93 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-700\/95{--tw-gradient-from:rgb(190 24 93 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 24 93 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800{--tw-gradient-from:#9d174d var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/0{--tw-gradient-from:rgb(157 23 77 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/10{--tw-gradient-from:rgb(157 23 77 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/100{--tw-gradient-from:rgb(157 23 77 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/15{--tw-gradient-from:rgb(157 23 77 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/20{--tw-gradient-from:rgb(157 23 77 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/25{--tw-gradient-from:rgb(157 23 77 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/30{--tw-gradient-from:rgb(157 23 77 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/35{--tw-gradient-from:rgb(157 23 77 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/40{--tw-gradient-from:rgb(157 23 77 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/45{--tw-gradient-from:rgb(157 23 77 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/5{--tw-gradient-from:rgb(157 23 77 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/50{--tw-gradient-from:rgb(157 23 77 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/55{--tw-gradient-from:rgb(157 23 77 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/60{--tw-gradient-from:rgb(157 23 77 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/65{--tw-gradient-from:rgb(157 23 77 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/70{--tw-gradient-from:rgb(157 23 77 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/75{--tw-gradient-from:rgb(157 23 77 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/80{--tw-gradient-from:rgb(157 23 77 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/85{--tw-gradient-from:rgb(157 23 77 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/90{--tw-gradient-from:rgb(157 23 77 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-800\/95{--tw-gradient-from:rgb(157 23 77 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(157 23 77 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900{--tw-gradient-from:#831843 var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/0{--tw-gradient-from:rgb(131 24 67 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/10{--tw-gradient-from:rgb(131 24 67 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/100{--tw-gradient-from:rgb(131 24 67 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/15{--tw-gradient-from:rgb(131 24 67 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/20{--tw-gradient-from:rgb(131 24 67 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/25{--tw-gradient-from:rgb(131 24 67 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/30{--tw-gradient-from:rgb(131 24 67 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/35{--tw-gradient-from:rgb(131 24 67 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/40{--tw-gradient-from:rgb(131 24 67 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/45{--tw-gradient-from:rgb(131 24 67 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/5{--tw-gradient-from:rgb(131 24 67 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/50{--tw-gradient-from:rgb(131 24 67 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/55{--tw-gradient-from:rgb(131 24 67 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/60{--tw-gradient-from:rgb(131 24 67 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/65{--tw-gradient-from:rgb(131 24 67 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/70{--tw-gradient-from:rgb(131 24 67 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/75{--tw-gradient-from:rgb(131 24 67 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/80{--tw-gradient-from:rgb(131 24 67 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/85{--tw-gradient-from:rgb(131 24 67 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/90{--tw-gradient-from:rgb(131 24 67 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-900\/95{--tw-gradient-from:rgb(131 24 67 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(131 24 67 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950{--tw-gradient-from:#500724 var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/0{--tw-gradient-from:rgb(80 7 36 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/10{--tw-gradient-from:rgb(80 7 36 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/100{--tw-gradient-from:rgb(80 7 36 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/15{--tw-gradient-from:rgb(80 7 36 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/20{--tw-gradient-from:rgb(80 7 36 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/25{--tw-gradient-from:rgb(80 7 36 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/30{--tw-gradient-from:rgb(80 7 36 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/35{--tw-gradient-from:rgb(80 7 36 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/40{--tw-gradient-from:rgb(80 7 36 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/45{--tw-gradient-from:rgb(80 7 36 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/5{--tw-gradient-from:rgb(80 7 36 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/50{--tw-gradient-from:rgb(80 7 36 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/55{--tw-gradient-from:rgb(80 7 36 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/60{--tw-gradient-from:rgb(80 7 36 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/65{--tw-gradient-from:rgb(80 7 36 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/70{--tw-gradient-from:rgb(80 7 36 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/75{--tw-gradient-from:rgb(80 7 36 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/80{--tw-gradient-from:rgb(80 7 36 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/85{--tw-gradient-from:rgb(80 7 36 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/90{--tw-gradient-from:rgb(80 7 36 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-pink-950\/95{--tw-gradient-from:rgb(80 7 36 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(80 7 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary{--tw-gradient-from:#005788 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-100{--tw-gradient-from:var(--bt-primary-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-150{--tw-gradient-from:var(--bt-primary-150) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-200{--tw-gradient-from:var(--bt-primary-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-300{--tw-gradient-from:var(--bt-primary-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-350{--tw-gradient-from:var(--bt-primary-350) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-400{--tw-gradient-from:var(--bt-primary-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-450{--tw-gradient-from:var(--bt-primary-450) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-500{--tw-gradient-from:var(--bt-primary-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-550{--tw-gradient-from:var(--bt-primary-550) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-600{--tw-gradient-from:var(--bt-primary-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-650{--tw-gradient-from:var(--bt-primary-650) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-700{--tw-gradient-from:var(--bt-primary-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-750{--tw-gradient-from:var(--bt-primary-750) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-800{--tw-gradient-from:var(--bt-primary-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-850{--tw-gradient-from:var(--bt-primary-850) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-900{--tw-gradient-from:var(--bt-primary-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text{--tw-gradient-from:#005788 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text{--tw-gradient-from:#005788 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/0{--tw-gradient-from:rgb(0 87 136 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/10{--tw-gradient-from:rgb(0 87 136 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/100{--tw-gradient-from:rgb(0 87 136 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/15{--tw-gradient-from:rgb(0 87 136 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/20{--tw-gradient-from:rgb(0 87 136 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/25{--tw-gradient-from:rgb(0 87 136 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/30{--tw-gradient-from:rgb(0 87 136 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/35{--tw-gradient-from:rgb(0 87 136 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/40{--tw-gradient-from:rgb(0 87 136 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/45{--tw-gradient-from:rgb(0 87 136 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/5{--tw-gradient-from:rgb(0 87 136 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/50{--tw-gradient-from:rgb(0 87 136 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/55{--tw-gradient-from:rgb(0 87 136 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/60{--tw-gradient-from:rgb(0 87 136 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/65{--tw-gradient-from:rgb(0 87 136 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/70{--tw-gradient-from:rgb(0 87 136 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/75{--tw-gradient-from:rgb(0 87 136 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/80{--tw-gradient-from:rgb(0 87 136 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/85{--tw-gradient-from:rgb(0 87 136 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/90{--tw-gradient-from:rgb(0 87 136 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text-text\/95{--tw-gradient-from:rgb(0 87 136 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/0{--tw-gradient-from:rgb(0 87 136 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/10{--tw-gradient-from:rgb(0 87 136 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/100{--tw-gradient-from:rgb(0 87 136 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/15{--tw-gradient-from:rgb(0 87 136 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/20{--tw-gradient-from:rgb(0 87 136 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/25{--tw-gradient-from:rgb(0 87 136 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/30{--tw-gradient-from:rgb(0 87 136 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/35{--tw-gradient-from:rgb(0 87 136 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/40{--tw-gradient-from:rgb(0 87 136 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/45{--tw-gradient-from:rgb(0 87 136 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/5{--tw-gradient-from:rgb(0 87 136 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/50{--tw-gradient-from:rgb(0 87 136 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/55{--tw-gradient-from:rgb(0 87 136 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/60{--tw-gradient-from:rgb(0 87 136 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/65{--tw-gradient-from:rgb(0 87 136 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/70{--tw-gradient-from:rgb(0 87 136 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/75{--tw-gradient-from:rgb(0 87 136 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/80{--tw-gradient-from:rgb(0 87 136 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/85{--tw-gradient-from:rgb(0 87 136 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/90{--tw-gradient-from:rgb(0 87 136 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary-text\/95{--tw-gradient-from:rgb(0 87 136 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/0{--tw-gradient-from:rgb(0 87 136 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/10{--tw-gradient-from:rgb(0 87 136 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/100{--tw-gradient-from:rgb(0 87 136 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/15{--tw-gradient-from:rgb(0 87 136 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/20{--tw-gradient-from:rgb(0 87 136 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/25{--tw-gradient-from:rgb(0 87 136 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/30{--tw-gradient-from:rgb(0 87 136 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/35{--tw-gradient-from:rgb(0 87 136 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/40{--tw-gradient-from:rgb(0 87 136 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/45{--tw-gradient-from:rgb(0 87 136 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/5{--tw-gradient-from:rgb(0 87 136 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/50{--tw-gradient-from:rgb(0 87 136 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/55{--tw-gradient-from:rgb(0 87 136 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/60{--tw-gradient-from:rgb(0 87 136 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/65{--tw-gradient-from:rgb(0 87 136 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/70{--tw-gradient-from:rgb(0 87 136 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/75{--tw-gradient-from:rgb(0 87 136 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/80{--tw-gradient-from:rgb(0 87 136 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/85{--tw-gradient-from:rgb(0 87 136 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/90{--tw-gradient-from:rgb(0 87 136 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-primary\/95{--tw-gradient-from:rgb(0 87 136 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100{--tw-gradient-from:#f3e8ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/0{--tw-gradient-from:rgb(243 232 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/10{--tw-gradient-from:rgb(243 232 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/100{--tw-gradient-from:rgb(243 232 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/15{--tw-gradient-from:rgb(243 232 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/20{--tw-gradient-from:rgb(243 232 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/25{--tw-gradient-from:rgb(243 232 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/30{--tw-gradient-from:rgb(243 232 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/35{--tw-gradient-from:rgb(243 232 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/40{--tw-gradient-from:rgb(243 232 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/45{--tw-gradient-from:rgb(243 232 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/5{--tw-gradient-from:rgb(243 232 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/50{--tw-gradient-from:rgb(243 232 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/55{--tw-gradient-from:rgb(243 232 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/60{--tw-gradient-from:rgb(243 232 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/65{--tw-gradient-from:rgb(243 232 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/70{--tw-gradient-from:rgb(243 232 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/75{--tw-gradient-from:rgb(243 232 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/80{--tw-gradient-from:rgb(243 232 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/85{--tw-gradient-from:rgb(243 232 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/90{--tw-gradient-from:rgb(243 232 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-100\/95{--tw-gradient-from:rgb(243 232 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(243 232 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200{--tw-gradient-from:#e9d5ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/0{--tw-gradient-from:rgb(233 213 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/10{--tw-gradient-from:rgb(233 213 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/100{--tw-gradient-from:rgb(233 213 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/15{--tw-gradient-from:rgb(233 213 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/20{--tw-gradient-from:rgb(233 213 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/25{--tw-gradient-from:rgb(233 213 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/30{--tw-gradient-from:rgb(233 213 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/35{--tw-gradient-from:rgb(233 213 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/40{--tw-gradient-from:rgb(233 213 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/45{--tw-gradient-from:rgb(233 213 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/5{--tw-gradient-from:rgb(233 213 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/50{--tw-gradient-from:rgb(233 213 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/55{--tw-gradient-from:rgb(233 213 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/60{--tw-gradient-from:rgb(233 213 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/65{--tw-gradient-from:rgb(233 213 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/70{--tw-gradient-from:rgb(233 213 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/75{--tw-gradient-from:rgb(233 213 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/80{--tw-gradient-from:rgb(233 213 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/85{--tw-gradient-from:rgb(233 213 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/90{--tw-gradient-from:rgb(233 213 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-200\/95{--tw-gradient-from:rgb(233 213 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(233 213 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300{--tw-gradient-from:#d8b4fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/0{--tw-gradient-from:rgb(216 180 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/10{--tw-gradient-from:rgb(216 180 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/100{--tw-gradient-from:rgb(216 180 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/15{--tw-gradient-from:rgb(216 180 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/20{--tw-gradient-from:rgb(216 180 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/25{--tw-gradient-from:rgb(216 180 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/30{--tw-gradient-from:rgb(216 180 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/35{--tw-gradient-from:rgb(216 180 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/40{--tw-gradient-from:rgb(216 180 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/45{--tw-gradient-from:rgb(216 180 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/5{--tw-gradient-from:rgb(216 180 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/50{--tw-gradient-from:rgb(216 180 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/55{--tw-gradient-from:rgb(216 180 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/60{--tw-gradient-from:rgb(216 180 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/65{--tw-gradient-from:rgb(216 180 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/70{--tw-gradient-from:rgb(216 180 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/75{--tw-gradient-from:rgb(216 180 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/80{--tw-gradient-from:rgb(216 180 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/85{--tw-gradient-from:rgb(216 180 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/90{--tw-gradient-from:rgb(216 180 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-300\/95{--tw-gradient-from:rgb(216 180 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(216 180 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400{--tw-gradient-from:#c084fc var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/0{--tw-gradient-from:rgb(192 132 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/10{--tw-gradient-from:rgb(192 132 252 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/100{--tw-gradient-from:rgb(192 132 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/15{--tw-gradient-from:rgb(192 132 252 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/20{--tw-gradient-from:rgb(192 132 252 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/25{--tw-gradient-from:rgb(192 132 252 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/30{--tw-gradient-from:rgb(192 132 252 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/35{--tw-gradient-from:rgb(192 132 252 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/40{--tw-gradient-from:rgb(192 132 252 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/45{--tw-gradient-from:rgb(192 132 252 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/5{--tw-gradient-from:rgb(192 132 252 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/50{--tw-gradient-from:rgb(192 132 252 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/55{--tw-gradient-from:rgb(192 132 252 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/60{--tw-gradient-from:rgb(192 132 252 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/65{--tw-gradient-from:rgb(192 132 252 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/70{--tw-gradient-from:rgb(192 132 252 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/75{--tw-gradient-from:rgb(192 132 252 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/80{--tw-gradient-from:rgb(192 132 252 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/85{--tw-gradient-from:rgb(192 132 252 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/90{--tw-gradient-from:rgb(192 132 252 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-400\/95{--tw-gradient-from:rgb(192 132 252 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50{--tw-gradient-from:#faf5ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/0{--tw-gradient-from:rgb(250 245 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/10{--tw-gradient-from:rgb(250 245 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/100{--tw-gradient-from:rgb(250 245 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/15{--tw-gradient-from:rgb(250 245 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/20{--tw-gradient-from:rgb(250 245 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/25{--tw-gradient-from:rgb(250 245 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/30{--tw-gradient-from:rgb(250 245 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/35{--tw-gradient-from:rgb(250 245 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/40{--tw-gradient-from:rgb(250 245 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/45{--tw-gradient-from:rgb(250 245 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/5{--tw-gradient-from:rgb(250 245 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/50{--tw-gradient-from:rgb(250 245 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/55{--tw-gradient-from:rgb(250 245 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/60{--tw-gradient-from:rgb(250 245 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/65{--tw-gradient-from:rgb(250 245 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/70{--tw-gradient-from:rgb(250 245 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/75{--tw-gradient-from:rgb(250 245 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/80{--tw-gradient-from:rgb(250 245 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/85{--tw-gradient-from:rgb(250 245 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/90{--tw-gradient-from:rgb(250 245 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-50\/95{--tw-gradient-from:rgb(250 245 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500{--tw-gradient-from:#a855f7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/0{--tw-gradient-from:rgb(168 85 247 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/10{--tw-gradient-from:rgb(168 85 247 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/100{--tw-gradient-from:rgb(168 85 247 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/15{--tw-gradient-from:rgb(168 85 247 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/20{--tw-gradient-from:rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/25{--tw-gradient-from:rgb(168 85 247 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/30{--tw-gradient-from:rgb(168 85 247 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/35{--tw-gradient-from:rgb(168 85 247 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/40{--tw-gradient-from:rgb(168 85 247 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/45{--tw-gradient-from:rgb(168 85 247 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/5{--tw-gradient-from:rgb(168 85 247 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/50{--tw-gradient-from:rgb(168 85 247 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/55{--tw-gradient-from:rgb(168 85 247 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/60{--tw-gradient-from:rgb(168 85 247 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/65{--tw-gradient-from:rgb(168 85 247 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/70{--tw-gradient-from:rgb(168 85 247 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/75{--tw-gradient-from:rgb(168 85 247 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/80{--tw-gradient-from:rgb(168 85 247 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/85{--tw-gradient-from:rgb(168 85 247 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/90{--tw-gradient-from:rgb(168 85 247 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-500\/95{--tw-gradient-from:rgb(168 85 247 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600{--tw-gradient-from:#9333ea var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/0{--tw-gradient-from:rgb(147 51 234 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/10{--tw-gradient-from:rgb(147 51 234 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/100{--tw-gradient-from:rgb(147 51 234 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/15{--tw-gradient-from:rgb(147 51 234 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/20{--tw-gradient-from:rgb(147 51 234 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/25{--tw-gradient-from:rgb(147 51 234 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/30{--tw-gradient-from:rgb(147 51 234 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/35{--tw-gradient-from:rgb(147 51 234 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/40{--tw-gradient-from:rgb(147 51 234 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/45{--tw-gradient-from:rgb(147 51 234 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/5{--tw-gradient-from:rgb(147 51 234 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/50{--tw-gradient-from:rgb(147 51 234 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/55{--tw-gradient-from:rgb(147 51 234 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/60{--tw-gradient-from:rgb(147 51 234 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/65{--tw-gradient-from:rgb(147 51 234 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/70{--tw-gradient-from:rgb(147 51 234 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/75{--tw-gradient-from:rgb(147 51 234 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/80{--tw-gradient-from:rgb(147 51 234 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/85{--tw-gradient-from:rgb(147 51 234 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/90{--tw-gradient-from:rgb(147 51 234 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-600\/95{--tw-gradient-from:rgb(147 51 234 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700{--tw-gradient-from:#7e22ce var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/0{--tw-gradient-from:rgb(126 34 206 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/10{--tw-gradient-from:rgb(126 34 206 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/100{--tw-gradient-from:rgb(126 34 206 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/15{--tw-gradient-from:rgb(126 34 206 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/20{--tw-gradient-from:rgb(126 34 206 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/25{--tw-gradient-from:rgb(126 34 206 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/30{--tw-gradient-from:rgb(126 34 206 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/35{--tw-gradient-from:rgb(126 34 206 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/40{--tw-gradient-from:rgb(126 34 206 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/45{--tw-gradient-from:rgb(126 34 206 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/5{--tw-gradient-from:rgb(126 34 206 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/50{--tw-gradient-from:rgb(126 34 206 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/55{--tw-gradient-from:rgb(126 34 206 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/60{--tw-gradient-from:rgb(126 34 206 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/65{--tw-gradient-from:rgb(126 34 206 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/70{--tw-gradient-from:rgb(126 34 206 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/75{--tw-gradient-from:rgb(126 34 206 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/80{--tw-gradient-from:rgb(126 34 206 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/85{--tw-gradient-from:rgb(126 34 206 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/90{--tw-gradient-from:rgb(126 34 206 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-700\/95{--tw-gradient-from:rgb(126 34 206 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(126 34 206 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800{--tw-gradient-from:#6b21a8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/0{--tw-gradient-from:rgb(107 33 168 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/10{--tw-gradient-from:rgb(107 33 168 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/100{--tw-gradient-from:rgb(107 33 168 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/15{--tw-gradient-from:rgb(107 33 168 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/20{--tw-gradient-from:rgb(107 33 168 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/25{--tw-gradient-from:rgb(107 33 168 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/30{--tw-gradient-from:rgb(107 33 168 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/35{--tw-gradient-from:rgb(107 33 168 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/40{--tw-gradient-from:rgb(107 33 168 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/45{--tw-gradient-from:rgb(107 33 168 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/5{--tw-gradient-from:rgb(107 33 168 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/50{--tw-gradient-from:rgb(107 33 168 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/55{--tw-gradient-from:rgb(107 33 168 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/60{--tw-gradient-from:rgb(107 33 168 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/65{--tw-gradient-from:rgb(107 33 168 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/70{--tw-gradient-from:rgb(107 33 168 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/75{--tw-gradient-from:rgb(107 33 168 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/80{--tw-gradient-from:rgb(107 33 168 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/85{--tw-gradient-from:rgb(107 33 168 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/90{--tw-gradient-from:rgb(107 33 168 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-800\/95{--tw-gradient-from:rgb(107 33 168 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(107 33 168 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900{--tw-gradient-from:#581c87 var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/0{--tw-gradient-from:rgb(88 28 135 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/10{--tw-gradient-from:rgb(88 28 135 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/100{--tw-gradient-from:rgb(88 28 135 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/15{--tw-gradient-from:rgb(88 28 135 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/20{--tw-gradient-from:rgb(88 28 135 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/25{--tw-gradient-from:rgb(88 28 135 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/30{--tw-gradient-from:rgb(88 28 135 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/35{--tw-gradient-from:rgb(88 28 135 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/40{--tw-gradient-from:rgb(88 28 135 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/45{--tw-gradient-from:rgb(88 28 135 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/5{--tw-gradient-from:rgb(88 28 135 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/50{--tw-gradient-from:rgb(88 28 135 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/55{--tw-gradient-from:rgb(88 28 135 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/60{--tw-gradient-from:rgb(88 28 135 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/65{--tw-gradient-from:rgb(88 28 135 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/70{--tw-gradient-from:rgb(88 28 135 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/75{--tw-gradient-from:rgb(88 28 135 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/80{--tw-gradient-from:rgb(88 28 135 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/85{--tw-gradient-from:rgb(88 28 135 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/90{--tw-gradient-from:rgb(88 28 135 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-900\/95{--tw-gradient-from:rgb(88 28 135 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(88 28 135 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950{--tw-gradient-from:#3b0764 var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/0{--tw-gradient-from:rgb(59 7 100 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/10{--tw-gradient-from:rgb(59 7 100 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/100{--tw-gradient-from:rgb(59 7 100 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/15{--tw-gradient-from:rgb(59 7 100 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/20{--tw-gradient-from:rgb(59 7 100 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/25{--tw-gradient-from:rgb(59 7 100 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/30{--tw-gradient-from:rgb(59 7 100 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/35{--tw-gradient-from:rgb(59 7 100 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/40{--tw-gradient-from:rgb(59 7 100 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/45{--tw-gradient-from:rgb(59 7 100 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/5{--tw-gradient-from:rgb(59 7 100 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/50{--tw-gradient-from:rgb(59 7 100 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/55{--tw-gradient-from:rgb(59 7 100 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/60{--tw-gradient-from:rgb(59 7 100 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/65{--tw-gradient-from:rgb(59 7 100 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/70{--tw-gradient-from:rgb(59 7 100 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/75{--tw-gradient-from:rgb(59 7 100 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/80{--tw-gradient-from:rgb(59 7 100 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/85{--tw-gradient-from:rgb(59 7 100 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/90{--tw-gradient-from:rgb(59 7 100 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-purple-950\/95{--tw-gradient-from:rgb(59 7 100 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(59 7 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100{--tw-gradient-from:#fee2e2 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/0{--tw-gradient-from:rgb(254 226 226 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/10{--tw-gradient-from:rgb(254 226 226 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/100{--tw-gradient-from:rgb(254 226 226 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/15{--tw-gradient-from:rgb(254 226 226 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/20{--tw-gradient-from:rgb(254 226 226 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/25{--tw-gradient-from:rgb(254 226 226 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/30{--tw-gradient-from:rgb(254 226 226 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/35{--tw-gradient-from:rgb(254 226 226 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/40{--tw-gradient-from:rgb(254 226 226 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/45{--tw-gradient-from:rgb(254 226 226 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/5{--tw-gradient-from:rgb(254 226 226 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/50{--tw-gradient-from:rgb(254 226 226 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/55{--tw-gradient-from:rgb(254 226 226 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/60{--tw-gradient-from:rgb(254 226 226 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/65{--tw-gradient-from:rgb(254 226 226 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/70{--tw-gradient-from:rgb(254 226 226 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/75{--tw-gradient-from:rgb(254 226 226 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/80{--tw-gradient-from:rgb(254 226 226 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/85{--tw-gradient-from:rgb(254 226 226 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/90{--tw-gradient-from:rgb(254 226 226 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-100\/95{--tw-gradient-from:rgb(254 226 226 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 226 226 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200{--tw-gradient-from:#fecaca var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/0{--tw-gradient-from:rgb(254 202 202 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/10{--tw-gradient-from:rgb(254 202 202 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/100{--tw-gradient-from:rgb(254 202 202 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/15{--tw-gradient-from:rgb(254 202 202 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/20{--tw-gradient-from:rgb(254 202 202 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/25{--tw-gradient-from:rgb(254 202 202 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/30{--tw-gradient-from:rgb(254 202 202 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/35{--tw-gradient-from:rgb(254 202 202 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/40{--tw-gradient-from:rgb(254 202 202 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/45{--tw-gradient-from:rgb(254 202 202 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/5{--tw-gradient-from:rgb(254 202 202 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/50{--tw-gradient-from:rgb(254 202 202 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/55{--tw-gradient-from:rgb(254 202 202 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/60{--tw-gradient-from:rgb(254 202 202 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/65{--tw-gradient-from:rgb(254 202 202 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/70{--tw-gradient-from:rgb(254 202 202 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/75{--tw-gradient-from:rgb(254 202 202 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/80{--tw-gradient-from:rgb(254 202 202 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/85{--tw-gradient-from:rgb(254 202 202 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/90{--tw-gradient-from:rgb(254 202 202 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-200\/95{--tw-gradient-from:rgb(254 202 202 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 202 202 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300{--tw-gradient-from:#fca5a5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/0{--tw-gradient-from:rgb(252 165 165 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/10{--tw-gradient-from:rgb(252 165 165 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/100{--tw-gradient-from:rgb(252 165 165 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/15{--tw-gradient-from:rgb(252 165 165 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/20{--tw-gradient-from:rgb(252 165 165 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/25{--tw-gradient-from:rgb(252 165 165 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/30{--tw-gradient-from:rgb(252 165 165 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/35{--tw-gradient-from:rgb(252 165 165 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/40{--tw-gradient-from:rgb(252 165 165 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/45{--tw-gradient-from:rgb(252 165 165 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/5{--tw-gradient-from:rgb(252 165 165 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/50{--tw-gradient-from:rgb(252 165 165 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/55{--tw-gradient-from:rgb(252 165 165 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/60{--tw-gradient-from:rgb(252 165 165 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/65{--tw-gradient-from:rgb(252 165 165 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/70{--tw-gradient-from:rgb(252 165 165 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/75{--tw-gradient-from:rgb(252 165 165 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/80{--tw-gradient-from:rgb(252 165 165 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/85{--tw-gradient-from:rgb(252 165 165 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/90{--tw-gradient-from:rgb(252 165 165 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-300\/95{--tw-gradient-from:rgb(252 165 165 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(252 165 165 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400{--tw-gradient-from:#f87171 var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/0{--tw-gradient-from:rgb(248 113 113 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/10{--tw-gradient-from:rgb(248 113 113 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/100{--tw-gradient-from:rgb(248 113 113 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/15{--tw-gradient-from:rgb(248 113 113 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/20{--tw-gradient-from:rgb(248 113 113 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/25{--tw-gradient-from:rgb(248 113 113 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/30{--tw-gradient-from:rgb(248 113 113 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/35{--tw-gradient-from:rgb(248 113 113 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/40{--tw-gradient-from:rgb(248 113 113 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/45{--tw-gradient-from:rgb(248 113 113 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/5{--tw-gradient-from:rgb(248 113 113 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/50{--tw-gradient-from:rgb(248 113 113 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/55{--tw-gradient-from:rgb(248 113 113 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/60{--tw-gradient-from:rgb(248 113 113 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/65{--tw-gradient-from:rgb(248 113 113 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/70{--tw-gradient-from:rgb(248 113 113 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/75{--tw-gradient-from:rgb(248 113 113 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/80{--tw-gradient-from:rgb(248 113 113 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/85{--tw-gradient-from:rgb(248 113 113 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/90{--tw-gradient-from:rgb(248 113 113 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-400\/95{--tw-gradient-from:rgb(248 113 113 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 113 113 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50{--tw-gradient-from:#fef2f2 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/0{--tw-gradient-from:rgb(254 242 242 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/10{--tw-gradient-from:rgb(254 242 242 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/100{--tw-gradient-from:rgb(254 242 242 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/15{--tw-gradient-from:rgb(254 242 242 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/20{--tw-gradient-from:rgb(254 242 242 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/25{--tw-gradient-from:rgb(254 242 242 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/30{--tw-gradient-from:rgb(254 242 242 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/35{--tw-gradient-from:rgb(254 242 242 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/40{--tw-gradient-from:rgb(254 242 242 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/45{--tw-gradient-from:rgb(254 242 242 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/5{--tw-gradient-from:rgb(254 242 242 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/50{--tw-gradient-from:rgb(254 242 242 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/55{--tw-gradient-from:rgb(254 242 242 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/60{--tw-gradient-from:rgb(254 242 242 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/65{--tw-gradient-from:rgb(254 242 242 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/70{--tw-gradient-from:rgb(254 242 242 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/75{--tw-gradient-from:rgb(254 242 242 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/80{--tw-gradient-from:rgb(254 242 242 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/85{--tw-gradient-from:rgb(254 242 242 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/90{--tw-gradient-from:rgb(254 242 242 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-50\/95{--tw-gradient-from:rgb(254 242 242 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 242 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500{--tw-gradient-from:#ef4444 var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/0{--tw-gradient-from:rgb(239 68 68 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/10{--tw-gradient-from:rgb(239 68 68 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/100{--tw-gradient-from:rgb(239 68 68 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/15{--tw-gradient-from:rgb(239 68 68 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/20{--tw-gradient-from:rgb(239 68 68 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/25{--tw-gradient-from:rgb(239 68 68 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/30{--tw-gradient-from:rgb(239 68 68 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/35{--tw-gradient-from:rgb(239 68 68 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/40{--tw-gradient-from:rgb(239 68 68 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/45{--tw-gradient-from:rgb(239 68 68 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/5{--tw-gradient-from:rgb(239 68 68 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/50{--tw-gradient-from:rgb(239 68 68 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/55{--tw-gradient-from:rgb(239 68 68 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/60{--tw-gradient-from:rgb(239 68 68 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/65{--tw-gradient-from:rgb(239 68 68 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/70{--tw-gradient-from:rgb(239 68 68 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/75{--tw-gradient-from:rgb(239 68 68 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/80{--tw-gradient-from:rgb(239 68 68 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/85{--tw-gradient-from:rgb(239 68 68 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/90{--tw-gradient-from:rgb(239 68 68 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-500\/95{--tw-gradient-from:rgb(239 68 68 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600{--tw-gradient-from:#dc2626 var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/0{--tw-gradient-from:rgb(220 38 38 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/10{--tw-gradient-from:rgb(220 38 38 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/100{--tw-gradient-from:rgb(220 38 38 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/15{--tw-gradient-from:rgb(220 38 38 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/20{--tw-gradient-from:rgb(220 38 38 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/25{--tw-gradient-from:rgb(220 38 38 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/30{--tw-gradient-from:rgb(220 38 38 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/35{--tw-gradient-from:rgb(220 38 38 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/40{--tw-gradient-from:rgb(220 38 38 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/45{--tw-gradient-from:rgb(220 38 38 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/5{--tw-gradient-from:rgb(220 38 38 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/50{--tw-gradient-from:rgb(220 38 38 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/55{--tw-gradient-from:rgb(220 38 38 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/60{--tw-gradient-from:rgb(220 38 38 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/65{--tw-gradient-from:rgb(220 38 38 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/70{--tw-gradient-from:rgb(220 38 38 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/75{--tw-gradient-from:rgb(220 38 38 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/80{--tw-gradient-from:rgb(220 38 38 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/85{--tw-gradient-from:rgb(220 38 38 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/90{--tw-gradient-from:rgb(220 38 38 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-600\/95{--tw-gradient-from:rgb(220 38 38 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(220 38 38 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700{--tw-gradient-from:#b91c1c var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/0{--tw-gradient-from:rgb(185 28 28 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/10{--tw-gradient-from:rgb(185 28 28 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/100{--tw-gradient-from:rgb(185 28 28 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/15{--tw-gradient-from:rgb(185 28 28 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/20{--tw-gradient-from:rgb(185 28 28 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/25{--tw-gradient-from:rgb(185 28 28 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/30{--tw-gradient-from:rgb(185 28 28 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/35{--tw-gradient-from:rgb(185 28 28 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/40{--tw-gradient-from:rgb(185 28 28 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/45{--tw-gradient-from:rgb(185 28 28 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/5{--tw-gradient-from:rgb(185 28 28 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/50{--tw-gradient-from:rgb(185 28 28 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/55{--tw-gradient-from:rgb(185 28 28 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/60{--tw-gradient-from:rgb(185 28 28 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/65{--tw-gradient-from:rgb(185 28 28 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/70{--tw-gradient-from:rgb(185 28 28 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/75{--tw-gradient-from:rgb(185 28 28 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/80{--tw-gradient-from:rgb(185 28 28 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/85{--tw-gradient-from:rgb(185 28 28 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/90{--tw-gradient-from:rgb(185 28 28 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-700\/95{--tw-gradient-from:rgb(185 28 28 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(185 28 28 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800{--tw-gradient-from:#991b1b var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/0{--tw-gradient-from:rgb(153 27 27 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/10{--tw-gradient-from:rgb(153 27 27 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/100{--tw-gradient-from:rgb(153 27 27 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/15{--tw-gradient-from:rgb(153 27 27 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/20{--tw-gradient-from:rgb(153 27 27 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/25{--tw-gradient-from:rgb(153 27 27 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/30{--tw-gradient-from:rgb(153 27 27 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/35{--tw-gradient-from:rgb(153 27 27 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/40{--tw-gradient-from:rgb(153 27 27 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/45{--tw-gradient-from:rgb(153 27 27 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/5{--tw-gradient-from:rgb(153 27 27 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/50{--tw-gradient-from:rgb(153 27 27 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/55{--tw-gradient-from:rgb(153 27 27 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/60{--tw-gradient-from:rgb(153 27 27 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/65{--tw-gradient-from:rgb(153 27 27 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/70{--tw-gradient-from:rgb(153 27 27 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/75{--tw-gradient-from:rgb(153 27 27 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/80{--tw-gradient-from:rgb(153 27 27 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/85{--tw-gradient-from:rgb(153 27 27 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/90{--tw-gradient-from:rgb(153 27 27 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-800\/95{--tw-gradient-from:rgb(153 27 27 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 27 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900{--tw-gradient-from:#7f1d1d var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/0{--tw-gradient-from:rgb(127 29 29 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/10{--tw-gradient-from:rgb(127 29 29 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/100{--tw-gradient-from:rgb(127 29 29 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/15{--tw-gradient-from:rgb(127 29 29 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/20{--tw-gradient-from:rgb(127 29 29 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/25{--tw-gradient-from:rgb(127 29 29 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/30{--tw-gradient-from:rgb(127 29 29 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/35{--tw-gradient-from:rgb(127 29 29 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/40{--tw-gradient-from:rgb(127 29 29 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/45{--tw-gradient-from:rgb(127 29 29 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/5{--tw-gradient-from:rgb(127 29 29 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/50{--tw-gradient-from:rgb(127 29 29 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/55{--tw-gradient-from:rgb(127 29 29 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/60{--tw-gradient-from:rgb(127 29 29 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/65{--tw-gradient-from:rgb(127 29 29 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/70{--tw-gradient-from:rgb(127 29 29 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/75{--tw-gradient-from:rgb(127 29 29 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/80{--tw-gradient-from:rgb(127 29 29 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/85{--tw-gradient-from:rgb(127 29 29 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/90{--tw-gradient-from:rgb(127 29 29 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-900\/95{--tw-gradient-from:rgb(127 29 29 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(127 29 29 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950{--tw-gradient-from:#450a0a var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/0{--tw-gradient-from:rgb(69 10 10 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/10{--tw-gradient-from:rgb(69 10 10 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/100{--tw-gradient-from:rgb(69 10 10 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/15{--tw-gradient-from:rgb(69 10 10 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/20{--tw-gradient-from:rgb(69 10 10 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/25{--tw-gradient-from:rgb(69 10 10 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/30{--tw-gradient-from:rgb(69 10 10 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/35{--tw-gradient-from:rgb(69 10 10 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/40{--tw-gradient-from:rgb(69 10 10 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/45{--tw-gradient-from:rgb(69 10 10 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/5{--tw-gradient-from:rgb(69 10 10 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/50{--tw-gradient-from:rgb(69 10 10 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/55{--tw-gradient-from:rgb(69 10 10 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/60{--tw-gradient-from:rgb(69 10 10 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/65{--tw-gradient-from:rgb(69 10 10 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/70{--tw-gradient-from:rgb(69 10 10 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/75{--tw-gradient-from:rgb(69 10 10 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/80{--tw-gradient-from:rgb(69 10 10 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/85{--tw-gradient-from:rgb(69 10 10 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/90{--tw-gradient-from:rgb(69 10 10 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-red-950\/95{--tw-gradient-from:rgb(69 10 10 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(69 10 10 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100{--tw-gradient-from:#ffe4e6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/0{--tw-gradient-from:rgb(255 228 230 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/10{--tw-gradient-from:rgb(255 228 230 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/100{--tw-gradient-from:rgb(255 228 230 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/15{--tw-gradient-from:rgb(255 228 230 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/20{--tw-gradient-from:rgb(255 228 230 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/25{--tw-gradient-from:rgb(255 228 230 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/30{--tw-gradient-from:rgb(255 228 230 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/35{--tw-gradient-from:rgb(255 228 230 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/40{--tw-gradient-from:rgb(255 228 230 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/45{--tw-gradient-from:rgb(255 228 230 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/5{--tw-gradient-from:rgb(255 228 230 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/50{--tw-gradient-from:rgb(255 228 230 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/55{--tw-gradient-from:rgb(255 228 230 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/60{--tw-gradient-from:rgb(255 228 230 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/65{--tw-gradient-from:rgb(255 228 230 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/70{--tw-gradient-from:rgb(255 228 230 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/75{--tw-gradient-from:rgb(255 228 230 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/80{--tw-gradient-from:rgb(255 228 230 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/85{--tw-gradient-from:rgb(255 228 230 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/90{--tw-gradient-from:rgb(255 228 230 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-100\/95{--tw-gradient-from:rgb(255 228 230 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 228 230 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200{--tw-gradient-from:#fecdd3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/0{--tw-gradient-from:rgb(254 205 211 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/10{--tw-gradient-from:rgb(254 205 211 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/100{--tw-gradient-from:rgb(254 205 211 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/15{--tw-gradient-from:rgb(254 205 211 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/20{--tw-gradient-from:rgb(254 205 211 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/25{--tw-gradient-from:rgb(254 205 211 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/30{--tw-gradient-from:rgb(254 205 211 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/35{--tw-gradient-from:rgb(254 205 211 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/40{--tw-gradient-from:rgb(254 205 211 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/45{--tw-gradient-from:rgb(254 205 211 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/5{--tw-gradient-from:rgb(254 205 211 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/50{--tw-gradient-from:rgb(254 205 211 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/55{--tw-gradient-from:rgb(254 205 211 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/60{--tw-gradient-from:rgb(254 205 211 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/65{--tw-gradient-from:rgb(254 205 211 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/70{--tw-gradient-from:rgb(254 205 211 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/75{--tw-gradient-from:rgb(254 205 211 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/80{--tw-gradient-from:rgb(254 205 211 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/85{--tw-gradient-from:rgb(254 205 211 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/90{--tw-gradient-from:rgb(254 205 211 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-200\/95{--tw-gradient-from:rgb(254 205 211 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 205 211 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300{--tw-gradient-from:#fda4af var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/0{--tw-gradient-from:rgb(253 164 175 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/10{--tw-gradient-from:rgb(253 164 175 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/100{--tw-gradient-from:rgb(253 164 175 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/15{--tw-gradient-from:rgb(253 164 175 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/20{--tw-gradient-from:rgb(253 164 175 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/25{--tw-gradient-from:rgb(253 164 175 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/30{--tw-gradient-from:rgb(253 164 175 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/35{--tw-gradient-from:rgb(253 164 175 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/40{--tw-gradient-from:rgb(253 164 175 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/45{--tw-gradient-from:rgb(253 164 175 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/5{--tw-gradient-from:rgb(253 164 175 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/50{--tw-gradient-from:rgb(253 164 175 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/55{--tw-gradient-from:rgb(253 164 175 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/60{--tw-gradient-from:rgb(253 164 175 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/65{--tw-gradient-from:rgb(253 164 175 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/70{--tw-gradient-from:rgb(253 164 175 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/75{--tw-gradient-from:rgb(253 164 175 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/80{--tw-gradient-from:rgb(253 164 175 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/85{--tw-gradient-from:rgb(253 164 175 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/90{--tw-gradient-from:rgb(253 164 175 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-300\/95{--tw-gradient-from:rgb(253 164 175 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 164 175 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400{--tw-gradient-from:#fb7185 var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/0{--tw-gradient-from:rgb(251 113 133 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/10{--tw-gradient-from:rgb(251 113 133 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/100{--tw-gradient-from:rgb(251 113 133 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/15{--tw-gradient-from:rgb(251 113 133 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/20{--tw-gradient-from:rgb(251 113 133 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/25{--tw-gradient-from:rgb(251 113 133 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/30{--tw-gradient-from:rgb(251 113 133 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/35{--tw-gradient-from:rgb(251 113 133 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/40{--tw-gradient-from:rgb(251 113 133 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/45{--tw-gradient-from:rgb(251 113 133 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/5{--tw-gradient-from:rgb(251 113 133 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/50{--tw-gradient-from:rgb(251 113 133 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/55{--tw-gradient-from:rgb(251 113 133 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/60{--tw-gradient-from:rgb(251 113 133 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/65{--tw-gradient-from:rgb(251 113 133 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/70{--tw-gradient-from:rgb(251 113 133 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/75{--tw-gradient-from:rgb(251 113 133 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/80{--tw-gradient-from:rgb(251 113 133 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/85{--tw-gradient-from:rgb(251 113 133 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/90{--tw-gradient-from:rgb(251 113 133 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-400\/95{--tw-gradient-from:rgb(251 113 133 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(251 113 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50{--tw-gradient-from:#fff1f2 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/0{--tw-gradient-from:rgb(255 241 242 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/10{--tw-gradient-from:rgb(255 241 242 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/100{--tw-gradient-from:rgb(255 241 242 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/15{--tw-gradient-from:rgb(255 241 242 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/20{--tw-gradient-from:rgb(255 241 242 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/25{--tw-gradient-from:rgb(255 241 242 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/30{--tw-gradient-from:rgb(255 241 242 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/35{--tw-gradient-from:rgb(255 241 242 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/40{--tw-gradient-from:rgb(255 241 242 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/45{--tw-gradient-from:rgb(255 241 242 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/5{--tw-gradient-from:rgb(255 241 242 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/50{--tw-gradient-from:rgb(255 241 242 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/55{--tw-gradient-from:rgb(255 241 242 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/60{--tw-gradient-from:rgb(255 241 242 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/65{--tw-gradient-from:rgb(255 241 242 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/70{--tw-gradient-from:rgb(255 241 242 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/75{--tw-gradient-from:rgb(255 241 242 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/80{--tw-gradient-from:rgb(255 241 242 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/85{--tw-gradient-from:rgb(255 241 242 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/90{--tw-gradient-from:rgb(255 241 242 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-50\/95{--tw-gradient-from:rgb(255 241 242 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 241 242 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500{--tw-gradient-from:#f43f5e var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/0{--tw-gradient-from:rgb(244 63 94 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/10{--tw-gradient-from:rgb(244 63 94 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/100{--tw-gradient-from:rgb(244 63 94 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/15{--tw-gradient-from:rgb(244 63 94 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/20{--tw-gradient-from:rgb(244 63 94 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/25{--tw-gradient-from:rgb(244 63 94 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/30{--tw-gradient-from:rgb(244 63 94 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/35{--tw-gradient-from:rgb(244 63 94 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/40{--tw-gradient-from:rgb(244 63 94 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/45{--tw-gradient-from:rgb(244 63 94 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/5{--tw-gradient-from:rgb(244 63 94 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/50{--tw-gradient-from:rgb(244 63 94 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/55{--tw-gradient-from:rgb(244 63 94 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/60{--tw-gradient-from:rgb(244 63 94 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/65{--tw-gradient-from:rgb(244 63 94 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/70{--tw-gradient-from:rgb(244 63 94 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/75{--tw-gradient-from:rgb(244 63 94 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/80{--tw-gradient-from:rgb(244 63 94 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/85{--tw-gradient-from:rgb(244 63 94 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/90{--tw-gradient-from:rgb(244 63 94 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-500\/95{--tw-gradient-from:rgb(244 63 94 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600{--tw-gradient-from:#e11d48 var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/0{--tw-gradient-from:rgb(225 29 72 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/10{--tw-gradient-from:rgb(225 29 72 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/100{--tw-gradient-from:rgb(225 29 72 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/15{--tw-gradient-from:rgb(225 29 72 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/20{--tw-gradient-from:rgb(225 29 72 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/25{--tw-gradient-from:rgb(225 29 72 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/30{--tw-gradient-from:rgb(225 29 72 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/35{--tw-gradient-from:rgb(225 29 72 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/40{--tw-gradient-from:rgb(225 29 72 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/45{--tw-gradient-from:rgb(225 29 72 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/5{--tw-gradient-from:rgb(225 29 72 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/50{--tw-gradient-from:rgb(225 29 72 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/55{--tw-gradient-from:rgb(225 29 72 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/60{--tw-gradient-from:rgb(225 29 72 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/65{--tw-gradient-from:rgb(225 29 72 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/70{--tw-gradient-from:rgb(225 29 72 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/75{--tw-gradient-from:rgb(225 29 72 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/80{--tw-gradient-from:rgb(225 29 72 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/85{--tw-gradient-from:rgb(225 29 72 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/90{--tw-gradient-from:rgb(225 29 72 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-600\/95{--tw-gradient-from:rgb(225 29 72 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(225 29 72 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700{--tw-gradient-from:#be123c var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/0{--tw-gradient-from:rgb(190 18 60 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/10{--tw-gradient-from:rgb(190 18 60 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/100{--tw-gradient-from:rgb(190 18 60 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/15{--tw-gradient-from:rgb(190 18 60 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/20{--tw-gradient-from:rgb(190 18 60 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/25{--tw-gradient-from:rgb(190 18 60 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/30{--tw-gradient-from:rgb(190 18 60 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/35{--tw-gradient-from:rgb(190 18 60 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/40{--tw-gradient-from:rgb(190 18 60 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/45{--tw-gradient-from:rgb(190 18 60 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/5{--tw-gradient-from:rgb(190 18 60 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/50{--tw-gradient-from:rgb(190 18 60 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/55{--tw-gradient-from:rgb(190 18 60 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/60{--tw-gradient-from:rgb(190 18 60 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/65{--tw-gradient-from:rgb(190 18 60 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/70{--tw-gradient-from:rgb(190 18 60 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/75{--tw-gradient-from:rgb(190 18 60 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/80{--tw-gradient-from:rgb(190 18 60 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/85{--tw-gradient-from:rgb(190 18 60 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/90{--tw-gradient-from:rgb(190 18 60 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-700\/95{--tw-gradient-from:rgb(190 18 60 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(190 18 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800{--tw-gradient-from:#9f1239 var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/0{--tw-gradient-from:rgb(159 18 57 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/10{--tw-gradient-from:rgb(159 18 57 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/100{--tw-gradient-from:rgb(159 18 57 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/15{--tw-gradient-from:rgb(159 18 57 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/20{--tw-gradient-from:rgb(159 18 57 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/25{--tw-gradient-from:rgb(159 18 57 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/30{--tw-gradient-from:rgb(159 18 57 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/35{--tw-gradient-from:rgb(159 18 57 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/40{--tw-gradient-from:rgb(159 18 57 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/45{--tw-gradient-from:rgb(159 18 57 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/5{--tw-gradient-from:rgb(159 18 57 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/50{--tw-gradient-from:rgb(159 18 57 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/55{--tw-gradient-from:rgb(159 18 57 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/60{--tw-gradient-from:rgb(159 18 57 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/65{--tw-gradient-from:rgb(159 18 57 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/70{--tw-gradient-from:rgb(159 18 57 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/75{--tw-gradient-from:rgb(159 18 57 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/80{--tw-gradient-from:rgb(159 18 57 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/85{--tw-gradient-from:rgb(159 18 57 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/90{--tw-gradient-from:rgb(159 18 57 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-800\/95{--tw-gradient-from:rgb(159 18 57 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(159 18 57 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900{--tw-gradient-from:#881337 var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/0{--tw-gradient-from:rgb(136 19 55 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/10{--tw-gradient-from:rgb(136 19 55 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/100{--tw-gradient-from:rgb(136 19 55 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/15{--tw-gradient-from:rgb(136 19 55 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/20{--tw-gradient-from:rgb(136 19 55 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/25{--tw-gradient-from:rgb(136 19 55 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/30{--tw-gradient-from:rgb(136 19 55 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/35{--tw-gradient-from:rgb(136 19 55 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/40{--tw-gradient-from:rgb(136 19 55 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/45{--tw-gradient-from:rgb(136 19 55 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/5{--tw-gradient-from:rgb(136 19 55 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/50{--tw-gradient-from:rgb(136 19 55 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/55{--tw-gradient-from:rgb(136 19 55 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/60{--tw-gradient-from:rgb(136 19 55 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/65{--tw-gradient-from:rgb(136 19 55 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/70{--tw-gradient-from:rgb(136 19 55 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/75{--tw-gradient-from:rgb(136 19 55 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/80{--tw-gradient-from:rgb(136 19 55 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/85{--tw-gradient-from:rgb(136 19 55 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/90{--tw-gradient-from:rgb(136 19 55 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-900\/95{--tw-gradient-from:rgb(136 19 55 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(136 19 55 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950{--tw-gradient-from:#4c0519 var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/0{--tw-gradient-from:rgb(76 5 25 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/10{--tw-gradient-from:rgb(76 5 25 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/100{--tw-gradient-from:rgb(76 5 25 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/15{--tw-gradient-from:rgb(76 5 25 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/20{--tw-gradient-from:rgb(76 5 25 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/25{--tw-gradient-from:rgb(76 5 25 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/30{--tw-gradient-from:rgb(76 5 25 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/35{--tw-gradient-from:rgb(76 5 25 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/40{--tw-gradient-from:rgb(76 5 25 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/45{--tw-gradient-from:rgb(76 5 25 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/5{--tw-gradient-from:rgb(76 5 25 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/50{--tw-gradient-from:rgb(76 5 25 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/55{--tw-gradient-from:rgb(76 5 25 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/60{--tw-gradient-from:rgb(76 5 25 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/65{--tw-gradient-from:rgb(76 5 25 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/70{--tw-gradient-from:rgb(76 5 25 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/75{--tw-gradient-from:rgb(76 5 25 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/80{--tw-gradient-from:rgb(76 5 25 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/85{--tw-gradient-from:rgb(76 5 25 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/90{--tw-gradient-from:rgb(76 5 25 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-rose-950\/95{--tw-gradient-from:rgb(76 5 25 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 5 25 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary{--tw-gradient-from:#CFD4DB var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-100{--tw-gradient-from:var(--bt-secondary-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-150{--tw-gradient-from:var(--bt-secondary-150) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-200{--tw-gradient-from:var(--bt-secondary-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-300{--tw-gradient-from:var(--bt-secondary-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-350{--tw-gradient-from:var(--bt-secondary-350) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-400{--tw-gradient-from:var(--bt-secondary-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-450{--tw-gradient-from:var(--bt-secondary-450) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-500{--tw-gradient-from:var(--bt-secondary-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-550{--tw-gradient-from:var(--bt-secondary-550) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-600{--tw-gradient-from:var(--bt-secondary-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-650{--tw-gradient-from:var(--bt-secondary-650) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-700{--tw-gradient-from:var(--bt-secondary-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-750{--tw-gradient-from:var(--bt-secondary-750) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-800{--tw-gradient-from:var(--bt-secondary-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-850{--tw-gradient-from:var(--bt-secondary-850) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-900{--tw-gradient-from:var(--bt-secondary-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text{--tw-gradient-from:#5a5e64 var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text{--tw-gradient-from:#5a5e64 var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/0{--tw-gradient-from:rgb(90 94 100 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/10{--tw-gradient-from:rgb(90 94 100 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/100{--tw-gradient-from:rgb(90 94 100 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/15{--tw-gradient-from:rgb(90 94 100 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/20{--tw-gradient-from:rgb(90 94 100 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/25{--tw-gradient-from:rgb(90 94 100 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/30{--tw-gradient-from:rgb(90 94 100 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/35{--tw-gradient-from:rgb(90 94 100 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/40{--tw-gradient-from:rgb(90 94 100 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/45{--tw-gradient-from:rgb(90 94 100 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/5{--tw-gradient-from:rgb(90 94 100 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/50{--tw-gradient-from:rgb(90 94 100 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/55{--tw-gradient-from:rgb(90 94 100 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/60{--tw-gradient-from:rgb(90 94 100 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/65{--tw-gradient-from:rgb(90 94 100 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/70{--tw-gradient-from:rgb(90 94 100 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/75{--tw-gradient-from:rgb(90 94 100 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/80{--tw-gradient-from:rgb(90 94 100 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/85{--tw-gradient-from:rgb(90 94 100 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/90{--tw-gradient-from:rgb(90 94 100 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text-text\/95{--tw-gradient-from:rgb(90 94 100 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/0{--tw-gradient-from:rgb(90 94 100 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/10{--tw-gradient-from:rgb(90 94 100 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/100{--tw-gradient-from:rgb(90 94 100 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/15{--tw-gradient-from:rgb(90 94 100 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/20{--tw-gradient-from:rgb(90 94 100 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/25{--tw-gradient-from:rgb(90 94 100 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/30{--tw-gradient-from:rgb(90 94 100 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/35{--tw-gradient-from:rgb(90 94 100 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/40{--tw-gradient-from:rgb(90 94 100 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/45{--tw-gradient-from:rgb(90 94 100 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/5{--tw-gradient-from:rgb(90 94 100 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/50{--tw-gradient-from:rgb(90 94 100 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/55{--tw-gradient-from:rgb(90 94 100 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/60{--tw-gradient-from:rgb(90 94 100 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/65{--tw-gradient-from:rgb(90 94 100 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/70{--tw-gradient-from:rgb(90 94 100 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/75{--tw-gradient-from:rgb(90 94 100 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/80{--tw-gradient-from:rgb(90 94 100 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/85{--tw-gradient-from:rgb(90 94 100 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/90{--tw-gradient-from:rgb(90 94 100 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary-text\/95{--tw-gradient-from:rgb(90 94 100 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/0{--tw-gradient-from:rgb(207 212 219 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/10{--tw-gradient-from:rgb(207 212 219 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/100{--tw-gradient-from:rgb(207 212 219 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/15{--tw-gradient-from:rgb(207 212 219 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/20{--tw-gradient-from:rgb(207 212 219 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/25{--tw-gradient-from:rgb(207 212 219 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/30{--tw-gradient-from:rgb(207 212 219 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/35{--tw-gradient-from:rgb(207 212 219 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/40{--tw-gradient-from:rgb(207 212 219 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/45{--tw-gradient-from:rgb(207 212 219 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/5{--tw-gradient-from:rgb(207 212 219 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/50{--tw-gradient-from:rgb(207 212 219 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/55{--tw-gradient-from:rgb(207 212 219 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/60{--tw-gradient-from:rgb(207 212 219 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/65{--tw-gradient-from:rgb(207 212 219 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/70{--tw-gradient-from:rgb(207 212 219 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/75{--tw-gradient-from:rgb(207 212 219 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/80{--tw-gradient-from:rgb(207 212 219 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/85{--tw-gradient-from:rgb(207 212 219 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/90{--tw-gradient-from:rgb(207 212 219 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-secondary\/95{--tw-gradient-from:rgb(207 212 219 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(207 212 219 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar{--tw-gradient-from:var(--bt-sidebar-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-100{--tw-gradient-from:var(--bt-sidebar-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-200{--tw-gradient-from:var(--bt-sidebar-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-300{--tw-gradient-from:var(--bt-sidebar-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-400{--tw-gradient-from:var(--bt-sidebar-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-500{--tw-gradient-from:var(--bt-sidebar-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-600{--tw-gradient-from:var(--bt-sidebar-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-700{--tw-gradient-from:var(--bt-sidebar-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-800{--tw-gradient-from:var(--bt-sidebar-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sidebar-900{--tw-gradient-from:var(--bt-sidebar-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100{--tw-gradient-from:#e0f2fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/0{--tw-gradient-from:rgb(224 242 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/10{--tw-gradient-from:rgb(224 242 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/100{--tw-gradient-from:rgb(224 242 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/15{--tw-gradient-from:rgb(224 242 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/20{--tw-gradient-from:rgb(224 242 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/25{--tw-gradient-from:rgb(224 242 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/30{--tw-gradient-from:rgb(224 242 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/35{--tw-gradient-from:rgb(224 242 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/40{--tw-gradient-from:rgb(224 242 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/45{--tw-gradient-from:rgb(224 242 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/5{--tw-gradient-from:rgb(224 242 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/50{--tw-gradient-from:rgb(224 242 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/55{--tw-gradient-from:rgb(224 242 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/60{--tw-gradient-from:rgb(224 242 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/65{--tw-gradient-from:rgb(224 242 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/70{--tw-gradient-from:rgb(224 242 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/75{--tw-gradient-from:rgb(224 242 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/80{--tw-gradient-from:rgb(224 242 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/85{--tw-gradient-from:rgb(224 242 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/90{--tw-gradient-from:rgb(224 242 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-100\/95{--tw-gradient-from:rgb(224 242 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(224 242 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200{--tw-gradient-from:#bae6fd var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/0{--tw-gradient-from:rgb(186 230 253 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/10{--tw-gradient-from:rgb(186 230 253 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/100{--tw-gradient-from:rgb(186 230 253 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/15{--tw-gradient-from:rgb(186 230 253 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/20{--tw-gradient-from:rgb(186 230 253 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/25{--tw-gradient-from:rgb(186 230 253 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/30{--tw-gradient-from:rgb(186 230 253 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/35{--tw-gradient-from:rgb(186 230 253 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/40{--tw-gradient-from:rgb(186 230 253 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/45{--tw-gradient-from:rgb(186 230 253 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/5{--tw-gradient-from:rgb(186 230 253 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/50{--tw-gradient-from:rgb(186 230 253 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/55{--tw-gradient-from:rgb(186 230 253 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/60{--tw-gradient-from:rgb(186 230 253 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/65{--tw-gradient-from:rgb(186 230 253 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/70{--tw-gradient-from:rgb(186 230 253 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/75{--tw-gradient-from:rgb(186 230 253 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/80{--tw-gradient-from:rgb(186 230 253 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/85{--tw-gradient-from:rgb(186 230 253 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/90{--tw-gradient-from:rgb(186 230 253 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-200\/95{--tw-gradient-from:rgb(186 230 253 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(186 230 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300{--tw-gradient-from:#7dd3fc var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/0{--tw-gradient-from:rgb(125 211 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/10{--tw-gradient-from:rgb(125 211 252 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/100{--tw-gradient-from:rgb(125 211 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/15{--tw-gradient-from:rgb(125 211 252 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/20{--tw-gradient-from:rgb(125 211 252 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/25{--tw-gradient-from:rgb(125 211 252 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/30{--tw-gradient-from:rgb(125 211 252 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/35{--tw-gradient-from:rgb(125 211 252 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/40{--tw-gradient-from:rgb(125 211 252 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/45{--tw-gradient-from:rgb(125 211 252 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/5{--tw-gradient-from:rgb(125 211 252 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/50{--tw-gradient-from:rgb(125 211 252 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/55{--tw-gradient-from:rgb(125 211 252 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/60{--tw-gradient-from:rgb(125 211 252 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/65{--tw-gradient-from:rgb(125 211 252 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/70{--tw-gradient-from:rgb(125 211 252 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/75{--tw-gradient-from:rgb(125 211 252 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/80{--tw-gradient-from:rgb(125 211 252 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/85{--tw-gradient-from:rgb(125 211 252 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/90{--tw-gradient-from:rgb(125 211 252 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-300\/95{--tw-gradient-from:rgb(125 211 252 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(125 211 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400{--tw-gradient-from:#38bdf8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/0{--tw-gradient-from:rgb(56 189 248 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/10{--tw-gradient-from:rgb(56 189 248 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/100{--tw-gradient-from:rgb(56 189 248 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/15{--tw-gradient-from:rgb(56 189 248 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/20{--tw-gradient-from:rgb(56 189 248 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/25{--tw-gradient-from:rgb(56 189 248 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/30{--tw-gradient-from:rgb(56 189 248 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/35{--tw-gradient-from:rgb(56 189 248 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/40{--tw-gradient-from:rgb(56 189 248 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/45{--tw-gradient-from:rgb(56 189 248 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/5{--tw-gradient-from:rgb(56 189 248 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/50{--tw-gradient-from:rgb(56 189 248 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/55{--tw-gradient-from:rgb(56 189 248 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/60{--tw-gradient-from:rgb(56 189 248 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/65{--tw-gradient-from:rgb(56 189 248 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/70{--tw-gradient-from:rgb(56 189 248 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/75{--tw-gradient-from:rgb(56 189 248 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/80{--tw-gradient-from:rgb(56 189 248 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/85{--tw-gradient-from:rgb(56 189 248 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/90{--tw-gradient-from:rgb(56 189 248 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-400\/95{--tw-gradient-from:rgb(56 189 248 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(56 189 248 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50{--tw-gradient-from:#f0f9ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/0{--tw-gradient-from:rgb(240 249 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/10{--tw-gradient-from:rgb(240 249 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/100{--tw-gradient-from:rgb(240 249 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/15{--tw-gradient-from:rgb(240 249 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/20{--tw-gradient-from:rgb(240 249 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/25{--tw-gradient-from:rgb(240 249 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/30{--tw-gradient-from:rgb(240 249 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/35{--tw-gradient-from:rgb(240 249 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/40{--tw-gradient-from:rgb(240 249 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/45{--tw-gradient-from:rgb(240 249 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/5{--tw-gradient-from:rgb(240 249 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/50{--tw-gradient-from:rgb(240 249 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/55{--tw-gradient-from:rgb(240 249 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/60{--tw-gradient-from:rgb(240 249 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/65{--tw-gradient-from:rgb(240 249 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/70{--tw-gradient-from:rgb(240 249 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/75{--tw-gradient-from:rgb(240 249 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/80{--tw-gradient-from:rgb(240 249 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/85{--tw-gradient-from:rgb(240 249 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/90{--tw-gradient-from:rgb(240 249 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-50\/95{--tw-gradient-from:rgb(240 249 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 249 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500{--tw-gradient-from:#0ea5e9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/0{--tw-gradient-from:rgb(14 165 233 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/10{--tw-gradient-from:rgb(14 165 233 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/100{--tw-gradient-from:rgb(14 165 233 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/15{--tw-gradient-from:rgb(14 165 233 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/20{--tw-gradient-from:rgb(14 165 233 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/25{--tw-gradient-from:rgb(14 165 233 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/30{--tw-gradient-from:rgb(14 165 233 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/35{--tw-gradient-from:rgb(14 165 233 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/40{--tw-gradient-from:rgb(14 165 233 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/45{--tw-gradient-from:rgb(14 165 233 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/5{--tw-gradient-from:rgb(14 165 233 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/50{--tw-gradient-from:rgb(14 165 233 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/55{--tw-gradient-from:rgb(14 165 233 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/60{--tw-gradient-from:rgb(14 165 233 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/65{--tw-gradient-from:rgb(14 165 233 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/70{--tw-gradient-from:rgb(14 165 233 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/75{--tw-gradient-from:rgb(14 165 233 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/80{--tw-gradient-from:rgb(14 165 233 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/85{--tw-gradient-from:rgb(14 165 233 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/90{--tw-gradient-from:rgb(14 165 233 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-500\/95{--tw-gradient-from:rgb(14 165 233 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(14 165 233 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600{--tw-gradient-from:#0284c7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/0{--tw-gradient-from:rgb(2 132 199 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/10{--tw-gradient-from:rgb(2 132 199 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/100{--tw-gradient-from:rgb(2 132 199 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/15{--tw-gradient-from:rgb(2 132 199 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/20{--tw-gradient-from:rgb(2 132 199 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/25{--tw-gradient-from:rgb(2 132 199 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/30{--tw-gradient-from:rgb(2 132 199 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/35{--tw-gradient-from:rgb(2 132 199 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/40{--tw-gradient-from:rgb(2 132 199 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/45{--tw-gradient-from:rgb(2 132 199 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/5{--tw-gradient-from:rgb(2 132 199 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/50{--tw-gradient-from:rgb(2 132 199 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/55{--tw-gradient-from:rgb(2 132 199 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/60{--tw-gradient-from:rgb(2 132 199 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/65{--tw-gradient-from:rgb(2 132 199 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/70{--tw-gradient-from:rgb(2 132 199 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/75{--tw-gradient-from:rgb(2 132 199 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/80{--tw-gradient-from:rgb(2 132 199 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/85{--tw-gradient-from:rgb(2 132 199 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/90{--tw-gradient-from:rgb(2 132 199 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-600\/95{--tw-gradient-from:rgb(2 132 199 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 132 199 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700{--tw-gradient-from:#0369a1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/0{--tw-gradient-from:rgb(3 105 161 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/10{--tw-gradient-from:rgb(3 105 161 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/100{--tw-gradient-from:rgb(3 105 161 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/15{--tw-gradient-from:rgb(3 105 161 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/20{--tw-gradient-from:rgb(3 105 161 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/25{--tw-gradient-from:rgb(3 105 161 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/30{--tw-gradient-from:rgb(3 105 161 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/35{--tw-gradient-from:rgb(3 105 161 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/40{--tw-gradient-from:rgb(3 105 161 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/45{--tw-gradient-from:rgb(3 105 161 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/5{--tw-gradient-from:rgb(3 105 161 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/50{--tw-gradient-from:rgb(3 105 161 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/55{--tw-gradient-from:rgb(3 105 161 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/60{--tw-gradient-from:rgb(3 105 161 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/65{--tw-gradient-from:rgb(3 105 161 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/70{--tw-gradient-from:rgb(3 105 161 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/75{--tw-gradient-from:rgb(3 105 161 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/80{--tw-gradient-from:rgb(3 105 161 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/85{--tw-gradient-from:rgb(3 105 161 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/90{--tw-gradient-from:rgb(3 105 161 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-700\/95{--tw-gradient-from:rgb(3 105 161 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(3 105 161 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800{--tw-gradient-from:#075985 var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/0{--tw-gradient-from:rgb(7 89 133 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/10{--tw-gradient-from:rgb(7 89 133 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/100{--tw-gradient-from:rgb(7 89 133 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/15{--tw-gradient-from:rgb(7 89 133 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/20{--tw-gradient-from:rgb(7 89 133 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/25{--tw-gradient-from:rgb(7 89 133 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/30{--tw-gradient-from:rgb(7 89 133 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/35{--tw-gradient-from:rgb(7 89 133 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/40{--tw-gradient-from:rgb(7 89 133 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/45{--tw-gradient-from:rgb(7 89 133 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/5{--tw-gradient-from:rgb(7 89 133 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/50{--tw-gradient-from:rgb(7 89 133 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/55{--tw-gradient-from:rgb(7 89 133 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/60{--tw-gradient-from:rgb(7 89 133 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/65{--tw-gradient-from:rgb(7 89 133 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/70{--tw-gradient-from:rgb(7 89 133 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/75{--tw-gradient-from:rgb(7 89 133 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/80{--tw-gradient-from:rgb(7 89 133 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/85{--tw-gradient-from:rgb(7 89 133 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/90{--tw-gradient-from:rgb(7 89 133 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-800\/95{--tw-gradient-from:rgb(7 89 133 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(7 89 133 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900{--tw-gradient-from:#0c4a6e var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/0{--tw-gradient-from:rgb(12 74 110 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/10{--tw-gradient-from:rgb(12 74 110 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/100{--tw-gradient-from:rgb(12 74 110 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/15{--tw-gradient-from:rgb(12 74 110 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/20{--tw-gradient-from:rgb(12 74 110 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/25{--tw-gradient-from:rgb(12 74 110 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/30{--tw-gradient-from:rgb(12 74 110 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/35{--tw-gradient-from:rgb(12 74 110 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/40{--tw-gradient-from:rgb(12 74 110 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/45{--tw-gradient-from:rgb(12 74 110 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/5{--tw-gradient-from:rgb(12 74 110 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/50{--tw-gradient-from:rgb(12 74 110 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/55{--tw-gradient-from:rgb(12 74 110 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/60{--tw-gradient-from:rgb(12 74 110 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/65{--tw-gradient-from:rgb(12 74 110 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/70{--tw-gradient-from:rgb(12 74 110 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/75{--tw-gradient-from:rgb(12 74 110 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/80{--tw-gradient-from:rgb(12 74 110 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/85{--tw-gradient-from:rgb(12 74 110 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/90{--tw-gradient-from:rgb(12 74 110 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-900\/95{--tw-gradient-from:rgb(12 74 110 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 74 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950{--tw-gradient-from:#082f49 var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/0{--tw-gradient-from:rgb(8 47 73 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/10{--tw-gradient-from:rgb(8 47 73 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/100{--tw-gradient-from:rgb(8 47 73 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/15{--tw-gradient-from:rgb(8 47 73 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/20{--tw-gradient-from:rgb(8 47 73 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/25{--tw-gradient-from:rgb(8 47 73 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/30{--tw-gradient-from:rgb(8 47 73 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/35{--tw-gradient-from:rgb(8 47 73 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/40{--tw-gradient-from:rgb(8 47 73 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/45{--tw-gradient-from:rgb(8 47 73 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/5{--tw-gradient-from:rgb(8 47 73 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/50{--tw-gradient-from:rgb(8 47 73 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/55{--tw-gradient-from:rgb(8 47 73 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/60{--tw-gradient-from:rgb(8 47 73 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/65{--tw-gradient-from:rgb(8 47 73 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/70{--tw-gradient-from:rgb(8 47 73 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/75{--tw-gradient-from:rgb(8 47 73 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/80{--tw-gradient-from:rgb(8 47 73 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/85{--tw-gradient-from:rgb(8 47 73 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/90{--tw-gradient-from:rgb(8 47 73 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-sky-950\/95{--tw-gradient-from:rgb(8 47 73 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 47 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/0{--tw-gradient-from:rgb(241 245 249 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/10{--tw-gradient-from:rgb(241 245 249 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/100{--tw-gradient-from:rgb(241 245 249 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/15{--tw-gradient-from:rgb(241 245 249 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/20{--tw-gradient-from:rgb(241 245 249 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/25{--tw-gradient-from:rgb(241 245 249 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/30{--tw-gradient-from:rgb(241 245 249 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/35{--tw-gradient-from:rgb(241 245 249 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/40{--tw-gradient-from:rgb(241 245 249 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/45{--tw-gradient-from:rgb(241 245 249 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/5{--tw-gradient-from:rgb(241 245 249 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/50{--tw-gradient-from:rgb(241 245 249 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/55{--tw-gradient-from:rgb(241 245 249 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/60{--tw-gradient-from:rgb(241 245 249 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/65{--tw-gradient-from:rgb(241 245 249 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/70{--tw-gradient-from:rgb(241 245 249 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/75{--tw-gradient-from:rgb(241 245 249 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/80{--tw-gradient-from:rgb(241 245 249 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/85{--tw-gradient-from:rgb(241 245 249 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/90{--tw-gradient-from:rgb(241 245 249 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-100\/95{--tw-gradient-from:rgb(241 245 249 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200{--tw-gradient-from:#e2e8f0 var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/0{--tw-gradient-from:rgb(226 232 240 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/10{--tw-gradient-from:rgb(226 232 240 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/100{--tw-gradient-from:rgb(226 232 240 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/15{--tw-gradient-from:rgb(226 232 240 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/20{--tw-gradient-from:rgb(226 232 240 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/25{--tw-gradient-from:rgb(226 232 240 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/30{--tw-gradient-from:rgb(226 232 240 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/35{--tw-gradient-from:rgb(226 232 240 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/40{--tw-gradient-from:rgb(226 232 240 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/45{--tw-gradient-from:rgb(226 232 240 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/5{--tw-gradient-from:rgb(226 232 240 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/50{--tw-gradient-from:rgb(226 232 240 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/55{--tw-gradient-from:rgb(226 232 240 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/60{--tw-gradient-from:rgb(226 232 240 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/65{--tw-gradient-from:rgb(226 232 240 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/70{--tw-gradient-from:rgb(226 232 240 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/75{--tw-gradient-from:rgb(226 232 240 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/80{--tw-gradient-from:rgb(226 232 240 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/85{--tw-gradient-from:rgb(226 232 240 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/90{--tw-gradient-from:rgb(226 232 240 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-200\/95{--tw-gradient-from:rgb(226 232 240 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300{--tw-gradient-from:#cbd5e1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/0{--tw-gradient-from:rgb(203 213 225 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/10{--tw-gradient-from:rgb(203 213 225 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/100{--tw-gradient-from:rgb(203 213 225 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/15{--tw-gradient-from:rgb(203 213 225 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/20{--tw-gradient-from:rgb(203 213 225 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/25{--tw-gradient-from:rgb(203 213 225 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/30{--tw-gradient-from:rgb(203 213 225 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/35{--tw-gradient-from:rgb(203 213 225 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/40{--tw-gradient-from:rgb(203 213 225 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/45{--tw-gradient-from:rgb(203 213 225 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/5{--tw-gradient-from:rgb(203 213 225 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/50{--tw-gradient-from:rgb(203 213 225 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/55{--tw-gradient-from:rgb(203 213 225 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/60{--tw-gradient-from:rgb(203 213 225 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/65{--tw-gradient-from:rgb(203 213 225 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/70{--tw-gradient-from:rgb(203 213 225 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/75{--tw-gradient-from:rgb(203 213 225 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/80{--tw-gradient-from:rgb(203 213 225 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/85{--tw-gradient-from:rgb(203 213 225 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/90{--tw-gradient-from:rgb(203 213 225 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-300\/95{--tw-gradient-from:rgb(203 213 225 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(203 213 225 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400{--tw-gradient-from:#94a3b8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/0{--tw-gradient-from:rgb(148 163 184 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/10{--tw-gradient-from:rgb(148 163 184 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/100{--tw-gradient-from:rgb(148 163 184 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/15{--tw-gradient-from:rgb(148 163 184 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/20{--tw-gradient-from:rgb(148 163 184 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/25{--tw-gradient-from:rgb(148 163 184 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/30{--tw-gradient-from:rgb(148 163 184 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/35{--tw-gradient-from:rgb(148 163 184 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/40{--tw-gradient-from:rgb(148 163 184 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/45{--tw-gradient-from:rgb(148 163 184 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/5{--tw-gradient-from:rgb(148 163 184 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/50{--tw-gradient-from:rgb(148 163 184 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/55{--tw-gradient-from:rgb(148 163 184 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/60{--tw-gradient-from:rgb(148 163 184 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/65{--tw-gradient-from:rgb(148 163 184 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/70{--tw-gradient-from:rgb(148 163 184 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/75{--tw-gradient-from:rgb(148 163 184 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/80{--tw-gradient-from:rgb(148 163 184 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/85{--tw-gradient-from:rgb(148 163 184 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/90{--tw-gradient-from:rgb(148 163 184 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-400\/95{--tw-gradient-from:rgb(148 163 184 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50{--tw-gradient-from:#f8fafc var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/0{--tw-gradient-from:rgb(248 250 252 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/10{--tw-gradient-from:rgb(248 250 252 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/100{--tw-gradient-from:rgb(248 250 252 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/15{--tw-gradient-from:rgb(248 250 252 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/20{--tw-gradient-from:rgb(248 250 252 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/25{--tw-gradient-from:rgb(248 250 252 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/30{--tw-gradient-from:rgb(248 250 252 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/35{--tw-gradient-from:rgb(248 250 252 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/40{--tw-gradient-from:rgb(248 250 252 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/45{--tw-gradient-from:rgb(248 250 252 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/5{--tw-gradient-from:rgb(248 250 252 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/50{--tw-gradient-from:rgb(248 250 252 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/55{--tw-gradient-from:rgb(248 250 252 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/60{--tw-gradient-from:rgb(248 250 252 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/65{--tw-gradient-from:rgb(248 250 252 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/70{--tw-gradient-from:rgb(248 250 252 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/75{--tw-gradient-from:rgb(248 250 252 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/80{--tw-gradient-from:rgb(248 250 252 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/85{--tw-gradient-from:rgb(248 250 252 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/90{--tw-gradient-from:rgb(248 250 252 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-50\/95{--tw-gradient-from:rgb(248 250 252 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500{--tw-gradient-from:#64748b var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/0{--tw-gradient-from:rgb(100 116 139 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/10{--tw-gradient-from:rgb(100 116 139 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/100{--tw-gradient-from:rgb(100 116 139 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/15{--tw-gradient-from:rgb(100 116 139 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/20{--tw-gradient-from:rgb(100 116 139 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/25{--tw-gradient-from:rgb(100 116 139 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/30{--tw-gradient-from:rgb(100 116 139 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/35{--tw-gradient-from:rgb(100 116 139 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/40{--tw-gradient-from:rgb(100 116 139 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/45{--tw-gradient-from:rgb(100 116 139 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/5{--tw-gradient-from:rgb(100 116 139 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/50{--tw-gradient-from:rgb(100 116 139 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/55{--tw-gradient-from:rgb(100 116 139 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/60{--tw-gradient-from:rgb(100 116 139 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/65{--tw-gradient-from:rgb(100 116 139 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/70{--tw-gradient-from:rgb(100 116 139 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/75{--tw-gradient-from:rgb(100 116 139 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/80{--tw-gradient-from:rgb(100 116 139 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/85{--tw-gradient-from:rgb(100 116 139 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/90{--tw-gradient-from:rgb(100 116 139 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-500\/95{--tw-gradient-from:rgb(100 116 139 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550{--tw-gradient-from:#53647a var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/0{--tw-gradient-from:rgb(83 100 122 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/10{--tw-gradient-from:rgb(83 100 122 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/100{--tw-gradient-from:rgb(83 100 122 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/15{--tw-gradient-from:rgb(83 100 122 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/20{--tw-gradient-from:rgb(83 100 122 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/25{--tw-gradient-from:rgb(83 100 122 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/30{--tw-gradient-from:rgb(83 100 122 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/35{--tw-gradient-from:rgb(83 100 122 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/40{--tw-gradient-from:rgb(83 100 122 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/45{--tw-gradient-from:rgb(83 100 122 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/5{--tw-gradient-from:rgb(83 100 122 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/50{--tw-gradient-from:rgb(83 100 122 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/55{--tw-gradient-from:rgb(83 100 122 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/60{--tw-gradient-from:rgb(83 100 122 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/65{--tw-gradient-from:rgb(83 100 122 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/70{--tw-gradient-from:rgb(83 100 122 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/75{--tw-gradient-from:rgb(83 100 122 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/80{--tw-gradient-from:rgb(83 100 122 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/85{--tw-gradient-from:rgb(83 100 122 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/90{--tw-gradient-from:rgb(83 100 122 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-550\/95{--tw-gradient-from:rgb(83 100 122 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(83 100 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600{--tw-gradient-from:#475569 var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/0{--tw-gradient-from:rgb(71 85 105 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/10{--tw-gradient-from:rgb(71 85 105 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/100{--tw-gradient-from:rgb(71 85 105 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/15{--tw-gradient-from:rgb(71 85 105 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/20{--tw-gradient-from:rgb(71 85 105 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/25{--tw-gradient-from:rgb(71 85 105 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/30{--tw-gradient-from:rgb(71 85 105 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/35{--tw-gradient-from:rgb(71 85 105 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/40{--tw-gradient-from:rgb(71 85 105 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/45{--tw-gradient-from:rgb(71 85 105 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/5{--tw-gradient-from:rgb(71 85 105 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/50{--tw-gradient-from:rgb(71 85 105 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/55{--tw-gradient-from:rgb(71 85 105 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/60{--tw-gradient-from:rgb(71 85 105 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/65{--tw-gradient-from:rgb(71 85 105 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/70{--tw-gradient-from:rgb(71 85 105 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/75{--tw-gradient-from:rgb(71 85 105 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/80{--tw-gradient-from:rgb(71 85 105 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/85{--tw-gradient-from:rgb(71 85 105 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/90{--tw-gradient-from:rgb(71 85 105 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-600\/95{--tw-gradient-from:rgb(71 85 105 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(71 85 105 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650{--tw-gradient-from:#435065 var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/0{--tw-gradient-from:rgb(67 80 101 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/10{--tw-gradient-from:rgb(67 80 101 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/100{--tw-gradient-from:rgb(67 80 101 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/15{--tw-gradient-from:rgb(67 80 101 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/20{--tw-gradient-from:rgb(67 80 101 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/25{--tw-gradient-from:rgb(67 80 101 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/30{--tw-gradient-from:rgb(67 80 101 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/35{--tw-gradient-from:rgb(67 80 101 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/40{--tw-gradient-from:rgb(67 80 101 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/45{--tw-gradient-from:rgb(67 80 101 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/5{--tw-gradient-from:rgb(67 80 101 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/50{--tw-gradient-from:rgb(67 80 101 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/55{--tw-gradient-from:rgb(67 80 101 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/60{--tw-gradient-from:rgb(67 80 101 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/65{--tw-gradient-from:rgb(67 80 101 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/70{--tw-gradient-from:rgb(67 80 101 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/75{--tw-gradient-from:rgb(67 80 101 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/80{--tw-gradient-from:rgb(67 80 101 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/85{--tw-gradient-from:rgb(67 80 101 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/90{--tw-gradient-from:rgb(67 80 101 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-650\/95{--tw-gradient-from:rgb(67 80 101 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(67 80 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700{--tw-gradient-from:#334155 var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/0{--tw-gradient-from:rgb(51 65 85 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/10{--tw-gradient-from:rgb(51 65 85 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/100{--tw-gradient-from:rgb(51 65 85 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/15{--tw-gradient-from:rgb(51 65 85 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/20{--tw-gradient-from:rgb(51 65 85 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/25{--tw-gradient-from:rgb(51 65 85 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/30{--tw-gradient-from:rgb(51 65 85 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/35{--tw-gradient-from:rgb(51 65 85 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/40{--tw-gradient-from:rgb(51 65 85 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/45{--tw-gradient-from:rgb(51 65 85 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/5{--tw-gradient-from:rgb(51 65 85 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/50{--tw-gradient-from:rgb(51 65 85 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/55{--tw-gradient-from:rgb(51 65 85 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/60{--tw-gradient-from:rgb(51 65 85 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/65{--tw-gradient-from:rgb(51 65 85 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/70{--tw-gradient-from:rgb(51 65 85 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/75{--tw-gradient-from:rgb(51 65 85 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/80{--tw-gradient-from:rgb(51 65 85 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/85{--tw-gradient-from:rgb(51 65 85 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/90{--tw-gradient-from:rgb(51 65 85 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-700\/95{--tw-gradient-from:rgb(51 65 85 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(51 65 85 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750{--tw-gradient-from:#27364e var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/0{--tw-gradient-from:rgb(39 54 78 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/10{--tw-gradient-from:rgb(39 54 78 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/100{--tw-gradient-from:rgb(39 54 78 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/15{--tw-gradient-from:rgb(39 54 78 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/20{--tw-gradient-from:rgb(39 54 78 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/25{--tw-gradient-from:rgb(39 54 78 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/30{--tw-gradient-from:rgb(39 54 78 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/35{--tw-gradient-from:rgb(39 54 78 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/40{--tw-gradient-from:rgb(39 54 78 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/45{--tw-gradient-from:rgb(39 54 78 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/5{--tw-gradient-from:rgb(39 54 78 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/50{--tw-gradient-from:rgb(39 54 78 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/55{--tw-gradient-from:rgb(39 54 78 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/60{--tw-gradient-from:rgb(39 54 78 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/65{--tw-gradient-from:rgb(39 54 78 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/70{--tw-gradient-from:rgb(39 54 78 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/75{--tw-gradient-from:rgb(39 54 78 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/80{--tw-gradient-from:rgb(39 54 78 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/85{--tw-gradient-from:rgb(39 54 78 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/90{--tw-gradient-from:rgb(39 54 78 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-750\/95{--tw-gradient-from:rgb(39 54 78 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 54 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800{--tw-gradient-from:#1e293b var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/0{--tw-gradient-from:rgb(30 41 59 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/10{--tw-gradient-from:rgb(30 41 59 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/100{--tw-gradient-from:rgb(30 41 59 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/15{--tw-gradient-from:rgb(30 41 59 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/20{--tw-gradient-from:rgb(30 41 59 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/25{--tw-gradient-from:rgb(30 41 59 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/30{--tw-gradient-from:rgb(30 41 59 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/35{--tw-gradient-from:rgb(30 41 59 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/40{--tw-gradient-from:rgb(30 41 59 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/45{--tw-gradient-from:rgb(30 41 59 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/5{--tw-gradient-from:rgb(30 41 59 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/50{--tw-gradient-from:rgb(30 41 59 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/55{--tw-gradient-from:rgb(30 41 59 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/60{--tw-gradient-from:rgb(30 41 59 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/65{--tw-gradient-from:rgb(30 41 59 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/70{--tw-gradient-from:rgb(30 41 59 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/75{--tw-gradient-from:rgb(30 41 59 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/80{--tw-gradient-from:rgb(30 41 59 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/85{--tw-gradient-from:rgb(30 41 59 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/90{--tw-gradient-from:rgb(30 41 59 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-800\/95{--tw-gradient-from:rgb(30 41 59 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900{--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/0{--tw-gradient-from:rgb(15 23 42 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/10{--tw-gradient-from:rgb(15 23 42 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/100{--tw-gradient-from:rgb(15 23 42 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/15{--tw-gradient-from:rgb(15 23 42 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/20{--tw-gradient-from:rgb(15 23 42 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/25{--tw-gradient-from:rgb(15 23 42 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/30{--tw-gradient-from:rgb(15 23 42 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/35{--tw-gradient-from:rgb(15 23 42 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/40{--tw-gradient-from:rgb(15 23 42 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/45{--tw-gradient-from:rgb(15 23 42 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/5{--tw-gradient-from:rgb(15 23 42 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/50{--tw-gradient-from:rgb(15 23 42 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/55{--tw-gradient-from:rgb(15 23 42 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/60{--tw-gradient-from:rgb(15 23 42 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/65{--tw-gradient-from:rgb(15 23 42 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/70{--tw-gradient-from:rgb(15 23 42 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/75{--tw-gradient-from:rgb(15 23 42 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/80{--tw-gradient-from:rgb(15 23 42 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/85{--tw-gradient-from:rgb(15 23 42 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/90{--tw-gradient-from:rgb(15 23 42 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-900\/95{--tw-gradient-from:rgb(15 23 42 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950{--tw-gradient-from:#020617 var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/0{--tw-gradient-from:rgb(2 6 23 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/10{--tw-gradient-from:rgb(2 6 23 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/100{--tw-gradient-from:rgb(2 6 23 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/15{--tw-gradient-from:rgb(2 6 23 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/20{--tw-gradient-from:rgb(2 6 23 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/25{--tw-gradient-from:rgb(2 6 23 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/30{--tw-gradient-from:rgb(2 6 23 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/35{--tw-gradient-from:rgb(2 6 23 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/40{--tw-gradient-from:rgb(2 6 23 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/45{--tw-gradient-from:rgb(2 6 23 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/5{--tw-gradient-from:rgb(2 6 23 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/50{--tw-gradient-from:rgb(2 6 23 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/55{--tw-gradient-from:rgb(2 6 23 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/60{--tw-gradient-from:rgb(2 6 23 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/65{--tw-gradient-from:rgb(2 6 23 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/70{--tw-gradient-from:rgb(2 6 23 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/75{--tw-gradient-from:rgb(2 6 23 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/80{--tw-gradient-from:rgb(2 6 23 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/85{--tw-gradient-from:rgb(2 6 23 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/90{--tw-gradient-from:rgb(2 6 23 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-slate-950\/95{--tw-gradient-from:rgb(2 6 23 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100{--tw-gradient-from:#f5f5f4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/0{--tw-gradient-from:rgb(245 245 244 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/10{--tw-gradient-from:rgb(245 245 244 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/100{--tw-gradient-from:rgb(245 245 244 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/15{--tw-gradient-from:rgb(245 245 244 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/20{--tw-gradient-from:rgb(245 245 244 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/25{--tw-gradient-from:rgb(245 245 244 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/30{--tw-gradient-from:rgb(245 245 244 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/35{--tw-gradient-from:rgb(245 245 244 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/40{--tw-gradient-from:rgb(245 245 244 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/45{--tw-gradient-from:rgb(245 245 244 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/5{--tw-gradient-from:rgb(245 245 244 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/50{--tw-gradient-from:rgb(245 245 244 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/55{--tw-gradient-from:rgb(245 245 244 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/60{--tw-gradient-from:rgb(245 245 244 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/65{--tw-gradient-from:rgb(245 245 244 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/70{--tw-gradient-from:rgb(245 245 244 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/75{--tw-gradient-from:rgb(245 245 244 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/80{--tw-gradient-from:rgb(245 245 244 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/85{--tw-gradient-from:rgb(245 245 244 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/90{--tw-gradient-from:rgb(245 245 244 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-100\/95{--tw-gradient-from:rgb(245 245 244 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 245 244 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200{--tw-gradient-from:#e7e5e4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/0{--tw-gradient-from:rgb(231 229 228 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/10{--tw-gradient-from:rgb(231 229 228 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/100{--tw-gradient-from:rgb(231 229 228 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/15{--tw-gradient-from:rgb(231 229 228 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/20{--tw-gradient-from:rgb(231 229 228 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/25{--tw-gradient-from:rgb(231 229 228 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/30{--tw-gradient-from:rgb(231 229 228 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/35{--tw-gradient-from:rgb(231 229 228 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/40{--tw-gradient-from:rgb(231 229 228 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/45{--tw-gradient-from:rgb(231 229 228 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/5{--tw-gradient-from:rgb(231 229 228 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/50{--tw-gradient-from:rgb(231 229 228 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/55{--tw-gradient-from:rgb(231 229 228 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/60{--tw-gradient-from:rgb(231 229 228 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/65{--tw-gradient-from:rgb(231 229 228 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/70{--tw-gradient-from:rgb(231 229 228 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/75{--tw-gradient-from:rgb(231 229 228 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/80{--tw-gradient-from:rgb(231 229 228 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/85{--tw-gradient-from:rgb(231 229 228 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/90{--tw-gradient-from:rgb(231 229 228 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-200\/95{--tw-gradient-from:rgb(231 229 228 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(231 229 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300{--tw-gradient-from:#d6d3d1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/0{--tw-gradient-from:rgb(214 211 209 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/10{--tw-gradient-from:rgb(214 211 209 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/100{--tw-gradient-from:rgb(214 211 209 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/15{--tw-gradient-from:rgb(214 211 209 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/20{--tw-gradient-from:rgb(214 211 209 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/25{--tw-gradient-from:rgb(214 211 209 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/30{--tw-gradient-from:rgb(214 211 209 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/35{--tw-gradient-from:rgb(214 211 209 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/40{--tw-gradient-from:rgb(214 211 209 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/45{--tw-gradient-from:rgb(214 211 209 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/5{--tw-gradient-from:rgb(214 211 209 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/50{--tw-gradient-from:rgb(214 211 209 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/55{--tw-gradient-from:rgb(214 211 209 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/60{--tw-gradient-from:rgb(214 211 209 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/65{--tw-gradient-from:rgb(214 211 209 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/70{--tw-gradient-from:rgb(214 211 209 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/75{--tw-gradient-from:rgb(214 211 209 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/80{--tw-gradient-from:rgb(214 211 209 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/85{--tw-gradient-from:rgb(214 211 209 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/90{--tw-gradient-from:rgb(214 211 209 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-300\/95{--tw-gradient-from:rgb(214 211 209 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(214 211 209 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400{--tw-gradient-from:#a8a29e var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/0{--tw-gradient-from:rgb(168 162 158 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/10{--tw-gradient-from:rgb(168 162 158 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/100{--tw-gradient-from:rgb(168 162 158 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/15{--tw-gradient-from:rgb(168 162 158 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/20{--tw-gradient-from:rgb(168 162 158 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/25{--tw-gradient-from:rgb(168 162 158 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/30{--tw-gradient-from:rgb(168 162 158 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/35{--tw-gradient-from:rgb(168 162 158 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/40{--tw-gradient-from:rgb(168 162 158 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/45{--tw-gradient-from:rgb(168 162 158 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/5{--tw-gradient-from:rgb(168 162 158 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/50{--tw-gradient-from:rgb(168 162 158 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/55{--tw-gradient-from:rgb(168 162 158 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/60{--tw-gradient-from:rgb(168 162 158 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/65{--tw-gradient-from:rgb(168 162 158 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/70{--tw-gradient-from:rgb(168 162 158 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/75{--tw-gradient-from:rgb(168 162 158 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/80{--tw-gradient-from:rgb(168 162 158 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/85{--tw-gradient-from:rgb(168 162 158 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/90{--tw-gradient-from:rgb(168 162 158 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-400\/95{--tw-gradient-from:rgb(168 162 158 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(168 162 158 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50{--tw-gradient-from:#fafaf9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/0{--tw-gradient-from:rgb(250 250 249 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/10{--tw-gradient-from:rgb(250 250 249 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/100{--tw-gradient-from:rgb(250 250 249 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/15{--tw-gradient-from:rgb(250 250 249 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/20{--tw-gradient-from:rgb(250 250 249 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/25{--tw-gradient-from:rgb(250 250 249 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/30{--tw-gradient-from:rgb(250 250 249 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/35{--tw-gradient-from:rgb(250 250 249 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/40{--tw-gradient-from:rgb(250 250 249 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/45{--tw-gradient-from:rgb(250 250 249 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/5{--tw-gradient-from:rgb(250 250 249 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/50{--tw-gradient-from:rgb(250 250 249 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/55{--tw-gradient-from:rgb(250 250 249 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/60{--tw-gradient-from:rgb(250 250 249 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/65{--tw-gradient-from:rgb(250 250 249 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/70{--tw-gradient-from:rgb(250 250 249 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/75{--tw-gradient-from:rgb(250 250 249 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/80{--tw-gradient-from:rgb(250 250 249 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/85{--tw-gradient-from:rgb(250 250 249 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/90{--tw-gradient-from:rgb(250 250 249 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-50\/95{--tw-gradient-from:rgb(250 250 249 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500{--tw-gradient-from:#78716c var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/0{--tw-gradient-from:rgb(120 113 108 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/10{--tw-gradient-from:rgb(120 113 108 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/100{--tw-gradient-from:rgb(120 113 108 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/15{--tw-gradient-from:rgb(120 113 108 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/20{--tw-gradient-from:rgb(120 113 108 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/25{--tw-gradient-from:rgb(120 113 108 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/30{--tw-gradient-from:rgb(120 113 108 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/35{--tw-gradient-from:rgb(120 113 108 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/40{--tw-gradient-from:rgb(120 113 108 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/45{--tw-gradient-from:rgb(120 113 108 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/5{--tw-gradient-from:rgb(120 113 108 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/50{--tw-gradient-from:rgb(120 113 108 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/55{--tw-gradient-from:rgb(120 113 108 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/60{--tw-gradient-from:rgb(120 113 108 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/65{--tw-gradient-from:rgb(120 113 108 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/70{--tw-gradient-from:rgb(120 113 108 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/75{--tw-gradient-from:rgb(120 113 108 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/80{--tw-gradient-from:rgb(120 113 108 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/85{--tw-gradient-from:rgb(120 113 108 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/90{--tw-gradient-from:rgb(120 113 108 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-500\/95{--tw-gradient-from:rgb(120 113 108 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(120 113 108 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600{--tw-gradient-from:#57534e var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/0{--tw-gradient-from:rgb(87 83 78 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/10{--tw-gradient-from:rgb(87 83 78 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/100{--tw-gradient-from:rgb(87 83 78 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/15{--tw-gradient-from:rgb(87 83 78 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/20{--tw-gradient-from:rgb(87 83 78 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/25{--tw-gradient-from:rgb(87 83 78 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/30{--tw-gradient-from:rgb(87 83 78 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/35{--tw-gradient-from:rgb(87 83 78 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/40{--tw-gradient-from:rgb(87 83 78 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/45{--tw-gradient-from:rgb(87 83 78 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/5{--tw-gradient-from:rgb(87 83 78 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/50{--tw-gradient-from:rgb(87 83 78 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/55{--tw-gradient-from:rgb(87 83 78 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/60{--tw-gradient-from:rgb(87 83 78 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/65{--tw-gradient-from:rgb(87 83 78 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/70{--tw-gradient-from:rgb(87 83 78 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/75{--tw-gradient-from:rgb(87 83 78 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/80{--tw-gradient-from:rgb(87 83 78 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/85{--tw-gradient-from:rgb(87 83 78 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/90{--tw-gradient-from:rgb(87 83 78 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-600\/95{--tw-gradient-from:rgb(87 83 78 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(87 83 78 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700{--tw-gradient-from:#44403c var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/0{--tw-gradient-from:rgb(68 64 60 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/10{--tw-gradient-from:rgb(68 64 60 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/100{--tw-gradient-from:rgb(68 64 60 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/15{--tw-gradient-from:rgb(68 64 60 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/20{--tw-gradient-from:rgb(68 64 60 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/25{--tw-gradient-from:rgb(68 64 60 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/30{--tw-gradient-from:rgb(68 64 60 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/35{--tw-gradient-from:rgb(68 64 60 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/40{--tw-gradient-from:rgb(68 64 60 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/45{--tw-gradient-from:rgb(68 64 60 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/5{--tw-gradient-from:rgb(68 64 60 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/50{--tw-gradient-from:rgb(68 64 60 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/55{--tw-gradient-from:rgb(68 64 60 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/60{--tw-gradient-from:rgb(68 64 60 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/65{--tw-gradient-from:rgb(68 64 60 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/70{--tw-gradient-from:rgb(68 64 60 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/75{--tw-gradient-from:rgb(68 64 60 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/80{--tw-gradient-from:rgb(68 64 60 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/85{--tw-gradient-from:rgb(68 64 60 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/90{--tw-gradient-from:rgb(68 64 60 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-700\/95{--tw-gradient-from:rgb(68 64 60 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(68 64 60 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800{--tw-gradient-from:#292524 var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/0{--tw-gradient-from:rgb(41 37 36 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/10{--tw-gradient-from:rgb(41 37 36 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/100{--tw-gradient-from:rgb(41 37 36 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/15{--tw-gradient-from:rgb(41 37 36 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/20{--tw-gradient-from:rgb(41 37 36 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/25{--tw-gradient-from:rgb(41 37 36 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/30{--tw-gradient-from:rgb(41 37 36 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/35{--tw-gradient-from:rgb(41 37 36 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/40{--tw-gradient-from:rgb(41 37 36 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/45{--tw-gradient-from:rgb(41 37 36 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/5{--tw-gradient-from:rgb(41 37 36 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/50{--tw-gradient-from:rgb(41 37 36 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/55{--tw-gradient-from:rgb(41 37 36 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/60{--tw-gradient-from:rgb(41 37 36 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/65{--tw-gradient-from:rgb(41 37 36 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/70{--tw-gradient-from:rgb(41 37 36 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/75{--tw-gradient-from:rgb(41 37 36 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/80{--tw-gradient-from:rgb(41 37 36 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/85{--tw-gradient-from:rgb(41 37 36 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/90{--tw-gradient-from:rgb(41 37 36 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-800\/95{--tw-gradient-from:rgb(41 37 36 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(41 37 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900{--tw-gradient-from:#1c1917 var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/0{--tw-gradient-from:rgb(28 25 23 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/10{--tw-gradient-from:rgb(28 25 23 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/100{--tw-gradient-from:rgb(28 25 23 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/15{--tw-gradient-from:rgb(28 25 23 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/20{--tw-gradient-from:rgb(28 25 23 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/25{--tw-gradient-from:rgb(28 25 23 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/30{--tw-gradient-from:rgb(28 25 23 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/35{--tw-gradient-from:rgb(28 25 23 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/40{--tw-gradient-from:rgb(28 25 23 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/45{--tw-gradient-from:rgb(28 25 23 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/5{--tw-gradient-from:rgb(28 25 23 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/50{--tw-gradient-from:rgb(28 25 23 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/55{--tw-gradient-from:rgb(28 25 23 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/60{--tw-gradient-from:rgb(28 25 23 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/65{--tw-gradient-from:rgb(28 25 23 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/70{--tw-gradient-from:rgb(28 25 23 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/75{--tw-gradient-from:rgb(28 25 23 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/80{--tw-gradient-from:rgb(28 25 23 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/85{--tw-gradient-from:rgb(28 25 23 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/90{--tw-gradient-from:rgb(28 25 23 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-900\/95{--tw-gradient-from:rgb(28 25 23 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(28 25 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950{--tw-gradient-from:#0c0a09 var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/0{--tw-gradient-from:rgb(12 10 9 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/10{--tw-gradient-from:rgb(12 10 9 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/100{--tw-gradient-from:rgb(12 10 9 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/15{--tw-gradient-from:rgb(12 10 9 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/20{--tw-gradient-from:rgb(12 10 9 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/25{--tw-gradient-from:rgb(12 10 9 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/30{--tw-gradient-from:rgb(12 10 9 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/35{--tw-gradient-from:rgb(12 10 9 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/40{--tw-gradient-from:rgb(12 10 9 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/45{--tw-gradient-from:rgb(12 10 9 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/5{--tw-gradient-from:rgb(12 10 9 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/50{--tw-gradient-from:rgb(12 10 9 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/55{--tw-gradient-from:rgb(12 10 9 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/60{--tw-gradient-from:rgb(12 10 9 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/65{--tw-gradient-from:rgb(12 10 9 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/70{--tw-gradient-from:rgb(12 10 9 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/75{--tw-gradient-from:rgb(12 10 9 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/80{--tw-gradient-from:rgb(12 10 9 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/85{--tw-gradient-from:rgb(12 10 9 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/90{--tw-gradient-from:rgb(12 10 9 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-stone-950\/95{--tw-gradient-from:rgb(12 10 9 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(12 10 9 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success{--tw-gradient-from:#1B8749 var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-100{--tw-gradient-from:var(--bt-success-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-200{--tw-gradient-from:var(--bt-success-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-300{--tw-gradient-from:var(--bt-success-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-400{--tw-gradient-from:var(--bt-success-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-500{--tw-gradient-from:var(--bt-success-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-600{--tw-gradient-from:var(--bt-success-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-700{--tw-gradient-from:var(--bt-success-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-800{--tw-gradient-from:var(--bt-success-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-900{--tw-gradient-from:var(--bt-success-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text{--tw-gradient-from:#1B8749 var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text{--tw-gradient-from:#1B8749 var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/0{--tw-gradient-from:rgb(27 135 73 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/10{--tw-gradient-from:rgb(27 135 73 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/100{--tw-gradient-from:rgb(27 135 73 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/15{--tw-gradient-from:rgb(27 135 73 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/20{--tw-gradient-from:rgb(27 135 73 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/25{--tw-gradient-from:rgb(27 135 73 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/30{--tw-gradient-from:rgb(27 135 73 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/35{--tw-gradient-from:rgb(27 135 73 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/40{--tw-gradient-from:rgb(27 135 73 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/45{--tw-gradient-from:rgb(27 135 73 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/5{--tw-gradient-from:rgb(27 135 73 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/50{--tw-gradient-from:rgb(27 135 73 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/55{--tw-gradient-from:rgb(27 135 73 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/60{--tw-gradient-from:rgb(27 135 73 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/65{--tw-gradient-from:rgb(27 135 73 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/70{--tw-gradient-from:rgb(27 135 73 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/75{--tw-gradient-from:rgb(27 135 73 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/80{--tw-gradient-from:rgb(27 135 73 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/85{--tw-gradient-from:rgb(27 135 73 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/90{--tw-gradient-from:rgb(27 135 73 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text-text\/95{--tw-gradient-from:rgb(27 135 73 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/0{--tw-gradient-from:rgb(27 135 73 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/10{--tw-gradient-from:rgb(27 135 73 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/100{--tw-gradient-from:rgb(27 135 73 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/15{--tw-gradient-from:rgb(27 135 73 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/20{--tw-gradient-from:rgb(27 135 73 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/25{--tw-gradient-from:rgb(27 135 73 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/30{--tw-gradient-from:rgb(27 135 73 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/35{--tw-gradient-from:rgb(27 135 73 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/40{--tw-gradient-from:rgb(27 135 73 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/45{--tw-gradient-from:rgb(27 135 73 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/5{--tw-gradient-from:rgb(27 135 73 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/50{--tw-gradient-from:rgb(27 135 73 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/55{--tw-gradient-from:rgb(27 135 73 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/60{--tw-gradient-from:rgb(27 135 73 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/65{--tw-gradient-from:rgb(27 135 73 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/70{--tw-gradient-from:rgb(27 135 73 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/75{--tw-gradient-from:rgb(27 135 73 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/80{--tw-gradient-from:rgb(27 135 73 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/85{--tw-gradient-from:rgb(27 135 73 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/90{--tw-gradient-from:rgb(27 135 73 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success-text\/95{--tw-gradient-from:rgb(27 135 73 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/0{--tw-gradient-from:rgb(27 135 73 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/10{--tw-gradient-from:rgb(27 135 73 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/100{--tw-gradient-from:rgb(27 135 73 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/15{--tw-gradient-from:rgb(27 135 73 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/20{--tw-gradient-from:rgb(27 135 73 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/25{--tw-gradient-from:rgb(27 135 73 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/30{--tw-gradient-from:rgb(27 135 73 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/35{--tw-gradient-from:rgb(27 135 73 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/40{--tw-gradient-from:rgb(27 135 73 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/45{--tw-gradient-from:rgb(27 135 73 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/5{--tw-gradient-from:rgb(27 135 73 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/50{--tw-gradient-from:rgb(27 135 73 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/55{--tw-gradient-from:rgb(27 135 73 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/60{--tw-gradient-from:rgb(27 135 73 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/65{--tw-gradient-from:rgb(27 135 73 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/70{--tw-gradient-from:rgb(27 135 73 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/75{--tw-gradient-from:rgb(27 135 73 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/80{--tw-gradient-from:rgb(27 135 73 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/85{--tw-gradient-from:rgb(27 135 73 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/90{--tw-gradient-from:rgb(27 135 73 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-success\/95{--tw-gradient-from:rgb(27 135 73 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100{--tw-gradient-from:#ccfbf1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/0{--tw-gradient-from:rgb(204 251 241 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/10{--tw-gradient-from:rgb(204 251 241 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/100{--tw-gradient-from:rgb(204 251 241 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/15{--tw-gradient-from:rgb(204 251 241 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/20{--tw-gradient-from:rgb(204 251 241 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/25{--tw-gradient-from:rgb(204 251 241 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/30{--tw-gradient-from:rgb(204 251 241 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/35{--tw-gradient-from:rgb(204 251 241 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/40{--tw-gradient-from:rgb(204 251 241 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/45{--tw-gradient-from:rgb(204 251 241 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/5{--tw-gradient-from:rgb(204 251 241 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/50{--tw-gradient-from:rgb(204 251 241 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/55{--tw-gradient-from:rgb(204 251 241 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/60{--tw-gradient-from:rgb(204 251 241 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/65{--tw-gradient-from:rgb(204 251 241 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/70{--tw-gradient-from:rgb(204 251 241 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/75{--tw-gradient-from:rgb(204 251 241 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/80{--tw-gradient-from:rgb(204 251 241 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/85{--tw-gradient-from:rgb(204 251 241 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/90{--tw-gradient-from:rgb(204 251 241 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-100\/95{--tw-gradient-from:rgb(204 251 241 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(204 251 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200{--tw-gradient-from:#99f6e4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/0{--tw-gradient-from:rgb(153 246 228 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/10{--tw-gradient-from:rgb(153 246 228 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/100{--tw-gradient-from:rgb(153 246 228 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/15{--tw-gradient-from:rgb(153 246 228 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/20{--tw-gradient-from:rgb(153 246 228 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/25{--tw-gradient-from:rgb(153 246 228 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/30{--tw-gradient-from:rgb(153 246 228 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/35{--tw-gradient-from:rgb(153 246 228 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/40{--tw-gradient-from:rgb(153 246 228 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/45{--tw-gradient-from:rgb(153 246 228 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/5{--tw-gradient-from:rgb(153 246 228 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/50{--tw-gradient-from:rgb(153 246 228 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/55{--tw-gradient-from:rgb(153 246 228 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/60{--tw-gradient-from:rgb(153 246 228 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/65{--tw-gradient-from:rgb(153 246 228 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/70{--tw-gradient-from:rgb(153 246 228 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/75{--tw-gradient-from:rgb(153 246 228 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/80{--tw-gradient-from:rgb(153 246 228 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/85{--tw-gradient-from:rgb(153 246 228 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/90{--tw-gradient-from:rgb(153 246 228 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-200\/95{--tw-gradient-from:rgb(153 246 228 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(153 246 228 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300{--tw-gradient-from:#5eead4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/0{--tw-gradient-from:rgb(94 234 212 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/10{--tw-gradient-from:rgb(94 234 212 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/100{--tw-gradient-from:rgb(94 234 212 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/15{--tw-gradient-from:rgb(94 234 212 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/20{--tw-gradient-from:rgb(94 234 212 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/25{--tw-gradient-from:rgb(94 234 212 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/30{--tw-gradient-from:rgb(94 234 212 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/35{--tw-gradient-from:rgb(94 234 212 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/40{--tw-gradient-from:rgb(94 234 212 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/45{--tw-gradient-from:rgb(94 234 212 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/5{--tw-gradient-from:rgb(94 234 212 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/50{--tw-gradient-from:rgb(94 234 212 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/55{--tw-gradient-from:rgb(94 234 212 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/60{--tw-gradient-from:rgb(94 234 212 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/65{--tw-gradient-from:rgb(94 234 212 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/70{--tw-gradient-from:rgb(94 234 212 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/75{--tw-gradient-from:rgb(94 234 212 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/80{--tw-gradient-from:rgb(94 234 212 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/85{--tw-gradient-from:rgb(94 234 212 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/90{--tw-gradient-from:rgb(94 234 212 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-300\/95{--tw-gradient-from:rgb(94 234 212 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(94 234 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400{--tw-gradient-from:#2dd4bf var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/0{--tw-gradient-from:rgb(45 212 191 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/10{--tw-gradient-from:rgb(45 212 191 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/100{--tw-gradient-from:rgb(45 212 191 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/15{--tw-gradient-from:rgb(45 212 191 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/20{--tw-gradient-from:rgb(45 212 191 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/25{--tw-gradient-from:rgb(45 212 191 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/30{--tw-gradient-from:rgb(45 212 191 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/35{--tw-gradient-from:rgb(45 212 191 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/40{--tw-gradient-from:rgb(45 212 191 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/45{--tw-gradient-from:rgb(45 212 191 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/5{--tw-gradient-from:rgb(45 212 191 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/50{--tw-gradient-from:rgb(45 212 191 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/55{--tw-gradient-from:rgb(45 212 191 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/60{--tw-gradient-from:rgb(45 212 191 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/65{--tw-gradient-from:rgb(45 212 191 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/70{--tw-gradient-from:rgb(45 212 191 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/75{--tw-gradient-from:rgb(45 212 191 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/80{--tw-gradient-from:rgb(45 212 191 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/85{--tw-gradient-from:rgb(45 212 191 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/90{--tw-gradient-from:rgb(45 212 191 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-400\/95{--tw-gradient-from:rgb(45 212 191 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(45 212 191 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50{--tw-gradient-from:#f0fdfa var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/0{--tw-gradient-from:rgb(240 253 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/10{--tw-gradient-from:rgb(240 253 250 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/100{--tw-gradient-from:rgb(240 253 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/15{--tw-gradient-from:rgb(240 253 250 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/20{--tw-gradient-from:rgb(240 253 250 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/25{--tw-gradient-from:rgb(240 253 250 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/30{--tw-gradient-from:rgb(240 253 250 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/35{--tw-gradient-from:rgb(240 253 250 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/40{--tw-gradient-from:rgb(240 253 250 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/45{--tw-gradient-from:rgb(240 253 250 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/5{--tw-gradient-from:rgb(240 253 250 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/50{--tw-gradient-from:rgb(240 253 250 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/55{--tw-gradient-from:rgb(240 253 250 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/60{--tw-gradient-from:rgb(240 253 250 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/65{--tw-gradient-from:rgb(240 253 250 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/70{--tw-gradient-from:rgb(240 253 250 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/75{--tw-gradient-from:rgb(240 253 250 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/80{--tw-gradient-from:rgb(240 253 250 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/85{--tw-gradient-from:rgb(240 253 250 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/90{--tw-gradient-from:rgb(240 253 250 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-50\/95{--tw-gradient-from:rgb(240 253 250 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(240 253 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500{--tw-gradient-from:#14b8a6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/0{--tw-gradient-from:rgb(20 184 166 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/10{--tw-gradient-from:rgb(20 184 166 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/100{--tw-gradient-from:rgb(20 184 166 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/15{--tw-gradient-from:rgb(20 184 166 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/20{--tw-gradient-from:rgb(20 184 166 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/25{--tw-gradient-from:rgb(20 184 166 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/30{--tw-gradient-from:rgb(20 184 166 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/35{--tw-gradient-from:rgb(20 184 166 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/40{--tw-gradient-from:rgb(20 184 166 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/45{--tw-gradient-from:rgb(20 184 166 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/5{--tw-gradient-from:rgb(20 184 166 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/50{--tw-gradient-from:rgb(20 184 166 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/55{--tw-gradient-from:rgb(20 184 166 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/60{--tw-gradient-from:rgb(20 184 166 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/65{--tw-gradient-from:rgb(20 184 166 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/70{--tw-gradient-from:rgb(20 184 166 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/75{--tw-gradient-from:rgb(20 184 166 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/80{--tw-gradient-from:rgb(20 184 166 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/85{--tw-gradient-from:rgb(20 184 166 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/90{--tw-gradient-from:rgb(20 184 166 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-500\/95{--tw-gradient-from:rgb(20 184 166 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600{--tw-gradient-from:#0d9488 var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/0{--tw-gradient-from:rgb(13 148 136 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/10{--tw-gradient-from:rgb(13 148 136 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/100{--tw-gradient-from:rgb(13 148 136 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/15{--tw-gradient-from:rgb(13 148 136 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/20{--tw-gradient-from:rgb(13 148 136 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/25{--tw-gradient-from:rgb(13 148 136 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/30{--tw-gradient-from:rgb(13 148 136 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/35{--tw-gradient-from:rgb(13 148 136 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/40{--tw-gradient-from:rgb(13 148 136 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/45{--tw-gradient-from:rgb(13 148 136 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/5{--tw-gradient-from:rgb(13 148 136 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/50{--tw-gradient-from:rgb(13 148 136 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/55{--tw-gradient-from:rgb(13 148 136 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/60{--tw-gradient-from:rgb(13 148 136 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/65{--tw-gradient-from:rgb(13 148 136 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/70{--tw-gradient-from:rgb(13 148 136 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/75{--tw-gradient-from:rgb(13 148 136 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/80{--tw-gradient-from:rgb(13 148 136 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/85{--tw-gradient-from:rgb(13 148 136 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/90{--tw-gradient-from:rgb(13 148 136 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-600\/95{--tw-gradient-from:rgb(13 148 136 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(13 148 136 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700{--tw-gradient-from:#0f766e var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/0{--tw-gradient-from:rgb(15 118 110 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/10{--tw-gradient-from:rgb(15 118 110 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/100{--tw-gradient-from:rgb(15 118 110 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/15{--tw-gradient-from:rgb(15 118 110 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/20{--tw-gradient-from:rgb(15 118 110 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/25{--tw-gradient-from:rgb(15 118 110 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/30{--tw-gradient-from:rgb(15 118 110 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/35{--tw-gradient-from:rgb(15 118 110 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/40{--tw-gradient-from:rgb(15 118 110 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/45{--tw-gradient-from:rgb(15 118 110 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/5{--tw-gradient-from:rgb(15 118 110 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/50{--tw-gradient-from:rgb(15 118 110 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/55{--tw-gradient-from:rgb(15 118 110 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/60{--tw-gradient-from:rgb(15 118 110 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/65{--tw-gradient-from:rgb(15 118 110 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/70{--tw-gradient-from:rgb(15 118 110 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/75{--tw-gradient-from:rgb(15 118 110 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/80{--tw-gradient-from:rgb(15 118 110 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/85{--tw-gradient-from:rgb(15 118 110 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/90{--tw-gradient-from:rgb(15 118 110 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-700\/95{--tw-gradient-from:rgb(15 118 110 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 118 110 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800{--tw-gradient-from:#115e59 var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/0{--tw-gradient-from:rgb(17 94 89 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/10{--tw-gradient-from:rgb(17 94 89 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/100{--tw-gradient-from:rgb(17 94 89 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/15{--tw-gradient-from:rgb(17 94 89 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/20{--tw-gradient-from:rgb(17 94 89 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/25{--tw-gradient-from:rgb(17 94 89 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/30{--tw-gradient-from:rgb(17 94 89 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/35{--tw-gradient-from:rgb(17 94 89 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/40{--tw-gradient-from:rgb(17 94 89 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/45{--tw-gradient-from:rgb(17 94 89 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/5{--tw-gradient-from:rgb(17 94 89 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/50{--tw-gradient-from:rgb(17 94 89 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/55{--tw-gradient-from:rgb(17 94 89 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/60{--tw-gradient-from:rgb(17 94 89 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/65{--tw-gradient-from:rgb(17 94 89 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/70{--tw-gradient-from:rgb(17 94 89 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/75{--tw-gradient-from:rgb(17 94 89 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/80{--tw-gradient-from:rgb(17 94 89 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/85{--tw-gradient-from:rgb(17 94 89 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/90{--tw-gradient-from:rgb(17 94 89 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-800\/95{--tw-gradient-from:rgb(17 94 89 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(17 94 89 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900{--tw-gradient-from:#134e4a var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/0{--tw-gradient-from:rgb(19 78 74 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/10{--tw-gradient-from:rgb(19 78 74 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/100{--tw-gradient-from:rgb(19 78 74 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/15{--tw-gradient-from:rgb(19 78 74 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/20{--tw-gradient-from:rgb(19 78 74 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/25{--tw-gradient-from:rgb(19 78 74 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/30{--tw-gradient-from:rgb(19 78 74 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/35{--tw-gradient-from:rgb(19 78 74 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/40{--tw-gradient-from:rgb(19 78 74 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/45{--tw-gradient-from:rgb(19 78 74 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/5{--tw-gradient-from:rgb(19 78 74 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/50{--tw-gradient-from:rgb(19 78 74 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/55{--tw-gradient-from:rgb(19 78 74 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/60{--tw-gradient-from:rgb(19 78 74 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/65{--tw-gradient-from:rgb(19 78 74 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/70{--tw-gradient-from:rgb(19 78 74 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/75{--tw-gradient-from:rgb(19 78 74 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/80{--tw-gradient-from:rgb(19 78 74 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/85{--tw-gradient-from:rgb(19 78 74 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/90{--tw-gradient-from:rgb(19 78 74 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-900\/95{--tw-gradient-from:rgb(19 78 74 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(19 78 74 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950{--tw-gradient-from:#042f2e var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/0{--tw-gradient-from:rgb(4 47 46 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/10{--tw-gradient-from:rgb(4 47 46 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/100{--tw-gradient-from:rgb(4 47 46 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/15{--tw-gradient-from:rgb(4 47 46 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/20{--tw-gradient-from:rgb(4 47 46 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/25{--tw-gradient-from:rgb(4 47 46 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/30{--tw-gradient-from:rgb(4 47 46 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/35{--tw-gradient-from:rgb(4 47 46 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/40{--tw-gradient-from:rgb(4 47 46 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/45{--tw-gradient-from:rgb(4 47 46 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/5{--tw-gradient-from:rgb(4 47 46 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/50{--tw-gradient-from:rgb(4 47 46 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/55{--tw-gradient-from:rgb(4 47 46 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/60{--tw-gradient-from:rgb(4 47 46 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/65{--tw-gradient-from:rgb(4 47 46 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/70{--tw-gradient-from:rgb(4 47 46 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/75{--tw-gradient-from:rgb(4 47 46 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/80{--tw-gradient-from:rgb(4 47 46 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/85{--tw-gradient-from:rgb(4 47 46 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/90{--tw-gradient-from:rgb(4 47 46 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-teal-950\/95{--tw-gradient-from:rgb(4 47 46 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(4 47 46 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-100{--tw-gradient-from:var(--bt-text-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-200{--tw-gradient-from:var(--bt-text-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-300{--tw-gradient-from:var(--bt-text-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-400{--tw-gradient-from:var(--bt-text-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-500{--tw-gradient-from:var(--bt-text-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-600{--tw-gradient-from:var(--bt-text-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-700{--tw-gradient-from:var(--bt-text-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-800{--tw-gradient-from:var(--bt-text-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-900{--tw-gradient-from:var(--bt-text-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-contrastsWithCard{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text{--tw-gradient-from:#848484 var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/0{--tw-gradient-from:rgb(132 132 132 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/10{--tw-gradient-from:rgb(132 132 132 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/100{--tw-gradient-from:rgb(132 132 132 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/15{--tw-gradient-from:rgb(132 132 132 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/20{--tw-gradient-from:rgb(132 132 132 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/25{--tw-gradient-from:rgb(132 132 132 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/30{--tw-gradient-from:rgb(132 132 132 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/35{--tw-gradient-from:rgb(132 132 132 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/40{--tw-gradient-from:rgb(132 132 132 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/45{--tw-gradient-from:rgb(132 132 132 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/5{--tw-gradient-from:rgb(132 132 132 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/50{--tw-gradient-from:rgb(132 132 132 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/55{--tw-gradient-from:rgb(132 132 132 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/60{--tw-gradient-from:rgb(132 132 132 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/65{--tw-gradient-from:rgb(132 132 132 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/70{--tw-gradient-from:rgb(132 132 132 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/75{--tw-gradient-from:rgb(132 132 132 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/80{--tw-gradient-from:rgb(132 132 132 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/85{--tw-gradient-from:rgb(132 132 132 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/90{--tw-gradient-from:rgb(132 132 132 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast-text\/95{--tw-gradient-from:rgb(132 132 132 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-textDark\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-transparent\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100{--tw-gradient-from:#ede9fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/0{--tw-gradient-from:rgb(237 233 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/10{--tw-gradient-from:rgb(237 233 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/100{--tw-gradient-from:rgb(237 233 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/15{--tw-gradient-from:rgb(237 233 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/20{--tw-gradient-from:rgb(237 233 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/25{--tw-gradient-from:rgb(237 233 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/30{--tw-gradient-from:rgb(237 233 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/35{--tw-gradient-from:rgb(237 233 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/40{--tw-gradient-from:rgb(237 233 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/45{--tw-gradient-from:rgb(237 233 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/5{--tw-gradient-from:rgb(237 233 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/50{--tw-gradient-from:rgb(237 233 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/55{--tw-gradient-from:rgb(237 233 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/60{--tw-gradient-from:rgb(237 233 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/65{--tw-gradient-from:rgb(237 233 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/70{--tw-gradient-from:rgb(237 233 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/75{--tw-gradient-from:rgb(237 233 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/80{--tw-gradient-from:rgb(237 233 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/85{--tw-gradient-from:rgb(237 233 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/90{--tw-gradient-from:rgb(237 233 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-100\/95{--tw-gradient-from:rgb(237 233 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200{--tw-gradient-from:#ddd6fe var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/0{--tw-gradient-from:rgb(221 214 254 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/10{--tw-gradient-from:rgb(221 214 254 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/100{--tw-gradient-from:rgb(221 214 254 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/15{--tw-gradient-from:rgb(221 214 254 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/20{--tw-gradient-from:rgb(221 214 254 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/25{--tw-gradient-from:rgb(221 214 254 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/30{--tw-gradient-from:rgb(221 214 254 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/35{--tw-gradient-from:rgb(221 214 254 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/40{--tw-gradient-from:rgb(221 214 254 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/45{--tw-gradient-from:rgb(221 214 254 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/5{--tw-gradient-from:rgb(221 214 254 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/50{--tw-gradient-from:rgb(221 214 254 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/55{--tw-gradient-from:rgb(221 214 254 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/60{--tw-gradient-from:rgb(221 214 254 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/65{--tw-gradient-from:rgb(221 214 254 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/70{--tw-gradient-from:rgb(221 214 254 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/75{--tw-gradient-from:rgb(221 214 254 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/80{--tw-gradient-from:rgb(221 214 254 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/85{--tw-gradient-from:rgb(221 214 254 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/90{--tw-gradient-from:rgb(221 214 254 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-200\/95{--tw-gradient-from:rgb(221 214 254 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(221 214 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300{--tw-gradient-from:#c4b5fd var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/0{--tw-gradient-from:rgb(196 181 253 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/10{--tw-gradient-from:rgb(196 181 253 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/100{--tw-gradient-from:rgb(196 181 253 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/15{--tw-gradient-from:rgb(196 181 253 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/20{--tw-gradient-from:rgb(196 181 253 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/25{--tw-gradient-from:rgb(196 181 253 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/30{--tw-gradient-from:rgb(196 181 253 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/35{--tw-gradient-from:rgb(196 181 253 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/40{--tw-gradient-from:rgb(196 181 253 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/45{--tw-gradient-from:rgb(196 181 253 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/5{--tw-gradient-from:rgb(196 181 253 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/50{--tw-gradient-from:rgb(196 181 253 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/55{--tw-gradient-from:rgb(196 181 253 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/60{--tw-gradient-from:rgb(196 181 253 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/65{--tw-gradient-from:rgb(196 181 253 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/70{--tw-gradient-from:rgb(196 181 253 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/75{--tw-gradient-from:rgb(196 181 253 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/80{--tw-gradient-from:rgb(196 181 253 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/85{--tw-gradient-from:rgb(196 181 253 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/90{--tw-gradient-from:rgb(196 181 253 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-300\/95{--tw-gradient-from:rgb(196 181 253 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(196 181 253 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400{--tw-gradient-from:#a78bfa var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/0{--tw-gradient-from:rgb(167 139 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/10{--tw-gradient-from:rgb(167 139 250 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/100{--tw-gradient-from:rgb(167 139 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/15{--tw-gradient-from:rgb(167 139 250 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/20{--tw-gradient-from:rgb(167 139 250 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/25{--tw-gradient-from:rgb(167 139 250 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/30{--tw-gradient-from:rgb(167 139 250 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/35{--tw-gradient-from:rgb(167 139 250 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/40{--tw-gradient-from:rgb(167 139 250 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/45{--tw-gradient-from:rgb(167 139 250 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/5{--tw-gradient-from:rgb(167 139 250 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/50{--tw-gradient-from:rgb(167 139 250 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/55{--tw-gradient-from:rgb(167 139 250 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/60{--tw-gradient-from:rgb(167 139 250 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/65{--tw-gradient-from:rgb(167 139 250 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/70{--tw-gradient-from:rgb(167 139 250 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/75{--tw-gradient-from:rgb(167 139 250 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/80{--tw-gradient-from:rgb(167 139 250 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/85{--tw-gradient-from:rgb(167 139 250 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/90{--tw-gradient-from:rgb(167 139 250 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-400\/95{--tw-gradient-from:rgb(167 139 250 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(167 139 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50{--tw-gradient-from:#f5f3ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/0{--tw-gradient-from:rgb(245 243 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/10{--tw-gradient-from:rgb(245 243 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/100{--tw-gradient-from:rgb(245 243 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/15{--tw-gradient-from:rgb(245 243 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/20{--tw-gradient-from:rgb(245 243 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/25{--tw-gradient-from:rgb(245 243 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/30{--tw-gradient-from:rgb(245 243 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/35{--tw-gradient-from:rgb(245 243 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/40{--tw-gradient-from:rgb(245 243 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/45{--tw-gradient-from:rgb(245 243 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/5{--tw-gradient-from:rgb(245 243 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/50{--tw-gradient-from:rgb(245 243 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/55{--tw-gradient-from:rgb(245 243 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/60{--tw-gradient-from:rgb(245 243 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/65{--tw-gradient-from:rgb(245 243 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/70{--tw-gradient-from:rgb(245 243 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/75{--tw-gradient-from:rgb(245 243 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/80{--tw-gradient-from:rgb(245 243 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/85{--tw-gradient-from:rgb(245 243 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/90{--tw-gradient-from:rgb(245 243 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-50\/95{--tw-gradient-from:rgb(245 243 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500{--tw-gradient-from:#8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/0{--tw-gradient-from:rgb(139 92 246 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/10{--tw-gradient-from:rgb(139 92 246 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/100{--tw-gradient-from:rgb(139 92 246 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/15{--tw-gradient-from:rgb(139 92 246 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/20{--tw-gradient-from:rgb(139 92 246 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/25{--tw-gradient-from:rgb(139 92 246 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/30{--tw-gradient-from:rgb(139 92 246 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/35{--tw-gradient-from:rgb(139 92 246 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/40{--tw-gradient-from:rgb(139 92 246 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/45{--tw-gradient-from:rgb(139 92 246 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/5{--tw-gradient-from:rgb(139 92 246 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/50{--tw-gradient-from:rgb(139 92 246 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/55{--tw-gradient-from:rgb(139 92 246 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/60{--tw-gradient-from:rgb(139 92 246 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/65{--tw-gradient-from:rgb(139 92 246 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/70{--tw-gradient-from:rgb(139 92 246 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/75{--tw-gradient-from:rgb(139 92 246 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/80{--tw-gradient-from:rgb(139 92 246 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/85{--tw-gradient-from:rgb(139 92 246 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/90{--tw-gradient-from:rgb(139 92 246 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-500\/95{--tw-gradient-from:rgb(139 92 246 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600{--tw-gradient-from:#7c3aed var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/0{--tw-gradient-from:rgb(124 58 237 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/10{--tw-gradient-from:rgb(124 58 237 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/100{--tw-gradient-from:rgb(124 58 237 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/15{--tw-gradient-from:rgb(124 58 237 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/20{--tw-gradient-from:rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/25{--tw-gradient-from:rgb(124 58 237 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/30{--tw-gradient-from:rgb(124 58 237 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/35{--tw-gradient-from:rgb(124 58 237 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/40{--tw-gradient-from:rgb(124 58 237 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/45{--tw-gradient-from:rgb(124 58 237 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/5{--tw-gradient-from:rgb(124 58 237 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/50{--tw-gradient-from:rgb(124 58 237 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/55{--tw-gradient-from:rgb(124 58 237 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/60{--tw-gradient-from:rgb(124 58 237 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/65{--tw-gradient-from:rgb(124 58 237 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/70{--tw-gradient-from:rgb(124 58 237 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/75{--tw-gradient-from:rgb(124 58 237 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/80{--tw-gradient-from:rgb(124 58 237 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/85{--tw-gradient-from:rgb(124 58 237 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/90{--tw-gradient-from:rgb(124 58 237 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-600\/95{--tw-gradient-from:rgb(124 58 237 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700{--tw-gradient-from:#6d28d9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/0{--tw-gradient-from:rgb(109 40 217 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/10{--tw-gradient-from:rgb(109 40 217 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/100{--tw-gradient-from:rgb(109 40 217 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/15{--tw-gradient-from:rgb(109 40 217 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/20{--tw-gradient-from:rgb(109 40 217 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/25{--tw-gradient-from:rgb(109 40 217 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/30{--tw-gradient-from:rgb(109 40 217 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/35{--tw-gradient-from:rgb(109 40 217 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/40{--tw-gradient-from:rgb(109 40 217 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/45{--tw-gradient-from:rgb(109 40 217 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/5{--tw-gradient-from:rgb(109 40 217 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/50{--tw-gradient-from:rgb(109 40 217 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/55{--tw-gradient-from:rgb(109 40 217 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/60{--tw-gradient-from:rgb(109 40 217 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/65{--tw-gradient-from:rgb(109 40 217 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/70{--tw-gradient-from:rgb(109 40 217 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/75{--tw-gradient-from:rgb(109 40 217 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/80{--tw-gradient-from:rgb(109 40 217 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/85{--tw-gradient-from:rgb(109 40 217 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/90{--tw-gradient-from:rgb(109 40 217 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-700\/95{--tw-gradient-from:rgb(109 40 217 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(109 40 217 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800{--tw-gradient-from:#5b21b6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/0{--tw-gradient-from:rgb(91 33 182 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/10{--tw-gradient-from:rgb(91 33 182 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/100{--tw-gradient-from:rgb(91 33 182 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/15{--tw-gradient-from:rgb(91 33 182 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/20{--tw-gradient-from:rgb(91 33 182 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/25{--tw-gradient-from:rgb(91 33 182 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/30{--tw-gradient-from:rgb(91 33 182 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/35{--tw-gradient-from:rgb(91 33 182 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/40{--tw-gradient-from:rgb(91 33 182 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/45{--tw-gradient-from:rgb(91 33 182 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/5{--tw-gradient-from:rgb(91 33 182 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/50{--tw-gradient-from:rgb(91 33 182 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/55{--tw-gradient-from:rgb(91 33 182 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/60{--tw-gradient-from:rgb(91 33 182 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/65{--tw-gradient-from:rgb(91 33 182 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/70{--tw-gradient-from:rgb(91 33 182 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/75{--tw-gradient-from:rgb(91 33 182 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/80{--tw-gradient-from:rgb(91 33 182 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/85{--tw-gradient-from:rgb(91 33 182 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/90{--tw-gradient-from:rgb(91 33 182 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-800\/95{--tw-gradient-from:rgb(91 33 182 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(91 33 182 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900{--tw-gradient-from:#4c1d95 var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/0{--tw-gradient-from:rgb(76 29 149 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/10{--tw-gradient-from:rgb(76 29 149 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/100{--tw-gradient-from:rgb(76 29 149 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/15{--tw-gradient-from:rgb(76 29 149 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/20{--tw-gradient-from:rgb(76 29 149 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/25{--tw-gradient-from:rgb(76 29 149 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/30{--tw-gradient-from:rgb(76 29 149 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/35{--tw-gradient-from:rgb(76 29 149 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/40{--tw-gradient-from:rgb(76 29 149 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/45{--tw-gradient-from:rgb(76 29 149 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/5{--tw-gradient-from:rgb(76 29 149 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/50{--tw-gradient-from:rgb(76 29 149 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/55{--tw-gradient-from:rgb(76 29 149 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/60{--tw-gradient-from:rgb(76 29 149 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/65{--tw-gradient-from:rgb(76 29 149 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/70{--tw-gradient-from:rgb(76 29 149 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/75{--tw-gradient-from:rgb(76 29 149 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/80{--tw-gradient-from:rgb(76 29 149 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/85{--tw-gradient-from:rgb(76 29 149 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/90{--tw-gradient-from:rgb(76 29 149 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-900\/95{--tw-gradient-from:rgb(76 29 149 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(76 29 149 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950{--tw-gradient-from:#2e1065 var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/0{--tw-gradient-from:rgb(46 16 101 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/10{--tw-gradient-from:rgb(46 16 101 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/100{--tw-gradient-from:rgb(46 16 101 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/15{--tw-gradient-from:rgb(46 16 101 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/20{--tw-gradient-from:rgb(46 16 101 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/25{--tw-gradient-from:rgb(46 16 101 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/30{--tw-gradient-from:rgb(46 16 101 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/35{--tw-gradient-from:rgb(46 16 101 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/40{--tw-gradient-from:rgb(46 16 101 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/45{--tw-gradient-from:rgb(46 16 101 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/5{--tw-gradient-from:rgb(46 16 101 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/50{--tw-gradient-from:rgb(46 16 101 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/55{--tw-gradient-from:rgb(46 16 101 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/60{--tw-gradient-from:rgb(46 16 101 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/65{--tw-gradient-from:rgb(46 16 101 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/70{--tw-gradient-from:rgb(46 16 101 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/75{--tw-gradient-from:rgb(46 16 101 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/80{--tw-gradient-from:rgb(46 16 101 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/85{--tw-gradient-from:rgb(46 16 101 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/90{--tw-gradient-from:rgb(46 16 101 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-violet-950\/95{--tw-gradient-from:rgb(46 16 101 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning{--tw-gradient-from:#ffa800 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-100{--tw-gradient-from:var(--bt-warning-100) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-200{--tw-gradient-from:var(--bt-warning-200) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-300{--tw-gradient-from:var(--bt-warning-300) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-400{--tw-gradient-from:var(--bt-warning-400) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-500{--tw-gradient-from:var(--bt-warning-500) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-600{--tw-gradient-from:var(--bt-warning-600) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-700{--tw-gradient-from:var(--bt-warning-700) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-800{--tw-gradient-from:var(--bt-warning-800) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-900{--tw-gradient-from:var(--bt-warning-900) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrast\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-isDark{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast-text\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text{--tw-gradient-from:#ffa800 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast{--tw-gradient-from:#000 var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/0{--tw-gradient-from:rgb(0 0 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/10{--tw-gradient-from:rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/100{--tw-gradient-from:rgb(0 0 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/15{--tw-gradient-from:rgb(0 0 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/20{--tw-gradient-from:rgb(0 0 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/25{--tw-gradient-from:rgb(0 0 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/30{--tw-gradient-from:rgb(0 0 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/35{--tw-gradient-from:rgb(0 0 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/40{--tw-gradient-from:rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/45{--tw-gradient-from:rgb(0 0 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/5{--tw-gradient-from:rgb(0 0 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/50{--tw-gradient-from:rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/55{--tw-gradient-from:rgb(0 0 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/60{--tw-gradient-from:rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/65{--tw-gradient-from:rgb(0 0 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/70{--tw-gradient-from:rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/75{--tw-gradient-from:rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/80{--tw-gradient-from:rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/85{--tw-gradient-from:rgb(0 0 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/90{--tw-gradient-from:rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrast\/95{--tw-gradient-from:rgb(0 0 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-contrastsWithCard{--tw-gradient-from:true var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-isDark{--tw-gradient-from:false var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text{--tw-gradient-from:#ffa800 var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/0{--tw-gradient-from:rgb(255 168 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/10{--tw-gradient-from:rgb(255 168 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/100{--tw-gradient-from:rgb(255 168 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/15{--tw-gradient-from:rgb(255 168 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/20{--tw-gradient-from:rgb(255 168 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/25{--tw-gradient-from:rgb(255 168 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/30{--tw-gradient-from:rgb(255 168 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/35{--tw-gradient-from:rgb(255 168 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/40{--tw-gradient-from:rgb(255 168 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/45{--tw-gradient-from:rgb(255 168 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/5{--tw-gradient-from:rgb(255 168 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/50{--tw-gradient-from:rgb(255 168 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/55{--tw-gradient-from:rgb(255 168 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/60{--tw-gradient-from:rgb(255 168 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/65{--tw-gradient-from:rgb(255 168 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/70{--tw-gradient-from:rgb(255 168 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/75{--tw-gradient-from:rgb(255 168 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/80{--tw-gradient-from:rgb(255 168 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/85{--tw-gradient-from:rgb(255 168 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/90{--tw-gradient-from:rgb(255 168 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text-text\/95{--tw-gradient-from:rgb(255 168 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/0{--tw-gradient-from:rgb(255 168 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/10{--tw-gradient-from:rgb(255 168 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/100{--tw-gradient-from:rgb(255 168 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/15{--tw-gradient-from:rgb(255 168 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/20{--tw-gradient-from:rgb(255 168 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/25{--tw-gradient-from:rgb(255 168 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/30{--tw-gradient-from:rgb(255 168 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/35{--tw-gradient-from:rgb(255 168 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/40{--tw-gradient-from:rgb(255 168 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/45{--tw-gradient-from:rgb(255 168 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/5{--tw-gradient-from:rgb(255 168 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/50{--tw-gradient-from:rgb(255 168 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/55{--tw-gradient-from:rgb(255 168 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/60{--tw-gradient-from:rgb(255 168 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/65{--tw-gradient-from:rgb(255 168 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/70{--tw-gradient-from:rgb(255 168 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/75{--tw-gradient-from:rgb(255 168 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/80{--tw-gradient-from:rgb(255 168 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/85{--tw-gradient-from:rgb(255 168 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/90{--tw-gradient-from:rgb(255 168 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning-text\/95{--tw-gradient-from:rgb(255 168 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/0{--tw-gradient-from:rgb(255 168 0 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/10{--tw-gradient-from:rgb(255 168 0 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/100{--tw-gradient-from:rgb(255 168 0 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/15{--tw-gradient-from:rgb(255 168 0 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/20{--tw-gradient-from:rgb(255 168 0 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/25{--tw-gradient-from:rgb(255 168 0 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/30{--tw-gradient-from:rgb(255 168 0 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/35{--tw-gradient-from:rgb(255 168 0 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/40{--tw-gradient-from:rgb(255 168 0 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/45{--tw-gradient-from:rgb(255 168 0 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/5{--tw-gradient-from:rgb(255 168 0 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/50{--tw-gradient-from:rgb(255 168 0 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/55{--tw-gradient-from:rgb(255 168 0 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/60{--tw-gradient-from:rgb(255 168 0 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/65{--tw-gradient-from:rgb(255 168 0 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/70{--tw-gradient-from:rgb(255 168 0 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/75{--tw-gradient-from:rgb(255 168 0 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/80{--tw-gradient-from:rgb(255 168 0 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/85{--tw-gradient-from:rgb(255 168 0 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/90{--tw-gradient-from:rgb(255 168 0 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-warning\/95{--tw-gradient-from:rgb(255 168 0 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white{--tw-gradient-from:#fff var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/0{--tw-gradient-from:rgb(255 255 255 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/10{--tw-gradient-from:rgb(255 255 255 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/100{--tw-gradient-from:rgb(255 255 255 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/15{--tw-gradient-from:rgb(255 255 255 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/20{--tw-gradient-from:rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/25{--tw-gradient-from:rgb(255 255 255 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/30{--tw-gradient-from:rgb(255 255 255 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/35{--tw-gradient-from:rgb(255 255 255 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/40{--tw-gradient-from:rgb(255 255 255 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/45{--tw-gradient-from:rgb(255 255 255 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/5{--tw-gradient-from:rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/50{--tw-gradient-from:rgb(255 255 255 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/55{--tw-gradient-from:rgb(255 255 255 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/60{--tw-gradient-from:rgb(255 255 255 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/65{--tw-gradient-from:rgb(255 255 255 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/70{--tw-gradient-from:rgb(255 255 255 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/75{--tw-gradient-from:rgb(255 255 255 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/80{--tw-gradient-from:rgb(255 255 255 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/85{--tw-gradient-from:rgb(255 255 255 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/90{--tw-gradient-from:rgb(255 255 255 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-white\/95{--tw-gradient-from:rgb(255 255 255 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100{--tw-gradient-from:#fef9c3 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/0{--tw-gradient-from:rgb(254 249 195 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/10{--tw-gradient-from:rgb(254 249 195 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/100{--tw-gradient-from:rgb(254 249 195 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/15{--tw-gradient-from:rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/20{--tw-gradient-from:rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/25{--tw-gradient-from:rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/30{--tw-gradient-from:rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/35{--tw-gradient-from:rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/40{--tw-gradient-from:rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/45{--tw-gradient-from:rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/5{--tw-gradient-from:rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/50{--tw-gradient-from:rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/55{--tw-gradient-from:rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/60{--tw-gradient-from:rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/65{--tw-gradient-from:rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/70{--tw-gradient-from:rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/75{--tw-gradient-from:rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/80{--tw-gradient-from:rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/85{--tw-gradient-from:rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/90{--tw-gradient-from:rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-100\/95{--tw-gradient-from:rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 249 195 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200{--tw-gradient-from:#fef08a var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/0{--tw-gradient-from:rgb(254 240 138 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/10{--tw-gradient-from:rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/100{--tw-gradient-from:rgb(254 240 138 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/15{--tw-gradient-from:rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/20{--tw-gradient-from:rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/25{--tw-gradient-from:rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/30{--tw-gradient-from:rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/35{--tw-gradient-from:rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/40{--tw-gradient-from:rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/45{--tw-gradient-from:rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/5{--tw-gradient-from:rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/50{--tw-gradient-from:rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/55{--tw-gradient-from:rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/60{--tw-gradient-from:rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/65{--tw-gradient-from:rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/70{--tw-gradient-from:rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/75{--tw-gradient-from:rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/80{--tw-gradient-from:rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/85{--tw-gradient-from:rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/90{--tw-gradient-from:rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-200\/95{--tw-gradient-from:rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 240 138 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300{--tw-gradient-from:#fde047 var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/0{--tw-gradient-from:rgb(253 224 71 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/10{--tw-gradient-from:rgb(253 224 71 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/100{--tw-gradient-from:rgb(253 224 71 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/15{--tw-gradient-from:rgb(253 224 71 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/20{--tw-gradient-from:rgb(253 224 71 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/25{--tw-gradient-from:rgb(253 224 71 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/30{--tw-gradient-from:rgb(253 224 71 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/35{--tw-gradient-from:rgb(253 224 71 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/40{--tw-gradient-from:rgb(253 224 71 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/45{--tw-gradient-from:rgb(253 224 71 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/5{--tw-gradient-from:rgb(253 224 71 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/50{--tw-gradient-from:rgb(253 224 71 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/55{--tw-gradient-from:rgb(253 224 71 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/60{--tw-gradient-from:rgb(253 224 71 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/65{--tw-gradient-from:rgb(253 224 71 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/70{--tw-gradient-from:rgb(253 224 71 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/75{--tw-gradient-from:rgb(253 224 71 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/80{--tw-gradient-from:rgb(253 224 71 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/85{--tw-gradient-from:rgb(253 224 71 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/90{--tw-gradient-from:rgb(253 224 71 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-300\/95{--tw-gradient-from:rgb(253 224 71 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(253 224 71 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400{--tw-gradient-from:#facc15 var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/0{--tw-gradient-from:rgb(250 204 21 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/10{--tw-gradient-from:rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/100{--tw-gradient-from:rgb(250 204 21 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/15{--tw-gradient-from:rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/20{--tw-gradient-from:rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/25{--tw-gradient-from:rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/30{--tw-gradient-from:rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/35{--tw-gradient-from:rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/40{--tw-gradient-from:rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/45{--tw-gradient-from:rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/5{--tw-gradient-from:rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/50{--tw-gradient-from:rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/55{--tw-gradient-from:rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/60{--tw-gradient-from:rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/65{--tw-gradient-from:rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/70{--tw-gradient-from:rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/75{--tw-gradient-from:rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/80{--tw-gradient-from:rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/85{--tw-gradient-from:rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/90{--tw-gradient-from:rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-400\/95{--tw-gradient-from:rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 204 21 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50{--tw-gradient-from:#fefce8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/0{--tw-gradient-from:rgb(254 252 232 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/10{--tw-gradient-from:rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/100{--tw-gradient-from:rgb(254 252 232 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/15{--tw-gradient-from:rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/20{--tw-gradient-from:rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/25{--tw-gradient-from:rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/30{--tw-gradient-from:rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/35{--tw-gradient-from:rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/40{--tw-gradient-from:rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/45{--tw-gradient-from:rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/5{--tw-gradient-from:rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/50{--tw-gradient-from:rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/55{--tw-gradient-from:rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/60{--tw-gradient-from:rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/65{--tw-gradient-from:rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/70{--tw-gradient-from:rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/75{--tw-gradient-from:rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/80{--tw-gradient-from:rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/85{--tw-gradient-from:rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/90{--tw-gradient-from:rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-50\/95{--tw-gradient-from:rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500{--tw-gradient-from:#eab308 var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/0{--tw-gradient-from:rgb(234 179 8 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/10{--tw-gradient-from:rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/100{--tw-gradient-from:rgb(234 179 8 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/15{--tw-gradient-from:rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/20{--tw-gradient-from:rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/25{--tw-gradient-from:rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/30{--tw-gradient-from:rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/35{--tw-gradient-from:rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/40{--tw-gradient-from:rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/45{--tw-gradient-from:rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/5{--tw-gradient-from:rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/50{--tw-gradient-from:rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/55{--tw-gradient-from:rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/60{--tw-gradient-from:rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/65{--tw-gradient-from:rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/70{--tw-gradient-from:rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/75{--tw-gradient-from:rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/80{--tw-gradient-from:rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/85{--tw-gradient-from:rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/90{--tw-gradient-from:rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-500\/95{--tw-gradient-from:rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(234 179 8 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600{--tw-gradient-from:#ca8a04 var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/0{--tw-gradient-from:rgb(202 138 4 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/10{--tw-gradient-from:rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/100{--tw-gradient-from:rgb(202 138 4 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/15{--tw-gradient-from:rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/20{--tw-gradient-from:rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/25{--tw-gradient-from:rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/30{--tw-gradient-from:rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/35{--tw-gradient-from:rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/40{--tw-gradient-from:rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/45{--tw-gradient-from:rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/5{--tw-gradient-from:rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/50{--tw-gradient-from:rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/55{--tw-gradient-from:rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/60{--tw-gradient-from:rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/65{--tw-gradient-from:rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/70{--tw-gradient-from:rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/75{--tw-gradient-from:rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/80{--tw-gradient-from:rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/85{--tw-gradient-from:rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/90{--tw-gradient-from:rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-600\/95{--tw-gradient-from:rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(202 138 4 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700{--tw-gradient-from:#a16207 var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/0{--tw-gradient-from:rgb(161 98 7 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/10{--tw-gradient-from:rgb(161 98 7 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/100{--tw-gradient-from:rgb(161 98 7 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/15{--tw-gradient-from:rgb(161 98 7 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/20{--tw-gradient-from:rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/25{--tw-gradient-from:rgb(161 98 7 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/30{--tw-gradient-from:rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/35{--tw-gradient-from:rgb(161 98 7 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/40{--tw-gradient-from:rgb(161 98 7 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/45{--tw-gradient-from:rgb(161 98 7 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/5{--tw-gradient-from:rgb(161 98 7 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/50{--tw-gradient-from:rgb(161 98 7 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/55{--tw-gradient-from:rgb(161 98 7 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/60{--tw-gradient-from:rgb(161 98 7 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/65{--tw-gradient-from:rgb(161 98 7 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/70{--tw-gradient-from:rgb(161 98 7 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/75{--tw-gradient-from:rgb(161 98 7 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/80{--tw-gradient-from:rgb(161 98 7 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/85{--tw-gradient-from:rgb(161 98 7 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/90{--tw-gradient-from:rgb(161 98 7 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-700\/95{--tw-gradient-from:rgb(161 98 7 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 98 7 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800{--tw-gradient-from:#854d0e var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/0{--tw-gradient-from:rgb(133 77 14 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/10{--tw-gradient-from:rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/100{--tw-gradient-from:rgb(133 77 14 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/15{--tw-gradient-from:rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/20{--tw-gradient-from:rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/25{--tw-gradient-from:rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/30{--tw-gradient-from:rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/35{--tw-gradient-from:rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/40{--tw-gradient-from:rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/45{--tw-gradient-from:rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/5{--tw-gradient-from:rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/50{--tw-gradient-from:rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/55{--tw-gradient-from:rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/60{--tw-gradient-from:rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/65{--tw-gradient-from:rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/70{--tw-gradient-from:rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/75{--tw-gradient-from:rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/80{--tw-gradient-from:rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/85{--tw-gradient-from:rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/90{--tw-gradient-from:rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-800\/95{--tw-gradient-from:rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(133 77 14 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900{--tw-gradient-from:#713f12 var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/0{--tw-gradient-from:rgb(113 63 18 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/10{--tw-gradient-from:rgb(113 63 18 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/100{--tw-gradient-from:rgb(113 63 18 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/15{--tw-gradient-from:rgb(113 63 18 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/20{--tw-gradient-from:rgb(113 63 18 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/25{--tw-gradient-from:rgb(113 63 18 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/30{--tw-gradient-from:rgb(113 63 18 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/35{--tw-gradient-from:rgb(113 63 18 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/40{--tw-gradient-from:rgb(113 63 18 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/45{--tw-gradient-from:rgb(113 63 18 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/5{--tw-gradient-from:rgb(113 63 18 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/50{--tw-gradient-from:rgb(113 63 18 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/55{--tw-gradient-from:rgb(113 63 18 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/60{--tw-gradient-from:rgb(113 63 18 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/65{--tw-gradient-from:rgb(113 63 18 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/70{--tw-gradient-from:rgb(113 63 18 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/75{--tw-gradient-from:rgb(113 63 18 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/80{--tw-gradient-from:rgb(113 63 18 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/85{--tw-gradient-from:rgb(113 63 18 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/90{--tw-gradient-from:rgb(113 63 18 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-900\/95{--tw-gradient-from:rgb(113 63 18 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 63 18 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950{--tw-gradient-from:#422006 var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/0{--tw-gradient-from:rgb(66 32 6 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/10{--tw-gradient-from:rgb(66 32 6 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/100{--tw-gradient-from:rgb(66 32 6 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/15{--tw-gradient-from:rgb(66 32 6 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/20{--tw-gradient-from:rgb(66 32 6 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/25{--tw-gradient-from:rgb(66 32 6 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/30{--tw-gradient-from:rgb(66 32 6 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/35{--tw-gradient-from:rgb(66 32 6 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/40{--tw-gradient-from:rgb(66 32 6 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/45{--tw-gradient-from:rgb(66 32 6 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/5{--tw-gradient-from:rgb(66 32 6 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/50{--tw-gradient-from:rgb(66 32 6 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/55{--tw-gradient-from:rgb(66 32 6 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/60{--tw-gradient-from:rgb(66 32 6 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/65{--tw-gradient-from:rgb(66 32 6 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/70{--tw-gradient-from:rgb(66 32 6 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/75{--tw-gradient-from:rgb(66 32 6 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/80{--tw-gradient-from:rgb(66 32 6 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/85{--tw-gradient-from:rgb(66 32 6 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/90{--tw-gradient-from:rgb(66 32 6 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-yellow-950\/95{--tw-gradient-from:rgb(66 32 6 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(66 32 6 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100{--tw-gradient-from:#f4f4f5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/0{--tw-gradient-from:rgb(244 244 245 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/10{--tw-gradient-from:rgb(244 244 245 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/100{--tw-gradient-from:rgb(244 244 245 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/15{--tw-gradient-from:rgb(244 244 245 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/20{--tw-gradient-from:rgb(244 244 245 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/25{--tw-gradient-from:rgb(244 244 245 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/30{--tw-gradient-from:rgb(244 244 245 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/35{--tw-gradient-from:rgb(244 244 245 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/40{--tw-gradient-from:rgb(244 244 245 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/45{--tw-gradient-from:rgb(244 244 245 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/5{--tw-gradient-from:rgb(244 244 245 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/50{--tw-gradient-from:rgb(244 244 245 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/55{--tw-gradient-from:rgb(244 244 245 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/60{--tw-gradient-from:rgb(244 244 245 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/65{--tw-gradient-from:rgb(244 244 245 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/70{--tw-gradient-from:rgb(244 244 245 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/75{--tw-gradient-from:rgb(244 244 245 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/80{--tw-gradient-from:rgb(244 244 245 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/85{--tw-gradient-from:rgb(244 244 245 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/90{--tw-gradient-from:rgb(244 244 245 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-100\/95{--tw-gradient-from:rgb(244 244 245 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(244 244 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200{--tw-gradient-from:#e4e4e7 var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/0{--tw-gradient-from:rgb(228 228 231 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/10{--tw-gradient-from:rgb(228 228 231 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/100{--tw-gradient-from:rgb(228 228 231 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/15{--tw-gradient-from:rgb(228 228 231 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/20{--tw-gradient-from:rgb(228 228 231 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/25{--tw-gradient-from:rgb(228 228 231 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/30{--tw-gradient-from:rgb(228 228 231 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/35{--tw-gradient-from:rgb(228 228 231 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/40{--tw-gradient-from:rgb(228 228 231 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/45{--tw-gradient-from:rgb(228 228 231 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/5{--tw-gradient-from:rgb(228 228 231 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/50{--tw-gradient-from:rgb(228 228 231 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/55{--tw-gradient-from:rgb(228 228 231 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/60{--tw-gradient-from:rgb(228 228 231 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/65{--tw-gradient-from:rgb(228 228 231 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/70{--tw-gradient-from:rgb(228 228 231 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/75{--tw-gradient-from:rgb(228 228 231 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/80{--tw-gradient-from:rgb(228 228 231 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/85{--tw-gradient-from:rgb(228 228 231 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/90{--tw-gradient-from:rgb(228 228 231 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-200\/95{--tw-gradient-from:rgb(228 228 231 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(228 228 231 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300{--tw-gradient-from:#d4d4d8 var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/0{--tw-gradient-from:rgb(212 212 216 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/10{--tw-gradient-from:rgb(212 212 216 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/100{--tw-gradient-from:rgb(212 212 216 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/15{--tw-gradient-from:rgb(212 212 216 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/20{--tw-gradient-from:rgb(212 212 216 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/25{--tw-gradient-from:rgb(212 212 216 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/30{--tw-gradient-from:rgb(212 212 216 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/35{--tw-gradient-from:rgb(212 212 216 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/40{--tw-gradient-from:rgb(212 212 216 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/45{--tw-gradient-from:rgb(212 212 216 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/5{--tw-gradient-from:rgb(212 212 216 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/50{--tw-gradient-from:rgb(212 212 216 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/55{--tw-gradient-from:rgb(212 212 216 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/60{--tw-gradient-from:rgb(212 212 216 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/65{--tw-gradient-from:rgb(212 212 216 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/70{--tw-gradient-from:rgb(212 212 216 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/75{--tw-gradient-from:rgb(212 212 216 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/80{--tw-gradient-from:rgb(212 212 216 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/85{--tw-gradient-from:rgb(212 212 216 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/90{--tw-gradient-from:rgb(212 212 216 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-300\/95{--tw-gradient-from:rgb(212 212 216 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(212 212 216 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400{--tw-gradient-from:#a1a1aa var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/0{--tw-gradient-from:rgb(161 161 170 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/10{--tw-gradient-from:rgb(161 161 170 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/100{--tw-gradient-from:rgb(161 161 170 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/15{--tw-gradient-from:rgb(161 161 170 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/20{--tw-gradient-from:rgb(161 161 170 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/25{--tw-gradient-from:rgb(161 161 170 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/30{--tw-gradient-from:rgb(161 161 170 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/35{--tw-gradient-from:rgb(161 161 170 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/40{--tw-gradient-from:rgb(161 161 170 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/45{--tw-gradient-from:rgb(161 161 170 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/5{--tw-gradient-from:rgb(161 161 170 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/50{--tw-gradient-from:rgb(161 161 170 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/55{--tw-gradient-from:rgb(161 161 170 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/60{--tw-gradient-from:rgb(161 161 170 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/65{--tw-gradient-from:rgb(161 161 170 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/70{--tw-gradient-from:rgb(161 161 170 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/75{--tw-gradient-from:rgb(161 161 170 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/80{--tw-gradient-from:rgb(161 161 170 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/85{--tw-gradient-from:rgb(161 161 170 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/90{--tw-gradient-from:rgb(161 161 170 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-400\/95{--tw-gradient-from:rgb(161 161 170 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(161 161 170 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50{--tw-gradient-from:#fafafa var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/0{--tw-gradient-from:rgb(250 250 250 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/10{--tw-gradient-from:rgb(250 250 250 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/100{--tw-gradient-from:rgb(250 250 250 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/15{--tw-gradient-from:rgb(250 250 250 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/20{--tw-gradient-from:rgb(250 250 250 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/25{--tw-gradient-from:rgb(250 250 250 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/30{--tw-gradient-from:rgb(250 250 250 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/35{--tw-gradient-from:rgb(250 250 250 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/40{--tw-gradient-from:rgb(250 250 250 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/45{--tw-gradient-from:rgb(250 250 250 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/5{--tw-gradient-from:rgb(250 250 250 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/50{--tw-gradient-from:rgb(250 250 250 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/55{--tw-gradient-from:rgb(250 250 250 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/60{--tw-gradient-from:rgb(250 250 250 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/65{--tw-gradient-from:rgb(250 250 250 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/70{--tw-gradient-from:rgb(250 250 250 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/75{--tw-gradient-from:rgb(250 250 250 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/80{--tw-gradient-from:rgb(250 250 250 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/85{--tw-gradient-from:rgb(250 250 250 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/90{--tw-gradient-from:rgb(250 250 250 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-50\/95{--tw-gradient-from:rgb(250 250 250 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(250 250 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500{--tw-gradient-from:#71717a var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/0{--tw-gradient-from:rgb(113 113 122 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/10{--tw-gradient-from:rgb(113 113 122 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/100{--tw-gradient-from:rgb(113 113 122 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/15{--tw-gradient-from:rgb(113 113 122 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/20{--tw-gradient-from:rgb(113 113 122 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/25{--tw-gradient-from:rgb(113 113 122 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/30{--tw-gradient-from:rgb(113 113 122 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/35{--tw-gradient-from:rgb(113 113 122 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/40{--tw-gradient-from:rgb(113 113 122 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/45{--tw-gradient-from:rgb(113 113 122 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/5{--tw-gradient-from:rgb(113 113 122 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/50{--tw-gradient-from:rgb(113 113 122 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/55{--tw-gradient-from:rgb(113 113 122 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/60{--tw-gradient-from:rgb(113 113 122 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/65{--tw-gradient-from:rgb(113 113 122 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/70{--tw-gradient-from:rgb(113 113 122 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/75{--tw-gradient-from:rgb(113 113 122 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/80{--tw-gradient-from:rgb(113 113 122 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/85{--tw-gradient-from:rgb(113 113 122 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/90{--tw-gradient-from:rgb(113 113 122 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-500\/95{--tw-gradient-from:rgb(113 113 122 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(113 113 122 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600{--tw-gradient-from:#52525b var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/0{--tw-gradient-from:rgb(82 82 91 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/10{--tw-gradient-from:rgb(82 82 91 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/100{--tw-gradient-from:rgb(82 82 91 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/15{--tw-gradient-from:rgb(82 82 91 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/20{--tw-gradient-from:rgb(82 82 91 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/25{--tw-gradient-from:rgb(82 82 91 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/30{--tw-gradient-from:rgb(82 82 91 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/35{--tw-gradient-from:rgb(82 82 91 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/40{--tw-gradient-from:rgb(82 82 91 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/45{--tw-gradient-from:rgb(82 82 91 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/5{--tw-gradient-from:rgb(82 82 91 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/50{--tw-gradient-from:rgb(82 82 91 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/55{--tw-gradient-from:rgb(82 82 91 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/60{--tw-gradient-from:rgb(82 82 91 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/65{--tw-gradient-from:rgb(82 82 91 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/70{--tw-gradient-from:rgb(82 82 91 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/75{--tw-gradient-from:rgb(82 82 91 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/80{--tw-gradient-from:rgb(82 82 91 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/85{--tw-gradient-from:rgb(82 82 91 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/90{--tw-gradient-from:rgb(82 82 91 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-600\/95{--tw-gradient-from:rgb(82 82 91 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(82 82 91 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700{--tw-gradient-from:#3f3f46 var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/0{--tw-gradient-from:rgb(63 63 70 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/10{--tw-gradient-from:rgb(63 63 70 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/100{--tw-gradient-from:rgb(63 63 70 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/15{--tw-gradient-from:rgb(63 63 70 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/20{--tw-gradient-from:rgb(63 63 70 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/25{--tw-gradient-from:rgb(63 63 70 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/30{--tw-gradient-from:rgb(63 63 70 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/35{--tw-gradient-from:rgb(63 63 70 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/40{--tw-gradient-from:rgb(63 63 70 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/45{--tw-gradient-from:rgb(63 63 70 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/5{--tw-gradient-from:rgb(63 63 70 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/50{--tw-gradient-from:rgb(63 63 70 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/55{--tw-gradient-from:rgb(63 63 70 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/60{--tw-gradient-from:rgb(63 63 70 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/65{--tw-gradient-from:rgb(63 63 70 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/70{--tw-gradient-from:rgb(63 63 70 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/75{--tw-gradient-from:rgb(63 63 70 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/80{--tw-gradient-from:rgb(63 63 70 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/85{--tw-gradient-from:rgb(63 63 70 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/90{--tw-gradient-from:rgb(63 63 70 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-700\/95{--tw-gradient-from:rgb(63 63 70 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(63 63 70 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800{--tw-gradient-from:#27272a var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/0{--tw-gradient-from:rgb(39 39 42 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/10{--tw-gradient-from:rgb(39 39 42 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/100{--tw-gradient-from:rgb(39 39 42 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/15{--tw-gradient-from:rgb(39 39 42 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/20{--tw-gradient-from:rgb(39 39 42 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/25{--tw-gradient-from:rgb(39 39 42 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/30{--tw-gradient-from:rgb(39 39 42 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/35{--tw-gradient-from:rgb(39 39 42 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/40{--tw-gradient-from:rgb(39 39 42 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/45{--tw-gradient-from:rgb(39 39 42 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/5{--tw-gradient-from:rgb(39 39 42 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/50{--tw-gradient-from:rgb(39 39 42 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/55{--tw-gradient-from:rgb(39 39 42 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/60{--tw-gradient-from:rgb(39 39 42 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/65{--tw-gradient-from:rgb(39 39 42 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/70{--tw-gradient-from:rgb(39 39 42 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/75{--tw-gradient-from:rgb(39 39 42 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/80{--tw-gradient-from:rgb(39 39 42 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/85{--tw-gradient-from:rgb(39 39 42 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/90{--tw-gradient-from:rgb(39 39 42 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-800\/95{--tw-gradient-from:rgb(39 39 42 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(39 39 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900{--tw-gradient-from:#18181b var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/0{--tw-gradient-from:rgb(24 24 27 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/10{--tw-gradient-from:rgb(24 24 27 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/100{--tw-gradient-from:rgb(24 24 27 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/15{--tw-gradient-from:rgb(24 24 27 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/20{--tw-gradient-from:rgb(24 24 27 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/25{--tw-gradient-from:rgb(24 24 27 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/30{--tw-gradient-from:rgb(24 24 27 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/35{--tw-gradient-from:rgb(24 24 27 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/40{--tw-gradient-from:rgb(24 24 27 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/45{--tw-gradient-from:rgb(24 24 27 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/5{--tw-gradient-from:rgb(24 24 27 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/50{--tw-gradient-from:rgb(24 24 27 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/55{--tw-gradient-from:rgb(24 24 27 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/60{--tw-gradient-from:rgb(24 24 27 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/65{--tw-gradient-from:rgb(24 24 27 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/70{--tw-gradient-from:rgb(24 24 27 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/75{--tw-gradient-from:rgb(24 24 27 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/80{--tw-gradient-from:rgb(24 24 27 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/85{--tw-gradient-from:rgb(24 24 27 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/90{--tw-gradient-from:rgb(24 24 27 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-900\/95{--tw-gradient-from:rgb(24 24 27 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950{--tw-gradient-from:#09090b var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/0{--tw-gradient-from:rgb(9 9 11 / 0) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/10{--tw-gradient-from:rgb(9 9 11 / 0.1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/100{--tw-gradient-from:rgb(9 9 11 / 1) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/15{--tw-gradient-from:rgb(9 9 11 / 0.15) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/20{--tw-gradient-from:rgb(9 9 11 / 0.2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/25{--tw-gradient-from:rgb(9 9 11 / 0.25) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/30{--tw-gradient-from:rgb(9 9 11 / 0.3) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/35{--tw-gradient-from:rgb(9 9 11 / 0.35) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/40{--tw-gradient-from:rgb(9 9 11 / 0.4) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/45{--tw-gradient-from:rgb(9 9 11 / 0.45) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/5{--tw-gradient-from:rgb(9 9 11 / 0.05) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/50{--tw-gradient-from:rgb(9 9 11 / 0.5) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/55{--tw-gradient-from:rgb(9 9 11 / 0.55) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/60{--tw-gradient-from:rgb(9 9 11 / 0.6) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/65{--tw-gradient-from:rgb(9 9 11 / 0.65) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/70{--tw-gradient-from:rgb(9 9 11 / 0.7) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/75{--tw-gradient-from:rgb(9 9 11 / 0.75) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/80{--tw-gradient-from:rgb(9 9 11 / 0.8) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/85{--tw-gradient-from:rgb(9 9 11 / 0.85) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/90{--tw-gradient-from:rgb(9 9 11 / 0.9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-zinc-950\/95{--tw-gradient-from:rgb(9 9 11 / 0.95) var(--tw-gradient-from-position);--tw-gradient-to:rgb(9 9 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}
.from-0\%{--tw-gradient-from-position:0%}
.from-10\%{--tw-gradient-from-position:10%}
.from-100\%{--tw-gradient-from-position:100%}
.from-15\%{--tw-gradient-from-position:15%}
.from-20\%{--tw-gradient-from-position:20%}
.from-25\%{--tw-gradient-from-position:25%}
.from-30\%{--tw-gradient-from-position:30%}
.from-35\%{--tw-gradient-from-position:35%}
.from-40\%{--tw-gradient-from-position:40%}
.from-45\%{--tw-gradient-from-position:45%}
.from-5\%{--tw-gradient-from-position:5%}
.from-50\%{--tw-gradient-from-position:50%}
.from-55\%{--tw-gradient-from-position:55%}
.from-60\%{--tw-gradient-from-position:60%}
.from-65\%{--tw-gradient-from-position:65%}
.from-70\%{--tw-gradient-from-position:70%}
.from-75\%{--tw-gradient-from-position:75%}
.from-80\%{--tw-gradient-from-position:80%}
.from-85\%{--tw-gradient-from-position:85%}
.from-90\%{--tw-gradient-from-position:90%}
.from-95\%{--tw-gradient-from-position:95%}
.via-amber-100{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/0{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/10{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/100{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/15{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/20{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/25{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/30{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/35{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/40{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/45{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/5{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/50{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/55{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/60{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/65{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/70{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/75{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/80{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/85{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/90{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-100\/95{--tw-gradient-to:rgb(254 243 199 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(254 243 199 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/0{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/10{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/100{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/15{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/20{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/25{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/30{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/35{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/40{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/45{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/5{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/50{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/55{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/60{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/65{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/70{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/75{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/80{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/85{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/90{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-200\/95{--tw-gradient-to:rgb(253 230 138 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(253 230 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/0{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/10{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/100{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/15{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/20{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/25{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/30{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/35{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/40{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/45{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/5{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/50{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/55{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/60{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/65{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/70{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/75{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/80{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/85{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/90{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-300\/95{--tw-gradient-to:rgb(252 211 77 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(252 211 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/0{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/10{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/100{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/15{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/20{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/25{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/30{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/35{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/40{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/45{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/5{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/50{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/55{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/60{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/65{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/70{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/75{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/80{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/85{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/90{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-400\/95{--tw-gradient-to:rgb(251 191 36 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(251 191 36 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/0{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/10{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/100{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/15{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/20{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/25{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/30{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/35{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/40{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/45{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/5{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/50{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/55{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/60{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/65{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/70{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/75{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/80{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/85{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/90{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-50\/95{--tw-gradient-to:rgb(255 251 235 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 251 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/0{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/10{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/100{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/15{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/20{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/25{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/30{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/35{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/40{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/45{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/5{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/50{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/55{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/60{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/65{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/70{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/75{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/80{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/85{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/90{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-500\/95{--tw-gradient-to:rgb(245 158 11 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(245 158 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/0{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/10{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/100{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/15{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/20{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/25{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/30{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/35{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/40{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/45{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/5{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/50{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/55{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/60{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/65{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/70{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/75{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/80{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/85{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/90{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-600\/95{--tw-gradient-to:rgb(217 119 6 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 119 6 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/0{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/10{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/100{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/15{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/20{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/25{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/30{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/35{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/40{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/45{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/5{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/50{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/55{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/60{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/65{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/70{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/75{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/80{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/85{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/90{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-700\/95{--tw-gradient-to:rgb(180 83 9 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(180 83 9 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/0{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/10{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/100{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/15{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/20{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/25{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/30{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/35{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/40{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/45{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/5{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/50{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/55{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/60{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/65{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/70{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/75{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/80{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/85{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/90{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-800\/95{--tw-gradient-to:rgb(146 64 14 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(146 64 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/0{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/10{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/100{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/15{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/20{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/25{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/30{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/35{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/40{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/45{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/5{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/50{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/55{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/60{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/65{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/70{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/75{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/80{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/85{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/90{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-900\/95{--tw-gradient-to:rgb(120 53 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(120 53 15 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/0{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/10{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/100{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/15{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/20{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/25{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/30{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/35{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/40{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/45{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/5{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/50{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/55{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/60{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/65{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/70{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/75{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/80{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/85{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/90{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-amber-950\/95{--tw-gradient-to:rgb(69 26 3 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(69 26 3 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #6b6f73 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/0{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/10{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/100{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/15{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/20{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/25{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/30{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/35{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/40{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/45{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/5{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/50{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/55{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/60{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/65{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/70{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/75{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/80{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/85{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/90{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-background-text-text\/95{--tw-gradient-to:rgb(107 111 115 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(107 111 115 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-bt-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #48abd9 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/0{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/10{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/100{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/15{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/20{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/25{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/30{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/35{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/40{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/45{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/5{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/50{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/55{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/60{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/65{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/70{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/75{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/80{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/85{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/90{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-btLight-text-text\/95{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #848484 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/0{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/10{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/100{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/15{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/20{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/25{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/30{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/35{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/40{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/45{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/5{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/50{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/55{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/60{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/65{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/70{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/75{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/80{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/85{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/90{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardBackground-text-text\/95{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #7e7e84 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/0{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/10{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/100{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/15{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/20{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/25{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/30{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/35{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/40{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/45{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/5{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/50{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/55{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/60{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/65{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/70{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/75{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/80{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/85{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/90{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-cardHeader-text-text\/95{--tw-gradient-to:rgb(126 126 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(126 126 132 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #e85743 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/0{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/10{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/100{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/15{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/20{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/25{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/30{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/35{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/40{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/45{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/5{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/50{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/55{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/60{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/65{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/70{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/75{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/80{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/85{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/90{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-danger-text-text\/95{--tw-gradient-to:rgb(232 87 67 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(232 87 67 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/0{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/10{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/100{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/15{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/20{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/25{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/30{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/35{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/40{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/45{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/5{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/50{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/55{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/60{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/65{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/70{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/75{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/80{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/85{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/90{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-100\/95{--tw-gradient-to:rgb(209 250 229 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(209 250 229 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/0{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/10{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/100{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/15{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/20{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/25{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/30{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/35{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/40{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/45{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/5{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/50{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/55{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/60{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/65{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/70{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/75{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/80{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/85{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/90{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-200\/95{--tw-gradient-to:rgb(167 243 208 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(167 243 208 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/0{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/10{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/100{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/15{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/20{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/25{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/30{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/35{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/40{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/45{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/5{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/50{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/55{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/60{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/65{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/70{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/75{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/80{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/85{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/90{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-300\/95{--tw-gradient-to:rgb(110 231 183 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(110 231 183 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/0{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/10{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/100{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/15{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/20{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/25{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/30{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/35{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/40{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/45{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/5{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/50{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/55{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/60{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/65{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/70{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/75{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/80{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/85{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/90{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-400\/95{--tw-gradient-to:rgb(52 211 153 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(52 211 153 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/0{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/10{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/100{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/15{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/20{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/25{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/30{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/35{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/40{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/45{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/5{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/50{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/55{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/60{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/65{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/70{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/75{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/80{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/85{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/90{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-50\/95{--tw-gradient-to:rgb(236 253 245 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 253 245 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/0{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/10{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/100{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/15{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/20{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/25{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/30{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/35{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/40{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/45{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/5{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/50{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/55{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/60{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/65{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/70{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/75{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/80{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/85{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/90{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-500\/95{--tw-gradient-to:rgb(16 185 129 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(16 185 129 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/0{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/10{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/100{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/15{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/20{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/25{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/30{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/35{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/40{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/45{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/5{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/50{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/55{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/60{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/65{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/70{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/75{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/80{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/85{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/90{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-600\/95{--tw-gradient-to:rgb(5 150 105 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(5 150 105 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/0{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/10{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/100{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/15{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/20{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/25{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/30{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/35{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/40{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/45{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/5{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/50{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/55{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/60{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/65{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/70{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/75{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/80{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/85{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/90{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-700\/95{--tw-gradient-to:rgb(4 120 87 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(4 120 87 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/0{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/10{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/100{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/15{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/20{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/25{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/30{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/35{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/40{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/45{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/5{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/50{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/55{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/60{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/65{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/70{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/75{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/80{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/85{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/90{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-800\/95{--tw-gradient-to:rgb(6 95 70 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 95 70 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/0{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/10{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/100{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/15{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/20{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/25{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/30{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/35{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/40{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/45{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/5{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/50{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/55{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/60{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/65{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/70{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/75{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/80{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/85{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/90{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-900\/95{--tw-gradient-to:rgb(6 78 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(6 78 59 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/0{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/10{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/100{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/15{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/20{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/25{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/30{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/35{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/40{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/45{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/5{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/50{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/55{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/60{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/65{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/70{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/75{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/80{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/85{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/90{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-emerald-950\/95{--tw-gradient-to:rgb(2 44 34 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(2 44 34 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0,0,0,.03) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/0{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/10{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/100{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/15{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/20{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/25{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/30{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/35{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/40{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/45{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/5{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/50{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/55{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/60{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/65{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/70{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/75{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/80{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/85{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/90{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-gridItemHover\/95{--tw-gradient-to:rgba(0, 0, 0, 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgba(0, 0, 0, 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #48abd9 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/0{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/10{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/100{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/15{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/20{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/25{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/30{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/35{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/40{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/45{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/5{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/50{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/55{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/60{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/65{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/70{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/75{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/80{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/85{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/90{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-info-text-text\/95{--tw-gradient-to:rgb(72 171 217 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(72 171 217 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/0{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/10{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/100{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/15{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/20{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/25{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/30{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/35{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/40{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/45{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/5{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/50{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/55{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/60{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/65{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/70{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/75{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/80{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/85{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/90{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-100\/95{--tw-gradient-to:rgb(236 252 203 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(236 252 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/0{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/10{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/100{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/15{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/20{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/25{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/30{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/35{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/40{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/45{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/5{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/50{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/55{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/60{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/65{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/70{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/75{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/80{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/85{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/90{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-200\/95{--tw-gradient-to:rgb(217 249 157 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(217 249 157 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/0{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/10{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/100{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/15{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/20{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/25{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/30{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/35{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/40{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/45{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/5{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/50{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/55{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/60{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/65{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/70{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/75{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/80{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/85{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/90{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-300\/95{--tw-gradient-to:rgb(190 242 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(190 242 100 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/0{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/10{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/100{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/15{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/20{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/25{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/30{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/35{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/40{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/45{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/5{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/50{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/55{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/60{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/65{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/70{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/75{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/80{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/85{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/90{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-400\/95{--tw-gradient-to:rgb(163 230 53 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(163 230 53 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/0{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/10{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/100{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/15{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/20{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/25{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/30{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/35{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/40{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/45{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/5{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/50{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/55{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/60{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/65{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/70{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/75{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/80{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/85{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/90{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-50\/95{--tw-gradient-to:rgb(247 254 231 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(247 254 231 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/0{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/10{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/100{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/15{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/20{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/25{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/30{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/35{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/40{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/45{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/5{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/50{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/55{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/60{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/65{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/70{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/75{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/80{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/85{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/90{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-500\/95{--tw-gradient-to:rgb(132 204 22 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 204 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/0{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/10{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/100{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/15{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/20{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/25{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/30{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/35{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/40{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/45{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/5{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/50{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/55{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/60{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/65{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/70{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/75{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/80{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/85{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/90{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-600\/95{--tw-gradient-to:rgb(101 163 13 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(101 163 13 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/0{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/10{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/100{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/15{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/20{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/25{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/30{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/35{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/40{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/45{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/5{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/50{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/55{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/60{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/65{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/70{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/75{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/80{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/85{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/90{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-700\/95{--tw-gradient-to:rgb(77 124 15 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(77 124 15 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/0{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/10{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/100{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/15{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/20{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/25{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/30{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/35{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/40{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/45{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/5{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/50{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/55{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/60{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/65{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/70{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/75{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/80{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/85{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/90{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-800\/95{--tw-gradient-to:rgb(63 98 18 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(63 98 18 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/0{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/10{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/100{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/15{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/20{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/25{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/30{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/35{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/40{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/45{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/5{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/50{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/55{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/60{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/65{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/70{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/75{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/80{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/85{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/90{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-900\/95{--tw-gradient-to:rgb(54 83 20 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(54 83 20 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/0{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/10{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/100{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/15{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/20{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/25{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/30{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/35{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/40{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/45{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/5{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/50{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/55{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/60{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/65{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/70{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/75{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/80{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/85{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/90{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-lime-950\/95{--tw-gradient-to:rgb(26 46 5 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(26 46 5 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #848484 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/0{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/10{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/100{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/15{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/20{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/25{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/30{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/35{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/40{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/45{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/5{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/50{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/55{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/60{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/65{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/70{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/75{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/80{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/85{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/90{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackground-text-text\/95{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navBackgroundDark-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navText-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #848484 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/0{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/10{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/100{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/15{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/20{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/25{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/30{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/35{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/40{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/45{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/5{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/50{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/55{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/60{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/65{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/70{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/75{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/80{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/85{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/90{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextDark-text-text\/95{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-navTextHover-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(30 41 59 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #005788 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-100) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-150{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-150) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-200{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-200) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-300{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-300) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-350{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-350) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-400{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-400) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-450{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-450) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-500{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-500) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-550{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-550) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-600{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-600) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-650{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-650) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-700{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-700) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-750{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-750) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-800{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-800) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-850{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-850) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-900{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-primary-900) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #848484 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/0{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/10{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/100{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/15{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/20{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/25{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/30{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/35{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/40{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/45{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/5{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/50{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/55{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/60{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/65{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/70{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/75{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/80{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/85{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/90{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast-text\/95{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #005788 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #005788 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/0{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/10{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/100{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/15{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/20{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/25{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/30{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/35{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/40{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/45{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/5{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/50{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/55{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/60{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/65{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/70{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/75{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/80{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/85{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/90{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text-text\/95{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/0{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/10{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/100{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/15{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/20{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/25{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/30{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/35{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/40{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/45{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/5{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/50{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/55{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/60{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/65{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/70{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/75{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/80{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/85{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/90{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary-text\/95{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/0{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/10{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/100{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/15{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/20{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/25{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/30{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/35{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/40{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/45{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/5{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/50{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/55{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/60{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/65{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/70{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/75{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/80{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/85{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/90{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-primary\/95{--tw-gradient-to:rgb(0 87 136 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 87 136 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #5a5e64 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/0{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/10{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/100{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/15{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/20{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/25{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/30{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/35{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/40{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/45{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/5{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/50{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/55{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/60{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/65{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/70{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/75{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/80{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/85{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/90{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-secondary-text-text\/95{--tw-gradient-to:rgb(90 94 100 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(90 94 100 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1B8749 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/0{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/10{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/100{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/15{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/20{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/25{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/30{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/35{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/40{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/45{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/5{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/50{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/55{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/60{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/65{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/70{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/75{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/80{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/85{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/90{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-success-text-text\/95{--tw-gradient-to:rgb(27 135 73 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(27 135 73 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-100) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-200{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-200) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-300{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-300) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-400{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-400) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-500{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-500) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-600{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-600) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-700{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-700) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-800{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-800) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-900{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--bt-text-900) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #848484 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/0{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/10{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/100{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/15{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/20{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/25{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/30{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/35{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/40{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/45{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/5{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/50{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/55{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/60{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/65{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/70{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/75{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/80{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/85{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/90{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast-text\/95{--tw-gradient-to:rgb(132 132 132 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(132 132 132 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 255 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text-text\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-text-text\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(0 0 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-contrastsWithCard{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), true var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-isDark{--tw-gradient-to:rgb(255 255 255 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), false var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #ffa800 var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/0{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/10{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/100{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/15{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/20{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/25{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/30{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/35{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/40{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/45{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/5{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/50{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/55{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/60{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/65{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/70{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/75{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/80{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/85{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/90{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.via-warning-text-text\/95{--tw-gradient-to:rgb(255 168 0 / 0)  var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(255 168 0 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to)}
.to-amber-100{--tw-gradient-to:#fef3c7 var(--tw-gradient-to-position)}
.to-amber-100\/0{--tw-gradient-to:rgb(254 243 199 / 0) var(--tw-gradient-to-position)}
.to-amber-100\/10{--tw-gradient-to:rgb(254 243 199 / 0.1) var(--tw-gradient-to-position)}
.to-amber-100\/100{--tw-gradient-to:rgb(254 243 199 / 1) var(--tw-gradient-to-position)}
.to-amber-100\/15{--tw-gradient-to:rgb(254 243 199 / 0.15) var(--tw-gradient-to-position)}
.to-amber-100\/20{--tw-gradient-to:rgb(254 243 199 / 0.2) var(--tw-gradient-to-position)}
.to-amber-100\/25{--tw-gradient-to:rgb(254 243 199 / 0.25) var(--tw-gradient-to-position)}
.to-amber-100\/30{--tw-gradient-to:rgb(254 243 199 / 0.3) var(--tw-gradient-to-position)}
.to-amber-100\/35{--tw-gradient-to:rgb(254 243 199 / 0.35) var(--tw-gradient-to-position)}
.to-amber-100\/40{--tw-gradient-to:rgb(254 243 199 / 0.4) var(--tw-gradient-to-position)}
.to-amber-100\/45{--tw-gradient-to:rgb(254 243 199 / 0.45) var(--tw-gradient-to-position)}
.to-amber-100\/5{--tw-gradient-to:rgb(254 243 199 / 0.05) var(--tw-gradient-to-position)}
.to-amber-100\/50{--tw-gradient-to:rgb(254 243 199 / 0.5) var(--tw-gradient-to-position)}
.to-amber-100\/55{--tw-gradient-to:rgb(254 243 199 / 0.55) var(--tw-gradient-to-position)}
.to-amber-100\/60{--tw-gradient-to:rgb(254 243 199 / 0.6) var(--tw-gradient-to-position)}
.to-amber-100\/65{--tw-gradient-to:rgb(254 243 199 / 0.65) var(--tw-gradient-to-position)}
.to-amber-100\/70{--tw-gradient-to:rgb(254 243 199 / 0.7) var(--tw-gradient-to-position)}
.to-amber-100\/75{--tw-gradient-to:rgb(254 243 199 / 0.75) var(--tw-gradient-to-position)}
.to-amber-100\/80{--tw-gradient-to:rgb(254 243 199 / 0.8) var(--tw-gradient-to-position)}
.to-amber-100\/85{--tw-gradient-to:rgb(254 243 199 / 0.85) var(--tw-gradient-to-position)}
.to-amber-100\/90{--tw-gradient-to:rgb(254 243 199 / 0.9) var(--tw-gradient-to-position)}
.to-amber-100\/95{--tw-gradient-to:rgb(254 243 199 / 0.95) var(--tw-gradient-to-position)}
.to-amber-200{--tw-gradient-to:#fde68a var(--tw-gradient-to-position)}
.to-amber-200\/0{--tw-gradient-to:rgb(253 230 138 / 0) var(--tw-gradient-to-position)}
.to-amber-200\/10{--tw-gradient-to:rgb(253 230 138 / 0.1) var(--tw-gradient-to-position)}
.to-amber-200\/100{--tw-gradient-to:rgb(253 230 138 / 1) var(--tw-gradient-to-position)}
.to-amber-200\/15{--tw-gradient-to:rgb(253 230 138 / 0.15) var(--tw-gradient-to-position)}
.to-amber-200\/20{--tw-gradient-to:rgb(253 230 138 / 0.2) var(--tw-gradient-to-position)}
.to-amber-200\/25{--tw-gradient-to:rgb(253 230 138 / 0.25) var(--tw-gradient-to-position)}
.to-amber-200\/30{--tw-gradient-to:rgb(253 230 138 / 0.3) var(--tw-gradient-to-position)}
.to-amber-200\/35{--tw-gradient-to:rgb(253 230 138 / 0.35) var(--tw-gradient-to-position)}
.to-amber-200\/40{--tw-gradient-to:rgb(253 230 138 / 0.4) var(--tw-gradient-to-position)}
.to-amber-200\/45{--tw-gradient-to:rgb(253 230 138 / 0.45) var(--tw-gradient-to-position)}
.to-amber-200\/5{--tw-gradient-to:rgb(253 230 138 / 0.05) var(--tw-gradient-to-position)}
.to-amber-200\/50{--tw-gradient-to:rgb(253 230 138 / 0.5) var(--tw-gradient-to-position)}
.to-amber-200\/55{--tw-gradient-to:rgb(253 230 138 / 0.55) var(--tw-gradient-to-position)}
.to-amber-200\/60{--tw-gradient-to:rgb(253 230 138 / 0.6) var(--tw-gradient-to-position)}
.to-amber-200\/65{--tw-gradient-to:rgb(253 230 138 / 0.65) var(--tw-gradient-to-position)}
.to-amber-200\/70{--tw-gradient-to:rgb(253 230 138 / 0.7) var(--tw-gradient-to-position)}
.to-amber-200\/75{--tw-gradient-to:rgb(253 230 138 / 0.75) var(--tw-gradient-to-position)}
.to-amber-200\/80{--tw-gradient-to:rgb(253 230 138 / 0.8) var(--tw-gradient-to-position)}
.to-amber-200\/85{--tw-gradient-to:rgb(253 230 138 / 0.85) var(--tw-gradient-to-position)}
.to-amber-200\/90{--tw-gradient-to:rgb(253 230 138 / 0.9) var(--tw-gradient-to-position)}
.to-amber-200\/95{--tw-gradient-to:rgb(253 230 138 / 0.95) var(--tw-gradient-to-position)}
.to-amber-300{--tw-gradient-to:#fcd34d var(--tw-gradient-to-position)}
.to-amber-300\/0{--tw-gradient-to:rgb(252 211 77 / 0) var(--tw-gradient-to-position)}
.to-amber-300\/10{--tw-gradient-to:rgb(252 211 77 / 0.1) var(--tw-gradient-to-position)}
.to-amber-300\/100{--tw-gradient-to:rgb(252 211 77 / 1) var(--tw-gradient-to-position)}
.to-amber-300\/15{--tw-gradient-to:rgb(252 211 77 / 0.15) var(--tw-gradient-to-position)}
.to-amber-300\/20{--tw-gradient-to:rgb(252 211 77 / 0.2) var(--tw-gradient-to-position)}
.to-amber-300\/25{--tw-gradient-to:rgb(252 211 77 / 0.25) var(--tw-gradient-to-position)}
.to-amber-300\/30{--tw-gradient-to:rgb(252 211 77 / 0.3) var(--tw-gradient-to-position)}
.to-amber-300\/35{--tw-gradient-to:rgb(252 211 77 / 0.35) var(--tw-gradient-to-position)}
.to-amber-300\/40{--tw-gradient-to:rgb(252 211 77 / 0.4) var(--tw-gradient-to-position)}
.to-amber-300\/45{--tw-gradient-to:rgb(252 211 77 / 0.45) var(--tw-gradient-to-position)}
.to-amber-300\/5{--tw-gradient-to:rgb(252 211 77 / 0.05) var(--tw-gradient-to-position)}
.to-amber-300\/50{--tw-gradient-to:rgb(252 211 77 / 0.5) var(--tw-gradient-to-position)}
.to-amber-300\/55{--tw-gradient-to:rgb(252 211 77 / 0.55) var(--tw-gradient-to-position)}
.to-amber-300\/60{--tw-gradient-to:rgb(252 211 77 / 0.6) var(--tw-gradient-to-position)}
.to-amber-300\/65{--tw-gradient-to:rgb(252 211 77 / 0.65) var(--tw-gradient-to-position)}
.to-amber-300\/70{--tw-gradient-to:rgb(252 211 77 / 0.7) var(--tw-gradient-to-position)}
.to-amber-300\/75{--tw-gradient-to:rgb(252 211 77 / 0.75) var(--tw-gradient-to-position)}
.to-amber-300\/80{--tw-gradient-to:rgb(252 211 77 / 0.8) var(--tw-gradient-to-position)}
.to-amber-300\/85{--tw-gradient-to:rgb(252 211 77 / 0.85) var(--tw-gradient-to-position)}
.to-amber-300\/90{--tw-gradient-to:rgb(252 211 77 / 0.9) var(--tw-gradient-to-position)}
.to-amber-300\/95{--tw-gradient-to:rgb(252 211 77 / 0.95) var(--tw-gradient-to-position)}
.to-amber-400{--tw-gradient-to:#fbbf24 var(--tw-gradient-to-position)}
.to-amber-400\/0{--tw-gradient-to:rgb(251 191 36 / 0) var(--tw-gradient-to-position)}
.to-amber-400\/10{--tw-gradient-to:rgb(251 191 36 / 0.1) var(--tw-gradient-to-position)}
.to-amber-400\/100{--tw-gradient-to:rgb(251 191 36 / 1) var(--tw-gradient-to-position)}
.to-amber-400\/15{--tw-gradient-to:rgb(251 191 36 / 0.15) var(--tw-gradient-to-position)}
.to-amber-400\/20{--tw-gradient-to:rgb(251 191 36 / 0.2) var(--tw-gradient-to-position)}
.to-amber-400\/25{--tw-gradient-to:rgb(251 191 36 / 0.25) var(--tw-gradient-to-position)}
.to-amber-400\/30{--tw-gradient-to:rgb(251 191 36 / 0.3) var(--tw-gradient-to-position)}
.to-amber-400\/35{--tw-gradient-to:rgb(251 191 36 / 0.35) var(--tw-gradient-to-position)}
.to-amber-400\/40{--tw-gradient-to:rgb(251 191 36 / 0.4) var(--tw-gradient-to-position)}
.to-amber-400\/45{--tw-gradient-to:rgb(251 191 36 / 0.45) var(--tw-gradient-to-position)}
.to-amber-400\/5{--tw-gradient-to:rgb(251 191 36 / 0.05) var(--tw-gradient-to-position)}
.to-amber-400\/50{--tw-gradient-to:rgb(251 191 36 / 0.5) var(--tw-gradient-to-position)}
.to-amber-400\/55{--tw-gradient-to:rgb(251 191 36 / 0.55) var(--tw-gradient-to-position)}
.to-amber-400\/60{--tw-gradient-to:rgb(251 191 36 / 0.6) var(--tw-gradient-to-position)}
.to-amber-400\/65{--tw-gradient-to:rgb(251 191 36 / 0.65) var(--tw-gradient-to-position)}
.to-amber-400\/70{--tw-gradient-to:rgb(251 191 36 / 0.7) var(--tw-gradient-to-position)}
.to-amber-400\/75{--tw-gradient-to:rgb(251 191 36 / 0.75) var(--tw-gradient-to-position)}
.to-amber-400\/80{--tw-gradient-to:rgb(251 191 36 / 0.8) var(--tw-gradient-to-position)}
.to-amber-400\/85{--tw-gradient-to:rgb(251 191 36 / 0.85) var(--tw-gradient-to-position)}
.to-amber-400\/90{--tw-gradient-to:rgb(251 191 36 / 0.9) var(--tw-gradient-to-position)}
.to-amber-400\/95{--tw-gradient-to:rgb(251 191 36 / 0.95) var(--tw-gradient-to-position)}
.to-amber-50{--tw-gradient-to:#fffbeb var(--tw-gradient-to-position)}
.to-amber-50\/0{--tw-gradient-to:rgb(255 251 235 / 0) var(--tw-gradient-to-position)}
.to-amber-50\/10{--tw-gradient-to:rgb(255 251 235 / 0.1) var(--tw-gradient-to-position)}
.to-amber-50\/100{--tw-gradient-to:rgb(255 251 235 / 1) var(--tw-gradient-to-position)}
.to-amber-50\/15{--tw-gradient-to:rgb(255 251 235 / 0.15) var(--tw-gradient-to-position)}
.to-amber-50\/20{--tw-gradient-to:rgb(255 251 235 / 0.2) var(--tw-gradient-to-position)}
.to-amber-50\/25{--tw-gradient-to:rgb(255 251 235 / 0.25) var(--tw-gradient-to-position)}
.to-amber-50\/30{--tw-gradient-to:rgb(255 251 235 / 0.3) var(--tw-gradient-to-position)}
.to-amber-50\/35{--tw-gradient-to:rgb(255 251 235 / 0.35) var(--tw-gradient-to-position)}
.to-amber-50\/40{--tw-gradient-to:rgb(255 251 235 / 0.4) var(--tw-gradient-to-position)}
.to-amber-50\/45{--tw-gradient-to:rgb(255 251 235 / 0.45) var(--tw-gradient-to-position)}
.to-amber-50\/5{--tw-gradient-to:rgb(255 251 235 / 0.05) var(--tw-gradient-to-position)}
.to-amber-50\/50{--tw-gradient-to:rgb(255 251 235 / 0.5) var(--tw-gradient-to-position)}
.to-amber-50\/55{--tw-gradient-to:rgb(255 251 235 / 0.55) var(--tw-gradient-to-position)}
.to-amber-50\/60{--tw-gradient-to:rgb(255 251 235 / 0.6) var(--tw-gradient-to-position)}
.to-amber-50\/65{--tw-gradient-to:rgb(255 251 235 / 0.65) var(--tw-gradient-to-position)}
.to-amber-50\/70{--tw-gradient-to:rgb(255 251 235 / 0.7) var(--tw-gradient-to-position)}
.to-amber-50\/75{--tw-gradient-to:rgb(255 251 235 / 0.75) var(--tw-gradient-to-position)}
.to-amber-50\/80{--tw-gradient-to:rgb(255 251 235 / 0.8) var(--tw-gradient-to-position)}
.to-amber-50\/85{--tw-gradient-to:rgb(255 251 235 / 0.85) var(--tw-gradient-to-position)}
.to-amber-50\/90{--tw-gradient-to:rgb(255 251 235 / 0.9) var(--tw-gradient-to-position)}
.to-amber-50\/95{--tw-gradient-to:rgb(255 251 235 / 0.95) var(--tw-gradient-to-position)}
.to-amber-500{--tw-gradient-to:#f59e0b var(--tw-gradient-to-position)}
.to-amber-500\/0{--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position)}
.to-amber-500\/10{--tw-gradient-to:rgb(245 158 11 / 0.1) var(--tw-gradient-to-position)}
.to-amber-500\/100{--tw-gradient-to:rgb(245 158 11 / 1) var(--tw-gradient-to-position)}
.to-amber-500\/15{--tw-gradient-to:rgb(245 158 11 / 0.15) var(--tw-gradient-to-position)}
.to-amber-500\/20{--tw-gradient-to:rgb(245 158 11 / 0.2) var(--tw-gradient-to-position)}
.to-amber-500\/25{--tw-gradient-to:rgb(245 158 11 / 0.25) var(--tw-gradient-to-position)}
.to-amber-500\/30{--tw-gradient-to:rgb(245 158 11 / 0.3) var(--tw-gradient-to-position)}
.to-amber-500\/35{--tw-gradient-to:rgb(245 158 11 / 0.35) var(--tw-gradient-to-position)}
.to-amber-500\/40{--tw-gradient-to:rgb(245 158 11 / 0.4) var(--tw-gradient-to-position)}
.to-amber-500\/45{--tw-gradient-to:rgb(245 158 11 / 0.45) var(--tw-gradient-to-position)}
.to-amber-500\/5{--tw-gradient-to:rgb(245 158 11 / 0.05) var(--tw-gradient-to-position)}
.to-amber-500\/50{--tw-gradient-to:rgb(245 158 11 / 0.5) var(--tw-gradient-to-position)}
.to-amber-500\/55{--tw-gradient-to:rgb(245 158 11 / 0.55) var(--tw-gradient-to-position)}
.to-amber-500\/60{--tw-gradient-to:rgb(245 158 11 / 0.6) var(--tw-gradient-to-position)}
.to-amber-500\/65{--tw-gradient-to:rgb(245 158 11 / 0.65) var(--tw-gradient-to-position)}
.to-amber-500\/70{--tw-gradient-to:rgb(245 158 11 / 0.7) var(--tw-gradient-to-position)}
.to-amber-500\/75{--tw-gradient-to:rgb(245 158 11 / 0.75) var(--tw-gradient-to-position)}
.to-amber-500\/80{--tw-gradient-to:rgb(245 158 11 / 0.8) var(--tw-gradient-to-position)}
.to-amber-500\/85{--tw-gradient-to:rgb(245 158 11 / 0.85) var(--tw-gradient-to-position)}
.to-amber-500\/90{--tw-gradient-to:rgb(245 158 11 / 0.9) var(--tw-gradient-to-position)}
.to-amber-500\/95{--tw-gradient-to:rgb(245 158 11 / 0.95) var(--tw-gradient-to-position)}
.to-amber-600{--tw-gradient-to:#d97706 var(--tw-gradient-to-position)}
.to-amber-600\/0{--tw-gradient-to:rgb(217 119 6 / 0) var(--tw-gradient-to-position)}
.to-amber-600\/10{--tw-gradient-to:rgb(217 119 6 / 0.1) var(--tw-gradient-to-position)}
.to-amber-600\/100{--tw-gradient-to:rgb(217 119 6 / 1) var(--tw-gradient-to-position)}
.to-amber-600\/15{--tw-gradient-to:rgb(217 119 6 / 0.15) var(--tw-gradient-to-position)}
.to-amber-600\/20{--tw-gradient-to:rgb(217 119 6 / 0.2) var(--tw-gradient-to-position)}
.to-amber-600\/25{--tw-gradient-to:rgb(217 119 6 / 0.25) var(--tw-gradient-to-position)}
.to-amber-600\/30{--tw-gradient-to:rgb(217 119 6 / 0.3) var(--tw-gradient-to-position)}
.to-amber-600\/35{--tw-gradient-to:rgb(217 119 6 / 0.35) var(--tw-gradient-to-position)}
.to-amber-600\/40{--tw-gradient-to:rgb(217 119 6 / 0.4) var(--tw-gradient-to-position)}
.to-amber-600\/45{--tw-gradient-to:rgb(217 119 6 / 0.45) var(--tw-gradient-to-position)}
.to-amber-600\/5{--tw-gradient-to:rgb(217 119 6 / 0.05) var(--tw-gradient-to-position)}
.to-amber-600\/50{--tw-gradient-to:rgb(217 119 6 / 0.5) var(--tw-gradient-to-position)}
.to-amber-600\/55{--tw-gradient-to:rgb(217 119 6 / 0.55) var(--tw-gradient-to-position)}
.to-amber-600\/60{--tw-gradient-to:rgb(217 119 6 / 0.6) var(--tw-gradient-to-position)}
.to-amber-600\/65{--tw-gradient-to:rgb(217 119 6 / 0.65) var(--tw-gradient-to-position)}
.to-amber-600\/70{--tw-gradient-to:rgb(217 119 6 / 0.7) var(--tw-gradient-to-position)}
.to-amber-600\/75{--tw-gradient-to:rgb(217 119 6 / 0.75) var(--tw-gradient-to-position)}
.to-amber-600\/80{--tw-gradient-to:rgb(217 119 6 / 0.8) var(--tw-gradient-to-position)}
.to-amber-600\/85{--tw-gradient-to:rgb(217 119 6 / 0.85) var(--tw-gradient-to-position)}
.to-amber-600\/90{--tw-gradient-to:rgb(217 119 6 / 0.9) var(--tw-gradient-to-position)}
.to-amber-600\/95{--tw-gradient-to:rgb(217 119 6 / 0.95) var(--tw-gradient-to-position)}
.to-amber-700{--tw-gradient-to:#b45309 var(--tw-gradient-to-position)}
.to-amber-700\/0{--tw-gradient-to:rgb(180 83 9 / 0) var(--tw-gradient-to-position)}
.to-amber-700\/10{--tw-gradient-to:rgb(180 83 9 / 0.1) var(--tw-gradient-to-position)}
.to-amber-700\/100{--tw-gradient-to:rgb(180 83 9 / 1) var(--tw-gradient-to-position)}
.to-amber-700\/15{--tw-gradient-to:rgb(180 83 9 / 0.15) var(--tw-gradient-to-position)}
.to-amber-700\/20{--tw-gradient-to:rgb(180 83 9 / 0.2) var(--tw-gradient-to-position)}
.to-amber-700\/25{--tw-gradient-to:rgb(180 83 9 / 0.25) var(--tw-gradient-to-position)}
.to-amber-700\/30{--tw-gradient-to:rgb(180 83 9 / 0.3) var(--tw-gradient-to-position)}
.to-amber-700\/35{--tw-gradient-to:rgb(180 83 9 / 0.35) var(--tw-gradient-to-position)}
.to-amber-700\/40{--tw-gradient-to:rgb(180 83 9 / 0.4) var(--tw-gradient-to-position)}
.to-amber-700\/45{--tw-gradient-to:rgb(180 83 9 / 0.45) var(--tw-gradient-to-position)}
.to-amber-700\/5{--tw-gradient-to:rgb(180 83 9 / 0.05) var(--tw-gradient-to-position)}
.to-amber-700\/50{--tw-gradient-to:rgb(180 83 9 / 0.5) var(--tw-gradient-to-position)}
.to-amber-700\/55{--tw-gradient-to:rgb(180 83 9 / 0.55) var(--tw-gradient-to-position)}
.to-amber-700\/60{--tw-gradient-to:rgb(180 83 9 / 0.6) var(--tw-gradient-to-position)}
.to-amber-700\/65{--tw-gradient-to:rgb(180 83 9 / 0.65) var(--tw-gradient-to-position)}
.to-amber-700\/70{--tw-gradient-to:rgb(180 83 9 / 0.7) var(--tw-gradient-to-position)}
.to-amber-700\/75{--tw-gradient-to:rgb(180 83 9 / 0.75) var(--tw-gradient-to-position)}
.to-amber-700\/80{--tw-gradient-to:rgb(180 83 9 / 0.8) var(--tw-gradient-to-position)}
.to-amber-700\/85{--tw-gradient-to:rgb(180 83 9 / 0.85) var(--tw-gradient-to-position)}
.to-amber-700\/90{--tw-gradient-to:rgb(180 83 9 / 0.9) var(--tw-gradient-to-position)}
.to-amber-700\/95{--tw-gradient-to:rgb(180 83 9 / 0.95) var(--tw-gradient-to-position)}
.to-amber-800{--tw-gradient-to:#92400e var(--tw-gradient-to-position)}
.to-amber-800\/0{--tw-gradient-to:rgb(146 64 14 / 0) var(--tw-gradient-to-position)}
.to-amber-800\/10{--tw-gradient-to:rgb(146 64 14 / 0.1) var(--tw-gradient-to-position)}
.to-amber-800\/100{--tw-gradient-to:rgb(146 64 14 / 1) var(--tw-gradient-to-position)}
.to-amber-800\/15{--tw-gradient-to:rgb(146 64 14 / 0.15) var(--tw-gradient-to-position)}
.to-amber-800\/20{--tw-gradient-to:rgb(146 64 14 / 0.2) var(--tw-gradient-to-position)}
.to-amber-800\/25{--tw-gradient-to:rgb(146 64 14 / 0.25) var(--tw-gradient-to-position)}
.to-amber-800\/30{--tw-gradient-to:rgb(146 64 14 / 0.3) var(--tw-gradient-to-position)}
.to-amber-800\/35{--tw-gradient-to:rgb(146 64 14 / 0.35) var(--tw-gradient-to-position)}
.to-amber-800\/40{--tw-gradient-to:rgb(146 64 14 / 0.4) var(--tw-gradient-to-position)}
.to-amber-800\/45{--tw-gradient-to:rgb(146 64 14 / 0.45) var(--tw-gradient-to-position)}
.to-amber-800\/5{--tw-gradient-to:rgb(146 64 14 / 0.05) var(--tw-gradient-to-position)}
.to-amber-800\/50{--tw-gradient-to:rgb(146 64 14 / 0.5) var(--tw-gradient-to-position)}
.to-amber-800\/55{--tw-gradient-to:rgb(146 64 14 / 0.55) var(--tw-gradient-to-position)}
.to-amber-800\/60{--tw-gradient-to:rgb(146 64 14 / 0.6) var(--tw-gradient-to-position)}
.to-amber-800\/65{--tw-gradient-to:rgb(146 64 14 / 0.65) var(--tw-gradient-to-position)}
.to-amber-800\/70{--tw-gradient-to:rgb(146 64 14 / 0.7) var(--tw-gradient-to-position)}
.to-amber-800\/75{--tw-gradient-to:rgb(146 64 14 / 0.75) var(--tw-gradient-to-position)}
.to-amber-800\/80{--tw-gradient-to:rgb(146 64 14 / 0.8) var(--tw-gradient-to-position)}
.to-amber-800\/85{--tw-gradient-to:rgb(146 64 14 / 0.85) var(--tw-gradient-to-position)}
.to-amber-800\/90{--tw-gradient-to:rgb(146 64 14 / 0.9) var(--tw-gradient-to-position)}
.to-amber-800\/95{--tw-gradient-to:rgb(146 64 14 / 0.95) var(--tw-gradient-to-position)}
.to-amber-900{--tw-gradient-to:#78350f var(--tw-gradient-to-position)}
.to-amber-900\/0{--tw-gradient-to:rgb(120 53 15 / 0) var(--tw-gradient-to-position)}
.to-amber-900\/10{--tw-gradient-to:rgb(120 53 15 / 0.1) var(--tw-gradient-to-position)}
.to-amber-900\/100{--tw-gradient-to:rgb(120 53 15 / 1) var(--tw-gradient-to-position)}
.to-amber-900\/15{--tw-gradient-to:rgb(120 53 15 / 0.15) var(--tw-gradient-to-position)}
.to-amber-900\/20{--tw-gradient-to:rgb(120 53 15 / 0.2) var(--tw-gradient-to-position)}
.to-amber-900\/25{--tw-gradient-to:rgb(120 53 15 / 0.25) var(--tw-gradient-to-position)}
.to-amber-900\/30{--tw-gradient-to:rgb(120 53 15 / 0.3) var(--tw-gradient-to-position)}
.to-amber-900\/35{--tw-gradient-to:rgb(120 53 15 / 0.35) var(--tw-gradient-to-position)}
.to-amber-900\/40{--tw-gradient-to:rgb(120 53 15 / 0.4) var(--tw-gradient-to-position)}
.to-amber-900\/45{--tw-gradient-to:rgb(120 53 15 / 0.45) var(--tw-gradient-to-position)}
.to-amber-900\/5{--tw-gradient-to:rgb(120 53 15 / 0.05) var(--tw-gradient-to-position)}
.to-amber-900\/50{--tw-gradient-to:rgb(120 53 15 / 0.5) var(--tw-gradient-to-position)}
.to-amber-900\/55{--tw-gradient-to:rgb(120 53 15 / 0.55) var(--tw-gradient-to-position)}
.to-amber-900\/60{--tw-gradient-to:rgb(120 53 15 / 0.6) var(--tw-gradient-to-position)}
.to-amber-900\/65{--tw-gradient-to:rgb(120 53 15 / 0.65) var(--tw-gradient-to-position)}
.to-amber-900\/70{--tw-gradient-to:rgb(120 53 15 / 0.7) var(--tw-gradient-to-position)}
.to-amber-900\/75{--tw-gradient-to:rgb(120 53 15 / 0.75) var(--tw-gradient-to-position)}
.to-amber-900\/80{--tw-gradient-to:rgb(120 53 15 / 0.8) var(--tw-gradient-to-position)}
.to-amber-900\/85{--tw-gradient-to:rgb(120 53 15 / 0.85) var(--tw-gradient-to-position)}
.to-amber-900\/90{--tw-gradient-to:rgb(120 53 15 / 0.9) var(--tw-gradient-to-position)}
.to-amber-900\/95{--tw-gradient-to:rgb(120 53 15 / 0.95) var(--tw-gradient-to-position)}
.to-amber-950{--tw-gradient-to:#451a03 var(--tw-gradient-to-position)}
.to-amber-950\/0{--tw-gradient-to:rgb(69 26 3 / 0) var(--tw-gradient-to-position)}
.to-amber-950\/10{--tw-gradient-to:rgb(69 26 3 / 0.1) var(--tw-gradient-to-position)}
.to-amber-950\/100{--tw-gradient-to:rgb(69 26 3 / 1) var(--tw-gradient-to-position)}
.to-amber-950\/15{--tw-gradient-to:rgb(69 26 3 / 0.15) var(--tw-gradient-to-position)}
.to-amber-950\/20{--tw-gradient-to:rgb(69 26 3 / 0.2) var(--tw-gradient-to-position)}
.to-amber-950\/25{--tw-gradient-to:rgb(69 26 3 / 0.25) var(--tw-gradient-to-position)}
.to-amber-950\/30{--tw-gradient-to:rgb(69 26 3 / 0.3) var(--tw-gradient-to-position)}
.to-amber-950\/35{--tw-gradient-to:rgb(69 26 3 / 0.35) var(--tw-gradient-to-position)}
.to-amber-950\/40{--tw-gradient-to:rgb(69 26 3 / 0.4) var(--tw-gradient-to-position)}
.to-amber-950\/45{--tw-gradient-to:rgb(69 26 3 / 0.45) var(--tw-gradient-to-position)}
.to-amber-950\/5{--tw-gradient-to:rgb(69 26 3 / 0.05) var(--tw-gradient-to-position)}
.to-amber-950\/50{--tw-gradient-to:rgb(69 26 3 / 0.5) var(--tw-gradient-to-position)}
.to-amber-950\/55{--tw-gradient-to:rgb(69 26 3 / 0.55) var(--tw-gradient-to-position)}
.to-amber-950\/60{--tw-gradient-to:rgb(69 26 3 / 0.6) var(--tw-gradient-to-position)}
.to-amber-950\/65{--tw-gradient-to:rgb(69 26 3 / 0.65) var(--tw-gradient-to-position)}
.to-amber-950\/70{--tw-gradient-to:rgb(69 26 3 / 0.7) var(--tw-gradient-to-position)}
.to-amber-950\/75{--tw-gradient-to:rgb(69 26 3 / 0.75) var(--tw-gradient-to-position)}
.to-amber-950\/80{--tw-gradient-to:rgb(69 26 3 / 0.8) var(--tw-gradient-to-position)}
.to-amber-950\/85{--tw-gradient-to:rgb(69 26 3 / 0.85) var(--tw-gradient-to-position)}
.to-amber-950\/90{--tw-gradient-to:rgb(69 26 3 / 0.9) var(--tw-gradient-to-position)}
.to-amber-950\/95{--tw-gradient-to:rgb(69 26 3 / 0.95) var(--tw-gradient-to-position)}
.to-background-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-background-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-background-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-background-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-background-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-background-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-background-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-background-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-background-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-background-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-background-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-background-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-background-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-background-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-background-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-background-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-background-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-background-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-background-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-background-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-background-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-background-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-background-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-background-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-background-text-text{--tw-gradient-to:#6b6f73 var(--tw-gradient-to-position)}
.to-background-text-text\/0{--tw-gradient-to:rgb(107 111 115 / 0) var(--tw-gradient-to-position)}
.to-background-text-text\/10{--tw-gradient-to:rgb(107 111 115 / 0.1) var(--tw-gradient-to-position)}
.to-background-text-text\/100{--tw-gradient-to:rgb(107 111 115 / 1) var(--tw-gradient-to-position)}
.to-background-text-text\/15{--tw-gradient-to:rgb(107 111 115 / 0.15) var(--tw-gradient-to-position)}
.to-background-text-text\/20{--tw-gradient-to:rgb(107 111 115 / 0.2) var(--tw-gradient-to-position)}
.to-background-text-text\/25{--tw-gradient-to:rgb(107 111 115 / 0.25) var(--tw-gradient-to-position)}
.to-background-text-text\/30{--tw-gradient-to:rgb(107 111 115 / 0.3) var(--tw-gradient-to-position)}
.to-background-text-text\/35{--tw-gradient-to:rgb(107 111 115 / 0.35) var(--tw-gradient-to-position)}
.to-background-text-text\/40{--tw-gradient-to:rgb(107 111 115 / 0.4) var(--tw-gradient-to-position)}
.to-background-text-text\/45{--tw-gradient-to:rgb(107 111 115 / 0.45) var(--tw-gradient-to-position)}
.to-background-text-text\/5{--tw-gradient-to:rgb(107 111 115 / 0.05) var(--tw-gradient-to-position)}
.to-background-text-text\/50{--tw-gradient-to:rgb(107 111 115 / 0.5) var(--tw-gradient-to-position)}
.to-background-text-text\/55{--tw-gradient-to:rgb(107 111 115 / 0.55) var(--tw-gradient-to-position)}
.to-background-text-text\/60{--tw-gradient-to:rgb(107 111 115 / 0.6) var(--tw-gradient-to-position)}
.to-background-text-text\/65{--tw-gradient-to:rgb(107 111 115 / 0.65) var(--tw-gradient-to-position)}
.to-background-text-text\/70{--tw-gradient-to:rgb(107 111 115 / 0.7) var(--tw-gradient-to-position)}
.to-background-text-text\/75{--tw-gradient-to:rgb(107 111 115 / 0.75) var(--tw-gradient-to-position)}
.to-background-text-text\/80{--tw-gradient-to:rgb(107 111 115 / 0.8) var(--tw-gradient-to-position)}
.to-background-text-text\/85{--tw-gradient-to:rgb(107 111 115 / 0.85) var(--tw-gradient-to-position)}
.to-background-text-text\/90{--tw-gradient-to:rgb(107 111 115 / 0.9) var(--tw-gradient-to-position)}
.to-background-text-text\/95{--tw-gradient-to:rgb(107 111 115 / 0.95) var(--tw-gradient-to-position)}
.to-bt-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-bt-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-bt-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-bt-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-bt-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-bt-text-text{--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}
.to-bt-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position)}
.to-bt-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0.1) var(--tw-gradient-to-position)}
.to-bt-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 1) var(--tw-gradient-to-position)}
.to-bt-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0.15) var(--tw-gradient-to-position)}
.to-bt-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0.2) var(--tw-gradient-to-position)}
.to-bt-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0.25) var(--tw-gradient-to-position)}
.to-bt-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0.3) var(--tw-gradient-to-position)}
.to-bt-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0.35) var(--tw-gradient-to-position)}
.to-bt-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0.4) var(--tw-gradient-to-position)}
.to-bt-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0.45) var(--tw-gradient-to-position)}
.to-bt-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0.05) var(--tw-gradient-to-position)}
.to-bt-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0.5) var(--tw-gradient-to-position)}
.to-bt-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0.55) var(--tw-gradient-to-position)}
.to-bt-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0.6) var(--tw-gradient-to-position)}
.to-bt-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0.65) var(--tw-gradient-to-position)}
.to-bt-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0.7) var(--tw-gradient-to-position)}
.to-bt-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0.75) var(--tw-gradient-to-position)}
.to-bt-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0.8) var(--tw-gradient-to-position)}
.to-bt-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0.85) var(--tw-gradient-to-position)}
.to-bt-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0.9) var(--tw-gradient-to-position)}
.to-bt-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0.95) var(--tw-gradient-to-position)}
.to-btLight-text-contrast{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-btLight-text-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-btLight-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-btLight-text-isDark{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-btLight-text-text{--tw-gradient-to:#48abd9 var(--tw-gradient-to-position)}
.to-btLight-text-text\/0{--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position)}
.to-btLight-text-text\/10{--tw-gradient-to:rgb(72 171 217 / 0.1) var(--tw-gradient-to-position)}
.to-btLight-text-text\/100{--tw-gradient-to:rgb(72 171 217 / 1) var(--tw-gradient-to-position)}
.to-btLight-text-text\/15{--tw-gradient-to:rgb(72 171 217 / 0.15) var(--tw-gradient-to-position)}
.to-btLight-text-text\/20{--tw-gradient-to:rgb(72 171 217 / 0.2) var(--tw-gradient-to-position)}
.to-btLight-text-text\/25{--tw-gradient-to:rgb(72 171 217 / 0.25) var(--tw-gradient-to-position)}
.to-btLight-text-text\/30{--tw-gradient-to:rgb(72 171 217 / 0.3) var(--tw-gradient-to-position)}
.to-btLight-text-text\/35{--tw-gradient-to:rgb(72 171 217 / 0.35) var(--tw-gradient-to-position)}
.to-btLight-text-text\/40{--tw-gradient-to:rgb(72 171 217 / 0.4) var(--tw-gradient-to-position)}
.to-btLight-text-text\/45{--tw-gradient-to:rgb(72 171 217 / 0.45) var(--tw-gradient-to-position)}
.to-btLight-text-text\/5{--tw-gradient-to:rgb(72 171 217 / 0.05) var(--tw-gradient-to-position)}
.to-btLight-text-text\/50{--tw-gradient-to:rgb(72 171 217 / 0.5) var(--tw-gradient-to-position)}
.to-btLight-text-text\/55{--tw-gradient-to:rgb(72 171 217 / 0.55) var(--tw-gradient-to-position)}
.to-btLight-text-text\/60{--tw-gradient-to:rgb(72 171 217 / 0.6) var(--tw-gradient-to-position)}
.to-btLight-text-text\/65{--tw-gradient-to:rgb(72 171 217 / 0.65) var(--tw-gradient-to-position)}
.to-btLight-text-text\/70{--tw-gradient-to:rgb(72 171 217 / 0.7) var(--tw-gradient-to-position)}
.to-btLight-text-text\/75{--tw-gradient-to:rgb(72 171 217 / 0.75) var(--tw-gradient-to-position)}
.to-btLight-text-text\/80{--tw-gradient-to:rgb(72 171 217 / 0.8) var(--tw-gradient-to-position)}
.to-btLight-text-text\/85{--tw-gradient-to:rgb(72 171 217 / 0.85) var(--tw-gradient-to-position)}
.to-btLight-text-text\/90{--tw-gradient-to:rgb(72 171 217 / 0.9) var(--tw-gradient-to-position)}
.to-btLight-text-text\/95{--tw-gradient-to:rgb(72 171 217 / 0.95) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-cardBackground-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-cardBackground-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-cardBackground-text-text{--tw-gradient-to:#848484 var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/0{--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/10{--tw-gradient-to:rgb(132 132 132 / 0.1) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/100{--tw-gradient-to:rgb(132 132 132 / 1) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/15{--tw-gradient-to:rgb(132 132 132 / 0.15) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/20{--tw-gradient-to:rgb(132 132 132 / 0.2) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/25{--tw-gradient-to:rgb(132 132 132 / 0.25) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/30{--tw-gradient-to:rgb(132 132 132 / 0.3) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/35{--tw-gradient-to:rgb(132 132 132 / 0.35) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/40{--tw-gradient-to:rgb(132 132 132 / 0.4) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/45{--tw-gradient-to:rgb(132 132 132 / 0.45) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/5{--tw-gradient-to:rgb(132 132 132 / 0.05) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/50{--tw-gradient-to:rgb(132 132 132 / 0.5) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/55{--tw-gradient-to:rgb(132 132 132 / 0.55) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/60{--tw-gradient-to:rgb(132 132 132 / 0.6) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/65{--tw-gradient-to:rgb(132 132 132 / 0.65) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/70{--tw-gradient-to:rgb(132 132 132 / 0.7) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/75{--tw-gradient-to:rgb(132 132 132 / 0.75) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/80{--tw-gradient-to:rgb(132 132 132 / 0.8) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/85{--tw-gradient-to:rgb(132 132 132 / 0.85) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/90{--tw-gradient-to:rgb(132 132 132 / 0.9) var(--tw-gradient-to-position)}
.to-cardBackground-text-text\/95{--tw-gradient-to:rgb(132 132 132 / 0.95) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-cardHeader-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-cardHeader-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-cardHeader-text-text{--tw-gradient-to:#7e7e84 var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/0{--tw-gradient-to:rgb(126 126 132 / 0) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/10{--tw-gradient-to:rgb(126 126 132 / 0.1) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/100{--tw-gradient-to:rgb(126 126 132 / 1) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/15{--tw-gradient-to:rgb(126 126 132 / 0.15) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/20{--tw-gradient-to:rgb(126 126 132 / 0.2) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/25{--tw-gradient-to:rgb(126 126 132 / 0.25) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/30{--tw-gradient-to:rgb(126 126 132 / 0.3) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/35{--tw-gradient-to:rgb(126 126 132 / 0.35) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/40{--tw-gradient-to:rgb(126 126 132 / 0.4) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/45{--tw-gradient-to:rgb(126 126 132 / 0.45) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/5{--tw-gradient-to:rgb(126 126 132 / 0.05) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/50{--tw-gradient-to:rgb(126 126 132 / 0.5) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/55{--tw-gradient-to:rgb(126 126 132 / 0.55) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/60{--tw-gradient-to:rgb(126 126 132 / 0.6) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/65{--tw-gradient-to:rgb(126 126 132 / 0.65) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/70{--tw-gradient-to:rgb(126 126 132 / 0.7) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/75{--tw-gradient-to:rgb(126 126 132 / 0.75) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/80{--tw-gradient-to:rgb(126 126 132 / 0.8) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/85{--tw-gradient-to:rgb(126 126 132 / 0.85) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/90{--tw-gradient-to:rgb(126 126 132 / 0.9) var(--tw-gradient-to-position)}
.to-cardHeader-text-text\/95{--tw-gradient-to:rgb(126 126 132 / 0.95) var(--tw-gradient-to-position)}
.to-danger-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-danger-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-danger-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-danger-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-danger-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-danger-text-text{--tw-gradient-to:#e85743 var(--tw-gradient-to-position)}
.to-danger-text-text\/0{--tw-gradient-to:rgb(232 87 67 / 0) var(--tw-gradient-to-position)}
.to-danger-text-text\/10{--tw-gradient-to:rgb(232 87 67 / 0.1) var(--tw-gradient-to-position)}
.to-danger-text-text\/100{--tw-gradient-to:rgb(232 87 67 / 1) var(--tw-gradient-to-position)}
.to-danger-text-text\/15{--tw-gradient-to:rgb(232 87 67 / 0.15) var(--tw-gradient-to-position)}
.to-danger-text-text\/20{--tw-gradient-to:rgb(232 87 67 / 0.2) var(--tw-gradient-to-position)}
.to-danger-text-text\/25{--tw-gradient-to:rgb(232 87 67 / 0.25) var(--tw-gradient-to-position)}
.to-danger-text-text\/30{--tw-gradient-to:rgb(232 87 67 / 0.3) var(--tw-gradient-to-position)}
.to-danger-text-text\/35{--tw-gradient-to:rgb(232 87 67 / 0.35) var(--tw-gradient-to-position)}
.to-danger-text-text\/40{--tw-gradient-to:rgb(232 87 67 / 0.4) var(--tw-gradient-to-position)}
.to-danger-text-text\/45{--tw-gradient-to:rgb(232 87 67 / 0.45) var(--tw-gradient-to-position)}
.to-danger-text-text\/5{--tw-gradient-to:rgb(232 87 67 / 0.05) var(--tw-gradient-to-position)}
.to-danger-text-text\/50{--tw-gradient-to:rgb(232 87 67 / 0.5) var(--tw-gradient-to-position)}
.to-danger-text-text\/55{--tw-gradient-to:rgb(232 87 67 / 0.55) var(--tw-gradient-to-position)}
.to-danger-text-text\/60{--tw-gradient-to:rgb(232 87 67 / 0.6) var(--tw-gradient-to-position)}
.to-danger-text-text\/65{--tw-gradient-to:rgb(232 87 67 / 0.65) var(--tw-gradient-to-position)}
.to-danger-text-text\/70{--tw-gradient-to:rgb(232 87 67 / 0.7) var(--tw-gradient-to-position)}
.to-danger-text-text\/75{--tw-gradient-to:rgb(232 87 67 / 0.75) var(--tw-gradient-to-position)}
.to-danger-text-text\/80{--tw-gradient-to:rgb(232 87 67 / 0.8) var(--tw-gradient-to-position)}
.to-danger-text-text\/85{--tw-gradient-to:rgb(232 87 67 / 0.85) var(--tw-gradient-to-position)}
.to-danger-text-text\/90{--tw-gradient-to:rgb(232 87 67 / 0.9) var(--tw-gradient-to-position)}
.to-danger-text-text\/95{--tw-gradient-to:rgb(232 87 67 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-100{--tw-gradient-to:#d1fae5 var(--tw-gradient-to-position)}
.to-emerald-100\/0{--tw-gradient-to:rgb(209 250 229 / 0) var(--tw-gradient-to-position)}
.to-emerald-100\/10{--tw-gradient-to:rgb(209 250 229 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-100\/100{--tw-gradient-to:rgb(209 250 229 / 1) var(--tw-gradient-to-position)}
.to-emerald-100\/15{--tw-gradient-to:rgb(209 250 229 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-100\/20{--tw-gradient-to:rgb(209 250 229 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-100\/25{--tw-gradient-to:rgb(209 250 229 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-100\/30{--tw-gradient-to:rgb(209 250 229 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-100\/35{--tw-gradient-to:rgb(209 250 229 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-100\/40{--tw-gradient-to:rgb(209 250 229 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-100\/45{--tw-gradient-to:rgb(209 250 229 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-100\/5{--tw-gradient-to:rgb(209 250 229 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-100\/50{--tw-gradient-to:rgb(209 250 229 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-100\/55{--tw-gradient-to:rgb(209 250 229 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-100\/60{--tw-gradient-to:rgb(209 250 229 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-100\/65{--tw-gradient-to:rgb(209 250 229 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-100\/70{--tw-gradient-to:rgb(209 250 229 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-100\/75{--tw-gradient-to:rgb(209 250 229 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-100\/80{--tw-gradient-to:rgb(209 250 229 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-100\/85{--tw-gradient-to:rgb(209 250 229 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-100\/90{--tw-gradient-to:rgb(209 250 229 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-100\/95{--tw-gradient-to:rgb(209 250 229 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-200{--tw-gradient-to:#a7f3d0 var(--tw-gradient-to-position)}
.to-emerald-200\/0{--tw-gradient-to:rgb(167 243 208 / 0) var(--tw-gradient-to-position)}
.to-emerald-200\/10{--tw-gradient-to:rgb(167 243 208 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-200\/100{--tw-gradient-to:rgb(167 243 208 / 1) var(--tw-gradient-to-position)}
.to-emerald-200\/15{--tw-gradient-to:rgb(167 243 208 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-200\/20{--tw-gradient-to:rgb(167 243 208 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-200\/25{--tw-gradient-to:rgb(167 243 208 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-200\/30{--tw-gradient-to:rgb(167 243 208 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-200\/35{--tw-gradient-to:rgb(167 243 208 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-200\/40{--tw-gradient-to:rgb(167 243 208 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-200\/45{--tw-gradient-to:rgb(167 243 208 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-200\/5{--tw-gradient-to:rgb(167 243 208 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-200\/50{--tw-gradient-to:rgb(167 243 208 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-200\/55{--tw-gradient-to:rgb(167 243 208 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-200\/60{--tw-gradient-to:rgb(167 243 208 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-200\/65{--tw-gradient-to:rgb(167 243 208 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-200\/70{--tw-gradient-to:rgb(167 243 208 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-200\/75{--tw-gradient-to:rgb(167 243 208 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-200\/80{--tw-gradient-to:rgb(167 243 208 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-200\/85{--tw-gradient-to:rgb(167 243 208 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-200\/90{--tw-gradient-to:rgb(167 243 208 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-200\/95{--tw-gradient-to:rgb(167 243 208 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-300{--tw-gradient-to:#6ee7b7 var(--tw-gradient-to-position)}
.to-emerald-300\/0{--tw-gradient-to:rgb(110 231 183 / 0) var(--tw-gradient-to-position)}
.to-emerald-300\/10{--tw-gradient-to:rgb(110 231 183 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-300\/100{--tw-gradient-to:rgb(110 231 183 / 1) var(--tw-gradient-to-position)}
.to-emerald-300\/15{--tw-gradient-to:rgb(110 231 183 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-300\/20{--tw-gradient-to:rgb(110 231 183 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-300\/25{--tw-gradient-to:rgb(110 231 183 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-300\/30{--tw-gradient-to:rgb(110 231 183 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-300\/35{--tw-gradient-to:rgb(110 231 183 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-300\/40{--tw-gradient-to:rgb(110 231 183 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-300\/45{--tw-gradient-to:rgb(110 231 183 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-300\/5{--tw-gradient-to:rgb(110 231 183 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-300\/50{--tw-gradient-to:rgb(110 231 183 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-300\/55{--tw-gradient-to:rgb(110 231 183 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-300\/60{--tw-gradient-to:rgb(110 231 183 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-300\/65{--tw-gradient-to:rgb(110 231 183 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-300\/70{--tw-gradient-to:rgb(110 231 183 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-300\/75{--tw-gradient-to:rgb(110 231 183 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-300\/80{--tw-gradient-to:rgb(110 231 183 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-300\/85{--tw-gradient-to:rgb(110 231 183 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-300\/90{--tw-gradient-to:rgb(110 231 183 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-300\/95{--tw-gradient-to:rgb(110 231 183 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-400{--tw-gradient-to:#34d399 var(--tw-gradient-to-position)}
.to-emerald-400\/0{--tw-gradient-to:rgb(52 211 153 / 0) var(--tw-gradient-to-position)}
.to-emerald-400\/10{--tw-gradient-to:rgb(52 211 153 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-400\/100{--tw-gradient-to:rgb(52 211 153 / 1) var(--tw-gradient-to-position)}
.to-emerald-400\/15{--tw-gradient-to:rgb(52 211 153 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-400\/20{--tw-gradient-to:rgb(52 211 153 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-400\/25{--tw-gradient-to:rgb(52 211 153 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-400\/30{--tw-gradient-to:rgb(52 211 153 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-400\/35{--tw-gradient-to:rgb(52 211 153 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-400\/40{--tw-gradient-to:rgb(52 211 153 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-400\/45{--tw-gradient-to:rgb(52 211 153 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-400\/5{--tw-gradient-to:rgb(52 211 153 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-400\/50{--tw-gradient-to:rgb(52 211 153 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-400\/55{--tw-gradient-to:rgb(52 211 153 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-400\/60{--tw-gradient-to:rgb(52 211 153 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-400\/65{--tw-gradient-to:rgb(52 211 153 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-400\/70{--tw-gradient-to:rgb(52 211 153 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-400\/75{--tw-gradient-to:rgb(52 211 153 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-400\/80{--tw-gradient-to:rgb(52 211 153 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-400\/85{--tw-gradient-to:rgb(52 211 153 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-400\/90{--tw-gradient-to:rgb(52 211 153 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-400\/95{--tw-gradient-to:rgb(52 211 153 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-50{--tw-gradient-to:#ecfdf5 var(--tw-gradient-to-position)}
.to-emerald-50\/0{--tw-gradient-to:rgb(236 253 245 / 0) var(--tw-gradient-to-position)}
.to-emerald-50\/10{--tw-gradient-to:rgb(236 253 245 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-50\/100{--tw-gradient-to:rgb(236 253 245 / 1) var(--tw-gradient-to-position)}
.to-emerald-50\/15{--tw-gradient-to:rgb(236 253 245 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-50\/20{--tw-gradient-to:rgb(236 253 245 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-50\/25{--tw-gradient-to:rgb(236 253 245 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-50\/30{--tw-gradient-to:rgb(236 253 245 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-50\/35{--tw-gradient-to:rgb(236 253 245 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-50\/40{--tw-gradient-to:rgb(236 253 245 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-50\/45{--tw-gradient-to:rgb(236 253 245 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-50\/5{--tw-gradient-to:rgb(236 253 245 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-50\/50{--tw-gradient-to:rgb(236 253 245 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-50\/55{--tw-gradient-to:rgb(236 253 245 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-50\/60{--tw-gradient-to:rgb(236 253 245 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-50\/65{--tw-gradient-to:rgb(236 253 245 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-50\/70{--tw-gradient-to:rgb(236 253 245 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-50\/75{--tw-gradient-to:rgb(236 253 245 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-50\/80{--tw-gradient-to:rgb(236 253 245 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-50\/85{--tw-gradient-to:rgb(236 253 245 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-50\/90{--tw-gradient-to:rgb(236 253 245 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-50\/95{--tw-gradient-to:rgb(236 253 245 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-500{--tw-gradient-to:#10b981 var(--tw-gradient-to-position)}
.to-emerald-500\/0{--tw-gradient-to:rgb(16 185 129 / 0) var(--tw-gradient-to-position)}
.to-emerald-500\/10{--tw-gradient-to:rgb(16 185 129 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-500\/100{--tw-gradient-to:rgb(16 185 129 / 1) var(--tw-gradient-to-position)}
.to-emerald-500\/15{--tw-gradient-to:rgb(16 185 129 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-500\/20{--tw-gradient-to:rgb(16 185 129 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-500\/25{--tw-gradient-to:rgb(16 185 129 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-500\/30{--tw-gradient-to:rgb(16 185 129 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-500\/35{--tw-gradient-to:rgb(16 185 129 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-500\/40{--tw-gradient-to:rgb(16 185 129 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-500\/45{--tw-gradient-to:rgb(16 185 129 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-500\/5{--tw-gradient-to:rgb(16 185 129 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-500\/50{--tw-gradient-to:rgb(16 185 129 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-500\/55{--tw-gradient-to:rgb(16 185 129 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-500\/60{--tw-gradient-to:rgb(16 185 129 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-500\/65{--tw-gradient-to:rgb(16 185 129 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-500\/70{--tw-gradient-to:rgb(16 185 129 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-500\/75{--tw-gradient-to:rgb(16 185 129 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-500\/80{--tw-gradient-to:rgb(16 185 129 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-500\/85{--tw-gradient-to:rgb(16 185 129 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-500\/90{--tw-gradient-to:rgb(16 185 129 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-500\/95{--tw-gradient-to:rgb(16 185 129 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-600{--tw-gradient-to:#059669 var(--tw-gradient-to-position)}
.to-emerald-600\/0{--tw-gradient-to:rgb(5 150 105 / 0) var(--tw-gradient-to-position)}
.to-emerald-600\/10{--tw-gradient-to:rgb(5 150 105 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-600\/100{--tw-gradient-to:rgb(5 150 105 / 1) var(--tw-gradient-to-position)}
.to-emerald-600\/15{--tw-gradient-to:rgb(5 150 105 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-600\/20{--tw-gradient-to:rgb(5 150 105 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-600\/25{--tw-gradient-to:rgb(5 150 105 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-600\/30{--tw-gradient-to:rgb(5 150 105 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-600\/35{--tw-gradient-to:rgb(5 150 105 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-600\/40{--tw-gradient-to:rgb(5 150 105 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-600\/45{--tw-gradient-to:rgb(5 150 105 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-600\/5{--tw-gradient-to:rgb(5 150 105 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-600\/50{--tw-gradient-to:rgb(5 150 105 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-600\/55{--tw-gradient-to:rgb(5 150 105 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-600\/60{--tw-gradient-to:rgb(5 150 105 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-600\/65{--tw-gradient-to:rgb(5 150 105 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-600\/70{--tw-gradient-to:rgb(5 150 105 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-600\/75{--tw-gradient-to:rgb(5 150 105 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-600\/80{--tw-gradient-to:rgb(5 150 105 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-600\/85{--tw-gradient-to:rgb(5 150 105 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-600\/90{--tw-gradient-to:rgb(5 150 105 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-600\/95{--tw-gradient-to:rgb(5 150 105 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-700{--tw-gradient-to:#047857 var(--tw-gradient-to-position)}
.to-emerald-700\/0{--tw-gradient-to:rgb(4 120 87 / 0) var(--tw-gradient-to-position)}
.to-emerald-700\/10{--tw-gradient-to:rgb(4 120 87 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-700\/100{--tw-gradient-to:rgb(4 120 87 / 1) var(--tw-gradient-to-position)}
.to-emerald-700\/15{--tw-gradient-to:rgb(4 120 87 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-700\/20{--tw-gradient-to:rgb(4 120 87 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-700\/25{--tw-gradient-to:rgb(4 120 87 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-700\/30{--tw-gradient-to:rgb(4 120 87 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-700\/35{--tw-gradient-to:rgb(4 120 87 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-700\/40{--tw-gradient-to:rgb(4 120 87 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-700\/45{--tw-gradient-to:rgb(4 120 87 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-700\/5{--tw-gradient-to:rgb(4 120 87 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-700\/50{--tw-gradient-to:rgb(4 120 87 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-700\/55{--tw-gradient-to:rgb(4 120 87 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-700\/60{--tw-gradient-to:rgb(4 120 87 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-700\/65{--tw-gradient-to:rgb(4 120 87 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-700\/70{--tw-gradient-to:rgb(4 120 87 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-700\/75{--tw-gradient-to:rgb(4 120 87 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-700\/80{--tw-gradient-to:rgb(4 120 87 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-700\/85{--tw-gradient-to:rgb(4 120 87 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-700\/90{--tw-gradient-to:rgb(4 120 87 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-700\/95{--tw-gradient-to:rgb(4 120 87 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-800{--tw-gradient-to:#065f46 var(--tw-gradient-to-position)}
.to-emerald-800\/0{--tw-gradient-to:rgb(6 95 70 / 0) var(--tw-gradient-to-position)}
.to-emerald-800\/10{--tw-gradient-to:rgb(6 95 70 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-800\/100{--tw-gradient-to:rgb(6 95 70 / 1) var(--tw-gradient-to-position)}
.to-emerald-800\/15{--tw-gradient-to:rgb(6 95 70 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-800\/20{--tw-gradient-to:rgb(6 95 70 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-800\/25{--tw-gradient-to:rgb(6 95 70 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-800\/30{--tw-gradient-to:rgb(6 95 70 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-800\/35{--tw-gradient-to:rgb(6 95 70 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-800\/40{--tw-gradient-to:rgb(6 95 70 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-800\/45{--tw-gradient-to:rgb(6 95 70 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-800\/5{--tw-gradient-to:rgb(6 95 70 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-800\/50{--tw-gradient-to:rgb(6 95 70 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-800\/55{--tw-gradient-to:rgb(6 95 70 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-800\/60{--tw-gradient-to:rgb(6 95 70 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-800\/65{--tw-gradient-to:rgb(6 95 70 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-800\/70{--tw-gradient-to:rgb(6 95 70 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-800\/75{--tw-gradient-to:rgb(6 95 70 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-800\/80{--tw-gradient-to:rgb(6 95 70 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-800\/85{--tw-gradient-to:rgb(6 95 70 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-800\/90{--tw-gradient-to:rgb(6 95 70 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-800\/95{--tw-gradient-to:rgb(6 95 70 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-900{--tw-gradient-to:#064e3b var(--tw-gradient-to-position)}
.to-emerald-900\/0{--tw-gradient-to:rgb(6 78 59 / 0) var(--tw-gradient-to-position)}
.to-emerald-900\/10{--tw-gradient-to:rgb(6 78 59 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-900\/100{--tw-gradient-to:rgb(6 78 59 / 1) var(--tw-gradient-to-position)}
.to-emerald-900\/15{--tw-gradient-to:rgb(6 78 59 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-900\/20{--tw-gradient-to:rgb(6 78 59 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-900\/25{--tw-gradient-to:rgb(6 78 59 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-900\/30{--tw-gradient-to:rgb(6 78 59 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-900\/35{--tw-gradient-to:rgb(6 78 59 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-900\/40{--tw-gradient-to:rgb(6 78 59 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-900\/45{--tw-gradient-to:rgb(6 78 59 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-900\/5{--tw-gradient-to:rgb(6 78 59 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-900\/50{--tw-gradient-to:rgb(6 78 59 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-900\/55{--tw-gradient-to:rgb(6 78 59 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-900\/60{--tw-gradient-to:rgb(6 78 59 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-900\/65{--tw-gradient-to:rgb(6 78 59 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-900\/70{--tw-gradient-to:rgb(6 78 59 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-900\/75{--tw-gradient-to:rgb(6 78 59 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-900\/80{--tw-gradient-to:rgb(6 78 59 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-900\/85{--tw-gradient-to:rgb(6 78 59 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-900\/90{--tw-gradient-to:rgb(6 78 59 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-900\/95{--tw-gradient-to:rgb(6 78 59 / 0.95) var(--tw-gradient-to-position)}
.to-emerald-950{--tw-gradient-to:#022c22 var(--tw-gradient-to-position)}
.to-emerald-950\/0{--tw-gradient-to:rgb(2 44 34 / 0) var(--tw-gradient-to-position)}
.to-emerald-950\/10{--tw-gradient-to:rgb(2 44 34 / 0.1) var(--tw-gradient-to-position)}
.to-emerald-950\/100{--tw-gradient-to:rgb(2 44 34 / 1) var(--tw-gradient-to-position)}
.to-emerald-950\/15{--tw-gradient-to:rgb(2 44 34 / 0.15) var(--tw-gradient-to-position)}
.to-emerald-950\/20{--tw-gradient-to:rgb(2 44 34 / 0.2) var(--tw-gradient-to-position)}
.to-emerald-950\/25{--tw-gradient-to:rgb(2 44 34 / 0.25) var(--tw-gradient-to-position)}
.to-emerald-950\/30{--tw-gradient-to:rgb(2 44 34 / 0.3) var(--tw-gradient-to-position)}
.to-emerald-950\/35{--tw-gradient-to:rgb(2 44 34 / 0.35) var(--tw-gradient-to-position)}
.to-emerald-950\/40{--tw-gradient-to:rgb(2 44 34 / 0.4) var(--tw-gradient-to-position)}
.to-emerald-950\/45{--tw-gradient-to:rgb(2 44 34 / 0.45) var(--tw-gradient-to-position)}
.to-emerald-950\/5{--tw-gradient-to:rgb(2 44 34 / 0.05) var(--tw-gradient-to-position)}
.to-emerald-950\/50{--tw-gradient-to:rgb(2 44 34 / 0.5) var(--tw-gradient-to-position)}
.to-emerald-950\/55{--tw-gradient-to:rgb(2 44 34 / 0.55) var(--tw-gradient-to-position)}
.to-emerald-950\/60{--tw-gradient-to:rgb(2 44 34 / 0.6) var(--tw-gradient-to-position)}
.to-emerald-950\/65{--tw-gradient-to:rgb(2 44 34 / 0.65) var(--tw-gradient-to-position)}
.to-emerald-950\/70{--tw-gradient-to:rgb(2 44 34 / 0.7) var(--tw-gradient-to-position)}
.to-emerald-950\/75{--tw-gradient-to:rgb(2 44 34 / 0.75) var(--tw-gradient-to-position)}
.to-emerald-950\/80{--tw-gradient-to:rgb(2 44 34 / 0.8) var(--tw-gradient-to-position)}
.to-emerald-950\/85{--tw-gradient-to:rgb(2 44 34 / 0.85) var(--tw-gradient-to-position)}
.to-emerald-950\/90{--tw-gradient-to:rgb(2 44 34 / 0.9) var(--tw-gradient-to-position)}
.to-emerald-950\/95{--tw-gradient-to:rgb(2 44 34 / 0.95) var(--tw-gradient-to-position)}
.to-gridItemHover{--tw-gradient-to:rgba(0,0,0,.03) var(--tw-gradient-to-position)}
.to-gridItemHover\/0{--tw-gradient-to:rgba(0, 0, 0, 0) var(--tw-gradient-to-position)}
.to-gridItemHover\/10{--tw-gradient-to:rgba(0, 0, 0, 0.1) var(--tw-gradient-to-position)}
.to-gridItemHover\/100{--tw-gradient-to:rgba(0, 0, 0, 1) var(--tw-gradient-to-position)}
.to-gridItemHover\/15{--tw-gradient-to:rgba(0, 0, 0, 0.15) var(--tw-gradient-to-position)}
.to-gridItemHover\/20{--tw-gradient-to:rgba(0, 0, 0, 0.2) var(--tw-gradient-to-position)}
.to-gridItemHover\/25{--tw-gradient-to:rgba(0, 0, 0, 0.25) var(--tw-gradient-to-position)}
.to-gridItemHover\/30{--tw-gradient-to:rgba(0, 0, 0, 0.3) var(--tw-gradient-to-position)}
.to-gridItemHover\/35{--tw-gradient-to:rgba(0, 0, 0, 0.35) var(--tw-gradient-to-position)}
.to-gridItemHover\/40{--tw-gradient-to:rgba(0, 0, 0, 0.4) var(--tw-gradient-to-position)}
.to-gridItemHover\/45{--tw-gradient-to:rgba(0, 0, 0, 0.45) var(--tw-gradient-to-position)}
.to-gridItemHover\/5{--tw-gradient-to:rgba(0, 0, 0, 0.05) var(--tw-gradient-to-position)}
.to-gridItemHover\/50{--tw-gradient-to:rgba(0, 0, 0, 0.5) var(--tw-gradient-to-position)}
.to-gridItemHover\/55{--tw-gradient-to:rgba(0, 0, 0, 0.55) var(--tw-gradient-to-position)}
.to-gridItemHover\/60{--tw-gradient-to:rgba(0, 0, 0, 0.6) var(--tw-gradient-to-position)}
.to-gridItemHover\/65{--tw-gradient-to:rgba(0, 0, 0, 0.65) var(--tw-gradient-to-position)}
.to-gridItemHover\/70{--tw-gradient-to:rgba(0, 0, 0, 0.7) var(--tw-gradient-to-position)}
.to-gridItemHover\/75{--tw-gradient-to:rgba(0, 0, 0, 0.75) var(--tw-gradient-to-position)}
.to-gridItemHover\/80{--tw-gradient-to:rgba(0, 0, 0, 0.8) var(--tw-gradient-to-position)}
.to-gridItemHover\/85{--tw-gradient-to:rgba(0, 0, 0, 0.85) var(--tw-gradient-to-position)}
.to-gridItemHover\/90{--tw-gradient-to:rgba(0, 0, 0, 0.9) var(--tw-gradient-to-position)}
.to-gridItemHover\/95{--tw-gradient-to:rgba(0, 0, 0, 0.95) var(--tw-gradient-to-position)}
.to-info-text-contrast{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-info-text-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-info-text-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-info-text-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-info-text-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-info-text-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-info-text-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-info-text-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-info-text-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-info-text-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-info-text-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-info-text-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-info-text-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-info-text-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-info-text-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-info-text-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-info-text-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-info-text-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-info-text-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-info-text-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-info-text-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-info-text-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-info-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-info-text-isDark{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-info-text-text{--tw-gradient-to:#48abd9 var(--tw-gradient-to-position)}
.to-info-text-text\/0{--tw-gradient-to:rgb(72 171 217 / 0) var(--tw-gradient-to-position)}
.to-info-text-text\/10{--tw-gradient-to:rgb(72 171 217 / 0.1) var(--tw-gradient-to-position)}
.to-info-text-text\/100{--tw-gradient-to:rgb(72 171 217 / 1) var(--tw-gradient-to-position)}
.to-info-text-text\/15{--tw-gradient-to:rgb(72 171 217 / 0.15) var(--tw-gradient-to-position)}
.to-info-text-text\/20{--tw-gradient-to:rgb(72 171 217 / 0.2) var(--tw-gradient-to-position)}
.to-info-text-text\/25{--tw-gradient-to:rgb(72 171 217 / 0.25) var(--tw-gradient-to-position)}
.to-info-text-text\/30{--tw-gradient-to:rgb(72 171 217 / 0.3) var(--tw-gradient-to-position)}
.to-info-text-text\/35{--tw-gradient-to:rgb(72 171 217 / 0.35) var(--tw-gradient-to-position)}
.to-info-text-text\/40{--tw-gradient-to:rgb(72 171 217 / 0.4) var(--tw-gradient-to-position)}
.to-info-text-text\/45{--tw-gradient-to:rgb(72 171 217 / 0.45) var(--tw-gradient-to-position)}
.to-info-text-text\/5{--tw-gradient-to:rgb(72 171 217 / 0.05) var(--tw-gradient-to-position)}
.to-info-text-text\/50{--tw-gradient-to:rgb(72 171 217 / 0.5) var(--tw-gradient-to-position)}
.to-info-text-text\/55{--tw-gradient-to:rgb(72 171 217 / 0.55) var(--tw-gradient-to-position)}
.to-info-text-text\/60{--tw-gradient-to:rgb(72 171 217 / 0.6) var(--tw-gradient-to-position)}
.to-info-text-text\/65{--tw-gradient-to:rgb(72 171 217 / 0.65) var(--tw-gradient-to-position)}
.to-info-text-text\/70{--tw-gradient-to:rgb(72 171 217 / 0.7) var(--tw-gradient-to-position)}
.to-info-text-text\/75{--tw-gradient-to:rgb(72 171 217 / 0.75) var(--tw-gradient-to-position)}
.to-info-text-text\/80{--tw-gradient-to:rgb(72 171 217 / 0.8) var(--tw-gradient-to-position)}
.to-info-text-text\/85{--tw-gradient-to:rgb(72 171 217 / 0.85) var(--tw-gradient-to-position)}
.to-info-text-text\/90{--tw-gradient-to:rgb(72 171 217 / 0.9) var(--tw-gradient-to-position)}
.to-info-text-text\/95{--tw-gradient-to:rgb(72 171 217 / 0.95) var(--tw-gradient-to-position)}
.to-lime-100{--tw-gradient-to:#ecfccb var(--tw-gradient-to-position)}
.to-lime-100\/0{--tw-gradient-to:rgb(236 252 203 / 0) var(--tw-gradient-to-position)}
.to-lime-100\/10{--tw-gradient-to:rgb(236 252 203 / 0.1) var(--tw-gradient-to-position)}
.to-lime-100\/100{--tw-gradient-to:rgb(236 252 203 / 1) var(--tw-gradient-to-position)}
.to-lime-100\/15{--tw-gradient-to:rgb(236 252 203 / 0.15) var(--tw-gradient-to-position)}
.to-lime-100\/20{--tw-gradient-to:rgb(236 252 203 / 0.2) var(--tw-gradient-to-position)}
.to-lime-100\/25{--tw-gradient-to:rgb(236 252 203 / 0.25) var(--tw-gradient-to-position)}
.to-lime-100\/30{--tw-gradient-to:rgb(236 252 203 / 0.3) var(--tw-gradient-to-position)}
.to-lime-100\/35{--tw-gradient-to:rgb(236 252 203 / 0.35) var(--tw-gradient-to-position)}
.to-lime-100\/40{--tw-gradient-to:rgb(236 252 203 / 0.4) var(--tw-gradient-to-position)}
.to-lime-100\/45{--tw-gradient-to:rgb(236 252 203 / 0.45) var(--tw-gradient-to-position)}
.to-lime-100\/5{--tw-gradient-to:rgb(236 252 203 / 0.05) var(--tw-gradient-to-position)}
.to-lime-100\/50{--tw-gradient-to:rgb(236 252 203 / 0.5) var(--tw-gradient-to-position)}
.to-lime-100\/55{--tw-gradient-to:rgb(236 252 203 / 0.55) var(--tw-gradient-to-position)}
.to-lime-100\/60{--tw-gradient-to:rgb(236 252 203 / 0.6) var(--tw-gradient-to-position)}
.to-lime-100\/65{--tw-gradient-to:rgb(236 252 203 / 0.65) var(--tw-gradient-to-position)}
.to-lime-100\/70{--tw-gradient-to:rgb(236 252 203 / 0.7) var(--tw-gradient-to-position)}
.to-lime-100\/75{--tw-gradient-to:rgb(236 252 203 / 0.75) var(--tw-gradient-to-position)}
.to-lime-100\/80{--tw-gradient-to:rgb(236 252 203 / 0.8) var(--tw-gradient-to-position)}
.to-lime-100\/85{--tw-gradient-to:rgb(236 252 203 / 0.85) var(--tw-gradient-to-position)}
.to-lime-100\/90{--tw-gradient-to:rgb(236 252 203 / 0.9) var(--tw-gradient-to-position)}
.to-lime-100\/95{--tw-gradient-to:rgb(236 252 203 / 0.95) var(--tw-gradient-to-position)}
.to-lime-200{--tw-gradient-to:#d9f99d var(--tw-gradient-to-position)}
.to-lime-200\/0{--tw-gradient-to:rgb(217 249 157 / 0) var(--tw-gradient-to-position)}
.to-lime-200\/10{--tw-gradient-to:rgb(217 249 157 / 0.1) var(--tw-gradient-to-position)}
.to-lime-200\/100{--tw-gradient-to:rgb(217 249 157 / 1) var(--tw-gradient-to-position)}
.to-lime-200\/15{--tw-gradient-to:rgb(217 249 157 / 0.15) var(--tw-gradient-to-position)}
.to-lime-200\/20{--tw-gradient-to:rgb(217 249 157 / 0.2) var(--tw-gradient-to-position)}
.to-lime-200\/25{--tw-gradient-to:rgb(217 249 157 / 0.25) var(--tw-gradient-to-position)}
.to-lime-200\/30{--tw-gradient-to:rgb(217 249 157 / 0.3) var(--tw-gradient-to-position)}
.to-lime-200\/35{--tw-gradient-to:rgb(217 249 157 / 0.35) var(--tw-gradient-to-position)}
.to-lime-200\/40{--tw-gradient-to:rgb(217 249 157 / 0.4) var(--tw-gradient-to-position)}
.to-lime-200\/45{--tw-gradient-to:rgb(217 249 157 / 0.45) var(--tw-gradient-to-position)}
.to-lime-200\/5{--tw-gradient-to:rgb(217 249 157 / 0.05) var(--tw-gradient-to-position)}
.to-lime-200\/50{--tw-gradient-to:rgb(217 249 157 / 0.5) var(--tw-gradient-to-position)}
.to-lime-200\/55{--tw-gradient-to:rgb(217 249 157 / 0.55) var(--tw-gradient-to-position)}
.to-lime-200\/60{--tw-gradient-to:rgb(217 249 157 / 0.6) var(--tw-gradient-to-position)}
.to-lime-200\/65{--tw-gradient-to:rgb(217 249 157 / 0.65) var(--tw-gradient-to-position)}
.to-lime-200\/70{--tw-gradient-to:rgb(217 249 157 / 0.7) var(--tw-gradient-to-position)}
.to-lime-200\/75{--tw-gradient-to:rgb(217 249 157 / 0.75) var(--tw-gradient-to-position)}
.to-lime-200\/80{--tw-gradient-to:rgb(217 249 157 / 0.8) var(--tw-gradient-to-position)}
.to-lime-200\/85{--tw-gradient-to:rgb(217 249 157 / 0.85) var(--tw-gradient-to-position)}
.to-lime-200\/90{--tw-gradient-to:rgb(217 249 157 / 0.9) var(--tw-gradient-to-position)}
.to-lime-200\/95{--tw-gradient-to:rgb(217 249 157 / 0.95) var(--tw-gradient-to-position)}
.to-lime-300{--tw-gradient-to:#bef264 var(--tw-gradient-to-position)}
.to-lime-300\/0{--tw-gradient-to:rgb(190 242 100 / 0) var(--tw-gradient-to-position)}
.to-lime-300\/10{--tw-gradient-to:rgb(190 242 100 / 0.1) var(--tw-gradient-to-position)}
.to-lime-300\/100{--tw-gradient-to:rgb(190 242 100 / 1) var(--tw-gradient-to-position)}
.to-lime-300\/15{--tw-gradient-to:rgb(190 242 100 / 0.15) var(--tw-gradient-to-position)}
.to-lime-300\/20{--tw-gradient-to:rgb(190 242 100 / 0.2) var(--tw-gradient-to-position)}
.to-lime-300\/25{--tw-gradient-to:rgb(190 242 100 / 0.25) var(--tw-gradient-to-position)}
.to-lime-300\/30{--tw-gradient-to:rgb(190 242 100 / 0.3) var(--tw-gradient-to-position)}
.to-lime-300\/35{--tw-gradient-to:rgb(190 242 100 / 0.35) var(--tw-gradient-to-position)}
.to-lime-300\/40{--tw-gradient-to:rgb(190 242 100 / 0.4) var(--tw-gradient-to-position)}
.to-lime-300\/45{--tw-gradient-to:rgb(190 242 100 / 0.45) var(--tw-gradient-to-position)}
.to-lime-300\/5{--tw-gradient-to:rgb(190 242 100 / 0.05) var(--tw-gradient-to-position)}
.to-lime-300\/50{--tw-gradient-to:rgb(190 242 100 / 0.5) var(--tw-gradient-to-position)}
.to-lime-300\/55{--tw-gradient-to:rgb(190 242 100 / 0.55) var(--tw-gradient-to-position)}
.to-lime-300\/60{--tw-gradient-to:rgb(190 242 100 / 0.6) var(--tw-gradient-to-position)}
.to-lime-300\/65{--tw-gradient-to:rgb(190 242 100 / 0.65) var(--tw-gradient-to-position)}
.to-lime-300\/70{--tw-gradient-to:rgb(190 242 100 / 0.7) var(--tw-gradient-to-position)}
.to-lime-300\/75{--tw-gradient-to:rgb(190 242 100 / 0.75) var(--tw-gradient-to-position)}
.to-lime-300\/80{--tw-gradient-to:rgb(190 242 100 / 0.8) var(--tw-gradient-to-position)}
.to-lime-300\/85{--tw-gradient-to:rgb(190 242 100 / 0.85) var(--tw-gradient-to-position)}
.to-lime-300\/90{--tw-gradient-to:rgb(190 242 100 / 0.9) var(--tw-gradient-to-position)}
.to-lime-300\/95{--tw-gradient-to:rgb(190 242 100 / 0.95) var(--tw-gradient-to-position)}
.to-lime-400{--tw-gradient-to:#a3e635 var(--tw-gradient-to-position)}
.to-lime-400\/0{--tw-gradient-to:rgb(163 230 53 / 0) var(--tw-gradient-to-position)}
.to-lime-400\/10{--tw-gradient-to:rgb(163 230 53 / 0.1) var(--tw-gradient-to-position)}
.to-lime-400\/100{--tw-gradient-to:rgb(163 230 53 / 1) var(--tw-gradient-to-position)}
.to-lime-400\/15{--tw-gradient-to:rgb(163 230 53 / 0.15) var(--tw-gradient-to-position)}
.to-lime-400\/20{--tw-gradient-to:rgb(163 230 53 / 0.2) var(--tw-gradient-to-position)}
.to-lime-400\/25{--tw-gradient-to:rgb(163 230 53 / 0.25) var(--tw-gradient-to-position)}
.to-lime-400\/30{--tw-gradient-to:rgb(163 230 53 / 0.3) var(--tw-gradient-to-position)}
.to-lime-400\/35{--tw-gradient-to:rgb(163 230 53 / 0.35) var(--tw-gradient-to-position)}
.to-lime-400\/40{--tw-gradient-to:rgb(163 230 53 / 0.4) var(--tw-gradient-to-position)}
.to-lime-400\/45{--tw-gradient-to:rgb(163 230 53 / 0.45) var(--tw-gradient-to-position)}
.to-lime-400\/5{--tw-gradient-to:rgb(163 230 53 / 0.05) var(--tw-gradient-to-position)}
.to-lime-400\/50{--tw-gradient-to:rgb(163 230 53 / 0.5) var(--tw-gradient-to-position)}
.to-lime-400\/55{--tw-gradient-to:rgb(163 230 53 / 0.55) var(--tw-gradient-to-position)}
.to-lime-400\/60{--tw-gradient-to:rgb(163 230 53 / 0.6) var(--tw-gradient-to-position)}
.to-lime-400\/65{--tw-gradient-to:rgb(163 230 53 / 0.65) var(--tw-gradient-to-position)}
.to-lime-400\/70{--tw-gradient-to:rgb(163 230 53 / 0.7) var(--tw-gradient-to-position)}
.to-lime-400\/75{--tw-gradient-to:rgb(163 230 53 / 0.75) var(--tw-gradient-to-position)}
.to-lime-400\/80{--tw-gradient-to:rgb(163 230 53 / 0.8) var(--tw-gradient-to-position)}
.to-lime-400\/85{--tw-gradient-to:rgb(163 230 53 / 0.85) var(--tw-gradient-to-position)}
.to-lime-400\/90{--tw-gradient-to:rgb(163 230 53 / 0.9) var(--tw-gradient-to-position)}
.to-lime-400\/95{--tw-gradient-to:rgb(163 230 53 / 0.95) var(--tw-gradient-to-position)}
.to-lime-50{--tw-gradient-to:#f7fee7 var(--tw-gradient-to-position)}
.to-lime-50\/0{--tw-gradient-to:rgb(247 254 231 / 0) var(--tw-gradient-to-position)}
.to-lime-50\/10{--tw-gradient-to:rgb(247 254 231 / 0.1) var(--tw-gradient-to-position)}
.to-lime-50\/100{--tw-gradient-to:rgb(247 254 231 / 1) var(--tw-gradient-to-position)}
.to-lime-50\/15{--tw-gradient-to:rgb(247 254 231 / 0.15) var(--tw-gradient-to-position)}
.to-lime-50\/20{--tw-gradient-to:rgb(247 254 231 / 0.2) var(--tw-gradient-to-position)}
.to-lime-50\/25{--tw-gradient-to:rgb(247 254 231 / 0.25) var(--tw-gradient-to-position)}
.to-lime-50\/30{--tw-gradient-to:rgb(247 254 231 / 0.3) var(--tw-gradient-to-position)}
.to-lime-50\/35{--tw-gradient-to:rgb(247 254 231 / 0.35) var(--tw-gradient-to-position)}
.to-lime-50\/40{--tw-gradient-to:rgb(247 254 231 / 0.4) var(--tw-gradient-to-position)}
.to-lime-50\/45{--tw-gradient-to:rgb(247 254 231 / 0.45) var(--tw-gradient-to-position)}
.to-lime-50\/5{--tw-gradient-to:rgb(247 254 231 / 0.05) var(--tw-gradient-to-position)}
.to-lime-50\/50{--tw-gradient-to:rgb(247 254 231 / 0.5) var(--tw-gradient-to-position)}
.to-lime-50\/55{--tw-gradient-to:rgb(247 254 231 / 0.55) var(--tw-gradient-to-position)}
.to-lime-50\/60{--tw-gradient-to:rgb(247 254 231 / 0.6) var(--tw-gradient-to-position)}
.to-lime-50\/65{--tw-gradient-to:rgb(247 254 231 / 0.65) var(--tw-gradient-to-position)}
.to-lime-50\/70{--tw-gradient-to:rgb(247 254 231 / 0.7) var(--tw-gradient-to-position)}
.to-lime-50\/75{--tw-gradient-to:rgb(247 254 231 / 0.75) var(--tw-gradient-to-position)}
.to-lime-50\/80{--tw-gradient-to:rgb(247 254 231 / 0.8) var(--tw-gradient-to-position)}
.to-lime-50\/85{--tw-gradient-to:rgb(247 254 231 / 0.85) var(--tw-gradient-to-position)}
.to-lime-50\/90{--tw-gradient-to:rgb(247 254 231 / 0.9) var(--tw-gradient-to-position)}
.to-lime-50\/95{--tw-gradient-to:rgb(247 254 231 / 0.95) var(--tw-gradient-to-position)}
.to-lime-500{--tw-gradient-to:#84cc16 var(--tw-gradient-to-position)}
.to-lime-500\/0{--tw-gradient-to:rgb(132 204 22 / 0) var(--tw-gradient-to-position)}
.to-lime-500\/10{--tw-gradient-to:rgb(132 204 22 / 0.1) var(--tw-gradient-to-position)}
.to-lime-500\/100{--tw-gradient-to:rgb(132 204 22 / 1) var(--tw-gradient-to-position)}
.to-lime-500\/15{--tw-gradient-to:rgb(132 204 22 / 0.15) var(--tw-gradient-to-position)}
.to-lime-500\/20{--tw-gradient-to:rgb(132 204 22 / 0.2) var(--tw-gradient-to-position)}
.to-lime-500\/25{--tw-gradient-to:rgb(132 204 22 / 0.25) var(--tw-gradient-to-position)}
.to-lime-500\/30{--tw-gradient-to:rgb(132 204 22 / 0.3) var(--tw-gradient-to-position)}
.to-lime-500\/35{--tw-gradient-to:rgb(132 204 22 / 0.35) var(--tw-gradient-to-position)}
.to-lime-500\/40{--tw-gradient-to:rgb(132 204 22 / 0.4) var(--tw-gradient-to-position)}
.to-lime-500\/45{--tw-gradient-to:rgb(132 204 22 / 0.45) var(--tw-gradient-to-position)}
.to-lime-500\/5{--tw-gradient-to:rgb(132 204 22 / 0.05) var(--tw-gradient-to-position)}
.to-lime-500\/50{--tw-gradient-to:rgb(132 204 22 / 0.5) var(--tw-gradient-to-position)}
.to-lime-500\/55{--tw-gradient-to:rgb(132 204 22 / 0.55) var(--tw-gradient-to-position)}
.to-lime-500\/60{--tw-gradient-to:rgb(132 204 22 / 0.6) var(--tw-gradient-to-position)}
.to-lime-500\/65{--tw-gradient-to:rgb(132 204 22 / 0.65) var(--tw-gradient-to-position)}
.to-lime-500\/70{--tw-gradient-to:rgb(132 204 22 / 0.7) var(--tw-gradient-to-position)}
.to-lime-500\/75{--tw-gradient-to:rgb(132 204 22 / 0.75) var(--tw-gradient-to-position)}
.to-lime-500\/80{--tw-gradient-to:rgb(132 204 22 / 0.8) var(--tw-gradient-to-position)}
.to-lime-500\/85{--tw-gradient-to:rgb(132 204 22 / 0.85) var(--tw-gradient-to-position)}
.to-lime-500\/90{--tw-gradient-to:rgb(132 204 22 / 0.9) var(--tw-gradient-to-position)}
.to-lime-500\/95{--tw-gradient-to:rgb(132 204 22 / 0.95) var(--tw-gradient-to-position)}
.to-lime-600{--tw-gradient-to:#65a30d var(--tw-gradient-to-position)}
.to-lime-600\/0{--tw-gradient-to:rgb(101 163 13 / 0) var(--tw-gradient-to-position)}
.to-lime-600\/10{--tw-gradient-to:rgb(101 163 13 / 0.1) var(--tw-gradient-to-position)}
.to-lime-600\/100{--tw-gradient-to:rgb(101 163 13 / 1) var(--tw-gradient-to-position)}
.to-lime-600\/15{--tw-gradient-to:rgb(101 163 13 / 0.15) var(--tw-gradient-to-position)}
.to-lime-600\/20{--tw-gradient-to:rgb(101 163 13 / 0.2) var(--tw-gradient-to-position)}
.to-lime-600\/25{--tw-gradient-to:rgb(101 163 13 / 0.25) var(--tw-gradient-to-position)}
.to-lime-600\/30{--tw-gradient-to:rgb(101 163 13 / 0.3) var(--tw-gradient-to-position)}
.to-lime-600\/35{--tw-gradient-to:rgb(101 163 13 / 0.35) var(--tw-gradient-to-position)}
.to-lime-600\/40{--tw-gradient-to:rgb(101 163 13 / 0.4) var(--tw-gradient-to-position)}
.to-lime-600\/45{--tw-gradient-to:rgb(101 163 13 / 0.45) var(--tw-gradient-to-position)}
.to-lime-600\/5{--tw-gradient-to:rgb(101 163 13 / 0.05) var(--tw-gradient-to-position)}
.to-lime-600\/50{--tw-gradient-to:rgb(101 163 13 / 0.5) var(--tw-gradient-to-position)}
.to-lime-600\/55{--tw-gradient-to:rgb(101 163 13 / 0.55) var(--tw-gradient-to-position)}
.to-lime-600\/60{--tw-gradient-to:rgb(101 163 13 / 0.6) var(--tw-gradient-to-position)}
.to-lime-600\/65{--tw-gradient-to:rgb(101 163 13 / 0.65) var(--tw-gradient-to-position)}
.to-lime-600\/70{--tw-gradient-to:rgb(101 163 13 / 0.7) var(--tw-gradient-to-position)}
.to-lime-600\/75{--tw-gradient-to:rgb(101 163 13 / 0.75) var(--tw-gradient-to-position)}
.to-lime-600\/80{--tw-gradient-to:rgb(101 163 13 / 0.8) var(--tw-gradient-to-position)}
.to-lime-600\/85{--tw-gradient-to:rgb(101 163 13 / 0.85) var(--tw-gradient-to-position)}
.to-lime-600\/90{--tw-gradient-to:rgb(101 163 13 / 0.9) var(--tw-gradient-to-position)}
.to-lime-600\/95{--tw-gradient-to:rgb(101 163 13 / 0.95) var(--tw-gradient-to-position)}
.to-lime-700{--tw-gradient-to:#4d7c0f var(--tw-gradient-to-position)}
.to-lime-700\/0{--tw-gradient-to:rgb(77 124 15 / 0) var(--tw-gradient-to-position)}
.to-lime-700\/10{--tw-gradient-to:rgb(77 124 15 / 0.1) var(--tw-gradient-to-position)}
.to-lime-700\/100{--tw-gradient-to:rgb(77 124 15 / 1) var(--tw-gradient-to-position)}
.to-lime-700\/15{--tw-gradient-to:rgb(77 124 15 / 0.15) var(--tw-gradient-to-position)}
.to-lime-700\/20{--tw-gradient-to:rgb(77 124 15 / 0.2) var(--tw-gradient-to-position)}
.to-lime-700\/25{--tw-gradient-to:rgb(77 124 15 / 0.25) var(--tw-gradient-to-position)}
.to-lime-700\/30{--tw-gradient-to:rgb(77 124 15 / 0.3) var(--tw-gradient-to-position)}
.to-lime-700\/35{--tw-gradient-to:rgb(77 124 15 / 0.35) var(--tw-gradient-to-position)}
.to-lime-700\/40{--tw-gradient-to:rgb(77 124 15 / 0.4) var(--tw-gradient-to-position)}
.to-lime-700\/45{--tw-gradient-to:rgb(77 124 15 / 0.45) var(--tw-gradient-to-position)}
.to-lime-700\/5{--tw-gradient-to:rgb(77 124 15 / 0.05) var(--tw-gradient-to-position)}
.to-lime-700\/50{--tw-gradient-to:rgb(77 124 15 / 0.5) var(--tw-gradient-to-position)}
.to-lime-700\/55{--tw-gradient-to:rgb(77 124 15 / 0.55) var(--tw-gradient-to-position)}
.to-lime-700\/60{--tw-gradient-to:rgb(77 124 15 / 0.6) var(--tw-gradient-to-position)}
.to-lime-700\/65{--tw-gradient-to:rgb(77 124 15 / 0.65) var(--tw-gradient-to-position)}
.to-lime-700\/70{--tw-gradient-to:rgb(77 124 15 / 0.7) var(--tw-gradient-to-position)}
.to-lime-700\/75{--tw-gradient-to:rgb(77 124 15 / 0.75) var(--tw-gradient-to-position)}
.to-lime-700\/80{--tw-gradient-to:rgb(77 124 15 / 0.8) var(--tw-gradient-to-position)}
.to-lime-700\/85{--tw-gradient-to:rgb(77 124 15 / 0.85) var(--tw-gradient-to-position)}
.to-lime-700\/90{--tw-gradient-to:rgb(77 124 15 / 0.9) var(--tw-gradient-to-position)}
.to-lime-700\/95{--tw-gradient-to:rgb(77 124 15 / 0.95) var(--tw-gradient-to-position)}
.to-lime-800{--tw-gradient-to:#3f6212 var(--tw-gradient-to-position)}
.to-lime-800\/0{--tw-gradient-to:rgb(63 98 18 / 0) var(--tw-gradient-to-position)}
.to-lime-800\/10{--tw-gradient-to:rgb(63 98 18 / 0.1) var(--tw-gradient-to-position)}
.to-lime-800\/100{--tw-gradient-to:rgb(63 98 18 / 1) var(--tw-gradient-to-position)}
.to-lime-800\/15{--tw-gradient-to:rgb(63 98 18 / 0.15) var(--tw-gradient-to-position)}
.to-lime-800\/20{--tw-gradient-to:rgb(63 98 18 / 0.2) var(--tw-gradient-to-position)}
.to-lime-800\/25{--tw-gradient-to:rgb(63 98 18 / 0.25) var(--tw-gradient-to-position)}
.to-lime-800\/30{--tw-gradient-to:rgb(63 98 18 / 0.3) var(--tw-gradient-to-position)}
.to-lime-800\/35{--tw-gradient-to:rgb(63 98 18 / 0.35) var(--tw-gradient-to-position)}
.to-lime-800\/40{--tw-gradient-to:rgb(63 98 18 / 0.4) var(--tw-gradient-to-position)}
.to-lime-800\/45{--tw-gradient-to:rgb(63 98 18 / 0.45) var(--tw-gradient-to-position)}
.to-lime-800\/5{--tw-gradient-to:rgb(63 98 18 / 0.05) var(--tw-gradient-to-position)}
.to-lime-800\/50{--tw-gradient-to:rgb(63 98 18 / 0.5) var(--tw-gradient-to-position)}
.to-lime-800\/55{--tw-gradient-to:rgb(63 98 18 / 0.55) var(--tw-gradient-to-position)}
.to-lime-800\/60{--tw-gradient-to:rgb(63 98 18 / 0.6) var(--tw-gradient-to-position)}
.to-lime-800\/65{--tw-gradient-to:rgb(63 98 18 / 0.65) var(--tw-gradient-to-position)}
.to-lime-800\/70{--tw-gradient-to:rgb(63 98 18 / 0.7) var(--tw-gradient-to-position)}
.to-lime-800\/75{--tw-gradient-to:rgb(63 98 18 / 0.75) var(--tw-gradient-to-position)}
.to-lime-800\/80{--tw-gradient-to:rgb(63 98 18 / 0.8) var(--tw-gradient-to-position)}
.to-lime-800\/85{--tw-gradient-to:rgb(63 98 18 / 0.85) var(--tw-gradient-to-position)}
.to-lime-800\/90{--tw-gradient-to:rgb(63 98 18 / 0.9) var(--tw-gradient-to-position)}
.to-lime-800\/95{--tw-gradient-to:rgb(63 98 18 / 0.95) var(--tw-gradient-to-position)}
.to-lime-900{--tw-gradient-to:#365314 var(--tw-gradient-to-position)}
.to-lime-900\/0{--tw-gradient-to:rgb(54 83 20 / 0) var(--tw-gradient-to-position)}
.to-lime-900\/10{--tw-gradient-to:rgb(54 83 20 / 0.1) var(--tw-gradient-to-position)}
.to-lime-900\/100{--tw-gradient-to:rgb(54 83 20 / 1) var(--tw-gradient-to-position)}
.to-lime-900\/15{--tw-gradient-to:rgb(54 83 20 / 0.15) var(--tw-gradient-to-position)}
.to-lime-900\/20{--tw-gradient-to:rgb(54 83 20 / 0.2) var(--tw-gradient-to-position)}
.to-lime-900\/25{--tw-gradient-to:rgb(54 83 20 / 0.25) var(--tw-gradient-to-position)}
.to-lime-900\/30{--tw-gradient-to:rgb(54 83 20 / 0.3) var(--tw-gradient-to-position)}
.to-lime-900\/35{--tw-gradient-to:rgb(54 83 20 / 0.35) var(--tw-gradient-to-position)}
.to-lime-900\/40{--tw-gradient-to:rgb(54 83 20 / 0.4) var(--tw-gradient-to-position)}
.to-lime-900\/45{--tw-gradient-to:rgb(54 83 20 / 0.45) var(--tw-gradient-to-position)}
.to-lime-900\/5{--tw-gradient-to:rgb(54 83 20 / 0.05) var(--tw-gradient-to-position)}
.to-lime-900\/50{--tw-gradient-to:rgb(54 83 20 / 0.5) var(--tw-gradient-to-position)}
.to-lime-900\/55{--tw-gradient-to:rgb(54 83 20 / 0.55) var(--tw-gradient-to-position)}
.to-lime-900\/60{--tw-gradient-to:rgb(54 83 20 / 0.6) var(--tw-gradient-to-position)}
.to-lime-900\/65{--tw-gradient-to:rgb(54 83 20 / 0.65) var(--tw-gradient-to-position)}
.to-lime-900\/70{--tw-gradient-to:rgb(54 83 20 / 0.7) var(--tw-gradient-to-position)}
.to-lime-900\/75{--tw-gradient-to:rgb(54 83 20 / 0.75) var(--tw-gradient-to-position)}
.to-lime-900\/80{--tw-gradient-to:rgb(54 83 20 / 0.8) var(--tw-gradient-to-position)}
.to-lime-900\/85{--tw-gradient-to:rgb(54 83 20 / 0.85) var(--tw-gradient-to-position)}
.to-lime-900\/90{--tw-gradient-to:rgb(54 83 20 / 0.9) var(--tw-gradient-to-position)}
.to-lime-900\/95{--tw-gradient-to:rgb(54 83 20 / 0.95) var(--tw-gradient-to-position)}
.to-lime-950{--tw-gradient-to:#1a2e05 var(--tw-gradient-to-position)}
.to-lime-950\/0{--tw-gradient-to:rgb(26 46 5 / 0) var(--tw-gradient-to-position)}
.to-lime-950\/10{--tw-gradient-to:rgb(26 46 5 / 0.1) var(--tw-gradient-to-position)}
.to-lime-950\/100{--tw-gradient-to:rgb(26 46 5 / 1) var(--tw-gradient-to-position)}
.to-lime-950\/15{--tw-gradient-to:rgb(26 46 5 / 0.15) var(--tw-gradient-to-position)}
.to-lime-950\/20{--tw-gradient-to:rgb(26 46 5 / 0.2) var(--tw-gradient-to-position)}
.to-lime-950\/25{--tw-gradient-to:rgb(26 46 5 / 0.25) var(--tw-gradient-to-position)}
.to-lime-950\/30{--tw-gradient-to:rgb(26 46 5 / 0.3) var(--tw-gradient-to-position)}
.to-lime-950\/35{--tw-gradient-to:rgb(26 46 5 / 0.35) var(--tw-gradient-to-position)}
.to-lime-950\/40{--tw-gradient-to:rgb(26 46 5 / 0.4) var(--tw-gradient-to-position)}
.to-lime-950\/45{--tw-gradient-to:rgb(26 46 5 / 0.45) var(--tw-gradient-to-position)}
.to-lime-950\/5{--tw-gradient-to:rgb(26 46 5 / 0.05) var(--tw-gradient-to-position)}
.to-lime-950\/50{--tw-gradient-to:rgb(26 46 5 / 0.5) var(--tw-gradient-to-position)}
.to-lime-950\/55{--tw-gradient-to:rgb(26 46 5 / 0.55) var(--tw-gradient-to-position)}
.to-lime-950\/60{--tw-gradient-to:rgb(26 46 5 / 0.6) var(--tw-gradient-to-position)}
.to-lime-950\/65{--tw-gradient-to:rgb(26 46 5 / 0.65) var(--tw-gradient-to-position)}
.to-lime-950\/70{--tw-gradient-to:rgb(26 46 5 / 0.7) var(--tw-gradient-to-position)}
.to-lime-950\/75{--tw-gradient-to:rgb(26 46 5 / 0.75) var(--tw-gradient-to-position)}
.to-lime-950\/80{--tw-gradient-to:rgb(26 46 5 / 0.8) var(--tw-gradient-to-position)}
.to-lime-950\/85{--tw-gradient-to:rgb(26 46 5 / 0.85) var(--tw-gradient-to-position)}
.to-lime-950\/90{--tw-gradient-to:rgb(26 46 5 / 0.9) var(--tw-gradient-to-position)}
.to-lime-950\/95{--tw-gradient-to:rgb(26 46 5 / 0.95) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-navBackground-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-navBackground-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navBackground-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navBackground-text-text{--tw-gradient-to:#848484 var(--tw-gradient-to-position)}
.to-navBackground-text-text\/0{--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/10{--tw-gradient-to:rgb(132 132 132 / 0.1) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/100{--tw-gradient-to:rgb(132 132 132 / 1) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/15{--tw-gradient-to:rgb(132 132 132 / 0.15) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/20{--tw-gradient-to:rgb(132 132 132 / 0.2) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/25{--tw-gradient-to:rgb(132 132 132 / 0.25) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/30{--tw-gradient-to:rgb(132 132 132 / 0.3) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/35{--tw-gradient-to:rgb(132 132 132 / 0.35) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/40{--tw-gradient-to:rgb(132 132 132 / 0.4) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/45{--tw-gradient-to:rgb(132 132 132 / 0.45) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/5{--tw-gradient-to:rgb(132 132 132 / 0.05) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/50{--tw-gradient-to:rgb(132 132 132 / 0.5) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/55{--tw-gradient-to:rgb(132 132 132 / 0.55) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/60{--tw-gradient-to:rgb(132 132 132 / 0.6) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/65{--tw-gradient-to:rgb(132 132 132 / 0.65) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/70{--tw-gradient-to:rgb(132 132 132 / 0.7) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/75{--tw-gradient-to:rgb(132 132 132 / 0.75) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/80{--tw-gradient-to:rgb(132 132 132 / 0.8) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/85{--tw-gradient-to:rgb(132 132 132 / 0.85) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/90{--tw-gradient-to:rgb(132 132 132 / 0.9) var(--tw-gradient-to-position)}
.to-navBackground-text-text\/95{--tw-gradient-to:rgb(132 132 132 / 0.95) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text{--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0.1) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 1) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0.15) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0.2) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0.25) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0.3) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0.35) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0.4) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0.45) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0.05) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0.5) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0.55) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0.6) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0.65) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0.7) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0.75) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0.8) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0.85) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0.9) var(--tw-gradient-to-position)}
.to-navBackgroundDark-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0.95) var(--tw-gradient-to-position)}
.to-navText-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-navText-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-navText-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-navText-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navText-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navText-text-text{--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}
.to-navText-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position)}
.to-navText-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0.1) var(--tw-gradient-to-position)}
.to-navText-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 1) var(--tw-gradient-to-position)}
.to-navText-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0.15) var(--tw-gradient-to-position)}
.to-navText-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0.2) var(--tw-gradient-to-position)}
.to-navText-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0.25) var(--tw-gradient-to-position)}
.to-navText-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0.3) var(--tw-gradient-to-position)}
.to-navText-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0.35) var(--tw-gradient-to-position)}
.to-navText-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0.4) var(--tw-gradient-to-position)}
.to-navText-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0.45) var(--tw-gradient-to-position)}
.to-navText-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0.05) var(--tw-gradient-to-position)}
.to-navText-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0.5) var(--tw-gradient-to-position)}
.to-navText-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0.55) var(--tw-gradient-to-position)}
.to-navText-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0.6) var(--tw-gradient-to-position)}
.to-navText-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0.65) var(--tw-gradient-to-position)}
.to-navText-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0.7) var(--tw-gradient-to-position)}
.to-navText-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0.75) var(--tw-gradient-to-position)}
.to-navText-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0.8) var(--tw-gradient-to-position)}
.to-navText-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0.85) var(--tw-gradient-to-position)}
.to-navText-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0.9) var(--tw-gradient-to-position)}
.to-navText-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0.95) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-navTextDark-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navTextDark-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navTextDark-text-text{--tw-gradient-to:#848484 var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/0{--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/10{--tw-gradient-to:rgb(132 132 132 / 0.1) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/100{--tw-gradient-to:rgb(132 132 132 / 1) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/15{--tw-gradient-to:rgb(132 132 132 / 0.15) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/20{--tw-gradient-to:rgb(132 132 132 / 0.2) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/25{--tw-gradient-to:rgb(132 132 132 / 0.25) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/30{--tw-gradient-to:rgb(132 132 132 / 0.3) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/35{--tw-gradient-to:rgb(132 132 132 / 0.35) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/40{--tw-gradient-to:rgb(132 132 132 / 0.4) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/45{--tw-gradient-to:rgb(132 132 132 / 0.45) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/5{--tw-gradient-to:rgb(132 132 132 / 0.05) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/50{--tw-gradient-to:rgb(132 132 132 / 0.5) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/55{--tw-gradient-to:rgb(132 132 132 / 0.55) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/60{--tw-gradient-to:rgb(132 132 132 / 0.6) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/65{--tw-gradient-to:rgb(132 132 132 / 0.65) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/70{--tw-gradient-to:rgb(132 132 132 / 0.7) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/75{--tw-gradient-to:rgb(132 132 132 / 0.75) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/80{--tw-gradient-to:rgb(132 132 132 / 0.8) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/85{--tw-gradient-to:rgb(132 132 132 / 0.85) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/90{--tw-gradient-to:rgb(132 132 132 / 0.9) var(--tw-gradient-to-position)}
.to-navTextDark-text-text\/95{--tw-gradient-to:rgb(132 132 132 / 0.95) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-navTextHover-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navTextHover-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-navTextHover-text-text{--tw-gradient-to:#1e293b var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/0{--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/10{--tw-gradient-to:rgb(30 41 59 / 0.1) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/100{--tw-gradient-to:rgb(30 41 59 / 1) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/15{--tw-gradient-to:rgb(30 41 59 / 0.15) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/20{--tw-gradient-to:rgb(30 41 59 / 0.2) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/25{--tw-gradient-to:rgb(30 41 59 / 0.25) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/30{--tw-gradient-to:rgb(30 41 59 / 0.3) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/35{--tw-gradient-to:rgb(30 41 59 / 0.35) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/40{--tw-gradient-to:rgb(30 41 59 / 0.4) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/45{--tw-gradient-to:rgb(30 41 59 / 0.45) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/5{--tw-gradient-to:rgb(30 41 59 / 0.05) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/50{--tw-gradient-to:rgb(30 41 59 / 0.5) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/55{--tw-gradient-to:rgb(30 41 59 / 0.55) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/60{--tw-gradient-to:rgb(30 41 59 / 0.6) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/65{--tw-gradient-to:rgb(30 41 59 / 0.65) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/70{--tw-gradient-to:rgb(30 41 59 / 0.7) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/75{--tw-gradient-to:rgb(30 41 59 / 0.75) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/80{--tw-gradient-to:rgb(30 41 59 / 0.8) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/85{--tw-gradient-to:rgb(30 41 59 / 0.85) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/90{--tw-gradient-to:rgb(30 41 59 / 0.9) var(--tw-gradient-to-position)}
.to-navTextHover-text-text\/95{--tw-gradient-to:rgb(30 41 59 / 0.95) var(--tw-gradient-to-position)}
.to-primary{--tw-gradient-to:#005788 var(--tw-gradient-to-position)}
.to-primary-100{--tw-gradient-to:var(--bt-primary-100) var(--tw-gradient-to-position)}
.to-primary-150{--tw-gradient-to:var(--bt-primary-150) var(--tw-gradient-to-position)}
.to-primary-200{--tw-gradient-to:var(--bt-primary-200) var(--tw-gradient-to-position)}
.to-primary-300{--tw-gradient-to:var(--bt-primary-300) var(--tw-gradient-to-position)}
.to-primary-350{--tw-gradient-to:var(--bt-primary-350) var(--tw-gradient-to-position)}
.to-primary-400{--tw-gradient-to:var(--bt-primary-400) var(--tw-gradient-to-position)}
.to-primary-450{--tw-gradient-to:var(--bt-primary-450) var(--tw-gradient-to-position)}
.to-primary-500{--tw-gradient-to:var(--bt-primary-500) var(--tw-gradient-to-position)}
.to-primary-550{--tw-gradient-to:var(--bt-primary-550) var(--tw-gradient-to-position)}
.to-primary-600{--tw-gradient-to:var(--bt-primary-600) var(--tw-gradient-to-position)}
.to-primary-650{--tw-gradient-to:var(--bt-primary-650) var(--tw-gradient-to-position)}
.to-primary-700{--tw-gradient-to:var(--bt-primary-700) var(--tw-gradient-to-position)}
.to-primary-750{--tw-gradient-to:var(--bt-primary-750) var(--tw-gradient-to-position)}
.to-primary-800{--tw-gradient-to:var(--bt-primary-800) var(--tw-gradient-to-position)}
.to-primary-850{--tw-gradient-to:var(--bt-primary-850) var(--tw-gradient-to-position)}
.to-primary-900{--tw-gradient-to:var(--bt-primary-900) var(--tw-gradient-to-position)}
.to-primary-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-primary-contrast-contrast{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-primary-contrast-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-primary-contrast-contrastsWithCard{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-primary-contrast-isDark{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-primary-contrast-text{--tw-gradient-to:#848484 var(--tw-gradient-to-position)}
.to-primary-contrast-text\/0{--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/10{--tw-gradient-to:rgb(132 132 132 / 0.1) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/100{--tw-gradient-to:rgb(132 132 132 / 1) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/15{--tw-gradient-to:rgb(132 132 132 / 0.15) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/20{--tw-gradient-to:rgb(132 132 132 / 0.2) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/25{--tw-gradient-to:rgb(132 132 132 / 0.25) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/30{--tw-gradient-to:rgb(132 132 132 / 0.3) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/35{--tw-gradient-to:rgb(132 132 132 / 0.35) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/40{--tw-gradient-to:rgb(132 132 132 / 0.4) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/45{--tw-gradient-to:rgb(132 132 132 / 0.45) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/5{--tw-gradient-to:rgb(132 132 132 / 0.05) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/50{--tw-gradient-to:rgb(132 132 132 / 0.5) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/55{--tw-gradient-to:rgb(132 132 132 / 0.55) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/60{--tw-gradient-to:rgb(132 132 132 / 0.6) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/65{--tw-gradient-to:rgb(132 132 132 / 0.65) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/70{--tw-gradient-to:rgb(132 132 132 / 0.7) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/75{--tw-gradient-to:rgb(132 132 132 / 0.75) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/80{--tw-gradient-to:rgb(132 132 132 / 0.8) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/85{--tw-gradient-to:rgb(132 132 132 / 0.85) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/90{--tw-gradient-to:rgb(132 132 132 / 0.9) var(--tw-gradient-to-position)}
.to-primary-contrast-text\/95{--tw-gradient-to:rgb(132 132 132 / 0.95) var(--tw-gradient-to-position)}
.to-primary-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-primary-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-primary-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-primary-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-primary-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-primary-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-primary-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-primary-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-primary-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-primary-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-primary-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-primary-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-primary-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-primary-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-primary-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-primary-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-primary-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-primary-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-primary-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-primary-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-primary-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-primary-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-primary-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-primary-text{--tw-gradient-to:#005788 var(--tw-gradient-to-position)}
.to-primary-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-primary-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-primary-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-primary-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-primary-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-primary-text-text{--tw-gradient-to:#005788 var(--tw-gradient-to-position)}
.to-primary-text-text\/0{--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position)}
.to-primary-text-text\/10{--tw-gradient-to:rgb(0 87 136 / 0.1) var(--tw-gradient-to-position)}
.to-primary-text-text\/100{--tw-gradient-to:rgb(0 87 136 / 1) var(--tw-gradient-to-position)}
.to-primary-text-text\/15{--tw-gradient-to:rgb(0 87 136 / 0.15) var(--tw-gradient-to-position)}
.to-primary-text-text\/20{--tw-gradient-to:rgb(0 87 136 / 0.2) var(--tw-gradient-to-position)}
.to-primary-text-text\/25{--tw-gradient-to:rgb(0 87 136 / 0.25) var(--tw-gradient-to-position)}
.to-primary-text-text\/30{--tw-gradient-to:rgb(0 87 136 / 0.3) var(--tw-gradient-to-position)}
.to-primary-text-text\/35{--tw-gradient-to:rgb(0 87 136 / 0.35) var(--tw-gradient-to-position)}
.to-primary-text-text\/40{--tw-gradient-to:rgb(0 87 136 / 0.4) var(--tw-gradient-to-position)}
.to-primary-text-text\/45{--tw-gradient-to:rgb(0 87 136 / 0.45) var(--tw-gradient-to-position)}
.to-primary-text-text\/5{--tw-gradient-to:rgb(0 87 136 / 0.05) var(--tw-gradient-to-position)}
.to-primary-text-text\/50{--tw-gradient-to:rgb(0 87 136 / 0.5) var(--tw-gradient-to-position)}
.to-primary-text-text\/55{--tw-gradient-to:rgb(0 87 136 / 0.55) var(--tw-gradient-to-position)}
.to-primary-text-text\/60{--tw-gradient-to:rgb(0 87 136 / 0.6) var(--tw-gradient-to-position)}
.to-primary-text-text\/65{--tw-gradient-to:rgb(0 87 136 / 0.65) var(--tw-gradient-to-position)}
.to-primary-text-text\/70{--tw-gradient-to:rgb(0 87 136 / 0.7) var(--tw-gradient-to-position)}
.to-primary-text-text\/75{--tw-gradient-to:rgb(0 87 136 / 0.75) var(--tw-gradient-to-position)}
.to-primary-text-text\/80{--tw-gradient-to:rgb(0 87 136 / 0.8) var(--tw-gradient-to-position)}
.to-primary-text-text\/85{--tw-gradient-to:rgb(0 87 136 / 0.85) var(--tw-gradient-to-position)}
.to-primary-text-text\/90{--tw-gradient-to:rgb(0 87 136 / 0.9) var(--tw-gradient-to-position)}
.to-primary-text-text\/95{--tw-gradient-to:rgb(0 87 136 / 0.95) var(--tw-gradient-to-position)}
.to-primary-text\/0{--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position)}
.to-primary-text\/10{--tw-gradient-to:rgb(0 87 136 / 0.1) var(--tw-gradient-to-position)}
.to-primary-text\/100{--tw-gradient-to:rgb(0 87 136 / 1) var(--tw-gradient-to-position)}
.to-primary-text\/15{--tw-gradient-to:rgb(0 87 136 / 0.15) var(--tw-gradient-to-position)}
.to-primary-text\/20{--tw-gradient-to:rgb(0 87 136 / 0.2) var(--tw-gradient-to-position)}
.to-primary-text\/25{--tw-gradient-to:rgb(0 87 136 / 0.25) var(--tw-gradient-to-position)}
.to-primary-text\/30{--tw-gradient-to:rgb(0 87 136 / 0.3) var(--tw-gradient-to-position)}
.to-primary-text\/35{--tw-gradient-to:rgb(0 87 136 / 0.35) var(--tw-gradient-to-position)}
.to-primary-text\/40{--tw-gradient-to:rgb(0 87 136 / 0.4) var(--tw-gradient-to-position)}
.to-primary-text\/45{--tw-gradient-to:rgb(0 87 136 / 0.45) var(--tw-gradient-to-position)}
.to-primary-text\/5{--tw-gradient-to:rgb(0 87 136 / 0.05) var(--tw-gradient-to-position)}
.to-primary-text\/50{--tw-gradient-to:rgb(0 87 136 / 0.5) var(--tw-gradient-to-position)}
.to-primary-text\/55{--tw-gradient-to:rgb(0 87 136 / 0.55) var(--tw-gradient-to-position)}
.to-primary-text\/60{--tw-gradient-to:rgb(0 87 136 / 0.6) var(--tw-gradient-to-position)}
.to-primary-text\/65{--tw-gradient-to:rgb(0 87 136 / 0.65) var(--tw-gradient-to-position)}
.to-primary-text\/70{--tw-gradient-to:rgb(0 87 136 / 0.7) var(--tw-gradient-to-position)}
.to-primary-text\/75{--tw-gradient-to:rgb(0 87 136 / 0.75) var(--tw-gradient-to-position)}
.to-primary-text\/80{--tw-gradient-to:rgb(0 87 136 / 0.8) var(--tw-gradient-to-position)}
.to-primary-text\/85{--tw-gradient-to:rgb(0 87 136 / 0.85) var(--tw-gradient-to-position)}
.to-primary-text\/90{--tw-gradient-to:rgb(0 87 136 / 0.9) var(--tw-gradient-to-position)}
.to-primary-text\/95{--tw-gradient-to:rgb(0 87 136 / 0.95) var(--tw-gradient-to-position)}
.to-primary\/0{--tw-gradient-to:rgb(0 87 136 / 0) var(--tw-gradient-to-position)}
.to-primary\/10{--tw-gradient-to:rgb(0 87 136 / 0.1) var(--tw-gradient-to-position)}
.to-primary\/100{--tw-gradient-to:rgb(0 87 136 / 1) var(--tw-gradient-to-position)}
.to-primary\/15{--tw-gradient-to:rgb(0 87 136 / 0.15) var(--tw-gradient-to-position)}
.to-primary\/20{--tw-gradient-to:rgb(0 87 136 / 0.2) var(--tw-gradient-to-position)}
.to-primary\/25{--tw-gradient-to:rgb(0 87 136 / 0.25) var(--tw-gradient-to-position)}
.to-primary\/30{--tw-gradient-to:rgb(0 87 136 / 0.3) var(--tw-gradient-to-position)}
.to-primary\/35{--tw-gradient-to:rgb(0 87 136 / 0.35) var(--tw-gradient-to-position)}
.to-primary\/40{--tw-gradient-to:rgb(0 87 136 / 0.4) var(--tw-gradient-to-position)}
.to-primary\/45{--tw-gradient-to:rgb(0 87 136 / 0.45) var(--tw-gradient-to-position)}
.to-primary\/5{--tw-gradient-to:rgb(0 87 136 / 0.05) var(--tw-gradient-to-position)}
.to-primary\/50{--tw-gradient-to:rgb(0 87 136 / 0.5) var(--tw-gradient-to-position)}
.to-primary\/55{--tw-gradient-to:rgb(0 87 136 / 0.55) var(--tw-gradient-to-position)}
.to-primary\/60{--tw-gradient-to:rgb(0 87 136 / 0.6) var(--tw-gradient-to-position)}
.to-primary\/65{--tw-gradient-to:rgb(0 87 136 / 0.65) var(--tw-gradient-to-position)}
.to-primary\/70{--tw-gradient-to:rgb(0 87 136 / 0.7) var(--tw-gradient-to-position)}
.to-primary\/75{--tw-gradient-to:rgb(0 87 136 / 0.75) var(--tw-gradient-to-position)}
.to-primary\/80{--tw-gradient-to:rgb(0 87 136 / 0.8) var(--tw-gradient-to-position)}
.to-primary\/85{--tw-gradient-to:rgb(0 87 136 / 0.85) var(--tw-gradient-to-position)}
.to-primary\/90{--tw-gradient-to:rgb(0 87 136 / 0.9) var(--tw-gradient-to-position)}
.to-primary\/95{--tw-gradient-to:rgb(0 87 136 / 0.95) var(--tw-gradient-to-position)}
.to-secondary-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-secondary-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-secondary-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-secondary-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-secondary-text-text{--tw-gradient-to:#5a5e64 var(--tw-gradient-to-position)}
.to-secondary-text-text\/0{--tw-gradient-to:rgb(90 94 100 / 0) var(--tw-gradient-to-position)}
.to-secondary-text-text\/10{--tw-gradient-to:rgb(90 94 100 / 0.1) var(--tw-gradient-to-position)}
.to-secondary-text-text\/100{--tw-gradient-to:rgb(90 94 100 / 1) var(--tw-gradient-to-position)}
.to-secondary-text-text\/15{--tw-gradient-to:rgb(90 94 100 / 0.15) var(--tw-gradient-to-position)}
.to-secondary-text-text\/20{--tw-gradient-to:rgb(90 94 100 / 0.2) var(--tw-gradient-to-position)}
.to-secondary-text-text\/25{--tw-gradient-to:rgb(90 94 100 / 0.25) var(--tw-gradient-to-position)}
.to-secondary-text-text\/30{--tw-gradient-to:rgb(90 94 100 / 0.3) var(--tw-gradient-to-position)}
.to-secondary-text-text\/35{--tw-gradient-to:rgb(90 94 100 / 0.35) var(--tw-gradient-to-position)}
.to-secondary-text-text\/40{--tw-gradient-to:rgb(90 94 100 / 0.4) var(--tw-gradient-to-position)}
.to-secondary-text-text\/45{--tw-gradient-to:rgb(90 94 100 / 0.45) var(--tw-gradient-to-position)}
.to-secondary-text-text\/5{--tw-gradient-to:rgb(90 94 100 / 0.05) var(--tw-gradient-to-position)}
.to-secondary-text-text\/50{--tw-gradient-to:rgb(90 94 100 / 0.5) var(--tw-gradient-to-position)}
.to-secondary-text-text\/55{--tw-gradient-to:rgb(90 94 100 / 0.55) var(--tw-gradient-to-position)}
.to-secondary-text-text\/60{--tw-gradient-to:rgb(90 94 100 / 0.6) var(--tw-gradient-to-position)}
.to-secondary-text-text\/65{--tw-gradient-to:rgb(90 94 100 / 0.65) var(--tw-gradient-to-position)}
.to-secondary-text-text\/70{--tw-gradient-to:rgb(90 94 100 / 0.7) var(--tw-gradient-to-position)}
.to-secondary-text-text\/75{--tw-gradient-to:rgb(90 94 100 / 0.75) var(--tw-gradient-to-position)}
.to-secondary-text-text\/80{--tw-gradient-to:rgb(90 94 100 / 0.8) var(--tw-gradient-to-position)}
.to-secondary-text-text\/85{--tw-gradient-to:rgb(90 94 100 / 0.85) var(--tw-gradient-to-position)}
.to-secondary-text-text\/90{--tw-gradient-to:rgb(90 94 100 / 0.9) var(--tw-gradient-to-position)}
.to-secondary-text-text\/95{--tw-gradient-to:rgb(90 94 100 / 0.95) var(--tw-gradient-to-position)}
.to-success-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-success-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-success-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-success-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-success-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-success-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-success-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-success-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-success-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-success-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-success-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-success-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-success-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-success-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-success-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-success-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-success-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-success-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-success-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-success-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-success-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-success-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-success-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-success-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-success-text-text{--tw-gradient-to:#1B8749 var(--tw-gradient-to-position)}
.to-success-text-text\/0{--tw-gradient-to:rgb(27 135 73 / 0) var(--tw-gradient-to-position)}
.to-success-text-text\/10{--tw-gradient-to:rgb(27 135 73 / 0.1) var(--tw-gradient-to-position)}
.to-success-text-text\/100{--tw-gradient-to:rgb(27 135 73 / 1) var(--tw-gradient-to-position)}
.to-success-text-text\/15{--tw-gradient-to:rgb(27 135 73 / 0.15) var(--tw-gradient-to-position)}
.to-success-text-text\/20{--tw-gradient-to:rgb(27 135 73 / 0.2) var(--tw-gradient-to-position)}
.to-success-text-text\/25{--tw-gradient-to:rgb(27 135 73 / 0.25) var(--tw-gradient-to-position)}
.to-success-text-text\/30{--tw-gradient-to:rgb(27 135 73 / 0.3) var(--tw-gradient-to-position)}
.to-success-text-text\/35{--tw-gradient-to:rgb(27 135 73 / 0.35) var(--tw-gradient-to-position)}
.to-success-text-text\/40{--tw-gradient-to:rgb(27 135 73 / 0.4) var(--tw-gradient-to-position)}
.to-success-text-text\/45{--tw-gradient-to:rgb(27 135 73 / 0.45) var(--tw-gradient-to-position)}
.to-success-text-text\/5{--tw-gradient-to:rgb(27 135 73 / 0.05) var(--tw-gradient-to-position)}
.to-success-text-text\/50{--tw-gradient-to:rgb(27 135 73 / 0.5) var(--tw-gradient-to-position)}
.to-success-text-text\/55{--tw-gradient-to:rgb(27 135 73 / 0.55) var(--tw-gradient-to-position)}
.to-success-text-text\/60{--tw-gradient-to:rgb(27 135 73 / 0.6) var(--tw-gradient-to-position)}
.to-success-text-text\/65{--tw-gradient-to:rgb(27 135 73 / 0.65) var(--tw-gradient-to-position)}
.to-success-text-text\/70{--tw-gradient-to:rgb(27 135 73 / 0.7) var(--tw-gradient-to-position)}
.to-success-text-text\/75{--tw-gradient-to:rgb(27 135 73 / 0.75) var(--tw-gradient-to-position)}
.to-success-text-text\/80{--tw-gradient-to:rgb(27 135 73 / 0.8) var(--tw-gradient-to-position)}
.to-success-text-text\/85{--tw-gradient-to:rgb(27 135 73 / 0.85) var(--tw-gradient-to-position)}
.to-success-text-text\/90{--tw-gradient-to:rgb(27 135 73 / 0.9) var(--tw-gradient-to-position)}
.to-success-text-text\/95{--tw-gradient-to:rgb(27 135 73 / 0.95) var(--tw-gradient-to-position)}
.to-text-100{--tw-gradient-to:var(--bt-text-100) var(--tw-gradient-to-position)}
.to-text-200{--tw-gradient-to:var(--bt-text-200) var(--tw-gradient-to-position)}
.to-text-300{--tw-gradient-to:var(--bt-text-300) var(--tw-gradient-to-position)}
.to-text-400{--tw-gradient-to:var(--bt-text-400) var(--tw-gradient-to-position)}
.to-text-500{--tw-gradient-to:var(--bt-text-500) var(--tw-gradient-to-position)}
.to-text-600{--tw-gradient-to:var(--bt-text-600) var(--tw-gradient-to-position)}
.to-text-700{--tw-gradient-to:var(--bt-text-700) var(--tw-gradient-to-position)}
.to-text-800{--tw-gradient-to:var(--bt-text-800) var(--tw-gradient-to-position)}
.to-text-900{--tw-gradient-to:var(--bt-text-900) var(--tw-gradient-to-position)}
.to-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-text-contrast-contrast{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-text-contrast-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-text-contrast-contrastsWithCard{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-text-contrast-isDark{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-text-contrast-text{--tw-gradient-to:#848484 var(--tw-gradient-to-position)}
.to-text-contrast-text\/0{--tw-gradient-to:rgb(132 132 132 / 0) var(--tw-gradient-to-position)}
.to-text-contrast-text\/10{--tw-gradient-to:rgb(132 132 132 / 0.1) var(--tw-gradient-to-position)}
.to-text-contrast-text\/100{--tw-gradient-to:rgb(132 132 132 / 1) var(--tw-gradient-to-position)}
.to-text-contrast-text\/15{--tw-gradient-to:rgb(132 132 132 / 0.15) var(--tw-gradient-to-position)}
.to-text-contrast-text\/20{--tw-gradient-to:rgb(132 132 132 / 0.2) var(--tw-gradient-to-position)}
.to-text-contrast-text\/25{--tw-gradient-to:rgb(132 132 132 / 0.25) var(--tw-gradient-to-position)}
.to-text-contrast-text\/30{--tw-gradient-to:rgb(132 132 132 / 0.3) var(--tw-gradient-to-position)}
.to-text-contrast-text\/35{--tw-gradient-to:rgb(132 132 132 / 0.35) var(--tw-gradient-to-position)}
.to-text-contrast-text\/40{--tw-gradient-to:rgb(132 132 132 / 0.4) var(--tw-gradient-to-position)}
.to-text-contrast-text\/45{--tw-gradient-to:rgb(132 132 132 / 0.45) var(--tw-gradient-to-position)}
.to-text-contrast-text\/5{--tw-gradient-to:rgb(132 132 132 / 0.05) var(--tw-gradient-to-position)}
.to-text-contrast-text\/50{--tw-gradient-to:rgb(132 132 132 / 0.5) var(--tw-gradient-to-position)}
.to-text-contrast-text\/55{--tw-gradient-to:rgb(132 132 132 / 0.55) var(--tw-gradient-to-position)}
.to-text-contrast-text\/60{--tw-gradient-to:rgb(132 132 132 / 0.6) var(--tw-gradient-to-position)}
.to-text-contrast-text\/65{--tw-gradient-to:rgb(132 132 132 / 0.65) var(--tw-gradient-to-position)}
.to-text-contrast-text\/70{--tw-gradient-to:rgb(132 132 132 / 0.7) var(--tw-gradient-to-position)}
.to-text-contrast-text\/75{--tw-gradient-to:rgb(132 132 132 / 0.75) var(--tw-gradient-to-position)}
.to-text-contrast-text\/80{--tw-gradient-to:rgb(132 132 132 / 0.8) var(--tw-gradient-to-position)}
.to-text-contrast-text\/85{--tw-gradient-to:rgb(132 132 132 / 0.85) var(--tw-gradient-to-position)}
.to-text-contrast-text\/90{--tw-gradient-to:rgb(132 132 132 / 0.9) var(--tw-gradient-to-position)}
.to-text-contrast-text\/95{--tw-gradient-to:rgb(132 132 132 / 0.95) var(--tw-gradient-to-position)}
.to-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-text-text{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-text-text-contrast{--tw-gradient-to:#fff var(--tw-gradient-to-position)}
.to-text-text-contrast\/0{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position)}
.to-text-text-contrast\/10{--tw-gradient-to:rgb(255 255 255 / 0.1) var(--tw-gradient-to-position)}
.to-text-text-contrast\/100{--tw-gradient-to:rgb(255 255 255 / 1) var(--tw-gradient-to-position)}
.to-text-text-contrast\/15{--tw-gradient-to:rgb(255 255 255 / 0.15) var(--tw-gradient-to-position)}
.to-text-text-contrast\/20{--tw-gradient-to:rgb(255 255 255 / 0.2) var(--tw-gradient-to-position)}
.to-text-text-contrast\/25{--tw-gradient-to:rgb(255 255 255 / 0.25) var(--tw-gradient-to-position)}
.to-text-text-contrast\/30{--tw-gradient-to:rgb(255 255 255 / 0.3) var(--tw-gradient-to-position)}
.to-text-text-contrast\/35{--tw-gradient-to:rgb(255 255 255 / 0.35) var(--tw-gradient-to-position)}
.to-text-text-contrast\/40{--tw-gradient-to:rgb(255 255 255 / 0.4) var(--tw-gradient-to-position)}
.to-text-text-contrast\/45{--tw-gradient-to:rgb(255 255 255 / 0.45) var(--tw-gradient-to-position)}
.to-text-text-contrast\/5{--tw-gradient-to:rgb(255 255 255 / 0.05) var(--tw-gradient-to-position)}
.to-text-text-contrast\/50{--tw-gradient-to:rgb(255 255 255 / 0.5) var(--tw-gradient-to-position)}
.to-text-text-contrast\/55{--tw-gradient-to:rgb(255 255 255 / 0.55) var(--tw-gradient-to-position)}
.to-text-text-contrast\/60{--tw-gradient-to:rgb(255 255 255 / 0.6) var(--tw-gradient-to-position)}
.to-text-text-contrast\/65{--tw-gradient-to:rgb(255 255 255 / 0.65) var(--tw-gradient-to-position)}
.to-text-text-contrast\/70{--tw-gradient-to:rgb(255 255 255 / 0.7) var(--tw-gradient-to-position)}
.to-text-text-contrast\/75{--tw-gradient-to:rgb(255 255 255 / 0.75) var(--tw-gradient-to-position)}
.to-text-text-contrast\/80{--tw-gradient-to:rgb(255 255 255 / 0.8) var(--tw-gradient-to-position)}
.to-text-text-contrast\/85{--tw-gradient-to:rgb(255 255 255 / 0.85) var(--tw-gradient-to-position)}
.to-text-text-contrast\/90{--tw-gradient-to:rgb(255 255 255 / 0.9) var(--tw-gradient-to-position)}
.to-text-text-contrast\/95{--tw-gradient-to:rgb(255 255 255 / 0.95) var(--tw-gradient-to-position)}
.to-text-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-text-text-isDark{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-text-text-text{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-text-text-text\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-text-text-text\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-text-text-text\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-text-text-text\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-text-text-text\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-text-text-text\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-text-text-text\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-text-text-text\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-text-text-text\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-text-text-text\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-text-text-text\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-text-text-text\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-text-text-text\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-text-text-text\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-text-text-text\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-text-text-text\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-text-text-text\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-text-text-text\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-text-text-text\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-text-text-text\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-text-text-text\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-text-text\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-text-text\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-text-text\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-text-text\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-text-text\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-text-text\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-text-text\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-text-text\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-text-text\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-text-text\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-text-text\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-text-text\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-text-text\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-text-text\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-text-text\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-text-text\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-text-text\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-text-text\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-text-text\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-text-text\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-text-text\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-warning-text-contrast{--tw-gradient-to:#000 var(--tw-gradient-to-position)}
.to-warning-text-contrast\/0{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/10{--tw-gradient-to:rgb(0 0 0 / 0.1) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/100{--tw-gradient-to:rgb(0 0 0 / 1) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/15{--tw-gradient-to:rgb(0 0 0 / 0.15) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/20{--tw-gradient-to:rgb(0 0 0 / 0.2) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/25{--tw-gradient-to:rgb(0 0 0 / 0.25) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/30{--tw-gradient-to:rgb(0 0 0 / 0.3) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/35{--tw-gradient-to:rgb(0 0 0 / 0.35) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/40{--tw-gradient-to:rgb(0 0 0 / 0.4) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/45{--tw-gradient-to:rgb(0 0 0 / 0.45) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/5{--tw-gradient-to:rgb(0 0 0 / 0.05) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/50{--tw-gradient-to:rgb(0 0 0 / 0.5) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/55{--tw-gradient-to:rgb(0 0 0 / 0.55) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/60{--tw-gradient-to:rgb(0 0 0 / 0.6) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/65{--tw-gradient-to:rgb(0 0 0 / 0.65) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/70{--tw-gradient-to:rgb(0 0 0 / 0.7) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/75{--tw-gradient-to:rgb(0 0 0 / 0.75) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/80{--tw-gradient-to:rgb(0 0 0 / 0.8) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/85{--tw-gradient-to:rgb(0 0 0 / 0.85) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/90{--tw-gradient-to:rgb(0 0 0 / 0.9) var(--tw-gradient-to-position)}
.to-warning-text-contrast\/95{--tw-gradient-to:rgb(0 0 0 / 0.95) var(--tw-gradient-to-position)}
.to-warning-text-contrastsWithCard{--tw-gradient-to:true var(--tw-gradient-to-position)}
.to-warning-text-isDark{--tw-gradient-to:false var(--tw-gradient-to-position)}
.to-warning-text-text{--tw-gradient-to:#ffa800 var(--tw-gradient-to-position)}
.to-warning-text-text\/0{--tw-gradient-to:rgb(255 168 0 / 0) var(--tw-gradient-to-position)}
.to-warning-text-text\/10{--tw-gradient-to:rgb(255 168 0 / 0.1) var(--tw-gradient-to-position)}
.to-warning-text-text\/100{--tw-gradient-to:rgb(255 168 0 / 1) var(--tw-gradient-to-position)}
.to-warning-text-text\/15{--tw-gradient-to:rgb(255 168 0 / 0.15) var(--tw-gradient-to-position)}
.to-warning-text-text\/20{--tw-gradient-to:rgb(255 168 0 / 0.2) var(--tw-gradient-to-position)}
.to-warning-text-text\/25{--tw-gradient-to:rgb(255 168 0 / 0.25) var(--tw-gradient-to-position)}
.to-warning-text-text\/30{--tw-gradient-to:rgb(255 168 0 / 0.3) var(--tw-gradient-to-position)}
.to-warning-text-text\/35{--tw-gradient-to:rgb(255 168 0 / 0.35) var(--tw-gradient-to-position)}
.to-warning-text-text\/40{--tw-gradient-to:rgb(255 168 0 / 0.4) var(--tw-gradient-to-position)}
.to-warning-text-text\/45{--tw-gradient-to:rgb(255 168 0 / 0.45) var(--tw-gradient-to-position)}
.to-warning-text-text\/5{--tw-gradient-to:rgb(255 168 0 / 0.05) var(--tw-gradient-to-position)}
.to-warning-text-text\/50{--tw-gradient-to:rgb(255 168 0 / 0.5) var(--tw-gradient-to-position)}
.to-warning-text-text\/55{--tw-gradient-to:rgb(255 168 0 / 0.55) var(--tw-gradient-to-position)}
.to-warning-text-text\/60{--tw-gradient-to:rgb(255 168 0 / 0.6) var(--tw-gradient-to-position)}
.to-warning-text-text\/65{--tw-gradient-to:rgb(255 168 0 / 0.65) var(--tw-gradient-to-position)}
.to-warning-text-text\/70{--tw-gradient-to:rgb(255 168 0 / 0.7) var(--tw-gradient-to-position)}
.to-warning-text-text\/75{--tw-gradient-to:rgb(255 168 0 / 0.75) var(--tw-gradient-to-position)}
.to-warning-text-text\/80{--tw-gradient-to:rgb(255 168 0 / 0.8) var(--tw-gradient-to-position)}
.to-warning-text-text\/85{--tw-gradient-to:rgb(255 168 0 / 0.85) var(--tw-gradient-to-position)}
.to-warning-text-text\/90{--tw-gradient-to:rgb(255 168 0 / 0.9) var(--tw-gradient-to-position)}
.to-warning-text-text\/95{--tw-gradient-to:rgb(255 168 0 / 0.95) var(--tw-gradient-to-position)}
.bg-bottom{background-position:bottom}
.bg-left-bottom{background-position:left bottom}
.bg-right-bottom{background-position:right bottom}
.fill-amber-100{fill:#fef3c7}
.fill-amber-100\/0{fill:rgb(254 243 199 / 0)}
.fill-amber-100\/10{fill:rgb(254 243 199 / 0.1)}
.fill-amber-100\/100{fill:rgb(254 243 199 / 1)}
.fill-amber-100\/15{fill:rgb(254 243 199 / 0.15)}
.fill-amber-100\/20{fill:rgb(254 243 199 / 0.2)}
.fill-amber-100\/25{fill:rgb(254 243 199 / 0.25)}
.fill-amber-100\/30{fill:rgb(254 243 199 / 0.3)}
.fill-amber-100\/35{fill:rgb(254 243 199 / 0.35)}
.fill-amber-100\/40{fill:rgb(254 243 199 / 0.4)}
.fill-amber-100\/45{fill:rgb(254 243 199 / 0.45)}
.fill-amber-100\/5{fill:rgb(254 243 199 / 0.05)}
.fill-amber-100\/50{fill:rgb(254 243 199 / 0.5)}
.fill-amber-100\/55{fill:rgb(254 243 199 / 0.55)}
.fill-amber-100\/60{fill:rgb(254 243 199 / 0.6)}
.fill-amber-100\/65{fill:rgb(254 243 199 / 0.65)}
.fill-amber-100\/70{fill:rgb(254 243 199 / 0.7)}
.fill-amber-100\/75{fill:rgb(254 243 199 / 0.75)}
.fill-amber-100\/80{fill:rgb(254 243 199 / 0.8)}
.fill-amber-100\/85{fill:rgb(254 243 199 / 0.85)}
.fill-amber-100\/90{fill:rgb(254 243 199 / 0.9)}
.fill-amber-100\/95{fill:rgb(254 243 199 / 0.95)}
.fill-amber-200{fill:#fde68a}
.fill-amber-200\/0{fill:rgb(253 230 138 / 0)}
.fill-amber-200\/10{fill:rgb(253 230 138 / 0.1)}
.fill-amber-200\/100{fill:rgb(253 230 138 / 1)}
.fill-amber-200\/15{fill:rgb(253 230 138 / 0.15)}
.fill-amber-200\/20{fill:rgb(253 230 138 / 0.2)}
.fill-amber-200\/25{fill:rgb(253 230 138 / 0.25)}
.fill-amber-200\/30{fill:rgb(253 230 138 / 0.3)}
.fill-amber-200\/35{fill:rgb(253 230 138 / 0.35)}
.fill-amber-200\/40{fill:rgb(253 230 138 / 0.4)}
.fill-amber-200\/45{fill:rgb(253 230 138 / 0.45)}
.fill-amber-200\/5{fill:rgb(253 230 138 / 0.05)}
.fill-amber-200\/50{fill:rgb(253 230 138 / 0.5)}
.fill-amber-200\/55{fill:rgb(253 230 138 / 0.55)}
.fill-amber-200\/60{fill:rgb(253 230 138 / 0.6)}
.fill-amber-200\/65{fill:rgb(253 230 138 / 0.65)}
.fill-amber-200\/70{fill:rgb(253 230 138 / 0.7)}
.fill-amber-200\/75{fill:rgb(253 230 138 / 0.75)}
.fill-amber-200\/80{fill:rgb(253 230 138 / 0.8)}
.fill-amber-200\/85{fill:rgb(253 230 138 / 0.85)}
.fill-amber-200\/90{fill:rgb(253 230 138 / 0.9)}
.fill-amber-200\/95{fill:rgb(253 230 138 / 0.95)}
.fill-amber-300{fill:#fcd34d}
.fill-amber-300\/0{fill:rgb(252 211 77 / 0)}
.fill-amber-300\/10{fill:rgb(252 211 77 / 0.1)}
.fill-amber-300\/100{fill:rgb(252 211 77 / 1)}
.fill-amber-300\/15{fill:rgb(252 211 77 / 0.15)}
.fill-amber-300\/20{fill:rgb(252 211 77 / 0.2)}
.fill-amber-300\/25{fill:rgb(252 211 77 / 0.25)}
.fill-amber-300\/30{fill:rgb(252 211 77 / 0.3)}
.fill-amber-300\/35{fill:rgb(252 211 77 / 0.35)}
.fill-amber-300\/40{fill:rgb(252 211 77 / 0.4)}
.fill-amber-300\/45{fill:rgb(252 211 77 / 0.45)}
.fill-amber-300\/5{fill:rgb(252 211 77 / 0.05)}
.fill-amber-300\/50{fill:rgb(252 211 77 / 0.5)}
.fill-amber-300\/55{fill:rgb(252 211 77 / 0.55)}
.fill-amber-300\/60{fill:rgb(252 211 77 / 0.6)}
.fill-amber-300\/65{fill:rgb(252 211 77 / 0.65)}
.fill-amber-300\/70{fill:rgb(252 211 77 / 0.7)}
.fill-amber-300\/75{fill:rgb(252 211 77 / 0.75)}
.fill-amber-300\/80{fill:rgb(252 211 77 / 0.8)}
.fill-amber-300\/85{fill:rgb(252 211 77 / 0.85)}
.fill-amber-300\/90{fill:rgb(252 211 77 / 0.9)}
.fill-amber-300\/95{fill:rgb(252 211 77 / 0.95)}
.fill-amber-400{fill:#fbbf24}
.fill-amber-400\/0{fill:rgb(251 191 36 / 0)}
.fill-amber-400\/10{fill:rgb(251 191 36 / 0.1)}
.fill-amber-400\/100{fill:rgb(251 191 36 / 1)}
.fill-amber-400\/15{fill:rgb(251 191 36 / 0.15)}
.fill-amber-400\/20{fill:rgb(251 191 36 / 0.2)}
.fill-amber-400\/25{fill:rgb(251 191 36 / 0.25)}
.fill-amber-400\/30{fill:rgb(251 191 36 / 0.3)}
.fill-amber-400\/35{fill:rgb(251 191 36 / 0.35)}
.fill-amber-400\/40{fill:rgb(251 191 36 / 0.4)}
.fill-amber-400\/45{fill:rgb(251 191 36 / 0.45)}
.fill-amber-400\/5{fill:rgb(251 191 36 / 0.05)}
.fill-amber-400\/50{fill:rgb(251 191 36 / 0.5)}
.fill-amber-400\/55{fill:rgb(251 191 36 / 0.55)}
.fill-amber-400\/60{fill:rgb(251 191 36 / 0.6)}
.fill-amber-400\/65{fill:rgb(251 191 36 / 0.65)}
.fill-amber-400\/70{fill:rgb(251 191 36 / 0.7)}
.fill-amber-400\/75{fill:rgb(251 191 36 / 0.75)}
.fill-amber-400\/80{fill:rgb(251 191 36 / 0.8)}
.fill-amber-400\/85{fill:rgb(251 191 36 / 0.85)}
.fill-amber-400\/90{fill:rgb(251 191 36 / 0.9)}
.fill-amber-400\/95{fill:rgb(251 191 36 / 0.95)}
.fill-amber-50{fill:#fffbeb}
.fill-amber-50\/0{fill:rgb(255 251 235 / 0)}
.fill-amber-50\/10{fill:rgb(255 251 235 / 0.1)}
.fill-amber-50\/100{fill:rgb(255 251 235 / 1)}
.fill-amber-50\/15{fill:rgb(255 251 235 / 0.15)}
.fill-amber-50\/20{fill:rgb(255 251 235 / 0.2)}
.fill-amber-50\/25{fill:rgb(255 251 235 / 0.25)}
.fill-amber-50\/30{fill:rgb(255 251 235 / 0.3)}
.fill-amber-50\/35{fill:rgb(255 251 235 / 0.35)}
.fill-amber-50\/40{fill:rgb(255 251 235 / 0.4)}
.fill-amber-50\/45{fill:rgb(255 251 235 / 0.45)}
.fill-amber-50\/5{fill:rgb(255 251 235 / 0.05)}
.fill-amber-50\/50{fill:rgb(255 251 235 / 0.5)}
.fill-amber-50\/55{fill:rgb(255 251 235 / 0.55)}
.fill-amber-50\/60{fill:rgb(255 251 235 / 0.6)}
.fill-amber-50\/65{fill:rgb(255 251 235 / 0.65)}
.fill-amber-50\/70{fill:rgb(255 251 235 / 0.7)}
.fill-amber-50\/75{fill:rgb(255 251 235 / 0.75)}
.fill-amber-50\/80{fill:rgb(255 251 235 / 0.8)}
.fill-amber-50\/85{fill:rgb(255 251 235 / 0.85)}
.fill-amber-50\/90{fill:rgb(255 251 235 / 0.9)}
.fill-amber-50\/95{fill:rgb(255 251 235 / 0.95)}
.fill-amber-500{fill:#f59e0b}
.fill-amber-500\/0{fill:rgb(245 158 11 / 0)}
.fill-amber-500\/10{fill:rgb(245 158 11 / 0.1)}
.fill-amber-500\/100{fill:rgb(245 158 11 / 1)}
.fill-amber-500\/15{fill:rgb(245 158 11 / 0.15)}
.fill-amber-500\/20{fill:rgb(245 158 11 / 0.2)}
.fill-amber-500\/25{fill:rgb(245 158 11 / 0.25)}
.fill-amber-500\/30{fill:rgb(245 158 11 / 0.3)}
.fill-amber-500\/35{fill:rgb(245 158 11 / 0.35)}
.fill-amber-500\/40{fill:rgb(245 158 11 / 0.4)}
.fill-amber-500\/45{fill:rgb(245 158 11 / 0.45)}
.fill-amber-500\/5{fill:rgb(245 158 11 / 0.05)}
.fill-amber-500\/50{fill:rgb(245 158 11 / 0.5)}
.fill-amber-500\/55{fill:rgb(245 158 11 / 0.55)}
.fill-amber-500\/60{fill:rgb(245 158 11 / 0.6)}
.fill-amber-500\/65{fill:rgb(245 158 11 / 0.65)}
.fill-amber-500\/70{fill:rgb(245 158 11 / 0.7)}
.fill-amber-500\/75{fill:rgb(245 158 11 / 0.75)}
.fill-amber-500\/80{fill:rgb(245 158 11 / 0.8)}
.fill-amber-500\/85{fill:rgb(245 158 11 / 0.85)}
.fill-amber-500\/90{fill:rgb(245 158 11 / 0.9)}
.fill-amber-500\/95{fill:rgb(245 158 11 / 0.95)}
.fill-amber-600{fill:#d97706}
.fill-amber-600\/0{fill:rgb(217 119 6 / 0)}
.fill-amber-600\/10{fill:rgb(217 119 6 / 0.1)}
.fill-amber-600\/100{fill:rgb(217 119 6 / 1)}
.fill-amber-600\/15{fill:rgb(217 119 6 / 0.15)}
.fill-amber-600\/20{fill:rgb(217 119 6 / 0.2)}
.fill-amber-600\/25{fill:rgb(217 119 6 / 0.25)}
.fill-amber-600\/30{fill:rgb(217 119 6 / 0.3)}
.fill-amber-600\/35{fill:rgb(217 119 6 / 0.35)}
.fill-amber-600\/40{fill:rgb(217 119 6 / 0.4)}
.fill-amber-600\/45{fill:rgb(217 119 6 / 0.45)}
.fill-amber-600\/5{fill:rgb(217 119 6 / 0.05)}
.fill-amber-600\/50{fill:rgb(217 119 6 / 0.5)}
.fill-amber-600\/55{fill:rgb(217 119 6 / 0.55)}
.fill-amber-600\/60{fill:rgb(217 119 6 / 0.6)}
.fill-amber-600\/65{fill:rgb(217 119 6 / 0.65)}
.fill-amber-600\/70{fill:rgb(217 119 6 / 0.7)}
.fill-amber-600\/75{fill:rgb(217 119 6 / 0.75)}
.fill-amber-600\/80{fill:rgb(217 119 6 / 0.8)}
.fill-amber-600\/85{fill:rgb(217 119 6 / 0.85)}
.fill-amber-600\/90{fill:rgb(217 119 6 / 0.9)}
.fill-amber-600\/95{fill:rgb(217 119 6 / 0.95)}
.fill-amber-700{fill:#b45309}
.fill-amber-700\/0{fill:rgb(180 83 9 / 0)}
.fill-amber-700\/10{fill:rgb(180 83 9 / 0.1)}
.fill-amber-700\/100{fill:rgb(180 83 9 / 1)}
.fill-amber-700\/15{fill:rgb(180 83 9 / 0.15)}
.fill-amber-700\/20{fill:rgb(180 83 9 / 0.2)}
.fill-amber-700\/25{fill:rgb(180 83 9 / 0.25)}
.fill-amber-700\/30{fill:rgb(180 83 9 / 0.3)}
.fill-amber-700\/35{fill:rgb(180 83 9 / 0.35)}
.fill-amber-700\/40{fill:rgb(180 83 9 / 0.4)}
.fill-amber-700\/45{fill:rgb(180 83 9 / 0.45)}
.fill-amber-700\/5{fill:rgb(180 83 9 / 0.05)}
.fill-amber-700\/50{fill:rgb(180 83 9 / 0.5)}
.fill-amber-700\/55{fill:rgb(180 83 9 / 0.55)}
.fill-amber-700\/60{fill:rgb(180 83 9 / 0.6)}
.fill-amber-700\/65{fill:rgb(180 83 9 / 0.65)}
.fill-amber-700\/70{fill:rgb(180 83 9 / 0.7)}
.fill-amber-700\/75{fill:rgb(180 83 9 / 0.75)}
.fill-amber-700\/80{fill:rgb(180 83 9 / 0.8)}
.fill-amber-700\/85{fill:rgb(180 83 9 / 0.85)}
.fill-amber-700\/90{fill:rgb(180 83 9 / 0.9)}
.fill-amber-700\/95{fill:rgb(180 83 9 / 0.95)}
.fill-amber-800{fill:#92400e}
.fill-amber-800\/0{fill:rgb(146 64 14 / 0)}
.fill-amber-800\/10{fill:rgb(146 64 14 / 0.1)}
.fill-amber-800\/100{fill:rgb(146 64 14 / 1)}
.fill-amber-800\/15{fill:rgb(146 64 14 / 0.15)}
.fill-amber-800\/20{fill:rgb(146 64 14 / 0.2)}
.fill-amber-800\/25{fill:rgb(146 64 14 / 0.25)}
.fill-amber-800\/30{fill:rgb(146 64 14 / 0.3)}
.fill-amber-800\/35{fill:rgb(146 64 14 / 0.35)}
.fill-amber-800\/40{fill:rgb(146 64 14 / 0.4)}
.fill-amber-800\/45{fill:rgb(146 64 14 / 0.45)}
.fill-amber-800\/5{fill:rgb(146 64 14 / 0.05)}
.fill-amber-800\/50{fill:rgb(146 64 14 / 0.5)}
.fill-amber-800\/55{fill:rgb(146 64 14 / 0.55)}
.fill-amber-800\/60{fill:rgb(146 64 14 / 0.6)}
.fill-amber-800\/65{fill:rgb(146 64 14 / 0.65)}
.fill-amber-800\/70{fill:rgb(146 64 14 / 0.7)}
.fill-amber-800\/75{fill:rgb(146 64 14 / 0.75)}
.fill-amber-800\/80{fill:rgb(146 64 14 / 0.8)}
.fill-amber-800\/85{fill:rgb(146 64 14 / 0.85)}
.fill-amber-800\/90{fill:rgb(146 64 14 / 0.9)}
.fill-amber-800\/95{fill:rgb(146 64 14 / 0.95)}
.fill-amber-900{fill:#78350f}
.fill-amber-900\/0{fill:rgb(120 53 15 / 0)}
.fill-amber-900\/10{fill:rgb(120 53 15 / 0.1)}
.fill-amber-900\/100{fill:rgb(120 53 15 / 1)}
.fill-amber-900\/15{fill:rgb(120 53 15 / 0.15)}
.fill-amber-900\/20{fill:rgb(120 53 15 / 0.2)}
.fill-amber-900\/25{fill:rgb(120 53 15 / 0.25)}
.fill-amber-900\/30{fill:rgb(120 53 15 / 0.3)}
.fill-amber-900\/35{fill:rgb(120 53 15 / 0.35)}
.fill-amber-900\/40{fill:rgb(120 53 15 / 0.4)}
.fill-amber-900\/45{fill:rgb(120 53 15 / 0.45)}
.fill-amber-900\/5{fill:rgb(120 53 15 / 0.05)}
.fill-amber-900\/50{fill:rgb(120 53 15 / 0.5)}
.fill-amber-900\/55{fill:rgb(120 53 15 / 0.55)}
.fill-amber-900\/60{fill:rgb(120 53 15 / 0.6)}
.fill-amber-900\/65{fill:rgb(120 53 15 / 0.65)}
.fill-amber-900\/70{fill:rgb(120 53 15 / 0.7)}
.fill-amber-900\/75{fill:rgb(120 53 15 / 0.75)}
.fill-amber-900\/80{fill:rgb(120 53 15 / 0.8)}
.fill-amber-900\/85{fill:rgb(120 53 15 / 0.85)}
.fill-amber-900\/90{fill:rgb(120 53 15 / 0.9)}
.fill-amber-900\/95{fill:rgb(120 53 15 / 0.95)}
.fill-amber-950{fill:#451a03}
.fill-amber-950\/0{fill:rgb(69 26 3 / 0)}
.fill-amber-950\/10{fill:rgb(69 26 3 / 0.1)}
.fill-amber-950\/100{fill:rgb(69 26 3 / 1)}
.fill-amber-950\/15{fill:rgb(69 26 3 / 0.15)}
.fill-amber-950\/20{fill:rgb(69 26 3 / 0.2)}
.fill-amber-950\/25{fill:rgb(69 26 3 / 0.25)}
.fill-amber-950\/30{fill:rgb(69 26 3 / 0.3)}
.fill-amber-950\/35{fill:rgb(69 26 3 / 0.35)}
.fill-amber-950\/40{fill:rgb(69 26 3 / 0.4)}
.fill-amber-950\/45{fill:rgb(69 26 3 / 0.45)}
.fill-amber-950\/5{fill:rgb(69 26 3 / 0.05)}
.fill-amber-950\/50{fill:rgb(69 26 3 / 0.5)}
.fill-amber-950\/55{fill:rgb(69 26 3 / 0.55)}
.fill-amber-950\/60{fill:rgb(69 26 3 / 0.6)}
.fill-amber-950\/65{fill:rgb(69 26 3 / 0.65)}
.fill-amber-950\/70{fill:rgb(69 26 3 / 0.7)}
.fill-amber-950\/75{fill:rgb(69 26 3 / 0.75)}
.fill-amber-950\/80{fill:rgb(69 26 3 / 0.8)}
.fill-amber-950\/85{fill:rgb(69 26 3 / 0.85)}
.fill-amber-950\/90{fill:rgb(69 26 3 / 0.9)}
.fill-amber-950\/95{fill:rgb(69 26 3 / 0.95)}
.fill-background-text-contrast{fill:#fff}
.fill-background-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-background-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-background-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-background-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-background-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-background-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-background-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-background-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-background-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-background-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-background-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-background-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-background-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-background-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-background-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-background-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-background-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-background-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-background-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-background-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-background-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-background-text-contrastsWithCard{fill:true}
.fill-background-text-isDark{fill:true}
.fill-background-text-text{fill:#6b6f73}
.fill-background-text-text\/0{fill:rgb(107 111 115 / 0)}
.fill-background-text-text\/10{fill:rgb(107 111 115 / 0.1)}
.fill-background-text-text\/100{fill:rgb(107 111 115 / 1)}
.fill-background-text-text\/15{fill:rgb(107 111 115 / 0.15)}
.fill-background-text-text\/20{fill:rgb(107 111 115 / 0.2)}
.fill-background-text-text\/25{fill:rgb(107 111 115 / 0.25)}
.fill-background-text-text\/30{fill:rgb(107 111 115 / 0.3)}
.fill-background-text-text\/35{fill:rgb(107 111 115 / 0.35)}
.fill-background-text-text\/40{fill:rgb(107 111 115 / 0.4)}
.fill-background-text-text\/45{fill:rgb(107 111 115 / 0.45)}
.fill-background-text-text\/5{fill:rgb(107 111 115 / 0.05)}
.fill-background-text-text\/50{fill:rgb(107 111 115 / 0.5)}
.fill-background-text-text\/55{fill:rgb(107 111 115 / 0.55)}
.fill-background-text-text\/60{fill:rgb(107 111 115 / 0.6)}
.fill-background-text-text\/65{fill:rgb(107 111 115 / 0.65)}
.fill-background-text-text\/70{fill:rgb(107 111 115 / 0.7)}
.fill-background-text-text\/75{fill:rgb(107 111 115 / 0.75)}
.fill-background-text-text\/80{fill:rgb(107 111 115 / 0.8)}
.fill-background-text-text\/85{fill:rgb(107 111 115 / 0.85)}
.fill-background-text-text\/90{fill:rgb(107 111 115 / 0.9)}
.fill-background-text-text\/95{fill:rgb(107 111 115 / 0.95)}
.fill-bt-text-contrast{fill:#fff}
.fill-bt-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-bt-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-bt-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-bt-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-bt-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-bt-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-bt-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-bt-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-bt-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-bt-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-bt-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-bt-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-bt-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-bt-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-bt-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-bt-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-bt-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-bt-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-bt-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-bt-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-bt-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-bt-text-contrastsWithCard{fill:true}
.fill-bt-text-isDark{fill:true}
.fill-bt-text-text{fill:#1e293b}
.fill-bt-text-text\/0{fill:rgb(30 41 59 / 0)}
.fill-bt-text-text\/10{fill:rgb(30 41 59 / 0.1)}
.fill-bt-text-text\/100{fill:rgb(30 41 59 / 1)}
.fill-bt-text-text\/15{fill:rgb(30 41 59 / 0.15)}
.fill-bt-text-text\/20{fill:rgb(30 41 59 / 0.2)}
.fill-bt-text-text\/25{fill:rgb(30 41 59 / 0.25)}
.fill-bt-text-text\/30{fill:rgb(30 41 59 / 0.3)}
.fill-bt-text-text\/35{fill:rgb(30 41 59 / 0.35)}
.fill-bt-text-text\/40{fill:rgb(30 41 59 / 0.4)}
.fill-bt-text-text\/45{fill:rgb(30 41 59 / 0.45)}
.fill-bt-text-text\/5{fill:rgb(30 41 59 / 0.05)}
.fill-bt-text-text\/50{fill:rgb(30 41 59 / 0.5)}
.fill-bt-text-text\/55{fill:rgb(30 41 59 / 0.55)}
.fill-bt-text-text\/60{fill:rgb(30 41 59 / 0.6)}
.fill-bt-text-text\/65{fill:rgb(30 41 59 / 0.65)}
.fill-bt-text-text\/70{fill:rgb(30 41 59 / 0.7)}
.fill-bt-text-text\/75{fill:rgb(30 41 59 / 0.75)}
.fill-bt-text-text\/80{fill:rgb(30 41 59 / 0.8)}
.fill-bt-text-text\/85{fill:rgb(30 41 59 / 0.85)}
.fill-bt-text-text\/90{fill:rgb(30 41 59 / 0.9)}
.fill-bt-text-text\/95{fill:rgb(30 41 59 / 0.95)}
.fill-btLight-text-contrast{fill:#000}
.fill-btLight-text-contrast\/0{fill:rgb(0 0 0 / 0)}
.fill-btLight-text-contrast\/10{fill:rgb(0 0 0 / 0.1)}
.fill-btLight-text-contrast\/100{fill:rgb(0 0 0 / 1)}
.fill-btLight-text-contrast\/15{fill:rgb(0 0 0 / 0.15)}
.fill-btLight-text-contrast\/20{fill:rgb(0 0 0 / 0.2)}
.fill-btLight-text-contrast\/25{fill:rgb(0 0 0 / 0.25)}
.fill-btLight-text-contrast\/30{fill:rgb(0 0 0 / 0.3)}
.fill-btLight-text-contrast\/35{fill:rgb(0 0 0 / 0.35)}
.fill-btLight-text-contrast\/40{fill:rgb(0 0 0 / 0.4)}
.fill-btLight-text-contrast\/45{fill:rgb(0 0 0 / 0.45)}
.fill-btLight-text-contrast\/5{fill:rgb(0 0 0 / 0.05)}
.fill-btLight-text-contrast\/50{fill:rgb(0 0 0 / 0.5)}
.fill-btLight-text-contrast\/55{fill:rgb(0 0 0 / 0.55)}
.fill-btLight-text-contrast\/60{fill:rgb(0 0 0 / 0.6)}
.fill-btLight-text-contrast\/65{fill:rgb(0 0 0 / 0.65)}
.fill-btLight-text-contrast\/70{fill:rgb(0 0 0 / 0.7)}
.fill-btLight-text-contrast\/75{fill:rgb(0 0 0 / 0.75)}
.fill-btLight-text-contrast\/80{fill:rgb(0 0 0 / 0.8)}
.fill-btLight-text-contrast\/85{fill:rgb(0 0 0 / 0.85)}
.fill-btLight-text-contrast\/90{fill:rgb(0 0 0 / 0.9)}
.fill-btLight-text-contrast\/95{fill:rgb(0 0 0 / 0.95)}
.fill-btLight-text-contrastsWithCard{fill:true}
.fill-btLight-text-isDark{}
.fill-btLight-text-text{fill:#48abd9}
.fill-btLight-text-text\/0{fill:rgb(72 171 217 / 0)}
.fill-btLight-text-text\/10{fill:rgb(72 171 217 / 0.1)}
.fill-btLight-text-text\/100{fill:rgb(72 171 217 / 1)}
.fill-btLight-text-text\/15{fill:rgb(72 171 217 / 0.15)}
.fill-btLight-text-text\/20{fill:rgb(72 171 217 / 0.2)}
.fill-btLight-text-text\/25{fill:rgb(72 171 217 / 0.25)}
.fill-btLight-text-text\/30{fill:rgb(72 171 217 / 0.3)}
.fill-btLight-text-text\/35{fill:rgb(72 171 217 / 0.35)}
.fill-btLight-text-text\/40{fill:rgb(72 171 217 / 0.4)}
.fill-btLight-text-text\/45{fill:rgb(72 171 217 / 0.45)}
.fill-btLight-text-text\/5{fill:rgb(72 171 217 / 0.05)}
.fill-btLight-text-text\/50{fill:rgb(72 171 217 / 0.5)}
.fill-btLight-text-text\/55{fill:rgb(72 171 217 / 0.55)}
.fill-btLight-text-text\/60{fill:rgb(72 171 217 / 0.6)}
.fill-btLight-text-text\/65{fill:rgb(72 171 217 / 0.65)}
.fill-btLight-text-text\/70{fill:rgb(72 171 217 / 0.7)}
.fill-btLight-text-text\/75{fill:rgb(72 171 217 / 0.75)}
.fill-btLight-text-text\/80{fill:rgb(72 171 217 / 0.8)}
.fill-btLight-text-text\/85{fill:rgb(72 171 217 / 0.85)}
.fill-btLight-text-text\/90{fill:rgb(72 171 217 / 0.9)}
.fill-btLight-text-text\/95{fill:rgb(72 171 217 / 0.95)}
.fill-cardBackground-text-contrast{fill:#fff}
.fill-cardBackground-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-cardBackground-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-cardBackground-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-cardBackground-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-cardBackground-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-cardBackground-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-cardBackground-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-cardBackground-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-cardBackground-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-cardBackground-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-cardBackground-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-cardBackground-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-cardBackground-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-cardBackground-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-cardBackground-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-cardBackground-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-cardBackground-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-cardBackground-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-cardBackground-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-cardBackground-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-cardBackground-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-cardBackground-text-contrastsWithCard{fill:true}
.fill-cardBackground-text-isDark{fill:true}
.fill-cardBackground-text-text{fill:#848484}
.fill-cardBackground-text-text\/0{fill:rgb(132 132 132 / 0)}
.fill-cardBackground-text-text\/10{fill:rgb(132 132 132 / 0.1)}
.fill-cardBackground-text-text\/100{fill:rgb(132 132 132 / 1)}
.fill-cardBackground-text-text\/15{fill:rgb(132 132 132 / 0.15)}
.fill-cardBackground-text-text\/20{fill:rgb(132 132 132 / 0.2)}
.fill-cardBackground-text-text\/25{fill:rgb(132 132 132 / 0.25)}
.fill-cardBackground-text-text\/30{fill:rgb(132 132 132 / 0.3)}
.fill-cardBackground-text-text\/35{fill:rgb(132 132 132 / 0.35)}
.fill-cardBackground-text-text\/40{fill:rgb(132 132 132 / 0.4)}
.fill-cardBackground-text-text\/45{fill:rgb(132 132 132 / 0.45)}
.fill-cardBackground-text-text\/5{fill:rgb(132 132 132 / 0.05)}
.fill-cardBackground-text-text\/50{fill:rgb(132 132 132 / 0.5)}
.fill-cardBackground-text-text\/55{fill:rgb(132 132 132 / 0.55)}
.fill-cardBackground-text-text\/60{fill:rgb(132 132 132 / 0.6)}
.fill-cardBackground-text-text\/65{fill:rgb(132 132 132 / 0.65)}
.fill-cardBackground-text-text\/70{fill:rgb(132 132 132 / 0.7)}
.fill-cardBackground-text-text\/75{fill:rgb(132 132 132 / 0.75)}
.fill-cardBackground-text-text\/80{fill:rgb(132 132 132 / 0.8)}
.fill-cardBackground-text-text\/85{fill:rgb(132 132 132 / 0.85)}
.fill-cardBackground-text-text\/90{fill:rgb(132 132 132 / 0.9)}
.fill-cardBackground-text-text\/95{fill:rgb(132 132 132 / 0.95)}
.fill-cardHeader-text-contrast{fill:#fff}
.fill-cardHeader-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-cardHeader-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-cardHeader-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-cardHeader-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-cardHeader-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-cardHeader-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-cardHeader-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-cardHeader-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-cardHeader-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-cardHeader-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-cardHeader-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-cardHeader-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-cardHeader-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-cardHeader-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-cardHeader-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-cardHeader-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-cardHeader-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-cardHeader-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-cardHeader-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-cardHeader-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-cardHeader-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-cardHeader-text-contrastsWithCard{fill:true}
.fill-cardHeader-text-isDark{fill:true}
.fill-cardHeader-text-text{fill:#7e7e84}
.fill-cardHeader-text-text\/0{fill:rgb(126 126 132 / 0)}
.fill-cardHeader-text-text\/10{fill:rgb(126 126 132 / 0.1)}
.fill-cardHeader-text-text\/100{fill:rgb(126 126 132 / 1)}
.fill-cardHeader-text-text\/15{fill:rgb(126 126 132 / 0.15)}
.fill-cardHeader-text-text\/20{fill:rgb(126 126 132 / 0.2)}
.fill-cardHeader-text-text\/25{fill:rgb(126 126 132 / 0.25)}
.fill-cardHeader-text-text\/30{fill:rgb(126 126 132 / 0.3)}
.fill-cardHeader-text-text\/35{fill:rgb(126 126 132 / 0.35)}
.fill-cardHeader-text-text\/40{fill:rgb(126 126 132 / 0.4)}
.fill-cardHeader-text-text\/45{fill:rgb(126 126 132 / 0.45)}
.fill-cardHeader-text-text\/5{fill:rgb(126 126 132 / 0.05)}
.fill-cardHeader-text-text\/50{fill:rgb(126 126 132 / 0.5)}
.fill-cardHeader-text-text\/55{fill:rgb(126 126 132 / 0.55)}
.fill-cardHeader-text-text\/60{fill:rgb(126 126 132 / 0.6)}
.fill-cardHeader-text-text\/65{fill:rgb(126 126 132 / 0.65)}
.fill-cardHeader-text-text\/70{fill:rgb(126 126 132 / 0.7)}
.fill-cardHeader-text-text\/75{fill:rgb(126 126 132 / 0.75)}
.fill-cardHeader-text-text\/80{fill:rgb(126 126 132 / 0.8)}
.fill-cardHeader-text-text\/85{fill:rgb(126 126 132 / 0.85)}
.fill-cardHeader-text-text\/90{fill:rgb(126 126 132 / 0.9)}
.fill-cardHeader-text-text\/95{fill:rgb(126 126 132 / 0.95)}
.fill-danger-text-contrast{fill:#fff}
.fill-danger-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-danger-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-danger-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-danger-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-danger-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-danger-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-danger-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-danger-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-danger-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-danger-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-danger-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-danger-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-danger-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-danger-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-danger-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-danger-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-danger-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-danger-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-danger-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-danger-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-danger-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-danger-text-contrastsWithCard{fill:true}
.fill-danger-text-isDark{fill:true}
.fill-danger-text-text{fill:#e85743}
.fill-danger-text-text\/0{fill:rgb(232 87 67 / 0)}
.fill-danger-text-text\/10{fill:rgb(232 87 67 / 0.1)}
.fill-danger-text-text\/100{fill:rgb(232 87 67 / 1)}
.fill-danger-text-text\/15{fill:rgb(232 87 67 / 0.15)}
.fill-danger-text-text\/20{fill:rgb(232 87 67 / 0.2)}
.fill-danger-text-text\/25{fill:rgb(232 87 67 / 0.25)}
.fill-danger-text-text\/30{fill:rgb(232 87 67 / 0.3)}
.fill-danger-text-text\/35{fill:rgb(232 87 67 / 0.35)}
.fill-danger-text-text\/40{fill:rgb(232 87 67 / 0.4)}
.fill-danger-text-text\/45{fill:rgb(232 87 67 / 0.45)}
.fill-danger-text-text\/5{fill:rgb(232 87 67 / 0.05)}
.fill-danger-text-text\/50{fill:rgb(232 87 67 / 0.5)}
.fill-danger-text-text\/55{fill:rgb(232 87 67 / 0.55)}
.fill-danger-text-text\/60{fill:rgb(232 87 67 / 0.6)}
.fill-danger-text-text\/65{fill:rgb(232 87 67 / 0.65)}
.fill-danger-text-text\/70{fill:rgb(232 87 67 / 0.7)}
.fill-danger-text-text\/75{fill:rgb(232 87 67 / 0.75)}
.fill-danger-text-text\/80{fill:rgb(232 87 67 / 0.8)}
.fill-danger-text-text\/85{fill:rgb(232 87 67 / 0.85)}
.fill-danger-text-text\/90{fill:rgb(232 87 67 / 0.9)}
.fill-danger-text-text\/95{fill:rgb(232 87 67 / 0.95)}
.fill-emerald-100{fill:#d1fae5}
.fill-emerald-100\/0{fill:rgb(209 250 229 / 0)}
.fill-emerald-100\/10{fill:rgb(209 250 229 / 0.1)}
.fill-emerald-100\/100{fill:rgb(209 250 229 / 1)}
.fill-emerald-100\/15{fill:rgb(209 250 229 / 0.15)}
.fill-emerald-100\/20{fill:rgb(209 250 229 / 0.2)}
.fill-emerald-100\/25{fill:rgb(209 250 229 / 0.25)}
.fill-emerald-100\/30{fill:rgb(209 250 229 / 0.3)}
.fill-emerald-100\/35{fill:rgb(209 250 229 / 0.35)}
.fill-emerald-100\/40{fill:rgb(209 250 229 / 0.4)}
.fill-emerald-100\/45{fill:rgb(209 250 229 / 0.45)}
.fill-emerald-100\/5{fill:rgb(209 250 229 / 0.05)}
.fill-emerald-100\/50{fill:rgb(209 250 229 / 0.5)}
.fill-emerald-100\/55{fill:rgb(209 250 229 / 0.55)}
.fill-emerald-100\/60{fill:rgb(209 250 229 / 0.6)}
.fill-emerald-100\/65{fill:rgb(209 250 229 / 0.65)}
.fill-emerald-100\/70{fill:rgb(209 250 229 / 0.7)}
.fill-emerald-100\/75{fill:rgb(209 250 229 / 0.75)}
.fill-emerald-100\/80{fill:rgb(209 250 229 / 0.8)}
.fill-emerald-100\/85{fill:rgb(209 250 229 / 0.85)}
.fill-emerald-100\/90{fill:rgb(209 250 229 / 0.9)}
.fill-emerald-100\/95{fill:rgb(209 250 229 / 0.95)}
.fill-emerald-200{fill:#a7f3d0}
.fill-emerald-200\/0{fill:rgb(167 243 208 / 0)}
.fill-emerald-200\/10{fill:rgb(167 243 208 / 0.1)}
.fill-emerald-200\/100{fill:rgb(167 243 208 / 1)}
.fill-emerald-200\/15{fill:rgb(167 243 208 / 0.15)}
.fill-emerald-200\/20{fill:rgb(167 243 208 / 0.2)}
.fill-emerald-200\/25{fill:rgb(167 243 208 / 0.25)}
.fill-emerald-200\/30{fill:rgb(167 243 208 / 0.3)}
.fill-emerald-200\/35{fill:rgb(167 243 208 / 0.35)}
.fill-emerald-200\/40{fill:rgb(167 243 208 / 0.4)}
.fill-emerald-200\/45{fill:rgb(167 243 208 / 0.45)}
.fill-emerald-200\/5{fill:rgb(167 243 208 / 0.05)}
.fill-emerald-200\/50{fill:rgb(167 243 208 / 0.5)}
.fill-emerald-200\/55{fill:rgb(167 243 208 / 0.55)}
.fill-emerald-200\/60{fill:rgb(167 243 208 / 0.6)}
.fill-emerald-200\/65{fill:rgb(167 243 208 / 0.65)}
.fill-emerald-200\/70{fill:rgb(167 243 208 / 0.7)}
.fill-emerald-200\/75{fill:rgb(167 243 208 / 0.75)}
.fill-emerald-200\/80{fill:rgb(167 243 208 / 0.8)}
.fill-emerald-200\/85{fill:rgb(167 243 208 / 0.85)}
.fill-emerald-200\/90{fill:rgb(167 243 208 / 0.9)}
.fill-emerald-200\/95{fill:rgb(167 243 208 / 0.95)}
.fill-emerald-300{fill:#6ee7b7}
.fill-emerald-300\/0{fill:rgb(110 231 183 / 0)}
.fill-emerald-300\/10{fill:rgb(110 231 183 / 0.1)}
.fill-emerald-300\/100{fill:rgb(110 231 183 / 1)}
.fill-emerald-300\/15{fill:rgb(110 231 183 / 0.15)}
.fill-emerald-300\/20{fill:rgb(110 231 183 / 0.2)}
.fill-emerald-300\/25{fill:rgb(110 231 183 / 0.25)}
.fill-emerald-300\/30{fill:rgb(110 231 183 / 0.3)}
.fill-emerald-300\/35{fill:rgb(110 231 183 / 0.35)}
.fill-emerald-300\/40{fill:rgb(110 231 183 / 0.4)}
.fill-emerald-300\/45{fill:rgb(110 231 183 / 0.45)}
.fill-emerald-300\/5{fill:rgb(110 231 183 / 0.05)}
.fill-emerald-300\/50{fill:rgb(110 231 183 / 0.5)}
.fill-emerald-300\/55{fill:rgb(110 231 183 / 0.55)}
.fill-emerald-300\/60{fill:rgb(110 231 183 / 0.6)}
.fill-emerald-300\/65{fill:rgb(110 231 183 / 0.65)}
.fill-emerald-300\/70{fill:rgb(110 231 183 / 0.7)}
.fill-emerald-300\/75{fill:rgb(110 231 183 / 0.75)}
.fill-emerald-300\/80{fill:rgb(110 231 183 / 0.8)}
.fill-emerald-300\/85{fill:rgb(110 231 183 / 0.85)}
.fill-emerald-300\/90{fill:rgb(110 231 183 / 0.9)}
.fill-emerald-300\/95{fill:rgb(110 231 183 / 0.95)}
.fill-emerald-400{fill:#34d399}
.fill-emerald-400\/0{fill:rgb(52 211 153 / 0)}
.fill-emerald-400\/10{fill:rgb(52 211 153 / 0.1)}
.fill-emerald-400\/100{fill:rgb(52 211 153 / 1)}
.fill-emerald-400\/15{fill:rgb(52 211 153 / 0.15)}
.fill-emerald-400\/20{fill:rgb(52 211 153 / 0.2)}
.fill-emerald-400\/25{fill:rgb(52 211 153 / 0.25)}
.fill-emerald-400\/30{fill:rgb(52 211 153 / 0.3)}
.fill-emerald-400\/35{fill:rgb(52 211 153 / 0.35)}
.fill-emerald-400\/40{fill:rgb(52 211 153 / 0.4)}
.fill-emerald-400\/45{fill:rgb(52 211 153 / 0.45)}
.fill-emerald-400\/5{fill:rgb(52 211 153 / 0.05)}
.fill-emerald-400\/50{fill:rgb(52 211 153 / 0.5)}
.fill-emerald-400\/55{fill:rgb(52 211 153 / 0.55)}
.fill-emerald-400\/60{fill:rgb(52 211 153 / 0.6)}
.fill-emerald-400\/65{fill:rgb(52 211 153 / 0.65)}
.fill-emerald-400\/70{fill:rgb(52 211 153 / 0.7)}
.fill-emerald-400\/75{fill:rgb(52 211 153 / 0.75)}
.fill-emerald-400\/80{fill:rgb(52 211 153 / 0.8)}
.fill-emerald-400\/85{fill:rgb(52 211 153 / 0.85)}
.fill-emerald-400\/90{fill:rgb(52 211 153 / 0.9)}
.fill-emerald-400\/95{fill:rgb(52 211 153 / 0.95)}
.fill-emerald-50{fill:#ecfdf5}
.fill-emerald-50\/0{fill:rgb(236 253 245 / 0)}
.fill-emerald-50\/10{fill:rgb(236 253 245 / 0.1)}
.fill-emerald-50\/100{fill:rgb(236 253 245 / 1)}
.fill-emerald-50\/15{fill:rgb(236 253 245 / 0.15)}
.fill-emerald-50\/20{fill:rgb(236 253 245 / 0.2)}
.fill-emerald-50\/25{fill:rgb(236 253 245 / 0.25)}
.fill-emerald-50\/30{fill:rgb(236 253 245 / 0.3)}
.fill-emerald-50\/35{fill:rgb(236 253 245 / 0.35)}
.fill-emerald-50\/40{fill:rgb(236 253 245 / 0.4)}
.fill-emerald-50\/45{fill:rgb(236 253 245 / 0.45)}
.fill-emerald-50\/5{fill:rgb(236 253 245 / 0.05)}
.fill-emerald-50\/50{fill:rgb(236 253 245 / 0.5)}
.fill-emerald-50\/55{fill:rgb(236 253 245 / 0.55)}
.fill-emerald-50\/60{fill:rgb(236 253 245 / 0.6)}
.fill-emerald-50\/65{fill:rgb(236 253 245 / 0.65)}
.fill-emerald-50\/70{fill:rgb(236 253 245 / 0.7)}
.fill-emerald-50\/75{fill:rgb(236 253 245 / 0.75)}
.fill-emerald-50\/80{fill:rgb(236 253 245 / 0.8)}
.fill-emerald-50\/85{fill:rgb(236 253 245 / 0.85)}
.fill-emerald-50\/90{fill:rgb(236 253 245 / 0.9)}
.fill-emerald-50\/95{fill:rgb(236 253 245 / 0.95)}
.fill-emerald-500{fill:#10b981}
.fill-emerald-500\/0{fill:rgb(16 185 129 / 0)}
.fill-emerald-500\/10{fill:rgb(16 185 129 / 0.1)}
.fill-emerald-500\/100{fill:rgb(16 185 129 / 1)}
.fill-emerald-500\/15{fill:rgb(16 185 129 / 0.15)}
.fill-emerald-500\/20{fill:rgb(16 185 129 / 0.2)}
.fill-emerald-500\/25{fill:rgb(16 185 129 / 0.25)}
.fill-emerald-500\/30{fill:rgb(16 185 129 / 0.3)}
.fill-emerald-500\/35{fill:rgb(16 185 129 / 0.35)}
.fill-emerald-500\/40{fill:rgb(16 185 129 / 0.4)}
.fill-emerald-500\/45{fill:rgb(16 185 129 / 0.45)}
.fill-emerald-500\/5{fill:rgb(16 185 129 / 0.05)}
.fill-emerald-500\/50{fill:rgb(16 185 129 / 0.5)}
.fill-emerald-500\/55{fill:rgb(16 185 129 / 0.55)}
.fill-emerald-500\/60{fill:rgb(16 185 129 / 0.6)}
.fill-emerald-500\/65{fill:rgb(16 185 129 / 0.65)}
.fill-emerald-500\/70{fill:rgb(16 185 129 / 0.7)}
.fill-emerald-500\/75{fill:rgb(16 185 129 / 0.75)}
.fill-emerald-500\/80{fill:rgb(16 185 129 / 0.8)}
.fill-emerald-500\/85{fill:rgb(16 185 129 / 0.85)}
.fill-emerald-500\/90{fill:rgb(16 185 129 / 0.9)}
.fill-emerald-500\/95{fill:rgb(16 185 129 / 0.95)}
.fill-emerald-600{fill:#059669}
.fill-emerald-600\/0{fill:rgb(5 150 105 / 0)}
.fill-emerald-600\/10{fill:rgb(5 150 105 / 0.1)}
.fill-emerald-600\/100{fill:rgb(5 150 105 / 1)}
.fill-emerald-600\/15{fill:rgb(5 150 105 / 0.15)}
.fill-emerald-600\/20{fill:rgb(5 150 105 / 0.2)}
.fill-emerald-600\/25{fill:rgb(5 150 105 / 0.25)}
.fill-emerald-600\/30{fill:rgb(5 150 105 / 0.3)}
.fill-emerald-600\/35{fill:rgb(5 150 105 / 0.35)}
.fill-emerald-600\/40{fill:rgb(5 150 105 / 0.4)}
.fill-emerald-600\/45{fill:rgb(5 150 105 / 0.45)}
.fill-emerald-600\/5{fill:rgb(5 150 105 / 0.05)}
.fill-emerald-600\/50{fill:rgb(5 150 105 / 0.5)}
.fill-emerald-600\/55{fill:rgb(5 150 105 / 0.55)}
.fill-emerald-600\/60{fill:rgb(5 150 105 / 0.6)}
.fill-emerald-600\/65{fill:rgb(5 150 105 / 0.65)}
.fill-emerald-600\/70{fill:rgb(5 150 105 / 0.7)}
.fill-emerald-600\/75{fill:rgb(5 150 105 / 0.75)}
.fill-emerald-600\/80{fill:rgb(5 150 105 / 0.8)}
.fill-emerald-600\/85{fill:rgb(5 150 105 / 0.85)}
.fill-emerald-600\/90{fill:rgb(5 150 105 / 0.9)}
.fill-emerald-600\/95{fill:rgb(5 150 105 / 0.95)}
.fill-emerald-700{fill:#047857}
.fill-emerald-700\/0{fill:rgb(4 120 87 / 0)}
.fill-emerald-700\/10{fill:rgb(4 120 87 / 0.1)}
.fill-emerald-700\/100{fill:rgb(4 120 87 / 1)}
.fill-emerald-700\/15{fill:rgb(4 120 87 / 0.15)}
.fill-emerald-700\/20{fill:rgb(4 120 87 / 0.2)}
.fill-emerald-700\/25{fill:rgb(4 120 87 / 0.25)}
.fill-emerald-700\/30{fill:rgb(4 120 87 / 0.3)}
.fill-emerald-700\/35{fill:rgb(4 120 87 / 0.35)}
.fill-emerald-700\/40{fill:rgb(4 120 87 / 0.4)}
.fill-emerald-700\/45{fill:rgb(4 120 87 / 0.45)}
.fill-emerald-700\/5{fill:rgb(4 120 87 / 0.05)}
.fill-emerald-700\/50{fill:rgb(4 120 87 / 0.5)}
.fill-emerald-700\/55{fill:rgb(4 120 87 / 0.55)}
.fill-emerald-700\/60{fill:rgb(4 120 87 / 0.6)}
.fill-emerald-700\/65{fill:rgb(4 120 87 / 0.65)}
.fill-emerald-700\/70{fill:rgb(4 120 87 / 0.7)}
.fill-emerald-700\/75{fill:rgb(4 120 87 / 0.75)}
.fill-emerald-700\/80{fill:rgb(4 120 87 / 0.8)}
.fill-emerald-700\/85{fill:rgb(4 120 87 / 0.85)}
.fill-emerald-700\/90{fill:rgb(4 120 87 / 0.9)}
.fill-emerald-700\/95{fill:rgb(4 120 87 / 0.95)}
.fill-emerald-800{fill:#065f46}
.fill-emerald-800\/0{fill:rgb(6 95 70 / 0)}
.fill-emerald-800\/10{fill:rgb(6 95 70 / 0.1)}
.fill-emerald-800\/100{fill:rgb(6 95 70 / 1)}
.fill-emerald-800\/15{fill:rgb(6 95 70 / 0.15)}
.fill-emerald-800\/20{fill:rgb(6 95 70 / 0.2)}
.fill-emerald-800\/25{fill:rgb(6 95 70 / 0.25)}
.fill-emerald-800\/30{fill:rgb(6 95 70 / 0.3)}
.fill-emerald-800\/35{fill:rgb(6 95 70 / 0.35)}
.fill-emerald-800\/40{fill:rgb(6 95 70 / 0.4)}
.fill-emerald-800\/45{fill:rgb(6 95 70 / 0.45)}
.fill-emerald-800\/5{fill:rgb(6 95 70 / 0.05)}
.fill-emerald-800\/50{fill:rgb(6 95 70 / 0.5)}
.fill-emerald-800\/55{fill:rgb(6 95 70 / 0.55)}
.fill-emerald-800\/60{fill:rgb(6 95 70 / 0.6)}
.fill-emerald-800\/65{fill:rgb(6 95 70 / 0.65)}
.fill-emerald-800\/70{fill:rgb(6 95 70 / 0.7)}
.fill-emerald-800\/75{fill:rgb(6 95 70 / 0.75)}
.fill-emerald-800\/80{fill:rgb(6 95 70 / 0.8)}
.fill-emerald-800\/85{fill:rgb(6 95 70 / 0.85)}
.fill-emerald-800\/90{fill:rgb(6 95 70 / 0.9)}
.fill-emerald-800\/95{fill:rgb(6 95 70 / 0.95)}
.fill-emerald-900{fill:#064e3b}
.fill-emerald-900\/0{fill:rgb(6 78 59 / 0)}
.fill-emerald-900\/10{fill:rgb(6 78 59 / 0.1)}
.fill-emerald-900\/100{fill:rgb(6 78 59 / 1)}
.fill-emerald-900\/15{fill:rgb(6 78 59 / 0.15)}
.fill-emerald-900\/20{fill:rgb(6 78 59 / 0.2)}
.fill-emerald-900\/25{fill:rgb(6 78 59 / 0.25)}
.fill-emerald-900\/30{fill:rgb(6 78 59 / 0.3)}
.fill-emerald-900\/35{fill:rgb(6 78 59 / 0.35)}
.fill-emerald-900\/40{fill:rgb(6 78 59 / 0.4)}
.fill-emerald-900\/45{fill:rgb(6 78 59 / 0.45)}
.fill-emerald-900\/5{fill:rgb(6 78 59 / 0.05)}
.fill-emerald-900\/50{fill:rgb(6 78 59 / 0.5)}
.fill-emerald-900\/55{fill:rgb(6 78 59 / 0.55)}
.fill-emerald-900\/60{fill:rgb(6 78 59 / 0.6)}
.fill-emerald-900\/65{fill:rgb(6 78 59 / 0.65)}
.fill-emerald-900\/70{fill:rgb(6 78 59 / 0.7)}
.fill-emerald-900\/75{fill:rgb(6 78 59 / 0.75)}
.fill-emerald-900\/80{fill:rgb(6 78 59 / 0.8)}
.fill-emerald-900\/85{fill:rgb(6 78 59 / 0.85)}
.fill-emerald-900\/90{fill:rgb(6 78 59 / 0.9)}
.fill-emerald-900\/95{fill:rgb(6 78 59 / 0.95)}
.fill-emerald-950{fill:#022c22}
.fill-emerald-950\/0{fill:rgb(2 44 34 / 0)}
.fill-emerald-950\/10{fill:rgb(2 44 34 / 0.1)}
.fill-emerald-950\/100{fill:rgb(2 44 34 / 1)}
.fill-emerald-950\/15{fill:rgb(2 44 34 / 0.15)}
.fill-emerald-950\/20{fill:rgb(2 44 34 / 0.2)}
.fill-emerald-950\/25{fill:rgb(2 44 34 / 0.25)}
.fill-emerald-950\/30{fill:rgb(2 44 34 / 0.3)}
.fill-emerald-950\/35{fill:rgb(2 44 34 / 0.35)}
.fill-emerald-950\/40{fill:rgb(2 44 34 / 0.4)}
.fill-emerald-950\/45{fill:rgb(2 44 34 / 0.45)}
.fill-emerald-950\/5{fill:rgb(2 44 34 / 0.05)}
.fill-emerald-950\/50{fill:rgb(2 44 34 / 0.5)}
.fill-emerald-950\/55{fill:rgb(2 44 34 / 0.55)}
.fill-emerald-950\/60{fill:rgb(2 44 34 / 0.6)}
.fill-emerald-950\/65{fill:rgb(2 44 34 / 0.65)}
.fill-emerald-950\/70{fill:rgb(2 44 34 / 0.7)}
.fill-emerald-950\/75{fill:rgb(2 44 34 / 0.75)}
.fill-emerald-950\/80{fill:rgb(2 44 34 / 0.8)}
.fill-emerald-950\/85{fill:rgb(2 44 34 / 0.85)}
.fill-emerald-950\/90{fill:rgb(2 44 34 / 0.9)}
.fill-emerald-950\/95{fill:rgb(2 44 34 / 0.95)}
.fill-gridItemHover{fill:rgba(0,0,0,.03)}
.fill-gridItemHover\/0{fill:rgba(0, 0, 0, 0)}
.fill-gridItemHover\/10{fill:rgba(0, 0, 0, 0.1)}
.fill-gridItemHover\/100{fill:rgba(0, 0, 0, 1)}
.fill-gridItemHover\/15{fill:rgba(0, 0, 0, 0.15)}
.fill-gridItemHover\/20{fill:rgba(0, 0, 0, 0.2)}
.fill-gridItemHover\/25{fill:rgba(0, 0, 0, 0.25)}
.fill-gridItemHover\/30{fill:rgba(0, 0, 0, 0.3)}
.fill-gridItemHover\/35{fill:rgba(0, 0, 0, 0.35)}
.fill-gridItemHover\/40{fill:rgba(0, 0, 0, 0.4)}
.fill-gridItemHover\/45{fill:rgba(0, 0, 0, 0.45)}
.fill-gridItemHover\/5{fill:rgba(0, 0, 0, 0.05)}
.fill-gridItemHover\/50{fill:rgba(0, 0, 0, 0.5)}
.fill-gridItemHover\/55{fill:rgba(0, 0, 0, 0.55)}
.fill-gridItemHover\/60{fill:rgba(0, 0, 0, 0.6)}
.fill-gridItemHover\/65{fill:rgba(0, 0, 0, 0.65)}
.fill-gridItemHover\/70{fill:rgba(0, 0, 0, 0.7)}
.fill-gridItemHover\/75{fill:rgba(0, 0, 0, 0.75)}
.fill-gridItemHover\/80{fill:rgba(0, 0, 0, 0.8)}
.fill-gridItemHover\/85{fill:rgba(0, 0, 0, 0.85)}
.fill-gridItemHover\/90{fill:rgba(0, 0, 0, 0.9)}
.fill-gridItemHover\/95{fill:rgba(0, 0, 0, 0.95)}
.fill-info-text-contrast{fill:#000}
.fill-info-text-contrast\/0{fill:rgb(0 0 0 / 0)}
.fill-info-text-contrast\/10{fill:rgb(0 0 0 / 0.1)}
.fill-info-text-contrast\/100{fill:rgb(0 0 0 / 1)}
.fill-info-text-contrast\/15{fill:rgb(0 0 0 / 0.15)}
.fill-info-text-contrast\/20{fill:rgb(0 0 0 / 0.2)}
.fill-info-text-contrast\/25{fill:rgb(0 0 0 / 0.25)}
.fill-info-text-contrast\/30{fill:rgb(0 0 0 / 0.3)}
.fill-info-text-contrast\/35{fill:rgb(0 0 0 / 0.35)}
.fill-info-text-contrast\/40{fill:rgb(0 0 0 / 0.4)}
.fill-info-text-contrast\/45{fill:rgb(0 0 0 / 0.45)}
.fill-info-text-contrast\/5{fill:rgb(0 0 0 / 0.05)}
.fill-info-text-contrast\/50{fill:rgb(0 0 0 / 0.5)}
.fill-info-text-contrast\/55{fill:rgb(0 0 0 / 0.55)}
.fill-info-text-contrast\/60{fill:rgb(0 0 0 / 0.6)}
.fill-info-text-contrast\/65{fill:rgb(0 0 0 / 0.65)}
.fill-info-text-contrast\/70{fill:rgb(0 0 0 / 0.7)}
.fill-info-text-contrast\/75{fill:rgb(0 0 0 / 0.75)}
.fill-info-text-contrast\/80{fill:rgb(0 0 0 / 0.8)}
.fill-info-text-contrast\/85{fill:rgb(0 0 0 / 0.85)}
.fill-info-text-contrast\/90{fill:rgb(0 0 0 / 0.9)}
.fill-info-text-contrast\/95{fill:rgb(0 0 0 / 0.95)}
.fill-info-text-contrastsWithCard{fill:true}
.fill-info-text-isDark{}
.fill-info-text-text{fill:#48abd9}
.fill-info-text-text\/0{fill:rgb(72 171 217 / 0)}
.fill-info-text-text\/10{fill:rgb(72 171 217 / 0.1)}
.fill-info-text-text\/100{fill:rgb(72 171 217 / 1)}
.fill-info-text-text\/15{fill:rgb(72 171 217 / 0.15)}
.fill-info-text-text\/20{fill:rgb(72 171 217 / 0.2)}
.fill-info-text-text\/25{fill:rgb(72 171 217 / 0.25)}
.fill-info-text-text\/30{fill:rgb(72 171 217 / 0.3)}
.fill-info-text-text\/35{fill:rgb(72 171 217 / 0.35)}
.fill-info-text-text\/40{fill:rgb(72 171 217 / 0.4)}
.fill-info-text-text\/45{fill:rgb(72 171 217 / 0.45)}
.fill-info-text-text\/5{fill:rgb(72 171 217 / 0.05)}
.fill-info-text-text\/50{fill:rgb(72 171 217 / 0.5)}
.fill-info-text-text\/55{fill:rgb(72 171 217 / 0.55)}
.fill-info-text-text\/60{fill:rgb(72 171 217 / 0.6)}
.fill-info-text-text\/65{fill:rgb(72 171 217 / 0.65)}
.fill-info-text-text\/70{fill:rgb(72 171 217 / 0.7)}
.fill-info-text-text\/75{fill:rgb(72 171 217 / 0.75)}
.fill-info-text-text\/80{fill:rgb(72 171 217 / 0.8)}
.fill-info-text-text\/85{fill:rgb(72 171 217 / 0.85)}
.fill-info-text-text\/90{fill:rgb(72 171 217 / 0.9)}
.fill-info-text-text\/95{fill:rgb(72 171 217 / 0.95)}
.fill-lime-100{fill:#ecfccb}
.fill-lime-100\/0{fill:rgb(236 252 203 / 0)}
.fill-lime-100\/10{fill:rgb(236 252 203 / 0.1)}
.fill-lime-100\/100{fill:rgb(236 252 203 / 1)}
.fill-lime-100\/15{fill:rgb(236 252 203 / 0.15)}
.fill-lime-100\/20{fill:rgb(236 252 203 / 0.2)}
.fill-lime-100\/25{fill:rgb(236 252 203 / 0.25)}
.fill-lime-100\/30{fill:rgb(236 252 203 / 0.3)}
.fill-lime-100\/35{fill:rgb(236 252 203 / 0.35)}
.fill-lime-100\/40{fill:rgb(236 252 203 / 0.4)}
.fill-lime-100\/45{fill:rgb(236 252 203 / 0.45)}
.fill-lime-100\/5{fill:rgb(236 252 203 / 0.05)}
.fill-lime-100\/50{fill:rgb(236 252 203 / 0.5)}
.fill-lime-100\/55{fill:rgb(236 252 203 / 0.55)}
.fill-lime-100\/60{fill:rgb(236 252 203 / 0.6)}
.fill-lime-100\/65{fill:rgb(236 252 203 / 0.65)}
.fill-lime-100\/70{fill:rgb(236 252 203 / 0.7)}
.fill-lime-100\/75{fill:rgb(236 252 203 / 0.75)}
.fill-lime-100\/80{fill:rgb(236 252 203 / 0.8)}
.fill-lime-100\/85{fill:rgb(236 252 203 / 0.85)}
.fill-lime-100\/90{fill:rgb(236 252 203 / 0.9)}
.fill-lime-100\/95{fill:rgb(236 252 203 / 0.95)}
.fill-lime-200{fill:#d9f99d}
.fill-lime-200\/0{fill:rgb(217 249 157 / 0)}
.fill-lime-200\/10{fill:rgb(217 249 157 / 0.1)}
.fill-lime-200\/100{fill:rgb(217 249 157 / 1)}
.fill-lime-200\/15{fill:rgb(217 249 157 / 0.15)}
.fill-lime-200\/20{fill:rgb(217 249 157 / 0.2)}
.fill-lime-200\/25{fill:rgb(217 249 157 / 0.25)}
.fill-lime-200\/30{fill:rgb(217 249 157 / 0.3)}
.fill-lime-200\/35{fill:rgb(217 249 157 / 0.35)}
.fill-lime-200\/40{fill:rgb(217 249 157 / 0.4)}
.fill-lime-200\/45{fill:rgb(217 249 157 / 0.45)}
.fill-lime-200\/5{fill:rgb(217 249 157 / 0.05)}
.fill-lime-200\/50{fill:rgb(217 249 157 / 0.5)}
.fill-lime-200\/55{fill:rgb(217 249 157 / 0.55)}
.fill-lime-200\/60{fill:rgb(217 249 157 / 0.6)}
.fill-lime-200\/65{fill:rgb(217 249 157 / 0.65)}
.fill-lime-200\/70{fill:rgb(217 249 157 / 0.7)}
.fill-lime-200\/75{fill:rgb(217 249 157 / 0.75)}
.fill-lime-200\/80{fill:rgb(217 249 157 / 0.8)}
.fill-lime-200\/85{fill:rgb(217 249 157 / 0.85)}
.fill-lime-200\/90{fill:rgb(217 249 157 / 0.9)}
.fill-lime-200\/95{fill:rgb(217 249 157 / 0.95)}
.fill-lime-300{fill:#bef264}
.fill-lime-300\/0{fill:rgb(190 242 100 / 0)}
.fill-lime-300\/10{fill:rgb(190 242 100 / 0.1)}
.fill-lime-300\/100{fill:rgb(190 242 100 / 1)}
.fill-lime-300\/15{fill:rgb(190 242 100 / 0.15)}
.fill-lime-300\/20{fill:rgb(190 242 100 / 0.2)}
.fill-lime-300\/25{fill:rgb(190 242 100 / 0.25)}
.fill-lime-300\/30{fill:rgb(190 242 100 / 0.3)}
.fill-lime-300\/35{fill:rgb(190 242 100 / 0.35)}
.fill-lime-300\/40{fill:rgb(190 242 100 / 0.4)}
.fill-lime-300\/45{fill:rgb(190 242 100 / 0.45)}
.fill-lime-300\/5{fill:rgb(190 242 100 / 0.05)}
.fill-lime-300\/50{fill:rgb(190 242 100 / 0.5)}
.fill-lime-300\/55{fill:rgb(190 242 100 / 0.55)}
.fill-lime-300\/60{fill:rgb(190 242 100 / 0.6)}
.fill-lime-300\/65{fill:rgb(190 242 100 / 0.65)}
.fill-lime-300\/70{fill:rgb(190 242 100 / 0.7)}
.fill-lime-300\/75{fill:rgb(190 242 100 / 0.75)}
.fill-lime-300\/80{fill:rgb(190 242 100 / 0.8)}
.fill-lime-300\/85{fill:rgb(190 242 100 / 0.85)}
.fill-lime-300\/90{fill:rgb(190 242 100 / 0.9)}
.fill-lime-300\/95{fill:rgb(190 242 100 / 0.95)}
.fill-lime-400{fill:#a3e635}
.fill-lime-400\/0{fill:rgb(163 230 53 / 0)}
.fill-lime-400\/10{fill:rgb(163 230 53 / 0.1)}
.fill-lime-400\/100{fill:rgb(163 230 53 / 1)}
.fill-lime-400\/15{fill:rgb(163 230 53 / 0.15)}
.fill-lime-400\/20{fill:rgb(163 230 53 / 0.2)}
.fill-lime-400\/25{fill:rgb(163 230 53 / 0.25)}
.fill-lime-400\/30{fill:rgb(163 230 53 / 0.3)}
.fill-lime-400\/35{fill:rgb(163 230 53 / 0.35)}
.fill-lime-400\/40{fill:rgb(163 230 53 / 0.4)}
.fill-lime-400\/45{fill:rgb(163 230 53 / 0.45)}
.fill-lime-400\/5{fill:rgb(163 230 53 / 0.05)}
.fill-lime-400\/50{fill:rgb(163 230 53 / 0.5)}
.fill-lime-400\/55{fill:rgb(163 230 53 / 0.55)}
.fill-lime-400\/60{fill:rgb(163 230 53 / 0.6)}
.fill-lime-400\/65{fill:rgb(163 230 53 / 0.65)}
.fill-lime-400\/70{fill:rgb(163 230 53 / 0.7)}
.fill-lime-400\/75{fill:rgb(163 230 53 / 0.75)}
.fill-lime-400\/80{fill:rgb(163 230 53 / 0.8)}
.fill-lime-400\/85{fill:rgb(163 230 53 / 0.85)}
.fill-lime-400\/90{fill:rgb(163 230 53 / 0.9)}
.fill-lime-400\/95{fill:rgb(163 230 53 / 0.95)}
.fill-lime-50{fill:#f7fee7}
.fill-lime-50\/0{fill:rgb(247 254 231 / 0)}
.fill-lime-50\/10{fill:rgb(247 254 231 / 0.1)}
.fill-lime-50\/100{fill:rgb(247 254 231 / 1)}
.fill-lime-50\/15{fill:rgb(247 254 231 / 0.15)}
.fill-lime-50\/20{fill:rgb(247 254 231 / 0.2)}
.fill-lime-50\/25{fill:rgb(247 254 231 / 0.25)}
.fill-lime-50\/30{fill:rgb(247 254 231 / 0.3)}
.fill-lime-50\/35{fill:rgb(247 254 231 / 0.35)}
.fill-lime-50\/40{fill:rgb(247 254 231 / 0.4)}
.fill-lime-50\/45{fill:rgb(247 254 231 / 0.45)}
.fill-lime-50\/5{fill:rgb(247 254 231 / 0.05)}
.fill-lime-50\/50{fill:rgb(247 254 231 / 0.5)}
.fill-lime-50\/55{fill:rgb(247 254 231 / 0.55)}
.fill-lime-50\/60{fill:rgb(247 254 231 / 0.6)}
.fill-lime-50\/65{fill:rgb(247 254 231 / 0.65)}
.fill-lime-50\/70{fill:rgb(247 254 231 / 0.7)}
.fill-lime-50\/75{fill:rgb(247 254 231 / 0.75)}
.fill-lime-50\/80{fill:rgb(247 254 231 / 0.8)}
.fill-lime-50\/85{fill:rgb(247 254 231 / 0.85)}
.fill-lime-50\/90{fill:rgb(247 254 231 / 0.9)}
.fill-lime-50\/95{fill:rgb(247 254 231 / 0.95)}
.fill-lime-500{fill:#84cc16}
.fill-lime-500\/0{fill:rgb(132 204 22 / 0)}
.fill-lime-500\/10{fill:rgb(132 204 22 / 0.1)}
.fill-lime-500\/100{fill:rgb(132 204 22 / 1)}
.fill-lime-500\/15{fill:rgb(132 204 22 / 0.15)}
.fill-lime-500\/20{fill:rgb(132 204 22 / 0.2)}
.fill-lime-500\/25{fill:rgb(132 204 22 / 0.25)}
.fill-lime-500\/30{fill:rgb(132 204 22 / 0.3)}
.fill-lime-500\/35{fill:rgb(132 204 22 / 0.35)}
.fill-lime-500\/40{fill:rgb(132 204 22 / 0.4)}
.fill-lime-500\/45{fill:rgb(132 204 22 / 0.45)}
.fill-lime-500\/5{fill:rgb(132 204 22 / 0.05)}
.fill-lime-500\/50{fill:rgb(132 204 22 / 0.5)}
.fill-lime-500\/55{fill:rgb(132 204 22 / 0.55)}
.fill-lime-500\/60{fill:rgb(132 204 22 / 0.6)}
.fill-lime-500\/65{fill:rgb(132 204 22 / 0.65)}
.fill-lime-500\/70{fill:rgb(132 204 22 / 0.7)}
.fill-lime-500\/75{fill:rgb(132 204 22 / 0.75)}
.fill-lime-500\/80{fill:rgb(132 204 22 / 0.8)}
.fill-lime-500\/85{fill:rgb(132 204 22 / 0.85)}
.fill-lime-500\/90{fill:rgb(132 204 22 / 0.9)}
.fill-lime-500\/95{fill:rgb(132 204 22 / 0.95)}
.fill-lime-600{fill:#65a30d}
.fill-lime-600\/0{fill:rgb(101 163 13 / 0)}
.fill-lime-600\/10{fill:rgb(101 163 13 / 0.1)}
.fill-lime-600\/100{fill:rgb(101 163 13 / 1)}
.fill-lime-600\/15{fill:rgb(101 163 13 / 0.15)}
.fill-lime-600\/20{fill:rgb(101 163 13 / 0.2)}
.fill-lime-600\/25{fill:rgb(101 163 13 / 0.25)}
.fill-lime-600\/30{fill:rgb(101 163 13 / 0.3)}
.fill-lime-600\/35{fill:rgb(101 163 13 / 0.35)}
.fill-lime-600\/40{fill:rgb(101 163 13 / 0.4)}
.fill-lime-600\/45{fill:rgb(101 163 13 / 0.45)}
.fill-lime-600\/5{fill:rgb(101 163 13 / 0.05)}
.fill-lime-600\/50{fill:rgb(101 163 13 / 0.5)}
.fill-lime-600\/55{fill:rgb(101 163 13 / 0.55)}
.fill-lime-600\/60{fill:rgb(101 163 13 / 0.6)}
.fill-lime-600\/65{fill:rgb(101 163 13 / 0.65)}
.fill-lime-600\/70{fill:rgb(101 163 13 / 0.7)}
.fill-lime-600\/75{fill:rgb(101 163 13 / 0.75)}
.fill-lime-600\/80{fill:rgb(101 163 13 / 0.8)}
.fill-lime-600\/85{fill:rgb(101 163 13 / 0.85)}
.fill-lime-600\/90{fill:rgb(101 163 13 / 0.9)}
.fill-lime-600\/95{fill:rgb(101 163 13 / 0.95)}
.fill-lime-700{fill:#4d7c0f}
.fill-lime-700\/0{fill:rgb(77 124 15 / 0)}
.fill-lime-700\/10{fill:rgb(77 124 15 / 0.1)}
.fill-lime-700\/100{fill:rgb(77 124 15 / 1)}
.fill-lime-700\/15{fill:rgb(77 124 15 / 0.15)}
.fill-lime-700\/20{fill:rgb(77 124 15 / 0.2)}
.fill-lime-700\/25{fill:rgb(77 124 15 / 0.25)}
.fill-lime-700\/30{fill:rgb(77 124 15 / 0.3)}
.fill-lime-700\/35{fill:rgb(77 124 15 / 0.35)}
.fill-lime-700\/40{fill:rgb(77 124 15 / 0.4)}
.fill-lime-700\/45{fill:rgb(77 124 15 / 0.45)}
.fill-lime-700\/5{fill:rgb(77 124 15 / 0.05)}
.fill-lime-700\/50{fill:rgb(77 124 15 / 0.5)}
.fill-lime-700\/55{fill:rgb(77 124 15 / 0.55)}
.fill-lime-700\/60{fill:rgb(77 124 15 / 0.6)}
.fill-lime-700\/65{fill:rgb(77 124 15 / 0.65)}
.fill-lime-700\/70{fill:rgb(77 124 15 / 0.7)}
.fill-lime-700\/75{fill:rgb(77 124 15 / 0.75)}
.fill-lime-700\/80{fill:rgb(77 124 15 / 0.8)}
.fill-lime-700\/85{fill:rgb(77 124 15 / 0.85)}
.fill-lime-700\/90{fill:rgb(77 124 15 / 0.9)}
.fill-lime-700\/95{fill:rgb(77 124 15 / 0.95)}
.fill-lime-800{fill:#3f6212}
.fill-lime-800\/0{fill:rgb(63 98 18 / 0)}
.fill-lime-800\/10{fill:rgb(63 98 18 / 0.1)}
.fill-lime-800\/100{fill:rgb(63 98 18 / 1)}
.fill-lime-800\/15{fill:rgb(63 98 18 / 0.15)}
.fill-lime-800\/20{fill:rgb(63 98 18 / 0.2)}
.fill-lime-800\/25{fill:rgb(63 98 18 / 0.25)}
.fill-lime-800\/30{fill:rgb(63 98 18 / 0.3)}
.fill-lime-800\/35{fill:rgb(63 98 18 / 0.35)}
.fill-lime-800\/40{fill:rgb(63 98 18 / 0.4)}
.fill-lime-800\/45{fill:rgb(63 98 18 / 0.45)}
.fill-lime-800\/5{fill:rgb(63 98 18 / 0.05)}
.fill-lime-800\/50{fill:rgb(63 98 18 / 0.5)}
.fill-lime-800\/55{fill:rgb(63 98 18 / 0.55)}
.fill-lime-800\/60{fill:rgb(63 98 18 / 0.6)}
.fill-lime-800\/65{fill:rgb(63 98 18 / 0.65)}
.fill-lime-800\/70{fill:rgb(63 98 18 / 0.7)}
.fill-lime-800\/75{fill:rgb(63 98 18 / 0.75)}
.fill-lime-800\/80{fill:rgb(63 98 18 / 0.8)}
.fill-lime-800\/85{fill:rgb(63 98 18 / 0.85)}
.fill-lime-800\/90{fill:rgb(63 98 18 / 0.9)}
.fill-lime-800\/95{fill:rgb(63 98 18 / 0.95)}
.fill-lime-900{fill:#365314}
.fill-lime-900\/0{fill:rgb(54 83 20 / 0)}
.fill-lime-900\/10{fill:rgb(54 83 20 / 0.1)}
.fill-lime-900\/100{fill:rgb(54 83 20 / 1)}
.fill-lime-900\/15{fill:rgb(54 83 20 / 0.15)}
.fill-lime-900\/20{fill:rgb(54 83 20 / 0.2)}
.fill-lime-900\/25{fill:rgb(54 83 20 / 0.25)}
.fill-lime-900\/30{fill:rgb(54 83 20 / 0.3)}
.fill-lime-900\/35{fill:rgb(54 83 20 / 0.35)}
.fill-lime-900\/40{fill:rgb(54 83 20 / 0.4)}
.fill-lime-900\/45{fill:rgb(54 83 20 / 0.45)}
.fill-lime-900\/5{fill:rgb(54 83 20 / 0.05)}
.fill-lime-900\/50{fill:rgb(54 83 20 / 0.5)}
.fill-lime-900\/55{fill:rgb(54 83 20 / 0.55)}
.fill-lime-900\/60{fill:rgb(54 83 20 / 0.6)}
.fill-lime-900\/65{fill:rgb(54 83 20 / 0.65)}
.fill-lime-900\/70{fill:rgb(54 83 20 / 0.7)}
.fill-lime-900\/75{fill:rgb(54 83 20 / 0.75)}
.fill-lime-900\/80{fill:rgb(54 83 20 / 0.8)}
.fill-lime-900\/85{fill:rgb(54 83 20 / 0.85)}
.fill-lime-900\/90{fill:rgb(54 83 20 / 0.9)}
.fill-lime-900\/95{fill:rgb(54 83 20 / 0.95)}
.fill-lime-950{fill:#1a2e05}
.fill-lime-950\/0{fill:rgb(26 46 5 / 0)}
.fill-lime-950\/10{fill:rgb(26 46 5 / 0.1)}
.fill-lime-950\/100{fill:rgb(26 46 5 / 1)}
.fill-lime-950\/15{fill:rgb(26 46 5 / 0.15)}
.fill-lime-950\/20{fill:rgb(26 46 5 / 0.2)}
.fill-lime-950\/25{fill:rgb(26 46 5 / 0.25)}
.fill-lime-950\/30{fill:rgb(26 46 5 / 0.3)}
.fill-lime-950\/35{fill:rgb(26 46 5 / 0.35)}
.fill-lime-950\/40{fill:rgb(26 46 5 / 0.4)}
.fill-lime-950\/45{fill:rgb(26 46 5 / 0.45)}
.fill-lime-950\/5{fill:rgb(26 46 5 / 0.05)}
.fill-lime-950\/50{fill:rgb(26 46 5 / 0.5)}
.fill-lime-950\/55{fill:rgb(26 46 5 / 0.55)}
.fill-lime-950\/60{fill:rgb(26 46 5 / 0.6)}
.fill-lime-950\/65{fill:rgb(26 46 5 / 0.65)}
.fill-lime-950\/70{fill:rgb(26 46 5 / 0.7)}
.fill-lime-950\/75{fill:rgb(26 46 5 / 0.75)}
.fill-lime-950\/80{fill:rgb(26 46 5 / 0.8)}
.fill-lime-950\/85{fill:rgb(26 46 5 / 0.85)}
.fill-lime-950\/90{fill:rgb(26 46 5 / 0.9)}
.fill-lime-950\/95{fill:rgb(26 46 5 / 0.95)}
.fill-navBackground-text-contrast{fill:#fff}
.fill-navBackground-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-navBackground-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-navBackground-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-navBackground-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-navBackground-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-navBackground-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-navBackground-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-navBackground-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-navBackground-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-navBackground-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-navBackground-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-navBackground-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-navBackground-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-navBackground-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-navBackground-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-navBackground-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-navBackground-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-navBackground-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-navBackground-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-navBackground-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-navBackground-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-navBackground-text-contrastsWithCard{fill:true}
.fill-navBackground-text-isDark{fill:true}
.fill-navBackground-text-text{fill:#848484}
.fill-navBackground-text-text\/0{fill:rgb(132 132 132 / 0)}
.fill-navBackground-text-text\/10{fill:rgb(132 132 132 / 0.1)}
.fill-navBackground-text-text\/100{fill:rgb(132 132 132 / 1)}
.fill-navBackground-text-text\/15{fill:rgb(132 132 132 / 0.15)}
.fill-navBackground-text-text\/20{fill:rgb(132 132 132 / 0.2)}
.fill-navBackground-text-text\/25{fill:rgb(132 132 132 / 0.25)}
.fill-navBackground-text-text\/30{fill:rgb(132 132 132 / 0.3)}
.fill-navBackground-text-text\/35{fill:rgb(132 132 132 / 0.35)}
.fill-navBackground-text-text\/40{fill:rgb(132 132 132 / 0.4)}
.fill-navBackground-text-text\/45{fill:rgb(132 132 132 / 0.45)}
.fill-navBackground-text-text\/5{fill:rgb(132 132 132 / 0.05)}
.fill-navBackground-text-text\/50{fill:rgb(132 132 132 / 0.5)}
.fill-navBackground-text-text\/55{fill:rgb(132 132 132 / 0.55)}
.fill-navBackground-text-text\/60{fill:rgb(132 132 132 / 0.6)}
.fill-navBackground-text-text\/65{fill:rgb(132 132 132 / 0.65)}
.fill-navBackground-text-text\/70{fill:rgb(132 132 132 / 0.7)}
.fill-navBackground-text-text\/75{fill:rgb(132 132 132 / 0.75)}
.fill-navBackground-text-text\/80{fill:rgb(132 132 132 / 0.8)}
.fill-navBackground-text-text\/85{fill:rgb(132 132 132 / 0.85)}
.fill-navBackground-text-text\/90{fill:rgb(132 132 132 / 0.9)}
.fill-navBackground-text-text\/95{fill:rgb(132 132 132 / 0.95)}
.fill-navBackgroundDark-text-contrast{fill:#fff}
.fill-navBackgroundDark-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-navBackgroundDark-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-navBackgroundDark-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-navBackgroundDark-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-navBackgroundDark-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-navBackgroundDark-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-navBackgroundDark-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-navBackgroundDark-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-navBackgroundDark-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-navBackgroundDark-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-navBackgroundDark-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-navBackgroundDark-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-navBackgroundDark-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-navBackgroundDark-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-navBackgroundDark-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-navBackgroundDark-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-navBackgroundDark-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-navBackgroundDark-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-navBackgroundDark-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-navBackgroundDark-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-navBackgroundDark-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-navBackgroundDark-text-contrastsWithCard{fill:true}
.fill-navBackgroundDark-text-isDark{fill:true}
.fill-navBackgroundDark-text-text{fill:#1e293b}
.fill-navBackgroundDark-text-text\/0{fill:rgb(30 41 59 / 0)}
.fill-navBackgroundDark-text-text\/10{fill:rgb(30 41 59 / 0.1)}
.fill-navBackgroundDark-text-text\/100{fill:rgb(30 41 59 / 1)}
.fill-navBackgroundDark-text-text\/15{fill:rgb(30 41 59 / 0.15)}
.fill-navBackgroundDark-text-text\/20{fill:rgb(30 41 59 / 0.2)}
.fill-navBackgroundDark-text-text\/25{fill:rgb(30 41 59 / 0.25)}
.fill-navBackgroundDark-text-text\/30{fill:rgb(30 41 59 / 0.3)}
.fill-navBackgroundDark-text-text\/35{fill:rgb(30 41 59 / 0.35)}
.fill-navBackgroundDark-text-text\/40{fill:rgb(30 41 59 / 0.4)}
.fill-navBackgroundDark-text-text\/45{fill:rgb(30 41 59 / 0.45)}
.fill-navBackgroundDark-text-text\/5{fill:rgb(30 41 59 / 0.05)}
.fill-navBackgroundDark-text-text\/50{fill:rgb(30 41 59 / 0.5)}
.fill-navBackgroundDark-text-text\/55{fill:rgb(30 41 59 / 0.55)}
.fill-navBackgroundDark-text-text\/60{fill:rgb(30 41 59 / 0.6)}
.fill-navBackgroundDark-text-text\/65{fill:rgb(30 41 59 / 0.65)}
.fill-navBackgroundDark-text-text\/70{fill:rgb(30 41 59 / 0.7)}
.fill-navBackgroundDark-text-text\/75{fill:rgb(30 41 59 / 0.75)}
.fill-navBackgroundDark-text-text\/80{fill:rgb(30 41 59 / 0.8)}
.fill-navBackgroundDark-text-text\/85{fill:rgb(30 41 59 / 0.85)}
.fill-navBackgroundDark-text-text\/90{fill:rgb(30 41 59 / 0.9)}
.fill-navBackgroundDark-text-text\/95{fill:rgb(30 41 59 / 0.95)}
.fill-navText-text-contrast{fill:#fff}
.fill-navText-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-navText-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-navText-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-navText-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-navText-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-navText-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-navText-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-navText-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-navText-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-navText-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-navText-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-navText-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-navText-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-navText-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-navText-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-navText-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-navText-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-navText-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-navText-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-navText-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-navText-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-navText-text-contrastsWithCard{fill:true}
.fill-navText-text-isDark{fill:true}
.fill-navText-text-text{fill:#1e293b}
.fill-navText-text-text\/0{fill:rgb(30 41 59 / 0)}
.fill-navText-text-text\/10{fill:rgb(30 41 59 / 0.1)}
.fill-navText-text-text\/100{fill:rgb(30 41 59 / 1)}
.fill-navText-text-text\/15{fill:rgb(30 41 59 / 0.15)}
.fill-navText-text-text\/20{fill:rgb(30 41 59 / 0.2)}
.fill-navText-text-text\/25{fill:rgb(30 41 59 / 0.25)}
.fill-navText-text-text\/30{fill:rgb(30 41 59 / 0.3)}
.fill-navText-text-text\/35{fill:rgb(30 41 59 / 0.35)}
.fill-navText-text-text\/40{fill:rgb(30 41 59 / 0.4)}
.fill-navText-text-text\/45{fill:rgb(30 41 59 / 0.45)}
.fill-navText-text-text\/5{fill:rgb(30 41 59 / 0.05)}
.fill-navText-text-text\/50{fill:rgb(30 41 59 / 0.5)}
.fill-navText-text-text\/55{fill:rgb(30 41 59 / 0.55)}
.fill-navText-text-text\/60{fill:rgb(30 41 59 / 0.6)}
.fill-navText-text-text\/65{fill:rgb(30 41 59 / 0.65)}
.fill-navText-text-text\/70{fill:rgb(30 41 59 / 0.7)}
.fill-navText-text-text\/75{fill:rgb(30 41 59 / 0.75)}
.fill-navText-text-text\/80{fill:rgb(30 41 59 / 0.8)}
.fill-navText-text-text\/85{fill:rgb(30 41 59 / 0.85)}
.fill-navText-text-text\/90{fill:rgb(30 41 59 / 0.9)}
.fill-navText-text-text\/95{fill:rgb(30 41 59 / 0.95)}
.fill-navTextDark-text-contrast{fill:#fff}
.fill-navTextDark-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-navTextDark-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-navTextDark-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-navTextDark-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-navTextDark-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-navTextDark-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-navTextDark-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-navTextDark-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-navTextDark-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-navTextDark-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-navTextDark-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-navTextDark-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-navTextDark-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-navTextDark-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-navTextDark-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-navTextDark-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-navTextDark-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-navTextDark-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-navTextDark-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-navTextDark-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-navTextDark-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-navTextDark-text-contrastsWithCard{fill:true}
.fill-navTextDark-text-isDark{fill:true}
.fill-navTextDark-text-text{fill:#848484}
.fill-navTextDark-text-text\/0{fill:rgb(132 132 132 / 0)}
.fill-navTextDark-text-text\/10{fill:rgb(132 132 132 / 0.1)}
.fill-navTextDark-text-text\/100{fill:rgb(132 132 132 / 1)}
.fill-navTextDark-text-text\/15{fill:rgb(132 132 132 / 0.15)}
.fill-navTextDark-text-text\/20{fill:rgb(132 132 132 / 0.2)}
.fill-navTextDark-text-text\/25{fill:rgb(132 132 132 / 0.25)}
.fill-navTextDark-text-text\/30{fill:rgb(132 132 132 / 0.3)}
.fill-navTextDark-text-text\/35{fill:rgb(132 132 132 / 0.35)}
.fill-navTextDark-text-text\/40{fill:rgb(132 132 132 / 0.4)}
.fill-navTextDark-text-text\/45{fill:rgb(132 132 132 / 0.45)}
.fill-navTextDark-text-text\/5{fill:rgb(132 132 132 / 0.05)}
.fill-navTextDark-text-text\/50{fill:rgb(132 132 132 / 0.5)}
.fill-navTextDark-text-text\/55{fill:rgb(132 132 132 / 0.55)}
.fill-navTextDark-text-text\/60{fill:rgb(132 132 132 / 0.6)}
.fill-navTextDark-text-text\/65{fill:rgb(132 132 132 / 0.65)}
.fill-navTextDark-text-text\/70{fill:rgb(132 132 132 / 0.7)}
.fill-navTextDark-text-text\/75{fill:rgb(132 132 132 / 0.75)}
.fill-navTextDark-text-text\/80{fill:rgb(132 132 132 / 0.8)}
.fill-navTextDark-text-text\/85{fill:rgb(132 132 132 / 0.85)}
.fill-navTextDark-text-text\/90{fill:rgb(132 132 132 / 0.9)}
.fill-navTextDark-text-text\/95{fill:rgb(132 132 132 / 0.95)}
.fill-navTextHover-text-contrast{fill:#fff}
.fill-navTextHover-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-navTextHover-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-navTextHover-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-navTextHover-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-navTextHover-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-navTextHover-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-navTextHover-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-navTextHover-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-navTextHover-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-navTextHover-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-navTextHover-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-navTextHover-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-navTextHover-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-navTextHover-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-navTextHover-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-navTextHover-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-navTextHover-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-navTextHover-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-navTextHover-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-navTextHover-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-navTextHover-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-navTextHover-text-contrastsWithCard{fill:true}
.fill-navTextHover-text-isDark{fill:true}
.fill-navTextHover-text-text{fill:#1e293b}
.fill-navTextHover-text-text\/0{fill:rgb(30 41 59 / 0)}
.fill-navTextHover-text-text\/10{fill:rgb(30 41 59 / 0.1)}
.fill-navTextHover-text-text\/100{fill:rgb(30 41 59 / 1)}
.fill-navTextHover-text-text\/15{fill:rgb(30 41 59 / 0.15)}
.fill-navTextHover-text-text\/20{fill:rgb(30 41 59 / 0.2)}
.fill-navTextHover-text-text\/25{fill:rgb(30 41 59 / 0.25)}
.fill-navTextHover-text-text\/30{fill:rgb(30 41 59 / 0.3)}
.fill-navTextHover-text-text\/35{fill:rgb(30 41 59 / 0.35)}
.fill-navTextHover-text-text\/40{fill:rgb(30 41 59 / 0.4)}
.fill-navTextHover-text-text\/45{fill:rgb(30 41 59 / 0.45)}
.fill-navTextHover-text-text\/5{fill:rgb(30 41 59 / 0.05)}
.fill-navTextHover-text-text\/50{fill:rgb(30 41 59 / 0.5)}
.fill-navTextHover-text-text\/55{fill:rgb(30 41 59 / 0.55)}
.fill-navTextHover-text-text\/60{fill:rgb(30 41 59 / 0.6)}
.fill-navTextHover-text-text\/65{fill:rgb(30 41 59 / 0.65)}
.fill-navTextHover-text-text\/70{fill:rgb(30 41 59 / 0.7)}
.fill-navTextHover-text-text\/75{fill:rgb(30 41 59 / 0.75)}
.fill-navTextHover-text-text\/80{fill:rgb(30 41 59 / 0.8)}
.fill-navTextHover-text-text\/85{fill:rgb(30 41 59 / 0.85)}
.fill-navTextHover-text-text\/90{fill:rgb(30 41 59 / 0.9)}
.fill-navTextHover-text-text\/95{fill:rgb(30 41 59 / 0.95)}
.fill-primary{fill:#005788}
.fill-primary-100{fill:var(--bt-primary-100)}
.fill-primary-150{fill:var(--bt-primary-150)}
.fill-primary-200{fill:var(--bt-primary-200)}
.fill-primary-300{fill:var(--bt-primary-300)}
.fill-primary-350{fill:var(--bt-primary-350)}
.fill-primary-400{fill:var(--bt-primary-400)}
.fill-primary-450{fill:var(--bt-primary-450)}
.fill-primary-500{fill:var(--bt-primary-500)}
.fill-primary-550{fill:var(--bt-primary-550)}
.fill-primary-600{fill:var(--bt-primary-600)}
.fill-primary-650{fill:var(--bt-primary-650)}
.fill-primary-700{fill:var(--bt-primary-700)}
.fill-primary-750{fill:var(--bt-primary-750)}
.fill-primary-800{fill:var(--bt-primary-800)}
.fill-primary-850{fill:var(--bt-primary-850)}
.fill-primary-900{fill:var(--bt-primary-900)}
.fill-primary-contrast{fill:#fff}
.fill-primary-contrast-contrast{fill:#000}
.fill-primary-contrast-contrast\/0{fill:rgb(0 0 0 / 0)}
.fill-primary-contrast-contrast\/10{fill:rgb(0 0 0 / 0.1)}
.fill-primary-contrast-contrast\/100{fill:rgb(0 0 0 / 1)}
.fill-primary-contrast-contrast\/15{fill:rgb(0 0 0 / 0.15)}
.fill-primary-contrast-contrast\/20{fill:rgb(0 0 0 / 0.2)}
.fill-primary-contrast-contrast\/25{fill:rgb(0 0 0 / 0.25)}
.fill-primary-contrast-contrast\/30{fill:rgb(0 0 0 / 0.3)}
.fill-primary-contrast-contrast\/35{fill:rgb(0 0 0 / 0.35)}
.fill-primary-contrast-contrast\/40{fill:rgb(0 0 0 / 0.4)}
.fill-primary-contrast-contrast\/45{fill:rgb(0 0 0 / 0.45)}
.fill-primary-contrast-contrast\/5{fill:rgb(0 0 0 / 0.05)}
.fill-primary-contrast-contrast\/50{fill:rgb(0 0 0 / 0.5)}
.fill-primary-contrast-contrast\/55{fill:rgb(0 0 0 / 0.55)}
.fill-primary-contrast-contrast\/60{fill:rgb(0 0 0 / 0.6)}
.fill-primary-contrast-contrast\/65{fill:rgb(0 0 0 / 0.65)}
.fill-primary-contrast-contrast\/70{fill:rgb(0 0 0 / 0.7)}
.fill-primary-contrast-contrast\/75{fill:rgb(0 0 0 / 0.75)}
.fill-primary-contrast-contrast\/80{fill:rgb(0 0 0 / 0.8)}
.fill-primary-contrast-contrast\/85{fill:rgb(0 0 0 / 0.85)}
.fill-primary-contrast-contrast\/90{fill:rgb(0 0 0 / 0.9)}
.fill-primary-contrast-contrast\/95{fill:rgb(0 0 0 / 0.95)}
.fill-primary-contrast-contrastsWithCard{}
.fill-primary-contrast-isDark{}
.fill-primary-contrast-text{fill:#848484}
.fill-primary-contrast-text\/0{fill:rgb(132 132 132 / 0)}
.fill-primary-contrast-text\/10{fill:rgb(132 132 132 / 0.1)}
.fill-primary-contrast-text\/100{fill:rgb(132 132 132 / 1)}
.fill-primary-contrast-text\/15{fill:rgb(132 132 132 / 0.15)}
.fill-primary-contrast-text\/20{fill:rgb(132 132 132 / 0.2)}
.fill-primary-contrast-text\/25{fill:rgb(132 132 132 / 0.25)}
.fill-primary-contrast-text\/30{fill:rgb(132 132 132 / 0.3)}
.fill-primary-contrast-text\/35{fill:rgb(132 132 132 / 0.35)}
.fill-primary-contrast-text\/40{fill:rgb(132 132 132 / 0.4)}
.fill-primary-contrast-text\/45{fill:rgb(132 132 132 / 0.45)}
.fill-primary-contrast-text\/5{fill:rgb(132 132 132 / 0.05)}
.fill-primary-contrast-text\/50{fill:rgb(132 132 132 / 0.5)}
.fill-primary-contrast-text\/55{fill:rgb(132 132 132 / 0.55)}
.fill-primary-contrast-text\/60{fill:rgb(132 132 132 / 0.6)}
.fill-primary-contrast-text\/65{fill:rgb(132 132 132 / 0.65)}
.fill-primary-contrast-text\/70{fill:rgb(132 132 132 / 0.7)}
.fill-primary-contrast-text\/75{fill:rgb(132 132 132 / 0.75)}
.fill-primary-contrast-text\/80{fill:rgb(132 132 132 / 0.8)}
.fill-primary-contrast-text\/85{fill:rgb(132 132 132 / 0.85)}
.fill-primary-contrast-text\/90{fill:rgb(132 132 132 / 0.9)}
.fill-primary-contrast-text\/95{fill:rgb(132 132 132 / 0.95)}
.fill-primary-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-primary-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-primary-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-primary-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-primary-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-primary-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-primary-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-primary-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-primary-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-primary-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-primary-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-primary-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-primary-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-primary-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-primary-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-primary-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-primary-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-primary-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-primary-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-primary-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-primary-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-primary-contrastsWithCard{fill:true}
.fill-primary-isDark{fill:true}
.fill-primary-text{fill:#005788}
.fill-primary-text-contrast{fill:#fff}
.fill-primary-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-primary-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-primary-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-primary-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-primary-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-primary-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-primary-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-primary-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-primary-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-primary-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-primary-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-primary-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-primary-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-primary-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-primary-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-primary-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-primary-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-primary-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-primary-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-primary-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-primary-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-primary-text-contrastsWithCard{fill:true}
.fill-primary-text-isDark{fill:true}
.fill-primary-text-text{fill:#005788}
.fill-primary-text-text\/0{fill:rgb(0 87 136 / 0)}
.fill-primary-text-text\/10{fill:rgb(0 87 136 / 0.1)}
.fill-primary-text-text\/100{fill:rgb(0 87 136 / 1)}
.fill-primary-text-text\/15{fill:rgb(0 87 136 / 0.15)}
.fill-primary-text-text\/20{fill:rgb(0 87 136 / 0.2)}
.fill-primary-text-text\/25{fill:rgb(0 87 136 / 0.25)}
.fill-primary-text-text\/30{fill:rgb(0 87 136 / 0.3)}
.fill-primary-text-text\/35{fill:rgb(0 87 136 / 0.35)}
.fill-primary-text-text\/40{fill:rgb(0 87 136 / 0.4)}
.fill-primary-text-text\/45{fill:rgb(0 87 136 / 0.45)}
.fill-primary-text-text\/5{fill:rgb(0 87 136 / 0.05)}
.fill-primary-text-text\/50{fill:rgb(0 87 136 / 0.5)}
.fill-primary-text-text\/55{fill:rgb(0 87 136 / 0.55)}
.fill-primary-text-text\/60{fill:rgb(0 87 136 / 0.6)}
.fill-primary-text-text\/65{fill:rgb(0 87 136 / 0.65)}
.fill-primary-text-text\/70{fill:rgb(0 87 136 / 0.7)}
.fill-primary-text-text\/75{fill:rgb(0 87 136 / 0.75)}
.fill-primary-text-text\/80{fill:rgb(0 87 136 / 0.8)}
.fill-primary-text-text\/85{fill:rgb(0 87 136 / 0.85)}
.fill-primary-text-text\/90{fill:rgb(0 87 136 / 0.9)}
.fill-primary-text-text\/95{fill:rgb(0 87 136 / 0.95)}
.fill-primary-text\/0{fill:rgb(0 87 136 / 0)}
.fill-primary-text\/10{fill:rgb(0 87 136 / 0.1)}
.fill-primary-text\/100{fill:rgb(0 87 136 / 1)}
.fill-primary-text\/15{fill:rgb(0 87 136 / 0.15)}
.fill-primary-text\/20{fill:rgb(0 87 136 / 0.2)}
.fill-primary-text\/25{fill:rgb(0 87 136 / 0.25)}
.fill-primary-text\/30{fill:rgb(0 87 136 / 0.3)}
.fill-primary-text\/35{fill:rgb(0 87 136 / 0.35)}
.fill-primary-text\/40{fill:rgb(0 87 136 / 0.4)}
.fill-primary-text\/45{fill:rgb(0 87 136 / 0.45)}
.fill-primary-text\/5{fill:rgb(0 87 136 / 0.05)}
.fill-primary-text\/50{fill:rgb(0 87 136 / 0.5)}
.fill-primary-text\/55{fill:rgb(0 87 136 / 0.55)}
.fill-primary-text\/60{fill:rgb(0 87 136 / 0.6)}
.fill-primary-text\/65{fill:rgb(0 87 136 / 0.65)}
.fill-primary-text\/70{fill:rgb(0 87 136 / 0.7)}
.fill-primary-text\/75{fill:rgb(0 87 136 / 0.75)}
.fill-primary-text\/80{fill:rgb(0 87 136 / 0.8)}
.fill-primary-text\/85{fill:rgb(0 87 136 / 0.85)}
.fill-primary-text\/90{fill:rgb(0 87 136 / 0.9)}
.fill-primary-text\/95{fill:rgb(0 87 136 / 0.95)}
.fill-primary\/0{fill:rgb(0 87 136 / 0)}
.fill-primary\/10{fill:rgb(0 87 136 / 0.1)}
.fill-primary\/100{fill:rgb(0 87 136 / 1)}
.fill-primary\/15{fill:rgb(0 87 136 / 0.15)}
.fill-primary\/20{fill:rgb(0 87 136 / 0.2)}
.fill-primary\/25{fill:rgb(0 87 136 / 0.25)}
.fill-primary\/30{fill:rgb(0 87 136 / 0.3)}
.fill-primary\/35{fill:rgb(0 87 136 / 0.35)}
.fill-primary\/40{fill:rgb(0 87 136 / 0.4)}
.fill-primary\/45{fill:rgb(0 87 136 / 0.45)}
.fill-primary\/5{fill:rgb(0 87 136 / 0.05)}
.fill-primary\/50{fill:rgb(0 87 136 / 0.5)}
.fill-primary\/55{fill:rgb(0 87 136 / 0.55)}
.fill-primary\/60{fill:rgb(0 87 136 / 0.6)}
.fill-primary\/65{fill:rgb(0 87 136 / 0.65)}
.fill-primary\/70{fill:rgb(0 87 136 / 0.7)}
.fill-primary\/75{fill:rgb(0 87 136 / 0.75)}
.fill-primary\/80{fill:rgb(0 87 136 / 0.8)}
.fill-primary\/85{fill:rgb(0 87 136 / 0.85)}
.fill-primary\/90{fill:rgb(0 87 136 / 0.9)}
.fill-primary\/95{fill:rgb(0 87 136 / 0.95)}
.fill-secondary-text-contrast{fill:#fff}
.fill-secondary-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-secondary-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-secondary-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-secondary-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-secondary-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-secondary-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-secondary-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-secondary-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-secondary-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-secondary-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-secondary-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-secondary-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-secondary-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-secondary-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-secondary-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-secondary-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-secondary-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-secondary-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-secondary-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-secondary-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-secondary-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-secondary-text-contrastsWithCard{fill:true}
.fill-secondary-text-isDark{fill:true}
.fill-secondary-text-text{fill:#5a5e64}
.fill-secondary-text-text\/0{fill:rgb(90 94 100 / 0)}
.fill-secondary-text-text\/10{fill:rgb(90 94 100 / 0.1)}
.fill-secondary-text-text\/100{fill:rgb(90 94 100 / 1)}
.fill-secondary-text-text\/15{fill:rgb(90 94 100 / 0.15)}
.fill-secondary-text-text\/20{fill:rgb(90 94 100 / 0.2)}
.fill-secondary-text-text\/25{fill:rgb(90 94 100 / 0.25)}
.fill-secondary-text-text\/30{fill:rgb(90 94 100 / 0.3)}
.fill-secondary-text-text\/35{fill:rgb(90 94 100 / 0.35)}
.fill-secondary-text-text\/40{fill:rgb(90 94 100 / 0.4)}
.fill-secondary-text-text\/45{fill:rgb(90 94 100 / 0.45)}
.fill-secondary-text-text\/5{fill:rgb(90 94 100 / 0.05)}
.fill-secondary-text-text\/50{fill:rgb(90 94 100 / 0.5)}
.fill-secondary-text-text\/55{fill:rgb(90 94 100 / 0.55)}
.fill-secondary-text-text\/60{fill:rgb(90 94 100 / 0.6)}
.fill-secondary-text-text\/65{fill:rgb(90 94 100 / 0.65)}
.fill-secondary-text-text\/70{fill:rgb(90 94 100 / 0.7)}
.fill-secondary-text-text\/75{fill:rgb(90 94 100 / 0.75)}
.fill-secondary-text-text\/80{fill:rgb(90 94 100 / 0.8)}
.fill-secondary-text-text\/85{fill:rgb(90 94 100 / 0.85)}
.fill-secondary-text-text\/90{fill:rgb(90 94 100 / 0.9)}
.fill-secondary-text-text\/95{fill:rgb(90 94 100 / 0.95)}
.fill-success-text-contrast{fill:#fff}
.fill-success-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-success-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-success-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-success-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-success-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-success-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-success-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-success-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-success-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-success-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-success-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-success-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-success-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-success-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-success-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-success-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-success-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-success-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-success-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-success-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-success-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-success-text-contrastsWithCard{fill:true}
.fill-success-text-isDark{fill:true}
.fill-success-text-text{fill:#1B8749}
.fill-success-text-text\/0{fill:rgb(27 135 73 / 0)}
.fill-success-text-text\/10{fill:rgb(27 135 73 / 0.1)}
.fill-success-text-text\/100{fill:rgb(27 135 73 / 1)}
.fill-success-text-text\/15{fill:rgb(27 135 73 / 0.15)}
.fill-success-text-text\/20{fill:rgb(27 135 73 / 0.2)}
.fill-success-text-text\/25{fill:rgb(27 135 73 / 0.25)}
.fill-success-text-text\/30{fill:rgb(27 135 73 / 0.3)}
.fill-success-text-text\/35{fill:rgb(27 135 73 / 0.35)}
.fill-success-text-text\/40{fill:rgb(27 135 73 / 0.4)}
.fill-success-text-text\/45{fill:rgb(27 135 73 / 0.45)}
.fill-success-text-text\/5{fill:rgb(27 135 73 / 0.05)}
.fill-success-text-text\/50{fill:rgb(27 135 73 / 0.5)}
.fill-success-text-text\/55{fill:rgb(27 135 73 / 0.55)}
.fill-success-text-text\/60{fill:rgb(27 135 73 / 0.6)}
.fill-success-text-text\/65{fill:rgb(27 135 73 / 0.65)}
.fill-success-text-text\/70{fill:rgb(27 135 73 / 0.7)}
.fill-success-text-text\/75{fill:rgb(27 135 73 / 0.75)}
.fill-success-text-text\/80{fill:rgb(27 135 73 / 0.8)}
.fill-success-text-text\/85{fill:rgb(27 135 73 / 0.85)}
.fill-success-text-text\/90{fill:rgb(27 135 73 / 0.9)}
.fill-success-text-text\/95{fill:rgb(27 135 73 / 0.95)}
.fill-text-100{fill:var(--bt-text-100)}
.fill-text-200{fill:var(--bt-text-200)}
.fill-text-300{fill:var(--bt-text-300)}
.fill-text-400{fill:var(--bt-text-400)}
.fill-text-500{fill:var(--bt-text-500)}
.fill-text-600{fill:var(--bt-text-600)}
.fill-text-700{fill:var(--bt-text-700)}
.fill-text-800{fill:var(--bt-text-800)}
.fill-text-900{fill:var(--bt-text-900)}
.fill-text-contrast{fill:#fff}
.fill-text-contrast-contrast{fill:#000}
.fill-text-contrast-contrast\/0{fill:rgb(0 0 0 / 0)}
.fill-text-contrast-contrast\/10{fill:rgb(0 0 0 / 0.1)}
.fill-text-contrast-contrast\/100{fill:rgb(0 0 0 / 1)}
.fill-text-contrast-contrast\/15{fill:rgb(0 0 0 / 0.15)}
.fill-text-contrast-contrast\/20{fill:rgb(0 0 0 / 0.2)}
.fill-text-contrast-contrast\/25{fill:rgb(0 0 0 / 0.25)}
.fill-text-contrast-contrast\/30{fill:rgb(0 0 0 / 0.3)}
.fill-text-contrast-contrast\/35{fill:rgb(0 0 0 / 0.35)}
.fill-text-contrast-contrast\/40{fill:rgb(0 0 0 / 0.4)}
.fill-text-contrast-contrast\/45{fill:rgb(0 0 0 / 0.45)}
.fill-text-contrast-contrast\/5{fill:rgb(0 0 0 / 0.05)}
.fill-text-contrast-contrast\/50{fill:rgb(0 0 0 / 0.5)}
.fill-text-contrast-contrast\/55{fill:rgb(0 0 0 / 0.55)}
.fill-text-contrast-contrast\/60{fill:rgb(0 0 0 / 0.6)}
.fill-text-contrast-contrast\/65{fill:rgb(0 0 0 / 0.65)}
.fill-text-contrast-contrast\/70{fill:rgb(0 0 0 / 0.7)}
.fill-text-contrast-contrast\/75{fill:rgb(0 0 0 / 0.75)}
.fill-text-contrast-contrast\/80{fill:rgb(0 0 0 / 0.8)}
.fill-text-contrast-contrast\/85{fill:rgb(0 0 0 / 0.85)}
.fill-text-contrast-contrast\/90{fill:rgb(0 0 0 / 0.9)}
.fill-text-contrast-contrast\/95{fill:rgb(0 0 0 / 0.95)}
.fill-text-contrast-contrastsWithCard{}
.fill-text-contrast-isDark{}
.fill-text-contrast-text{fill:#848484}
.fill-text-contrast-text\/0{fill:rgb(132 132 132 / 0)}
.fill-text-contrast-text\/10{fill:rgb(132 132 132 / 0.1)}
.fill-text-contrast-text\/100{fill:rgb(132 132 132 / 1)}
.fill-text-contrast-text\/15{fill:rgb(132 132 132 / 0.15)}
.fill-text-contrast-text\/20{fill:rgb(132 132 132 / 0.2)}
.fill-text-contrast-text\/25{fill:rgb(132 132 132 / 0.25)}
.fill-text-contrast-text\/30{fill:rgb(132 132 132 / 0.3)}
.fill-text-contrast-text\/35{fill:rgb(132 132 132 / 0.35)}
.fill-text-contrast-text\/40{fill:rgb(132 132 132 / 0.4)}
.fill-text-contrast-text\/45{fill:rgb(132 132 132 / 0.45)}
.fill-text-contrast-text\/5{fill:rgb(132 132 132 / 0.05)}
.fill-text-contrast-text\/50{fill:rgb(132 132 132 / 0.5)}
.fill-text-contrast-text\/55{fill:rgb(132 132 132 / 0.55)}
.fill-text-contrast-text\/60{fill:rgb(132 132 132 / 0.6)}
.fill-text-contrast-text\/65{fill:rgb(132 132 132 / 0.65)}
.fill-text-contrast-text\/70{fill:rgb(132 132 132 / 0.7)}
.fill-text-contrast-text\/75{fill:rgb(132 132 132 / 0.75)}
.fill-text-contrast-text\/80{fill:rgb(132 132 132 / 0.8)}
.fill-text-contrast-text\/85{fill:rgb(132 132 132 / 0.85)}
.fill-text-contrast-text\/90{fill:rgb(132 132 132 / 0.9)}
.fill-text-contrast-text\/95{fill:rgb(132 132 132 / 0.95)}
.fill-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-text-contrastsWithCard{fill:true}
.fill-text-isDark{fill:true}
.fill-text-text{fill:#000}
.fill-text-text-contrast{fill:#fff}
.fill-text-text-contrast\/0{fill:rgb(255 255 255 / 0)}
.fill-text-text-contrast\/10{fill:rgb(255 255 255 / 0.1)}
.fill-text-text-contrast\/100{fill:rgb(255 255 255 / 1)}
.fill-text-text-contrast\/15{fill:rgb(255 255 255 / 0.15)}
.fill-text-text-contrast\/20{fill:rgb(255 255 255 / 0.2)}
.fill-text-text-contrast\/25{fill:rgb(255 255 255 / 0.25)}
.fill-text-text-contrast\/30{fill:rgb(255 255 255 / 0.3)}
.fill-text-text-contrast\/35{fill:rgb(255 255 255 / 0.35)}
.fill-text-text-contrast\/40{fill:rgb(255 255 255 / 0.4)}
.fill-text-text-contrast\/45{fill:rgb(255 255 255 / 0.45)}
.fill-text-text-contrast\/5{fill:rgb(255 255 255 / 0.05)}
.fill-text-text-contrast\/50{fill:rgb(255 255 255 / 0.5)}
.fill-text-text-contrast\/55{fill:rgb(255 255 255 / 0.55)}
.fill-text-text-contrast\/60{fill:rgb(255 255 255 / 0.6)}
.fill-text-text-contrast\/65{fill:rgb(255 255 255 / 0.65)}
.fill-text-text-contrast\/70{fill:rgb(255 255 255 / 0.7)}
.fill-text-text-contrast\/75{fill:rgb(255 255 255 / 0.75)}
.fill-text-text-contrast\/80{fill:rgb(255 255 255 / 0.8)}
.fill-text-text-contrast\/85{fill:rgb(255 255 255 / 0.85)}
.fill-text-text-contrast\/90{fill:rgb(255 255 255 / 0.9)}
.fill-text-text-contrast\/95{fill:rgb(255 255 255 / 0.95)}
.fill-text-text-contrastsWithCard{fill:true}
.fill-text-text-isDark{fill:true}
.fill-text-text-text{fill:#000}
.fill-text-text-text\/0{fill:rgb(0 0 0 / 0)}
.fill-text-text-text\/10{fill:rgb(0 0 0 / 0.1)}
.fill-text-text-text\/100{fill:rgb(0 0 0 / 1)}
.fill-text-text-text\/15{fill:rgb(0 0 0 / 0.15)}
.fill-text-text-text\/20{fill:rgb(0 0 0 / 0.2)}
.fill-text-text-text\/25{fill:rgb(0 0 0 / 0.25)}
.fill-text-text-text\/30{fill:rgb(0 0 0 / 0.3)}
.fill-text-text-text\/35{fill:rgb(0 0 0 / 0.35)}
.fill-text-text-text\/40{fill:rgb(0 0 0 / 0.4)}
.fill-text-text-text\/45{fill:rgb(0 0 0 / 0.45)}
.fill-text-text-text\/5{fill:rgb(0 0 0 / 0.05)}
.fill-text-text-text\/50{fill:rgb(0 0 0 / 0.5)}
.fill-text-text-text\/55{fill:rgb(0 0 0 / 0.55)}
.fill-text-text-text\/60{fill:rgb(0 0 0 / 0.6)}
.fill-text-text-text\/65{fill:rgb(0 0 0 / 0.65)}
.fill-text-text-text\/70{fill:rgb(0 0 0 / 0.7)}
.fill-text-text-text\/75{fill:rgb(0 0 0 / 0.75)}
.fill-text-text-text\/80{fill:rgb(0 0 0 / 0.8)}
.fill-text-text-text\/85{fill:rgb(0 0 0 / 0.85)}
.fill-text-text-text\/90{fill:rgb(0 0 0 / 0.9)}
.fill-text-text-text\/95{fill:rgb(0 0 0 / 0.95)}
.fill-text-text\/0{fill:rgb(0 0 0 / 0)}
.fill-text-text\/10{fill:rgb(0 0 0 / 0.1)}
.fill-text-text\/100{fill:rgb(0 0 0 / 1)}
.fill-text-text\/15{fill:rgb(0 0 0 / 0.15)}
.fill-text-text\/20{fill:rgb(0 0 0 / 0.2)}
.fill-text-text\/25{fill:rgb(0 0 0 / 0.25)}
.fill-text-text\/30{fill:rgb(0 0 0 / 0.3)}
.fill-text-text\/35{fill:rgb(0 0 0 / 0.35)}
.fill-text-text\/40{fill:rgb(0 0 0 / 0.4)}
.fill-text-text\/45{fill:rgb(0 0 0 / 0.45)}
.fill-text-text\/5{fill:rgb(0 0 0 / 0.05)}
.fill-text-text\/50{fill:rgb(0 0 0 / 0.5)}
.fill-text-text\/55{fill:rgb(0 0 0 / 0.55)}
.fill-text-text\/60{fill:rgb(0 0 0 / 0.6)}
.fill-text-text\/65{fill:rgb(0 0 0 / 0.65)}
.fill-text-text\/70{fill:rgb(0 0 0 / 0.7)}
.fill-text-text\/75{fill:rgb(0 0 0 / 0.75)}
.fill-text-text\/80{fill:rgb(0 0 0 / 0.8)}
.fill-text-text\/85{fill:rgb(0 0 0 / 0.85)}
.fill-text-text\/90{fill:rgb(0 0 0 / 0.9)}
.fill-text-text\/95{fill:rgb(0 0 0 / 0.95)}
.fill-warning-text-contrast{fill:#000}
.fill-warning-text-contrast\/0{fill:rgb(0 0 0 / 0)}
.fill-warning-text-contrast\/10{fill:rgb(0 0 0 / 0.1)}
.fill-warning-text-contrast\/100{fill:rgb(0 0 0 / 1)}
.fill-warning-text-contrast\/15{fill:rgb(0 0 0 / 0.15)}
.fill-warning-text-contrast\/20{fill:rgb(0 0 0 / 0.2)}
.fill-warning-text-contrast\/25{fill:rgb(0 0 0 / 0.25)}
.fill-warning-text-contrast\/30{fill:rgb(0 0 0 / 0.3)}
.fill-warning-text-contrast\/35{fill:rgb(0 0 0 / 0.35)}
.fill-warning-text-contrast\/40{fill:rgb(0 0 0 / 0.4)}
.fill-warning-text-contrast\/45{fill:rgb(0 0 0 / 0.45)}
.fill-warning-text-contrast\/5{fill:rgb(0 0 0 / 0.05)}
.fill-warning-text-contrast\/50{fill:rgb(0 0 0 / 0.5)}
.fill-warning-text-contrast\/55{fill:rgb(0 0 0 / 0.55)}
.fill-warning-text-contrast\/60{fill:rgb(0 0 0 / 0.6)}
.fill-warning-text-contrast\/65{fill:rgb(0 0 0 / 0.65)}
.fill-warning-text-contrast\/70{fill:rgb(0 0 0 / 0.7)}
.fill-warning-text-contrast\/75{fill:rgb(0 0 0 / 0.75)}
.fill-warning-text-contrast\/80{fill:rgb(0 0 0 / 0.8)}
.fill-warning-text-contrast\/85{fill:rgb(0 0 0 / 0.85)}
.fill-warning-text-contrast\/90{fill:rgb(0 0 0 / 0.9)}
.fill-warning-text-contrast\/95{fill:rgb(0 0 0 / 0.95)}
.fill-warning-text-contrastsWithCard{fill:true}
.fill-warning-text-isDark{}
.fill-warning-text-text{fill:#ffa800}
.fill-warning-text-text\/0{fill:rgb(255 168 0 / 0)}
.fill-warning-text-text\/10{fill:rgb(255 168 0 / 0.1)}
.fill-warning-text-text\/100{fill:rgb(255 168 0 / 1)}
.fill-warning-text-text\/15{fill:rgb(255 168 0 / 0.15)}
.fill-warning-text-text\/20{fill:rgb(255 168 0 / 0.2)}
.fill-warning-text-text\/25{fill:rgb(255 168 0 / 0.25)}
.fill-warning-text-text\/30{fill:rgb(255 168 0 / 0.3)}
.fill-warning-text-text\/35{fill:rgb(255 168 0 / 0.35)}
.fill-warning-text-text\/40{fill:rgb(255 168 0 / 0.4)}
.fill-warning-text-text\/45{fill:rgb(255 168 0 / 0.45)}
.fill-warning-text-text\/5{fill:rgb(255 168 0 / 0.05)}
.fill-warning-text-text\/50{fill:rgb(255 168 0 / 0.5)}
.fill-warning-text-text\/55{fill:rgb(255 168 0 / 0.55)}
.fill-warning-text-text\/60{fill:rgb(255 168 0 / 0.6)}
.fill-warning-text-text\/65{fill:rgb(255 168 0 / 0.65)}
.fill-warning-text-text\/70{fill:rgb(255 168 0 / 0.7)}
.fill-warning-text-text\/75{fill:rgb(255 168 0 / 0.75)}
.fill-warning-text-text\/80{fill:rgb(255 168 0 / 0.8)}
.fill-warning-text-text\/85{fill:rgb(255 168 0 / 0.85)}
.fill-warning-text-text\/90{fill:rgb(255 168 0 / 0.9)}
.fill-warning-text-text\/95{fill:rgb(255 168 0 / 0.95)}
.stroke-amber-100{stroke:#fef3c7}
.stroke-amber-100\/0{stroke:rgb(254 243 199 / 0)}
.stroke-amber-100\/10{stroke:rgb(254 243 199 / 0.1)}
.stroke-amber-100\/100{stroke:rgb(254 243 199 / 1)}
.stroke-amber-100\/15{stroke:rgb(254 243 199 / 0.15)}
.stroke-amber-100\/20{stroke:rgb(254 243 199 / 0.2)}
.stroke-amber-100\/25{stroke:rgb(254 243 199 / 0.25)}
.stroke-amber-100\/30{stroke:rgb(254 243 199 / 0.3)}
.stroke-amber-100\/35{stroke:rgb(254 243 199 / 0.35)}
.stroke-amber-100\/40{stroke:rgb(254 243 199 / 0.4)}
.stroke-amber-100\/45{stroke:rgb(254 243 199 / 0.45)}
.stroke-amber-100\/5{stroke:rgb(254 243 199 / 0.05)}
.stroke-amber-100\/50{stroke:rgb(254 243 199 / 0.5)}
.stroke-amber-100\/55{stroke:rgb(254 243 199 / 0.55)}
.stroke-amber-100\/60{stroke:rgb(254 243 199 / 0.6)}
.stroke-amber-100\/65{stroke:rgb(254 243 199 / 0.65)}
.stroke-amber-100\/70{stroke:rgb(254 243 199 / 0.7)}
.stroke-amber-100\/75{stroke:rgb(254 243 199 / 0.75)}
.stroke-amber-100\/80{stroke:rgb(254 243 199 / 0.8)}
.stroke-amber-100\/85{stroke:rgb(254 243 199 / 0.85)}
.stroke-amber-100\/90{stroke:rgb(254 243 199 / 0.9)}
.stroke-amber-100\/95{stroke:rgb(254 243 199 / 0.95)}
.stroke-amber-200{stroke:#fde68a}
.stroke-amber-200\/0{stroke:rgb(253 230 138 / 0)}
.stroke-amber-200\/10{stroke:rgb(253 230 138 / 0.1)}
.stroke-amber-200\/100{stroke:rgb(253 230 138 / 1)}
.stroke-amber-200\/15{stroke:rgb(253 230 138 / 0.15)}
.stroke-amber-200\/20{stroke:rgb(253 230 138 / 0.2)}
.stroke-amber-200\/25{stroke:rgb(253 230 138 / 0.25)}
.stroke-amber-200\/30{stroke:rgb(253 230 138 / 0.3)}
.stroke-amber-200\/35{stroke:rgb(253 230 138 / 0.35)}
.stroke-amber-200\/40{stroke:rgb(253 230 138 / 0.4)}
.stroke-amber-200\/45{stroke:rgb(253 230 138 / 0.45)}
.stroke-amber-200\/5{stroke:rgb(253 230 138 / 0.05)}
.stroke-amber-200\/50{stroke:rgb(253 230 138 / 0.5)}
.stroke-amber-200\/55{stroke:rgb(253 230 138 / 0.55)}
.stroke-amber-200\/60{stroke:rgb(253 230 138 / 0.6)}
.stroke-amber-200\/65{stroke:rgb(253 230 138 / 0.65)}
.stroke-amber-200\/70{stroke:rgb(253 230 138 / 0.7)}
.stroke-amber-200\/75{stroke:rgb(253 230 138 / 0.75)}
.stroke-amber-200\/80{stroke:rgb(253 230 138 / 0.8)}
.stroke-amber-200\/85{stroke:rgb(253 230 138 / 0.85)}
.stroke-amber-200\/90{stroke:rgb(253 230 138 / 0.9)}
.stroke-amber-200\/95{stroke:rgb(253 230 138 / 0.95)}
.stroke-amber-300{stroke:#fcd34d}
.stroke-amber-300\/0{stroke:rgb(252 211 77 / 0)}
.stroke-amber-300\/10{stroke:rgb(252 211 77 / 0.1)}
.stroke-amber-300\/100{stroke:rgb(252 211 77 / 1)}
.stroke-amber-300\/15{stroke:rgb(252 211 77 / 0.15)}
.stroke-amber-300\/20{stroke:rgb(252 211 77 / 0.2)}
.stroke-amber-300\/25{stroke:rgb(252 211 77 / 0.25)}
.stroke-amber-300\/30{stroke:rgb(252 211 77 / 0.3)}
.stroke-amber-300\/35{stroke:rgb(252 211 77 / 0.35)}
.stroke-amber-300\/40{stroke:rgb(252 211 77 / 0.4)}
.stroke-amber-300\/45{stroke:rgb(252 211 77 / 0.45)}
.stroke-amber-300\/5{stroke:rgb(252 211 77 / 0.05)}
.stroke-amber-300\/50{stroke:rgb(252 211 77 / 0.5)}
.stroke-amber-300\/55{stroke:rgb(252 211 77 / 0.55)}
.stroke-amber-300\/60{stroke:rgb(252 211 77 / 0.6)}
.stroke-amber-300\/65{stroke:rgb(252 211 77 / 0.65)}
.stroke-amber-300\/70{stroke:rgb(252 211 77 / 0.7)}
.stroke-amber-300\/75{stroke:rgb(252 211 77 / 0.75)}
.stroke-amber-300\/80{stroke:rgb(252 211 77 / 0.8)}
.stroke-amber-300\/85{stroke:rgb(252 211 77 / 0.85)}
.stroke-amber-300\/90{stroke:rgb(252 211 77 / 0.9)}
.stroke-amber-300\/95{stroke:rgb(252 211 77 / 0.95)}
.stroke-amber-400{stroke:#fbbf24}
.stroke-amber-400\/0{stroke:rgb(251 191 36 / 0)}
.stroke-amber-400\/10{stroke:rgb(251 191 36 / 0.1)}
.stroke-amber-400\/100{stroke:rgb(251 191 36 / 1)}
.stroke-amber-400\/15{stroke:rgb(251 191 36 / 0.15)}
.stroke-amber-400\/20{stroke:rgb(251 191 36 / 0.2)}
.stroke-amber-400\/25{stroke:rgb(251 191 36 / 0.25)}
.stroke-amber-400\/30{stroke:rgb(251 191 36 / 0.3)}
.stroke-amber-400\/35{stroke:rgb(251 191 36 / 0.35)}
.stroke-amber-400\/40{stroke:rgb(251 191 36 / 0.4)}
.stroke-amber-400\/45{stroke:rgb(251 191 36 / 0.45)}
.stroke-amber-400\/5{stroke:rgb(251 191 36 / 0.05)}
.stroke-amber-400\/50{stroke:rgb(251 191 36 / 0.5)}
.stroke-amber-400\/55{stroke:rgb(251 191 36 / 0.55)}
.stroke-amber-400\/60{stroke:rgb(251 191 36 / 0.6)}
.stroke-amber-400\/65{stroke:rgb(251 191 36 / 0.65)}
.stroke-amber-400\/70{stroke:rgb(251 191 36 / 0.7)}
.stroke-amber-400\/75{stroke:rgb(251 191 36 / 0.75)}
.stroke-amber-400\/80{stroke:rgb(251 191 36 / 0.8)}
.stroke-amber-400\/85{stroke:rgb(251 191 36 / 0.85)}
.stroke-amber-400\/90{stroke:rgb(251 191 36 / 0.9)}
.stroke-amber-400\/95{stroke:rgb(251 191 36 / 0.95)}
.stroke-amber-50{stroke:#fffbeb}
.stroke-amber-50\/0{stroke:rgb(255 251 235 / 0)}
.stroke-amber-50\/10{stroke:rgb(255 251 235 / 0.1)}
.stroke-amber-50\/100{stroke:rgb(255 251 235 / 1)}
.stroke-amber-50\/15{stroke:rgb(255 251 235 / 0.15)}
.stroke-amber-50\/20{stroke:rgb(255 251 235 / 0.2)}
.stroke-amber-50\/25{stroke:rgb(255 251 235 / 0.25)}
.stroke-amber-50\/30{stroke:rgb(255 251 235 / 0.3)}
.stroke-amber-50\/35{stroke:rgb(255 251 235 / 0.35)}
.stroke-amber-50\/40{stroke:rgb(255 251 235 / 0.4)}
.stroke-amber-50\/45{stroke:rgb(255 251 235 / 0.45)}
.stroke-amber-50\/5{stroke:rgb(255 251 235 / 0.05)}
.stroke-amber-50\/50{stroke:rgb(255 251 235 / 0.5)}
.stroke-amber-50\/55{stroke:rgb(255 251 235 / 0.55)}
.stroke-amber-50\/60{stroke:rgb(255 251 235 / 0.6)}
.stroke-amber-50\/65{stroke:rgb(255 251 235 / 0.65)}
.stroke-amber-50\/70{stroke:rgb(255 251 235 / 0.7)}
.stroke-amber-50\/75{stroke:rgb(255 251 235 / 0.75)}
.stroke-amber-50\/80{stroke:rgb(255 251 235 / 0.8)}
.stroke-amber-50\/85{stroke:rgb(255 251 235 / 0.85)}
.stroke-amber-50\/90{stroke:rgb(255 251 235 / 0.9)}
.stroke-amber-50\/95{stroke:rgb(255 251 235 / 0.95)}
.stroke-amber-500{stroke:#f59e0b}
.stroke-amber-500\/0{stroke:rgb(245 158 11 / 0)}
.stroke-amber-500\/10{stroke:rgb(245 158 11 / 0.1)}
.stroke-amber-500\/100{stroke:rgb(245 158 11 / 1)}
.stroke-amber-500\/15{stroke:rgb(245 158 11 / 0.15)}
.stroke-amber-500\/20{stroke:rgb(245 158 11 / 0.2)}
.stroke-amber-500\/25{stroke:rgb(245 158 11 / 0.25)}
.stroke-amber-500\/30{stroke:rgb(245 158 11 / 0.3)}
.stroke-amber-500\/35{stroke:rgb(245 158 11 / 0.35)}
.stroke-amber-500\/40{stroke:rgb(245 158 11 / 0.4)}
.stroke-amber-500\/45{stroke:rgb(245 158 11 / 0.45)}
.stroke-amber-500\/5{stroke:rgb(245 158 11 / 0.05)}
.stroke-amber-500\/50{stroke:rgb(245 158 11 / 0.5)}
.stroke-amber-500\/55{stroke:rgb(245 158 11 / 0.55)}
.stroke-amber-500\/60{stroke:rgb(245 158 11 / 0.6)}
.stroke-amber-500\/65{stroke:rgb(245 158 11 / 0.65)}
.stroke-amber-500\/70{stroke:rgb(245 158 11 / 0.7)}
.stroke-amber-500\/75{stroke:rgb(245 158 11 / 0.75)}
.stroke-amber-500\/80{stroke:rgb(245 158 11 / 0.8)}
.stroke-amber-500\/85{stroke:rgb(245 158 11 / 0.85)}
.stroke-amber-500\/90{stroke:rgb(245 158 11 / 0.9)}
.stroke-amber-500\/95{stroke:rgb(245 158 11 / 0.95)}
.stroke-amber-600{stroke:#d97706}
.stroke-amber-600\/0{stroke:rgb(217 119 6 / 0)}
.stroke-amber-600\/10{stroke:rgb(217 119 6 / 0.1)}
.stroke-amber-600\/100{stroke:rgb(217 119 6 / 1)}
.stroke-amber-600\/15{stroke:rgb(217 119 6 / 0.15)}
.stroke-amber-600\/20{stroke:rgb(217 119 6 / 0.2)}
.stroke-amber-600\/25{stroke:rgb(217 119 6 / 0.25)}
.stroke-amber-600\/30{stroke:rgb(217 119 6 / 0.3)}
.stroke-amber-600\/35{stroke:rgb(217 119 6 / 0.35)}
.stroke-amber-600\/40{stroke:rgb(217 119 6 / 0.4)}
.stroke-amber-600\/45{stroke:rgb(217 119 6 / 0.45)}
.stroke-amber-600\/5{stroke:rgb(217 119 6 / 0.05)}
.stroke-amber-600\/50{stroke:rgb(217 119 6 / 0.5)}
.stroke-amber-600\/55{stroke:rgb(217 119 6 / 0.55)}
.stroke-amber-600\/60{stroke:rgb(217 119 6 / 0.6)}
.stroke-amber-600\/65{stroke:rgb(217 119 6 / 0.65)}
.stroke-amber-600\/70{stroke:rgb(217 119 6 / 0.7)}
.stroke-amber-600\/75{stroke:rgb(217 119 6 / 0.75)}
.stroke-amber-600\/80{stroke:rgb(217 119 6 / 0.8)}
.stroke-amber-600\/85{stroke:rgb(217 119 6 / 0.85)}
.stroke-amber-600\/90{stroke:rgb(217 119 6 / 0.9)}
.stroke-amber-600\/95{stroke:rgb(217 119 6 / 0.95)}
.stroke-amber-700{stroke:#b45309}
.stroke-amber-700\/0{stroke:rgb(180 83 9 / 0)}
.stroke-amber-700\/10{stroke:rgb(180 83 9 / 0.1)}
.stroke-amber-700\/100{stroke:rgb(180 83 9 / 1)}
.stroke-amber-700\/15{stroke:rgb(180 83 9 / 0.15)}
.stroke-amber-700\/20{stroke:rgb(180 83 9 / 0.2)}
.stroke-amber-700\/25{stroke:rgb(180 83 9 / 0.25)}
.stroke-amber-700\/30{stroke:rgb(180 83 9 / 0.3)}
.stroke-amber-700\/35{stroke:rgb(180 83 9 / 0.35)}
.stroke-amber-700\/40{stroke:rgb(180 83 9 / 0.4)}
.stroke-amber-700\/45{stroke:rgb(180 83 9 / 0.45)}
.stroke-amber-700\/5{stroke:rgb(180 83 9 / 0.05)}
.stroke-amber-700\/50{stroke:rgb(180 83 9 / 0.5)}
.stroke-amber-700\/55{stroke:rgb(180 83 9 / 0.55)}
.stroke-amber-700\/60{stroke:rgb(180 83 9 / 0.6)}
.stroke-amber-700\/65{stroke:rgb(180 83 9 / 0.65)}
.stroke-amber-700\/70{stroke:rgb(180 83 9 / 0.7)}
.stroke-amber-700\/75{stroke:rgb(180 83 9 / 0.75)}
.stroke-amber-700\/80{stroke:rgb(180 83 9 / 0.8)}
.stroke-amber-700\/85{stroke:rgb(180 83 9 / 0.85)}
.stroke-amber-700\/90{stroke:rgb(180 83 9 / 0.9)}
.stroke-amber-700\/95{stroke:rgb(180 83 9 / 0.95)}
.stroke-amber-800{stroke:#92400e}
.stroke-amber-800\/0{stroke:rgb(146 64 14 / 0)}
.stroke-amber-800\/10{stroke:rgb(146 64 14 / 0.1)}
.stroke-amber-800\/100{stroke:rgb(146 64 14 / 1)}
.stroke-amber-800\/15{stroke:rgb(146 64 14 / 0.15)}
.stroke-amber-800\/20{stroke:rgb(146 64 14 / 0.2)}
.stroke-amber-800\/25{stroke:rgb(146 64 14 / 0.25)}
.stroke-amber-800\/30{stroke:rgb(146 64 14 / 0.3)}
.stroke-amber-800\/35{stroke:rgb(146 64 14 / 0.35)}
.stroke-amber-800\/40{stroke:rgb(146 64 14 / 0.4)}
.stroke-amber-800\/45{stroke:rgb(146 64 14 / 0.45)}
.stroke-amber-800\/5{stroke:rgb(146 64 14 / 0.05)}
.stroke-amber-800\/50{stroke:rgb(146 64 14 / 0.5)}
.stroke-amber-800\/55{stroke:rgb(146 64 14 / 0.55)}
.stroke-amber-800\/60{stroke:rgb(146 64 14 / 0.6)}
.stroke-amber-800\/65{stroke:rgb(146 64 14 / 0.65)}
.stroke-amber-800\/70{stroke:rgb(146 64 14 / 0.7)}
.stroke-amber-800\/75{stroke:rgb(146 64 14 / 0.75)}
.stroke-amber-800\/80{stroke:rgb(146 64 14 / 0.8)}
.stroke-amber-800\/85{stroke:rgb(146 64 14 / 0.85)}
.stroke-amber-800\/90{stroke:rgb(146 64 14 / 0.9)}
.stroke-amber-800\/95{stroke:rgb(146 64 14 / 0.95)}
.stroke-amber-900{stroke:#78350f}
.stroke-amber-900\/0{stroke:rgb(120 53 15 / 0)}
.stroke-amber-900\/10{stroke:rgb(120 53 15 / 0.1)}
.stroke-amber-900\/100{stroke:rgb(120 53 15 / 1)}
.stroke-amber-900\/15{stroke:rgb(120 53 15 / 0.15)}
.stroke-amber-900\/20{stroke:rgb(120 53 15 / 0.2)}
.stroke-amber-900\/25{stroke:rgb(120 53 15 / 0.25)}
.stroke-amber-900\/30{stroke:rgb(120 53 15 / 0.3)}
.stroke-amber-900\/35{stroke:rgb(120 53 15 / 0.35)}
.stroke-amber-900\/40{stroke:rgb(120 53 15 / 0.4)}
.stroke-amber-900\/45{stroke:rgb(120 53 15 / 0.45)}
.stroke-amber-900\/5{stroke:rgb(120 53 15 / 0.05)}
.stroke-amber-900\/50{stroke:rgb(120 53 15 / 0.5)}
.stroke-amber-900\/55{stroke:rgb(120 53 15 / 0.55)}
.stroke-amber-900\/60{stroke:rgb(120 53 15 / 0.6)}
.stroke-amber-900\/65{stroke:rgb(120 53 15 / 0.65)}
.stroke-amber-900\/70{stroke:rgb(120 53 15 / 0.7)}
.stroke-amber-900\/75{stroke:rgb(120 53 15 / 0.75)}
.stroke-amber-900\/80{stroke:rgb(120 53 15 / 0.8)}
.stroke-amber-900\/85{stroke:rgb(120 53 15 / 0.85)}
.stroke-amber-900\/90{stroke:rgb(120 53 15 / 0.9)}
.stroke-amber-900\/95{stroke:rgb(120 53 15 / 0.95)}
.stroke-amber-950{stroke:#451a03}
.stroke-amber-950\/0{stroke:rgb(69 26 3 / 0)}
.stroke-amber-950\/10{stroke:rgb(69 26 3 / 0.1)}
.stroke-amber-950\/100{stroke:rgb(69 26 3 / 1)}
.stroke-amber-950\/15{stroke:rgb(69 26 3 / 0.15)}
.stroke-amber-950\/20{stroke:rgb(69 26 3 / 0.2)}
.stroke-amber-950\/25{stroke:rgb(69 26 3 / 0.25)}
.stroke-amber-950\/30{stroke:rgb(69 26 3 / 0.3)}
.stroke-amber-950\/35{stroke:rgb(69 26 3 / 0.35)}
.stroke-amber-950\/40{stroke:rgb(69 26 3 / 0.4)}
.stroke-amber-950\/45{stroke:rgb(69 26 3 / 0.45)}
.stroke-amber-950\/5{stroke:rgb(69 26 3 / 0.05)}
.stroke-amber-950\/50{stroke:rgb(69 26 3 / 0.5)}
.stroke-amber-950\/55{stroke:rgb(69 26 3 / 0.55)}
.stroke-amber-950\/60{stroke:rgb(69 26 3 / 0.6)}
.stroke-amber-950\/65{stroke:rgb(69 26 3 / 0.65)}
.stroke-amber-950\/70{stroke:rgb(69 26 3 / 0.7)}
.stroke-amber-950\/75{stroke:rgb(69 26 3 / 0.75)}
.stroke-amber-950\/80{stroke:rgb(69 26 3 / 0.8)}
.stroke-amber-950\/85{stroke:rgb(69 26 3 / 0.85)}
.stroke-amber-950\/90{stroke:rgb(69 26 3 / 0.9)}
.stroke-amber-950\/95{stroke:rgb(69 26 3 / 0.95)}
.stroke-background-text-contrast{stroke:#fff}
.stroke-background-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-background-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-background-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-background-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-background-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-background-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-background-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-background-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-background-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-background-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-background-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-background-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-background-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-background-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-background-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-background-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-background-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-background-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-background-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-background-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-background-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-background-text-contrastsWithCard{stroke:true}
.stroke-background-text-isDark{stroke:true}
.stroke-background-text-text{stroke:#6b6f73}
.stroke-background-text-text\/0{stroke:rgb(107 111 115 / 0)}
.stroke-background-text-text\/10{stroke:rgb(107 111 115 / 0.1)}
.stroke-background-text-text\/100{stroke:rgb(107 111 115 / 1)}
.stroke-background-text-text\/15{stroke:rgb(107 111 115 / 0.15)}
.stroke-background-text-text\/20{stroke:rgb(107 111 115 / 0.2)}
.stroke-background-text-text\/25{stroke:rgb(107 111 115 / 0.25)}
.stroke-background-text-text\/30{stroke:rgb(107 111 115 / 0.3)}
.stroke-background-text-text\/35{stroke:rgb(107 111 115 / 0.35)}
.stroke-background-text-text\/40{stroke:rgb(107 111 115 / 0.4)}
.stroke-background-text-text\/45{stroke:rgb(107 111 115 / 0.45)}
.stroke-background-text-text\/5{stroke:rgb(107 111 115 / 0.05)}
.stroke-background-text-text\/50{stroke:rgb(107 111 115 / 0.5)}
.stroke-background-text-text\/55{stroke:rgb(107 111 115 / 0.55)}
.stroke-background-text-text\/60{stroke:rgb(107 111 115 / 0.6)}
.stroke-background-text-text\/65{stroke:rgb(107 111 115 / 0.65)}
.stroke-background-text-text\/70{stroke:rgb(107 111 115 / 0.7)}
.stroke-background-text-text\/75{stroke:rgb(107 111 115 / 0.75)}
.stroke-background-text-text\/80{stroke:rgb(107 111 115 / 0.8)}
.stroke-background-text-text\/85{stroke:rgb(107 111 115 / 0.85)}
.stroke-background-text-text\/90{stroke:rgb(107 111 115 / 0.9)}
.stroke-background-text-text\/95{stroke:rgb(107 111 115 / 0.95)}
.stroke-bt-text-contrast{stroke:#fff}
.stroke-bt-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-bt-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-bt-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-bt-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-bt-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-bt-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-bt-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-bt-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-bt-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-bt-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-bt-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-bt-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-bt-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-bt-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-bt-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-bt-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-bt-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-bt-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-bt-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-bt-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-bt-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-bt-text-contrastsWithCard{stroke:true}
.stroke-bt-text-isDark{stroke:true}
.stroke-bt-text-text{stroke:#1e293b}
.stroke-bt-text-text\/0{stroke:rgb(30 41 59 / 0)}
.stroke-bt-text-text\/10{stroke:rgb(30 41 59 / 0.1)}
.stroke-bt-text-text\/100{stroke:rgb(30 41 59 / 1)}
.stroke-bt-text-text\/15{stroke:rgb(30 41 59 / 0.15)}
.stroke-bt-text-text\/20{stroke:rgb(30 41 59 / 0.2)}
.stroke-bt-text-text\/25{stroke:rgb(30 41 59 / 0.25)}
.stroke-bt-text-text\/30{stroke:rgb(30 41 59 / 0.3)}
.stroke-bt-text-text\/35{stroke:rgb(30 41 59 / 0.35)}
.stroke-bt-text-text\/40{stroke:rgb(30 41 59 / 0.4)}
.stroke-bt-text-text\/45{stroke:rgb(30 41 59 / 0.45)}
.stroke-bt-text-text\/5{stroke:rgb(30 41 59 / 0.05)}
.stroke-bt-text-text\/50{stroke:rgb(30 41 59 / 0.5)}
.stroke-bt-text-text\/55{stroke:rgb(30 41 59 / 0.55)}
.stroke-bt-text-text\/60{stroke:rgb(30 41 59 / 0.6)}
.stroke-bt-text-text\/65{stroke:rgb(30 41 59 / 0.65)}
.stroke-bt-text-text\/70{stroke:rgb(30 41 59 / 0.7)}
.stroke-bt-text-text\/75{stroke:rgb(30 41 59 / 0.75)}
.stroke-bt-text-text\/80{stroke:rgb(30 41 59 / 0.8)}
.stroke-bt-text-text\/85{stroke:rgb(30 41 59 / 0.85)}
.stroke-bt-text-text\/90{stroke:rgb(30 41 59 / 0.9)}
.stroke-bt-text-text\/95{stroke:rgb(30 41 59 / 0.95)}
.stroke-btLight-text-contrast{stroke:#000}
.stroke-btLight-text-contrast\/0{stroke:rgb(0 0 0 / 0)}
.stroke-btLight-text-contrast\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-btLight-text-contrast\/100{stroke:rgb(0 0 0 / 1)}
.stroke-btLight-text-contrast\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-btLight-text-contrast\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-btLight-text-contrast\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-btLight-text-contrast\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-btLight-text-contrast\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-btLight-text-contrast\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-btLight-text-contrast\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-btLight-text-contrast\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-btLight-text-contrast\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-btLight-text-contrast\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-btLight-text-contrast\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-btLight-text-contrast\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-btLight-text-contrast\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-btLight-text-contrast\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-btLight-text-contrast\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-btLight-text-contrast\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-btLight-text-contrast\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-btLight-text-contrast\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-btLight-text-contrastsWithCard{stroke:true}
.stroke-btLight-text-isDark{}
.stroke-btLight-text-text{stroke:#48abd9}
.stroke-btLight-text-text\/0{stroke:rgb(72 171 217 / 0)}
.stroke-btLight-text-text\/10{stroke:rgb(72 171 217 / 0.1)}
.stroke-btLight-text-text\/100{stroke:rgb(72 171 217 / 1)}
.stroke-btLight-text-text\/15{stroke:rgb(72 171 217 / 0.15)}
.stroke-btLight-text-text\/20{stroke:rgb(72 171 217 / 0.2)}
.stroke-btLight-text-text\/25{stroke:rgb(72 171 217 / 0.25)}
.stroke-btLight-text-text\/30{stroke:rgb(72 171 217 / 0.3)}
.stroke-btLight-text-text\/35{stroke:rgb(72 171 217 / 0.35)}
.stroke-btLight-text-text\/40{stroke:rgb(72 171 217 / 0.4)}
.stroke-btLight-text-text\/45{stroke:rgb(72 171 217 / 0.45)}
.stroke-btLight-text-text\/5{stroke:rgb(72 171 217 / 0.05)}
.stroke-btLight-text-text\/50{stroke:rgb(72 171 217 / 0.5)}
.stroke-btLight-text-text\/55{stroke:rgb(72 171 217 / 0.55)}
.stroke-btLight-text-text\/60{stroke:rgb(72 171 217 / 0.6)}
.stroke-btLight-text-text\/65{stroke:rgb(72 171 217 / 0.65)}
.stroke-btLight-text-text\/70{stroke:rgb(72 171 217 / 0.7)}
.stroke-btLight-text-text\/75{stroke:rgb(72 171 217 / 0.75)}
.stroke-btLight-text-text\/80{stroke:rgb(72 171 217 / 0.8)}
.stroke-btLight-text-text\/85{stroke:rgb(72 171 217 / 0.85)}
.stroke-btLight-text-text\/90{stroke:rgb(72 171 217 / 0.9)}
.stroke-btLight-text-text\/95{stroke:rgb(72 171 217 / 0.95)}
.stroke-cardBackground-text-contrast{stroke:#fff}
.stroke-cardBackground-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-cardBackground-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-cardBackground-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-cardBackground-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-cardBackground-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-cardBackground-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-cardBackground-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-cardBackground-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-cardBackground-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-cardBackground-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-cardBackground-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-cardBackground-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-cardBackground-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-cardBackground-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-cardBackground-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-cardBackground-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-cardBackground-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-cardBackground-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-cardBackground-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-cardBackground-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-cardBackground-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-cardBackground-text-contrastsWithCard{stroke:true}
.stroke-cardBackground-text-isDark{stroke:true}
.stroke-cardBackground-text-text{stroke:#848484}
.stroke-cardBackground-text-text\/0{stroke:rgb(132 132 132 / 0)}
.stroke-cardBackground-text-text\/10{stroke:rgb(132 132 132 / 0.1)}
.stroke-cardBackground-text-text\/100{stroke:rgb(132 132 132 / 1)}
.stroke-cardBackground-text-text\/15{stroke:rgb(132 132 132 / 0.15)}
.stroke-cardBackground-text-text\/20{stroke:rgb(132 132 132 / 0.2)}
.stroke-cardBackground-text-text\/25{stroke:rgb(132 132 132 / 0.25)}
.stroke-cardBackground-text-text\/30{stroke:rgb(132 132 132 / 0.3)}
.stroke-cardBackground-text-text\/35{stroke:rgb(132 132 132 / 0.35)}
.stroke-cardBackground-text-text\/40{stroke:rgb(132 132 132 / 0.4)}
.stroke-cardBackground-text-text\/45{stroke:rgb(132 132 132 / 0.45)}
.stroke-cardBackground-text-text\/5{stroke:rgb(132 132 132 / 0.05)}
.stroke-cardBackground-text-text\/50{stroke:rgb(132 132 132 / 0.5)}
.stroke-cardBackground-text-text\/55{stroke:rgb(132 132 132 / 0.55)}
.stroke-cardBackground-text-text\/60{stroke:rgb(132 132 132 / 0.6)}
.stroke-cardBackground-text-text\/65{stroke:rgb(132 132 132 / 0.65)}
.stroke-cardBackground-text-text\/70{stroke:rgb(132 132 132 / 0.7)}
.stroke-cardBackground-text-text\/75{stroke:rgb(132 132 132 / 0.75)}
.stroke-cardBackground-text-text\/80{stroke:rgb(132 132 132 / 0.8)}
.stroke-cardBackground-text-text\/85{stroke:rgb(132 132 132 / 0.85)}
.stroke-cardBackground-text-text\/90{stroke:rgb(132 132 132 / 0.9)}
.stroke-cardBackground-text-text\/95{stroke:rgb(132 132 132 / 0.95)}
.stroke-cardHeader-text-contrast{stroke:#fff}
.stroke-cardHeader-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-cardHeader-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-cardHeader-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-cardHeader-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-cardHeader-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-cardHeader-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-cardHeader-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-cardHeader-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-cardHeader-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-cardHeader-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-cardHeader-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-cardHeader-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-cardHeader-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-cardHeader-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-cardHeader-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-cardHeader-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-cardHeader-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-cardHeader-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-cardHeader-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-cardHeader-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-cardHeader-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-cardHeader-text-contrastsWithCard{stroke:true}
.stroke-cardHeader-text-isDark{stroke:true}
.stroke-cardHeader-text-text{stroke:#7e7e84}
.stroke-cardHeader-text-text\/0{stroke:rgb(126 126 132 / 0)}
.stroke-cardHeader-text-text\/10{stroke:rgb(126 126 132 / 0.1)}
.stroke-cardHeader-text-text\/100{stroke:rgb(126 126 132 / 1)}
.stroke-cardHeader-text-text\/15{stroke:rgb(126 126 132 / 0.15)}
.stroke-cardHeader-text-text\/20{stroke:rgb(126 126 132 / 0.2)}
.stroke-cardHeader-text-text\/25{stroke:rgb(126 126 132 / 0.25)}
.stroke-cardHeader-text-text\/30{stroke:rgb(126 126 132 / 0.3)}
.stroke-cardHeader-text-text\/35{stroke:rgb(126 126 132 / 0.35)}
.stroke-cardHeader-text-text\/40{stroke:rgb(126 126 132 / 0.4)}
.stroke-cardHeader-text-text\/45{stroke:rgb(126 126 132 / 0.45)}
.stroke-cardHeader-text-text\/5{stroke:rgb(126 126 132 / 0.05)}
.stroke-cardHeader-text-text\/50{stroke:rgb(126 126 132 / 0.5)}
.stroke-cardHeader-text-text\/55{stroke:rgb(126 126 132 / 0.55)}
.stroke-cardHeader-text-text\/60{stroke:rgb(126 126 132 / 0.6)}
.stroke-cardHeader-text-text\/65{stroke:rgb(126 126 132 / 0.65)}
.stroke-cardHeader-text-text\/70{stroke:rgb(126 126 132 / 0.7)}
.stroke-cardHeader-text-text\/75{stroke:rgb(126 126 132 / 0.75)}
.stroke-cardHeader-text-text\/80{stroke:rgb(126 126 132 / 0.8)}
.stroke-cardHeader-text-text\/85{stroke:rgb(126 126 132 / 0.85)}
.stroke-cardHeader-text-text\/90{stroke:rgb(126 126 132 / 0.9)}
.stroke-cardHeader-text-text\/95{stroke:rgb(126 126 132 / 0.95)}
.stroke-danger-text-contrast{stroke:#fff}
.stroke-danger-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-danger-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-danger-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-danger-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-danger-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-danger-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-danger-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-danger-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-danger-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-danger-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-danger-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-danger-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-danger-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-danger-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-danger-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-danger-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-danger-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-danger-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-danger-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-danger-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-danger-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-danger-text-contrastsWithCard{stroke:true}
.stroke-danger-text-isDark{stroke:true}
.stroke-danger-text-text{stroke:#e85743}
.stroke-danger-text-text\/0{stroke:rgb(232 87 67 / 0)}
.stroke-danger-text-text\/10{stroke:rgb(232 87 67 / 0.1)}
.stroke-danger-text-text\/100{stroke:rgb(232 87 67 / 1)}
.stroke-danger-text-text\/15{stroke:rgb(232 87 67 / 0.15)}
.stroke-danger-text-text\/20{stroke:rgb(232 87 67 / 0.2)}
.stroke-danger-text-text\/25{stroke:rgb(232 87 67 / 0.25)}
.stroke-danger-text-text\/30{stroke:rgb(232 87 67 / 0.3)}
.stroke-danger-text-text\/35{stroke:rgb(232 87 67 / 0.35)}
.stroke-danger-text-text\/40{stroke:rgb(232 87 67 / 0.4)}
.stroke-danger-text-text\/45{stroke:rgb(232 87 67 / 0.45)}
.stroke-danger-text-text\/5{stroke:rgb(232 87 67 / 0.05)}
.stroke-danger-text-text\/50{stroke:rgb(232 87 67 / 0.5)}
.stroke-danger-text-text\/55{stroke:rgb(232 87 67 / 0.55)}
.stroke-danger-text-text\/60{stroke:rgb(232 87 67 / 0.6)}
.stroke-danger-text-text\/65{stroke:rgb(232 87 67 / 0.65)}
.stroke-danger-text-text\/70{stroke:rgb(232 87 67 / 0.7)}
.stroke-danger-text-text\/75{stroke:rgb(232 87 67 / 0.75)}
.stroke-danger-text-text\/80{stroke:rgb(232 87 67 / 0.8)}
.stroke-danger-text-text\/85{stroke:rgb(232 87 67 / 0.85)}
.stroke-danger-text-text\/90{stroke:rgb(232 87 67 / 0.9)}
.stroke-danger-text-text\/95{stroke:rgb(232 87 67 / 0.95)}
.stroke-emerald-100{stroke:#d1fae5}
.stroke-emerald-100\/0{stroke:rgb(209 250 229 / 0)}
.stroke-emerald-100\/10{stroke:rgb(209 250 229 / 0.1)}
.stroke-emerald-100\/100{stroke:rgb(209 250 229 / 1)}
.stroke-emerald-100\/15{stroke:rgb(209 250 229 / 0.15)}
.stroke-emerald-100\/20{stroke:rgb(209 250 229 / 0.2)}
.stroke-emerald-100\/25{stroke:rgb(209 250 229 / 0.25)}
.stroke-emerald-100\/30{stroke:rgb(209 250 229 / 0.3)}
.stroke-emerald-100\/35{stroke:rgb(209 250 229 / 0.35)}
.stroke-emerald-100\/40{stroke:rgb(209 250 229 / 0.4)}
.stroke-emerald-100\/45{stroke:rgb(209 250 229 / 0.45)}
.stroke-emerald-100\/5{stroke:rgb(209 250 229 / 0.05)}
.stroke-emerald-100\/50{stroke:rgb(209 250 229 / 0.5)}
.stroke-emerald-100\/55{stroke:rgb(209 250 229 / 0.55)}
.stroke-emerald-100\/60{stroke:rgb(209 250 229 / 0.6)}
.stroke-emerald-100\/65{stroke:rgb(209 250 229 / 0.65)}
.stroke-emerald-100\/70{stroke:rgb(209 250 229 / 0.7)}
.stroke-emerald-100\/75{stroke:rgb(209 250 229 / 0.75)}
.stroke-emerald-100\/80{stroke:rgb(209 250 229 / 0.8)}
.stroke-emerald-100\/85{stroke:rgb(209 250 229 / 0.85)}
.stroke-emerald-100\/90{stroke:rgb(209 250 229 / 0.9)}
.stroke-emerald-100\/95{stroke:rgb(209 250 229 / 0.95)}
.stroke-emerald-200{stroke:#a7f3d0}
.stroke-emerald-200\/0{stroke:rgb(167 243 208 / 0)}
.stroke-emerald-200\/10{stroke:rgb(167 243 208 / 0.1)}
.stroke-emerald-200\/100{stroke:rgb(167 243 208 / 1)}
.stroke-emerald-200\/15{stroke:rgb(167 243 208 / 0.15)}
.stroke-emerald-200\/20{stroke:rgb(167 243 208 / 0.2)}
.stroke-emerald-200\/25{stroke:rgb(167 243 208 / 0.25)}
.stroke-emerald-200\/30{stroke:rgb(167 243 208 / 0.3)}
.stroke-emerald-200\/35{stroke:rgb(167 243 208 / 0.35)}
.stroke-emerald-200\/40{stroke:rgb(167 243 208 / 0.4)}
.stroke-emerald-200\/45{stroke:rgb(167 243 208 / 0.45)}
.stroke-emerald-200\/5{stroke:rgb(167 243 208 / 0.05)}
.stroke-emerald-200\/50{stroke:rgb(167 243 208 / 0.5)}
.stroke-emerald-200\/55{stroke:rgb(167 243 208 / 0.55)}
.stroke-emerald-200\/60{stroke:rgb(167 243 208 / 0.6)}
.stroke-emerald-200\/65{stroke:rgb(167 243 208 / 0.65)}
.stroke-emerald-200\/70{stroke:rgb(167 243 208 / 0.7)}
.stroke-emerald-200\/75{stroke:rgb(167 243 208 / 0.75)}
.stroke-emerald-200\/80{stroke:rgb(167 243 208 / 0.8)}
.stroke-emerald-200\/85{stroke:rgb(167 243 208 / 0.85)}
.stroke-emerald-200\/90{stroke:rgb(167 243 208 / 0.9)}
.stroke-emerald-200\/95{stroke:rgb(167 243 208 / 0.95)}
.stroke-emerald-300{stroke:#6ee7b7}
.stroke-emerald-300\/0{stroke:rgb(110 231 183 / 0)}
.stroke-emerald-300\/10{stroke:rgb(110 231 183 / 0.1)}
.stroke-emerald-300\/100{stroke:rgb(110 231 183 / 1)}
.stroke-emerald-300\/15{stroke:rgb(110 231 183 / 0.15)}
.stroke-emerald-300\/20{stroke:rgb(110 231 183 / 0.2)}
.stroke-emerald-300\/25{stroke:rgb(110 231 183 / 0.25)}
.stroke-emerald-300\/30{stroke:rgb(110 231 183 / 0.3)}
.stroke-emerald-300\/35{stroke:rgb(110 231 183 / 0.35)}
.stroke-emerald-300\/40{stroke:rgb(110 231 183 / 0.4)}
.stroke-emerald-300\/45{stroke:rgb(110 231 183 / 0.45)}
.stroke-emerald-300\/5{stroke:rgb(110 231 183 / 0.05)}
.stroke-emerald-300\/50{stroke:rgb(110 231 183 / 0.5)}
.stroke-emerald-300\/55{stroke:rgb(110 231 183 / 0.55)}
.stroke-emerald-300\/60{stroke:rgb(110 231 183 / 0.6)}
.stroke-emerald-300\/65{stroke:rgb(110 231 183 / 0.65)}
.stroke-emerald-300\/70{stroke:rgb(110 231 183 / 0.7)}
.stroke-emerald-300\/75{stroke:rgb(110 231 183 / 0.75)}
.stroke-emerald-300\/80{stroke:rgb(110 231 183 / 0.8)}
.stroke-emerald-300\/85{stroke:rgb(110 231 183 / 0.85)}
.stroke-emerald-300\/90{stroke:rgb(110 231 183 / 0.9)}
.stroke-emerald-300\/95{stroke:rgb(110 231 183 / 0.95)}
.stroke-emerald-400{stroke:#34d399}
.stroke-emerald-400\/0{stroke:rgb(52 211 153 / 0)}
.stroke-emerald-400\/10{stroke:rgb(52 211 153 / 0.1)}
.stroke-emerald-400\/100{stroke:rgb(52 211 153 / 1)}
.stroke-emerald-400\/15{stroke:rgb(52 211 153 / 0.15)}
.stroke-emerald-400\/20{stroke:rgb(52 211 153 / 0.2)}
.stroke-emerald-400\/25{stroke:rgb(52 211 153 / 0.25)}
.stroke-emerald-400\/30{stroke:rgb(52 211 153 / 0.3)}
.stroke-emerald-400\/35{stroke:rgb(52 211 153 / 0.35)}
.stroke-emerald-400\/40{stroke:rgb(52 211 153 / 0.4)}
.stroke-emerald-400\/45{stroke:rgb(52 211 153 / 0.45)}
.stroke-emerald-400\/5{stroke:rgb(52 211 153 / 0.05)}
.stroke-emerald-400\/50{stroke:rgb(52 211 153 / 0.5)}
.stroke-emerald-400\/55{stroke:rgb(52 211 153 / 0.55)}
.stroke-emerald-400\/60{stroke:rgb(52 211 153 / 0.6)}
.stroke-emerald-400\/65{stroke:rgb(52 211 153 / 0.65)}
.stroke-emerald-400\/70{stroke:rgb(52 211 153 / 0.7)}
.stroke-emerald-400\/75{stroke:rgb(52 211 153 / 0.75)}
.stroke-emerald-400\/80{stroke:rgb(52 211 153 / 0.8)}
.stroke-emerald-400\/85{stroke:rgb(52 211 153 / 0.85)}
.stroke-emerald-400\/90{stroke:rgb(52 211 153 / 0.9)}
.stroke-emerald-400\/95{stroke:rgb(52 211 153 / 0.95)}
.stroke-emerald-50{stroke:#ecfdf5}
.stroke-emerald-50\/0{stroke:rgb(236 253 245 / 0)}
.stroke-emerald-50\/10{stroke:rgb(236 253 245 / 0.1)}
.stroke-emerald-50\/100{stroke:rgb(236 253 245 / 1)}
.stroke-emerald-50\/15{stroke:rgb(236 253 245 / 0.15)}
.stroke-emerald-50\/20{stroke:rgb(236 253 245 / 0.2)}
.stroke-emerald-50\/25{stroke:rgb(236 253 245 / 0.25)}
.stroke-emerald-50\/30{stroke:rgb(236 253 245 / 0.3)}
.stroke-emerald-50\/35{stroke:rgb(236 253 245 / 0.35)}
.stroke-emerald-50\/40{stroke:rgb(236 253 245 / 0.4)}
.stroke-emerald-50\/45{stroke:rgb(236 253 245 / 0.45)}
.stroke-emerald-50\/5{stroke:rgb(236 253 245 / 0.05)}
.stroke-emerald-50\/50{stroke:rgb(236 253 245 / 0.5)}
.stroke-emerald-50\/55{stroke:rgb(236 253 245 / 0.55)}
.stroke-emerald-50\/60{stroke:rgb(236 253 245 / 0.6)}
.stroke-emerald-50\/65{stroke:rgb(236 253 245 / 0.65)}
.stroke-emerald-50\/70{stroke:rgb(236 253 245 / 0.7)}
.stroke-emerald-50\/75{stroke:rgb(236 253 245 / 0.75)}
.stroke-emerald-50\/80{stroke:rgb(236 253 245 / 0.8)}
.stroke-emerald-50\/85{stroke:rgb(236 253 245 / 0.85)}
.stroke-emerald-50\/90{stroke:rgb(236 253 245 / 0.9)}
.stroke-emerald-50\/95{stroke:rgb(236 253 245 / 0.95)}
.stroke-emerald-500{stroke:#10b981}
.stroke-emerald-500\/0{stroke:rgb(16 185 129 / 0)}
.stroke-emerald-500\/10{stroke:rgb(16 185 129 / 0.1)}
.stroke-emerald-500\/100{stroke:rgb(16 185 129 / 1)}
.stroke-emerald-500\/15{stroke:rgb(16 185 129 / 0.15)}
.stroke-emerald-500\/20{stroke:rgb(16 185 129 / 0.2)}
.stroke-emerald-500\/25{stroke:rgb(16 185 129 / 0.25)}
.stroke-emerald-500\/30{stroke:rgb(16 185 129 / 0.3)}
.stroke-emerald-500\/35{stroke:rgb(16 185 129 / 0.35)}
.stroke-emerald-500\/40{stroke:rgb(16 185 129 / 0.4)}
.stroke-emerald-500\/45{stroke:rgb(16 185 129 / 0.45)}
.stroke-emerald-500\/5{stroke:rgb(16 185 129 / 0.05)}
.stroke-emerald-500\/50{stroke:rgb(16 185 129 / 0.5)}
.stroke-emerald-500\/55{stroke:rgb(16 185 129 / 0.55)}
.stroke-emerald-500\/60{stroke:rgb(16 185 129 / 0.6)}
.stroke-emerald-500\/65{stroke:rgb(16 185 129 / 0.65)}
.stroke-emerald-500\/70{stroke:rgb(16 185 129 / 0.7)}
.stroke-emerald-500\/75{stroke:rgb(16 185 129 / 0.75)}
.stroke-emerald-500\/80{stroke:rgb(16 185 129 / 0.8)}
.stroke-emerald-500\/85{stroke:rgb(16 185 129 / 0.85)}
.stroke-emerald-500\/90{stroke:rgb(16 185 129 / 0.9)}
.stroke-emerald-500\/95{stroke:rgb(16 185 129 / 0.95)}
.stroke-emerald-600{stroke:#059669}
.stroke-emerald-600\/0{stroke:rgb(5 150 105 / 0)}
.stroke-emerald-600\/10{stroke:rgb(5 150 105 / 0.1)}
.stroke-emerald-600\/100{stroke:rgb(5 150 105 / 1)}
.stroke-emerald-600\/15{stroke:rgb(5 150 105 / 0.15)}
.stroke-emerald-600\/20{stroke:rgb(5 150 105 / 0.2)}
.stroke-emerald-600\/25{stroke:rgb(5 150 105 / 0.25)}
.stroke-emerald-600\/30{stroke:rgb(5 150 105 / 0.3)}
.stroke-emerald-600\/35{stroke:rgb(5 150 105 / 0.35)}
.stroke-emerald-600\/40{stroke:rgb(5 150 105 / 0.4)}
.stroke-emerald-600\/45{stroke:rgb(5 150 105 / 0.45)}
.stroke-emerald-600\/5{stroke:rgb(5 150 105 / 0.05)}
.stroke-emerald-600\/50{stroke:rgb(5 150 105 / 0.5)}
.stroke-emerald-600\/55{stroke:rgb(5 150 105 / 0.55)}
.stroke-emerald-600\/60{stroke:rgb(5 150 105 / 0.6)}
.stroke-emerald-600\/65{stroke:rgb(5 150 105 / 0.65)}
.stroke-emerald-600\/70{stroke:rgb(5 150 105 / 0.7)}
.stroke-emerald-600\/75{stroke:rgb(5 150 105 / 0.75)}
.stroke-emerald-600\/80{stroke:rgb(5 150 105 / 0.8)}
.stroke-emerald-600\/85{stroke:rgb(5 150 105 / 0.85)}
.stroke-emerald-600\/90{stroke:rgb(5 150 105 / 0.9)}
.stroke-emerald-600\/95{stroke:rgb(5 150 105 / 0.95)}
.stroke-emerald-700{stroke:#047857}
.stroke-emerald-700\/0{stroke:rgb(4 120 87 / 0)}
.stroke-emerald-700\/10{stroke:rgb(4 120 87 / 0.1)}
.stroke-emerald-700\/100{stroke:rgb(4 120 87 / 1)}
.stroke-emerald-700\/15{stroke:rgb(4 120 87 / 0.15)}
.stroke-emerald-700\/20{stroke:rgb(4 120 87 / 0.2)}
.stroke-emerald-700\/25{stroke:rgb(4 120 87 / 0.25)}
.stroke-emerald-700\/30{stroke:rgb(4 120 87 / 0.3)}
.stroke-emerald-700\/35{stroke:rgb(4 120 87 / 0.35)}
.stroke-emerald-700\/40{stroke:rgb(4 120 87 / 0.4)}
.stroke-emerald-700\/45{stroke:rgb(4 120 87 / 0.45)}
.stroke-emerald-700\/5{stroke:rgb(4 120 87 / 0.05)}
.stroke-emerald-700\/50{stroke:rgb(4 120 87 / 0.5)}
.stroke-emerald-700\/55{stroke:rgb(4 120 87 / 0.55)}
.stroke-emerald-700\/60{stroke:rgb(4 120 87 / 0.6)}
.stroke-emerald-700\/65{stroke:rgb(4 120 87 / 0.65)}
.stroke-emerald-700\/70{stroke:rgb(4 120 87 / 0.7)}
.stroke-emerald-700\/75{stroke:rgb(4 120 87 / 0.75)}
.stroke-emerald-700\/80{stroke:rgb(4 120 87 / 0.8)}
.stroke-emerald-700\/85{stroke:rgb(4 120 87 / 0.85)}
.stroke-emerald-700\/90{stroke:rgb(4 120 87 / 0.9)}
.stroke-emerald-700\/95{stroke:rgb(4 120 87 / 0.95)}
.stroke-emerald-800{stroke:#065f46}
.stroke-emerald-800\/0{stroke:rgb(6 95 70 / 0)}
.stroke-emerald-800\/10{stroke:rgb(6 95 70 / 0.1)}
.stroke-emerald-800\/100{stroke:rgb(6 95 70 / 1)}
.stroke-emerald-800\/15{stroke:rgb(6 95 70 / 0.15)}
.stroke-emerald-800\/20{stroke:rgb(6 95 70 / 0.2)}
.stroke-emerald-800\/25{stroke:rgb(6 95 70 / 0.25)}
.stroke-emerald-800\/30{stroke:rgb(6 95 70 / 0.3)}
.stroke-emerald-800\/35{stroke:rgb(6 95 70 / 0.35)}
.stroke-emerald-800\/40{stroke:rgb(6 95 70 / 0.4)}
.stroke-emerald-800\/45{stroke:rgb(6 95 70 / 0.45)}
.stroke-emerald-800\/5{stroke:rgb(6 95 70 / 0.05)}
.stroke-emerald-800\/50{stroke:rgb(6 95 70 / 0.5)}
.stroke-emerald-800\/55{stroke:rgb(6 95 70 / 0.55)}
.stroke-emerald-800\/60{stroke:rgb(6 95 70 / 0.6)}
.stroke-emerald-800\/65{stroke:rgb(6 95 70 / 0.65)}
.stroke-emerald-800\/70{stroke:rgb(6 95 70 / 0.7)}
.stroke-emerald-800\/75{stroke:rgb(6 95 70 / 0.75)}
.stroke-emerald-800\/80{stroke:rgb(6 95 70 / 0.8)}
.stroke-emerald-800\/85{stroke:rgb(6 95 70 / 0.85)}
.stroke-emerald-800\/90{stroke:rgb(6 95 70 / 0.9)}
.stroke-emerald-800\/95{stroke:rgb(6 95 70 / 0.95)}
.stroke-emerald-900{stroke:#064e3b}
.stroke-emerald-900\/0{stroke:rgb(6 78 59 / 0)}
.stroke-emerald-900\/10{stroke:rgb(6 78 59 / 0.1)}
.stroke-emerald-900\/100{stroke:rgb(6 78 59 / 1)}
.stroke-emerald-900\/15{stroke:rgb(6 78 59 / 0.15)}
.stroke-emerald-900\/20{stroke:rgb(6 78 59 / 0.2)}
.stroke-emerald-900\/25{stroke:rgb(6 78 59 / 0.25)}
.stroke-emerald-900\/30{stroke:rgb(6 78 59 / 0.3)}
.stroke-emerald-900\/35{stroke:rgb(6 78 59 / 0.35)}
.stroke-emerald-900\/40{stroke:rgb(6 78 59 / 0.4)}
.stroke-emerald-900\/45{stroke:rgb(6 78 59 / 0.45)}
.stroke-emerald-900\/5{stroke:rgb(6 78 59 / 0.05)}
.stroke-emerald-900\/50{stroke:rgb(6 78 59 / 0.5)}
.stroke-emerald-900\/55{stroke:rgb(6 78 59 / 0.55)}
.stroke-emerald-900\/60{stroke:rgb(6 78 59 / 0.6)}
.stroke-emerald-900\/65{stroke:rgb(6 78 59 / 0.65)}
.stroke-emerald-900\/70{stroke:rgb(6 78 59 / 0.7)}
.stroke-emerald-900\/75{stroke:rgb(6 78 59 / 0.75)}
.stroke-emerald-900\/80{stroke:rgb(6 78 59 / 0.8)}
.stroke-emerald-900\/85{stroke:rgb(6 78 59 / 0.85)}
.stroke-emerald-900\/90{stroke:rgb(6 78 59 / 0.9)}
.stroke-emerald-900\/95{stroke:rgb(6 78 59 / 0.95)}
.stroke-emerald-950{stroke:#022c22}
.stroke-emerald-950\/0{stroke:rgb(2 44 34 / 0)}
.stroke-emerald-950\/10{stroke:rgb(2 44 34 / 0.1)}
.stroke-emerald-950\/100{stroke:rgb(2 44 34 / 1)}
.stroke-emerald-950\/15{stroke:rgb(2 44 34 / 0.15)}
.stroke-emerald-950\/20{stroke:rgb(2 44 34 / 0.2)}
.stroke-emerald-950\/25{stroke:rgb(2 44 34 / 0.25)}
.stroke-emerald-950\/30{stroke:rgb(2 44 34 / 0.3)}
.stroke-emerald-950\/35{stroke:rgb(2 44 34 / 0.35)}
.stroke-emerald-950\/40{stroke:rgb(2 44 34 / 0.4)}
.stroke-emerald-950\/45{stroke:rgb(2 44 34 / 0.45)}
.stroke-emerald-950\/5{stroke:rgb(2 44 34 / 0.05)}
.stroke-emerald-950\/50{stroke:rgb(2 44 34 / 0.5)}
.stroke-emerald-950\/55{stroke:rgb(2 44 34 / 0.55)}
.stroke-emerald-950\/60{stroke:rgb(2 44 34 / 0.6)}
.stroke-emerald-950\/65{stroke:rgb(2 44 34 / 0.65)}
.stroke-emerald-950\/70{stroke:rgb(2 44 34 / 0.7)}
.stroke-emerald-950\/75{stroke:rgb(2 44 34 / 0.75)}
.stroke-emerald-950\/80{stroke:rgb(2 44 34 / 0.8)}
.stroke-emerald-950\/85{stroke:rgb(2 44 34 / 0.85)}
.stroke-emerald-950\/90{stroke:rgb(2 44 34 / 0.9)}
.stroke-emerald-950\/95{stroke:rgb(2 44 34 / 0.95)}
.stroke-gridItemHover{stroke:rgba(0,0,0,.03)}
.stroke-gridItemHover\/0{stroke:rgba(0, 0, 0, 0)}
.stroke-gridItemHover\/10{stroke:rgba(0, 0, 0, 0.1)}
.stroke-gridItemHover\/100{stroke:rgba(0, 0, 0, 1)}
.stroke-gridItemHover\/15{stroke:rgba(0, 0, 0, 0.15)}
.stroke-gridItemHover\/20{stroke:rgba(0, 0, 0, 0.2)}
.stroke-gridItemHover\/25{stroke:rgba(0, 0, 0, 0.25)}
.stroke-gridItemHover\/30{stroke:rgba(0, 0, 0, 0.3)}
.stroke-gridItemHover\/35{stroke:rgba(0, 0, 0, 0.35)}
.stroke-gridItemHover\/40{stroke:rgba(0, 0, 0, 0.4)}
.stroke-gridItemHover\/45{stroke:rgba(0, 0, 0, 0.45)}
.stroke-gridItemHover\/5{stroke:rgba(0, 0, 0, 0.05)}
.stroke-gridItemHover\/50{stroke:rgba(0, 0, 0, 0.5)}
.stroke-gridItemHover\/55{stroke:rgba(0, 0, 0, 0.55)}
.stroke-gridItemHover\/60{stroke:rgba(0, 0, 0, 0.6)}
.stroke-gridItemHover\/65{stroke:rgba(0, 0, 0, 0.65)}
.stroke-gridItemHover\/70{stroke:rgba(0, 0, 0, 0.7)}
.stroke-gridItemHover\/75{stroke:rgba(0, 0, 0, 0.75)}
.stroke-gridItemHover\/80{stroke:rgba(0, 0, 0, 0.8)}
.stroke-gridItemHover\/85{stroke:rgba(0, 0, 0, 0.85)}
.stroke-gridItemHover\/90{stroke:rgba(0, 0, 0, 0.9)}
.stroke-gridItemHover\/95{stroke:rgba(0, 0, 0, 0.95)}
.stroke-info-text-contrast{stroke:#000}
.stroke-info-text-contrast\/0{stroke:rgb(0 0 0 / 0)}
.stroke-info-text-contrast\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-info-text-contrast\/100{stroke:rgb(0 0 0 / 1)}
.stroke-info-text-contrast\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-info-text-contrast\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-info-text-contrast\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-info-text-contrast\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-info-text-contrast\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-info-text-contrast\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-info-text-contrast\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-info-text-contrast\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-info-text-contrast\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-info-text-contrast\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-info-text-contrast\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-info-text-contrast\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-info-text-contrast\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-info-text-contrast\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-info-text-contrast\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-info-text-contrast\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-info-text-contrast\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-info-text-contrast\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-info-text-contrastsWithCard{stroke:true}
.stroke-info-text-isDark{}
.stroke-info-text-text{stroke:#48abd9}
.stroke-info-text-text\/0{stroke:rgb(72 171 217 / 0)}
.stroke-info-text-text\/10{stroke:rgb(72 171 217 / 0.1)}
.stroke-info-text-text\/100{stroke:rgb(72 171 217 / 1)}
.stroke-info-text-text\/15{stroke:rgb(72 171 217 / 0.15)}
.stroke-info-text-text\/20{stroke:rgb(72 171 217 / 0.2)}
.stroke-info-text-text\/25{stroke:rgb(72 171 217 / 0.25)}
.stroke-info-text-text\/30{stroke:rgb(72 171 217 / 0.3)}
.stroke-info-text-text\/35{stroke:rgb(72 171 217 / 0.35)}
.stroke-info-text-text\/40{stroke:rgb(72 171 217 / 0.4)}
.stroke-info-text-text\/45{stroke:rgb(72 171 217 / 0.45)}
.stroke-info-text-text\/5{stroke:rgb(72 171 217 / 0.05)}
.stroke-info-text-text\/50{stroke:rgb(72 171 217 / 0.5)}
.stroke-info-text-text\/55{stroke:rgb(72 171 217 / 0.55)}
.stroke-info-text-text\/60{stroke:rgb(72 171 217 / 0.6)}
.stroke-info-text-text\/65{stroke:rgb(72 171 217 / 0.65)}
.stroke-info-text-text\/70{stroke:rgb(72 171 217 / 0.7)}
.stroke-info-text-text\/75{stroke:rgb(72 171 217 / 0.75)}
.stroke-info-text-text\/80{stroke:rgb(72 171 217 / 0.8)}
.stroke-info-text-text\/85{stroke:rgb(72 171 217 / 0.85)}
.stroke-info-text-text\/90{stroke:rgb(72 171 217 / 0.9)}
.stroke-info-text-text\/95{stroke:rgb(72 171 217 / 0.95)}
.stroke-lime-100{stroke:#ecfccb}
.stroke-lime-100\/0{stroke:rgb(236 252 203 / 0)}
.stroke-lime-100\/10{stroke:rgb(236 252 203 / 0.1)}
.stroke-lime-100\/100{stroke:rgb(236 252 203 / 1)}
.stroke-lime-100\/15{stroke:rgb(236 252 203 / 0.15)}
.stroke-lime-100\/20{stroke:rgb(236 252 203 / 0.2)}
.stroke-lime-100\/25{stroke:rgb(236 252 203 / 0.25)}
.stroke-lime-100\/30{stroke:rgb(236 252 203 / 0.3)}
.stroke-lime-100\/35{stroke:rgb(236 252 203 / 0.35)}
.stroke-lime-100\/40{stroke:rgb(236 252 203 / 0.4)}
.stroke-lime-100\/45{stroke:rgb(236 252 203 / 0.45)}
.stroke-lime-100\/5{stroke:rgb(236 252 203 / 0.05)}
.stroke-lime-100\/50{stroke:rgb(236 252 203 / 0.5)}
.stroke-lime-100\/55{stroke:rgb(236 252 203 / 0.55)}
.stroke-lime-100\/60{stroke:rgb(236 252 203 / 0.6)}
.stroke-lime-100\/65{stroke:rgb(236 252 203 / 0.65)}
.stroke-lime-100\/70{stroke:rgb(236 252 203 / 0.7)}
.stroke-lime-100\/75{stroke:rgb(236 252 203 / 0.75)}
.stroke-lime-100\/80{stroke:rgb(236 252 203 / 0.8)}
.stroke-lime-100\/85{stroke:rgb(236 252 203 / 0.85)}
.stroke-lime-100\/90{stroke:rgb(236 252 203 / 0.9)}
.stroke-lime-100\/95{stroke:rgb(236 252 203 / 0.95)}
.stroke-lime-200{stroke:#d9f99d}
.stroke-lime-200\/0{stroke:rgb(217 249 157 / 0)}
.stroke-lime-200\/10{stroke:rgb(217 249 157 / 0.1)}
.stroke-lime-200\/100{stroke:rgb(217 249 157 / 1)}
.stroke-lime-200\/15{stroke:rgb(217 249 157 / 0.15)}
.stroke-lime-200\/20{stroke:rgb(217 249 157 / 0.2)}
.stroke-lime-200\/25{stroke:rgb(217 249 157 / 0.25)}
.stroke-lime-200\/30{stroke:rgb(217 249 157 / 0.3)}
.stroke-lime-200\/35{stroke:rgb(217 249 157 / 0.35)}
.stroke-lime-200\/40{stroke:rgb(217 249 157 / 0.4)}
.stroke-lime-200\/45{stroke:rgb(217 249 157 / 0.45)}
.stroke-lime-200\/5{stroke:rgb(217 249 157 / 0.05)}
.stroke-lime-200\/50{stroke:rgb(217 249 157 / 0.5)}
.stroke-lime-200\/55{stroke:rgb(217 249 157 / 0.55)}
.stroke-lime-200\/60{stroke:rgb(217 249 157 / 0.6)}
.stroke-lime-200\/65{stroke:rgb(217 249 157 / 0.65)}
.stroke-lime-200\/70{stroke:rgb(217 249 157 / 0.7)}
.stroke-lime-200\/75{stroke:rgb(217 249 157 / 0.75)}
.stroke-lime-200\/80{stroke:rgb(217 249 157 / 0.8)}
.stroke-lime-200\/85{stroke:rgb(217 249 157 / 0.85)}
.stroke-lime-200\/90{stroke:rgb(217 249 157 / 0.9)}
.stroke-lime-200\/95{stroke:rgb(217 249 157 / 0.95)}
.stroke-lime-300{stroke:#bef264}
.stroke-lime-300\/0{stroke:rgb(190 242 100 / 0)}
.stroke-lime-300\/10{stroke:rgb(190 242 100 / 0.1)}
.stroke-lime-300\/100{stroke:rgb(190 242 100 / 1)}
.stroke-lime-300\/15{stroke:rgb(190 242 100 / 0.15)}
.stroke-lime-300\/20{stroke:rgb(190 242 100 / 0.2)}
.stroke-lime-300\/25{stroke:rgb(190 242 100 / 0.25)}
.stroke-lime-300\/30{stroke:rgb(190 242 100 / 0.3)}
.stroke-lime-300\/35{stroke:rgb(190 242 100 / 0.35)}
.stroke-lime-300\/40{stroke:rgb(190 242 100 / 0.4)}
.stroke-lime-300\/45{stroke:rgb(190 242 100 / 0.45)}
.stroke-lime-300\/5{stroke:rgb(190 242 100 / 0.05)}
.stroke-lime-300\/50{stroke:rgb(190 242 100 / 0.5)}
.stroke-lime-300\/55{stroke:rgb(190 242 100 / 0.55)}
.stroke-lime-300\/60{stroke:rgb(190 242 100 / 0.6)}
.stroke-lime-300\/65{stroke:rgb(190 242 100 / 0.65)}
.stroke-lime-300\/70{stroke:rgb(190 242 100 / 0.7)}
.stroke-lime-300\/75{stroke:rgb(190 242 100 / 0.75)}
.stroke-lime-300\/80{stroke:rgb(190 242 100 / 0.8)}
.stroke-lime-300\/85{stroke:rgb(190 242 100 / 0.85)}
.stroke-lime-300\/90{stroke:rgb(190 242 100 / 0.9)}
.stroke-lime-300\/95{stroke:rgb(190 242 100 / 0.95)}
.stroke-lime-400{stroke:#a3e635}
.stroke-lime-400\/0{stroke:rgb(163 230 53 / 0)}
.stroke-lime-400\/10{stroke:rgb(163 230 53 / 0.1)}
.stroke-lime-400\/100{stroke:rgb(163 230 53 / 1)}
.stroke-lime-400\/15{stroke:rgb(163 230 53 / 0.15)}
.stroke-lime-400\/20{stroke:rgb(163 230 53 / 0.2)}
.stroke-lime-400\/25{stroke:rgb(163 230 53 / 0.25)}
.stroke-lime-400\/30{stroke:rgb(163 230 53 / 0.3)}
.stroke-lime-400\/35{stroke:rgb(163 230 53 / 0.35)}
.stroke-lime-400\/40{stroke:rgb(163 230 53 / 0.4)}
.stroke-lime-400\/45{stroke:rgb(163 230 53 / 0.45)}
.stroke-lime-400\/5{stroke:rgb(163 230 53 / 0.05)}
.stroke-lime-400\/50{stroke:rgb(163 230 53 / 0.5)}
.stroke-lime-400\/55{stroke:rgb(163 230 53 / 0.55)}
.stroke-lime-400\/60{stroke:rgb(163 230 53 / 0.6)}
.stroke-lime-400\/65{stroke:rgb(163 230 53 / 0.65)}
.stroke-lime-400\/70{stroke:rgb(163 230 53 / 0.7)}
.stroke-lime-400\/75{stroke:rgb(163 230 53 / 0.75)}
.stroke-lime-400\/80{stroke:rgb(163 230 53 / 0.8)}
.stroke-lime-400\/85{stroke:rgb(163 230 53 / 0.85)}
.stroke-lime-400\/90{stroke:rgb(163 230 53 / 0.9)}
.stroke-lime-400\/95{stroke:rgb(163 230 53 / 0.95)}
.stroke-lime-50{stroke:#f7fee7}
.stroke-lime-50\/0{stroke:rgb(247 254 231 / 0)}
.stroke-lime-50\/10{stroke:rgb(247 254 231 / 0.1)}
.stroke-lime-50\/100{stroke:rgb(247 254 231 / 1)}
.stroke-lime-50\/15{stroke:rgb(247 254 231 / 0.15)}
.stroke-lime-50\/20{stroke:rgb(247 254 231 / 0.2)}
.stroke-lime-50\/25{stroke:rgb(247 254 231 / 0.25)}
.stroke-lime-50\/30{stroke:rgb(247 254 231 / 0.3)}
.stroke-lime-50\/35{stroke:rgb(247 254 231 / 0.35)}
.stroke-lime-50\/40{stroke:rgb(247 254 231 / 0.4)}
.stroke-lime-50\/45{stroke:rgb(247 254 231 / 0.45)}
.stroke-lime-50\/5{stroke:rgb(247 254 231 / 0.05)}
.stroke-lime-50\/50{stroke:rgb(247 254 231 / 0.5)}
.stroke-lime-50\/55{stroke:rgb(247 254 231 / 0.55)}
.stroke-lime-50\/60{stroke:rgb(247 254 231 / 0.6)}
.stroke-lime-50\/65{stroke:rgb(247 254 231 / 0.65)}
.stroke-lime-50\/70{stroke:rgb(247 254 231 / 0.7)}
.stroke-lime-50\/75{stroke:rgb(247 254 231 / 0.75)}
.stroke-lime-50\/80{stroke:rgb(247 254 231 / 0.8)}
.stroke-lime-50\/85{stroke:rgb(247 254 231 / 0.85)}
.stroke-lime-50\/90{stroke:rgb(247 254 231 / 0.9)}
.stroke-lime-50\/95{stroke:rgb(247 254 231 / 0.95)}
.stroke-lime-500{stroke:#84cc16}
.stroke-lime-500\/0{stroke:rgb(132 204 22 / 0)}
.stroke-lime-500\/10{stroke:rgb(132 204 22 / 0.1)}
.stroke-lime-500\/100{stroke:rgb(132 204 22 / 1)}
.stroke-lime-500\/15{stroke:rgb(132 204 22 / 0.15)}
.stroke-lime-500\/20{stroke:rgb(132 204 22 / 0.2)}
.stroke-lime-500\/25{stroke:rgb(132 204 22 / 0.25)}
.stroke-lime-500\/30{stroke:rgb(132 204 22 / 0.3)}
.stroke-lime-500\/35{stroke:rgb(132 204 22 / 0.35)}
.stroke-lime-500\/40{stroke:rgb(132 204 22 / 0.4)}
.stroke-lime-500\/45{stroke:rgb(132 204 22 / 0.45)}
.stroke-lime-500\/5{stroke:rgb(132 204 22 / 0.05)}
.stroke-lime-500\/50{stroke:rgb(132 204 22 / 0.5)}
.stroke-lime-500\/55{stroke:rgb(132 204 22 / 0.55)}
.stroke-lime-500\/60{stroke:rgb(132 204 22 / 0.6)}
.stroke-lime-500\/65{stroke:rgb(132 204 22 / 0.65)}
.stroke-lime-500\/70{stroke:rgb(132 204 22 / 0.7)}
.stroke-lime-500\/75{stroke:rgb(132 204 22 / 0.75)}
.stroke-lime-500\/80{stroke:rgb(132 204 22 / 0.8)}
.stroke-lime-500\/85{stroke:rgb(132 204 22 / 0.85)}
.stroke-lime-500\/90{stroke:rgb(132 204 22 / 0.9)}
.stroke-lime-500\/95{stroke:rgb(132 204 22 / 0.95)}
.stroke-lime-600{stroke:#65a30d}
.stroke-lime-600\/0{stroke:rgb(101 163 13 / 0)}
.stroke-lime-600\/10{stroke:rgb(101 163 13 / 0.1)}
.stroke-lime-600\/100{stroke:rgb(101 163 13 / 1)}
.stroke-lime-600\/15{stroke:rgb(101 163 13 / 0.15)}
.stroke-lime-600\/20{stroke:rgb(101 163 13 / 0.2)}
.stroke-lime-600\/25{stroke:rgb(101 163 13 / 0.25)}
.stroke-lime-600\/30{stroke:rgb(101 163 13 / 0.3)}
.stroke-lime-600\/35{stroke:rgb(101 163 13 / 0.35)}
.stroke-lime-600\/40{stroke:rgb(101 163 13 / 0.4)}
.stroke-lime-600\/45{stroke:rgb(101 163 13 / 0.45)}
.stroke-lime-600\/5{stroke:rgb(101 163 13 / 0.05)}
.stroke-lime-600\/50{stroke:rgb(101 163 13 / 0.5)}
.stroke-lime-600\/55{stroke:rgb(101 163 13 / 0.55)}
.stroke-lime-600\/60{stroke:rgb(101 163 13 / 0.6)}
.stroke-lime-600\/65{stroke:rgb(101 163 13 / 0.65)}
.stroke-lime-600\/70{stroke:rgb(101 163 13 / 0.7)}
.stroke-lime-600\/75{stroke:rgb(101 163 13 / 0.75)}
.stroke-lime-600\/80{stroke:rgb(101 163 13 / 0.8)}
.stroke-lime-600\/85{stroke:rgb(101 163 13 / 0.85)}
.stroke-lime-600\/90{stroke:rgb(101 163 13 / 0.9)}
.stroke-lime-600\/95{stroke:rgb(101 163 13 / 0.95)}
.stroke-lime-700{stroke:#4d7c0f}
.stroke-lime-700\/0{stroke:rgb(77 124 15 / 0)}
.stroke-lime-700\/10{stroke:rgb(77 124 15 / 0.1)}
.stroke-lime-700\/100{stroke:rgb(77 124 15 / 1)}
.stroke-lime-700\/15{stroke:rgb(77 124 15 / 0.15)}
.stroke-lime-700\/20{stroke:rgb(77 124 15 / 0.2)}
.stroke-lime-700\/25{stroke:rgb(77 124 15 / 0.25)}
.stroke-lime-700\/30{stroke:rgb(77 124 15 / 0.3)}
.stroke-lime-700\/35{stroke:rgb(77 124 15 / 0.35)}
.stroke-lime-700\/40{stroke:rgb(77 124 15 / 0.4)}
.stroke-lime-700\/45{stroke:rgb(77 124 15 / 0.45)}
.stroke-lime-700\/5{stroke:rgb(77 124 15 / 0.05)}
.stroke-lime-700\/50{stroke:rgb(77 124 15 / 0.5)}
.stroke-lime-700\/55{stroke:rgb(77 124 15 / 0.55)}
.stroke-lime-700\/60{stroke:rgb(77 124 15 / 0.6)}
.stroke-lime-700\/65{stroke:rgb(77 124 15 / 0.65)}
.stroke-lime-700\/70{stroke:rgb(77 124 15 / 0.7)}
.stroke-lime-700\/75{stroke:rgb(77 124 15 / 0.75)}
.stroke-lime-700\/80{stroke:rgb(77 124 15 / 0.8)}
.stroke-lime-700\/85{stroke:rgb(77 124 15 / 0.85)}
.stroke-lime-700\/90{stroke:rgb(77 124 15 / 0.9)}
.stroke-lime-700\/95{stroke:rgb(77 124 15 / 0.95)}
.stroke-lime-800{stroke:#3f6212}
.stroke-lime-800\/0{stroke:rgb(63 98 18 / 0)}
.stroke-lime-800\/10{stroke:rgb(63 98 18 / 0.1)}
.stroke-lime-800\/100{stroke:rgb(63 98 18 / 1)}
.stroke-lime-800\/15{stroke:rgb(63 98 18 / 0.15)}
.stroke-lime-800\/20{stroke:rgb(63 98 18 / 0.2)}
.stroke-lime-800\/25{stroke:rgb(63 98 18 / 0.25)}
.stroke-lime-800\/30{stroke:rgb(63 98 18 / 0.3)}
.stroke-lime-800\/35{stroke:rgb(63 98 18 / 0.35)}
.stroke-lime-800\/40{stroke:rgb(63 98 18 / 0.4)}
.stroke-lime-800\/45{stroke:rgb(63 98 18 / 0.45)}
.stroke-lime-800\/5{stroke:rgb(63 98 18 / 0.05)}
.stroke-lime-800\/50{stroke:rgb(63 98 18 / 0.5)}
.stroke-lime-800\/55{stroke:rgb(63 98 18 / 0.55)}
.stroke-lime-800\/60{stroke:rgb(63 98 18 / 0.6)}
.stroke-lime-800\/65{stroke:rgb(63 98 18 / 0.65)}
.stroke-lime-800\/70{stroke:rgb(63 98 18 / 0.7)}
.stroke-lime-800\/75{stroke:rgb(63 98 18 / 0.75)}
.stroke-lime-800\/80{stroke:rgb(63 98 18 / 0.8)}
.stroke-lime-800\/85{stroke:rgb(63 98 18 / 0.85)}
.stroke-lime-800\/90{stroke:rgb(63 98 18 / 0.9)}
.stroke-lime-800\/95{stroke:rgb(63 98 18 / 0.95)}
.stroke-lime-900{stroke:#365314}
.stroke-lime-900\/0{stroke:rgb(54 83 20 / 0)}
.stroke-lime-900\/10{stroke:rgb(54 83 20 / 0.1)}
.stroke-lime-900\/100{stroke:rgb(54 83 20 / 1)}
.stroke-lime-900\/15{stroke:rgb(54 83 20 / 0.15)}
.stroke-lime-900\/20{stroke:rgb(54 83 20 / 0.2)}
.stroke-lime-900\/25{stroke:rgb(54 83 20 / 0.25)}
.stroke-lime-900\/30{stroke:rgb(54 83 20 / 0.3)}
.stroke-lime-900\/35{stroke:rgb(54 83 20 / 0.35)}
.stroke-lime-900\/40{stroke:rgb(54 83 20 / 0.4)}
.stroke-lime-900\/45{stroke:rgb(54 83 20 / 0.45)}
.stroke-lime-900\/5{stroke:rgb(54 83 20 / 0.05)}
.stroke-lime-900\/50{stroke:rgb(54 83 20 / 0.5)}
.stroke-lime-900\/55{stroke:rgb(54 83 20 / 0.55)}
.stroke-lime-900\/60{stroke:rgb(54 83 20 / 0.6)}
.stroke-lime-900\/65{stroke:rgb(54 83 20 / 0.65)}
.stroke-lime-900\/70{stroke:rgb(54 83 20 / 0.7)}
.stroke-lime-900\/75{stroke:rgb(54 83 20 / 0.75)}
.stroke-lime-900\/80{stroke:rgb(54 83 20 / 0.8)}
.stroke-lime-900\/85{stroke:rgb(54 83 20 / 0.85)}
.stroke-lime-900\/90{stroke:rgb(54 83 20 / 0.9)}
.stroke-lime-900\/95{stroke:rgb(54 83 20 / 0.95)}
.stroke-lime-950{stroke:#1a2e05}
.stroke-lime-950\/0{stroke:rgb(26 46 5 / 0)}
.stroke-lime-950\/10{stroke:rgb(26 46 5 / 0.1)}
.stroke-lime-950\/100{stroke:rgb(26 46 5 / 1)}
.stroke-lime-950\/15{stroke:rgb(26 46 5 / 0.15)}
.stroke-lime-950\/20{stroke:rgb(26 46 5 / 0.2)}
.stroke-lime-950\/25{stroke:rgb(26 46 5 / 0.25)}
.stroke-lime-950\/30{stroke:rgb(26 46 5 / 0.3)}
.stroke-lime-950\/35{stroke:rgb(26 46 5 / 0.35)}
.stroke-lime-950\/40{stroke:rgb(26 46 5 / 0.4)}
.stroke-lime-950\/45{stroke:rgb(26 46 5 / 0.45)}
.stroke-lime-950\/5{stroke:rgb(26 46 5 / 0.05)}
.stroke-lime-950\/50{stroke:rgb(26 46 5 / 0.5)}
.stroke-lime-950\/55{stroke:rgb(26 46 5 / 0.55)}
.stroke-lime-950\/60{stroke:rgb(26 46 5 / 0.6)}
.stroke-lime-950\/65{stroke:rgb(26 46 5 / 0.65)}
.stroke-lime-950\/70{stroke:rgb(26 46 5 / 0.7)}
.stroke-lime-950\/75{stroke:rgb(26 46 5 / 0.75)}
.stroke-lime-950\/80{stroke:rgb(26 46 5 / 0.8)}
.stroke-lime-950\/85{stroke:rgb(26 46 5 / 0.85)}
.stroke-lime-950\/90{stroke:rgb(26 46 5 / 0.9)}
.stroke-lime-950\/95{stroke:rgb(26 46 5 / 0.95)}
.stroke-navBackground-text-contrast{stroke:#fff}
.stroke-navBackground-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-navBackground-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-navBackground-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-navBackground-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-navBackground-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-navBackground-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-navBackground-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-navBackground-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-navBackground-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-navBackground-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-navBackground-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-navBackground-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-navBackground-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-navBackground-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-navBackground-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-navBackground-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-navBackground-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-navBackground-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-navBackground-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-navBackground-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-navBackground-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-navBackground-text-contrastsWithCard{stroke:true}
.stroke-navBackground-text-isDark{stroke:true}
.stroke-navBackground-text-text{stroke:#848484}
.stroke-navBackground-text-text\/0{stroke:rgb(132 132 132 / 0)}
.stroke-navBackground-text-text\/10{stroke:rgb(132 132 132 / 0.1)}
.stroke-navBackground-text-text\/100{stroke:rgb(132 132 132 / 1)}
.stroke-navBackground-text-text\/15{stroke:rgb(132 132 132 / 0.15)}
.stroke-navBackground-text-text\/20{stroke:rgb(132 132 132 / 0.2)}
.stroke-navBackground-text-text\/25{stroke:rgb(132 132 132 / 0.25)}
.stroke-navBackground-text-text\/30{stroke:rgb(132 132 132 / 0.3)}
.stroke-navBackground-text-text\/35{stroke:rgb(132 132 132 / 0.35)}
.stroke-navBackground-text-text\/40{stroke:rgb(132 132 132 / 0.4)}
.stroke-navBackground-text-text\/45{stroke:rgb(132 132 132 / 0.45)}
.stroke-navBackground-text-text\/5{stroke:rgb(132 132 132 / 0.05)}
.stroke-navBackground-text-text\/50{stroke:rgb(132 132 132 / 0.5)}
.stroke-navBackground-text-text\/55{stroke:rgb(132 132 132 / 0.55)}
.stroke-navBackground-text-text\/60{stroke:rgb(132 132 132 / 0.6)}
.stroke-navBackground-text-text\/65{stroke:rgb(132 132 132 / 0.65)}
.stroke-navBackground-text-text\/70{stroke:rgb(132 132 132 / 0.7)}
.stroke-navBackground-text-text\/75{stroke:rgb(132 132 132 / 0.75)}
.stroke-navBackground-text-text\/80{stroke:rgb(132 132 132 / 0.8)}
.stroke-navBackground-text-text\/85{stroke:rgb(132 132 132 / 0.85)}
.stroke-navBackground-text-text\/90{stroke:rgb(132 132 132 / 0.9)}
.stroke-navBackground-text-text\/95{stroke:rgb(132 132 132 / 0.95)}
.stroke-navBackgroundDark-text-contrast{stroke:#fff}
.stroke-navBackgroundDark-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-navBackgroundDark-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-navBackgroundDark-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-navBackgroundDark-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-navBackgroundDark-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-navBackgroundDark-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-navBackgroundDark-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-navBackgroundDark-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-navBackgroundDark-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-navBackgroundDark-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-navBackgroundDark-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-navBackgroundDark-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-navBackgroundDark-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-navBackgroundDark-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-navBackgroundDark-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-navBackgroundDark-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-navBackgroundDark-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-navBackgroundDark-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-navBackgroundDark-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-navBackgroundDark-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-navBackgroundDark-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-navBackgroundDark-text-contrastsWithCard{stroke:true}
.stroke-navBackgroundDark-text-isDark{stroke:true}
.stroke-navBackgroundDark-text-text{stroke:#1e293b}
.stroke-navBackgroundDark-text-text\/0{stroke:rgb(30 41 59 / 0)}
.stroke-navBackgroundDark-text-text\/10{stroke:rgb(30 41 59 / 0.1)}
.stroke-navBackgroundDark-text-text\/100{stroke:rgb(30 41 59 / 1)}
.stroke-navBackgroundDark-text-text\/15{stroke:rgb(30 41 59 / 0.15)}
.stroke-navBackgroundDark-text-text\/20{stroke:rgb(30 41 59 / 0.2)}
.stroke-navBackgroundDark-text-text\/25{stroke:rgb(30 41 59 / 0.25)}
.stroke-navBackgroundDark-text-text\/30{stroke:rgb(30 41 59 / 0.3)}
.stroke-navBackgroundDark-text-text\/35{stroke:rgb(30 41 59 / 0.35)}
.stroke-navBackgroundDark-text-text\/40{stroke:rgb(30 41 59 / 0.4)}
.stroke-navBackgroundDark-text-text\/45{stroke:rgb(30 41 59 / 0.45)}
.stroke-navBackgroundDark-text-text\/5{stroke:rgb(30 41 59 / 0.05)}
.stroke-navBackgroundDark-text-text\/50{stroke:rgb(30 41 59 / 0.5)}
.stroke-navBackgroundDark-text-text\/55{stroke:rgb(30 41 59 / 0.55)}
.stroke-navBackgroundDark-text-text\/60{stroke:rgb(30 41 59 / 0.6)}
.stroke-navBackgroundDark-text-text\/65{stroke:rgb(30 41 59 / 0.65)}
.stroke-navBackgroundDark-text-text\/70{stroke:rgb(30 41 59 / 0.7)}
.stroke-navBackgroundDark-text-text\/75{stroke:rgb(30 41 59 / 0.75)}
.stroke-navBackgroundDark-text-text\/80{stroke:rgb(30 41 59 / 0.8)}
.stroke-navBackgroundDark-text-text\/85{stroke:rgb(30 41 59 / 0.85)}
.stroke-navBackgroundDark-text-text\/90{stroke:rgb(30 41 59 / 0.9)}
.stroke-navBackgroundDark-text-text\/95{stroke:rgb(30 41 59 / 0.95)}
.stroke-navText-text-contrast{stroke:#fff}
.stroke-navText-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-navText-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-navText-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-navText-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-navText-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-navText-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-navText-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-navText-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-navText-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-navText-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-navText-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-navText-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-navText-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-navText-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-navText-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-navText-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-navText-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-navText-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-navText-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-navText-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-navText-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-navText-text-contrastsWithCard{stroke:true}
.stroke-navText-text-isDark{stroke:true}
.stroke-navText-text-text{stroke:#1e293b}
.stroke-navText-text-text\/0{stroke:rgb(30 41 59 / 0)}
.stroke-navText-text-text\/10{stroke:rgb(30 41 59 / 0.1)}
.stroke-navText-text-text\/100{stroke:rgb(30 41 59 / 1)}
.stroke-navText-text-text\/15{stroke:rgb(30 41 59 / 0.15)}
.stroke-navText-text-text\/20{stroke:rgb(30 41 59 / 0.2)}
.stroke-navText-text-text\/25{stroke:rgb(30 41 59 / 0.25)}
.stroke-navText-text-text\/30{stroke:rgb(30 41 59 / 0.3)}
.stroke-navText-text-text\/35{stroke:rgb(30 41 59 / 0.35)}
.stroke-navText-text-text\/40{stroke:rgb(30 41 59 / 0.4)}
.stroke-navText-text-text\/45{stroke:rgb(30 41 59 / 0.45)}
.stroke-navText-text-text\/5{stroke:rgb(30 41 59 / 0.05)}
.stroke-navText-text-text\/50{stroke:rgb(30 41 59 / 0.5)}
.stroke-navText-text-text\/55{stroke:rgb(30 41 59 / 0.55)}
.stroke-navText-text-text\/60{stroke:rgb(30 41 59 / 0.6)}
.stroke-navText-text-text\/65{stroke:rgb(30 41 59 / 0.65)}
.stroke-navText-text-text\/70{stroke:rgb(30 41 59 / 0.7)}
.stroke-navText-text-text\/75{stroke:rgb(30 41 59 / 0.75)}
.stroke-navText-text-text\/80{stroke:rgb(30 41 59 / 0.8)}
.stroke-navText-text-text\/85{stroke:rgb(30 41 59 / 0.85)}
.stroke-navText-text-text\/90{stroke:rgb(30 41 59 / 0.9)}
.stroke-navText-text-text\/95{stroke:rgb(30 41 59 / 0.95)}
.stroke-navTextDark-text-contrast{stroke:#fff}
.stroke-navTextDark-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-navTextDark-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-navTextDark-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-navTextDark-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-navTextDark-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-navTextDark-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-navTextDark-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-navTextDark-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-navTextDark-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-navTextDark-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-navTextDark-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-navTextDark-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-navTextDark-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-navTextDark-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-navTextDark-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-navTextDark-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-navTextDark-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-navTextDark-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-navTextDark-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-navTextDark-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-navTextDark-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-navTextDark-text-contrastsWithCard{stroke:true}
.stroke-navTextDark-text-isDark{stroke:true}
.stroke-navTextDark-text-text{stroke:#848484}
.stroke-navTextDark-text-text\/0{stroke:rgb(132 132 132 / 0)}
.stroke-navTextDark-text-text\/10{stroke:rgb(132 132 132 / 0.1)}
.stroke-navTextDark-text-text\/100{stroke:rgb(132 132 132 / 1)}
.stroke-navTextDark-text-text\/15{stroke:rgb(132 132 132 / 0.15)}
.stroke-navTextDark-text-text\/20{stroke:rgb(132 132 132 / 0.2)}
.stroke-navTextDark-text-text\/25{stroke:rgb(132 132 132 / 0.25)}
.stroke-navTextDark-text-text\/30{stroke:rgb(132 132 132 / 0.3)}
.stroke-navTextDark-text-text\/35{stroke:rgb(132 132 132 / 0.35)}
.stroke-navTextDark-text-text\/40{stroke:rgb(132 132 132 / 0.4)}
.stroke-navTextDark-text-text\/45{stroke:rgb(132 132 132 / 0.45)}
.stroke-navTextDark-text-text\/5{stroke:rgb(132 132 132 / 0.05)}
.stroke-navTextDark-text-text\/50{stroke:rgb(132 132 132 / 0.5)}
.stroke-navTextDark-text-text\/55{stroke:rgb(132 132 132 / 0.55)}
.stroke-navTextDark-text-text\/60{stroke:rgb(132 132 132 / 0.6)}
.stroke-navTextDark-text-text\/65{stroke:rgb(132 132 132 / 0.65)}
.stroke-navTextDark-text-text\/70{stroke:rgb(132 132 132 / 0.7)}
.stroke-navTextDark-text-text\/75{stroke:rgb(132 132 132 / 0.75)}
.stroke-navTextDark-text-text\/80{stroke:rgb(132 132 132 / 0.8)}
.stroke-navTextDark-text-text\/85{stroke:rgb(132 132 132 / 0.85)}
.stroke-navTextDark-text-text\/90{stroke:rgb(132 132 132 / 0.9)}
.stroke-navTextDark-text-text\/95{stroke:rgb(132 132 132 / 0.95)}
.stroke-navTextHover-text-contrast{stroke:#fff}
.stroke-navTextHover-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-navTextHover-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-navTextHover-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-navTextHover-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-navTextHover-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-navTextHover-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-navTextHover-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-navTextHover-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-navTextHover-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-navTextHover-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-navTextHover-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-navTextHover-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-navTextHover-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-navTextHover-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-navTextHover-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-navTextHover-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-navTextHover-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-navTextHover-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-navTextHover-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-navTextHover-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-navTextHover-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-navTextHover-text-contrastsWithCard{stroke:true}
.stroke-navTextHover-text-isDark{stroke:true}
.stroke-navTextHover-text-text{stroke:#1e293b}
.stroke-navTextHover-text-text\/0{stroke:rgb(30 41 59 / 0)}
.stroke-navTextHover-text-text\/10{stroke:rgb(30 41 59 / 0.1)}
.stroke-navTextHover-text-text\/100{stroke:rgb(30 41 59 / 1)}
.stroke-navTextHover-text-text\/15{stroke:rgb(30 41 59 / 0.15)}
.stroke-navTextHover-text-text\/20{stroke:rgb(30 41 59 / 0.2)}
.stroke-navTextHover-text-text\/25{stroke:rgb(30 41 59 / 0.25)}
.stroke-navTextHover-text-text\/30{stroke:rgb(30 41 59 / 0.3)}
.stroke-navTextHover-text-text\/35{stroke:rgb(30 41 59 / 0.35)}
.stroke-navTextHover-text-text\/40{stroke:rgb(30 41 59 / 0.4)}
.stroke-navTextHover-text-text\/45{stroke:rgb(30 41 59 / 0.45)}
.stroke-navTextHover-text-text\/5{stroke:rgb(30 41 59 / 0.05)}
.stroke-navTextHover-text-text\/50{stroke:rgb(30 41 59 / 0.5)}
.stroke-navTextHover-text-text\/55{stroke:rgb(30 41 59 / 0.55)}
.stroke-navTextHover-text-text\/60{stroke:rgb(30 41 59 / 0.6)}
.stroke-navTextHover-text-text\/65{stroke:rgb(30 41 59 / 0.65)}
.stroke-navTextHover-text-text\/70{stroke:rgb(30 41 59 / 0.7)}
.stroke-navTextHover-text-text\/75{stroke:rgb(30 41 59 / 0.75)}
.stroke-navTextHover-text-text\/80{stroke:rgb(30 41 59 / 0.8)}
.stroke-navTextHover-text-text\/85{stroke:rgb(30 41 59 / 0.85)}
.stroke-navTextHover-text-text\/90{stroke:rgb(30 41 59 / 0.9)}
.stroke-navTextHover-text-text\/95{stroke:rgb(30 41 59 / 0.95)}
.stroke-primary{stroke:#005788}
.stroke-primary-100{stroke:var(--bt-primary-100)}
.stroke-primary-150{stroke:var(--bt-primary-150)}
.stroke-primary-200{stroke:var(--bt-primary-200)}
.stroke-primary-300{stroke:var(--bt-primary-300)}
.stroke-primary-350{stroke:var(--bt-primary-350)}
.stroke-primary-400{stroke:var(--bt-primary-400)}
.stroke-primary-450{stroke:var(--bt-primary-450)}
.stroke-primary-500{stroke:var(--bt-primary-500)}
.stroke-primary-550{stroke:var(--bt-primary-550)}
.stroke-primary-600{stroke:var(--bt-primary-600)}
.stroke-primary-650{stroke:var(--bt-primary-650)}
.stroke-primary-700{stroke:var(--bt-primary-700)}
.stroke-primary-750{stroke:var(--bt-primary-750)}
.stroke-primary-800{stroke:var(--bt-primary-800)}
.stroke-primary-850{stroke:var(--bt-primary-850)}
.stroke-primary-900{stroke:var(--bt-primary-900)}
.stroke-primary-contrast{stroke:#fff}
.stroke-primary-contrast-contrast{stroke:#000}
.stroke-primary-contrast-contrast\/0{stroke:rgb(0 0 0 / 0)}
.stroke-primary-contrast-contrast\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-primary-contrast-contrast\/100{stroke:rgb(0 0 0 / 1)}
.stroke-primary-contrast-contrast\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-primary-contrast-contrast\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-primary-contrast-contrast\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-primary-contrast-contrast\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-primary-contrast-contrast\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-primary-contrast-contrast\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-primary-contrast-contrast\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-primary-contrast-contrast\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-primary-contrast-contrast\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-primary-contrast-contrast\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-primary-contrast-contrast\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-primary-contrast-contrast\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-primary-contrast-contrast\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-primary-contrast-contrast\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-primary-contrast-contrast\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-primary-contrast-contrast\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-primary-contrast-contrast\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-primary-contrast-contrast\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-primary-contrast-contrastsWithCard{}
.stroke-primary-contrast-isDark{}
.stroke-primary-contrast-text{stroke:#848484}
.stroke-primary-contrast-text\/0{stroke:rgb(132 132 132 / 0)}
.stroke-primary-contrast-text\/10{stroke:rgb(132 132 132 / 0.1)}
.stroke-primary-contrast-text\/100{stroke:rgb(132 132 132 / 1)}
.stroke-primary-contrast-text\/15{stroke:rgb(132 132 132 / 0.15)}
.stroke-primary-contrast-text\/20{stroke:rgb(132 132 132 / 0.2)}
.stroke-primary-contrast-text\/25{stroke:rgb(132 132 132 / 0.25)}
.stroke-primary-contrast-text\/30{stroke:rgb(132 132 132 / 0.3)}
.stroke-primary-contrast-text\/35{stroke:rgb(132 132 132 / 0.35)}
.stroke-primary-contrast-text\/40{stroke:rgb(132 132 132 / 0.4)}
.stroke-primary-contrast-text\/45{stroke:rgb(132 132 132 / 0.45)}
.stroke-primary-contrast-text\/5{stroke:rgb(132 132 132 / 0.05)}
.stroke-primary-contrast-text\/50{stroke:rgb(132 132 132 / 0.5)}
.stroke-primary-contrast-text\/55{stroke:rgb(132 132 132 / 0.55)}
.stroke-primary-contrast-text\/60{stroke:rgb(132 132 132 / 0.6)}
.stroke-primary-contrast-text\/65{stroke:rgb(132 132 132 / 0.65)}
.stroke-primary-contrast-text\/70{stroke:rgb(132 132 132 / 0.7)}
.stroke-primary-contrast-text\/75{stroke:rgb(132 132 132 / 0.75)}
.stroke-primary-contrast-text\/80{stroke:rgb(132 132 132 / 0.8)}
.stroke-primary-contrast-text\/85{stroke:rgb(132 132 132 / 0.85)}
.stroke-primary-contrast-text\/90{stroke:rgb(132 132 132 / 0.9)}
.stroke-primary-contrast-text\/95{stroke:rgb(132 132 132 / 0.95)}
.stroke-primary-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-primary-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-primary-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-primary-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-primary-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-primary-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-primary-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-primary-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-primary-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-primary-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-primary-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-primary-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-primary-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-primary-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-primary-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-primary-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-primary-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-primary-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-primary-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-primary-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-primary-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-primary-contrastsWithCard{stroke:true}
.stroke-primary-isDark{stroke:true}
.stroke-primary-text{stroke:#005788}
.stroke-primary-text-contrast{stroke:#fff}
.stroke-primary-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-primary-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-primary-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-primary-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-primary-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-primary-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-primary-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-primary-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-primary-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-primary-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-primary-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-primary-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-primary-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-primary-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-primary-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-primary-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-primary-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-primary-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-primary-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-primary-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-primary-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-primary-text-contrastsWithCard{stroke:true}
.stroke-primary-text-isDark{stroke:true}
.stroke-primary-text-text{stroke:#005788}
.stroke-primary-text-text\/0{stroke:rgb(0 87 136 / 0)}
.stroke-primary-text-text\/10{stroke:rgb(0 87 136 / 0.1)}
.stroke-primary-text-text\/100{stroke:rgb(0 87 136 / 1)}
.stroke-primary-text-text\/15{stroke:rgb(0 87 136 / 0.15)}
.stroke-primary-text-text\/20{stroke:rgb(0 87 136 / 0.2)}
.stroke-primary-text-text\/25{stroke:rgb(0 87 136 / 0.25)}
.stroke-primary-text-text\/30{stroke:rgb(0 87 136 / 0.3)}
.stroke-primary-text-text\/35{stroke:rgb(0 87 136 / 0.35)}
.stroke-primary-text-text\/40{stroke:rgb(0 87 136 / 0.4)}
.stroke-primary-text-text\/45{stroke:rgb(0 87 136 / 0.45)}
.stroke-primary-text-text\/5{stroke:rgb(0 87 136 / 0.05)}
.stroke-primary-text-text\/50{stroke:rgb(0 87 136 / 0.5)}
.stroke-primary-text-text\/55{stroke:rgb(0 87 136 / 0.55)}
.stroke-primary-text-text\/60{stroke:rgb(0 87 136 / 0.6)}
.stroke-primary-text-text\/65{stroke:rgb(0 87 136 / 0.65)}
.stroke-primary-text-text\/70{stroke:rgb(0 87 136 / 0.7)}
.stroke-primary-text-text\/75{stroke:rgb(0 87 136 / 0.75)}
.stroke-primary-text-text\/80{stroke:rgb(0 87 136 / 0.8)}
.stroke-primary-text-text\/85{stroke:rgb(0 87 136 / 0.85)}
.stroke-primary-text-text\/90{stroke:rgb(0 87 136 / 0.9)}
.stroke-primary-text-text\/95{stroke:rgb(0 87 136 / 0.95)}
.stroke-primary-text\/0{stroke:rgb(0 87 136 / 0)}
.stroke-primary-text\/10{stroke:rgb(0 87 136 / 0.1)}
.stroke-primary-text\/100{stroke:rgb(0 87 136 / 1)}
.stroke-primary-text\/15{stroke:rgb(0 87 136 / 0.15)}
.stroke-primary-text\/20{stroke:rgb(0 87 136 / 0.2)}
.stroke-primary-text\/25{stroke:rgb(0 87 136 / 0.25)}
.stroke-primary-text\/30{stroke:rgb(0 87 136 / 0.3)}
.stroke-primary-text\/35{stroke:rgb(0 87 136 / 0.35)}
.stroke-primary-text\/40{stroke:rgb(0 87 136 / 0.4)}
.stroke-primary-text\/45{stroke:rgb(0 87 136 / 0.45)}
.stroke-primary-text\/5{stroke:rgb(0 87 136 / 0.05)}
.stroke-primary-text\/50{stroke:rgb(0 87 136 / 0.5)}
.stroke-primary-text\/55{stroke:rgb(0 87 136 / 0.55)}
.stroke-primary-text\/60{stroke:rgb(0 87 136 / 0.6)}
.stroke-primary-text\/65{stroke:rgb(0 87 136 / 0.65)}
.stroke-primary-text\/70{stroke:rgb(0 87 136 / 0.7)}
.stroke-primary-text\/75{stroke:rgb(0 87 136 / 0.75)}
.stroke-primary-text\/80{stroke:rgb(0 87 136 / 0.8)}
.stroke-primary-text\/85{stroke:rgb(0 87 136 / 0.85)}
.stroke-primary-text\/90{stroke:rgb(0 87 136 / 0.9)}
.stroke-primary-text\/95{stroke:rgb(0 87 136 / 0.95)}
.stroke-primary\/0{stroke:rgb(0 87 136 / 0)}
.stroke-primary\/10{stroke:rgb(0 87 136 / 0.1)}
.stroke-primary\/100{stroke:rgb(0 87 136 / 1)}
.stroke-primary\/15{stroke:rgb(0 87 136 / 0.15)}
.stroke-primary\/20{stroke:rgb(0 87 136 / 0.2)}
.stroke-primary\/25{stroke:rgb(0 87 136 / 0.25)}
.stroke-primary\/30{stroke:rgb(0 87 136 / 0.3)}
.stroke-primary\/35{stroke:rgb(0 87 136 / 0.35)}
.stroke-primary\/40{stroke:rgb(0 87 136 / 0.4)}
.stroke-primary\/45{stroke:rgb(0 87 136 / 0.45)}
.stroke-primary\/5{stroke:rgb(0 87 136 / 0.05)}
.stroke-primary\/50{stroke:rgb(0 87 136 / 0.5)}
.stroke-primary\/55{stroke:rgb(0 87 136 / 0.55)}
.stroke-primary\/60{stroke:rgb(0 87 136 / 0.6)}
.stroke-primary\/65{stroke:rgb(0 87 136 / 0.65)}
.stroke-primary\/70{stroke:rgb(0 87 136 / 0.7)}
.stroke-primary\/75{stroke:rgb(0 87 136 / 0.75)}
.stroke-primary\/80{stroke:rgb(0 87 136 / 0.8)}
.stroke-primary\/85{stroke:rgb(0 87 136 / 0.85)}
.stroke-primary\/90{stroke:rgb(0 87 136 / 0.9)}
.stroke-primary\/95{stroke:rgb(0 87 136 / 0.95)}
.stroke-secondary-text-contrast{stroke:#fff}
.stroke-secondary-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-secondary-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-secondary-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-secondary-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-secondary-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-secondary-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-secondary-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-secondary-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-secondary-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-secondary-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-secondary-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-secondary-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-secondary-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-secondary-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-secondary-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-secondary-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-secondary-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-secondary-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-secondary-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-secondary-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-secondary-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-secondary-text-contrastsWithCard{stroke:true}
.stroke-secondary-text-isDark{stroke:true}
.stroke-secondary-text-text{stroke:#5a5e64}
.stroke-secondary-text-text\/0{stroke:rgb(90 94 100 / 0)}
.stroke-secondary-text-text\/10{stroke:rgb(90 94 100 / 0.1)}
.stroke-secondary-text-text\/100{stroke:rgb(90 94 100 / 1)}
.stroke-secondary-text-text\/15{stroke:rgb(90 94 100 / 0.15)}
.stroke-secondary-text-text\/20{stroke:rgb(90 94 100 / 0.2)}
.stroke-secondary-text-text\/25{stroke:rgb(90 94 100 / 0.25)}
.stroke-secondary-text-text\/30{stroke:rgb(90 94 100 / 0.3)}
.stroke-secondary-text-text\/35{stroke:rgb(90 94 100 / 0.35)}
.stroke-secondary-text-text\/40{stroke:rgb(90 94 100 / 0.4)}
.stroke-secondary-text-text\/45{stroke:rgb(90 94 100 / 0.45)}
.stroke-secondary-text-text\/5{stroke:rgb(90 94 100 / 0.05)}
.stroke-secondary-text-text\/50{stroke:rgb(90 94 100 / 0.5)}
.stroke-secondary-text-text\/55{stroke:rgb(90 94 100 / 0.55)}
.stroke-secondary-text-text\/60{stroke:rgb(90 94 100 / 0.6)}
.stroke-secondary-text-text\/65{stroke:rgb(90 94 100 / 0.65)}
.stroke-secondary-text-text\/70{stroke:rgb(90 94 100 / 0.7)}
.stroke-secondary-text-text\/75{stroke:rgb(90 94 100 / 0.75)}
.stroke-secondary-text-text\/80{stroke:rgb(90 94 100 / 0.8)}
.stroke-secondary-text-text\/85{stroke:rgb(90 94 100 / 0.85)}
.stroke-secondary-text-text\/90{stroke:rgb(90 94 100 / 0.9)}
.stroke-secondary-text-text\/95{stroke:rgb(90 94 100 / 0.95)}
.stroke-success-text-contrast{stroke:#fff}
.stroke-success-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-success-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-success-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-success-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-success-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-success-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-success-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-success-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-success-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-success-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-success-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-success-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-success-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-success-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-success-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-success-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-success-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-success-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-success-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-success-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-success-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-success-text-contrastsWithCard{stroke:true}
.stroke-success-text-isDark{stroke:true}
.stroke-success-text-text{stroke:#1B8749}
.stroke-success-text-text\/0{stroke:rgb(27 135 73 / 0)}
.stroke-success-text-text\/10{stroke:rgb(27 135 73 / 0.1)}
.stroke-success-text-text\/100{stroke:rgb(27 135 73 / 1)}
.stroke-success-text-text\/15{stroke:rgb(27 135 73 / 0.15)}
.stroke-success-text-text\/20{stroke:rgb(27 135 73 / 0.2)}
.stroke-success-text-text\/25{stroke:rgb(27 135 73 / 0.25)}
.stroke-success-text-text\/30{stroke:rgb(27 135 73 / 0.3)}
.stroke-success-text-text\/35{stroke:rgb(27 135 73 / 0.35)}
.stroke-success-text-text\/40{stroke:rgb(27 135 73 / 0.4)}
.stroke-success-text-text\/45{stroke:rgb(27 135 73 / 0.45)}
.stroke-success-text-text\/5{stroke:rgb(27 135 73 / 0.05)}
.stroke-success-text-text\/50{stroke:rgb(27 135 73 / 0.5)}
.stroke-success-text-text\/55{stroke:rgb(27 135 73 / 0.55)}
.stroke-success-text-text\/60{stroke:rgb(27 135 73 / 0.6)}
.stroke-success-text-text\/65{stroke:rgb(27 135 73 / 0.65)}
.stroke-success-text-text\/70{stroke:rgb(27 135 73 / 0.7)}
.stroke-success-text-text\/75{stroke:rgb(27 135 73 / 0.75)}
.stroke-success-text-text\/80{stroke:rgb(27 135 73 / 0.8)}
.stroke-success-text-text\/85{stroke:rgb(27 135 73 / 0.85)}
.stroke-success-text-text\/90{stroke:rgb(27 135 73 / 0.9)}
.stroke-success-text-text\/95{stroke:rgb(27 135 73 / 0.95)}
.stroke-text-100{stroke:var(--bt-text-100)}
.stroke-text-200{stroke:var(--bt-text-200)}
.stroke-text-300{stroke:var(--bt-text-300)}
.stroke-text-400{stroke:var(--bt-text-400)}
.stroke-text-500{stroke:var(--bt-text-500)}
.stroke-text-600{stroke:var(--bt-text-600)}
.stroke-text-700{stroke:var(--bt-text-700)}
.stroke-text-800{stroke:var(--bt-text-800)}
.stroke-text-900{stroke:var(--bt-text-900)}
.stroke-text-contrast{stroke:#fff}
.stroke-text-contrast-contrast{stroke:#000}
.stroke-text-contrast-contrast\/0{stroke:rgb(0 0 0 / 0)}
.stroke-text-contrast-contrast\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-text-contrast-contrast\/100{stroke:rgb(0 0 0 / 1)}
.stroke-text-contrast-contrast\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-text-contrast-contrast\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-text-contrast-contrast\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-text-contrast-contrast\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-text-contrast-contrast\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-text-contrast-contrast\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-text-contrast-contrast\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-text-contrast-contrast\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-text-contrast-contrast\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-text-contrast-contrast\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-text-contrast-contrast\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-text-contrast-contrast\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-text-contrast-contrast\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-text-contrast-contrast\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-text-contrast-contrast\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-text-contrast-contrast\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-text-contrast-contrast\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-text-contrast-contrast\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-text-contrast-contrastsWithCard{}
.stroke-text-contrast-isDark{}
.stroke-text-contrast-text{stroke:#848484}
.stroke-text-contrast-text\/0{stroke:rgb(132 132 132 / 0)}
.stroke-text-contrast-text\/10{stroke:rgb(132 132 132 / 0.1)}
.stroke-text-contrast-text\/100{stroke:rgb(132 132 132 / 1)}
.stroke-text-contrast-text\/15{stroke:rgb(132 132 132 / 0.15)}
.stroke-text-contrast-text\/20{stroke:rgb(132 132 132 / 0.2)}
.stroke-text-contrast-text\/25{stroke:rgb(132 132 132 / 0.25)}
.stroke-text-contrast-text\/30{stroke:rgb(132 132 132 / 0.3)}
.stroke-text-contrast-text\/35{stroke:rgb(132 132 132 / 0.35)}
.stroke-text-contrast-text\/40{stroke:rgb(132 132 132 / 0.4)}
.stroke-text-contrast-text\/45{stroke:rgb(132 132 132 / 0.45)}
.stroke-text-contrast-text\/5{stroke:rgb(132 132 132 / 0.05)}
.stroke-text-contrast-text\/50{stroke:rgb(132 132 132 / 0.5)}
.stroke-text-contrast-text\/55{stroke:rgb(132 132 132 / 0.55)}
.stroke-text-contrast-text\/60{stroke:rgb(132 132 132 / 0.6)}
.stroke-text-contrast-text\/65{stroke:rgb(132 132 132 / 0.65)}
.stroke-text-contrast-text\/70{stroke:rgb(132 132 132 / 0.7)}
.stroke-text-contrast-text\/75{stroke:rgb(132 132 132 / 0.75)}
.stroke-text-contrast-text\/80{stroke:rgb(132 132 132 / 0.8)}
.stroke-text-contrast-text\/85{stroke:rgb(132 132 132 / 0.85)}
.stroke-text-contrast-text\/90{stroke:rgb(132 132 132 / 0.9)}
.stroke-text-contrast-text\/95{stroke:rgb(132 132 132 / 0.95)}
.stroke-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-text-contrastsWithCard{stroke:true}
.stroke-text-isDark{stroke:true}
.stroke-text-text{stroke:#000}
.stroke-text-text-contrast{stroke:#fff}
.stroke-text-text-contrast\/0{stroke:rgb(255 255 255 / 0)}
.stroke-text-text-contrast\/10{stroke:rgb(255 255 255 / 0.1)}
.stroke-text-text-contrast\/100{stroke:rgb(255 255 255 / 1)}
.stroke-text-text-contrast\/15{stroke:rgb(255 255 255 / 0.15)}
.stroke-text-text-contrast\/20{stroke:rgb(255 255 255 / 0.2)}
.stroke-text-text-contrast\/25{stroke:rgb(255 255 255 / 0.25)}
.stroke-text-text-contrast\/30{stroke:rgb(255 255 255 / 0.3)}
.stroke-text-text-contrast\/35{stroke:rgb(255 255 255 / 0.35)}
.stroke-text-text-contrast\/40{stroke:rgb(255 255 255 / 0.4)}
.stroke-text-text-contrast\/45{stroke:rgb(255 255 255 / 0.45)}
.stroke-text-text-contrast\/5{stroke:rgb(255 255 255 / 0.05)}
.stroke-text-text-contrast\/50{stroke:rgb(255 255 255 / 0.5)}
.stroke-text-text-contrast\/55{stroke:rgb(255 255 255 / 0.55)}
.stroke-text-text-contrast\/60{stroke:rgb(255 255 255 / 0.6)}
.stroke-text-text-contrast\/65{stroke:rgb(255 255 255 / 0.65)}
.stroke-text-text-contrast\/70{stroke:rgb(255 255 255 / 0.7)}
.stroke-text-text-contrast\/75{stroke:rgb(255 255 255 / 0.75)}
.stroke-text-text-contrast\/80{stroke:rgb(255 255 255 / 0.8)}
.stroke-text-text-contrast\/85{stroke:rgb(255 255 255 / 0.85)}
.stroke-text-text-contrast\/90{stroke:rgb(255 255 255 / 0.9)}
.stroke-text-text-contrast\/95{stroke:rgb(255 255 255 / 0.95)}
.stroke-text-text-contrastsWithCard{stroke:true}
.stroke-text-text-isDark{stroke:true}
.stroke-text-text-text{stroke:#000}
.stroke-text-text-text\/0{stroke:rgb(0 0 0 / 0)}
.stroke-text-text-text\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-text-text-text\/100{stroke:rgb(0 0 0 / 1)}
.stroke-text-text-text\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-text-text-text\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-text-text-text\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-text-text-text\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-text-text-text\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-text-text-text\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-text-text-text\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-text-text-text\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-text-text-text\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-text-text-text\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-text-text-text\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-text-text-text\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-text-text-text\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-text-text-text\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-text-text-text\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-text-text-text\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-text-text-text\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-text-text-text\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-text-text\/0{stroke:rgb(0 0 0 / 0)}
.stroke-text-text\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-text-text\/100{stroke:rgb(0 0 0 / 1)}
.stroke-text-text\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-text-text\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-text-text\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-text-text\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-text-text\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-text-text\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-text-text\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-text-text\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-text-text\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-text-text\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-text-text\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-text-text\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-text-text\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-text-text\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-text-text\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-text-text\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-text-text\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-text-text\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-warning-text-contrast{stroke:#000}
.stroke-warning-text-contrast\/0{stroke:rgb(0 0 0 / 0)}
.stroke-warning-text-contrast\/10{stroke:rgb(0 0 0 / 0.1)}
.stroke-warning-text-contrast\/100{stroke:rgb(0 0 0 / 1)}
.stroke-warning-text-contrast\/15{stroke:rgb(0 0 0 / 0.15)}
.stroke-warning-text-contrast\/20{stroke:rgb(0 0 0 / 0.2)}
.stroke-warning-text-contrast\/25{stroke:rgb(0 0 0 / 0.25)}
.stroke-warning-text-contrast\/30{stroke:rgb(0 0 0 / 0.3)}
.stroke-warning-text-contrast\/35{stroke:rgb(0 0 0 / 0.35)}
.stroke-warning-text-contrast\/40{stroke:rgb(0 0 0 / 0.4)}
.stroke-warning-text-contrast\/45{stroke:rgb(0 0 0 / 0.45)}
.stroke-warning-text-contrast\/5{stroke:rgb(0 0 0 / 0.05)}
.stroke-warning-text-contrast\/50{stroke:rgb(0 0 0 / 0.5)}
.stroke-warning-text-contrast\/55{stroke:rgb(0 0 0 / 0.55)}
.stroke-warning-text-contrast\/60{stroke:rgb(0 0 0 / 0.6)}
.stroke-warning-text-contrast\/65{stroke:rgb(0 0 0 / 0.65)}
.stroke-warning-text-contrast\/70{stroke:rgb(0 0 0 / 0.7)}
.stroke-warning-text-contrast\/75{stroke:rgb(0 0 0 / 0.75)}
.stroke-warning-text-contrast\/80{stroke:rgb(0 0 0 / 0.8)}
.stroke-warning-text-contrast\/85{stroke:rgb(0 0 0 / 0.85)}
.stroke-warning-text-contrast\/90{stroke:rgb(0 0 0 / 0.9)}
.stroke-warning-text-contrast\/95{stroke:rgb(0 0 0 / 0.95)}
.stroke-warning-text-contrastsWithCard{stroke:true}
.stroke-warning-text-isDark{}
.stroke-warning-text-text{stroke:#ffa800}
.stroke-warning-text-text\/0{stroke:rgb(255 168 0 / 0)}
.stroke-warning-text-text\/10{stroke:rgb(255 168 0 / 0.1)}
.stroke-warning-text-text\/100{stroke:rgb(255 168 0 / 1)}
.stroke-warning-text-text\/15{stroke:rgb(255 168 0 / 0.15)}
.stroke-warning-text-text\/20{stroke:rgb(255 168 0 / 0.2)}
.stroke-warning-text-text\/25{stroke:rgb(255 168 0 / 0.25)}
.stroke-warning-text-text\/30{stroke:rgb(255 168 0 / 0.3)}
.stroke-warning-text-text\/35{stroke:rgb(255 168 0 / 0.35)}
.stroke-warning-text-text\/40{stroke:rgb(255 168 0 / 0.4)}
.stroke-warning-text-text\/45{stroke:rgb(255 168 0 / 0.45)}
.stroke-warning-text-text\/5{stroke:rgb(255 168 0 / 0.05)}
.stroke-warning-text-text\/50{stroke:rgb(255 168 0 / 0.5)}
.stroke-warning-text-text\/55{stroke:rgb(255 168 0 / 0.55)}
.stroke-warning-text-text\/60{stroke:rgb(255 168 0 / 0.6)}
.stroke-warning-text-text\/65{stroke:rgb(255 168 0 / 0.65)}
.stroke-warning-text-text\/70{stroke:rgb(255 168 0 / 0.7)}
.stroke-warning-text-text\/75{stroke:rgb(255 168 0 / 0.75)}
.stroke-warning-text-text\/80{stroke:rgb(255 168 0 / 0.8)}
.stroke-warning-text-text\/85{stroke:rgb(255 168 0 / 0.85)}
.stroke-warning-text-text\/90{stroke:rgb(255 168 0 / 0.9)}
.stroke-warning-text-text\/95{stroke:rgb(255 168 0 / 0.95)}
.object-bottom{-o-object-position:bottom;object-position:bottom}
.object-left-bottom{-o-object-position:left bottom;object-position:left bottom}
.object-right-bottom{-o-object-position:right bottom;object-position:right bottom}
.p-0{padding:0px}
.p-4{padding:1rem}
.px-4{padding-left:1rem;padding-right:1rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.py-0{padding-top:0px;padding-bottom:0px}
.py-2{padding-top:0.5rem;padding-bottom:0.5rem}
.py-3{padding-top:0.75rem;padding-bottom:0.75rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.pb-0{padding-bottom:0px}
.pb-2{padding-bottom:0.5rem}
.pl-0{padding-left:0px}
.pl-3{padding-left:0.75rem}
.pl-4{padding-left:1rem}
.pr-0{padding-right:0px}
.pr-2{padding-right:0.5rem}
.pr-4{padding-right:1rem}
.pt-4{padding-top:1rem}
.text-left{text-align:left}
.text-center{text-align:center}
.text-right{text-align:right}
.text-justify{text-align:justify}
.text-start{text-align:start}
.text-end{text-align:end}
.align-middle{vertical-align:middle}
.align-bottom{vertical-align:bottom}
.align-text-top{vertical-align:text-top}
.align-text-bottom{vertical-align:text-bottom}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.text-4xl{font-size:2.25rem;line-height:2.5rem}
.text-5xl{font-size:3rem;line-height:1}
.text-6xl{font-size:3.75rem;line-height:1}
.text-7xl{font-size:4.5rem;line-height:1}
.text-8xl{font-size:6rem;line-height:1}
.text-9xl{font-size:8rem;line-height:1}
.text-base{font-size:1rem;line-height:1.5rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.text-sm{font-size:0.875rem;line-height:1.25rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-xs{font-size:0.75rem;line-height:1rem}
.font-bold{font-weight:700}
.font-light{font-weight:300}
.font-medium{font-weight:500}
.font-normal{font-weight:400}
.font-semibold{font-weight:600}
.capitalize{text-transform:capitalize}
.normal-case{text-transform:none}
.normal-nums{font-variant-numeric:normal}
.lining-nums{--tw-numeric-figure:lining-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}
.oldstyle-nums{--tw-numeric-figure:oldstyle-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}
.proportional-nums{--tw-numeric-spacing:proportional-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}
.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}
.leading-normal{line-height:1.5}
.-tracking-normal{letter-spacing:-0em}
.tracking-normal{letter-spacing:0em}
.text-amber-100{--tw-text-opacity:1;color:rgb(254 243 199 / var(--tw-text-opacity))}
.text-amber-100\/0{color:rgb(254 243 199 / 0)}
.text-amber-100\/10{color:rgb(254 243 199 / 0.1)}
.text-amber-100\/100{color:rgb(254 243 199 / 1)}
.text-amber-100\/15{color:rgb(254 243 199 / 0.15)}
.text-amber-100\/20{color:rgb(254 243 199 / 0.2)}
.text-amber-100\/25{color:rgb(254 243 199 / 0.25)}
.text-amber-100\/30{color:rgb(254 243 199 / 0.3)}
.text-amber-100\/35{color:rgb(254 243 199 / 0.35)}
.text-amber-100\/40{color:rgb(254 243 199 / 0.4)}
.text-amber-100\/45{color:rgb(254 243 199 / 0.45)}
.text-amber-100\/5{color:rgb(254 243 199 / 0.05)}
.text-amber-100\/50{color:rgb(254 243 199 / 0.5)}
.text-amber-100\/55{color:rgb(254 243 199 / 0.55)}
.text-amber-100\/60{color:rgb(254 243 199 / 0.6)}
.text-amber-100\/65{color:rgb(254 243 199 / 0.65)}
.text-amber-100\/70{color:rgb(254 243 199 / 0.7)}
.text-amber-100\/75{color:rgb(254 243 199 / 0.75)}
.text-amber-100\/80{color:rgb(254 243 199 / 0.8)}
.text-amber-100\/85{color:rgb(254 243 199 / 0.85)}
.text-amber-100\/90{color:rgb(254 243 199 / 0.9)}
.text-amber-100\/95{color:rgb(254 243 199 / 0.95)}
.text-amber-200{--tw-text-opacity:1;color:rgb(253 230 138 / var(--tw-text-opacity))}
.text-amber-200\/0{color:rgb(253 230 138 / 0)}
.text-amber-200\/10{color:rgb(253 230 138 / 0.1)}
.text-amber-200\/100{color:rgb(253 230 138 / 1)}
.text-amber-200\/15{color:rgb(253 230 138 / 0.15)}
.text-amber-200\/20{color:rgb(253 230 138 / 0.2)}
.text-amber-200\/25{color:rgb(253 230 138 / 0.25)}
.text-amber-200\/30{color:rgb(253 230 138 / 0.3)}
.text-amber-200\/35{color:rgb(253 230 138 / 0.35)}
.text-amber-200\/40{color:rgb(253 230 138 / 0.4)}
.text-amber-200\/45{color:rgb(253 230 138 / 0.45)}
.text-amber-200\/5{color:rgb(253 230 138 / 0.05)}
.text-amber-200\/50{color:rgb(253 230 138 / 0.5)}
.text-amber-200\/55{color:rgb(253 230 138 / 0.55)}
.text-amber-200\/60{color:rgb(253 230 138 / 0.6)}
.text-amber-200\/65{color:rgb(253 230 138 / 0.65)}
.text-amber-200\/70{color:rgb(253 230 138 / 0.7)}
.text-amber-200\/75{color:rgb(253 230 138 / 0.75)}
.text-amber-200\/80{color:rgb(253 230 138 / 0.8)}
.text-amber-200\/85{color:rgb(253 230 138 / 0.85)}
.text-amber-200\/90{color:rgb(253 230 138 / 0.9)}
.text-amber-200\/95{color:rgb(253 230 138 / 0.95)}
.text-amber-300{--tw-text-opacity:1;color:rgb(252 211 77 / var(--tw-text-opacity))}
.text-amber-300\/0{color:rgb(252 211 77 / 0)}
.text-amber-300\/10{color:rgb(252 211 77 / 0.1)}
.text-amber-300\/100{color:rgb(252 211 77 / 1)}
.text-amber-300\/15{color:rgb(252 211 77 / 0.15)}
.text-amber-300\/20{color:rgb(252 211 77 / 0.2)}
.text-amber-300\/25{color:rgb(252 211 77 / 0.25)}
.text-amber-300\/30{color:rgb(252 211 77 / 0.3)}
.text-amber-300\/35{color:rgb(252 211 77 / 0.35)}
.text-amber-300\/40{color:rgb(252 211 77 / 0.4)}
.text-amber-300\/45{color:rgb(252 211 77 / 0.45)}
.text-amber-300\/5{color:rgb(252 211 77 / 0.05)}
.text-amber-300\/50{color:rgb(252 211 77 / 0.5)}
.text-amber-300\/55{color:rgb(252 211 77 / 0.55)}
.text-amber-300\/60{color:rgb(252 211 77 / 0.6)}
.text-amber-300\/65{color:rgb(252 211 77 / 0.65)}
.text-amber-300\/70{color:rgb(252 211 77 / 0.7)}
.text-amber-300\/75{color:rgb(252 211 77 / 0.75)}
.text-amber-300\/80{color:rgb(252 211 77 / 0.8)}
.text-amber-300\/85{color:rgb(252 211 77 / 0.85)}
.text-amber-300\/90{color:rgb(252 211 77 / 0.9)}
.text-amber-300\/95{color:rgb(252 211 77 / 0.95)}
.text-amber-400{--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity))}
.text-amber-400\/0{color:rgb(251 191 36 / 0)}
.text-amber-400\/10{color:rgb(251 191 36 / 0.1)}
.text-amber-400\/100{color:rgb(251 191 36 / 1)}
.text-amber-400\/15{color:rgb(251 191 36 / 0.15)}
.text-amber-400\/20{color:rgb(251 191 36 / 0.2)}
.text-amber-400\/25{color:rgb(251 191 36 / 0.25)}
.text-amber-400\/30{color:rgb(251 191 36 / 0.3)}
.text-amber-400\/35{color:rgb(251 191 36 / 0.35)}
.text-amber-400\/40{color:rgb(251 191 36 / 0.4)}
.text-amber-400\/45{color:rgb(251 191 36 / 0.45)}
.text-amber-400\/5{color:rgb(251 191 36 / 0.05)}
.text-amber-400\/50{color:rgb(251 191 36 / 0.5)}
.text-amber-400\/55{color:rgb(251 191 36 / 0.55)}
.text-amber-400\/60{color:rgb(251 191 36 / 0.6)}
.text-amber-400\/65{color:rgb(251 191 36 / 0.65)}
.text-amber-400\/70{color:rgb(251 191 36 / 0.7)}
.text-amber-400\/75{color:rgb(251 191 36 / 0.75)}
.text-amber-400\/80{color:rgb(251 191 36 / 0.8)}
.text-amber-400\/85{color:rgb(251 191 36 / 0.85)}
.text-amber-400\/90{color:rgb(251 191 36 / 0.9)}
.text-amber-400\/95{color:rgb(251 191 36 / 0.95)}
.text-amber-50{--tw-text-opacity:1;color:rgb(255 251 235 / var(--tw-text-opacity))}
.text-amber-50\/0{color:rgb(255 251 235 / 0)}
.text-amber-50\/10{color:rgb(255 251 235 / 0.1)}
.text-amber-50\/100{color:rgb(255 251 235 / 1)}
.text-amber-50\/15{color:rgb(255 251 235 / 0.15)}
.text-amber-50\/20{color:rgb(255 251 235 / 0.2)}
.text-amber-50\/25{color:rgb(255 251 235 / 0.25)}
.text-amber-50\/30{color:rgb(255 251 235 / 0.3)}
.text-amber-50\/35{color:rgb(255 251 235 / 0.35)}
.text-amber-50\/40{color:rgb(255 251 235 / 0.4)}
.text-amber-50\/45{color:rgb(255 251 235 / 0.45)}
.text-amber-50\/5{color:rgb(255 251 235 / 0.05)}
.text-amber-50\/50{color:rgb(255 251 235 / 0.5)}
.text-amber-50\/55{color:rgb(255 251 235 / 0.55)}
.text-amber-50\/60{color:rgb(255 251 235 / 0.6)}
.text-amber-50\/65{color:rgb(255 251 235 / 0.65)}
.text-amber-50\/70{color:rgb(255 251 235 / 0.7)}
.text-amber-50\/75{color:rgb(255 251 235 / 0.75)}
.text-amber-50\/80{color:rgb(255 251 235 / 0.8)}
.text-amber-50\/85{color:rgb(255 251 235 / 0.85)}
.text-amber-50\/90{color:rgb(255 251 235 / 0.9)}
.text-amber-50\/95{color:rgb(255 251 235 / 0.95)}
.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity))}
.text-amber-500\/0{color:rgb(245 158 11 / 0)}
.text-amber-500\/10{color:rgb(245 158 11 / 0.1)}
.text-amber-500\/100{color:rgb(245 158 11 / 1)}
.text-amber-500\/15{color:rgb(245 158 11 / 0.15)}
.text-amber-500\/20{color:rgb(245 158 11 / 0.2)}
.text-amber-500\/25{color:rgb(245 158 11 / 0.25)}
.text-amber-500\/30{color:rgb(245 158 11 / 0.3)}
.text-amber-500\/35{color:rgb(245 158 11 / 0.35)}
.text-amber-500\/40{color:rgb(245 158 11 / 0.4)}
.text-amber-500\/45{color:rgb(245 158 11 / 0.45)}
.text-amber-500\/5{color:rgb(245 158 11 / 0.05)}
.text-amber-500\/50{color:rgb(245 158 11 / 0.5)}
.text-amber-500\/55{color:rgb(245 158 11 / 0.55)}
.text-amber-500\/60{color:rgb(245 158 11 / 0.6)}
.text-amber-500\/65{color:rgb(245 158 11 / 0.65)}
.text-amber-500\/70{color:rgb(245 158 11 / 0.7)}
.text-amber-500\/75{color:rgb(245 158 11 / 0.75)}
.text-amber-500\/80{color:rgb(245 158 11 / 0.8)}
.text-amber-500\/85{color:rgb(245 158 11 / 0.85)}
.text-amber-500\/90{color:rgb(245 158 11 / 0.9)}
.text-amber-500\/95{color:rgb(245 158 11 / 0.95)}
.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity))}
.text-amber-600\/0{color:rgb(217 119 6 / 0)}
.text-amber-600\/10{color:rgb(217 119 6 / 0.1)}
.text-amber-600\/100{color:rgb(217 119 6 / 1)}
.text-amber-600\/15{color:rgb(217 119 6 / 0.15)}
.text-amber-600\/20{color:rgb(217 119 6 / 0.2)}
.text-amber-600\/25{color:rgb(217 119 6 / 0.25)}
.text-amber-600\/30{color:rgb(217 119 6 / 0.3)}
.text-amber-600\/35{color:rgb(217 119 6 / 0.35)}
.text-amber-600\/40{color:rgb(217 119 6 / 0.4)}
.text-amber-600\/45{color:rgb(217 119 6 / 0.45)}
.text-amber-600\/5{color:rgb(217 119 6 / 0.05)}
.text-amber-600\/50{color:rgb(217 119 6 / 0.5)}
.text-amber-600\/55{color:rgb(217 119 6 / 0.55)}
.text-amber-600\/60{color:rgb(217 119 6 / 0.6)}
.text-amber-600\/65{color:rgb(217 119 6 / 0.65)}
.text-amber-600\/70{color:rgb(217 119 6 / 0.7)}
.text-amber-600\/75{color:rgb(217 119 6 / 0.75)}
.text-amber-600\/80{color:rgb(217 119 6 / 0.8)}
.text-amber-600\/85{color:rgb(217 119 6 / 0.85)}
.text-amber-600\/90{color:rgb(217 119 6 / 0.9)}
.text-amber-600\/95{color:rgb(217 119 6 / 0.95)}
.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity))}
.text-amber-700\/0{color:rgb(180 83 9 / 0)}
.text-amber-700\/10{color:rgb(180 83 9 / 0.1)}
.text-amber-700\/100{color:rgb(180 83 9 / 1)}
.text-amber-700\/15{color:rgb(180 83 9 / 0.15)}
.text-amber-700\/20{color:rgb(180 83 9 / 0.2)}
.text-amber-700\/25{color:rgb(180 83 9 / 0.25)}
.text-amber-700\/30{color:rgb(180 83 9 / 0.3)}
.text-amber-700\/35{color:rgb(180 83 9 / 0.35)}
.text-amber-700\/40{color:rgb(180 83 9 / 0.4)}
.text-amber-700\/45{color:rgb(180 83 9 / 0.45)}
.text-amber-700\/5{color:rgb(180 83 9 / 0.05)}
.text-amber-700\/50{color:rgb(180 83 9 / 0.5)}
.text-amber-700\/55{color:rgb(180 83 9 / 0.55)}
.text-amber-700\/60{color:rgb(180 83 9 / 0.6)}
.text-amber-700\/65{color:rgb(180 83 9 / 0.65)}
.text-amber-700\/70{color:rgb(180 83 9 / 0.7)}
.text-amber-700\/75{color:rgb(180 83 9 / 0.75)}
.text-amber-700\/80{color:rgb(180 83 9 / 0.8)}
.text-amber-700\/85{color:rgb(180 83 9 / 0.85)}
.text-amber-700\/90{color:rgb(180 83 9 / 0.9)}
.text-amber-700\/95{color:rgb(180 83 9 / 0.95)}
.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14 / var(--tw-text-opacity))}
.text-amber-800\/0{color:rgb(146 64 14 / 0)}
.text-amber-800\/10{color:rgb(146 64 14 / 0.1)}
.text-amber-800\/100{color:rgb(146 64 14 / 1)}
.text-amber-800\/15{color:rgb(146 64 14 / 0.15)}
.text-amber-800\/20{color:rgb(146 64 14 / 0.2)}
.text-amber-800\/25{color:rgb(146 64 14 / 0.25)}
.text-amber-800\/30{color:rgb(146 64 14 / 0.3)}
.text-amber-800\/35{color:rgb(146 64 14 / 0.35)}
.text-amber-800\/40{color:rgb(146 64 14 / 0.4)}
.text-amber-800\/45{color:rgb(146 64 14 / 0.45)}
.text-amber-800\/5{color:rgb(146 64 14 / 0.05)}
.text-amber-800\/50{color:rgb(146 64 14 / 0.5)}
.text-amber-800\/55{color:rgb(146 64 14 / 0.55)}
.text-amber-800\/60{color:rgb(146 64 14 / 0.6)}
.text-amber-800\/65{color:rgb(146 64 14 / 0.65)}
.text-amber-800\/70{color:rgb(146 64 14 / 0.7)}
.text-amber-800\/75{color:rgb(146 64 14 / 0.75)}
.text-amber-800\/80{color:rgb(146 64 14 / 0.8)}
.text-amber-800\/85{color:rgb(146 64 14 / 0.85)}
.text-amber-800\/90{color:rgb(146 64 14 / 0.9)}
.text-amber-800\/95{color:rgb(146 64 14 / 0.95)}
.text-amber-900{--tw-text-opacity:1;color:rgb(120 53 15 / var(--tw-text-opacity))}
.text-amber-900\/0{color:rgb(120 53 15 / 0)}
.text-amber-900\/10{color:rgb(120 53 15 / 0.1)}
.text-amber-900\/100{color:rgb(120 53 15 / 1)}
.text-amber-900\/15{color:rgb(120 53 15 / 0.15)}
.text-amber-900\/20{color:rgb(120 53 15 / 0.2)}
.text-amber-900\/25{color:rgb(120 53 15 / 0.25)}
.text-amber-900\/30{color:rgb(120 53 15 / 0.3)}
.text-amber-900\/35{color:rgb(120 53 15 / 0.35)}
.text-amber-900\/40{color:rgb(120 53 15 / 0.4)}
.text-amber-900\/45{color:rgb(120 53 15 / 0.45)}
.text-amber-900\/5{color:rgb(120 53 15 / 0.05)}
.text-amber-900\/50{color:rgb(120 53 15 / 0.5)}
.text-amber-900\/55{color:rgb(120 53 15 / 0.55)}
.text-amber-900\/60{color:rgb(120 53 15 / 0.6)}
.text-amber-900\/65{color:rgb(120 53 15 / 0.65)}
.text-amber-900\/70{color:rgb(120 53 15 / 0.7)}
.text-amber-900\/75{color:rgb(120 53 15 / 0.75)}
.text-amber-900\/80{color:rgb(120 53 15 / 0.8)}
.text-amber-900\/85{color:rgb(120 53 15 / 0.85)}
.text-amber-900\/90{color:rgb(120 53 15 / 0.9)}
.text-amber-900\/95{color:rgb(120 53 15 / 0.95)}
.text-amber-950{--tw-text-opacity:1;color:rgb(69 26 3 / var(--tw-text-opacity))}
.text-amber-950\/0{color:rgb(69 26 3 / 0)}
.text-amber-950\/10{color:rgb(69 26 3 / 0.1)}
.text-amber-950\/100{color:rgb(69 26 3 / 1)}
.text-amber-950\/15{color:rgb(69 26 3 / 0.15)}
.text-amber-950\/20{color:rgb(69 26 3 / 0.2)}
.text-amber-950\/25{color:rgb(69 26 3 / 0.25)}
.text-amber-950\/30{color:rgb(69 26 3 / 0.3)}
.text-amber-950\/35{color:rgb(69 26 3 / 0.35)}
.text-amber-950\/40{color:rgb(69 26 3 / 0.4)}
.text-amber-950\/45{color:rgb(69 26 3 / 0.45)}
.text-amber-950\/5{color:rgb(69 26 3 / 0.05)}
.text-amber-950\/50{color:rgb(69 26 3 / 0.5)}
.text-amber-950\/55{color:rgb(69 26 3 / 0.55)}
.text-amber-950\/60{color:rgb(69 26 3 / 0.6)}
.text-amber-950\/65{color:rgb(69 26 3 / 0.65)}
.text-amber-950\/70{color:rgb(69 26 3 / 0.7)}
.text-amber-950\/75{color:rgb(69 26 3 / 0.75)}
.text-amber-950\/80{color:rgb(69 26 3 / 0.8)}
.text-amber-950\/85{color:rgb(69 26 3 / 0.85)}
.text-amber-950\/90{color:rgb(69 26 3 / 0.9)}
.text-amber-950\/95{color:rgb(69 26 3 / 0.95)}
.text-background{--tw-text-opacity:1;color:rgb(227 232 236 / var(--tw-text-opacity))}
.text-background-100{color:var(--bt-background-100)}
.text-background-150{color:var(--bt-background-150)}
.text-background-200{color:var(--bt-background-200)}
.text-background-300{color:var(--bt-background-300)}
.text-background-350{color:var(--bt-background-350)}
.text-background-400{color:var(--bt-background-400)}
.text-background-450{color:var(--bt-background-450)}
.text-background-500{color:var(--bt-background-500)}
.text-background-550{color:var(--bt-background-550)}
.text-background-600{color:var(--bt-background-600)}
.text-background-650{color:var(--bt-background-650)}
.text-background-700{color:var(--bt-background-700)}
.text-background-750{color:var(--bt-background-750)}
.text-background-800{color:var(--bt-background-800)}
.text-background-850{color:var(--bt-background-850)}
.text-background-900{color:var(--bt-background-900)}
.text-background-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-background-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-background-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-background-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-background-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-background-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-background-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-background-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-background-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-background-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-background-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-background-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-background-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-background-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-background-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-background-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-background-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-background-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-background-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-background-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-background-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-background-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-background-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-background-contrast-contrastsWithCard{color:true}
.text-background-contrast-isDark{color:true}
.text-background-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-background-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-background-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-background-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-background-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-background-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-background-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-background-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-background-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-background-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-background-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-background-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-background-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-background-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-background-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-background-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-background-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-background-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-background-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-background-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-background-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-background-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-background-contrast\/0{color:rgb(0 0 0 / 0)}
.text-background-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-background-contrast\/100{color:rgb(0 0 0 / 1)}
.text-background-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-background-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-background-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-background-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-background-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-background-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-background-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-background-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-background-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-background-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-background-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-background-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-background-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-background-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-background-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-background-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-background-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-background-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-background-contrastsWithCard{}
.text-background-isDark{}
.text-background-text{--tw-text-opacity:1;color:rgb(107 111 115 / var(--tw-text-opacity))}
.text-background-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-background-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-background-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-background-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-background-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-background-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-background-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-background-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-background-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-background-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-background-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-background-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-background-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-background-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-background-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-background-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-background-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-background-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-background-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-background-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-background-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-background-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-background-text-contrastsWithCard{color:true}
.text-background-text-isDark{color:true}
.text-background-text-text{--tw-text-opacity:1;color:rgb(107 111 115 / var(--tw-text-opacity))}
.text-background-text-text\/0{color:rgb(107 111 115 / 0)}
.text-background-text-text\/10{color:rgb(107 111 115 / 0.1)}
.text-background-text-text\/100{color:rgb(107 111 115 / 1)}
.text-background-text-text\/15{color:rgb(107 111 115 / 0.15)}
.text-background-text-text\/20{color:rgb(107 111 115 / 0.2)}
.text-background-text-text\/25{color:rgb(107 111 115 / 0.25)}
.text-background-text-text\/30{color:rgb(107 111 115 / 0.3)}
.text-background-text-text\/35{color:rgb(107 111 115 / 0.35)}
.text-background-text-text\/40{color:rgb(107 111 115 / 0.4)}
.text-background-text-text\/45{color:rgb(107 111 115 / 0.45)}
.text-background-text-text\/5{color:rgb(107 111 115 / 0.05)}
.text-background-text-text\/50{color:rgb(107 111 115 / 0.5)}
.text-background-text-text\/55{color:rgb(107 111 115 / 0.55)}
.text-background-text-text\/60{color:rgb(107 111 115 / 0.6)}
.text-background-text-text\/65{color:rgb(107 111 115 / 0.65)}
.text-background-text-text\/70{color:rgb(107 111 115 / 0.7)}
.text-background-text-text\/75{color:rgb(107 111 115 / 0.75)}
.text-background-text-text\/80{color:rgb(107 111 115 / 0.8)}
.text-background-text-text\/85{color:rgb(107 111 115 / 0.85)}
.text-background-text-text\/90{color:rgb(107 111 115 / 0.9)}
.text-background-text-text\/95{color:rgb(107 111 115 / 0.95)}
.text-background-text\/0{color:rgb(107 111 115 / 0)}
.text-background-text\/10{color:rgb(107 111 115 / 0.1)}
.text-background-text\/100{color:rgb(107 111 115 / 1)}
.text-background-text\/15{color:rgb(107 111 115 / 0.15)}
.text-background-text\/20{color:rgb(107 111 115 / 0.2)}
.text-background-text\/25{color:rgb(107 111 115 / 0.25)}
.text-background-text\/30{color:rgb(107 111 115 / 0.3)}
.text-background-text\/35{color:rgb(107 111 115 / 0.35)}
.text-background-text\/40{color:rgb(107 111 115 / 0.4)}
.text-background-text\/45{color:rgb(107 111 115 / 0.45)}
.text-background-text\/5{color:rgb(107 111 115 / 0.05)}
.text-background-text\/50{color:rgb(107 111 115 / 0.5)}
.text-background-text\/55{color:rgb(107 111 115 / 0.55)}
.text-background-text\/60{color:rgb(107 111 115 / 0.6)}
.text-background-text\/65{color:rgb(107 111 115 / 0.65)}
.text-background-text\/70{color:rgb(107 111 115 / 0.7)}
.text-background-text\/75{color:rgb(107 111 115 / 0.75)}
.text-background-text\/80{color:rgb(107 111 115 / 0.8)}
.text-background-text\/85{color:rgb(107 111 115 / 0.85)}
.text-background-text\/90{color:rgb(107 111 115 / 0.9)}
.text-background-text\/95{color:rgb(107 111 115 / 0.95)}
.text-background\/0{color:rgb(227 232 236 / 0)}
.text-background\/10{color:rgb(227 232 236 / 0.1)}
.text-background\/100{color:rgb(227 232 236 / 1)}
.text-background\/15{color:rgb(227 232 236 / 0.15)}
.text-background\/20{color:rgb(227 232 236 / 0.2)}
.text-background\/25{color:rgb(227 232 236 / 0.25)}
.text-background\/30{color:rgb(227 232 236 / 0.3)}
.text-background\/35{color:rgb(227 232 236 / 0.35)}
.text-background\/40{color:rgb(227 232 236 / 0.4)}
.text-background\/45{color:rgb(227 232 236 / 0.45)}
.text-background\/5{color:rgb(227 232 236 / 0.05)}
.text-background\/50{color:rgb(227 232 236 / 0.5)}
.text-background\/55{color:rgb(227 232 236 / 0.55)}
.text-background\/60{color:rgb(227 232 236 / 0.6)}
.text-background\/65{color:rgb(227 232 236 / 0.65)}
.text-background\/70{color:rgb(227 232 236 / 0.7)}
.text-background\/75{color:rgb(227 232 236 / 0.75)}
.text-background\/80{color:rgb(227 232 236 / 0.8)}
.text-background\/85{color:rgb(227 232 236 / 0.85)}
.text-background\/90{color:rgb(227 232 236 / 0.9)}
.text-background\/95{color:rgb(227 232 236 / 0.95)}
.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-black\/0{color:rgb(0 0 0 / 0)}
.text-black\/10{color:rgb(0 0 0 / 0.1)}
.text-black\/100{color:rgb(0 0 0 / 1)}
.text-black\/15{color:rgb(0 0 0 / 0.15)}
.text-black\/20{color:rgb(0 0 0 / 0.2)}
.text-black\/25{color:rgb(0 0 0 / 0.25)}
.text-black\/30{color:rgb(0 0 0 / 0.3)}
.text-black\/35{color:rgb(0 0 0 / 0.35)}
.text-black\/40{color:rgb(0 0 0 / 0.4)}
.text-black\/45{color:rgb(0 0 0 / 0.45)}
.text-black\/5{color:rgb(0 0 0 / 0.05)}
.text-black\/50{color:rgb(0 0 0 / 0.5)}
.text-black\/55{color:rgb(0 0 0 / 0.55)}
.text-black\/60{color:rgb(0 0 0 / 0.6)}
.text-black\/65{color:rgb(0 0 0 / 0.65)}
.text-black\/70{color:rgb(0 0 0 / 0.7)}
.text-black\/75{color:rgb(0 0 0 / 0.75)}
.text-black\/80{color:rgb(0 0 0 / 0.8)}
.text-black\/85{color:rgb(0 0 0 / 0.85)}
.text-black\/90{color:rgb(0 0 0 / 0.9)}
.text-black\/95{color:rgb(0 0 0 / 0.95)}
.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254 / var(--tw-text-opacity))}
.text-blue-100\/0{color:rgb(219 234 254 / 0)}
.text-blue-100\/10{color:rgb(219 234 254 / 0.1)}
.text-blue-100\/100{color:rgb(219 234 254 / 1)}
.text-blue-100\/15{color:rgb(219 234 254 / 0.15)}
.text-blue-100\/20{color:rgb(219 234 254 / 0.2)}
.text-blue-100\/25{color:rgb(219 234 254 / 0.25)}
.text-blue-100\/30{color:rgb(219 234 254 / 0.3)}
.text-blue-100\/35{color:rgb(219 234 254 / 0.35)}
.text-blue-100\/40{color:rgb(219 234 254 / 0.4)}
.text-blue-100\/45{color:rgb(219 234 254 / 0.45)}
.text-blue-100\/5{color:rgb(219 234 254 / 0.05)}
.text-blue-100\/50{color:rgb(219 234 254 / 0.5)}
.text-blue-100\/55{color:rgb(219 234 254 / 0.55)}
.text-blue-100\/60{color:rgb(219 234 254 / 0.6)}
.text-blue-100\/65{color:rgb(219 234 254 / 0.65)}
.text-blue-100\/70{color:rgb(219 234 254 / 0.7)}
.text-blue-100\/75{color:rgb(219 234 254 / 0.75)}
.text-blue-100\/80{color:rgb(219 234 254 / 0.8)}
.text-blue-100\/85{color:rgb(219 234 254 / 0.85)}
.text-blue-100\/90{color:rgb(219 234 254 / 0.9)}
.text-blue-100\/95{color:rgb(219 234 254 / 0.95)}
.text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254 / var(--tw-text-opacity))}
.text-blue-200\/0{color:rgb(191 219 254 / 0)}
.text-blue-200\/10{color:rgb(191 219 254 / 0.1)}
.text-blue-200\/100{color:rgb(191 219 254 / 1)}
.text-blue-200\/15{color:rgb(191 219 254 / 0.15)}
.text-blue-200\/20{color:rgb(191 219 254 / 0.2)}
.text-blue-200\/25{color:rgb(191 219 254 / 0.25)}
.text-blue-200\/30{color:rgb(191 219 254 / 0.3)}
.text-blue-200\/35{color:rgb(191 219 254 / 0.35)}
.text-blue-200\/40{color:rgb(191 219 254 / 0.4)}
.text-blue-200\/45{color:rgb(191 219 254 / 0.45)}
.text-blue-200\/5{color:rgb(191 219 254 / 0.05)}
.text-blue-200\/50{color:rgb(191 219 254 / 0.5)}
.text-blue-200\/55{color:rgb(191 219 254 / 0.55)}
.text-blue-200\/60{color:rgb(191 219 254 / 0.6)}
.text-blue-200\/65{color:rgb(191 219 254 / 0.65)}
.text-blue-200\/70{color:rgb(191 219 254 / 0.7)}
.text-blue-200\/75{color:rgb(191 219 254 / 0.75)}
.text-blue-200\/80{color:rgb(191 219 254 / 0.8)}
.text-blue-200\/85{color:rgb(191 219 254 / 0.85)}
.text-blue-200\/90{color:rgb(191 219 254 / 0.9)}
.text-blue-200\/95{color:rgb(191 219 254 / 0.95)}
.text-blue-300{--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity))}
.text-blue-300\/0{color:rgb(147 197 253 / 0)}
.text-blue-300\/10{color:rgb(147 197 253 / 0.1)}
.text-blue-300\/100{color:rgb(147 197 253 / 1)}
.text-blue-300\/15{color:rgb(147 197 253 / 0.15)}
.text-blue-300\/20{color:rgb(147 197 253 / 0.2)}
.text-blue-300\/25{color:rgb(147 197 253 / 0.25)}
.text-blue-300\/30{color:rgb(147 197 253 / 0.3)}
.text-blue-300\/35{color:rgb(147 197 253 / 0.35)}
.text-blue-300\/40{color:rgb(147 197 253 / 0.4)}
.text-blue-300\/45{color:rgb(147 197 253 / 0.45)}
.text-blue-300\/5{color:rgb(147 197 253 / 0.05)}
.text-blue-300\/50{color:rgb(147 197 253 / 0.5)}
.text-blue-300\/55{color:rgb(147 197 253 / 0.55)}
.text-blue-300\/60{color:rgb(147 197 253 / 0.6)}
.text-blue-300\/65{color:rgb(147 197 253 / 0.65)}
.text-blue-300\/70{color:rgb(147 197 253 / 0.7)}
.text-blue-300\/75{color:rgb(147 197 253 / 0.75)}
.text-blue-300\/80{color:rgb(147 197 253 / 0.8)}
.text-blue-300\/85{color:rgb(147 197 253 / 0.85)}
.text-blue-300\/90{color:rgb(147 197 253 / 0.9)}
.text-blue-300\/95{color:rgb(147 197 253 / 0.95)}
.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250 / var(--tw-text-opacity))}
.text-blue-400\/0{color:rgb(96 165 250 / 0)}
.text-blue-400\/10{color:rgb(96 165 250 / 0.1)}
.text-blue-400\/100{color:rgb(96 165 250 / 1)}
.text-blue-400\/15{color:rgb(96 165 250 / 0.15)}
.text-blue-400\/20{color:rgb(96 165 250 / 0.2)}
.text-blue-400\/25{color:rgb(96 165 250 / 0.25)}
.text-blue-400\/30{color:rgb(96 165 250 / 0.3)}
.text-blue-400\/35{color:rgb(96 165 250 / 0.35)}
.text-blue-400\/40{color:rgb(96 165 250 / 0.4)}
.text-blue-400\/45{color:rgb(96 165 250 / 0.45)}
.text-blue-400\/5{color:rgb(96 165 250 / 0.05)}
.text-blue-400\/50{color:rgb(96 165 250 / 0.5)}
.text-blue-400\/55{color:rgb(96 165 250 / 0.55)}
.text-blue-400\/60{color:rgb(96 165 250 / 0.6)}
.text-blue-400\/65{color:rgb(96 165 250 / 0.65)}
.text-blue-400\/70{color:rgb(96 165 250 / 0.7)}
.text-blue-400\/75{color:rgb(96 165 250 / 0.75)}
.text-blue-400\/80{color:rgb(96 165 250 / 0.8)}
.text-blue-400\/85{color:rgb(96 165 250 / 0.85)}
.text-blue-400\/90{color:rgb(96 165 250 / 0.9)}
.text-blue-400\/95{color:rgb(96 165 250 / 0.95)}
.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255 / var(--tw-text-opacity))}
.text-blue-50\/0{color:rgb(239 246 255 / 0)}
.text-blue-50\/10{color:rgb(239 246 255 / 0.1)}
.text-blue-50\/100{color:rgb(239 246 255 / 1)}
.text-blue-50\/15{color:rgb(239 246 255 / 0.15)}
.text-blue-50\/20{color:rgb(239 246 255 / 0.2)}
.text-blue-50\/25{color:rgb(239 246 255 / 0.25)}
.text-blue-50\/30{color:rgb(239 246 255 / 0.3)}
.text-blue-50\/35{color:rgb(239 246 255 / 0.35)}
.text-blue-50\/40{color:rgb(239 246 255 / 0.4)}
.text-blue-50\/45{color:rgb(239 246 255 / 0.45)}
.text-blue-50\/5{color:rgb(239 246 255 / 0.05)}
.text-blue-50\/50{color:rgb(239 246 255 / 0.5)}
.text-blue-50\/55{color:rgb(239 246 255 / 0.55)}
.text-blue-50\/60{color:rgb(239 246 255 / 0.6)}
.text-blue-50\/65{color:rgb(239 246 255 / 0.65)}
.text-blue-50\/70{color:rgb(239 246 255 / 0.7)}
.text-blue-50\/75{color:rgb(239 246 255 / 0.75)}
.text-blue-50\/80{color:rgb(239 246 255 / 0.8)}
.text-blue-50\/85{color:rgb(239 246 255 / 0.85)}
.text-blue-50\/90{color:rgb(239 246 255 / 0.9)}
.text-blue-50\/95{color:rgb(239 246 255 / 0.95)}
.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity))}
.text-blue-500\/0{color:rgb(59 130 246 / 0)}
.text-blue-500\/10{color:rgb(59 130 246 / 0.1)}
.text-blue-500\/100{color:rgb(59 130 246 / 1)}
.text-blue-500\/15{color:rgb(59 130 246 / 0.15)}
.text-blue-500\/20{color:rgb(59 130 246 / 0.2)}
.text-blue-500\/25{color:rgb(59 130 246 / 0.25)}
.text-blue-500\/30{color:rgb(59 130 246 / 0.3)}
.text-blue-500\/35{color:rgb(59 130 246 / 0.35)}
.text-blue-500\/40{color:rgb(59 130 246 / 0.4)}
.text-blue-500\/45{color:rgb(59 130 246 / 0.45)}
.text-blue-500\/5{color:rgb(59 130 246 / 0.05)}
.text-blue-500\/50{color:rgb(59 130 246 / 0.5)}
.text-blue-500\/55{color:rgb(59 130 246 / 0.55)}
.text-blue-500\/60{color:rgb(59 130 246 / 0.6)}
.text-blue-500\/65{color:rgb(59 130 246 / 0.65)}
.text-blue-500\/70{color:rgb(59 130 246 / 0.7)}
.text-blue-500\/75{color:rgb(59 130 246 / 0.75)}
.text-blue-500\/80{color:rgb(59 130 246 / 0.8)}
.text-blue-500\/85{color:rgb(59 130 246 / 0.85)}
.text-blue-500\/90{color:rgb(59 130 246 / 0.9)}
.text-blue-500\/95{color:rgb(59 130 246 / 0.95)}
.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity))}
.text-blue-600\/0{color:rgb(37 99 235 / 0)}
.text-blue-600\/10{color:rgb(37 99 235 / 0.1)}
.text-blue-600\/100{color:rgb(37 99 235 / 1)}
.text-blue-600\/15{color:rgb(37 99 235 / 0.15)}
.text-blue-600\/20{color:rgb(37 99 235 / 0.2)}
.text-blue-600\/25{color:rgb(37 99 235 / 0.25)}
.text-blue-600\/30{color:rgb(37 99 235 / 0.3)}
.text-blue-600\/35{color:rgb(37 99 235 / 0.35)}
.text-blue-600\/40{color:rgb(37 99 235 / 0.4)}
.text-blue-600\/45{color:rgb(37 99 235 / 0.45)}
.text-blue-600\/5{color:rgb(37 99 235 / 0.05)}
.text-blue-600\/50{color:rgb(37 99 235 / 0.5)}
.text-blue-600\/55{color:rgb(37 99 235 / 0.55)}
.text-blue-600\/60{color:rgb(37 99 235 / 0.6)}
.text-blue-600\/65{color:rgb(37 99 235 / 0.65)}
.text-blue-600\/70{color:rgb(37 99 235 / 0.7)}
.text-blue-600\/75{color:rgb(37 99 235 / 0.75)}
.text-blue-600\/80{color:rgb(37 99 235 / 0.8)}
.text-blue-600\/85{color:rgb(37 99 235 / 0.85)}
.text-blue-600\/90{color:rgb(37 99 235 / 0.9)}
.text-blue-600\/95{color:rgb(37 99 235 / 0.95)}
.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity))}
.text-blue-700\/0{color:rgb(29 78 216 / 0)}
.text-blue-700\/10{color:rgb(29 78 216 / 0.1)}
.text-blue-700\/100{color:rgb(29 78 216 / 1)}
.text-blue-700\/15{color:rgb(29 78 216 / 0.15)}
.text-blue-700\/20{color:rgb(29 78 216 / 0.2)}
.text-blue-700\/25{color:rgb(29 78 216 / 0.25)}
.text-blue-700\/30{color:rgb(29 78 216 / 0.3)}
.text-blue-700\/35{color:rgb(29 78 216 / 0.35)}
.text-blue-700\/40{color:rgb(29 78 216 / 0.4)}
.text-blue-700\/45{color:rgb(29 78 216 / 0.45)}
.text-blue-700\/5{color:rgb(29 78 216 / 0.05)}
.text-blue-700\/50{color:rgb(29 78 216 / 0.5)}
.text-blue-700\/55{color:rgb(29 78 216 / 0.55)}
.text-blue-700\/60{color:rgb(29 78 216 / 0.6)}
.text-blue-700\/65{color:rgb(29 78 216 / 0.65)}
.text-blue-700\/70{color:rgb(29 78 216 / 0.7)}
.text-blue-700\/75{color:rgb(29 78 216 / 0.75)}
.text-blue-700\/80{color:rgb(29 78 216 / 0.8)}
.text-blue-700\/85{color:rgb(29 78 216 / 0.85)}
.text-blue-700\/90{color:rgb(29 78 216 / 0.9)}
.text-blue-700\/95{color:rgb(29 78 216 / 0.95)}
.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity))}
.text-blue-800\/0{color:rgb(30 64 175 / 0)}
.text-blue-800\/10{color:rgb(30 64 175 / 0.1)}
.text-blue-800\/100{color:rgb(30 64 175 / 1)}
.text-blue-800\/15{color:rgb(30 64 175 / 0.15)}
.text-blue-800\/20{color:rgb(30 64 175 / 0.2)}
.text-blue-800\/25{color:rgb(30 64 175 / 0.25)}
.text-blue-800\/30{color:rgb(30 64 175 / 0.3)}
.text-blue-800\/35{color:rgb(30 64 175 / 0.35)}
.text-blue-800\/40{color:rgb(30 64 175 / 0.4)}
.text-blue-800\/45{color:rgb(30 64 175 / 0.45)}
.text-blue-800\/5{color:rgb(30 64 175 / 0.05)}
.text-blue-800\/50{color:rgb(30 64 175 / 0.5)}
.text-blue-800\/55{color:rgb(30 64 175 / 0.55)}
.text-blue-800\/60{color:rgb(30 64 175 / 0.6)}
.text-blue-800\/65{color:rgb(30 64 175 / 0.65)}
.text-blue-800\/70{color:rgb(30 64 175 / 0.7)}
.text-blue-800\/75{color:rgb(30 64 175 / 0.75)}
.text-blue-800\/80{color:rgb(30 64 175 / 0.8)}
.text-blue-800\/85{color:rgb(30 64 175 / 0.85)}
.text-blue-800\/90{color:rgb(30 64 175 / 0.9)}
.text-blue-800\/95{color:rgb(30 64 175 / 0.95)}
.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138 / var(--tw-text-opacity))}
.text-blue-900\/0{color:rgb(30 58 138 / 0)}
.text-blue-900\/10{color:rgb(30 58 138 / 0.1)}
.text-blue-900\/100{color:rgb(30 58 138 / 1)}
.text-blue-900\/15{color:rgb(30 58 138 / 0.15)}
.text-blue-900\/20{color:rgb(30 58 138 / 0.2)}
.text-blue-900\/25{color:rgb(30 58 138 / 0.25)}
.text-blue-900\/30{color:rgb(30 58 138 / 0.3)}
.text-blue-900\/35{color:rgb(30 58 138 / 0.35)}
.text-blue-900\/40{color:rgb(30 58 138 / 0.4)}
.text-blue-900\/45{color:rgb(30 58 138 / 0.45)}
.text-blue-900\/5{color:rgb(30 58 138 / 0.05)}
.text-blue-900\/50{color:rgb(30 58 138 / 0.5)}
.text-blue-900\/55{color:rgb(30 58 138 / 0.55)}
.text-blue-900\/60{color:rgb(30 58 138 / 0.6)}
.text-blue-900\/65{color:rgb(30 58 138 / 0.65)}
.text-blue-900\/70{color:rgb(30 58 138 / 0.7)}
.text-blue-900\/75{color:rgb(30 58 138 / 0.75)}
.text-blue-900\/80{color:rgb(30 58 138 / 0.8)}
.text-blue-900\/85{color:rgb(30 58 138 / 0.85)}
.text-blue-900\/90{color:rgb(30 58 138 / 0.9)}
.text-blue-900\/95{color:rgb(30 58 138 / 0.95)}
.text-blue-950{--tw-text-opacity:1;color:rgb(23 37 84 / var(--tw-text-opacity))}
.text-blue-950\/0{color:rgb(23 37 84 / 0)}
.text-blue-950\/10{color:rgb(23 37 84 / 0.1)}
.text-blue-950\/100{color:rgb(23 37 84 / 1)}
.text-blue-950\/15{color:rgb(23 37 84 / 0.15)}
.text-blue-950\/20{color:rgb(23 37 84 / 0.2)}
.text-blue-950\/25{color:rgb(23 37 84 / 0.25)}
.text-blue-950\/30{color:rgb(23 37 84 / 0.3)}
.text-blue-950\/35{color:rgb(23 37 84 / 0.35)}
.text-blue-950\/40{color:rgb(23 37 84 / 0.4)}
.text-blue-950\/45{color:rgb(23 37 84 / 0.45)}
.text-blue-950\/5{color:rgb(23 37 84 / 0.05)}
.text-blue-950\/50{color:rgb(23 37 84 / 0.5)}
.text-blue-950\/55{color:rgb(23 37 84 / 0.55)}
.text-blue-950\/60{color:rgb(23 37 84 / 0.6)}
.text-blue-950\/65{color:rgb(23 37 84 / 0.65)}
.text-blue-950\/70{color:rgb(23 37 84 / 0.7)}
.text-blue-950\/75{color:rgb(23 37 84 / 0.75)}
.text-blue-950\/80{color:rgb(23 37 84 / 0.8)}
.text-blue-950\/85{color:rgb(23 37 84 / 0.85)}
.text-blue-950\/90{color:rgb(23 37 84 / 0.9)}
.text-blue-950\/95{color:rgb(23 37 84 / 0.95)}
.text-bt{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-bt-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-bt-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-bt-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-bt-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-bt-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-bt-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-bt-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-bt-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-bt-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-bt-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-bt-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-bt-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-bt-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-bt-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-bt-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-bt-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-bt-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-bt-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-bt-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-bt-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-bt-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-bt-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-bt-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-bt-contrast-contrastsWithCard{}
.text-bt-contrast-isDark{}
.text-bt-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-bt-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-bt-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-bt-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-bt-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-bt-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-bt-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-bt-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-bt-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-bt-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-bt-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-bt-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-bt-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-bt-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-bt-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-bt-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-bt-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-bt-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-bt-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-bt-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-bt-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-bt-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-bt-contrast\/0{color:rgb(255 255 255 / 0)}
.text-bt-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-bt-contrast\/100{color:rgb(255 255 255 / 1)}
.text-bt-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-bt-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-bt-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-bt-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-bt-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-bt-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-bt-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-bt-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-bt-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-bt-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-bt-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-bt-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-bt-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-bt-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-bt-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-bt-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-bt-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-bt-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-bt-contrastsWithCard{color:true}
.text-bt-isDark{color:true}
.text-bt-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-bt-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-bt-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-bt-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-bt-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-bt-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-bt-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-bt-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-bt-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-bt-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-bt-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-bt-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-bt-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-bt-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-bt-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-bt-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-bt-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-bt-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-bt-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-bt-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-bt-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-bt-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-bt-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-bt-text-contrastsWithCard{color:true}
.text-bt-text-isDark{color:true}
.text-bt-text-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-bt-text-text\/0{color:rgb(30 41 59 / 0)}
.text-bt-text-text\/10{color:rgb(30 41 59 / 0.1)}
.text-bt-text-text\/100{color:rgb(30 41 59 / 1)}
.text-bt-text-text\/15{color:rgb(30 41 59 / 0.15)}
.text-bt-text-text\/20{color:rgb(30 41 59 / 0.2)}
.text-bt-text-text\/25{color:rgb(30 41 59 / 0.25)}
.text-bt-text-text\/30{color:rgb(30 41 59 / 0.3)}
.text-bt-text-text\/35{color:rgb(30 41 59 / 0.35)}
.text-bt-text-text\/40{color:rgb(30 41 59 / 0.4)}
.text-bt-text-text\/45{color:rgb(30 41 59 / 0.45)}
.text-bt-text-text\/5{color:rgb(30 41 59 / 0.05)}
.text-bt-text-text\/50{color:rgb(30 41 59 / 0.5)}
.text-bt-text-text\/55{color:rgb(30 41 59 / 0.55)}
.text-bt-text-text\/60{color:rgb(30 41 59 / 0.6)}
.text-bt-text-text\/65{color:rgb(30 41 59 / 0.65)}
.text-bt-text-text\/70{color:rgb(30 41 59 / 0.7)}
.text-bt-text-text\/75{color:rgb(30 41 59 / 0.75)}
.text-bt-text-text\/80{color:rgb(30 41 59 / 0.8)}
.text-bt-text-text\/85{color:rgb(30 41 59 / 0.85)}
.text-bt-text-text\/90{color:rgb(30 41 59 / 0.9)}
.text-bt-text-text\/95{color:rgb(30 41 59 / 0.95)}
.text-bt-text\/0{color:rgb(30 41 59 / 0)}
.text-bt-text\/10{color:rgb(30 41 59 / 0.1)}
.text-bt-text\/100{color:rgb(30 41 59 / 1)}
.text-bt-text\/15{color:rgb(30 41 59 / 0.15)}
.text-bt-text\/20{color:rgb(30 41 59 / 0.2)}
.text-bt-text\/25{color:rgb(30 41 59 / 0.25)}
.text-bt-text\/30{color:rgb(30 41 59 / 0.3)}
.text-bt-text\/35{color:rgb(30 41 59 / 0.35)}
.text-bt-text\/40{color:rgb(30 41 59 / 0.4)}
.text-bt-text\/45{color:rgb(30 41 59 / 0.45)}
.text-bt-text\/5{color:rgb(30 41 59 / 0.05)}
.text-bt-text\/50{color:rgb(30 41 59 / 0.5)}
.text-bt-text\/55{color:rgb(30 41 59 / 0.55)}
.text-bt-text\/60{color:rgb(30 41 59 / 0.6)}
.text-bt-text\/65{color:rgb(30 41 59 / 0.65)}
.text-bt-text\/70{color:rgb(30 41 59 / 0.7)}
.text-bt-text\/75{color:rgb(30 41 59 / 0.75)}
.text-bt-text\/80{color:rgb(30 41 59 / 0.8)}
.text-bt-text\/85{color:rgb(30 41 59 / 0.85)}
.text-bt-text\/90{color:rgb(30 41 59 / 0.9)}
.text-bt-text\/95{color:rgb(30 41 59 / 0.95)}
.text-bt\/0{color:rgb(30 41 59 / 0)}
.text-bt\/10{color:rgb(30 41 59 / 0.1)}
.text-bt\/100{color:rgb(30 41 59 / 1)}
.text-bt\/15{color:rgb(30 41 59 / 0.15)}
.text-bt\/20{color:rgb(30 41 59 / 0.2)}
.text-bt\/25{color:rgb(30 41 59 / 0.25)}
.text-bt\/30{color:rgb(30 41 59 / 0.3)}
.text-bt\/35{color:rgb(30 41 59 / 0.35)}
.text-bt\/40{color:rgb(30 41 59 / 0.4)}
.text-bt\/45{color:rgb(30 41 59 / 0.45)}
.text-bt\/5{color:rgb(30 41 59 / 0.05)}
.text-bt\/50{color:rgb(30 41 59 / 0.5)}
.text-bt\/55{color:rgb(30 41 59 / 0.55)}
.text-bt\/60{color:rgb(30 41 59 / 0.6)}
.text-bt\/65{color:rgb(30 41 59 / 0.65)}
.text-bt\/70{color:rgb(30 41 59 / 0.7)}
.text-bt\/75{color:rgb(30 41 59 / 0.75)}
.text-bt\/80{color:rgb(30 41 59 / 0.8)}
.text-bt\/85{color:rgb(30 41 59 / 0.85)}
.text-bt\/90{color:rgb(30 41 59 / 0.9)}
.text-bt\/95{color:rgb(30 41 59 / 0.95)}
.text-btLight{--tw-text-opacity:1;color:rgb(72 171 217 / var(--tw-text-opacity))}
.text-btLight-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-btLight-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-btLight-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-btLight-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-btLight-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-btLight-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-btLight-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-btLight-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-btLight-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-btLight-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-btLight-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-btLight-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-btLight-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-btLight-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-btLight-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-btLight-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-btLight-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-btLight-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-btLight-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-btLight-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-btLight-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-btLight-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-btLight-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-btLight-contrast-contrastsWithCard{color:true}
.text-btLight-contrast-isDark{color:true}
.text-btLight-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-btLight-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-btLight-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-btLight-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-btLight-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-btLight-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-btLight-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-btLight-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-btLight-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-btLight-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-btLight-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-btLight-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-btLight-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-btLight-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-btLight-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-btLight-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-btLight-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-btLight-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-btLight-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-btLight-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-btLight-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-btLight-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-btLight-contrast\/0{color:rgb(0 0 0 / 0)}
.text-btLight-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-btLight-contrast\/100{color:rgb(0 0 0 / 1)}
.text-btLight-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-btLight-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-btLight-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-btLight-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-btLight-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-btLight-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-btLight-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-btLight-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-btLight-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-btLight-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-btLight-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-btLight-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-btLight-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-btLight-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-btLight-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-btLight-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-btLight-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-btLight-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-btLight-contrastsWithCard{color:true}
.text-btLight-isDark{}
.text-btLight-text{--tw-text-opacity:1;color:rgb(72 171 217 / var(--tw-text-opacity))}
.text-btLight-text-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-btLight-text-contrast\/0{color:rgb(0 0 0 / 0)}
.text-btLight-text-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-btLight-text-contrast\/100{color:rgb(0 0 0 / 1)}
.text-btLight-text-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-btLight-text-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-btLight-text-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-btLight-text-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-btLight-text-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-btLight-text-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-btLight-text-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-btLight-text-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-btLight-text-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-btLight-text-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-btLight-text-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-btLight-text-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-btLight-text-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-btLight-text-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-btLight-text-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-btLight-text-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-btLight-text-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-btLight-text-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-btLight-text-contrastsWithCard{color:true}
.text-btLight-text-isDark{}
.text-btLight-text-text{--tw-text-opacity:1;color:rgb(72 171 217 / var(--tw-text-opacity))}
.text-btLight-text-text\/0{color:rgb(72 171 217 / 0)}
.text-btLight-text-text\/10{color:rgb(72 171 217 / 0.1)}
.text-btLight-text-text\/100{color:rgb(72 171 217 / 1)}
.text-btLight-text-text\/15{color:rgb(72 171 217 / 0.15)}
.text-btLight-text-text\/20{color:rgb(72 171 217 / 0.2)}
.text-btLight-text-text\/25{color:rgb(72 171 217 / 0.25)}
.text-btLight-text-text\/30{color:rgb(72 171 217 / 0.3)}
.text-btLight-text-text\/35{color:rgb(72 171 217 / 0.35)}
.text-btLight-text-text\/40{color:rgb(72 171 217 / 0.4)}
.text-btLight-text-text\/45{color:rgb(72 171 217 / 0.45)}
.text-btLight-text-text\/5{color:rgb(72 171 217 / 0.05)}
.text-btLight-text-text\/50{color:rgb(72 171 217 / 0.5)}
.text-btLight-text-text\/55{color:rgb(72 171 217 / 0.55)}
.text-btLight-text-text\/60{color:rgb(72 171 217 / 0.6)}
.text-btLight-text-text\/65{color:rgb(72 171 217 / 0.65)}
.text-btLight-text-text\/70{color:rgb(72 171 217 / 0.7)}
.text-btLight-text-text\/75{color:rgb(72 171 217 / 0.75)}
.text-btLight-text-text\/80{color:rgb(72 171 217 / 0.8)}
.text-btLight-text-text\/85{color:rgb(72 171 217 / 0.85)}
.text-btLight-text-text\/90{color:rgb(72 171 217 / 0.9)}
.text-btLight-text-text\/95{color:rgb(72 171 217 / 0.95)}
.text-btLight-text\/0{color:rgb(72 171 217 / 0)}
.text-btLight-text\/10{color:rgb(72 171 217 / 0.1)}
.text-btLight-text\/100{color:rgb(72 171 217 / 1)}
.text-btLight-text\/15{color:rgb(72 171 217 / 0.15)}
.text-btLight-text\/20{color:rgb(72 171 217 / 0.2)}
.text-btLight-text\/25{color:rgb(72 171 217 / 0.25)}
.text-btLight-text\/30{color:rgb(72 171 217 / 0.3)}
.text-btLight-text\/35{color:rgb(72 171 217 / 0.35)}
.text-btLight-text\/40{color:rgb(72 171 217 / 0.4)}
.text-btLight-text\/45{color:rgb(72 171 217 / 0.45)}
.text-btLight-text\/5{color:rgb(72 171 217 / 0.05)}
.text-btLight-text\/50{color:rgb(72 171 217 / 0.5)}
.text-btLight-text\/55{color:rgb(72 171 217 / 0.55)}
.text-btLight-text\/60{color:rgb(72 171 217 / 0.6)}
.text-btLight-text\/65{color:rgb(72 171 217 / 0.65)}
.text-btLight-text\/70{color:rgb(72 171 217 / 0.7)}
.text-btLight-text\/75{color:rgb(72 171 217 / 0.75)}
.text-btLight-text\/80{color:rgb(72 171 217 / 0.8)}
.text-btLight-text\/85{color:rgb(72 171 217 / 0.85)}
.text-btLight-text\/90{color:rgb(72 171 217 / 0.9)}
.text-btLight-text\/95{color:rgb(72 171 217 / 0.95)}
.text-btLight\/0{color:rgb(72 171 217 / 0)}
.text-btLight\/10{color:rgb(72 171 217 / 0.1)}
.text-btLight\/100{color:rgb(72 171 217 / 1)}
.text-btLight\/15{color:rgb(72 171 217 / 0.15)}
.text-btLight\/20{color:rgb(72 171 217 / 0.2)}
.text-btLight\/25{color:rgb(72 171 217 / 0.25)}
.text-btLight\/30{color:rgb(72 171 217 / 0.3)}
.text-btLight\/35{color:rgb(72 171 217 / 0.35)}
.text-btLight\/40{color:rgb(72 171 217 / 0.4)}
.text-btLight\/45{color:rgb(72 171 217 / 0.45)}
.text-btLight\/5{color:rgb(72 171 217 / 0.05)}
.text-btLight\/50{color:rgb(72 171 217 / 0.5)}
.text-btLight\/55{color:rgb(72 171 217 / 0.55)}
.text-btLight\/60{color:rgb(72 171 217 / 0.6)}
.text-btLight\/65{color:rgb(72 171 217 / 0.65)}
.text-btLight\/70{color:rgb(72 171 217 / 0.7)}
.text-btLight\/75{color:rgb(72 171 217 / 0.75)}
.text-btLight\/80{color:rgb(72 171 217 / 0.8)}
.text-btLight\/85{color:rgb(72 171 217 / 0.85)}
.text-btLight\/90{color:rgb(72 171 217 / 0.9)}
.text-btLight\/95{color:rgb(72 171 217 / 0.95)}
.text-cardBackground{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-cardBackground-100{color:var(--bt-cardBackground-100)}
.text-cardBackground-150{color:var(--bt-cardBackground-150)}
.text-cardBackground-200{color:var(--bt-cardBackground-200)}
.text-cardBackground-300{color:var(--bt-cardBackground-300)}
.text-cardBackground-350{color:var(--bt-cardBackground-350)}
.text-cardBackground-400{color:var(--bt-cardBackground-400)}
.text-cardBackground-450{color:var(--bt-cardBackground-450)}
.text-cardBackground-500{color:var(--bt-cardBackground-500)}
.text-cardBackground-550{color:var(--bt-cardBackground-550)}
.text-cardBackground-600{color:var(--bt-cardBackground-600)}
.text-cardBackground-650{color:var(--bt-cardBackground-650)}
.text-cardBackground-700{color:var(--bt-cardBackground-700)}
.text-cardBackground-750{color:var(--bt-cardBackground-750)}
.text-cardBackground-800{color:var(--bt-cardBackground-800)}
.text-cardBackground-850{color:var(--bt-cardBackground-850)}
.text-cardBackground-900{color:var(--bt-cardBackground-900)}
.text-cardBackground-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-cardBackground-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-cardBackground-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-cardBackground-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-cardBackground-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-cardBackground-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-cardBackground-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-cardBackground-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-cardBackground-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-cardBackground-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-cardBackground-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-cardBackground-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-cardBackground-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-cardBackground-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-cardBackground-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-cardBackground-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-cardBackground-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-cardBackground-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-cardBackground-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-cardBackground-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-cardBackground-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-cardBackground-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-cardBackground-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-cardBackground-contrast-contrastsWithCard{color:true}
.text-cardBackground-contrast-isDark{color:true}
.text-cardBackground-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-cardBackground-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-cardBackground-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-cardBackground-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-cardBackground-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-cardBackground-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-cardBackground-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-cardBackground-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-cardBackground-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-cardBackground-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-cardBackground-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-cardBackground-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-cardBackground-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-cardBackground-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-cardBackground-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-cardBackground-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-cardBackground-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-cardBackground-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-cardBackground-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-cardBackground-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-cardBackground-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-cardBackground-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-cardBackground-contrast\/0{color:rgb(0 0 0 / 0)}
.text-cardBackground-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-cardBackground-contrast\/100{color:rgb(0 0 0 / 1)}
.text-cardBackground-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-cardBackground-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-cardBackground-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-cardBackground-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-cardBackground-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-cardBackground-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-cardBackground-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-cardBackground-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-cardBackground-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-cardBackground-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-cardBackground-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-cardBackground-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-cardBackground-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-cardBackground-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-cardBackground-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-cardBackground-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-cardBackground-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-cardBackground-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-cardBackground-contrastsWithCard{}
.text-cardBackground-isDark{}
.text-cardBackground-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-cardBackground-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-cardBackground-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-cardBackground-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-cardBackground-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-cardBackground-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-cardBackground-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-cardBackground-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-cardBackground-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-cardBackground-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-cardBackground-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-cardBackground-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-cardBackground-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-cardBackground-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-cardBackground-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-cardBackground-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-cardBackground-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-cardBackground-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-cardBackground-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-cardBackground-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-cardBackground-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-cardBackground-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-cardBackground-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-cardBackground-text-contrastsWithCard{color:true}
.text-cardBackground-text-isDark{color:true}
.text-cardBackground-text-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-cardBackground-text-text\/0{color:rgb(132 132 132 / 0)}
.text-cardBackground-text-text\/10{color:rgb(132 132 132 / 0.1)}
.text-cardBackground-text-text\/100{color:rgb(132 132 132 / 1)}
.text-cardBackground-text-text\/15{color:rgb(132 132 132 / 0.15)}
.text-cardBackground-text-text\/20{color:rgb(132 132 132 / 0.2)}
.text-cardBackground-text-text\/25{color:rgb(132 132 132 / 0.25)}
.text-cardBackground-text-text\/30{color:rgb(132 132 132 / 0.3)}
.text-cardBackground-text-text\/35{color:rgb(132 132 132 / 0.35)}
.text-cardBackground-text-text\/40{color:rgb(132 132 132 / 0.4)}
.text-cardBackground-text-text\/45{color:rgb(132 132 132 / 0.45)}
.text-cardBackground-text-text\/5{color:rgb(132 132 132 / 0.05)}
.text-cardBackground-text-text\/50{color:rgb(132 132 132 / 0.5)}
.text-cardBackground-text-text\/55{color:rgb(132 132 132 / 0.55)}
.text-cardBackground-text-text\/60{color:rgb(132 132 132 / 0.6)}
.text-cardBackground-text-text\/65{color:rgb(132 132 132 / 0.65)}
.text-cardBackground-text-text\/70{color:rgb(132 132 132 / 0.7)}
.text-cardBackground-text-text\/75{color:rgb(132 132 132 / 0.75)}
.text-cardBackground-text-text\/80{color:rgb(132 132 132 / 0.8)}
.text-cardBackground-text-text\/85{color:rgb(132 132 132 / 0.85)}
.text-cardBackground-text-text\/90{color:rgb(132 132 132 / 0.9)}
.text-cardBackground-text-text\/95{color:rgb(132 132 132 / 0.95)}
.text-cardBackground-text\/0{color:rgb(132 132 132 / 0)}
.text-cardBackground-text\/10{color:rgb(132 132 132 / 0.1)}
.text-cardBackground-text\/100{color:rgb(132 132 132 / 1)}
.text-cardBackground-text\/15{color:rgb(132 132 132 / 0.15)}
.text-cardBackground-text\/20{color:rgb(132 132 132 / 0.2)}
.text-cardBackground-text\/25{color:rgb(132 132 132 / 0.25)}
.text-cardBackground-text\/30{color:rgb(132 132 132 / 0.3)}
.text-cardBackground-text\/35{color:rgb(132 132 132 / 0.35)}
.text-cardBackground-text\/40{color:rgb(132 132 132 / 0.4)}
.text-cardBackground-text\/45{color:rgb(132 132 132 / 0.45)}
.text-cardBackground-text\/5{color:rgb(132 132 132 / 0.05)}
.text-cardBackground-text\/50{color:rgb(132 132 132 / 0.5)}
.text-cardBackground-text\/55{color:rgb(132 132 132 / 0.55)}
.text-cardBackground-text\/60{color:rgb(132 132 132 / 0.6)}
.text-cardBackground-text\/65{color:rgb(132 132 132 / 0.65)}
.text-cardBackground-text\/70{color:rgb(132 132 132 / 0.7)}
.text-cardBackground-text\/75{color:rgb(132 132 132 / 0.75)}
.text-cardBackground-text\/80{color:rgb(132 132 132 / 0.8)}
.text-cardBackground-text\/85{color:rgb(132 132 132 / 0.85)}
.text-cardBackground-text\/90{color:rgb(132 132 132 / 0.9)}
.text-cardBackground-text\/95{color:rgb(132 132 132 / 0.95)}
.text-cardBackground\/0{color:rgb(255 255 255 / 0)}
.text-cardBackground\/10{color:rgb(255 255 255 / 0.1)}
.text-cardBackground\/100{color:rgb(255 255 255 / 1)}
.text-cardBackground\/15{color:rgb(255 255 255 / 0.15)}
.text-cardBackground\/20{color:rgb(255 255 255 / 0.2)}
.text-cardBackground\/25{color:rgb(255 255 255 / 0.25)}
.text-cardBackground\/30{color:rgb(255 255 255 / 0.3)}
.text-cardBackground\/35{color:rgb(255 255 255 / 0.35)}
.text-cardBackground\/40{color:rgb(255 255 255 / 0.4)}
.text-cardBackground\/45{color:rgb(255 255 255 / 0.45)}
.text-cardBackground\/5{color:rgb(255 255 255 / 0.05)}
.text-cardBackground\/50{color:rgb(255 255 255 / 0.5)}
.text-cardBackground\/55{color:rgb(255 255 255 / 0.55)}
.text-cardBackground\/60{color:rgb(255 255 255 / 0.6)}
.text-cardBackground\/65{color:rgb(255 255 255 / 0.65)}
.text-cardBackground\/70{color:rgb(255 255 255 / 0.7)}
.text-cardBackground\/75{color:rgb(255 255 255 / 0.75)}
.text-cardBackground\/80{color:rgb(255 255 255 / 0.8)}
.text-cardBackground\/85{color:rgb(255 255 255 / 0.85)}
.text-cardBackground\/90{color:rgb(255 255 255 / 0.9)}
.text-cardBackground\/95{color:rgb(255 255 255 / 0.95)}
.text-cardBorder{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
.text-cardBorder\/0{color:rgb(209 213 219 / 0)}
.text-cardBorder\/10{color:rgb(209 213 219 / 0.1)}
.text-cardBorder\/100{color:rgb(209 213 219 / 1)}
.text-cardBorder\/15{color:rgb(209 213 219 / 0.15)}
.text-cardBorder\/20{color:rgb(209 213 219 / 0.2)}
.text-cardBorder\/25{color:rgb(209 213 219 / 0.25)}
.text-cardBorder\/30{color:rgb(209 213 219 / 0.3)}
.text-cardBorder\/35{color:rgb(209 213 219 / 0.35)}
.text-cardBorder\/40{color:rgb(209 213 219 / 0.4)}
.text-cardBorder\/45{color:rgb(209 213 219 / 0.45)}
.text-cardBorder\/5{color:rgb(209 213 219 / 0.05)}
.text-cardBorder\/50{color:rgb(209 213 219 / 0.5)}
.text-cardBorder\/55{color:rgb(209 213 219 / 0.55)}
.text-cardBorder\/60{color:rgb(209 213 219 / 0.6)}
.text-cardBorder\/65{color:rgb(209 213 219 / 0.65)}
.text-cardBorder\/70{color:rgb(209 213 219 / 0.7)}
.text-cardBorder\/75{color:rgb(209 213 219 / 0.75)}
.text-cardBorder\/80{color:rgb(209 213 219 / 0.8)}
.text-cardBorder\/85{color:rgb(209 213 219 / 0.85)}
.text-cardBorder\/90{color:rgb(209 213 219 / 0.9)}
.text-cardBorder\/95{color:rgb(209 213 219 / 0.95)}
.text-cardHeader{--tw-text-opacity:1;color:rgb(249 249 255 / var(--tw-text-opacity))}
.text-cardHeader-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-cardHeader-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-cardHeader-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-cardHeader-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-cardHeader-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-cardHeader-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-cardHeader-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-cardHeader-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-cardHeader-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-cardHeader-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-cardHeader-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-cardHeader-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-cardHeader-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-cardHeader-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-cardHeader-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-cardHeader-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-cardHeader-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-cardHeader-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-cardHeader-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-cardHeader-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-cardHeader-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-cardHeader-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-cardHeader-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-cardHeader-contrast-contrastsWithCard{color:true}
.text-cardHeader-contrast-isDark{color:true}
.text-cardHeader-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-cardHeader-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-cardHeader-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-cardHeader-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-cardHeader-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-cardHeader-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-cardHeader-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-cardHeader-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-cardHeader-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-cardHeader-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-cardHeader-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-cardHeader-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-cardHeader-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-cardHeader-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-cardHeader-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-cardHeader-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-cardHeader-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-cardHeader-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-cardHeader-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-cardHeader-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-cardHeader-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-cardHeader-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-cardHeader-contrast\/0{color:rgb(0 0 0 / 0)}
.text-cardHeader-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-cardHeader-contrast\/100{color:rgb(0 0 0 / 1)}
.text-cardHeader-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-cardHeader-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-cardHeader-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-cardHeader-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-cardHeader-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-cardHeader-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-cardHeader-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-cardHeader-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-cardHeader-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-cardHeader-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-cardHeader-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-cardHeader-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-cardHeader-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-cardHeader-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-cardHeader-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-cardHeader-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-cardHeader-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-cardHeader-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-cardHeader-contrastsWithCard{}
.text-cardHeader-isDark{}
.text-cardHeader-text{--tw-text-opacity:1;color:rgb(126 126 132 / var(--tw-text-opacity))}
.text-cardHeader-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-cardHeader-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-cardHeader-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-cardHeader-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-cardHeader-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-cardHeader-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-cardHeader-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-cardHeader-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-cardHeader-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-cardHeader-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-cardHeader-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-cardHeader-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-cardHeader-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-cardHeader-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-cardHeader-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-cardHeader-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-cardHeader-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-cardHeader-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-cardHeader-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-cardHeader-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-cardHeader-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-cardHeader-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-cardHeader-text-contrastsWithCard{color:true}
.text-cardHeader-text-isDark{color:true}
.text-cardHeader-text-text{--tw-text-opacity:1;color:rgb(126 126 132 / var(--tw-text-opacity))}
.text-cardHeader-text-text\/0{color:rgb(126 126 132 / 0)}
.text-cardHeader-text-text\/10{color:rgb(126 126 132 / 0.1)}
.text-cardHeader-text-text\/100{color:rgb(126 126 132 / 1)}
.text-cardHeader-text-text\/15{color:rgb(126 126 132 / 0.15)}
.text-cardHeader-text-text\/20{color:rgb(126 126 132 / 0.2)}
.text-cardHeader-text-text\/25{color:rgb(126 126 132 / 0.25)}
.text-cardHeader-text-text\/30{color:rgb(126 126 132 / 0.3)}
.text-cardHeader-text-text\/35{color:rgb(126 126 132 / 0.35)}
.text-cardHeader-text-text\/40{color:rgb(126 126 132 / 0.4)}
.text-cardHeader-text-text\/45{color:rgb(126 126 132 / 0.45)}
.text-cardHeader-text-text\/5{color:rgb(126 126 132 / 0.05)}
.text-cardHeader-text-text\/50{color:rgb(126 126 132 / 0.5)}
.text-cardHeader-text-text\/55{color:rgb(126 126 132 / 0.55)}
.text-cardHeader-text-text\/60{color:rgb(126 126 132 / 0.6)}
.text-cardHeader-text-text\/65{color:rgb(126 126 132 / 0.65)}
.text-cardHeader-text-text\/70{color:rgb(126 126 132 / 0.7)}
.text-cardHeader-text-text\/75{color:rgb(126 126 132 / 0.75)}
.text-cardHeader-text-text\/80{color:rgb(126 126 132 / 0.8)}
.text-cardHeader-text-text\/85{color:rgb(126 126 132 / 0.85)}
.text-cardHeader-text-text\/90{color:rgb(126 126 132 / 0.9)}
.text-cardHeader-text-text\/95{color:rgb(126 126 132 / 0.95)}
.text-cardHeader-text\/0{color:rgb(126 126 132 / 0)}
.text-cardHeader-text\/10{color:rgb(126 126 132 / 0.1)}
.text-cardHeader-text\/100{color:rgb(126 126 132 / 1)}
.text-cardHeader-text\/15{color:rgb(126 126 132 / 0.15)}
.text-cardHeader-text\/20{color:rgb(126 126 132 / 0.2)}
.text-cardHeader-text\/25{color:rgb(126 126 132 / 0.25)}
.text-cardHeader-text\/30{color:rgb(126 126 132 / 0.3)}
.text-cardHeader-text\/35{color:rgb(126 126 132 / 0.35)}
.text-cardHeader-text\/40{color:rgb(126 126 132 / 0.4)}
.text-cardHeader-text\/45{color:rgb(126 126 132 / 0.45)}
.text-cardHeader-text\/5{color:rgb(126 126 132 / 0.05)}
.text-cardHeader-text\/50{color:rgb(126 126 132 / 0.5)}
.text-cardHeader-text\/55{color:rgb(126 126 132 / 0.55)}
.text-cardHeader-text\/60{color:rgb(126 126 132 / 0.6)}
.text-cardHeader-text\/65{color:rgb(126 126 132 / 0.65)}
.text-cardHeader-text\/70{color:rgb(126 126 132 / 0.7)}
.text-cardHeader-text\/75{color:rgb(126 126 132 / 0.75)}
.text-cardHeader-text\/80{color:rgb(126 126 132 / 0.8)}
.text-cardHeader-text\/85{color:rgb(126 126 132 / 0.85)}
.text-cardHeader-text\/90{color:rgb(126 126 132 / 0.9)}
.text-cardHeader-text\/95{color:rgb(126 126 132 / 0.95)}
.text-cardHeader\/0{color:rgb(249 249 255 / 0)}
.text-cardHeader\/10{color:rgb(249 249 255 / 0.1)}
.text-cardHeader\/100{color:rgb(249 249 255 / 1)}
.text-cardHeader\/15{color:rgb(249 249 255 / 0.15)}
.text-cardHeader\/20{color:rgb(249 249 255 / 0.2)}
.text-cardHeader\/25{color:rgb(249 249 255 / 0.25)}
.text-cardHeader\/30{color:rgb(249 249 255 / 0.3)}
.text-cardHeader\/35{color:rgb(249 249 255 / 0.35)}
.text-cardHeader\/40{color:rgb(249 249 255 / 0.4)}
.text-cardHeader\/45{color:rgb(249 249 255 / 0.45)}
.text-cardHeader\/5{color:rgb(249 249 255 / 0.05)}
.text-cardHeader\/50{color:rgb(249 249 255 / 0.5)}
.text-cardHeader\/55{color:rgb(249 249 255 / 0.55)}
.text-cardHeader\/60{color:rgb(249 249 255 / 0.6)}
.text-cardHeader\/65{color:rgb(249 249 255 / 0.65)}
.text-cardHeader\/70{color:rgb(249 249 255 / 0.7)}
.text-cardHeader\/75{color:rgb(249 249 255 / 0.75)}
.text-cardHeader\/80{color:rgb(249 249 255 / 0.8)}
.text-cardHeader\/85{color:rgb(249 249 255 / 0.85)}
.text-cardHeader\/90{color:rgb(249 249 255 / 0.9)}
.text-cardHeader\/95{color:rgb(249 249 255 / 0.95)}
.text-current{color:currentColor}
.text-cyan-100{--tw-text-opacity:1;color:rgb(207 250 254 / var(--tw-text-opacity))}
.text-cyan-100\/0{color:rgb(207 250 254 / 0)}
.text-cyan-100\/10{color:rgb(207 250 254 / 0.1)}
.text-cyan-100\/100{color:rgb(207 250 254 / 1)}
.text-cyan-100\/15{color:rgb(207 250 254 / 0.15)}
.text-cyan-100\/20{color:rgb(207 250 254 / 0.2)}
.text-cyan-100\/25{color:rgb(207 250 254 / 0.25)}
.text-cyan-100\/30{color:rgb(207 250 254 / 0.3)}
.text-cyan-100\/35{color:rgb(207 250 254 / 0.35)}
.text-cyan-100\/40{color:rgb(207 250 254 / 0.4)}
.text-cyan-100\/45{color:rgb(207 250 254 / 0.45)}
.text-cyan-100\/5{color:rgb(207 250 254 / 0.05)}
.text-cyan-100\/50{color:rgb(207 250 254 / 0.5)}
.text-cyan-100\/55{color:rgb(207 250 254 / 0.55)}
.text-cyan-100\/60{color:rgb(207 250 254 / 0.6)}
.text-cyan-100\/65{color:rgb(207 250 254 / 0.65)}
.text-cyan-100\/70{color:rgb(207 250 254 / 0.7)}
.text-cyan-100\/75{color:rgb(207 250 254 / 0.75)}
.text-cyan-100\/80{color:rgb(207 250 254 / 0.8)}
.text-cyan-100\/85{color:rgb(207 250 254 / 0.85)}
.text-cyan-100\/90{color:rgb(207 250 254 / 0.9)}
.text-cyan-100\/95{color:rgb(207 250 254 / 0.95)}
.text-cyan-200{--tw-text-opacity:1;color:rgb(165 243 252 / var(--tw-text-opacity))}
.text-cyan-200\/0{color:rgb(165 243 252 / 0)}
.text-cyan-200\/10{color:rgb(165 243 252 / 0.1)}
.text-cyan-200\/100{color:rgb(165 243 252 / 1)}
.text-cyan-200\/15{color:rgb(165 243 252 / 0.15)}
.text-cyan-200\/20{color:rgb(165 243 252 / 0.2)}
.text-cyan-200\/25{color:rgb(165 243 252 / 0.25)}
.text-cyan-200\/30{color:rgb(165 243 252 / 0.3)}
.text-cyan-200\/35{color:rgb(165 243 252 / 0.35)}
.text-cyan-200\/40{color:rgb(165 243 252 / 0.4)}
.text-cyan-200\/45{color:rgb(165 243 252 / 0.45)}
.text-cyan-200\/5{color:rgb(165 243 252 / 0.05)}
.text-cyan-200\/50{color:rgb(165 243 252 / 0.5)}
.text-cyan-200\/55{color:rgb(165 243 252 / 0.55)}
.text-cyan-200\/60{color:rgb(165 243 252 / 0.6)}
.text-cyan-200\/65{color:rgb(165 243 252 / 0.65)}
.text-cyan-200\/70{color:rgb(165 243 252 / 0.7)}
.text-cyan-200\/75{color:rgb(165 243 252 / 0.75)}
.text-cyan-200\/80{color:rgb(165 243 252 / 0.8)}
.text-cyan-200\/85{color:rgb(165 243 252 / 0.85)}
.text-cyan-200\/90{color:rgb(165 243 252 / 0.9)}
.text-cyan-200\/95{color:rgb(165 243 252 / 0.95)}
.text-cyan-300{--tw-text-opacity:1;color:rgb(103 232 249 / var(--tw-text-opacity))}
.text-cyan-300\/0{color:rgb(103 232 249 / 0)}
.text-cyan-300\/10{color:rgb(103 232 249 / 0.1)}
.text-cyan-300\/100{color:rgb(103 232 249 / 1)}
.text-cyan-300\/15{color:rgb(103 232 249 / 0.15)}
.text-cyan-300\/20{color:rgb(103 232 249 / 0.2)}
.text-cyan-300\/25{color:rgb(103 232 249 / 0.25)}
.text-cyan-300\/30{color:rgb(103 232 249 / 0.3)}
.text-cyan-300\/35{color:rgb(103 232 249 / 0.35)}
.text-cyan-300\/40{color:rgb(103 232 249 / 0.4)}
.text-cyan-300\/45{color:rgb(103 232 249 / 0.45)}
.text-cyan-300\/5{color:rgb(103 232 249 / 0.05)}
.text-cyan-300\/50{color:rgb(103 232 249 / 0.5)}
.text-cyan-300\/55{color:rgb(103 232 249 / 0.55)}
.text-cyan-300\/60{color:rgb(103 232 249 / 0.6)}
.text-cyan-300\/65{color:rgb(103 232 249 / 0.65)}
.text-cyan-300\/70{color:rgb(103 232 249 / 0.7)}
.text-cyan-300\/75{color:rgb(103 232 249 / 0.75)}
.text-cyan-300\/80{color:rgb(103 232 249 / 0.8)}
.text-cyan-300\/85{color:rgb(103 232 249 / 0.85)}
.text-cyan-300\/90{color:rgb(103 232 249 / 0.9)}
.text-cyan-300\/95{color:rgb(103 232 249 / 0.95)}
.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity))}
.text-cyan-400\/0{color:rgb(34 211 238 / 0)}
.text-cyan-400\/10{color:rgb(34 211 238 / 0.1)}
.text-cyan-400\/100{color:rgb(34 211 238 / 1)}
.text-cyan-400\/15{color:rgb(34 211 238 / 0.15)}
.text-cyan-400\/20{color:rgb(34 211 238 / 0.2)}
.text-cyan-400\/25{color:rgb(34 211 238 / 0.25)}
.text-cyan-400\/30{color:rgb(34 211 238 / 0.3)}
.text-cyan-400\/35{color:rgb(34 211 238 / 0.35)}
.text-cyan-400\/40{color:rgb(34 211 238 / 0.4)}
.text-cyan-400\/45{color:rgb(34 211 238 / 0.45)}
.text-cyan-400\/5{color:rgb(34 211 238 / 0.05)}
.text-cyan-400\/50{color:rgb(34 211 238 / 0.5)}
.text-cyan-400\/55{color:rgb(34 211 238 / 0.55)}
.text-cyan-400\/60{color:rgb(34 211 238 / 0.6)}
.text-cyan-400\/65{color:rgb(34 211 238 / 0.65)}
.text-cyan-400\/70{color:rgb(34 211 238 / 0.7)}
.text-cyan-400\/75{color:rgb(34 211 238 / 0.75)}
.text-cyan-400\/80{color:rgb(34 211 238 / 0.8)}
.text-cyan-400\/85{color:rgb(34 211 238 / 0.85)}
.text-cyan-400\/90{color:rgb(34 211 238 / 0.9)}
.text-cyan-400\/95{color:rgb(34 211 238 / 0.95)}
.text-cyan-50{--tw-text-opacity:1;color:rgb(236 254 255 / var(--tw-text-opacity))}
.text-cyan-50\/0{color:rgb(236 254 255 / 0)}
.text-cyan-50\/10{color:rgb(236 254 255 / 0.1)}
.text-cyan-50\/100{color:rgb(236 254 255 / 1)}
.text-cyan-50\/15{color:rgb(236 254 255 / 0.15)}
.text-cyan-50\/20{color:rgb(236 254 255 / 0.2)}
.text-cyan-50\/25{color:rgb(236 254 255 / 0.25)}
.text-cyan-50\/30{color:rgb(236 254 255 / 0.3)}
.text-cyan-50\/35{color:rgb(236 254 255 / 0.35)}
.text-cyan-50\/40{color:rgb(236 254 255 / 0.4)}
.text-cyan-50\/45{color:rgb(236 254 255 / 0.45)}
.text-cyan-50\/5{color:rgb(236 254 255 / 0.05)}
.text-cyan-50\/50{color:rgb(236 254 255 / 0.5)}
.text-cyan-50\/55{color:rgb(236 254 255 / 0.55)}
.text-cyan-50\/60{color:rgb(236 254 255 / 0.6)}
.text-cyan-50\/65{color:rgb(236 254 255 / 0.65)}
.text-cyan-50\/70{color:rgb(236 254 255 / 0.7)}
.text-cyan-50\/75{color:rgb(236 254 255 / 0.75)}
.text-cyan-50\/80{color:rgb(236 254 255 / 0.8)}
.text-cyan-50\/85{color:rgb(236 254 255 / 0.85)}
.text-cyan-50\/90{color:rgb(236 254 255 / 0.9)}
.text-cyan-50\/95{color:rgb(236 254 255 / 0.95)}
.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity))}
.text-cyan-500\/0{color:rgb(6 182 212 / 0)}
.text-cyan-500\/10{color:rgb(6 182 212 / 0.1)}
.text-cyan-500\/100{color:rgb(6 182 212 / 1)}
.text-cyan-500\/15{color:rgb(6 182 212 / 0.15)}
.text-cyan-500\/20{color:rgb(6 182 212 / 0.2)}
.text-cyan-500\/25{color:rgb(6 182 212 / 0.25)}
.text-cyan-500\/30{color:rgb(6 182 212 / 0.3)}
.text-cyan-500\/35{color:rgb(6 182 212 / 0.35)}
.text-cyan-500\/40{color:rgb(6 182 212 / 0.4)}
.text-cyan-500\/45{color:rgb(6 182 212 / 0.45)}
.text-cyan-500\/5{color:rgb(6 182 212 / 0.05)}
.text-cyan-500\/50{color:rgb(6 182 212 / 0.5)}
.text-cyan-500\/55{color:rgb(6 182 212 / 0.55)}
.text-cyan-500\/60{color:rgb(6 182 212 / 0.6)}
.text-cyan-500\/65{color:rgb(6 182 212 / 0.65)}
.text-cyan-500\/70{color:rgb(6 182 212 / 0.7)}
.text-cyan-500\/75{color:rgb(6 182 212 / 0.75)}
.text-cyan-500\/80{color:rgb(6 182 212 / 0.8)}
.text-cyan-500\/85{color:rgb(6 182 212 / 0.85)}
.text-cyan-500\/90{color:rgb(6 182 212 / 0.9)}
.text-cyan-500\/95{color:rgb(6 182 212 / 0.95)}
.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178 / var(--tw-text-opacity))}
.text-cyan-600\/0{color:rgb(8 145 178 / 0)}
.text-cyan-600\/10{color:rgb(8 145 178 / 0.1)}
.text-cyan-600\/100{color:rgb(8 145 178 / 1)}
.text-cyan-600\/15{color:rgb(8 145 178 / 0.15)}
.text-cyan-600\/20{color:rgb(8 145 178 / 0.2)}
.text-cyan-600\/25{color:rgb(8 145 178 / 0.25)}
.text-cyan-600\/30{color:rgb(8 145 178 / 0.3)}
.text-cyan-600\/35{color:rgb(8 145 178 / 0.35)}
.text-cyan-600\/40{color:rgb(8 145 178 / 0.4)}
.text-cyan-600\/45{color:rgb(8 145 178 / 0.45)}
.text-cyan-600\/5{color:rgb(8 145 178 / 0.05)}
.text-cyan-600\/50{color:rgb(8 145 178 / 0.5)}
.text-cyan-600\/55{color:rgb(8 145 178 / 0.55)}
.text-cyan-600\/60{color:rgb(8 145 178 / 0.6)}
.text-cyan-600\/65{color:rgb(8 145 178 / 0.65)}
.text-cyan-600\/70{color:rgb(8 145 178 / 0.7)}
.text-cyan-600\/75{color:rgb(8 145 178 / 0.75)}
.text-cyan-600\/80{color:rgb(8 145 178 / 0.8)}
.text-cyan-600\/85{color:rgb(8 145 178 / 0.85)}
.text-cyan-600\/90{color:rgb(8 145 178 / 0.9)}
.text-cyan-600\/95{color:rgb(8 145 178 / 0.95)}
.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144 / var(--tw-text-opacity))}
.text-cyan-700\/0{color:rgb(14 116 144 / 0)}
.text-cyan-700\/10{color:rgb(14 116 144 / 0.1)}
.text-cyan-700\/100{color:rgb(14 116 144 / 1)}
.text-cyan-700\/15{color:rgb(14 116 144 / 0.15)}
.text-cyan-700\/20{color:rgb(14 116 144 / 0.2)}
.text-cyan-700\/25{color:rgb(14 116 144 / 0.25)}
.text-cyan-700\/30{color:rgb(14 116 144 / 0.3)}
.text-cyan-700\/35{color:rgb(14 116 144 / 0.35)}
.text-cyan-700\/40{color:rgb(14 116 144 / 0.4)}
.text-cyan-700\/45{color:rgb(14 116 144 / 0.45)}
.text-cyan-700\/5{color:rgb(14 116 144 / 0.05)}
.text-cyan-700\/50{color:rgb(14 116 144 / 0.5)}
.text-cyan-700\/55{color:rgb(14 116 144 / 0.55)}
.text-cyan-700\/60{color:rgb(14 116 144 / 0.6)}
.text-cyan-700\/65{color:rgb(14 116 144 / 0.65)}
.text-cyan-700\/70{color:rgb(14 116 144 / 0.7)}
.text-cyan-700\/75{color:rgb(14 116 144 / 0.75)}
.text-cyan-700\/80{color:rgb(14 116 144 / 0.8)}
.text-cyan-700\/85{color:rgb(14 116 144 / 0.85)}
.text-cyan-700\/90{color:rgb(14 116 144 / 0.9)}
.text-cyan-700\/95{color:rgb(14 116 144 / 0.95)}
.text-cyan-800{--tw-text-opacity:1;color:rgb(21 94 117 / var(--tw-text-opacity))}
.text-cyan-800\/0{color:rgb(21 94 117 / 0)}
.text-cyan-800\/10{color:rgb(21 94 117 / 0.1)}
.text-cyan-800\/100{color:rgb(21 94 117 / 1)}
.text-cyan-800\/15{color:rgb(21 94 117 / 0.15)}
.text-cyan-800\/20{color:rgb(21 94 117 / 0.2)}
.text-cyan-800\/25{color:rgb(21 94 117 / 0.25)}
.text-cyan-800\/30{color:rgb(21 94 117 / 0.3)}
.text-cyan-800\/35{color:rgb(21 94 117 / 0.35)}
.text-cyan-800\/40{color:rgb(21 94 117 / 0.4)}
.text-cyan-800\/45{color:rgb(21 94 117 / 0.45)}
.text-cyan-800\/5{color:rgb(21 94 117 / 0.05)}
.text-cyan-800\/50{color:rgb(21 94 117 / 0.5)}
.text-cyan-800\/55{color:rgb(21 94 117 / 0.55)}
.text-cyan-800\/60{color:rgb(21 94 117 / 0.6)}
.text-cyan-800\/65{color:rgb(21 94 117 / 0.65)}
.text-cyan-800\/70{color:rgb(21 94 117 / 0.7)}
.text-cyan-800\/75{color:rgb(21 94 117 / 0.75)}
.text-cyan-800\/80{color:rgb(21 94 117 / 0.8)}
.text-cyan-800\/85{color:rgb(21 94 117 / 0.85)}
.text-cyan-800\/90{color:rgb(21 94 117 / 0.9)}
.text-cyan-800\/95{color:rgb(21 94 117 / 0.95)}
.text-cyan-900{--tw-text-opacity:1;color:rgb(22 78 99 / var(--tw-text-opacity))}
.text-cyan-900\/0{color:rgb(22 78 99 / 0)}
.text-cyan-900\/10{color:rgb(22 78 99 / 0.1)}
.text-cyan-900\/100{color:rgb(22 78 99 / 1)}
.text-cyan-900\/15{color:rgb(22 78 99 / 0.15)}
.text-cyan-900\/20{color:rgb(22 78 99 / 0.2)}
.text-cyan-900\/25{color:rgb(22 78 99 / 0.25)}
.text-cyan-900\/30{color:rgb(22 78 99 / 0.3)}
.text-cyan-900\/35{color:rgb(22 78 99 / 0.35)}
.text-cyan-900\/40{color:rgb(22 78 99 / 0.4)}
.text-cyan-900\/45{color:rgb(22 78 99 / 0.45)}
.text-cyan-900\/5{color:rgb(22 78 99 / 0.05)}
.text-cyan-900\/50{color:rgb(22 78 99 / 0.5)}
.text-cyan-900\/55{color:rgb(22 78 99 / 0.55)}
.text-cyan-900\/60{color:rgb(22 78 99 / 0.6)}
.text-cyan-900\/65{color:rgb(22 78 99 / 0.65)}
.text-cyan-900\/70{color:rgb(22 78 99 / 0.7)}
.text-cyan-900\/75{color:rgb(22 78 99 / 0.75)}
.text-cyan-900\/80{color:rgb(22 78 99 / 0.8)}
.text-cyan-900\/85{color:rgb(22 78 99 / 0.85)}
.text-cyan-900\/90{color:rgb(22 78 99 / 0.9)}
.text-cyan-900\/95{color:rgb(22 78 99 / 0.95)}
.text-cyan-950{--tw-text-opacity:1;color:rgb(8 51 68 / var(--tw-text-opacity))}
.text-cyan-950\/0{color:rgb(8 51 68 / 0)}
.text-cyan-950\/10{color:rgb(8 51 68 / 0.1)}
.text-cyan-950\/100{color:rgb(8 51 68 / 1)}
.text-cyan-950\/15{color:rgb(8 51 68 / 0.15)}
.text-cyan-950\/20{color:rgb(8 51 68 / 0.2)}
.text-cyan-950\/25{color:rgb(8 51 68 / 0.25)}
.text-cyan-950\/30{color:rgb(8 51 68 / 0.3)}
.text-cyan-950\/35{color:rgb(8 51 68 / 0.35)}
.text-cyan-950\/40{color:rgb(8 51 68 / 0.4)}
.text-cyan-950\/45{color:rgb(8 51 68 / 0.45)}
.text-cyan-950\/5{color:rgb(8 51 68 / 0.05)}
.text-cyan-950\/50{color:rgb(8 51 68 / 0.5)}
.text-cyan-950\/55{color:rgb(8 51 68 / 0.55)}
.text-cyan-950\/60{color:rgb(8 51 68 / 0.6)}
.text-cyan-950\/65{color:rgb(8 51 68 / 0.65)}
.text-cyan-950\/70{color:rgb(8 51 68 / 0.7)}
.text-cyan-950\/75{color:rgb(8 51 68 / 0.75)}
.text-cyan-950\/80{color:rgb(8 51 68 / 0.8)}
.text-cyan-950\/85{color:rgb(8 51 68 / 0.85)}
.text-cyan-950\/90{color:rgb(8 51 68 / 0.9)}
.text-cyan-950\/95{color:rgb(8 51 68 / 0.95)}
.text-danger{--tw-text-opacity:1;color:rgb(232 87 67 / var(--tw-text-opacity))}
.text-danger-100{color:var(--bt-danger-100)}
.text-danger-200{color:var(--bt-danger-200)}
.text-danger-300{color:var(--bt-danger-300)}
.text-danger-400{color:var(--bt-danger-400)}
.text-danger-500{color:var(--bt-danger-500)}
.text-danger-600{color:var(--bt-danger-600)}
.text-danger-700{color:var(--bt-danger-700)}
.text-danger-800{color:var(--bt-danger-800)}
.text-danger-900{color:var(--bt-danger-900)}
.text-danger-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-danger-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-danger-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-danger-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-danger-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-danger-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-danger-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-danger-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-danger-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-danger-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-danger-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-danger-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-danger-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-danger-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-danger-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-danger-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-danger-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-danger-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-danger-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-danger-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-danger-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-danger-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-danger-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-danger-contrast-contrastsWithCard{}
.text-danger-contrast-isDark{}
.text-danger-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-danger-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-danger-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-danger-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-danger-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-danger-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-danger-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-danger-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-danger-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-danger-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-danger-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-danger-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-danger-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-danger-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-danger-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-danger-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-danger-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-danger-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-danger-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-danger-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-danger-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-danger-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-danger-contrast\/0{color:rgb(255 255 255 / 0)}
.text-danger-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-danger-contrast\/100{color:rgb(255 255 255 / 1)}
.text-danger-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-danger-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-danger-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-danger-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-danger-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-danger-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-danger-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-danger-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-danger-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-danger-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-danger-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-danger-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-danger-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-danger-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-danger-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-danger-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-danger-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-danger-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-danger-contrastsWithCard{color:true}
.text-danger-isDark{color:true}
.text-danger-text{--tw-text-opacity:1;color:rgb(232 87 67 / var(--tw-text-opacity))}
.text-danger-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-danger-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-danger-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-danger-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-danger-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-danger-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-danger-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-danger-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-danger-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-danger-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-danger-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-danger-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-danger-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-danger-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-danger-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-danger-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-danger-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-danger-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-danger-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-danger-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-danger-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-danger-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-danger-text-contrastsWithCard{color:true}
.text-danger-text-isDark{color:true}
.text-danger-text-text{--tw-text-opacity:1;color:rgb(232 87 67 / var(--tw-text-opacity))}
.text-danger-text-text\/0{color:rgb(232 87 67 / 0)}
.text-danger-text-text\/10{color:rgb(232 87 67 / 0.1)}
.text-danger-text-text\/100{color:rgb(232 87 67 / 1)}
.text-danger-text-text\/15{color:rgb(232 87 67 / 0.15)}
.text-danger-text-text\/20{color:rgb(232 87 67 / 0.2)}
.text-danger-text-text\/25{color:rgb(232 87 67 / 0.25)}
.text-danger-text-text\/30{color:rgb(232 87 67 / 0.3)}
.text-danger-text-text\/35{color:rgb(232 87 67 / 0.35)}
.text-danger-text-text\/40{color:rgb(232 87 67 / 0.4)}
.text-danger-text-text\/45{color:rgb(232 87 67 / 0.45)}
.text-danger-text-text\/5{color:rgb(232 87 67 / 0.05)}
.text-danger-text-text\/50{color:rgb(232 87 67 / 0.5)}
.text-danger-text-text\/55{color:rgb(232 87 67 / 0.55)}
.text-danger-text-text\/60{color:rgb(232 87 67 / 0.6)}
.text-danger-text-text\/65{color:rgb(232 87 67 / 0.65)}
.text-danger-text-text\/70{color:rgb(232 87 67 / 0.7)}
.text-danger-text-text\/75{color:rgb(232 87 67 / 0.75)}
.text-danger-text-text\/80{color:rgb(232 87 67 / 0.8)}
.text-danger-text-text\/85{color:rgb(232 87 67 / 0.85)}
.text-danger-text-text\/90{color:rgb(232 87 67 / 0.9)}
.text-danger-text-text\/95{color:rgb(232 87 67 / 0.95)}
.text-danger-text\/0{color:rgb(232 87 67 / 0)}
.text-danger-text\/10{color:rgb(232 87 67 / 0.1)}
.text-danger-text\/100{color:rgb(232 87 67 / 1)}
.text-danger-text\/15{color:rgb(232 87 67 / 0.15)}
.text-danger-text\/20{color:rgb(232 87 67 / 0.2)}
.text-danger-text\/25{color:rgb(232 87 67 / 0.25)}
.text-danger-text\/30{color:rgb(232 87 67 / 0.3)}
.text-danger-text\/35{color:rgb(232 87 67 / 0.35)}
.text-danger-text\/40{color:rgb(232 87 67 / 0.4)}
.text-danger-text\/45{color:rgb(232 87 67 / 0.45)}
.text-danger-text\/5{color:rgb(232 87 67 / 0.05)}
.text-danger-text\/50{color:rgb(232 87 67 / 0.5)}
.text-danger-text\/55{color:rgb(232 87 67 / 0.55)}
.text-danger-text\/60{color:rgb(232 87 67 / 0.6)}
.text-danger-text\/65{color:rgb(232 87 67 / 0.65)}
.text-danger-text\/70{color:rgb(232 87 67 / 0.7)}
.text-danger-text\/75{color:rgb(232 87 67 / 0.75)}
.text-danger-text\/80{color:rgb(232 87 67 / 0.8)}
.text-danger-text\/85{color:rgb(232 87 67 / 0.85)}
.text-danger-text\/90{color:rgb(232 87 67 / 0.9)}
.text-danger-text\/95{color:rgb(232 87 67 / 0.95)}
.text-danger\/0{color:rgb(232 87 67 / 0)}
.text-danger\/10{color:rgb(232 87 67 / 0.1)}
.text-danger\/100{color:rgb(232 87 67 / 1)}
.text-danger\/15{color:rgb(232 87 67 / 0.15)}
.text-danger\/20{color:rgb(232 87 67 / 0.2)}
.text-danger\/25{color:rgb(232 87 67 / 0.25)}
.text-danger\/30{color:rgb(232 87 67 / 0.3)}
.text-danger\/35{color:rgb(232 87 67 / 0.35)}
.text-danger\/40{color:rgb(232 87 67 / 0.4)}
.text-danger\/45{color:rgb(232 87 67 / 0.45)}
.text-danger\/5{color:rgb(232 87 67 / 0.05)}
.text-danger\/50{color:rgb(232 87 67 / 0.5)}
.text-danger\/55{color:rgb(232 87 67 / 0.55)}
.text-danger\/60{color:rgb(232 87 67 / 0.6)}
.text-danger\/65{color:rgb(232 87 67 / 0.65)}
.text-danger\/70{color:rgb(232 87 67 / 0.7)}
.text-danger\/75{color:rgb(232 87 67 / 0.75)}
.text-danger\/80{color:rgb(232 87 67 / 0.8)}
.text-danger\/85{color:rgb(232 87 67 / 0.85)}
.text-danger\/90{color:rgb(232 87 67 / 0.9)}
.text-danger\/95{color:rgb(232 87 67 / 0.95)}
.text-default{color:var(--bt-default)}
.text-defaultHover{color:var(--bt-default-hover)}
.text-emerald-100{--tw-text-opacity:1;color:rgb(209 250 229 / var(--tw-text-opacity))}
.text-emerald-100\/0{color:rgb(209 250 229 / 0)}
.text-emerald-100\/10{color:rgb(209 250 229 / 0.1)}
.text-emerald-100\/100{color:rgb(209 250 229 / 1)}
.text-emerald-100\/15{color:rgb(209 250 229 / 0.15)}
.text-emerald-100\/20{color:rgb(209 250 229 / 0.2)}
.text-emerald-100\/25{color:rgb(209 250 229 / 0.25)}
.text-emerald-100\/30{color:rgb(209 250 229 / 0.3)}
.text-emerald-100\/35{color:rgb(209 250 229 / 0.35)}
.text-emerald-100\/40{color:rgb(209 250 229 / 0.4)}
.text-emerald-100\/45{color:rgb(209 250 229 / 0.45)}
.text-emerald-100\/5{color:rgb(209 250 229 / 0.05)}
.text-emerald-100\/50{color:rgb(209 250 229 / 0.5)}
.text-emerald-100\/55{color:rgb(209 250 229 / 0.55)}
.text-emerald-100\/60{color:rgb(209 250 229 / 0.6)}
.text-emerald-100\/65{color:rgb(209 250 229 / 0.65)}
.text-emerald-100\/70{color:rgb(209 250 229 / 0.7)}
.text-emerald-100\/75{color:rgb(209 250 229 / 0.75)}
.text-emerald-100\/80{color:rgb(209 250 229 / 0.8)}
.text-emerald-100\/85{color:rgb(209 250 229 / 0.85)}
.text-emerald-100\/90{color:rgb(209 250 229 / 0.9)}
.text-emerald-100\/95{color:rgb(209 250 229 / 0.95)}
.text-emerald-200{--tw-text-opacity:1;color:rgb(167 243 208 / var(--tw-text-opacity))}
.text-emerald-200\/0{color:rgb(167 243 208 / 0)}
.text-emerald-200\/10{color:rgb(167 243 208 / 0.1)}
.text-emerald-200\/100{color:rgb(167 243 208 / 1)}
.text-emerald-200\/15{color:rgb(167 243 208 / 0.15)}
.text-emerald-200\/20{color:rgb(167 243 208 / 0.2)}
.text-emerald-200\/25{color:rgb(167 243 208 / 0.25)}
.text-emerald-200\/30{color:rgb(167 243 208 / 0.3)}
.text-emerald-200\/35{color:rgb(167 243 208 / 0.35)}
.text-emerald-200\/40{color:rgb(167 243 208 / 0.4)}
.text-emerald-200\/45{color:rgb(167 243 208 / 0.45)}
.text-emerald-200\/5{color:rgb(167 243 208 / 0.05)}
.text-emerald-200\/50{color:rgb(167 243 208 / 0.5)}
.text-emerald-200\/55{color:rgb(167 243 208 / 0.55)}
.text-emerald-200\/60{color:rgb(167 243 208 / 0.6)}
.text-emerald-200\/65{color:rgb(167 243 208 / 0.65)}
.text-emerald-200\/70{color:rgb(167 243 208 / 0.7)}
.text-emerald-200\/75{color:rgb(167 243 208 / 0.75)}
.text-emerald-200\/80{color:rgb(167 243 208 / 0.8)}
.text-emerald-200\/85{color:rgb(167 243 208 / 0.85)}
.text-emerald-200\/90{color:rgb(167 243 208 / 0.9)}
.text-emerald-200\/95{color:rgb(167 243 208 / 0.95)}
.text-emerald-300{--tw-text-opacity:1;color:rgb(110 231 183 / var(--tw-text-opacity))}
.text-emerald-300\/0{color:rgb(110 231 183 / 0)}
.text-emerald-300\/10{color:rgb(110 231 183 / 0.1)}
.text-emerald-300\/100{color:rgb(110 231 183 / 1)}
.text-emerald-300\/15{color:rgb(110 231 183 / 0.15)}
.text-emerald-300\/20{color:rgb(110 231 183 / 0.2)}
.text-emerald-300\/25{color:rgb(110 231 183 / 0.25)}
.text-emerald-300\/30{color:rgb(110 231 183 / 0.3)}
.text-emerald-300\/35{color:rgb(110 231 183 / 0.35)}
.text-emerald-300\/40{color:rgb(110 231 183 / 0.4)}
.text-emerald-300\/45{color:rgb(110 231 183 / 0.45)}
.text-emerald-300\/5{color:rgb(110 231 183 / 0.05)}
.text-emerald-300\/50{color:rgb(110 231 183 / 0.5)}
.text-emerald-300\/55{color:rgb(110 231 183 / 0.55)}
.text-emerald-300\/60{color:rgb(110 231 183 / 0.6)}
.text-emerald-300\/65{color:rgb(110 231 183 / 0.65)}
.text-emerald-300\/70{color:rgb(110 231 183 / 0.7)}
.text-emerald-300\/75{color:rgb(110 231 183 / 0.75)}
.text-emerald-300\/80{color:rgb(110 231 183 / 0.8)}
.text-emerald-300\/85{color:rgb(110 231 183 / 0.85)}
.text-emerald-300\/90{color:rgb(110 231 183 / 0.9)}
.text-emerald-300\/95{color:rgb(110 231 183 / 0.95)}
.text-emerald-400{--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity))}
.text-emerald-400\/0{color:rgb(52 211 153 / 0)}
.text-emerald-400\/10{color:rgb(52 211 153 / 0.1)}
.text-emerald-400\/100{color:rgb(52 211 153 / 1)}
.text-emerald-400\/15{color:rgb(52 211 153 / 0.15)}
.text-emerald-400\/20{color:rgb(52 211 153 / 0.2)}
.text-emerald-400\/25{color:rgb(52 211 153 / 0.25)}
.text-emerald-400\/30{color:rgb(52 211 153 / 0.3)}
.text-emerald-400\/35{color:rgb(52 211 153 / 0.35)}
.text-emerald-400\/40{color:rgb(52 211 153 / 0.4)}
.text-emerald-400\/45{color:rgb(52 211 153 / 0.45)}
.text-emerald-400\/5{color:rgb(52 211 153 / 0.05)}
.text-emerald-400\/50{color:rgb(52 211 153 / 0.5)}
.text-emerald-400\/55{color:rgb(52 211 153 / 0.55)}
.text-emerald-400\/60{color:rgb(52 211 153 / 0.6)}
.text-emerald-400\/65{color:rgb(52 211 153 / 0.65)}
.text-emerald-400\/70{color:rgb(52 211 153 / 0.7)}
.text-emerald-400\/75{color:rgb(52 211 153 / 0.75)}
.text-emerald-400\/80{color:rgb(52 211 153 / 0.8)}
.text-emerald-400\/85{color:rgb(52 211 153 / 0.85)}
.text-emerald-400\/90{color:rgb(52 211 153 / 0.9)}
.text-emerald-400\/95{color:rgb(52 211 153 / 0.95)}
.text-emerald-50{--tw-text-opacity:1;color:rgb(236 253 245 / var(--tw-text-opacity))}
.text-emerald-50\/0{color:rgb(236 253 245 / 0)}
.text-emerald-50\/10{color:rgb(236 253 245 / 0.1)}
.text-emerald-50\/100{color:rgb(236 253 245 / 1)}
.text-emerald-50\/15{color:rgb(236 253 245 / 0.15)}
.text-emerald-50\/20{color:rgb(236 253 245 / 0.2)}
.text-emerald-50\/25{color:rgb(236 253 245 / 0.25)}
.text-emerald-50\/30{color:rgb(236 253 245 / 0.3)}
.text-emerald-50\/35{color:rgb(236 253 245 / 0.35)}
.text-emerald-50\/40{color:rgb(236 253 245 / 0.4)}
.text-emerald-50\/45{color:rgb(236 253 245 / 0.45)}
.text-emerald-50\/5{color:rgb(236 253 245 / 0.05)}
.text-emerald-50\/50{color:rgb(236 253 245 / 0.5)}
.text-emerald-50\/55{color:rgb(236 253 245 / 0.55)}
.text-emerald-50\/60{color:rgb(236 253 245 / 0.6)}
.text-emerald-50\/65{color:rgb(236 253 245 / 0.65)}
.text-emerald-50\/70{color:rgb(236 253 245 / 0.7)}
.text-emerald-50\/75{color:rgb(236 253 245 / 0.75)}
.text-emerald-50\/80{color:rgb(236 253 245 / 0.8)}
.text-emerald-50\/85{color:rgb(236 253 245 / 0.85)}
.text-emerald-50\/90{color:rgb(236 253 245 / 0.9)}
.text-emerald-50\/95{color:rgb(236 253 245 / 0.95)}
.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity))}
.text-emerald-500\/0{color:rgb(16 185 129 / 0)}
.text-emerald-500\/10{color:rgb(16 185 129 / 0.1)}
.text-emerald-500\/100{color:rgb(16 185 129 / 1)}
.text-emerald-500\/15{color:rgb(16 185 129 / 0.15)}
.text-emerald-500\/20{color:rgb(16 185 129 / 0.2)}
.text-emerald-500\/25{color:rgb(16 185 129 / 0.25)}
.text-emerald-500\/30{color:rgb(16 185 129 / 0.3)}
.text-emerald-500\/35{color:rgb(16 185 129 / 0.35)}
.text-emerald-500\/40{color:rgb(16 185 129 / 0.4)}
.text-emerald-500\/45{color:rgb(16 185 129 / 0.45)}
.text-emerald-500\/5{color:rgb(16 185 129 / 0.05)}
.text-emerald-500\/50{color:rgb(16 185 129 / 0.5)}
.text-emerald-500\/55{color:rgb(16 185 129 / 0.55)}
.text-emerald-500\/60{color:rgb(16 185 129 / 0.6)}
.text-emerald-500\/65{color:rgb(16 185 129 / 0.65)}
.text-emerald-500\/70{color:rgb(16 185 129 / 0.7)}
.text-emerald-500\/75{color:rgb(16 185 129 / 0.75)}
.text-emerald-500\/80{color:rgb(16 185 129 / 0.8)}
.text-emerald-500\/85{color:rgb(16 185 129 / 0.85)}
.text-emerald-500\/90{color:rgb(16 185 129 / 0.9)}
.text-emerald-500\/95{color:rgb(16 185 129 / 0.95)}
.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105 / var(--tw-text-opacity))}
.text-emerald-600\/0{color:rgb(5 150 105 / 0)}
.text-emerald-600\/10{color:rgb(5 150 105 / 0.1)}
.text-emerald-600\/100{color:rgb(5 150 105 / 1)}
.text-emerald-600\/15{color:rgb(5 150 105 / 0.15)}
.text-emerald-600\/20{color:rgb(5 150 105 / 0.2)}
.text-emerald-600\/25{color:rgb(5 150 105 / 0.25)}
.text-emerald-600\/30{color:rgb(5 150 105 / 0.3)}
.text-emerald-600\/35{color:rgb(5 150 105 / 0.35)}
.text-emerald-600\/40{color:rgb(5 150 105 / 0.4)}
.text-emerald-600\/45{color:rgb(5 150 105 / 0.45)}
.text-emerald-600\/5{color:rgb(5 150 105 / 0.05)}
.text-emerald-600\/50{color:rgb(5 150 105 / 0.5)}
.text-emerald-600\/55{color:rgb(5 150 105 / 0.55)}
.text-emerald-600\/60{color:rgb(5 150 105 / 0.6)}
.text-emerald-600\/65{color:rgb(5 150 105 / 0.65)}
.text-emerald-600\/70{color:rgb(5 150 105 / 0.7)}
.text-emerald-600\/75{color:rgb(5 150 105 / 0.75)}
.text-emerald-600\/80{color:rgb(5 150 105 / 0.8)}
.text-emerald-600\/85{color:rgb(5 150 105 / 0.85)}
.text-emerald-600\/90{color:rgb(5 150 105 / 0.9)}
.text-emerald-600\/95{color:rgb(5 150 105 / 0.95)}
.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87 / var(--tw-text-opacity))}
.text-emerald-700\/0{color:rgb(4 120 87 / 0)}
.text-emerald-700\/10{color:rgb(4 120 87 / 0.1)}
.text-emerald-700\/100{color:rgb(4 120 87 / 1)}
.text-emerald-700\/15{color:rgb(4 120 87 / 0.15)}
.text-emerald-700\/20{color:rgb(4 120 87 / 0.2)}
.text-emerald-700\/25{color:rgb(4 120 87 / 0.25)}
.text-emerald-700\/30{color:rgb(4 120 87 / 0.3)}
.text-emerald-700\/35{color:rgb(4 120 87 / 0.35)}
.text-emerald-700\/40{color:rgb(4 120 87 / 0.4)}
.text-emerald-700\/45{color:rgb(4 120 87 / 0.45)}
.text-emerald-700\/5{color:rgb(4 120 87 / 0.05)}
.text-emerald-700\/50{color:rgb(4 120 87 / 0.5)}
.text-emerald-700\/55{color:rgb(4 120 87 / 0.55)}
.text-emerald-700\/60{color:rgb(4 120 87 / 0.6)}
.text-emerald-700\/65{color:rgb(4 120 87 / 0.65)}
.text-emerald-700\/70{color:rgb(4 120 87 / 0.7)}
.text-emerald-700\/75{color:rgb(4 120 87 / 0.75)}
.text-emerald-700\/80{color:rgb(4 120 87 / 0.8)}
.text-emerald-700\/85{color:rgb(4 120 87 / 0.85)}
.text-emerald-700\/90{color:rgb(4 120 87 / 0.9)}
.text-emerald-700\/95{color:rgb(4 120 87 / 0.95)}
.text-emerald-800{--tw-text-opacity:1;color:rgb(6 95 70 / var(--tw-text-opacity))}
.text-emerald-800\/0{color:rgb(6 95 70 / 0)}
.text-emerald-800\/10{color:rgb(6 95 70 / 0.1)}
.text-emerald-800\/100{color:rgb(6 95 70 / 1)}
.text-emerald-800\/15{color:rgb(6 95 70 / 0.15)}
.text-emerald-800\/20{color:rgb(6 95 70 / 0.2)}
.text-emerald-800\/25{color:rgb(6 95 70 / 0.25)}
.text-emerald-800\/30{color:rgb(6 95 70 / 0.3)}
.text-emerald-800\/35{color:rgb(6 95 70 / 0.35)}
.text-emerald-800\/40{color:rgb(6 95 70 / 0.4)}
.text-emerald-800\/45{color:rgb(6 95 70 / 0.45)}
.text-emerald-800\/5{color:rgb(6 95 70 / 0.05)}
.text-emerald-800\/50{color:rgb(6 95 70 / 0.5)}
.text-emerald-800\/55{color:rgb(6 95 70 / 0.55)}
.text-emerald-800\/60{color:rgb(6 95 70 / 0.6)}
.text-emerald-800\/65{color:rgb(6 95 70 / 0.65)}
.text-emerald-800\/70{color:rgb(6 95 70 / 0.7)}
.text-emerald-800\/75{color:rgb(6 95 70 / 0.75)}
.text-emerald-800\/80{color:rgb(6 95 70 / 0.8)}
.text-emerald-800\/85{color:rgb(6 95 70 / 0.85)}
.text-emerald-800\/90{color:rgb(6 95 70 / 0.9)}
.text-emerald-800\/95{color:rgb(6 95 70 / 0.95)}
.text-emerald-900{--tw-text-opacity:1;color:rgb(6 78 59 / var(--tw-text-opacity))}
.text-emerald-900\/0{color:rgb(6 78 59 / 0)}
.text-emerald-900\/10{color:rgb(6 78 59 / 0.1)}
.text-emerald-900\/100{color:rgb(6 78 59 / 1)}
.text-emerald-900\/15{color:rgb(6 78 59 / 0.15)}
.text-emerald-900\/20{color:rgb(6 78 59 / 0.2)}
.text-emerald-900\/25{color:rgb(6 78 59 / 0.25)}
.text-emerald-900\/30{color:rgb(6 78 59 / 0.3)}
.text-emerald-900\/35{color:rgb(6 78 59 / 0.35)}
.text-emerald-900\/40{color:rgb(6 78 59 / 0.4)}
.text-emerald-900\/45{color:rgb(6 78 59 / 0.45)}
.text-emerald-900\/5{color:rgb(6 78 59 / 0.05)}
.text-emerald-900\/50{color:rgb(6 78 59 / 0.5)}
.text-emerald-900\/55{color:rgb(6 78 59 / 0.55)}
.text-emerald-900\/60{color:rgb(6 78 59 / 0.6)}
.text-emerald-900\/65{color:rgb(6 78 59 / 0.65)}
.text-emerald-900\/70{color:rgb(6 78 59 / 0.7)}
.text-emerald-900\/75{color:rgb(6 78 59 / 0.75)}
.text-emerald-900\/80{color:rgb(6 78 59 / 0.8)}
.text-emerald-900\/85{color:rgb(6 78 59 / 0.85)}
.text-emerald-900\/90{color:rgb(6 78 59 / 0.9)}
.text-emerald-900\/95{color:rgb(6 78 59 / 0.95)}
.text-emerald-950{--tw-text-opacity:1;color:rgb(2 44 34 / var(--tw-text-opacity))}
.text-emerald-950\/0{color:rgb(2 44 34 / 0)}
.text-emerald-950\/10{color:rgb(2 44 34 / 0.1)}
.text-emerald-950\/100{color:rgb(2 44 34 / 1)}
.text-emerald-950\/15{color:rgb(2 44 34 / 0.15)}
.text-emerald-950\/20{color:rgb(2 44 34 / 0.2)}
.text-emerald-950\/25{color:rgb(2 44 34 / 0.25)}
.text-emerald-950\/30{color:rgb(2 44 34 / 0.3)}
.text-emerald-950\/35{color:rgb(2 44 34 / 0.35)}
.text-emerald-950\/40{color:rgb(2 44 34 / 0.4)}
.text-emerald-950\/45{color:rgb(2 44 34 / 0.45)}
.text-emerald-950\/5{color:rgb(2 44 34 / 0.05)}
.text-emerald-950\/50{color:rgb(2 44 34 / 0.5)}
.text-emerald-950\/55{color:rgb(2 44 34 / 0.55)}
.text-emerald-950\/60{color:rgb(2 44 34 / 0.6)}
.text-emerald-950\/65{color:rgb(2 44 34 / 0.65)}
.text-emerald-950\/70{color:rgb(2 44 34 / 0.7)}
.text-emerald-950\/75{color:rgb(2 44 34 / 0.75)}
.text-emerald-950\/80{color:rgb(2 44 34 / 0.8)}
.text-emerald-950\/85{color:rgb(2 44 34 / 0.85)}
.text-emerald-950\/90{color:rgb(2 44 34 / 0.9)}
.text-emerald-950\/95{color:rgb(2 44 34 / 0.95)}
.text-fuchsia-100{--tw-text-opacity:1;color:rgb(250 232 255 / var(--tw-text-opacity))}
.text-fuchsia-100\/0{color:rgb(250 232 255 / 0)}
.text-fuchsia-100\/10{color:rgb(250 232 255 / 0.1)}
.text-fuchsia-100\/100{color:rgb(250 232 255 / 1)}
.text-fuchsia-100\/15{color:rgb(250 232 255 / 0.15)}
.text-fuchsia-100\/20{color:rgb(250 232 255 / 0.2)}
.text-fuchsia-100\/25{color:rgb(250 232 255 / 0.25)}
.text-fuchsia-100\/30{color:rgb(250 232 255 / 0.3)}
.text-fuchsia-100\/35{color:rgb(250 232 255 / 0.35)}
.text-fuchsia-100\/40{color:rgb(250 232 255 / 0.4)}
.text-fuchsia-100\/45{color:rgb(250 232 255 / 0.45)}
.text-fuchsia-100\/5{color:rgb(250 232 255 / 0.05)}
.text-fuchsia-100\/50{color:rgb(250 232 255 / 0.5)}
.text-fuchsia-100\/55{color:rgb(250 232 255 / 0.55)}
.text-fuchsia-100\/60{color:rgb(250 232 255 / 0.6)}
.text-fuchsia-100\/65{color:rgb(250 232 255 / 0.65)}
.text-fuchsia-100\/70{color:rgb(250 232 255 / 0.7)}
.text-fuchsia-100\/75{color:rgb(250 232 255 / 0.75)}
.text-fuchsia-100\/80{color:rgb(250 232 255 / 0.8)}
.text-fuchsia-100\/85{color:rgb(250 232 255 / 0.85)}
.text-fuchsia-100\/90{color:rgb(250 232 255 / 0.9)}
.text-fuchsia-100\/95{color:rgb(250 232 255 / 0.95)}
.text-fuchsia-200{--tw-text-opacity:1;color:rgb(245 208 254 / var(--tw-text-opacity))}
.text-fuchsia-200\/0{color:rgb(245 208 254 / 0)}
.text-fuchsia-200\/10{color:rgb(245 208 254 / 0.1)}
.text-fuchsia-200\/100{color:rgb(245 208 254 / 1)}
.text-fuchsia-200\/15{color:rgb(245 208 254 / 0.15)}
.text-fuchsia-200\/20{color:rgb(245 208 254 / 0.2)}
.text-fuchsia-200\/25{color:rgb(245 208 254 / 0.25)}
.text-fuchsia-200\/30{color:rgb(245 208 254 / 0.3)}
.text-fuchsia-200\/35{color:rgb(245 208 254 / 0.35)}
.text-fuchsia-200\/40{color:rgb(245 208 254 / 0.4)}
.text-fuchsia-200\/45{color:rgb(245 208 254 / 0.45)}
.text-fuchsia-200\/5{color:rgb(245 208 254 / 0.05)}
.text-fuchsia-200\/50{color:rgb(245 208 254 / 0.5)}
.text-fuchsia-200\/55{color:rgb(245 208 254 / 0.55)}
.text-fuchsia-200\/60{color:rgb(245 208 254 / 0.6)}
.text-fuchsia-200\/65{color:rgb(245 208 254 / 0.65)}
.text-fuchsia-200\/70{color:rgb(245 208 254 / 0.7)}
.text-fuchsia-200\/75{color:rgb(245 208 254 / 0.75)}
.text-fuchsia-200\/80{color:rgb(245 208 254 / 0.8)}
.text-fuchsia-200\/85{color:rgb(245 208 254 / 0.85)}
.text-fuchsia-200\/90{color:rgb(245 208 254 / 0.9)}
.text-fuchsia-200\/95{color:rgb(245 208 254 / 0.95)}
.text-fuchsia-300{--tw-text-opacity:1;color:rgb(240 171 252 / var(--tw-text-opacity))}
.text-fuchsia-300\/0{color:rgb(240 171 252 / 0)}
.text-fuchsia-300\/10{color:rgb(240 171 252 / 0.1)}
.text-fuchsia-300\/100{color:rgb(240 171 252 / 1)}
.text-fuchsia-300\/15{color:rgb(240 171 252 / 0.15)}
.text-fuchsia-300\/20{color:rgb(240 171 252 / 0.2)}
.text-fuchsia-300\/25{color:rgb(240 171 252 / 0.25)}
.text-fuchsia-300\/30{color:rgb(240 171 252 / 0.3)}
.text-fuchsia-300\/35{color:rgb(240 171 252 / 0.35)}
.text-fuchsia-300\/40{color:rgb(240 171 252 / 0.4)}
.text-fuchsia-300\/45{color:rgb(240 171 252 / 0.45)}
.text-fuchsia-300\/5{color:rgb(240 171 252 / 0.05)}
.text-fuchsia-300\/50{color:rgb(240 171 252 / 0.5)}
.text-fuchsia-300\/55{color:rgb(240 171 252 / 0.55)}
.text-fuchsia-300\/60{color:rgb(240 171 252 / 0.6)}
.text-fuchsia-300\/65{color:rgb(240 171 252 / 0.65)}
.text-fuchsia-300\/70{color:rgb(240 171 252 / 0.7)}
.text-fuchsia-300\/75{color:rgb(240 171 252 / 0.75)}
.text-fuchsia-300\/80{color:rgb(240 171 252 / 0.8)}
.text-fuchsia-300\/85{color:rgb(240 171 252 / 0.85)}
.text-fuchsia-300\/90{color:rgb(240 171 252 / 0.9)}
.text-fuchsia-300\/95{color:rgb(240 171 252 / 0.95)}
.text-fuchsia-400{--tw-text-opacity:1;color:rgb(232 121 249 / var(--tw-text-opacity))}
.text-fuchsia-400\/0{color:rgb(232 121 249 / 0)}
.text-fuchsia-400\/10{color:rgb(232 121 249 / 0.1)}
.text-fuchsia-400\/100{color:rgb(232 121 249 / 1)}
.text-fuchsia-400\/15{color:rgb(232 121 249 / 0.15)}
.text-fuchsia-400\/20{color:rgb(232 121 249 / 0.2)}
.text-fuchsia-400\/25{color:rgb(232 121 249 / 0.25)}
.text-fuchsia-400\/30{color:rgb(232 121 249 / 0.3)}
.text-fuchsia-400\/35{color:rgb(232 121 249 / 0.35)}
.text-fuchsia-400\/40{color:rgb(232 121 249 / 0.4)}
.text-fuchsia-400\/45{color:rgb(232 121 249 / 0.45)}
.text-fuchsia-400\/5{color:rgb(232 121 249 / 0.05)}
.text-fuchsia-400\/50{color:rgb(232 121 249 / 0.5)}
.text-fuchsia-400\/55{color:rgb(232 121 249 / 0.55)}
.text-fuchsia-400\/60{color:rgb(232 121 249 / 0.6)}
.text-fuchsia-400\/65{color:rgb(232 121 249 / 0.65)}
.text-fuchsia-400\/70{color:rgb(232 121 249 / 0.7)}
.text-fuchsia-400\/75{color:rgb(232 121 249 / 0.75)}
.text-fuchsia-400\/80{color:rgb(232 121 249 / 0.8)}
.text-fuchsia-400\/85{color:rgb(232 121 249 / 0.85)}
.text-fuchsia-400\/90{color:rgb(232 121 249 / 0.9)}
.text-fuchsia-400\/95{color:rgb(232 121 249 / 0.95)}
.text-fuchsia-50{--tw-text-opacity:1;color:rgb(253 244 255 / var(--tw-text-opacity))}
.text-fuchsia-50\/0{color:rgb(253 244 255 / 0)}
.text-fuchsia-50\/10{color:rgb(253 244 255 / 0.1)}
.text-fuchsia-50\/100{color:rgb(253 244 255 / 1)}
.text-fuchsia-50\/15{color:rgb(253 244 255 / 0.15)}
.text-fuchsia-50\/20{color:rgb(253 244 255 / 0.2)}
.text-fuchsia-50\/25{color:rgb(253 244 255 / 0.25)}
.text-fuchsia-50\/30{color:rgb(253 244 255 / 0.3)}
.text-fuchsia-50\/35{color:rgb(253 244 255 / 0.35)}
.text-fuchsia-50\/40{color:rgb(253 244 255 / 0.4)}
.text-fuchsia-50\/45{color:rgb(253 244 255 / 0.45)}
.text-fuchsia-50\/5{color:rgb(253 244 255 / 0.05)}
.text-fuchsia-50\/50{color:rgb(253 244 255 / 0.5)}
.text-fuchsia-50\/55{color:rgb(253 244 255 / 0.55)}
.text-fuchsia-50\/60{color:rgb(253 244 255 / 0.6)}
.text-fuchsia-50\/65{color:rgb(253 244 255 / 0.65)}
.text-fuchsia-50\/70{color:rgb(253 244 255 / 0.7)}
.text-fuchsia-50\/75{color:rgb(253 244 255 / 0.75)}
.text-fuchsia-50\/80{color:rgb(253 244 255 / 0.8)}
.text-fuchsia-50\/85{color:rgb(253 244 255 / 0.85)}
.text-fuchsia-50\/90{color:rgb(253 244 255 / 0.9)}
.text-fuchsia-50\/95{color:rgb(253 244 255 / 0.95)}
.text-fuchsia-500{--tw-text-opacity:1;color:rgb(217 70 239 / var(--tw-text-opacity))}
.text-fuchsia-500\/0{color:rgb(217 70 239 / 0)}
.text-fuchsia-500\/10{color:rgb(217 70 239 / 0.1)}
.text-fuchsia-500\/100{color:rgb(217 70 239 / 1)}
.text-fuchsia-500\/15{color:rgb(217 70 239 / 0.15)}
.text-fuchsia-500\/20{color:rgb(217 70 239 / 0.2)}
.text-fuchsia-500\/25{color:rgb(217 70 239 / 0.25)}
.text-fuchsia-500\/30{color:rgb(217 70 239 / 0.3)}
.text-fuchsia-500\/35{color:rgb(217 70 239 / 0.35)}
.text-fuchsia-500\/40{color:rgb(217 70 239 / 0.4)}
.text-fuchsia-500\/45{color:rgb(217 70 239 / 0.45)}
.text-fuchsia-500\/5{color:rgb(217 70 239 / 0.05)}
.text-fuchsia-500\/50{color:rgb(217 70 239 / 0.5)}
.text-fuchsia-500\/55{color:rgb(217 70 239 / 0.55)}
.text-fuchsia-500\/60{color:rgb(217 70 239 / 0.6)}
.text-fuchsia-500\/65{color:rgb(217 70 239 / 0.65)}
.text-fuchsia-500\/70{color:rgb(217 70 239 / 0.7)}
.text-fuchsia-500\/75{color:rgb(217 70 239 / 0.75)}
.text-fuchsia-500\/80{color:rgb(217 70 239 / 0.8)}
.text-fuchsia-500\/85{color:rgb(217 70 239 / 0.85)}
.text-fuchsia-500\/90{color:rgb(217 70 239 / 0.9)}
.text-fuchsia-500\/95{color:rgb(217 70 239 / 0.95)}
.text-fuchsia-600{--tw-text-opacity:1;color:rgb(192 38 211 / var(--tw-text-opacity))}
.text-fuchsia-600\/0{color:rgb(192 38 211 / 0)}
.text-fuchsia-600\/10{color:rgb(192 38 211 / 0.1)}
.text-fuchsia-600\/100{color:rgb(192 38 211 / 1)}
.text-fuchsia-600\/15{color:rgb(192 38 211 / 0.15)}
.text-fuchsia-600\/20{color:rgb(192 38 211 / 0.2)}
.text-fuchsia-600\/25{color:rgb(192 38 211 / 0.25)}
.text-fuchsia-600\/30{color:rgb(192 38 211 / 0.3)}
.text-fuchsia-600\/35{color:rgb(192 38 211 / 0.35)}
.text-fuchsia-600\/40{color:rgb(192 38 211 / 0.4)}
.text-fuchsia-600\/45{color:rgb(192 38 211 / 0.45)}
.text-fuchsia-600\/5{color:rgb(192 38 211 / 0.05)}
.text-fuchsia-600\/50{color:rgb(192 38 211 / 0.5)}
.text-fuchsia-600\/55{color:rgb(192 38 211 / 0.55)}
.text-fuchsia-600\/60{color:rgb(192 38 211 / 0.6)}
.text-fuchsia-600\/65{color:rgb(192 38 211 / 0.65)}
.text-fuchsia-600\/70{color:rgb(192 38 211 / 0.7)}
.text-fuchsia-600\/75{color:rgb(192 38 211 / 0.75)}
.text-fuchsia-600\/80{color:rgb(192 38 211 / 0.8)}
.text-fuchsia-600\/85{color:rgb(192 38 211 / 0.85)}
.text-fuchsia-600\/90{color:rgb(192 38 211 / 0.9)}
.text-fuchsia-600\/95{color:rgb(192 38 211 / 0.95)}
.text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175 / var(--tw-text-opacity))}
.text-fuchsia-700\/0{color:rgb(162 28 175 / 0)}
.text-fuchsia-700\/10{color:rgb(162 28 175 / 0.1)}
.text-fuchsia-700\/100{color:rgb(162 28 175 / 1)}
.text-fuchsia-700\/15{color:rgb(162 28 175 / 0.15)}
.text-fuchsia-700\/20{color:rgb(162 28 175 / 0.2)}
.text-fuchsia-700\/25{color:rgb(162 28 175 / 0.25)}
.text-fuchsia-700\/30{color:rgb(162 28 175 / 0.3)}
.text-fuchsia-700\/35{color:rgb(162 28 175 / 0.35)}
.text-fuchsia-700\/40{color:rgb(162 28 175 / 0.4)}
.text-fuchsia-700\/45{color:rgb(162 28 175 / 0.45)}
.text-fuchsia-700\/5{color:rgb(162 28 175 / 0.05)}
.text-fuchsia-700\/50{color:rgb(162 28 175 / 0.5)}
.text-fuchsia-700\/55{color:rgb(162 28 175 / 0.55)}
.text-fuchsia-700\/60{color:rgb(162 28 175 / 0.6)}
.text-fuchsia-700\/65{color:rgb(162 28 175 / 0.65)}
.text-fuchsia-700\/70{color:rgb(162 28 175 / 0.7)}
.text-fuchsia-700\/75{color:rgb(162 28 175 / 0.75)}
.text-fuchsia-700\/80{color:rgb(162 28 175 / 0.8)}
.text-fuchsia-700\/85{color:rgb(162 28 175 / 0.85)}
.text-fuchsia-700\/90{color:rgb(162 28 175 / 0.9)}
.text-fuchsia-700\/95{color:rgb(162 28 175 / 0.95)}
.text-fuchsia-800{--tw-text-opacity:1;color:rgb(134 25 143 / var(--tw-text-opacity))}
.text-fuchsia-800\/0{color:rgb(134 25 143 / 0)}
.text-fuchsia-800\/10{color:rgb(134 25 143 / 0.1)}
.text-fuchsia-800\/100{color:rgb(134 25 143 / 1)}
.text-fuchsia-800\/15{color:rgb(134 25 143 / 0.15)}
.text-fuchsia-800\/20{color:rgb(134 25 143 / 0.2)}
.text-fuchsia-800\/25{color:rgb(134 25 143 / 0.25)}
.text-fuchsia-800\/30{color:rgb(134 25 143 / 0.3)}
.text-fuchsia-800\/35{color:rgb(134 25 143 / 0.35)}
.text-fuchsia-800\/40{color:rgb(134 25 143 / 0.4)}
.text-fuchsia-800\/45{color:rgb(134 25 143 / 0.45)}
.text-fuchsia-800\/5{color:rgb(134 25 143 / 0.05)}
.text-fuchsia-800\/50{color:rgb(134 25 143 / 0.5)}
.text-fuchsia-800\/55{color:rgb(134 25 143 / 0.55)}
.text-fuchsia-800\/60{color:rgb(134 25 143 / 0.6)}
.text-fuchsia-800\/65{color:rgb(134 25 143 / 0.65)}
.text-fuchsia-800\/70{color:rgb(134 25 143 / 0.7)}
.text-fuchsia-800\/75{color:rgb(134 25 143 / 0.75)}
.text-fuchsia-800\/80{color:rgb(134 25 143 / 0.8)}
.text-fuchsia-800\/85{color:rgb(134 25 143 / 0.85)}
.text-fuchsia-800\/90{color:rgb(134 25 143 / 0.9)}
.text-fuchsia-800\/95{color:rgb(134 25 143 / 0.95)}
.text-fuchsia-900{--tw-text-opacity:1;color:rgb(112 26 117 / var(--tw-text-opacity))}
.text-fuchsia-900\/0{color:rgb(112 26 117 / 0)}
.text-fuchsia-900\/10{color:rgb(112 26 117 / 0.1)}
.text-fuchsia-900\/100{color:rgb(112 26 117 / 1)}
.text-fuchsia-900\/15{color:rgb(112 26 117 / 0.15)}
.text-fuchsia-900\/20{color:rgb(112 26 117 / 0.2)}
.text-fuchsia-900\/25{color:rgb(112 26 117 / 0.25)}
.text-fuchsia-900\/30{color:rgb(112 26 117 / 0.3)}
.text-fuchsia-900\/35{color:rgb(112 26 117 / 0.35)}
.text-fuchsia-900\/40{color:rgb(112 26 117 / 0.4)}
.text-fuchsia-900\/45{color:rgb(112 26 117 / 0.45)}
.text-fuchsia-900\/5{color:rgb(112 26 117 / 0.05)}
.text-fuchsia-900\/50{color:rgb(112 26 117 / 0.5)}
.text-fuchsia-900\/55{color:rgb(112 26 117 / 0.55)}
.text-fuchsia-900\/60{color:rgb(112 26 117 / 0.6)}
.text-fuchsia-900\/65{color:rgb(112 26 117 / 0.65)}
.text-fuchsia-900\/70{color:rgb(112 26 117 / 0.7)}
.text-fuchsia-900\/75{color:rgb(112 26 117 / 0.75)}
.text-fuchsia-900\/80{color:rgb(112 26 117 / 0.8)}
.text-fuchsia-900\/85{color:rgb(112 26 117 / 0.85)}
.text-fuchsia-900\/90{color:rgb(112 26 117 / 0.9)}
.text-fuchsia-900\/95{color:rgb(112 26 117 / 0.95)}
.text-fuchsia-950{--tw-text-opacity:1;color:rgb(74 4 78 / var(--tw-text-opacity))}
.text-fuchsia-950\/0{color:rgb(74 4 78 / 0)}
.text-fuchsia-950\/10{color:rgb(74 4 78 / 0.1)}
.text-fuchsia-950\/100{color:rgb(74 4 78 / 1)}
.text-fuchsia-950\/15{color:rgb(74 4 78 / 0.15)}
.text-fuchsia-950\/20{color:rgb(74 4 78 / 0.2)}
.text-fuchsia-950\/25{color:rgb(74 4 78 / 0.25)}
.text-fuchsia-950\/30{color:rgb(74 4 78 / 0.3)}
.text-fuchsia-950\/35{color:rgb(74 4 78 / 0.35)}
.text-fuchsia-950\/40{color:rgb(74 4 78 / 0.4)}
.text-fuchsia-950\/45{color:rgb(74 4 78 / 0.45)}
.text-fuchsia-950\/5{color:rgb(74 4 78 / 0.05)}
.text-fuchsia-950\/50{color:rgb(74 4 78 / 0.5)}
.text-fuchsia-950\/55{color:rgb(74 4 78 / 0.55)}
.text-fuchsia-950\/60{color:rgb(74 4 78 / 0.6)}
.text-fuchsia-950\/65{color:rgb(74 4 78 / 0.65)}
.text-fuchsia-950\/70{color:rgb(74 4 78 / 0.7)}
.text-fuchsia-950\/75{color:rgb(74 4 78 / 0.75)}
.text-fuchsia-950\/80{color:rgb(74 4 78 / 0.8)}
.text-fuchsia-950\/85{color:rgb(74 4 78 / 0.85)}
.text-fuchsia-950\/90{color:rgb(74 4 78 / 0.9)}
.text-fuchsia-950\/95{color:rgb(74 4 78 / 0.95)}
.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246 / var(--tw-text-opacity))}
.text-gray-100\/0{color:rgb(243 244 246 / 0)}
.text-gray-100\/10{color:rgb(243 244 246 / 0.1)}
.text-gray-100\/100{color:rgb(243 244 246 / 1)}
.text-gray-100\/15{color:rgb(243 244 246 / 0.15)}
.text-gray-100\/20{color:rgb(243 244 246 / 0.2)}
.text-gray-100\/25{color:rgb(243 244 246 / 0.25)}
.text-gray-100\/30{color:rgb(243 244 246 / 0.3)}
.text-gray-100\/35{color:rgb(243 244 246 / 0.35)}
.text-gray-100\/40{color:rgb(243 244 246 / 0.4)}
.text-gray-100\/45{color:rgb(243 244 246 / 0.45)}
.text-gray-100\/5{color:rgb(243 244 246 / 0.05)}
.text-gray-100\/50{color:rgb(243 244 246 / 0.5)}
.text-gray-100\/55{color:rgb(243 244 246 / 0.55)}
.text-gray-100\/60{color:rgb(243 244 246 / 0.6)}
.text-gray-100\/65{color:rgb(243 244 246 / 0.65)}
.text-gray-100\/70{color:rgb(243 244 246 / 0.7)}
.text-gray-100\/75{color:rgb(243 244 246 / 0.75)}
.text-gray-100\/80{color:rgb(243 244 246 / 0.8)}
.text-gray-100\/85{color:rgb(243 244 246 / 0.85)}
.text-gray-100\/90{color:rgb(243 244 246 / 0.9)}
.text-gray-100\/95{color:rgb(243 244 246 / 0.95)}
.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235 / var(--tw-text-opacity))}
.text-gray-200\/0{color:rgb(229 231 235 / 0)}
.text-gray-200\/10{color:rgb(229 231 235 / 0.1)}
.text-gray-200\/100{color:rgb(229 231 235 / 1)}
.text-gray-200\/15{color:rgb(229 231 235 / 0.15)}
.text-gray-200\/20{color:rgb(229 231 235 / 0.2)}
.text-gray-200\/25{color:rgb(229 231 235 / 0.25)}
.text-gray-200\/30{color:rgb(229 231 235 / 0.3)}
.text-gray-200\/35{color:rgb(229 231 235 / 0.35)}
.text-gray-200\/40{color:rgb(229 231 235 / 0.4)}
.text-gray-200\/45{color:rgb(229 231 235 / 0.45)}
.text-gray-200\/5{color:rgb(229 231 235 / 0.05)}
.text-gray-200\/50{color:rgb(229 231 235 / 0.5)}
.text-gray-200\/55{color:rgb(229 231 235 / 0.55)}
.text-gray-200\/60{color:rgb(229 231 235 / 0.6)}
.text-gray-200\/65{color:rgb(229 231 235 / 0.65)}
.text-gray-200\/70{color:rgb(229 231 235 / 0.7)}
.text-gray-200\/75{color:rgb(229 231 235 / 0.75)}
.text-gray-200\/80{color:rgb(229 231 235 / 0.8)}
.text-gray-200\/85{color:rgb(229 231 235 / 0.85)}
.text-gray-200\/90{color:rgb(229 231 235 / 0.9)}
.text-gray-200\/95{color:rgb(229 231 235 / 0.95)}
.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity))}
.text-gray-300\/0{color:rgb(209 213 219 / 0)}
.text-gray-300\/10{color:rgb(209 213 219 / 0.1)}
.text-gray-300\/100{color:rgb(209 213 219 / 1)}
.text-gray-300\/15{color:rgb(209 213 219 / 0.15)}
.text-gray-300\/20{color:rgb(209 213 219 / 0.2)}
.text-gray-300\/25{color:rgb(209 213 219 / 0.25)}
.text-gray-300\/30{color:rgb(209 213 219 / 0.3)}
.text-gray-300\/35{color:rgb(209 213 219 / 0.35)}
.text-gray-300\/40{color:rgb(209 213 219 / 0.4)}
.text-gray-300\/45{color:rgb(209 213 219 / 0.45)}
.text-gray-300\/5{color:rgb(209 213 219 / 0.05)}
.text-gray-300\/50{color:rgb(209 213 219 / 0.5)}
.text-gray-300\/55{color:rgb(209 213 219 / 0.55)}
.text-gray-300\/60{color:rgb(209 213 219 / 0.6)}
.text-gray-300\/65{color:rgb(209 213 219 / 0.65)}
.text-gray-300\/70{color:rgb(209 213 219 / 0.7)}
.text-gray-300\/75{color:rgb(209 213 219 / 0.75)}
.text-gray-300\/80{color:rgb(209 213 219 / 0.8)}
.text-gray-300\/85{color:rgb(209 213 219 / 0.85)}
.text-gray-300\/90{color:rgb(209 213 219 / 0.9)}
.text-gray-300\/95{color:rgb(209 213 219 / 0.95)}
.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity))}
.text-gray-400\/0{color:rgb(156 163 175 / 0)}
.text-gray-400\/10{color:rgb(156 163 175 / 0.1)}
.text-gray-400\/100{color:rgb(156 163 175 / 1)}
.text-gray-400\/15{color:rgb(156 163 175 / 0.15)}
.text-gray-400\/20{color:rgb(156 163 175 / 0.2)}
.text-gray-400\/25{color:rgb(156 163 175 / 0.25)}
.text-gray-400\/30{color:rgb(156 163 175 / 0.3)}
.text-gray-400\/35{color:rgb(156 163 175 / 0.35)}
.text-gray-400\/40{color:rgb(156 163 175 / 0.4)}
.text-gray-400\/45{color:rgb(156 163 175 / 0.45)}
.text-gray-400\/5{color:rgb(156 163 175 / 0.05)}
.text-gray-400\/50{color:rgb(156 163 175 / 0.5)}
.text-gray-400\/55{color:rgb(156 163 175 / 0.55)}
.text-gray-400\/60{color:rgb(156 163 175 / 0.6)}
.text-gray-400\/65{color:rgb(156 163 175 / 0.65)}
.text-gray-400\/70{color:rgb(156 163 175 / 0.7)}
.text-gray-400\/75{color:rgb(156 163 175 / 0.75)}
.text-gray-400\/80{color:rgb(156 163 175 / 0.8)}
.text-gray-400\/85{color:rgb(156 163 175 / 0.85)}
.text-gray-400\/90{color:rgb(156 163 175 / 0.9)}
.text-gray-400\/95{color:rgb(156 163 175 / 0.95)}
.text-gray-50{--tw-text-opacity:1;color:rgb(249 250 251 / var(--tw-text-opacity))}
.text-gray-50\/0{color:rgb(249 250 251 / 0)}
.text-gray-50\/10{color:rgb(249 250 251 / 0.1)}
.text-gray-50\/100{color:rgb(249 250 251 / 1)}
.text-gray-50\/15{color:rgb(249 250 251 / 0.15)}
.text-gray-50\/20{color:rgb(249 250 251 / 0.2)}
.text-gray-50\/25{color:rgb(249 250 251 / 0.25)}
.text-gray-50\/30{color:rgb(249 250 251 / 0.3)}
.text-gray-50\/35{color:rgb(249 250 251 / 0.35)}
.text-gray-50\/40{color:rgb(249 250 251 / 0.4)}
.text-gray-50\/45{color:rgb(249 250 251 / 0.45)}
.text-gray-50\/5{color:rgb(249 250 251 / 0.05)}
.text-gray-50\/50{color:rgb(249 250 251 / 0.5)}
.text-gray-50\/55{color:rgb(249 250 251 / 0.55)}
.text-gray-50\/60{color:rgb(249 250 251 / 0.6)}
.text-gray-50\/65{color:rgb(249 250 251 / 0.65)}
.text-gray-50\/70{color:rgb(249 250 251 / 0.7)}
.text-gray-50\/75{color:rgb(249 250 251 / 0.75)}
.text-gray-50\/80{color:rgb(249 250 251 / 0.8)}
.text-gray-50\/85{color:rgb(249 250 251 / 0.85)}
.text-gray-50\/90{color:rgb(249 250 251 / 0.9)}
.text-gray-50\/95{color:rgb(249 250 251 / 0.95)}
.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity))}
.text-gray-500\/0{color:rgb(107 114 128 / 0)}
.text-gray-500\/10{color:rgb(107 114 128 / 0.1)}
.text-gray-500\/100{color:rgb(107 114 128 / 1)}
.text-gray-500\/15{color:rgb(107 114 128 / 0.15)}
.text-gray-500\/20{color:rgb(107 114 128 / 0.2)}
.text-gray-500\/25{color:rgb(107 114 128 / 0.25)}
.text-gray-500\/30{color:rgb(107 114 128 / 0.3)}
.text-gray-500\/35{color:rgb(107 114 128 / 0.35)}
.text-gray-500\/40{color:rgb(107 114 128 / 0.4)}
.text-gray-500\/45{color:rgb(107 114 128 / 0.45)}
.text-gray-500\/5{color:rgb(107 114 128 / 0.05)}
.text-gray-500\/50{color:rgb(107 114 128 / 0.5)}
.text-gray-500\/55{color:rgb(107 114 128 / 0.55)}
.text-gray-500\/60{color:rgb(107 114 128 / 0.6)}
.text-gray-500\/65{color:rgb(107 114 128 / 0.65)}
.text-gray-500\/70{color:rgb(107 114 128 / 0.7)}
.text-gray-500\/75{color:rgb(107 114 128 / 0.75)}
.text-gray-500\/80{color:rgb(107 114 128 / 0.8)}
.text-gray-500\/85{color:rgb(107 114 128 / 0.85)}
.text-gray-500\/90{color:rgb(107 114 128 / 0.9)}
.text-gray-500\/95{color:rgb(107 114 128 / 0.95)}
.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity))}
.text-gray-600\/0{color:rgb(75 85 99 / 0)}
.text-gray-600\/10{color:rgb(75 85 99 / 0.1)}
.text-gray-600\/100{color:rgb(75 85 99 / 1)}
.text-gray-600\/15{color:rgb(75 85 99 / 0.15)}
.text-gray-600\/20{color:rgb(75 85 99 / 0.2)}
.text-gray-600\/25{color:rgb(75 85 99 / 0.25)}
.text-gray-600\/30{color:rgb(75 85 99 / 0.3)}
.text-gray-600\/35{color:rgb(75 85 99 / 0.35)}
.text-gray-600\/40{color:rgb(75 85 99 / 0.4)}
.text-gray-600\/45{color:rgb(75 85 99 / 0.45)}
.text-gray-600\/5{color:rgb(75 85 99 / 0.05)}
.text-gray-600\/50{color:rgb(75 85 99 / 0.5)}
.text-gray-600\/55{color:rgb(75 85 99 / 0.55)}
.text-gray-600\/60{color:rgb(75 85 99 / 0.6)}
.text-gray-600\/65{color:rgb(75 85 99 / 0.65)}
.text-gray-600\/70{color:rgb(75 85 99 / 0.7)}
.text-gray-600\/75{color:rgb(75 85 99 / 0.75)}
.text-gray-600\/80{color:rgb(75 85 99 / 0.8)}
.text-gray-600\/85{color:rgb(75 85 99 / 0.85)}
.text-gray-600\/90{color:rgb(75 85 99 / 0.9)}
.text-gray-600\/95{color:rgb(75 85 99 / 0.95)}
.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity))}
.text-gray-700\/0{color:rgb(55 65 81 / 0)}
.text-gray-700\/10{color:rgb(55 65 81 / 0.1)}
.text-gray-700\/100{color:rgb(55 65 81 / 1)}
.text-gray-700\/15{color:rgb(55 65 81 / 0.15)}
.text-gray-700\/20{color:rgb(55 65 81 / 0.2)}
.text-gray-700\/25{color:rgb(55 65 81 / 0.25)}
.text-gray-700\/30{color:rgb(55 65 81 / 0.3)}
.text-gray-700\/35{color:rgb(55 65 81 / 0.35)}
.text-gray-700\/40{color:rgb(55 65 81 / 0.4)}
.text-gray-700\/45{color:rgb(55 65 81 / 0.45)}
.text-gray-700\/5{color:rgb(55 65 81 / 0.05)}
.text-gray-700\/50{color:rgb(55 65 81 / 0.5)}
.text-gray-700\/55{color:rgb(55 65 81 / 0.55)}
.text-gray-700\/60{color:rgb(55 65 81 / 0.6)}
.text-gray-700\/65{color:rgb(55 65 81 / 0.65)}
.text-gray-700\/70{color:rgb(55 65 81 / 0.7)}
.text-gray-700\/75{color:rgb(55 65 81 / 0.75)}
.text-gray-700\/80{color:rgb(55 65 81 / 0.8)}
.text-gray-700\/85{color:rgb(55 65 81 / 0.85)}
.text-gray-700\/90{color:rgb(55 65 81 / 0.9)}
.text-gray-700\/95{color:rgb(55 65 81 / 0.95)}
.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55 / var(--tw-text-opacity))}
.text-gray-800\/0{color:rgb(31 41 55 / 0)}
.text-gray-800\/10{color:rgb(31 41 55 / 0.1)}
.text-gray-800\/100{color:rgb(31 41 55 / 1)}
.text-gray-800\/15{color:rgb(31 41 55 / 0.15)}
.text-gray-800\/20{color:rgb(31 41 55 / 0.2)}
.text-gray-800\/25{color:rgb(31 41 55 / 0.25)}
.text-gray-800\/30{color:rgb(31 41 55 / 0.3)}
.text-gray-800\/35{color:rgb(31 41 55 / 0.35)}
.text-gray-800\/40{color:rgb(31 41 55 / 0.4)}
.text-gray-800\/45{color:rgb(31 41 55 / 0.45)}
.text-gray-800\/5{color:rgb(31 41 55 / 0.05)}
.text-gray-800\/50{color:rgb(31 41 55 / 0.5)}
.text-gray-800\/55{color:rgb(31 41 55 / 0.55)}
.text-gray-800\/60{color:rgb(31 41 55 / 0.6)}
.text-gray-800\/65{color:rgb(31 41 55 / 0.65)}
.text-gray-800\/70{color:rgb(31 41 55 / 0.7)}
.text-gray-800\/75{color:rgb(31 41 55 / 0.75)}
.text-gray-800\/80{color:rgb(31 41 55 / 0.8)}
.text-gray-800\/85{color:rgb(31 41 55 / 0.85)}
.text-gray-800\/90{color:rgb(31 41 55 / 0.9)}
.text-gray-800\/95{color:rgb(31 41 55 / 0.95)}
.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39 / var(--tw-text-opacity))}
.text-gray-900\/0{color:rgb(17 24 39 / 0)}
.text-gray-900\/10{color:rgb(17 24 39 / 0.1)}
.text-gray-900\/100{color:rgb(17 24 39 / 1)}
.text-gray-900\/15{color:rgb(17 24 39 / 0.15)}
.text-gray-900\/20{color:rgb(17 24 39 / 0.2)}
.text-gray-900\/25{color:rgb(17 24 39 / 0.25)}
.text-gray-900\/30{color:rgb(17 24 39 / 0.3)}
.text-gray-900\/35{color:rgb(17 24 39 / 0.35)}
.text-gray-900\/40{color:rgb(17 24 39 / 0.4)}
.text-gray-900\/45{color:rgb(17 24 39 / 0.45)}
.text-gray-900\/5{color:rgb(17 24 39 / 0.05)}
.text-gray-900\/50{color:rgb(17 24 39 / 0.5)}
.text-gray-900\/55{color:rgb(17 24 39 / 0.55)}
.text-gray-900\/60{color:rgb(17 24 39 / 0.6)}
.text-gray-900\/65{color:rgb(17 24 39 / 0.65)}
.text-gray-900\/70{color:rgb(17 24 39 / 0.7)}
.text-gray-900\/75{color:rgb(17 24 39 / 0.75)}
.text-gray-900\/80{color:rgb(17 24 39 / 0.8)}
.text-gray-900\/85{color:rgb(17 24 39 / 0.85)}
.text-gray-900\/90{color:rgb(17 24 39 / 0.9)}
.text-gray-900\/95{color:rgb(17 24 39 / 0.95)}
.text-gray-950{--tw-text-opacity:1;color:rgb(3 7 18 / var(--tw-text-opacity))}
.text-gray-950\/0{color:rgb(3 7 18 / 0)}
.text-gray-950\/10{color:rgb(3 7 18 / 0.1)}
.text-gray-950\/100{color:rgb(3 7 18 / 1)}
.text-gray-950\/15{color:rgb(3 7 18 / 0.15)}
.text-gray-950\/20{color:rgb(3 7 18 / 0.2)}
.text-gray-950\/25{color:rgb(3 7 18 / 0.25)}
.text-gray-950\/30{color:rgb(3 7 18 / 0.3)}
.text-gray-950\/35{color:rgb(3 7 18 / 0.35)}
.text-gray-950\/40{color:rgb(3 7 18 / 0.4)}
.text-gray-950\/45{color:rgb(3 7 18 / 0.45)}
.text-gray-950\/5{color:rgb(3 7 18 / 0.05)}
.text-gray-950\/50{color:rgb(3 7 18 / 0.5)}
.text-gray-950\/55{color:rgb(3 7 18 / 0.55)}
.text-gray-950\/60{color:rgb(3 7 18 / 0.6)}
.text-gray-950\/65{color:rgb(3 7 18 / 0.65)}
.text-gray-950\/70{color:rgb(3 7 18 / 0.7)}
.text-gray-950\/75{color:rgb(3 7 18 / 0.75)}
.text-gray-950\/80{color:rgb(3 7 18 / 0.8)}
.text-gray-950\/85{color:rgb(3 7 18 / 0.85)}
.text-gray-950\/90{color:rgb(3 7 18 / 0.9)}
.text-gray-950\/95{color:rgb(3 7 18 / 0.95)}
.text-green-100{--tw-text-opacity:1;color:rgb(220 252 231 / var(--tw-text-opacity))}
.text-green-100\/0{color:rgb(220 252 231 / 0)}
.text-green-100\/10{color:rgb(220 252 231 / 0.1)}
.text-green-100\/100{color:rgb(220 252 231 / 1)}
.text-green-100\/15{color:rgb(220 252 231 / 0.15)}
.text-green-100\/20{color:rgb(220 252 231 / 0.2)}
.text-green-100\/25{color:rgb(220 252 231 / 0.25)}
.text-green-100\/30{color:rgb(220 252 231 / 0.3)}
.text-green-100\/35{color:rgb(220 252 231 / 0.35)}
.text-green-100\/40{color:rgb(220 252 231 / 0.4)}
.text-green-100\/45{color:rgb(220 252 231 / 0.45)}
.text-green-100\/5{color:rgb(220 252 231 / 0.05)}
.text-green-100\/50{color:rgb(220 252 231 / 0.5)}
.text-green-100\/55{color:rgb(220 252 231 / 0.55)}
.text-green-100\/60{color:rgb(220 252 231 / 0.6)}
.text-green-100\/65{color:rgb(220 252 231 / 0.65)}
.text-green-100\/70{color:rgb(220 252 231 / 0.7)}
.text-green-100\/75{color:rgb(220 252 231 / 0.75)}
.text-green-100\/80{color:rgb(220 252 231 / 0.8)}
.text-green-100\/85{color:rgb(220 252 231 / 0.85)}
.text-green-100\/90{color:rgb(220 252 231 / 0.9)}
.text-green-100\/95{color:rgb(220 252 231 / 0.95)}
.text-green-200{--tw-text-opacity:1;color:rgb(187 247 208 / var(--tw-text-opacity))}
.text-green-200\/0{color:rgb(187 247 208 / 0)}
.text-green-200\/10{color:rgb(187 247 208 / 0.1)}
.text-green-200\/100{color:rgb(187 247 208 / 1)}
.text-green-200\/15{color:rgb(187 247 208 / 0.15)}
.text-green-200\/20{color:rgb(187 247 208 / 0.2)}
.text-green-200\/25{color:rgb(187 247 208 / 0.25)}
.text-green-200\/30{color:rgb(187 247 208 / 0.3)}
.text-green-200\/35{color:rgb(187 247 208 / 0.35)}
.text-green-200\/40{color:rgb(187 247 208 / 0.4)}
.text-green-200\/45{color:rgb(187 247 208 / 0.45)}
.text-green-200\/5{color:rgb(187 247 208 / 0.05)}
.text-green-200\/50{color:rgb(187 247 208 / 0.5)}
.text-green-200\/55{color:rgb(187 247 208 / 0.55)}
.text-green-200\/60{color:rgb(187 247 208 / 0.6)}
.text-green-200\/65{color:rgb(187 247 208 / 0.65)}
.text-green-200\/70{color:rgb(187 247 208 / 0.7)}
.text-green-200\/75{color:rgb(187 247 208 / 0.75)}
.text-green-200\/80{color:rgb(187 247 208 / 0.8)}
.text-green-200\/85{color:rgb(187 247 208 / 0.85)}
.text-green-200\/90{color:rgb(187 247 208 / 0.9)}
.text-green-200\/95{color:rgb(187 247 208 / 0.95)}
.text-green-300{--tw-text-opacity:1;color:rgb(134 239 172 / var(--tw-text-opacity))}
.text-green-300\/0{color:rgb(134 239 172 / 0)}
.text-green-300\/10{color:rgb(134 239 172 / 0.1)}
.text-green-300\/100{color:rgb(134 239 172 / 1)}
.text-green-300\/15{color:rgb(134 239 172 / 0.15)}
.text-green-300\/20{color:rgb(134 239 172 / 0.2)}
.text-green-300\/25{color:rgb(134 239 172 / 0.25)}
.text-green-300\/30{color:rgb(134 239 172 / 0.3)}
.text-green-300\/35{color:rgb(134 239 172 / 0.35)}
.text-green-300\/40{color:rgb(134 239 172 / 0.4)}
.text-green-300\/45{color:rgb(134 239 172 / 0.45)}
.text-green-300\/5{color:rgb(134 239 172 / 0.05)}
.text-green-300\/50{color:rgb(134 239 172 / 0.5)}
.text-green-300\/55{color:rgb(134 239 172 / 0.55)}
.text-green-300\/60{color:rgb(134 239 172 / 0.6)}
.text-green-300\/65{color:rgb(134 239 172 / 0.65)}
.text-green-300\/70{color:rgb(134 239 172 / 0.7)}
.text-green-300\/75{color:rgb(134 239 172 / 0.75)}
.text-green-300\/80{color:rgb(134 239 172 / 0.8)}
.text-green-300\/85{color:rgb(134 239 172 / 0.85)}
.text-green-300\/90{color:rgb(134 239 172 / 0.9)}
.text-green-300\/95{color:rgb(134 239 172 / 0.95)}
.text-green-400{--tw-text-opacity:1;color:rgb(74 222 128 / var(--tw-text-opacity))}
.text-green-400\/0{color:rgb(74 222 128 / 0)}
.text-green-400\/10{color:rgb(74 222 128 / 0.1)}
.text-green-400\/100{color:rgb(74 222 128 / 1)}
.text-green-400\/15{color:rgb(74 222 128 / 0.15)}
.text-green-400\/20{color:rgb(74 222 128 / 0.2)}
.text-green-400\/25{color:rgb(74 222 128 / 0.25)}
.text-green-400\/30{color:rgb(74 222 128 / 0.3)}
.text-green-400\/35{color:rgb(74 222 128 / 0.35)}
.text-green-400\/40{color:rgb(74 222 128 / 0.4)}
.text-green-400\/45{color:rgb(74 222 128 / 0.45)}
.text-green-400\/5{color:rgb(74 222 128 / 0.05)}
.text-green-400\/50{color:rgb(74 222 128 / 0.5)}
.text-green-400\/55{color:rgb(74 222 128 / 0.55)}
.text-green-400\/60{color:rgb(74 222 128 / 0.6)}
.text-green-400\/65{color:rgb(74 222 128 / 0.65)}
.text-green-400\/70{color:rgb(74 222 128 / 0.7)}
.text-green-400\/75{color:rgb(74 222 128 / 0.75)}
.text-green-400\/80{color:rgb(74 222 128 / 0.8)}
.text-green-400\/85{color:rgb(74 222 128 / 0.85)}
.text-green-400\/90{color:rgb(74 222 128 / 0.9)}
.text-green-400\/95{color:rgb(74 222 128 / 0.95)}
.text-green-50{--tw-text-opacity:1;color:rgb(240 253 244 / var(--tw-text-opacity))}
.text-green-50\/0{color:rgb(240 253 244 / 0)}
.text-green-50\/10{color:rgb(240 253 244 / 0.1)}
.text-green-50\/100{color:rgb(240 253 244 / 1)}
.text-green-50\/15{color:rgb(240 253 244 / 0.15)}
.text-green-50\/20{color:rgb(240 253 244 / 0.2)}
.text-green-50\/25{color:rgb(240 253 244 / 0.25)}
.text-green-50\/30{color:rgb(240 253 244 / 0.3)}
.text-green-50\/35{color:rgb(240 253 244 / 0.35)}
.text-green-50\/40{color:rgb(240 253 244 / 0.4)}
.text-green-50\/45{color:rgb(240 253 244 / 0.45)}
.text-green-50\/5{color:rgb(240 253 244 / 0.05)}
.text-green-50\/50{color:rgb(240 253 244 / 0.5)}
.text-green-50\/55{color:rgb(240 253 244 / 0.55)}
.text-green-50\/60{color:rgb(240 253 244 / 0.6)}
.text-green-50\/65{color:rgb(240 253 244 / 0.65)}
.text-green-50\/70{color:rgb(240 253 244 / 0.7)}
.text-green-50\/75{color:rgb(240 253 244 / 0.75)}
.text-green-50\/80{color:rgb(240 253 244 / 0.8)}
.text-green-50\/85{color:rgb(240 253 244 / 0.85)}
.text-green-50\/90{color:rgb(240 253 244 / 0.9)}
.text-green-50\/95{color:rgb(240 253 244 / 0.95)}
.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity))}
.text-green-500\/0{color:rgb(34 197 94 / 0)}
.text-green-500\/10{color:rgb(34 197 94 / 0.1)}
.text-green-500\/100{color:rgb(34 197 94 / 1)}
.text-green-500\/15{color:rgb(34 197 94 / 0.15)}
.text-green-500\/20{color:rgb(34 197 94 / 0.2)}
.text-green-500\/25{color:rgb(34 197 94 / 0.25)}
.text-green-500\/30{color:rgb(34 197 94 / 0.3)}
.text-green-500\/35{color:rgb(34 197 94 / 0.35)}
.text-green-500\/40{color:rgb(34 197 94 / 0.4)}
.text-green-500\/45{color:rgb(34 197 94 / 0.45)}
.text-green-500\/5{color:rgb(34 197 94 / 0.05)}
.text-green-500\/50{color:rgb(34 197 94 / 0.5)}
.text-green-500\/55{color:rgb(34 197 94 / 0.55)}
.text-green-500\/60{color:rgb(34 197 94 / 0.6)}
.text-green-500\/65{color:rgb(34 197 94 / 0.65)}
.text-green-500\/70{color:rgb(34 197 94 / 0.7)}
.text-green-500\/75{color:rgb(34 197 94 / 0.75)}
.text-green-500\/80{color:rgb(34 197 94 / 0.8)}
.text-green-500\/85{color:rgb(34 197 94 / 0.85)}
.text-green-500\/90{color:rgb(34 197 94 / 0.9)}
.text-green-500\/95{color:rgb(34 197 94 / 0.95)}
.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74 / var(--tw-text-opacity))}
.text-green-600\/0{color:rgb(22 163 74 / 0)}
.text-green-600\/10{color:rgb(22 163 74 / 0.1)}
.text-green-600\/100{color:rgb(22 163 74 / 1)}
.text-green-600\/15{color:rgb(22 163 74 / 0.15)}
.text-green-600\/20{color:rgb(22 163 74 / 0.2)}
.text-green-600\/25{color:rgb(22 163 74 / 0.25)}
.text-green-600\/30{color:rgb(22 163 74 / 0.3)}
.text-green-600\/35{color:rgb(22 163 74 / 0.35)}
.text-green-600\/40{color:rgb(22 163 74 / 0.4)}
.text-green-600\/45{color:rgb(22 163 74 / 0.45)}
.text-green-600\/5{color:rgb(22 163 74 / 0.05)}
.text-green-600\/50{color:rgb(22 163 74 / 0.5)}
.text-green-600\/55{color:rgb(22 163 74 / 0.55)}
.text-green-600\/60{color:rgb(22 163 74 / 0.6)}
.text-green-600\/65{color:rgb(22 163 74 / 0.65)}
.text-green-600\/70{color:rgb(22 163 74 / 0.7)}
.text-green-600\/75{color:rgb(22 163 74 / 0.75)}
.text-green-600\/80{color:rgb(22 163 74 / 0.8)}
.text-green-600\/85{color:rgb(22 163 74 / 0.85)}
.text-green-600\/90{color:rgb(22 163 74 / 0.9)}
.text-green-600\/95{color:rgb(22 163 74 / 0.95)}
.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61 / var(--tw-text-opacity))}
.text-green-700\/0{color:rgb(21 128 61 / 0)}
.text-green-700\/10{color:rgb(21 128 61 / 0.1)}
.text-green-700\/100{color:rgb(21 128 61 / 1)}
.text-green-700\/15{color:rgb(21 128 61 / 0.15)}
.text-green-700\/20{color:rgb(21 128 61 / 0.2)}
.text-green-700\/25{color:rgb(21 128 61 / 0.25)}
.text-green-700\/30{color:rgb(21 128 61 / 0.3)}
.text-green-700\/35{color:rgb(21 128 61 / 0.35)}
.text-green-700\/40{color:rgb(21 128 61 / 0.4)}
.text-green-700\/45{color:rgb(21 128 61 / 0.45)}
.text-green-700\/5{color:rgb(21 128 61 / 0.05)}
.text-green-700\/50{color:rgb(21 128 61 / 0.5)}
.text-green-700\/55{color:rgb(21 128 61 / 0.55)}
.text-green-700\/60{color:rgb(21 128 61 / 0.6)}
.text-green-700\/65{color:rgb(21 128 61 / 0.65)}
.text-green-700\/70{color:rgb(21 128 61 / 0.7)}
.text-green-700\/75{color:rgb(21 128 61 / 0.75)}
.text-green-700\/80{color:rgb(21 128 61 / 0.8)}
.text-green-700\/85{color:rgb(21 128 61 / 0.85)}
.text-green-700\/90{color:rgb(21 128 61 / 0.9)}
.text-green-700\/95{color:rgb(21 128 61 / 0.95)}
.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52 / var(--tw-text-opacity))}
.text-green-800\/0{color:rgb(22 101 52 / 0)}
.text-green-800\/10{color:rgb(22 101 52 / 0.1)}
.text-green-800\/100{color:rgb(22 101 52 / 1)}
.text-green-800\/15{color:rgb(22 101 52 / 0.15)}
.text-green-800\/20{color:rgb(22 101 52 / 0.2)}
.text-green-800\/25{color:rgb(22 101 52 / 0.25)}
.text-green-800\/30{color:rgb(22 101 52 / 0.3)}
.text-green-800\/35{color:rgb(22 101 52 / 0.35)}
.text-green-800\/40{color:rgb(22 101 52 / 0.4)}
.text-green-800\/45{color:rgb(22 101 52 / 0.45)}
.text-green-800\/5{color:rgb(22 101 52 / 0.05)}
.text-green-800\/50{color:rgb(22 101 52 / 0.5)}
.text-green-800\/55{color:rgb(22 101 52 / 0.55)}
.text-green-800\/60{color:rgb(22 101 52 / 0.6)}
.text-green-800\/65{color:rgb(22 101 52 / 0.65)}
.text-green-800\/70{color:rgb(22 101 52 / 0.7)}
.text-green-800\/75{color:rgb(22 101 52 / 0.75)}
.text-green-800\/80{color:rgb(22 101 52 / 0.8)}
.text-green-800\/85{color:rgb(22 101 52 / 0.85)}
.text-green-800\/90{color:rgb(22 101 52 / 0.9)}
.text-green-800\/95{color:rgb(22 101 52 / 0.95)}
.text-green-900{--tw-text-opacity:1;color:rgb(20 83 45 / var(--tw-text-opacity))}
.text-green-900\/0{color:rgb(20 83 45 / 0)}
.text-green-900\/10{color:rgb(20 83 45 / 0.1)}
.text-green-900\/100{color:rgb(20 83 45 / 1)}
.text-green-900\/15{color:rgb(20 83 45 / 0.15)}
.text-green-900\/20{color:rgb(20 83 45 / 0.2)}
.text-green-900\/25{color:rgb(20 83 45 / 0.25)}
.text-green-900\/30{color:rgb(20 83 45 / 0.3)}
.text-green-900\/35{color:rgb(20 83 45 / 0.35)}
.text-green-900\/40{color:rgb(20 83 45 / 0.4)}
.text-green-900\/45{color:rgb(20 83 45 / 0.45)}
.text-green-900\/5{color:rgb(20 83 45 / 0.05)}
.text-green-900\/50{color:rgb(20 83 45 / 0.5)}
.text-green-900\/55{color:rgb(20 83 45 / 0.55)}
.text-green-900\/60{color:rgb(20 83 45 / 0.6)}
.text-green-900\/65{color:rgb(20 83 45 / 0.65)}
.text-green-900\/70{color:rgb(20 83 45 / 0.7)}
.text-green-900\/75{color:rgb(20 83 45 / 0.75)}
.text-green-900\/80{color:rgb(20 83 45 / 0.8)}
.text-green-900\/85{color:rgb(20 83 45 / 0.85)}
.text-green-900\/90{color:rgb(20 83 45 / 0.9)}
.text-green-900\/95{color:rgb(20 83 45 / 0.95)}
.text-green-950{--tw-text-opacity:1;color:rgb(5 46 22 / var(--tw-text-opacity))}
.text-green-950\/0{color:rgb(5 46 22 / 0)}
.text-green-950\/10{color:rgb(5 46 22 / 0.1)}
.text-green-950\/100{color:rgb(5 46 22 / 1)}
.text-green-950\/15{color:rgb(5 46 22 / 0.15)}
.text-green-950\/20{color:rgb(5 46 22 / 0.2)}
.text-green-950\/25{color:rgb(5 46 22 / 0.25)}
.text-green-950\/30{color:rgb(5 46 22 / 0.3)}
.text-green-950\/35{color:rgb(5 46 22 / 0.35)}
.text-green-950\/40{color:rgb(5 46 22 / 0.4)}
.text-green-950\/45{color:rgb(5 46 22 / 0.45)}
.text-green-950\/5{color:rgb(5 46 22 / 0.05)}
.text-green-950\/50{color:rgb(5 46 22 / 0.5)}
.text-green-950\/55{color:rgb(5 46 22 / 0.55)}
.text-green-950\/60{color:rgb(5 46 22 / 0.6)}
.text-green-950\/65{color:rgb(5 46 22 / 0.65)}
.text-green-950\/70{color:rgb(5 46 22 / 0.7)}
.text-green-950\/75{color:rgb(5 46 22 / 0.75)}
.text-green-950\/80{color:rgb(5 46 22 / 0.8)}
.text-green-950\/85{color:rgb(5 46 22 / 0.85)}
.text-green-950\/90{color:rgb(5 46 22 / 0.9)}
.text-green-950\/95{color:rgb(5 46 22 / 0.95)}
.text-gridItemHover{color:rgba(0,0,0,.03)}
.text-gridItemHover\/0{color:rgba(0, 0, 0, 0)}
.text-gridItemHover\/10{color:rgba(0, 0, 0, 0.1)}
.text-gridItemHover\/100{color:rgba(0, 0, 0, 1)}
.text-gridItemHover\/15{color:rgba(0, 0, 0, 0.15)}
.text-gridItemHover\/20{color:rgba(0, 0, 0, 0.2)}
.text-gridItemHover\/25{color:rgba(0, 0, 0, 0.25)}
.text-gridItemHover\/30{color:rgba(0, 0, 0, 0.3)}
.text-gridItemHover\/35{color:rgba(0, 0, 0, 0.35)}
.text-gridItemHover\/40{color:rgba(0, 0, 0, 0.4)}
.text-gridItemHover\/45{color:rgba(0, 0, 0, 0.45)}
.text-gridItemHover\/5{color:rgba(0, 0, 0, 0.05)}
.text-gridItemHover\/50{color:rgba(0, 0, 0, 0.5)}
.text-gridItemHover\/55{color:rgba(0, 0, 0, 0.55)}
.text-gridItemHover\/60{color:rgba(0, 0, 0, 0.6)}
.text-gridItemHover\/65{color:rgba(0, 0, 0, 0.65)}
.text-gridItemHover\/70{color:rgba(0, 0, 0, 0.7)}
.text-gridItemHover\/75{color:rgba(0, 0, 0, 0.75)}
.text-gridItemHover\/80{color:rgba(0, 0, 0, 0.8)}
.text-gridItemHover\/85{color:rgba(0, 0, 0, 0.85)}
.text-gridItemHover\/90{color:rgba(0, 0, 0, 0.9)}
.text-gridItemHover\/95{color:rgba(0, 0, 0, 0.95)}
.text-indigo-100{--tw-text-opacity:1;color:rgb(224 231 255 / var(--tw-text-opacity))}
.text-indigo-100\/0{color:rgb(224 231 255 / 0)}
.text-indigo-100\/10{color:rgb(224 231 255 / 0.1)}
.text-indigo-100\/100{color:rgb(224 231 255 / 1)}
.text-indigo-100\/15{color:rgb(224 231 255 / 0.15)}
.text-indigo-100\/20{color:rgb(224 231 255 / 0.2)}
.text-indigo-100\/25{color:rgb(224 231 255 / 0.25)}
.text-indigo-100\/30{color:rgb(224 231 255 / 0.3)}
.text-indigo-100\/35{color:rgb(224 231 255 / 0.35)}
.text-indigo-100\/40{color:rgb(224 231 255 / 0.4)}
.text-indigo-100\/45{color:rgb(224 231 255 / 0.45)}
.text-indigo-100\/5{color:rgb(224 231 255 / 0.05)}
.text-indigo-100\/50{color:rgb(224 231 255 / 0.5)}
.text-indigo-100\/55{color:rgb(224 231 255 / 0.55)}
.text-indigo-100\/60{color:rgb(224 231 255 / 0.6)}
.text-indigo-100\/65{color:rgb(224 231 255 / 0.65)}
.text-indigo-100\/70{color:rgb(224 231 255 / 0.7)}
.text-indigo-100\/75{color:rgb(224 231 255 / 0.75)}
.text-indigo-100\/80{color:rgb(224 231 255 / 0.8)}
.text-indigo-100\/85{color:rgb(224 231 255 / 0.85)}
.text-indigo-100\/90{color:rgb(224 231 255 / 0.9)}
.text-indigo-100\/95{color:rgb(224 231 255 / 0.95)}
.text-indigo-200{--tw-text-opacity:1;color:rgb(199 210 254 / var(--tw-text-opacity))}
.text-indigo-200\/0{color:rgb(199 210 254 / 0)}
.text-indigo-200\/10{color:rgb(199 210 254 / 0.1)}
.text-indigo-200\/100{color:rgb(199 210 254 / 1)}
.text-indigo-200\/15{color:rgb(199 210 254 / 0.15)}
.text-indigo-200\/20{color:rgb(199 210 254 / 0.2)}
.text-indigo-200\/25{color:rgb(199 210 254 / 0.25)}
.text-indigo-200\/30{color:rgb(199 210 254 / 0.3)}
.text-indigo-200\/35{color:rgb(199 210 254 / 0.35)}
.text-indigo-200\/40{color:rgb(199 210 254 / 0.4)}
.text-indigo-200\/45{color:rgb(199 210 254 / 0.45)}
.text-indigo-200\/5{color:rgb(199 210 254 / 0.05)}
.text-indigo-200\/50{color:rgb(199 210 254 / 0.5)}
.text-indigo-200\/55{color:rgb(199 210 254 / 0.55)}
.text-indigo-200\/60{color:rgb(199 210 254 / 0.6)}
.text-indigo-200\/65{color:rgb(199 210 254 / 0.65)}
.text-indigo-200\/70{color:rgb(199 210 254 / 0.7)}
.text-indigo-200\/75{color:rgb(199 210 254 / 0.75)}
.text-indigo-200\/80{color:rgb(199 210 254 / 0.8)}
.text-indigo-200\/85{color:rgb(199 210 254 / 0.85)}
.text-indigo-200\/90{color:rgb(199 210 254 / 0.9)}
.text-indigo-200\/95{color:rgb(199 210 254 / 0.95)}
.text-indigo-300{--tw-text-opacity:1;color:rgb(165 180 252 / var(--tw-text-opacity))}
.text-indigo-300\/0{color:rgb(165 180 252 / 0)}
.text-indigo-300\/10{color:rgb(165 180 252 / 0.1)}
.text-indigo-300\/100{color:rgb(165 180 252 / 1)}
.text-indigo-300\/15{color:rgb(165 180 252 / 0.15)}
.text-indigo-300\/20{color:rgb(165 180 252 / 0.2)}
.text-indigo-300\/25{color:rgb(165 180 252 / 0.25)}
.text-indigo-300\/30{color:rgb(165 180 252 / 0.3)}
.text-indigo-300\/35{color:rgb(165 180 252 / 0.35)}
.text-indigo-300\/40{color:rgb(165 180 252 / 0.4)}
.text-indigo-300\/45{color:rgb(165 180 252 / 0.45)}
.text-indigo-300\/5{color:rgb(165 180 252 / 0.05)}
.text-indigo-300\/50{color:rgb(165 180 252 / 0.5)}
.text-indigo-300\/55{color:rgb(165 180 252 / 0.55)}
.text-indigo-300\/60{color:rgb(165 180 252 / 0.6)}
.text-indigo-300\/65{color:rgb(165 180 252 / 0.65)}
.text-indigo-300\/70{color:rgb(165 180 252 / 0.7)}
.text-indigo-300\/75{color:rgb(165 180 252 / 0.75)}
.text-indigo-300\/80{color:rgb(165 180 252 / 0.8)}
.text-indigo-300\/85{color:rgb(165 180 252 / 0.85)}
.text-indigo-300\/90{color:rgb(165 180 252 / 0.9)}
.text-indigo-300\/95{color:rgb(165 180 252 / 0.95)}
.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248 / var(--tw-text-opacity))}
.text-indigo-400\/0{color:rgb(129 140 248 / 0)}
.text-indigo-400\/10{color:rgb(129 140 248 / 0.1)}
.text-indigo-400\/100{color:rgb(129 140 248 / 1)}
.text-indigo-400\/15{color:rgb(129 140 248 / 0.15)}
.text-indigo-400\/20{color:rgb(129 140 248 / 0.2)}
.text-indigo-400\/25{color:rgb(129 140 248 / 0.25)}
.text-indigo-400\/30{color:rgb(129 140 248 / 0.3)}
.text-indigo-400\/35{color:rgb(129 140 248 / 0.35)}
.text-indigo-400\/40{color:rgb(129 140 248 / 0.4)}
.text-indigo-400\/45{color:rgb(129 140 248 / 0.45)}
.text-indigo-400\/5{color:rgb(129 140 248 / 0.05)}
.text-indigo-400\/50{color:rgb(129 140 248 / 0.5)}
.text-indigo-400\/55{color:rgb(129 140 248 / 0.55)}
.text-indigo-400\/60{color:rgb(129 140 248 / 0.6)}
.text-indigo-400\/65{color:rgb(129 140 248 / 0.65)}
.text-indigo-400\/70{color:rgb(129 140 248 / 0.7)}
.text-indigo-400\/75{color:rgb(129 140 248 / 0.75)}
.text-indigo-400\/80{color:rgb(129 140 248 / 0.8)}
.text-indigo-400\/85{color:rgb(129 140 248 / 0.85)}
.text-indigo-400\/90{color:rgb(129 140 248 / 0.9)}
.text-indigo-400\/95{color:rgb(129 140 248 / 0.95)}
.text-indigo-50{--tw-text-opacity:1;color:rgb(238 242 255 / var(--tw-text-opacity))}
.text-indigo-50\/0{color:rgb(238 242 255 / 0)}
.text-indigo-50\/10{color:rgb(238 242 255 / 0.1)}
.text-indigo-50\/100{color:rgb(238 242 255 / 1)}
.text-indigo-50\/15{color:rgb(238 242 255 / 0.15)}
.text-indigo-50\/20{color:rgb(238 242 255 / 0.2)}
.text-indigo-50\/25{color:rgb(238 242 255 / 0.25)}
.text-indigo-50\/30{color:rgb(238 242 255 / 0.3)}
.text-indigo-50\/35{color:rgb(238 242 255 / 0.35)}
.text-indigo-50\/40{color:rgb(238 242 255 / 0.4)}
.text-indigo-50\/45{color:rgb(238 242 255 / 0.45)}
.text-indigo-50\/5{color:rgb(238 242 255 / 0.05)}
.text-indigo-50\/50{color:rgb(238 242 255 / 0.5)}
.text-indigo-50\/55{color:rgb(238 242 255 / 0.55)}
.text-indigo-50\/60{color:rgb(238 242 255 / 0.6)}
.text-indigo-50\/65{color:rgb(238 242 255 / 0.65)}
.text-indigo-50\/70{color:rgb(238 242 255 / 0.7)}
.text-indigo-50\/75{color:rgb(238 242 255 / 0.75)}
.text-indigo-50\/80{color:rgb(238 242 255 / 0.8)}
.text-indigo-50\/85{color:rgb(238 242 255 / 0.85)}
.text-indigo-50\/90{color:rgb(238 242 255 / 0.9)}
.text-indigo-50\/95{color:rgb(238 242 255 / 0.95)}
.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241 / var(--tw-text-opacity))}
.text-indigo-500\/0{color:rgb(99 102 241 / 0)}
.text-indigo-500\/10{color:rgb(99 102 241 / 0.1)}
.text-indigo-500\/100{color:rgb(99 102 241 / 1)}
.text-indigo-500\/15{color:rgb(99 102 241 / 0.15)}
.text-indigo-500\/20{color:rgb(99 102 241 / 0.2)}
.text-indigo-500\/25{color:rgb(99 102 241 / 0.25)}
.text-indigo-500\/30{color:rgb(99 102 241 / 0.3)}
.text-indigo-500\/35{color:rgb(99 102 241 / 0.35)}
.text-indigo-500\/40{color:rgb(99 102 241 / 0.4)}
.text-indigo-500\/45{color:rgb(99 102 241 / 0.45)}
.text-indigo-500\/5{color:rgb(99 102 241 / 0.05)}
.text-indigo-500\/50{color:rgb(99 102 241 / 0.5)}
.text-indigo-500\/55{color:rgb(99 102 241 / 0.55)}
.text-indigo-500\/60{color:rgb(99 102 241 / 0.6)}
.text-indigo-500\/65{color:rgb(99 102 241 / 0.65)}
.text-indigo-500\/70{color:rgb(99 102 241 / 0.7)}
.text-indigo-500\/75{color:rgb(99 102 241 / 0.75)}
.text-indigo-500\/80{color:rgb(99 102 241 / 0.8)}
.text-indigo-500\/85{color:rgb(99 102 241 / 0.85)}
.text-indigo-500\/90{color:rgb(99 102 241 / 0.9)}
.text-indigo-500\/95{color:rgb(99 102 241 / 0.95)}
.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229 / var(--tw-text-opacity))}
.text-indigo-600\/0{color:rgb(79 70 229 / 0)}
.text-indigo-600\/10{color:rgb(79 70 229 / 0.1)}
.text-indigo-600\/100{color:rgb(79 70 229 / 1)}
.text-indigo-600\/15{color:rgb(79 70 229 / 0.15)}
.text-indigo-600\/20{color:rgb(79 70 229 / 0.2)}
.text-indigo-600\/25{color:rgb(79 70 229 / 0.25)}
.text-indigo-600\/30{color:rgb(79 70 229 / 0.3)}
.text-indigo-600\/35{color:rgb(79 70 229 / 0.35)}
.text-indigo-600\/40{color:rgb(79 70 229 / 0.4)}
.text-indigo-600\/45{color:rgb(79 70 229 / 0.45)}
.text-indigo-600\/5{color:rgb(79 70 229 / 0.05)}
.text-indigo-600\/50{color:rgb(79 70 229 / 0.5)}
.text-indigo-600\/55{color:rgb(79 70 229 / 0.55)}
.text-indigo-600\/60{color:rgb(79 70 229 / 0.6)}
.text-indigo-600\/65{color:rgb(79 70 229 / 0.65)}
.text-indigo-600\/70{color:rgb(79 70 229 / 0.7)}
.text-indigo-600\/75{color:rgb(79 70 229 / 0.75)}
.text-indigo-600\/80{color:rgb(79 70 229 / 0.8)}
.text-indigo-600\/85{color:rgb(79 70 229 / 0.85)}
.text-indigo-600\/90{color:rgb(79 70 229 / 0.9)}
.text-indigo-600\/95{color:rgb(79 70 229 / 0.95)}
.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202 / var(--tw-text-opacity))}
.text-indigo-700\/0{color:rgb(67 56 202 / 0)}
.text-indigo-700\/10{color:rgb(67 56 202 / 0.1)}
.text-indigo-700\/100{color:rgb(67 56 202 / 1)}
.text-indigo-700\/15{color:rgb(67 56 202 / 0.15)}
.text-indigo-700\/20{color:rgb(67 56 202 / 0.2)}
.text-indigo-700\/25{color:rgb(67 56 202 / 0.25)}
.text-indigo-700\/30{color:rgb(67 56 202 / 0.3)}
.text-indigo-700\/35{color:rgb(67 56 202 / 0.35)}
.text-indigo-700\/40{color:rgb(67 56 202 / 0.4)}
.text-indigo-700\/45{color:rgb(67 56 202 / 0.45)}
.text-indigo-700\/5{color:rgb(67 56 202 / 0.05)}
.text-indigo-700\/50{color:rgb(67 56 202 / 0.5)}
.text-indigo-700\/55{color:rgb(67 56 202 / 0.55)}
.text-indigo-700\/60{color:rgb(67 56 202 / 0.6)}
.text-indigo-700\/65{color:rgb(67 56 202 / 0.65)}
.text-indigo-700\/70{color:rgb(67 56 202 / 0.7)}
.text-indigo-700\/75{color:rgb(67 56 202 / 0.75)}
.text-indigo-700\/80{color:rgb(67 56 202 / 0.8)}
.text-indigo-700\/85{color:rgb(67 56 202 / 0.85)}
.text-indigo-700\/90{color:rgb(67 56 202 / 0.9)}
.text-indigo-700\/95{color:rgb(67 56 202 / 0.95)}
.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163 / var(--tw-text-opacity))}
.text-indigo-800\/0{color:rgb(55 48 163 / 0)}
.text-indigo-800\/10{color:rgb(55 48 163 / 0.1)}
.text-indigo-800\/100{color:rgb(55 48 163 / 1)}
.text-indigo-800\/15{color:rgb(55 48 163 / 0.15)}
.text-indigo-800\/20{color:rgb(55 48 163 / 0.2)}
.text-indigo-800\/25{color:rgb(55 48 163 / 0.25)}
.text-indigo-800\/30{color:rgb(55 48 163 / 0.3)}
.text-indigo-800\/35{color:rgb(55 48 163 / 0.35)}
.text-indigo-800\/40{color:rgb(55 48 163 / 0.4)}
.text-indigo-800\/45{color:rgb(55 48 163 / 0.45)}
.text-indigo-800\/5{color:rgb(55 48 163 / 0.05)}
.text-indigo-800\/50{color:rgb(55 48 163 / 0.5)}
.text-indigo-800\/55{color:rgb(55 48 163 / 0.55)}
.text-indigo-800\/60{color:rgb(55 48 163 / 0.6)}
.text-indigo-800\/65{color:rgb(55 48 163 / 0.65)}
.text-indigo-800\/70{color:rgb(55 48 163 / 0.7)}
.text-indigo-800\/75{color:rgb(55 48 163 / 0.75)}
.text-indigo-800\/80{color:rgb(55 48 163 / 0.8)}
.text-indigo-800\/85{color:rgb(55 48 163 / 0.85)}
.text-indigo-800\/90{color:rgb(55 48 163 / 0.9)}
.text-indigo-800\/95{color:rgb(55 48 163 / 0.95)}
.text-indigo-900{--tw-text-opacity:1;color:rgb(49 46 129 / var(--tw-text-opacity))}
.text-indigo-900\/0{color:rgb(49 46 129 / 0)}
.text-indigo-900\/10{color:rgb(49 46 129 / 0.1)}
.text-indigo-900\/100{color:rgb(49 46 129 / 1)}
.text-indigo-900\/15{color:rgb(49 46 129 / 0.15)}
.text-indigo-900\/20{color:rgb(49 46 129 / 0.2)}
.text-indigo-900\/25{color:rgb(49 46 129 / 0.25)}
.text-indigo-900\/30{color:rgb(49 46 129 / 0.3)}
.text-indigo-900\/35{color:rgb(49 46 129 / 0.35)}
.text-indigo-900\/40{color:rgb(49 46 129 / 0.4)}
.text-indigo-900\/45{color:rgb(49 46 129 / 0.45)}
.text-indigo-900\/5{color:rgb(49 46 129 / 0.05)}
.text-indigo-900\/50{color:rgb(49 46 129 / 0.5)}
.text-indigo-900\/55{color:rgb(49 46 129 / 0.55)}
.text-indigo-900\/60{color:rgb(49 46 129 / 0.6)}
.text-indigo-900\/65{color:rgb(49 46 129 / 0.65)}
.text-indigo-900\/70{color:rgb(49 46 129 / 0.7)}
.text-indigo-900\/75{color:rgb(49 46 129 / 0.75)}
.text-indigo-900\/80{color:rgb(49 46 129 / 0.8)}
.text-indigo-900\/85{color:rgb(49 46 129 / 0.85)}
.text-indigo-900\/90{color:rgb(49 46 129 / 0.9)}
.text-indigo-900\/95{color:rgb(49 46 129 / 0.95)}
.text-indigo-950{--tw-text-opacity:1;color:rgb(30 27 75 / var(--tw-text-opacity))}
.text-indigo-950\/0{color:rgb(30 27 75 / 0)}
.text-indigo-950\/10{color:rgb(30 27 75 / 0.1)}
.text-indigo-950\/100{color:rgb(30 27 75 / 1)}
.text-indigo-950\/15{color:rgb(30 27 75 / 0.15)}
.text-indigo-950\/20{color:rgb(30 27 75 / 0.2)}
.text-indigo-950\/25{color:rgb(30 27 75 / 0.25)}
.text-indigo-950\/30{color:rgb(30 27 75 / 0.3)}
.text-indigo-950\/35{color:rgb(30 27 75 / 0.35)}
.text-indigo-950\/40{color:rgb(30 27 75 / 0.4)}
.text-indigo-950\/45{color:rgb(30 27 75 / 0.45)}
.text-indigo-950\/5{color:rgb(30 27 75 / 0.05)}
.text-indigo-950\/50{color:rgb(30 27 75 / 0.5)}
.text-indigo-950\/55{color:rgb(30 27 75 / 0.55)}
.text-indigo-950\/60{color:rgb(30 27 75 / 0.6)}
.text-indigo-950\/65{color:rgb(30 27 75 / 0.65)}
.text-indigo-950\/70{color:rgb(30 27 75 / 0.7)}
.text-indigo-950\/75{color:rgb(30 27 75 / 0.75)}
.text-indigo-950\/80{color:rgb(30 27 75 / 0.8)}
.text-indigo-950\/85{color:rgb(30 27 75 / 0.85)}
.text-indigo-950\/90{color:rgb(30 27 75 / 0.9)}
.text-indigo-950\/95{color:rgb(30 27 75 / 0.95)}
.text-info{--tw-text-opacity:1;color:rgb(72 171 217 / var(--tw-text-opacity))}
.text-info-100{color:var(--bt-info-100)}
.text-info-200{color:var(--bt-info-200)}
.text-info-300{color:var(--bt-info-300)}
.text-info-400{color:var(--bt-info-400)}
.text-info-500{color:var(--bt-info-500)}
.text-info-600{color:var(--bt-info-600)}
.text-info-700{color:var(--bt-info-700)}
.text-info-800{color:var(--bt-info-800)}
.text-info-900{color:var(--bt-info-900)}
.text-info-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-info-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-info-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-info-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-info-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-info-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-info-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-info-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-info-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-info-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-info-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-info-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-info-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-info-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-info-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-info-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-info-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-info-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-info-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-info-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-info-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-info-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-info-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-info-contrast-contrastsWithCard{color:true}
.text-info-contrast-isDark{color:true}
.text-info-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-info-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-info-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-info-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-info-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-info-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-info-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-info-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-info-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-info-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-info-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-info-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-info-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-info-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-info-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-info-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-info-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-info-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-info-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-info-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-info-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-info-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-info-contrast\/0{color:rgb(0 0 0 / 0)}
.text-info-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-info-contrast\/100{color:rgb(0 0 0 / 1)}
.text-info-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-info-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-info-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-info-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-info-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-info-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-info-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-info-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-info-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-info-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-info-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-info-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-info-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-info-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-info-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-info-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-info-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-info-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-info-contrastsWithCard{color:true}
.text-info-isDark{}
.text-info-text{--tw-text-opacity:1;color:rgb(72 171 217 / var(--tw-text-opacity))}
.text-info-text-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-info-text-contrast\/0{color:rgb(0 0 0 / 0)}
.text-info-text-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-info-text-contrast\/100{color:rgb(0 0 0 / 1)}
.text-info-text-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-info-text-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-info-text-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-info-text-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-info-text-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-info-text-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-info-text-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-info-text-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-info-text-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-info-text-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-info-text-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-info-text-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-info-text-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-info-text-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-info-text-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-info-text-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-info-text-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-info-text-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-info-text-contrastsWithCard{color:true}
.text-info-text-isDark{}
.text-info-text-text{--tw-text-opacity:1;color:rgb(72 171 217 / var(--tw-text-opacity))}
.text-info-text-text\/0{color:rgb(72 171 217 / 0)}
.text-info-text-text\/10{color:rgb(72 171 217 / 0.1)}
.text-info-text-text\/100{color:rgb(72 171 217 / 1)}
.text-info-text-text\/15{color:rgb(72 171 217 / 0.15)}
.text-info-text-text\/20{color:rgb(72 171 217 / 0.2)}
.text-info-text-text\/25{color:rgb(72 171 217 / 0.25)}
.text-info-text-text\/30{color:rgb(72 171 217 / 0.3)}
.text-info-text-text\/35{color:rgb(72 171 217 / 0.35)}
.text-info-text-text\/40{color:rgb(72 171 217 / 0.4)}
.text-info-text-text\/45{color:rgb(72 171 217 / 0.45)}
.text-info-text-text\/5{color:rgb(72 171 217 / 0.05)}
.text-info-text-text\/50{color:rgb(72 171 217 / 0.5)}
.text-info-text-text\/55{color:rgb(72 171 217 / 0.55)}
.text-info-text-text\/60{color:rgb(72 171 217 / 0.6)}
.text-info-text-text\/65{color:rgb(72 171 217 / 0.65)}
.text-info-text-text\/70{color:rgb(72 171 217 / 0.7)}
.text-info-text-text\/75{color:rgb(72 171 217 / 0.75)}
.text-info-text-text\/80{color:rgb(72 171 217 / 0.8)}
.text-info-text-text\/85{color:rgb(72 171 217 / 0.85)}
.text-info-text-text\/90{color:rgb(72 171 217 / 0.9)}
.text-info-text-text\/95{color:rgb(72 171 217 / 0.95)}
.text-info-text\/0{color:rgb(72 171 217 / 0)}
.text-info-text\/10{color:rgb(72 171 217 / 0.1)}
.text-info-text\/100{color:rgb(72 171 217 / 1)}
.text-info-text\/15{color:rgb(72 171 217 / 0.15)}
.text-info-text\/20{color:rgb(72 171 217 / 0.2)}
.text-info-text\/25{color:rgb(72 171 217 / 0.25)}
.text-info-text\/30{color:rgb(72 171 217 / 0.3)}
.text-info-text\/35{color:rgb(72 171 217 / 0.35)}
.text-info-text\/40{color:rgb(72 171 217 / 0.4)}
.text-info-text\/45{color:rgb(72 171 217 / 0.45)}
.text-info-text\/5{color:rgb(72 171 217 / 0.05)}
.text-info-text\/50{color:rgb(72 171 217 / 0.5)}
.text-info-text\/55{color:rgb(72 171 217 / 0.55)}
.text-info-text\/60{color:rgb(72 171 217 / 0.6)}
.text-info-text\/65{color:rgb(72 171 217 / 0.65)}
.text-info-text\/70{color:rgb(72 171 217 / 0.7)}
.text-info-text\/75{color:rgb(72 171 217 / 0.75)}
.text-info-text\/80{color:rgb(72 171 217 / 0.8)}
.text-info-text\/85{color:rgb(72 171 217 / 0.85)}
.text-info-text\/90{color:rgb(72 171 217 / 0.9)}
.text-info-text\/95{color:rgb(72 171 217 / 0.95)}
.text-info\/0{color:rgb(72 171 217 / 0)}
.text-info\/10{color:rgb(72 171 217 / 0.1)}
.text-info\/100{color:rgb(72 171 217 / 1)}
.text-info\/15{color:rgb(72 171 217 / 0.15)}
.text-info\/20{color:rgb(72 171 217 / 0.2)}
.text-info\/25{color:rgb(72 171 217 / 0.25)}
.text-info\/30{color:rgb(72 171 217 / 0.3)}
.text-info\/35{color:rgb(72 171 217 / 0.35)}
.text-info\/40{color:rgb(72 171 217 / 0.4)}
.text-info\/45{color:rgb(72 171 217 / 0.45)}
.text-info\/5{color:rgb(72 171 217 / 0.05)}
.text-info\/50{color:rgb(72 171 217 / 0.5)}
.text-info\/55{color:rgb(72 171 217 / 0.55)}
.text-info\/60{color:rgb(72 171 217 / 0.6)}
.text-info\/65{color:rgb(72 171 217 / 0.65)}
.text-info\/70{color:rgb(72 171 217 / 0.7)}
.text-info\/75{color:rgb(72 171 217 / 0.75)}
.text-info\/80{color:rgb(72 171 217 / 0.8)}
.text-info\/85{color:rgb(72 171 217 / 0.85)}
.text-info\/90{color:rgb(72 171 217 / 0.9)}
.text-info\/95{color:rgb(72 171 217 / 0.95)}
.text-inherit{color:inherit}
.text-inputBorder{color:var(--bt-cardBackground-550)}
.text-inputFocus{color:var(--bt-primary-500)}
.text-inputFocusColor{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-inputFocusColor\/0{color:rgb(255 255 255 / 0)}
.text-inputFocusColor\/10{color:rgb(255 255 255 / 0.1)}
.text-inputFocusColor\/100{color:rgb(255 255 255 / 1)}
.text-inputFocusColor\/15{color:rgb(255 255 255 / 0.15)}
.text-inputFocusColor\/20{color:rgb(255 255 255 / 0.2)}
.text-inputFocusColor\/25{color:rgb(255 255 255 / 0.25)}
.text-inputFocusColor\/30{color:rgb(255 255 255 / 0.3)}
.text-inputFocusColor\/35{color:rgb(255 255 255 / 0.35)}
.text-inputFocusColor\/40{color:rgb(255 255 255 / 0.4)}
.text-inputFocusColor\/45{color:rgb(255 255 255 / 0.45)}
.text-inputFocusColor\/5{color:rgb(255 255 255 / 0.05)}
.text-inputFocusColor\/50{color:rgb(255 255 255 / 0.5)}
.text-inputFocusColor\/55{color:rgb(255 255 255 / 0.55)}
.text-inputFocusColor\/60{color:rgb(255 255 255 / 0.6)}
.text-inputFocusColor\/65{color:rgb(255 255 255 / 0.65)}
.text-inputFocusColor\/70{color:rgb(255 255 255 / 0.7)}
.text-inputFocusColor\/75{color:rgb(255 255 255 / 0.75)}
.text-inputFocusColor\/80{color:rgb(255 255 255 / 0.8)}
.text-inputFocusColor\/85{color:rgb(255 255 255 / 0.85)}
.text-inputFocusColor\/90{color:rgb(255 255 255 / 0.9)}
.text-inputFocusColor\/95{color:rgb(255 255 255 / 0.95)}
.text-inputHover{color:var(--bt-primary-500)}
.text-inputHoverColor{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-inputHoverColor\/0{color:rgb(0 0 0 / 0)}
.text-inputHoverColor\/10{color:rgb(0 0 0 / 0.1)}
.text-inputHoverColor\/100{color:rgb(0 0 0 / 1)}
.text-inputHoverColor\/15{color:rgb(0 0 0 / 0.15)}
.text-inputHoverColor\/20{color:rgb(0 0 0 / 0.2)}
.text-inputHoverColor\/25{color:rgb(0 0 0 / 0.25)}
.text-inputHoverColor\/30{color:rgb(0 0 0 / 0.3)}
.text-inputHoverColor\/35{color:rgb(0 0 0 / 0.35)}
.text-inputHoverColor\/40{color:rgb(0 0 0 / 0.4)}
.text-inputHoverColor\/45{color:rgb(0 0 0 / 0.45)}
.text-inputHoverColor\/5{color:rgb(0 0 0 / 0.05)}
.text-inputHoverColor\/50{color:rgb(0 0 0 / 0.5)}
.text-inputHoverColor\/55{color:rgb(0 0 0 / 0.55)}
.text-inputHoverColor\/60{color:rgb(0 0 0 / 0.6)}
.text-inputHoverColor\/65{color:rgb(0 0 0 / 0.65)}
.text-inputHoverColor\/70{color:rgb(0 0 0 / 0.7)}
.text-inputHoverColor\/75{color:rgb(0 0 0 / 0.75)}
.text-inputHoverColor\/80{color:rgb(0 0 0 / 0.8)}
.text-inputHoverColor\/85{color:rgb(0 0 0 / 0.85)}
.text-inputHoverColor\/90{color:rgb(0 0 0 / 0.9)}
.text-inputHoverColor\/95{color:rgb(0 0 0 / 0.95)}
.text-inputPlaceholderColor{color:var(--bt-cardBackground-600)}
.text-lime-100{--tw-text-opacity:1;color:rgb(236 252 203 / var(--tw-text-opacity))}
.text-lime-100\/0{color:rgb(236 252 203 / 0)}
.text-lime-100\/10{color:rgb(236 252 203 / 0.1)}
.text-lime-100\/100{color:rgb(236 252 203 / 1)}
.text-lime-100\/15{color:rgb(236 252 203 / 0.15)}
.text-lime-100\/20{color:rgb(236 252 203 / 0.2)}
.text-lime-100\/25{color:rgb(236 252 203 / 0.25)}
.text-lime-100\/30{color:rgb(236 252 203 / 0.3)}
.text-lime-100\/35{color:rgb(236 252 203 / 0.35)}
.text-lime-100\/40{color:rgb(236 252 203 / 0.4)}
.text-lime-100\/45{color:rgb(236 252 203 / 0.45)}
.text-lime-100\/5{color:rgb(236 252 203 / 0.05)}
.text-lime-100\/50{color:rgb(236 252 203 / 0.5)}
.text-lime-100\/55{color:rgb(236 252 203 / 0.55)}
.text-lime-100\/60{color:rgb(236 252 203 / 0.6)}
.text-lime-100\/65{color:rgb(236 252 203 / 0.65)}
.text-lime-100\/70{color:rgb(236 252 203 / 0.7)}
.text-lime-100\/75{color:rgb(236 252 203 / 0.75)}
.text-lime-100\/80{color:rgb(236 252 203 / 0.8)}
.text-lime-100\/85{color:rgb(236 252 203 / 0.85)}
.text-lime-100\/90{color:rgb(236 252 203 / 0.9)}
.text-lime-100\/95{color:rgb(236 252 203 / 0.95)}
.text-lime-200{--tw-text-opacity:1;color:rgb(217 249 157 / var(--tw-text-opacity))}
.text-lime-200\/0{color:rgb(217 249 157 / 0)}
.text-lime-200\/10{color:rgb(217 249 157 / 0.1)}
.text-lime-200\/100{color:rgb(217 249 157 / 1)}
.text-lime-200\/15{color:rgb(217 249 157 / 0.15)}
.text-lime-200\/20{color:rgb(217 249 157 / 0.2)}
.text-lime-200\/25{color:rgb(217 249 157 / 0.25)}
.text-lime-200\/30{color:rgb(217 249 157 / 0.3)}
.text-lime-200\/35{color:rgb(217 249 157 / 0.35)}
.text-lime-200\/40{color:rgb(217 249 157 / 0.4)}
.text-lime-200\/45{color:rgb(217 249 157 / 0.45)}
.text-lime-200\/5{color:rgb(217 249 157 / 0.05)}
.text-lime-200\/50{color:rgb(217 249 157 / 0.5)}
.text-lime-200\/55{color:rgb(217 249 157 / 0.55)}
.text-lime-200\/60{color:rgb(217 249 157 / 0.6)}
.text-lime-200\/65{color:rgb(217 249 157 / 0.65)}
.text-lime-200\/70{color:rgb(217 249 157 / 0.7)}
.text-lime-200\/75{color:rgb(217 249 157 / 0.75)}
.text-lime-200\/80{color:rgb(217 249 157 / 0.8)}
.text-lime-200\/85{color:rgb(217 249 157 / 0.85)}
.text-lime-200\/90{color:rgb(217 249 157 / 0.9)}
.text-lime-200\/95{color:rgb(217 249 157 / 0.95)}
.text-lime-300{--tw-text-opacity:1;color:rgb(190 242 100 / var(--tw-text-opacity))}
.text-lime-300\/0{color:rgb(190 242 100 / 0)}
.text-lime-300\/10{color:rgb(190 242 100 / 0.1)}
.text-lime-300\/100{color:rgb(190 242 100 / 1)}
.text-lime-300\/15{color:rgb(190 242 100 / 0.15)}
.text-lime-300\/20{color:rgb(190 242 100 / 0.2)}
.text-lime-300\/25{color:rgb(190 242 100 / 0.25)}
.text-lime-300\/30{color:rgb(190 242 100 / 0.3)}
.text-lime-300\/35{color:rgb(190 242 100 / 0.35)}
.text-lime-300\/40{color:rgb(190 242 100 / 0.4)}
.text-lime-300\/45{color:rgb(190 242 100 / 0.45)}
.text-lime-300\/5{color:rgb(190 242 100 / 0.05)}
.text-lime-300\/50{color:rgb(190 242 100 / 0.5)}
.text-lime-300\/55{color:rgb(190 242 100 / 0.55)}
.text-lime-300\/60{color:rgb(190 242 100 / 0.6)}
.text-lime-300\/65{color:rgb(190 242 100 / 0.65)}
.text-lime-300\/70{color:rgb(190 242 100 / 0.7)}
.text-lime-300\/75{color:rgb(190 242 100 / 0.75)}
.text-lime-300\/80{color:rgb(190 242 100 / 0.8)}
.text-lime-300\/85{color:rgb(190 242 100 / 0.85)}
.text-lime-300\/90{color:rgb(190 242 100 / 0.9)}
.text-lime-300\/95{color:rgb(190 242 100 / 0.95)}
.text-lime-400{--tw-text-opacity:1;color:rgb(163 230 53 / var(--tw-text-opacity))}
.text-lime-400\/0{color:rgb(163 230 53 / 0)}
.text-lime-400\/10{color:rgb(163 230 53 / 0.1)}
.text-lime-400\/100{color:rgb(163 230 53 / 1)}
.text-lime-400\/15{color:rgb(163 230 53 / 0.15)}
.text-lime-400\/20{color:rgb(163 230 53 / 0.2)}
.text-lime-400\/25{color:rgb(163 230 53 / 0.25)}
.text-lime-400\/30{color:rgb(163 230 53 / 0.3)}
.text-lime-400\/35{color:rgb(163 230 53 / 0.35)}
.text-lime-400\/40{color:rgb(163 230 53 / 0.4)}
.text-lime-400\/45{color:rgb(163 230 53 / 0.45)}
.text-lime-400\/5{color:rgb(163 230 53 / 0.05)}
.text-lime-400\/50{color:rgb(163 230 53 / 0.5)}
.text-lime-400\/55{color:rgb(163 230 53 / 0.55)}
.text-lime-400\/60{color:rgb(163 230 53 / 0.6)}
.text-lime-400\/65{color:rgb(163 230 53 / 0.65)}
.text-lime-400\/70{color:rgb(163 230 53 / 0.7)}
.text-lime-400\/75{color:rgb(163 230 53 / 0.75)}
.text-lime-400\/80{color:rgb(163 230 53 / 0.8)}
.text-lime-400\/85{color:rgb(163 230 53 / 0.85)}
.text-lime-400\/90{color:rgb(163 230 53 / 0.9)}
.text-lime-400\/95{color:rgb(163 230 53 / 0.95)}
.text-lime-50{--tw-text-opacity:1;color:rgb(247 254 231 / var(--tw-text-opacity))}
.text-lime-50\/0{color:rgb(247 254 231 / 0)}
.text-lime-50\/10{color:rgb(247 254 231 / 0.1)}
.text-lime-50\/100{color:rgb(247 254 231 / 1)}
.text-lime-50\/15{color:rgb(247 254 231 / 0.15)}
.text-lime-50\/20{color:rgb(247 254 231 / 0.2)}
.text-lime-50\/25{color:rgb(247 254 231 / 0.25)}
.text-lime-50\/30{color:rgb(247 254 231 / 0.3)}
.text-lime-50\/35{color:rgb(247 254 231 / 0.35)}
.text-lime-50\/40{color:rgb(247 254 231 / 0.4)}
.text-lime-50\/45{color:rgb(247 254 231 / 0.45)}
.text-lime-50\/5{color:rgb(247 254 231 / 0.05)}
.text-lime-50\/50{color:rgb(247 254 231 / 0.5)}
.text-lime-50\/55{color:rgb(247 254 231 / 0.55)}
.text-lime-50\/60{color:rgb(247 254 231 / 0.6)}
.text-lime-50\/65{color:rgb(247 254 231 / 0.65)}
.text-lime-50\/70{color:rgb(247 254 231 / 0.7)}
.text-lime-50\/75{color:rgb(247 254 231 / 0.75)}
.text-lime-50\/80{color:rgb(247 254 231 / 0.8)}
.text-lime-50\/85{color:rgb(247 254 231 / 0.85)}
.text-lime-50\/90{color:rgb(247 254 231 / 0.9)}
.text-lime-50\/95{color:rgb(247 254 231 / 0.95)}
.text-lime-500{--tw-text-opacity:1;color:rgb(132 204 22 / var(--tw-text-opacity))}
.text-lime-500\/0{color:rgb(132 204 22 / 0)}
.text-lime-500\/10{color:rgb(132 204 22 / 0.1)}
.text-lime-500\/100{color:rgb(132 204 22 / 1)}
.text-lime-500\/15{color:rgb(132 204 22 / 0.15)}
.text-lime-500\/20{color:rgb(132 204 22 / 0.2)}
.text-lime-500\/25{color:rgb(132 204 22 / 0.25)}
.text-lime-500\/30{color:rgb(132 204 22 / 0.3)}
.text-lime-500\/35{color:rgb(132 204 22 / 0.35)}
.text-lime-500\/40{color:rgb(132 204 22 / 0.4)}
.text-lime-500\/45{color:rgb(132 204 22 / 0.45)}
.text-lime-500\/5{color:rgb(132 204 22 / 0.05)}
.text-lime-500\/50{color:rgb(132 204 22 / 0.5)}
.text-lime-500\/55{color:rgb(132 204 22 / 0.55)}
.text-lime-500\/60{color:rgb(132 204 22 / 0.6)}
.text-lime-500\/65{color:rgb(132 204 22 / 0.65)}
.text-lime-500\/70{color:rgb(132 204 22 / 0.7)}
.text-lime-500\/75{color:rgb(132 204 22 / 0.75)}
.text-lime-500\/80{color:rgb(132 204 22 / 0.8)}
.text-lime-500\/85{color:rgb(132 204 22 / 0.85)}
.text-lime-500\/90{color:rgb(132 204 22 / 0.9)}
.text-lime-500\/95{color:rgb(132 204 22 / 0.95)}
.text-lime-600{--tw-text-opacity:1;color:rgb(101 163 13 / var(--tw-text-opacity))}
.text-lime-600\/0{color:rgb(101 163 13 / 0)}
.text-lime-600\/10{color:rgb(101 163 13 / 0.1)}
.text-lime-600\/100{color:rgb(101 163 13 / 1)}
.text-lime-600\/15{color:rgb(101 163 13 / 0.15)}
.text-lime-600\/20{color:rgb(101 163 13 / 0.2)}
.text-lime-600\/25{color:rgb(101 163 13 / 0.25)}
.text-lime-600\/30{color:rgb(101 163 13 / 0.3)}
.text-lime-600\/35{color:rgb(101 163 13 / 0.35)}
.text-lime-600\/40{color:rgb(101 163 13 / 0.4)}
.text-lime-600\/45{color:rgb(101 163 13 / 0.45)}
.text-lime-600\/5{color:rgb(101 163 13 / 0.05)}
.text-lime-600\/50{color:rgb(101 163 13 / 0.5)}
.text-lime-600\/55{color:rgb(101 163 13 / 0.55)}
.text-lime-600\/60{color:rgb(101 163 13 / 0.6)}
.text-lime-600\/65{color:rgb(101 163 13 / 0.65)}
.text-lime-600\/70{color:rgb(101 163 13 / 0.7)}
.text-lime-600\/75{color:rgb(101 163 13 / 0.75)}
.text-lime-600\/80{color:rgb(101 163 13 / 0.8)}
.text-lime-600\/85{color:rgb(101 163 13 / 0.85)}
.text-lime-600\/90{color:rgb(101 163 13 / 0.9)}
.text-lime-600\/95{color:rgb(101 163 13 / 0.95)}
.text-lime-700{--tw-text-opacity:1;color:rgb(77 124 15 / var(--tw-text-opacity))}
.text-lime-700\/0{color:rgb(77 124 15 / 0)}
.text-lime-700\/10{color:rgb(77 124 15 / 0.1)}
.text-lime-700\/100{color:rgb(77 124 15 / 1)}
.text-lime-700\/15{color:rgb(77 124 15 / 0.15)}
.text-lime-700\/20{color:rgb(77 124 15 / 0.2)}
.text-lime-700\/25{color:rgb(77 124 15 / 0.25)}
.text-lime-700\/30{color:rgb(77 124 15 / 0.3)}
.text-lime-700\/35{color:rgb(77 124 15 / 0.35)}
.text-lime-700\/40{color:rgb(77 124 15 / 0.4)}
.text-lime-700\/45{color:rgb(77 124 15 / 0.45)}
.text-lime-700\/5{color:rgb(77 124 15 / 0.05)}
.text-lime-700\/50{color:rgb(77 124 15 / 0.5)}
.text-lime-700\/55{color:rgb(77 124 15 / 0.55)}
.text-lime-700\/60{color:rgb(77 124 15 / 0.6)}
.text-lime-700\/65{color:rgb(77 124 15 / 0.65)}
.text-lime-700\/70{color:rgb(77 124 15 / 0.7)}
.text-lime-700\/75{color:rgb(77 124 15 / 0.75)}
.text-lime-700\/80{color:rgb(77 124 15 / 0.8)}
.text-lime-700\/85{color:rgb(77 124 15 / 0.85)}
.text-lime-700\/90{color:rgb(77 124 15 / 0.9)}
.text-lime-700\/95{color:rgb(77 124 15 / 0.95)}
.text-lime-800{--tw-text-opacity:1;color:rgb(63 98 18 / var(--tw-text-opacity))}
.text-lime-800\/0{color:rgb(63 98 18 / 0)}
.text-lime-800\/10{color:rgb(63 98 18 / 0.1)}
.text-lime-800\/100{color:rgb(63 98 18 / 1)}
.text-lime-800\/15{color:rgb(63 98 18 / 0.15)}
.text-lime-800\/20{color:rgb(63 98 18 / 0.2)}
.text-lime-800\/25{color:rgb(63 98 18 / 0.25)}
.text-lime-800\/30{color:rgb(63 98 18 / 0.3)}
.text-lime-800\/35{color:rgb(63 98 18 / 0.35)}
.text-lime-800\/40{color:rgb(63 98 18 / 0.4)}
.text-lime-800\/45{color:rgb(63 98 18 / 0.45)}
.text-lime-800\/5{color:rgb(63 98 18 / 0.05)}
.text-lime-800\/50{color:rgb(63 98 18 / 0.5)}
.text-lime-800\/55{color:rgb(63 98 18 / 0.55)}
.text-lime-800\/60{color:rgb(63 98 18 / 0.6)}
.text-lime-800\/65{color:rgb(63 98 18 / 0.65)}
.text-lime-800\/70{color:rgb(63 98 18 / 0.7)}
.text-lime-800\/75{color:rgb(63 98 18 / 0.75)}
.text-lime-800\/80{color:rgb(63 98 18 / 0.8)}
.text-lime-800\/85{color:rgb(63 98 18 / 0.85)}
.text-lime-800\/90{color:rgb(63 98 18 / 0.9)}
.text-lime-800\/95{color:rgb(63 98 18 / 0.95)}
.text-lime-900{--tw-text-opacity:1;color:rgb(54 83 20 / var(--tw-text-opacity))}
.text-lime-900\/0{color:rgb(54 83 20 / 0)}
.text-lime-900\/10{color:rgb(54 83 20 / 0.1)}
.text-lime-900\/100{color:rgb(54 83 20 / 1)}
.text-lime-900\/15{color:rgb(54 83 20 / 0.15)}
.text-lime-900\/20{color:rgb(54 83 20 / 0.2)}
.text-lime-900\/25{color:rgb(54 83 20 / 0.25)}
.text-lime-900\/30{color:rgb(54 83 20 / 0.3)}
.text-lime-900\/35{color:rgb(54 83 20 / 0.35)}
.text-lime-900\/40{color:rgb(54 83 20 / 0.4)}
.text-lime-900\/45{color:rgb(54 83 20 / 0.45)}
.text-lime-900\/5{color:rgb(54 83 20 / 0.05)}
.text-lime-900\/50{color:rgb(54 83 20 / 0.5)}
.text-lime-900\/55{color:rgb(54 83 20 / 0.55)}
.text-lime-900\/60{color:rgb(54 83 20 / 0.6)}
.text-lime-900\/65{color:rgb(54 83 20 / 0.65)}
.text-lime-900\/70{color:rgb(54 83 20 / 0.7)}
.text-lime-900\/75{color:rgb(54 83 20 / 0.75)}
.text-lime-900\/80{color:rgb(54 83 20 / 0.8)}
.text-lime-900\/85{color:rgb(54 83 20 / 0.85)}
.text-lime-900\/90{color:rgb(54 83 20 / 0.9)}
.text-lime-900\/95{color:rgb(54 83 20 / 0.95)}
.text-lime-950{--tw-text-opacity:1;color:rgb(26 46 5 / var(--tw-text-opacity))}
.text-lime-950\/0{color:rgb(26 46 5 / 0)}
.text-lime-950\/10{color:rgb(26 46 5 / 0.1)}
.text-lime-950\/100{color:rgb(26 46 5 / 1)}
.text-lime-950\/15{color:rgb(26 46 5 / 0.15)}
.text-lime-950\/20{color:rgb(26 46 5 / 0.2)}
.text-lime-950\/25{color:rgb(26 46 5 / 0.25)}
.text-lime-950\/30{color:rgb(26 46 5 / 0.3)}
.text-lime-950\/35{color:rgb(26 46 5 / 0.35)}
.text-lime-950\/40{color:rgb(26 46 5 / 0.4)}
.text-lime-950\/45{color:rgb(26 46 5 / 0.45)}
.text-lime-950\/5{color:rgb(26 46 5 / 0.05)}
.text-lime-950\/50{color:rgb(26 46 5 / 0.5)}
.text-lime-950\/55{color:rgb(26 46 5 / 0.55)}
.text-lime-950\/60{color:rgb(26 46 5 / 0.6)}
.text-lime-950\/65{color:rgb(26 46 5 / 0.65)}
.text-lime-950\/70{color:rgb(26 46 5 / 0.7)}
.text-lime-950\/75{color:rgb(26 46 5 / 0.75)}
.text-lime-950\/80{color:rgb(26 46 5 / 0.8)}
.text-lime-950\/85{color:rgb(26 46 5 / 0.85)}
.text-lime-950\/90{color:rgb(26 46 5 / 0.9)}
.text-lime-950\/95{color:rgb(26 46 5 / 0.95)}
.text-link{color:var(--bs-link-color)}
.text-linkDark{--tw-text-opacity:1;color:rgb(211 221 255 / var(--tw-text-opacity))}
.text-linkDark\/0{color:rgb(211 221 255 / 0)}
.text-linkDark\/10{color:rgb(211 221 255 / 0.1)}
.text-linkDark\/100{color:rgb(211 221 255 / 1)}
.text-linkDark\/15{color:rgb(211 221 255 / 0.15)}
.text-linkDark\/20{color:rgb(211 221 255 / 0.2)}
.text-linkDark\/25{color:rgb(211 221 255 / 0.25)}
.text-linkDark\/30{color:rgb(211 221 255 / 0.3)}
.text-linkDark\/35{color:rgb(211 221 255 / 0.35)}
.text-linkDark\/40{color:rgb(211 221 255 / 0.4)}
.text-linkDark\/45{color:rgb(211 221 255 / 0.45)}
.text-linkDark\/5{color:rgb(211 221 255 / 0.05)}
.text-linkDark\/50{color:rgb(211 221 255 / 0.5)}
.text-linkDark\/55{color:rgb(211 221 255 / 0.55)}
.text-linkDark\/60{color:rgb(211 221 255 / 0.6)}
.text-linkDark\/65{color:rgb(211 221 255 / 0.65)}
.text-linkDark\/70{color:rgb(211 221 255 / 0.7)}
.text-linkDark\/75{color:rgb(211 221 255 / 0.75)}
.text-linkDark\/80{color:rgb(211 221 255 / 0.8)}
.text-linkDark\/85{color:rgb(211 221 255 / 0.85)}
.text-linkDark\/90{color:rgb(211 221 255 / 0.9)}
.text-linkDark\/95{color:rgb(211 221 255 / 0.95)}
.text-linkHover{color:var(--bs-link-hover-color)}
.text-linkHoverDark{--tw-text-opacity:1;color:rgb(209 210 255 / var(--tw-text-opacity))}
.text-linkHoverDark\/0{color:rgb(209 210 255 / 0)}
.text-linkHoverDark\/10{color:rgb(209 210 255 / 0.1)}
.text-linkHoverDark\/100{color:rgb(209 210 255 / 1)}
.text-linkHoverDark\/15{color:rgb(209 210 255 / 0.15)}
.text-linkHoverDark\/20{color:rgb(209 210 255 / 0.2)}
.text-linkHoverDark\/25{color:rgb(209 210 255 / 0.25)}
.text-linkHoverDark\/30{color:rgb(209 210 255 / 0.3)}
.text-linkHoverDark\/35{color:rgb(209 210 255 / 0.35)}
.text-linkHoverDark\/40{color:rgb(209 210 255 / 0.4)}
.text-linkHoverDark\/45{color:rgb(209 210 255 / 0.45)}
.text-linkHoverDark\/5{color:rgb(209 210 255 / 0.05)}
.text-linkHoverDark\/50{color:rgb(209 210 255 / 0.5)}
.text-linkHoverDark\/55{color:rgb(209 210 255 / 0.55)}
.text-linkHoverDark\/60{color:rgb(209 210 255 / 0.6)}
.text-linkHoverDark\/65{color:rgb(209 210 255 / 0.65)}
.text-linkHoverDark\/70{color:rgb(209 210 255 / 0.7)}
.text-linkHoverDark\/75{color:rgb(209 210 255 / 0.75)}
.text-linkHoverDark\/80{color:rgb(209 210 255 / 0.8)}
.text-linkHoverDark\/85{color:rgb(209 210 255 / 0.85)}
.text-linkHoverDark\/90{color:rgb(209 210 255 / 0.9)}
.text-linkHoverDark\/95{color:rgb(209 210 255 / 0.95)}
.text-navBackground{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navBackground-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navBackground-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navBackground-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navBackground-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navBackground-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navBackground-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navBackground-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navBackground-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navBackground-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navBackground-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navBackground-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navBackground-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navBackground-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navBackground-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navBackground-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navBackground-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navBackground-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navBackground-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navBackground-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navBackground-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navBackground-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navBackground-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navBackground-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navBackground-contrast-contrastsWithCard{color:true}
.text-navBackground-contrast-isDark{color:true}
.text-navBackground-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navBackground-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-navBackground-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-navBackground-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-navBackground-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-navBackground-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-navBackground-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-navBackground-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-navBackground-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-navBackground-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-navBackground-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-navBackground-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-navBackground-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-navBackground-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-navBackground-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-navBackground-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-navBackground-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-navBackground-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-navBackground-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-navBackground-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-navBackground-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-navBackground-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-navBackground-contrast\/0{color:rgb(0 0 0 / 0)}
.text-navBackground-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-navBackground-contrast\/100{color:rgb(0 0 0 / 1)}
.text-navBackground-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-navBackground-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-navBackground-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-navBackground-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-navBackground-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-navBackground-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-navBackground-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-navBackground-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-navBackground-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-navBackground-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-navBackground-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-navBackground-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-navBackground-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-navBackground-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-navBackground-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-navBackground-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-navBackground-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-navBackground-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-navBackground-contrastsWithCard{}
.text-navBackground-isDark{}
.text-navBackground-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navBackground-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navBackground-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navBackground-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navBackground-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navBackground-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navBackground-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navBackground-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navBackground-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navBackground-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navBackground-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navBackground-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navBackground-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navBackground-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navBackground-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navBackground-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navBackground-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navBackground-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navBackground-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navBackground-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navBackground-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navBackground-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navBackground-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navBackground-text-contrastsWithCard{color:true}
.text-navBackground-text-isDark{color:true}
.text-navBackground-text-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navBackground-text-text\/0{color:rgb(132 132 132 / 0)}
.text-navBackground-text-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navBackground-text-text\/100{color:rgb(132 132 132 / 1)}
.text-navBackground-text-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navBackground-text-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navBackground-text-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navBackground-text-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navBackground-text-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navBackground-text-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navBackground-text-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navBackground-text-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navBackground-text-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navBackground-text-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navBackground-text-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navBackground-text-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navBackground-text-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navBackground-text-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navBackground-text-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navBackground-text-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navBackground-text-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navBackground-text-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navBackground-text\/0{color:rgb(132 132 132 / 0)}
.text-navBackground-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navBackground-text\/100{color:rgb(132 132 132 / 1)}
.text-navBackground-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navBackground-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navBackground-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navBackground-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navBackground-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navBackground-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navBackground-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navBackground-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navBackground-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navBackground-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navBackground-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navBackground-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navBackground-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navBackground-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navBackground-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navBackground-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navBackground-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navBackground-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navBackground\/0{color:rgb(255 255 255 / 0)}
.text-navBackground\/10{color:rgb(255 255 255 / 0.1)}
.text-navBackground\/100{color:rgb(255 255 255 / 1)}
.text-navBackground\/15{color:rgb(255 255 255 / 0.15)}
.text-navBackground\/20{color:rgb(255 255 255 / 0.2)}
.text-navBackground\/25{color:rgb(255 255 255 / 0.25)}
.text-navBackground\/30{color:rgb(255 255 255 / 0.3)}
.text-navBackground\/35{color:rgb(255 255 255 / 0.35)}
.text-navBackground\/40{color:rgb(255 255 255 / 0.4)}
.text-navBackground\/45{color:rgb(255 255 255 / 0.45)}
.text-navBackground\/5{color:rgb(255 255 255 / 0.05)}
.text-navBackground\/50{color:rgb(255 255 255 / 0.5)}
.text-navBackground\/55{color:rgb(255 255 255 / 0.55)}
.text-navBackground\/60{color:rgb(255 255 255 / 0.6)}
.text-navBackground\/65{color:rgb(255 255 255 / 0.65)}
.text-navBackground\/70{color:rgb(255 255 255 / 0.7)}
.text-navBackground\/75{color:rgb(255 255 255 / 0.75)}
.text-navBackground\/80{color:rgb(255 255 255 / 0.8)}
.text-navBackground\/85{color:rgb(255 255 255 / 0.85)}
.text-navBackground\/90{color:rgb(255 255 255 / 0.9)}
.text-navBackground\/95{color:rgb(255 255 255 / 0.95)}
.text-navBackgroundDark{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navBackgroundDark-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navBackgroundDark-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navBackgroundDark-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-navBackgroundDark-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-navBackgroundDark-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-navBackgroundDark-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-navBackgroundDark-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-navBackgroundDark-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-navBackgroundDark-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-navBackgroundDark-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-navBackgroundDark-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-navBackgroundDark-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-navBackgroundDark-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-navBackgroundDark-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-navBackgroundDark-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-navBackgroundDark-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-navBackgroundDark-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-navBackgroundDark-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-navBackgroundDark-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-navBackgroundDark-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-navBackgroundDark-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-navBackgroundDark-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-navBackgroundDark-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-navBackgroundDark-contrast-contrastsWithCard{}
.text-navBackgroundDark-contrast-isDark{}
.text-navBackgroundDark-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navBackgroundDark-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-navBackgroundDark-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navBackgroundDark-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-navBackgroundDark-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navBackgroundDark-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navBackgroundDark-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navBackgroundDark-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navBackgroundDark-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navBackgroundDark-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navBackgroundDark-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navBackgroundDark-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navBackgroundDark-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navBackgroundDark-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navBackgroundDark-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navBackgroundDark-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navBackgroundDark-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navBackgroundDark-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navBackgroundDark-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navBackgroundDark-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navBackgroundDark-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navBackgroundDark-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navBackgroundDark-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navBackgroundDark-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navBackgroundDark-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navBackgroundDark-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navBackgroundDark-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navBackgroundDark-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navBackgroundDark-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navBackgroundDark-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navBackgroundDark-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navBackgroundDark-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navBackgroundDark-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navBackgroundDark-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navBackgroundDark-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navBackgroundDark-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navBackgroundDark-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navBackgroundDark-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navBackgroundDark-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navBackgroundDark-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navBackgroundDark-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navBackgroundDark-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navBackgroundDark-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navBackgroundDark-contrastsWithCard{color:true}
.text-navBackgroundDark-isDark{color:true}
.text-navBackgroundDark-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navBackgroundDark-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navBackgroundDark-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navBackgroundDark-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navBackgroundDark-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navBackgroundDark-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navBackgroundDark-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navBackgroundDark-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navBackgroundDark-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navBackgroundDark-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navBackgroundDark-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navBackgroundDark-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navBackgroundDark-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navBackgroundDark-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navBackgroundDark-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navBackgroundDark-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navBackgroundDark-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navBackgroundDark-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navBackgroundDark-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navBackgroundDark-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navBackgroundDark-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navBackgroundDark-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navBackgroundDark-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navBackgroundDark-text-contrastsWithCard{color:true}
.text-navBackgroundDark-text-isDark{color:true}
.text-navBackgroundDark-text-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navBackgroundDark-text-text\/0{color:rgb(30 41 59 / 0)}
.text-navBackgroundDark-text-text\/10{color:rgb(30 41 59 / 0.1)}
.text-navBackgroundDark-text-text\/100{color:rgb(30 41 59 / 1)}
.text-navBackgroundDark-text-text\/15{color:rgb(30 41 59 / 0.15)}
.text-navBackgroundDark-text-text\/20{color:rgb(30 41 59 / 0.2)}
.text-navBackgroundDark-text-text\/25{color:rgb(30 41 59 / 0.25)}
.text-navBackgroundDark-text-text\/30{color:rgb(30 41 59 / 0.3)}
.text-navBackgroundDark-text-text\/35{color:rgb(30 41 59 / 0.35)}
.text-navBackgroundDark-text-text\/40{color:rgb(30 41 59 / 0.4)}
.text-navBackgroundDark-text-text\/45{color:rgb(30 41 59 / 0.45)}
.text-navBackgroundDark-text-text\/5{color:rgb(30 41 59 / 0.05)}
.text-navBackgroundDark-text-text\/50{color:rgb(30 41 59 / 0.5)}
.text-navBackgroundDark-text-text\/55{color:rgb(30 41 59 / 0.55)}
.text-navBackgroundDark-text-text\/60{color:rgb(30 41 59 / 0.6)}
.text-navBackgroundDark-text-text\/65{color:rgb(30 41 59 / 0.65)}
.text-navBackgroundDark-text-text\/70{color:rgb(30 41 59 / 0.7)}
.text-navBackgroundDark-text-text\/75{color:rgb(30 41 59 / 0.75)}
.text-navBackgroundDark-text-text\/80{color:rgb(30 41 59 / 0.8)}
.text-navBackgroundDark-text-text\/85{color:rgb(30 41 59 / 0.85)}
.text-navBackgroundDark-text-text\/90{color:rgb(30 41 59 / 0.9)}
.text-navBackgroundDark-text-text\/95{color:rgb(30 41 59 / 0.95)}
.text-navBackgroundDark-text\/0{color:rgb(30 41 59 / 0)}
.text-navBackgroundDark-text\/10{color:rgb(30 41 59 / 0.1)}
.text-navBackgroundDark-text\/100{color:rgb(30 41 59 / 1)}
.text-navBackgroundDark-text\/15{color:rgb(30 41 59 / 0.15)}
.text-navBackgroundDark-text\/20{color:rgb(30 41 59 / 0.2)}
.text-navBackgroundDark-text\/25{color:rgb(30 41 59 / 0.25)}
.text-navBackgroundDark-text\/30{color:rgb(30 41 59 / 0.3)}
.text-navBackgroundDark-text\/35{color:rgb(30 41 59 / 0.35)}
.text-navBackgroundDark-text\/40{color:rgb(30 41 59 / 0.4)}
.text-navBackgroundDark-text\/45{color:rgb(30 41 59 / 0.45)}
.text-navBackgroundDark-text\/5{color:rgb(30 41 59 / 0.05)}
.text-navBackgroundDark-text\/50{color:rgb(30 41 59 / 0.5)}
.text-navBackgroundDark-text\/55{color:rgb(30 41 59 / 0.55)}
.text-navBackgroundDark-text\/60{color:rgb(30 41 59 / 0.6)}
.text-navBackgroundDark-text\/65{color:rgb(30 41 59 / 0.65)}
.text-navBackgroundDark-text\/70{color:rgb(30 41 59 / 0.7)}
.text-navBackgroundDark-text\/75{color:rgb(30 41 59 / 0.75)}
.text-navBackgroundDark-text\/80{color:rgb(30 41 59 / 0.8)}
.text-navBackgroundDark-text\/85{color:rgb(30 41 59 / 0.85)}
.text-navBackgroundDark-text\/90{color:rgb(30 41 59 / 0.9)}
.text-navBackgroundDark-text\/95{color:rgb(30 41 59 / 0.95)}
.text-navBackgroundDark\/0{color:rgb(30 41 59 / 0)}
.text-navBackgroundDark\/10{color:rgb(30 41 59 / 0.1)}
.text-navBackgroundDark\/100{color:rgb(30 41 59 / 1)}
.text-navBackgroundDark\/15{color:rgb(30 41 59 / 0.15)}
.text-navBackgroundDark\/20{color:rgb(30 41 59 / 0.2)}
.text-navBackgroundDark\/25{color:rgb(30 41 59 / 0.25)}
.text-navBackgroundDark\/30{color:rgb(30 41 59 / 0.3)}
.text-navBackgroundDark\/35{color:rgb(30 41 59 / 0.35)}
.text-navBackgroundDark\/40{color:rgb(30 41 59 / 0.4)}
.text-navBackgroundDark\/45{color:rgb(30 41 59 / 0.45)}
.text-navBackgroundDark\/5{color:rgb(30 41 59 / 0.05)}
.text-navBackgroundDark\/50{color:rgb(30 41 59 / 0.5)}
.text-navBackgroundDark\/55{color:rgb(30 41 59 / 0.55)}
.text-navBackgroundDark\/60{color:rgb(30 41 59 / 0.6)}
.text-navBackgroundDark\/65{color:rgb(30 41 59 / 0.65)}
.text-navBackgroundDark\/70{color:rgb(30 41 59 / 0.7)}
.text-navBackgroundDark\/75{color:rgb(30 41 59 / 0.75)}
.text-navBackgroundDark\/80{color:rgb(30 41 59 / 0.8)}
.text-navBackgroundDark\/85{color:rgb(30 41 59 / 0.85)}
.text-navBackgroundDark\/90{color:rgb(30 41 59 / 0.9)}
.text-navBackgroundDark\/95{color:rgb(30 41 59 / 0.95)}
.text-navText{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navText-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navText-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navText-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-navText-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-navText-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-navText-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-navText-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-navText-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-navText-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-navText-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-navText-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-navText-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-navText-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-navText-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-navText-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-navText-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-navText-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-navText-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-navText-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-navText-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-navText-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-navText-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-navText-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-navText-contrast-contrastsWithCard{}
.text-navText-contrast-isDark{}
.text-navText-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navText-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-navText-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navText-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-navText-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navText-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navText-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navText-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navText-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navText-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navText-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navText-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navText-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navText-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navText-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navText-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navText-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navText-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navText-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navText-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navText-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navText-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navText-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navText-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navText-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navText-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navText-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navText-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navText-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navText-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navText-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navText-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navText-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navText-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navText-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navText-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navText-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navText-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navText-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navText-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navText-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navText-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navText-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navText-contrastsWithCard{color:true}
.text-navText-isDark{color:true}
.text-navText-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navText-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navText-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navText-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navText-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navText-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navText-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navText-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navText-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navText-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navText-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navText-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navText-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navText-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navText-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navText-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navText-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navText-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navText-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navText-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navText-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navText-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navText-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navText-text-contrastsWithCard{color:true}
.text-navText-text-isDark{color:true}
.text-navText-text-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navText-text-text\/0{color:rgb(30 41 59 / 0)}
.text-navText-text-text\/10{color:rgb(30 41 59 / 0.1)}
.text-navText-text-text\/100{color:rgb(30 41 59 / 1)}
.text-navText-text-text\/15{color:rgb(30 41 59 / 0.15)}
.text-navText-text-text\/20{color:rgb(30 41 59 / 0.2)}
.text-navText-text-text\/25{color:rgb(30 41 59 / 0.25)}
.text-navText-text-text\/30{color:rgb(30 41 59 / 0.3)}
.text-navText-text-text\/35{color:rgb(30 41 59 / 0.35)}
.text-navText-text-text\/40{color:rgb(30 41 59 / 0.4)}
.text-navText-text-text\/45{color:rgb(30 41 59 / 0.45)}
.text-navText-text-text\/5{color:rgb(30 41 59 / 0.05)}
.text-navText-text-text\/50{color:rgb(30 41 59 / 0.5)}
.text-navText-text-text\/55{color:rgb(30 41 59 / 0.55)}
.text-navText-text-text\/60{color:rgb(30 41 59 / 0.6)}
.text-navText-text-text\/65{color:rgb(30 41 59 / 0.65)}
.text-navText-text-text\/70{color:rgb(30 41 59 / 0.7)}
.text-navText-text-text\/75{color:rgb(30 41 59 / 0.75)}
.text-navText-text-text\/80{color:rgb(30 41 59 / 0.8)}
.text-navText-text-text\/85{color:rgb(30 41 59 / 0.85)}
.text-navText-text-text\/90{color:rgb(30 41 59 / 0.9)}
.text-navText-text-text\/95{color:rgb(30 41 59 / 0.95)}
.text-navText-text\/0{color:rgb(30 41 59 / 0)}
.text-navText-text\/10{color:rgb(30 41 59 / 0.1)}
.text-navText-text\/100{color:rgb(30 41 59 / 1)}
.text-navText-text\/15{color:rgb(30 41 59 / 0.15)}
.text-navText-text\/20{color:rgb(30 41 59 / 0.2)}
.text-navText-text\/25{color:rgb(30 41 59 / 0.25)}
.text-navText-text\/30{color:rgb(30 41 59 / 0.3)}
.text-navText-text\/35{color:rgb(30 41 59 / 0.35)}
.text-navText-text\/40{color:rgb(30 41 59 / 0.4)}
.text-navText-text\/45{color:rgb(30 41 59 / 0.45)}
.text-navText-text\/5{color:rgb(30 41 59 / 0.05)}
.text-navText-text\/50{color:rgb(30 41 59 / 0.5)}
.text-navText-text\/55{color:rgb(30 41 59 / 0.55)}
.text-navText-text\/60{color:rgb(30 41 59 / 0.6)}
.text-navText-text\/65{color:rgb(30 41 59 / 0.65)}
.text-navText-text\/70{color:rgb(30 41 59 / 0.7)}
.text-navText-text\/75{color:rgb(30 41 59 / 0.75)}
.text-navText-text\/80{color:rgb(30 41 59 / 0.8)}
.text-navText-text\/85{color:rgb(30 41 59 / 0.85)}
.text-navText-text\/90{color:rgb(30 41 59 / 0.9)}
.text-navText-text\/95{color:rgb(30 41 59 / 0.95)}
.text-navText\/0{color:rgb(30 41 59 / 0)}
.text-navText\/10{color:rgb(30 41 59 / 0.1)}
.text-navText\/100{color:rgb(30 41 59 / 1)}
.text-navText\/15{color:rgb(30 41 59 / 0.15)}
.text-navText\/20{color:rgb(30 41 59 / 0.2)}
.text-navText\/25{color:rgb(30 41 59 / 0.25)}
.text-navText\/30{color:rgb(30 41 59 / 0.3)}
.text-navText\/35{color:rgb(30 41 59 / 0.35)}
.text-navText\/40{color:rgb(30 41 59 / 0.4)}
.text-navText\/45{color:rgb(30 41 59 / 0.45)}
.text-navText\/5{color:rgb(30 41 59 / 0.05)}
.text-navText\/50{color:rgb(30 41 59 / 0.5)}
.text-navText\/55{color:rgb(30 41 59 / 0.55)}
.text-navText\/60{color:rgb(30 41 59 / 0.6)}
.text-navText\/65{color:rgb(30 41 59 / 0.65)}
.text-navText\/70{color:rgb(30 41 59 / 0.7)}
.text-navText\/75{color:rgb(30 41 59 / 0.75)}
.text-navText\/80{color:rgb(30 41 59 / 0.8)}
.text-navText\/85{color:rgb(30 41 59 / 0.85)}
.text-navText\/90{color:rgb(30 41 59 / 0.9)}
.text-navText\/95{color:rgb(30 41 59 / 0.95)}
.text-navTextDark{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navTextDark-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navTextDark-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navTextDark-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navTextDark-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navTextDark-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navTextDark-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navTextDark-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navTextDark-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navTextDark-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navTextDark-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navTextDark-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navTextDark-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navTextDark-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navTextDark-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navTextDark-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navTextDark-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navTextDark-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navTextDark-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navTextDark-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navTextDark-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navTextDark-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navTextDark-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navTextDark-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navTextDark-contrast-contrastsWithCard{color:true}
.text-navTextDark-contrast-isDark{color:true}
.text-navTextDark-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navTextDark-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-navTextDark-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-navTextDark-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-navTextDark-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-navTextDark-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-navTextDark-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-navTextDark-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-navTextDark-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-navTextDark-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-navTextDark-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-navTextDark-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-navTextDark-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-navTextDark-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-navTextDark-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-navTextDark-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-navTextDark-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-navTextDark-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-navTextDark-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-navTextDark-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-navTextDark-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-navTextDark-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-navTextDark-contrast\/0{color:rgb(0 0 0 / 0)}
.text-navTextDark-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-navTextDark-contrast\/100{color:rgb(0 0 0 / 1)}
.text-navTextDark-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-navTextDark-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-navTextDark-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-navTextDark-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-navTextDark-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-navTextDark-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-navTextDark-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-navTextDark-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-navTextDark-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-navTextDark-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-navTextDark-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-navTextDark-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-navTextDark-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-navTextDark-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-navTextDark-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-navTextDark-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-navTextDark-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-navTextDark-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-navTextDark-contrastsWithCard{}
.text-navTextDark-isDark{}
.text-navTextDark-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navTextDark-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navTextDark-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navTextDark-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navTextDark-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navTextDark-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navTextDark-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navTextDark-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navTextDark-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navTextDark-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navTextDark-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navTextDark-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navTextDark-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navTextDark-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navTextDark-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navTextDark-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navTextDark-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navTextDark-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navTextDark-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navTextDark-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navTextDark-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navTextDark-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navTextDark-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navTextDark-text-contrastsWithCard{color:true}
.text-navTextDark-text-isDark{color:true}
.text-navTextDark-text-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navTextDark-text-text\/0{color:rgb(132 132 132 / 0)}
.text-navTextDark-text-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navTextDark-text-text\/100{color:rgb(132 132 132 / 1)}
.text-navTextDark-text-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navTextDark-text-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navTextDark-text-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navTextDark-text-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navTextDark-text-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navTextDark-text-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navTextDark-text-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navTextDark-text-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navTextDark-text-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navTextDark-text-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navTextDark-text-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navTextDark-text-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navTextDark-text-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navTextDark-text-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navTextDark-text-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navTextDark-text-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navTextDark-text-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navTextDark-text-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navTextDark-text\/0{color:rgb(132 132 132 / 0)}
.text-navTextDark-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navTextDark-text\/100{color:rgb(132 132 132 / 1)}
.text-navTextDark-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navTextDark-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navTextDark-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navTextDark-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navTextDark-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navTextDark-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navTextDark-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navTextDark-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navTextDark-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navTextDark-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navTextDark-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navTextDark-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navTextDark-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navTextDark-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navTextDark-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navTextDark-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navTextDark-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navTextDark-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navTextDark\/0{color:rgb(255 255 255 / 0)}
.text-navTextDark\/10{color:rgb(255 255 255 / 0.1)}
.text-navTextDark\/100{color:rgb(255 255 255 / 1)}
.text-navTextDark\/15{color:rgb(255 255 255 / 0.15)}
.text-navTextDark\/20{color:rgb(255 255 255 / 0.2)}
.text-navTextDark\/25{color:rgb(255 255 255 / 0.25)}
.text-navTextDark\/30{color:rgb(255 255 255 / 0.3)}
.text-navTextDark\/35{color:rgb(255 255 255 / 0.35)}
.text-navTextDark\/40{color:rgb(255 255 255 / 0.4)}
.text-navTextDark\/45{color:rgb(255 255 255 / 0.45)}
.text-navTextDark\/5{color:rgb(255 255 255 / 0.05)}
.text-navTextDark\/50{color:rgb(255 255 255 / 0.5)}
.text-navTextDark\/55{color:rgb(255 255 255 / 0.55)}
.text-navTextDark\/60{color:rgb(255 255 255 / 0.6)}
.text-navTextDark\/65{color:rgb(255 255 255 / 0.65)}
.text-navTextDark\/70{color:rgb(255 255 255 / 0.7)}
.text-navTextDark\/75{color:rgb(255 255 255 / 0.75)}
.text-navTextDark\/80{color:rgb(255 255 255 / 0.8)}
.text-navTextDark\/85{color:rgb(255 255 255 / 0.85)}
.text-navTextDark\/90{color:rgb(255 255 255 / 0.9)}
.text-navTextDark\/95{color:rgb(255 255 255 / 0.95)}
.text-navTextHover{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navTextHover-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navTextHover-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-navTextHover-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-navTextHover-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-navTextHover-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-navTextHover-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-navTextHover-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-navTextHover-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-navTextHover-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-navTextHover-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-navTextHover-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-navTextHover-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-navTextHover-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-navTextHover-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-navTextHover-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-navTextHover-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-navTextHover-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-navTextHover-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-navTextHover-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-navTextHover-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-navTextHover-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-navTextHover-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-navTextHover-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-navTextHover-contrast-contrastsWithCard{}
.text-navTextHover-contrast-isDark{}
.text-navTextHover-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-navTextHover-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-navTextHover-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-navTextHover-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-navTextHover-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-navTextHover-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-navTextHover-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-navTextHover-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-navTextHover-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-navTextHover-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-navTextHover-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-navTextHover-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-navTextHover-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-navTextHover-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-navTextHover-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-navTextHover-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-navTextHover-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-navTextHover-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-navTextHover-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-navTextHover-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-navTextHover-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-navTextHover-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-navTextHover-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navTextHover-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navTextHover-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navTextHover-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navTextHover-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navTextHover-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navTextHover-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navTextHover-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navTextHover-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navTextHover-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navTextHover-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navTextHover-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navTextHover-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navTextHover-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navTextHover-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navTextHover-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navTextHover-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navTextHover-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navTextHover-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navTextHover-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navTextHover-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navTextHover-contrastsWithCard{color:true}
.text-navTextHover-isDark{color:true}
.text-navTextHover-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navTextHover-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-navTextHover-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-navTextHover-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-navTextHover-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-navTextHover-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-navTextHover-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-navTextHover-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-navTextHover-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-navTextHover-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-navTextHover-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-navTextHover-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-navTextHover-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-navTextHover-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-navTextHover-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-navTextHover-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-navTextHover-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-navTextHover-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-navTextHover-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-navTextHover-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-navTextHover-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-navTextHover-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-navTextHover-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-navTextHover-text-contrastsWithCard{color:true}
.text-navTextHover-text-isDark{color:true}
.text-navTextHover-text-text{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-navTextHover-text-text\/0{color:rgb(30 41 59 / 0)}
.text-navTextHover-text-text\/10{color:rgb(30 41 59 / 0.1)}
.text-navTextHover-text-text\/100{color:rgb(30 41 59 / 1)}
.text-navTextHover-text-text\/15{color:rgb(30 41 59 / 0.15)}
.text-navTextHover-text-text\/20{color:rgb(30 41 59 / 0.2)}
.text-navTextHover-text-text\/25{color:rgb(30 41 59 / 0.25)}
.text-navTextHover-text-text\/30{color:rgb(30 41 59 / 0.3)}
.text-navTextHover-text-text\/35{color:rgb(30 41 59 / 0.35)}
.text-navTextHover-text-text\/40{color:rgb(30 41 59 / 0.4)}
.text-navTextHover-text-text\/45{color:rgb(30 41 59 / 0.45)}
.text-navTextHover-text-text\/5{color:rgb(30 41 59 / 0.05)}
.text-navTextHover-text-text\/50{color:rgb(30 41 59 / 0.5)}
.text-navTextHover-text-text\/55{color:rgb(30 41 59 / 0.55)}
.text-navTextHover-text-text\/60{color:rgb(30 41 59 / 0.6)}
.text-navTextHover-text-text\/65{color:rgb(30 41 59 / 0.65)}
.text-navTextHover-text-text\/70{color:rgb(30 41 59 / 0.7)}
.text-navTextHover-text-text\/75{color:rgb(30 41 59 / 0.75)}
.text-navTextHover-text-text\/80{color:rgb(30 41 59 / 0.8)}
.text-navTextHover-text-text\/85{color:rgb(30 41 59 / 0.85)}
.text-navTextHover-text-text\/90{color:rgb(30 41 59 / 0.9)}
.text-navTextHover-text-text\/95{color:rgb(30 41 59 / 0.95)}
.text-navTextHover-text\/0{color:rgb(30 41 59 / 0)}
.text-navTextHover-text\/10{color:rgb(30 41 59 / 0.1)}
.text-navTextHover-text\/100{color:rgb(30 41 59 / 1)}
.text-navTextHover-text\/15{color:rgb(30 41 59 / 0.15)}
.text-navTextHover-text\/20{color:rgb(30 41 59 / 0.2)}
.text-navTextHover-text\/25{color:rgb(30 41 59 / 0.25)}
.text-navTextHover-text\/30{color:rgb(30 41 59 / 0.3)}
.text-navTextHover-text\/35{color:rgb(30 41 59 / 0.35)}
.text-navTextHover-text\/40{color:rgb(30 41 59 / 0.4)}
.text-navTextHover-text\/45{color:rgb(30 41 59 / 0.45)}
.text-navTextHover-text\/5{color:rgb(30 41 59 / 0.05)}
.text-navTextHover-text\/50{color:rgb(30 41 59 / 0.5)}
.text-navTextHover-text\/55{color:rgb(30 41 59 / 0.55)}
.text-navTextHover-text\/60{color:rgb(30 41 59 / 0.6)}
.text-navTextHover-text\/65{color:rgb(30 41 59 / 0.65)}
.text-navTextHover-text\/70{color:rgb(30 41 59 / 0.7)}
.text-navTextHover-text\/75{color:rgb(30 41 59 / 0.75)}
.text-navTextHover-text\/80{color:rgb(30 41 59 / 0.8)}
.text-navTextHover-text\/85{color:rgb(30 41 59 / 0.85)}
.text-navTextHover-text\/90{color:rgb(30 41 59 / 0.9)}
.text-navTextHover-text\/95{color:rgb(30 41 59 / 0.95)}
.text-navTextHover\/0{color:rgb(30 41 59 / 0)}
.text-navTextHover\/10{color:rgb(30 41 59 / 0.1)}
.text-navTextHover\/100{color:rgb(30 41 59 / 1)}
.text-navTextHover\/15{color:rgb(30 41 59 / 0.15)}
.text-navTextHover\/20{color:rgb(30 41 59 / 0.2)}
.text-navTextHover\/25{color:rgb(30 41 59 / 0.25)}
.text-navTextHover\/30{color:rgb(30 41 59 / 0.3)}
.text-navTextHover\/35{color:rgb(30 41 59 / 0.35)}
.text-navTextHover\/40{color:rgb(30 41 59 / 0.4)}
.text-navTextHover\/45{color:rgb(30 41 59 / 0.45)}
.text-navTextHover\/5{color:rgb(30 41 59 / 0.05)}
.text-navTextHover\/50{color:rgb(30 41 59 / 0.5)}
.text-navTextHover\/55{color:rgb(30 41 59 / 0.55)}
.text-navTextHover\/60{color:rgb(30 41 59 / 0.6)}
.text-navTextHover\/65{color:rgb(30 41 59 / 0.65)}
.text-navTextHover\/70{color:rgb(30 41 59 / 0.7)}
.text-navTextHover\/75{color:rgb(30 41 59 / 0.75)}
.text-navTextHover\/80{color:rgb(30 41 59 / 0.8)}
.text-navTextHover\/85{color:rgb(30 41 59 / 0.85)}
.text-navTextHover\/90{color:rgb(30 41 59 / 0.9)}
.text-navTextHover\/95{color:rgb(30 41 59 / 0.95)}
.text-neutral-100{--tw-text-opacity:1;color:rgb(245 245 245 / var(--tw-text-opacity))}
.text-neutral-100\/0{color:rgb(245 245 245 / 0)}
.text-neutral-100\/10{color:rgb(245 245 245 / 0.1)}
.text-neutral-100\/100{color:rgb(245 245 245 / 1)}
.text-neutral-100\/15{color:rgb(245 245 245 / 0.15)}
.text-neutral-100\/20{color:rgb(245 245 245 / 0.2)}
.text-neutral-100\/25{color:rgb(245 245 245 / 0.25)}
.text-neutral-100\/30{color:rgb(245 245 245 / 0.3)}
.text-neutral-100\/35{color:rgb(245 245 245 / 0.35)}
.text-neutral-100\/40{color:rgb(245 245 245 / 0.4)}
.text-neutral-100\/45{color:rgb(245 245 245 / 0.45)}
.text-neutral-100\/5{color:rgb(245 245 245 / 0.05)}
.text-neutral-100\/50{color:rgb(245 245 245 / 0.5)}
.text-neutral-100\/55{color:rgb(245 245 245 / 0.55)}
.text-neutral-100\/60{color:rgb(245 245 245 / 0.6)}
.text-neutral-100\/65{color:rgb(245 245 245 / 0.65)}
.text-neutral-100\/70{color:rgb(245 245 245 / 0.7)}
.text-neutral-100\/75{color:rgb(245 245 245 / 0.75)}
.text-neutral-100\/80{color:rgb(245 245 245 / 0.8)}
.text-neutral-100\/85{color:rgb(245 245 245 / 0.85)}
.text-neutral-100\/90{color:rgb(245 245 245 / 0.9)}
.text-neutral-100\/95{color:rgb(245 245 245 / 0.95)}
.text-neutral-200{--tw-text-opacity:1;color:rgb(229 229 229 / var(--tw-text-opacity))}
.text-neutral-200\/0{color:rgb(229 229 229 / 0)}
.text-neutral-200\/10{color:rgb(229 229 229 / 0.1)}
.text-neutral-200\/100{color:rgb(229 229 229 / 1)}
.text-neutral-200\/15{color:rgb(229 229 229 / 0.15)}
.text-neutral-200\/20{color:rgb(229 229 229 / 0.2)}
.text-neutral-200\/25{color:rgb(229 229 229 / 0.25)}
.text-neutral-200\/30{color:rgb(229 229 229 / 0.3)}
.text-neutral-200\/35{color:rgb(229 229 229 / 0.35)}
.text-neutral-200\/40{color:rgb(229 229 229 / 0.4)}
.text-neutral-200\/45{color:rgb(229 229 229 / 0.45)}
.text-neutral-200\/5{color:rgb(229 229 229 / 0.05)}
.text-neutral-200\/50{color:rgb(229 229 229 / 0.5)}
.text-neutral-200\/55{color:rgb(229 229 229 / 0.55)}
.text-neutral-200\/60{color:rgb(229 229 229 / 0.6)}
.text-neutral-200\/65{color:rgb(229 229 229 / 0.65)}
.text-neutral-200\/70{color:rgb(229 229 229 / 0.7)}
.text-neutral-200\/75{color:rgb(229 229 229 / 0.75)}
.text-neutral-200\/80{color:rgb(229 229 229 / 0.8)}
.text-neutral-200\/85{color:rgb(229 229 229 / 0.85)}
.text-neutral-200\/90{color:rgb(229 229 229 / 0.9)}
.text-neutral-200\/95{color:rgb(229 229 229 / 0.95)}
.text-neutral-300{--tw-text-opacity:1;color:rgb(212 212 212 / var(--tw-text-opacity))}
.text-neutral-300\/0{color:rgb(212 212 212 / 0)}
.text-neutral-300\/10{color:rgb(212 212 212 / 0.1)}
.text-neutral-300\/100{color:rgb(212 212 212 / 1)}
.text-neutral-300\/15{color:rgb(212 212 212 / 0.15)}
.text-neutral-300\/20{color:rgb(212 212 212 / 0.2)}
.text-neutral-300\/25{color:rgb(212 212 212 / 0.25)}
.text-neutral-300\/30{color:rgb(212 212 212 / 0.3)}
.text-neutral-300\/35{color:rgb(212 212 212 / 0.35)}
.text-neutral-300\/40{color:rgb(212 212 212 / 0.4)}
.text-neutral-300\/45{color:rgb(212 212 212 / 0.45)}
.text-neutral-300\/5{color:rgb(212 212 212 / 0.05)}
.text-neutral-300\/50{color:rgb(212 212 212 / 0.5)}
.text-neutral-300\/55{color:rgb(212 212 212 / 0.55)}
.text-neutral-300\/60{color:rgb(212 212 212 / 0.6)}
.text-neutral-300\/65{color:rgb(212 212 212 / 0.65)}
.text-neutral-300\/70{color:rgb(212 212 212 / 0.7)}
.text-neutral-300\/75{color:rgb(212 212 212 / 0.75)}
.text-neutral-300\/80{color:rgb(212 212 212 / 0.8)}
.text-neutral-300\/85{color:rgb(212 212 212 / 0.85)}
.text-neutral-300\/90{color:rgb(212 212 212 / 0.9)}
.text-neutral-300\/95{color:rgb(212 212 212 / 0.95)}
.text-neutral-400{--tw-text-opacity:1;color:rgb(163 163 163 / var(--tw-text-opacity))}
.text-neutral-400\/0{color:rgb(163 163 163 / 0)}
.text-neutral-400\/10{color:rgb(163 163 163 / 0.1)}
.text-neutral-400\/100{color:rgb(163 163 163 / 1)}
.text-neutral-400\/15{color:rgb(163 163 163 / 0.15)}
.text-neutral-400\/20{color:rgb(163 163 163 / 0.2)}
.text-neutral-400\/25{color:rgb(163 163 163 / 0.25)}
.text-neutral-400\/30{color:rgb(163 163 163 / 0.3)}
.text-neutral-400\/35{color:rgb(163 163 163 / 0.35)}
.text-neutral-400\/40{color:rgb(163 163 163 / 0.4)}
.text-neutral-400\/45{color:rgb(163 163 163 / 0.45)}
.text-neutral-400\/5{color:rgb(163 163 163 / 0.05)}
.text-neutral-400\/50{color:rgb(163 163 163 / 0.5)}
.text-neutral-400\/55{color:rgb(163 163 163 / 0.55)}
.text-neutral-400\/60{color:rgb(163 163 163 / 0.6)}
.text-neutral-400\/65{color:rgb(163 163 163 / 0.65)}
.text-neutral-400\/70{color:rgb(163 163 163 / 0.7)}
.text-neutral-400\/75{color:rgb(163 163 163 / 0.75)}
.text-neutral-400\/80{color:rgb(163 163 163 / 0.8)}
.text-neutral-400\/85{color:rgb(163 163 163 / 0.85)}
.text-neutral-400\/90{color:rgb(163 163 163 / 0.9)}
.text-neutral-400\/95{color:rgb(163 163 163 / 0.95)}
.text-neutral-50{--tw-text-opacity:1;color:rgb(250 250 250 / var(--tw-text-opacity))}
.text-neutral-50\/0{color:rgb(250 250 250 / 0)}
.text-neutral-50\/10{color:rgb(250 250 250 / 0.1)}
.text-neutral-50\/100{color:rgb(250 250 250 / 1)}
.text-neutral-50\/15{color:rgb(250 250 250 / 0.15)}
.text-neutral-50\/20{color:rgb(250 250 250 / 0.2)}
.text-neutral-50\/25{color:rgb(250 250 250 / 0.25)}
.text-neutral-50\/30{color:rgb(250 250 250 / 0.3)}
.text-neutral-50\/35{color:rgb(250 250 250 / 0.35)}
.text-neutral-50\/40{color:rgb(250 250 250 / 0.4)}
.text-neutral-50\/45{color:rgb(250 250 250 / 0.45)}
.text-neutral-50\/5{color:rgb(250 250 250 / 0.05)}
.text-neutral-50\/50{color:rgb(250 250 250 / 0.5)}
.text-neutral-50\/55{color:rgb(250 250 250 / 0.55)}
.text-neutral-50\/60{color:rgb(250 250 250 / 0.6)}
.text-neutral-50\/65{color:rgb(250 250 250 / 0.65)}
.text-neutral-50\/70{color:rgb(250 250 250 / 0.7)}
.text-neutral-50\/75{color:rgb(250 250 250 / 0.75)}
.text-neutral-50\/80{color:rgb(250 250 250 / 0.8)}
.text-neutral-50\/85{color:rgb(250 250 250 / 0.85)}
.text-neutral-50\/90{color:rgb(250 250 250 / 0.9)}
.text-neutral-50\/95{color:rgb(250 250 250 / 0.95)}
.text-neutral-500{--tw-text-opacity:1;color:rgb(115 115 115 / var(--tw-text-opacity))}
.text-neutral-500\/0{color:rgb(115 115 115 / 0)}
.text-neutral-500\/10{color:rgb(115 115 115 / 0.1)}
.text-neutral-500\/100{color:rgb(115 115 115 / 1)}
.text-neutral-500\/15{color:rgb(115 115 115 / 0.15)}
.text-neutral-500\/20{color:rgb(115 115 115 / 0.2)}
.text-neutral-500\/25{color:rgb(115 115 115 / 0.25)}
.text-neutral-500\/30{color:rgb(115 115 115 / 0.3)}
.text-neutral-500\/35{color:rgb(115 115 115 / 0.35)}
.text-neutral-500\/40{color:rgb(115 115 115 / 0.4)}
.text-neutral-500\/45{color:rgb(115 115 115 / 0.45)}
.text-neutral-500\/5{color:rgb(115 115 115 / 0.05)}
.text-neutral-500\/50{color:rgb(115 115 115 / 0.5)}
.text-neutral-500\/55{color:rgb(115 115 115 / 0.55)}
.text-neutral-500\/60{color:rgb(115 115 115 / 0.6)}
.text-neutral-500\/65{color:rgb(115 115 115 / 0.65)}
.text-neutral-500\/70{color:rgb(115 115 115 / 0.7)}
.text-neutral-500\/75{color:rgb(115 115 115 / 0.75)}
.text-neutral-500\/80{color:rgb(115 115 115 / 0.8)}
.text-neutral-500\/85{color:rgb(115 115 115 / 0.85)}
.text-neutral-500\/90{color:rgb(115 115 115 / 0.9)}
.text-neutral-500\/95{color:rgb(115 115 115 / 0.95)}
.text-neutral-600{--tw-text-opacity:1;color:rgb(82 82 82 / var(--tw-text-opacity))}
.text-neutral-600\/0{color:rgb(82 82 82 / 0)}
.text-neutral-600\/10{color:rgb(82 82 82 / 0.1)}
.text-neutral-600\/100{color:rgb(82 82 82 / 1)}
.text-neutral-600\/15{color:rgb(82 82 82 / 0.15)}
.text-neutral-600\/20{color:rgb(82 82 82 / 0.2)}
.text-neutral-600\/25{color:rgb(82 82 82 / 0.25)}
.text-neutral-600\/30{color:rgb(82 82 82 / 0.3)}
.text-neutral-600\/35{color:rgb(82 82 82 / 0.35)}
.text-neutral-600\/40{color:rgb(82 82 82 / 0.4)}
.text-neutral-600\/45{color:rgb(82 82 82 / 0.45)}
.text-neutral-600\/5{color:rgb(82 82 82 / 0.05)}
.text-neutral-600\/50{color:rgb(82 82 82 / 0.5)}
.text-neutral-600\/55{color:rgb(82 82 82 / 0.55)}
.text-neutral-600\/60{color:rgb(82 82 82 / 0.6)}
.text-neutral-600\/65{color:rgb(82 82 82 / 0.65)}
.text-neutral-600\/70{color:rgb(82 82 82 / 0.7)}
.text-neutral-600\/75{color:rgb(82 82 82 / 0.75)}
.text-neutral-600\/80{color:rgb(82 82 82 / 0.8)}
.text-neutral-600\/85{color:rgb(82 82 82 / 0.85)}
.text-neutral-600\/90{color:rgb(82 82 82 / 0.9)}
.text-neutral-600\/95{color:rgb(82 82 82 / 0.95)}
.text-neutral-700{--tw-text-opacity:1;color:rgb(64 64 64 / var(--tw-text-opacity))}
.text-neutral-700\/0{color:rgb(64 64 64 / 0)}
.text-neutral-700\/10{color:rgb(64 64 64 / 0.1)}
.text-neutral-700\/100{color:rgb(64 64 64 / 1)}
.text-neutral-700\/15{color:rgb(64 64 64 / 0.15)}
.text-neutral-700\/20{color:rgb(64 64 64 / 0.2)}
.text-neutral-700\/25{color:rgb(64 64 64 / 0.25)}
.text-neutral-700\/30{color:rgb(64 64 64 / 0.3)}
.text-neutral-700\/35{color:rgb(64 64 64 / 0.35)}
.text-neutral-700\/40{color:rgb(64 64 64 / 0.4)}
.text-neutral-700\/45{color:rgb(64 64 64 / 0.45)}
.text-neutral-700\/5{color:rgb(64 64 64 / 0.05)}
.text-neutral-700\/50{color:rgb(64 64 64 / 0.5)}
.text-neutral-700\/55{color:rgb(64 64 64 / 0.55)}
.text-neutral-700\/60{color:rgb(64 64 64 / 0.6)}
.text-neutral-700\/65{color:rgb(64 64 64 / 0.65)}
.text-neutral-700\/70{color:rgb(64 64 64 / 0.7)}
.text-neutral-700\/75{color:rgb(64 64 64 / 0.75)}
.text-neutral-700\/80{color:rgb(64 64 64 / 0.8)}
.text-neutral-700\/85{color:rgb(64 64 64 / 0.85)}
.text-neutral-700\/90{color:rgb(64 64 64 / 0.9)}
.text-neutral-700\/95{color:rgb(64 64 64 / 0.95)}
.text-neutral-800{--tw-text-opacity:1;color:rgb(38 38 38 / var(--tw-text-opacity))}
.text-neutral-800\/0{color:rgb(38 38 38 / 0)}
.text-neutral-800\/10{color:rgb(38 38 38 / 0.1)}
.text-neutral-800\/100{color:rgb(38 38 38 / 1)}
.text-neutral-800\/15{color:rgb(38 38 38 / 0.15)}
.text-neutral-800\/20{color:rgb(38 38 38 / 0.2)}
.text-neutral-800\/25{color:rgb(38 38 38 / 0.25)}
.text-neutral-800\/30{color:rgb(38 38 38 / 0.3)}
.text-neutral-800\/35{color:rgb(38 38 38 / 0.35)}
.text-neutral-800\/40{color:rgb(38 38 38 / 0.4)}
.text-neutral-800\/45{color:rgb(38 38 38 / 0.45)}
.text-neutral-800\/5{color:rgb(38 38 38 / 0.05)}
.text-neutral-800\/50{color:rgb(38 38 38 / 0.5)}
.text-neutral-800\/55{color:rgb(38 38 38 / 0.55)}
.text-neutral-800\/60{color:rgb(38 38 38 / 0.6)}
.text-neutral-800\/65{color:rgb(38 38 38 / 0.65)}
.text-neutral-800\/70{color:rgb(38 38 38 / 0.7)}
.text-neutral-800\/75{color:rgb(38 38 38 / 0.75)}
.text-neutral-800\/80{color:rgb(38 38 38 / 0.8)}
.text-neutral-800\/85{color:rgb(38 38 38 / 0.85)}
.text-neutral-800\/90{color:rgb(38 38 38 / 0.9)}
.text-neutral-800\/95{color:rgb(38 38 38 / 0.95)}
.text-neutral-900{--tw-text-opacity:1;color:rgb(23 23 23 / var(--tw-text-opacity))}
.text-neutral-900\/0{color:rgb(23 23 23 / 0)}
.text-neutral-900\/10{color:rgb(23 23 23 / 0.1)}
.text-neutral-900\/100{color:rgb(23 23 23 / 1)}
.text-neutral-900\/15{color:rgb(23 23 23 / 0.15)}
.text-neutral-900\/20{color:rgb(23 23 23 / 0.2)}
.text-neutral-900\/25{color:rgb(23 23 23 / 0.25)}
.text-neutral-900\/30{color:rgb(23 23 23 / 0.3)}
.text-neutral-900\/35{color:rgb(23 23 23 / 0.35)}
.text-neutral-900\/40{color:rgb(23 23 23 / 0.4)}
.text-neutral-900\/45{color:rgb(23 23 23 / 0.45)}
.text-neutral-900\/5{color:rgb(23 23 23 / 0.05)}
.text-neutral-900\/50{color:rgb(23 23 23 / 0.5)}
.text-neutral-900\/55{color:rgb(23 23 23 / 0.55)}
.text-neutral-900\/60{color:rgb(23 23 23 / 0.6)}
.text-neutral-900\/65{color:rgb(23 23 23 / 0.65)}
.text-neutral-900\/70{color:rgb(23 23 23 / 0.7)}
.text-neutral-900\/75{color:rgb(23 23 23 / 0.75)}
.text-neutral-900\/80{color:rgb(23 23 23 / 0.8)}
.text-neutral-900\/85{color:rgb(23 23 23 / 0.85)}
.text-neutral-900\/90{color:rgb(23 23 23 / 0.9)}
.text-neutral-900\/95{color:rgb(23 23 23 / 0.95)}
.text-neutral-950{--tw-text-opacity:1;color:rgb(10 10 10 / var(--tw-text-opacity))}
.text-neutral-950\/0{color:rgb(10 10 10 / 0)}
.text-neutral-950\/10{color:rgb(10 10 10 / 0.1)}
.text-neutral-950\/100{color:rgb(10 10 10 / 1)}
.text-neutral-950\/15{color:rgb(10 10 10 / 0.15)}
.text-neutral-950\/20{color:rgb(10 10 10 / 0.2)}
.text-neutral-950\/25{color:rgb(10 10 10 / 0.25)}
.text-neutral-950\/30{color:rgb(10 10 10 / 0.3)}
.text-neutral-950\/35{color:rgb(10 10 10 / 0.35)}
.text-neutral-950\/40{color:rgb(10 10 10 / 0.4)}
.text-neutral-950\/45{color:rgb(10 10 10 / 0.45)}
.text-neutral-950\/5{color:rgb(10 10 10 / 0.05)}
.text-neutral-950\/50{color:rgb(10 10 10 / 0.5)}
.text-neutral-950\/55{color:rgb(10 10 10 / 0.55)}
.text-neutral-950\/60{color:rgb(10 10 10 / 0.6)}
.text-neutral-950\/65{color:rgb(10 10 10 / 0.65)}
.text-neutral-950\/70{color:rgb(10 10 10 / 0.7)}
.text-neutral-950\/75{color:rgb(10 10 10 / 0.75)}
.text-neutral-950\/80{color:rgb(10 10 10 / 0.8)}
.text-neutral-950\/85{color:rgb(10 10 10 / 0.85)}
.text-neutral-950\/90{color:rgb(10 10 10 / 0.9)}
.text-neutral-950\/95{color:rgb(10 10 10 / 0.95)}
.text-orange-100{--tw-text-opacity:1;color:rgb(255 237 213 / var(--tw-text-opacity))}
.text-orange-100\/0{color:rgb(255 237 213 / 0)}
.text-orange-100\/10{color:rgb(255 237 213 / 0.1)}
.text-orange-100\/100{color:rgb(255 237 213 / 1)}
.text-orange-100\/15{color:rgb(255 237 213 / 0.15)}
.text-orange-100\/20{color:rgb(255 237 213 / 0.2)}
.text-orange-100\/25{color:rgb(255 237 213 / 0.25)}
.text-orange-100\/30{color:rgb(255 237 213 / 0.3)}
.text-orange-100\/35{color:rgb(255 237 213 / 0.35)}
.text-orange-100\/40{color:rgb(255 237 213 / 0.4)}
.text-orange-100\/45{color:rgb(255 237 213 / 0.45)}
.text-orange-100\/5{color:rgb(255 237 213 / 0.05)}
.text-orange-100\/50{color:rgb(255 237 213 / 0.5)}
.text-orange-100\/55{color:rgb(255 237 213 / 0.55)}
.text-orange-100\/60{color:rgb(255 237 213 / 0.6)}
.text-orange-100\/65{color:rgb(255 237 213 / 0.65)}
.text-orange-100\/70{color:rgb(255 237 213 / 0.7)}
.text-orange-100\/75{color:rgb(255 237 213 / 0.75)}
.text-orange-100\/80{color:rgb(255 237 213 / 0.8)}
.text-orange-100\/85{color:rgb(255 237 213 / 0.85)}
.text-orange-100\/90{color:rgb(255 237 213 / 0.9)}
.text-orange-100\/95{color:rgb(255 237 213 / 0.95)}
.text-orange-200{--tw-text-opacity:1;color:rgb(254 215 170 / var(--tw-text-opacity))}
.text-orange-200\/0{color:rgb(254 215 170 / 0)}
.text-orange-200\/10{color:rgb(254 215 170 / 0.1)}
.text-orange-200\/100{color:rgb(254 215 170 / 1)}
.text-orange-200\/15{color:rgb(254 215 170 / 0.15)}
.text-orange-200\/20{color:rgb(254 215 170 / 0.2)}
.text-orange-200\/25{color:rgb(254 215 170 / 0.25)}
.text-orange-200\/30{color:rgb(254 215 170 / 0.3)}
.text-orange-200\/35{color:rgb(254 215 170 / 0.35)}
.text-orange-200\/40{color:rgb(254 215 170 / 0.4)}
.text-orange-200\/45{color:rgb(254 215 170 / 0.45)}
.text-orange-200\/5{color:rgb(254 215 170 / 0.05)}
.text-orange-200\/50{color:rgb(254 215 170 / 0.5)}
.text-orange-200\/55{color:rgb(254 215 170 / 0.55)}
.text-orange-200\/60{color:rgb(254 215 170 / 0.6)}
.text-orange-200\/65{color:rgb(254 215 170 / 0.65)}
.text-orange-200\/70{color:rgb(254 215 170 / 0.7)}
.text-orange-200\/75{color:rgb(254 215 170 / 0.75)}
.text-orange-200\/80{color:rgb(254 215 170 / 0.8)}
.text-orange-200\/85{color:rgb(254 215 170 / 0.85)}
.text-orange-200\/90{color:rgb(254 215 170 / 0.9)}
.text-orange-200\/95{color:rgb(254 215 170 / 0.95)}
.text-orange-300{--tw-text-opacity:1;color:rgb(253 186 116 / var(--tw-text-opacity))}
.text-orange-300\/0{color:rgb(253 186 116 / 0)}
.text-orange-300\/10{color:rgb(253 186 116 / 0.1)}
.text-orange-300\/100{color:rgb(253 186 116 / 1)}
.text-orange-300\/15{color:rgb(253 186 116 / 0.15)}
.text-orange-300\/20{color:rgb(253 186 116 / 0.2)}
.text-orange-300\/25{color:rgb(253 186 116 / 0.25)}
.text-orange-300\/30{color:rgb(253 186 116 / 0.3)}
.text-orange-300\/35{color:rgb(253 186 116 / 0.35)}
.text-orange-300\/40{color:rgb(253 186 116 / 0.4)}
.text-orange-300\/45{color:rgb(253 186 116 / 0.45)}
.text-orange-300\/5{color:rgb(253 186 116 / 0.05)}
.text-orange-300\/50{color:rgb(253 186 116 / 0.5)}
.text-orange-300\/55{color:rgb(253 186 116 / 0.55)}
.text-orange-300\/60{color:rgb(253 186 116 / 0.6)}
.text-orange-300\/65{color:rgb(253 186 116 / 0.65)}
.text-orange-300\/70{color:rgb(253 186 116 / 0.7)}
.text-orange-300\/75{color:rgb(253 186 116 / 0.75)}
.text-orange-300\/80{color:rgb(253 186 116 / 0.8)}
.text-orange-300\/85{color:rgb(253 186 116 / 0.85)}
.text-orange-300\/90{color:rgb(253 186 116 / 0.9)}
.text-orange-300\/95{color:rgb(253 186 116 / 0.95)}
.text-orange-400{--tw-text-opacity:1;color:rgb(251 146 60 / var(--tw-text-opacity))}
.text-orange-400\/0{color:rgb(251 146 60 / 0)}
.text-orange-400\/10{color:rgb(251 146 60 / 0.1)}
.text-orange-400\/100{color:rgb(251 146 60 / 1)}
.text-orange-400\/15{color:rgb(251 146 60 / 0.15)}
.text-orange-400\/20{color:rgb(251 146 60 / 0.2)}
.text-orange-400\/25{color:rgb(251 146 60 / 0.25)}
.text-orange-400\/30{color:rgb(251 146 60 / 0.3)}
.text-orange-400\/35{color:rgb(251 146 60 / 0.35)}
.text-orange-400\/40{color:rgb(251 146 60 / 0.4)}
.text-orange-400\/45{color:rgb(251 146 60 / 0.45)}
.text-orange-400\/5{color:rgb(251 146 60 / 0.05)}
.text-orange-400\/50{color:rgb(251 146 60 / 0.5)}
.text-orange-400\/55{color:rgb(251 146 60 / 0.55)}
.text-orange-400\/60{color:rgb(251 146 60 / 0.6)}
.text-orange-400\/65{color:rgb(251 146 60 / 0.65)}
.text-orange-400\/70{color:rgb(251 146 60 / 0.7)}
.text-orange-400\/75{color:rgb(251 146 60 / 0.75)}
.text-orange-400\/80{color:rgb(251 146 60 / 0.8)}
.text-orange-400\/85{color:rgb(251 146 60 / 0.85)}
.text-orange-400\/90{color:rgb(251 146 60 / 0.9)}
.text-orange-400\/95{color:rgb(251 146 60 / 0.95)}
.text-orange-50{--tw-text-opacity:1;color:rgb(255 247 237 / var(--tw-text-opacity))}
.text-orange-50\/0{color:rgb(255 247 237 / 0)}
.text-orange-50\/10{color:rgb(255 247 237 / 0.1)}
.text-orange-50\/100{color:rgb(255 247 237 / 1)}
.text-orange-50\/15{color:rgb(255 247 237 / 0.15)}
.text-orange-50\/20{color:rgb(255 247 237 / 0.2)}
.text-orange-50\/25{color:rgb(255 247 237 / 0.25)}
.text-orange-50\/30{color:rgb(255 247 237 / 0.3)}
.text-orange-50\/35{color:rgb(255 247 237 / 0.35)}
.text-orange-50\/40{color:rgb(255 247 237 / 0.4)}
.text-orange-50\/45{color:rgb(255 247 237 / 0.45)}
.text-orange-50\/5{color:rgb(255 247 237 / 0.05)}
.text-orange-50\/50{color:rgb(255 247 237 / 0.5)}
.text-orange-50\/55{color:rgb(255 247 237 / 0.55)}
.text-orange-50\/60{color:rgb(255 247 237 / 0.6)}
.text-orange-50\/65{color:rgb(255 247 237 / 0.65)}
.text-orange-50\/70{color:rgb(255 247 237 / 0.7)}
.text-orange-50\/75{color:rgb(255 247 237 / 0.75)}
.text-orange-50\/80{color:rgb(255 247 237 / 0.8)}
.text-orange-50\/85{color:rgb(255 247 237 / 0.85)}
.text-orange-50\/90{color:rgb(255 247 237 / 0.9)}
.text-orange-50\/95{color:rgb(255 247 237 / 0.95)}
.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity))}
.text-orange-500\/0{color:rgb(249 115 22 / 0)}
.text-orange-500\/10{color:rgb(249 115 22 / 0.1)}
.text-orange-500\/100{color:rgb(249 115 22 / 1)}
.text-orange-500\/15{color:rgb(249 115 22 / 0.15)}
.text-orange-500\/20{color:rgb(249 115 22 / 0.2)}
.text-orange-500\/25{color:rgb(249 115 22 / 0.25)}
.text-orange-500\/30{color:rgb(249 115 22 / 0.3)}
.text-orange-500\/35{color:rgb(249 115 22 / 0.35)}
.text-orange-500\/40{color:rgb(249 115 22 / 0.4)}
.text-orange-500\/45{color:rgb(249 115 22 / 0.45)}
.text-orange-500\/5{color:rgb(249 115 22 / 0.05)}
.text-orange-500\/50{color:rgb(249 115 22 / 0.5)}
.text-orange-500\/55{color:rgb(249 115 22 / 0.55)}
.text-orange-500\/60{color:rgb(249 115 22 / 0.6)}
.text-orange-500\/65{color:rgb(249 115 22 / 0.65)}
.text-orange-500\/70{color:rgb(249 115 22 / 0.7)}
.text-orange-500\/75{color:rgb(249 115 22 / 0.75)}
.text-orange-500\/80{color:rgb(249 115 22 / 0.8)}
.text-orange-500\/85{color:rgb(249 115 22 / 0.85)}
.text-orange-500\/90{color:rgb(249 115 22 / 0.9)}
.text-orange-500\/95{color:rgb(249 115 22 / 0.95)}
.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity))}
.text-orange-600\/0{color:rgb(234 88 12 / 0)}
.text-orange-600\/10{color:rgb(234 88 12 / 0.1)}
.text-orange-600\/100{color:rgb(234 88 12 / 1)}
.text-orange-600\/15{color:rgb(234 88 12 / 0.15)}
.text-orange-600\/20{color:rgb(234 88 12 / 0.2)}
.text-orange-600\/25{color:rgb(234 88 12 / 0.25)}
.text-orange-600\/30{color:rgb(234 88 12 / 0.3)}
.text-orange-600\/35{color:rgb(234 88 12 / 0.35)}
.text-orange-600\/40{color:rgb(234 88 12 / 0.4)}
.text-orange-600\/45{color:rgb(234 88 12 / 0.45)}
.text-orange-600\/5{color:rgb(234 88 12 / 0.05)}
.text-orange-600\/50{color:rgb(234 88 12 / 0.5)}
.text-orange-600\/55{color:rgb(234 88 12 / 0.55)}
.text-orange-600\/60{color:rgb(234 88 12 / 0.6)}
.text-orange-600\/65{color:rgb(234 88 12 / 0.65)}
.text-orange-600\/70{color:rgb(234 88 12 / 0.7)}
.text-orange-600\/75{color:rgb(234 88 12 / 0.75)}
.text-orange-600\/80{color:rgb(234 88 12 / 0.8)}
.text-orange-600\/85{color:rgb(234 88 12 / 0.85)}
.text-orange-600\/90{color:rgb(234 88 12 / 0.9)}
.text-orange-600\/95{color:rgb(234 88 12 / 0.95)}
.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12 / var(--tw-text-opacity))}
.text-orange-700\/0{color:rgb(194 65 12 / 0)}
.text-orange-700\/10{color:rgb(194 65 12 / 0.1)}
.text-orange-700\/100{color:rgb(194 65 12 / 1)}
.text-orange-700\/15{color:rgb(194 65 12 / 0.15)}
.text-orange-700\/20{color:rgb(194 65 12 / 0.2)}
.text-orange-700\/25{color:rgb(194 65 12 / 0.25)}
.text-orange-700\/30{color:rgb(194 65 12 / 0.3)}
.text-orange-700\/35{color:rgb(194 65 12 / 0.35)}
.text-orange-700\/40{color:rgb(194 65 12 / 0.4)}
.text-orange-700\/45{color:rgb(194 65 12 / 0.45)}
.text-orange-700\/5{color:rgb(194 65 12 / 0.05)}
.text-orange-700\/50{color:rgb(194 65 12 / 0.5)}
.text-orange-700\/55{color:rgb(194 65 12 / 0.55)}
.text-orange-700\/60{color:rgb(194 65 12 / 0.6)}
.text-orange-700\/65{color:rgb(194 65 12 / 0.65)}
.text-orange-700\/70{color:rgb(194 65 12 / 0.7)}
.text-orange-700\/75{color:rgb(194 65 12 / 0.75)}
.text-orange-700\/80{color:rgb(194 65 12 / 0.8)}
.text-orange-700\/85{color:rgb(194 65 12 / 0.85)}
.text-orange-700\/90{color:rgb(194 65 12 / 0.9)}
.text-orange-700\/95{color:rgb(194 65 12 / 0.95)}
.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18 / var(--tw-text-opacity))}
.text-orange-800\/0{color:rgb(154 52 18 / 0)}
.text-orange-800\/10{color:rgb(154 52 18 / 0.1)}
.text-orange-800\/100{color:rgb(154 52 18 / 1)}
.text-orange-800\/15{color:rgb(154 52 18 / 0.15)}
.text-orange-800\/20{color:rgb(154 52 18 / 0.2)}
.text-orange-800\/25{color:rgb(154 52 18 / 0.25)}
.text-orange-800\/30{color:rgb(154 52 18 / 0.3)}
.text-orange-800\/35{color:rgb(154 52 18 / 0.35)}
.text-orange-800\/40{color:rgb(154 52 18 / 0.4)}
.text-orange-800\/45{color:rgb(154 52 18 / 0.45)}
.text-orange-800\/5{color:rgb(154 52 18 / 0.05)}
.text-orange-800\/50{color:rgb(154 52 18 / 0.5)}
.text-orange-800\/55{color:rgb(154 52 18 / 0.55)}
.text-orange-800\/60{color:rgb(154 52 18 / 0.6)}
.text-orange-800\/65{color:rgb(154 52 18 / 0.65)}
.text-orange-800\/70{color:rgb(154 52 18 / 0.7)}
.text-orange-800\/75{color:rgb(154 52 18 / 0.75)}
.text-orange-800\/80{color:rgb(154 52 18 / 0.8)}
.text-orange-800\/85{color:rgb(154 52 18 / 0.85)}
.text-orange-800\/90{color:rgb(154 52 18 / 0.9)}
.text-orange-800\/95{color:rgb(154 52 18 / 0.95)}
.text-orange-900{--tw-text-opacity:1;color:rgb(124 45 18 / var(--tw-text-opacity))}
.text-orange-900\/0{color:rgb(124 45 18 / 0)}
.text-orange-900\/10{color:rgb(124 45 18 / 0.1)}
.text-orange-900\/100{color:rgb(124 45 18 / 1)}
.text-orange-900\/15{color:rgb(124 45 18 / 0.15)}
.text-orange-900\/20{color:rgb(124 45 18 / 0.2)}
.text-orange-900\/25{color:rgb(124 45 18 / 0.25)}
.text-orange-900\/30{color:rgb(124 45 18 / 0.3)}
.text-orange-900\/35{color:rgb(124 45 18 / 0.35)}
.text-orange-900\/40{color:rgb(124 45 18 / 0.4)}
.text-orange-900\/45{color:rgb(124 45 18 / 0.45)}
.text-orange-900\/5{color:rgb(124 45 18 / 0.05)}
.text-orange-900\/50{color:rgb(124 45 18 / 0.5)}
.text-orange-900\/55{color:rgb(124 45 18 / 0.55)}
.text-orange-900\/60{color:rgb(124 45 18 / 0.6)}
.text-orange-900\/65{color:rgb(124 45 18 / 0.65)}
.text-orange-900\/70{color:rgb(124 45 18 / 0.7)}
.text-orange-900\/75{color:rgb(124 45 18 / 0.75)}
.text-orange-900\/80{color:rgb(124 45 18 / 0.8)}
.text-orange-900\/85{color:rgb(124 45 18 / 0.85)}
.text-orange-900\/90{color:rgb(124 45 18 / 0.9)}
.text-orange-900\/95{color:rgb(124 45 18 / 0.95)}
.text-orange-950{--tw-text-opacity:1;color:rgb(67 20 7 / var(--tw-text-opacity))}
.text-orange-950\/0{color:rgb(67 20 7 / 0)}
.text-orange-950\/10{color:rgb(67 20 7 / 0.1)}
.text-orange-950\/100{color:rgb(67 20 7 / 1)}
.text-orange-950\/15{color:rgb(67 20 7 / 0.15)}
.text-orange-950\/20{color:rgb(67 20 7 / 0.2)}
.text-orange-950\/25{color:rgb(67 20 7 / 0.25)}
.text-orange-950\/30{color:rgb(67 20 7 / 0.3)}
.text-orange-950\/35{color:rgb(67 20 7 / 0.35)}
.text-orange-950\/40{color:rgb(67 20 7 / 0.4)}
.text-orange-950\/45{color:rgb(67 20 7 / 0.45)}
.text-orange-950\/5{color:rgb(67 20 7 / 0.05)}
.text-orange-950\/50{color:rgb(67 20 7 / 0.5)}
.text-orange-950\/55{color:rgb(67 20 7 / 0.55)}
.text-orange-950\/60{color:rgb(67 20 7 / 0.6)}
.text-orange-950\/65{color:rgb(67 20 7 / 0.65)}
.text-orange-950\/70{color:rgb(67 20 7 / 0.7)}
.text-orange-950\/75{color:rgb(67 20 7 / 0.75)}
.text-orange-950\/80{color:rgb(67 20 7 / 0.8)}
.text-orange-950\/85{color:rgb(67 20 7 / 0.85)}
.text-orange-950\/90{color:rgb(67 20 7 / 0.9)}
.text-orange-950\/95{color:rgb(67 20 7 / 0.95)}
.text-pink-100{--tw-text-opacity:1;color:rgb(252 231 243 / var(--tw-text-opacity))}
.text-pink-100\/0{color:rgb(252 231 243 / 0)}
.text-pink-100\/10{color:rgb(252 231 243 / 0.1)}
.text-pink-100\/100{color:rgb(252 231 243 / 1)}
.text-pink-100\/15{color:rgb(252 231 243 / 0.15)}
.text-pink-100\/20{color:rgb(252 231 243 / 0.2)}
.text-pink-100\/25{color:rgb(252 231 243 / 0.25)}
.text-pink-100\/30{color:rgb(252 231 243 / 0.3)}
.text-pink-100\/35{color:rgb(252 231 243 / 0.35)}
.text-pink-100\/40{color:rgb(252 231 243 / 0.4)}
.text-pink-100\/45{color:rgb(252 231 243 / 0.45)}
.text-pink-100\/5{color:rgb(252 231 243 / 0.05)}
.text-pink-100\/50{color:rgb(252 231 243 / 0.5)}
.text-pink-100\/55{color:rgb(252 231 243 / 0.55)}
.text-pink-100\/60{color:rgb(252 231 243 / 0.6)}
.text-pink-100\/65{color:rgb(252 231 243 / 0.65)}
.text-pink-100\/70{color:rgb(252 231 243 / 0.7)}
.text-pink-100\/75{color:rgb(252 231 243 / 0.75)}
.text-pink-100\/80{color:rgb(252 231 243 / 0.8)}
.text-pink-100\/85{color:rgb(252 231 243 / 0.85)}
.text-pink-100\/90{color:rgb(252 231 243 / 0.9)}
.text-pink-100\/95{color:rgb(252 231 243 / 0.95)}
.text-pink-200{--tw-text-opacity:1;color:rgb(251 207 232 / var(--tw-text-opacity))}
.text-pink-200\/0{color:rgb(251 207 232 / 0)}
.text-pink-200\/10{color:rgb(251 207 232 / 0.1)}
.text-pink-200\/100{color:rgb(251 207 232 / 1)}
.text-pink-200\/15{color:rgb(251 207 232 / 0.15)}
.text-pink-200\/20{color:rgb(251 207 232 / 0.2)}
.text-pink-200\/25{color:rgb(251 207 232 / 0.25)}
.text-pink-200\/30{color:rgb(251 207 232 / 0.3)}
.text-pink-200\/35{color:rgb(251 207 232 / 0.35)}
.text-pink-200\/40{color:rgb(251 207 232 / 0.4)}
.text-pink-200\/45{color:rgb(251 207 232 / 0.45)}
.text-pink-200\/5{color:rgb(251 207 232 / 0.05)}
.text-pink-200\/50{color:rgb(251 207 232 / 0.5)}
.text-pink-200\/55{color:rgb(251 207 232 / 0.55)}
.text-pink-200\/60{color:rgb(251 207 232 / 0.6)}
.text-pink-200\/65{color:rgb(251 207 232 / 0.65)}
.text-pink-200\/70{color:rgb(251 207 232 / 0.7)}
.text-pink-200\/75{color:rgb(251 207 232 / 0.75)}
.text-pink-200\/80{color:rgb(251 207 232 / 0.8)}
.text-pink-200\/85{color:rgb(251 207 232 / 0.85)}
.text-pink-200\/90{color:rgb(251 207 232 / 0.9)}
.text-pink-200\/95{color:rgb(251 207 232 / 0.95)}
.text-pink-300{--tw-text-opacity:1;color:rgb(249 168 212 / var(--tw-text-opacity))}
.text-pink-300\/0{color:rgb(249 168 212 / 0)}
.text-pink-300\/10{color:rgb(249 168 212 / 0.1)}
.text-pink-300\/100{color:rgb(249 168 212 / 1)}
.text-pink-300\/15{color:rgb(249 168 212 / 0.15)}
.text-pink-300\/20{color:rgb(249 168 212 / 0.2)}
.text-pink-300\/25{color:rgb(249 168 212 / 0.25)}
.text-pink-300\/30{color:rgb(249 168 212 / 0.3)}
.text-pink-300\/35{color:rgb(249 168 212 / 0.35)}
.text-pink-300\/40{color:rgb(249 168 212 / 0.4)}
.text-pink-300\/45{color:rgb(249 168 212 / 0.45)}
.text-pink-300\/5{color:rgb(249 168 212 / 0.05)}
.text-pink-300\/50{color:rgb(249 168 212 / 0.5)}
.text-pink-300\/55{color:rgb(249 168 212 / 0.55)}
.text-pink-300\/60{color:rgb(249 168 212 / 0.6)}
.text-pink-300\/65{color:rgb(249 168 212 / 0.65)}
.text-pink-300\/70{color:rgb(249 168 212 / 0.7)}
.text-pink-300\/75{color:rgb(249 168 212 / 0.75)}
.text-pink-300\/80{color:rgb(249 168 212 / 0.8)}
.text-pink-300\/85{color:rgb(249 168 212 / 0.85)}
.text-pink-300\/90{color:rgb(249 168 212 / 0.9)}
.text-pink-300\/95{color:rgb(249 168 212 / 0.95)}
.text-pink-400{--tw-text-opacity:1;color:rgb(244 114 182 / var(--tw-text-opacity))}
.text-pink-400\/0{color:rgb(244 114 182 / 0)}
.text-pink-400\/10{color:rgb(244 114 182 / 0.1)}
.text-pink-400\/100{color:rgb(244 114 182 / 1)}
.text-pink-400\/15{color:rgb(244 114 182 / 0.15)}
.text-pink-400\/20{color:rgb(244 114 182 / 0.2)}
.text-pink-400\/25{color:rgb(244 114 182 / 0.25)}
.text-pink-400\/30{color:rgb(244 114 182 / 0.3)}
.text-pink-400\/35{color:rgb(244 114 182 / 0.35)}
.text-pink-400\/40{color:rgb(244 114 182 / 0.4)}
.text-pink-400\/45{color:rgb(244 114 182 / 0.45)}
.text-pink-400\/5{color:rgb(244 114 182 / 0.05)}
.text-pink-400\/50{color:rgb(244 114 182 / 0.5)}
.text-pink-400\/55{color:rgb(244 114 182 / 0.55)}
.text-pink-400\/60{color:rgb(244 114 182 / 0.6)}
.text-pink-400\/65{color:rgb(244 114 182 / 0.65)}
.text-pink-400\/70{color:rgb(244 114 182 / 0.7)}
.text-pink-400\/75{color:rgb(244 114 182 / 0.75)}
.text-pink-400\/80{color:rgb(244 114 182 / 0.8)}
.text-pink-400\/85{color:rgb(244 114 182 / 0.85)}
.text-pink-400\/90{color:rgb(244 114 182 / 0.9)}
.text-pink-400\/95{color:rgb(244 114 182 / 0.95)}
.text-pink-50{--tw-text-opacity:1;color:rgb(253 242 248 / var(--tw-text-opacity))}
.text-pink-50\/0{color:rgb(253 242 248 / 0)}
.text-pink-50\/10{color:rgb(253 242 248 / 0.1)}
.text-pink-50\/100{color:rgb(253 242 248 / 1)}
.text-pink-50\/15{color:rgb(253 242 248 / 0.15)}
.text-pink-50\/20{color:rgb(253 242 248 / 0.2)}
.text-pink-50\/25{color:rgb(253 242 248 / 0.25)}
.text-pink-50\/30{color:rgb(253 242 248 / 0.3)}
.text-pink-50\/35{color:rgb(253 242 248 / 0.35)}
.text-pink-50\/40{color:rgb(253 242 248 / 0.4)}
.text-pink-50\/45{color:rgb(253 242 248 / 0.45)}
.text-pink-50\/5{color:rgb(253 242 248 / 0.05)}
.text-pink-50\/50{color:rgb(253 242 248 / 0.5)}
.text-pink-50\/55{color:rgb(253 242 248 / 0.55)}
.text-pink-50\/60{color:rgb(253 242 248 / 0.6)}
.text-pink-50\/65{color:rgb(253 242 248 / 0.65)}
.text-pink-50\/70{color:rgb(253 242 248 / 0.7)}
.text-pink-50\/75{color:rgb(253 242 248 / 0.75)}
.text-pink-50\/80{color:rgb(253 242 248 / 0.8)}
.text-pink-50\/85{color:rgb(253 242 248 / 0.85)}
.text-pink-50\/90{color:rgb(253 242 248 / 0.9)}
.text-pink-50\/95{color:rgb(253 242 248 / 0.95)}
.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153 / var(--tw-text-opacity))}
.text-pink-500\/0{color:rgb(236 72 153 / 0)}
.text-pink-500\/10{color:rgb(236 72 153 / 0.1)}
.text-pink-500\/100{color:rgb(236 72 153 / 1)}
.text-pink-500\/15{color:rgb(236 72 153 / 0.15)}
.text-pink-500\/20{color:rgb(236 72 153 / 0.2)}
.text-pink-500\/25{color:rgb(236 72 153 / 0.25)}
.text-pink-500\/30{color:rgb(236 72 153 / 0.3)}
.text-pink-500\/35{color:rgb(236 72 153 / 0.35)}
.text-pink-500\/40{color:rgb(236 72 153 / 0.4)}
.text-pink-500\/45{color:rgb(236 72 153 / 0.45)}
.text-pink-500\/5{color:rgb(236 72 153 / 0.05)}
.text-pink-500\/50{color:rgb(236 72 153 / 0.5)}
.text-pink-500\/55{color:rgb(236 72 153 / 0.55)}
.text-pink-500\/60{color:rgb(236 72 153 / 0.6)}
.text-pink-500\/65{color:rgb(236 72 153 / 0.65)}
.text-pink-500\/70{color:rgb(236 72 153 / 0.7)}
.text-pink-500\/75{color:rgb(236 72 153 / 0.75)}
.text-pink-500\/80{color:rgb(236 72 153 / 0.8)}
.text-pink-500\/85{color:rgb(236 72 153 / 0.85)}
.text-pink-500\/90{color:rgb(236 72 153 / 0.9)}
.text-pink-500\/95{color:rgb(236 72 153 / 0.95)}
.text-pink-600{--tw-text-opacity:1;color:rgb(219 39 119 / var(--tw-text-opacity))}
.text-pink-600\/0{color:rgb(219 39 119 / 0)}
.text-pink-600\/10{color:rgb(219 39 119 / 0.1)}
.text-pink-600\/100{color:rgb(219 39 119 / 1)}
.text-pink-600\/15{color:rgb(219 39 119 / 0.15)}
.text-pink-600\/20{color:rgb(219 39 119 / 0.2)}
.text-pink-600\/25{color:rgb(219 39 119 / 0.25)}
.text-pink-600\/30{color:rgb(219 39 119 / 0.3)}
.text-pink-600\/35{color:rgb(219 39 119 / 0.35)}
.text-pink-600\/40{color:rgb(219 39 119 / 0.4)}
.text-pink-600\/45{color:rgb(219 39 119 / 0.45)}
.text-pink-600\/5{color:rgb(219 39 119 / 0.05)}
.text-pink-600\/50{color:rgb(219 39 119 / 0.5)}
.text-pink-600\/55{color:rgb(219 39 119 / 0.55)}
.text-pink-600\/60{color:rgb(219 39 119 / 0.6)}
.text-pink-600\/65{color:rgb(219 39 119 / 0.65)}
.text-pink-600\/70{color:rgb(219 39 119 / 0.7)}
.text-pink-600\/75{color:rgb(219 39 119 / 0.75)}
.text-pink-600\/80{color:rgb(219 39 119 / 0.8)}
.text-pink-600\/85{color:rgb(219 39 119 / 0.85)}
.text-pink-600\/90{color:rgb(219 39 119 / 0.9)}
.text-pink-600\/95{color:rgb(219 39 119 / 0.95)}
.text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93 / var(--tw-text-opacity))}
.text-pink-700\/0{color:rgb(190 24 93 / 0)}
.text-pink-700\/10{color:rgb(190 24 93 / 0.1)}
.text-pink-700\/100{color:rgb(190 24 93 / 1)}
.text-pink-700\/15{color:rgb(190 24 93 / 0.15)}
.text-pink-700\/20{color:rgb(190 24 93 / 0.2)}
.text-pink-700\/25{color:rgb(190 24 93 / 0.25)}
.text-pink-700\/30{color:rgb(190 24 93 / 0.3)}
.text-pink-700\/35{color:rgb(190 24 93 / 0.35)}
.text-pink-700\/40{color:rgb(190 24 93 / 0.4)}
.text-pink-700\/45{color:rgb(190 24 93 / 0.45)}
.text-pink-700\/5{color:rgb(190 24 93 / 0.05)}
.text-pink-700\/50{color:rgb(190 24 93 / 0.5)}
.text-pink-700\/55{color:rgb(190 24 93 / 0.55)}
.text-pink-700\/60{color:rgb(190 24 93 / 0.6)}
.text-pink-700\/65{color:rgb(190 24 93 / 0.65)}
.text-pink-700\/70{color:rgb(190 24 93 / 0.7)}
.text-pink-700\/75{color:rgb(190 24 93 / 0.75)}
.text-pink-700\/80{color:rgb(190 24 93 / 0.8)}
.text-pink-700\/85{color:rgb(190 24 93 / 0.85)}
.text-pink-700\/90{color:rgb(190 24 93 / 0.9)}
.text-pink-700\/95{color:rgb(190 24 93 / 0.95)}
.text-pink-800{--tw-text-opacity:1;color:rgb(157 23 77 / var(--tw-text-opacity))}
.text-pink-800\/0{color:rgb(157 23 77 / 0)}
.text-pink-800\/10{color:rgb(157 23 77 / 0.1)}
.text-pink-800\/100{color:rgb(157 23 77 / 1)}
.text-pink-800\/15{color:rgb(157 23 77 / 0.15)}
.text-pink-800\/20{color:rgb(157 23 77 / 0.2)}
.text-pink-800\/25{color:rgb(157 23 77 / 0.25)}
.text-pink-800\/30{color:rgb(157 23 77 / 0.3)}
.text-pink-800\/35{color:rgb(157 23 77 / 0.35)}
.text-pink-800\/40{color:rgb(157 23 77 / 0.4)}
.text-pink-800\/45{color:rgb(157 23 77 / 0.45)}
.text-pink-800\/5{color:rgb(157 23 77 / 0.05)}
.text-pink-800\/50{color:rgb(157 23 77 / 0.5)}
.text-pink-800\/55{color:rgb(157 23 77 / 0.55)}
.text-pink-800\/60{color:rgb(157 23 77 / 0.6)}
.text-pink-800\/65{color:rgb(157 23 77 / 0.65)}
.text-pink-800\/70{color:rgb(157 23 77 / 0.7)}
.text-pink-800\/75{color:rgb(157 23 77 / 0.75)}
.text-pink-800\/80{color:rgb(157 23 77 / 0.8)}
.text-pink-800\/85{color:rgb(157 23 77 / 0.85)}
.text-pink-800\/90{color:rgb(157 23 77 / 0.9)}
.text-pink-800\/95{color:rgb(157 23 77 / 0.95)}
.text-pink-900{--tw-text-opacity:1;color:rgb(131 24 67 / var(--tw-text-opacity))}
.text-pink-900\/0{color:rgb(131 24 67 / 0)}
.text-pink-900\/10{color:rgb(131 24 67 / 0.1)}
.text-pink-900\/100{color:rgb(131 24 67 / 1)}
.text-pink-900\/15{color:rgb(131 24 67 / 0.15)}
.text-pink-900\/20{color:rgb(131 24 67 / 0.2)}
.text-pink-900\/25{color:rgb(131 24 67 / 0.25)}
.text-pink-900\/30{color:rgb(131 24 67 / 0.3)}
.text-pink-900\/35{color:rgb(131 24 67 / 0.35)}
.text-pink-900\/40{color:rgb(131 24 67 / 0.4)}
.text-pink-900\/45{color:rgb(131 24 67 / 0.45)}
.text-pink-900\/5{color:rgb(131 24 67 / 0.05)}
.text-pink-900\/50{color:rgb(131 24 67 / 0.5)}
.text-pink-900\/55{color:rgb(131 24 67 / 0.55)}
.text-pink-900\/60{color:rgb(131 24 67 / 0.6)}
.text-pink-900\/65{color:rgb(131 24 67 / 0.65)}
.text-pink-900\/70{color:rgb(131 24 67 / 0.7)}
.text-pink-900\/75{color:rgb(131 24 67 / 0.75)}
.text-pink-900\/80{color:rgb(131 24 67 / 0.8)}
.text-pink-900\/85{color:rgb(131 24 67 / 0.85)}
.text-pink-900\/90{color:rgb(131 24 67 / 0.9)}
.text-pink-900\/95{color:rgb(131 24 67 / 0.95)}
.text-pink-950{--tw-text-opacity:1;color:rgb(80 7 36 / var(--tw-text-opacity))}
.text-pink-950\/0{color:rgb(80 7 36 / 0)}
.text-pink-950\/10{color:rgb(80 7 36 / 0.1)}
.text-pink-950\/100{color:rgb(80 7 36 / 1)}
.text-pink-950\/15{color:rgb(80 7 36 / 0.15)}
.text-pink-950\/20{color:rgb(80 7 36 / 0.2)}
.text-pink-950\/25{color:rgb(80 7 36 / 0.25)}
.text-pink-950\/30{color:rgb(80 7 36 / 0.3)}
.text-pink-950\/35{color:rgb(80 7 36 / 0.35)}
.text-pink-950\/40{color:rgb(80 7 36 / 0.4)}
.text-pink-950\/45{color:rgb(80 7 36 / 0.45)}
.text-pink-950\/5{color:rgb(80 7 36 / 0.05)}
.text-pink-950\/50{color:rgb(80 7 36 / 0.5)}
.text-pink-950\/55{color:rgb(80 7 36 / 0.55)}
.text-pink-950\/60{color:rgb(80 7 36 / 0.6)}
.text-pink-950\/65{color:rgb(80 7 36 / 0.65)}
.text-pink-950\/70{color:rgb(80 7 36 / 0.7)}
.text-pink-950\/75{color:rgb(80 7 36 / 0.75)}
.text-pink-950\/80{color:rgb(80 7 36 / 0.8)}
.text-pink-950\/85{color:rgb(80 7 36 / 0.85)}
.text-pink-950\/90{color:rgb(80 7 36 / 0.9)}
.text-pink-950\/95{color:rgb(80 7 36 / 0.95)}
.text-primary{--tw-text-opacity:1;color:rgb(0 87 136 / var(--tw-text-opacity))}
.text-primary-100{color:var(--bt-primary-100)}
.text-primary-150{color:var(--bt-primary-150)}
.text-primary-200{color:var(--bt-primary-200)}
.text-primary-300{color:var(--bt-primary-300)}
.text-primary-350{color:var(--bt-primary-350)}
.text-primary-400{color:var(--bt-primary-400)}
.text-primary-450{color:var(--bt-primary-450)}
.text-primary-500{color:var(--bt-primary-500)}
.text-primary-550{color:var(--bt-primary-550)}
.text-primary-600{color:var(--bt-primary-600)}
.text-primary-650{color:var(--bt-primary-650)}
.text-primary-700{color:var(--bt-primary-700)}
.text-primary-750{color:var(--bt-primary-750)}
.text-primary-800{color:var(--bt-primary-800)}
.text-primary-850{color:var(--bt-primary-850)}
.text-primary-900{color:var(--bt-primary-900)}
.text-primary-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-primary-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-primary-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-primary-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-primary-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-primary-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-primary-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-primary-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-primary-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-primary-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-primary-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-primary-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-primary-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-primary-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-primary-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-primary-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-primary-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-primary-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-primary-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-primary-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-primary-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-primary-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-primary-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-primary-contrast-contrastsWithCard{}
.text-primary-contrast-isDark{}
.text-primary-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-primary-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-primary-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-primary-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-primary-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-primary-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-primary-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-primary-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-primary-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-primary-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-primary-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-primary-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-primary-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-primary-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-primary-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-primary-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-primary-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-primary-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-primary-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-primary-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-primary-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-primary-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-primary-contrast\/0{color:rgb(255 255 255 / 0)}
.text-primary-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-primary-contrast\/100{color:rgb(255 255 255 / 1)}
.text-primary-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-primary-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-primary-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-primary-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-primary-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-primary-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-primary-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-primary-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-primary-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-primary-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-primary-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-primary-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-primary-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-primary-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-primary-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-primary-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-primary-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-primary-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-primary-contrastsWithCard{color:true}
.text-primary-isDark{color:true}
.text-primary-text{--tw-text-opacity:1;color:rgb(0 87 136 / var(--tw-text-opacity))}
.text-primary-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-primary-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-primary-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-primary-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-primary-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-primary-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-primary-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-primary-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-primary-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-primary-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-primary-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-primary-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-primary-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-primary-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-primary-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-primary-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-primary-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-primary-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-primary-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-primary-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-primary-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-primary-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-primary-text-contrastsWithCard{color:true}
.text-primary-text-isDark{color:true}
.text-primary-text-text{--tw-text-opacity:1;color:rgb(0 87 136 / var(--tw-text-opacity))}
.text-primary-text-text\/0{color:rgb(0 87 136 / 0)}
.text-primary-text-text\/10{color:rgb(0 87 136 / 0.1)}
.text-primary-text-text\/100{color:rgb(0 87 136 / 1)}
.text-primary-text-text\/15{color:rgb(0 87 136 / 0.15)}
.text-primary-text-text\/20{color:rgb(0 87 136 / 0.2)}
.text-primary-text-text\/25{color:rgb(0 87 136 / 0.25)}
.text-primary-text-text\/30{color:rgb(0 87 136 / 0.3)}
.text-primary-text-text\/35{color:rgb(0 87 136 / 0.35)}
.text-primary-text-text\/40{color:rgb(0 87 136 / 0.4)}
.text-primary-text-text\/45{color:rgb(0 87 136 / 0.45)}
.text-primary-text-text\/5{color:rgb(0 87 136 / 0.05)}
.text-primary-text-text\/50{color:rgb(0 87 136 / 0.5)}
.text-primary-text-text\/55{color:rgb(0 87 136 / 0.55)}
.text-primary-text-text\/60{color:rgb(0 87 136 / 0.6)}
.text-primary-text-text\/65{color:rgb(0 87 136 / 0.65)}
.text-primary-text-text\/70{color:rgb(0 87 136 / 0.7)}
.text-primary-text-text\/75{color:rgb(0 87 136 / 0.75)}
.text-primary-text-text\/80{color:rgb(0 87 136 / 0.8)}
.text-primary-text-text\/85{color:rgb(0 87 136 / 0.85)}
.text-primary-text-text\/90{color:rgb(0 87 136 / 0.9)}
.text-primary-text-text\/95{color:rgb(0 87 136 / 0.95)}
.text-primary-text\/0{color:rgb(0 87 136 / 0)}
.text-primary-text\/10{color:rgb(0 87 136 / 0.1)}
.text-primary-text\/100{color:rgb(0 87 136 / 1)}
.text-primary-text\/15{color:rgb(0 87 136 / 0.15)}
.text-primary-text\/20{color:rgb(0 87 136 / 0.2)}
.text-primary-text\/25{color:rgb(0 87 136 / 0.25)}
.text-primary-text\/30{color:rgb(0 87 136 / 0.3)}
.text-primary-text\/35{color:rgb(0 87 136 / 0.35)}
.text-primary-text\/40{color:rgb(0 87 136 / 0.4)}
.text-primary-text\/45{color:rgb(0 87 136 / 0.45)}
.text-primary-text\/5{color:rgb(0 87 136 / 0.05)}
.text-primary-text\/50{color:rgb(0 87 136 / 0.5)}
.text-primary-text\/55{color:rgb(0 87 136 / 0.55)}
.text-primary-text\/60{color:rgb(0 87 136 / 0.6)}
.text-primary-text\/65{color:rgb(0 87 136 / 0.65)}
.text-primary-text\/70{color:rgb(0 87 136 / 0.7)}
.text-primary-text\/75{color:rgb(0 87 136 / 0.75)}
.text-primary-text\/80{color:rgb(0 87 136 / 0.8)}
.text-primary-text\/85{color:rgb(0 87 136 / 0.85)}
.text-primary-text\/90{color:rgb(0 87 136 / 0.9)}
.text-primary-text\/95{color:rgb(0 87 136 / 0.95)}
.text-primary\/0{color:rgb(0 87 136 / 0)}
.text-primary\/10{color:rgb(0 87 136 / 0.1)}
.text-primary\/100{color:rgb(0 87 136 / 1)}
.text-primary\/15{color:rgb(0 87 136 / 0.15)}
.text-primary\/20{color:rgb(0 87 136 / 0.2)}
.text-primary\/25{color:rgb(0 87 136 / 0.25)}
.text-primary\/30{color:rgb(0 87 136 / 0.3)}
.text-primary\/35{color:rgb(0 87 136 / 0.35)}
.text-primary\/40{color:rgb(0 87 136 / 0.4)}
.text-primary\/45{color:rgb(0 87 136 / 0.45)}
.text-primary\/5{color:rgb(0 87 136 / 0.05)}
.text-primary\/50{color:rgb(0 87 136 / 0.5)}
.text-primary\/55{color:rgb(0 87 136 / 0.55)}
.text-primary\/60{color:rgb(0 87 136 / 0.6)}
.text-primary\/65{color:rgb(0 87 136 / 0.65)}
.text-primary\/70{color:rgb(0 87 136 / 0.7)}
.text-primary\/75{color:rgb(0 87 136 / 0.75)}
.text-primary\/80{color:rgb(0 87 136 / 0.8)}
.text-primary\/85{color:rgb(0 87 136 / 0.85)}
.text-primary\/90{color:rgb(0 87 136 / 0.9)}
.text-primary\/95{color:rgb(0 87 136 / 0.95)}
.text-purple-100{--tw-text-opacity:1;color:rgb(243 232 255 / var(--tw-text-opacity))}
.text-purple-100\/0{color:rgb(243 232 255 / 0)}
.text-purple-100\/10{color:rgb(243 232 255 / 0.1)}
.text-purple-100\/100{color:rgb(243 232 255 / 1)}
.text-purple-100\/15{color:rgb(243 232 255 / 0.15)}
.text-purple-100\/20{color:rgb(243 232 255 / 0.2)}
.text-purple-100\/25{color:rgb(243 232 255 / 0.25)}
.text-purple-100\/30{color:rgb(243 232 255 / 0.3)}
.text-purple-100\/35{color:rgb(243 232 255 / 0.35)}
.text-purple-100\/40{color:rgb(243 232 255 / 0.4)}
.text-purple-100\/45{color:rgb(243 232 255 / 0.45)}
.text-purple-100\/5{color:rgb(243 232 255 / 0.05)}
.text-purple-100\/50{color:rgb(243 232 255 / 0.5)}
.text-purple-100\/55{color:rgb(243 232 255 / 0.55)}
.text-purple-100\/60{color:rgb(243 232 255 / 0.6)}
.text-purple-100\/65{color:rgb(243 232 255 / 0.65)}
.text-purple-100\/70{color:rgb(243 232 255 / 0.7)}
.text-purple-100\/75{color:rgb(243 232 255 / 0.75)}
.text-purple-100\/80{color:rgb(243 232 255 / 0.8)}
.text-purple-100\/85{color:rgb(243 232 255 / 0.85)}
.text-purple-100\/90{color:rgb(243 232 255 / 0.9)}
.text-purple-100\/95{color:rgb(243 232 255 / 0.95)}
.text-purple-200{--tw-text-opacity:1;color:rgb(233 213 255 / var(--tw-text-opacity))}
.text-purple-200\/0{color:rgb(233 213 255 / 0)}
.text-purple-200\/10{color:rgb(233 213 255 / 0.1)}
.text-purple-200\/100{color:rgb(233 213 255 / 1)}
.text-purple-200\/15{color:rgb(233 213 255 / 0.15)}
.text-purple-200\/20{color:rgb(233 213 255 / 0.2)}
.text-purple-200\/25{color:rgb(233 213 255 / 0.25)}
.text-purple-200\/30{color:rgb(233 213 255 / 0.3)}
.text-purple-200\/35{color:rgb(233 213 255 / 0.35)}
.text-purple-200\/40{color:rgb(233 213 255 / 0.4)}
.text-purple-200\/45{color:rgb(233 213 255 / 0.45)}
.text-purple-200\/5{color:rgb(233 213 255 / 0.05)}
.text-purple-200\/50{color:rgb(233 213 255 / 0.5)}
.text-purple-200\/55{color:rgb(233 213 255 / 0.55)}
.text-purple-200\/60{color:rgb(233 213 255 / 0.6)}
.text-purple-200\/65{color:rgb(233 213 255 / 0.65)}
.text-purple-200\/70{color:rgb(233 213 255 / 0.7)}
.text-purple-200\/75{color:rgb(233 213 255 / 0.75)}
.text-purple-200\/80{color:rgb(233 213 255 / 0.8)}
.text-purple-200\/85{color:rgb(233 213 255 / 0.85)}
.text-purple-200\/90{color:rgb(233 213 255 / 0.9)}
.text-purple-200\/95{color:rgb(233 213 255 / 0.95)}
.text-purple-300{--tw-text-opacity:1;color:rgb(216 180 254 / var(--tw-text-opacity))}
.text-purple-300\/0{color:rgb(216 180 254 / 0)}
.text-purple-300\/10{color:rgb(216 180 254 / 0.1)}
.text-purple-300\/100{color:rgb(216 180 254 / 1)}
.text-purple-300\/15{color:rgb(216 180 254 / 0.15)}
.text-purple-300\/20{color:rgb(216 180 254 / 0.2)}
.text-purple-300\/25{color:rgb(216 180 254 / 0.25)}
.text-purple-300\/30{color:rgb(216 180 254 / 0.3)}
.text-purple-300\/35{color:rgb(216 180 254 / 0.35)}
.text-purple-300\/40{color:rgb(216 180 254 / 0.4)}
.text-purple-300\/45{color:rgb(216 180 254 / 0.45)}
.text-purple-300\/5{color:rgb(216 180 254 / 0.05)}
.text-purple-300\/50{color:rgb(216 180 254 / 0.5)}
.text-purple-300\/55{color:rgb(216 180 254 / 0.55)}
.text-purple-300\/60{color:rgb(216 180 254 / 0.6)}
.text-purple-300\/65{color:rgb(216 180 254 / 0.65)}
.text-purple-300\/70{color:rgb(216 180 254 / 0.7)}
.text-purple-300\/75{color:rgb(216 180 254 / 0.75)}
.text-purple-300\/80{color:rgb(216 180 254 / 0.8)}
.text-purple-300\/85{color:rgb(216 180 254 / 0.85)}
.text-purple-300\/90{color:rgb(216 180 254 / 0.9)}
.text-purple-300\/95{color:rgb(216 180 254 / 0.95)}
.text-purple-400{--tw-text-opacity:1;color:rgb(192 132 252 / var(--tw-text-opacity))}
.text-purple-400\/0{color:rgb(192 132 252 / 0)}
.text-purple-400\/10{color:rgb(192 132 252 / 0.1)}
.text-purple-400\/100{color:rgb(192 132 252 / 1)}
.text-purple-400\/15{color:rgb(192 132 252 / 0.15)}
.text-purple-400\/20{color:rgb(192 132 252 / 0.2)}
.text-purple-400\/25{color:rgb(192 132 252 / 0.25)}
.text-purple-400\/30{color:rgb(192 132 252 / 0.3)}
.text-purple-400\/35{color:rgb(192 132 252 / 0.35)}
.text-purple-400\/40{color:rgb(192 132 252 / 0.4)}
.text-purple-400\/45{color:rgb(192 132 252 / 0.45)}
.text-purple-400\/5{color:rgb(192 132 252 / 0.05)}
.text-purple-400\/50{color:rgb(192 132 252 / 0.5)}
.text-purple-400\/55{color:rgb(192 132 252 / 0.55)}
.text-purple-400\/60{color:rgb(192 132 252 / 0.6)}
.text-purple-400\/65{color:rgb(192 132 252 / 0.65)}
.text-purple-400\/70{color:rgb(192 132 252 / 0.7)}
.text-purple-400\/75{color:rgb(192 132 252 / 0.75)}
.text-purple-400\/80{color:rgb(192 132 252 / 0.8)}
.text-purple-400\/85{color:rgb(192 132 252 / 0.85)}
.text-purple-400\/90{color:rgb(192 132 252 / 0.9)}
.text-purple-400\/95{color:rgb(192 132 252 / 0.95)}
.text-purple-50{--tw-text-opacity:1;color:rgb(250 245 255 / var(--tw-text-opacity))}
.text-purple-50\/0{color:rgb(250 245 255 / 0)}
.text-purple-50\/10{color:rgb(250 245 255 / 0.1)}
.text-purple-50\/100{color:rgb(250 245 255 / 1)}
.text-purple-50\/15{color:rgb(250 245 255 / 0.15)}
.text-purple-50\/20{color:rgb(250 245 255 / 0.2)}
.text-purple-50\/25{color:rgb(250 245 255 / 0.25)}
.text-purple-50\/30{color:rgb(250 245 255 / 0.3)}
.text-purple-50\/35{color:rgb(250 245 255 / 0.35)}
.text-purple-50\/40{color:rgb(250 245 255 / 0.4)}
.text-purple-50\/45{color:rgb(250 245 255 / 0.45)}
.text-purple-50\/5{color:rgb(250 245 255 / 0.05)}
.text-purple-50\/50{color:rgb(250 245 255 / 0.5)}
.text-purple-50\/55{color:rgb(250 245 255 / 0.55)}
.text-purple-50\/60{color:rgb(250 245 255 / 0.6)}
.text-purple-50\/65{color:rgb(250 245 255 / 0.65)}
.text-purple-50\/70{color:rgb(250 245 255 / 0.7)}
.text-purple-50\/75{color:rgb(250 245 255 / 0.75)}
.text-purple-50\/80{color:rgb(250 245 255 / 0.8)}
.text-purple-50\/85{color:rgb(250 245 255 / 0.85)}
.text-purple-50\/90{color:rgb(250 245 255 / 0.9)}
.text-purple-50\/95{color:rgb(250 245 255 / 0.95)}
.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity))}
.text-purple-500\/0{color:rgb(168 85 247 / 0)}
.text-purple-500\/10{color:rgb(168 85 247 / 0.1)}
.text-purple-500\/100{color:rgb(168 85 247 / 1)}
.text-purple-500\/15{color:rgb(168 85 247 / 0.15)}
.text-purple-500\/20{color:rgb(168 85 247 / 0.2)}
.text-purple-500\/25{color:rgb(168 85 247 / 0.25)}
.text-purple-500\/30{color:rgb(168 85 247 / 0.3)}
.text-purple-500\/35{color:rgb(168 85 247 / 0.35)}
.text-purple-500\/40{color:rgb(168 85 247 / 0.4)}
.text-purple-500\/45{color:rgb(168 85 247 / 0.45)}
.text-purple-500\/5{color:rgb(168 85 247 / 0.05)}
.text-purple-500\/50{color:rgb(168 85 247 / 0.5)}
.text-purple-500\/55{color:rgb(168 85 247 / 0.55)}
.text-purple-500\/60{color:rgb(168 85 247 / 0.6)}
.text-purple-500\/65{color:rgb(168 85 247 / 0.65)}
.text-purple-500\/70{color:rgb(168 85 247 / 0.7)}
.text-purple-500\/75{color:rgb(168 85 247 / 0.75)}
.text-purple-500\/80{color:rgb(168 85 247 / 0.8)}
.text-purple-500\/85{color:rgb(168 85 247 / 0.85)}
.text-purple-500\/90{color:rgb(168 85 247 / 0.9)}
.text-purple-500\/95{color:rgb(168 85 247 / 0.95)}
.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity))}
.text-purple-600\/0{color:rgb(147 51 234 / 0)}
.text-purple-600\/10{color:rgb(147 51 234 / 0.1)}
.text-purple-600\/100{color:rgb(147 51 234 / 1)}
.text-purple-600\/15{color:rgb(147 51 234 / 0.15)}
.text-purple-600\/20{color:rgb(147 51 234 / 0.2)}
.text-purple-600\/25{color:rgb(147 51 234 / 0.25)}
.text-purple-600\/30{color:rgb(147 51 234 / 0.3)}
.text-purple-600\/35{color:rgb(147 51 234 / 0.35)}
.text-purple-600\/40{color:rgb(147 51 234 / 0.4)}
.text-purple-600\/45{color:rgb(147 51 234 / 0.45)}
.text-purple-600\/5{color:rgb(147 51 234 / 0.05)}
.text-purple-600\/50{color:rgb(147 51 234 / 0.5)}
.text-purple-600\/55{color:rgb(147 51 234 / 0.55)}
.text-purple-600\/60{color:rgb(147 51 234 / 0.6)}
.text-purple-600\/65{color:rgb(147 51 234 / 0.65)}
.text-purple-600\/70{color:rgb(147 51 234 / 0.7)}
.text-purple-600\/75{color:rgb(147 51 234 / 0.75)}
.text-purple-600\/80{color:rgb(147 51 234 / 0.8)}
.text-purple-600\/85{color:rgb(147 51 234 / 0.85)}
.text-purple-600\/90{color:rgb(147 51 234 / 0.9)}
.text-purple-600\/95{color:rgb(147 51 234 / 0.95)}
.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206 / var(--tw-text-opacity))}
.text-purple-700\/0{color:rgb(126 34 206 / 0)}
.text-purple-700\/10{color:rgb(126 34 206 / 0.1)}
.text-purple-700\/100{color:rgb(126 34 206 / 1)}
.text-purple-700\/15{color:rgb(126 34 206 / 0.15)}
.text-purple-700\/20{color:rgb(126 34 206 / 0.2)}
.text-purple-700\/25{color:rgb(126 34 206 / 0.25)}
.text-purple-700\/30{color:rgb(126 34 206 / 0.3)}
.text-purple-700\/35{color:rgb(126 34 206 / 0.35)}
.text-purple-700\/40{color:rgb(126 34 206 / 0.4)}
.text-purple-700\/45{color:rgb(126 34 206 / 0.45)}
.text-purple-700\/5{color:rgb(126 34 206 / 0.05)}
.text-purple-700\/50{color:rgb(126 34 206 / 0.5)}
.text-purple-700\/55{color:rgb(126 34 206 / 0.55)}
.text-purple-700\/60{color:rgb(126 34 206 / 0.6)}
.text-purple-700\/65{color:rgb(126 34 206 / 0.65)}
.text-purple-700\/70{color:rgb(126 34 206 / 0.7)}
.text-purple-700\/75{color:rgb(126 34 206 / 0.75)}
.text-purple-700\/80{color:rgb(126 34 206 / 0.8)}
.text-purple-700\/85{color:rgb(126 34 206 / 0.85)}
.text-purple-700\/90{color:rgb(126 34 206 / 0.9)}
.text-purple-700\/95{color:rgb(126 34 206 / 0.95)}
.text-purple-800{--tw-text-opacity:1;color:rgb(107 33 168 / var(--tw-text-opacity))}
.text-purple-800\/0{color:rgb(107 33 168 / 0)}
.text-purple-800\/10{color:rgb(107 33 168 / 0.1)}
.text-purple-800\/100{color:rgb(107 33 168 / 1)}
.text-purple-800\/15{color:rgb(107 33 168 / 0.15)}
.text-purple-800\/20{color:rgb(107 33 168 / 0.2)}
.text-purple-800\/25{color:rgb(107 33 168 / 0.25)}
.text-purple-800\/30{color:rgb(107 33 168 / 0.3)}
.text-purple-800\/35{color:rgb(107 33 168 / 0.35)}
.text-purple-800\/40{color:rgb(107 33 168 / 0.4)}
.text-purple-800\/45{color:rgb(107 33 168 / 0.45)}
.text-purple-800\/5{color:rgb(107 33 168 / 0.05)}
.text-purple-800\/50{color:rgb(107 33 168 / 0.5)}
.text-purple-800\/55{color:rgb(107 33 168 / 0.55)}
.text-purple-800\/60{color:rgb(107 33 168 / 0.6)}
.text-purple-800\/65{color:rgb(107 33 168 / 0.65)}
.text-purple-800\/70{color:rgb(107 33 168 / 0.7)}
.text-purple-800\/75{color:rgb(107 33 168 / 0.75)}
.text-purple-800\/80{color:rgb(107 33 168 / 0.8)}
.text-purple-800\/85{color:rgb(107 33 168 / 0.85)}
.text-purple-800\/90{color:rgb(107 33 168 / 0.9)}
.text-purple-800\/95{color:rgb(107 33 168 / 0.95)}
.text-purple-900{--tw-text-opacity:1;color:rgb(88 28 135 / var(--tw-text-opacity))}
.text-purple-900\/0{color:rgb(88 28 135 / 0)}
.text-purple-900\/10{color:rgb(88 28 135 / 0.1)}
.text-purple-900\/100{color:rgb(88 28 135 / 1)}
.text-purple-900\/15{color:rgb(88 28 135 / 0.15)}
.text-purple-900\/20{color:rgb(88 28 135 / 0.2)}
.text-purple-900\/25{color:rgb(88 28 135 / 0.25)}
.text-purple-900\/30{color:rgb(88 28 135 / 0.3)}
.text-purple-900\/35{color:rgb(88 28 135 / 0.35)}
.text-purple-900\/40{color:rgb(88 28 135 / 0.4)}
.text-purple-900\/45{color:rgb(88 28 135 / 0.45)}
.text-purple-900\/5{color:rgb(88 28 135 / 0.05)}
.text-purple-900\/50{color:rgb(88 28 135 / 0.5)}
.text-purple-900\/55{color:rgb(88 28 135 / 0.55)}
.text-purple-900\/60{color:rgb(88 28 135 / 0.6)}
.text-purple-900\/65{color:rgb(88 28 135 / 0.65)}
.text-purple-900\/70{color:rgb(88 28 135 / 0.7)}
.text-purple-900\/75{color:rgb(88 28 135 / 0.75)}
.text-purple-900\/80{color:rgb(88 28 135 / 0.8)}
.text-purple-900\/85{color:rgb(88 28 135 / 0.85)}
.text-purple-900\/90{color:rgb(88 28 135 / 0.9)}
.text-purple-900\/95{color:rgb(88 28 135 / 0.95)}
.text-purple-950{--tw-text-opacity:1;color:rgb(59 7 100 / var(--tw-text-opacity))}
.text-purple-950\/0{color:rgb(59 7 100 / 0)}
.text-purple-950\/10{color:rgb(59 7 100 / 0.1)}
.text-purple-950\/100{color:rgb(59 7 100 / 1)}
.text-purple-950\/15{color:rgb(59 7 100 / 0.15)}
.text-purple-950\/20{color:rgb(59 7 100 / 0.2)}
.text-purple-950\/25{color:rgb(59 7 100 / 0.25)}
.text-purple-950\/30{color:rgb(59 7 100 / 0.3)}
.text-purple-950\/35{color:rgb(59 7 100 / 0.35)}
.text-purple-950\/40{color:rgb(59 7 100 / 0.4)}
.text-purple-950\/45{color:rgb(59 7 100 / 0.45)}
.text-purple-950\/5{color:rgb(59 7 100 / 0.05)}
.text-purple-950\/50{color:rgb(59 7 100 / 0.5)}
.text-purple-950\/55{color:rgb(59 7 100 / 0.55)}
.text-purple-950\/60{color:rgb(59 7 100 / 0.6)}
.text-purple-950\/65{color:rgb(59 7 100 / 0.65)}
.text-purple-950\/70{color:rgb(59 7 100 / 0.7)}
.text-purple-950\/75{color:rgb(59 7 100 / 0.75)}
.text-purple-950\/80{color:rgb(59 7 100 / 0.8)}
.text-purple-950\/85{color:rgb(59 7 100 / 0.85)}
.text-purple-950\/90{color:rgb(59 7 100 / 0.9)}
.text-purple-950\/95{color:rgb(59 7 100 / 0.95)}
.text-red-100{--tw-text-opacity:1;color:rgb(254 226 226 / var(--tw-text-opacity))}
.text-red-100\/0{color:rgb(254 226 226 / 0)}
.text-red-100\/10{color:rgb(254 226 226 / 0.1)}
.text-red-100\/100{color:rgb(254 226 226 / 1)}
.text-red-100\/15{color:rgb(254 226 226 / 0.15)}
.text-red-100\/20{color:rgb(254 226 226 / 0.2)}
.text-red-100\/25{color:rgb(254 226 226 / 0.25)}
.text-red-100\/30{color:rgb(254 226 226 / 0.3)}
.text-red-100\/35{color:rgb(254 226 226 / 0.35)}
.text-red-100\/40{color:rgb(254 226 226 / 0.4)}
.text-red-100\/45{color:rgb(254 226 226 / 0.45)}
.text-red-100\/5{color:rgb(254 226 226 / 0.05)}
.text-red-100\/50{color:rgb(254 226 226 / 0.5)}
.text-red-100\/55{color:rgb(254 226 226 / 0.55)}
.text-red-100\/60{color:rgb(254 226 226 / 0.6)}
.text-red-100\/65{color:rgb(254 226 226 / 0.65)}
.text-red-100\/70{color:rgb(254 226 226 / 0.7)}
.text-red-100\/75{color:rgb(254 226 226 / 0.75)}
.text-red-100\/80{color:rgb(254 226 226 / 0.8)}
.text-red-100\/85{color:rgb(254 226 226 / 0.85)}
.text-red-100\/90{color:rgb(254 226 226 / 0.9)}
.text-red-100\/95{color:rgb(254 226 226 / 0.95)}
.text-red-200{--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity))}
.text-red-200\/0{color:rgb(254 202 202 / 0)}
.text-red-200\/10{color:rgb(254 202 202 / 0.1)}
.text-red-200\/100{color:rgb(254 202 202 / 1)}
.text-red-200\/15{color:rgb(254 202 202 / 0.15)}
.text-red-200\/20{color:rgb(254 202 202 / 0.2)}
.text-red-200\/25{color:rgb(254 202 202 / 0.25)}
.text-red-200\/30{color:rgb(254 202 202 / 0.3)}
.text-red-200\/35{color:rgb(254 202 202 / 0.35)}
.text-red-200\/40{color:rgb(254 202 202 / 0.4)}
.text-red-200\/45{color:rgb(254 202 202 / 0.45)}
.text-red-200\/5{color:rgb(254 202 202 / 0.05)}
.text-red-200\/50{color:rgb(254 202 202 / 0.5)}
.text-red-200\/55{color:rgb(254 202 202 / 0.55)}
.text-red-200\/60{color:rgb(254 202 202 / 0.6)}
.text-red-200\/65{color:rgb(254 202 202 / 0.65)}
.text-red-200\/70{color:rgb(254 202 202 / 0.7)}
.text-red-200\/75{color:rgb(254 202 202 / 0.75)}
.text-red-200\/80{color:rgb(254 202 202 / 0.8)}
.text-red-200\/85{color:rgb(254 202 202 / 0.85)}
.text-red-200\/90{color:rgb(254 202 202 / 0.9)}
.text-red-200\/95{color:rgb(254 202 202 / 0.95)}
.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity))}
.text-red-300\/0{color:rgb(252 165 165 / 0)}
.text-red-300\/10{color:rgb(252 165 165 / 0.1)}
.text-red-300\/100{color:rgb(252 165 165 / 1)}
.text-red-300\/15{color:rgb(252 165 165 / 0.15)}
.text-red-300\/20{color:rgb(252 165 165 / 0.2)}
.text-red-300\/25{color:rgb(252 165 165 / 0.25)}
.text-red-300\/30{color:rgb(252 165 165 / 0.3)}
.text-red-300\/35{color:rgb(252 165 165 / 0.35)}
.text-red-300\/40{color:rgb(252 165 165 / 0.4)}
.text-red-300\/45{color:rgb(252 165 165 / 0.45)}
.text-red-300\/5{color:rgb(252 165 165 / 0.05)}
.text-red-300\/50{color:rgb(252 165 165 / 0.5)}
.text-red-300\/55{color:rgb(252 165 165 / 0.55)}
.text-red-300\/60{color:rgb(252 165 165 / 0.6)}
.text-red-300\/65{color:rgb(252 165 165 / 0.65)}
.text-red-300\/70{color:rgb(252 165 165 / 0.7)}
.text-red-300\/75{color:rgb(252 165 165 / 0.75)}
.text-red-300\/80{color:rgb(252 165 165 / 0.8)}
.text-red-300\/85{color:rgb(252 165 165 / 0.85)}
.text-red-300\/90{color:rgb(252 165 165 / 0.9)}
.text-red-300\/95{color:rgb(252 165 165 / 0.95)}
.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity))}
.text-red-400\/0{color:rgb(248 113 113 / 0)}
.text-red-400\/10{color:rgb(248 113 113 / 0.1)}
.text-red-400\/100{color:rgb(248 113 113 / 1)}
.text-red-400\/15{color:rgb(248 113 113 / 0.15)}
.text-red-400\/20{color:rgb(248 113 113 / 0.2)}
.text-red-400\/25{color:rgb(248 113 113 / 0.25)}
.text-red-400\/30{color:rgb(248 113 113 / 0.3)}
.text-red-400\/35{color:rgb(248 113 113 / 0.35)}
.text-red-400\/40{color:rgb(248 113 113 / 0.4)}
.text-red-400\/45{color:rgb(248 113 113 / 0.45)}
.text-red-400\/5{color:rgb(248 113 113 / 0.05)}
.text-red-400\/50{color:rgb(248 113 113 / 0.5)}
.text-red-400\/55{color:rgb(248 113 113 / 0.55)}
.text-red-400\/60{color:rgb(248 113 113 / 0.6)}
.text-red-400\/65{color:rgb(248 113 113 / 0.65)}
.text-red-400\/70{color:rgb(248 113 113 / 0.7)}
.text-red-400\/75{color:rgb(248 113 113 / 0.75)}
.text-red-400\/80{color:rgb(248 113 113 / 0.8)}
.text-red-400\/85{color:rgb(248 113 113 / 0.85)}
.text-red-400\/90{color:rgb(248 113 113 / 0.9)}
.text-red-400\/95{color:rgb(248 113 113 / 0.95)}
.text-red-50{--tw-text-opacity:1;color:rgb(254 242 242 / var(--tw-text-opacity))}
.text-red-50\/0{color:rgb(254 242 242 / 0)}
.text-red-50\/10{color:rgb(254 242 242 / 0.1)}
.text-red-50\/100{color:rgb(254 242 242 / 1)}
.text-red-50\/15{color:rgb(254 242 242 / 0.15)}
.text-red-50\/20{color:rgb(254 242 242 / 0.2)}
.text-red-50\/25{color:rgb(254 242 242 / 0.25)}
.text-red-50\/30{color:rgb(254 242 242 / 0.3)}
.text-red-50\/35{color:rgb(254 242 242 / 0.35)}
.text-red-50\/40{color:rgb(254 242 242 / 0.4)}
.text-red-50\/45{color:rgb(254 242 242 / 0.45)}
.text-red-50\/5{color:rgb(254 242 242 / 0.05)}
.text-red-50\/50{color:rgb(254 242 242 / 0.5)}
.text-red-50\/55{color:rgb(254 242 242 / 0.55)}
.text-red-50\/60{color:rgb(254 242 242 / 0.6)}
.text-red-50\/65{color:rgb(254 242 242 / 0.65)}
.text-red-50\/70{color:rgb(254 242 242 / 0.7)}
.text-red-50\/75{color:rgb(254 242 242 / 0.75)}
.text-red-50\/80{color:rgb(254 242 242 / 0.8)}
.text-red-50\/85{color:rgb(254 242 242 / 0.85)}
.text-red-50\/90{color:rgb(254 242 242 / 0.9)}
.text-red-50\/95{color:rgb(254 242 242 / 0.95)}
.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity))}
.text-red-500\/0{color:rgb(239 68 68 / 0)}
.text-red-500\/10{color:rgb(239 68 68 / 0.1)}
.text-red-500\/100{color:rgb(239 68 68 / 1)}
.text-red-500\/15{color:rgb(239 68 68 / 0.15)}
.text-red-500\/20{color:rgb(239 68 68 / 0.2)}
.text-red-500\/25{color:rgb(239 68 68 / 0.25)}
.text-red-500\/30{color:rgb(239 68 68 / 0.3)}
.text-red-500\/35{color:rgb(239 68 68 / 0.35)}
.text-red-500\/40{color:rgb(239 68 68 / 0.4)}
.text-red-500\/45{color:rgb(239 68 68 / 0.45)}
.text-red-500\/5{color:rgb(239 68 68 / 0.05)}
.text-red-500\/50{color:rgb(239 68 68 / 0.5)}
.text-red-500\/55{color:rgb(239 68 68 / 0.55)}
.text-red-500\/60{color:rgb(239 68 68 / 0.6)}
.text-red-500\/65{color:rgb(239 68 68 / 0.65)}
.text-red-500\/70{color:rgb(239 68 68 / 0.7)}
.text-red-500\/75{color:rgb(239 68 68 / 0.75)}
.text-red-500\/80{color:rgb(239 68 68 / 0.8)}
.text-red-500\/85{color:rgb(239 68 68 / 0.85)}
.text-red-500\/90{color:rgb(239 68 68 / 0.9)}
.text-red-500\/95{color:rgb(239 68 68 / 0.95)}
.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity))}
.text-red-600\/0{color:rgb(220 38 38 / 0)}
.text-red-600\/10{color:rgb(220 38 38 / 0.1)}
.text-red-600\/100{color:rgb(220 38 38 / 1)}
.text-red-600\/15{color:rgb(220 38 38 / 0.15)}
.text-red-600\/20{color:rgb(220 38 38 / 0.2)}
.text-red-600\/25{color:rgb(220 38 38 / 0.25)}
.text-red-600\/30{color:rgb(220 38 38 / 0.3)}
.text-red-600\/35{color:rgb(220 38 38 / 0.35)}
.text-red-600\/40{color:rgb(220 38 38 / 0.4)}
.text-red-600\/45{color:rgb(220 38 38 / 0.45)}
.text-red-600\/5{color:rgb(220 38 38 / 0.05)}
.text-red-600\/50{color:rgb(220 38 38 / 0.5)}
.text-red-600\/55{color:rgb(220 38 38 / 0.55)}
.text-red-600\/60{color:rgb(220 38 38 / 0.6)}
.text-red-600\/65{color:rgb(220 38 38 / 0.65)}
.text-red-600\/70{color:rgb(220 38 38 / 0.7)}
.text-red-600\/75{color:rgb(220 38 38 / 0.75)}
.text-red-600\/80{color:rgb(220 38 38 / 0.8)}
.text-red-600\/85{color:rgb(220 38 38 / 0.85)}
.text-red-600\/90{color:rgb(220 38 38 / 0.9)}
.text-red-600\/95{color:rgb(220 38 38 / 0.95)}
.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28 / var(--tw-text-opacity))}
.text-red-700\/0{color:rgb(185 28 28 / 0)}
.text-red-700\/10{color:rgb(185 28 28 / 0.1)}
.text-red-700\/100{color:rgb(185 28 28 / 1)}
.text-red-700\/15{color:rgb(185 28 28 / 0.15)}
.text-red-700\/20{color:rgb(185 28 28 / 0.2)}
.text-red-700\/25{color:rgb(185 28 28 / 0.25)}
.text-red-700\/30{color:rgb(185 28 28 / 0.3)}
.text-red-700\/35{color:rgb(185 28 28 / 0.35)}
.text-red-700\/40{color:rgb(185 28 28 / 0.4)}
.text-red-700\/45{color:rgb(185 28 28 / 0.45)}
.text-red-700\/5{color:rgb(185 28 28 / 0.05)}
.text-red-700\/50{color:rgb(185 28 28 / 0.5)}
.text-red-700\/55{color:rgb(185 28 28 / 0.55)}
.text-red-700\/60{color:rgb(185 28 28 / 0.6)}
.text-red-700\/65{color:rgb(185 28 28 / 0.65)}
.text-red-700\/70{color:rgb(185 28 28 / 0.7)}
.text-red-700\/75{color:rgb(185 28 28 / 0.75)}
.text-red-700\/80{color:rgb(185 28 28 / 0.8)}
.text-red-700\/85{color:rgb(185 28 28 / 0.85)}
.text-red-700\/90{color:rgb(185 28 28 / 0.9)}
.text-red-700\/95{color:rgb(185 28 28 / 0.95)}
.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27 / var(--tw-text-opacity))}
.text-red-800\/0{color:rgb(153 27 27 / 0)}
.text-red-800\/10{color:rgb(153 27 27 / 0.1)}
.text-red-800\/100{color:rgb(153 27 27 / 1)}
.text-red-800\/15{color:rgb(153 27 27 / 0.15)}
.text-red-800\/20{color:rgb(153 27 27 / 0.2)}
.text-red-800\/25{color:rgb(153 27 27 / 0.25)}
.text-red-800\/30{color:rgb(153 27 27 / 0.3)}
.text-red-800\/35{color:rgb(153 27 27 / 0.35)}
.text-red-800\/40{color:rgb(153 27 27 / 0.4)}
.text-red-800\/45{color:rgb(153 27 27 / 0.45)}
.text-red-800\/5{color:rgb(153 27 27 / 0.05)}
.text-red-800\/50{color:rgb(153 27 27 / 0.5)}
.text-red-800\/55{color:rgb(153 27 27 / 0.55)}
.text-red-800\/60{color:rgb(153 27 27 / 0.6)}
.text-red-800\/65{color:rgb(153 27 27 / 0.65)}
.text-red-800\/70{color:rgb(153 27 27 / 0.7)}
.text-red-800\/75{color:rgb(153 27 27 / 0.75)}
.text-red-800\/80{color:rgb(153 27 27 / 0.8)}
.text-red-800\/85{color:rgb(153 27 27 / 0.85)}
.text-red-800\/90{color:rgb(153 27 27 / 0.9)}
.text-red-800\/95{color:rgb(153 27 27 / 0.95)}
.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29 / var(--tw-text-opacity))}
.text-red-900\/0{color:rgb(127 29 29 / 0)}
.text-red-900\/10{color:rgb(127 29 29 / 0.1)}
.text-red-900\/100{color:rgb(127 29 29 / 1)}
.text-red-900\/15{color:rgb(127 29 29 / 0.15)}
.text-red-900\/20{color:rgb(127 29 29 / 0.2)}
.text-red-900\/25{color:rgb(127 29 29 / 0.25)}
.text-red-900\/30{color:rgb(127 29 29 / 0.3)}
.text-red-900\/35{color:rgb(127 29 29 / 0.35)}
.text-red-900\/40{color:rgb(127 29 29 / 0.4)}
.text-red-900\/45{color:rgb(127 29 29 / 0.45)}
.text-red-900\/5{color:rgb(127 29 29 / 0.05)}
.text-red-900\/50{color:rgb(127 29 29 / 0.5)}
.text-red-900\/55{color:rgb(127 29 29 / 0.55)}
.text-red-900\/60{color:rgb(127 29 29 / 0.6)}
.text-red-900\/65{color:rgb(127 29 29 / 0.65)}
.text-red-900\/70{color:rgb(127 29 29 / 0.7)}
.text-red-900\/75{color:rgb(127 29 29 / 0.75)}
.text-red-900\/80{color:rgb(127 29 29 / 0.8)}
.text-red-900\/85{color:rgb(127 29 29 / 0.85)}
.text-red-900\/90{color:rgb(127 29 29 / 0.9)}
.text-red-900\/95{color:rgb(127 29 29 / 0.95)}
.text-red-950{--tw-text-opacity:1;color:rgb(69 10 10 / var(--tw-text-opacity))}
.text-red-950\/0{color:rgb(69 10 10 / 0)}
.text-red-950\/10{color:rgb(69 10 10 / 0.1)}
.text-red-950\/100{color:rgb(69 10 10 / 1)}
.text-red-950\/15{color:rgb(69 10 10 / 0.15)}
.text-red-950\/20{color:rgb(69 10 10 / 0.2)}
.text-red-950\/25{color:rgb(69 10 10 / 0.25)}
.text-red-950\/30{color:rgb(69 10 10 / 0.3)}
.text-red-950\/35{color:rgb(69 10 10 / 0.35)}
.text-red-950\/40{color:rgb(69 10 10 / 0.4)}
.text-red-950\/45{color:rgb(69 10 10 / 0.45)}
.text-red-950\/5{color:rgb(69 10 10 / 0.05)}
.text-red-950\/50{color:rgb(69 10 10 / 0.5)}
.text-red-950\/55{color:rgb(69 10 10 / 0.55)}
.text-red-950\/60{color:rgb(69 10 10 / 0.6)}
.text-red-950\/65{color:rgb(69 10 10 / 0.65)}
.text-red-950\/70{color:rgb(69 10 10 / 0.7)}
.text-red-950\/75{color:rgb(69 10 10 / 0.75)}
.text-red-950\/80{color:rgb(69 10 10 / 0.8)}
.text-red-950\/85{color:rgb(69 10 10 / 0.85)}
.text-red-950\/90{color:rgb(69 10 10 / 0.9)}
.text-red-950\/95{color:rgb(69 10 10 / 0.95)}
.text-rose-100{--tw-text-opacity:1;color:rgb(255 228 230 / var(--tw-text-opacity))}
.text-rose-100\/0{color:rgb(255 228 230 / 0)}
.text-rose-100\/10{color:rgb(255 228 230 / 0.1)}
.text-rose-100\/100{color:rgb(255 228 230 / 1)}
.text-rose-100\/15{color:rgb(255 228 230 / 0.15)}
.text-rose-100\/20{color:rgb(255 228 230 / 0.2)}
.text-rose-100\/25{color:rgb(255 228 230 / 0.25)}
.text-rose-100\/30{color:rgb(255 228 230 / 0.3)}
.text-rose-100\/35{color:rgb(255 228 230 / 0.35)}
.text-rose-100\/40{color:rgb(255 228 230 / 0.4)}
.text-rose-100\/45{color:rgb(255 228 230 / 0.45)}
.text-rose-100\/5{color:rgb(255 228 230 / 0.05)}
.text-rose-100\/50{color:rgb(255 228 230 / 0.5)}
.text-rose-100\/55{color:rgb(255 228 230 / 0.55)}
.text-rose-100\/60{color:rgb(255 228 230 / 0.6)}
.text-rose-100\/65{color:rgb(255 228 230 / 0.65)}
.text-rose-100\/70{color:rgb(255 228 230 / 0.7)}
.text-rose-100\/75{color:rgb(255 228 230 / 0.75)}
.text-rose-100\/80{color:rgb(255 228 230 / 0.8)}
.text-rose-100\/85{color:rgb(255 228 230 / 0.85)}
.text-rose-100\/90{color:rgb(255 228 230 / 0.9)}
.text-rose-100\/95{color:rgb(255 228 230 / 0.95)}
.text-rose-200{--tw-text-opacity:1;color:rgb(254 205 211 / var(--tw-text-opacity))}
.text-rose-200\/0{color:rgb(254 205 211 / 0)}
.text-rose-200\/10{color:rgb(254 205 211 / 0.1)}
.text-rose-200\/100{color:rgb(254 205 211 / 1)}
.text-rose-200\/15{color:rgb(254 205 211 / 0.15)}
.text-rose-200\/20{color:rgb(254 205 211 / 0.2)}
.text-rose-200\/25{color:rgb(254 205 211 / 0.25)}
.text-rose-200\/30{color:rgb(254 205 211 / 0.3)}
.text-rose-200\/35{color:rgb(254 205 211 / 0.35)}
.text-rose-200\/40{color:rgb(254 205 211 / 0.4)}
.text-rose-200\/45{color:rgb(254 205 211 / 0.45)}
.text-rose-200\/5{color:rgb(254 205 211 / 0.05)}
.text-rose-200\/50{color:rgb(254 205 211 / 0.5)}
.text-rose-200\/55{color:rgb(254 205 211 / 0.55)}
.text-rose-200\/60{color:rgb(254 205 211 / 0.6)}
.text-rose-200\/65{color:rgb(254 205 211 / 0.65)}
.text-rose-200\/70{color:rgb(254 205 211 / 0.7)}
.text-rose-200\/75{color:rgb(254 205 211 / 0.75)}
.text-rose-200\/80{color:rgb(254 205 211 / 0.8)}
.text-rose-200\/85{color:rgb(254 205 211 / 0.85)}
.text-rose-200\/90{color:rgb(254 205 211 / 0.9)}
.text-rose-200\/95{color:rgb(254 205 211 / 0.95)}
.text-rose-300{--tw-text-opacity:1;color:rgb(253 164 175 / var(--tw-text-opacity))}
.text-rose-300\/0{color:rgb(253 164 175 / 0)}
.text-rose-300\/10{color:rgb(253 164 175 / 0.1)}
.text-rose-300\/100{color:rgb(253 164 175 / 1)}
.text-rose-300\/15{color:rgb(253 164 175 / 0.15)}
.text-rose-300\/20{color:rgb(253 164 175 / 0.2)}
.text-rose-300\/25{color:rgb(253 164 175 / 0.25)}
.text-rose-300\/30{color:rgb(253 164 175 / 0.3)}
.text-rose-300\/35{color:rgb(253 164 175 / 0.35)}
.text-rose-300\/40{color:rgb(253 164 175 / 0.4)}
.text-rose-300\/45{color:rgb(253 164 175 / 0.45)}
.text-rose-300\/5{color:rgb(253 164 175 / 0.05)}
.text-rose-300\/50{color:rgb(253 164 175 / 0.5)}
.text-rose-300\/55{color:rgb(253 164 175 / 0.55)}
.text-rose-300\/60{color:rgb(253 164 175 / 0.6)}
.text-rose-300\/65{color:rgb(253 164 175 / 0.65)}
.text-rose-300\/70{color:rgb(253 164 175 / 0.7)}
.text-rose-300\/75{color:rgb(253 164 175 / 0.75)}
.text-rose-300\/80{color:rgb(253 164 175 / 0.8)}
.text-rose-300\/85{color:rgb(253 164 175 / 0.85)}
.text-rose-300\/90{color:rgb(253 164 175 / 0.9)}
.text-rose-300\/95{color:rgb(253 164 175 / 0.95)}
.text-rose-400{--tw-text-opacity:1;color:rgb(251 113 133 / var(--tw-text-opacity))}
.text-rose-400\/0{color:rgb(251 113 133 / 0)}
.text-rose-400\/10{color:rgb(251 113 133 / 0.1)}
.text-rose-400\/100{color:rgb(251 113 133 / 1)}
.text-rose-400\/15{color:rgb(251 113 133 / 0.15)}
.text-rose-400\/20{color:rgb(251 113 133 / 0.2)}
.text-rose-400\/25{color:rgb(251 113 133 / 0.25)}
.text-rose-400\/30{color:rgb(251 113 133 / 0.3)}
.text-rose-400\/35{color:rgb(251 113 133 / 0.35)}
.text-rose-400\/40{color:rgb(251 113 133 / 0.4)}
.text-rose-400\/45{color:rgb(251 113 133 / 0.45)}
.text-rose-400\/5{color:rgb(251 113 133 / 0.05)}
.text-rose-400\/50{color:rgb(251 113 133 / 0.5)}
.text-rose-400\/55{color:rgb(251 113 133 / 0.55)}
.text-rose-400\/60{color:rgb(251 113 133 / 0.6)}
.text-rose-400\/65{color:rgb(251 113 133 / 0.65)}
.text-rose-400\/70{color:rgb(251 113 133 / 0.7)}
.text-rose-400\/75{color:rgb(251 113 133 / 0.75)}
.text-rose-400\/80{color:rgb(251 113 133 / 0.8)}
.text-rose-400\/85{color:rgb(251 113 133 / 0.85)}
.text-rose-400\/90{color:rgb(251 113 133 / 0.9)}
.text-rose-400\/95{color:rgb(251 113 133 / 0.95)}
.text-rose-50{--tw-text-opacity:1;color:rgb(255 241 242 / var(--tw-text-opacity))}
.text-rose-50\/0{color:rgb(255 241 242 / 0)}
.text-rose-50\/10{color:rgb(255 241 242 / 0.1)}
.text-rose-50\/100{color:rgb(255 241 242 / 1)}
.text-rose-50\/15{color:rgb(255 241 242 / 0.15)}
.text-rose-50\/20{color:rgb(255 241 242 / 0.2)}
.text-rose-50\/25{color:rgb(255 241 242 / 0.25)}
.text-rose-50\/30{color:rgb(255 241 242 / 0.3)}
.text-rose-50\/35{color:rgb(255 241 242 / 0.35)}
.text-rose-50\/40{color:rgb(255 241 242 / 0.4)}
.text-rose-50\/45{color:rgb(255 241 242 / 0.45)}
.text-rose-50\/5{color:rgb(255 241 242 / 0.05)}
.text-rose-50\/50{color:rgb(255 241 242 / 0.5)}
.text-rose-50\/55{color:rgb(255 241 242 / 0.55)}
.text-rose-50\/60{color:rgb(255 241 242 / 0.6)}
.text-rose-50\/65{color:rgb(255 241 242 / 0.65)}
.text-rose-50\/70{color:rgb(255 241 242 / 0.7)}
.text-rose-50\/75{color:rgb(255 241 242 / 0.75)}
.text-rose-50\/80{color:rgb(255 241 242 / 0.8)}
.text-rose-50\/85{color:rgb(255 241 242 / 0.85)}
.text-rose-50\/90{color:rgb(255 241 242 / 0.9)}
.text-rose-50\/95{color:rgb(255 241 242 / 0.95)}
.text-rose-500{--tw-text-opacity:1;color:rgb(244 63 94 / var(--tw-text-opacity))}
.text-rose-500\/0{color:rgb(244 63 94 / 0)}
.text-rose-500\/10{color:rgb(244 63 94 / 0.1)}
.text-rose-500\/100{color:rgb(244 63 94 / 1)}
.text-rose-500\/15{color:rgb(244 63 94 / 0.15)}
.text-rose-500\/20{color:rgb(244 63 94 / 0.2)}
.text-rose-500\/25{color:rgb(244 63 94 / 0.25)}
.text-rose-500\/30{color:rgb(244 63 94 / 0.3)}
.text-rose-500\/35{color:rgb(244 63 94 / 0.35)}
.text-rose-500\/40{color:rgb(244 63 94 / 0.4)}
.text-rose-500\/45{color:rgb(244 63 94 / 0.45)}
.text-rose-500\/5{color:rgb(244 63 94 / 0.05)}
.text-rose-500\/50{color:rgb(244 63 94 / 0.5)}
.text-rose-500\/55{color:rgb(244 63 94 / 0.55)}
.text-rose-500\/60{color:rgb(244 63 94 / 0.6)}
.text-rose-500\/65{color:rgb(244 63 94 / 0.65)}
.text-rose-500\/70{color:rgb(244 63 94 / 0.7)}
.text-rose-500\/75{color:rgb(244 63 94 / 0.75)}
.text-rose-500\/80{color:rgb(244 63 94 / 0.8)}
.text-rose-500\/85{color:rgb(244 63 94 / 0.85)}
.text-rose-500\/90{color:rgb(244 63 94 / 0.9)}
.text-rose-500\/95{color:rgb(244 63 94 / 0.95)}
.text-rose-600{--tw-text-opacity:1;color:rgb(225 29 72 / var(--tw-text-opacity))}
.text-rose-600\/0{color:rgb(225 29 72 / 0)}
.text-rose-600\/10{color:rgb(225 29 72 / 0.1)}
.text-rose-600\/100{color:rgb(225 29 72 / 1)}
.text-rose-600\/15{color:rgb(225 29 72 / 0.15)}
.text-rose-600\/20{color:rgb(225 29 72 / 0.2)}
.text-rose-600\/25{color:rgb(225 29 72 / 0.25)}
.text-rose-600\/30{color:rgb(225 29 72 / 0.3)}
.text-rose-600\/35{color:rgb(225 29 72 / 0.35)}
.text-rose-600\/40{color:rgb(225 29 72 / 0.4)}
.text-rose-600\/45{color:rgb(225 29 72 / 0.45)}
.text-rose-600\/5{color:rgb(225 29 72 / 0.05)}
.text-rose-600\/50{color:rgb(225 29 72 / 0.5)}
.text-rose-600\/55{color:rgb(225 29 72 / 0.55)}
.text-rose-600\/60{color:rgb(225 29 72 / 0.6)}
.text-rose-600\/65{color:rgb(225 29 72 / 0.65)}
.text-rose-600\/70{color:rgb(225 29 72 / 0.7)}
.text-rose-600\/75{color:rgb(225 29 72 / 0.75)}
.text-rose-600\/80{color:rgb(225 29 72 / 0.8)}
.text-rose-600\/85{color:rgb(225 29 72 / 0.85)}
.text-rose-600\/90{color:rgb(225 29 72 / 0.9)}
.text-rose-600\/95{color:rgb(225 29 72 / 0.95)}
.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60 / var(--tw-text-opacity))}
.text-rose-700\/0{color:rgb(190 18 60 / 0)}
.text-rose-700\/10{color:rgb(190 18 60 / 0.1)}
.text-rose-700\/100{color:rgb(190 18 60 / 1)}
.text-rose-700\/15{color:rgb(190 18 60 / 0.15)}
.text-rose-700\/20{color:rgb(190 18 60 / 0.2)}
.text-rose-700\/25{color:rgb(190 18 60 / 0.25)}
.text-rose-700\/30{color:rgb(190 18 60 / 0.3)}
.text-rose-700\/35{color:rgb(190 18 60 / 0.35)}
.text-rose-700\/40{color:rgb(190 18 60 / 0.4)}
.text-rose-700\/45{color:rgb(190 18 60 / 0.45)}
.text-rose-700\/5{color:rgb(190 18 60 / 0.05)}
.text-rose-700\/50{color:rgb(190 18 60 / 0.5)}
.text-rose-700\/55{color:rgb(190 18 60 / 0.55)}
.text-rose-700\/60{color:rgb(190 18 60 / 0.6)}
.text-rose-700\/65{color:rgb(190 18 60 / 0.65)}
.text-rose-700\/70{color:rgb(190 18 60 / 0.7)}
.text-rose-700\/75{color:rgb(190 18 60 / 0.75)}
.text-rose-700\/80{color:rgb(190 18 60 / 0.8)}
.text-rose-700\/85{color:rgb(190 18 60 / 0.85)}
.text-rose-700\/90{color:rgb(190 18 60 / 0.9)}
.text-rose-700\/95{color:rgb(190 18 60 / 0.95)}
.text-rose-800{--tw-text-opacity:1;color:rgb(159 18 57 / var(--tw-text-opacity))}
.text-rose-800\/0{color:rgb(159 18 57 / 0)}
.text-rose-800\/10{color:rgb(159 18 57 / 0.1)}
.text-rose-800\/100{color:rgb(159 18 57 / 1)}
.text-rose-800\/15{color:rgb(159 18 57 / 0.15)}
.text-rose-800\/20{color:rgb(159 18 57 / 0.2)}
.text-rose-800\/25{color:rgb(159 18 57 / 0.25)}
.text-rose-800\/30{color:rgb(159 18 57 / 0.3)}
.text-rose-800\/35{color:rgb(159 18 57 / 0.35)}
.text-rose-800\/40{color:rgb(159 18 57 / 0.4)}
.text-rose-800\/45{color:rgb(159 18 57 / 0.45)}
.text-rose-800\/5{color:rgb(159 18 57 / 0.05)}
.text-rose-800\/50{color:rgb(159 18 57 / 0.5)}
.text-rose-800\/55{color:rgb(159 18 57 / 0.55)}
.text-rose-800\/60{color:rgb(159 18 57 / 0.6)}
.text-rose-800\/65{color:rgb(159 18 57 / 0.65)}
.text-rose-800\/70{color:rgb(159 18 57 / 0.7)}
.text-rose-800\/75{color:rgb(159 18 57 / 0.75)}
.text-rose-800\/80{color:rgb(159 18 57 / 0.8)}
.text-rose-800\/85{color:rgb(159 18 57 / 0.85)}
.text-rose-800\/90{color:rgb(159 18 57 / 0.9)}
.text-rose-800\/95{color:rgb(159 18 57 / 0.95)}
.text-rose-900{--tw-text-opacity:1;color:rgb(136 19 55 / var(--tw-text-opacity))}
.text-rose-900\/0{color:rgb(136 19 55 / 0)}
.text-rose-900\/10{color:rgb(136 19 55 / 0.1)}
.text-rose-900\/100{color:rgb(136 19 55 / 1)}
.text-rose-900\/15{color:rgb(136 19 55 / 0.15)}
.text-rose-900\/20{color:rgb(136 19 55 / 0.2)}
.text-rose-900\/25{color:rgb(136 19 55 / 0.25)}
.text-rose-900\/30{color:rgb(136 19 55 / 0.3)}
.text-rose-900\/35{color:rgb(136 19 55 / 0.35)}
.text-rose-900\/40{color:rgb(136 19 55 / 0.4)}
.text-rose-900\/45{color:rgb(136 19 55 / 0.45)}
.text-rose-900\/5{color:rgb(136 19 55 / 0.05)}
.text-rose-900\/50{color:rgb(136 19 55 / 0.5)}
.text-rose-900\/55{color:rgb(136 19 55 / 0.55)}
.text-rose-900\/60{color:rgb(136 19 55 / 0.6)}
.text-rose-900\/65{color:rgb(136 19 55 / 0.65)}
.text-rose-900\/70{color:rgb(136 19 55 / 0.7)}
.text-rose-900\/75{color:rgb(136 19 55 / 0.75)}
.text-rose-900\/80{color:rgb(136 19 55 / 0.8)}
.text-rose-900\/85{color:rgb(136 19 55 / 0.85)}
.text-rose-900\/90{color:rgb(136 19 55 / 0.9)}
.text-rose-900\/95{color:rgb(136 19 55 / 0.95)}
.text-rose-950{--tw-text-opacity:1;color:rgb(76 5 25 / var(--tw-text-opacity))}
.text-rose-950\/0{color:rgb(76 5 25 / 0)}
.text-rose-950\/10{color:rgb(76 5 25 / 0.1)}
.text-rose-950\/100{color:rgb(76 5 25 / 1)}
.text-rose-950\/15{color:rgb(76 5 25 / 0.15)}
.text-rose-950\/20{color:rgb(76 5 25 / 0.2)}
.text-rose-950\/25{color:rgb(76 5 25 / 0.25)}
.text-rose-950\/30{color:rgb(76 5 25 / 0.3)}
.text-rose-950\/35{color:rgb(76 5 25 / 0.35)}
.text-rose-950\/40{color:rgb(76 5 25 / 0.4)}
.text-rose-950\/45{color:rgb(76 5 25 / 0.45)}
.text-rose-950\/5{color:rgb(76 5 25 / 0.05)}
.text-rose-950\/50{color:rgb(76 5 25 / 0.5)}
.text-rose-950\/55{color:rgb(76 5 25 / 0.55)}
.text-rose-950\/60{color:rgb(76 5 25 / 0.6)}
.text-rose-950\/65{color:rgb(76 5 25 / 0.65)}
.text-rose-950\/70{color:rgb(76 5 25 / 0.7)}
.text-rose-950\/75{color:rgb(76 5 25 / 0.75)}
.text-rose-950\/80{color:rgb(76 5 25 / 0.8)}
.text-rose-950\/85{color:rgb(76 5 25 / 0.85)}
.text-rose-950\/90{color:rgb(76 5 25 / 0.9)}
.text-rose-950\/95{color:rgb(76 5 25 / 0.95)}
.text-secondary{--tw-text-opacity:1;color:rgb(207 212 219 / var(--tw-text-opacity))}
.text-secondary-100{color:var(--bt-secondary-100)}
.text-secondary-150{color:var(--bt-secondary-150)}
.text-secondary-200{color:var(--bt-secondary-200)}
.text-secondary-300{color:var(--bt-secondary-300)}
.text-secondary-350{color:var(--bt-secondary-350)}
.text-secondary-400{color:var(--bt-secondary-400)}
.text-secondary-450{color:var(--bt-secondary-450)}
.text-secondary-500{color:var(--bt-secondary-500)}
.text-secondary-550{color:var(--bt-secondary-550)}
.text-secondary-600{color:var(--bt-secondary-600)}
.text-secondary-650{color:var(--bt-secondary-650)}
.text-secondary-700{color:var(--bt-secondary-700)}
.text-secondary-750{color:var(--bt-secondary-750)}
.text-secondary-800{color:var(--bt-secondary-800)}
.text-secondary-850{color:var(--bt-secondary-850)}
.text-secondary-900{color:var(--bt-secondary-900)}
.text-secondary-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-secondary-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-secondary-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-secondary-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-secondary-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-secondary-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-secondary-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-secondary-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-secondary-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-secondary-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-secondary-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-secondary-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-secondary-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-secondary-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-secondary-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-secondary-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-secondary-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-secondary-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-secondary-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-secondary-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-secondary-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-secondary-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-secondary-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-secondary-contrast-contrastsWithCard{color:true}
.text-secondary-contrast-isDark{color:true}
.text-secondary-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-secondary-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-secondary-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-secondary-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-secondary-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-secondary-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-secondary-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-secondary-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-secondary-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-secondary-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-secondary-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-secondary-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-secondary-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-secondary-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-secondary-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-secondary-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-secondary-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-secondary-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-secondary-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-secondary-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-secondary-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-secondary-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-secondary-contrast\/0{color:rgb(0 0 0 / 0)}
.text-secondary-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-secondary-contrast\/100{color:rgb(0 0 0 / 1)}
.text-secondary-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-secondary-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-secondary-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-secondary-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-secondary-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-secondary-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-secondary-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-secondary-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-secondary-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-secondary-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-secondary-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-secondary-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-secondary-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-secondary-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-secondary-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-secondary-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-secondary-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-secondary-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-secondary-contrastsWithCard{}
.text-secondary-isDark{}
.text-secondary-text{--tw-text-opacity:1;color:rgb(90 94 100 / var(--tw-text-opacity))}
.text-secondary-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-secondary-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-secondary-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-secondary-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-secondary-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-secondary-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-secondary-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-secondary-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-secondary-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-secondary-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-secondary-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-secondary-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-secondary-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-secondary-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-secondary-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-secondary-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-secondary-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-secondary-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-secondary-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-secondary-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-secondary-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-secondary-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-secondary-text-contrastsWithCard{color:true}
.text-secondary-text-isDark{color:true}
.text-secondary-text-text{--tw-text-opacity:1;color:rgb(90 94 100 / var(--tw-text-opacity))}
.text-secondary-text-text\/0{color:rgb(90 94 100 / 0)}
.text-secondary-text-text\/10{color:rgb(90 94 100 / 0.1)}
.text-secondary-text-text\/100{color:rgb(90 94 100 / 1)}
.text-secondary-text-text\/15{color:rgb(90 94 100 / 0.15)}
.text-secondary-text-text\/20{color:rgb(90 94 100 / 0.2)}
.text-secondary-text-text\/25{color:rgb(90 94 100 / 0.25)}
.text-secondary-text-text\/30{color:rgb(90 94 100 / 0.3)}
.text-secondary-text-text\/35{color:rgb(90 94 100 / 0.35)}
.text-secondary-text-text\/40{color:rgb(90 94 100 / 0.4)}
.text-secondary-text-text\/45{color:rgb(90 94 100 / 0.45)}
.text-secondary-text-text\/5{color:rgb(90 94 100 / 0.05)}
.text-secondary-text-text\/50{color:rgb(90 94 100 / 0.5)}
.text-secondary-text-text\/55{color:rgb(90 94 100 / 0.55)}
.text-secondary-text-text\/60{color:rgb(90 94 100 / 0.6)}
.text-secondary-text-text\/65{color:rgb(90 94 100 / 0.65)}
.text-secondary-text-text\/70{color:rgb(90 94 100 / 0.7)}
.text-secondary-text-text\/75{color:rgb(90 94 100 / 0.75)}
.text-secondary-text-text\/80{color:rgb(90 94 100 / 0.8)}
.text-secondary-text-text\/85{color:rgb(90 94 100 / 0.85)}
.text-secondary-text-text\/90{color:rgb(90 94 100 / 0.9)}
.text-secondary-text-text\/95{color:rgb(90 94 100 / 0.95)}
.text-secondary-text\/0{color:rgb(90 94 100 / 0)}
.text-secondary-text\/10{color:rgb(90 94 100 / 0.1)}
.text-secondary-text\/100{color:rgb(90 94 100 / 1)}
.text-secondary-text\/15{color:rgb(90 94 100 / 0.15)}
.text-secondary-text\/20{color:rgb(90 94 100 / 0.2)}
.text-secondary-text\/25{color:rgb(90 94 100 / 0.25)}
.text-secondary-text\/30{color:rgb(90 94 100 / 0.3)}
.text-secondary-text\/35{color:rgb(90 94 100 / 0.35)}
.text-secondary-text\/40{color:rgb(90 94 100 / 0.4)}
.text-secondary-text\/45{color:rgb(90 94 100 / 0.45)}
.text-secondary-text\/5{color:rgb(90 94 100 / 0.05)}
.text-secondary-text\/50{color:rgb(90 94 100 / 0.5)}
.text-secondary-text\/55{color:rgb(90 94 100 / 0.55)}
.text-secondary-text\/60{color:rgb(90 94 100 / 0.6)}
.text-secondary-text\/65{color:rgb(90 94 100 / 0.65)}
.text-secondary-text\/70{color:rgb(90 94 100 / 0.7)}
.text-secondary-text\/75{color:rgb(90 94 100 / 0.75)}
.text-secondary-text\/80{color:rgb(90 94 100 / 0.8)}
.text-secondary-text\/85{color:rgb(90 94 100 / 0.85)}
.text-secondary-text\/90{color:rgb(90 94 100 / 0.9)}
.text-secondary-text\/95{color:rgb(90 94 100 / 0.95)}
.text-secondary\/0{color:rgb(207 212 219 / 0)}
.text-secondary\/10{color:rgb(207 212 219 / 0.1)}
.text-secondary\/100{color:rgb(207 212 219 / 1)}
.text-secondary\/15{color:rgb(207 212 219 / 0.15)}
.text-secondary\/20{color:rgb(207 212 219 / 0.2)}
.text-secondary\/25{color:rgb(207 212 219 / 0.25)}
.text-secondary\/30{color:rgb(207 212 219 / 0.3)}
.text-secondary\/35{color:rgb(207 212 219 / 0.35)}
.text-secondary\/40{color:rgb(207 212 219 / 0.4)}
.text-secondary\/45{color:rgb(207 212 219 / 0.45)}
.text-secondary\/5{color:rgb(207 212 219 / 0.05)}
.text-secondary\/50{color:rgb(207 212 219 / 0.5)}
.text-secondary\/55{color:rgb(207 212 219 / 0.55)}
.text-secondary\/60{color:rgb(207 212 219 / 0.6)}
.text-secondary\/65{color:rgb(207 212 219 / 0.65)}
.text-secondary\/70{color:rgb(207 212 219 / 0.7)}
.text-secondary\/75{color:rgb(207 212 219 / 0.75)}
.text-secondary\/80{color:rgb(207 212 219 / 0.8)}
.text-secondary\/85{color:rgb(207 212 219 / 0.85)}
.text-secondary\/90{color:rgb(207 212 219 / 0.9)}
.text-secondary\/95{color:rgb(207 212 219 / 0.95)}
.text-sidebar{color:var(--bt-sidebar-500)}
.text-sidebar-100{color:var(--bt-sidebar-100)}
.text-sidebar-200{color:var(--bt-sidebar-200)}
.text-sidebar-300{color:var(--bt-sidebar-300)}
.text-sidebar-400{color:var(--bt-sidebar-400)}
.text-sidebar-500{color:var(--bt-sidebar-500)}
.text-sidebar-600{color:var(--bt-sidebar-600)}
.text-sidebar-700{color:var(--bt-sidebar-700)}
.text-sidebar-800{color:var(--bt-sidebar-800)}
.text-sidebar-900{color:var(--bt-sidebar-900)}
.text-sky-100{--tw-text-opacity:1;color:rgb(224 242 254 / var(--tw-text-opacity))}
.text-sky-100\/0{color:rgb(224 242 254 / 0)}
.text-sky-100\/10{color:rgb(224 242 254 / 0.1)}
.text-sky-100\/100{color:rgb(224 242 254 / 1)}
.text-sky-100\/15{color:rgb(224 242 254 / 0.15)}
.text-sky-100\/20{color:rgb(224 242 254 / 0.2)}
.text-sky-100\/25{color:rgb(224 242 254 / 0.25)}
.text-sky-100\/30{color:rgb(224 242 254 / 0.3)}
.text-sky-100\/35{color:rgb(224 242 254 / 0.35)}
.text-sky-100\/40{color:rgb(224 242 254 / 0.4)}
.text-sky-100\/45{color:rgb(224 242 254 / 0.45)}
.text-sky-100\/5{color:rgb(224 242 254 / 0.05)}
.text-sky-100\/50{color:rgb(224 242 254 / 0.5)}
.text-sky-100\/55{color:rgb(224 242 254 / 0.55)}
.text-sky-100\/60{color:rgb(224 242 254 / 0.6)}
.text-sky-100\/65{color:rgb(224 242 254 / 0.65)}
.text-sky-100\/70{color:rgb(224 242 254 / 0.7)}
.text-sky-100\/75{color:rgb(224 242 254 / 0.75)}
.text-sky-100\/80{color:rgb(224 242 254 / 0.8)}
.text-sky-100\/85{color:rgb(224 242 254 / 0.85)}
.text-sky-100\/90{color:rgb(224 242 254 / 0.9)}
.text-sky-100\/95{color:rgb(224 242 254 / 0.95)}
.text-sky-200{--tw-text-opacity:1;color:rgb(186 230 253 / var(--tw-text-opacity))}
.text-sky-200\/0{color:rgb(186 230 253 / 0)}
.text-sky-200\/10{color:rgb(186 230 253 / 0.1)}
.text-sky-200\/100{color:rgb(186 230 253 / 1)}
.text-sky-200\/15{color:rgb(186 230 253 / 0.15)}
.text-sky-200\/20{color:rgb(186 230 253 / 0.2)}
.text-sky-200\/25{color:rgb(186 230 253 / 0.25)}
.text-sky-200\/30{color:rgb(186 230 253 / 0.3)}
.text-sky-200\/35{color:rgb(186 230 253 / 0.35)}
.text-sky-200\/40{color:rgb(186 230 253 / 0.4)}
.text-sky-200\/45{color:rgb(186 230 253 / 0.45)}
.text-sky-200\/5{color:rgb(186 230 253 / 0.05)}
.text-sky-200\/50{color:rgb(186 230 253 / 0.5)}
.text-sky-200\/55{color:rgb(186 230 253 / 0.55)}
.text-sky-200\/60{color:rgb(186 230 253 / 0.6)}
.text-sky-200\/65{color:rgb(186 230 253 / 0.65)}
.text-sky-200\/70{color:rgb(186 230 253 / 0.7)}
.text-sky-200\/75{color:rgb(186 230 253 / 0.75)}
.text-sky-200\/80{color:rgb(186 230 253 / 0.8)}
.text-sky-200\/85{color:rgb(186 230 253 / 0.85)}
.text-sky-200\/90{color:rgb(186 230 253 / 0.9)}
.text-sky-200\/95{color:rgb(186 230 253 / 0.95)}
.text-sky-300{--tw-text-opacity:1;color:rgb(125 211 252 / var(--tw-text-opacity))}
.text-sky-300\/0{color:rgb(125 211 252 / 0)}
.text-sky-300\/10{color:rgb(125 211 252 / 0.1)}
.text-sky-300\/100{color:rgb(125 211 252 / 1)}
.text-sky-300\/15{color:rgb(125 211 252 / 0.15)}
.text-sky-300\/20{color:rgb(125 211 252 / 0.2)}
.text-sky-300\/25{color:rgb(125 211 252 / 0.25)}
.text-sky-300\/30{color:rgb(125 211 252 / 0.3)}
.text-sky-300\/35{color:rgb(125 211 252 / 0.35)}
.text-sky-300\/40{color:rgb(125 211 252 / 0.4)}
.text-sky-300\/45{color:rgb(125 211 252 / 0.45)}
.text-sky-300\/5{color:rgb(125 211 252 / 0.05)}
.text-sky-300\/50{color:rgb(125 211 252 / 0.5)}
.text-sky-300\/55{color:rgb(125 211 252 / 0.55)}
.text-sky-300\/60{color:rgb(125 211 252 / 0.6)}
.text-sky-300\/65{color:rgb(125 211 252 / 0.65)}
.text-sky-300\/70{color:rgb(125 211 252 / 0.7)}
.text-sky-300\/75{color:rgb(125 211 252 / 0.75)}
.text-sky-300\/80{color:rgb(125 211 252 / 0.8)}
.text-sky-300\/85{color:rgb(125 211 252 / 0.85)}
.text-sky-300\/90{color:rgb(125 211 252 / 0.9)}
.text-sky-300\/95{color:rgb(125 211 252 / 0.95)}
.text-sky-400{--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity))}
.text-sky-400\/0{color:rgb(56 189 248 / 0)}
.text-sky-400\/10{color:rgb(56 189 248 / 0.1)}
.text-sky-400\/100{color:rgb(56 189 248 / 1)}
.text-sky-400\/15{color:rgb(56 189 248 / 0.15)}
.text-sky-400\/20{color:rgb(56 189 248 / 0.2)}
.text-sky-400\/25{color:rgb(56 189 248 / 0.25)}
.text-sky-400\/30{color:rgb(56 189 248 / 0.3)}
.text-sky-400\/35{color:rgb(56 189 248 / 0.35)}
.text-sky-400\/40{color:rgb(56 189 248 / 0.4)}
.text-sky-400\/45{color:rgb(56 189 248 / 0.45)}
.text-sky-400\/5{color:rgb(56 189 248 / 0.05)}
.text-sky-400\/50{color:rgb(56 189 248 / 0.5)}
.text-sky-400\/55{color:rgb(56 189 248 / 0.55)}
.text-sky-400\/60{color:rgb(56 189 248 / 0.6)}
.text-sky-400\/65{color:rgb(56 189 248 / 0.65)}
.text-sky-400\/70{color:rgb(56 189 248 / 0.7)}
.text-sky-400\/75{color:rgb(56 189 248 / 0.75)}
.text-sky-400\/80{color:rgb(56 189 248 / 0.8)}
.text-sky-400\/85{color:rgb(56 189 248 / 0.85)}
.text-sky-400\/90{color:rgb(56 189 248 / 0.9)}
.text-sky-400\/95{color:rgb(56 189 248 / 0.95)}
.text-sky-50{--tw-text-opacity:1;color:rgb(240 249 255 / var(--tw-text-opacity))}
.text-sky-50\/0{color:rgb(240 249 255 / 0)}
.text-sky-50\/10{color:rgb(240 249 255 / 0.1)}
.text-sky-50\/100{color:rgb(240 249 255 / 1)}
.text-sky-50\/15{color:rgb(240 249 255 / 0.15)}
.text-sky-50\/20{color:rgb(240 249 255 / 0.2)}
.text-sky-50\/25{color:rgb(240 249 255 / 0.25)}
.text-sky-50\/30{color:rgb(240 249 255 / 0.3)}
.text-sky-50\/35{color:rgb(240 249 255 / 0.35)}
.text-sky-50\/40{color:rgb(240 249 255 / 0.4)}
.text-sky-50\/45{color:rgb(240 249 255 / 0.45)}
.text-sky-50\/5{color:rgb(240 249 255 / 0.05)}
.text-sky-50\/50{color:rgb(240 249 255 / 0.5)}
.text-sky-50\/55{color:rgb(240 249 255 / 0.55)}
.text-sky-50\/60{color:rgb(240 249 255 / 0.6)}
.text-sky-50\/65{color:rgb(240 249 255 / 0.65)}
.text-sky-50\/70{color:rgb(240 249 255 / 0.7)}
.text-sky-50\/75{color:rgb(240 249 255 / 0.75)}
.text-sky-50\/80{color:rgb(240 249 255 / 0.8)}
.text-sky-50\/85{color:rgb(240 249 255 / 0.85)}
.text-sky-50\/90{color:rgb(240 249 255 / 0.9)}
.text-sky-50\/95{color:rgb(240 249 255 / 0.95)}
.text-sky-500{--tw-text-opacity:1;color:rgb(14 165 233 / var(--tw-text-opacity))}
.text-sky-500\/0{color:rgb(14 165 233 / 0)}
.text-sky-500\/10{color:rgb(14 165 233 / 0.1)}
.text-sky-500\/100{color:rgb(14 165 233 / 1)}
.text-sky-500\/15{color:rgb(14 165 233 / 0.15)}
.text-sky-500\/20{color:rgb(14 165 233 / 0.2)}
.text-sky-500\/25{color:rgb(14 165 233 / 0.25)}
.text-sky-500\/30{color:rgb(14 165 233 / 0.3)}
.text-sky-500\/35{color:rgb(14 165 233 / 0.35)}
.text-sky-500\/40{color:rgb(14 165 233 / 0.4)}
.text-sky-500\/45{color:rgb(14 165 233 / 0.45)}
.text-sky-500\/5{color:rgb(14 165 233 / 0.05)}
.text-sky-500\/50{color:rgb(14 165 233 / 0.5)}
.text-sky-500\/55{color:rgb(14 165 233 / 0.55)}
.text-sky-500\/60{color:rgb(14 165 233 / 0.6)}
.text-sky-500\/65{color:rgb(14 165 233 / 0.65)}
.text-sky-500\/70{color:rgb(14 165 233 / 0.7)}
.text-sky-500\/75{color:rgb(14 165 233 / 0.75)}
.text-sky-500\/80{color:rgb(14 165 233 / 0.8)}
.text-sky-500\/85{color:rgb(14 165 233 / 0.85)}
.text-sky-500\/90{color:rgb(14 165 233 / 0.9)}
.text-sky-500\/95{color:rgb(14 165 233 / 0.95)}
.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity))}
.text-sky-600\/0{color:rgb(2 132 199 / 0)}
.text-sky-600\/10{color:rgb(2 132 199 / 0.1)}
.text-sky-600\/100{color:rgb(2 132 199 / 1)}
.text-sky-600\/15{color:rgb(2 132 199 / 0.15)}
.text-sky-600\/20{color:rgb(2 132 199 / 0.2)}
.text-sky-600\/25{color:rgb(2 132 199 / 0.25)}
.text-sky-600\/30{color:rgb(2 132 199 / 0.3)}
.text-sky-600\/35{color:rgb(2 132 199 / 0.35)}
.text-sky-600\/40{color:rgb(2 132 199 / 0.4)}
.text-sky-600\/45{color:rgb(2 132 199 / 0.45)}
.text-sky-600\/5{color:rgb(2 132 199 / 0.05)}
.text-sky-600\/50{color:rgb(2 132 199 / 0.5)}
.text-sky-600\/55{color:rgb(2 132 199 / 0.55)}
.text-sky-600\/60{color:rgb(2 132 199 / 0.6)}
.text-sky-600\/65{color:rgb(2 132 199 / 0.65)}
.text-sky-600\/70{color:rgb(2 132 199 / 0.7)}
.text-sky-600\/75{color:rgb(2 132 199 / 0.75)}
.text-sky-600\/80{color:rgb(2 132 199 / 0.8)}
.text-sky-600\/85{color:rgb(2 132 199 / 0.85)}
.text-sky-600\/90{color:rgb(2 132 199 / 0.9)}
.text-sky-600\/95{color:rgb(2 132 199 / 0.95)}
.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161 / var(--tw-text-opacity))}
.text-sky-700\/0{color:rgb(3 105 161 / 0)}
.text-sky-700\/10{color:rgb(3 105 161 / 0.1)}
.text-sky-700\/100{color:rgb(3 105 161 / 1)}
.text-sky-700\/15{color:rgb(3 105 161 / 0.15)}
.text-sky-700\/20{color:rgb(3 105 161 / 0.2)}
.text-sky-700\/25{color:rgb(3 105 161 / 0.25)}
.text-sky-700\/30{color:rgb(3 105 161 / 0.3)}
.text-sky-700\/35{color:rgb(3 105 161 / 0.35)}
.text-sky-700\/40{color:rgb(3 105 161 / 0.4)}
.text-sky-700\/45{color:rgb(3 105 161 / 0.45)}
.text-sky-700\/5{color:rgb(3 105 161 / 0.05)}
.text-sky-700\/50{color:rgb(3 105 161 / 0.5)}
.text-sky-700\/55{color:rgb(3 105 161 / 0.55)}
.text-sky-700\/60{color:rgb(3 105 161 / 0.6)}
.text-sky-700\/65{color:rgb(3 105 161 / 0.65)}
.text-sky-700\/70{color:rgb(3 105 161 / 0.7)}
.text-sky-700\/75{color:rgb(3 105 161 / 0.75)}
.text-sky-700\/80{color:rgb(3 105 161 / 0.8)}
.text-sky-700\/85{color:rgb(3 105 161 / 0.85)}
.text-sky-700\/90{color:rgb(3 105 161 / 0.9)}
.text-sky-700\/95{color:rgb(3 105 161 / 0.95)}
.text-sky-800{--tw-text-opacity:1;color:rgb(7 89 133 / var(--tw-text-opacity))}
.text-sky-800\/0{color:rgb(7 89 133 / 0)}
.text-sky-800\/10{color:rgb(7 89 133 / 0.1)}
.text-sky-800\/100{color:rgb(7 89 133 / 1)}
.text-sky-800\/15{color:rgb(7 89 133 / 0.15)}
.text-sky-800\/20{color:rgb(7 89 133 / 0.2)}
.text-sky-800\/25{color:rgb(7 89 133 / 0.25)}
.text-sky-800\/30{color:rgb(7 89 133 / 0.3)}
.text-sky-800\/35{color:rgb(7 89 133 / 0.35)}
.text-sky-800\/40{color:rgb(7 89 133 / 0.4)}
.text-sky-800\/45{color:rgb(7 89 133 / 0.45)}
.text-sky-800\/5{color:rgb(7 89 133 / 0.05)}
.text-sky-800\/50{color:rgb(7 89 133 / 0.5)}
.text-sky-800\/55{color:rgb(7 89 133 / 0.55)}
.text-sky-800\/60{color:rgb(7 89 133 / 0.6)}
.text-sky-800\/65{color:rgb(7 89 133 / 0.65)}
.text-sky-800\/70{color:rgb(7 89 133 / 0.7)}
.text-sky-800\/75{color:rgb(7 89 133 / 0.75)}
.text-sky-800\/80{color:rgb(7 89 133 / 0.8)}
.text-sky-800\/85{color:rgb(7 89 133 / 0.85)}
.text-sky-800\/90{color:rgb(7 89 133 / 0.9)}
.text-sky-800\/95{color:rgb(7 89 133 / 0.95)}
.text-sky-900{--tw-text-opacity:1;color:rgb(12 74 110 / var(--tw-text-opacity))}
.text-sky-900\/0{color:rgb(12 74 110 / 0)}
.text-sky-900\/10{color:rgb(12 74 110 / 0.1)}
.text-sky-900\/100{color:rgb(12 74 110 / 1)}
.text-sky-900\/15{color:rgb(12 74 110 / 0.15)}
.text-sky-900\/20{color:rgb(12 74 110 / 0.2)}
.text-sky-900\/25{color:rgb(12 74 110 / 0.25)}
.text-sky-900\/30{color:rgb(12 74 110 / 0.3)}
.text-sky-900\/35{color:rgb(12 74 110 / 0.35)}
.text-sky-900\/40{color:rgb(12 74 110 / 0.4)}
.text-sky-900\/45{color:rgb(12 74 110 / 0.45)}
.text-sky-900\/5{color:rgb(12 74 110 / 0.05)}
.text-sky-900\/50{color:rgb(12 74 110 / 0.5)}
.text-sky-900\/55{color:rgb(12 74 110 / 0.55)}
.text-sky-900\/60{color:rgb(12 74 110 / 0.6)}
.text-sky-900\/65{color:rgb(12 74 110 / 0.65)}
.text-sky-900\/70{color:rgb(12 74 110 / 0.7)}
.text-sky-900\/75{color:rgb(12 74 110 / 0.75)}
.text-sky-900\/80{color:rgb(12 74 110 / 0.8)}
.text-sky-900\/85{color:rgb(12 74 110 / 0.85)}
.text-sky-900\/90{color:rgb(12 74 110 / 0.9)}
.text-sky-900\/95{color:rgb(12 74 110 / 0.95)}
.text-sky-950{--tw-text-opacity:1;color:rgb(8 47 73 / var(--tw-text-opacity))}
.text-sky-950\/0{color:rgb(8 47 73 / 0)}
.text-sky-950\/10{color:rgb(8 47 73 / 0.1)}
.text-sky-950\/100{color:rgb(8 47 73 / 1)}
.text-sky-950\/15{color:rgb(8 47 73 / 0.15)}
.text-sky-950\/20{color:rgb(8 47 73 / 0.2)}
.text-sky-950\/25{color:rgb(8 47 73 / 0.25)}
.text-sky-950\/30{color:rgb(8 47 73 / 0.3)}
.text-sky-950\/35{color:rgb(8 47 73 / 0.35)}
.text-sky-950\/40{color:rgb(8 47 73 / 0.4)}
.text-sky-950\/45{color:rgb(8 47 73 / 0.45)}
.text-sky-950\/5{color:rgb(8 47 73 / 0.05)}
.text-sky-950\/50{color:rgb(8 47 73 / 0.5)}
.text-sky-950\/55{color:rgb(8 47 73 / 0.55)}
.text-sky-950\/60{color:rgb(8 47 73 / 0.6)}
.text-sky-950\/65{color:rgb(8 47 73 / 0.65)}
.text-sky-950\/70{color:rgb(8 47 73 / 0.7)}
.text-sky-950\/75{color:rgb(8 47 73 / 0.75)}
.text-sky-950\/80{color:rgb(8 47 73 / 0.8)}
.text-sky-950\/85{color:rgb(8 47 73 / 0.85)}
.text-sky-950\/90{color:rgb(8 47 73 / 0.9)}
.text-sky-950\/95{color:rgb(8 47 73 / 0.95)}
.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity))}
.text-slate-100\/0{color:rgb(241 245 249 / 0)}
.text-slate-100\/10{color:rgb(241 245 249 / 0.1)}
.text-slate-100\/100{color:rgb(241 245 249 / 1)}
.text-slate-100\/15{color:rgb(241 245 249 / 0.15)}
.text-slate-100\/20{color:rgb(241 245 249 / 0.2)}
.text-slate-100\/25{color:rgb(241 245 249 / 0.25)}
.text-slate-100\/30{color:rgb(241 245 249 / 0.3)}
.text-slate-100\/35{color:rgb(241 245 249 / 0.35)}
.text-slate-100\/40{color:rgb(241 245 249 / 0.4)}
.text-slate-100\/45{color:rgb(241 245 249 / 0.45)}
.text-slate-100\/5{color:rgb(241 245 249 / 0.05)}
.text-slate-100\/50{color:rgb(241 245 249 / 0.5)}
.text-slate-100\/55{color:rgb(241 245 249 / 0.55)}
.text-slate-100\/60{color:rgb(241 245 249 / 0.6)}
.text-slate-100\/65{color:rgb(241 245 249 / 0.65)}
.text-slate-100\/70{color:rgb(241 245 249 / 0.7)}
.text-slate-100\/75{color:rgb(241 245 249 / 0.75)}
.text-slate-100\/80{color:rgb(241 245 249 / 0.8)}
.text-slate-100\/85{color:rgb(241 245 249 / 0.85)}
.text-slate-100\/90{color:rgb(241 245 249 / 0.9)}
.text-slate-100\/95{color:rgb(241 245 249 / 0.95)}
.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity))}
.text-slate-200\/0{color:rgb(226 232 240 / 0)}
.text-slate-200\/10{color:rgb(226 232 240 / 0.1)}
.text-slate-200\/100{color:rgb(226 232 240 / 1)}
.text-slate-200\/15{color:rgb(226 232 240 / 0.15)}
.text-slate-200\/20{color:rgb(226 232 240 / 0.2)}
.text-slate-200\/25{color:rgb(226 232 240 / 0.25)}
.text-slate-200\/30{color:rgb(226 232 240 / 0.3)}
.text-slate-200\/35{color:rgb(226 232 240 / 0.35)}
.text-slate-200\/40{color:rgb(226 232 240 / 0.4)}
.text-slate-200\/45{color:rgb(226 232 240 / 0.45)}
.text-slate-200\/5{color:rgb(226 232 240 / 0.05)}
.text-slate-200\/50{color:rgb(226 232 240 / 0.5)}
.text-slate-200\/55{color:rgb(226 232 240 / 0.55)}
.text-slate-200\/60{color:rgb(226 232 240 / 0.6)}
.text-slate-200\/65{color:rgb(226 232 240 / 0.65)}
.text-slate-200\/70{color:rgb(226 232 240 / 0.7)}
.text-slate-200\/75{color:rgb(226 232 240 / 0.75)}
.text-slate-200\/80{color:rgb(226 232 240 / 0.8)}
.text-slate-200\/85{color:rgb(226 232 240 / 0.85)}
.text-slate-200\/90{color:rgb(226 232 240 / 0.9)}
.text-slate-200\/95{color:rgb(226 232 240 / 0.95)}
.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity))}
.text-slate-300\/0{color:rgb(203 213 225 / 0)}
.text-slate-300\/10{color:rgb(203 213 225 / 0.1)}
.text-slate-300\/100{color:rgb(203 213 225 / 1)}
.text-slate-300\/15{color:rgb(203 213 225 / 0.15)}
.text-slate-300\/20{color:rgb(203 213 225 / 0.2)}
.text-slate-300\/25{color:rgb(203 213 225 / 0.25)}
.text-slate-300\/30{color:rgb(203 213 225 / 0.3)}
.text-slate-300\/35{color:rgb(203 213 225 / 0.35)}
.text-slate-300\/40{color:rgb(203 213 225 / 0.4)}
.text-slate-300\/45{color:rgb(203 213 225 / 0.45)}
.text-slate-300\/5{color:rgb(203 213 225 / 0.05)}
.text-slate-300\/50{color:rgb(203 213 225 / 0.5)}
.text-slate-300\/55{color:rgb(203 213 225 / 0.55)}
.text-slate-300\/60{color:rgb(203 213 225 / 0.6)}
.text-slate-300\/65{color:rgb(203 213 225 / 0.65)}
.text-slate-300\/70{color:rgb(203 213 225 / 0.7)}
.text-slate-300\/75{color:rgb(203 213 225 / 0.75)}
.text-slate-300\/80{color:rgb(203 213 225 / 0.8)}
.text-slate-300\/85{color:rgb(203 213 225 / 0.85)}
.text-slate-300\/90{color:rgb(203 213 225 / 0.9)}
.text-slate-300\/95{color:rgb(203 213 225 / 0.95)}
.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity))}
.text-slate-400\/0{color:rgb(148 163 184 / 0)}
.text-slate-400\/10{color:rgb(148 163 184 / 0.1)}
.text-slate-400\/100{color:rgb(148 163 184 / 1)}
.text-slate-400\/15{color:rgb(148 163 184 / 0.15)}
.text-slate-400\/20{color:rgb(148 163 184 / 0.2)}
.text-slate-400\/25{color:rgb(148 163 184 / 0.25)}
.text-slate-400\/30{color:rgb(148 163 184 / 0.3)}
.text-slate-400\/35{color:rgb(148 163 184 / 0.35)}
.text-slate-400\/40{color:rgb(148 163 184 / 0.4)}
.text-slate-400\/45{color:rgb(148 163 184 / 0.45)}
.text-slate-400\/5{color:rgb(148 163 184 / 0.05)}
.text-slate-400\/50{color:rgb(148 163 184 / 0.5)}
.text-slate-400\/55{color:rgb(148 163 184 / 0.55)}
.text-slate-400\/60{color:rgb(148 163 184 / 0.6)}
.text-slate-400\/65{color:rgb(148 163 184 / 0.65)}
.text-slate-400\/70{color:rgb(148 163 184 / 0.7)}
.text-slate-400\/75{color:rgb(148 163 184 / 0.75)}
.text-slate-400\/80{color:rgb(148 163 184 / 0.8)}
.text-slate-400\/85{color:rgb(148 163 184 / 0.85)}
.text-slate-400\/90{color:rgb(148 163 184 / 0.9)}
.text-slate-400\/95{color:rgb(148 163 184 / 0.95)}
.text-slate-50{--tw-text-opacity:1;color:rgb(248 250 252 / var(--tw-text-opacity))}
.text-slate-50\/0{color:rgb(248 250 252 / 0)}
.text-slate-50\/10{color:rgb(248 250 252 / 0.1)}
.text-slate-50\/100{color:rgb(248 250 252 / 1)}
.text-slate-50\/15{color:rgb(248 250 252 / 0.15)}
.text-slate-50\/20{color:rgb(248 250 252 / 0.2)}
.text-slate-50\/25{color:rgb(248 250 252 / 0.25)}
.text-slate-50\/30{color:rgb(248 250 252 / 0.3)}
.text-slate-50\/35{color:rgb(248 250 252 / 0.35)}
.text-slate-50\/40{color:rgb(248 250 252 / 0.4)}
.text-slate-50\/45{color:rgb(248 250 252 / 0.45)}
.text-slate-50\/5{color:rgb(248 250 252 / 0.05)}
.text-slate-50\/50{color:rgb(248 250 252 / 0.5)}
.text-slate-50\/55{color:rgb(248 250 252 / 0.55)}
.text-slate-50\/60{color:rgb(248 250 252 / 0.6)}
.text-slate-50\/65{color:rgb(248 250 252 / 0.65)}
.text-slate-50\/70{color:rgb(248 250 252 / 0.7)}
.text-slate-50\/75{color:rgb(248 250 252 / 0.75)}
.text-slate-50\/80{color:rgb(248 250 252 / 0.8)}
.text-slate-50\/85{color:rgb(248 250 252 / 0.85)}
.text-slate-50\/90{color:rgb(248 250 252 / 0.9)}
.text-slate-50\/95{color:rgb(248 250 252 / 0.95)}
.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity))}
.text-slate-500\/0{color:rgb(100 116 139 / 0)}
.text-slate-500\/10{color:rgb(100 116 139 / 0.1)}
.text-slate-500\/100{color:rgb(100 116 139 / 1)}
.text-slate-500\/15{color:rgb(100 116 139 / 0.15)}
.text-slate-500\/20{color:rgb(100 116 139 / 0.2)}
.text-slate-500\/25{color:rgb(100 116 139 / 0.25)}
.text-slate-500\/30{color:rgb(100 116 139 / 0.3)}
.text-slate-500\/35{color:rgb(100 116 139 / 0.35)}
.text-slate-500\/40{color:rgb(100 116 139 / 0.4)}
.text-slate-500\/45{color:rgb(100 116 139 / 0.45)}
.text-slate-500\/5{color:rgb(100 116 139 / 0.05)}
.text-slate-500\/50{color:rgb(100 116 139 / 0.5)}
.text-slate-500\/55{color:rgb(100 116 139 / 0.55)}
.text-slate-500\/60{color:rgb(100 116 139 / 0.6)}
.text-slate-500\/65{color:rgb(100 116 139 / 0.65)}
.text-slate-500\/70{color:rgb(100 116 139 / 0.7)}
.text-slate-500\/75{color:rgb(100 116 139 / 0.75)}
.text-slate-500\/80{color:rgb(100 116 139 / 0.8)}
.text-slate-500\/85{color:rgb(100 116 139 / 0.85)}
.text-slate-500\/90{color:rgb(100 116 139 / 0.9)}
.text-slate-500\/95{color:rgb(100 116 139 / 0.95)}
.text-slate-550{--tw-text-opacity:1;color:rgb(83 100 122 / var(--tw-text-opacity))}
.text-slate-550\/0{color:rgb(83 100 122 / 0)}
.text-slate-550\/10{color:rgb(83 100 122 / 0.1)}
.text-slate-550\/100{color:rgb(83 100 122 / 1)}
.text-slate-550\/15{color:rgb(83 100 122 / 0.15)}
.text-slate-550\/20{color:rgb(83 100 122 / 0.2)}
.text-slate-550\/25{color:rgb(83 100 122 / 0.25)}
.text-slate-550\/30{color:rgb(83 100 122 / 0.3)}
.text-slate-550\/35{color:rgb(83 100 122 / 0.35)}
.text-slate-550\/40{color:rgb(83 100 122 / 0.4)}
.text-slate-550\/45{color:rgb(83 100 122 / 0.45)}
.text-slate-550\/5{color:rgb(83 100 122 / 0.05)}
.text-slate-550\/50{color:rgb(83 100 122 / 0.5)}
.text-slate-550\/55{color:rgb(83 100 122 / 0.55)}
.text-slate-550\/60{color:rgb(83 100 122 / 0.6)}
.text-slate-550\/65{color:rgb(83 100 122 / 0.65)}
.text-slate-550\/70{color:rgb(83 100 122 / 0.7)}
.text-slate-550\/75{color:rgb(83 100 122 / 0.75)}
.text-slate-550\/80{color:rgb(83 100 122 / 0.8)}
.text-slate-550\/85{color:rgb(83 100 122 / 0.85)}
.text-slate-550\/90{color:rgb(83 100 122 / 0.9)}
.text-slate-550\/95{color:rgb(83 100 122 / 0.95)}
.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity))}
.text-slate-600\/0{color:rgb(71 85 105 / 0)}
.text-slate-600\/10{color:rgb(71 85 105 / 0.1)}
.text-slate-600\/100{color:rgb(71 85 105 / 1)}
.text-slate-600\/15{color:rgb(71 85 105 / 0.15)}
.text-slate-600\/20{color:rgb(71 85 105 / 0.2)}
.text-slate-600\/25{color:rgb(71 85 105 / 0.25)}
.text-slate-600\/30{color:rgb(71 85 105 / 0.3)}
.text-slate-600\/35{color:rgb(71 85 105 / 0.35)}
.text-slate-600\/40{color:rgb(71 85 105 / 0.4)}
.text-slate-600\/45{color:rgb(71 85 105 / 0.45)}
.text-slate-600\/5{color:rgb(71 85 105 / 0.05)}
.text-slate-600\/50{color:rgb(71 85 105 / 0.5)}
.text-slate-600\/55{color:rgb(71 85 105 / 0.55)}
.text-slate-600\/60{color:rgb(71 85 105 / 0.6)}
.text-slate-600\/65{color:rgb(71 85 105 / 0.65)}
.text-slate-600\/70{color:rgb(71 85 105 / 0.7)}
.text-slate-600\/75{color:rgb(71 85 105 / 0.75)}
.text-slate-600\/80{color:rgb(71 85 105 / 0.8)}
.text-slate-600\/85{color:rgb(71 85 105 / 0.85)}
.text-slate-600\/90{color:rgb(71 85 105 / 0.9)}
.text-slate-600\/95{color:rgb(71 85 105 / 0.95)}
.text-slate-650{--tw-text-opacity:1;color:rgb(67 80 101 / var(--tw-text-opacity))}
.text-slate-650\/0{color:rgb(67 80 101 / 0)}
.text-slate-650\/10{color:rgb(67 80 101 / 0.1)}
.text-slate-650\/100{color:rgb(67 80 101 / 1)}
.text-slate-650\/15{color:rgb(67 80 101 / 0.15)}
.text-slate-650\/20{color:rgb(67 80 101 / 0.2)}
.text-slate-650\/25{color:rgb(67 80 101 / 0.25)}
.text-slate-650\/30{color:rgb(67 80 101 / 0.3)}
.text-slate-650\/35{color:rgb(67 80 101 / 0.35)}
.text-slate-650\/40{color:rgb(67 80 101 / 0.4)}
.text-slate-650\/45{color:rgb(67 80 101 / 0.45)}
.text-slate-650\/5{color:rgb(67 80 101 / 0.05)}
.text-slate-650\/50{color:rgb(67 80 101 / 0.5)}
.text-slate-650\/55{color:rgb(67 80 101 / 0.55)}
.text-slate-650\/60{color:rgb(67 80 101 / 0.6)}
.text-slate-650\/65{color:rgb(67 80 101 / 0.65)}
.text-slate-650\/70{color:rgb(67 80 101 / 0.7)}
.text-slate-650\/75{color:rgb(67 80 101 / 0.75)}
.text-slate-650\/80{color:rgb(67 80 101 / 0.8)}
.text-slate-650\/85{color:rgb(67 80 101 / 0.85)}
.text-slate-650\/90{color:rgb(67 80 101 / 0.9)}
.text-slate-650\/95{color:rgb(67 80 101 / 0.95)}
.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity))}
.text-slate-700\/0{color:rgb(51 65 85 / 0)}
.text-slate-700\/10{color:rgb(51 65 85 / 0.1)}
.text-slate-700\/100{color:rgb(51 65 85 / 1)}
.text-slate-700\/15{color:rgb(51 65 85 / 0.15)}
.text-slate-700\/20{color:rgb(51 65 85 / 0.2)}
.text-slate-700\/25{color:rgb(51 65 85 / 0.25)}
.text-slate-700\/30{color:rgb(51 65 85 / 0.3)}
.text-slate-700\/35{color:rgb(51 65 85 / 0.35)}
.text-slate-700\/40{color:rgb(51 65 85 / 0.4)}
.text-slate-700\/45{color:rgb(51 65 85 / 0.45)}
.text-slate-700\/5{color:rgb(51 65 85 / 0.05)}
.text-slate-700\/50{color:rgb(51 65 85 / 0.5)}
.text-slate-700\/55{color:rgb(51 65 85 / 0.55)}
.text-slate-700\/60{color:rgb(51 65 85 / 0.6)}
.text-slate-700\/65{color:rgb(51 65 85 / 0.65)}
.text-slate-700\/70{color:rgb(51 65 85 / 0.7)}
.text-slate-700\/75{color:rgb(51 65 85 / 0.75)}
.text-slate-700\/80{color:rgb(51 65 85 / 0.8)}
.text-slate-700\/85{color:rgb(51 65 85 / 0.85)}
.text-slate-700\/90{color:rgb(51 65 85 / 0.9)}
.text-slate-700\/95{color:rgb(51 65 85 / 0.95)}
.text-slate-750{--tw-text-opacity:1;color:rgb(39 54 78 / var(--tw-text-opacity))}
.text-slate-750\/0{color:rgb(39 54 78 / 0)}
.text-slate-750\/10{color:rgb(39 54 78 / 0.1)}
.text-slate-750\/100{color:rgb(39 54 78 / 1)}
.text-slate-750\/15{color:rgb(39 54 78 / 0.15)}
.text-slate-750\/20{color:rgb(39 54 78 / 0.2)}
.text-slate-750\/25{color:rgb(39 54 78 / 0.25)}
.text-slate-750\/30{color:rgb(39 54 78 / 0.3)}
.text-slate-750\/35{color:rgb(39 54 78 / 0.35)}
.text-slate-750\/40{color:rgb(39 54 78 / 0.4)}
.text-slate-750\/45{color:rgb(39 54 78 / 0.45)}
.text-slate-750\/5{color:rgb(39 54 78 / 0.05)}
.text-slate-750\/50{color:rgb(39 54 78 / 0.5)}
.text-slate-750\/55{color:rgb(39 54 78 / 0.55)}
.text-slate-750\/60{color:rgb(39 54 78 / 0.6)}
.text-slate-750\/65{color:rgb(39 54 78 / 0.65)}
.text-slate-750\/70{color:rgb(39 54 78 / 0.7)}
.text-slate-750\/75{color:rgb(39 54 78 / 0.75)}
.text-slate-750\/80{color:rgb(39 54 78 / 0.8)}
.text-slate-750\/85{color:rgb(39 54 78 / 0.85)}
.text-slate-750\/90{color:rgb(39 54 78 / 0.9)}
.text-slate-750\/95{color:rgb(39 54 78 / 0.95)}
.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity))}
.text-slate-800\/0{color:rgb(30 41 59 / 0)}
.text-slate-800\/10{color:rgb(30 41 59 / 0.1)}
.text-slate-800\/100{color:rgb(30 41 59 / 1)}
.text-slate-800\/15{color:rgb(30 41 59 / 0.15)}
.text-slate-800\/20{color:rgb(30 41 59 / 0.2)}
.text-slate-800\/25{color:rgb(30 41 59 / 0.25)}
.text-slate-800\/30{color:rgb(30 41 59 / 0.3)}
.text-slate-800\/35{color:rgb(30 41 59 / 0.35)}
.text-slate-800\/40{color:rgb(30 41 59 / 0.4)}
.text-slate-800\/45{color:rgb(30 41 59 / 0.45)}
.text-slate-800\/5{color:rgb(30 41 59 / 0.05)}
.text-slate-800\/50{color:rgb(30 41 59 / 0.5)}
.text-slate-800\/55{color:rgb(30 41 59 / 0.55)}
.text-slate-800\/60{color:rgb(30 41 59 / 0.6)}
.text-slate-800\/65{color:rgb(30 41 59 / 0.65)}
.text-slate-800\/70{color:rgb(30 41 59 / 0.7)}
.text-slate-800\/75{color:rgb(30 41 59 / 0.75)}
.text-slate-800\/80{color:rgb(30 41 59 / 0.8)}
.text-slate-800\/85{color:rgb(30 41 59 / 0.85)}
.text-slate-800\/90{color:rgb(30 41 59 / 0.9)}
.text-slate-800\/95{color:rgb(30 41 59 / 0.95)}
.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity))}
.text-slate-900\/0{color:rgb(15 23 42 / 0)}
.text-slate-900\/10{color:rgb(15 23 42 / 0.1)}
.text-slate-900\/100{color:rgb(15 23 42 / 1)}
.text-slate-900\/15{color:rgb(15 23 42 / 0.15)}
.text-slate-900\/20{color:rgb(15 23 42 / 0.2)}
.text-slate-900\/25{color:rgb(15 23 42 / 0.25)}
.text-slate-900\/30{color:rgb(15 23 42 / 0.3)}
.text-slate-900\/35{color:rgb(15 23 42 / 0.35)}
.text-slate-900\/40{color:rgb(15 23 42 / 0.4)}
.text-slate-900\/45{color:rgb(15 23 42 / 0.45)}
.text-slate-900\/5{color:rgb(15 23 42 / 0.05)}
.text-slate-900\/50{color:rgb(15 23 42 / 0.5)}
.text-slate-900\/55{color:rgb(15 23 42 / 0.55)}
.text-slate-900\/60{color:rgb(15 23 42 / 0.6)}
.text-slate-900\/65{color:rgb(15 23 42 / 0.65)}
.text-slate-900\/70{color:rgb(15 23 42 / 0.7)}
.text-slate-900\/75{color:rgb(15 23 42 / 0.75)}
.text-slate-900\/80{color:rgb(15 23 42 / 0.8)}
.text-slate-900\/85{color:rgb(15 23 42 / 0.85)}
.text-slate-900\/90{color:rgb(15 23 42 / 0.9)}
.text-slate-900\/95{color:rgb(15 23 42 / 0.95)}
.text-slate-950{--tw-text-opacity:1;color:rgb(2 6 23 / var(--tw-text-opacity))}
.text-slate-950\/0{color:rgb(2 6 23 / 0)}
.text-slate-950\/10{color:rgb(2 6 23 / 0.1)}
.text-slate-950\/100{color:rgb(2 6 23 / 1)}
.text-slate-950\/15{color:rgb(2 6 23 / 0.15)}
.text-slate-950\/20{color:rgb(2 6 23 / 0.2)}
.text-slate-950\/25{color:rgb(2 6 23 / 0.25)}
.text-slate-950\/30{color:rgb(2 6 23 / 0.3)}
.text-slate-950\/35{color:rgb(2 6 23 / 0.35)}
.text-slate-950\/40{color:rgb(2 6 23 / 0.4)}
.text-slate-950\/45{color:rgb(2 6 23 / 0.45)}
.text-slate-950\/5{color:rgb(2 6 23 / 0.05)}
.text-slate-950\/50{color:rgb(2 6 23 / 0.5)}
.text-slate-950\/55{color:rgb(2 6 23 / 0.55)}
.text-slate-950\/60{color:rgb(2 6 23 / 0.6)}
.text-slate-950\/65{color:rgb(2 6 23 / 0.65)}
.text-slate-950\/70{color:rgb(2 6 23 / 0.7)}
.text-slate-950\/75{color:rgb(2 6 23 / 0.75)}
.text-slate-950\/80{color:rgb(2 6 23 / 0.8)}
.text-slate-950\/85{color:rgb(2 6 23 / 0.85)}
.text-slate-950\/90{color:rgb(2 6 23 / 0.9)}
.text-slate-950\/95{color:rgb(2 6 23 / 0.95)}
.text-stone-100{--tw-text-opacity:1;color:rgb(245 245 244 / var(--tw-text-opacity))}
.text-stone-100\/0{color:rgb(245 245 244 / 0)}
.text-stone-100\/10{color:rgb(245 245 244 / 0.1)}
.text-stone-100\/100{color:rgb(245 245 244 / 1)}
.text-stone-100\/15{color:rgb(245 245 244 / 0.15)}
.text-stone-100\/20{color:rgb(245 245 244 / 0.2)}
.text-stone-100\/25{color:rgb(245 245 244 / 0.25)}
.text-stone-100\/30{color:rgb(245 245 244 / 0.3)}
.text-stone-100\/35{color:rgb(245 245 244 / 0.35)}
.text-stone-100\/40{color:rgb(245 245 244 / 0.4)}
.text-stone-100\/45{color:rgb(245 245 244 / 0.45)}
.text-stone-100\/5{color:rgb(245 245 244 / 0.05)}
.text-stone-100\/50{color:rgb(245 245 244 / 0.5)}
.text-stone-100\/55{color:rgb(245 245 244 / 0.55)}
.text-stone-100\/60{color:rgb(245 245 244 / 0.6)}
.text-stone-100\/65{color:rgb(245 245 244 / 0.65)}
.text-stone-100\/70{color:rgb(245 245 244 / 0.7)}
.text-stone-100\/75{color:rgb(245 245 244 / 0.75)}
.text-stone-100\/80{color:rgb(245 245 244 / 0.8)}
.text-stone-100\/85{color:rgb(245 245 244 / 0.85)}
.text-stone-100\/90{color:rgb(245 245 244 / 0.9)}
.text-stone-100\/95{color:rgb(245 245 244 / 0.95)}
.text-stone-200{--tw-text-opacity:1;color:rgb(231 229 228 / var(--tw-text-opacity))}
.text-stone-200\/0{color:rgb(231 229 228 / 0)}
.text-stone-200\/10{color:rgb(231 229 228 / 0.1)}
.text-stone-200\/100{color:rgb(231 229 228 / 1)}
.text-stone-200\/15{color:rgb(231 229 228 / 0.15)}
.text-stone-200\/20{color:rgb(231 229 228 / 0.2)}
.text-stone-200\/25{color:rgb(231 229 228 / 0.25)}
.text-stone-200\/30{color:rgb(231 229 228 / 0.3)}
.text-stone-200\/35{color:rgb(231 229 228 / 0.35)}
.text-stone-200\/40{color:rgb(231 229 228 / 0.4)}
.text-stone-200\/45{color:rgb(231 229 228 / 0.45)}
.text-stone-200\/5{color:rgb(231 229 228 / 0.05)}
.text-stone-200\/50{color:rgb(231 229 228 / 0.5)}
.text-stone-200\/55{color:rgb(231 229 228 / 0.55)}
.text-stone-200\/60{color:rgb(231 229 228 / 0.6)}
.text-stone-200\/65{color:rgb(231 229 228 / 0.65)}
.text-stone-200\/70{color:rgb(231 229 228 / 0.7)}
.text-stone-200\/75{color:rgb(231 229 228 / 0.75)}
.text-stone-200\/80{color:rgb(231 229 228 / 0.8)}
.text-stone-200\/85{color:rgb(231 229 228 / 0.85)}
.text-stone-200\/90{color:rgb(231 229 228 / 0.9)}
.text-stone-200\/95{color:rgb(231 229 228 / 0.95)}
.text-stone-300{--tw-text-opacity:1;color:rgb(214 211 209 / var(--tw-text-opacity))}
.text-stone-300\/0{color:rgb(214 211 209 / 0)}
.text-stone-300\/10{color:rgb(214 211 209 / 0.1)}
.text-stone-300\/100{color:rgb(214 211 209 / 1)}
.text-stone-300\/15{color:rgb(214 211 209 / 0.15)}
.text-stone-300\/20{color:rgb(214 211 209 / 0.2)}
.text-stone-300\/25{color:rgb(214 211 209 / 0.25)}
.text-stone-300\/30{color:rgb(214 211 209 / 0.3)}
.text-stone-300\/35{color:rgb(214 211 209 / 0.35)}
.text-stone-300\/40{color:rgb(214 211 209 / 0.4)}
.text-stone-300\/45{color:rgb(214 211 209 / 0.45)}
.text-stone-300\/5{color:rgb(214 211 209 / 0.05)}
.text-stone-300\/50{color:rgb(214 211 209 / 0.5)}
.text-stone-300\/55{color:rgb(214 211 209 / 0.55)}
.text-stone-300\/60{color:rgb(214 211 209 / 0.6)}
.text-stone-300\/65{color:rgb(214 211 209 / 0.65)}
.text-stone-300\/70{color:rgb(214 211 209 / 0.7)}
.text-stone-300\/75{color:rgb(214 211 209 / 0.75)}
.text-stone-300\/80{color:rgb(214 211 209 / 0.8)}
.text-stone-300\/85{color:rgb(214 211 209 / 0.85)}
.text-stone-300\/90{color:rgb(214 211 209 / 0.9)}
.text-stone-300\/95{color:rgb(214 211 209 / 0.95)}
.text-stone-400{--tw-text-opacity:1;color:rgb(168 162 158 / var(--tw-text-opacity))}
.text-stone-400\/0{color:rgb(168 162 158 / 0)}
.text-stone-400\/10{color:rgb(168 162 158 / 0.1)}
.text-stone-400\/100{color:rgb(168 162 158 / 1)}
.text-stone-400\/15{color:rgb(168 162 158 / 0.15)}
.text-stone-400\/20{color:rgb(168 162 158 / 0.2)}
.text-stone-400\/25{color:rgb(168 162 158 / 0.25)}
.text-stone-400\/30{color:rgb(168 162 158 / 0.3)}
.text-stone-400\/35{color:rgb(168 162 158 / 0.35)}
.text-stone-400\/40{color:rgb(168 162 158 / 0.4)}
.text-stone-400\/45{color:rgb(168 162 158 / 0.45)}
.text-stone-400\/5{color:rgb(168 162 158 / 0.05)}
.text-stone-400\/50{color:rgb(168 162 158 / 0.5)}
.text-stone-400\/55{color:rgb(168 162 158 / 0.55)}
.text-stone-400\/60{color:rgb(168 162 158 / 0.6)}
.text-stone-400\/65{color:rgb(168 162 158 / 0.65)}
.text-stone-400\/70{color:rgb(168 162 158 / 0.7)}
.text-stone-400\/75{color:rgb(168 162 158 / 0.75)}
.text-stone-400\/80{color:rgb(168 162 158 / 0.8)}
.text-stone-400\/85{color:rgb(168 162 158 / 0.85)}
.text-stone-400\/90{color:rgb(168 162 158 / 0.9)}
.text-stone-400\/95{color:rgb(168 162 158 / 0.95)}
.text-stone-50{--tw-text-opacity:1;color:rgb(250 250 249 / var(--tw-text-opacity))}
.text-stone-50\/0{color:rgb(250 250 249 / 0)}
.text-stone-50\/10{color:rgb(250 250 249 / 0.1)}
.text-stone-50\/100{color:rgb(250 250 249 / 1)}
.text-stone-50\/15{color:rgb(250 250 249 / 0.15)}
.text-stone-50\/20{color:rgb(250 250 249 / 0.2)}
.text-stone-50\/25{color:rgb(250 250 249 / 0.25)}
.text-stone-50\/30{color:rgb(250 250 249 / 0.3)}
.text-stone-50\/35{color:rgb(250 250 249 / 0.35)}
.text-stone-50\/40{color:rgb(250 250 249 / 0.4)}
.text-stone-50\/45{color:rgb(250 250 249 / 0.45)}
.text-stone-50\/5{color:rgb(250 250 249 / 0.05)}
.text-stone-50\/50{color:rgb(250 250 249 / 0.5)}
.text-stone-50\/55{color:rgb(250 250 249 / 0.55)}
.text-stone-50\/60{color:rgb(250 250 249 / 0.6)}
.text-stone-50\/65{color:rgb(250 250 249 / 0.65)}
.text-stone-50\/70{color:rgb(250 250 249 / 0.7)}
.text-stone-50\/75{color:rgb(250 250 249 / 0.75)}
.text-stone-50\/80{color:rgb(250 250 249 / 0.8)}
.text-stone-50\/85{color:rgb(250 250 249 / 0.85)}
.text-stone-50\/90{color:rgb(250 250 249 / 0.9)}
.text-stone-50\/95{color:rgb(250 250 249 / 0.95)}
.text-stone-500{--tw-text-opacity:1;color:rgb(120 113 108 / var(--tw-text-opacity))}
.text-stone-500\/0{color:rgb(120 113 108 / 0)}
.text-stone-500\/10{color:rgb(120 113 108 / 0.1)}
.text-stone-500\/100{color:rgb(120 113 108 / 1)}
.text-stone-500\/15{color:rgb(120 113 108 / 0.15)}
.text-stone-500\/20{color:rgb(120 113 108 / 0.2)}
.text-stone-500\/25{color:rgb(120 113 108 / 0.25)}
.text-stone-500\/30{color:rgb(120 113 108 / 0.3)}
.text-stone-500\/35{color:rgb(120 113 108 / 0.35)}
.text-stone-500\/40{color:rgb(120 113 108 / 0.4)}
.text-stone-500\/45{color:rgb(120 113 108 / 0.45)}
.text-stone-500\/5{color:rgb(120 113 108 / 0.05)}
.text-stone-500\/50{color:rgb(120 113 108 / 0.5)}
.text-stone-500\/55{color:rgb(120 113 108 / 0.55)}
.text-stone-500\/60{color:rgb(120 113 108 / 0.6)}
.text-stone-500\/65{color:rgb(120 113 108 / 0.65)}
.text-stone-500\/70{color:rgb(120 113 108 / 0.7)}
.text-stone-500\/75{color:rgb(120 113 108 / 0.75)}
.text-stone-500\/80{color:rgb(120 113 108 / 0.8)}
.text-stone-500\/85{color:rgb(120 113 108 / 0.85)}
.text-stone-500\/90{color:rgb(120 113 108 / 0.9)}
.text-stone-500\/95{color:rgb(120 113 108 / 0.95)}
.text-stone-600{--tw-text-opacity:1;color:rgb(87 83 78 / var(--tw-text-opacity))}
.text-stone-600\/0{color:rgb(87 83 78 / 0)}
.text-stone-600\/10{color:rgb(87 83 78 / 0.1)}
.text-stone-600\/100{color:rgb(87 83 78 / 1)}
.text-stone-600\/15{color:rgb(87 83 78 / 0.15)}
.text-stone-600\/20{color:rgb(87 83 78 / 0.2)}
.text-stone-600\/25{color:rgb(87 83 78 / 0.25)}
.text-stone-600\/30{color:rgb(87 83 78 / 0.3)}
.text-stone-600\/35{color:rgb(87 83 78 / 0.35)}
.text-stone-600\/40{color:rgb(87 83 78 / 0.4)}
.text-stone-600\/45{color:rgb(87 83 78 / 0.45)}
.text-stone-600\/5{color:rgb(87 83 78 / 0.05)}
.text-stone-600\/50{color:rgb(87 83 78 / 0.5)}
.text-stone-600\/55{color:rgb(87 83 78 / 0.55)}
.text-stone-600\/60{color:rgb(87 83 78 / 0.6)}
.text-stone-600\/65{color:rgb(87 83 78 / 0.65)}
.text-stone-600\/70{color:rgb(87 83 78 / 0.7)}
.text-stone-600\/75{color:rgb(87 83 78 / 0.75)}
.text-stone-600\/80{color:rgb(87 83 78 / 0.8)}
.text-stone-600\/85{color:rgb(87 83 78 / 0.85)}
.text-stone-600\/90{color:rgb(87 83 78 / 0.9)}
.text-stone-600\/95{color:rgb(87 83 78 / 0.95)}
.text-stone-700{--tw-text-opacity:1;color:rgb(68 64 60 / var(--tw-text-opacity))}
.text-stone-700\/0{color:rgb(68 64 60 / 0)}
.text-stone-700\/10{color:rgb(68 64 60 / 0.1)}
.text-stone-700\/100{color:rgb(68 64 60 / 1)}
.text-stone-700\/15{color:rgb(68 64 60 / 0.15)}
.text-stone-700\/20{color:rgb(68 64 60 / 0.2)}
.text-stone-700\/25{color:rgb(68 64 60 / 0.25)}
.text-stone-700\/30{color:rgb(68 64 60 / 0.3)}
.text-stone-700\/35{color:rgb(68 64 60 / 0.35)}
.text-stone-700\/40{color:rgb(68 64 60 / 0.4)}
.text-stone-700\/45{color:rgb(68 64 60 / 0.45)}
.text-stone-700\/5{color:rgb(68 64 60 / 0.05)}
.text-stone-700\/50{color:rgb(68 64 60 / 0.5)}
.text-stone-700\/55{color:rgb(68 64 60 / 0.55)}
.text-stone-700\/60{color:rgb(68 64 60 / 0.6)}
.text-stone-700\/65{color:rgb(68 64 60 / 0.65)}
.text-stone-700\/70{color:rgb(68 64 60 / 0.7)}
.text-stone-700\/75{color:rgb(68 64 60 / 0.75)}
.text-stone-700\/80{color:rgb(68 64 60 / 0.8)}
.text-stone-700\/85{color:rgb(68 64 60 / 0.85)}
.text-stone-700\/90{color:rgb(68 64 60 / 0.9)}
.text-stone-700\/95{color:rgb(68 64 60 / 0.95)}
.text-stone-800{--tw-text-opacity:1;color:rgb(41 37 36 / var(--tw-text-opacity))}
.text-stone-800\/0{color:rgb(41 37 36 / 0)}
.text-stone-800\/10{color:rgb(41 37 36 / 0.1)}
.text-stone-800\/100{color:rgb(41 37 36 / 1)}
.text-stone-800\/15{color:rgb(41 37 36 / 0.15)}
.text-stone-800\/20{color:rgb(41 37 36 / 0.2)}
.text-stone-800\/25{color:rgb(41 37 36 / 0.25)}
.text-stone-800\/30{color:rgb(41 37 36 / 0.3)}
.text-stone-800\/35{color:rgb(41 37 36 / 0.35)}
.text-stone-800\/40{color:rgb(41 37 36 / 0.4)}
.text-stone-800\/45{color:rgb(41 37 36 / 0.45)}
.text-stone-800\/5{color:rgb(41 37 36 / 0.05)}
.text-stone-800\/50{color:rgb(41 37 36 / 0.5)}
.text-stone-800\/55{color:rgb(41 37 36 / 0.55)}
.text-stone-800\/60{color:rgb(41 37 36 / 0.6)}
.text-stone-800\/65{color:rgb(41 37 36 / 0.65)}
.text-stone-800\/70{color:rgb(41 37 36 / 0.7)}
.text-stone-800\/75{color:rgb(41 37 36 / 0.75)}
.text-stone-800\/80{color:rgb(41 37 36 / 0.8)}
.text-stone-800\/85{color:rgb(41 37 36 / 0.85)}
.text-stone-800\/90{color:rgb(41 37 36 / 0.9)}
.text-stone-800\/95{color:rgb(41 37 36 / 0.95)}
.text-stone-900{--tw-text-opacity:1;color:rgb(28 25 23 / var(--tw-text-opacity))}
.text-stone-900\/0{color:rgb(28 25 23 / 0)}
.text-stone-900\/10{color:rgb(28 25 23 / 0.1)}
.text-stone-900\/100{color:rgb(28 25 23 / 1)}
.text-stone-900\/15{color:rgb(28 25 23 / 0.15)}
.text-stone-900\/20{color:rgb(28 25 23 / 0.2)}
.text-stone-900\/25{color:rgb(28 25 23 / 0.25)}
.text-stone-900\/30{color:rgb(28 25 23 / 0.3)}
.text-stone-900\/35{color:rgb(28 25 23 / 0.35)}
.text-stone-900\/40{color:rgb(28 25 23 / 0.4)}
.text-stone-900\/45{color:rgb(28 25 23 / 0.45)}
.text-stone-900\/5{color:rgb(28 25 23 / 0.05)}
.text-stone-900\/50{color:rgb(28 25 23 / 0.5)}
.text-stone-900\/55{color:rgb(28 25 23 / 0.55)}
.text-stone-900\/60{color:rgb(28 25 23 / 0.6)}
.text-stone-900\/65{color:rgb(28 25 23 / 0.65)}
.text-stone-900\/70{color:rgb(28 25 23 / 0.7)}
.text-stone-900\/75{color:rgb(28 25 23 / 0.75)}
.text-stone-900\/80{color:rgb(28 25 23 / 0.8)}
.text-stone-900\/85{color:rgb(28 25 23 / 0.85)}
.text-stone-900\/90{color:rgb(28 25 23 / 0.9)}
.text-stone-900\/95{color:rgb(28 25 23 / 0.95)}
.text-stone-950{--tw-text-opacity:1;color:rgb(12 10 9 / var(--tw-text-opacity))}
.text-stone-950\/0{color:rgb(12 10 9 / 0)}
.text-stone-950\/10{color:rgb(12 10 9 / 0.1)}
.text-stone-950\/100{color:rgb(12 10 9 / 1)}
.text-stone-950\/15{color:rgb(12 10 9 / 0.15)}
.text-stone-950\/20{color:rgb(12 10 9 / 0.2)}
.text-stone-950\/25{color:rgb(12 10 9 / 0.25)}
.text-stone-950\/30{color:rgb(12 10 9 / 0.3)}
.text-stone-950\/35{color:rgb(12 10 9 / 0.35)}
.text-stone-950\/40{color:rgb(12 10 9 / 0.4)}
.text-stone-950\/45{color:rgb(12 10 9 / 0.45)}
.text-stone-950\/5{color:rgb(12 10 9 / 0.05)}
.text-stone-950\/50{color:rgb(12 10 9 / 0.5)}
.text-stone-950\/55{color:rgb(12 10 9 / 0.55)}
.text-stone-950\/60{color:rgb(12 10 9 / 0.6)}
.text-stone-950\/65{color:rgb(12 10 9 / 0.65)}
.text-stone-950\/70{color:rgb(12 10 9 / 0.7)}
.text-stone-950\/75{color:rgb(12 10 9 / 0.75)}
.text-stone-950\/80{color:rgb(12 10 9 / 0.8)}
.text-stone-950\/85{color:rgb(12 10 9 / 0.85)}
.text-stone-950\/90{color:rgb(12 10 9 / 0.9)}
.text-stone-950\/95{color:rgb(12 10 9 / 0.95)}
.text-success{--tw-text-opacity:1;color:rgb(27 135 73 / var(--tw-text-opacity))}
.text-success-100{color:var(--bt-success-100)}
.text-success-200{color:var(--bt-success-200)}
.text-success-300{color:var(--bt-success-300)}
.text-success-400{color:var(--bt-success-400)}
.text-success-500{color:var(--bt-success-500)}
.text-success-600{color:var(--bt-success-600)}
.text-success-700{color:var(--bt-success-700)}
.text-success-800{color:var(--bt-success-800)}
.text-success-900{color:var(--bt-success-900)}
.text-success-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-success-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-success-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-success-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-success-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-success-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-success-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-success-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-success-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-success-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-success-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-success-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-success-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-success-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-success-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-success-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-success-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-success-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-success-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-success-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-success-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-success-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-success-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-success-contrast-contrastsWithCard{}
.text-success-contrast-isDark{}
.text-success-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-success-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-success-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-success-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-success-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-success-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-success-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-success-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-success-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-success-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-success-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-success-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-success-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-success-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-success-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-success-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-success-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-success-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-success-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-success-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-success-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-success-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-success-contrast\/0{color:rgb(255 255 255 / 0)}
.text-success-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-success-contrast\/100{color:rgb(255 255 255 / 1)}
.text-success-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-success-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-success-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-success-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-success-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-success-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-success-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-success-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-success-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-success-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-success-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-success-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-success-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-success-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-success-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-success-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-success-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-success-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-success-contrastsWithCard{color:true}
.text-success-isDark{color:true}
.text-success-text{--tw-text-opacity:1;color:rgb(27 135 73 / var(--tw-text-opacity))}
.text-success-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-success-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-success-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-success-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-success-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-success-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-success-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-success-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-success-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-success-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-success-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-success-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-success-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-success-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-success-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-success-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-success-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-success-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-success-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-success-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-success-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-success-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-success-text-contrastsWithCard{color:true}
.text-success-text-isDark{color:true}
.text-success-text-text{--tw-text-opacity:1;color:rgb(27 135 73 / var(--tw-text-opacity))}
.text-success-text-text\/0{color:rgb(27 135 73 / 0)}
.text-success-text-text\/10{color:rgb(27 135 73 / 0.1)}
.text-success-text-text\/100{color:rgb(27 135 73 / 1)}
.text-success-text-text\/15{color:rgb(27 135 73 / 0.15)}
.text-success-text-text\/20{color:rgb(27 135 73 / 0.2)}
.text-success-text-text\/25{color:rgb(27 135 73 / 0.25)}
.text-success-text-text\/30{color:rgb(27 135 73 / 0.3)}
.text-success-text-text\/35{color:rgb(27 135 73 / 0.35)}
.text-success-text-text\/40{color:rgb(27 135 73 / 0.4)}
.text-success-text-text\/45{color:rgb(27 135 73 / 0.45)}
.text-success-text-text\/5{color:rgb(27 135 73 / 0.05)}
.text-success-text-text\/50{color:rgb(27 135 73 / 0.5)}
.text-success-text-text\/55{color:rgb(27 135 73 / 0.55)}
.text-success-text-text\/60{color:rgb(27 135 73 / 0.6)}
.text-success-text-text\/65{color:rgb(27 135 73 / 0.65)}
.text-success-text-text\/70{color:rgb(27 135 73 / 0.7)}
.text-success-text-text\/75{color:rgb(27 135 73 / 0.75)}
.text-success-text-text\/80{color:rgb(27 135 73 / 0.8)}
.text-success-text-text\/85{color:rgb(27 135 73 / 0.85)}
.text-success-text-text\/90{color:rgb(27 135 73 / 0.9)}
.text-success-text-text\/95{color:rgb(27 135 73 / 0.95)}
.text-success-text\/0{color:rgb(27 135 73 / 0)}
.text-success-text\/10{color:rgb(27 135 73 / 0.1)}
.text-success-text\/100{color:rgb(27 135 73 / 1)}
.text-success-text\/15{color:rgb(27 135 73 / 0.15)}
.text-success-text\/20{color:rgb(27 135 73 / 0.2)}
.text-success-text\/25{color:rgb(27 135 73 / 0.25)}
.text-success-text\/30{color:rgb(27 135 73 / 0.3)}
.text-success-text\/35{color:rgb(27 135 73 / 0.35)}
.text-success-text\/40{color:rgb(27 135 73 / 0.4)}
.text-success-text\/45{color:rgb(27 135 73 / 0.45)}
.text-success-text\/5{color:rgb(27 135 73 / 0.05)}
.text-success-text\/50{color:rgb(27 135 73 / 0.5)}
.text-success-text\/55{color:rgb(27 135 73 / 0.55)}
.text-success-text\/60{color:rgb(27 135 73 / 0.6)}
.text-success-text\/65{color:rgb(27 135 73 / 0.65)}
.text-success-text\/70{color:rgb(27 135 73 / 0.7)}
.text-success-text\/75{color:rgb(27 135 73 / 0.75)}
.text-success-text\/80{color:rgb(27 135 73 / 0.8)}
.text-success-text\/85{color:rgb(27 135 73 / 0.85)}
.text-success-text\/90{color:rgb(27 135 73 / 0.9)}
.text-success-text\/95{color:rgb(27 135 73 / 0.95)}
.text-success\/0{color:rgb(27 135 73 / 0)}
.text-success\/10{color:rgb(27 135 73 / 0.1)}
.text-success\/100{color:rgb(27 135 73 / 1)}
.text-success\/15{color:rgb(27 135 73 / 0.15)}
.text-success\/20{color:rgb(27 135 73 / 0.2)}
.text-success\/25{color:rgb(27 135 73 / 0.25)}
.text-success\/30{color:rgb(27 135 73 / 0.3)}
.text-success\/35{color:rgb(27 135 73 / 0.35)}
.text-success\/40{color:rgb(27 135 73 / 0.4)}
.text-success\/45{color:rgb(27 135 73 / 0.45)}
.text-success\/5{color:rgb(27 135 73 / 0.05)}
.text-success\/50{color:rgb(27 135 73 / 0.5)}
.text-success\/55{color:rgb(27 135 73 / 0.55)}
.text-success\/60{color:rgb(27 135 73 / 0.6)}
.text-success\/65{color:rgb(27 135 73 / 0.65)}
.text-success\/70{color:rgb(27 135 73 / 0.7)}
.text-success\/75{color:rgb(27 135 73 / 0.75)}
.text-success\/80{color:rgb(27 135 73 / 0.8)}
.text-success\/85{color:rgb(27 135 73 / 0.85)}
.text-success\/90{color:rgb(27 135 73 / 0.9)}
.text-success\/95{color:rgb(27 135 73 / 0.95)}
.text-teal-100{--tw-text-opacity:1;color:rgb(204 251 241 / var(--tw-text-opacity))}
.text-teal-100\/0{color:rgb(204 251 241 / 0)}
.text-teal-100\/10{color:rgb(204 251 241 / 0.1)}
.text-teal-100\/100{color:rgb(204 251 241 / 1)}
.text-teal-100\/15{color:rgb(204 251 241 / 0.15)}
.text-teal-100\/20{color:rgb(204 251 241 / 0.2)}
.text-teal-100\/25{color:rgb(204 251 241 / 0.25)}
.text-teal-100\/30{color:rgb(204 251 241 / 0.3)}
.text-teal-100\/35{color:rgb(204 251 241 / 0.35)}
.text-teal-100\/40{color:rgb(204 251 241 / 0.4)}
.text-teal-100\/45{color:rgb(204 251 241 / 0.45)}
.text-teal-100\/5{color:rgb(204 251 241 / 0.05)}
.text-teal-100\/50{color:rgb(204 251 241 / 0.5)}
.text-teal-100\/55{color:rgb(204 251 241 / 0.55)}
.text-teal-100\/60{color:rgb(204 251 241 / 0.6)}
.text-teal-100\/65{color:rgb(204 251 241 / 0.65)}
.text-teal-100\/70{color:rgb(204 251 241 / 0.7)}
.text-teal-100\/75{color:rgb(204 251 241 / 0.75)}
.text-teal-100\/80{color:rgb(204 251 241 / 0.8)}
.text-teal-100\/85{color:rgb(204 251 241 / 0.85)}
.text-teal-100\/90{color:rgb(204 251 241 / 0.9)}
.text-teal-100\/95{color:rgb(204 251 241 / 0.95)}
.text-teal-200{--tw-text-opacity:1;color:rgb(153 246 228 / var(--tw-text-opacity))}
.text-teal-200\/0{color:rgb(153 246 228 / 0)}
.text-teal-200\/10{color:rgb(153 246 228 / 0.1)}
.text-teal-200\/100{color:rgb(153 246 228 / 1)}
.text-teal-200\/15{color:rgb(153 246 228 / 0.15)}
.text-teal-200\/20{color:rgb(153 246 228 / 0.2)}
.text-teal-200\/25{color:rgb(153 246 228 / 0.25)}
.text-teal-200\/30{color:rgb(153 246 228 / 0.3)}
.text-teal-200\/35{color:rgb(153 246 228 / 0.35)}
.text-teal-200\/40{color:rgb(153 246 228 / 0.4)}
.text-teal-200\/45{color:rgb(153 246 228 / 0.45)}
.text-teal-200\/5{color:rgb(153 246 228 / 0.05)}
.text-teal-200\/50{color:rgb(153 246 228 / 0.5)}
.text-teal-200\/55{color:rgb(153 246 228 / 0.55)}
.text-teal-200\/60{color:rgb(153 246 228 / 0.6)}
.text-teal-200\/65{color:rgb(153 246 228 / 0.65)}
.text-teal-200\/70{color:rgb(153 246 228 / 0.7)}
.text-teal-200\/75{color:rgb(153 246 228 / 0.75)}
.text-teal-200\/80{color:rgb(153 246 228 / 0.8)}
.text-teal-200\/85{color:rgb(153 246 228 / 0.85)}
.text-teal-200\/90{color:rgb(153 246 228 / 0.9)}
.text-teal-200\/95{color:rgb(153 246 228 / 0.95)}
.text-teal-300{--tw-text-opacity:1;color:rgb(94 234 212 / var(--tw-text-opacity))}
.text-teal-300\/0{color:rgb(94 234 212 / 0)}
.text-teal-300\/10{color:rgb(94 234 212 / 0.1)}
.text-teal-300\/100{color:rgb(94 234 212 / 1)}
.text-teal-300\/15{color:rgb(94 234 212 / 0.15)}
.text-teal-300\/20{color:rgb(94 234 212 / 0.2)}
.text-teal-300\/25{color:rgb(94 234 212 / 0.25)}
.text-teal-300\/30{color:rgb(94 234 212 / 0.3)}
.text-teal-300\/35{color:rgb(94 234 212 / 0.35)}
.text-teal-300\/40{color:rgb(94 234 212 / 0.4)}
.text-teal-300\/45{color:rgb(94 234 212 / 0.45)}
.text-teal-300\/5{color:rgb(94 234 212 / 0.05)}
.text-teal-300\/50{color:rgb(94 234 212 / 0.5)}
.text-teal-300\/55{color:rgb(94 234 212 / 0.55)}
.text-teal-300\/60{color:rgb(94 234 212 / 0.6)}
.text-teal-300\/65{color:rgb(94 234 212 / 0.65)}
.text-teal-300\/70{color:rgb(94 234 212 / 0.7)}
.text-teal-300\/75{color:rgb(94 234 212 / 0.75)}
.text-teal-300\/80{color:rgb(94 234 212 / 0.8)}
.text-teal-300\/85{color:rgb(94 234 212 / 0.85)}
.text-teal-300\/90{color:rgb(94 234 212 / 0.9)}
.text-teal-300\/95{color:rgb(94 234 212 / 0.95)}
.text-teal-400{--tw-text-opacity:1;color:rgb(45 212 191 / var(--tw-text-opacity))}
.text-teal-400\/0{color:rgb(45 212 191 / 0)}
.text-teal-400\/10{color:rgb(45 212 191 / 0.1)}
.text-teal-400\/100{color:rgb(45 212 191 / 1)}
.text-teal-400\/15{color:rgb(45 212 191 / 0.15)}
.text-teal-400\/20{color:rgb(45 212 191 / 0.2)}
.text-teal-400\/25{color:rgb(45 212 191 / 0.25)}
.text-teal-400\/30{color:rgb(45 212 191 / 0.3)}
.text-teal-400\/35{color:rgb(45 212 191 / 0.35)}
.text-teal-400\/40{color:rgb(45 212 191 / 0.4)}
.text-teal-400\/45{color:rgb(45 212 191 / 0.45)}
.text-teal-400\/5{color:rgb(45 212 191 / 0.05)}
.text-teal-400\/50{color:rgb(45 212 191 / 0.5)}
.text-teal-400\/55{color:rgb(45 212 191 / 0.55)}
.text-teal-400\/60{color:rgb(45 212 191 / 0.6)}
.text-teal-400\/65{color:rgb(45 212 191 / 0.65)}
.text-teal-400\/70{color:rgb(45 212 191 / 0.7)}
.text-teal-400\/75{color:rgb(45 212 191 / 0.75)}
.text-teal-400\/80{color:rgb(45 212 191 / 0.8)}
.text-teal-400\/85{color:rgb(45 212 191 / 0.85)}
.text-teal-400\/90{color:rgb(45 212 191 / 0.9)}
.text-teal-400\/95{color:rgb(45 212 191 / 0.95)}
.text-teal-50{--tw-text-opacity:1;color:rgb(240 253 250 / var(--tw-text-opacity))}
.text-teal-50\/0{color:rgb(240 253 250 / 0)}
.text-teal-50\/10{color:rgb(240 253 250 / 0.1)}
.text-teal-50\/100{color:rgb(240 253 250 / 1)}
.text-teal-50\/15{color:rgb(240 253 250 / 0.15)}
.text-teal-50\/20{color:rgb(240 253 250 / 0.2)}
.text-teal-50\/25{color:rgb(240 253 250 / 0.25)}
.text-teal-50\/30{color:rgb(240 253 250 / 0.3)}
.text-teal-50\/35{color:rgb(240 253 250 / 0.35)}
.text-teal-50\/40{color:rgb(240 253 250 / 0.4)}
.text-teal-50\/45{color:rgb(240 253 250 / 0.45)}
.text-teal-50\/5{color:rgb(240 253 250 / 0.05)}
.text-teal-50\/50{color:rgb(240 253 250 / 0.5)}
.text-teal-50\/55{color:rgb(240 253 250 / 0.55)}
.text-teal-50\/60{color:rgb(240 253 250 / 0.6)}
.text-teal-50\/65{color:rgb(240 253 250 / 0.65)}
.text-teal-50\/70{color:rgb(240 253 250 / 0.7)}
.text-teal-50\/75{color:rgb(240 253 250 / 0.75)}
.text-teal-50\/80{color:rgb(240 253 250 / 0.8)}
.text-teal-50\/85{color:rgb(240 253 250 / 0.85)}
.text-teal-50\/90{color:rgb(240 253 250 / 0.9)}
.text-teal-50\/95{color:rgb(240 253 250 / 0.95)}
.text-teal-500{--tw-text-opacity:1;color:rgb(20 184 166 / var(--tw-text-opacity))}
.text-teal-500\/0{color:rgb(20 184 166 / 0)}
.text-teal-500\/10{color:rgb(20 184 166 / 0.1)}
.text-teal-500\/100{color:rgb(20 184 166 / 1)}
.text-teal-500\/15{color:rgb(20 184 166 / 0.15)}
.text-teal-500\/20{color:rgb(20 184 166 / 0.2)}
.text-teal-500\/25{color:rgb(20 184 166 / 0.25)}
.text-teal-500\/30{color:rgb(20 184 166 / 0.3)}
.text-teal-500\/35{color:rgb(20 184 166 / 0.35)}
.text-teal-500\/40{color:rgb(20 184 166 / 0.4)}
.text-teal-500\/45{color:rgb(20 184 166 / 0.45)}
.text-teal-500\/5{color:rgb(20 184 166 / 0.05)}
.text-teal-500\/50{color:rgb(20 184 166 / 0.5)}
.text-teal-500\/55{color:rgb(20 184 166 / 0.55)}
.text-teal-500\/60{color:rgb(20 184 166 / 0.6)}
.text-teal-500\/65{color:rgb(20 184 166 / 0.65)}
.text-teal-500\/70{color:rgb(20 184 166 / 0.7)}
.text-teal-500\/75{color:rgb(20 184 166 / 0.75)}
.text-teal-500\/80{color:rgb(20 184 166 / 0.8)}
.text-teal-500\/85{color:rgb(20 184 166 / 0.85)}
.text-teal-500\/90{color:rgb(20 184 166 / 0.9)}
.text-teal-500\/95{color:rgb(20 184 166 / 0.95)}
.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136 / var(--tw-text-opacity))}
.text-teal-600\/0{color:rgb(13 148 136 / 0)}
.text-teal-600\/10{color:rgb(13 148 136 / 0.1)}
.text-teal-600\/100{color:rgb(13 148 136 / 1)}
.text-teal-600\/15{color:rgb(13 148 136 / 0.15)}
.text-teal-600\/20{color:rgb(13 148 136 / 0.2)}
.text-teal-600\/25{color:rgb(13 148 136 / 0.25)}
.text-teal-600\/30{color:rgb(13 148 136 / 0.3)}
.text-teal-600\/35{color:rgb(13 148 136 / 0.35)}
.text-teal-600\/40{color:rgb(13 148 136 / 0.4)}
.text-teal-600\/45{color:rgb(13 148 136 / 0.45)}
.text-teal-600\/5{color:rgb(13 148 136 / 0.05)}
.text-teal-600\/50{color:rgb(13 148 136 / 0.5)}
.text-teal-600\/55{color:rgb(13 148 136 / 0.55)}
.text-teal-600\/60{color:rgb(13 148 136 / 0.6)}
.text-teal-600\/65{color:rgb(13 148 136 / 0.65)}
.text-teal-600\/70{color:rgb(13 148 136 / 0.7)}
.text-teal-600\/75{color:rgb(13 148 136 / 0.75)}
.text-teal-600\/80{color:rgb(13 148 136 / 0.8)}
.text-teal-600\/85{color:rgb(13 148 136 / 0.85)}
.text-teal-600\/90{color:rgb(13 148 136 / 0.9)}
.text-teal-600\/95{color:rgb(13 148 136 / 0.95)}
.text-teal-700{--tw-text-opacity:1;color:rgb(15 118 110 / var(--tw-text-opacity))}
.text-teal-700\/0{color:rgb(15 118 110 / 0)}
.text-teal-700\/10{color:rgb(15 118 110 / 0.1)}
.text-teal-700\/100{color:rgb(15 118 110 / 1)}
.text-teal-700\/15{color:rgb(15 118 110 / 0.15)}
.text-teal-700\/20{color:rgb(15 118 110 / 0.2)}
.text-teal-700\/25{color:rgb(15 118 110 / 0.25)}
.text-teal-700\/30{color:rgb(15 118 110 / 0.3)}
.text-teal-700\/35{color:rgb(15 118 110 / 0.35)}
.text-teal-700\/40{color:rgb(15 118 110 / 0.4)}
.text-teal-700\/45{color:rgb(15 118 110 / 0.45)}
.text-teal-700\/5{color:rgb(15 118 110 / 0.05)}
.text-teal-700\/50{color:rgb(15 118 110 / 0.5)}
.text-teal-700\/55{color:rgb(15 118 110 / 0.55)}
.text-teal-700\/60{color:rgb(15 118 110 / 0.6)}
.text-teal-700\/65{color:rgb(15 118 110 / 0.65)}
.text-teal-700\/70{color:rgb(15 118 110 / 0.7)}
.text-teal-700\/75{color:rgb(15 118 110 / 0.75)}
.text-teal-700\/80{color:rgb(15 118 110 / 0.8)}
.text-teal-700\/85{color:rgb(15 118 110 / 0.85)}
.text-teal-700\/90{color:rgb(15 118 110 / 0.9)}
.text-teal-700\/95{color:rgb(15 118 110 / 0.95)}
.text-teal-800{--tw-text-opacity:1;color:rgb(17 94 89 / var(--tw-text-opacity))}
.text-teal-800\/0{color:rgb(17 94 89 / 0)}
.text-teal-800\/10{color:rgb(17 94 89 / 0.1)}
.text-teal-800\/100{color:rgb(17 94 89 / 1)}
.text-teal-800\/15{color:rgb(17 94 89 / 0.15)}
.text-teal-800\/20{color:rgb(17 94 89 / 0.2)}
.text-teal-800\/25{color:rgb(17 94 89 / 0.25)}
.text-teal-800\/30{color:rgb(17 94 89 / 0.3)}
.text-teal-800\/35{color:rgb(17 94 89 / 0.35)}
.text-teal-800\/40{color:rgb(17 94 89 / 0.4)}
.text-teal-800\/45{color:rgb(17 94 89 / 0.45)}
.text-teal-800\/5{color:rgb(17 94 89 / 0.05)}
.text-teal-800\/50{color:rgb(17 94 89 / 0.5)}
.text-teal-800\/55{color:rgb(17 94 89 / 0.55)}
.text-teal-800\/60{color:rgb(17 94 89 / 0.6)}
.text-teal-800\/65{color:rgb(17 94 89 / 0.65)}
.text-teal-800\/70{color:rgb(17 94 89 / 0.7)}
.text-teal-800\/75{color:rgb(17 94 89 / 0.75)}
.text-teal-800\/80{color:rgb(17 94 89 / 0.8)}
.text-teal-800\/85{color:rgb(17 94 89 / 0.85)}
.text-teal-800\/90{color:rgb(17 94 89 / 0.9)}
.text-teal-800\/95{color:rgb(17 94 89 / 0.95)}
.text-teal-900{--tw-text-opacity:1;color:rgb(19 78 74 / var(--tw-text-opacity))}
.text-teal-900\/0{color:rgb(19 78 74 / 0)}
.text-teal-900\/10{color:rgb(19 78 74 / 0.1)}
.text-teal-900\/100{color:rgb(19 78 74 / 1)}
.text-teal-900\/15{color:rgb(19 78 74 / 0.15)}
.text-teal-900\/20{color:rgb(19 78 74 / 0.2)}
.text-teal-900\/25{color:rgb(19 78 74 / 0.25)}
.text-teal-900\/30{color:rgb(19 78 74 / 0.3)}
.text-teal-900\/35{color:rgb(19 78 74 / 0.35)}
.text-teal-900\/40{color:rgb(19 78 74 / 0.4)}
.text-teal-900\/45{color:rgb(19 78 74 / 0.45)}
.text-teal-900\/5{color:rgb(19 78 74 / 0.05)}
.text-teal-900\/50{color:rgb(19 78 74 / 0.5)}
.text-teal-900\/55{color:rgb(19 78 74 / 0.55)}
.text-teal-900\/60{color:rgb(19 78 74 / 0.6)}
.text-teal-900\/65{color:rgb(19 78 74 / 0.65)}
.text-teal-900\/70{color:rgb(19 78 74 / 0.7)}
.text-teal-900\/75{color:rgb(19 78 74 / 0.75)}
.text-teal-900\/80{color:rgb(19 78 74 / 0.8)}
.text-teal-900\/85{color:rgb(19 78 74 / 0.85)}
.text-teal-900\/90{color:rgb(19 78 74 / 0.9)}
.text-teal-900\/95{color:rgb(19 78 74 / 0.95)}
.text-teal-950{--tw-text-opacity:1;color:rgb(4 47 46 / var(--tw-text-opacity))}
.text-teal-950\/0{color:rgb(4 47 46 / 0)}
.text-teal-950\/10{color:rgb(4 47 46 / 0.1)}
.text-teal-950\/100{color:rgb(4 47 46 / 1)}
.text-teal-950\/15{color:rgb(4 47 46 / 0.15)}
.text-teal-950\/20{color:rgb(4 47 46 / 0.2)}
.text-teal-950\/25{color:rgb(4 47 46 / 0.25)}
.text-teal-950\/30{color:rgb(4 47 46 / 0.3)}
.text-teal-950\/35{color:rgb(4 47 46 / 0.35)}
.text-teal-950\/40{color:rgb(4 47 46 / 0.4)}
.text-teal-950\/45{color:rgb(4 47 46 / 0.45)}
.text-teal-950\/5{color:rgb(4 47 46 / 0.05)}
.text-teal-950\/50{color:rgb(4 47 46 / 0.5)}
.text-teal-950\/55{color:rgb(4 47 46 / 0.55)}
.text-teal-950\/60{color:rgb(4 47 46 / 0.6)}
.text-teal-950\/65{color:rgb(4 47 46 / 0.65)}
.text-teal-950\/70{color:rgb(4 47 46 / 0.7)}
.text-teal-950\/75{color:rgb(4 47 46 / 0.75)}
.text-teal-950\/80{color:rgb(4 47 46 / 0.8)}
.text-teal-950\/85{color:rgb(4 47 46 / 0.85)}
.text-teal-950\/90{color:rgb(4 47 46 / 0.9)}
.text-teal-950\/95{color:rgb(4 47 46 / 0.95)}
.text-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-text-100{color:var(--bt-text-100)}
.text-text-200{color:var(--bt-text-200)}
.text-text-300{color:var(--bt-text-300)}
.text-text-400{color:var(--bt-text-400)}
.text-text-500{color:var(--bt-text-500)}
.text-text-600{color:var(--bt-text-600)}
.text-text-700{color:var(--bt-text-700)}
.text-text-800{color:var(--bt-text-800)}
.text-text-900{color:var(--bt-text-900)}
.text-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-text-contrast-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-text-contrast-contrast\/0{color:rgb(0 0 0 / 0)}
.text-text-contrast-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-text-contrast-contrast\/100{color:rgb(0 0 0 / 1)}
.text-text-contrast-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-text-contrast-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-text-contrast-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-text-contrast-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-text-contrast-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-text-contrast-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-text-contrast-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-text-contrast-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-text-contrast-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-text-contrast-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-text-contrast-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-text-contrast-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-text-contrast-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-text-contrast-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-text-contrast-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-text-contrast-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-text-contrast-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-text-contrast-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-text-contrast-contrastsWithCard{}
.text-text-contrast-isDark{}
.text-text-contrast-text{--tw-text-opacity:1;color:rgb(132 132 132 / var(--tw-text-opacity))}
.text-text-contrast-text\/0{color:rgb(132 132 132 / 0)}
.text-text-contrast-text\/10{color:rgb(132 132 132 / 0.1)}
.text-text-contrast-text\/100{color:rgb(132 132 132 / 1)}
.text-text-contrast-text\/15{color:rgb(132 132 132 / 0.15)}
.text-text-contrast-text\/20{color:rgb(132 132 132 / 0.2)}
.text-text-contrast-text\/25{color:rgb(132 132 132 / 0.25)}
.text-text-contrast-text\/30{color:rgb(132 132 132 / 0.3)}
.text-text-contrast-text\/35{color:rgb(132 132 132 / 0.35)}
.text-text-contrast-text\/40{color:rgb(132 132 132 / 0.4)}
.text-text-contrast-text\/45{color:rgb(132 132 132 / 0.45)}
.text-text-contrast-text\/5{color:rgb(132 132 132 / 0.05)}
.text-text-contrast-text\/50{color:rgb(132 132 132 / 0.5)}
.text-text-contrast-text\/55{color:rgb(132 132 132 / 0.55)}
.text-text-contrast-text\/60{color:rgb(132 132 132 / 0.6)}
.text-text-contrast-text\/65{color:rgb(132 132 132 / 0.65)}
.text-text-contrast-text\/70{color:rgb(132 132 132 / 0.7)}
.text-text-contrast-text\/75{color:rgb(132 132 132 / 0.75)}
.text-text-contrast-text\/80{color:rgb(132 132 132 / 0.8)}
.text-text-contrast-text\/85{color:rgb(132 132 132 / 0.85)}
.text-text-contrast-text\/90{color:rgb(132 132 132 / 0.9)}
.text-text-contrast-text\/95{color:rgb(132 132 132 / 0.95)}
.text-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-text-contrastsWithCard{color:true}
.text-text-isDark{color:true}
.text-text-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-text-text-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-text-text-contrast\/0{color:rgb(255 255 255 / 0)}
.text-text-text-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-text-text-contrast\/100{color:rgb(255 255 255 / 1)}
.text-text-text-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-text-text-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-text-text-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-text-text-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-text-text-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-text-text-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-text-text-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-text-text-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-text-text-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-text-text-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-text-text-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-text-text-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-text-text-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-text-text-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-text-text-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-text-text-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-text-text-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-text-text-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-text-text-contrastsWithCard{color:true}
.text-text-text-isDark{color:true}
.text-text-text-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-text-text-text\/0{color:rgb(0 0 0 / 0)}
.text-text-text-text\/10{color:rgb(0 0 0 / 0.1)}
.text-text-text-text\/100{color:rgb(0 0 0 / 1)}
.text-text-text-text\/15{color:rgb(0 0 0 / 0.15)}
.text-text-text-text\/20{color:rgb(0 0 0 / 0.2)}
.text-text-text-text\/25{color:rgb(0 0 0 / 0.25)}
.text-text-text-text\/30{color:rgb(0 0 0 / 0.3)}
.text-text-text-text\/35{color:rgb(0 0 0 / 0.35)}
.text-text-text-text\/40{color:rgb(0 0 0 / 0.4)}
.text-text-text-text\/45{color:rgb(0 0 0 / 0.45)}
.text-text-text-text\/5{color:rgb(0 0 0 / 0.05)}
.text-text-text-text\/50{color:rgb(0 0 0 / 0.5)}
.text-text-text-text\/55{color:rgb(0 0 0 / 0.55)}
.text-text-text-text\/60{color:rgb(0 0 0 / 0.6)}
.text-text-text-text\/65{color:rgb(0 0 0 / 0.65)}
.text-text-text-text\/70{color:rgb(0 0 0 / 0.7)}
.text-text-text-text\/75{color:rgb(0 0 0 / 0.75)}
.text-text-text-text\/80{color:rgb(0 0 0 / 0.8)}
.text-text-text-text\/85{color:rgb(0 0 0 / 0.85)}
.text-text-text-text\/90{color:rgb(0 0 0 / 0.9)}
.text-text-text-text\/95{color:rgb(0 0 0 / 0.95)}
.text-text-text\/0{color:rgb(0 0 0 / 0)}
.text-text-text\/10{color:rgb(0 0 0 / 0.1)}
.text-text-text\/100{color:rgb(0 0 0 / 1)}
.text-text-text\/15{color:rgb(0 0 0 / 0.15)}
.text-text-text\/20{color:rgb(0 0 0 / 0.2)}
.text-text-text\/25{color:rgb(0 0 0 / 0.25)}
.text-text-text\/30{color:rgb(0 0 0 / 0.3)}
.text-text-text\/35{color:rgb(0 0 0 / 0.35)}
.text-text-text\/40{color:rgb(0 0 0 / 0.4)}
.text-text-text\/45{color:rgb(0 0 0 / 0.45)}
.text-text-text\/5{color:rgb(0 0 0 / 0.05)}
.text-text-text\/50{color:rgb(0 0 0 / 0.5)}
.text-text-text\/55{color:rgb(0 0 0 / 0.55)}
.text-text-text\/60{color:rgb(0 0 0 / 0.6)}
.text-text-text\/65{color:rgb(0 0 0 / 0.65)}
.text-text-text\/70{color:rgb(0 0 0 / 0.7)}
.text-text-text\/75{color:rgb(0 0 0 / 0.75)}
.text-text-text\/80{color:rgb(0 0 0 / 0.8)}
.text-text-text\/85{color:rgb(0 0 0 / 0.85)}
.text-text-text\/90{color:rgb(0 0 0 / 0.9)}
.text-text-text\/95{color:rgb(0 0 0 / 0.95)}
.text-text\/0{color:rgb(0 0 0 / 0)}
.text-text\/10{color:rgb(0 0 0 / 0.1)}
.text-text\/100{color:rgb(0 0 0 / 1)}
.text-text\/15{color:rgb(0 0 0 / 0.15)}
.text-text\/20{color:rgb(0 0 0 / 0.2)}
.text-text\/25{color:rgb(0 0 0 / 0.25)}
.text-text\/30{color:rgb(0 0 0 / 0.3)}
.text-text\/35{color:rgb(0 0 0 / 0.35)}
.text-text\/40{color:rgb(0 0 0 / 0.4)}
.text-text\/45{color:rgb(0 0 0 / 0.45)}
.text-text\/5{color:rgb(0 0 0 / 0.05)}
.text-text\/50{color:rgb(0 0 0 / 0.5)}
.text-text\/55{color:rgb(0 0 0 / 0.55)}
.text-text\/60{color:rgb(0 0 0 / 0.6)}
.text-text\/65{color:rgb(0 0 0 / 0.65)}
.text-text\/70{color:rgb(0 0 0 / 0.7)}
.text-text\/75{color:rgb(0 0 0 / 0.75)}
.text-text\/80{color:rgb(0 0 0 / 0.8)}
.text-text\/85{color:rgb(0 0 0 / 0.85)}
.text-text\/90{color:rgb(0 0 0 / 0.9)}
.text-text\/95{color:rgb(0 0 0 / 0.95)}
.text-textDark{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-textDark\/0{color:rgb(255 255 255 / 0)}
.text-textDark\/10{color:rgb(255 255 255 / 0.1)}
.text-textDark\/100{color:rgb(255 255 255 / 1)}
.text-textDark\/15{color:rgb(255 255 255 / 0.15)}
.text-textDark\/20{color:rgb(255 255 255 / 0.2)}
.text-textDark\/25{color:rgb(255 255 255 / 0.25)}
.text-textDark\/30{color:rgb(255 255 255 / 0.3)}
.text-textDark\/35{color:rgb(255 255 255 / 0.35)}
.text-textDark\/40{color:rgb(255 255 255 / 0.4)}
.text-textDark\/45{color:rgb(255 255 255 / 0.45)}
.text-textDark\/5{color:rgb(255 255 255 / 0.05)}
.text-textDark\/50{color:rgb(255 255 255 / 0.5)}
.text-textDark\/55{color:rgb(255 255 255 / 0.55)}
.text-textDark\/60{color:rgb(255 255 255 / 0.6)}
.text-textDark\/65{color:rgb(255 255 255 / 0.65)}
.text-textDark\/70{color:rgb(255 255 255 / 0.7)}
.text-textDark\/75{color:rgb(255 255 255 / 0.75)}
.text-textDark\/80{color:rgb(255 255 255 / 0.8)}
.text-textDark\/85{color:rgb(255 255 255 / 0.85)}
.text-textDark\/90{color:rgb(255 255 255 / 0.9)}
.text-textDark\/95{color:rgb(255 255 255 / 0.95)}
.text-transparent{color:transparent}
.text-transparent\/0{color:rgb(0 0 0 / 0)}
.text-transparent\/10{color:rgb(0 0 0 / 0.1)}
.text-transparent\/100{color:rgb(0 0 0 / 1)}
.text-transparent\/15{color:rgb(0 0 0 / 0.15)}
.text-transparent\/20{color:rgb(0 0 0 / 0.2)}
.text-transparent\/25{color:rgb(0 0 0 / 0.25)}
.text-transparent\/30{color:rgb(0 0 0 / 0.3)}
.text-transparent\/35{color:rgb(0 0 0 / 0.35)}
.text-transparent\/40{color:rgb(0 0 0 / 0.4)}
.text-transparent\/45{color:rgb(0 0 0 / 0.45)}
.text-transparent\/5{color:rgb(0 0 0 / 0.05)}
.text-transparent\/50{color:rgb(0 0 0 / 0.5)}
.text-transparent\/55{color:rgb(0 0 0 / 0.55)}
.text-transparent\/60{color:rgb(0 0 0 / 0.6)}
.text-transparent\/65{color:rgb(0 0 0 / 0.65)}
.text-transparent\/70{color:rgb(0 0 0 / 0.7)}
.text-transparent\/75{color:rgb(0 0 0 / 0.75)}
.text-transparent\/80{color:rgb(0 0 0 / 0.8)}
.text-transparent\/85{color:rgb(0 0 0 / 0.85)}
.text-transparent\/90{color:rgb(0 0 0 / 0.9)}
.text-transparent\/95{color:rgb(0 0 0 / 0.95)}
.text-violet-100{--tw-text-opacity:1;color:rgb(237 233 254 / var(--tw-text-opacity))}
.text-violet-100\/0{color:rgb(237 233 254 / 0)}
.text-violet-100\/10{color:rgb(237 233 254 / 0.1)}
.text-violet-100\/100{color:rgb(237 233 254 / 1)}
.text-violet-100\/15{color:rgb(237 233 254 / 0.15)}
.text-violet-100\/20{color:rgb(237 233 254 / 0.2)}
.text-violet-100\/25{color:rgb(237 233 254 / 0.25)}
.text-violet-100\/30{color:rgb(237 233 254 / 0.3)}
.text-violet-100\/35{color:rgb(237 233 254 / 0.35)}
.text-violet-100\/40{color:rgb(237 233 254 / 0.4)}
.text-violet-100\/45{color:rgb(237 233 254 / 0.45)}
.text-violet-100\/5{color:rgb(237 233 254 / 0.05)}
.text-violet-100\/50{color:rgb(237 233 254 / 0.5)}
.text-violet-100\/55{color:rgb(237 233 254 / 0.55)}
.text-violet-100\/60{color:rgb(237 233 254 / 0.6)}
.text-violet-100\/65{color:rgb(237 233 254 / 0.65)}
.text-violet-100\/70{color:rgb(237 233 254 / 0.7)}
.text-violet-100\/75{color:rgb(237 233 254 / 0.75)}
.text-violet-100\/80{color:rgb(237 233 254 / 0.8)}
.text-violet-100\/85{color:rgb(237 233 254 / 0.85)}
.text-violet-100\/90{color:rgb(237 233 254 / 0.9)}
.text-violet-100\/95{color:rgb(237 233 254 / 0.95)}
.text-violet-200{--tw-text-opacity:1;color:rgb(221 214 254 / var(--tw-text-opacity))}
.text-violet-200\/0{color:rgb(221 214 254 / 0)}
.text-violet-200\/10{color:rgb(221 214 254 / 0.1)}
.text-violet-200\/100{color:rgb(221 214 254 / 1)}
.text-violet-200\/15{color:rgb(221 214 254 / 0.15)}
.text-violet-200\/20{color:rgb(221 214 254 / 0.2)}
.text-violet-200\/25{color:rgb(221 214 254 / 0.25)}
.text-violet-200\/30{color:rgb(221 214 254 / 0.3)}
.text-violet-200\/35{color:rgb(221 214 254 / 0.35)}
.text-violet-200\/40{color:rgb(221 214 254 / 0.4)}
.text-violet-200\/45{color:rgb(221 214 254 / 0.45)}
.text-violet-200\/5{color:rgb(221 214 254 / 0.05)}
.text-violet-200\/50{color:rgb(221 214 254 / 0.5)}
.text-violet-200\/55{color:rgb(221 214 254 / 0.55)}
.text-violet-200\/60{color:rgb(221 214 254 / 0.6)}
.text-violet-200\/65{color:rgb(221 214 254 / 0.65)}
.text-violet-200\/70{color:rgb(221 214 254 / 0.7)}
.text-violet-200\/75{color:rgb(221 214 254 / 0.75)}
.text-violet-200\/80{color:rgb(221 214 254 / 0.8)}
.text-violet-200\/85{color:rgb(221 214 254 / 0.85)}
.text-violet-200\/90{color:rgb(221 214 254 / 0.9)}
.text-violet-200\/95{color:rgb(221 214 254 / 0.95)}
.text-violet-300{--tw-text-opacity:1;color:rgb(196 181 253 / var(--tw-text-opacity))}
.text-violet-300\/0{color:rgb(196 181 253 / 0)}
.text-violet-300\/10{color:rgb(196 181 253 / 0.1)}
.text-violet-300\/100{color:rgb(196 181 253 / 1)}
.text-violet-300\/15{color:rgb(196 181 253 / 0.15)}
.text-violet-300\/20{color:rgb(196 181 253 / 0.2)}
.text-violet-300\/25{color:rgb(196 181 253 / 0.25)}
.text-violet-300\/30{color:rgb(196 181 253 / 0.3)}
.text-violet-300\/35{color:rgb(196 181 253 / 0.35)}
.text-violet-300\/40{color:rgb(196 181 253 / 0.4)}
.text-violet-300\/45{color:rgb(196 181 253 / 0.45)}
.text-violet-300\/5{color:rgb(196 181 253 / 0.05)}
.text-violet-300\/50{color:rgb(196 181 253 / 0.5)}
.text-violet-300\/55{color:rgb(196 181 253 / 0.55)}
.text-violet-300\/60{color:rgb(196 181 253 / 0.6)}
.text-violet-300\/65{color:rgb(196 181 253 / 0.65)}
.text-violet-300\/70{color:rgb(196 181 253 / 0.7)}
.text-violet-300\/75{color:rgb(196 181 253 / 0.75)}
.text-violet-300\/80{color:rgb(196 181 253 / 0.8)}
.text-violet-300\/85{color:rgb(196 181 253 / 0.85)}
.text-violet-300\/90{color:rgb(196 181 253 / 0.9)}
.text-violet-300\/95{color:rgb(196 181 253 / 0.95)}
.text-violet-400{--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity))}
.text-violet-400\/0{color:rgb(167 139 250 / 0)}
.text-violet-400\/10{color:rgb(167 139 250 / 0.1)}
.text-violet-400\/100{color:rgb(167 139 250 / 1)}
.text-violet-400\/15{color:rgb(167 139 250 / 0.15)}
.text-violet-400\/20{color:rgb(167 139 250 / 0.2)}
.text-violet-400\/25{color:rgb(167 139 250 / 0.25)}
.text-violet-400\/30{color:rgb(167 139 250 / 0.3)}
.text-violet-400\/35{color:rgb(167 139 250 / 0.35)}
.text-violet-400\/40{color:rgb(167 139 250 / 0.4)}
.text-violet-400\/45{color:rgb(167 139 250 / 0.45)}
.text-violet-400\/5{color:rgb(167 139 250 / 0.05)}
.text-violet-400\/50{color:rgb(167 139 250 / 0.5)}
.text-violet-400\/55{color:rgb(167 139 250 / 0.55)}
.text-violet-400\/60{color:rgb(167 139 250 / 0.6)}
.text-violet-400\/65{color:rgb(167 139 250 / 0.65)}
.text-violet-400\/70{color:rgb(167 139 250 / 0.7)}
.text-violet-400\/75{color:rgb(167 139 250 / 0.75)}
.text-violet-400\/80{color:rgb(167 139 250 / 0.8)}
.text-violet-400\/85{color:rgb(167 139 250 / 0.85)}
.text-violet-400\/90{color:rgb(167 139 250 / 0.9)}
.text-violet-400\/95{color:rgb(167 139 250 / 0.95)}
.text-violet-50{--tw-text-opacity:1;color:rgb(245 243 255 / var(--tw-text-opacity))}
.text-violet-50\/0{color:rgb(245 243 255 / 0)}
.text-violet-50\/10{color:rgb(245 243 255 / 0.1)}
.text-violet-50\/100{color:rgb(245 243 255 / 1)}
.text-violet-50\/15{color:rgb(245 243 255 / 0.15)}
.text-violet-50\/20{color:rgb(245 243 255 / 0.2)}
.text-violet-50\/25{color:rgb(245 243 255 / 0.25)}
.text-violet-50\/30{color:rgb(245 243 255 / 0.3)}
.text-violet-50\/35{color:rgb(245 243 255 / 0.35)}
.text-violet-50\/40{color:rgb(245 243 255 / 0.4)}
.text-violet-50\/45{color:rgb(245 243 255 / 0.45)}
.text-violet-50\/5{color:rgb(245 243 255 / 0.05)}
.text-violet-50\/50{color:rgb(245 243 255 / 0.5)}
.text-violet-50\/55{color:rgb(245 243 255 / 0.55)}
.text-violet-50\/60{color:rgb(245 243 255 / 0.6)}
.text-violet-50\/65{color:rgb(245 243 255 / 0.65)}
.text-violet-50\/70{color:rgb(245 243 255 / 0.7)}
.text-violet-50\/75{color:rgb(245 243 255 / 0.75)}
.text-violet-50\/80{color:rgb(245 243 255 / 0.8)}
.text-violet-50\/85{color:rgb(245 243 255 / 0.85)}
.text-violet-50\/90{color:rgb(245 243 255 / 0.9)}
.text-violet-50\/95{color:rgb(245 243 255 / 0.95)}
.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246 / var(--tw-text-opacity))}
.text-violet-500\/0{color:rgb(139 92 246 / 0)}
.text-violet-500\/10{color:rgb(139 92 246 / 0.1)}
.text-violet-500\/100{color:rgb(139 92 246 / 1)}
.text-violet-500\/15{color:rgb(139 92 246 / 0.15)}
.text-violet-500\/20{color:rgb(139 92 246 / 0.2)}
.text-violet-500\/25{color:rgb(139 92 246 / 0.25)}
.text-violet-500\/30{color:rgb(139 92 246 / 0.3)}
.text-violet-500\/35{color:rgb(139 92 246 / 0.35)}
.text-violet-500\/40{color:rgb(139 92 246 / 0.4)}
.text-violet-500\/45{color:rgb(139 92 246 / 0.45)}
.text-violet-500\/5{color:rgb(139 92 246 / 0.05)}
.text-violet-500\/50{color:rgb(139 92 246 / 0.5)}
.text-violet-500\/55{color:rgb(139 92 246 / 0.55)}
.text-violet-500\/60{color:rgb(139 92 246 / 0.6)}
.text-violet-500\/65{color:rgb(139 92 246 / 0.65)}
.text-violet-500\/70{color:rgb(139 92 246 / 0.7)}
.text-violet-500\/75{color:rgb(139 92 246 / 0.75)}
.text-violet-500\/80{color:rgb(139 92 246 / 0.8)}
.text-violet-500\/85{color:rgb(139 92 246 / 0.85)}
.text-violet-500\/90{color:rgb(139 92 246 / 0.9)}
.text-violet-500\/95{color:rgb(139 92 246 / 0.95)}
.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237 / var(--tw-text-opacity))}
.text-violet-600\/0{color:rgb(124 58 237 / 0)}
.text-violet-600\/10{color:rgb(124 58 237 / 0.1)}
.text-violet-600\/100{color:rgb(124 58 237 / 1)}
.text-violet-600\/15{color:rgb(124 58 237 / 0.15)}
.text-violet-600\/20{color:rgb(124 58 237 / 0.2)}
.text-violet-600\/25{color:rgb(124 58 237 / 0.25)}
.text-violet-600\/30{color:rgb(124 58 237 / 0.3)}
.text-violet-600\/35{color:rgb(124 58 237 / 0.35)}
.text-violet-600\/40{color:rgb(124 58 237 / 0.4)}
.text-violet-600\/45{color:rgb(124 58 237 / 0.45)}
.text-violet-600\/5{color:rgb(124 58 237 / 0.05)}
.text-violet-600\/50{color:rgb(124 58 237 / 0.5)}
.text-violet-600\/55{color:rgb(124 58 237 / 0.55)}
.text-violet-600\/60{color:rgb(124 58 237 / 0.6)}
.text-violet-600\/65{color:rgb(124 58 237 / 0.65)}
.text-violet-600\/70{color:rgb(124 58 237 / 0.7)}
.text-violet-600\/75{color:rgb(124 58 237 / 0.75)}
.text-violet-600\/80{color:rgb(124 58 237 / 0.8)}
.text-violet-600\/85{color:rgb(124 58 237 / 0.85)}
.text-violet-600\/90{color:rgb(124 58 237 / 0.9)}
.text-violet-600\/95{color:rgb(124 58 237 / 0.95)}
.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217 / var(--tw-text-opacity))}
.text-violet-700\/0{color:rgb(109 40 217 / 0)}
.text-violet-700\/10{color:rgb(109 40 217 / 0.1)}
.text-violet-700\/100{color:rgb(109 40 217 / 1)}
.text-violet-700\/15{color:rgb(109 40 217 / 0.15)}
.text-violet-700\/20{color:rgb(109 40 217 / 0.2)}
.text-violet-700\/25{color:rgb(109 40 217 / 0.25)}
.text-violet-700\/30{color:rgb(109 40 217 / 0.3)}
.text-violet-700\/35{color:rgb(109 40 217 / 0.35)}
.text-violet-700\/40{color:rgb(109 40 217 / 0.4)}
.text-violet-700\/45{color:rgb(109 40 217 / 0.45)}
.text-violet-700\/5{color:rgb(109 40 217 / 0.05)}
.text-violet-700\/50{color:rgb(109 40 217 / 0.5)}
.text-violet-700\/55{color:rgb(109 40 217 / 0.55)}
.text-violet-700\/60{color:rgb(109 40 217 / 0.6)}
.text-violet-700\/65{color:rgb(109 40 217 / 0.65)}
.text-violet-700\/70{color:rgb(109 40 217 / 0.7)}
.text-violet-700\/75{color:rgb(109 40 217 / 0.75)}
.text-violet-700\/80{color:rgb(109 40 217 / 0.8)}
.text-violet-700\/85{color:rgb(109 40 217 / 0.85)}
.text-violet-700\/90{color:rgb(109 40 217 / 0.9)}
.text-violet-700\/95{color:rgb(109 40 217 / 0.95)}
.text-violet-800{--tw-text-opacity:1;color:rgb(91 33 182 / var(--tw-text-opacity))}
.text-violet-800\/0{color:rgb(91 33 182 / 0)}
.text-violet-800\/10{color:rgb(91 33 182 / 0.1)}
.text-violet-800\/100{color:rgb(91 33 182 / 1)}
.text-violet-800\/15{color:rgb(91 33 182 / 0.15)}
.text-violet-800\/20{color:rgb(91 33 182 / 0.2)}
.text-violet-800\/25{color:rgb(91 33 182 / 0.25)}
.text-violet-800\/30{color:rgb(91 33 182 / 0.3)}
.text-violet-800\/35{color:rgb(91 33 182 / 0.35)}
.text-violet-800\/40{color:rgb(91 33 182 / 0.4)}
.text-violet-800\/45{color:rgb(91 33 182 / 0.45)}
.text-violet-800\/5{color:rgb(91 33 182 / 0.05)}
.text-violet-800\/50{color:rgb(91 33 182 / 0.5)}
.text-violet-800\/55{color:rgb(91 33 182 / 0.55)}
.text-violet-800\/60{color:rgb(91 33 182 / 0.6)}
.text-violet-800\/65{color:rgb(91 33 182 / 0.65)}
.text-violet-800\/70{color:rgb(91 33 182 / 0.7)}
.text-violet-800\/75{color:rgb(91 33 182 / 0.75)}
.text-violet-800\/80{color:rgb(91 33 182 / 0.8)}
.text-violet-800\/85{color:rgb(91 33 182 / 0.85)}
.text-violet-800\/90{color:rgb(91 33 182 / 0.9)}
.text-violet-800\/95{color:rgb(91 33 182 / 0.95)}
.text-violet-900{--tw-text-opacity:1;color:rgb(76 29 149 / var(--tw-text-opacity))}
.text-violet-900\/0{color:rgb(76 29 149 / 0)}
.text-violet-900\/10{color:rgb(76 29 149 / 0.1)}
.text-violet-900\/100{color:rgb(76 29 149 / 1)}
.text-violet-900\/15{color:rgb(76 29 149 / 0.15)}
.text-violet-900\/20{color:rgb(76 29 149 / 0.2)}
.text-violet-900\/25{color:rgb(76 29 149 / 0.25)}
.text-violet-900\/30{color:rgb(76 29 149 / 0.3)}
.text-violet-900\/35{color:rgb(76 29 149 / 0.35)}
.text-violet-900\/40{color:rgb(76 29 149 / 0.4)}
.text-violet-900\/45{color:rgb(76 29 149 / 0.45)}
.text-violet-900\/5{color:rgb(76 29 149 / 0.05)}
.text-violet-900\/50{color:rgb(76 29 149 / 0.5)}
.text-violet-900\/55{color:rgb(76 29 149 / 0.55)}
.text-violet-900\/60{color:rgb(76 29 149 / 0.6)}
.text-violet-900\/65{color:rgb(76 29 149 / 0.65)}
.text-violet-900\/70{color:rgb(76 29 149 / 0.7)}
.text-violet-900\/75{color:rgb(76 29 149 / 0.75)}
.text-violet-900\/80{color:rgb(76 29 149 / 0.8)}
.text-violet-900\/85{color:rgb(76 29 149 / 0.85)}
.text-violet-900\/90{color:rgb(76 29 149 / 0.9)}
.text-violet-900\/95{color:rgb(76 29 149 / 0.95)}
.text-violet-950{--tw-text-opacity:1;color:rgb(46 16 101 / var(--tw-text-opacity))}
.text-violet-950\/0{color:rgb(46 16 101 / 0)}
.text-violet-950\/10{color:rgb(46 16 101 / 0.1)}
.text-violet-950\/100{color:rgb(46 16 101 / 1)}
.text-violet-950\/15{color:rgb(46 16 101 / 0.15)}
.text-violet-950\/20{color:rgb(46 16 101 / 0.2)}
.text-violet-950\/25{color:rgb(46 16 101 / 0.25)}
.text-violet-950\/30{color:rgb(46 16 101 / 0.3)}
.text-violet-950\/35{color:rgb(46 16 101 / 0.35)}
.text-violet-950\/40{color:rgb(46 16 101 / 0.4)}
.text-violet-950\/45{color:rgb(46 16 101 / 0.45)}
.text-violet-950\/5{color:rgb(46 16 101 / 0.05)}
.text-violet-950\/50{color:rgb(46 16 101 / 0.5)}
.text-violet-950\/55{color:rgb(46 16 101 / 0.55)}
.text-violet-950\/60{color:rgb(46 16 101 / 0.6)}
.text-violet-950\/65{color:rgb(46 16 101 / 0.65)}
.text-violet-950\/70{color:rgb(46 16 101 / 0.7)}
.text-violet-950\/75{color:rgb(46 16 101 / 0.75)}
.text-violet-950\/80{color:rgb(46 16 101 / 0.8)}
.text-violet-950\/85{color:rgb(46 16 101 / 0.85)}
.text-violet-950\/90{color:rgb(46 16 101 / 0.9)}
.text-violet-950\/95{color:rgb(46 16 101 / 0.95)}
.text-warning{--tw-text-opacity:1;color:rgb(255 168 0 / var(--tw-text-opacity))}
.text-warning-100{color:var(--bt-warning-100)}
.text-warning-200{color:var(--bt-warning-200)}
.text-warning-300{color:var(--bt-warning-300)}
.text-warning-400{color:var(--bt-warning-400)}
.text-warning-500{color:var(--bt-warning-500)}
.text-warning-600{color:var(--bt-warning-600)}
.text-warning-700{color:var(--bt-warning-700)}
.text-warning-800{color:var(--bt-warning-800)}
.text-warning-900{color:var(--bt-warning-900)}
.text-warning-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-warning-contrast-contrast{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-warning-contrast-contrast\/0{color:rgb(255 255 255 / 0)}
.text-warning-contrast-contrast\/10{color:rgb(255 255 255 / 0.1)}
.text-warning-contrast-contrast\/100{color:rgb(255 255 255 / 1)}
.text-warning-contrast-contrast\/15{color:rgb(255 255 255 / 0.15)}
.text-warning-contrast-contrast\/20{color:rgb(255 255 255 / 0.2)}
.text-warning-contrast-contrast\/25{color:rgb(255 255 255 / 0.25)}
.text-warning-contrast-contrast\/30{color:rgb(255 255 255 / 0.3)}
.text-warning-contrast-contrast\/35{color:rgb(255 255 255 / 0.35)}
.text-warning-contrast-contrast\/40{color:rgb(255 255 255 / 0.4)}
.text-warning-contrast-contrast\/45{color:rgb(255 255 255 / 0.45)}
.text-warning-contrast-contrast\/5{color:rgb(255 255 255 / 0.05)}
.text-warning-contrast-contrast\/50{color:rgb(255 255 255 / 0.5)}
.text-warning-contrast-contrast\/55{color:rgb(255 255 255 / 0.55)}
.text-warning-contrast-contrast\/60{color:rgb(255 255 255 / 0.6)}
.text-warning-contrast-contrast\/65{color:rgb(255 255 255 / 0.65)}
.text-warning-contrast-contrast\/70{color:rgb(255 255 255 / 0.7)}
.text-warning-contrast-contrast\/75{color:rgb(255 255 255 / 0.75)}
.text-warning-contrast-contrast\/80{color:rgb(255 255 255 / 0.8)}
.text-warning-contrast-contrast\/85{color:rgb(255 255 255 / 0.85)}
.text-warning-contrast-contrast\/90{color:rgb(255 255 255 / 0.9)}
.text-warning-contrast-contrast\/95{color:rgb(255 255 255 / 0.95)}
.text-warning-contrast-contrastsWithCard{color:true}
.text-warning-contrast-isDark{color:true}
.text-warning-contrast-text{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-warning-contrast-text\/0{color:rgb(0 0 0 / 0)}
.text-warning-contrast-text\/10{color:rgb(0 0 0 / 0.1)}
.text-warning-contrast-text\/100{color:rgb(0 0 0 / 1)}
.text-warning-contrast-text\/15{color:rgb(0 0 0 / 0.15)}
.text-warning-contrast-text\/20{color:rgb(0 0 0 / 0.2)}
.text-warning-contrast-text\/25{color:rgb(0 0 0 / 0.25)}
.text-warning-contrast-text\/30{color:rgb(0 0 0 / 0.3)}
.text-warning-contrast-text\/35{color:rgb(0 0 0 / 0.35)}
.text-warning-contrast-text\/40{color:rgb(0 0 0 / 0.4)}
.text-warning-contrast-text\/45{color:rgb(0 0 0 / 0.45)}
.text-warning-contrast-text\/5{color:rgb(0 0 0 / 0.05)}
.text-warning-contrast-text\/50{color:rgb(0 0 0 / 0.5)}
.text-warning-contrast-text\/55{color:rgb(0 0 0 / 0.55)}
.text-warning-contrast-text\/60{color:rgb(0 0 0 / 0.6)}
.text-warning-contrast-text\/65{color:rgb(0 0 0 / 0.65)}
.text-warning-contrast-text\/70{color:rgb(0 0 0 / 0.7)}
.text-warning-contrast-text\/75{color:rgb(0 0 0 / 0.75)}
.text-warning-contrast-text\/80{color:rgb(0 0 0 / 0.8)}
.text-warning-contrast-text\/85{color:rgb(0 0 0 / 0.85)}
.text-warning-contrast-text\/90{color:rgb(0 0 0 / 0.9)}
.text-warning-contrast-text\/95{color:rgb(0 0 0 / 0.95)}
.text-warning-contrast\/0{color:rgb(0 0 0 / 0)}
.text-warning-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-warning-contrast\/100{color:rgb(0 0 0 / 1)}
.text-warning-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-warning-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-warning-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-warning-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-warning-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-warning-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-warning-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-warning-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-warning-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-warning-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-warning-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-warning-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-warning-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-warning-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-warning-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-warning-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-warning-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-warning-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-warning-contrastsWithCard{color:true}
.text-warning-isDark{}
.text-warning-text{--tw-text-opacity:1;color:rgb(255 168 0 / var(--tw-text-opacity))}
.text-warning-text-contrast{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity))}
.text-warning-text-contrast\/0{color:rgb(0 0 0 / 0)}
.text-warning-text-contrast\/10{color:rgb(0 0 0 / 0.1)}
.text-warning-text-contrast\/100{color:rgb(0 0 0 / 1)}
.text-warning-text-contrast\/15{color:rgb(0 0 0 / 0.15)}
.text-warning-text-contrast\/20{color:rgb(0 0 0 / 0.2)}
.text-warning-text-contrast\/25{color:rgb(0 0 0 / 0.25)}
.text-warning-text-contrast\/30{color:rgb(0 0 0 / 0.3)}
.text-warning-text-contrast\/35{color:rgb(0 0 0 / 0.35)}
.text-warning-text-contrast\/40{color:rgb(0 0 0 / 0.4)}
.text-warning-text-contrast\/45{color:rgb(0 0 0 / 0.45)}
.text-warning-text-contrast\/5{color:rgb(0 0 0 / 0.05)}
.text-warning-text-contrast\/50{color:rgb(0 0 0 / 0.5)}
.text-warning-text-contrast\/55{color:rgb(0 0 0 / 0.55)}
.text-warning-text-contrast\/60{color:rgb(0 0 0 / 0.6)}
.text-warning-text-contrast\/65{color:rgb(0 0 0 / 0.65)}
.text-warning-text-contrast\/70{color:rgb(0 0 0 / 0.7)}
.text-warning-text-contrast\/75{color:rgb(0 0 0 / 0.75)}
.text-warning-text-contrast\/80{color:rgb(0 0 0 / 0.8)}
.text-warning-text-contrast\/85{color:rgb(0 0 0 / 0.85)}
.text-warning-text-contrast\/90{color:rgb(0 0 0 / 0.9)}
.text-warning-text-contrast\/95{color:rgb(0 0 0 / 0.95)}
.text-warning-text-contrastsWithCard{color:true}
.text-warning-text-isDark{}
.text-warning-text-text{--tw-text-opacity:1;color:rgb(255 168 0 / var(--tw-text-opacity))}
.text-warning-text-text\/0{color:rgb(255 168 0 / 0)}
.text-warning-text-text\/10{color:rgb(255 168 0 / 0.1)}
.text-warning-text-text\/100{color:rgb(255 168 0 / 1)}
.text-warning-text-text\/15{color:rgb(255 168 0 / 0.15)}
.text-warning-text-text\/20{color:rgb(255 168 0 / 0.2)}
.text-warning-text-text\/25{color:rgb(255 168 0 / 0.25)}
.text-warning-text-text\/30{color:rgb(255 168 0 / 0.3)}
.text-warning-text-text\/35{color:rgb(255 168 0 / 0.35)}
.text-warning-text-text\/40{color:rgb(255 168 0 / 0.4)}
.text-warning-text-text\/45{color:rgb(255 168 0 / 0.45)}
.text-warning-text-text\/5{color:rgb(255 168 0 / 0.05)}
.text-warning-text-text\/50{color:rgb(255 168 0 / 0.5)}
.text-warning-text-text\/55{color:rgb(255 168 0 / 0.55)}
.text-warning-text-text\/60{color:rgb(255 168 0 / 0.6)}
.text-warning-text-text\/65{color:rgb(255 168 0 / 0.65)}
.text-warning-text-text\/70{color:rgb(255 168 0 / 0.7)}
.text-warning-text-text\/75{color:rgb(255 168 0 / 0.75)}
.text-warning-text-text\/80{color:rgb(255 168 0 / 0.8)}
.text-warning-text-text\/85{color:rgb(255 168 0 / 0.85)}
.text-warning-text-text\/90{color:rgb(255 168 0 / 0.9)}
.text-warning-text-text\/95{color:rgb(255 168 0 / 0.95)}
.text-warning-text\/0{color:rgb(255 168 0 / 0)}
.text-warning-text\/10{color:rgb(255 168 0 / 0.1)}
.text-warning-text\/100{color:rgb(255 168 0 / 1)}
.text-warning-text\/15{color:rgb(255 168 0 / 0.15)}
.text-warning-text\/20{color:rgb(255 168 0 / 0.2)}
.text-warning-text\/25{color:rgb(255 168 0 / 0.25)}
.text-warning-text\/30{color:rgb(255 168 0 / 0.3)}
.text-warning-text\/35{color:rgb(255 168 0 / 0.35)}
.text-warning-text\/40{color:rgb(255 168 0 / 0.4)}
.text-warning-text\/45{color:rgb(255 168 0 / 0.45)}
.text-warning-text\/5{color:rgb(255 168 0 / 0.05)}
.text-warning-text\/50{color:rgb(255 168 0 / 0.5)}
.text-warning-text\/55{color:rgb(255 168 0 / 0.55)}
.text-warning-text\/60{color:rgb(255 168 0 / 0.6)}
.text-warning-text\/65{color:rgb(255 168 0 / 0.65)}
.text-warning-text\/70{color:rgb(255 168 0 / 0.7)}
.text-warning-text\/75{color:rgb(255 168 0 / 0.75)}
.text-warning-text\/80{color:rgb(255 168 0 / 0.8)}
.text-warning-text\/85{color:rgb(255 168 0 / 0.85)}
.text-warning-text\/90{color:rgb(255 168 0 / 0.9)}
.text-warning-text\/95{color:rgb(255 168 0 / 0.95)}
.text-warning\/0{color:rgb(255 168 0 / 0)}
.text-warning\/10{color:rgb(255 168 0 / 0.1)}
.text-warning\/100{color:rgb(255 168 0 / 1)}
.text-warning\/15{color:rgb(255 168 0 / 0.15)}
.text-warning\/20{color:rgb(255 168 0 / 0.2)}
.text-warning\/25{color:rgb(255 168 0 / 0.25)}
.text-warning\/30{color:rgb(255 168 0 / 0.3)}
.text-warning\/35{color:rgb(255 168 0 / 0.35)}
.text-warning\/40{color:rgb(255 168 0 / 0.4)}
.text-warning\/45{color:rgb(255 168 0 / 0.45)}
.text-warning\/5{color:rgb(255 168 0 / 0.05)}
.text-warning\/50{color:rgb(255 168 0 / 0.5)}
.text-warning\/55{color:rgb(255 168 0 / 0.55)}
.text-warning\/60{color:rgb(255 168 0 / 0.6)}
.text-warning\/65{color:rgb(255 168 0 / 0.65)}
.text-warning\/70{color:rgb(255 168 0 / 0.7)}
.text-warning\/75{color:rgb(255 168 0 / 0.75)}
.text-warning\/80{color:rgb(255 168 0 / 0.8)}
.text-warning\/85{color:rgb(255 168 0 / 0.85)}
.text-warning\/90{color:rgb(255 168 0 / 0.9)}
.text-warning\/95{color:rgb(255 168 0 / 0.95)}
.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity))}
.text-white\/0{color:rgb(255 255 255 / 0)}
.text-white\/10{color:rgb(255 255 255 / 0.1)}
.text-white\/100{color:rgb(255 255 255 / 1)}
.text-white\/15{color:rgb(255 255 255 / 0.15)}
.text-white\/20{color:rgb(255 255 255 / 0.2)}
.text-white\/25{color:rgb(255 255 255 / 0.25)}
.text-white\/30{color:rgb(255 255 255 / 0.3)}
.text-white\/35{color:rgb(255 255 255 / 0.35)}
.text-white\/40{color:rgb(255 255 255 / 0.4)}
.text-white\/45{color:rgb(255 255 255 / 0.45)}
.text-white\/5{color:rgb(255 255 255 / 0.05)}
.text-white\/50{color:rgb(255 255 255 / 0.5)}
.text-white\/55{color:rgb(255 255 255 / 0.55)}
.text-white\/60{color:rgb(255 255 255 / 0.6)}
.text-white\/65{color:rgb(255 255 255 / 0.65)}
.text-white\/70{color:rgb(255 255 255 / 0.7)}
.text-white\/75{color:rgb(255 255 255 / 0.75)}
.text-white\/80{color:rgb(255 255 255 / 0.8)}
.text-white\/85{color:rgb(255 255 255 / 0.85)}
.text-white\/90{color:rgb(255 255 255 / 0.9)}
.text-white\/95{color:rgb(255 255 255 / 0.95)}
.text-yellow-100{--tw-text-opacity:1;color:rgb(254 249 195 / var(--tw-text-opacity))}
.text-yellow-100\/0{color:rgb(254 249 195 / 0)}
.text-yellow-100\/10{color:rgb(254 249 195 / 0.1)}
.text-yellow-100\/100{color:rgb(254 249 195 / 1)}
.text-yellow-100\/15{color:rgb(254 249 195 / 0.15)}
.text-yellow-100\/20{color:rgb(254 249 195 / 0.2)}
.text-yellow-100\/25{color:rgb(254 249 195 / 0.25)}
.text-yellow-100\/30{color:rgb(254 249 195 / 0.3)}
.text-yellow-100\/35{color:rgb(254 249 195 / 0.35)}
.text-yellow-100\/40{color:rgb(254 249 195 / 0.4)}
.text-yellow-100\/45{color:rgb(254 249 195 / 0.45)}
.text-yellow-100\/5{color:rgb(254 249 195 / 0.05)}
.text-yellow-100\/50{color:rgb(254 249 195 / 0.5)}
.text-yellow-100\/55{color:rgb(254 249 195 / 0.55)}
.text-yellow-100\/60{color:rgb(254 249 195 / 0.6)}
.text-yellow-100\/65{color:rgb(254 249 195 / 0.65)}
.text-yellow-100\/70{color:rgb(254 249 195 / 0.7)}
.text-yellow-100\/75{color:rgb(254 249 195 / 0.75)}
.text-yellow-100\/80{color:rgb(254 249 195 / 0.8)}
.text-yellow-100\/85{color:rgb(254 249 195 / 0.85)}
.text-yellow-100\/90{color:rgb(254 249 195 / 0.9)}
.text-yellow-100\/95{color:rgb(254 249 195 / 0.95)}
.text-yellow-200{--tw-text-opacity:1;color:rgb(254 240 138 / var(--tw-text-opacity))}
.text-yellow-200\/0{color:rgb(254 240 138 / 0)}
.text-yellow-200\/10{color:rgb(254 240 138 / 0.1)}
.text-yellow-200\/100{color:rgb(254 240 138 / 1)}
.text-yellow-200\/15{color:rgb(254 240 138 / 0.15)}
.text-yellow-200\/20{color:rgb(254 240 138 / 0.2)}
.text-yellow-200\/25{color:rgb(254 240 138 / 0.25)}
.text-yellow-200\/30{color:rgb(254 240 138 / 0.3)}
.text-yellow-200\/35{color:rgb(254 240 138 / 0.35)}
.text-yellow-200\/40{color:rgb(254 240 138 / 0.4)}
.text-yellow-200\/45{color:rgb(254 240 138 / 0.45)}
.text-yellow-200\/5{color:rgb(254 240 138 / 0.05)}
.text-yellow-200\/50{color:rgb(254 240 138 / 0.5)}
.text-yellow-200\/55{color:rgb(254 240 138 / 0.55)}
.text-yellow-200\/60{color:rgb(254 240 138 / 0.6)}
.text-yellow-200\/65{color:rgb(254 240 138 / 0.65)}
.text-yellow-200\/70{color:rgb(254 240 138 / 0.7)}
.text-yellow-200\/75{color:rgb(254 240 138 / 0.75)}
.text-yellow-200\/80{color:rgb(254 240 138 / 0.8)}
.text-yellow-200\/85{color:rgb(254 240 138 / 0.85)}
.text-yellow-200\/90{color:rgb(254 240 138 / 0.9)}
.text-yellow-200\/95{color:rgb(254 240 138 / 0.95)}
.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71 / var(--tw-text-opacity))}
.text-yellow-300\/0{color:rgb(253 224 71 / 0)}
.text-yellow-300\/10{color:rgb(253 224 71 / 0.1)}
.text-yellow-300\/100{color:rgb(253 224 71 / 1)}
.text-yellow-300\/15{color:rgb(253 224 71 / 0.15)}
.text-yellow-300\/20{color:rgb(253 224 71 / 0.2)}
.text-yellow-300\/25{color:rgb(253 224 71 / 0.25)}
.text-yellow-300\/30{color:rgb(253 224 71 / 0.3)}
.text-yellow-300\/35{color:rgb(253 224 71 / 0.35)}
.text-yellow-300\/40{color:rgb(253 224 71 / 0.4)}
.text-yellow-300\/45{color:rgb(253 224 71 / 0.45)}
.text-yellow-300\/5{color:rgb(253 224 71 / 0.05)}
.text-yellow-300\/50{color:rgb(253 224 71 / 0.5)}
.text-yellow-300\/55{color:rgb(253 224 71 / 0.55)}
.text-yellow-300\/60{color:rgb(253 224 71 / 0.6)}
.text-yellow-300\/65{color:rgb(253 224 71 / 0.65)}
.text-yellow-300\/70{color:rgb(253 224 71 / 0.7)}
.text-yellow-300\/75{color:rgb(253 224 71 / 0.75)}
.text-yellow-300\/80{color:rgb(253 224 71 / 0.8)}
.text-yellow-300\/85{color:rgb(253 224 71 / 0.85)}
.text-yellow-300\/90{color:rgb(253 224 71 / 0.9)}
.text-yellow-300\/95{color:rgb(253 224 71 / 0.95)}
.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21 / var(--tw-text-opacity))}
.text-yellow-400\/0{color:rgb(250 204 21 / 0)}
.text-yellow-400\/10{color:rgb(250 204 21 / 0.1)}
.text-yellow-400\/100{color:rgb(250 204 21 / 1)}
.text-yellow-400\/15{color:rgb(250 204 21 / 0.15)}
.text-yellow-400\/20{color:rgb(250 204 21 / 0.2)}
.text-yellow-400\/25{color:rgb(250 204 21 / 0.25)}
.text-yellow-400\/30{color:rgb(250 204 21 / 0.3)}
.text-yellow-400\/35{color:rgb(250 204 21 / 0.35)}
.text-yellow-400\/40{color:rgb(250 204 21 / 0.4)}
.text-yellow-400\/45{color:rgb(250 204 21 / 0.45)}
.text-yellow-400\/5{color:rgb(250 204 21 / 0.05)}
.text-yellow-400\/50{color:rgb(250 204 21 / 0.5)}
.text-yellow-400\/55{color:rgb(250 204 21 / 0.55)}
.text-yellow-400\/60{color:rgb(250 204 21 / 0.6)}
.text-yellow-400\/65{color:rgb(250 204 21 / 0.65)}
.text-yellow-400\/70{color:rgb(250 204 21 / 0.7)}
.text-yellow-400\/75{color:rgb(250 204 21 / 0.75)}
.text-yellow-400\/80{color:rgb(250 204 21 / 0.8)}
.text-yellow-400\/85{color:rgb(250 204 21 / 0.85)}
.text-yellow-400\/90{color:rgb(250 204 21 / 0.9)}
.text-yellow-400\/95{color:rgb(250 204 21 / 0.95)}
.text-yellow-50{--tw-text-opacity:1;color:rgb(254 252 232 / var(--tw-text-opacity))}
.text-yellow-50\/0{color:rgb(254 252 232 / 0)}
.text-yellow-50\/10{color:rgb(254 252 232 / 0.1)}
.text-yellow-50\/100{color:rgb(254 252 232 / 1)}
.text-yellow-50\/15{color:rgb(254 252 232 / 0.15)}
.text-yellow-50\/20{color:rgb(254 252 232 / 0.2)}
.text-yellow-50\/25{color:rgb(254 252 232 / 0.25)}
.text-yellow-50\/30{color:rgb(254 252 232 / 0.3)}
.text-yellow-50\/35{color:rgb(254 252 232 / 0.35)}
.text-yellow-50\/40{color:rgb(254 252 232 / 0.4)}
.text-yellow-50\/45{color:rgb(254 252 232 / 0.45)}
.text-yellow-50\/5{color:rgb(254 252 232 / 0.05)}
.text-yellow-50\/50{color:rgb(254 252 232 / 0.5)}
.text-yellow-50\/55{color:rgb(254 252 232 / 0.55)}
.text-yellow-50\/60{color:rgb(254 252 232 / 0.6)}
.text-yellow-50\/65{color:rgb(254 252 232 / 0.65)}
.text-yellow-50\/70{color:rgb(254 252 232 / 0.7)}
.text-yellow-50\/75{color:rgb(254 252 232 / 0.75)}
.text-yellow-50\/80{color:rgb(254 252 232 / 0.8)}
.text-yellow-50\/85{color:rgb(254 252 232 / 0.85)}
.text-yellow-50\/90{color:rgb(254 252 232 / 0.9)}
.text-yellow-50\/95{color:rgb(254 252 232 / 0.95)}
.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity))}
.text-yellow-500\/0{color:rgb(234 179 8 / 0)}
.text-yellow-500\/10{color:rgb(234 179 8 / 0.1)}
.text-yellow-500\/100{color:rgb(234 179 8 / 1)}
.text-yellow-500\/15{color:rgb(234 179 8 / 0.15)}
.text-yellow-500\/20{color:rgb(234 179 8 / 0.2)}
.text-yellow-500\/25{color:rgb(234 179 8 / 0.25)}
.text-yellow-500\/30{color:rgb(234 179 8 / 0.3)}
.text-yellow-500\/35{color:rgb(234 179 8 / 0.35)}
.text-yellow-500\/40{color:rgb(234 179 8 / 0.4)}
.text-yellow-500\/45{color:rgb(234 179 8 / 0.45)}
.text-yellow-500\/5{color:rgb(234 179 8 / 0.05)}
.text-yellow-500\/50{color:rgb(234 179 8 / 0.5)}
.text-yellow-500\/55{color:rgb(234 179 8 / 0.55)}
.text-yellow-500\/60{color:rgb(234 179 8 / 0.6)}
.text-yellow-500\/65{color:rgb(234 179 8 / 0.65)}
.text-yellow-500\/70{color:rgb(234 179 8 / 0.7)}
.text-yellow-500\/75{color:rgb(234 179 8 / 0.75)}
.text-yellow-500\/80{color:rgb(234 179 8 / 0.8)}
.text-yellow-500\/85{color:rgb(234 179 8 / 0.85)}
.text-yellow-500\/90{color:rgb(234 179 8 / 0.9)}
.text-yellow-500\/95{color:rgb(234 179 8 / 0.95)}
.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity))}
.text-yellow-600\/0{color:rgb(202 138 4 / 0)}
.text-yellow-600\/10{color:rgb(202 138 4 / 0.1)}
.text-yellow-600\/100{color:rgb(202 138 4 / 1)}
.text-yellow-600\/15{color:rgb(202 138 4 / 0.15)}
.text-yellow-600\/20{color:rgb(202 138 4 / 0.2)}
.text-yellow-600\/25{color:rgb(202 138 4 / 0.25)}
.text-yellow-600\/30{color:rgb(202 138 4 / 0.3)}
.text-yellow-600\/35{color:rgb(202 138 4 / 0.35)}
.text-yellow-600\/40{color:rgb(202 138 4 / 0.4)}
.text-yellow-600\/45{color:rgb(202 138 4 / 0.45)}
.text-yellow-600\/5{color:rgb(202 138 4 / 0.05)}
.text-yellow-600\/50{color:rgb(202 138 4 / 0.5)}
.text-yellow-600\/55{color:rgb(202 138 4 / 0.55)}
.text-yellow-600\/60{color:rgb(202 138 4 / 0.6)}
.text-yellow-600\/65{color:rgb(202 138 4 / 0.65)}
.text-yellow-600\/70{color:rgb(202 138 4 / 0.7)}
.text-yellow-600\/75{color:rgb(202 138 4 / 0.75)}
.text-yellow-600\/80{color:rgb(202 138 4 / 0.8)}
.text-yellow-600\/85{color:rgb(202 138 4 / 0.85)}
.text-yellow-600\/90{color:rgb(202 138 4 / 0.9)}
.text-yellow-600\/95{color:rgb(202 138 4 / 0.95)}
.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7 / var(--tw-text-opacity))}
.text-yellow-700\/0{color:rgb(161 98 7 / 0)}
.text-yellow-700\/10{color:rgb(161 98 7 / 0.1)}
.text-yellow-700\/100{color:rgb(161 98 7 / 1)}
.text-yellow-700\/15{color:rgb(161 98 7 / 0.15)}
.text-yellow-700\/20{color:rgb(161 98 7 / 0.2)}
.text-yellow-700\/25{color:rgb(161 98 7 / 0.25)}
.text-yellow-700\/30{color:rgb(161 98 7 / 0.3)}
.text-yellow-700\/35{color:rgb(161 98 7 / 0.35)}
.text-yellow-700\/40{color:rgb(161 98 7 / 0.4)}
.text-yellow-700\/45{color:rgb(161 98 7 / 0.45)}
.text-yellow-700\/5{color:rgb(161 98 7 / 0.05)}
.text-yellow-700\/50{color:rgb(161 98 7 / 0.5)}
.text-yellow-700\/55{color:rgb(161 98 7 / 0.55)}
.text-yellow-700\/60{color:rgb(161 98 7 / 0.6)}
.text-yellow-700\/65{color:rgb(161 98 7 / 0.65)}
.text-yellow-700\/70{color:rgb(161 98 7 / 0.7)}
.text-yellow-700\/75{color:rgb(161 98 7 / 0.75)}
.text-yellow-700\/80{color:rgb(161 98 7 / 0.8)}
.text-yellow-700\/85{color:rgb(161 98 7 / 0.85)}
.text-yellow-700\/90{color:rgb(161 98 7 / 0.9)}
.text-yellow-700\/95{color:rgb(161 98 7 / 0.95)}
.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14 / var(--tw-text-opacity))}
.text-yellow-800\/0{color:rgb(133 77 14 / 0)}
.text-yellow-800\/10{color:rgb(133 77 14 / 0.1)}
.text-yellow-800\/100{color:rgb(133 77 14 / 1)}
.text-yellow-800\/15{color:rgb(133 77 14 / 0.15)}
.text-yellow-800\/20{color:rgb(133 77 14 / 0.2)}
.text-yellow-800\/25{color:rgb(133 77 14 / 0.25)}
.text-yellow-800\/30{color:rgb(133 77 14 / 0.3)}
.text-yellow-800\/35{color:rgb(133 77 14 / 0.35)}
.text-yellow-800\/40{color:rgb(133 77 14 / 0.4)}
.text-yellow-800\/45{color:rgb(133 77 14 / 0.45)}
.text-yellow-800\/5{color:rgb(133 77 14 / 0.05)}
.text-yellow-800\/50{color:rgb(133 77 14 / 0.5)}
.text-yellow-800\/55{color:rgb(133 77 14 / 0.55)}
.text-yellow-800\/60{color:rgb(133 77 14 / 0.6)}
.text-yellow-800\/65{color:rgb(133 77 14 / 0.65)}
.text-yellow-800\/70{color:rgb(133 77 14 / 0.7)}
.text-yellow-800\/75{color:rgb(133 77 14 / 0.75)}
.text-yellow-800\/80{color:rgb(133 77 14 / 0.8)}
.text-yellow-800\/85{color:rgb(133 77 14 / 0.85)}
.text-yellow-800\/90{color:rgb(133 77 14 / 0.9)}
.text-yellow-800\/95{color:rgb(133 77 14 / 0.95)}
.text-yellow-900{--tw-text-opacity:1;color:rgb(113 63 18 / var(--tw-text-opacity))}
.text-yellow-900\/0{color:rgb(113 63 18 / 0)}
.text-yellow-900\/10{color:rgb(113 63 18 / 0.1)}
.text-yellow-900\/100{color:rgb(113 63 18 / 1)}
.text-yellow-900\/15{color:rgb(113 63 18 / 0.15)}
.text-yellow-900\/20{color:rgb(113 63 18 / 0.2)}
.text-yellow-900\/25{color:rgb(113 63 18 / 0.25)}
.text-yellow-900\/30{color:rgb(113 63 18 / 0.3)}
.text-yellow-900\/35{color:rgb(113 63 18 / 0.35)}
.text-yellow-900\/40{color:rgb(113 63 18 / 0.4)}
.text-yellow-900\/45{color:rgb(113 63 18 / 0.45)}
.text-yellow-900\/5{color:rgb(113 63 18 / 0.05)}
.text-yellow-900\/50{color:rgb(113 63 18 / 0.5)}
.text-yellow-900\/55{color:rgb(113 63 18 / 0.55)}
.text-yellow-900\/60{color:rgb(113 63 18 / 0.6)}
.text-yellow-900\/65{color:rgb(113 63 18 / 0.65)}
.text-yellow-900\/70{color:rgb(113 63 18 / 0.7)}
.text-yellow-900\/75{color:rgb(113 63 18 / 0.75)}
.text-yellow-900\/80{color:rgb(113 63 18 / 0.8)}
.text-yellow-900\/85{color:rgb(113 63 18 / 0.85)}
.text-yellow-900\/90{color:rgb(113 63 18 / 0.9)}
.text-yellow-900\/95{color:rgb(113 63 18 / 0.95)}
.text-yellow-950{--tw-text-opacity:1;color:rgb(66 32 6 / var(--tw-text-opacity))}
.text-yellow-950\/0{color:rgb(66 32 6 / 0)}
.text-yellow-950\/10{color:rgb(66 32 6 / 0.1)}
.text-yellow-950\/100{color:rgb(66 32 6 / 1)}
.text-yellow-950\/15{color:rgb(66 32 6 / 0.15)}
.text-yellow-950\/20{color:rgb(66 32 6 / 0.2)}
.text-yellow-950\/25{color:rgb(66 32 6 / 0.25)}
.text-yellow-950\/30{color:rgb(66 32 6 / 0.3)}
.text-yellow-950\/35{color:rgb(66 32 6 / 0.35)}
.text-yellow-950\/40{color:rgb(66 32 6 / 0.4)}
.text-yellow-950\/45{color:rgb(66 32 6 / 0.45)}
.text-yellow-950\/5{color:rgb(66 32 6 / 0.05)}
.text-yellow-950\/50{color:rgb(66 32 6 / 0.5)}
.text-yellow-950\/55{color:rgb(66 32 6 / 0.55)}
.text-yellow-950\/60{color:rgb(66 32 6 / 0.6)}
.text-yellow-950\/65{color:rgb(66 32 6 / 0.65)}
.text-yellow-950\/70{color:rgb(66 32 6 / 0.7)}
.text-yellow-950\/75{color:rgb(66 32 6 / 0.75)}
.text-yellow-950\/80{color:rgb(66 32 6 / 0.8)}
.text-yellow-950\/85{color:rgb(66 32 6 / 0.85)}
.text-yellow-950\/90{color:rgb(66 32 6 / 0.9)}
.text-yellow-950\/95{color:rgb(66 32 6 / 0.95)}
.text-zinc-100{--tw-text-opacity:1;color:rgb(244 244 245 / var(--tw-text-opacity))}
.text-zinc-100\/0{color:rgb(244 244 245 / 0)}
.text-zinc-100\/10{color:rgb(244 244 245 / 0.1)}
.text-zinc-100\/100{color:rgb(244 244 245 / 1)}
.text-zinc-100\/15{color:rgb(244 244 245 / 0.15)}
.text-zinc-100\/20{color:rgb(244 244 245 / 0.2)}
.text-zinc-100\/25{color:rgb(244 244 245 / 0.25)}
.text-zinc-100\/30{color:rgb(244 244 245 / 0.3)}
.text-zinc-100\/35{color:rgb(244 244 245 / 0.35)}
.text-zinc-100\/40{color:rgb(244 244 245 / 0.4)}
.text-zinc-100\/45{color:rgb(244 244 245 / 0.45)}
.text-zinc-100\/5{color:rgb(244 244 245 / 0.05)}
.text-zinc-100\/50{color:rgb(244 244 245 / 0.5)}
.text-zinc-100\/55{color:rgb(244 244 245 / 0.55)}
.text-zinc-100\/60{color:rgb(244 244 245 / 0.6)}
.text-zinc-100\/65{color:rgb(244 244 245 / 0.65)}
.text-zinc-100\/70{color:rgb(244 244 245 / 0.7)}
.text-zinc-100\/75{color:rgb(244 244 245 / 0.75)}
.text-zinc-100\/80{color:rgb(244 244 245 / 0.8)}
.text-zinc-100\/85{color:rgb(244 244 245 / 0.85)}
.text-zinc-100\/90{color:rgb(244 244 245 / 0.9)}
.text-zinc-100\/95{color:rgb(244 244 245 / 0.95)}
.text-zinc-200{--tw-text-opacity:1;color:rgb(228 228 231 / var(--tw-text-opacity))}
.text-zinc-200\/0{color:rgb(228 228 231 / 0)}
.text-zinc-200\/10{color:rgb(228 228 231 / 0.1)}
.text-zinc-200\/100{color:rgb(228 228 231 / 1)}
.text-zinc-200\/15{color:rgb(228 228 231 / 0.15)}
.text-zinc-200\/20{color:rgb(228 228 231 / 0.2)}
.text-zinc-200\/25{color:rgb(228 228 231 / 0.25)}
.text-zinc-200\/30{color:rgb(228 228 231 / 0.3)}
.text-zinc-200\/35{color:rgb(228 228 231 / 0.35)}
.text-zinc-200\/40{color:rgb(228 228 231 / 0.4)}
.text-zinc-200\/45{color:rgb(228 228 231 / 0.45)}
.text-zinc-200\/5{color:rgb(228 228 231 / 0.05)}
.text-zinc-200\/50{color:rgb(228 228 231 / 0.5)}
.text-zinc-200\/55{color:rgb(228 228 231 / 0.55)}
.text-zinc-200\/60{color:rgb(228 228 231 / 0.6)}
.text-zinc-200\/65{color:rgb(228 228 231 / 0.65)}
.text-zinc-200\/70{color:rgb(228 228 231 / 0.7)}
.text-zinc-200\/75{color:rgb(228 228 231 / 0.75)}
.text-zinc-200\/80{color:rgb(228 228 231 / 0.8)}
.text-zinc-200\/85{color:rgb(228 228 231 / 0.85)}
.text-zinc-200\/90{color:rgb(228 228 231 / 0.9)}
.text-zinc-200\/95{color:rgb(228 228 231 / 0.95)}
.text-zinc-300{--tw-text-opacity:1;color:rgb(212 212 216 / var(--tw-text-opacity))}
.text-zinc-300\/0{color:rgb(212 212 216 / 0)}
.text-zinc-300\/10{color:rgb(212 212 216 / 0.1)}
.text-zinc-300\/100{color:rgb(212 212 216 / 1)}
.text-zinc-300\/15{color:rgb(212 212 216 / 0.15)}
.text-zinc-300\/20{color:rgb(212 212 216 / 0.2)}
.text-zinc-300\/25{color:rgb(212 212 216 / 0.25)}
.text-zinc-300\/30{color:rgb(212 212 216 / 0.3)}
.text-zinc-300\/35{color:rgb(212 212 216 / 0.35)}
.text-zinc-300\/40{color:rgb(212 212 216 / 0.4)}
.text-zinc-300\/45{color:rgb(212 212 216 / 0.45)}
.text-zinc-300\/5{color:rgb(212 212 216 / 0.05)}
.text-zinc-300\/50{color:rgb(212 212 216 / 0.5)}
.text-zinc-300\/55{color:rgb(212 212 216 / 0.55)}
.text-zinc-300\/60{color:rgb(212 212 216 / 0.6)}
.text-zinc-300\/65{color:rgb(212 212 216 / 0.65)}
.text-zinc-300\/70{color:rgb(212 212 216 / 0.7)}
.text-zinc-300\/75{color:rgb(212 212 216 / 0.75)}
.text-zinc-300\/80{color:rgb(212 212 216 / 0.8)}
.text-zinc-300\/85{color:rgb(212 212 216 / 0.85)}
.text-zinc-300\/90{color:rgb(212 212 216 / 0.9)}
.text-zinc-300\/95{color:rgb(212 212 216 / 0.95)}
.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170 / var(--tw-text-opacity))}
.text-zinc-400\/0{color:rgb(161 161 170 / 0)}
.text-zinc-400\/10{color:rgb(161 161 170 / 0.1)}
.text-zinc-400\/100{color:rgb(161 161 170 / 1)}
.text-zinc-400\/15{color:rgb(161 161 170 / 0.15)}
.text-zinc-400\/20{color:rgb(161 161 170 / 0.2)}
.text-zinc-400\/25{color:rgb(161 161 170 / 0.25)}
.text-zinc-400\/30{color:rgb(161 161 170 / 0.3)}
.text-zinc-400\/35{color:rgb(161 161 170 / 0.35)}
.text-zinc-400\/40{color:rgb(161 161 170 / 0.4)}
.text-zinc-400\/45{color:rgb(161 161 170 / 0.45)}
.text-zinc-400\/5{color:rgb(161 161 170 / 0.05)}
.text-zinc-400\/50{color:rgb(161 161 170 / 0.5)}
.text-zinc-400\/55{color:rgb(161 161 170 / 0.55)}
.text-zinc-400\/60{color:rgb(161 161 170 / 0.6)}
.text-zinc-400\/65{color:rgb(161 161 170 / 0.65)}
.text-zinc-400\/70{color:rgb(161 161 170 / 0.7)}
.text-zinc-400\/75{color:rgb(161 161 170 / 0.75)}
.text-zinc-400\/80{color:rgb(161 161 170 / 0.8)}
.text-zinc-400\/85{color:rgb(161 161 170 / 0.85)}
.text-zinc-400\/90{color:rgb(161 161 170 / 0.9)}
.text-zinc-400\/95{color:rgb(161 161 170 / 0.95)}
.text-zinc-50{--tw-text-opacity:1;color:rgb(250 250 250 / var(--tw-text-opacity))}
.text-zinc-50\/0{color:rgb(250 250 250 / 0)}
.text-zinc-50\/10{color:rgb(250 250 250 / 0.1)}
.text-zinc-50\/100{color:rgb(250 250 250 / 1)}
.text-zinc-50\/15{color:rgb(250 250 250 / 0.15)}
.text-zinc-50\/20{color:rgb(250 250 250 / 0.2)}
.text-zinc-50\/25{color:rgb(250 250 250 / 0.25)}
.text-zinc-50\/30{color:rgb(250 250 250 / 0.3)}
.text-zinc-50\/35{color:rgb(250 250 250 / 0.35)}
.text-zinc-50\/40{color:rgb(250 250 250 / 0.4)}
.text-zinc-50\/45{color:rgb(250 250 250 / 0.45)}
.text-zinc-50\/5{color:rgb(250 250 250 / 0.05)}
.text-zinc-50\/50{color:rgb(250 250 250 / 0.5)}
.text-zinc-50\/55{color:rgb(250 250 250 / 0.55)}
.text-zinc-50\/60{color:rgb(250 250 250 / 0.6)}
.text-zinc-50\/65{color:rgb(250 250 250 / 0.65)}
.text-zinc-50\/70{color:rgb(250 250 250 / 0.7)}
.text-zinc-50\/75{color:rgb(250 250 250 / 0.75)}
.text-zinc-50\/80{color:rgb(250 250 250 / 0.8)}
.text-zinc-50\/85{color:rgb(250 250 250 / 0.85)}
.text-zinc-50\/90{color:rgb(250 250 250 / 0.9)}
.text-zinc-50\/95{color:rgb(250 250 250 / 0.95)}
.text-zinc-500{--tw-text-opacity:1;color:rgb(113 113 122 / var(--tw-text-opacity))}
.text-zinc-500\/0{color:rgb(113 113 122 / 0)}
.text-zinc-500\/10{color:rgb(113 113 122 / 0.1)}
.text-zinc-500\/100{color:rgb(113 113 122 / 1)}
.text-zinc-500\/15{color:rgb(113 113 122 / 0.15)}
.text-zinc-500\/20{color:rgb(113 113 122 / 0.2)}
.text-zinc-500\/25{color:rgb(113 113 122 / 0.25)}
.text-zinc-500\/30{color:rgb(113 113 122 / 0.3)}
.text-zinc-500\/35{color:rgb(113 113 122 / 0.35)}
.text-zinc-500\/40{color:rgb(113 113 122 / 0.4)}
.text-zinc-500\/45{color:rgb(113 113 122 / 0.45)}
.text-zinc-500\/5{color:rgb(113 113 122 / 0.05)}
.text-zinc-500\/50{color:rgb(113 113 122 / 0.5)}
.text-zinc-500\/55{color:rgb(113 113 122 / 0.55)}
.text-zinc-500\/60{color:rgb(113 113 122 / 0.6)}
.text-zinc-500\/65{color:rgb(113 113 122 / 0.65)}
.text-zinc-500\/70{color:rgb(113 113 122 / 0.7)}
.text-zinc-500\/75{color:rgb(113 113 122 / 0.75)}
.text-zinc-500\/80{color:rgb(113 113 122 / 0.8)}
.text-zinc-500\/85{color:rgb(113 113 122 / 0.85)}
.text-zinc-500\/90{color:rgb(113 113 122 / 0.9)}
.text-zinc-500\/95{color:rgb(113 113 122 / 0.95)}
.text-zinc-600{--tw-text-opacity:1;color:rgb(82 82 91 / var(--tw-text-opacity))}
.text-zinc-600\/0{color:rgb(82 82 91 / 0)}
.text-zinc-600\/10{color:rgb(82 82 91 / 0.1)}
.text-zinc-600\/100{color:rgb(82 82 91 / 1)}
.text-zinc-600\/15{color:rgb(82 82 91 / 0.15)}
.text-zinc-600\/20{color:rgb(82 82 91 / 0.2)}
.text-zinc-600\/25{color:rgb(82 82 91 / 0.25)}
.text-zinc-600\/30{color:rgb(82 82 91 / 0.3)}
.text-zinc-600\/35{color:rgb(82 82 91 / 0.35)}
.text-zinc-600\/40{color:rgb(82 82 91 / 0.4)}
.text-zinc-600\/45{color:rgb(82 82 91 / 0.45)}
.text-zinc-600\/5{color:rgb(82 82 91 / 0.05)}
.text-zinc-600\/50{color:rgb(82 82 91 / 0.5)}
.text-zinc-600\/55{color:rgb(82 82 91 / 0.55)}
.text-zinc-600\/60{color:rgb(82 82 91 / 0.6)}
.text-zinc-600\/65{color:rgb(82 82 91 / 0.65)}
.text-zinc-600\/70{color:rgb(82 82 91 / 0.7)}
.text-zinc-600\/75{color:rgb(82 82 91 / 0.75)}
.text-zinc-600\/80{color:rgb(82 82 91 / 0.8)}
.text-zinc-600\/85{color:rgb(82 82 91 / 0.85)}
.text-zinc-600\/90{color:rgb(82 82 91 / 0.9)}
.text-zinc-600\/95{color:rgb(82 82 91 / 0.95)}
.text-zinc-700{--tw-text-opacity:1;color:rgb(63 63 70 / var(--tw-text-opacity))}
.text-zinc-700\/0{color:rgb(63 63 70 / 0)}
.text-zinc-700\/10{color:rgb(63 63 70 / 0.1)}
.text-zinc-700\/100{color:rgb(63 63 70 / 1)}
.text-zinc-700\/15{color:rgb(63 63 70 / 0.15)}
.text-zinc-700\/20{color:rgb(63 63 70 / 0.2)}
.text-zinc-700\/25{color:rgb(63 63 70 / 0.25)}
.text-zinc-700\/30{color:rgb(63 63 70 / 0.3)}
.text-zinc-700\/35{color:rgb(63 63 70 / 0.35)}
.text-zinc-700\/40{color:rgb(63 63 70 / 0.4)}
.text-zinc-700\/45{color:rgb(63 63 70 / 0.45)}
.text-zinc-700\/5{color:rgb(63 63 70 / 0.05)}
.text-zinc-700\/50{color:rgb(63 63 70 / 0.5)}
.text-zinc-700\/55{color:rgb(63 63 70 / 0.55)}
.text-zinc-700\/60{color:rgb(63 63 70 / 0.6)}
.text-zinc-700\/65{color:rgb(63 63 70 / 0.65)}
.text-zinc-700\/70{color:rgb(63 63 70 / 0.7)}
.text-zinc-700\/75{color:rgb(63 63 70 / 0.75)}
.text-zinc-700\/80{color:rgb(63 63 70 / 0.8)}
.text-zinc-700\/85{color:rgb(63 63 70 / 0.85)}
.text-zinc-700\/90{color:rgb(63 63 70 / 0.9)}
.text-zinc-700\/95{color:rgb(63 63 70 / 0.95)}
.text-zinc-800{--tw-text-opacity:1;color:rgb(39 39 42 / var(--tw-text-opacity))}
.text-zinc-800\/0{color:rgb(39 39 42 / 0)}
.text-zinc-800\/10{color:rgb(39 39 42 / 0.1)}
.text-zinc-800\/100{color:rgb(39 39 42 / 1)}
.text-zinc-800\/15{color:rgb(39 39 42 / 0.15)}
.text-zinc-800\/20{color:rgb(39 39 42 / 0.2)}
.text-zinc-800\/25{color:rgb(39 39 42 / 0.25)}
.text-zinc-800\/30{color:rgb(39 39 42 / 0.3)}
.text-zinc-800\/35{color:rgb(39 39 42 / 0.35)}
.text-zinc-800\/40{color:rgb(39 39 42 / 0.4)}
.text-zinc-800\/45{color:rgb(39 39 42 / 0.45)}
.text-zinc-800\/5{color:rgb(39 39 42 / 0.05)}
.text-zinc-800\/50{color:rgb(39 39 42 / 0.5)}
.text-zinc-800\/55{color:rgb(39 39 42 / 0.55)}
.text-zinc-800\/60{color:rgb(39 39 42 / 0.6)}
.text-zinc-800\/65{color:rgb(39 39 42 / 0.65)}
.text-zinc-800\/70{color:rgb(39 39 42 / 0.7)}
.text-zinc-800\/75{color:rgb(39 39 42 / 0.75)}
.text-zinc-800\/80{color:rgb(39 39 42 / 0.8)}
.text-zinc-800\/85{color:rgb(39 39 42 / 0.85)}
.text-zinc-800\/90{color:rgb(39 39 42 / 0.9)}
.text-zinc-800\/95{color:rgb(39 39 42 / 0.95)}
.text-zinc-900{--tw-text-opacity:1;color:rgb(24 24 27 / var(--tw-text-opacity))}
.text-zinc-900\/0{color:rgb(24 24 27 / 0)}
.text-zinc-900\/10{color:rgb(24 24 27 / 0.1)}
.text-zinc-900\/100{color:rgb(24 24 27 / 1)}
.text-zinc-900\/15{color:rgb(24 24 27 / 0.15)}
.text-zinc-900\/20{color:rgb(24 24 27 / 0.2)}
.text-zinc-900\/25{color:rgb(24 24 27 / 0.25)}
.text-zinc-900\/30{color:rgb(24 24 27 / 0.3)}
.text-zinc-900\/35{color:rgb(24 24 27 / 0.35)}
.text-zinc-900\/40{color:rgb(24 24 27 / 0.4)}
.text-zinc-900\/45{color:rgb(24 24 27 / 0.45)}
.text-zinc-900\/5{color:rgb(24 24 27 / 0.05)}
.text-zinc-900\/50{color:rgb(24 24 27 / 0.5)}
.text-zinc-900\/55{color:rgb(24 24 27 / 0.55)}
.text-zinc-900\/60{color:rgb(24 24 27 / 0.6)}
.text-zinc-900\/65{color:rgb(24 24 27 / 0.65)}
.text-zinc-900\/70{color:rgb(24 24 27 / 0.7)}
.text-zinc-900\/75{color:rgb(24 24 27 / 0.75)}
.text-zinc-900\/80{color:rgb(24 24 27 / 0.8)}
.text-zinc-900\/85{color:rgb(24 24 27 / 0.85)}
.text-zinc-900\/90{color:rgb(24 24 27 / 0.9)}
.text-zinc-900\/95{color:rgb(24 24 27 / 0.95)}
.text-zinc-950{--tw-text-opacity:1;color:rgb(9 9 11 / var(--tw-text-opacity))}
.text-zinc-950\/0{color:rgb(9 9 11 / 0)}
.text-zinc-950\/10{color:rgb(9 9 11 / 0.1)}
.text-zinc-950\/100{color:rgb(9 9 11 / 1)}
.text-zinc-950\/15{color:rgb(9 9 11 / 0.15)}
.text-zinc-950\/20{color:rgb(9 9 11 / 0.2)}
.text-zinc-950\/25{color:rgb(9 9 11 / 0.25)}
.text-zinc-950\/30{color:rgb(9 9 11 / 0.3)}
.text-zinc-950\/35{color:rgb(9 9 11 / 0.35)}
.text-zinc-950\/40{color:rgb(9 9 11 / 0.4)}
.text-zinc-950\/45{color:rgb(9 9 11 / 0.45)}
.text-zinc-950\/5{color:rgb(9 9 11 / 0.05)}
.text-zinc-950\/50{color:rgb(9 9 11 / 0.5)}
.text-zinc-950\/55{color:rgb(9 9 11 / 0.55)}
.text-zinc-950\/60{color:rgb(9 9 11 / 0.6)}
.text-zinc-950\/65{color:rgb(9 9 11 / 0.65)}
.text-zinc-950\/70{color:rgb(9 9 11 / 0.7)}
.text-zinc-950\/75{color:rgb(9 9 11 / 0.75)}
.text-zinc-950\/80{color:rgb(9 9 11 / 0.8)}
.text-zinc-950\/85{color:rgb(9 9 11 / 0.85)}
.text-zinc-950\/90{color:rgb(9 9 11 / 0.9)}
.text-zinc-950\/95{color:rgb(9 9 11 / 0.95)}
.text-opacity-0{--tw-text-opacity:0}
.text-opacity-10{--tw-text-opacity:0.1}
.text-opacity-100{--tw-text-opacity:1}
.text-opacity-15{--tw-text-opacity:0.15}
.text-opacity-20{--tw-text-opacity:0.2}
.text-opacity-25{--tw-text-opacity:0.25}
.text-opacity-30{--tw-text-opacity:0.3}
.text-opacity-35{--tw-text-opacity:0.35}
.text-opacity-40{--tw-text-opacity:0.4}
.text-opacity-45{--tw-text-opacity:0.45}
.text-opacity-5{--tw-text-opacity:0.05}
.text-opacity-50{--tw-text-opacity:0.5}
.text-opacity-55{--tw-text-opacity:0.55}
.text-opacity-60{--tw-text-opacity:0.6}
.text-opacity-65{--tw-text-opacity:0.65}
.text-opacity-70{--tw-text-opacity:0.7}
.text-opacity-75{--tw-text-opacity:0.75}
.text-opacity-80{--tw-text-opacity:0.8}
.text-opacity-85{--tw-text-opacity:0.85}
.text-opacity-90{--tw-text-opacity:0.9}
.text-opacity-95{--tw-text-opacity:0.95}
.decoration-amber-100{text-decoration-color:#fef3c7}
.decoration-amber-100\/0{text-decoration-color:rgb(254 243 199 / 0)}
.decoration-amber-100\/10{text-decoration-color:rgb(254 243 199 / 0.1)}
.decoration-amber-100\/100{text-decoration-color:rgb(254 243 199 / 1)}
.decoration-amber-100\/15{text-decoration-color:rgb(254 243 199 / 0.15)}
.decoration-amber-100\/20{text-decoration-color:rgb(254 243 199 / 0.2)}
.decoration-amber-100\/25{text-decoration-color:rgb(254 243 199 / 0.25)}
.decoration-amber-100\/30{text-decoration-color:rgb(254 243 199 / 0.3)}
.decoration-amber-100\/35{text-decoration-color:rgb(254 243 199 / 0.35)}
.decoration-amber-100\/40{text-decoration-color:rgb(254 243 199 / 0.4)}
.decoration-amber-100\/45{text-decoration-color:rgb(254 243 199 / 0.45)}
.decoration-amber-100\/5{text-decoration-color:rgb(254 243 199 / 0.05)}
.decoration-amber-100\/50{text-decoration-color:rgb(254 243 199 / 0.5)}
.decoration-amber-100\/55{text-decoration-color:rgb(254 243 199 / 0.55)}
.decoration-amber-100\/60{text-decoration-color:rgb(254 243 199 / 0.6)}
.decoration-amber-100\/65{text-decoration-color:rgb(254 243 199 / 0.65)}
.decoration-amber-100\/70{text-decoration-color:rgb(254 243 199 / 0.7)}
.decoration-amber-100\/75{text-decoration-color:rgb(254 243 199 / 0.75)}
.decoration-amber-100\/80{text-decoration-color:rgb(254 243 199 / 0.8)}
.decoration-amber-100\/85{text-decoration-color:rgb(254 243 199 / 0.85)}
.decoration-amber-100\/90{text-decoration-color:rgb(254 243 199 / 0.9)}
.decoration-amber-100\/95{text-decoration-color:rgb(254 243 199 / 0.95)}
.decoration-amber-200{text-decoration-color:#fde68a}
.decoration-amber-200\/0{text-decoration-color:rgb(253 230 138 / 0)}
.decoration-amber-200\/10{text-decoration-color:rgb(253 230 138 / 0.1)}
.decoration-amber-200\/100{text-decoration-color:rgb(253 230 138 / 1)}
.decoration-amber-200\/15{text-decoration-color:rgb(253 230 138 / 0.15)}
.decoration-amber-200\/20{text-decoration-color:rgb(253 230 138 / 0.2)}
.decoration-amber-200\/25{text-decoration-color:rgb(253 230 138 / 0.25)}
.decoration-amber-200\/30{text-decoration-color:rgb(253 230 138 / 0.3)}
.decoration-amber-200\/35{text-decoration-color:rgb(253 230 138 / 0.35)}
.decoration-amber-200\/40{text-decoration-color:rgb(253 230 138 / 0.4)}
.decoration-amber-200\/45{text-decoration-color:rgb(253 230 138 / 0.45)}
.decoration-amber-200\/5{text-decoration-color:rgb(253 230 138 / 0.05)}
.decoration-amber-200\/50{text-decoration-color:rgb(253 230 138 / 0.5)}
.decoration-amber-200\/55{text-decoration-color:rgb(253 230 138 / 0.55)}
.decoration-amber-200\/60{text-decoration-color:rgb(253 230 138 / 0.6)}
.decoration-amber-200\/65{text-decoration-color:rgb(253 230 138 / 0.65)}
.decoration-amber-200\/70{text-decoration-color:rgb(253 230 138 / 0.7)}
.decoration-amber-200\/75{text-decoration-color:rgb(253 230 138 / 0.75)}
.decoration-amber-200\/80{text-decoration-color:rgb(253 230 138 / 0.8)}
.decoration-amber-200\/85{text-decoration-color:rgb(253 230 138 / 0.85)}
.decoration-amber-200\/90{text-decoration-color:rgb(253 230 138 / 0.9)}
.decoration-amber-200\/95{text-decoration-color:rgb(253 230 138 / 0.95)}
.decoration-amber-300{text-decoration-color:#fcd34d}
.decoration-amber-300\/0{text-decoration-color:rgb(252 211 77 / 0)}
.decoration-amber-300\/10{text-decoration-color:rgb(252 211 77 / 0.1)}
.decoration-amber-300\/100{text-decoration-color:rgb(252 211 77 / 1)}
.decoration-amber-300\/15{text-decoration-color:rgb(252 211 77 / 0.15)}
.decoration-amber-300\/20{text-decoration-color:rgb(252 211 77 / 0.2)}
.decoration-amber-300\/25{text-decoration-color:rgb(252 211 77 / 0.25)}
.decoration-amber-300\/30{text-decoration-color:rgb(252 211 77 / 0.3)}
.decoration-amber-300\/35{text-decoration-color:rgb(252 211 77 / 0.35)}
.decoration-amber-300\/40{text-decoration-color:rgb(252 211 77 / 0.4)}
.decoration-amber-300\/45{text-decoration-color:rgb(252 211 77 / 0.45)}
.decoration-amber-300\/5{text-decoration-color:rgb(252 211 77 / 0.05)}
.decoration-amber-300\/50{text-decoration-color:rgb(252 211 77 / 0.5)}
.decoration-amber-300\/55{text-decoration-color:rgb(252 211 77 / 0.55)}
.decoration-amber-300\/60{text-decoration-color:rgb(252 211 77 / 0.6)}
.decoration-amber-300\/65{text-decoration-color:rgb(252 211 77 / 0.65)}
.decoration-amber-300\/70{text-decoration-color:rgb(252 211 77 / 0.7)}
.decoration-amber-300\/75{text-decoration-color:rgb(252 211 77 / 0.75)}
.decoration-amber-300\/80{text-decoration-color:rgb(252 211 77 / 0.8)}
.decoration-amber-300\/85{text-decoration-color:rgb(252 211 77 / 0.85)}
.decoration-amber-300\/90{text-decoration-color:rgb(252 211 77 / 0.9)}
.decoration-amber-300\/95{text-decoration-color:rgb(252 211 77 / 0.95)}
.decoration-amber-400{text-decoration-color:#fbbf24}
.decoration-amber-400\/0{text-decoration-color:rgb(251 191 36 / 0)}
.decoration-amber-400\/10{text-decoration-color:rgb(251 191 36 / 0.1)}
.decoration-amber-400\/100{text-decoration-color:rgb(251 191 36 / 1)}
.decoration-amber-400\/15{text-decoration-color:rgb(251 191 36 / 0.15)}
.decoration-amber-400\/20{text-decoration-color:rgb(251 191 36 / 0.2)}
.decoration-amber-400\/25{text-decoration-color:rgb(251 191 36 / 0.25)}
.decoration-amber-400\/30{text-decoration-color:rgb(251 191 36 / 0.3)}
.decoration-amber-400\/35{text-decoration-color:rgb(251 191 36 / 0.35)}
.decoration-amber-400\/40{text-decoration-color:rgb(251 191 36 / 0.4)}
.decoration-amber-400\/45{text-decoration-color:rgb(251 191 36 / 0.45)}
.decoration-amber-400\/5{text-decoration-color:rgb(251 191 36 / 0.05)}
.decoration-amber-400\/50{text-decoration-color:rgb(251 191 36 / 0.5)}
.decoration-amber-400\/55{text-decoration-color:rgb(251 191 36 / 0.55)}
.decoration-amber-400\/60{text-decoration-color:rgb(251 191 36 / 0.6)}
.decoration-amber-400\/65{text-decoration-color:rgb(251 191 36 / 0.65)}
.decoration-amber-400\/70{text-decoration-color:rgb(251 191 36 / 0.7)}
.decoration-amber-400\/75{text-decoration-color:rgb(251 191 36 / 0.75)}
.decoration-amber-400\/80{text-decoration-color:rgb(251 191 36 / 0.8)}
.decoration-amber-400\/85{text-decoration-color:rgb(251 191 36 / 0.85)}
.decoration-amber-400\/90{text-decoration-color:rgb(251 191 36 / 0.9)}
.decoration-amber-400\/95{text-decoration-color:rgb(251 191 36 / 0.95)}
.decoration-amber-50{text-decoration-color:#fffbeb}
.decoration-amber-50\/0{text-decoration-color:rgb(255 251 235 / 0)}
.decoration-amber-50\/10{text-decoration-color:rgb(255 251 235 / 0.1)}
.decoration-amber-50\/100{text-decoration-color:rgb(255 251 235 / 1)}
.decoration-amber-50\/15{text-decoration-color:rgb(255 251 235 / 0.15)}
.decoration-amber-50\/20{text-decoration-color:rgb(255 251 235 / 0.2)}
.decoration-amber-50\/25{text-decoration-color:rgb(255 251 235 / 0.25)}
.decoration-amber-50\/30{text-decoration-color:rgb(255 251 235 / 0.3)}
.decoration-amber-50\/35{text-decoration-color:rgb(255 251 235 / 0.35)}
.decoration-amber-50\/40{text-decoration-color:rgb(255 251 235 / 0.4)}
.decoration-amber-50\/45{text-decoration-color:rgb(255 251 235 / 0.45)}
.decoration-amber-50\/5{text-decoration-color:rgb(255 251 235 / 0.05)}
.decoration-amber-50\/50{text-decoration-color:rgb(255 251 235 / 0.5)}
.decoration-amber-50\/55{text-decoration-color:rgb(255 251 235 / 0.55)}
.decoration-amber-50\/60{text-decoration-color:rgb(255 251 235 / 0.6)}
.decoration-amber-50\/65{text-decoration-color:rgb(255 251 235 / 0.65)}
.decoration-amber-50\/70{text-decoration-color:rgb(255 251 235 / 0.7)}
.decoration-amber-50\/75{text-decoration-color:rgb(255 251 235 / 0.75)}
.decoration-amber-50\/80{text-decoration-color:rgb(255 251 235 / 0.8)}
.decoration-amber-50\/85{text-decoration-color:rgb(255 251 235 / 0.85)}
.decoration-amber-50\/90{text-decoration-color:rgb(255 251 235 / 0.9)}
.decoration-amber-50\/95{text-decoration-color:rgb(255 251 235 / 0.95)}
.decoration-amber-500{text-decoration-color:#f59e0b}
.decoration-amber-500\/0{text-decoration-color:rgb(245 158 11 / 0)}
.decoration-amber-500\/10{text-decoration-color:rgb(245 158 11 / 0.1)}
.decoration-amber-500\/100{text-decoration-color:rgb(245 158 11 / 1)}
.decoration-amber-500\/15{text-decoration-color:rgb(245 158 11 / 0.15)}
.decoration-amber-500\/20{text-decoration-color:rgb(245 158 11 / 0.2)}
.decoration-amber-500\/25{text-decoration-color:rgb(245 158 11 / 0.25)}
.decoration-amber-500\/30{text-decoration-color:rgb(245 158 11 / 0.3)}
.decoration-amber-500\/35{text-decoration-color:rgb(245 158 11 / 0.35)}
.decoration-amber-500\/40{text-decoration-color:rgb(245 158 11 / 0.4)}
.decoration-amber-500\/45{text-decoration-color:rgb(245 158 11 / 0.45)}
.decoration-amber-500\/5{text-decoration-color:rgb(245 158 11 / 0.05)}
.decoration-amber-500\/50{text-decoration-color:rgb(245 158 11 / 0.5)}
.decoration-amber-500\/55{text-decoration-color:rgb(245 158 11 / 0.55)}
.decoration-amber-500\/60{text-decoration-color:rgb(245 158 11 / 0.6)}
.decoration-amber-500\/65{text-decoration-color:rgb(245 158 11 / 0.65)}
.decoration-amber-500\/70{text-decoration-color:rgb(245 158 11 / 0.7)}
.decoration-amber-500\/75{text-decoration-color:rgb(245 158 11 / 0.75)}
.decoration-amber-500\/80{text-decoration-color:rgb(245 158 11 / 0.8)}
.decoration-amber-500\/85{text-decoration-color:rgb(245 158 11 / 0.85)}
.decoration-amber-500\/90{text-decoration-color:rgb(245 158 11 / 0.9)}
.decoration-amber-500\/95{text-decoration-color:rgb(245 158 11 / 0.95)}
.decoration-amber-600{text-decoration-color:#d97706}
.decoration-amber-600\/0{text-decoration-color:rgb(217 119 6 / 0)}
.decoration-amber-600\/10{text-decoration-color:rgb(217 119 6 / 0.1)}
.decoration-amber-600\/100{text-decoration-color:rgb(217 119 6 / 1)}
.decoration-amber-600\/15{text-decoration-color:rgb(217 119 6 / 0.15)}
.decoration-amber-600\/20{text-decoration-color:rgb(217 119 6 / 0.2)}
.decoration-amber-600\/25{text-decoration-color:rgb(217 119 6 / 0.25)}
.decoration-amber-600\/30{text-decoration-color:rgb(217 119 6 / 0.3)}
.decoration-amber-600\/35{text-decoration-color:rgb(217 119 6 / 0.35)}
.decoration-amber-600\/40{text-decoration-color:rgb(217 119 6 / 0.4)}
.decoration-amber-600\/45{text-decoration-color:rgb(217 119 6 / 0.45)}
.decoration-amber-600\/5{text-decoration-color:rgb(217 119 6 / 0.05)}
.decoration-amber-600\/50{text-decoration-color:rgb(217 119 6 / 0.5)}
.decoration-amber-600\/55{text-decoration-color:rgb(217 119 6 / 0.55)}
.decoration-amber-600\/60{text-decoration-color:rgb(217 119 6 / 0.6)}
.decoration-amber-600\/65{text-decoration-color:rgb(217 119 6 / 0.65)}
.decoration-amber-600\/70{text-decoration-color:rgb(217 119 6 / 0.7)}
.decoration-amber-600\/75{text-decoration-color:rgb(217 119 6 / 0.75)}
.decoration-amber-600\/80{text-decoration-color:rgb(217 119 6 / 0.8)}
.decoration-amber-600\/85{text-decoration-color:rgb(217 119 6 / 0.85)}
.decoration-amber-600\/90{text-decoration-color:rgb(217 119 6 / 0.9)}
.decoration-amber-600\/95{text-decoration-color:rgb(217 119 6 / 0.95)}
.decoration-amber-700{text-decoration-color:#b45309}
.decoration-amber-700\/0{text-decoration-color:rgb(180 83 9 / 0)}
.decoration-amber-700\/10{text-decoration-color:rgb(180 83 9 / 0.1)}
.decoration-amber-700\/100{text-decoration-color:rgb(180 83 9 / 1)}
.decoration-amber-700\/15{text-decoration-color:rgb(180 83 9 / 0.15)}
.decoration-amber-700\/20{text-decoration-color:rgb(180 83 9 / 0.2)}
.decoration-amber-700\/25{text-decoration-color:rgb(180 83 9 / 0.25)}
.decoration-amber-700\/30{text-decoration-color:rgb(180 83 9 / 0.3)}
.decoration-amber-700\/35{text-decoration-color:rgb(180 83 9 / 0.35)}
.decoration-amber-700\/40{text-decoration-color:rgb(180 83 9 / 0.4)}
.decoration-amber-700\/45{text-decoration-color:rgb(180 83 9 / 0.45)}
.decoration-amber-700\/5{text-decoration-color:rgb(180 83 9 / 0.05)}
.decoration-amber-700\/50{text-decoration-color:rgb(180 83 9 / 0.5)}
.decoration-amber-700\/55{text-decoration-color:rgb(180 83 9 / 0.55)}
.decoration-amber-700\/60{text-decoration-color:rgb(180 83 9 / 0.6)}
.decoration-amber-700\/65{text-decoration-color:rgb(180 83 9 / 0.65)}
.decoration-amber-700\/70{text-decoration-color:rgb(180 83 9 / 0.7)}
.decoration-amber-700\/75{text-decoration-color:rgb(180 83 9 / 0.75)}
.decoration-amber-700\/80{text-decoration-color:rgb(180 83 9 / 0.8)}
.decoration-amber-700\/85{text-decoration-color:rgb(180 83 9 / 0.85)}
.decoration-amber-700\/90{text-decoration-color:rgb(180 83 9 / 0.9)}
.decoration-amber-700\/95{text-decoration-color:rgb(180 83 9 / 0.95)}
.decoration-amber-800{text-decoration-color:#92400e}
.decoration-amber-800\/0{text-decoration-color:rgb(146 64 14 / 0)}
.decoration-amber-800\/10{text-decoration-color:rgb(146 64 14 / 0.1)}
.decoration-amber-800\/100{text-decoration-color:rgb(146 64 14 / 1)}
.decoration-amber-800\/15{text-decoration-color:rgb(146 64 14 / 0.15)}
.decoration-amber-800\/20{text-decoration-color:rgb(146 64 14 / 0.2)}
.decoration-amber-800\/25{text-decoration-color:rgb(146 64 14 / 0.25)}
.decoration-amber-800\/30{text-decoration-color:rgb(146 64 14 / 0.3)}
.decoration-amber-800\/35{text-decoration-color:rgb(146 64 14 / 0.35)}
.decoration-amber-800\/40{text-decoration-color:rgb(146 64 14 / 0.4)}
.decoration-amber-800\/45{text-decoration-color:rgb(146 64 14 / 0.45)}
.decoration-amber-800\/5{text-decoration-color:rgb(146 64 14 / 0.05)}
.decoration-amber-800\/50{text-decoration-color:rgb(146 64 14 / 0.5)}
.decoration-amber-800\/55{text-decoration-color:rgb(146 64 14 / 0.55)}
.decoration-amber-800\/60{text-decoration-color:rgb(146 64 14 / 0.6)}
.decoration-amber-800\/65{text-decoration-color:rgb(146 64 14 / 0.65)}
.decoration-amber-800\/70{text-decoration-color:rgb(146 64 14 / 0.7)}
.decoration-amber-800\/75{text-decoration-color:rgb(146 64 14 / 0.75)}
.decoration-amber-800\/80{text-decoration-color:rgb(146 64 14 / 0.8)}
.decoration-amber-800\/85{text-decoration-color:rgb(146 64 14 / 0.85)}
.decoration-amber-800\/90{text-decoration-color:rgb(146 64 14 / 0.9)}
.decoration-amber-800\/95{text-decoration-color:rgb(146 64 14 / 0.95)}
.decoration-amber-900{text-decoration-color:#78350f}
.decoration-amber-900\/0{text-decoration-color:rgb(120 53 15 / 0)}
.decoration-amber-900\/10{text-decoration-color:rgb(120 53 15 / 0.1)}
.decoration-amber-900\/100{text-decoration-color:rgb(120 53 15 / 1)}
.decoration-amber-900\/15{text-decoration-color:rgb(120 53 15 / 0.15)}
.decoration-amber-900\/20{text-decoration-color:rgb(120 53 15 / 0.2)}
.decoration-amber-900\/25{text-decoration-color:rgb(120 53 15 / 0.25)}
.decoration-amber-900\/30{text-decoration-color:rgb(120 53 15 / 0.3)}
.decoration-amber-900\/35{text-decoration-color:rgb(120 53 15 / 0.35)}
.decoration-amber-900\/40{text-decoration-color:rgb(120 53 15 / 0.4)}
.decoration-amber-900\/45{text-decoration-color:rgb(120 53 15 / 0.45)}
.decoration-amber-900\/5{text-decoration-color:rgb(120 53 15 / 0.05)}
.decoration-amber-900\/50{text-decoration-color:rgb(120 53 15 / 0.5)}
.decoration-amber-900\/55{text-decoration-color:rgb(120 53 15 / 0.55)}
.decoration-amber-900\/60{text-decoration-color:rgb(120 53 15 / 0.6)}
.decoration-amber-900\/65{text-decoration-color:rgb(120 53 15 / 0.65)}
.decoration-amber-900\/70{text-decoration-color:rgb(120 53 15 / 0.7)}
.decoration-amber-900\/75{text-decoration-color:rgb(120 53 15 / 0.75)}
.decoration-amber-900\/80{text-decoration-color:rgb(120 53 15 / 0.8)}
.decoration-amber-900\/85{text-decoration-color:rgb(120 53 15 / 0.85)}
.decoration-amber-900\/90{text-decoration-color:rgb(120 53 15 / 0.9)}
.decoration-amber-900\/95{text-decoration-color:rgb(120 53 15 / 0.95)}
.decoration-amber-950{text-decoration-color:#451a03}
.decoration-amber-950\/0{text-decoration-color:rgb(69 26 3 / 0)}
.decoration-amber-950\/10{text-decoration-color:rgb(69 26 3 / 0.1)}
.decoration-amber-950\/100{text-decoration-color:rgb(69 26 3 / 1)}
.decoration-amber-950\/15{text-decoration-color:rgb(69 26 3 / 0.15)}
.decoration-amber-950\/20{text-decoration-color:rgb(69 26 3 / 0.2)}
.decoration-amber-950\/25{text-decoration-color:rgb(69 26 3 / 0.25)}
.decoration-amber-950\/30{text-decoration-color:rgb(69 26 3 / 0.3)}
.decoration-amber-950\/35{text-decoration-color:rgb(69 26 3 / 0.35)}
.decoration-amber-950\/40{text-decoration-color:rgb(69 26 3 / 0.4)}
.decoration-amber-950\/45{text-decoration-color:rgb(69 26 3 / 0.45)}
.decoration-amber-950\/5{text-decoration-color:rgb(69 26 3 / 0.05)}
.decoration-amber-950\/50{text-decoration-color:rgb(69 26 3 / 0.5)}
.decoration-amber-950\/55{text-decoration-color:rgb(69 26 3 / 0.55)}
.decoration-amber-950\/60{text-decoration-color:rgb(69 26 3 / 0.6)}
.decoration-amber-950\/65{text-decoration-color:rgb(69 26 3 / 0.65)}
.decoration-amber-950\/70{text-decoration-color:rgb(69 26 3 / 0.7)}
.decoration-amber-950\/75{text-decoration-color:rgb(69 26 3 / 0.75)}
.decoration-amber-950\/80{text-decoration-color:rgb(69 26 3 / 0.8)}
.decoration-amber-950\/85{text-decoration-color:rgb(69 26 3 / 0.85)}
.decoration-amber-950\/90{text-decoration-color:rgb(69 26 3 / 0.9)}
.decoration-amber-950\/95{text-decoration-color:rgb(69 26 3 / 0.95)}
.decoration-background-text-contrast{text-decoration-color:#fff}
.decoration-background-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-background-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-background-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-background-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-background-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-background-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-background-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-background-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-background-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-background-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-background-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-background-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-background-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-background-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-background-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-background-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-background-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-background-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-background-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-background-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-background-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-background-text-contrastsWithCard{text-decoration-color:true}
.decoration-background-text-isDark{text-decoration-color:true}
.decoration-background-text-text{text-decoration-color:#6b6f73}
.decoration-background-text-text\/0{text-decoration-color:rgb(107 111 115 / 0)}
.decoration-background-text-text\/10{text-decoration-color:rgb(107 111 115 / 0.1)}
.decoration-background-text-text\/100{text-decoration-color:rgb(107 111 115 / 1)}
.decoration-background-text-text\/15{text-decoration-color:rgb(107 111 115 / 0.15)}
.decoration-background-text-text\/20{text-decoration-color:rgb(107 111 115 / 0.2)}
.decoration-background-text-text\/25{text-decoration-color:rgb(107 111 115 / 0.25)}
.decoration-background-text-text\/30{text-decoration-color:rgb(107 111 115 / 0.3)}
.decoration-background-text-text\/35{text-decoration-color:rgb(107 111 115 / 0.35)}
.decoration-background-text-text\/40{text-decoration-color:rgb(107 111 115 / 0.4)}
.decoration-background-text-text\/45{text-decoration-color:rgb(107 111 115 / 0.45)}
.decoration-background-text-text\/5{text-decoration-color:rgb(107 111 115 / 0.05)}
.decoration-background-text-text\/50{text-decoration-color:rgb(107 111 115 / 0.5)}
.decoration-background-text-text\/55{text-decoration-color:rgb(107 111 115 / 0.55)}
.decoration-background-text-text\/60{text-decoration-color:rgb(107 111 115 / 0.6)}
.decoration-background-text-text\/65{text-decoration-color:rgb(107 111 115 / 0.65)}
.decoration-background-text-text\/70{text-decoration-color:rgb(107 111 115 / 0.7)}
.decoration-background-text-text\/75{text-decoration-color:rgb(107 111 115 / 0.75)}
.decoration-background-text-text\/80{text-decoration-color:rgb(107 111 115 / 0.8)}
.decoration-background-text-text\/85{text-decoration-color:rgb(107 111 115 / 0.85)}
.decoration-background-text-text\/90{text-decoration-color:rgb(107 111 115 / 0.9)}
.decoration-background-text-text\/95{text-decoration-color:rgb(107 111 115 / 0.95)}
.decoration-bt-text-contrast{text-decoration-color:#fff}
.decoration-bt-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-bt-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-bt-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-bt-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-bt-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-bt-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-bt-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-bt-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-bt-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-bt-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-bt-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-bt-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-bt-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-bt-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-bt-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-bt-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-bt-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-bt-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-bt-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-bt-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-bt-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-bt-text-contrastsWithCard{text-decoration-color:true}
.decoration-bt-text-isDark{text-decoration-color:true}
.decoration-bt-text-text{text-decoration-color:#1e293b}
.decoration-bt-text-text\/0{text-decoration-color:rgb(30 41 59 / 0)}
.decoration-bt-text-text\/10{text-decoration-color:rgb(30 41 59 / 0.1)}
.decoration-bt-text-text\/100{text-decoration-color:rgb(30 41 59 / 1)}
.decoration-bt-text-text\/15{text-decoration-color:rgb(30 41 59 / 0.15)}
.decoration-bt-text-text\/20{text-decoration-color:rgb(30 41 59 / 0.2)}
.decoration-bt-text-text\/25{text-decoration-color:rgb(30 41 59 / 0.25)}
.decoration-bt-text-text\/30{text-decoration-color:rgb(30 41 59 / 0.3)}
.decoration-bt-text-text\/35{text-decoration-color:rgb(30 41 59 / 0.35)}
.decoration-bt-text-text\/40{text-decoration-color:rgb(30 41 59 / 0.4)}
.decoration-bt-text-text\/45{text-decoration-color:rgb(30 41 59 / 0.45)}
.decoration-bt-text-text\/5{text-decoration-color:rgb(30 41 59 / 0.05)}
.decoration-bt-text-text\/50{text-decoration-color:rgb(30 41 59 / 0.5)}
.decoration-bt-text-text\/55{text-decoration-color:rgb(30 41 59 / 0.55)}
.decoration-bt-text-text\/60{text-decoration-color:rgb(30 41 59 / 0.6)}
.decoration-bt-text-text\/65{text-decoration-color:rgb(30 41 59 / 0.65)}
.decoration-bt-text-text\/70{text-decoration-color:rgb(30 41 59 / 0.7)}
.decoration-bt-text-text\/75{text-decoration-color:rgb(30 41 59 / 0.75)}
.decoration-bt-text-text\/80{text-decoration-color:rgb(30 41 59 / 0.8)}
.decoration-bt-text-text\/85{text-decoration-color:rgb(30 41 59 / 0.85)}
.decoration-bt-text-text\/90{text-decoration-color:rgb(30 41 59 / 0.9)}
.decoration-bt-text-text\/95{text-decoration-color:rgb(30 41 59 / 0.95)}
.decoration-btLight-text-contrast{text-decoration-color:#000}
.decoration-btLight-text-contrast\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-btLight-text-contrast\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-btLight-text-contrast\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-btLight-text-contrast\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-btLight-text-contrast\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-btLight-text-contrast\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-btLight-text-contrast\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-btLight-text-contrast\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-btLight-text-contrast\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-btLight-text-contrast\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-btLight-text-contrast\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-btLight-text-contrast\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-btLight-text-contrast\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-btLight-text-contrast\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-btLight-text-contrast\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-btLight-text-contrast\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-btLight-text-contrast\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-btLight-text-contrast\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-btLight-text-contrast\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-btLight-text-contrast\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-btLight-text-contrast\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-btLight-text-contrastsWithCard{text-decoration-color:true}
.decoration-btLight-text-isDark{}
.decoration-btLight-text-text{text-decoration-color:#48abd9}
.decoration-btLight-text-text\/0{text-decoration-color:rgb(72 171 217 / 0)}
.decoration-btLight-text-text\/10{text-decoration-color:rgb(72 171 217 / 0.1)}
.decoration-btLight-text-text\/100{text-decoration-color:rgb(72 171 217 / 1)}
.decoration-btLight-text-text\/15{text-decoration-color:rgb(72 171 217 / 0.15)}
.decoration-btLight-text-text\/20{text-decoration-color:rgb(72 171 217 / 0.2)}
.decoration-btLight-text-text\/25{text-decoration-color:rgb(72 171 217 / 0.25)}
.decoration-btLight-text-text\/30{text-decoration-color:rgb(72 171 217 / 0.3)}
.decoration-btLight-text-text\/35{text-decoration-color:rgb(72 171 217 / 0.35)}
.decoration-btLight-text-text\/40{text-decoration-color:rgb(72 171 217 / 0.4)}
.decoration-btLight-text-text\/45{text-decoration-color:rgb(72 171 217 / 0.45)}
.decoration-btLight-text-text\/5{text-decoration-color:rgb(72 171 217 / 0.05)}
.decoration-btLight-text-text\/50{text-decoration-color:rgb(72 171 217 / 0.5)}
.decoration-btLight-text-text\/55{text-decoration-color:rgb(72 171 217 / 0.55)}
.decoration-btLight-text-text\/60{text-decoration-color:rgb(72 171 217 / 0.6)}
.decoration-btLight-text-text\/65{text-decoration-color:rgb(72 171 217 / 0.65)}
.decoration-btLight-text-text\/70{text-decoration-color:rgb(72 171 217 / 0.7)}
.decoration-btLight-text-text\/75{text-decoration-color:rgb(72 171 217 / 0.75)}
.decoration-btLight-text-text\/80{text-decoration-color:rgb(72 171 217 / 0.8)}
.decoration-btLight-text-text\/85{text-decoration-color:rgb(72 171 217 / 0.85)}
.decoration-btLight-text-text\/90{text-decoration-color:rgb(72 171 217 / 0.9)}
.decoration-btLight-text-text\/95{text-decoration-color:rgb(72 171 217 / 0.95)}
.decoration-cardBackground-text-contrast{text-decoration-color:#fff}
.decoration-cardBackground-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-cardBackground-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-cardBackground-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-cardBackground-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-cardBackground-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-cardBackground-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-cardBackground-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-cardBackground-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-cardBackground-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-cardBackground-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-cardBackground-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-cardBackground-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-cardBackground-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-cardBackground-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-cardBackground-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-cardBackground-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-cardBackground-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-cardBackground-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-cardBackground-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-cardBackground-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-cardBackground-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-cardBackground-text-contrastsWithCard{text-decoration-color:true}
.decoration-cardBackground-text-isDark{text-decoration-color:true}
.decoration-cardBackground-text-text{text-decoration-color:#848484}
.decoration-cardBackground-text-text\/0{text-decoration-color:rgb(132 132 132 / 0)}
.decoration-cardBackground-text-text\/10{text-decoration-color:rgb(132 132 132 / 0.1)}
.decoration-cardBackground-text-text\/100{text-decoration-color:rgb(132 132 132 / 1)}
.decoration-cardBackground-text-text\/15{text-decoration-color:rgb(132 132 132 / 0.15)}
.decoration-cardBackground-text-text\/20{text-decoration-color:rgb(132 132 132 / 0.2)}
.decoration-cardBackground-text-text\/25{text-decoration-color:rgb(132 132 132 / 0.25)}
.decoration-cardBackground-text-text\/30{text-decoration-color:rgb(132 132 132 / 0.3)}
.decoration-cardBackground-text-text\/35{text-decoration-color:rgb(132 132 132 / 0.35)}
.decoration-cardBackground-text-text\/40{text-decoration-color:rgb(132 132 132 / 0.4)}
.decoration-cardBackground-text-text\/45{text-decoration-color:rgb(132 132 132 / 0.45)}
.decoration-cardBackground-text-text\/5{text-decoration-color:rgb(132 132 132 / 0.05)}
.decoration-cardBackground-text-text\/50{text-decoration-color:rgb(132 132 132 / 0.5)}
.decoration-cardBackground-text-text\/55{text-decoration-color:rgb(132 132 132 / 0.55)}
.decoration-cardBackground-text-text\/60{text-decoration-color:rgb(132 132 132 / 0.6)}
.decoration-cardBackground-text-text\/65{text-decoration-color:rgb(132 132 132 / 0.65)}
.decoration-cardBackground-text-text\/70{text-decoration-color:rgb(132 132 132 / 0.7)}
.decoration-cardBackground-text-text\/75{text-decoration-color:rgb(132 132 132 / 0.75)}
.decoration-cardBackground-text-text\/80{text-decoration-color:rgb(132 132 132 / 0.8)}
.decoration-cardBackground-text-text\/85{text-decoration-color:rgb(132 132 132 / 0.85)}
.decoration-cardBackground-text-text\/90{text-decoration-color:rgb(132 132 132 / 0.9)}
.decoration-cardBackground-text-text\/95{text-decoration-color:rgb(132 132 132 / 0.95)}
.decoration-cardHeader-text-contrast{text-decoration-color:#fff}
.decoration-cardHeader-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-cardHeader-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-cardHeader-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-cardHeader-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-cardHeader-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-cardHeader-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-cardHeader-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-cardHeader-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-cardHeader-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-cardHeader-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-cardHeader-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-cardHeader-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-cardHeader-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-cardHeader-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-cardHeader-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-cardHeader-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-cardHeader-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-cardHeader-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-cardHeader-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-cardHeader-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-cardHeader-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-cardHeader-text-contrastsWithCard{text-decoration-color:true}
.decoration-cardHeader-text-isDark{text-decoration-color:true}
.decoration-cardHeader-text-text{text-decoration-color:#7e7e84}
.decoration-cardHeader-text-text\/0{text-decoration-color:rgb(126 126 132 / 0)}
.decoration-cardHeader-text-text\/10{text-decoration-color:rgb(126 126 132 / 0.1)}
.decoration-cardHeader-text-text\/100{text-decoration-color:rgb(126 126 132 / 1)}
.decoration-cardHeader-text-text\/15{text-decoration-color:rgb(126 126 132 / 0.15)}
.decoration-cardHeader-text-text\/20{text-decoration-color:rgb(126 126 132 / 0.2)}
.decoration-cardHeader-text-text\/25{text-decoration-color:rgb(126 126 132 / 0.25)}
.decoration-cardHeader-text-text\/30{text-decoration-color:rgb(126 126 132 / 0.3)}
.decoration-cardHeader-text-text\/35{text-decoration-color:rgb(126 126 132 / 0.35)}
.decoration-cardHeader-text-text\/40{text-decoration-color:rgb(126 126 132 / 0.4)}
.decoration-cardHeader-text-text\/45{text-decoration-color:rgb(126 126 132 / 0.45)}
.decoration-cardHeader-text-text\/5{text-decoration-color:rgb(126 126 132 / 0.05)}
.decoration-cardHeader-text-text\/50{text-decoration-color:rgb(126 126 132 / 0.5)}
.decoration-cardHeader-text-text\/55{text-decoration-color:rgb(126 126 132 / 0.55)}
.decoration-cardHeader-text-text\/60{text-decoration-color:rgb(126 126 132 / 0.6)}
.decoration-cardHeader-text-text\/65{text-decoration-color:rgb(126 126 132 / 0.65)}
.decoration-cardHeader-text-text\/70{text-decoration-color:rgb(126 126 132 / 0.7)}
.decoration-cardHeader-text-text\/75{text-decoration-color:rgb(126 126 132 / 0.75)}
.decoration-cardHeader-text-text\/80{text-decoration-color:rgb(126 126 132 / 0.8)}
.decoration-cardHeader-text-text\/85{text-decoration-color:rgb(126 126 132 / 0.85)}
.decoration-cardHeader-text-text\/90{text-decoration-color:rgb(126 126 132 / 0.9)}
.decoration-cardHeader-text-text\/95{text-decoration-color:rgb(126 126 132 / 0.95)}
.decoration-danger-text-contrast{text-decoration-color:#fff}
.decoration-danger-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-danger-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-danger-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-danger-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-danger-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-danger-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-danger-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-danger-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-danger-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-danger-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-danger-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-danger-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-danger-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-danger-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-danger-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-danger-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-danger-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-danger-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-danger-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-danger-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-danger-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-danger-text-contrastsWithCard{text-decoration-color:true}
.decoration-danger-text-isDark{text-decoration-color:true}
.decoration-danger-text-text{text-decoration-color:#e85743}
.decoration-danger-text-text\/0{text-decoration-color:rgb(232 87 67 / 0)}
.decoration-danger-text-text\/10{text-decoration-color:rgb(232 87 67 / 0.1)}
.decoration-danger-text-text\/100{text-decoration-color:rgb(232 87 67 / 1)}
.decoration-danger-text-text\/15{text-decoration-color:rgb(232 87 67 / 0.15)}
.decoration-danger-text-text\/20{text-decoration-color:rgb(232 87 67 / 0.2)}
.decoration-danger-text-text\/25{text-decoration-color:rgb(232 87 67 / 0.25)}
.decoration-danger-text-text\/30{text-decoration-color:rgb(232 87 67 / 0.3)}
.decoration-danger-text-text\/35{text-decoration-color:rgb(232 87 67 / 0.35)}
.decoration-danger-text-text\/40{text-decoration-color:rgb(232 87 67 / 0.4)}
.decoration-danger-text-text\/45{text-decoration-color:rgb(232 87 67 / 0.45)}
.decoration-danger-text-text\/5{text-decoration-color:rgb(232 87 67 / 0.05)}
.decoration-danger-text-text\/50{text-decoration-color:rgb(232 87 67 / 0.5)}
.decoration-danger-text-text\/55{text-decoration-color:rgb(232 87 67 / 0.55)}
.decoration-danger-text-text\/60{text-decoration-color:rgb(232 87 67 / 0.6)}
.decoration-danger-text-text\/65{text-decoration-color:rgb(232 87 67 / 0.65)}
.decoration-danger-text-text\/70{text-decoration-color:rgb(232 87 67 / 0.7)}
.decoration-danger-text-text\/75{text-decoration-color:rgb(232 87 67 / 0.75)}
.decoration-danger-text-text\/80{text-decoration-color:rgb(232 87 67 / 0.8)}
.decoration-danger-text-text\/85{text-decoration-color:rgb(232 87 67 / 0.85)}
.decoration-danger-text-text\/90{text-decoration-color:rgb(232 87 67 / 0.9)}
.decoration-danger-text-text\/95{text-decoration-color:rgb(232 87 67 / 0.95)}
.decoration-emerald-100{text-decoration-color:#d1fae5}
.decoration-emerald-100\/0{text-decoration-color:rgb(209 250 229 / 0)}
.decoration-emerald-100\/10{text-decoration-color:rgb(209 250 229 / 0.1)}
.decoration-emerald-100\/100{text-decoration-color:rgb(209 250 229 / 1)}
.decoration-emerald-100\/15{text-decoration-color:rgb(209 250 229 / 0.15)}
.decoration-emerald-100\/20{text-decoration-color:rgb(209 250 229 / 0.2)}
.decoration-emerald-100\/25{text-decoration-color:rgb(209 250 229 / 0.25)}
.decoration-emerald-100\/30{text-decoration-color:rgb(209 250 229 / 0.3)}
.decoration-emerald-100\/35{text-decoration-color:rgb(209 250 229 / 0.35)}
.decoration-emerald-100\/40{text-decoration-color:rgb(209 250 229 / 0.4)}
.decoration-emerald-100\/45{text-decoration-color:rgb(209 250 229 / 0.45)}
.decoration-emerald-100\/5{text-decoration-color:rgb(209 250 229 / 0.05)}
.decoration-emerald-100\/50{text-decoration-color:rgb(209 250 229 / 0.5)}
.decoration-emerald-100\/55{text-decoration-color:rgb(209 250 229 / 0.55)}
.decoration-emerald-100\/60{text-decoration-color:rgb(209 250 229 / 0.6)}
.decoration-emerald-100\/65{text-decoration-color:rgb(209 250 229 / 0.65)}
.decoration-emerald-100\/70{text-decoration-color:rgb(209 250 229 / 0.7)}
.decoration-emerald-100\/75{text-decoration-color:rgb(209 250 229 / 0.75)}
.decoration-emerald-100\/80{text-decoration-color:rgb(209 250 229 / 0.8)}
.decoration-emerald-100\/85{text-decoration-color:rgb(209 250 229 / 0.85)}
.decoration-emerald-100\/90{text-decoration-color:rgb(209 250 229 / 0.9)}
.decoration-emerald-100\/95{text-decoration-color:rgb(209 250 229 / 0.95)}
.decoration-emerald-200{text-decoration-color:#a7f3d0}
.decoration-emerald-200\/0{text-decoration-color:rgb(167 243 208 / 0)}
.decoration-emerald-200\/10{text-decoration-color:rgb(167 243 208 / 0.1)}
.decoration-emerald-200\/100{text-decoration-color:rgb(167 243 208 / 1)}
.decoration-emerald-200\/15{text-decoration-color:rgb(167 243 208 / 0.15)}
.decoration-emerald-200\/20{text-decoration-color:rgb(167 243 208 / 0.2)}
.decoration-emerald-200\/25{text-decoration-color:rgb(167 243 208 / 0.25)}
.decoration-emerald-200\/30{text-decoration-color:rgb(167 243 208 / 0.3)}
.decoration-emerald-200\/35{text-decoration-color:rgb(167 243 208 / 0.35)}
.decoration-emerald-200\/40{text-decoration-color:rgb(167 243 208 / 0.4)}
.decoration-emerald-200\/45{text-decoration-color:rgb(167 243 208 / 0.45)}
.decoration-emerald-200\/5{text-decoration-color:rgb(167 243 208 / 0.05)}
.decoration-emerald-200\/50{text-decoration-color:rgb(167 243 208 / 0.5)}
.decoration-emerald-200\/55{text-decoration-color:rgb(167 243 208 / 0.55)}
.decoration-emerald-200\/60{text-decoration-color:rgb(167 243 208 / 0.6)}
.decoration-emerald-200\/65{text-decoration-color:rgb(167 243 208 / 0.65)}
.decoration-emerald-200\/70{text-decoration-color:rgb(167 243 208 / 0.7)}
.decoration-emerald-200\/75{text-decoration-color:rgb(167 243 208 / 0.75)}
.decoration-emerald-200\/80{text-decoration-color:rgb(167 243 208 / 0.8)}
.decoration-emerald-200\/85{text-decoration-color:rgb(167 243 208 / 0.85)}
.decoration-emerald-200\/90{text-decoration-color:rgb(167 243 208 / 0.9)}
.decoration-emerald-200\/95{text-decoration-color:rgb(167 243 208 / 0.95)}
.decoration-emerald-300{text-decoration-color:#6ee7b7}
.decoration-emerald-300\/0{text-decoration-color:rgb(110 231 183 / 0)}
.decoration-emerald-300\/10{text-decoration-color:rgb(110 231 183 / 0.1)}
.decoration-emerald-300\/100{text-decoration-color:rgb(110 231 183 / 1)}
.decoration-emerald-300\/15{text-decoration-color:rgb(110 231 183 / 0.15)}
.decoration-emerald-300\/20{text-decoration-color:rgb(110 231 183 / 0.2)}
.decoration-emerald-300\/25{text-decoration-color:rgb(110 231 183 / 0.25)}
.decoration-emerald-300\/30{text-decoration-color:rgb(110 231 183 / 0.3)}
.decoration-emerald-300\/35{text-decoration-color:rgb(110 231 183 / 0.35)}
.decoration-emerald-300\/40{text-decoration-color:rgb(110 231 183 / 0.4)}
.decoration-emerald-300\/45{text-decoration-color:rgb(110 231 183 / 0.45)}
.decoration-emerald-300\/5{text-decoration-color:rgb(110 231 183 / 0.05)}
.decoration-emerald-300\/50{text-decoration-color:rgb(110 231 183 / 0.5)}
.decoration-emerald-300\/55{text-decoration-color:rgb(110 231 183 / 0.55)}
.decoration-emerald-300\/60{text-decoration-color:rgb(110 231 183 / 0.6)}
.decoration-emerald-300\/65{text-decoration-color:rgb(110 231 183 / 0.65)}
.decoration-emerald-300\/70{text-decoration-color:rgb(110 231 183 / 0.7)}
.decoration-emerald-300\/75{text-decoration-color:rgb(110 231 183 / 0.75)}
.decoration-emerald-300\/80{text-decoration-color:rgb(110 231 183 / 0.8)}
.decoration-emerald-300\/85{text-decoration-color:rgb(110 231 183 / 0.85)}
.decoration-emerald-300\/90{text-decoration-color:rgb(110 231 183 / 0.9)}
.decoration-emerald-300\/95{text-decoration-color:rgb(110 231 183 / 0.95)}
.decoration-emerald-400{text-decoration-color:#34d399}
.decoration-emerald-400\/0{text-decoration-color:rgb(52 211 153 / 0)}
.decoration-emerald-400\/10{text-decoration-color:rgb(52 211 153 / 0.1)}
.decoration-emerald-400\/100{text-decoration-color:rgb(52 211 153 / 1)}
.decoration-emerald-400\/15{text-decoration-color:rgb(52 211 153 / 0.15)}
.decoration-emerald-400\/20{text-decoration-color:rgb(52 211 153 / 0.2)}
.decoration-emerald-400\/25{text-decoration-color:rgb(52 211 153 / 0.25)}
.decoration-emerald-400\/30{text-decoration-color:rgb(52 211 153 / 0.3)}
.decoration-emerald-400\/35{text-decoration-color:rgb(52 211 153 / 0.35)}
.decoration-emerald-400\/40{text-decoration-color:rgb(52 211 153 / 0.4)}
.decoration-emerald-400\/45{text-decoration-color:rgb(52 211 153 / 0.45)}
.decoration-emerald-400\/5{text-decoration-color:rgb(52 211 153 / 0.05)}
.decoration-emerald-400\/50{text-decoration-color:rgb(52 211 153 / 0.5)}
.decoration-emerald-400\/55{text-decoration-color:rgb(52 211 153 / 0.55)}
.decoration-emerald-400\/60{text-decoration-color:rgb(52 211 153 / 0.6)}
.decoration-emerald-400\/65{text-decoration-color:rgb(52 211 153 / 0.65)}
.decoration-emerald-400\/70{text-decoration-color:rgb(52 211 153 / 0.7)}
.decoration-emerald-400\/75{text-decoration-color:rgb(52 211 153 / 0.75)}
.decoration-emerald-400\/80{text-decoration-color:rgb(52 211 153 / 0.8)}
.decoration-emerald-400\/85{text-decoration-color:rgb(52 211 153 / 0.85)}
.decoration-emerald-400\/90{text-decoration-color:rgb(52 211 153 / 0.9)}
.decoration-emerald-400\/95{text-decoration-color:rgb(52 211 153 / 0.95)}
.decoration-emerald-50{text-decoration-color:#ecfdf5}
.decoration-emerald-50\/0{text-decoration-color:rgb(236 253 245 / 0)}
.decoration-emerald-50\/10{text-decoration-color:rgb(236 253 245 / 0.1)}
.decoration-emerald-50\/100{text-decoration-color:rgb(236 253 245 / 1)}
.decoration-emerald-50\/15{text-decoration-color:rgb(236 253 245 / 0.15)}
.decoration-emerald-50\/20{text-decoration-color:rgb(236 253 245 / 0.2)}
.decoration-emerald-50\/25{text-decoration-color:rgb(236 253 245 / 0.25)}
.decoration-emerald-50\/30{text-decoration-color:rgb(236 253 245 / 0.3)}
.decoration-emerald-50\/35{text-decoration-color:rgb(236 253 245 / 0.35)}
.decoration-emerald-50\/40{text-decoration-color:rgb(236 253 245 / 0.4)}
.decoration-emerald-50\/45{text-decoration-color:rgb(236 253 245 / 0.45)}
.decoration-emerald-50\/5{text-decoration-color:rgb(236 253 245 / 0.05)}
.decoration-emerald-50\/50{text-decoration-color:rgb(236 253 245 / 0.5)}
.decoration-emerald-50\/55{text-decoration-color:rgb(236 253 245 / 0.55)}
.decoration-emerald-50\/60{text-decoration-color:rgb(236 253 245 / 0.6)}
.decoration-emerald-50\/65{text-decoration-color:rgb(236 253 245 / 0.65)}
.decoration-emerald-50\/70{text-decoration-color:rgb(236 253 245 / 0.7)}
.decoration-emerald-50\/75{text-decoration-color:rgb(236 253 245 / 0.75)}
.decoration-emerald-50\/80{text-decoration-color:rgb(236 253 245 / 0.8)}
.decoration-emerald-50\/85{text-decoration-color:rgb(236 253 245 / 0.85)}
.decoration-emerald-50\/90{text-decoration-color:rgb(236 253 245 / 0.9)}
.decoration-emerald-50\/95{text-decoration-color:rgb(236 253 245 / 0.95)}
.decoration-emerald-500{text-decoration-color:#10b981}
.decoration-emerald-500\/0{text-decoration-color:rgb(16 185 129 / 0)}
.decoration-emerald-500\/10{text-decoration-color:rgb(16 185 129 / 0.1)}
.decoration-emerald-500\/100{text-decoration-color:rgb(16 185 129 / 1)}
.decoration-emerald-500\/15{text-decoration-color:rgb(16 185 129 / 0.15)}
.decoration-emerald-500\/20{text-decoration-color:rgb(16 185 129 / 0.2)}
.decoration-emerald-500\/25{text-decoration-color:rgb(16 185 129 / 0.25)}
.decoration-emerald-500\/30{text-decoration-color:rgb(16 185 129 / 0.3)}
.decoration-emerald-500\/35{text-decoration-color:rgb(16 185 129 / 0.35)}
.decoration-emerald-500\/40{text-decoration-color:rgb(16 185 129 / 0.4)}
.decoration-emerald-500\/45{text-decoration-color:rgb(16 185 129 / 0.45)}
.decoration-emerald-500\/5{text-decoration-color:rgb(16 185 129 / 0.05)}
.decoration-emerald-500\/50{text-decoration-color:rgb(16 185 129 / 0.5)}
.decoration-emerald-500\/55{text-decoration-color:rgb(16 185 129 / 0.55)}
.decoration-emerald-500\/60{text-decoration-color:rgb(16 185 129 / 0.6)}
.decoration-emerald-500\/65{text-decoration-color:rgb(16 185 129 / 0.65)}
.decoration-emerald-500\/70{text-decoration-color:rgb(16 185 129 / 0.7)}
.decoration-emerald-500\/75{text-decoration-color:rgb(16 185 129 / 0.75)}
.decoration-emerald-500\/80{text-decoration-color:rgb(16 185 129 / 0.8)}
.decoration-emerald-500\/85{text-decoration-color:rgb(16 185 129 / 0.85)}
.decoration-emerald-500\/90{text-decoration-color:rgb(16 185 129 / 0.9)}
.decoration-emerald-500\/95{text-decoration-color:rgb(16 185 129 / 0.95)}
.decoration-emerald-600{text-decoration-color:#059669}
.decoration-emerald-600\/0{text-decoration-color:rgb(5 150 105 / 0)}
.decoration-emerald-600\/10{text-decoration-color:rgb(5 150 105 / 0.1)}
.decoration-emerald-600\/100{text-decoration-color:rgb(5 150 105 / 1)}
.decoration-emerald-600\/15{text-decoration-color:rgb(5 150 105 / 0.15)}
.decoration-emerald-600\/20{text-decoration-color:rgb(5 150 105 / 0.2)}
.decoration-emerald-600\/25{text-decoration-color:rgb(5 150 105 / 0.25)}
.decoration-emerald-600\/30{text-decoration-color:rgb(5 150 105 / 0.3)}
.decoration-emerald-600\/35{text-decoration-color:rgb(5 150 105 / 0.35)}
.decoration-emerald-600\/40{text-decoration-color:rgb(5 150 105 / 0.4)}
.decoration-emerald-600\/45{text-decoration-color:rgb(5 150 105 / 0.45)}
.decoration-emerald-600\/5{text-decoration-color:rgb(5 150 105 / 0.05)}
.decoration-emerald-600\/50{text-decoration-color:rgb(5 150 105 / 0.5)}
.decoration-emerald-600\/55{text-decoration-color:rgb(5 150 105 / 0.55)}
.decoration-emerald-600\/60{text-decoration-color:rgb(5 150 105 / 0.6)}
.decoration-emerald-600\/65{text-decoration-color:rgb(5 150 105 / 0.65)}
.decoration-emerald-600\/70{text-decoration-color:rgb(5 150 105 / 0.7)}
.decoration-emerald-600\/75{text-decoration-color:rgb(5 150 105 / 0.75)}
.decoration-emerald-600\/80{text-decoration-color:rgb(5 150 105 / 0.8)}
.decoration-emerald-600\/85{text-decoration-color:rgb(5 150 105 / 0.85)}
.decoration-emerald-600\/90{text-decoration-color:rgb(5 150 105 / 0.9)}
.decoration-emerald-600\/95{text-decoration-color:rgb(5 150 105 / 0.95)}
.decoration-emerald-700{text-decoration-color:#047857}
.decoration-emerald-700\/0{text-decoration-color:rgb(4 120 87 / 0)}
.decoration-emerald-700\/10{text-decoration-color:rgb(4 120 87 / 0.1)}
.decoration-emerald-700\/100{text-decoration-color:rgb(4 120 87 / 1)}
.decoration-emerald-700\/15{text-decoration-color:rgb(4 120 87 / 0.15)}
.decoration-emerald-700\/20{text-decoration-color:rgb(4 120 87 / 0.2)}
.decoration-emerald-700\/25{text-decoration-color:rgb(4 120 87 / 0.25)}
.decoration-emerald-700\/30{text-decoration-color:rgb(4 120 87 / 0.3)}
.decoration-emerald-700\/35{text-decoration-color:rgb(4 120 87 / 0.35)}
.decoration-emerald-700\/40{text-decoration-color:rgb(4 120 87 / 0.4)}
.decoration-emerald-700\/45{text-decoration-color:rgb(4 120 87 / 0.45)}
.decoration-emerald-700\/5{text-decoration-color:rgb(4 120 87 / 0.05)}
.decoration-emerald-700\/50{text-decoration-color:rgb(4 120 87 / 0.5)}
.decoration-emerald-700\/55{text-decoration-color:rgb(4 120 87 / 0.55)}
.decoration-emerald-700\/60{text-decoration-color:rgb(4 120 87 / 0.6)}
.decoration-emerald-700\/65{text-decoration-color:rgb(4 120 87 / 0.65)}
.decoration-emerald-700\/70{text-decoration-color:rgb(4 120 87 / 0.7)}
.decoration-emerald-700\/75{text-decoration-color:rgb(4 120 87 / 0.75)}
.decoration-emerald-700\/80{text-decoration-color:rgb(4 120 87 / 0.8)}
.decoration-emerald-700\/85{text-decoration-color:rgb(4 120 87 / 0.85)}
.decoration-emerald-700\/90{text-decoration-color:rgb(4 120 87 / 0.9)}
.decoration-emerald-700\/95{text-decoration-color:rgb(4 120 87 / 0.95)}
.decoration-emerald-800{text-decoration-color:#065f46}
.decoration-emerald-800\/0{text-decoration-color:rgb(6 95 70 / 0)}
.decoration-emerald-800\/10{text-decoration-color:rgb(6 95 70 / 0.1)}
.decoration-emerald-800\/100{text-decoration-color:rgb(6 95 70 / 1)}
.decoration-emerald-800\/15{text-decoration-color:rgb(6 95 70 / 0.15)}
.decoration-emerald-800\/20{text-decoration-color:rgb(6 95 70 / 0.2)}
.decoration-emerald-800\/25{text-decoration-color:rgb(6 95 70 / 0.25)}
.decoration-emerald-800\/30{text-decoration-color:rgb(6 95 70 / 0.3)}
.decoration-emerald-800\/35{text-decoration-color:rgb(6 95 70 / 0.35)}
.decoration-emerald-800\/40{text-decoration-color:rgb(6 95 70 / 0.4)}
.decoration-emerald-800\/45{text-decoration-color:rgb(6 95 70 / 0.45)}
.decoration-emerald-800\/5{text-decoration-color:rgb(6 95 70 / 0.05)}
.decoration-emerald-800\/50{text-decoration-color:rgb(6 95 70 / 0.5)}
.decoration-emerald-800\/55{text-decoration-color:rgb(6 95 70 / 0.55)}
.decoration-emerald-800\/60{text-decoration-color:rgb(6 95 70 / 0.6)}
.decoration-emerald-800\/65{text-decoration-color:rgb(6 95 70 / 0.65)}
.decoration-emerald-800\/70{text-decoration-color:rgb(6 95 70 / 0.7)}
.decoration-emerald-800\/75{text-decoration-color:rgb(6 95 70 / 0.75)}
.decoration-emerald-800\/80{text-decoration-color:rgb(6 95 70 / 0.8)}
.decoration-emerald-800\/85{text-decoration-color:rgb(6 95 70 / 0.85)}
.decoration-emerald-800\/90{text-decoration-color:rgb(6 95 70 / 0.9)}
.decoration-emerald-800\/95{text-decoration-color:rgb(6 95 70 / 0.95)}
.decoration-emerald-900{text-decoration-color:#064e3b}
.decoration-emerald-900\/0{text-decoration-color:rgb(6 78 59 / 0)}
.decoration-emerald-900\/10{text-decoration-color:rgb(6 78 59 / 0.1)}
.decoration-emerald-900\/100{text-decoration-color:rgb(6 78 59 / 1)}
.decoration-emerald-900\/15{text-decoration-color:rgb(6 78 59 / 0.15)}
.decoration-emerald-900\/20{text-decoration-color:rgb(6 78 59 / 0.2)}
.decoration-emerald-900\/25{text-decoration-color:rgb(6 78 59 / 0.25)}
.decoration-emerald-900\/30{text-decoration-color:rgb(6 78 59 / 0.3)}
.decoration-emerald-900\/35{text-decoration-color:rgb(6 78 59 / 0.35)}
.decoration-emerald-900\/40{text-decoration-color:rgb(6 78 59 / 0.4)}
.decoration-emerald-900\/45{text-decoration-color:rgb(6 78 59 / 0.45)}
.decoration-emerald-900\/5{text-decoration-color:rgb(6 78 59 / 0.05)}
.decoration-emerald-900\/50{text-decoration-color:rgb(6 78 59 / 0.5)}
.decoration-emerald-900\/55{text-decoration-color:rgb(6 78 59 / 0.55)}
.decoration-emerald-900\/60{text-decoration-color:rgb(6 78 59 / 0.6)}
.decoration-emerald-900\/65{text-decoration-color:rgb(6 78 59 / 0.65)}
.decoration-emerald-900\/70{text-decoration-color:rgb(6 78 59 / 0.7)}
.decoration-emerald-900\/75{text-decoration-color:rgb(6 78 59 / 0.75)}
.decoration-emerald-900\/80{text-decoration-color:rgb(6 78 59 / 0.8)}
.decoration-emerald-900\/85{text-decoration-color:rgb(6 78 59 / 0.85)}
.decoration-emerald-900\/90{text-decoration-color:rgb(6 78 59 / 0.9)}
.decoration-emerald-900\/95{text-decoration-color:rgb(6 78 59 / 0.95)}
.decoration-emerald-950{text-decoration-color:#022c22}
.decoration-emerald-950\/0{text-decoration-color:rgb(2 44 34 / 0)}
.decoration-emerald-950\/10{text-decoration-color:rgb(2 44 34 / 0.1)}
.decoration-emerald-950\/100{text-decoration-color:rgb(2 44 34 / 1)}
.decoration-emerald-950\/15{text-decoration-color:rgb(2 44 34 / 0.15)}
.decoration-emerald-950\/20{text-decoration-color:rgb(2 44 34 / 0.2)}
.decoration-emerald-950\/25{text-decoration-color:rgb(2 44 34 / 0.25)}
.decoration-emerald-950\/30{text-decoration-color:rgb(2 44 34 / 0.3)}
.decoration-emerald-950\/35{text-decoration-color:rgb(2 44 34 / 0.35)}
.decoration-emerald-950\/40{text-decoration-color:rgb(2 44 34 / 0.4)}
.decoration-emerald-950\/45{text-decoration-color:rgb(2 44 34 / 0.45)}
.decoration-emerald-950\/5{text-decoration-color:rgb(2 44 34 / 0.05)}
.decoration-emerald-950\/50{text-decoration-color:rgb(2 44 34 / 0.5)}
.decoration-emerald-950\/55{text-decoration-color:rgb(2 44 34 / 0.55)}
.decoration-emerald-950\/60{text-decoration-color:rgb(2 44 34 / 0.6)}
.decoration-emerald-950\/65{text-decoration-color:rgb(2 44 34 / 0.65)}
.decoration-emerald-950\/70{text-decoration-color:rgb(2 44 34 / 0.7)}
.decoration-emerald-950\/75{text-decoration-color:rgb(2 44 34 / 0.75)}
.decoration-emerald-950\/80{text-decoration-color:rgb(2 44 34 / 0.8)}
.decoration-emerald-950\/85{text-decoration-color:rgb(2 44 34 / 0.85)}
.decoration-emerald-950\/90{text-decoration-color:rgb(2 44 34 / 0.9)}
.decoration-emerald-950\/95{text-decoration-color:rgb(2 44 34 / 0.95)}
.decoration-gridItemHover{text-decoration-color:rgba(0,0,0,.03)}
.decoration-gridItemHover\/0{text-decoration-color:rgba(0, 0, 0, 0)}
.decoration-gridItemHover\/10{text-decoration-color:rgba(0, 0, 0, 0.1)}
.decoration-gridItemHover\/100{text-decoration-color:rgba(0, 0, 0, 1)}
.decoration-gridItemHover\/15{text-decoration-color:rgba(0, 0, 0, 0.15)}
.decoration-gridItemHover\/20{text-decoration-color:rgba(0, 0, 0, 0.2)}
.decoration-gridItemHover\/25{text-decoration-color:rgba(0, 0, 0, 0.25)}
.decoration-gridItemHover\/30{text-decoration-color:rgba(0, 0, 0, 0.3)}
.decoration-gridItemHover\/35{text-decoration-color:rgba(0, 0, 0, 0.35)}
.decoration-gridItemHover\/40{text-decoration-color:rgba(0, 0, 0, 0.4)}
.decoration-gridItemHover\/45{text-decoration-color:rgba(0, 0, 0, 0.45)}
.decoration-gridItemHover\/5{text-decoration-color:rgba(0, 0, 0, 0.05)}
.decoration-gridItemHover\/50{text-decoration-color:rgba(0, 0, 0, 0.5)}
.decoration-gridItemHover\/55{text-decoration-color:rgba(0, 0, 0, 0.55)}
.decoration-gridItemHover\/60{text-decoration-color:rgba(0, 0, 0, 0.6)}
.decoration-gridItemHover\/65{text-decoration-color:rgba(0, 0, 0, 0.65)}
.decoration-gridItemHover\/70{text-decoration-color:rgba(0, 0, 0, 0.7)}
.decoration-gridItemHover\/75{text-decoration-color:rgba(0, 0, 0, 0.75)}
.decoration-gridItemHover\/80{text-decoration-color:rgba(0, 0, 0, 0.8)}
.decoration-gridItemHover\/85{text-decoration-color:rgba(0, 0, 0, 0.85)}
.decoration-gridItemHover\/90{text-decoration-color:rgba(0, 0, 0, 0.9)}
.decoration-gridItemHover\/95{text-decoration-color:rgba(0, 0, 0, 0.95)}
.decoration-info-text-contrast{text-decoration-color:#000}
.decoration-info-text-contrast\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-info-text-contrast\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-info-text-contrast\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-info-text-contrast\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-info-text-contrast\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-info-text-contrast\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-info-text-contrast\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-info-text-contrast\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-info-text-contrast\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-info-text-contrast\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-info-text-contrast\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-info-text-contrast\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-info-text-contrast\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-info-text-contrast\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-info-text-contrast\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-info-text-contrast\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-info-text-contrast\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-info-text-contrast\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-info-text-contrast\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-info-text-contrast\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-info-text-contrast\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-info-text-contrastsWithCard{text-decoration-color:true}
.decoration-info-text-isDark{}
.decoration-info-text-text{text-decoration-color:#48abd9}
.decoration-info-text-text\/0{text-decoration-color:rgb(72 171 217 / 0)}
.decoration-info-text-text\/10{text-decoration-color:rgb(72 171 217 / 0.1)}
.decoration-info-text-text\/100{text-decoration-color:rgb(72 171 217 / 1)}
.decoration-info-text-text\/15{text-decoration-color:rgb(72 171 217 / 0.15)}
.decoration-info-text-text\/20{text-decoration-color:rgb(72 171 217 / 0.2)}
.decoration-info-text-text\/25{text-decoration-color:rgb(72 171 217 / 0.25)}
.decoration-info-text-text\/30{text-decoration-color:rgb(72 171 217 / 0.3)}
.decoration-info-text-text\/35{text-decoration-color:rgb(72 171 217 / 0.35)}
.decoration-info-text-text\/40{text-decoration-color:rgb(72 171 217 / 0.4)}
.decoration-info-text-text\/45{text-decoration-color:rgb(72 171 217 / 0.45)}
.decoration-info-text-text\/5{text-decoration-color:rgb(72 171 217 / 0.05)}
.decoration-info-text-text\/50{text-decoration-color:rgb(72 171 217 / 0.5)}
.decoration-info-text-text\/55{text-decoration-color:rgb(72 171 217 / 0.55)}
.decoration-info-text-text\/60{text-decoration-color:rgb(72 171 217 / 0.6)}
.decoration-info-text-text\/65{text-decoration-color:rgb(72 171 217 / 0.65)}
.decoration-info-text-text\/70{text-decoration-color:rgb(72 171 217 / 0.7)}
.decoration-info-text-text\/75{text-decoration-color:rgb(72 171 217 / 0.75)}
.decoration-info-text-text\/80{text-decoration-color:rgb(72 171 217 / 0.8)}
.decoration-info-text-text\/85{text-decoration-color:rgb(72 171 217 / 0.85)}
.decoration-info-text-text\/90{text-decoration-color:rgb(72 171 217 / 0.9)}
.decoration-info-text-text\/95{text-decoration-color:rgb(72 171 217 / 0.95)}
.decoration-lime-100{text-decoration-color:#ecfccb}
.decoration-lime-100\/0{text-decoration-color:rgb(236 252 203 / 0)}
.decoration-lime-100\/10{text-decoration-color:rgb(236 252 203 / 0.1)}
.decoration-lime-100\/100{text-decoration-color:rgb(236 252 203 / 1)}
.decoration-lime-100\/15{text-decoration-color:rgb(236 252 203 / 0.15)}
.decoration-lime-100\/20{text-decoration-color:rgb(236 252 203 / 0.2)}
.decoration-lime-100\/25{text-decoration-color:rgb(236 252 203 / 0.25)}
.decoration-lime-100\/30{text-decoration-color:rgb(236 252 203 / 0.3)}
.decoration-lime-100\/35{text-decoration-color:rgb(236 252 203 / 0.35)}
.decoration-lime-100\/40{text-decoration-color:rgb(236 252 203 / 0.4)}
.decoration-lime-100\/45{text-decoration-color:rgb(236 252 203 / 0.45)}
.decoration-lime-100\/5{text-decoration-color:rgb(236 252 203 / 0.05)}
.decoration-lime-100\/50{text-decoration-color:rgb(236 252 203 / 0.5)}
.decoration-lime-100\/55{text-decoration-color:rgb(236 252 203 / 0.55)}
.decoration-lime-100\/60{text-decoration-color:rgb(236 252 203 / 0.6)}
.decoration-lime-100\/65{text-decoration-color:rgb(236 252 203 / 0.65)}
.decoration-lime-100\/70{text-decoration-color:rgb(236 252 203 / 0.7)}
.decoration-lime-100\/75{text-decoration-color:rgb(236 252 203 / 0.75)}
.decoration-lime-100\/80{text-decoration-color:rgb(236 252 203 / 0.8)}
.decoration-lime-100\/85{text-decoration-color:rgb(236 252 203 / 0.85)}
.decoration-lime-100\/90{text-decoration-color:rgb(236 252 203 / 0.9)}
.decoration-lime-100\/95{text-decoration-color:rgb(236 252 203 / 0.95)}
.decoration-lime-200{text-decoration-color:#d9f99d}
.decoration-lime-200\/0{text-decoration-color:rgb(217 249 157 / 0)}
.decoration-lime-200\/10{text-decoration-color:rgb(217 249 157 / 0.1)}
.decoration-lime-200\/100{text-decoration-color:rgb(217 249 157 / 1)}
.decoration-lime-200\/15{text-decoration-color:rgb(217 249 157 / 0.15)}
.decoration-lime-200\/20{text-decoration-color:rgb(217 249 157 / 0.2)}
.decoration-lime-200\/25{text-decoration-color:rgb(217 249 157 / 0.25)}
.decoration-lime-200\/30{text-decoration-color:rgb(217 249 157 / 0.3)}
.decoration-lime-200\/35{text-decoration-color:rgb(217 249 157 / 0.35)}
.decoration-lime-200\/40{text-decoration-color:rgb(217 249 157 / 0.4)}
.decoration-lime-200\/45{text-decoration-color:rgb(217 249 157 / 0.45)}
.decoration-lime-200\/5{text-decoration-color:rgb(217 249 157 / 0.05)}
.decoration-lime-200\/50{text-decoration-color:rgb(217 249 157 / 0.5)}
.decoration-lime-200\/55{text-decoration-color:rgb(217 249 157 / 0.55)}
.decoration-lime-200\/60{text-decoration-color:rgb(217 249 157 / 0.6)}
.decoration-lime-200\/65{text-decoration-color:rgb(217 249 157 / 0.65)}
.decoration-lime-200\/70{text-decoration-color:rgb(217 249 157 / 0.7)}
.decoration-lime-200\/75{text-decoration-color:rgb(217 249 157 / 0.75)}
.decoration-lime-200\/80{text-decoration-color:rgb(217 249 157 / 0.8)}
.decoration-lime-200\/85{text-decoration-color:rgb(217 249 157 / 0.85)}
.decoration-lime-200\/90{text-decoration-color:rgb(217 249 157 / 0.9)}
.decoration-lime-200\/95{text-decoration-color:rgb(217 249 157 / 0.95)}
.decoration-lime-300{text-decoration-color:#bef264}
.decoration-lime-300\/0{text-decoration-color:rgb(190 242 100 / 0)}
.decoration-lime-300\/10{text-decoration-color:rgb(190 242 100 / 0.1)}
.decoration-lime-300\/100{text-decoration-color:rgb(190 242 100 / 1)}
.decoration-lime-300\/15{text-decoration-color:rgb(190 242 100 / 0.15)}
.decoration-lime-300\/20{text-decoration-color:rgb(190 242 100 / 0.2)}
.decoration-lime-300\/25{text-decoration-color:rgb(190 242 100 / 0.25)}
.decoration-lime-300\/30{text-decoration-color:rgb(190 242 100 / 0.3)}
.decoration-lime-300\/35{text-decoration-color:rgb(190 242 100 / 0.35)}
.decoration-lime-300\/40{text-decoration-color:rgb(190 242 100 / 0.4)}
.decoration-lime-300\/45{text-decoration-color:rgb(190 242 100 / 0.45)}
.decoration-lime-300\/5{text-decoration-color:rgb(190 242 100 / 0.05)}
.decoration-lime-300\/50{text-decoration-color:rgb(190 242 100 / 0.5)}
.decoration-lime-300\/55{text-decoration-color:rgb(190 242 100 / 0.55)}
.decoration-lime-300\/60{text-decoration-color:rgb(190 242 100 / 0.6)}
.decoration-lime-300\/65{text-decoration-color:rgb(190 242 100 / 0.65)}
.decoration-lime-300\/70{text-decoration-color:rgb(190 242 100 / 0.7)}
.decoration-lime-300\/75{text-decoration-color:rgb(190 242 100 / 0.75)}
.decoration-lime-300\/80{text-decoration-color:rgb(190 242 100 / 0.8)}
.decoration-lime-300\/85{text-decoration-color:rgb(190 242 100 / 0.85)}
.decoration-lime-300\/90{text-decoration-color:rgb(190 242 100 / 0.9)}
.decoration-lime-300\/95{text-decoration-color:rgb(190 242 100 / 0.95)}
.decoration-lime-400{text-decoration-color:#a3e635}
.decoration-lime-400\/0{text-decoration-color:rgb(163 230 53 / 0)}
.decoration-lime-400\/10{text-decoration-color:rgb(163 230 53 / 0.1)}
.decoration-lime-400\/100{text-decoration-color:rgb(163 230 53 / 1)}
.decoration-lime-400\/15{text-decoration-color:rgb(163 230 53 / 0.15)}
.decoration-lime-400\/20{text-decoration-color:rgb(163 230 53 / 0.2)}
.decoration-lime-400\/25{text-decoration-color:rgb(163 230 53 / 0.25)}
.decoration-lime-400\/30{text-decoration-color:rgb(163 230 53 / 0.3)}
.decoration-lime-400\/35{text-decoration-color:rgb(163 230 53 / 0.35)}
.decoration-lime-400\/40{text-decoration-color:rgb(163 230 53 / 0.4)}
.decoration-lime-400\/45{text-decoration-color:rgb(163 230 53 / 0.45)}
.decoration-lime-400\/5{text-decoration-color:rgb(163 230 53 / 0.05)}
.decoration-lime-400\/50{text-decoration-color:rgb(163 230 53 / 0.5)}
.decoration-lime-400\/55{text-decoration-color:rgb(163 230 53 / 0.55)}
.decoration-lime-400\/60{text-decoration-color:rgb(163 230 53 / 0.6)}
.decoration-lime-400\/65{text-decoration-color:rgb(163 230 53 / 0.65)}
.decoration-lime-400\/70{text-decoration-color:rgb(163 230 53 / 0.7)}
.decoration-lime-400\/75{text-decoration-color:rgb(163 230 53 / 0.75)}
.decoration-lime-400\/80{text-decoration-color:rgb(163 230 53 / 0.8)}
.decoration-lime-400\/85{text-decoration-color:rgb(163 230 53 / 0.85)}
.decoration-lime-400\/90{text-decoration-color:rgb(163 230 53 / 0.9)}
.decoration-lime-400\/95{text-decoration-color:rgb(163 230 53 / 0.95)}
.decoration-lime-50{text-decoration-color:#f7fee7}
.decoration-lime-50\/0{text-decoration-color:rgb(247 254 231 / 0)}
.decoration-lime-50\/10{text-decoration-color:rgb(247 254 231 / 0.1)}
.decoration-lime-50\/100{text-decoration-color:rgb(247 254 231 / 1)}
.decoration-lime-50\/15{text-decoration-color:rgb(247 254 231 / 0.15)}
.decoration-lime-50\/20{text-decoration-color:rgb(247 254 231 / 0.2)}
.decoration-lime-50\/25{text-decoration-color:rgb(247 254 231 / 0.25)}
.decoration-lime-50\/30{text-decoration-color:rgb(247 254 231 / 0.3)}
.decoration-lime-50\/35{text-decoration-color:rgb(247 254 231 / 0.35)}
.decoration-lime-50\/40{text-decoration-color:rgb(247 254 231 / 0.4)}
.decoration-lime-50\/45{text-decoration-color:rgb(247 254 231 / 0.45)}
.decoration-lime-50\/5{text-decoration-color:rgb(247 254 231 / 0.05)}
.decoration-lime-50\/50{text-decoration-color:rgb(247 254 231 / 0.5)}
.decoration-lime-50\/55{text-decoration-color:rgb(247 254 231 / 0.55)}
.decoration-lime-50\/60{text-decoration-color:rgb(247 254 231 / 0.6)}
.decoration-lime-50\/65{text-decoration-color:rgb(247 254 231 / 0.65)}
.decoration-lime-50\/70{text-decoration-color:rgb(247 254 231 / 0.7)}
.decoration-lime-50\/75{text-decoration-color:rgb(247 254 231 / 0.75)}
.decoration-lime-50\/80{text-decoration-color:rgb(247 254 231 / 0.8)}
.decoration-lime-50\/85{text-decoration-color:rgb(247 254 231 / 0.85)}
.decoration-lime-50\/90{text-decoration-color:rgb(247 254 231 / 0.9)}
.decoration-lime-50\/95{text-decoration-color:rgb(247 254 231 / 0.95)}
.decoration-lime-500{text-decoration-color:#84cc16}
.decoration-lime-500\/0{text-decoration-color:rgb(132 204 22 / 0)}
.decoration-lime-500\/10{text-decoration-color:rgb(132 204 22 / 0.1)}
.decoration-lime-500\/100{text-decoration-color:rgb(132 204 22 / 1)}
.decoration-lime-500\/15{text-decoration-color:rgb(132 204 22 / 0.15)}
.decoration-lime-500\/20{text-decoration-color:rgb(132 204 22 / 0.2)}
.decoration-lime-500\/25{text-decoration-color:rgb(132 204 22 / 0.25)}
.decoration-lime-500\/30{text-decoration-color:rgb(132 204 22 / 0.3)}
.decoration-lime-500\/35{text-decoration-color:rgb(132 204 22 / 0.35)}
.decoration-lime-500\/40{text-decoration-color:rgb(132 204 22 / 0.4)}
.decoration-lime-500\/45{text-decoration-color:rgb(132 204 22 / 0.45)}
.decoration-lime-500\/5{text-decoration-color:rgb(132 204 22 / 0.05)}
.decoration-lime-500\/50{text-decoration-color:rgb(132 204 22 / 0.5)}
.decoration-lime-500\/55{text-decoration-color:rgb(132 204 22 / 0.55)}
.decoration-lime-500\/60{text-decoration-color:rgb(132 204 22 / 0.6)}
.decoration-lime-500\/65{text-decoration-color:rgb(132 204 22 / 0.65)}
.decoration-lime-500\/70{text-decoration-color:rgb(132 204 22 / 0.7)}
.decoration-lime-500\/75{text-decoration-color:rgb(132 204 22 / 0.75)}
.decoration-lime-500\/80{text-decoration-color:rgb(132 204 22 / 0.8)}
.decoration-lime-500\/85{text-decoration-color:rgb(132 204 22 / 0.85)}
.decoration-lime-500\/90{text-decoration-color:rgb(132 204 22 / 0.9)}
.decoration-lime-500\/95{text-decoration-color:rgb(132 204 22 / 0.95)}
.decoration-lime-600{text-decoration-color:#65a30d}
.decoration-lime-600\/0{text-decoration-color:rgb(101 163 13 / 0)}
.decoration-lime-600\/10{text-decoration-color:rgb(101 163 13 / 0.1)}
.decoration-lime-600\/100{text-decoration-color:rgb(101 163 13 / 1)}
.decoration-lime-600\/15{text-decoration-color:rgb(101 163 13 / 0.15)}
.decoration-lime-600\/20{text-decoration-color:rgb(101 163 13 / 0.2)}
.decoration-lime-600\/25{text-decoration-color:rgb(101 163 13 / 0.25)}
.decoration-lime-600\/30{text-decoration-color:rgb(101 163 13 / 0.3)}
.decoration-lime-600\/35{text-decoration-color:rgb(101 163 13 / 0.35)}
.decoration-lime-600\/40{text-decoration-color:rgb(101 163 13 / 0.4)}
.decoration-lime-600\/45{text-decoration-color:rgb(101 163 13 / 0.45)}
.decoration-lime-600\/5{text-decoration-color:rgb(101 163 13 / 0.05)}
.decoration-lime-600\/50{text-decoration-color:rgb(101 163 13 / 0.5)}
.decoration-lime-600\/55{text-decoration-color:rgb(101 163 13 / 0.55)}
.decoration-lime-600\/60{text-decoration-color:rgb(101 163 13 / 0.6)}
.decoration-lime-600\/65{text-decoration-color:rgb(101 163 13 / 0.65)}
.decoration-lime-600\/70{text-decoration-color:rgb(101 163 13 / 0.7)}
.decoration-lime-600\/75{text-decoration-color:rgb(101 163 13 / 0.75)}
.decoration-lime-600\/80{text-decoration-color:rgb(101 163 13 / 0.8)}
.decoration-lime-600\/85{text-decoration-color:rgb(101 163 13 / 0.85)}
.decoration-lime-600\/90{text-decoration-color:rgb(101 163 13 / 0.9)}
.decoration-lime-600\/95{text-decoration-color:rgb(101 163 13 / 0.95)}
.decoration-lime-700{text-decoration-color:#4d7c0f}
.decoration-lime-700\/0{text-decoration-color:rgb(77 124 15 / 0)}
.decoration-lime-700\/10{text-decoration-color:rgb(77 124 15 / 0.1)}
.decoration-lime-700\/100{text-decoration-color:rgb(77 124 15 / 1)}
.decoration-lime-700\/15{text-decoration-color:rgb(77 124 15 / 0.15)}
.decoration-lime-700\/20{text-decoration-color:rgb(77 124 15 / 0.2)}
.decoration-lime-700\/25{text-decoration-color:rgb(77 124 15 / 0.25)}
.decoration-lime-700\/30{text-decoration-color:rgb(77 124 15 / 0.3)}
.decoration-lime-700\/35{text-decoration-color:rgb(77 124 15 / 0.35)}
.decoration-lime-700\/40{text-decoration-color:rgb(77 124 15 / 0.4)}
.decoration-lime-700\/45{text-decoration-color:rgb(77 124 15 / 0.45)}
.decoration-lime-700\/5{text-decoration-color:rgb(77 124 15 / 0.05)}
.decoration-lime-700\/50{text-decoration-color:rgb(77 124 15 / 0.5)}
.decoration-lime-700\/55{text-decoration-color:rgb(77 124 15 / 0.55)}
.decoration-lime-700\/60{text-decoration-color:rgb(77 124 15 / 0.6)}
.decoration-lime-700\/65{text-decoration-color:rgb(77 124 15 / 0.65)}
.decoration-lime-700\/70{text-decoration-color:rgb(77 124 15 / 0.7)}
.decoration-lime-700\/75{text-decoration-color:rgb(77 124 15 / 0.75)}
.decoration-lime-700\/80{text-decoration-color:rgb(77 124 15 / 0.8)}
.decoration-lime-700\/85{text-decoration-color:rgb(77 124 15 / 0.85)}
.decoration-lime-700\/90{text-decoration-color:rgb(77 124 15 / 0.9)}
.decoration-lime-700\/95{text-decoration-color:rgb(77 124 15 / 0.95)}
.decoration-lime-800{text-decoration-color:#3f6212}
.decoration-lime-800\/0{text-decoration-color:rgb(63 98 18 / 0)}
.decoration-lime-800\/10{text-decoration-color:rgb(63 98 18 / 0.1)}
.decoration-lime-800\/100{text-decoration-color:rgb(63 98 18 / 1)}
.decoration-lime-800\/15{text-decoration-color:rgb(63 98 18 / 0.15)}
.decoration-lime-800\/20{text-decoration-color:rgb(63 98 18 / 0.2)}
.decoration-lime-800\/25{text-decoration-color:rgb(63 98 18 / 0.25)}
.decoration-lime-800\/30{text-decoration-color:rgb(63 98 18 / 0.3)}
.decoration-lime-800\/35{text-decoration-color:rgb(63 98 18 / 0.35)}
.decoration-lime-800\/40{text-decoration-color:rgb(63 98 18 / 0.4)}
.decoration-lime-800\/45{text-decoration-color:rgb(63 98 18 / 0.45)}
.decoration-lime-800\/5{text-decoration-color:rgb(63 98 18 / 0.05)}
.decoration-lime-800\/50{text-decoration-color:rgb(63 98 18 / 0.5)}
.decoration-lime-800\/55{text-decoration-color:rgb(63 98 18 / 0.55)}
.decoration-lime-800\/60{text-decoration-color:rgb(63 98 18 / 0.6)}
.decoration-lime-800\/65{text-decoration-color:rgb(63 98 18 / 0.65)}
.decoration-lime-800\/70{text-decoration-color:rgb(63 98 18 / 0.7)}
.decoration-lime-800\/75{text-decoration-color:rgb(63 98 18 / 0.75)}
.decoration-lime-800\/80{text-decoration-color:rgb(63 98 18 / 0.8)}
.decoration-lime-800\/85{text-decoration-color:rgb(63 98 18 / 0.85)}
.decoration-lime-800\/90{text-decoration-color:rgb(63 98 18 / 0.9)}
.decoration-lime-800\/95{text-decoration-color:rgb(63 98 18 / 0.95)}
.decoration-lime-900{text-decoration-color:#365314}
.decoration-lime-900\/0{text-decoration-color:rgb(54 83 20 / 0)}
.decoration-lime-900\/10{text-decoration-color:rgb(54 83 20 / 0.1)}
.decoration-lime-900\/100{text-decoration-color:rgb(54 83 20 / 1)}
.decoration-lime-900\/15{text-decoration-color:rgb(54 83 20 / 0.15)}
.decoration-lime-900\/20{text-decoration-color:rgb(54 83 20 / 0.2)}
.decoration-lime-900\/25{text-decoration-color:rgb(54 83 20 / 0.25)}
.decoration-lime-900\/30{text-decoration-color:rgb(54 83 20 / 0.3)}
.decoration-lime-900\/35{text-decoration-color:rgb(54 83 20 / 0.35)}
.decoration-lime-900\/40{text-decoration-color:rgb(54 83 20 / 0.4)}
.decoration-lime-900\/45{text-decoration-color:rgb(54 83 20 / 0.45)}
.decoration-lime-900\/5{text-decoration-color:rgb(54 83 20 / 0.05)}
.decoration-lime-900\/50{text-decoration-color:rgb(54 83 20 / 0.5)}
.decoration-lime-900\/55{text-decoration-color:rgb(54 83 20 / 0.55)}
.decoration-lime-900\/60{text-decoration-color:rgb(54 83 20 / 0.6)}
.decoration-lime-900\/65{text-decoration-color:rgb(54 83 20 / 0.65)}
.decoration-lime-900\/70{text-decoration-color:rgb(54 83 20 / 0.7)}
.decoration-lime-900\/75{text-decoration-color:rgb(54 83 20 / 0.75)}
.decoration-lime-900\/80{text-decoration-color:rgb(54 83 20 / 0.8)}
.decoration-lime-900\/85{text-decoration-color:rgb(54 83 20 / 0.85)}
.decoration-lime-900\/90{text-decoration-color:rgb(54 83 20 / 0.9)}
.decoration-lime-900\/95{text-decoration-color:rgb(54 83 20 / 0.95)}
.decoration-lime-950{text-decoration-color:#1a2e05}
.decoration-lime-950\/0{text-decoration-color:rgb(26 46 5 / 0)}
.decoration-lime-950\/10{text-decoration-color:rgb(26 46 5 / 0.1)}
.decoration-lime-950\/100{text-decoration-color:rgb(26 46 5 / 1)}
.decoration-lime-950\/15{text-decoration-color:rgb(26 46 5 / 0.15)}
.decoration-lime-950\/20{text-decoration-color:rgb(26 46 5 / 0.2)}
.decoration-lime-950\/25{text-decoration-color:rgb(26 46 5 / 0.25)}
.decoration-lime-950\/30{text-decoration-color:rgb(26 46 5 / 0.3)}
.decoration-lime-950\/35{text-decoration-color:rgb(26 46 5 / 0.35)}
.decoration-lime-950\/40{text-decoration-color:rgb(26 46 5 / 0.4)}
.decoration-lime-950\/45{text-decoration-color:rgb(26 46 5 / 0.45)}
.decoration-lime-950\/5{text-decoration-color:rgb(26 46 5 / 0.05)}
.decoration-lime-950\/50{text-decoration-color:rgb(26 46 5 / 0.5)}
.decoration-lime-950\/55{text-decoration-color:rgb(26 46 5 / 0.55)}
.decoration-lime-950\/60{text-decoration-color:rgb(26 46 5 / 0.6)}
.decoration-lime-950\/65{text-decoration-color:rgb(26 46 5 / 0.65)}
.decoration-lime-950\/70{text-decoration-color:rgb(26 46 5 / 0.7)}
.decoration-lime-950\/75{text-decoration-color:rgb(26 46 5 / 0.75)}
.decoration-lime-950\/80{text-decoration-color:rgb(26 46 5 / 0.8)}
.decoration-lime-950\/85{text-decoration-color:rgb(26 46 5 / 0.85)}
.decoration-lime-950\/90{text-decoration-color:rgb(26 46 5 / 0.9)}
.decoration-lime-950\/95{text-decoration-color:rgb(26 46 5 / 0.95)}
.decoration-navBackground-text-contrast{text-decoration-color:#fff}
.decoration-navBackground-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-navBackground-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-navBackground-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-navBackground-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-navBackground-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-navBackground-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-navBackground-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-navBackground-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-navBackground-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-navBackground-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-navBackground-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-navBackground-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-navBackground-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-navBackground-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-navBackground-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-navBackground-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-navBackground-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-navBackground-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-navBackground-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-navBackground-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-navBackground-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-navBackground-text-contrastsWithCard{text-decoration-color:true}
.decoration-navBackground-text-isDark{text-decoration-color:true}
.decoration-navBackground-text-text{text-decoration-color:#848484}
.decoration-navBackground-text-text\/0{text-decoration-color:rgb(132 132 132 / 0)}
.decoration-navBackground-text-text\/10{text-decoration-color:rgb(132 132 132 / 0.1)}
.decoration-navBackground-text-text\/100{text-decoration-color:rgb(132 132 132 / 1)}
.decoration-navBackground-text-text\/15{text-decoration-color:rgb(132 132 132 / 0.15)}
.decoration-navBackground-text-text\/20{text-decoration-color:rgb(132 132 132 / 0.2)}
.decoration-navBackground-text-text\/25{text-decoration-color:rgb(132 132 132 / 0.25)}
.decoration-navBackground-text-text\/30{text-decoration-color:rgb(132 132 132 / 0.3)}
.decoration-navBackground-text-text\/35{text-decoration-color:rgb(132 132 132 / 0.35)}
.decoration-navBackground-text-text\/40{text-decoration-color:rgb(132 132 132 / 0.4)}
.decoration-navBackground-text-text\/45{text-decoration-color:rgb(132 132 132 / 0.45)}
.decoration-navBackground-text-text\/5{text-decoration-color:rgb(132 132 132 / 0.05)}
.decoration-navBackground-text-text\/50{text-decoration-color:rgb(132 132 132 / 0.5)}
.decoration-navBackground-text-text\/55{text-decoration-color:rgb(132 132 132 / 0.55)}
.decoration-navBackground-text-text\/60{text-decoration-color:rgb(132 132 132 / 0.6)}
.decoration-navBackground-text-text\/65{text-decoration-color:rgb(132 132 132 / 0.65)}
.decoration-navBackground-text-text\/70{text-decoration-color:rgb(132 132 132 / 0.7)}
.decoration-navBackground-text-text\/75{text-decoration-color:rgb(132 132 132 / 0.75)}
.decoration-navBackground-text-text\/80{text-decoration-color:rgb(132 132 132 / 0.8)}
.decoration-navBackground-text-text\/85{text-decoration-color:rgb(132 132 132 / 0.85)}
.decoration-navBackground-text-text\/90{text-decoration-color:rgb(132 132 132 / 0.9)}
.decoration-navBackground-text-text\/95{text-decoration-color:rgb(132 132 132 / 0.95)}
.decoration-navBackgroundDark-text-contrast{text-decoration-color:#fff}
.decoration-navBackgroundDark-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-navBackgroundDark-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-navBackgroundDark-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-navBackgroundDark-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-navBackgroundDark-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-navBackgroundDark-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-navBackgroundDark-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-navBackgroundDark-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-navBackgroundDark-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-navBackgroundDark-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-navBackgroundDark-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-navBackgroundDark-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-navBackgroundDark-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-navBackgroundDark-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-navBackgroundDark-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-navBackgroundDark-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-navBackgroundDark-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-navBackgroundDark-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-navBackgroundDark-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-navBackgroundDark-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-navBackgroundDark-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-navBackgroundDark-text-contrastsWithCard{text-decoration-color:true}
.decoration-navBackgroundDark-text-isDark{text-decoration-color:true}
.decoration-navBackgroundDark-text-text{text-decoration-color:#1e293b}
.decoration-navBackgroundDark-text-text\/0{text-decoration-color:rgb(30 41 59 / 0)}
.decoration-navBackgroundDark-text-text\/10{text-decoration-color:rgb(30 41 59 / 0.1)}
.decoration-navBackgroundDark-text-text\/100{text-decoration-color:rgb(30 41 59 / 1)}
.decoration-navBackgroundDark-text-text\/15{text-decoration-color:rgb(30 41 59 / 0.15)}
.decoration-navBackgroundDark-text-text\/20{text-decoration-color:rgb(30 41 59 / 0.2)}
.decoration-navBackgroundDark-text-text\/25{text-decoration-color:rgb(30 41 59 / 0.25)}
.decoration-navBackgroundDark-text-text\/30{text-decoration-color:rgb(30 41 59 / 0.3)}
.decoration-navBackgroundDark-text-text\/35{text-decoration-color:rgb(30 41 59 / 0.35)}
.decoration-navBackgroundDark-text-text\/40{text-decoration-color:rgb(30 41 59 / 0.4)}
.decoration-navBackgroundDark-text-text\/45{text-decoration-color:rgb(30 41 59 / 0.45)}
.decoration-navBackgroundDark-text-text\/5{text-decoration-color:rgb(30 41 59 / 0.05)}
.decoration-navBackgroundDark-text-text\/50{text-decoration-color:rgb(30 41 59 / 0.5)}
.decoration-navBackgroundDark-text-text\/55{text-decoration-color:rgb(30 41 59 / 0.55)}
.decoration-navBackgroundDark-text-text\/60{text-decoration-color:rgb(30 41 59 / 0.6)}
.decoration-navBackgroundDark-text-text\/65{text-decoration-color:rgb(30 41 59 / 0.65)}
.decoration-navBackgroundDark-text-text\/70{text-decoration-color:rgb(30 41 59 / 0.7)}
.decoration-navBackgroundDark-text-text\/75{text-decoration-color:rgb(30 41 59 / 0.75)}
.decoration-navBackgroundDark-text-text\/80{text-decoration-color:rgb(30 41 59 / 0.8)}
.decoration-navBackgroundDark-text-text\/85{text-decoration-color:rgb(30 41 59 / 0.85)}
.decoration-navBackgroundDark-text-text\/90{text-decoration-color:rgb(30 41 59 / 0.9)}
.decoration-navBackgroundDark-text-text\/95{text-decoration-color:rgb(30 41 59 / 0.95)}
.decoration-navText-text-contrast{text-decoration-color:#fff}
.decoration-navText-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-navText-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-navText-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-navText-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-navText-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-navText-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-navText-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-navText-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-navText-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-navText-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-navText-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-navText-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-navText-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-navText-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-navText-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-navText-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-navText-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-navText-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-navText-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-navText-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-navText-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-navText-text-contrastsWithCard{text-decoration-color:true}
.decoration-navText-text-isDark{text-decoration-color:true}
.decoration-navText-text-text{text-decoration-color:#1e293b}
.decoration-navText-text-text\/0{text-decoration-color:rgb(30 41 59 / 0)}
.decoration-navText-text-text\/10{text-decoration-color:rgb(30 41 59 / 0.1)}
.decoration-navText-text-text\/100{text-decoration-color:rgb(30 41 59 / 1)}
.decoration-navText-text-text\/15{text-decoration-color:rgb(30 41 59 / 0.15)}
.decoration-navText-text-text\/20{text-decoration-color:rgb(30 41 59 / 0.2)}
.decoration-navText-text-text\/25{text-decoration-color:rgb(30 41 59 / 0.25)}
.decoration-navText-text-text\/30{text-decoration-color:rgb(30 41 59 / 0.3)}
.decoration-navText-text-text\/35{text-decoration-color:rgb(30 41 59 / 0.35)}
.decoration-navText-text-text\/40{text-decoration-color:rgb(30 41 59 / 0.4)}
.decoration-navText-text-text\/45{text-decoration-color:rgb(30 41 59 / 0.45)}
.decoration-navText-text-text\/5{text-decoration-color:rgb(30 41 59 / 0.05)}
.decoration-navText-text-text\/50{text-decoration-color:rgb(30 41 59 / 0.5)}
.decoration-navText-text-text\/55{text-decoration-color:rgb(30 41 59 / 0.55)}
.decoration-navText-text-text\/60{text-decoration-color:rgb(30 41 59 / 0.6)}
.decoration-navText-text-text\/65{text-decoration-color:rgb(30 41 59 / 0.65)}
.decoration-navText-text-text\/70{text-decoration-color:rgb(30 41 59 / 0.7)}
.decoration-navText-text-text\/75{text-decoration-color:rgb(30 41 59 / 0.75)}
.decoration-navText-text-text\/80{text-decoration-color:rgb(30 41 59 / 0.8)}
.decoration-navText-text-text\/85{text-decoration-color:rgb(30 41 59 / 0.85)}
.decoration-navText-text-text\/90{text-decoration-color:rgb(30 41 59 / 0.9)}
.decoration-navText-text-text\/95{text-decoration-color:rgb(30 41 59 / 0.95)}
.decoration-navTextDark-text-contrast{text-decoration-color:#fff}
.decoration-navTextDark-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-navTextDark-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-navTextDark-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-navTextDark-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-navTextDark-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-navTextDark-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-navTextDark-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-navTextDark-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-navTextDark-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-navTextDark-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-navTextDark-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-navTextDark-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-navTextDark-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-navTextDark-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-navTextDark-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-navTextDark-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-navTextDark-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-navTextDark-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-navTextDark-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-navTextDark-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-navTextDark-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-navTextDark-text-contrastsWithCard{text-decoration-color:true}
.decoration-navTextDark-text-isDark{text-decoration-color:true}
.decoration-navTextDark-text-text{text-decoration-color:#848484}
.decoration-navTextDark-text-text\/0{text-decoration-color:rgb(132 132 132 / 0)}
.decoration-navTextDark-text-text\/10{text-decoration-color:rgb(132 132 132 / 0.1)}
.decoration-navTextDark-text-text\/100{text-decoration-color:rgb(132 132 132 / 1)}
.decoration-navTextDark-text-text\/15{text-decoration-color:rgb(132 132 132 / 0.15)}
.decoration-navTextDark-text-text\/20{text-decoration-color:rgb(132 132 132 / 0.2)}
.decoration-navTextDark-text-text\/25{text-decoration-color:rgb(132 132 132 / 0.25)}
.decoration-navTextDark-text-text\/30{text-decoration-color:rgb(132 132 132 / 0.3)}
.decoration-navTextDark-text-text\/35{text-decoration-color:rgb(132 132 132 / 0.35)}
.decoration-navTextDark-text-text\/40{text-decoration-color:rgb(132 132 132 / 0.4)}
.decoration-navTextDark-text-text\/45{text-decoration-color:rgb(132 132 132 / 0.45)}
.decoration-navTextDark-text-text\/5{text-decoration-color:rgb(132 132 132 / 0.05)}
.decoration-navTextDark-text-text\/50{text-decoration-color:rgb(132 132 132 / 0.5)}
.decoration-navTextDark-text-text\/55{text-decoration-color:rgb(132 132 132 / 0.55)}
.decoration-navTextDark-text-text\/60{text-decoration-color:rgb(132 132 132 / 0.6)}
.decoration-navTextDark-text-text\/65{text-decoration-color:rgb(132 132 132 / 0.65)}
.decoration-navTextDark-text-text\/70{text-decoration-color:rgb(132 132 132 / 0.7)}
.decoration-navTextDark-text-text\/75{text-decoration-color:rgb(132 132 132 / 0.75)}
.decoration-navTextDark-text-text\/80{text-decoration-color:rgb(132 132 132 / 0.8)}
.decoration-navTextDark-text-text\/85{text-decoration-color:rgb(132 132 132 / 0.85)}
.decoration-navTextDark-text-text\/90{text-decoration-color:rgb(132 132 132 / 0.9)}
.decoration-navTextDark-text-text\/95{text-decoration-color:rgb(132 132 132 / 0.95)}
.decoration-navTextHover-text-contrast{text-decoration-color:#fff}
.decoration-navTextHover-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-navTextHover-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-navTextHover-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-navTextHover-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-navTextHover-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-navTextHover-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-navTextHover-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-navTextHover-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-navTextHover-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-navTextHover-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-navTextHover-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-navTextHover-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-navTextHover-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-navTextHover-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-navTextHover-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-navTextHover-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-navTextHover-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-navTextHover-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-navTextHover-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-navTextHover-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-navTextHover-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-navTextHover-text-contrastsWithCard{text-decoration-color:true}
.decoration-navTextHover-text-isDark{text-decoration-color:true}
.decoration-navTextHover-text-text{text-decoration-color:#1e293b}
.decoration-navTextHover-text-text\/0{text-decoration-color:rgb(30 41 59 / 0)}
.decoration-navTextHover-text-text\/10{text-decoration-color:rgb(30 41 59 / 0.1)}
.decoration-navTextHover-text-text\/100{text-decoration-color:rgb(30 41 59 / 1)}
.decoration-navTextHover-text-text\/15{text-decoration-color:rgb(30 41 59 / 0.15)}
.decoration-navTextHover-text-text\/20{text-decoration-color:rgb(30 41 59 / 0.2)}
.decoration-navTextHover-text-text\/25{text-decoration-color:rgb(30 41 59 / 0.25)}
.decoration-navTextHover-text-text\/30{text-decoration-color:rgb(30 41 59 / 0.3)}
.decoration-navTextHover-text-text\/35{text-decoration-color:rgb(30 41 59 / 0.35)}
.decoration-navTextHover-text-text\/40{text-decoration-color:rgb(30 41 59 / 0.4)}
.decoration-navTextHover-text-text\/45{text-decoration-color:rgb(30 41 59 / 0.45)}
.decoration-navTextHover-text-text\/5{text-decoration-color:rgb(30 41 59 / 0.05)}
.decoration-navTextHover-text-text\/50{text-decoration-color:rgb(30 41 59 / 0.5)}
.decoration-navTextHover-text-text\/55{text-decoration-color:rgb(30 41 59 / 0.55)}
.decoration-navTextHover-text-text\/60{text-decoration-color:rgb(30 41 59 / 0.6)}
.decoration-navTextHover-text-text\/65{text-decoration-color:rgb(30 41 59 / 0.65)}
.decoration-navTextHover-text-text\/70{text-decoration-color:rgb(30 41 59 / 0.7)}
.decoration-navTextHover-text-text\/75{text-decoration-color:rgb(30 41 59 / 0.75)}
.decoration-navTextHover-text-text\/80{text-decoration-color:rgb(30 41 59 / 0.8)}
.decoration-navTextHover-text-text\/85{text-decoration-color:rgb(30 41 59 / 0.85)}
.decoration-navTextHover-text-text\/90{text-decoration-color:rgb(30 41 59 / 0.9)}
.decoration-navTextHover-text-text\/95{text-decoration-color:rgb(30 41 59 / 0.95)}
.decoration-primary{text-decoration-color:#005788}
.decoration-primary-100{text-decoration-color:var(--bt-primary-100)}
.decoration-primary-150{text-decoration-color:var(--bt-primary-150)}
.decoration-primary-200{text-decoration-color:var(--bt-primary-200)}
.decoration-primary-300{text-decoration-color:var(--bt-primary-300)}
.decoration-primary-350{text-decoration-color:var(--bt-primary-350)}
.decoration-primary-400{text-decoration-color:var(--bt-primary-400)}
.decoration-primary-450{text-decoration-color:var(--bt-primary-450)}
.decoration-primary-500{text-decoration-color:var(--bt-primary-500)}
.decoration-primary-550{text-decoration-color:var(--bt-primary-550)}
.decoration-primary-600{text-decoration-color:var(--bt-primary-600)}
.decoration-primary-650{text-decoration-color:var(--bt-primary-650)}
.decoration-primary-700{text-decoration-color:var(--bt-primary-700)}
.decoration-primary-750{text-decoration-color:var(--bt-primary-750)}
.decoration-primary-800{text-decoration-color:var(--bt-primary-800)}
.decoration-primary-850{text-decoration-color:var(--bt-primary-850)}
.decoration-primary-900{text-decoration-color:var(--bt-primary-900)}
.decoration-primary-contrast{text-decoration-color:#fff}
.decoration-primary-contrast-contrast{text-decoration-color:#000}
.decoration-primary-contrast-contrast\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-primary-contrast-contrast\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-primary-contrast-contrast\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-primary-contrast-contrast\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-primary-contrast-contrast\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-primary-contrast-contrast\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-primary-contrast-contrast\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-primary-contrast-contrast\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-primary-contrast-contrast\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-primary-contrast-contrast\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-primary-contrast-contrast\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-primary-contrast-contrast\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-primary-contrast-contrast\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-primary-contrast-contrast\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-primary-contrast-contrast\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-primary-contrast-contrast\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-primary-contrast-contrast\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-primary-contrast-contrast\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-primary-contrast-contrast\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-primary-contrast-contrast\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-primary-contrast-contrast\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-primary-contrast-contrastsWithCard{}
.decoration-primary-contrast-isDark{}
.decoration-primary-contrast-text{text-decoration-color:#848484}
.decoration-primary-contrast-text\/0{text-decoration-color:rgb(132 132 132 / 0)}
.decoration-primary-contrast-text\/10{text-decoration-color:rgb(132 132 132 / 0.1)}
.decoration-primary-contrast-text\/100{text-decoration-color:rgb(132 132 132 / 1)}
.decoration-primary-contrast-text\/15{text-decoration-color:rgb(132 132 132 / 0.15)}
.decoration-primary-contrast-text\/20{text-decoration-color:rgb(132 132 132 / 0.2)}
.decoration-primary-contrast-text\/25{text-decoration-color:rgb(132 132 132 / 0.25)}
.decoration-primary-contrast-text\/30{text-decoration-color:rgb(132 132 132 / 0.3)}
.decoration-primary-contrast-text\/35{text-decoration-color:rgb(132 132 132 / 0.35)}
.decoration-primary-contrast-text\/40{text-decoration-color:rgb(132 132 132 / 0.4)}
.decoration-primary-contrast-text\/45{text-decoration-color:rgb(132 132 132 / 0.45)}
.decoration-primary-contrast-text\/5{text-decoration-color:rgb(132 132 132 / 0.05)}
.decoration-primary-contrast-text\/50{text-decoration-color:rgb(132 132 132 / 0.5)}
.decoration-primary-contrast-text\/55{text-decoration-color:rgb(132 132 132 / 0.55)}
.decoration-primary-contrast-text\/60{text-decoration-color:rgb(132 132 132 / 0.6)}
.decoration-primary-contrast-text\/65{text-decoration-color:rgb(132 132 132 / 0.65)}
.decoration-primary-contrast-text\/70{text-decoration-color:rgb(132 132 132 / 0.7)}
.decoration-primary-contrast-text\/75{text-decoration-color:rgb(132 132 132 / 0.75)}
.decoration-primary-contrast-text\/80{text-decoration-color:rgb(132 132 132 / 0.8)}
.decoration-primary-contrast-text\/85{text-decoration-color:rgb(132 132 132 / 0.85)}
.decoration-primary-contrast-text\/90{text-decoration-color:rgb(132 132 132 / 0.9)}
.decoration-primary-contrast-text\/95{text-decoration-color:rgb(132 132 132 / 0.95)}
.decoration-primary-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-primary-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-primary-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-primary-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-primary-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-primary-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-primary-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-primary-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-primary-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-primary-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-primary-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-primary-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-primary-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-primary-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-primary-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-primary-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-primary-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-primary-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-primary-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-primary-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-primary-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-primary-contrastsWithCard{text-decoration-color:true}
.decoration-primary-isDark{text-decoration-color:true}
.decoration-primary-text{text-decoration-color:#005788}
.decoration-primary-text-contrast{text-decoration-color:#fff}
.decoration-primary-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-primary-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-primary-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-primary-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-primary-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-primary-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-primary-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-primary-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-primary-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-primary-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-primary-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-primary-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-primary-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-primary-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-primary-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-primary-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-primary-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-primary-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-primary-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-primary-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-primary-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-primary-text-contrastsWithCard{text-decoration-color:true}
.decoration-primary-text-isDark{text-decoration-color:true}
.decoration-primary-text-text{text-decoration-color:#005788}
.decoration-primary-text-text\/0{text-decoration-color:rgb(0 87 136 / 0)}
.decoration-primary-text-text\/10{text-decoration-color:rgb(0 87 136 / 0.1)}
.decoration-primary-text-text\/100{text-decoration-color:rgb(0 87 136 / 1)}
.decoration-primary-text-text\/15{text-decoration-color:rgb(0 87 136 / 0.15)}
.decoration-primary-text-text\/20{text-decoration-color:rgb(0 87 136 / 0.2)}
.decoration-primary-text-text\/25{text-decoration-color:rgb(0 87 136 / 0.25)}
.decoration-primary-text-text\/30{text-decoration-color:rgb(0 87 136 / 0.3)}
.decoration-primary-text-text\/35{text-decoration-color:rgb(0 87 136 / 0.35)}
.decoration-primary-text-text\/40{text-decoration-color:rgb(0 87 136 / 0.4)}
.decoration-primary-text-text\/45{text-decoration-color:rgb(0 87 136 / 0.45)}
.decoration-primary-text-text\/5{text-decoration-color:rgb(0 87 136 / 0.05)}
.decoration-primary-text-text\/50{text-decoration-color:rgb(0 87 136 / 0.5)}
.decoration-primary-text-text\/55{text-decoration-color:rgb(0 87 136 / 0.55)}
.decoration-primary-text-text\/60{text-decoration-color:rgb(0 87 136 / 0.6)}
.decoration-primary-text-text\/65{text-decoration-color:rgb(0 87 136 / 0.65)}
.decoration-primary-text-text\/70{text-decoration-color:rgb(0 87 136 / 0.7)}
.decoration-primary-text-text\/75{text-decoration-color:rgb(0 87 136 / 0.75)}
.decoration-primary-text-text\/80{text-decoration-color:rgb(0 87 136 / 0.8)}
.decoration-primary-text-text\/85{text-decoration-color:rgb(0 87 136 / 0.85)}
.decoration-primary-text-text\/90{text-decoration-color:rgb(0 87 136 / 0.9)}
.decoration-primary-text-text\/95{text-decoration-color:rgb(0 87 136 / 0.95)}
.decoration-primary-text\/0{text-decoration-color:rgb(0 87 136 / 0)}
.decoration-primary-text\/10{text-decoration-color:rgb(0 87 136 / 0.1)}
.decoration-primary-text\/100{text-decoration-color:rgb(0 87 136 / 1)}
.decoration-primary-text\/15{text-decoration-color:rgb(0 87 136 / 0.15)}
.decoration-primary-text\/20{text-decoration-color:rgb(0 87 136 / 0.2)}
.decoration-primary-text\/25{text-decoration-color:rgb(0 87 136 / 0.25)}
.decoration-primary-text\/30{text-decoration-color:rgb(0 87 136 / 0.3)}
.decoration-primary-text\/35{text-decoration-color:rgb(0 87 136 / 0.35)}
.decoration-primary-text\/40{text-decoration-color:rgb(0 87 136 / 0.4)}
.decoration-primary-text\/45{text-decoration-color:rgb(0 87 136 / 0.45)}
.decoration-primary-text\/5{text-decoration-color:rgb(0 87 136 / 0.05)}
.decoration-primary-text\/50{text-decoration-color:rgb(0 87 136 / 0.5)}
.decoration-primary-text\/55{text-decoration-color:rgb(0 87 136 / 0.55)}
.decoration-primary-text\/60{text-decoration-color:rgb(0 87 136 / 0.6)}
.decoration-primary-text\/65{text-decoration-color:rgb(0 87 136 / 0.65)}
.decoration-primary-text\/70{text-decoration-color:rgb(0 87 136 / 0.7)}
.decoration-primary-text\/75{text-decoration-color:rgb(0 87 136 / 0.75)}
.decoration-primary-text\/80{text-decoration-color:rgb(0 87 136 / 0.8)}
.decoration-primary-text\/85{text-decoration-color:rgb(0 87 136 / 0.85)}
.decoration-primary-text\/90{text-decoration-color:rgb(0 87 136 / 0.9)}
.decoration-primary-text\/95{text-decoration-color:rgb(0 87 136 / 0.95)}
.decoration-primary\/0{text-decoration-color:rgb(0 87 136 / 0)}
.decoration-primary\/10{text-decoration-color:rgb(0 87 136 / 0.1)}
.decoration-primary\/100{text-decoration-color:rgb(0 87 136 / 1)}
.decoration-primary\/15{text-decoration-color:rgb(0 87 136 / 0.15)}
.decoration-primary\/20{text-decoration-color:rgb(0 87 136 / 0.2)}
.decoration-primary\/25{text-decoration-color:rgb(0 87 136 / 0.25)}
.decoration-primary\/30{text-decoration-color:rgb(0 87 136 / 0.3)}
.decoration-primary\/35{text-decoration-color:rgb(0 87 136 / 0.35)}
.decoration-primary\/40{text-decoration-color:rgb(0 87 136 / 0.4)}
.decoration-primary\/45{text-decoration-color:rgb(0 87 136 / 0.45)}
.decoration-primary\/5{text-decoration-color:rgb(0 87 136 / 0.05)}
.decoration-primary\/50{text-decoration-color:rgb(0 87 136 / 0.5)}
.decoration-primary\/55{text-decoration-color:rgb(0 87 136 / 0.55)}
.decoration-primary\/60{text-decoration-color:rgb(0 87 136 / 0.6)}
.decoration-primary\/65{text-decoration-color:rgb(0 87 136 / 0.65)}
.decoration-primary\/70{text-decoration-color:rgb(0 87 136 / 0.7)}
.decoration-primary\/75{text-decoration-color:rgb(0 87 136 / 0.75)}
.decoration-primary\/80{text-decoration-color:rgb(0 87 136 / 0.8)}
.decoration-primary\/85{text-decoration-color:rgb(0 87 136 / 0.85)}
.decoration-primary\/90{text-decoration-color:rgb(0 87 136 / 0.9)}
.decoration-primary\/95{text-decoration-color:rgb(0 87 136 / 0.95)}
.decoration-secondary-text-contrast{text-decoration-color:#fff}
.decoration-secondary-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-secondary-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-secondary-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-secondary-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-secondary-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-secondary-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-secondary-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-secondary-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-secondary-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-secondary-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-secondary-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-secondary-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-secondary-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-secondary-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-secondary-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-secondary-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-secondary-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-secondary-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-secondary-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-secondary-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-secondary-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-secondary-text-contrastsWithCard{text-decoration-color:true}
.decoration-secondary-text-isDark{text-decoration-color:true}
.decoration-secondary-text-text{text-decoration-color:#5a5e64}
.decoration-secondary-text-text\/0{text-decoration-color:rgb(90 94 100 / 0)}
.decoration-secondary-text-text\/10{text-decoration-color:rgb(90 94 100 / 0.1)}
.decoration-secondary-text-text\/100{text-decoration-color:rgb(90 94 100 / 1)}
.decoration-secondary-text-text\/15{text-decoration-color:rgb(90 94 100 / 0.15)}
.decoration-secondary-text-text\/20{text-decoration-color:rgb(90 94 100 / 0.2)}
.decoration-secondary-text-text\/25{text-decoration-color:rgb(90 94 100 / 0.25)}
.decoration-secondary-text-text\/30{text-decoration-color:rgb(90 94 100 / 0.3)}
.decoration-secondary-text-text\/35{text-decoration-color:rgb(90 94 100 / 0.35)}
.decoration-secondary-text-text\/40{text-decoration-color:rgb(90 94 100 / 0.4)}
.decoration-secondary-text-text\/45{text-decoration-color:rgb(90 94 100 / 0.45)}
.decoration-secondary-text-text\/5{text-decoration-color:rgb(90 94 100 / 0.05)}
.decoration-secondary-text-text\/50{text-decoration-color:rgb(90 94 100 / 0.5)}
.decoration-secondary-text-text\/55{text-decoration-color:rgb(90 94 100 / 0.55)}
.decoration-secondary-text-text\/60{text-decoration-color:rgb(90 94 100 / 0.6)}
.decoration-secondary-text-text\/65{text-decoration-color:rgb(90 94 100 / 0.65)}
.decoration-secondary-text-text\/70{text-decoration-color:rgb(90 94 100 / 0.7)}
.decoration-secondary-text-text\/75{text-decoration-color:rgb(90 94 100 / 0.75)}
.decoration-secondary-text-text\/80{text-decoration-color:rgb(90 94 100 / 0.8)}
.decoration-secondary-text-text\/85{text-decoration-color:rgb(90 94 100 / 0.85)}
.decoration-secondary-text-text\/90{text-decoration-color:rgb(90 94 100 / 0.9)}
.decoration-secondary-text-text\/95{text-decoration-color:rgb(90 94 100 / 0.95)}
.decoration-success-text-contrast{text-decoration-color:#fff}
.decoration-success-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-success-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-success-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-success-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-success-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-success-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-success-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-success-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-success-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-success-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-success-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-success-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-success-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-success-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-success-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-success-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-success-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-success-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-success-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-success-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-success-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-success-text-contrastsWithCard{text-decoration-color:true}
.decoration-success-text-isDark{text-decoration-color:true}
.decoration-success-text-text{text-decoration-color:#1B8749}
.decoration-success-text-text\/0{text-decoration-color:rgb(27 135 73 / 0)}
.decoration-success-text-text\/10{text-decoration-color:rgb(27 135 73 / 0.1)}
.decoration-success-text-text\/100{text-decoration-color:rgb(27 135 73 / 1)}
.decoration-success-text-text\/15{text-decoration-color:rgb(27 135 73 / 0.15)}
.decoration-success-text-text\/20{text-decoration-color:rgb(27 135 73 / 0.2)}
.decoration-success-text-text\/25{text-decoration-color:rgb(27 135 73 / 0.25)}
.decoration-success-text-text\/30{text-decoration-color:rgb(27 135 73 / 0.3)}
.decoration-success-text-text\/35{text-decoration-color:rgb(27 135 73 / 0.35)}
.decoration-success-text-text\/40{text-decoration-color:rgb(27 135 73 / 0.4)}
.decoration-success-text-text\/45{text-decoration-color:rgb(27 135 73 / 0.45)}
.decoration-success-text-text\/5{text-decoration-color:rgb(27 135 73 / 0.05)}
.decoration-success-text-text\/50{text-decoration-color:rgb(27 135 73 / 0.5)}
.decoration-success-text-text\/55{text-decoration-color:rgb(27 135 73 / 0.55)}
.decoration-success-text-text\/60{text-decoration-color:rgb(27 135 73 / 0.6)}
.decoration-success-text-text\/65{text-decoration-color:rgb(27 135 73 / 0.65)}
.decoration-success-text-text\/70{text-decoration-color:rgb(27 135 73 / 0.7)}
.decoration-success-text-text\/75{text-decoration-color:rgb(27 135 73 / 0.75)}
.decoration-success-text-text\/80{text-decoration-color:rgb(27 135 73 / 0.8)}
.decoration-success-text-text\/85{text-decoration-color:rgb(27 135 73 / 0.85)}
.decoration-success-text-text\/90{text-decoration-color:rgb(27 135 73 / 0.9)}
.decoration-success-text-text\/95{text-decoration-color:rgb(27 135 73 / 0.95)}
.decoration-text-100{text-decoration-color:var(--bt-text-100)}
.decoration-text-200{text-decoration-color:var(--bt-text-200)}
.decoration-text-300{text-decoration-color:var(--bt-text-300)}
.decoration-text-400{text-decoration-color:var(--bt-text-400)}
.decoration-text-500{text-decoration-color:var(--bt-text-500)}
.decoration-text-600{text-decoration-color:var(--bt-text-600)}
.decoration-text-700{text-decoration-color:var(--bt-text-700)}
.decoration-text-800{text-decoration-color:var(--bt-text-800)}
.decoration-text-900{text-decoration-color:var(--bt-text-900)}
.decoration-text-contrast{text-decoration-color:#fff}
.decoration-text-contrast-contrast{text-decoration-color:#000}
.decoration-text-contrast-contrast\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-text-contrast-contrast\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-text-contrast-contrast\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-text-contrast-contrast\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-text-contrast-contrast\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-text-contrast-contrast\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-text-contrast-contrast\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-text-contrast-contrast\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-text-contrast-contrast\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-text-contrast-contrast\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-text-contrast-contrast\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-text-contrast-contrast\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-text-contrast-contrast\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-text-contrast-contrast\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-text-contrast-contrast\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-text-contrast-contrast\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-text-contrast-contrast\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-text-contrast-contrast\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-text-contrast-contrast\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-text-contrast-contrast\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-text-contrast-contrast\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-text-contrast-contrastsWithCard{}
.decoration-text-contrast-isDark{}
.decoration-text-contrast-text{text-decoration-color:#848484}
.decoration-text-contrast-text\/0{text-decoration-color:rgb(132 132 132 / 0)}
.decoration-text-contrast-text\/10{text-decoration-color:rgb(132 132 132 / 0.1)}
.decoration-text-contrast-text\/100{text-decoration-color:rgb(132 132 132 / 1)}
.decoration-text-contrast-text\/15{text-decoration-color:rgb(132 132 132 / 0.15)}
.decoration-text-contrast-text\/20{text-decoration-color:rgb(132 132 132 / 0.2)}
.decoration-text-contrast-text\/25{text-decoration-color:rgb(132 132 132 / 0.25)}
.decoration-text-contrast-text\/30{text-decoration-color:rgb(132 132 132 / 0.3)}
.decoration-text-contrast-text\/35{text-decoration-color:rgb(132 132 132 / 0.35)}
.decoration-text-contrast-text\/40{text-decoration-color:rgb(132 132 132 / 0.4)}
.decoration-text-contrast-text\/45{text-decoration-color:rgb(132 132 132 / 0.45)}
.decoration-text-contrast-text\/5{text-decoration-color:rgb(132 132 132 / 0.05)}
.decoration-text-contrast-text\/50{text-decoration-color:rgb(132 132 132 / 0.5)}
.decoration-text-contrast-text\/55{text-decoration-color:rgb(132 132 132 / 0.55)}
.decoration-text-contrast-text\/60{text-decoration-color:rgb(132 132 132 / 0.6)}
.decoration-text-contrast-text\/65{text-decoration-color:rgb(132 132 132 / 0.65)}
.decoration-text-contrast-text\/70{text-decoration-color:rgb(132 132 132 / 0.7)}
.decoration-text-contrast-text\/75{text-decoration-color:rgb(132 132 132 / 0.75)}
.decoration-text-contrast-text\/80{text-decoration-color:rgb(132 132 132 / 0.8)}
.decoration-text-contrast-text\/85{text-decoration-color:rgb(132 132 132 / 0.85)}
.decoration-text-contrast-text\/90{text-decoration-color:rgb(132 132 132 / 0.9)}
.decoration-text-contrast-text\/95{text-decoration-color:rgb(132 132 132 / 0.95)}
.decoration-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-text-contrastsWithCard{text-decoration-color:true}
.decoration-text-isDark{text-decoration-color:true}
.decoration-text-text{text-decoration-color:#000}
.decoration-text-text-contrast{text-decoration-color:#fff}
.decoration-text-text-contrast\/0{text-decoration-color:rgb(255 255 255 / 0)}
.decoration-text-text-contrast\/10{text-decoration-color:rgb(255 255 255 / 0.1)}
.decoration-text-text-contrast\/100{text-decoration-color:rgb(255 255 255 / 1)}
.decoration-text-text-contrast\/15{text-decoration-color:rgb(255 255 255 / 0.15)}
.decoration-text-text-contrast\/20{text-decoration-color:rgb(255 255 255 / 0.2)}
.decoration-text-text-contrast\/25{text-decoration-color:rgb(255 255 255 / 0.25)}
.decoration-text-text-contrast\/30{text-decoration-color:rgb(255 255 255 / 0.3)}
.decoration-text-text-contrast\/35{text-decoration-color:rgb(255 255 255 / 0.35)}
.decoration-text-text-contrast\/40{text-decoration-color:rgb(255 255 255 / 0.4)}
.decoration-text-text-contrast\/45{text-decoration-color:rgb(255 255 255 / 0.45)}
.decoration-text-text-contrast\/5{text-decoration-color:rgb(255 255 255 / 0.05)}
.decoration-text-text-contrast\/50{text-decoration-color:rgb(255 255 255 / 0.5)}
.decoration-text-text-contrast\/55{text-decoration-color:rgb(255 255 255 / 0.55)}
.decoration-text-text-contrast\/60{text-decoration-color:rgb(255 255 255 / 0.6)}
.decoration-text-text-contrast\/65{text-decoration-color:rgb(255 255 255 / 0.65)}
.decoration-text-text-contrast\/70{text-decoration-color:rgb(255 255 255 / 0.7)}
.decoration-text-text-contrast\/75{text-decoration-color:rgb(255 255 255 / 0.75)}
.decoration-text-text-contrast\/80{text-decoration-color:rgb(255 255 255 / 0.8)}
.decoration-text-text-contrast\/85{text-decoration-color:rgb(255 255 255 / 0.85)}
.decoration-text-text-contrast\/90{text-decoration-color:rgb(255 255 255 / 0.9)}
.decoration-text-text-contrast\/95{text-decoration-color:rgb(255 255 255 / 0.95)}
.decoration-text-text-contrastsWithCard{text-decoration-color:true}
.decoration-text-text-isDark{text-decoration-color:true}
.decoration-text-text-text{text-decoration-color:#000}
.decoration-text-text-text\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-text-text-text\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-text-text-text\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-text-text-text\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-text-text-text\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-text-text-text\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-text-text-text\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-text-text-text\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-text-text-text\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-text-text-text\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-text-text-text\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-text-text-text\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-text-text-text\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-text-text-text\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-text-text-text\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-text-text-text\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-text-text-text\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-text-text-text\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-text-text-text\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-text-text-text\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-text-text-text\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-text-text\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-text-text\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-text-text\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-text-text\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-text-text\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-text-text\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-text-text\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-text-text\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-text-text\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-text-text\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-text-text\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-text-text\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-text-text\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-text-text\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-text-text\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-text-text\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-text-text\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-text-text\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-text-text\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-text-text\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-text-text\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-warning-text-contrast{text-decoration-color:#000}
.decoration-warning-text-contrast\/0{text-decoration-color:rgb(0 0 0 / 0)}
.decoration-warning-text-contrast\/10{text-decoration-color:rgb(0 0 0 / 0.1)}
.decoration-warning-text-contrast\/100{text-decoration-color:rgb(0 0 0 / 1)}
.decoration-warning-text-contrast\/15{text-decoration-color:rgb(0 0 0 / 0.15)}
.decoration-warning-text-contrast\/20{text-decoration-color:rgb(0 0 0 / 0.2)}
.decoration-warning-text-contrast\/25{text-decoration-color:rgb(0 0 0 / 0.25)}
.decoration-warning-text-contrast\/30{text-decoration-color:rgb(0 0 0 / 0.3)}
.decoration-warning-text-contrast\/35{text-decoration-color:rgb(0 0 0 / 0.35)}
.decoration-warning-text-contrast\/40{text-decoration-color:rgb(0 0 0 / 0.4)}
.decoration-warning-text-contrast\/45{text-decoration-color:rgb(0 0 0 / 0.45)}
.decoration-warning-text-contrast\/5{text-decoration-color:rgb(0 0 0 / 0.05)}
.decoration-warning-text-contrast\/50{text-decoration-color:rgb(0 0 0 / 0.5)}
.decoration-warning-text-contrast\/55{text-decoration-color:rgb(0 0 0 / 0.55)}
.decoration-warning-text-contrast\/60{text-decoration-color:rgb(0 0 0 / 0.6)}
.decoration-warning-text-contrast\/65{text-decoration-color:rgb(0 0 0 / 0.65)}
.decoration-warning-text-contrast\/70{text-decoration-color:rgb(0 0 0 / 0.7)}
.decoration-warning-text-contrast\/75{text-decoration-color:rgb(0 0 0 / 0.75)}
.decoration-warning-text-contrast\/80{text-decoration-color:rgb(0 0 0 / 0.8)}
.decoration-warning-text-contrast\/85{text-decoration-color:rgb(0 0 0 / 0.85)}
.decoration-warning-text-contrast\/90{text-decoration-color:rgb(0 0 0 / 0.9)}
.decoration-warning-text-contrast\/95{text-decoration-color:rgb(0 0 0 / 0.95)}
.decoration-warning-text-contrastsWithCard{text-decoration-color:true}
.decoration-warning-text-isDark{}
.decoration-warning-text-text{text-decoration-color:#ffa800}
.decoration-warning-text-text\/0{text-decoration-color:rgb(255 168 0 / 0)}
.decoration-warning-text-text\/10{text-decoration-color:rgb(255 168 0 / 0.1)}
.decoration-warning-text-text\/100{text-decoration-color:rgb(255 168 0 / 1)}
.decoration-warning-text-text\/15{text-decoration-color:rgb(255 168 0 / 0.15)}
.decoration-warning-text-text\/20{text-decoration-color:rgb(255 168 0 / 0.2)}
.decoration-warning-text-text\/25{text-decoration-color:rgb(255 168 0 / 0.25)}
.decoration-warning-text-text\/30{text-decoration-color:rgb(255 168 0 / 0.3)}
.decoration-warning-text-text\/35{text-decoration-color:rgb(255 168 0 / 0.35)}
.decoration-warning-text-text\/40{text-decoration-color:rgb(255 168 0 / 0.4)}
.decoration-warning-text-text\/45{text-decoration-color:rgb(255 168 0 / 0.45)}
.decoration-warning-text-text\/5{text-decoration-color:rgb(255 168 0 / 0.05)}
.decoration-warning-text-text\/50{text-decoration-color:rgb(255 168 0 / 0.5)}
.decoration-warning-text-text\/55{text-decoration-color:rgb(255 168 0 / 0.55)}
.decoration-warning-text-text\/60{text-decoration-color:rgb(255 168 0 / 0.6)}
.decoration-warning-text-text\/65{text-decoration-color:rgb(255 168 0 / 0.65)}
.decoration-warning-text-text\/70{text-decoration-color:rgb(255 168 0 / 0.7)}
.decoration-warning-text-text\/75{text-decoration-color:rgb(255 168 0 / 0.75)}
.decoration-warning-text-text\/80{text-decoration-color:rgb(255 168 0 / 0.8)}
.decoration-warning-text-text\/85{text-decoration-color:rgb(255 168 0 / 0.85)}
.decoration-warning-text-text\/90{text-decoration-color:rgb(255 168 0 / 0.9)}
.decoration-warning-text-text\/95{text-decoration-color:rgb(255 168 0 / 0.95)}
.decoration-from-font{text-decoration-thickness:from-font}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.placeholder-amber-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(254 243 199 / var(--tw-placeholder-opacity))}
.placeholder-amber-100::placeholder{--tw-placeholder-opacity:1;color:rgb(254 243 199 / var(--tw-placeholder-opacity))}
.placeholder-amber-100\/0::-moz-placeholder{color:rgb(254 243 199 / 0)}
.placeholder-amber-100\/0::placeholder{color:rgb(254 243 199 / 0)}
.placeholder-amber-100\/10::-moz-placeholder{color:rgb(254 243 199 / 0.1)}
.placeholder-amber-100\/10::placeholder{color:rgb(254 243 199 / 0.1)}
.placeholder-amber-100\/100::-moz-placeholder{color:rgb(254 243 199 / 1)}
.placeholder-amber-100\/100::placeholder{color:rgb(254 243 199 / 1)}
.placeholder-amber-100\/15::-moz-placeholder{color:rgb(254 243 199 / 0.15)}
.placeholder-amber-100\/15::placeholder{color:rgb(254 243 199 / 0.15)}
.placeholder-amber-100\/20::-moz-placeholder{color:rgb(254 243 199 / 0.2)}
.placeholder-amber-100\/20::placeholder{color:rgb(254 243 199 / 0.2)}
.placeholder-amber-100\/25::-moz-placeholder{color:rgb(254 243 199 / 0.25)}
.placeholder-amber-100\/25::placeholder{color:rgb(254 243 199 / 0.25)}
.placeholder-amber-100\/30::-moz-placeholder{color:rgb(254 243 199 / 0.3)}
.placeholder-amber-100\/30::placeholder{color:rgb(254 243 199 / 0.3)}
.placeholder-amber-100\/35::-moz-placeholder{color:rgb(254 243 199 / 0.35)}
.placeholder-amber-100\/35::placeholder{color:rgb(254 243 199 / 0.35)}
.placeholder-amber-100\/40::-moz-placeholder{color:rgb(254 243 199 / 0.4)}
.placeholder-amber-100\/40::placeholder{color:rgb(254 243 199 / 0.4)}
.placeholder-amber-100\/45::-moz-placeholder{color:rgb(254 243 199 / 0.45)}
.placeholder-amber-100\/45::placeholder{color:rgb(254 243 199 / 0.45)}
.placeholder-amber-100\/5::-moz-placeholder{color:rgb(254 243 199 / 0.05)}
.placeholder-amber-100\/5::placeholder{color:rgb(254 243 199 / 0.05)}
.placeholder-amber-100\/50::-moz-placeholder{color:rgb(254 243 199 / 0.5)}
.placeholder-amber-100\/50::placeholder{color:rgb(254 243 199 / 0.5)}
.placeholder-amber-100\/55::-moz-placeholder{color:rgb(254 243 199 / 0.55)}
.placeholder-amber-100\/55::placeholder{color:rgb(254 243 199 / 0.55)}
.placeholder-amber-100\/60::-moz-placeholder{color:rgb(254 243 199 / 0.6)}
.placeholder-amber-100\/60::placeholder{color:rgb(254 243 199 / 0.6)}
.placeholder-amber-100\/65::-moz-placeholder{color:rgb(254 243 199 / 0.65)}
.placeholder-amber-100\/65::placeholder{color:rgb(254 243 199 / 0.65)}
.placeholder-amber-100\/70::-moz-placeholder{color:rgb(254 243 199 / 0.7)}
.placeholder-amber-100\/70::placeholder{color:rgb(254 243 199 / 0.7)}
.placeholder-amber-100\/75::-moz-placeholder{color:rgb(254 243 199 / 0.75)}
.placeholder-amber-100\/75::placeholder{color:rgb(254 243 199 / 0.75)}
.placeholder-amber-100\/80::-moz-placeholder{color:rgb(254 243 199 / 0.8)}
.placeholder-amber-100\/80::placeholder{color:rgb(254 243 199 / 0.8)}
.placeholder-amber-100\/85::-moz-placeholder{color:rgb(254 243 199 / 0.85)}
.placeholder-amber-100\/85::placeholder{color:rgb(254 243 199 / 0.85)}
.placeholder-amber-100\/90::-moz-placeholder{color:rgb(254 243 199 / 0.9)}
.placeholder-amber-100\/90::placeholder{color:rgb(254 243 199 / 0.9)}
.placeholder-amber-100\/95::-moz-placeholder{color:rgb(254 243 199 / 0.95)}
.placeholder-amber-100\/95::placeholder{color:rgb(254 243 199 / 0.95)}
.placeholder-amber-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(253 230 138 / var(--tw-placeholder-opacity))}
.placeholder-amber-200::placeholder{--tw-placeholder-opacity:1;color:rgb(253 230 138 / var(--tw-placeholder-opacity))}
.placeholder-amber-200\/0::-moz-placeholder{color:rgb(253 230 138 / 0)}
.placeholder-amber-200\/0::placeholder{color:rgb(253 230 138 / 0)}
.placeholder-amber-200\/10::-moz-placeholder{color:rgb(253 230 138 / 0.1)}
.placeholder-amber-200\/10::placeholder{color:rgb(253 230 138 / 0.1)}
.placeholder-amber-200\/100::-moz-placeholder{color:rgb(253 230 138 / 1)}
.placeholder-amber-200\/100::placeholder{color:rgb(253 230 138 / 1)}
.placeholder-amber-200\/15::-moz-placeholder{color:rgb(253 230 138 / 0.15)}
.placeholder-amber-200\/15::placeholder{color:rgb(253 230 138 / 0.15)}
.placeholder-amber-200\/20::-moz-placeholder{color:rgb(253 230 138 / 0.2)}
.placeholder-amber-200\/20::placeholder{color:rgb(253 230 138 / 0.2)}
.placeholder-amber-200\/25::-moz-placeholder{color:rgb(253 230 138 / 0.25)}
.placeholder-amber-200\/25::placeholder{color:rgb(253 230 138 / 0.25)}
.placeholder-amber-200\/30::-moz-placeholder{color:rgb(253 230 138 / 0.3)}
.placeholder-amber-200\/30::placeholder{color:rgb(253 230 138 / 0.3)}
.placeholder-amber-200\/35::-moz-placeholder{color:rgb(253 230 138 / 0.35)}
.placeholder-amber-200\/35::placeholder{color:rgb(253 230 138 / 0.35)}
.placeholder-amber-200\/40::-moz-placeholder{color:rgb(253 230 138 / 0.4)}
.placeholder-amber-200\/40::placeholder{color:rgb(253 230 138 / 0.4)}
.placeholder-amber-200\/45::-moz-placeholder{color:rgb(253 230 138 / 0.45)}
.placeholder-amber-200\/45::placeholder{color:rgb(253 230 138 / 0.45)}
.placeholder-amber-200\/5::-moz-placeholder{color:rgb(253 230 138 / 0.05)}
.placeholder-amber-200\/5::placeholder{color:rgb(253 230 138 / 0.05)}
.placeholder-amber-200\/50::-moz-placeholder{color:rgb(253 230 138 / 0.5)}
.placeholder-amber-200\/50::placeholder{color:rgb(253 230 138 / 0.5)}
.placeholder-amber-200\/55::-moz-placeholder{color:rgb(253 230 138 / 0.55)}
.placeholder-amber-200\/55::placeholder{color:rgb(253 230 138 / 0.55)}
.placeholder-amber-200\/60::-moz-placeholder{color:rgb(253 230 138 / 0.6)}
.placeholder-amber-200\/60::placeholder{color:rgb(253 230 138 / 0.6)}
.placeholder-amber-200\/65::-moz-placeholder{color:rgb(253 230 138 / 0.65)}
.placeholder-amber-200\/65::placeholder{color:rgb(253 230 138 / 0.65)}
.placeholder-amber-200\/70::-moz-placeholder{color:rgb(253 230 138 / 0.7)}
.placeholder-amber-200\/70::placeholder{color:rgb(253 230 138 / 0.7)}
.placeholder-amber-200\/75::-moz-placeholder{color:rgb(253 230 138 / 0.75)}
.placeholder-amber-200\/75::placeholder{color:rgb(253 230 138 / 0.75)}
.placeholder-amber-200\/80::-moz-placeholder{color:rgb(253 230 138 / 0.8)}
.placeholder-amber-200\/80::placeholder{color:rgb(253 230 138 / 0.8)}
.placeholder-amber-200\/85::-moz-placeholder{color:rgb(253 230 138 / 0.85)}
.placeholder-amber-200\/85::placeholder{color:rgb(253 230 138 / 0.85)}
.placeholder-amber-200\/90::-moz-placeholder{color:rgb(253 230 138 / 0.9)}
.placeholder-amber-200\/90::placeholder{color:rgb(253 230 138 / 0.9)}
.placeholder-amber-200\/95::-moz-placeholder{color:rgb(253 230 138 / 0.95)}
.placeholder-amber-200\/95::placeholder{color:rgb(253 230 138 / 0.95)}
.placeholder-amber-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 211 77 / var(--tw-placeholder-opacity))}
.placeholder-amber-300::placeholder{--tw-placeholder-opacity:1;color:rgb(252 211 77 / var(--tw-placeholder-opacity))}
.placeholder-amber-300\/0::-moz-placeholder{color:rgb(252 211 77 / 0)}
.placeholder-amber-300\/0::placeholder{color:rgb(252 211 77 / 0)}
.placeholder-amber-300\/10::-moz-placeholder{color:rgb(252 211 77 / 0.1)}
.placeholder-amber-300\/10::placeholder{color:rgb(252 211 77 / 0.1)}
.placeholder-amber-300\/100::-moz-placeholder{color:rgb(252 211 77 / 1)}
.placeholder-amber-300\/100::placeholder{color:rgb(252 211 77 / 1)}
.placeholder-amber-300\/15::-moz-placeholder{color:rgb(252 211 77 / 0.15)}
.placeholder-amber-300\/15::placeholder{color:rgb(252 211 77 / 0.15)}
.placeholder-amber-300\/20::-moz-placeholder{color:rgb(252 211 77 / 0.2)}
.placeholder-amber-300\/20::placeholder{color:rgb(252 211 77 / 0.2)}
.placeholder-amber-300\/25::-moz-placeholder{color:rgb(252 211 77 / 0.25)}
.placeholder-amber-300\/25::placeholder{color:rgb(252 211 77 / 0.25)}
.placeholder-amber-300\/30::-moz-placeholder{color:rgb(252 211 77 / 0.3)}
.placeholder-amber-300\/30::placeholder{color:rgb(252 211 77 / 0.3)}
.placeholder-amber-300\/35::-moz-placeholder{color:rgb(252 211 77 / 0.35)}
.placeholder-amber-300\/35::placeholder{color:rgb(252 211 77 / 0.35)}
.placeholder-amber-300\/40::-moz-placeholder{color:rgb(252 211 77 / 0.4)}
.placeholder-amber-300\/40::placeholder{color:rgb(252 211 77 / 0.4)}
.placeholder-amber-300\/45::-moz-placeholder{color:rgb(252 211 77 / 0.45)}
.placeholder-amber-300\/45::placeholder{color:rgb(252 211 77 / 0.45)}
.placeholder-amber-300\/5::-moz-placeholder{color:rgb(252 211 77 / 0.05)}
.placeholder-amber-300\/5::placeholder{color:rgb(252 211 77 / 0.05)}
.placeholder-amber-300\/50::-moz-placeholder{color:rgb(252 211 77 / 0.5)}
.placeholder-amber-300\/50::placeholder{color:rgb(252 211 77 / 0.5)}
.placeholder-amber-300\/55::-moz-placeholder{color:rgb(252 211 77 / 0.55)}
.placeholder-amber-300\/55::placeholder{color:rgb(252 211 77 / 0.55)}
.placeholder-amber-300\/60::-moz-placeholder{color:rgb(252 211 77 / 0.6)}
.placeholder-amber-300\/60::placeholder{color:rgb(252 211 77 / 0.6)}
.placeholder-amber-300\/65::-moz-placeholder{color:rgb(252 211 77 / 0.65)}
.placeholder-amber-300\/65::placeholder{color:rgb(252 211 77 / 0.65)}
.placeholder-amber-300\/70::-moz-placeholder{color:rgb(252 211 77 / 0.7)}
.placeholder-amber-300\/70::placeholder{color:rgb(252 211 77 / 0.7)}
.placeholder-amber-300\/75::-moz-placeholder{color:rgb(252 211 77 / 0.75)}
.placeholder-amber-300\/75::placeholder{color:rgb(252 211 77 / 0.75)}
.placeholder-amber-300\/80::-moz-placeholder{color:rgb(252 211 77 / 0.8)}
.placeholder-amber-300\/80::placeholder{color:rgb(252 211 77 / 0.8)}
.placeholder-amber-300\/85::-moz-placeholder{color:rgb(252 211 77 / 0.85)}
.placeholder-amber-300\/85::placeholder{color:rgb(252 211 77 / 0.85)}
.placeholder-amber-300\/90::-moz-placeholder{color:rgb(252 211 77 / 0.9)}
.placeholder-amber-300\/90::placeholder{color:rgb(252 211 77 / 0.9)}
.placeholder-amber-300\/95::-moz-placeholder{color:rgb(252 211 77 / 0.95)}
.placeholder-amber-300\/95::placeholder{color:rgb(252 211 77 / 0.95)}
.placeholder-amber-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(251 191 36 / var(--tw-placeholder-opacity))}
.placeholder-amber-400::placeholder{--tw-placeholder-opacity:1;color:rgb(251 191 36 / var(--tw-placeholder-opacity))}
.placeholder-amber-400\/0::-moz-placeholder{color:rgb(251 191 36 / 0)}
.placeholder-amber-400\/0::placeholder{color:rgb(251 191 36 / 0)}
.placeholder-amber-400\/10::-moz-placeholder{color:rgb(251 191 36 / 0.1)}
.placeholder-amber-400\/10::placeholder{color:rgb(251 191 36 / 0.1)}
.placeholder-amber-400\/100::-moz-placeholder{color:rgb(251 191 36 / 1)}
.placeholder-amber-400\/100::placeholder{color:rgb(251 191 36 / 1)}
.placeholder-amber-400\/15::-moz-placeholder{color:rgb(251 191 36 / 0.15)}
.placeholder-amber-400\/15::placeholder{color:rgb(251 191 36 / 0.15)}
.placeholder-amber-400\/20::-moz-placeholder{color:rgb(251 191 36 / 0.2)}
.placeholder-amber-400\/20::placeholder{color:rgb(251 191 36 / 0.2)}
.placeholder-amber-400\/25::-moz-placeholder{color:rgb(251 191 36 / 0.25)}
.placeholder-amber-400\/25::placeholder{color:rgb(251 191 36 / 0.25)}
.placeholder-amber-400\/30::-moz-placeholder{color:rgb(251 191 36 / 0.3)}
.placeholder-amber-400\/30::placeholder{color:rgb(251 191 36 / 0.3)}
.placeholder-amber-400\/35::-moz-placeholder{color:rgb(251 191 36 / 0.35)}
.placeholder-amber-400\/35::placeholder{color:rgb(251 191 36 / 0.35)}
.placeholder-amber-400\/40::-moz-placeholder{color:rgb(251 191 36 / 0.4)}
.placeholder-amber-400\/40::placeholder{color:rgb(251 191 36 / 0.4)}
.placeholder-amber-400\/45::-moz-placeholder{color:rgb(251 191 36 / 0.45)}
.placeholder-amber-400\/45::placeholder{color:rgb(251 191 36 / 0.45)}
.placeholder-amber-400\/5::-moz-placeholder{color:rgb(251 191 36 / 0.05)}
.placeholder-amber-400\/5::placeholder{color:rgb(251 191 36 / 0.05)}
.placeholder-amber-400\/50::-moz-placeholder{color:rgb(251 191 36 / 0.5)}
.placeholder-amber-400\/50::placeholder{color:rgb(251 191 36 / 0.5)}
.placeholder-amber-400\/55::-moz-placeholder{color:rgb(251 191 36 / 0.55)}
.placeholder-amber-400\/55::placeholder{color:rgb(251 191 36 / 0.55)}
.placeholder-amber-400\/60::-moz-placeholder{color:rgb(251 191 36 / 0.6)}
.placeholder-amber-400\/60::placeholder{color:rgb(251 191 36 / 0.6)}
.placeholder-amber-400\/65::-moz-placeholder{color:rgb(251 191 36 / 0.65)}
.placeholder-amber-400\/65::placeholder{color:rgb(251 191 36 / 0.65)}
.placeholder-amber-400\/70::-moz-placeholder{color:rgb(251 191 36 / 0.7)}
.placeholder-amber-400\/70::placeholder{color:rgb(251 191 36 / 0.7)}
.placeholder-amber-400\/75::-moz-placeholder{color:rgb(251 191 36 / 0.75)}
.placeholder-amber-400\/75::placeholder{color:rgb(251 191 36 / 0.75)}
.placeholder-amber-400\/80::-moz-placeholder{color:rgb(251 191 36 / 0.8)}
.placeholder-amber-400\/80::placeholder{color:rgb(251 191 36 / 0.8)}
.placeholder-amber-400\/85::-moz-placeholder{color:rgb(251 191 36 / 0.85)}
.placeholder-amber-400\/85::placeholder{color:rgb(251 191 36 / 0.85)}
.placeholder-amber-400\/90::-moz-placeholder{color:rgb(251 191 36 / 0.9)}
.placeholder-amber-400\/90::placeholder{color:rgb(251 191 36 / 0.9)}
.placeholder-amber-400\/95::-moz-placeholder{color:rgb(251 191 36 / 0.95)}
.placeholder-amber-400\/95::placeholder{color:rgb(251 191 36 / 0.95)}
.placeholder-amber-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 251 235 / var(--tw-placeholder-opacity))}
.placeholder-amber-50::placeholder{--tw-placeholder-opacity:1;color:rgb(255 251 235 / var(--tw-placeholder-opacity))}
.placeholder-amber-50\/0::-moz-placeholder{color:rgb(255 251 235 / 0)}
.placeholder-amber-50\/0::placeholder{color:rgb(255 251 235 / 0)}
.placeholder-amber-50\/10::-moz-placeholder{color:rgb(255 251 235 / 0.1)}
.placeholder-amber-50\/10::placeholder{color:rgb(255 251 235 / 0.1)}
.placeholder-amber-50\/100::-moz-placeholder{color:rgb(255 251 235 / 1)}
.placeholder-amber-50\/100::placeholder{color:rgb(255 251 235 / 1)}
.placeholder-amber-50\/15::-moz-placeholder{color:rgb(255 251 235 / 0.15)}
.placeholder-amber-50\/15::placeholder{color:rgb(255 251 235 / 0.15)}
.placeholder-amber-50\/20::-moz-placeholder{color:rgb(255 251 235 / 0.2)}
.placeholder-amber-50\/20::placeholder{color:rgb(255 251 235 / 0.2)}
.placeholder-amber-50\/25::-moz-placeholder{color:rgb(255 251 235 / 0.25)}
.placeholder-amber-50\/25::placeholder{color:rgb(255 251 235 / 0.25)}
.placeholder-amber-50\/30::-moz-placeholder{color:rgb(255 251 235 / 0.3)}
.placeholder-amber-50\/30::placeholder{color:rgb(255 251 235 / 0.3)}
.placeholder-amber-50\/35::-moz-placeholder{color:rgb(255 251 235 / 0.35)}
.placeholder-amber-50\/35::placeholder{color:rgb(255 251 235 / 0.35)}
.placeholder-amber-50\/40::-moz-placeholder{color:rgb(255 251 235 / 0.4)}
.placeholder-amber-50\/40::placeholder{color:rgb(255 251 235 / 0.4)}
.placeholder-amber-50\/45::-moz-placeholder{color:rgb(255 251 235 / 0.45)}
.placeholder-amber-50\/45::placeholder{color:rgb(255 251 235 / 0.45)}
.placeholder-amber-50\/5::-moz-placeholder{color:rgb(255 251 235 / 0.05)}
.placeholder-amber-50\/5::placeholder{color:rgb(255 251 235 / 0.05)}
.placeholder-amber-50\/50::-moz-placeholder{color:rgb(255 251 235 / 0.5)}
.placeholder-amber-50\/50::placeholder{color:rgb(255 251 235 / 0.5)}
.placeholder-amber-50\/55::-moz-placeholder{color:rgb(255 251 235 / 0.55)}
.placeholder-amber-50\/55::placeholder{color:rgb(255 251 235 / 0.55)}
.placeholder-amber-50\/60::-moz-placeholder{color:rgb(255 251 235 / 0.6)}
.placeholder-amber-50\/60::placeholder{color:rgb(255 251 235 / 0.6)}
.placeholder-amber-50\/65::-moz-placeholder{color:rgb(255 251 235 / 0.65)}
.placeholder-amber-50\/65::placeholder{color:rgb(255 251 235 / 0.65)}
.placeholder-amber-50\/70::-moz-placeholder{color:rgb(255 251 235 / 0.7)}
.placeholder-amber-50\/70::placeholder{color:rgb(255 251 235 / 0.7)}
.placeholder-amber-50\/75::-moz-placeholder{color:rgb(255 251 235 / 0.75)}
.placeholder-amber-50\/75::placeholder{color:rgb(255 251 235 / 0.75)}
.placeholder-amber-50\/80::-moz-placeholder{color:rgb(255 251 235 / 0.8)}
.placeholder-amber-50\/80::placeholder{color:rgb(255 251 235 / 0.8)}
.placeholder-amber-50\/85::-moz-placeholder{color:rgb(255 251 235 / 0.85)}
.placeholder-amber-50\/85::placeholder{color:rgb(255 251 235 / 0.85)}
.placeholder-amber-50\/90::-moz-placeholder{color:rgb(255 251 235 / 0.9)}
.placeholder-amber-50\/90::placeholder{color:rgb(255 251 235 / 0.9)}
.placeholder-amber-50\/95::-moz-placeholder{color:rgb(255 251 235 / 0.95)}
.placeholder-amber-50\/95::placeholder{color:rgb(255 251 235 / 0.95)}
.placeholder-amber-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(245 158 11 / var(--tw-placeholder-opacity))}
.placeholder-amber-500::placeholder{--tw-placeholder-opacity:1;color:rgb(245 158 11 / var(--tw-placeholder-opacity))}
.placeholder-amber-500\/0::-moz-placeholder{color:rgb(245 158 11 / 0)}
.placeholder-amber-500\/0::placeholder{color:rgb(245 158 11 / 0)}
.placeholder-amber-500\/10::-moz-placeholder{color:rgb(245 158 11 / 0.1)}
.placeholder-amber-500\/10::placeholder{color:rgb(245 158 11 / 0.1)}
.placeholder-amber-500\/100::-moz-placeholder{color:rgb(245 158 11 / 1)}
.placeholder-amber-500\/100::placeholder{color:rgb(245 158 11 / 1)}
.placeholder-amber-500\/15::-moz-placeholder{color:rgb(245 158 11 / 0.15)}
.placeholder-amber-500\/15::placeholder{color:rgb(245 158 11 / 0.15)}
.placeholder-amber-500\/20::-moz-placeholder{color:rgb(245 158 11 / 0.2)}
.placeholder-amber-500\/20::placeholder{color:rgb(245 158 11 / 0.2)}
.placeholder-amber-500\/25::-moz-placeholder{color:rgb(245 158 11 / 0.25)}
.placeholder-amber-500\/25::placeholder{color:rgb(245 158 11 / 0.25)}
.placeholder-amber-500\/30::-moz-placeholder{color:rgb(245 158 11 / 0.3)}
.placeholder-amber-500\/30::placeholder{color:rgb(245 158 11 / 0.3)}
.placeholder-amber-500\/35::-moz-placeholder{color:rgb(245 158 11 / 0.35)}
.placeholder-amber-500\/35::placeholder{color:rgb(245 158 11 / 0.35)}
.placeholder-amber-500\/40::-moz-placeholder{color:rgb(245 158 11 / 0.4)}
.placeholder-amber-500\/40::placeholder{color:rgb(245 158 11 / 0.4)}
.placeholder-amber-500\/45::-moz-placeholder{color:rgb(245 158 11 / 0.45)}
.placeholder-amber-500\/45::placeholder{color:rgb(245 158 11 / 0.45)}
.placeholder-amber-500\/5::-moz-placeholder{color:rgb(245 158 11 / 0.05)}
.placeholder-amber-500\/5::placeholder{color:rgb(245 158 11 / 0.05)}
.placeholder-amber-500\/50::-moz-placeholder{color:rgb(245 158 11 / 0.5)}
.placeholder-amber-500\/50::placeholder{color:rgb(245 158 11 / 0.5)}
.placeholder-amber-500\/55::-moz-placeholder{color:rgb(245 158 11 / 0.55)}
.placeholder-amber-500\/55::placeholder{color:rgb(245 158 11 / 0.55)}
.placeholder-amber-500\/60::-moz-placeholder{color:rgb(245 158 11 / 0.6)}
.placeholder-amber-500\/60::placeholder{color:rgb(245 158 11 / 0.6)}
.placeholder-amber-500\/65::-moz-placeholder{color:rgb(245 158 11 / 0.65)}
.placeholder-amber-500\/65::placeholder{color:rgb(245 158 11 / 0.65)}
.placeholder-amber-500\/70::-moz-placeholder{color:rgb(245 158 11 / 0.7)}
.placeholder-amber-500\/70::placeholder{color:rgb(245 158 11 / 0.7)}
.placeholder-amber-500\/75::-moz-placeholder{color:rgb(245 158 11 / 0.75)}
.placeholder-amber-500\/75::placeholder{color:rgb(245 158 11 / 0.75)}
.placeholder-amber-500\/80::-moz-placeholder{color:rgb(245 158 11 / 0.8)}
.placeholder-amber-500\/80::placeholder{color:rgb(245 158 11 / 0.8)}
.placeholder-amber-500\/85::-moz-placeholder{color:rgb(245 158 11 / 0.85)}
.placeholder-amber-500\/85::placeholder{color:rgb(245 158 11 / 0.85)}
.placeholder-amber-500\/90::-moz-placeholder{color:rgb(245 158 11 / 0.9)}
.placeholder-amber-500\/90::placeholder{color:rgb(245 158 11 / 0.9)}
.placeholder-amber-500\/95::-moz-placeholder{color:rgb(245 158 11 / 0.95)}
.placeholder-amber-500\/95::placeholder{color:rgb(245 158 11 / 0.95)}
.placeholder-amber-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(217 119 6 / var(--tw-placeholder-opacity))}
.placeholder-amber-600::placeholder{--tw-placeholder-opacity:1;color:rgb(217 119 6 / var(--tw-placeholder-opacity))}
.placeholder-amber-600\/0::-moz-placeholder{color:rgb(217 119 6 / 0)}
.placeholder-amber-600\/0::placeholder{color:rgb(217 119 6 / 0)}
.placeholder-amber-600\/10::-moz-placeholder{color:rgb(217 119 6 / 0.1)}
.placeholder-amber-600\/10::placeholder{color:rgb(217 119 6 / 0.1)}
.placeholder-amber-600\/100::-moz-placeholder{color:rgb(217 119 6 / 1)}
.placeholder-amber-600\/100::placeholder{color:rgb(217 119 6 / 1)}
.placeholder-amber-600\/15::-moz-placeholder{color:rgb(217 119 6 / 0.15)}
.placeholder-amber-600\/15::placeholder{color:rgb(217 119 6 / 0.15)}
.placeholder-amber-600\/20::-moz-placeholder{color:rgb(217 119 6 / 0.2)}
.placeholder-amber-600\/20::placeholder{color:rgb(217 119 6 / 0.2)}
.placeholder-amber-600\/25::-moz-placeholder{color:rgb(217 119 6 / 0.25)}
.placeholder-amber-600\/25::placeholder{color:rgb(217 119 6 / 0.25)}
.placeholder-amber-600\/30::-moz-placeholder{color:rgb(217 119 6 / 0.3)}
.placeholder-amber-600\/30::placeholder{color:rgb(217 119 6 / 0.3)}
.placeholder-amber-600\/35::-moz-placeholder{color:rgb(217 119 6 / 0.35)}
.placeholder-amber-600\/35::placeholder{color:rgb(217 119 6 / 0.35)}
.placeholder-amber-600\/40::-moz-placeholder{color:rgb(217 119 6 / 0.4)}
.placeholder-amber-600\/40::placeholder{color:rgb(217 119 6 / 0.4)}
.placeholder-amber-600\/45::-moz-placeholder{color:rgb(217 119 6 / 0.45)}
.placeholder-amber-600\/45::placeholder{color:rgb(217 119 6 / 0.45)}
.placeholder-amber-600\/5::-moz-placeholder{color:rgb(217 119 6 / 0.05)}
.placeholder-amber-600\/5::placeholder{color:rgb(217 119 6 / 0.05)}
.placeholder-amber-600\/50::-moz-placeholder{color:rgb(217 119 6 / 0.5)}
.placeholder-amber-600\/50::placeholder{color:rgb(217 119 6 / 0.5)}
.placeholder-amber-600\/55::-moz-placeholder{color:rgb(217 119 6 / 0.55)}
.placeholder-amber-600\/55::placeholder{color:rgb(217 119 6 / 0.55)}
.placeholder-amber-600\/60::-moz-placeholder{color:rgb(217 119 6 / 0.6)}
.placeholder-amber-600\/60::placeholder{color:rgb(217 119 6 / 0.6)}
.placeholder-amber-600\/65::-moz-placeholder{color:rgb(217 119 6 / 0.65)}
.placeholder-amber-600\/65::placeholder{color:rgb(217 119 6 / 0.65)}
.placeholder-amber-600\/70::-moz-placeholder{color:rgb(217 119 6 / 0.7)}
.placeholder-amber-600\/70::placeholder{color:rgb(217 119 6 / 0.7)}
.placeholder-amber-600\/75::-moz-placeholder{color:rgb(217 119 6 / 0.75)}
.placeholder-amber-600\/75::placeholder{color:rgb(217 119 6 / 0.75)}
.placeholder-amber-600\/80::-moz-placeholder{color:rgb(217 119 6 / 0.8)}
.placeholder-amber-600\/80::placeholder{color:rgb(217 119 6 / 0.8)}
.placeholder-amber-600\/85::-moz-placeholder{color:rgb(217 119 6 / 0.85)}
.placeholder-amber-600\/85::placeholder{color:rgb(217 119 6 / 0.85)}
.placeholder-amber-600\/90::-moz-placeholder{color:rgb(217 119 6 / 0.9)}
.placeholder-amber-600\/90::placeholder{color:rgb(217 119 6 / 0.9)}
.placeholder-amber-600\/95::-moz-placeholder{color:rgb(217 119 6 / 0.95)}
.placeholder-amber-600\/95::placeholder{color:rgb(217 119 6 / 0.95)}
.placeholder-amber-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(180 83 9 / var(--tw-placeholder-opacity))}
.placeholder-amber-700::placeholder{--tw-placeholder-opacity:1;color:rgb(180 83 9 / var(--tw-placeholder-opacity))}
.placeholder-amber-700\/0::-moz-placeholder{color:rgb(180 83 9 / 0)}
.placeholder-amber-700\/0::placeholder{color:rgb(180 83 9 / 0)}
.placeholder-amber-700\/10::-moz-placeholder{color:rgb(180 83 9 / 0.1)}
.placeholder-amber-700\/10::placeholder{color:rgb(180 83 9 / 0.1)}
.placeholder-amber-700\/100::-moz-placeholder{color:rgb(180 83 9 / 1)}
.placeholder-amber-700\/100::placeholder{color:rgb(180 83 9 / 1)}
.placeholder-amber-700\/15::-moz-placeholder{color:rgb(180 83 9 / 0.15)}
.placeholder-amber-700\/15::placeholder{color:rgb(180 83 9 / 0.15)}
.placeholder-amber-700\/20::-moz-placeholder{color:rgb(180 83 9 / 0.2)}
.placeholder-amber-700\/20::placeholder{color:rgb(180 83 9 / 0.2)}
.placeholder-amber-700\/25::-moz-placeholder{color:rgb(180 83 9 / 0.25)}
.placeholder-amber-700\/25::placeholder{color:rgb(180 83 9 / 0.25)}
.placeholder-amber-700\/30::-moz-placeholder{color:rgb(180 83 9 / 0.3)}
.placeholder-amber-700\/30::placeholder{color:rgb(180 83 9 / 0.3)}
.placeholder-amber-700\/35::-moz-placeholder{color:rgb(180 83 9 / 0.35)}
.placeholder-amber-700\/35::placeholder{color:rgb(180 83 9 / 0.35)}
.placeholder-amber-700\/40::-moz-placeholder{color:rgb(180 83 9 / 0.4)}
.placeholder-amber-700\/40::placeholder{color:rgb(180 83 9 / 0.4)}
.placeholder-amber-700\/45::-moz-placeholder{color:rgb(180 83 9 / 0.45)}
.placeholder-amber-700\/45::placeholder{color:rgb(180 83 9 / 0.45)}
.placeholder-amber-700\/5::-moz-placeholder{color:rgb(180 83 9 / 0.05)}
.placeholder-amber-700\/5::placeholder{color:rgb(180 83 9 / 0.05)}
.placeholder-amber-700\/50::-moz-placeholder{color:rgb(180 83 9 / 0.5)}
.placeholder-amber-700\/50::placeholder{color:rgb(180 83 9 / 0.5)}
.placeholder-amber-700\/55::-moz-placeholder{color:rgb(180 83 9 / 0.55)}
.placeholder-amber-700\/55::placeholder{color:rgb(180 83 9 / 0.55)}
.placeholder-amber-700\/60::-moz-placeholder{color:rgb(180 83 9 / 0.6)}
.placeholder-amber-700\/60::placeholder{color:rgb(180 83 9 / 0.6)}
.placeholder-amber-700\/65::-moz-placeholder{color:rgb(180 83 9 / 0.65)}
.placeholder-amber-700\/65::placeholder{color:rgb(180 83 9 / 0.65)}
.placeholder-amber-700\/70::-moz-placeholder{color:rgb(180 83 9 / 0.7)}
.placeholder-amber-700\/70::placeholder{color:rgb(180 83 9 / 0.7)}
.placeholder-amber-700\/75::-moz-placeholder{color:rgb(180 83 9 / 0.75)}
.placeholder-amber-700\/75::placeholder{color:rgb(180 83 9 / 0.75)}
.placeholder-amber-700\/80::-moz-placeholder{color:rgb(180 83 9 / 0.8)}
.placeholder-amber-700\/80::placeholder{color:rgb(180 83 9 / 0.8)}
.placeholder-amber-700\/85::-moz-placeholder{color:rgb(180 83 9 / 0.85)}
.placeholder-amber-700\/85::placeholder{color:rgb(180 83 9 / 0.85)}
.placeholder-amber-700\/90::-moz-placeholder{color:rgb(180 83 9 / 0.9)}
.placeholder-amber-700\/90::placeholder{color:rgb(180 83 9 / 0.9)}
.placeholder-amber-700\/95::-moz-placeholder{color:rgb(180 83 9 / 0.95)}
.placeholder-amber-700\/95::placeholder{color:rgb(180 83 9 / 0.95)}
.placeholder-amber-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(146 64 14 / var(--tw-placeholder-opacity))}
.placeholder-amber-800::placeholder{--tw-placeholder-opacity:1;color:rgb(146 64 14 / var(--tw-placeholder-opacity))}
.placeholder-amber-800\/0::-moz-placeholder{color:rgb(146 64 14 / 0)}
.placeholder-amber-800\/0::placeholder{color:rgb(146 64 14 / 0)}
.placeholder-amber-800\/10::-moz-placeholder{color:rgb(146 64 14 / 0.1)}
.placeholder-amber-800\/10::placeholder{color:rgb(146 64 14 / 0.1)}
.placeholder-amber-800\/100::-moz-placeholder{color:rgb(146 64 14 / 1)}
.placeholder-amber-800\/100::placeholder{color:rgb(146 64 14 / 1)}
.placeholder-amber-800\/15::-moz-placeholder{color:rgb(146 64 14 / 0.15)}
.placeholder-amber-800\/15::placeholder{color:rgb(146 64 14 / 0.15)}
.placeholder-amber-800\/20::-moz-placeholder{color:rgb(146 64 14 / 0.2)}
.placeholder-amber-800\/20::placeholder{color:rgb(146 64 14 / 0.2)}
.placeholder-amber-800\/25::-moz-placeholder{color:rgb(146 64 14 / 0.25)}
.placeholder-amber-800\/25::placeholder{color:rgb(146 64 14 / 0.25)}
.placeholder-amber-800\/30::-moz-placeholder{color:rgb(146 64 14 / 0.3)}
.placeholder-amber-800\/30::placeholder{color:rgb(146 64 14 / 0.3)}
.placeholder-amber-800\/35::-moz-placeholder{color:rgb(146 64 14 / 0.35)}
.placeholder-amber-800\/35::placeholder{color:rgb(146 64 14 / 0.35)}
.placeholder-amber-800\/40::-moz-placeholder{color:rgb(146 64 14 / 0.4)}
.placeholder-amber-800\/40::placeholder{color:rgb(146 64 14 / 0.4)}
.placeholder-amber-800\/45::-moz-placeholder{color:rgb(146 64 14 / 0.45)}
.placeholder-amber-800\/45::placeholder{color:rgb(146 64 14 / 0.45)}
.placeholder-amber-800\/5::-moz-placeholder{color:rgb(146 64 14 / 0.05)}
.placeholder-amber-800\/5::placeholder{color:rgb(146 64 14 / 0.05)}
.placeholder-amber-800\/50::-moz-placeholder{color:rgb(146 64 14 / 0.5)}
.placeholder-amber-800\/50::placeholder{color:rgb(146 64 14 / 0.5)}
.placeholder-amber-800\/55::-moz-placeholder{color:rgb(146 64 14 / 0.55)}
.placeholder-amber-800\/55::placeholder{color:rgb(146 64 14 / 0.55)}
.placeholder-amber-800\/60::-moz-placeholder{color:rgb(146 64 14 / 0.6)}
.placeholder-amber-800\/60::placeholder{color:rgb(146 64 14 / 0.6)}
.placeholder-amber-800\/65::-moz-placeholder{color:rgb(146 64 14 / 0.65)}
.placeholder-amber-800\/65::placeholder{color:rgb(146 64 14 / 0.65)}
.placeholder-amber-800\/70::-moz-placeholder{color:rgb(146 64 14 / 0.7)}
.placeholder-amber-800\/70::placeholder{color:rgb(146 64 14 / 0.7)}
.placeholder-amber-800\/75::-moz-placeholder{color:rgb(146 64 14 / 0.75)}
.placeholder-amber-800\/75::placeholder{color:rgb(146 64 14 / 0.75)}
.placeholder-amber-800\/80::-moz-placeholder{color:rgb(146 64 14 / 0.8)}
.placeholder-amber-800\/80::placeholder{color:rgb(146 64 14 / 0.8)}
.placeholder-amber-800\/85::-moz-placeholder{color:rgb(146 64 14 / 0.85)}
.placeholder-amber-800\/85::placeholder{color:rgb(146 64 14 / 0.85)}
.placeholder-amber-800\/90::-moz-placeholder{color:rgb(146 64 14 / 0.9)}
.placeholder-amber-800\/90::placeholder{color:rgb(146 64 14 / 0.9)}
.placeholder-amber-800\/95::-moz-placeholder{color:rgb(146 64 14 / 0.95)}
.placeholder-amber-800\/95::placeholder{color:rgb(146 64 14 / 0.95)}
.placeholder-amber-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(120 53 15 / var(--tw-placeholder-opacity))}
.placeholder-amber-900::placeholder{--tw-placeholder-opacity:1;color:rgb(120 53 15 / var(--tw-placeholder-opacity))}
.placeholder-amber-900\/0::-moz-placeholder{color:rgb(120 53 15 / 0)}
.placeholder-amber-900\/0::placeholder{color:rgb(120 53 15 / 0)}
.placeholder-amber-900\/10::-moz-placeholder{color:rgb(120 53 15 / 0.1)}
.placeholder-amber-900\/10::placeholder{color:rgb(120 53 15 / 0.1)}
.placeholder-amber-900\/100::-moz-placeholder{color:rgb(120 53 15 / 1)}
.placeholder-amber-900\/100::placeholder{color:rgb(120 53 15 / 1)}
.placeholder-amber-900\/15::-moz-placeholder{color:rgb(120 53 15 / 0.15)}
.placeholder-amber-900\/15::placeholder{color:rgb(120 53 15 / 0.15)}
.placeholder-amber-900\/20::-moz-placeholder{color:rgb(120 53 15 / 0.2)}
.placeholder-amber-900\/20::placeholder{color:rgb(120 53 15 / 0.2)}
.placeholder-amber-900\/25::-moz-placeholder{color:rgb(120 53 15 / 0.25)}
.placeholder-amber-900\/25::placeholder{color:rgb(120 53 15 / 0.25)}
.placeholder-amber-900\/30::-moz-placeholder{color:rgb(120 53 15 / 0.3)}
.placeholder-amber-900\/30::placeholder{color:rgb(120 53 15 / 0.3)}
.placeholder-amber-900\/35::-moz-placeholder{color:rgb(120 53 15 / 0.35)}
.placeholder-amber-900\/35::placeholder{color:rgb(120 53 15 / 0.35)}
.placeholder-amber-900\/40::-moz-placeholder{color:rgb(120 53 15 / 0.4)}
.placeholder-amber-900\/40::placeholder{color:rgb(120 53 15 / 0.4)}
.placeholder-amber-900\/45::-moz-placeholder{color:rgb(120 53 15 / 0.45)}
.placeholder-amber-900\/45::placeholder{color:rgb(120 53 15 / 0.45)}
.placeholder-amber-900\/5::-moz-placeholder{color:rgb(120 53 15 / 0.05)}
.placeholder-amber-900\/5::placeholder{color:rgb(120 53 15 / 0.05)}
.placeholder-amber-900\/50::-moz-placeholder{color:rgb(120 53 15 / 0.5)}
.placeholder-amber-900\/50::placeholder{color:rgb(120 53 15 / 0.5)}
.placeholder-amber-900\/55::-moz-placeholder{color:rgb(120 53 15 / 0.55)}
.placeholder-amber-900\/55::placeholder{color:rgb(120 53 15 / 0.55)}
.placeholder-amber-900\/60::-moz-placeholder{color:rgb(120 53 15 / 0.6)}
.placeholder-amber-900\/60::placeholder{color:rgb(120 53 15 / 0.6)}
.placeholder-amber-900\/65::-moz-placeholder{color:rgb(120 53 15 / 0.65)}
.placeholder-amber-900\/65::placeholder{color:rgb(120 53 15 / 0.65)}
.placeholder-amber-900\/70::-moz-placeholder{color:rgb(120 53 15 / 0.7)}
.placeholder-amber-900\/70::placeholder{color:rgb(120 53 15 / 0.7)}
.placeholder-amber-900\/75::-moz-placeholder{color:rgb(120 53 15 / 0.75)}
.placeholder-amber-900\/75::placeholder{color:rgb(120 53 15 / 0.75)}
.placeholder-amber-900\/80::-moz-placeholder{color:rgb(120 53 15 / 0.8)}
.placeholder-amber-900\/80::placeholder{color:rgb(120 53 15 / 0.8)}
.placeholder-amber-900\/85::-moz-placeholder{color:rgb(120 53 15 / 0.85)}
.placeholder-amber-900\/85::placeholder{color:rgb(120 53 15 / 0.85)}
.placeholder-amber-900\/90::-moz-placeholder{color:rgb(120 53 15 / 0.9)}
.placeholder-amber-900\/90::placeholder{color:rgb(120 53 15 / 0.9)}
.placeholder-amber-900\/95::-moz-placeholder{color:rgb(120 53 15 / 0.95)}
.placeholder-amber-900\/95::placeholder{color:rgb(120 53 15 / 0.95)}
.placeholder-amber-950::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(69 26 3 / var(--tw-placeholder-opacity))}
.placeholder-amber-950::placeholder{--tw-placeholder-opacity:1;color:rgb(69 26 3 / var(--tw-placeholder-opacity))}
.placeholder-amber-950\/0::-moz-placeholder{color:rgb(69 26 3 / 0)}
.placeholder-amber-950\/0::placeholder{color:rgb(69 26 3 / 0)}
.placeholder-amber-950\/10::-moz-placeholder{color:rgb(69 26 3 / 0.1)}
.placeholder-amber-950\/10::placeholder{color:rgb(69 26 3 / 0.1)}
.placeholder-amber-950\/100::-moz-placeholder{color:rgb(69 26 3 / 1)}
.placeholder-amber-950\/100::placeholder{color:rgb(69 26 3 / 1)}
.placeholder-amber-950\/15::-moz-placeholder{color:rgb(69 26 3 / 0.15)}
.placeholder-amber-950\/15::placeholder{color:rgb(69 26 3 / 0.15)}
.placeholder-amber-950\/20::-moz-placeholder{color:rgb(69 26 3 / 0.2)}
.placeholder-amber-950\/20::placeholder{color:rgb(69 26 3 / 0.2)}
.placeholder-amber-950\/25::-moz-placeholder{color:rgb(69 26 3 / 0.25)}
.placeholder-amber-950\/25::placeholder{color:rgb(69 26 3 / 0.25)}
.placeholder-amber-950\/30::-moz-placeholder{color:rgb(69 26 3 / 0.3)}
.placeholder-amber-950\/30::placeholder{color:rgb(69 26 3 / 0.3)}
.placeholder-amber-950\/35::-moz-placeholder{color:rgb(69 26 3 / 0.35)}
.placeholder-amber-950\/35::placeholder{color:rgb(69 26 3 / 0.35)}
.placeholder-amber-950\/40::-moz-placeholder{color:rgb(69 26 3 / 0.4)}
.placeholder-amber-950\/40::placeholder{color:rgb(69 26 3 / 0.4)}
.placeholder-amber-950\/45::-moz-placeholder{color:rgb(69 26 3 / 0.45)}
.placeholder-amber-950\/45::placeholder{color:rgb(69 26 3 / 0.45)}
.placeholder-amber-950\/5::-moz-placeholder{color:rgb(69 26 3 / 0.05)}
.placeholder-amber-950\/5::placeholder{color:rgb(69 26 3 / 0.05)}
.placeholder-amber-950\/50::-moz-placeholder{color:rgb(69 26 3 / 0.5)}
.placeholder-amber-950\/50::placeholder{color:rgb(69 26 3 / 0.5)}
.placeholder-amber-950\/55::-moz-placeholder{color:rgb(69 26 3 / 0.55)}
.placeholder-amber-950\/55::placeholder{color:rgb(69 26 3 / 0.55)}
.placeholder-amber-950\/60::-moz-placeholder{color:rgb(69 26 3 / 0.6)}
.placeholder-amber-950\/60::placeholder{color:rgb(69 26 3 / 0.6)}
.placeholder-amber-950\/65::-moz-placeholder{color:rgb(69 26 3 / 0.65)}
.placeholder-amber-950\/65::placeholder{color:rgb(69 26 3 / 0.65)}
.placeholder-amber-950\/70::-moz-placeholder{color:rgb(69 26 3 / 0.7)}
.placeholder-amber-950\/70::placeholder{color:rgb(69 26 3 / 0.7)}
.placeholder-amber-950\/75::-moz-placeholder{color:rgb(69 26 3 / 0.75)}
.placeholder-amber-950\/75::placeholder{color:rgb(69 26 3 / 0.75)}
.placeholder-amber-950\/80::-moz-placeholder{color:rgb(69 26 3 / 0.8)}
.placeholder-amber-950\/80::placeholder{color:rgb(69 26 3 / 0.8)}
.placeholder-amber-950\/85::-moz-placeholder{color:rgb(69 26 3 / 0.85)}
.placeholder-amber-950\/85::placeholder{color:rgb(69 26 3 / 0.85)}
.placeholder-amber-950\/90::-moz-placeholder{color:rgb(69 26 3 / 0.9)}
.placeholder-amber-950\/90::placeholder{color:rgb(69 26 3 / 0.9)}
.placeholder-amber-950\/95::-moz-placeholder{color:rgb(69 26 3 / 0.95)}
.placeholder-amber-950\/95::placeholder{color:rgb(69 26 3 / 0.95)}
.placeholder-background-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-background-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-background-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-background-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-background-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-background-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-background-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-background-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-background-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-background-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-background-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-background-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-background-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-background-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-background-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-background-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-background-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-background-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-background-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-background-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-background-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-background-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-background-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-background-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-background-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-background-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-background-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-background-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-background-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-background-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-background-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-background-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-background-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-background-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-background-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-background-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-background-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-background-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-background-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-background-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-background-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-background-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-background-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-background-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-background-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-background-text-contrastsWithCard::placeholder{color:true}
.placeholder-background-text-isDark::-moz-placeholder{color:true}
.placeholder-background-text-isDark::placeholder{color:true}
.placeholder-background-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(107 111 115 / var(--tw-placeholder-opacity))}
.placeholder-background-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(107 111 115 / var(--tw-placeholder-opacity))}
.placeholder-background-text-text\/0::-moz-placeholder{color:rgb(107 111 115 / 0)}
.placeholder-background-text-text\/0::placeholder{color:rgb(107 111 115 / 0)}
.placeholder-background-text-text\/10::-moz-placeholder{color:rgb(107 111 115 / 0.1)}
.placeholder-background-text-text\/10::placeholder{color:rgb(107 111 115 / 0.1)}
.placeholder-background-text-text\/100::-moz-placeholder{color:rgb(107 111 115 / 1)}
.placeholder-background-text-text\/100::placeholder{color:rgb(107 111 115 / 1)}
.placeholder-background-text-text\/15::-moz-placeholder{color:rgb(107 111 115 / 0.15)}
.placeholder-background-text-text\/15::placeholder{color:rgb(107 111 115 / 0.15)}
.placeholder-background-text-text\/20::-moz-placeholder{color:rgb(107 111 115 / 0.2)}
.placeholder-background-text-text\/20::placeholder{color:rgb(107 111 115 / 0.2)}
.placeholder-background-text-text\/25::-moz-placeholder{color:rgb(107 111 115 / 0.25)}
.placeholder-background-text-text\/25::placeholder{color:rgb(107 111 115 / 0.25)}
.placeholder-background-text-text\/30::-moz-placeholder{color:rgb(107 111 115 / 0.3)}
.placeholder-background-text-text\/30::placeholder{color:rgb(107 111 115 / 0.3)}
.placeholder-background-text-text\/35::-moz-placeholder{color:rgb(107 111 115 / 0.35)}
.placeholder-background-text-text\/35::placeholder{color:rgb(107 111 115 / 0.35)}
.placeholder-background-text-text\/40::-moz-placeholder{color:rgb(107 111 115 / 0.4)}
.placeholder-background-text-text\/40::placeholder{color:rgb(107 111 115 / 0.4)}
.placeholder-background-text-text\/45::-moz-placeholder{color:rgb(107 111 115 / 0.45)}
.placeholder-background-text-text\/45::placeholder{color:rgb(107 111 115 / 0.45)}
.placeholder-background-text-text\/5::-moz-placeholder{color:rgb(107 111 115 / 0.05)}
.placeholder-background-text-text\/5::placeholder{color:rgb(107 111 115 / 0.05)}
.placeholder-background-text-text\/50::-moz-placeholder{color:rgb(107 111 115 / 0.5)}
.placeholder-background-text-text\/50::placeholder{color:rgb(107 111 115 / 0.5)}
.placeholder-background-text-text\/55::-moz-placeholder{color:rgb(107 111 115 / 0.55)}
.placeholder-background-text-text\/55::placeholder{color:rgb(107 111 115 / 0.55)}
.placeholder-background-text-text\/60::-moz-placeholder{color:rgb(107 111 115 / 0.6)}
.placeholder-background-text-text\/60::placeholder{color:rgb(107 111 115 / 0.6)}
.placeholder-background-text-text\/65::-moz-placeholder{color:rgb(107 111 115 / 0.65)}
.placeholder-background-text-text\/65::placeholder{color:rgb(107 111 115 / 0.65)}
.placeholder-background-text-text\/70::-moz-placeholder{color:rgb(107 111 115 / 0.7)}
.placeholder-background-text-text\/70::placeholder{color:rgb(107 111 115 / 0.7)}
.placeholder-background-text-text\/75::-moz-placeholder{color:rgb(107 111 115 / 0.75)}
.placeholder-background-text-text\/75::placeholder{color:rgb(107 111 115 / 0.75)}
.placeholder-background-text-text\/80::-moz-placeholder{color:rgb(107 111 115 / 0.8)}
.placeholder-background-text-text\/80::placeholder{color:rgb(107 111 115 / 0.8)}
.placeholder-background-text-text\/85::-moz-placeholder{color:rgb(107 111 115 / 0.85)}
.placeholder-background-text-text\/85::placeholder{color:rgb(107 111 115 / 0.85)}
.placeholder-background-text-text\/90::-moz-placeholder{color:rgb(107 111 115 / 0.9)}
.placeholder-background-text-text\/90::placeholder{color:rgb(107 111 115 / 0.9)}
.placeholder-background-text-text\/95::-moz-placeholder{color:rgb(107 111 115 / 0.95)}
.placeholder-background-text-text\/95::placeholder{color:rgb(107 111 115 / 0.95)}
.placeholder-bt-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-bt-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-bt-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-bt-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-bt-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-bt-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-bt-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-bt-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-bt-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-bt-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-bt-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-bt-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-bt-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-bt-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-bt-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-bt-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-bt-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-bt-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-bt-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-bt-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-bt-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-bt-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-bt-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-bt-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-bt-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-bt-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-bt-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-bt-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-bt-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-bt-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-bt-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-bt-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-bt-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-bt-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-bt-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-bt-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-bt-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-bt-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-bt-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-bt-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-bt-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-bt-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-bt-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-bt-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-bt-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-bt-text-contrastsWithCard::placeholder{color:true}
.placeholder-bt-text-isDark::-moz-placeholder{color:true}
.placeholder-bt-text-isDark::placeholder{color:true}
.placeholder-bt-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-bt-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-bt-text-text\/0::-moz-placeholder{color:rgb(30 41 59 / 0)}
.placeholder-bt-text-text\/0::placeholder{color:rgb(30 41 59 / 0)}
.placeholder-bt-text-text\/10::-moz-placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-bt-text-text\/10::placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-bt-text-text\/100::-moz-placeholder{color:rgb(30 41 59 / 1)}
.placeholder-bt-text-text\/100::placeholder{color:rgb(30 41 59 / 1)}
.placeholder-bt-text-text\/15::-moz-placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-bt-text-text\/15::placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-bt-text-text\/20::-moz-placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-bt-text-text\/20::placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-bt-text-text\/25::-moz-placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-bt-text-text\/25::placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-bt-text-text\/30::-moz-placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-bt-text-text\/30::placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-bt-text-text\/35::-moz-placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-bt-text-text\/35::placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-bt-text-text\/40::-moz-placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-bt-text-text\/40::placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-bt-text-text\/45::-moz-placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-bt-text-text\/45::placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-bt-text-text\/5::-moz-placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-bt-text-text\/5::placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-bt-text-text\/50::-moz-placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-bt-text-text\/50::placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-bt-text-text\/55::-moz-placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-bt-text-text\/55::placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-bt-text-text\/60::-moz-placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-bt-text-text\/60::placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-bt-text-text\/65::-moz-placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-bt-text-text\/65::placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-bt-text-text\/70::-moz-placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-bt-text-text\/70::placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-bt-text-text\/75::-moz-placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-bt-text-text\/75::placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-bt-text-text\/80::-moz-placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-bt-text-text\/80::placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-bt-text-text\/85::-moz-placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-bt-text-text\/85::placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-bt-text-text\/90::-moz-placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-bt-text-text\/90::placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-bt-text-text\/95::-moz-placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-bt-text-text\/95::placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-btLight-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-btLight-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-btLight-text-contrast\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-btLight-text-contrast\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-btLight-text-contrast\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-btLight-text-contrast\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-btLight-text-contrast\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-btLight-text-contrast\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-btLight-text-contrast\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-btLight-text-contrast\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-btLight-text-contrast\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-btLight-text-contrast\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-btLight-text-contrast\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-btLight-text-contrast\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-btLight-text-contrast\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-btLight-text-contrast\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-btLight-text-contrast\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-btLight-text-contrast\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-btLight-text-contrast\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-btLight-text-contrast\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-btLight-text-contrast\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-btLight-text-contrast\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-btLight-text-contrast\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-btLight-text-contrast\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-btLight-text-contrast\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-btLight-text-contrast\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-btLight-text-contrast\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-btLight-text-contrast\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-btLight-text-contrast\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-btLight-text-contrast\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-btLight-text-contrast\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-btLight-text-contrast\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-btLight-text-contrast\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-btLight-text-contrast\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-btLight-text-contrast\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-btLight-text-contrast\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-btLight-text-contrast\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-btLight-text-contrast\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-btLight-text-contrast\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-btLight-text-contrast\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-btLight-text-contrast\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-btLight-text-contrast\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-btLight-text-contrast\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-btLight-text-contrast\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-btLight-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-btLight-text-contrastsWithCard::placeholder{color:true}
.placeholder-btLight-text-isDark::-moz-placeholder{}
.placeholder-btLight-text-isDark::placeholder{}
.placeholder-btLight-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(72 171 217 / var(--tw-placeholder-opacity))}
.placeholder-btLight-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(72 171 217 / var(--tw-placeholder-opacity))}
.placeholder-btLight-text-text\/0::-moz-placeholder{color:rgb(72 171 217 / 0)}
.placeholder-btLight-text-text\/0::placeholder{color:rgb(72 171 217 / 0)}
.placeholder-btLight-text-text\/10::-moz-placeholder{color:rgb(72 171 217 / 0.1)}
.placeholder-btLight-text-text\/10::placeholder{color:rgb(72 171 217 / 0.1)}
.placeholder-btLight-text-text\/100::-moz-placeholder{color:rgb(72 171 217 / 1)}
.placeholder-btLight-text-text\/100::placeholder{color:rgb(72 171 217 / 1)}
.placeholder-btLight-text-text\/15::-moz-placeholder{color:rgb(72 171 217 / 0.15)}
.placeholder-btLight-text-text\/15::placeholder{color:rgb(72 171 217 / 0.15)}
.placeholder-btLight-text-text\/20::-moz-placeholder{color:rgb(72 171 217 / 0.2)}
.placeholder-btLight-text-text\/20::placeholder{color:rgb(72 171 217 / 0.2)}
.placeholder-btLight-text-text\/25::-moz-placeholder{color:rgb(72 171 217 / 0.25)}
.placeholder-btLight-text-text\/25::placeholder{color:rgb(72 171 217 / 0.25)}
.placeholder-btLight-text-text\/30::-moz-placeholder{color:rgb(72 171 217 / 0.3)}
.placeholder-btLight-text-text\/30::placeholder{color:rgb(72 171 217 / 0.3)}
.placeholder-btLight-text-text\/35::-moz-placeholder{color:rgb(72 171 217 / 0.35)}
.placeholder-btLight-text-text\/35::placeholder{color:rgb(72 171 217 / 0.35)}
.placeholder-btLight-text-text\/40::-moz-placeholder{color:rgb(72 171 217 / 0.4)}
.placeholder-btLight-text-text\/40::placeholder{color:rgb(72 171 217 / 0.4)}
.placeholder-btLight-text-text\/45::-moz-placeholder{color:rgb(72 171 217 / 0.45)}
.placeholder-btLight-text-text\/45::placeholder{color:rgb(72 171 217 / 0.45)}
.placeholder-btLight-text-text\/5::-moz-placeholder{color:rgb(72 171 217 / 0.05)}
.placeholder-btLight-text-text\/5::placeholder{color:rgb(72 171 217 / 0.05)}
.placeholder-btLight-text-text\/50::-moz-placeholder{color:rgb(72 171 217 / 0.5)}
.placeholder-btLight-text-text\/50::placeholder{color:rgb(72 171 217 / 0.5)}
.placeholder-btLight-text-text\/55::-moz-placeholder{color:rgb(72 171 217 / 0.55)}
.placeholder-btLight-text-text\/55::placeholder{color:rgb(72 171 217 / 0.55)}
.placeholder-btLight-text-text\/60::-moz-placeholder{color:rgb(72 171 217 / 0.6)}
.placeholder-btLight-text-text\/60::placeholder{color:rgb(72 171 217 / 0.6)}
.placeholder-btLight-text-text\/65::-moz-placeholder{color:rgb(72 171 217 / 0.65)}
.placeholder-btLight-text-text\/65::placeholder{color:rgb(72 171 217 / 0.65)}
.placeholder-btLight-text-text\/70::-moz-placeholder{color:rgb(72 171 217 / 0.7)}
.placeholder-btLight-text-text\/70::placeholder{color:rgb(72 171 217 / 0.7)}
.placeholder-btLight-text-text\/75::-moz-placeholder{color:rgb(72 171 217 / 0.75)}
.placeholder-btLight-text-text\/75::placeholder{color:rgb(72 171 217 / 0.75)}
.placeholder-btLight-text-text\/80::-moz-placeholder{color:rgb(72 171 217 / 0.8)}
.placeholder-btLight-text-text\/80::placeholder{color:rgb(72 171 217 / 0.8)}
.placeholder-btLight-text-text\/85::-moz-placeholder{color:rgb(72 171 217 / 0.85)}
.placeholder-btLight-text-text\/85::placeholder{color:rgb(72 171 217 / 0.85)}
.placeholder-btLight-text-text\/90::-moz-placeholder{color:rgb(72 171 217 / 0.9)}
.placeholder-btLight-text-text\/90::placeholder{color:rgb(72 171 217 / 0.9)}
.placeholder-btLight-text-text\/95::-moz-placeholder{color:rgb(72 171 217 / 0.95)}
.placeholder-btLight-text-text\/95::placeholder{color:rgb(72 171 217 / 0.95)}
.placeholder-cardBackground-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-cardBackground-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-cardBackground-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-cardBackground-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-cardBackground-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-cardBackground-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-cardBackground-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-cardBackground-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-cardBackground-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-cardBackground-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-cardBackground-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-cardBackground-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-cardBackground-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-cardBackground-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-cardBackground-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-cardBackground-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-cardBackground-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-cardBackground-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-cardBackground-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-cardBackground-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-cardBackground-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-cardBackground-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-cardBackground-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-cardBackground-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-cardBackground-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-cardBackground-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-cardBackground-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-cardBackground-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-cardBackground-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-cardBackground-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-cardBackground-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-cardBackground-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-cardBackground-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-cardBackground-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-cardBackground-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-cardBackground-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-cardBackground-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-cardBackground-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-cardBackground-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-cardBackground-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-cardBackground-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-cardBackground-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-cardBackground-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-cardBackground-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-cardBackground-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-cardBackground-text-contrastsWithCard::placeholder{color:true}
.placeholder-cardBackground-text-isDark::-moz-placeholder{color:true}
.placeholder-cardBackground-text-isDark::placeholder{color:true}
.placeholder-cardBackground-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-cardBackground-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-cardBackground-text-text\/0::-moz-placeholder{color:rgb(132 132 132 / 0)}
.placeholder-cardBackground-text-text\/0::placeholder{color:rgb(132 132 132 / 0)}
.placeholder-cardBackground-text-text\/10::-moz-placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-cardBackground-text-text\/10::placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-cardBackground-text-text\/100::-moz-placeholder{color:rgb(132 132 132 / 1)}
.placeholder-cardBackground-text-text\/100::placeholder{color:rgb(132 132 132 / 1)}
.placeholder-cardBackground-text-text\/15::-moz-placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-cardBackground-text-text\/15::placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-cardBackground-text-text\/20::-moz-placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-cardBackground-text-text\/20::placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-cardBackground-text-text\/25::-moz-placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-cardBackground-text-text\/25::placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-cardBackground-text-text\/30::-moz-placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-cardBackground-text-text\/30::placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-cardBackground-text-text\/35::-moz-placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-cardBackground-text-text\/35::placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-cardBackground-text-text\/40::-moz-placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-cardBackground-text-text\/40::placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-cardBackground-text-text\/45::-moz-placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-cardBackground-text-text\/45::placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-cardBackground-text-text\/5::-moz-placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-cardBackground-text-text\/5::placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-cardBackground-text-text\/50::-moz-placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-cardBackground-text-text\/50::placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-cardBackground-text-text\/55::-moz-placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-cardBackground-text-text\/55::placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-cardBackground-text-text\/60::-moz-placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-cardBackground-text-text\/60::placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-cardBackground-text-text\/65::-moz-placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-cardBackground-text-text\/65::placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-cardBackground-text-text\/70::-moz-placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-cardBackground-text-text\/70::placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-cardBackground-text-text\/75::-moz-placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-cardBackground-text-text\/75::placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-cardBackground-text-text\/80::-moz-placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-cardBackground-text-text\/80::placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-cardBackground-text-text\/85::-moz-placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-cardBackground-text-text\/85::placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-cardBackground-text-text\/90::-moz-placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-cardBackground-text-text\/90::placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-cardBackground-text-text\/95::-moz-placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-cardBackground-text-text\/95::placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-cardHeader-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-cardHeader-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-cardHeader-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-cardHeader-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-cardHeader-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-cardHeader-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-cardHeader-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-cardHeader-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-cardHeader-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-cardHeader-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-cardHeader-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-cardHeader-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-cardHeader-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-cardHeader-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-cardHeader-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-cardHeader-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-cardHeader-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-cardHeader-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-cardHeader-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-cardHeader-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-cardHeader-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-cardHeader-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-cardHeader-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-cardHeader-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-cardHeader-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-cardHeader-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-cardHeader-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-cardHeader-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-cardHeader-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-cardHeader-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-cardHeader-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-cardHeader-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-cardHeader-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-cardHeader-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-cardHeader-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-cardHeader-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-cardHeader-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-cardHeader-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-cardHeader-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-cardHeader-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-cardHeader-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-cardHeader-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-cardHeader-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-cardHeader-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-cardHeader-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-cardHeader-text-contrastsWithCard::placeholder{color:true}
.placeholder-cardHeader-text-isDark::-moz-placeholder{color:true}
.placeholder-cardHeader-text-isDark::placeholder{color:true}
.placeholder-cardHeader-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(126 126 132 / var(--tw-placeholder-opacity))}
.placeholder-cardHeader-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(126 126 132 / var(--tw-placeholder-opacity))}
.placeholder-cardHeader-text-text\/0::-moz-placeholder{color:rgb(126 126 132 / 0)}
.placeholder-cardHeader-text-text\/0::placeholder{color:rgb(126 126 132 / 0)}
.placeholder-cardHeader-text-text\/10::-moz-placeholder{color:rgb(126 126 132 / 0.1)}
.placeholder-cardHeader-text-text\/10::placeholder{color:rgb(126 126 132 / 0.1)}
.placeholder-cardHeader-text-text\/100::-moz-placeholder{color:rgb(126 126 132 / 1)}
.placeholder-cardHeader-text-text\/100::placeholder{color:rgb(126 126 132 / 1)}
.placeholder-cardHeader-text-text\/15::-moz-placeholder{color:rgb(126 126 132 / 0.15)}
.placeholder-cardHeader-text-text\/15::placeholder{color:rgb(126 126 132 / 0.15)}
.placeholder-cardHeader-text-text\/20::-moz-placeholder{color:rgb(126 126 132 / 0.2)}
.placeholder-cardHeader-text-text\/20::placeholder{color:rgb(126 126 132 / 0.2)}
.placeholder-cardHeader-text-text\/25::-moz-placeholder{color:rgb(126 126 132 / 0.25)}
.placeholder-cardHeader-text-text\/25::placeholder{color:rgb(126 126 132 / 0.25)}
.placeholder-cardHeader-text-text\/30::-moz-placeholder{color:rgb(126 126 132 / 0.3)}
.placeholder-cardHeader-text-text\/30::placeholder{color:rgb(126 126 132 / 0.3)}
.placeholder-cardHeader-text-text\/35::-moz-placeholder{color:rgb(126 126 132 / 0.35)}
.placeholder-cardHeader-text-text\/35::placeholder{color:rgb(126 126 132 / 0.35)}
.placeholder-cardHeader-text-text\/40::-moz-placeholder{color:rgb(126 126 132 / 0.4)}
.placeholder-cardHeader-text-text\/40::placeholder{color:rgb(126 126 132 / 0.4)}
.placeholder-cardHeader-text-text\/45::-moz-placeholder{color:rgb(126 126 132 / 0.45)}
.placeholder-cardHeader-text-text\/45::placeholder{color:rgb(126 126 132 / 0.45)}
.placeholder-cardHeader-text-text\/5::-moz-placeholder{color:rgb(126 126 132 / 0.05)}
.placeholder-cardHeader-text-text\/5::placeholder{color:rgb(126 126 132 / 0.05)}
.placeholder-cardHeader-text-text\/50::-moz-placeholder{color:rgb(126 126 132 / 0.5)}
.placeholder-cardHeader-text-text\/50::placeholder{color:rgb(126 126 132 / 0.5)}
.placeholder-cardHeader-text-text\/55::-moz-placeholder{color:rgb(126 126 132 / 0.55)}
.placeholder-cardHeader-text-text\/55::placeholder{color:rgb(126 126 132 / 0.55)}
.placeholder-cardHeader-text-text\/60::-moz-placeholder{color:rgb(126 126 132 / 0.6)}
.placeholder-cardHeader-text-text\/60::placeholder{color:rgb(126 126 132 / 0.6)}
.placeholder-cardHeader-text-text\/65::-moz-placeholder{color:rgb(126 126 132 / 0.65)}
.placeholder-cardHeader-text-text\/65::placeholder{color:rgb(126 126 132 / 0.65)}
.placeholder-cardHeader-text-text\/70::-moz-placeholder{color:rgb(126 126 132 / 0.7)}
.placeholder-cardHeader-text-text\/70::placeholder{color:rgb(126 126 132 / 0.7)}
.placeholder-cardHeader-text-text\/75::-moz-placeholder{color:rgb(126 126 132 / 0.75)}
.placeholder-cardHeader-text-text\/75::placeholder{color:rgb(126 126 132 / 0.75)}
.placeholder-cardHeader-text-text\/80::-moz-placeholder{color:rgb(126 126 132 / 0.8)}
.placeholder-cardHeader-text-text\/80::placeholder{color:rgb(126 126 132 / 0.8)}
.placeholder-cardHeader-text-text\/85::-moz-placeholder{color:rgb(126 126 132 / 0.85)}
.placeholder-cardHeader-text-text\/85::placeholder{color:rgb(126 126 132 / 0.85)}
.placeholder-cardHeader-text-text\/90::-moz-placeholder{color:rgb(126 126 132 / 0.9)}
.placeholder-cardHeader-text-text\/90::placeholder{color:rgb(126 126 132 / 0.9)}
.placeholder-cardHeader-text-text\/95::-moz-placeholder{color:rgb(126 126 132 / 0.95)}
.placeholder-cardHeader-text-text\/95::placeholder{color:rgb(126 126 132 / 0.95)}
.placeholder-danger-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-danger-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-danger-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-danger-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-danger-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-danger-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-danger-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-danger-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-danger-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-danger-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-danger-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-danger-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-danger-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-danger-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-danger-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-danger-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-danger-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-danger-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-danger-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-danger-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-danger-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-danger-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-danger-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-danger-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-danger-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-danger-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-danger-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-danger-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-danger-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-danger-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-danger-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-danger-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-danger-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-danger-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-danger-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-danger-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-danger-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-danger-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-danger-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-danger-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-danger-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-danger-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-danger-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-danger-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-danger-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-danger-text-contrastsWithCard::placeholder{color:true}
.placeholder-danger-text-isDark::-moz-placeholder{color:true}
.placeholder-danger-text-isDark::placeholder{color:true}
.placeholder-danger-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(232 87 67 / var(--tw-placeholder-opacity))}
.placeholder-danger-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(232 87 67 / var(--tw-placeholder-opacity))}
.placeholder-danger-text-text\/0::-moz-placeholder{color:rgb(232 87 67 / 0)}
.placeholder-danger-text-text\/0::placeholder{color:rgb(232 87 67 / 0)}
.placeholder-danger-text-text\/10::-moz-placeholder{color:rgb(232 87 67 / 0.1)}
.placeholder-danger-text-text\/10::placeholder{color:rgb(232 87 67 / 0.1)}
.placeholder-danger-text-text\/100::-moz-placeholder{color:rgb(232 87 67 / 1)}
.placeholder-danger-text-text\/100::placeholder{color:rgb(232 87 67 / 1)}
.placeholder-danger-text-text\/15::-moz-placeholder{color:rgb(232 87 67 / 0.15)}
.placeholder-danger-text-text\/15::placeholder{color:rgb(232 87 67 / 0.15)}
.placeholder-danger-text-text\/20::-moz-placeholder{color:rgb(232 87 67 / 0.2)}
.placeholder-danger-text-text\/20::placeholder{color:rgb(232 87 67 / 0.2)}
.placeholder-danger-text-text\/25::-moz-placeholder{color:rgb(232 87 67 / 0.25)}
.placeholder-danger-text-text\/25::placeholder{color:rgb(232 87 67 / 0.25)}
.placeholder-danger-text-text\/30::-moz-placeholder{color:rgb(232 87 67 / 0.3)}
.placeholder-danger-text-text\/30::placeholder{color:rgb(232 87 67 / 0.3)}
.placeholder-danger-text-text\/35::-moz-placeholder{color:rgb(232 87 67 / 0.35)}
.placeholder-danger-text-text\/35::placeholder{color:rgb(232 87 67 / 0.35)}
.placeholder-danger-text-text\/40::-moz-placeholder{color:rgb(232 87 67 / 0.4)}
.placeholder-danger-text-text\/40::placeholder{color:rgb(232 87 67 / 0.4)}
.placeholder-danger-text-text\/45::-moz-placeholder{color:rgb(232 87 67 / 0.45)}
.placeholder-danger-text-text\/45::placeholder{color:rgb(232 87 67 / 0.45)}
.placeholder-danger-text-text\/5::-moz-placeholder{color:rgb(232 87 67 / 0.05)}
.placeholder-danger-text-text\/5::placeholder{color:rgb(232 87 67 / 0.05)}
.placeholder-danger-text-text\/50::-moz-placeholder{color:rgb(232 87 67 / 0.5)}
.placeholder-danger-text-text\/50::placeholder{color:rgb(232 87 67 / 0.5)}
.placeholder-danger-text-text\/55::-moz-placeholder{color:rgb(232 87 67 / 0.55)}
.placeholder-danger-text-text\/55::placeholder{color:rgb(232 87 67 / 0.55)}
.placeholder-danger-text-text\/60::-moz-placeholder{color:rgb(232 87 67 / 0.6)}
.placeholder-danger-text-text\/60::placeholder{color:rgb(232 87 67 / 0.6)}
.placeholder-danger-text-text\/65::-moz-placeholder{color:rgb(232 87 67 / 0.65)}
.placeholder-danger-text-text\/65::placeholder{color:rgb(232 87 67 / 0.65)}
.placeholder-danger-text-text\/70::-moz-placeholder{color:rgb(232 87 67 / 0.7)}
.placeholder-danger-text-text\/70::placeholder{color:rgb(232 87 67 / 0.7)}
.placeholder-danger-text-text\/75::-moz-placeholder{color:rgb(232 87 67 / 0.75)}
.placeholder-danger-text-text\/75::placeholder{color:rgb(232 87 67 / 0.75)}
.placeholder-danger-text-text\/80::-moz-placeholder{color:rgb(232 87 67 / 0.8)}
.placeholder-danger-text-text\/80::placeholder{color:rgb(232 87 67 / 0.8)}
.placeholder-danger-text-text\/85::-moz-placeholder{color:rgb(232 87 67 / 0.85)}
.placeholder-danger-text-text\/85::placeholder{color:rgb(232 87 67 / 0.85)}
.placeholder-danger-text-text\/90::-moz-placeholder{color:rgb(232 87 67 / 0.9)}
.placeholder-danger-text-text\/90::placeholder{color:rgb(232 87 67 / 0.9)}
.placeholder-danger-text-text\/95::-moz-placeholder{color:rgb(232 87 67 / 0.95)}
.placeholder-danger-text-text\/95::placeholder{color:rgb(232 87 67 / 0.95)}
.placeholder-emerald-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(209 250 229 / var(--tw-placeholder-opacity))}
.placeholder-emerald-100::placeholder{--tw-placeholder-opacity:1;color:rgb(209 250 229 / var(--tw-placeholder-opacity))}
.placeholder-emerald-100\/0::-moz-placeholder{color:rgb(209 250 229 / 0)}
.placeholder-emerald-100\/0::placeholder{color:rgb(209 250 229 / 0)}
.placeholder-emerald-100\/10::-moz-placeholder{color:rgb(209 250 229 / 0.1)}
.placeholder-emerald-100\/10::placeholder{color:rgb(209 250 229 / 0.1)}
.placeholder-emerald-100\/100::-moz-placeholder{color:rgb(209 250 229 / 1)}
.placeholder-emerald-100\/100::placeholder{color:rgb(209 250 229 / 1)}
.placeholder-emerald-100\/15::-moz-placeholder{color:rgb(209 250 229 / 0.15)}
.placeholder-emerald-100\/15::placeholder{color:rgb(209 250 229 / 0.15)}
.placeholder-emerald-100\/20::-moz-placeholder{color:rgb(209 250 229 / 0.2)}
.placeholder-emerald-100\/20::placeholder{color:rgb(209 250 229 / 0.2)}
.placeholder-emerald-100\/25::-moz-placeholder{color:rgb(209 250 229 / 0.25)}
.placeholder-emerald-100\/25::placeholder{color:rgb(209 250 229 / 0.25)}
.placeholder-emerald-100\/30::-moz-placeholder{color:rgb(209 250 229 / 0.3)}
.placeholder-emerald-100\/30::placeholder{color:rgb(209 250 229 / 0.3)}
.placeholder-emerald-100\/35::-moz-placeholder{color:rgb(209 250 229 / 0.35)}
.placeholder-emerald-100\/35::placeholder{color:rgb(209 250 229 / 0.35)}
.placeholder-emerald-100\/40::-moz-placeholder{color:rgb(209 250 229 / 0.4)}
.placeholder-emerald-100\/40::placeholder{color:rgb(209 250 229 / 0.4)}
.placeholder-emerald-100\/45::-moz-placeholder{color:rgb(209 250 229 / 0.45)}
.placeholder-emerald-100\/45::placeholder{color:rgb(209 250 229 / 0.45)}
.placeholder-emerald-100\/5::-moz-placeholder{color:rgb(209 250 229 / 0.05)}
.placeholder-emerald-100\/5::placeholder{color:rgb(209 250 229 / 0.05)}
.placeholder-emerald-100\/50::-moz-placeholder{color:rgb(209 250 229 / 0.5)}
.placeholder-emerald-100\/50::placeholder{color:rgb(209 250 229 / 0.5)}
.placeholder-emerald-100\/55::-moz-placeholder{color:rgb(209 250 229 / 0.55)}
.placeholder-emerald-100\/55::placeholder{color:rgb(209 250 229 / 0.55)}
.placeholder-emerald-100\/60::-moz-placeholder{color:rgb(209 250 229 / 0.6)}
.placeholder-emerald-100\/60::placeholder{color:rgb(209 250 229 / 0.6)}
.placeholder-emerald-100\/65::-moz-placeholder{color:rgb(209 250 229 / 0.65)}
.placeholder-emerald-100\/65::placeholder{color:rgb(209 250 229 / 0.65)}
.placeholder-emerald-100\/70::-moz-placeholder{color:rgb(209 250 229 / 0.7)}
.placeholder-emerald-100\/70::placeholder{color:rgb(209 250 229 / 0.7)}
.placeholder-emerald-100\/75::-moz-placeholder{color:rgb(209 250 229 / 0.75)}
.placeholder-emerald-100\/75::placeholder{color:rgb(209 250 229 / 0.75)}
.placeholder-emerald-100\/80::-moz-placeholder{color:rgb(209 250 229 / 0.8)}
.placeholder-emerald-100\/80::placeholder{color:rgb(209 250 229 / 0.8)}
.placeholder-emerald-100\/85::-moz-placeholder{color:rgb(209 250 229 / 0.85)}
.placeholder-emerald-100\/85::placeholder{color:rgb(209 250 229 / 0.85)}
.placeholder-emerald-100\/90::-moz-placeholder{color:rgb(209 250 229 / 0.9)}
.placeholder-emerald-100\/90::placeholder{color:rgb(209 250 229 / 0.9)}
.placeholder-emerald-100\/95::-moz-placeholder{color:rgb(209 250 229 / 0.95)}
.placeholder-emerald-100\/95::placeholder{color:rgb(209 250 229 / 0.95)}
.placeholder-emerald-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(167 243 208 / var(--tw-placeholder-opacity))}
.placeholder-emerald-200::placeholder{--tw-placeholder-opacity:1;color:rgb(167 243 208 / var(--tw-placeholder-opacity))}
.placeholder-emerald-200\/0::-moz-placeholder{color:rgb(167 243 208 / 0)}
.placeholder-emerald-200\/0::placeholder{color:rgb(167 243 208 / 0)}
.placeholder-emerald-200\/10::-moz-placeholder{color:rgb(167 243 208 / 0.1)}
.placeholder-emerald-200\/10::placeholder{color:rgb(167 243 208 / 0.1)}
.placeholder-emerald-200\/100::-moz-placeholder{color:rgb(167 243 208 / 1)}
.placeholder-emerald-200\/100::placeholder{color:rgb(167 243 208 / 1)}
.placeholder-emerald-200\/15::-moz-placeholder{color:rgb(167 243 208 / 0.15)}
.placeholder-emerald-200\/15::placeholder{color:rgb(167 243 208 / 0.15)}
.placeholder-emerald-200\/20::-moz-placeholder{color:rgb(167 243 208 / 0.2)}
.placeholder-emerald-200\/20::placeholder{color:rgb(167 243 208 / 0.2)}
.placeholder-emerald-200\/25::-moz-placeholder{color:rgb(167 243 208 / 0.25)}
.placeholder-emerald-200\/25::placeholder{color:rgb(167 243 208 / 0.25)}
.placeholder-emerald-200\/30::-moz-placeholder{color:rgb(167 243 208 / 0.3)}
.placeholder-emerald-200\/30::placeholder{color:rgb(167 243 208 / 0.3)}
.placeholder-emerald-200\/35::-moz-placeholder{color:rgb(167 243 208 / 0.35)}
.placeholder-emerald-200\/35::placeholder{color:rgb(167 243 208 / 0.35)}
.placeholder-emerald-200\/40::-moz-placeholder{color:rgb(167 243 208 / 0.4)}
.placeholder-emerald-200\/40::placeholder{color:rgb(167 243 208 / 0.4)}
.placeholder-emerald-200\/45::-moz-placeholder{color:rgb(167 243 208 / 0.45)}
.placeholder-emerald-200\/45::placeholder{color:rgb(167 243 208 / 0.45)}
.placeholder-emerald-200\/5::-moz-placeholder{color:rgb(167 243 208 / 0.05)}
.placeholder-emerald-200\/5::placeholder{color:rgb(167 243 208 / 0.05)}
.placeholder-emerald-200\/50::-moz-placeholder{color:rgb(167 243 208 / 0.5)}
.placeholder-emerald-200\/50::placeholder{color:rgb(167 243 208 / 0.5)}
.placeholder-emerald-200\/55::-moz-placeholder{color:rgb(167 243 208 / 0.55)}
.placeholder-emerald-200\/55::placeholder{color:rgb(167 243 208 / 0.55)}
.placeholder-emerald-200\/60::-moz-placeholder{color:rgb(167 243 208 / 0.6)}
.placeholder-emerald-200\/60::placeholder{color:rgb(167 243 208 / 0.6)}
.placeholder-emerald-200\/65::-moz-placeholder{color:rgb(167 243 208 / 0.65)}
.placeholder-emerald-200\/65::placeholder{color:rgb(167 243 208 / 0.65)}
.placeholder-emerald-200\/70::-moz-placeholder{color:rgb(167 243 208 / 0.7)}
.placeholder-emerald-200\/70::placeholder{color:rgb(167 243 208 / 0.7)}
.placeholder-emerald-200\/75::-moz-placeholder{color:rgb(167 243 208 / 0.75)}
.placeholder-emerald-200\/75::placeholder{color:rgb(167 243 208 / 0.75)}
.placeholder-emerald-200\/80::-moz-placeholder{color:rgb(167 243 208 / 0.8)}
.placeholder-emerald-200\/80::placeholder{color:rgb(167 243 208 / 0.8)}
.placeholder-emerald-200\/85::-moz-placeholder{color:rgb(167 243 208 / 0.85)}
.placeholder-emerald-200\/85::placeholder{color:rgb(167 243 208 / 0.85)}
.placeholder-emerald-200\/90::-moz-placeholder{color:rgb(167 243 208 / 0.9)}
.placeholder-emerald-200\/90::placeholder{color:rgb(167 243 208 / 0.9)}
.placeholder-emerald-200\/95::-moz-placeholder{color:rgb(167 243 208 / 0.95)}
.placeholder-emerald-200\/95::placeholder{color:rgb(167 243 208 / 0.95)}
.placeholder-emerald-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(110 231 183 / var(--tw-placeholder-opacity))}
.placeholder-emerald-300::placeholder{--tw-placeholder-opacity:1;color:rgb(110 231 183 / var(--tw-placeholder-opacity))}
.placeholder-emerald-300\/0::-moz-placeholder{color:rgb(110 231 183 / 0)}
.placeholder-emerald-300\/0::placeholder{color:rgb(110 231 183 / 0)}
.placeholder-emerald-300\/10::-moz-placeholder{color:rgb(110 231 183 / 0.1)}
.placeholder-emerald-300\/10::placeholder{color:rgb(110 231 183 / 0.1)}
.placeholder-emerald-300\/100::-moz-placeholder{color:rgb(110 231 183 / 1)}
.placeholder-emerald-300\/100::placeholder{color:rgb(110 231 183 / 1)}
.placeholder-emerald-300\/15::-moz-placeholder{color:rgb(110 231 183 / 0.15)}
.placeholder-emerald-300\/15::placeholder{color:rgb(110 231 183 / 0.15)}
.placeholder-emerald-300\/20::-moz-placeholder{color:rgb(110 231 183 / 0.2)}
.placeholder-emerald-300\/20::placeholder{color:rgb(110 231 183 / 0.2)}
.placeholder-emerald-300\/25::-moz-placeholder{color:rgb(110 231 183 / 0.25)}
.placeholder-emerald-300\/25::placeholder{color:rgb(110 231 183 / 0.25)}
.placeholder-emerald-300\/30::-moz-placeholder{color:rgb(110 231 183 / 0.3)}
.placeholder-emerald-300\/30::placeholder{color:rgb(110 231 183 / 0.3)}
.placeholder-emerald-300\/35::-moz-placeholder{color:rgb(110 231 183 / 0.35)}
.placeholder-emerald-300\/35::placeholder{color:rgb(110 231 183 / 0.35)}
.placeholder-emerald-300\/40::-moz-placeholder{color:rgb(110 231 183 / 0.4)}
.placeholder-emerald-300\/40::placeholder{color:rgb(110 231 183 / 0.4)}
.placeholder-emerald-300\/45::-moz-placeholder{color:rgb(110 231 183 / 0.45)}
.placeholder-emerald-300\/45::placeholder{color:rgb(110 231 183 / 0.45)}
.placeholder-emerald-300\/5::-moz-placeholder{color:rgb(110 231 183 / 0.05)}
.placeholder-emerald-300\/5::placeholder{color:rgb(110 231 183 / 0.05)}
.placeholder-emerald-300\/50::-moz-placeholder{color:rgb(110 231 183 / 0.5)}
.placeholder-emerald-300\/50::placeholder{color:rgb(110 231 183 / 0.5)}
.placeholder-emerald-300\/55::-moz-placeholder{color:rgb(110 231 183 / 0.55)}
.placeholder-emerald-300\/55::placeholder{color:rgb(110 231 183 / 0.55)}
.placeholder-emerald-300\/60::-moz-placeholder{color:rgb(110 231 183 / 0.6)}
.placeholder-emerald-300\/60::placeholder{color:rgb(110 231 183 / 0.6)}
.placeholder-emerald-300\/65::-moz-placeholder{color:rgb(110 231 183 / 0.65)}
.placeholder-emerald-300\/65::placeholder{color:rgb(110 231 183 / 0.65)}
.placeholder-emerald-300\/70::-moz-placeholder{color:rgb(110 231 183 / 0.7)}
.placeholder-emerald-300\/70::placeholder{color:rgb(110 231 183 / 0.7)}
.placeholder-emerald-300\/75::-moz-placeholder{color:rgb(110 231 183 / 0.75)}
.placeholder-emerald-300\/75::placeholder{color:rgb(110 231 183 / 0.75)}
.placeholder-emerald-300\/80::-moz-placeholder{color:rgb(110 231 183 / 0.8)}
.placeholder-emerald-300\/80::placeholder{color:rgb(110 231 183 / 0.8)}
.placeholder-emerald-300\/85::-moz-placeholder{color:rgb(110 231 183 / 0.85)}
.placeholder-emerald-300\/85::placeholder{color:rgb(110 231 183 / 0.85)}
.placeholder-emerald-300\/90::-moz-placeholder{color:rgb(110 231 183 / 0.9)}
.placeholder-emerald-300\/90::placeholder{color:rgb(110 231 183 / 0.9)}
.placeholder-emerald-300\/95::-moz-placeholder{color:rgb(110 231 183 / 0.95)}
.placeholder-emerald-300\/95::placeholder{color:rgb(110 231 183 / 0.95)}
.placeholder-emerald-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(52 211 153 / var(--tw-placeholder-opacity))}
.placeholder-emerald-400::placeholder{--tw-placeholder-opacity:1;color:rgb(52 211 153 / var(--tw-placeholder-opacity))}
.placeholder-emerald-400\/0::-moz-placeholder{color:rgb(52 211 153 / 0)}
.placeholder-emerald-400\/0::placeholder{color:rgb(52 211 153 / 0)}
.placeholder-emerald-400\/10::-moz-placeholder{color:rgb(52 211 153 / 0.1)}
.placeholder-emerald-400\/10::placeholder{color:rgb(52 211 153 / 0.1)}
.placeholder-emerald-400\/100::-moz-placeholder{color:rgb(52 211 153 / 1)}
.placeholder-emerald-400\/100::placeholder{color:rgb(52 211 153 / 1)}
.placeholder-emerald-400\/15::-moz-placeholder{color:rgb(52 211 153 / 0.15)}
.placeholder-emerald-400\/15::placeholder{color:rgb(52 211 153 / 0.15)}
.placeholder-emerald-400\/20::-moz-placeholder{color:rgb(52 211 153 / 0.2)}
.placeholder-emerald-400\/20::placeholder{color:rgb(52 211 153 / 0.2)}
.placeholder-emerald-400\/25::-moz-placeholder{color:rgb(52 211 153 / 0.25)}
.placeholder-emerald-400\/25::placeholder{color:rgb(52 211 153 / 0.25)}
.placeholder-emerald-400\/30::-moz-placeholder{color:rgb(52 211 153 / 0.3)}
.placeholder-emerald-400\/30::placeholder{color:rgb(52 211 153 / 0.3)}
.placeholder-emerald-400\/35::-moz-placeholder{color:rgb(52 211 153 / 0.35)}
.placeholder-emerald-400\/35::placeholder{color:rgb(52 211 153 / 0.35)}
.placeholder-emerald-400\/40::-moz-placeholder{color:rgb(52 211 153 / 0.4)}
.placeholder-emerald-400\/40::placeholder{color:rgb(52 211 153 / 0.4)}
.placeholder-emerald-400\/45::-moz-placeholder{color:rgb(52 211 153 / 0.45)}
.placeholder-emerald-400\/45::placeholder{color:rgb(52 211 153 / 0.45)}
.placeholder-emerald-400\/5::-moz-placeholder{color:rgb(52 211 153 / 0.05)}
.placeholder-emerald-400\/5::placeholder{color:rgb(52 211 153 / 0.05)}
.placeholder-emerald-400\/50::-moz-placeholder{color:rgb(52 211 153 / 0.5)}
.placeholder-emerald-400\/50::placeholder{color:rgb(52 211 153 / 0.5)}
.placeholder-emerald-400\/55::-moz-placeholder{color:rgb(52 211 153 / 0.55)}
.placeholder-emerald-400\/55::placeholder{color:rgb(52 211 153 / 0.55)}
.placeholder-emerald-400\/60::-moz-placeholder{color:rgb(52 211 153 / 0.6)}
.placeholder-emerald-400\/60::placeholder{color:rgb(52 211 153 / 0.6)}
.placeholder-emerald-400\/65::-moz-placeholder{color:rgb(52 211 153 / 0.65)}
.placeholder-emerald-400\/65::placeholder{color:rgb(52 211 153 / 0.65)}
.placeholder-emerald-400\/70::-moz-placeholder{color:rgb(52 211 153 / 0.7)}
.placeholder-emerald-400\/70::placeholder{color:rgb(52 211 153 / 0.7)}
.placeholder-emerald-400\/75::-moz-placeholder{color:rgb(52 211 153 / 0.75)}
.placeholder-emerald-400\/75::placeholder{color:rgb(52 211 153 / 0.75)}
.placeholder-emerald-400\/80::-moz-placeholder{color:rgb(52 211 153 / 0.8)}
.placeholder-emerald-400\/80::placeholder{color:rgb(52 211 153 / 0.8)}
.placeholder-emerald-400\/85::-moz-placeholder{color:rgb(52 211 153 / 0.85)}
.placeholder-emerald-400\/85::placeholder{color:rgb(52 211 153 / 0.85)}
.placeholder-emerald-400\/90::-moz-placeholder{color:rgb(52 211 153 / 0.9)}
.placeholder-emerald-400\/90::placeholder{color:rgb(52 211 153 / 0.9)}
.placeholder-emerald-400\/95::-moz-placeholder{color:rgb(52 211 153 / 0.95)}
.placeholder-emerald-400\/95::placeholder{color:rgb(52 211 153 / 0.95)}
.placeholder-emerald-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(236 253 245 / var(--tw-placeholder-opacity))}
.placeholder-emerald-50::placeholder{--tw-placeholder-opacity:1;color:rgb(236 253 245 / var(--tw-placeholder-opacity))}
.placeholder-emerald-50\/0::-moz-placeholder{color:rgb(236 253 245 / 0)}
.placeholder-emerald-50\/0::placeholder{color:rgb(236 253 245 / 0)}
.placeholder-emerald-50\/10::-moz-placeholder{color:rgb(236 253 245 / 0.1)}
.placeholder-emerald-50\/10::placeholder{color:rgb(236 253 245 / 0.1)}
.placeholder-emerald-50\/100::-moz-placeholder{color:rgb(236 253 245 / 1)}
.placeholder-emerald-50\/100::placeholder{color:rgb(236 253 245 / 1)}
.placeholder-emerald-50\/15::-moz-placeholder{color:rgb(236 253 245 / 0.15)}
.placeholder-emerald-50\/15::placeholder{color:rgb(236 253 245 / 0.15)}
.placeholder-emerald-50\/20::-moz-placeholder{color:rgb(236 253 245 / 0.2)}
.placeholder-emerald-50\/20::placeholder{color:rgb(236 253 245 / 0.2)}
.placeholder-emerald-50\/25::-moz-placeholder{color:rgb(236 253 245 / 0.25)}
.placeholder-emerald-50\/25::placeholder{color:rgb(236 253 245 / 0.25)}
.placeholder-emerald-50\/30::-moz-placeholder{color:rgb(236 253 245 / 0.3)}
.placeholder-emerald-50\/30::placeholder{color:rgb(236 253 245 / 0.3)}
.placeholder-emerald-50\/35::-moz-placeholder{color:rgb(236 253 245 / 0.35)}
.placeholder-emerald-50\/35::placeholder{color:rgb(236 253 245 / 0.35)}
.placeholder-emerald-50\/40::-moz-placeholder{color:rgb(236 253 245 / 0.4)}
.placeholder-emerald-50\/40::placeholder{color:rgb(236 253 245 / 0.4)}
.placeholder-emerald-50\/45::-moz-placeholder{color:rgb(236 253 245 / 0.45)}
.placeholder-emerald-50\/45::placeholder{color:rgb(236 253 245 / 0.45)}
.placeholder-emerald-50\/5::-moz-placeholder{color:rgb(236 253 245 / 0.05)}
.placeholder-emerald-50\/5::placeholder{color:rgb(236 253 245 / 0.05)}
.placeholder-emerald-50\/50::-moz-placeholder{color:rgb(236 253 245 / 0.5)}
.placeholder-emerald-50\/50::placeholder{color:rgb(236 253 245 / 0.5)}
.placeholder-emerald-50\/55::-moz-placeholder{color:rgb(236 253 245 / 0.55)}
.placeholder-emerald-50\/55::placeholder{color:rgb(236 253 245 / 0.55)}
.placeholder-emerald-50\/60::-moz-placeholder{color:rgb(236 253 245 / 0.6)}
.placeholder-emerald-50\/60::placeholder{color:rgb(236 253 245 / 0.6)}
.placeholder-emerald-50\/65::-moz-placeholder{color:rgb(236 253 245 / 0.65)}
.placeholder-emerald-50\/65::placeholder{color:rgb(236 253 245 / 0.65)}
.placeholder-emerald-50\/70::-moz-placeholder{color:rgb(236 253 245 / 0.7)}
.placeholder-emerald-50\/70::placeholder{color:rgb(236 253 245 / 0.7)}
.placeholder-emerald-50\/75::-moz-placeholder{color:rgb(236 253 245 / 0.75)}
.placeholder-emerald-50\/75::placeholder{color:rgb(236 253 245 / 0.75)}
.placeholder-emerald-50\/80::-moz-placeholder{color:rgb(236 253 245 / 0.8)}
.placeholder-emerald-50\/80::placeholder{color:rgb(236 253 245 / 0.8)}
.placeholder-emerald-50\/85::-moz-placeholder{color:rgb(236 253 245 / 0.85)}
.placeholder-emerald-50\/85::placeholder{color:rgb(236 253 245 / 0.85)}
.placeholder-emerald-50\/90::-moz-placeholder{color:rgb(236 253 245 / 0.9)}
.placeholder-emerald-50\/90::placeholder{color:rgb(236 253 245 / 0.9)}
.placeholder-emerald-50\/95::-moz-placeholder{color:rgb(236 253 245 / 0.95)}
.placeholder-emerald-50\/95::placeholder{color:rgb(236 253 245 / 0.95)}
.placeholder-emerald-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(16 185 129 / var(--tw-placeholder-opacity))}
.placeholder-emerald-500::placeholder{--tw-placeholder-opacity:1;color:rgb(16 185 129 / var(--tw-placeholder-opacity))}
.placeholder-emerald-500\/0::-moz-placeholder{color:rgb(16 185 129 / 0)}
.placeholder-emerald-500\/0::placeholder{color:rgb(16 185 129 / 0)}
.placeholder-emerald-500\/10::-moz-placeholder{color:rgb(16 185 129 / 0.1)}
.placeholder-emerald-500\/10::placeholder{color:rgb(16 185 129 / 0.1)}
.placeholder-emerald-500\/100::-moz-placeholder{color:rgb(16 185 129 / 1)}
.placeholder-emerald-500\/100::placeholder{color:rgb(16 185 129 / 1)}
.placeholder-emerald-500\/15::-moz-placeholder{color:rgb(16 185 129 / 0.15)}
.placeholder-emerald-500\/15::placeholder{color:rgb(16 185 129 / 0.15)}
.placeholder-emerald-500\/20::-moz-placeholder{color:rgb(16 185 129 / 0.2)}
.placeholder-emerald-500\/20::placeholder{color:rgb(16 185 129 / 0.2)}
.placeholder-emerald-500\/25::-moz-placeholder{color:rgb(16 185 129 / 0.25)}
.placeholder-emerald-500\/25::placeholder{color:rgb(16 185 129 / 0.25)}
.placeholder-emerald-500\/30::-moz-placeholder{color:rgb(16 185 129 / 0.3)}
.placeholder-emerald-500\/30::placeholder{color:rgb(16 185 129 / 0.3)}
.placeholder-emerald-500\/35::-moz-placeholder{color:rgb(16 185 129 / 0.35)}
.placeholder-emerald-500\/35::placeholder{color:rgb(16 185 129 / 0.35)}
.placeholder-emerald-500\/40::-moz-placeholder{color:rgb(16 185 129 / 0.4)}
.placeholder-emerald-500\/40::placeholder{color:rgb(16 185 129 / 0.4)}
.placeholder-emerald-500\/45::-moz-placeholder{color:rgb(16 185 129 / 0.45)}
.placeholder-emerald-500\/45::placeholder{color:rgb(16 185 129 / 0.45)}
.placeholder-emerald-500\/5::-moz-placeholder{color:rgb(16 185 129 / 0.05)}
.placeholder-emerald-500\/5::placeholder{color:rgb(16 185 129 / 0.05)}
.placeholder-emerald-500\/50::-moz-placeholder{color:rgb(16 185 129 / 0.5)}
.placeholder-emerald-500\/50::placeholder{color:rgb(16 185 129 / 0.5)}
.placeholder-emerald-500\/55::-moz-placeholder{color:rgb(16 185 129 / 0.55)}
.placeholder-emerald-500\/55::placeholder{color:rgb(16 185 129 / 0.55)}
.placeholder-emerald-500\/60::-moz-placeholder{color:rgb(16 185 129 / 0.6)}
.placeholder-emerald-500\/60::placeholder{color:rgb(16 185 129 / 0.6)}
.placeholder-emerald-500\/65::-moz-placeholder{color:rgb(16 185 129 / 0.65)}
.placeholder-emerald-500\/65::placeholder{color:rgb(16 185 129 / 0.65)}
.placeholder-emerald-500\/70::-moz-placeholder{color:rgb(16 185 129 / 0.7)}
.placeholder-emerald-500\/70::placeholder{color:rgb(16 185 129 / 0.7)}
.placeholder-emerald-500\/75::-moz-placeholder{color:rgb(16 185 129 / 0.75)}
.placeholder-emerald-500\/75::placeholder{color:rgb(16 185 129 / 0.75)}
.placeholder-emerald-500\/80::-moz-placeholder{color:rgb(16 185 129 / 0.8)}
.placeholder-emerald-500\/80::placeholder{color:rgb(16 185 129 / 0.8)}
.placeholder-emerald-500\/85::-moz-placeholder{color:rgb(16 185 129 / 0.85)}
.placeholder-emerald-500\/85::placeholder{color:rgb(16 185 129 / 0.85)}
.placeholder-emerald-500\/90::-moz-placeholder{color:rgb(16 185 129 / 0.9)}
.placeholder-emerald-500\/90::placeholder{color:rgb(16 185 129 / 0.9)}
.placeholder-emerald-500\/95::-moz-placeholder{color:rgb(16 185 129 / 0.95)}
.placeholder-emerald-500\/95::placeholder{color:rgb(16 185 129 / 0.95)}
.placeholder-emerald-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(5 150 105 / var(--tw-placeholder-opacity))}
.placeholder-emerald-600::placeholder{--tw-placeholder-opacity:1;color:rgb(5 150 105 / var(--tw-placeholder-opacity))}
.placeholder-emerald-600\/0::-moz-placeholder{color:rgb(5 150 105 / 0)}
.placeholder-emerald-600\/0::placeholder{color:rgb(5 150 105 / 0)}
.placeholder-emerald-600\/10::-moz-placeholder{color:rgb(5 150 105 / 0.1)}
.placeholder-emerald-600\/10::placeholder{color:rgb(5 150 105 / 0.1)}
.placeholder-emerald-600\/100::-moz-placeholder{color:rgb(5 150 105 / 1)}
.placeholder-emerald-600\/100::placeholder{color:rgb(5 150 105 / 1)}
.placeholder-emerald-600\/15::-moz-placeholder{color:rgb(5 150 105 / 0.15)}
.placeholder-emerald-600\/15::placeholder{color:rgb(5 150 105 / 0.15)}
.placeholder-emerald-600\/20::-moz-placeholder{color:rgb(5 150 105 / 0.2)}
.placeholder-emerald-600\/20::placeholder{color:rgb(5 150 105 / 0.2)}
.placeholder-emerald-600\/25::-moz-placeholder{color:rgb(5 150 105 / 0.25)}
.placeholder-emerald-600\/25::placeholder{color:rgb(5 150 105 / 0.25)}
.placeholder-emerald-600\/30::-moz-placeholder{color:rgb(5 150 105 / 0.3)}
.placeholder-emerald-600\/30::placeholder{color:rgb(5 150 105 / 0.3)}
.placeholder-emerald-600\/35::-moz-placeholder{color:rgb(5 150 105 / 0.35)}
.placeholder-emerald-600\/35::placeholder{color:rgb(5 150 105 / 0.35)}
.placeholder-emerald-600\/40::-moz-placeholder{color:rgb(5 150 105 / 0.4)}
.placeholder-emerald-600\/40::placeholder{color:rgb(5 150 105 / 0.4)}
.placeholder-emerald-600\/45::-moz-placeholder{color:rgb(5 150 105 / 0.45)}
.placeholder-emerald-600\/45::placeholder{color:rgb(5 150 105 / 0.45)}
.placeholder-emerald-600\/5::-moz-placeholder{color:rgb(5 150 105 / 0.05)}
.placeholder-emerald-600\/5::placeholder{color:rgb(5 150 105 / 0.05)}
.placeholder-emerald-600\/50::-moz-placeholder{color:rgb(5 150 105 / 0.5)}
.placeholder-emerald-600\/50::placeholder{color:rgb(5 150 105 / 0.5)}
.placeholder-emerald-600\/55::-moz-placeholder{color:rgb(5 150 105 / 0.55)}
.placeholder-emerald-600\/55::placeholder{color:rgb(5 150 105 / 0.55)}
.placeholder-emerald-600\/60::-moz-placeholder{color:rgb(5 150 105 / 0.6)}
.placeholder-emerald-600\/60::placeholder{color:rgb(5 150 105 / 0.6)}
.placeholder-emerald-600\/65::-moz-placeholder{color:rgb(5 150 105 / 0.65)}
.placeholder-emerald-600\/65::placeholder{color:rgb(5 150 105 / 0.65)}
.placeholder-emerald-600\/70::-moz-placeholder{color:rgb(5 150 105 / 0.7)}
.placeholder-emerald-600\/70::placeholder{color:rgb(5 150 105 / 0.7)}
.placeholder-emerald-600\/75::-moz-placeholder{color:rgb(5 150 105 / 0.75)}
.placeholder-emerald-600\/75::placeholder{color:rgb(5 150 105 / 0.75)}
.placeholder-emerald-600\/80::-moz-placeholder{color:rgb(5 150 105 / 0.8)}
.placeholder-emerald-600\/80::placeholder{color:rgb(5 150 105 / 0.8)}
.placeholder-emerald-600\/85::-moz-placeholder{color:rgb(5 150 105 / 0.85)}
.placeholder-emerald-600\/85::placeholder{color:rgb(5 150 105 / 0.85)}
.placeholder-emerald-600\/90::-moz-placeholder{color:rgb(5 150 105 / 0.9)}
.placeholder-emerald-600\/90::placeholder{color:rgb(5 150 105 / 0.9)}
.placeholder-emerald-600\/95::-moz-placeholder{color:rgb(5 150 105 / 0.95)}
.placeholder-emerald-600\/95::placeholder{color:rgb(5 150 105 / 0.95)}
.placeholder-emerald-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(4 120 87 / var(--tw-placeholder-opacity))}
.placeholder-emerald-700::placeholder{--tw-placeholder-opacity:1;color:rgb(4 120 87 / var(--tw-placeholder-opacity))}
.placeholder-emerald-700\/0::-moz-placeholder{color:rgb(4 120 87 / 0)}
.placeholder-emerald-700\/0::placeholder{color:rgb(4 120 87 / 0)}
.placeholder-emerald-700\/10::-moz-placeholder{color:rgb(4 120 87 / 0.1)}
.placeholder-emerald-700\/10::placeholder{color:rgb(4 120 87 / 0.1)}
.placeholder-emerald-700\/100::-moz-placeholder{color:rgb(4 120 87 / 1)}
.placeholder-emerald-700\/100::placeholder{color:rgb(4 120 87 / 1)}
.placeholder-emerald-700\/15::-moz-placeholder{color:rgb(4 120 87 / 0.15)}
.placeholder-emerald-700\/15::placeholder{color:rgb(4 120 87 / 0.15)}
.placeholder-emerald-700\/20::-moz-placeholder{color:rgb(4 120 87 / 0.2)}
.placeholder-emerald-700\/20::placeholder{color:rgb(4 120 87 / 0.2)}
.placeholder-emerald-700\/25::-moz-placeholder{color:rgb(4 120 87 / 0.25)}
.placeholder-emerald-700\/25::placeholder{color:rgb(4 120 87 / 0.25)}
.placeholder-emerald-700\/30::-moz-placeholder{color:rgb(4 120 87 / 0.3)}
.placeholder-emerald-700\/30::placeholder{color:rgb(4 120 87 / 0.3)}
.placeholder-emerald-700\/35::-moz-placeholder{color:rgb(4 120 87 / 0.35)}
.placeholder-emerald-700\/35::placeholder{color:rgb(4 120 87 / 0.35)}
.placeholder-emerald-700\/40::-moz-placeholder{color:rgb(4 120 87 / 0.4)}
.placeholder-emerald-700\/40::placeholder{color:rgb(4 120 87 / 0.4)}
.placeholder-emerald-700\/45::-moz-placeholder{color:rgb(4 120 87 / 0.45)}
.placeholder-emerald-700\/45::placeholder{color:rgb(4 120 87 / 0.45)}
.placeholder-emerald-700\/5::-moz-placeholder{color:rgb(4 120 87 / 0.05)}
.placeholder-emerald-700\/5::placeholder{color:rgb(4 120 87 / 0.05)}
.placeholder-emerald-700\/50::-moz-placeholder{color:rgb(4 120 87 / 0.5)}
.placeholder-emerald-700\/50::placeholder{color:rgb(4 120 87 / 0.5)}
.placeholder-emerald-700\/55::-moz-placeholder{color:rgb(4 120 87 / 0.55)}
.placeholder-emerald-700\/55::placeholder{color:rgb(4 120 87 / 0.55)}
.placeholder-emerald-700\/60::-moz-placeholder{color:rgb(4 120 87 / 0.6)}
.placeholder-emerald-700\/60::placeholder{color:rgb(4 120 87 / 0.6)}
.placeholder-emerald-700\/65::-moz-placeholder{color:rgb(4 120 87 / 0.65)}
.placeholder-emerald-700\/65::placeholder{color:rgb(4 120 87 / 0.65)}
.placeholder-emerald-700\/70::-moz-placeholder{color:rgb(4 120 87 / 0.7)}
.placeholder-emerald-700\/70::placeholder{color:rgb(4 120 87 / 0.7)}
.placeholder-emerald-700\/75::-moz-placeholder{color:rgb(4 120 87 / 0.75)}
.placeholder-emerald-700\/75::placeholder{color:rgb(4 120 87 / 0.75)}
.placeholder-emerald-700\/80::-moz-placeholder{color:rgb(4 120 87 / 0.8)}
.placeholder-emerald-700\/80::placeholder{color:rgb(4 120 87 / 0.8)}
.placeholder-emerald-700\/85::-moz-placeholder{color:rgb(4 120 87 / 0.85)}
.placeholder-emerald-700\/85::placeholder{color:rgb(4 120 87 / 0.85)}
.placeholder-emerald-700\/90::-moz-placeholder{color:rgb(4 120 87 / 0.9)}
.placeholder-emerald-700\/90::placeholder{color:rgb(4 120 87 / 0.9)}
.placeholder-emerald-700\/95::-moz-placeholder{color:rgb(4 120 87 / 0.95)}
.placeholder-emerald-700\/95::placeholder{color:rgb(4 120 87 / 0.95)}
.placeholder-emerald-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(6 95 70 / var(--tw-placeholder-opacity))}
.placeholder-emerald-800::placeholder{--tw-placeholder-opacity:1;color:rgb(6 95 70 / var(--tw-placeholder-opacity))}
.placeholder-emerald-800\/0::-moz-placeholder{color:rgb(6 95 70 / 0)}
.placeholder-emerald-800\/0::placeholder{color:rgb(6 95 70 / 0)}
.placeholder-emerald-800\/10::-moz-placeholder{color:rgb(6 95 70 / 0.1)}
.placeholder-emerald-800\/10::placeholder{color:rgb(6 95 70 / 0.1)}
.placeholder-emerald-800\/100::-moz-placeholder{color:rgb(6 95 70 / 1)}
.placeholder-emerald-800\/100::placeholder{color:rgb(6 95 70 / 1)}
.placeholder-emerald-800\/15::-moz-placeholder{color:rgb(6 95 70 / 0.15)}
.placeholder-emerald-800\/15::placeholder{color:rgb(6 95 70 / 0.15)}
.placeholder-emerald-800\/20::-moz-placeholder{color:rgb(6 95 70 / 0.2)}
.placeholder-emerald-800\/20::placeholder{color:rgb(6 95 70 / 0.2)}
.placeholder-emerald-800\/25::-moz-placeholder{color:rgb(6 95 70 / 0.25)}
.placeholder-emerald-800\/25::placeholder{color:rgb(6 95 70 / 0.25)}
.placeholder-emerald-800\/30::-moz-placeholder{color:rgb(6 95 70 / 0.3)}
.placeholder-emerald-800\/30::placeholder{color:rgb(6 95 70 / 0.3)}
.placeholder-emerald-800\/35::-moz-placeholder{color:rgb(6 95 70 / 0.35)}
.placeholder-emerald-800\/35::placeholder{color:rgb(6 95 70 / 0.35)}
.placeholder-emerald-800\/40::-moz-placeholder{color:rgb(6 95 70 / 0.4)}
.placeholder-emerald-800\/40::placeholder{color:rgb(6 95 70 / 0.4)}
.placeholder-emerald-800\/45::-moz-placeholder{color:rgb(6 95 70 / 0.45)}
.placeholder-emerald-800\/45::placeholder{color:rgb(6 95 70 / 0.45)}
.placeholder-emerald-800\/5::-moz-placeholder{color:rgb(6 95 70 / 0.05)}
.placeholder-emerald-800\/5::placeholder{color:rgb(6 95 70 / 0.05)}
.placeholder-emerald-800\/50::-moz-placeholder{color:rgb(6 95 70 / 0.5)}
.placeholder-emerald-800\/50::placeholder{color:rgb(6 95 70 / 0.5)}
.placeholder-emerald-800\/55::-moz-placeholder{color:rgb(6 95 70 / 0.55)}
.placeholder-emerald-800\/55::placeholder{color:rgb(6 95 70 / 0.55)}
.placeholder-emerald-800\/60::-moz-placeholder{color:rgb(6 95 70 / 0.6)}
.placeholder-emerald-800\/60::placeholder{color:rgb(6 95 70 / 0.6)}
.placeholder-emerald-800\/65::-moz-placeholder{color:rgb(6 95 70 / 0.65)}
.placeholder-emerald-800\/65::placeholder{color:rgb(6 95 70 / 0.65)}
.placeholder-emerald-800\/70::-moz-placeholder{color:rgb(6 95 70 / 0.7)}
.placeholder-emerald-800\/70::placeholder{color:rgb(6 95 70 / 0.7)}
.placeholder-emerald-800\/75::-moz-placeholder{color:rgb(6 95 70 / 0.75)}
.placeholder-emerald-800\/75::placeholder{color:rgb(6 95 70 / 0.75)}
.placeholder-emerald-800\/80::-moz-placeholder{color:rgb(6 95 70 / 0.8)}
.placeholder-emerald-800\/80::placeholder{color:rgb(6 95 70 / 0.8)}
.placeholder-emerald-800\/85::-moz-placeholder{color:rgb(6 95 70 / 0.85)}
.placeholder-emerald-800\/85::placeholder{color:rgb(6 95 70 / 0.85)}
.placeholder-emerald-800\/90::-moz-placeholder{color:rgb(6 95 70 / 0.9)}
.placeholder-emerald-800\/90::placeholder{color:rgb(6 95 70 / 0.9)}
.placeholder-emerald-800\/95::-moz-placeholder{color:rgb(6 95 70 / 0.95)}
.placeholder-emerald-800\/95::placeholder{color:rgb(6 95 70 / 0.95)}
.placeholder-emerald-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(6 78 59 / var(--tw-placeholder-opacity))}
.placeholder-emerald-900::placeholder{--tw-placeholder-opacity:1;color:rgb(6 78 59 / var(--tw-placeholder-opacity))}
.placeholder-emerald-900\/0::-moz-placeholder{color:rgb(6 78 59 / 0)}
.placeholder-emerald-900\/0::placeholder{color:rgb(6 78 59 / 0)}
.placeholder-emerald-900\/10::-moz-placeholder{color:rgb(6 78 59 / 0.1)}
.placeholder-emerald-900\/10::placeholder{color:rgb(6 78 59 / 0.1)}
.placeholder-emerald-900\/100::-moz-placeholder{color:rgb(6 78 59 / 1)}
.placeholder-emerald-900\/100::placeholder{color:rgb(6 78 59 / 1)}
.placeholder-emerald-900\/15::-moz-placeholder{color:rgb(6 78 59 / 0.15)}
.placeholder-emerald-900\/15::placeholder{color:rgb(6 78 59 / 0.15)}
.placeholder-emerald-900\/20::-moz-placeholder{color:rgb(6 78 59 / 0.2)}
.placeholder-emerald-900\/20::placeholder{color:rgb(6 78 59 / 0.2)}
.placeholder-emerald-900\/25::-moz-placeholder{color:rgb(6 78 59 / 0.25)}
.placeholder-emerald-900\/25::placeholder{color:rgb(6 78 59 / 0.25)}
.placeholder-emerald-900\/30::-moz-placeholder{color:rgb(6 78 59 / 0.3)}
.placeholder-emerald-900\/30::placeholder{color:rgb(6 78 59 / 0.3)}
.placeholder-emerald-900\/35::-moz-placeholder{color:rgb(6 78 59 / 0.35)}
.placeholder-emerald-900\/35::placeholder{color:rgb(6 78 59 / 0.35)}
.placeholder-emerald-900\/40::-moz-placeholder{color:rgb(6 78 59 / 0.4)}
.placeholder-emerald-900\/40::placeholder{color:rgb(6 78 59 / 0.4)}
.placeholder-emerald-900\/45::-moz-placeholder{color:rgb(6 78 59 / 0.45)}
.placeholder-emerald-900\/45::placeholder{color:rgb(6 78 59 / 0.45)}
.placeholder-emerald-900\/5::-moz-placeholder{color:rgb(6 78 59 / 0.05)}
.placeholder-emerald-900\/5::placeholder{color:rgb(6 78 59 / 0.05)}
.placeholder-emerald-900\/50::-moz-placeholder{color:rgb(6 78 59 / 0.5)}
.placeholder-emerald-900\/50::placeholder{color:rgb(6 78 59 / 0.5)}
.placeholder-emerald-900\/55::-moz-placeholder{color:rgb(6 78 59 / 0.55)}
.placeholder-emerald-900\/55::placeholder{color:rgb(6 78 59 / 0.55)}
.placeholder-emerald-900\/60::-moz-placeholder{color:rgb(6 78 59 / 0.6)}
.placeholder-emerald-900\/60::placeholder{color:rgb(6 78 59 / 0.6)}
.placeholder-emerald-900\/65::-moz-placeholder{color:rgb(6 78 59 / 0.65)}
.placeholder-emerald-900\/65::placeholder{color:rgb(6 78 59 / 0.65)}
.placeholder-emerald-900\/70::-moz-placeholder{color:rgb(6 78 59 / 0.7)}
.placeholder-emerald-900\/70::placeholder{color:rgb(6 78 59 / 0.7)}
.placeholder-emerald-900\/75::-moz-placeholder{color:rgb(6 78 59 / 0.75)}
.placeholder-emerald-900\/75::placeholder{color:rgb(6 78 59 / 0.75)}
.placeholder-emerald-900\/80::-moz-placeholder{color:rgb(6 78 59 / 0.8)}
.placeholder-emerald-900\/80::placeholder{color:rgb(6 78 59 / 0.8)}
.placeholder-emerald-900\/85::-moz-placeholder{color:rgb(6 78 59 / 0.85)}
.placeholder-emerald-900\/85::placeholder{color:rgb(6 78 59 / 0.85)}
.placeholder-emerald-900\/90::-moz-placeholder{color:rgb(6 78 59 / 0.9)}
.placeholder-emerald-900\/90::placeholder{color:rgb(6 78 59 / 0.9)}
.placeholder-emerald-900\/95::-moz-placeholder{color:rgb(6 78 59 / 0.95)}
.placeholder-emerald-900\/95::placeholder{color:rgb(6 78 59 / 0.95)}
.placeholder-emerald-950::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(2 44 34 / var(--tw-placeholder-opacity))}
.placeholder-emerald-950::placeholder{--tw-placeholder-opacity:1;color:rgb(2 44 34 / var(--tw-placeholder-opacity))}
.placeholder-emerald-950\/0::-moz-placeholder{color:rgb(2 44 34 / 0)}
.placeholder-emerald-950\/0::placeholder{color:rgb(2 44 34 / 0)}
.placeholder-emerald-950\/10::-moz-placeholder{color:rgb(2 44 34 / 0.1)}
.placeholder-emerald-950\/10::placeholder{color:rgb(2 44 34 / 0.1)}
.placeholder-emerald-950\/100::-moz-placeholder{color:rgb(2 44 34 / 1)}
.placeholder-emerald-950\/100::placeholder{color:rgb(2 44 34 / 1)}
.placeholder-emerald-950\/15::-moz-placeholder{color:rgb(2 44 34 / 0.15)}
.placeholder-emerald-950\/15::placeholder{color:rgb(2 44 34 / 0.15)}
.placeholder-emerald-950\/20::-moz-placeholder{color:rgb(2 44 34 / 0.2)}
.placeholder-emerald-950\/20::placeholder{color:rgb(2 44 34 / 0.2)}
.placeholder-emerald-950\/25::-moz-placeholder{color:rgb(2 44 34 / 0.25)}
.placeholder-emerald-950\/25::placeholder{color:rgb(2 44 34 / 0.25)}
.placeholder-emerald-950\/30::-moz-placeholder{color:rgb(2 44 34 / 0.3)}
.placeholder-emerald-950\/30::placeholder{color:rgb(2 44 34 / 0.3)}
.placeholder-emerald-950\/35::-moz-placeholder{color:rgb(2 44 34 / 0.35)}
.placeholder-emerald-950\/35::placeholder{color:rgb(2 44 34 / 0.35)}
.placeholder-emerald-950\/40::-moz-placeholder{color:rgb(2 44 34 / 0.4)}
.placeholder-emerald-950\/40::placeholder{color:rgb(2 44 34 / 0.4)}
.placeholder-emerald-950\/45::-moz-placeholder{color:rgb(2 44 34 / 0.45)}
.placeholder-emerald-950\/45::placeholder{color:rgb(2 44 34 / 0.45)}
.placeholder-emerald-950\/5::-moz-placeholder{color:rgb(2 44 34 / 0.05)}
.placeholder-emerald-950\/5::placeholder{color:rgb(2 44 34 / 0.05)}
.placeholder-emerald-950\/50::-moz-placeholder{color:rgb(2 44 34 / 0.5)}
.placeholder-emerald-950\/50::placeholder{color:rgb(2 44 34 / 0.5)}
.placeholder-emerald-950\/55::-moz-placeholder{color:rgb(2 44 34 / 0.55)}
.placeholder-emerald-950\/55::placeholder{color:rgb(2 44 34 / 0.55)}
.placeholder-emerald-950\/60::-moz-placeholder{color:rgb(2 44 34 / 0.6)}
.placeholder-emerald-950\/60::placeholder{color:rgb(2 44 34 / 0.6)}
.placeholder-emerald-950\/65::-moz-placeholder{color:rgb(2 44 34 / 0.65)}
.placeholder-emerald-950\/65::placeholder{color:rgb(2 44 34 / 0.65)}
.placeholder-emerald-950\/70::-moz-placeholder{color:rgb(2 44 34 / 0.7)}
.placeholder-emerald-950\/70::placeholder{color:rgb(2 44 34 / 0.7)}
.placeholder-emerald-950\/75::-moz-placeholder{color:rgb(2 44 34 / 0.75)}
.placeholder-emerald-950\/75::placeholder{color:rgb(2 44 34 / 0.75)}
.placeholder-emerald-950\/80::-moz-placeholder{color:rgb(2 44 34 / 0.8)}
.placeholder-emerald-950\/80::placeholder{color:rgb(2 44 34 / 0.8)}
.placeholder-emerald-950\/85::-moz-placeholder{color:rgb(2 44 34 / 0.85)}
.placeholder-emerald-950\/85::placeholder{color:rgb(2 44 34 / 0.85)}
.placeholder-emerald-950\/90::-moz-placeholder{color:rgb(2 44 34 / 0.9)}
.placeholder-emerald-950\/90::placeholder{color:rgb(2 44 34 / 0.9)}
.placeholder-emerald-950\/95::-moz-placeholder{color:rgb(2 44 34 / 0.95)}
.placeholder-emerald-950\/95::placeholder{color:rgb(2 44 34 / 0.95)}
.placeholder-gridItemHover::-moz-placeholder{color:rgba(0,0,0,.03)}
.placeholder-gridItemHover::placeholder{color:rgba(0,0,0,.03)}
.placeholder-gridItemHover\/0::-moz-placeholder{color:rgba(0, 0, 0, 0)}
.placeholder-gridItemHover\/0::placeholder{color:rgba(0, 0, 0, 0)}
.placeholder-gridItemHover\/10::-moz-placeholder{color:rgba(0, 0, 0, 0.1)}
.placeholder-gridItemHover\/10::placeholder{color:rgba(0, 0, 0, 0.1)}
.placeholder-gridItemHover\/100::-moz-placeholder{color:rgba(0, 0, 0, 1)}
.placeholder-gridItemHover\/100::placeholder{color:rgba(0, 0, 0, 1)}
.placeholder-gridItemHover\/15::-moz-placeholder{color:rgba(0, 0, 0, 0.15)}
.placeholder-gridItemHover\/15::placeholder{color:rgba(0, 0, 0, 0.15)}
.placeholder-gridItemHover\/20::-moz-placeholder{color:rgba(0, 0, 0, 0.2)}
.placeholder-gridItemHover\/20::placeholder{color:rgba(0, 0, 0, 0.2)}
.placeholder-gridItemHover\/25::-moz-placeholder{color:rgba(0, 0, 0, 0.25)}
.placeholder-gridItemHover\/25::placeholder{color:rgba(0, 0, 0, 0.25)}
.placeholder-gridItemHover\/30::-moz-placeholder{color:rgba(0, 0, 0, 0.3)}
.placeholder-gridItemHover\/30::placeholder{color:rgba(0, 0, 0, 0.3)}
.placeholder-gridItemHover\/35::-moz-placeholder{color:rgba(0, 0, 0, 0.35)}
.placeholder-gridItemHover\/35::placeholder{color:rgba(0, 0, 0, 0.35)}
.placeholder-gridItemHover\/40::-moz-placeholder{color:rgba(0, 0, 0, 0.4)}
.placeholder-gridItemHover\/40::placeholder{color:rgba(0, 0, 0, 0.4)}
.placeholder-gridItemHover\/45::-moz-placeholder{color:rgba(0, 0, 0, 0.45)}
.placeholder-gridItemHover\/45::placeholder{color:rgba(0, 0, 0, 0.45)}
.placeholder-gridItemHover\/5::-moz-placeholder{color:rgba(0, 0, 0, 0.05)}
.placeholder-gridItemHover\/5::placeholder{color:rgba(0, 0, 0, 0.05)}
.placeholder-gridItemHover\/50::-moz-placeholder{color:rgba(0, 0, 0, 0.5)}
.placeholder-gridItemHover\/50::placeholder{color:rgba(0, 0, 0, 0.5)}
.placeholder-gridItemHover\/55::-moz-placeholder{color:rgba(0, 0, 0, 0.55)}
.placeholder-gridItemHover\/55::placeholder{color:rgba(0, 0, 0, 0.55)}
.placeholder-gridItemHover\/60::-moz-placeholder{color:rgba(0, 0, 0, 0.6)}
.placeholder-gridItemHover\/60::placeholder{color:rgba(0, 0, 0, 0.6)}
.placeholder-gridItemHover\/65::-moz-placeholder{color:rgba(0, 0, 0, 0.65)}
.placeholder-gridItemHover\/65::placeholder{color:rgba(0, 0, 0, 0.65)}
.placeholder-gridItemHover\/70::-moz-placeholder{color:rgba(0, 0, 0, 0.7)}
.placeholder-gridItemHover\/70::placeholder{color:rgba(0, 0, 0, 0.7)}
.placeholder-gridItemHover\/75::-moz-placeholder{color:rgba(0, 0, 0, 0.75)}
.placeholder-gridItemHover\/75::placeholder{color:rgba(0, 0, 0, 0.75)}
.placeholder-gridItemHover\/80::-moz-placeholder{color:rgba(0, 0, 0, 0.8)}
.placeholder-gridItemHover\/80::placeholder{color:rgba(0, 0, 0, 0.8)}
.placeholder-gridItemHover\/85::-moz-placeholder{color:rgba(0, 0, 0, 0.85)}
.placeholder-gridItemHover\/85::placeholder{color:rgba(0, 0, 0, 0.85)}
.placeholder-gridItemHover\/90::-moz-placeholder{color:rgba(0, 0, 0, 0.9)}
.placeholder-gridItemHover\/90::placeholder{color:rgba(0, 0, 0, 0.9)}
.placeholder-gridItemHover\/95::-moz-placeholder{color:rgba(0, 0, 0, 0.95)}
.placeholder-gridItemHover\/95::placeholder{color:rgba(0, 0, 0, 0.95)}
.placeholder-info-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-info-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-info-text-contrast\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-info-text-contrast\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-info-text-contrast\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-info-text-contrast\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-info-text-contrast\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-info-text-contrast\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-info-text-contrast\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-info-text-contrast\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-info-text-contrast\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-info-text-contrast\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-info-text-contrast\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-info-text-contrast\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-info-text-contrast\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-info-text-contrast\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-info-text-contrast\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-info-text-contrast\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-info-text-contrast\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-info-text-contrast\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-info-text-contrast\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-info-text-contrast\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-info-text-contrast\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-info-text-contrast\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-info-text-contrast\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-info-text-contrast\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-info-text-contrast\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-info-text-contrast\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-info-text-contrast\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-info-text-contrast\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-info-text-contrast\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-info-text-contrast\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-info-text-contrast\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-info-text-contrast\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-info-text-contrast\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-info-text-contrast\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-info-text-contrast\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-info-text-contrast\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-info-text-contrast\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-info-text-contrast\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-info-text-contrast\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-info-text-contrast\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-info-text-contrast\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-info-text-contrast\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-info-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-info-text-contrastsWithCard::placeholder{color:true}
.placeholder-info-text-isDark::-moz-placeholder{}
.placeholder-info-text-isDark::placeholder{}
.placeholder-info-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(72 171 217 / var(--tw-placeholder-opacity))}
.placeholder-info-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(72 171 217 / var(--tw-placeholder-opacity))}
.placeholder-info-text-text\/0::-moz-placeholder{color:rgb(72 171 217 / 0)}
.placeholder-info-text-text\/0::placeholder{color:rgb(72 171 217 / 0)}
.placeholder-info-text-text\/10::-moz-placeholder{color:rgb(72 171 217 / 0.1)}
.placeholder-info-text-text\/10::placeholder{color:rgb(72 171 217 / 0.1)}
.placeholder-info-text-text\/100::-moz-placeholder{color:rgb(72 171 217 / 1)}
.placeholder-info-text-text\/100::placeholder{color:rgb(72 171 217 / 1)}
.placeholder-info-text-text\/15::-moz-placeholder{color:rgb(72 171 217 / 0.15)}
.placeholder-info-text-text\/15::placeholder{color:rgb(72 171 217 / 0.15)}
.placeholder-info-text-text\/20::-moz-placeholder{color:rgb(72 171 217 / 0.2)}
.placeholder-info-text-text\/20::placeholder{color:rgb(72 171 217 / 0.2)}
.placeholder-info-text-text\/25::-moz-placeholder{color:rgb(72 171 217 / 0.25)}
.placeholder-info-text-text\/25::placeholder{color:rgb(72 171 217 / 0.25)}
.placeholder-info-text-text\/30::-moz-placeholder{color:rgb(72 171 217 / 0.3)}
.placeholder-info-text-text\/30::placeholder{color:rgb(72 171 217 / 0.3)}
.placeholder-info-text-text\/35::-moz-placeholder{color:rgb(72 171 217 / 0.35)}
.placeholder-info-text-text\/35::placeholder{color:rgb(72 171 217 / 0.35)}
.placeholder-info-text-text\/40::-moz-placeholder{color:rgb(72 171 217 / 0.4)}
.placeholder-info-text-text\/40::placeholder{color:rgb(72 171 217 / 0.4)}
.placeholder-info-text-text\/45::-moz-placeholder{color:rgb(72 171 217 / 0.45)}
.placeholder-info-text-text\/45::placeholder{color:rgb(72 171 217 / 0.45)}
.placeholder-info-text-text\/5::-moz-placeholder{color:rgb(72 171 217 / 0.05)}
.placeholder-info-text-text\/5::placeholder{color:rgb(72 171 217 / 0.05)}
.placeholder-info-text-text\/50::-moz-placeholder{color:rgb(72 171 217 / 0.5)}
.placeholder-info-text-text\/50::placeholder{color:rgb(72 171 217 / 0.5)}
.placeholder-info-text-text\/55::-moz-placeholder{color:rgb(72 171 217 / 0.55)}
.placeholder-info-text-text\/55::placeholder{color:rgb(72 171 217 / 0.55)}
.placeholder-info-text-text\/60::-moz-placeholder{color:rgb(72 171 217 / 0.6)}
.placeholder-info-text-text\/60::placeholder{color:rgb(72 171 217 / 0.6)}
.placeholder-info-text-text\/65::-moz-placeholder{color:rgb(72 171 217 / 0.65)}
.placeholder-info-text-text\/65::placeholder{color:rgb(72 171 217 / 0.65)}
.placeholder-info-text-text\/70::-moz-placeholder{color:rgb(72 171 217 / 0.7)}
.placeholder-info-text-text\/70::placeholder{color:rgb(72 171 217 / 0.7)}
.placeholder-info-text-text\/75::-moz-placeholder{color:rgb(72 171 217 / 0.75)}
.placeholder-info-text-text\/75::placeholder{color:rgb(72 171 217 / 0.75)}
.placeholder-info-text-text\/80::-moz-placeholder{color:rgb(72 171 217 / 0.8)}
.placeholder-info-text-text\/80::placeholder{color:rgb(72 171 217 / 0.8)}
.placeholder-info-text-text\/85::-moz-placeholder{color:rgb(72 171 217 / 0.85)}
.placeholder-info-text-text\/85::placeholder{color:rgb(72 171 217 / 0.85)}
.placeholder-info-text-text\/90::-moz-placeholder{color:rgb(72 171 217 / 0.9)}
.placeholder-info-text-text\/90::placeholder{color:rgb(72 171 217 / 0.9)}
.placeholder-info-text-text\/95::-moz-placeholder{color:rgb(72 171 217 / 0.95)}
.placeholder-info-text-text\/95::placeholder{color:rgb(72 171 217 / 0.95)}
.placeholder-lime-100::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(236 252 203 / var(--tw-placeholder-opacity))}
.placeholder-lime-100::placeholder{--tw-placeholder-opacity:1;color:rgb(236 252 203 / var(--tw-placeholder-opacity))}
.placeholder-lime-100\/0::-moz-placeholder{color:rgb(236 252 203 / 0)}
.placeholder-lime-100\/0::placeholder{color:rgb(236 252 203 / 0)}
.placeholder-lime-100\/10::-moz-placeholder{color:rgb(236 252 203 / 0.1)}
.placeholder-lime-100\/10::placeholder{color:rgb(236 252 203 / 0.1)}
.placeholder-lime-100\/100::-moz-placeholder{color:rgb(236 252 203 / 1)}
.placeholder-lime-100\/100::placeholder{color:rgb(236 252 203 / 1)}
.placeholder-lime-100\/15::-moz-placeholder{color:rgb(236 252 203 / 0.15)}
.placeholder-lime-100\/15::placeholder{color:rgb(236 252 203 / 0.15)}
.placeholder-lime-100\/20::-moz-placeholder{color:rgb(236 252 203 / 0.2)}
.placeholder-lime-100\/20::placeholder{color:rgb(236 252 203 / 0.2)}
.placeholder-lime-100\/25::-moz-placeholder{color:rgb(236 252 203 / 0.25)}
.placeholder-lime-100\/25::placeholder{color:rgb(236 252 203 / 0.25)}
.placeholder-lime-100\/30::-moz-placeholder{color:rgb(236 252 203 / 0.3)}
.placeholder-lime-100\/30::placeholder{color:rgb(236 252 203 / 0.3)}
.placeholder-lime-100\/35::-moz-placeholder{color:rgb(236 252 203 / 0.35)}
.placeholder-lime-100\/35::placeholder{color:rgb(236 252 203 / 0.35)}
.placeholder-lime-100\/40::-moz-placeholder{color:rgb(236 252 203 / 0.4)}
.placeholder-lime-100\/40::placeholder{color:rgb(236 252 203 / 0.4)}
.placeholder-lime-100\/45::-moz-placeholder{color:rgb(236 252 203 / 0.45)}
.placeholder-lime-100\/45::placeholder{color:rgb(236 252 203 / 0.45)}
.placeholder-lime-100\/5::-moz-placeholder{color:rgb(236 252 203 / 0.05)}
.placeholder-lime-100\/5::placeholder{color:rgb(236 252 203 / 0.05)}
.placeholder-lime-100\/50::-moz-placeholder{color:rgb(236 252 203 / 0.5)}
.placeholder-lime-100\/50::placeholder{color:rgb(236 252 203 / 0.5)}
.placeholder-lime-100\/55::-moz-placeholder{color:rgb(236 252 203 / 0.55)}
.placeholder-lime-100\/55::placeholder{color:rgb(236 252 203 / 0.55)}
.placeholder-lime-100\/60::-moz-placeholder{color:rgb(236 252 203 / 0.6)}
.placeholder-lime-100\/60::placeholder{color:rgb(236 252 203 / 0.6)}
.placeholder-lime-100\/65::-moz-placeholder{color:rgb(236 252 203 / 0.65)}
.placeholder-lime-100\/65::placeholder{color:rgb(236 252 203 / 0.65)}
.placeholder-lime-100\/70::-moz-placeholder{color:rgb(236 252 203 / 0.7)}
.placeholder-lime-100\/70::placeholder{color:rgb(236 252 203 / 0.7)}
.placeholder-lime-100\/75::-moz-placeholder{color:rgb(236 252 203 / 0.75)}
.placeholder-lime-100\/75::placeholder{color:rgb(236 252 203 / 0.75)}
.placeholder-lime-100\/80::-moz-placeholder{color:rgb(236 252 203 / 0.8)}
.placeholder-lime-100\/80::placeholder{color:rgb(236 252 203 / 0.8)}
.placeholder-lime-100\/85::-moz-placeholder{color:rgb(236 252 203 / 0.85)}
.placeholder-lime-100\/85::placeholder{color:rgb(236 252 203 / 0.85)}
.placeholder-lime-100\/90::-moz-placeholder{color:rgb(236 252 203 / 0.9)}
.placeholder-lime-100\/90::placeholder{color:rgb(236 252 203 / 0.9)}
.placeholder-lime-100\/95::-moz-placeholder{color:rgb(236 252 203 / 0.95)}
.placeholder-lime-100\/95::placeholder{color:rgb(236 252 203 / 0.95)}
.placeholder-lime-200::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(217 249 157 / var(--tw-placeholder-opacity))}
.placeholder-lime-200::placeholder{--tw-placeholder-opacity:1;color:rgb(217 249 157 / var(--tw-placeholder-opacity))}
.placeholder-lime-200\/0::-moz-placeholder{color:rgb(217 249 157 / 0)}
.placeholder-lime-200\/0::placeholder{color:rgb(217 249 157 / 0)}
.placeholder-lime-200\/10::-moz-placeholder{color:rgb(217 249 157 / 0.1)}
.placeholder-lime-200\/10::placeholder{color:rgb(217 249 157 / 0.1)}
.placeholder-lime-200\/100::-moz-placeholder{color:rgb(217 249 157 / 1)}
.placeholder-lime-200\/100::placeholder{color:rgb(217 249 157 / 1)}
.placeholder-lime-200\/15::-moz-placeholder{color:rgb(217 249 157 / 0.15)}
.placeholder-lime-200\/15::placeholder{color:rgb(217 249 157 / 0.15)}
.placeholder-lime-200\/20::-moz-placeholder{color:rgb(217 249 157 / 0.2)}
.placeholder-lime-200\/20::placeholder{color:rgb(217 249 157 / 0.2)}
.placeholder-lime-200\/25::-moz-placeholder{color:rgb(217 249 157 / 0.25)}
.placeholder-lime-200\/25::placeholder{color:rgb(217 249 157 / 0.25)}
.placeholder-lime-200\/30::-moz-placeholder{color:rgb(217 249 157 / 0.3)}
.placeholder-lime-200\/30::placeholder{color:rgb(217 249 157 / 0.3)}
.placeholder-lime-200\/35::-moz-placeholder{color:rgb(217 249 157 / 0.35)}
.placeholder-lime-200\/35::placeholder{color:rgb(217 249 157 / 0.35)}
.placeholder-lime-200\/40::-moz-placeholder{color:rgb(217 249 157 / 0.4)}
.placeholder-lime-200\/40::placeholder{color:rgb(217 249 157 / 0.4)}
.placeholder-lime-200\/45::-moz-placeholder{color:rgb(217 249 157 / 0.45)}
.placeholder-lime-200\/45::placeholder{color:rgb(217 249 157 / 0.45)}
.placeholder-lime-200\/5::-moz-placeholder{color:rgb(217 249 157 / 0.05)}
.placeholder-lime-200\/5::placeholder{color:rgb(217 249 157 / 0.05)}
.placeholder-lime-200\/50::-moz-placeholder{color:rgb(217 249 157 / 0.5)}
.placeholder-lime-200\/50::placeholder{color:rgb(217 249 157 / 0.5)}
.placeholder-lime-200\/55::-moz-placeholder{color:rgb(217 249 157 / 0.55)}
.placeholder-lime-200\/55::placeholder{color:rgb(217 249 157 / 0.55)}
.placeholder-lime-200\/60::-moz-placeholder{color:rgb(217 249 157 / 0.6)}
.placeholder-lime-200\/60::placeholder{color:rgb(217 249 157 / 0.6)}
.placeholder-lime-200\/65::-moz-placeholder{color:rgb(217 249 157 / 0.65)}
.placeholder-lime-200\/65::placeholder{color:rgb(217 249 157 / 0.65)}
.placeholder-lime-200\/70::-moz-placeholder{color:rgb(217 249 157 / 0.7)}
.placeholder-lime-200\/70::placeholder{color:rgb(217 249 157 / 0.7)}
.placeholder-lime-200\/75::-moz-placeholder{color:rgb(217 249 157 / 0.75)}
.placeholder-lime-200\/75::placeholder{color:rgb(217 249 157 / 0.75)}
.placeholder-lime-200\/80::-moz-placeholder{color:rgb(217 249 157 / 0.8)}
.placeholder-lime-200\/80::placeholder{color:rgb(217 249 157 / 0.8)}
.placeholder-lime-200\/85::-moz-placeholder{color:rgb(217 249 157 / 0.85)}
.placeholder-lime-200\/85::placeholder{color:rgb(217 249 157 / 0.85)}
.placeholder-lime-200\/90::-moz-placeholder{color:rgb(217 249 157 / 0.9)}
.placeholder-lime-200\/90::placeholder{color:rgb(217 249 157 / 0.9)}
.placeholder-lime-200\/95::-moz-placeholder{color:rgb(217 249 157 / 0.95)}
.placeholder-lime-200\/95::placeholder{color:rgb(217 249 157 / 0.95)}
.placeholder-lime-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(190 242 100 / var(--tw-placeholder-opacity))}
.placeholder-lime-300::placeholder{--tw-placeholder-opacity:1;color:rgb(190 242 100 / var(--tw-placeholder-opacity))}
.placeholder-lime-300\/0::-moz-placeholder{color:rgb(190 242 100 / 0)}
.placeholder-lime-300\/0::placeholder{color:rgb(190 242 100 / 0)}
.placeholder-lime-300\/10::-moz-placeholder{color:rgb(190 242 100 / 0.1)}
.placeholder-lime-300\/10::placeholder{color:rgb(190 242 100 / 0.1)}
.placeholder-lime-300\/100::-moz-placeholder{color:rgb(190 242 100 / 1)}
.placeholder-lime-300\/100::placeholder{color:rgb(190 242 100 / 1)}
.placeholder-lime-300\/15::-moz-placeholder{color:rgb(190 242 100 / 0.15)}
.placeholder-lime-300\/15::placeholder{color:rgb(190 242 100 / 0.15)}
.placeholder-lime-300\/20::-moz-placeholder{color:rgb(190 242 100 / 0.2)}
.placeholder-lime-300\/20::placeholder{color:rgb(190 242 100 / 0.2)}
.placeholder-lime-300\/25::-moz-placeholder{color:rgb(190 242 100 / 0.25)}
.placeholder-lime-300\/25::placeholder{color:rgb(190 242 100 / 0.25)}
.placeholder-lime-300\/30::-moz-placeholder{color:rgb(190 242 100 / 0.3)}
.placeholder-lime-300\/30::placeholder{color:rgb(190 242 100 / 0.3)}
.placeholder-lime-300\/35::-moz-placeholder{color:rgb(190 242 100 / 0.35)}
.placeholder-lime-300\/35::placeholder{color:rgb(190 242 100 / 0.35)}
.placeholder-lime-300\/40::-moz-placeholder{color:rgb(190 242 100 / 0.4)}
.placeholder-lime-300\/40::placeholder{color:rgb(190 242 100 / 0.4)}
.placeholder-lime-300\/45::-moz-placeholder{color:rgb(190 242 100 / 0.45)}
.placeholder-lime-300\/45::placeholder{color:rgb(190 242 100 / 0.45)}
.placeholder-lime-300\/5::-moz-placeholder{color:rgb(190 242 100 / 0.05)}
.placeholder-lime-300\/5::placeholder{color:rgb(190 242 100 / 0.05)}
.placeholder-lime-300\/50::-moz-placeholder{color:rgb(190 242 100 / 0.5)}
.placeholder-lime-300\/50::placeholder{color:rgb(190 242 100 / 0.5)}
.placeholder-lime-300\/55::-moz-placeholder{color:rgb(190 242 100 / 0.55)}
.placeholder-lime-300\/55::placeholder{color:rgb(190 242 100 / 0.55)}
.placeholder-lime-300\/60::-moz-placeholder{color:rgb(190 242 100 / 0.6)}
.placeholder-lime-300\/60::placeholder{color:rgb(190 242 100 / 0.6)}
.placeholder-lime-300\/65::-moz-placeholder{color:rgb(190 242 100 / 0.65)}
.placeholder-lime-300\/65::placeholder{color:rgb(190 242 100 / 0.65)}
.placeholder-lime-300\/70::-moz-placeholder{color:rgb(190 242 100 / 0.7)}
.placeholder-lime-300\/70::placeholder{color:rgb(190 242 100 / 0.7)}
.placeholder-lime-300\/75::-moz-placeholder{color:rgb(190 242 100 / 0.75)}
.placeholder-lime-300\/75::placeholder{color:rgb(190 242 100 / 0.75)}
.placeholder-lime-300\/80::-moz-placeholder{color:rgb(190 242 100 / 0.8)}
.placeholder-lime-300\/80::placeholder{color:rgb(190 242 100 / 0.8)}
.placeholder-lime-300\/85::-moz-placeholder{color:rgb(190 242 100 / 0.85)}
.placeholder-lime-300\/85::placeholder{color:rgb(190 242 100 / 0.85)}
.placeholder-lime-300\/90::-moz-placeholder{color:rgb(190 242 100 / 0.9)}
.placeholder-lime-300\/90::placeholder{color:rgb(190 242 100 / 0.9)}
.placeholder-lime-300\/95::-moz-placeholder{color:rgb(190 242 100 / 0.95)}
.placeholder-lime-300\/95::placeholder{color:rgb(190 242 100 / 0.95)}
.placeholder-lime-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(163 230 53 / var(--tw-placeholder-opacity))}
.placeholder-lime-400::placeholder{--tw-placeholder-opacity:1;color:rgb(163 230 53 / var(--tw-placeholder-opacity))}
.placeholder-lime-400\/0::-moz-placeholder{color:rgb(163 230 53 / 0)}
.placeholder-lime-400\/0::placeholder{color:rgb(163 230 53 / 0)}
.placeholder-lime-400\/10::-moz-placeholder{color:rgb(163 230 53 / 0.1)}
.placeholder-lime-400\/10::placeholder{color:rgb(163 230 53 / 0.1)}
.placeholder-lime-400\/100::-moz-placeholder{color:rgb(163 230 53 / 1)}
.placeholder-lime-400\/100::placeholder{color:rgb(163 230 53 / 1)}
.placeholder-lime-400\/15::-moz-placeholder{color:rgb(163 230 53 / 0.15)}
.placeholder-lime-400\/15::placeholder{color:rgb(163 230 53 / 0.15)}
.placeholder-lime-400\/20::-moz-placeholder{color:rgb(163 230 53 / 0.2)}
.placeholder-lime-400\/20::placeholder{color:rgb(163 230 53 / 0.2)}
.placeholder-lime-400\/25::-moz-placeholder{color:rgb(163 230 53 / 0.25)}
.placeholder-lime-400\/25::placeholder{color:rgb(163 230 53 / 0.25)}
.placeholder-lime-400\/30::-moz-placeholder{color:rgb(163 230 53 / 0.3)}
.placeholder-lime-400\/30::placeholder{color:rgb(163 230 53 / 0.3)}
.placeholder-lime-400\/35::-moz-placeholder{color:rgb(163 230 53 / 0.35)}
.placeholder-lime-400\/35::placeholder{color:rgb(163 230 53 / 0.35)}
.placeholder-lime-400\/40::-moz-placeholder{color:rgb(163 230 53 / 0.4)}
.placeholder-lime-400\/40::placeholder{color:rgb(163 230 53 / 0.4)}
.placeholder-lime-400\/45::-moz-placeholder{color:rgb(163 230 53 / 0.45)}
.placeholder-lime-400\/45::placeholder{color:rgb(163 230 53 / 0.45)}
.placeholder-lime-400\/5::-moz-placeholder{color:rgb(163 230 53 / 0.05)}
.placeholder-lime-400\/5::placeholder{color:rgb(163 230 53 / 0.05)}
.placeholder-lime-400\/50::-moz-placeholder{color:rgb(163 230 53 / 0.5)}
.placeholder-lime-400\/50::placeholder{color:rgb(163 230 53 / 0.5)}
.placeholder-lime-400\/55::-moz-placeholder{color:rgb(163 230 53 / 0.55)}
.placeholder-lime-400\/55::placeholder{color:rgb(163 230 53 / 0.55)}
.placeholder-lime-400\/60::-moz-placeholder{color:rgb(163 230 53 / 0.6)}
.placeholder-lime-400\/60::placeholder{color:rgb(163 230 53 / 0.6)}
.placeholder-lime-400\/65::-moz-placeholder{color:rgb(163 230 53 / 0.65)}
.placeholder-lime-400\/65::placeholder{color:rgb(163 230 53 / 0.65)}
.placeholder-lime-400\/70::-moz-placeholder{color:rgb(163 230 53 / 0.7)}
.placeholder-lime-400\/70::placeholder{color:rgb(163 230 53 / 0.7)}
.placeholder-lime-400\/75::-moz-placeholder{color:rgb(163 230 53 / 0.75)}
.placeholder-lime-400\/75::placeholder{color:rgb(163 230 53 / 0.75)}
.placeholder-lime-400\/80::-moz-placeholder{color:rgb(163 230 53 / 0.8)}
.placeholder-lime-400\/80::placeholder{color:rgb(163 230 53 / 0.8)}
.placeholder-lime-400\/85::-moz-placeholder{color:rgb(163 230 53 / 0.85)}
.placeholder-lime-400\/85::placeholder{color:rgb(163 230 53 / 0.85)}
.placeholder-lime-400\/90::-moz-placeholder{color:rgb(163 230 53 / 0.9)}
.placeholder-lime-400\/90::placeholder{color:rgb(163 230 53 / 0.9)}
.placeholder-lime-400\/95::-moz-placeholder{color:rgb(163 230 53 / 0.95)}
.placeholder-lime-400\/95::placeholder{color:rgb(163 230 53 / 0.95)}
.placeholder-lime-50::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(247 254 231 / var(--tw-placeholder-opacity))}
.placeholder-lime-50::placeholder{--tw-placeholder-opacity:1;color:rgb(247 254 231 / var(--tw-placeholder-opacity))}
.placeholder-lime-50\/0::-moz-placeholder{color:rgb(247 254 231 / 0)}
.placeholder-lime-50\/0::placeholder{color:rgb(247 254 231 / 0)}
.placeholder-lime-50\/10::-moz-placeholder{color:rgb(247 254 231 / 0.1)}
.placeholder-lime-50\/10::placeholder{color:rgb(247 254 231 / 0.1)}
.placeholder-lime-50\/100::-moz-placeholder{color:rgb(247 254 231 / 1)}
.placeholder-lime-50\/100::placeholder{color:rgb(247 254 231 / 1)}
.placeholder-lime-50\/15::-moz-placeholder{color:rgb(247 254 231 / 0.15)}
.placeholder-lime-50\/15::placeholder{color:rgb(247 254 231 / 0.15)}
.placeholder-lime-50\/20::-moz-placeholder{color:rgb(247 254 231 / 0.2)}
.placeholder-lime-50\/20::placeholder{color:rgb(247 254 231 / 0.2)}
.placeholder-lime-50\/25::-moz-placeholder{color:rgb(247 254 231 / 0.25)}
.placeholder-lime-50\/25::placeholder{color:rgb(247 254 231 / 0.25)}
.placeholder-lime-50\/30::-moz-placeholder{color:rgb(247 254 231 / 0.3)}
.placeholder-lime-50\/30::placeholder{color:rgb(247 254 231 / 0.3)}
.placeholder-lime-50\/35::-moz-placeholder{color:rgb(247 254 231 / 0.35)}
.placeholder-lime-50\/35::placeholder{color:rgb(247 254 231 / 0.35)}
.placeholder-lime-50\/40::-moz-placeholder{color:rgb(247 254 231 / 0.4)}
.placeholder-lime-50\/40::placeholder{color:rgb(247 254 231 / 0.4)}
.placeholder-lime-50\/45::-moz-placeholder{color:rgb(247 254 231 / 0.45)}
.placeholder-lime-50\/45::placeholder{color:rgb(247 254 231 / 0.45)}
.placeholder-lime-50\/5::-moz-placeholder{color:rgb(247 254 231 / 0.05)}
.placeholder-lime-50\/5::placeholder{color:rgb(247 254 231 / 0.05)}
.placeholder-lime-50\/50::-moz-placeholder{color:rgb(247 254 231 / 0.5)}
.placeholder-lime-50\/50::placeholder{color:rgb(247 254 231 / 0.5)}
.placeholder-lime-50\/55::-moz-placeholder{color:rgb(247 254 231 / 0.55)}
.placeholder-lime-50\/55::placeholder{color:rgb(247 254 231 / 0.55)}
.placeholder-lime-50\/60::-moz-placeholder{color:rgb(247 254 231 / 0.6)}
.placeholder-lime-50\/60::placeholder{color:rgb(247 254 231 / 0.6)}
.placeholder-lime-50\/65::-moz-placeholder{color:rgb(247 254 231 / 0.65)}
.placeholder-lime-50\/65::placeholder{color:rgb(247 254 231 / 0.65)}
.placeholder-lime-50\/70::-moz-placeholder{color:rgb(247 254 231 / 0.7)}
.placeholder-lime-50\/70::placeholder{color:rgb(247 254 231 / 0.7)}
.placeholder-lime-50\/75::-moz-placeholder{color:rgb(247 254 231 / 0.75)}
.placeholder-lime-50\/75::placeholder{color:rgb(247 254 231 / 0.75)}
.placeholder-lime-50\/80::-moz-placeholder{color:rgb(247 254 231 / 0.8)}
.placeholder-lime-50\/80::placeholder{color:rgb(247 254 231 / 0.8)}
.placeholder-lime-50\/85::-moz-placeholder{color:rgb(247 254 231 / 0.85)}
.placeholder-lime-50\/85::placeholder{color:rgb(247 254 231 / 0.85)}
.placeholder-lime-50\/90::-moz-placeholder{color:rgb(247 254 231 / 0.9)}
.placeholder-lime-50\/90::placeholder{color:rgb(247 254 231 / 0.9)}
.placeholder-lime-50\/95::-moz-placeholder{color:rgb(247 254 231 / 0.95)}
.placeholder-lime-50\/95::placeholder{color:rgb(247 254 231 / 0.95)}
.placeholder-lime-500::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(132 204 22 / var(--tw-placeholder-opacity))}
.placeholder-lime-500::placeholder{--tw-placeholder-opacity:1;color:rgb(132 204 22 / var(--tw-placeholder-opacity))}
.placeholder-lime-500\/0::-moz-placeholder{color:rgb(132 204 22 / 0)}
.placeholder-lime-500\/0::placeholder{color:rgb(132 204 22 / 0)}
.placeholder-lime-500\/10::-moz-placeholder{color:rgb(132 204 22 / 0.1)}
.placeholder-lime-500\/10::placeholder{color:rgb(132 204 22 / 0.1)}
.placeholder-lime-500\/100::-moz-placeholder{color:rgb(132 204 22 / 1)}
.placeholder-lime-500\/100::placeholder{color:rgb(132 204 22 / 1)}
.placeholder-lime-500\/15::-moz-placeholder{color:rgb(132 204 22 / 0.15)}
.placeholder-lime-500\/15::placeholder{color:rgb(132 204 22 / 0.15)}
.placeholder-lime-500\/20::-moz-placeholder{color:rgb(132 204 22 / 0.2)}
.placeholder-lime-500\/20::placeholder{color:rgb(132 204 22 / 0.2)}
.placeholder-lime-500\/25::-moz-placeholder{color:rgb(132 204 22 / 0.25)}
.placeholder-lime-500\/25::placeholder{color:rgb(132 204 22 / 0.25)}
.placeholder-lime-500\/30::-moz-placeholder{color:rgb(132 204 22 / 0.3)}
.placeholder-lime-500\/30::placeholder{color:rgb(132 204 22 / 0.3)}
.placeholder-lime-500\/35::-moz-placeholder{color:rgb(132 204 22 / 0.35)}
.placeholder-lime-500\/35::placeholder{color:rgb(132 204 22 / 0.35)}
.placeholder-lime-500\/40::-moz-placeholder{color:rgb(132 204 22 / 0.4)}
.placeholder-lime-500\/40::placeholder{color:rgb(132 204 22 / 0.4)}
.placeholder-lime-500\/45::-moz-placeholder{color:rgb(132 204 22 / 0.45)}
.placeholder-lime-500\/45::placeholder{color:rgb(132 204 22 / 0.45)}
.placeholder-lime-500\/5::-moz-placeholder{color:rgb(132 204 22 / 0.05)}
.placeholder-lime-500\/5::placeholder{color:rgb(132 204 22 / 0.05)}
.placeholder-lime-500\/50::-moz-placeholder{color:rgb(132 204 22 / 0.5)}
.placeholder-lime-500\/50::placeholder{color:rgb(132 204 22 / 0.5)}
.placeholder-lime-500\/55::-moz-placeholder{color:rgb(132 204 22 / 0.55)}
.placeholder-lime-500\/55::placeholder{color:rgb(132 204 22 / 0.55)}
.placeholder-lime-500\/60::-moz-placeholder{color:rgb(132 204 22 / 0.6)}
.placeholder-lime-500\/60::placeholder{color:rgb(132 204 22 / 0.6)}
.placeholder-lime-500\/65::-moz-placeholder{color:rgb(132 204 22 / 0.65)}
.placeholder-lime-500\/65::placeholder{color:rgb(132 204 22 / 0.65)}
.placeholder-lime-500\/70::-moz-placeholder{color:rgb(132 204 22 / 0.7)}
.placeholder-lime-500\/70::placeholder{color:rgb(132 204 22 / 0.7)}
.placeholder-lime-500\/75::-moz-placeholder{color:rgb(132 204 22 / 0.75)}
.placeholder-lime-500\/75::placeholder{color:rgb(132 204 22 / 0.75)}
.placeholder-lime-500\/80::-moz-placeholder{color:rgb(132 204 22 / 0.8)}
.placeholder-lime-500\/80::placeholder{color:rgb(132 204 22 / 0.8)}
.placeholder-lime-500\/85::-moz-placeholder{color:rgb(132 204 22 / 0.85)}
.placeholder-lime-500\/85::placeholder{color:rgb(132 204 22 / 0.85)}
.placeholder-lime-500\/90::-moz-placeholder{color:rgb(132 204 22 / 0.9)}
.placeholder-lime-500\/90::placeholder{color:rgb(132 204 22 / 0.9)}
.placeholder-lime-500\/95::-moz-placeholder{color:rgb(132 204 22 / 0.95)}
.placeholder-lime-500\/95::placeholder{color:rgb(132 204 22 / 0.95)}
.placeholder-lime-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(101 163 13 / var(--tw-placeholder-opacity))}
.placeholder-lime-600::placeholder{--tw-placeholder-opacity:1;color:rgb(101 163 13 / var(--tw-placeholder-opacity))}
.placeholder-lime-600\/0::-moz-placeholder{color:rgb(101 163 13 / 0)}
.placeholder-lime-600\/0::placeholder{color:rgb(101 163 13 / 0)}
.placeholder-lime-600\/10::-moz-placeholder{color:rgb(101 163 13 / 0.1)}
.placeholder-lime-600\/10::placeholder{color:rgb(101 163 13 / 0.1)}
.placeholder-lime-600\/100::-moz-placeholder{color:rgb(101 163 13 / 1)}
.placeholder-lime-600\/100::placeholder{color:rgb(101 163 13 / 1)}
.placeholder-lime-600\/15::-moz-placeholder{color:rgb(101 163 13 / 0.15)}
.placeholder-lime-600\/15::placeholder{color:rgb(101 163 13 / 0.15)}
.placeholder-lime-600\/20::-moz-placeholder{color:rgb(101 163 13 / 0.2)}
.placeholder-lime-600\/20::placeholder{color:rgb(101 163 13 / 0.2)}
.placeholder-lime-600\/25::-moz-placeholder{color:rgb(101 163 13 / 0.25)}
.placeholder-lime-600\/25::placeholder{color:rgb(101 163 13 / 0.25)}
.placeholder-lime-600\/30::-moz-placeholder{color:rgb(101 163 13 / 0.3)}
.placeholder-lime-600\/30::placeholder{color:rgb(101 163 13 / 0.3)}
.placeholder-lime-600\/35::-moz-placeholder{color:rgb(101 163 13 / 0.35)}
.placeholder-lime-600\/35::placeholder{color:rgb(101 163 13 / 0.35)}
.placeholder-lime-600\/40::-moz-placeholder{color:rgb(101 163 13 / 0.4)}
.placeholder-lime-600\/40::placeholder{color:rgb(101 163 13 / 0.4)}
.placeholder-lime-600\/45::-moz-placeholder{color:rgb(101 163 13 / 0.45)}
.placeholder-lime-600\/45::placeholder{color:rgb(101 163 13 / 0.45)}
.placeholder-lime-600\/5::-moz-placeholder{color:rgb(101 163 13 / 0.05)}
.placeholder-lime-600\/5::placeholder{color:rgb(101 163 13 / 0.05)}
.placeholder-lime-600\/50::-moz-placeholder{color:rgb(101 163 13 / 0.5)}
.placeholder-lime-600\/50::placeholder{color:rgb(101 163 13 / 0.5)}
.placeholder-lime-600\/55::-moz-placeholder{color:rgb(101 163 13 / 0.55)}
.placeholder-lime-600\/55::placeholder{color:rgb(101 163 13 / 0.55)}
.placeholder-lime-600\/60::-moz-placeholder{color:rgb(101 163 13 / 0.6)}
.placeholder-lime-600\/60::placeholder{color:rgb(101 163 13 / 0.6)}
.placeholder-lime-600\/65::-moz-placeholder{color:rgb(101 163 13 / 0.65)}
.placeholder-lime-600\/65::placeholder{color:rgb(101 163 13 / 0.65)}
.placeholder-lime-600\/70::-moz-placeholder{color:rgb(101 163 13 / 0.7)}
.placeholder-lime-600\/70::placeholder{color:rgb(101 163 13 / 0.7)}
.placeholder-lime-600\/75::-moz-placeholder{color:rgb(101 163 13 / 0.75)}
.placeholder-lime-600\/75::placeholder{color:rgb(101 163 13 / 0.75)}
.placeholder-lime-600\/80::-moz-placeholder{color:rgb(101 163 13 / 0.8)}
.placeholder-lime-600\/80::placeholder{color:rgb(101 163 13 / 0.8)}
.placeholder-lime-600\/85::-moz-placeholder{color:rgb(101 163 13 / 0.85)}
.placeholder-lime-600\/85::placeholder{color:rgb(101 163 13 / 0.85)}
.placeholder-lime-600\/90::-moz-placeholder{color:rgb(101 163 13 / 0.9)}
.placeholder-lime-600\/90::placeholder{color:rgb(101 163 13 / 0.9)}
.placeholder-lime-600\/95::-moz-placeholder{color:rgb(101 163 13 / 0.95)}
.placeholder-lime-600\/95::placeholder{color:rgb(101 163 13 / 0.95)}
.placeholder-lime-700::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(77 124 15 / var(--tw-placeholder-opacity))}
.placeholder-lime-700::placeholder{--tw-placeholder-opacity:1;color:rgb(77 124 15 / var(--tw-placeholder-opacity))}
.placeholder-lime-700\/0::-moz-placeholder{color:rgb(77 124 15 / 0)}
.placeholder-lime-700\/0::placeholder{color:rgb(77 124 15 / 0)}
.placeholder-lime-700\/10::-moz-placeholder{color:rgb(77 124 15 / 0.1)}
.placeholder-lime-700\/10::placeholder{color:rgb(77 124 15 / 0.1)}
.placeholder-lime-700\/100::-moz-placeholder{color:rgb(77 124 15 / 1)}
.placeholder-lime-700\/100::placeholder{color:rgb(77 124 15 / 1)}
.placeholder-lime-700\/15::-moz-placeholder{color:rgb(77 124 15 / 0.15)}
.placeholder-lime-700\/15::placeholder{color:rgb(77 124 15 / 0.15)}
.placeholder-lime-700\/20::-moz-placeholder{color:rgb(77 124 15 / 0.2)}
.placeholder-lime-700\/20::placeholder{color:rgb(77 124 15 / 0.2)}
.placeholder-lime-700\/25::-moz-placeholder{color:rgb(77 124 15 / 0.25)}
.placeholder-lime-700\/25::placeholder{color:rgb(77 124 15 / 0.25)}
.placeholder-lime-700\/30::-moz-placeholder{color:rgb(77 124 15 / 0.3)}
.placeholder-lime-700\/30::placeholder{color:rgb(77 124 15 / 0.3)}
.placeholder-lime-700\/35::-moz-placeholder{color:rgb(77 124 15 / 0.35)}
.placeholder-lime-700\/35::placeholder{color:rgb(77 124 15 / 0.35)}
.placeholder-lime-700\/40::-moz-placeholder{color:rgb(77 124 15 / 0.4)}
.placeholder-lime-700\/40::placeholder{color:rgb(77 124 15 / 0.4)}
.placeholder-lime-700\/45::-moz-placeholder{color:rgb(77 124 15 / 0.45)}
.placeholder-lime-700\/45::placeholder{color:rgb(77 124 15 / 0.45)}
.placeholder-lime-700\/5::-moz-placeholder{color:rgb(77 124 15 / 0.05)}
.placeholder-lime-700\/5::placeholder{color:rgb(77 124 15 / 0.05)}
.placeholder-lime-700\/50::-moz-placeholder{color:rgb(77 124 15 / 0.5)}
.placeholder-lime-700\/50::placeholder{color:rgb(77 124 15 / 0.5)}
.placeholder-lime-700\/55::-moz-placeholder{color:rgb(77 124 15 / 0.55)}
.placeholder-lime-700\/55::placeholder{color:rgb(77 124 15 / 0.55)}
.placeholder-lime-700\/60::-moz-placeholder{color:rgb(77 124 15 / 0.6)}
.placeholder-lime-700\/60::placeholder{color:rgb(77 124 15 / 0.6)}
.placeholder-lime-700\/65::-moz-placeholder{color:rgb(77 124 15 / 0.65)}
.placeholder-lime-700\/65::placeholder{color:rgb(77 124 15 / 0.65)}
.placeholder-lime-700\/70::-moz-placeholder{color:rgb(77 124 15 / 0.7)}
.placeholder-lime-700\/70::placeholder{color:rgb(77 124 15 / 0.7)}
.placeholder-lime-700\/75::-moz-placeholder{color:rgb(77 124 15 / 0.75)}
.placeholder-lime-700\/75::placeholder{color:rgb(77 124 15 / 0.75)}
.placeholder-lime-700\/80::-moz-placeholder{color:rgb(77 124 15 / 0.8)}
.placeholder-lime-700\/80::placeholder{color:rgb(77 124 15 / 0.8)}
.placeholder-lime-700\/85::-moz-placeholder{color:rgb(77 124 15 / 0.85)}
.placeholder-lime-700\/85::placeholder{color:rgb(77 124 15 / 0.85)}
.placeholder-lime-700\/90::-moz-placeholder{color:rgb(77 124 15 / 0.9)}
.placeholder-lime-700\/90::placeholder{color:rgb(77 124 15 / 0.9)}
.placeholder-lime-700\/95::-moz-placeholder{color:rgb(77 124 15 / 0.95)}
.placeholder-lime-700\/95::placeholder{color:rgb(77 124 15 / 0.95)}
.placeholder-lime-800::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(63 98 18 / var(--tw-placeholder-opacity))}
.placeholder-lime-800::placeholder{--tw-placeholder-opacity:1;color:rgb(63 98 18 / var(--tw-placeholder-opacity))}
.placeholder-lime-800\/0::-moz-placeholder{color:rgb(63 98 18 / 0)}
.placeholder-lime-800\/0::placeholder{color:rgb(63 98 18 / 0)}
.placeholder-lime-800\/10::-moz-placeholder{color:rgb(63 98 18 / 0.1)}
.placeholder-lime-800\/10::placeholder{color:rgb(63 98 18 / 0.1)}
.placeholder-lime-800\/100::-moz-placeholder{color:rgb(63 98 18 / 1)}
.placeholder-lime-800\/100::placeholder{color:rgb(63 98 18 / 1)}
.placeholder-lime-800\/15::-moz-placeholder{color:rgb(63 98 18 / 0.15)}
.placeholder-lime-800\/15::placeholder{color:rgb(63 98 18 / 0.15)}
.placeholder-lime-800\/20::-moz-placeholder{color:rgb(63 98 18 / 0.2)}
.placeholder-lime-800\/20::placeholder{color:rgb(63 98 18 / 0.2)}
.placeholder-lime-800\/25::-moz-placeholder{color:rgb(63 98 18 / 0.25)}
.placeholder-lime-800\/25::placeholder{color:rgb(63 98 18 / 0.25)}
.placeholder-lime-800\/30::-moz-placeholder{color:rgb(63 98 18 / 0.3)}
.placeholder-lime-800\/30::placeholder{color:rgb(63 98 18 / 0.3)}
.placeholder-lime-800\/35::-moz-placeholder{color:rgb(63 98 18 / 0.35)}
.placeholder-lime-800\/35::placeholder{color:rgb(63 98 18 / 0.35)}
.placeholder-lime-800\/40::-moz-placeholder{color:rgb(63 98 18 / 0.4)}
.placeholder-lime-800\/40::placeholder{color:rgb(63 98 18 / 0.4)}
.placeholder-lime-800\/45::-moz-placeholder{color:rgb(63 98 18 / 0.45)}
.placeholder-lime-800\/45::placeholder{color:rgb(63 98 18 / 0.45)}
.placeholder-lime-800\/5::-moz-placeholder{color:rgb(63 98 18 / 0.05)}
.placeholder-lime-800\/5::placeholder{color:rgb(63 98 18 / 0.05)}
.placeholder-lime-800\/50::-moz-placeholder{color:rgb(63 98 18 / 0.5)}
.placeholder-lime-800\/50::placeholder{color:rgb(63 98 18 / 0.5)}
.placeholder-lime-800\/55::-moz-placeholder{color:rgb(63 98 18 / 0.55)}
.placeholder-lime-800\/55::placeholder{color:rgb(63 98 18 / 0.55)}
.placeholder-lime-800\/60::-moz-placeholder{color:rgb(63 98 18 / 0.6)}
.placeholder-lime-800\/60::placeholder{color:rgb(63 98 18 / 0.6)}
.placeholder-lime-800\/65::-moz-placeholder{color:rgb(63 98 18 / 0.65)}
.placeholder-lime-800\/65::placeholder{color:rgb(63 98 18 / 0.65)}
.placeholder-lime-800\/70::-moz-placeholder{color:rgb(63 98 18 / 0.7)}
.placeholder-lime-800\/70::placeholder{color:rgb(63 98 18 / 0.7)}
.placeholder-lime-800\/75::-moz-placeholder{color:rgb(63 98 18 / 0.75)}
.placeholder-lime-800\/75::placeholder{color:rgb(63 98 18 / 0.75)}
.placeholder-lime-800\/80::-moz-placeholder{color:rgb(63 98 18 / 0.8)}
.placeholder-lime-800\/80::placeholder{color:rgb(63 98 18 / 0.8)}
.placeholder-lime-800\/85::-moz-placeholder{color:rgb(63 98 18 / 0.85)}
.placeholder-lime-800\/85::placeholder{color:rgb(63 98 18 / 0.85)}
.placeholder-lime-800\/90::-moz-placeholder{color:rgb(63 98 18 / 0.9)}
.placeholder-lime-800\/90::placeholder{color:rgb(63 98 18 / 0.9)}
.placeholder-lime-800\/95::-moz-placeholder{color:rgb(63 98 18 / 0.95)}
.placeholder-lime-800\/95::placeholder{color:rgb(63 98 18 / 0.95)}
.placeholder-lime-900::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(54 83 20 / var(--tw-placeholder-opacity))}
.placeholder-lime-900::placeholder{--tw-placeholder-opacity:1;color:rgb(54 83 20 / var(--tw-placeholder-opacity))}
.placeholder-lime-900\/0::-moz-placeholder{color:rgb(54 83 20 / 0)}
.placeholder-lime-900\/0::placeholder{color:rgb(54 83 20 / 0)}
.placeholder-lime-900\/10::-moz-placeholder{color:rgb(54 83 20 / 0.1)}
.placeholder-lime-900\/10::placeholder{color:rgb(54 83 20 / 0.1)}
.placeholder-lime-900\/100::-moz-placeholder{color:rgb(54 83 20 / 1)}
.placeholder-lime-900\/100::placeholder{color:rgb(54 83 20 / 1)}
.placeholder-lime-900\/15::-moz-placeholder{color:rgb(54 83 20 / 0.15)}
.placeholder-lime-900\/15::placeholder{color:rgb(54 83 20 / 0.15)}
.placeholder-lime-900\/20::-moz-placeholder{color:rgb(54 83 20 / 0.2)}
.placeholder-lime-900\/20::placeholder{color:rgb(54 83 20 / 0.2)}
.placeholder-lime-900\/25::-moz-placeholder{color:rgb(54 83 20 / 0.25)}
.placeholder-lime-900\/25::placeholder{color:rgb(54 83 20 / 0.25)}
.placeholder-lime-900\/30::-moz-placeholder{color:rgb(54 83 20 / 0.3)}
.placeholder-lime-900\/30::placeholder{color:rgb(54 83 20 / 0.3)}
.placeholder-lime-900\/35::-moz-placeholder{color:rgb(54 83 20 / 0.35)}
.placeholder-lime-900\/35::placeholder{color:rgb(54 83 20 / 0.35)}
.placeholder-lime-900\/40::-moz-placeholder{color:rgb(54 83 20 / 0.4)}
.placeholder-lime-900\/40::placeholder{color:rgb(54 83 20 / 0.4)}
.placeholder-lime-900\/45::-moz-placeholder{color:rgb(54 83 20 / 0.45)}
.placeholder-lime-900\/45::placeholder{color:rgb(54 83 20 / 0.45)}
.placeholder-lime-900\/5::-moz-placeholder{color:rgb(54 83 20 / 0.05)}
.placeholder-lime-900\/5::placeholder{color:rgb(54 83 20 / 0.05)}
.placeholder-lime-900\/50::-moz-placeholder{color:rgb(54 83 20 / 0.5)}
.placeholder-lime-900\/50::placeholder{color:rgb(54 83 20 / 0.5)}
.placeholder-lime-900\/55::-moz-placeholder{color:rgb(54 83 20 / 0.55)}
.placeholder-lime-900\/55::placeholder{color:rgb(54 83 20 / 0.55)}
.placeholder-lime-900\/60::-moz-placeholder{color:rgb(54 83 20 / 0.6)}
.placeholder-lime-900\/60::placeholder{color:rgb(54 83 20 / 0.6)}
.placeholder-lime-900\/65::-moz-placeholder{color:rgb(54 83 20 / 0.65)}
.placeholder-lime-900\/65::placeholder{color:rgb(54 83 20 / 0.65)}
.placeholder-lime-900\/70::-moz-placeholder{color:rgb(54 83 20 / 0.7)}
.placeholder-lime-900\/70::placeholder{color:rgb(54 83 20 / 0.7)}
.placeholder-lime-900\/75::-moz-placeholder{color:rgb(54 83 20 / 0.75)}
.placeholder-lime-900\/75::placeholder{color:rgb(54 83 20 / 0.75)}
.placeholder-lime-900\/80::-moz-placeholder{color:rgb(54 83 20 / 0.8)}
.placeholder-lime-900\/80::placeholder{color:rgb(54 83 20 / 0.8)}
.placeholder-lime-900\/85::-moz-placeholder{color:rgb(54 83 20 / 0.85)}
.placeholder-lime-900\/85::placeholder{color:rgb(54 83 20 / 0.85)}
.placeholder-lime-900\/90::-moz-placeholder{color:rgb(54 83 20 / 0.9)}
.placeholder-lime-900\/90::placeholder{color:rgb(54 83 20 / 0.9)}
.placeholder-lime-900\/95::-moz-placeholder{color:rgb(54 83 20 / 0.95)}
.placeholder-lime-900\/95::placeholder{color:rgb(54 83 20 / 0.95)}
.placeholder-lime-950::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(26 46 5 / var(--tw-placeholder-opacity))}
.placeholder-lime-950::placeholder{--tw-placeholder-opacity:1;color:rgb(26 46 5 / var(--tw-placeholder-opacity))}
.placeholder-lime-950\/0::-moz-placeholder{color:rgb(26 46 5 / 0)}
.placeholder-lime-950\/0::placeholder{color:rgb(26 46 5 / 0)}
.placeholder-lime-950\/10::-moz-placeholder{color:rgb(26 46 5 / 0.1)}
.placeholder-lime-950\/10::placeholder{color:rgb(26 46 5 / 0.1)}
.placeholder-lime-950\/100::-moz-placeholder{color:rgb(26 46 5 / 1)}
.placeholder-lime-950\/100::placeholder{color:rgb(26 46 5 / 1)}
.placeholder-lime-950\/15::-moz-placeholder{color:rgb(26 46 5 / 0.15)}
.placeholder-lime-950\/15::placeholder{color:rgb(26 46 5 / 0.15)}
.placeholder-lime-950\/20::-moz-placeholder{color:rgb(26 46 5 / 0.2)}
.placeholder-lime-950\/20::placeholder{color:rgb(26 46 5 / 0.2)}
.placeholder-lime-950\/25::-moz-placeholder{color:rgb(26 46 5 / 0.25)}
.placeholder-lime-950\/25::placeholder{color:rgb(26 46 5 / 0.25)}
.placeholder-lime-950\/30::-moz-placeholder{color:rgb(26 46 5 / 0.3)}
.placeholder-lime-950\/30::placeholder{color:rgb(26 46 5 / 0.3)}
.placeholder-lime-950\/35::-moz-placeholder{color:rgb(26 46 5 / 0.35)}
.placeholder-lime-950\/35::placeholder{color:rgb(26 46 5 / 0.35)}
.placeholder-lime-950\/40::-moz-placeholder{color:rgb(26 46 5 / 0.4)}
.placeholder-lime-950\/40::placeholder{color:rgb(26 46 5 / 0.4)}
.placeholder-lime-950\/45::-moz-placeholder{color:rgb(26 46 5 / 0.45)}
.placeholder-lime-950\/45::placeholder{color:rgb(26 46 5 / 0.45)}
.placeholder-lime-950\/5::-moz-placeholder{color:rgb(26 46 5 / 0.05)}
.placeholder-lime-950\/5::placeholder{color:rgb(26 46 5 / 0.05)}
.placeholder-lime-950\/50::-moz-placeholder{color:rgb(26 46 5 / 0.5)}
.placeholder-lime-950\/50::placeholder{color:rgb(26 46 5 / 0.5)}
.placeholder-lime-950\/55::-moz-placeholder{color:rgb(26 46 5 / 0.55)}
.placeholder-lime-950\/55::placeholder{color:rgb(26 46 5 / 0.55)}
.placeholder-lime-950\/60::-moz-placeholder{color:rgb(26 46 5 / 0.6)}
.placeholder-lime-950\/60::placeholder{color:rgb(26 46 5 / 0.6)}
.placeholder-lime-950\/65::-moz-placeholder{color:rgb(26 46 5 / 0.65)}
.placeholder-lime-950\/65::placeholder{color:rgb(26 46 5 / 0.65)}
.placeholder-lime-950\/70::-moz-placeholder{color:rgb(26 46 5 / 0.7)}
.placeholder-lime-950\/70::placeholder{color:rgb(26 46 5 / 0.7)}
.placeholder-lime-950\/75::-moz-placeholder{color:rgb(26 46 5 / 0.75)}
.placeholder-lime-950\/75::placeholder{color:rgb(26 46 5 / 0.75)}
.placeholder-lime-950\/80::-moz-placeholder{color:rgb(26 46 5 / 0.8)}
.placeholder-lime-950\/80::placeholder{color:rgb(26 46 5 / 0.8)}
.placeholder-lime-950\/85::-moz-placeholder{color:rgb(26 46 5 / 0.85)}
.placeholder-lime-950\/85::placeholder{color:rgb(26 46 5 / 0.85)}
.placeholder-lime-950\/90::-moz-placeholder{color:rgb(26 46 5 / 0.9)}
.placeholder-lime-950\/90::placeholder{color:rgb(26 46 5 / 0.9)}
.placeholder-lime-950\/95::-moz-placeholder{color:rgb(26 46 5 / 0.95)}
.placeholder-lime-950\/95::placeholder{color:rgb(26 46 5 / 0.95)}
.placeholder-navBackground-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navBackground-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navBackground-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navBackground-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navBackground-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navBackground-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navBackground-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navBackground-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navBackground-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navBackground-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navBackground-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navBackground-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navBackground-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navBackground-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navBackground-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navBackground-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navBackground-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navBackground-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navBackground-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navBackground-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navBackground-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navBackground-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navBackground-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navBackground-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navBackground-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navBackground-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navBackground-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navBackground-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navBackground-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navBackground-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navBackground-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navBackground-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navBackground-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navBackground-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navBackground-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navBackground-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navBackground-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navBackground-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navBackground-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navBackground-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navBackground-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navBackground-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navBackground-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navBackground-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navBackground-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-navBackground-text-contrastsWithCard::placeholder{color:true}
.placeholder-navBackground-text-isDark::-moz-placeholder{color:true}
.placeholder-navBackground-text-isDark::placeholder{color:true}
.placeholder-navBackground-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-navBackground-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-navBackground-text-text\/0::-moz-placeholder{color:rgb(132 132 132 / 0)}
.placeholder-navBackground-text-text\/0::placeholder{color:rgb(132 132 132 / 0)}
.placeholder-navBackground-text-text\/10::-moz-placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-navBackground-text-text\/10::placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-navBackground-text-text\/100::-moz-placeholder{color:rgb(132 132 132 / 1)}
.placeholder-navBackground-text-text\/100::placeholder{color:rgb(132 132 132 / 1)}
.placeholder-navBackground-text-text\/15::-moz-placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-navBackground-text-text\/15::placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-navBackground-text-text\/20::-moz-placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-navBackground-text-text\/20::placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-navBackground-text-text\/25::-moz-placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-navBackground-text-text\/25::placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-navBackground-text-text\/30::-moz-placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-navBackground-text-text\/30::placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-navBackground-text-text\/35::-moz-placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-navBackground-text-text\/35::placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-navBackground-text-text\/40::-moz-placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-navBackground-text-text\/40::placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-navBackground-text-text\/45::-moz-placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-navBackground-text-text\/45::placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-navBackground-text-text\/5::-moz-placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-navBackground-text-text\/5::placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-navBackground-text-text\/50::-moz-placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-navBackground-text-text\/50::placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-navBackground-text-text\/55::-moz-placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-navBackground-text-text\/55::placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-navBackground-text-text\/60::-moz-placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-navBackground-text-text\/60::placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-navBackground-text-text\/65::-moz-placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-navBackground-text-text\/65::placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-navBackground-text-text\/70::-moz-placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-navBackground-text-text\/70::placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-navBackground-text-text\/75::-moz-placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-navBackground-text-text\/75::placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-navBackground-text-text\/80::-moz-placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-navBackground-text-text\/80::placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-navBackground-text-text\/85::-moz-placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-navBackground-text-text\/85::placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-navBackground-text-text\/90::-moz-placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-navBackground-text-text\/90::placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-navBackground-text-text\/95::-moz-placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-navBackground-text-text\/95::placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-navBackgroundDark-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navBackgroundDark-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navBackgroundDark-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navBackgroundDark-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navBackgroundDark-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navBackgroundDark-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navBackgroundDark-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navBackgroundDark-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navBackgroundDark-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navBackgroundDark-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navBackgroundDark-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navBackgroundDark-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navBackgroundDark-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navBackgroundDark-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navBackgroundDark-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navBackgroundDark-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navBackgroundDark-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navBackgroundDark-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navBackgroundDark-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navBackgroundDark-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navBackgroundDark-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navBackgroundDark-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navBackgroundDark-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navBackgroundDark-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navBackgroundDark-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navBackgroundDark-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navBackgroundDark-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navBackgroundDark-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navBackgroundDark-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navBackgroundDark-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navBackgroundDark-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navBackgroundDark-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navBackgroundDark-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navBackgroundDark-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navBackgroundDark-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navBackgroundDark-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navBackgroundDark-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navBackgroundDark-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navBackgroundDark-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navBackgroundDark-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navBackgroundDark-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navBackgroundDark-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navBackgroundDark-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navBackgroundDark-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navBackgroundDark-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-navBackgroundDark-text-contrastsWithCard::placeholder{color:true}
.placeholder-navBackgroundDark-text-isDark::-moz-placeholder{color:true}
.placeholder-navBackgroundDark-text-isDark::placeholder{color:true}
.placeholder-navBackgroundDark-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-navBackgroundDark-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-navBackgroundDark-text-text\/0::-moz-placeholder{color:rgb(30 41 59 / 0)}
.placeholder-navBackgroundDark-text-text\/0::placeholder{color:rgb(30 41 59 / 0)}
.placeholder-navBackgroundDark-text-text\/10::-moz-placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-navBackgroundDark-text-text\/10::placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-navBackgroundDark-text-text\/100::-moz-placeholder{color:rgb(30 41 59 / 1)}
.placeholder-navBackgroundDark-text-text\/100::placeholder{color:rgb(30 41 59 / 1)}
.placeholder-navBackgroundDark-text-text\/15::-moz-placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-navBackgroundDark-text-text\/15::placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-navBackgroundDark-text-text\/20::-moz-placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-navBackgroundDark-text-text\/20::placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-navBackgroundDark-text-text\/25::-moz-placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-navBackgroundDark-text-text\/25::placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-navBackgroundDark-text-text\/30::-moz-placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-navBackgroundDark-text-text\/30::placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-navBackgroundDark-text-text\/35::-moz-placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-navBackgroundDark-text-text\/35::placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-navBackgroundDark-text-text\/40::-moz-placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-navBackgroundDark-text-text\/40::placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-navBackgroundDark-text-text\/45::-moz-placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-navBackgroundDark-text-text\/45::placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-navBackgroundDark-text-text\/5::-moz-placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-navBackgroundDark-text-text\/5::placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-navBackgroundDark-text-text\/50::-moz-placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-navBackgroundDark-text-text\/50::placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-navBackgroundDark-text-text\/55::-moz-placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-navBackgroundDark-text-text\/55::placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-navBackgroundDark-text-text\/60::-moz-placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-navBackgroundDark-text-text\/60::placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-navBackgroundDark-text-text\/65::-moz-placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-navBackgroundDark-text-text\/65::placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-navBackgroundDark-text-text\/70::-moz-placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-navBackgroundDark-text-text\/70::placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-navBackgroundDark-text-text\/75::-moz-placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-navBackgroundDark-text-text\/75::placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-navBackgroundDark-text-text\/80::-moz-placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-navBackgroundDark-text-text\/80::placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-navBackgroundDark-text-text\/85::-moz-placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-navBackgroundDark-text-text\/85::placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-navBackgroundDark-text-text\/90::-moz-placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-navBackgroundDark-text-text\/90::placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-navBackgroundDark-text-text\/95::-moz-placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-navBackgroundDark-text-text\/95::placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-navText-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navText-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navText-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navText-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navText-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navText-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navText-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navText-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navText-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navText-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navText-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navText-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navText-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navText-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navText-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navText-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navText-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navText-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navText-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navText-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navText-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navText-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navText-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navText-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navText-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navText-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navText-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navText-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navText-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navText-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navText-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navText-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navText-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navText-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navText-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navText-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navText-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navText-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navText-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navText-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navText-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navText-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navText-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navText-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navText-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-navText-text-contrastsWithCard::placeholder{color:true}
.placeholder-navText-text-isDark::-moz-placeholder{color:true}
.placeholder-navText-text-isDark::placeholder{color:true}
.placeholder-navText-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-navText-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-navText-text-text\/0::-moz-placeholder{color:rgb(30 41 59 / 0)}
.placeholder-navText-text-text\/0::placeholder{color:rgb(30 41 59 / 0)}
.placeholder-navText-text-text\/10::-moz-placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-navText-text-text\/10::placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-navText-text-text\/100::-moz-placeholder{color:rgb(30 41 59 / 1)}
.placeholder-navText-text-text\/100::placeholder{color:rgb(30 41 59 / 1)}
.placeholder-navText-text-text\/15::-moz-placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-navText-text-text\/15::placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-navText-text-text\/20::-moz-placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-navText-text-text\/20::placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-navText-text-text\/25::-moz-placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-navText-text-text\/25::placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-navText-text-text\/30::-moz-placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-navText-text-text\/30::placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-navText-text-text\/35::-moz-placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-navText-text-text\/35::placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-navText-text-text\/40::-moz-placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-navText-text-text\/40::placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-navText-text-text\/45::-moz-placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-navText-text-text\/45::placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-navText-text-text\/5::-moz-placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-navText-text-text\/5::placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-navText-text-text\/50::-moz-placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-navText-text-text\/50::placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-navText-text-text\/55::-moz-placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-navText-text-text\/55::placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-navText-text-text\/60::-moz-placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-navText-text-text\/60::placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-navText-text-text\/65::-moz-placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-navText-text-text\/65::placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-navText-text-text\/70::-moz-placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-navText-text-text\/70::placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-navText-text-text\/75::-moz-placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-navText-text-text\/75::placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-navText-text-text\/80::-moz-placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-navText-text-text\/80::placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-navText-text-text\/85::-moz-placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-navText-text-text\/85::placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-navText-text-text\/90::-moz-placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-navText-text-text\/90::placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-navText-text-text\/95::-moz-placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-navText-text-text\/95::placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-navTextDark-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navTextDark-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navTextDark-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navTextDark-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navTextDark-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navTextDark-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navTextDark-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navTextDark-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navTextDark-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navTextDark-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navTextDark-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navTextDark-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navTextDark-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navTextDark-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navTextDark-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navTextDark-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navTextDark-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navTextDark-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navTextDark-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navTextDark-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navTextDark-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navTextDark-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navTextDark-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navTextDark-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navTextDark-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navTextDark-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navTextDark-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navTextDark-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navTextDark-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navTextDark-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navTextDark-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navTextDark-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navTextDark-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navTextDark-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navTextDark-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navTextDark-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navTextDark-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navTextDark-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navTextDark-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navTextDark-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navTextDark-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navTextDark-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navTextDark-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navTextDark-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navTextDark-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-navTextDark-text-contrastsWithCard::placeholder{color:true}
.placeholder-navTextDark-text-isDark::-moz-placeholder{color:true}
.placeholder-navTextDark-text-isDark::placeholder{color:true}
.placeholder-navTextDark-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-navTextDark-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-navTextDark-text-text\/0::-moz-placeholder{color:rgb(132 132 132 / 0)}
.placeholder-navTextDark-text-text\/0::placeholder{color:rgb(132 132 132 / 0)}
.placeholder-navTextDark-text-text\/10::-moz-placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-navTextDark-text-text\/10::placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-navTextDark-text-text\/100::-moz-placeholder{color:rgb(132 132 132 / 1)}
.placeholder-navTextDark-text-text\/100::placeholder{color:rgb(132 132 132 / 1)}
.placeholder-navTextDark-text-text\/15::-moz-placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-navTextDark-text-text\/15::placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-navTextDark-text-text\/20::-moz-placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-navTextDark-text-text\/20::placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-navTextDark-text-text\/25::-moz-placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-navTextDark-text-text\/25::placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-navTextDark-text-text\/30::-moz-placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-navTextDark-text-text\/30::placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-navTextDark-text-text\/35::-moz-placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-navTextDark-text-text\/35::placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-navTextDark-text-text\/40::-moz-placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-navTextDark-text-text\/40::placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-navTextDark-text-text\/45::-moz-placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-navTextDark-text-text\/45::placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-navTextDark-text-text\/5::-moz-placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-navTextDark-text-text\/5::placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-navTextDark-text-text\/50::-moz-placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-navTextDark-text-text\/50::placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-navTextDark-text-text\/55::-moz-placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-navTextDark-text-text\/55::placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-navTextDark-text-text\/60::-moz-placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-navTextDark-text-text\/60::placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-navTextDark-text-text\/65::-moz-placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-navTextDark-text-text\/65::placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-navTextDark-text-text\/70::-moz-placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-navTextDark-text-text\/70::placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-navTextDark-text-text\/75::-moz-placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-navTextDark-text-text\/75::placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-navTextDark-text-text\/80::-moz-placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-navTextDark-text-text\/80::placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-navTextDark-text-text\/85::-moz-placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-navTextDark-text-text\/85::placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-navTextDark-text-text\/90::-moz-placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-navTextDark-text-text\/90::placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-navTextDark-text-text\/95::-moz-placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-navTextDark-text-text\/95::placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-navTextHover-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navTextHover-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-navTextHover-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navTextHover-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-navTextHover-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navTextHover-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-navTextHover-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navTextHover-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-navTextHover-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navTextHover-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-navTextHover-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navTextHover-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-navTextHover-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navTextHover-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-navTextHover-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navTextHover-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-navTextHover-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navTextHover-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-navTextHover-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navTextHover-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-navTextHover-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navTextHover-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-navTextHover-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navTextHover-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-navTextHover-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navTextHover-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-navTextHover-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navTextHover-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-navTextHover-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navTextHover-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-navTextHover-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navTextHover-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-navTextHover-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navTextHover-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-navTextHover-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navTextHover-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-navTextHover-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navTextHover-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-navTextHover-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navTextHover-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-navTextHover-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navTextHover-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-navTextHover-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navTextHover-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-navTextHover-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-navTextHover-text-contrastsWithCard::placeholder{color:true}
.placeholder-navTextHover-text-isDark::-moz-placeholder{color:true}
.placeholder-navTextHover-text-isDark::placeholder{color:true}
.placeholder-navTextHover-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-navTextHover-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(30 41 59 / var(--tw-placeholder-opacity))}
.placeholder-navTextHover-text-text\/0::-moz-placeholder{color:rgb(30 41 59 / 0)}
.placeholder-navTextHover-text-text\/0::placeholder{color:rgb(30 41 59 / 0)}
.placeholder-navTextHover-text-text\/10::-moz-placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-navTextHover-text-text\/10::placeholder{color:rgb(30 41 59 / 0.1)}
.placeholder-navTextHover-text-text\/100::-moz-placeholder{color:rgb(30 41 59 / 1)}
.placeholder-navTextHover-text-text\/100::placeholder{color:rgb(30 41 59 / 1)}
.placeholder-navTextHover-text-text\/15::-moz-placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-navTextHover-text-text\/15::placeholder{color:rgb(30 41 59 / 0.15)}
.placeholder-navTextHover-text-text\/20::-moz-placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-navTextHover-text-text\/20::placeholder{color:rgb(30 41 59 / 0.2)}
.placeholder-navTextHover-text-text\/25::-moz-placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-navTextHover-text-text\/25::placeholder{color:rgb(30 41 59 / 0.25)}
.placeholder-navTextHover-text-text\/30::-moz-placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-navTextHover-text-text\/30::placeholder{color:rgb(30 41 59 / 0.3)}
.placeholder-navTextHover-text-text\/35::-moz-placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-navTextHover-text-text\/35::placeholder{color:rgb(30 41 59 / 0.35)}
.placeholder-navTextHover-text-text\/40::-moz-placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-navTextHover-text-text\/40::placeholder{color:rgb(30 41 59 / 0.4)}
.placeholder-navTextHover-text-text\/45::-moz-placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-navTextHover-text-text\/45::placeholder{color:rgb(30 41 59 / 0.45)}
.placeholder-navTextHover-text-text\/5::-moz-placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-navTextHover-text-text\/5::placeholder{color:rgb(30 41 59 / 0.05)}
.placeholder-navTextHover-text-text\/50::-moz-placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-navTextHover-text-text\/50::placeholder{color:rgb(30 41 59 / 0.5)}
.placeholder-navTextHover-text-text\/55::-moz-placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-navTextHover-text-text\/55::placeholder{color:rgb(30 41 59 / 0.55)}
.placeholder-navTextHover-text-text\/60::-moz-placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-navTextHover-text-text\/60::placeholder{color:rgb(30 41 59 / 0.6)}
.placeholder-navTextHover-text-text\/65::-moz-placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-navTextHover-text-text\/65::placeholder{color:rgb(30 41 59 / 0.65)}
.placeholder-navTextHover-text-text\/70::-moz-placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-navTextHover-text-text\/70::placeholder{color:rgb(30 41 59 / 0.7)}
.placeholder-navTextHover-text-text\/75::-moz-placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-navTextHover-text-text\/75::placeholder{color:rgb(30 41 59 / 0.75)}
.placeholder-navTextHover-text-text\/80::-moz-placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-navTextHover-text-text\/80::placeholder{color:rgb(30 41 59 / 0.8)}
.placeholder-navTextHover-text-text\/85::-moz-placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-navTextHover-text-text\/85::placeholder{color:rgb(30 41 59 / 0.85)}
.placeholder-navTextHover-text-text\/90::-moz-placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-navTextHover-text-text\/90::placeholder{color:rgb(30 41 59 / 0.9)}
.placeholder-navTextHover-text-text\/95::-moz-placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-navTextHover-text-text\/95::placeholder{color:rgb(30 41 59 / 0.95)}
.placeholder-primary::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 87 136 / var(--tw-placeholder-opacity))}
.placeholder-primary::placeholder{--tw-placeholder-opacity:1;color:rgb(0 87 136 / var(--tw-placeholder-opacity))}
.placeholder-primary-100::-moz-placeholder{color:var(--bt-primary-100)}
.placeholder-primary-100::placeholder{color:var(--bt-primary-100)}
.placeholder-primary-150::-moz-placeholder{color:var(--bt-primary-150)}
.placeholder-primary-150::placeholder{color:var(--bt-primary-150)}
.placeholder-primary-200::-moz-placeholder{color:var(--bt-primary-200)}
.placeholder-primary-200::placeholder{color:var(--bt-primary-200)}
.placeholder-primary-300::-moz-placeholder{color:var(--bt-primary-300)}
.placeholder-primary-300::placeholder{color:var(--bt-primary-300)}
.placeholder-primary-350::-moz-placeholder{color:var(--bt-primary-350)}
.placeholder-primary-350::placeholder{color:var(--bt-primary-350)}
.placeholder-primary-400::-moz-placeholder{color:var(--bt-primary-400)}
.placeholder-primary-400::placeholder{color:var(--bt-primary-400)}
.placeholder-primary-450::-moz-placeholder{color:var(--bt-primary-450)}
.placeholder-primary-450::placeholder{color:var(--bt-primary-450)}
.placeholder-primary-500::-moz-placeholder{color:var(--bt-primary-500)}
.placeholder-primary-500::placeholder{color:var(--bt-primary-500)}
.placeholder-primary-550::-moz-placeholder{color:var(--bt-primary-550)}
.placeholder-primary-550::placeholder{color:var(--bt-primary-550)}
.placeholder-primary-600::-moz-placeholder{color:var(--bt-primary-600)}
.placeholder-primary-600::placeholder{color:var(--bt-primary-600)}
.placeholder-primary-650::-moz-placeholder{color:var(--bt-primary-650)}
.placeholder-primary-650::placeholder{color:var(--bt-primary-650)}
.placeholder-primary-700::-moz-placeholder{color:var(--bt-primary-700)}
.placeholder-primary-700::placeholder{color:var(--bt-primary-700)}
.placeholder-primary-750::-moz-placeholder{color:var(--bt-primary-750)}
.placeholder-primary-750::placeholder{color:var(--bt-primary-750)}
.placeholder-primary-800::-moz-placeholder{color:var(--bt-primary-800)}
.placeholder-primary-800::placeholder{color:var(--bt-primary-800)}
.placeholder-primary-850::-moz-placeholder{color:var(--bt-primary-850)}
.placeholder-primary-850::placeholder{color:var(--bt-primary-850)}
.placeholder-primary-900::-moz-placeholder{color:var(--bt-primary-900)}
.placeholder-primary-900::placeholder{color:var(--bt-primary-900)}
.placeholder-primary-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-primary-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-primary-contrast-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-primary-contrast-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-primary-contrast-contrast\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-primary-contrast-contrast\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-primary-contrast-contrast\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-primary-contrast-contrast\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-primary-contrast-contrast\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-primary-contrast-contrast\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-primary-contrast-contrast\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-primary-contrast-contrast\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-primary-contrast-contrast\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-primary-contrast-contrast\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-primary-contrast-contrast\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-primary-contrast-contrast\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-primary-contrast-contrast\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-primary-contrast-contrast\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-primary-contrast-contrast\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-primary-contrast-contrast\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-primary-contrast-contrast\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-primary-contrast-contrast\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-primary-contrast-contrast\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-primary-contrast-contrast\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-primary-contrast-contrast\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-primary-contrast-contrast\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-primary-contrast-contrast\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-primary-contrast-contrast\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-primary-contrast-contrast\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-primary-contrast-contrast\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-primary-contrast-contrast\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-primary-contrast-contrast\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-primary-contrast-contrast\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-primary-contrast-contrast\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-primary-contrast-contrast\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-primary-contrast-contrast\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-primary-contrast-contrast\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-primary-contrast-contrast\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-primary-contrast-contrast\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-primary-contrast-contrast\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-primary-contrast-contrast\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-primary-contrast-contrast\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-primary-contrast-contrast\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-primary-contrast-contrast\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-primary-contrast-contrast\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-primary-contrast-contrast\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-primary-contrast-contrastsWithCard::-moz-placeholder{}
.placeholder-primary-contrast-contrastsWithCard::placeholder{}
.placeholder-primary-contrast-isDark::-moz-placeholder{}
.placeholder-primary-contrast-isDark::placeholder{}
.placeholder-primary-contrast-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-primary-contrast-text::placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-primary-contrast-text\/0::-moz-placeholder{color:rgb(132 132 132 / 0)}
.placeholder-primary-contrast-text\/0::placeholder{color:rgb(132 132 132 / 0)}
.placeholder-primary-contrast-text\/10::-moz-placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-primary-contrast-text\/10::placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-primary-contrast-text\/100::-moz-placeholder{color:rgb(132 132 132 / 1)}
.placeholder-primary-contrast-text\/100::placeholder{color:rgb(132 132 132 / 1)}
.placeholder-primary-contrast-text\/15::-moz-placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-primary-contrast-text\/15::placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-primary-contrast-text\/20::-moz-placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-primary-contrast-text\/20::placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-primary-contrast-text\/25::-moz-placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-primary-contrast-text\/25::placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-primary-contrast-text\/30::-moz-placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-primary-contrast-text\/30::placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-primary-contrast-text\/35::-moz-placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-primary-contrast-text\/35::placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-primary-contrast-text\/40::-moz-placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-primary-contrast-text\/40::placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-primary-contrast-text\/45::-moz-placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-primary-contrast-text\/45::placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-primary-contrast-text\/5::-moz-placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-primary-contrast-text\/5::placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-primary-contrast-text\/50::-moz-placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-primary-contrast-text\/50::placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-primary-contrast-text\/55::-moz-placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-primary-contrast-text\/55::placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-primary-contrast-text\/60::-moz-placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-primary-contrast-text\/60::placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-primary-contrast-text\/65::-moz-placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-primary-contrast-text\/65::placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-primary-contrast-text\/70::-moz-placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-primary-contrast-text\/70::placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-primary-contrast-text\/75::-moz-placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-primary-contrast-text\/75::placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-primary-contrast-text\/80::-moz-placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-primary-contrast-text\/80::placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-primary-contrast-text\/85::-moz-placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-primary-contrast-text\/85::placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-primary-contrast-text\/90::-moz-placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-primary-contrast-text\/90::placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-primary-contrast-text\/95::-moz-placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-primary-contrast-text\/95::placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-primary-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-primary-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-primary-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-primary-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-primary-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-primary-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-primary-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-primary-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-primary-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-primary-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-primary-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-primary-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-primary-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-primary-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-primary-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-primary-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-primary-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-primary-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-primary-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-primary-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-primary-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-primary-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-primary-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-primary-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-primary-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-primary-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-primary-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-primary-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-primary-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-primary-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-primary-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-primary-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-primary-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-primary-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-primary-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-primary-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-primary-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-primary-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-primary-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-primary-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-primary-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-primary-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-primary-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-primary-contrastsWithCard::placeholder{color:true}
.placeholder-primary-isDark::-moz-placeholder{color:true}
.placeholder-primary-isDark::placeholder{color:true}
.placeholder-primary-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 87 136 / var(--tw-placeholder-opacity))}
.placeholder-primary-text::placeholder{--tw-placeholder-opacity:1;color:rgb(0 87 136 / var(--tw-placeholder-opacity))}
.placeholder-primary-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-primary-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-primary-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-primary-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-primary-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-primary-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-primary-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-primary-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-primary-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-primary-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-primary-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-primary-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-primary-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-primary-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-primary-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-primary-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-primary-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-primary-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-primary-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-primary-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-primary-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-primary-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-primary-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-primary-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-primary-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-primary-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-primary-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-primary-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-primary-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-primary-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-primary-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-primary-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-primary-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-primary-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-primary-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-primary-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-primary-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-primary-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-primary-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-primary-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-primary-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-primary-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-primary-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-primary-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-primary-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-primary-text-contrastsWithCard::placeholder{color:true}
.placeholder-primary-text-isDark::-moz-placeholder{color:true}
.placeholder-primary-text-isDark::placeholder{color:true}
.placeholder-primary-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 87 136 / var(--tw-placeholder-opacity))}
.placeholder-primary-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(0 87 136 / var(--tw-placeholder-opacity))}
.placeholder-primary-text-text\/0::-moz-placeholder{color:rgb(0 87 136 / 0)}
.placeholder-primary-text-text\/0::placeholder{color:rgb(0 87 136 / 0)}
.placeholder-primary-text-text\/10::-moz-placeholder{color:rgb(0 87 136 / 0.1)}
.placeholder-primary-text-text\/10::placeholder{color:rgb(0 87 136 / 0.1)}
.placeholder-primary-text-text\/100::-moz-placeholder{color:rgb(0 87 136 / 1)}
.placeholder-primary-text-text\/100::placeholder{color:rgb(0 87 136 / 1)}
.placeholder-primary-text-text\/15::-moz-placeholder{color:rgb(0 87 136 / 0.15)}
.placeholder-primary-text-text\/15::placeholder{color:rgb(0 87 136 / 0.15)}
.placeholder-primary-text-text\/20::-moz-placeholder{color:rgb(0 87 136 / 0.2)}
.placeholder-primary-text-text\/20::placeholder{color:rgb(0 87 136 / 0.2)}
.placeholder-primary-text-text\/25::-moz-placeholder{color:rgb(0 87 136 / 0.25)}
.placeholder-primary-text-text\/25::placeholder{color:rgb(0 87 136 / 0.25)}
.placeholder-primary-text-text\/30::-moz-placeholder{color:rgb(0 87 136 / 0.3)}
.placeholder-primary-text-text\/30::placeholder{color:rgb(0 87 136 / 0.3)}
.placeholder-primary-text-text\/35::-moz-placeholder{color:rgb(0 87 136 / 0.35)}
.placeholder-primary-text-text\/35::placeholder{color:rgb(0 87 136 / 0.35)}
.placeholder-primary-text-text\/40::-moz-placeholder{color:rgb(0 87 136 / 0.4)}
.placeholder-primary-text-text\/40::placeholder{color:rgb(0 87 136 / 0.4)}
.placeholder-primary-text-text\/45::-moz-placeholder{color:rgb(0 87 136 / 0.45)}
.placeholder-primary-text-text\/45::placeholder{color:rgb(0 87 136 / 0.45)}
.placeholder-primary-text-text\/5::-moz-placeholder{color:rgb(0 87 136 / 0.05)}
.placeholder-primary-text-text\/5::placeholder{color:rgb(0 87 136 / 0.05)}
.placeholder-primary-text-text\/50::-moz-placeholder{color:rgb(0 87 136 / 0.5)}
.placeholder-primary-text-text\/50::placeholder{color:rgb(0 87 136 / 0.5)}
.placeholder-primary-text-text\/55::-moz-placeholder{color:rgb(0 87 136 / 0.55)}
.placeholder-primary-text-text\/55::placeholder{color:rgb(0 87 136 / 0.55)}
.placeholder-primary-text-text\/60::-moz-placeholder{color:rgb(0 87 136 / 0.6)}
.placeholder-primary-text-text\/60::placeholder{color:rgb(0 87 136 / 0.6)}
.placeholder-primary-text-text\/65::-moz-placeholder{color:rgb(0 87 136 / 0.65)}
.placeholder-primary-text-text\/65::placeholder{color:rgb(0 87 136 / 0.65)}
.placeholder-primary-text-text\/70::-moz-placeholder{color:rgb(0 87 136 / 0.7)}
.placeholder-primary-text-text\/70::placeholder{color:rgb(0 87 136 / 0.7)}
.placeholder-primary-text-text\/75::-moz-placeholder{color:rgb(0 87 136 / 0.75)}
.placeholder-primary-text-text\/75::placeholder{color:rgb(0 87 136 / 0.75)}
.placeholder-primary-text-text\/80::-moz-placeholder{color:rgb(0 87 136 / 0.8)}
.placeholder-primary-text-text\/80::placeholder{color:rgb(0 87 136 / 0.8)}
.placeholder-primary-text-text\/85::-moz-placeholder{color:rgb(0 87 136 / 0.85)}
.placeholder-primary-text-text\/85::placeholder{color:rgb(0 87 136 / 0.85)}
.placeholder-primary-text-text\/90::-moz-placeholder{color:rgb(0 87 136 / 0.9)}
.placeholder-primary-text-text\/90::placeholder{color:rgb(0 87 136 / 0.9)}
.placeholder-primary-text-text\/95::-moz-placeholder{color:rgb(0 87 136 / 0.95)}
.placeholder-primary-text-text\/95::placeholder{color:rgb(0 87 136 / 0.95)}
.placeholder-primary-text\/0::-moz-placeholder{color:rgb(0 87 136 / 0)}
.placeholder-primary-text\/0::placeholder{color:rgb(0 87 136 / 0)}
.placeholder-primary-text\/10::-moz-placeholder{color:rgb(0 87 136 / 0.1)}
.placeholder-primary-text\/10::placeholder{color:rgb(0 87 136 / 0.1)}
.placeholder-primary-text\/100::-moz-placeholder{color:rgb(0 87 136 / 1)}
.placeholder-primary-text\/100::placeholder{color:rgb(0 87 136 / 1)}
.placeholder-primary-text\/15::-moz-placeholder{color:rgb(0 87 136 / 0.15)}
.placeholder-primary-text\/15::placeholder{color:rgb(0 87 136 / 0.15)}
.placeholder-primary-text\/20::-moz-placeholder{color:rgb(0 87 136 / 0.2)}
.placeholder-primary-text\/20::placeholder{color:rgb(0 87 136 / 0.2)}
.placeholder-primary-text\/25::-moz-placeholder{color:rgb(0 87 136 / 0.25)}
.placeholder-primary-text\/25::placeholder{color:rgb(0 87 136 / 0.25)}
.placeholder-primary-text\/30::-moz-placeholder{color:rgb(0 87 136 / 0.3)}
.placeholder-primary-text\/30::placeholder{color:rgb(0 87 136 / 0.3)}
.placeholder-primary-text\/35::-moz-placeholder{color:rgb(0 87 136 / 0.35)}
.placeholder-primary-text\/35::placeholder{color:rgb(0 87 136 / 0.35)}
.placeholder-primary-text\/40::-moz-placeholder{color:rgb(0 87 136 / 0.4)}
.placeholder-primary-text\/40::placeholder{color:rgb(0 87 136 / 0.4)}
.placeholder-primary-text\/45::-moz-placeholder{color:rgb(0 87 136 / 0.45)}
.placeholder-primary-text\/45::placeholder{color:rgb(0 87 136 / 0.45)}
.placeholder-primary-text\/5::-moz-placeholder{color:rgb(0 87 136 / 0.05)}
.placeholder-primary-text\/5::placeholder{color:rgb(0 87 136 / 0.05)}
.placeholder-primary-text\/50::-moz-placeholder{color:rgb(0 87 136 / 0.5)}
.placeholder-primary-text\/50::placeholder{color:rgb(0 87 136 / 0.5)}
.placeholder-primary-text\/55::-moz-placeholder{color:rgb(0 87 136 / 0.55)}
.placeholder-primary-text\/55::placeholder{color:rgb(0 87 136 / 0.55)}
.placeholder-primary-text\/60::-moz-placeholder{color:rgb(0 87 136 / 0.6)}
.placeholder-primary-text\/60::placeholder{color:rgb(0 87 136 / 0.6)}
.placeholder-primary-text\/65::-moz-placeholder{color:rgb(0 87 136 / 0.65)}
.placeholder-primary-text\/65::placeholder{color:rgb(0 87 136 / 0.65)}
.placeholder-primary-text\/70::-moz-placeholder{color:rgb(0 87 136 / 0.7)}
.placeholder-primary-text\/70::placeholder{color:rgb(0 87 136 / 0.7)}
.placeholder-primary-text\/75::-moz-placeholder{color:rgb(0 87 136 / 0.75)}
.placeholder-primary-text\/75::placeholder{color:rgb(0 87 136 / 0.75)}
.placeholder-primary-text\/80::-moz-placeholder{color:rgb(0 87 136 / 0.8)}
.placeholder-primary-text\/80::placeholder{color:rgb(0 87 136 / 0.8)}
.placeholder-primary-text\/85::-moz-placeholder{color:rgb(0 87 136 / 0.85)}
.placeholder-primary-text\/85::placeholder{color:rgb(0 87 136 / 0.85)}
.placeholder-primary-text\/90::-moz-placeholder{color:rgb(0 87 136 / 0.9)}
.placeholder-primary-text\/90::placeholder{color:rgb(0 87 136 / 0.9)}
.placeholder-primary-text\/95::-moz-placeholder{color:rgb(0 87 136 / 0.95)}
.placeholder-primary-text\/95::placeholder{color:rgb(0 87 136 / 0.95)}
.placeholder-primary\/0::-moz-placeholder{color:rgb(0 87 136 / 0)}
.placeholder-primary\/0::placeholder{color:rgb(0 87 136 / 0)}
.placeholder-primary\/10::-moz-placeholder{color:rgb(0 87 136 / 0.1)}
.placeholder-primary\/10::placeholder{color:rgb(0 87 136 / 0.1)}
.placeholder-primary\/100::-moz-placeholder{color:rgb(0 87 136 / 1)}
.placeholder-primary\/100::placeholder{color:rgb(0 87 136 / 1)}
.placeholder-primary\/15::-moz-placeholder{color:rgb(0 87 136 / 0.15)}
.placeholder-primary\/15::placeholder{color:rgb(0 87 136 / 0.15)}
.placeholder-primary\/20::-moz-placeholder{color:rgb(0 87 136 / 0.2)}
.placeholder-primary\/20::placeholder{color:rgb(0 87 136 / 0.2)}
.placeholder-primary\/25::-moz-placeholder{color:rgb(0 87 136 / 0.25)}
.placeholder-primary\/25::placeholder{color:rgb(0 87 136 / 0.25)}
.placeholder-primary\/30::-moz-placeholder{color:rgb(0 87 136 / 0.3)}
.placeholder-primary\/30::placeholder{color:rgb(0 87 136 / 0.3)}
.placeholder-primary\/35::-moz-placeholder{color:rgb(0 87 136 / 0.35)}
.placeholder-primary\/35::placeholder{color:rgb(0 87 136 / 0.35)}
.placeholder-primary\/40::-moz-placeholder{color:rgb(0 87 136 / 0.4)}
.placeholder-primary\/40::placeholder{color:rgb(0 87 136 / 0.4)}
.placeholder-primary\/45::-moz-placeholder{color:rgb(0 87 136 / 0.45)}
.placeholder-primary\/45::placeholder{color:rgb(0 87 136 / 0.45)}
.placeholder-primary\/5::-moz-placeholder{color:rgb(0 87 136 / 0.05)}
.placeholder-primary\/5::placeholder{color:rgb(0 87 136 / 0.05)}
.placeholder-primary\/50::-moz-placeholder{color:rgb(0 87 136 / 0.5)}
.placeholder-primary\/50::placeholder{color:rgb(0 87 136 / 0.5)}
.placeholder-primary\/55::-moz-placeholder{color:rgb(0 87 136 / 0.55)}
.placeholder-primary\/55::placeholder{color:rgb(0 87 136 / 0.55)}
.placeholder-primary\/60::-moz-placeholder{color:rgb(0 87 136 / 0.6)}
.placeholder-primary\/60::placeholder{color:rgb(0 87 136 / 0.6)}
.placeholder-primary\/65::-moz-placeholder{color:rgb(0 87 136 / 0.65)}
.placeholder-primary\/65::placeholder{color:rgb(0 87 136 / 0.65)}
.placeholder-primary\/70::-moz-placeholder{color:rgb(0 87 136 / 0.7)}
.placeholder-primary\/70::placeholder{color:rgb(0 87 136 / 0.7)}
.placeholder-primary\/75::-moz-placeholder{color:rgb(0 87 136 / 0.75)}
.placeholder-primary\/75::placeholder{color:rgb(0 87 136 / 0.75)}
.placeholder-primary\/80::-moz-placeholder{color:rgb(0 87 136 / 0.8)}
.placeholder-primary\/80::placeholder{color:rgb(0 87 136 / 0.8)}
.placeholder-primary\/85::-moz-placeholder{color:rgb(0 87 136 / 0.85)}
.placeholder-primary\/85::placeholder{color:rgb(0 87 136 / 0.85)}
.placeholder-primary\/90::-moz-placeholder{color:rgb(0 87 136 / 0.9)}
.placeholder-primary\/90::placeholder{color:rgb(0 87 136 / 0.9)}
.placeholder-primary\/95::-moz-placeholder{color:rgb(0 87 136 / 0.95)}
.placeholder-primary\/95::placeholder{color:rgb(0 87 136 / 0.95)}
.placeholder-secondary-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-secondary-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-secondary-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-secondary-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-secondary-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-secondary-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-secondary-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-secondary-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-secondary-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-secondary-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-secondary-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-secondary-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-secondary-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-secondary-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-secondary-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-secondary-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-secondary-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-secondary-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-secondary-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-secondary-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-secondary-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-secondary-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-secondary-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-secondary-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-secondary-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-secondary-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-secondary-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-secondary-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-secondary-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-secondary-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-secondary-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-secondary-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-secondary-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-secondary-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-secondary-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-secondary-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-secondary-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-secondary-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-secondary-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-secondary-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-secondary-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-secondary-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-secondary-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-secondary-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-secondary-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-secondary-text-contrastsWithCard::placeholder{color:true}
.placeholder-secondary-text-isDark::-moz-placeholder{color:true}
.placeholder-secondary-text-isDark::placeholder{color:true}
.placeholder-secondary-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(90 94 100 / var(--tw-placeholder-opacity))}
.placeholder-secondary-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(90 94 100 / var(--tw-placeholder-opacity))}
.placeholder-secondary-text-text\/0::-moz-placeholder{color:rgb(90 94 100 / 0)}
.placeholder-secondary-text-text\/0::placeholder{color:rgb(90 94 100 / 0)}
.placeholder-secondary-text-text\/10::-moz-placeholder{color:rgb(90 94 100 / 0.1)}
.placeholder-secondary-text-text\/10::placeholder{color:rgb(90 94 100 / 0.1)}
.placeholder-secondary-text-text\/100::-moz-placeholder{color:rgb(90 94 100 / 1)}
.placeholder-secondary-text-text\/100::placeholder{color:rgb(90 94 100 / 1)}
.placeholder-secondary-text-text\/15::-moz-placeholder{color:rgb(90 94 100 / 0.15)}
.placeholder-secondary-text-text\/15::placeholder{color:rgb(90 94 100 / 0.15)}
.placeholder-secondary-text-text\/20::-moz-placeholder{color:rgb(90 94 100 / 0.2)}
.placeholder-secondary-text-text\/20::placeholder{color:rgb(90 94 100 / 0.2)}
.placeholder-secondary-text-text\/25::-moz-placeholder{color:rgb(90 94 100 / 0.25)}
.placeholder-secondary-text-text\/25::placeholder{color:rgb(90 94 100 / 0.25)}
.placeholder-secondary-text-text\/30::-moz-placeholder{color:rgb(90 94 100 / 0.3)}
.placeholder-secondary-text-text\/30::placeholder{color:rgb(90 94 100 / 0.3)}
.placeholder-secondary-text-text\/35::-moz-placeholder{color:rgb(90 94 100 / 0.35)}
.placeholder-secondary-text-text\/35::placeholder{color:rgb(90 94 100 / 0.35)}
.placeholder-secondary-text-text\/40::-moz-placeholder{color:rgb(90 94 100 / 0.4)}
.placeholder-secondary-text-text\/40::placeholder{color:rgb(90 94 100 / 0.4)}
.placeholder-secondary-text-text\/45::-moz-placeholder{color:rgb(90 94 100 / 0.45)}
.placeholder-secondary-text-text\/45::placeholder{color:rgb(90 94 100 / 0.45)}
.placeholder-secondary-text-text\/5::-moz-placeholder{color:rgb(90 94 100 / 0.05)}
.placeholder-secondary-text-text\/5::placeholder{color:rgb(90 94 100 / 0.05)}
.placeholder-secondary-text-text\/50::-moz-placeholder{color:rgb(90 94 100 / 0.5)}
.placeholder-secondary-text-text\/50::placeholder{color:rgb(90 94 100 / 0.5)}
.placeholder-secondary-text-text\/55::-moz-placeholder{color:rgb(90 94 100 / 0.55)}
.placeholder-secondary-text-text\/55::placeholder{color:rgb(90 94 100 / 0.55)}
.placeholder-secondary-text-text\/60::-moz-placeholder{color:rgb(90 94 100 / 0.6)}
.placeholder-secondary-text-text\/60::placeholder{color:rgb(90 94 100 / 0.6)}
.placeholder-secondary-text-text\/65::-moz-placeholder{color:rgb(90 94 100 / 0.65)}
.placeholder-secondary-text-text\/65::placeholder{color:rgb(90 94 100 / 0.65)}
.placeholder-secondary-text-text\/70::-moz-placeholder{color:rgb(90 94 100 / 0.7)}
.placeholder-secondary-text-text\/70::placeholder{color:rgb(90 94 100 / 0.7)}
.placeholder-secondary-text-text\/75::-moz-placeholder{color:rgb(90 94 100 / 0.75)}
.placeholder-secondary-text-text\/75::placeholder{color:rgb(90 94 100 / 0.75)}
.placeholder-secondary-text-text\/80::-moz-placeholder{color:rgb(90 94 100 / 0.8)}
.placeholder-secondary-text-text\/80::placeholder{color:rgb(90 94 100 / 0.8)}
.placeholder-secondary-text-text\/85::-moz-placeholder{color:rgb(90 94 100 / 0.85)}
.placeholder-secondary-text-text\/85::placeholder{color:rgb(90 94 100 / 0.85)}
.placeholder-secondary-text-text\/90::-moz-placeholder{color:rgb(90 94 100 / 0.9)}
.placeholder-secondary-text-text\/90::placeholder{color:rgb(90 94 100 / 0.9)}
.placeholder-secondary-text-text\/95::-moz-placeholder{color:rgb(90 94 100 / 0.95)}
.placeholder-secondary-text-text\/95::placeholder{color:rgb(90 94 100 / 0.95)}
.placeholder-success-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-success-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-success-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-success-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-success-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-success-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-success-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-success-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-success-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-success-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-success-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-success-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-success-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-success-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-success-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-success-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-success-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-success-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-success-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-success-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-success-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-success-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-success-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-success-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-success-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-success-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-success-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-success-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-success-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-success-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-success-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-success-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-success-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-success-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-success-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-success-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-success-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-success-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-success-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-success-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-success-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-success-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-success-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-success-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-success-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-success-text-contrastsWithCard::placeholder{color:true}
.placeholder-success-text-isDark::-moz-placeholder{color:true}
.placeholder-success-text-isDark::placeholder{color:true}
.placeholder-success-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(27 135 73 / var(--tw-placeholder-opacity))}
.placeholder-success-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(27 135 73 / var(--tw-placeholder-opacity))}
.placeholder-success-text-text\/0::-moz-placeholder{color:rgb(27 135 73 / 0)}
.placeholder-success-text-text\/0::placeholder{color:rgb(27 135 73 / 0)}
.placeholder-success-text-text\/10::-moz-placeholder{color:rgb(27 135 73 / 0.1)}
.placeholder-success-text-text\/10::placeholder{color:rgb(27 135 73 / 0.1)}
.placeholder-success-text-text\/100::-moz-placeholder{color:rgb(27 135 73 / 1)}
.placeholder-success-text-text\/100::placeholder{color:rgb(27 135 73 / 1)}
.placeholder-success-text-text\/15::-moz-placeholder{color:rgb(27 135 73 / 0.15)}
.placeholder-success-text-text\/15::placeholder{color:rgb(27 135 73 / 0.15)}
.placeholder-success-text-text\/20::-moz-placeholder{color:rgb(27 135 73 / 0.2)}
.placeholder-success-text-text\/20::placeholder{color:rgb(27 135 73 / 0.2)}
.placeholder-success-text-text\/25::-moz-placeholder{color:rgb(27 135 73 / 0.25)}
.placeholder-success-text-text\/25::placeholder{color:rgb(27 135 73 / 0.25)}
.placeholder-success-text-text\/30::-moz-placeholder{color:rgb(27 135 73 / 0.3)}
.placeholder-success-text-text\/30::placeholder{color:rgb(27 135 73 / 0.3)}
.placeholder-success-text-text\/35::-moz-placeholder{color:rgb(27 135 73 / 0.35)}
.placeholder-success-text-text\/35::placeholder{color:rgb(27 135 73 / 0.35)}
.placeholder-success-text-text\/40::-moz-placeholder{color:rgb(27 135 73 / 0.4)}
.placeholder-success-text-text\/40::placeholder{color:rgb(27 135 73 / 0.4)}
.placeholder-success-text-text\/45::-moz-placeholder{color:rgb(27 135 73 / 0.45)}
.placeholder-success-text-text\/45::placeholder{color:rgb(27 135 73 / 0.45)}
.placeholder-success-text-text\/5::-moz-placeholder{color:rgb(27 135 73 / 0.05)}
.placeholder-success-text-text\/5::placeholder{color:rgb(27 135 73 / 0.05)}
.placeholder-success-text-text\/50::-moz-placeholder{color:rgb(27 135 73 / 0.5)}
.placeholder-success-text-text\/50::placeholder{color:rgb(27 135 73 / 0.5)}
.placeholder-success-text-text\/55::-moz-placeholder{color:rgb(27 135 73 / 0.55)}
.placeholder-success-text-text\/55::placeholder{color:rgb(27 135 73 / 0.55)}
.placeholder-success-text-text\/60::-moz-placeholder{color:rgb(27 135 73 / 0.6)}
.placeholder-success-text-text\/60::placeholder{color:rgb(27 135 73 / 0.6)}
.placeholder-success-text-text\/65::-moz-placeholder{color:rgb(27 135 73 / 0.65)}
.placeholder-success-text-text\/65::placeholder{color:rgb(27 135 73 / 0.65)}
.placeholder-success-text-text\/70::-moz-placeholder{color:rgb(27 135 73 / 0.7)}
.placeholder-success-text-text\/70::placeholder{color:rgb(27 135 73 / 0.7)}
.placeholder-success-text-text\/75::-moz-placeholder{color:rgb(27 135 73 / 0.75)}
.placeholder-success-text-text\/75::placeholder{color:rgb(27 135 73 / 0.75)}
.placeholder-success-text-text\/80::-moz-placeholder{color:rgb(27 135 73 / 0.8)}
.placeholder-success-text-text\/80::placeholder{color:rgb(27 135 73 / 0.8)}
.placeholder-success-text-text\/85::-moz-placeholder{color:rgb(27 135 73 / 0.85)}
.placeholder-success-text-text\/85::placeholder{color:rgb(27 135 73 / 0.85)}
.placeholder-success-text-text\/90::-moz-placeholder{color:rgb(27 135 73 / 0.9)}
.placeholder-success-text-text\/90::placeholder{color:rgb(27 135 73 / 0.9)}
.placeholder-success-text-text\/95::-moz-placeholder{color:rgb(27 135 73 / 0.95)}
.placeholder-success-text-text\/95::placeholder{color:rgb(27 135 73 / 0.95)}
.placeholder-text-100::-moz-placeholder{color:var(--bt-text-100)}
.placeholder-text-100::placeholder{color:var(--bt-text-100)}
.placeholder-text-200::-moz-placeholder{color:var(--bt-text-200)}
.placeholder-text-200::placeholder{color:var(--bt-text-200)}
.placeholder-text-300::-moz-placeholder{color:var(--bt-text-300)}
.placeholder-text-300::placeholder{color:var(--bt-text-300)}
.placeholder-text-400::-moz-placeholder{color:var(--bt-text-400)}
.placeholder-text-400::placeholder{color:var(--bt-text-400)}
.placeholder-text-500::-moz-placeholder{color:var(--bt-text-500)}
.placeholder-text-500::placeholder{color:var(--bt-text-500)}
.placeholder-text-600::-moz-placeholder{color:var(--bt-text-600)}
.placeholder-text-600::placeholder{color:var(--bt-text-600)}
.placeholder-text-700::-moz-placeholder{color:var(--bt-text-700)}
.placeholder-text-700::placeholder{color:var(--bt-text-700)}
.placeholder-text-800::-moz-placeholder{color:var(--bt-text-800)}
.placeholder-text-800::placeholder{color:var(--bt-text-800)}
.placeholder-text-900::-moz-placeholder{color:var(--bt-text-900)}
.placeholder-text-900::placeholder{color:var(--bt-text-900)}
.placeholder-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-text-contrast-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-text-contrast-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-text-contrast-contrast\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-text-contrast-contrast\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-text-contrast-contrast\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-text-contrast-contrast\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-text-contrast-contrast\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-text-contrast-contrast\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-text-contrast-contrast\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-text-contrast-contrast\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-text-contrast-contrast\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-text-contrast-contrast\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-text-contrast-contrast\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-text-contrast-contrast\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-text-contrast-contrast\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-text-contrast-contrast\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-text-contrast-contrast\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-text-contrast-contrast\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-text-contrast-contrast\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-text-contrast-contrast\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-text-contrast-contrast\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-text-contrast-contrast\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-text-contrast-contrast\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-text-contrast-contrast\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-text-contrast-contrast\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-text-contrast-contrast\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-text-contrast-contrast\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-text-contrast-contrast\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-text-contrast-contrast\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-text-contrast-contrast\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-text-contrast-contrast\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-text-contrast-contrast\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-text-contrast-contrast\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-text-contrast-contrast\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-text-contrast-contrast\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-text-contrast-contrast\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-text-contrast-contrast\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-text-contrast-contrast\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-text-contrast-contrast\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-text-contrast-contrast\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-text-contrast-contrast\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-text-contrast-contrast\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-text-contrast-contrast\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-text-contrast-contrast\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-text-contrast-contrastsWithCard::-moz-placeholder{}
.placeholder-text-contrast-contrastsWithCard::placeholder{}
.placeholder-text-contrast-isDark::-moz-placeholder{}
.placeholder-text-contrast-isDark::placeholder{}
.placeholder-text-contrast-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-text-contrast-text::placeholder{--tw-placeholder-opacity:1;color:rgb(132 132 132 / var(--tw-placeholder-opacity))}
.placeholder-text-contrast-text\/0::-moz-placeholder{color:rgb(132 132 132 / 0)}
.placeholder-text-contrast-text\/0::placeholder{color:rgb(132 132 132 / 0)}
.placeholder-text-contrast-text\/10::-moz-placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-text-contrast-text\/10::placeholder{color:rgb(132 132 132 / 0.1)}
.placeholder-text-contrast-text\/100::-moz-placeholder{color:rgb(132 132 132 / 1)}
.placeholder-text-contrast-text\/100::placeholder{color:rgb(132 132 132 / 1)}
.placeholder-text-contrast-text\/15::-moz-placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-text-contrast-text\/15::placeholder{color:rgb(132 132 132 / 0.15)}
.placeholder-text-contrast-text\/20::-moz-placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-text-contrast-text\/20::placeholder{color:rgb(132 132 132 / 0.2)}
.placeholder-text-contrast-text\/25::-moz-placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-text-contrast-text\/25::placeholder{color:rgb(132 132 132 / 0.25)}
.placeholder-text-contrast-text\/30::-moz-placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-text-contrast-text\/30::placeholder{color:rgb(132 132 132 / 0.3)}
.placeholder-text-contrast-text\/35::-moz-placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-text-contrast-text\/35::placeholder{color:rgb(132 132 132 / 0.35)}
.placeholder-text-contrast-text\/40::-moz-placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-text-contrast-text\/40::placeholder{color:rgb(132 132 132 / 0.4)}
.placeholder-text-contrast-text\/45::-moz-placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-text-contrast-text\/45::placeholder{color:rgb(132 132 132 / 0.45)}
.placeholder-text-contrast-text\/5::-moz-placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-text-contrast-text\/5::placeholder{color:rgb(132 132 132 / 0.05)}
.placeholder-text-contrast-text\/50::-moz-placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-text-contrast-text\/50::placeholder{color:rgb(132 132 132 / 0.5)}
.placeholder-text-contrast-text\/55::-moz-placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-text-contrast-text\/55::placeholder{color:rgb(132 132 132 / 0.55)}
.placeholder-text-contrast-text\/60::-moz-placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-text-contrast-text\/60::placeholder{color:rgb(132 132 132 / 0.6)}
.placeholder-text-contrast-text\/65::-moz-placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-text-contrast-text\/65::placeholder{color:rgb(132 132 132 / 0.65)}
.placeholder-text-contrast-text\/70::-moz-placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-text-contrast-text\/70::placeholder{color:rgb(132 132 132 / 0.7)}
.placeholder-text-contrast-text\/75::-moz-placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-text-contrast-text\/75::placeholder{color:rgb(132 132 132 / 0.75)}
.placeholder-text-contrast-text\/80::-moz-placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-text-contrast-text\/80::placeholder{color:rgb(132 132 132 / 0.8)}
.placeholder-text-contrast-text\/85::-moz-placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-text-contrast-text\/85::placeholder{color:rgb(132 132 132 / 0.85)}
.placeholder-text-contrast-text\/90::-moz-placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-text-contrast-text\/90::placeholder{color:rgb(132 132 132 / 0.9)}
.placeholder-text-contrast-text\/95::-moz-placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-text-contrast-text\/95::placeholder{color:rgb(132 132 132 / 0.95)}
.placeholder-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-text-contrastsWithCard::placeholder{color:true}
.placeholder-text-isDark::-moz-placeholder{color:true}
.placeholder-text-isDark::placeholder{color:true}
.placeholder-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-text-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-text-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(255 255 255 / var(--tw-placeholder-opacity))}
.placeholder-text-text-contrast\/0::-moz-placeholder{color:rgb(255 255 255 / 0)}
.placeholder-text-text-contrast\/0::placeholder{color:rgb(255 255 255 / 0)}
.placeholder-text-text-contrast\/10::-moz-placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-text-text-contrast\/10::placeholder{color:rgb(255 255 255 / 0.1)}
.placeholder-text-text-contrast\/100::-moz-placeholder{color:rgb(255 255 255 / 1)}
.placeholder-text-text-contrast\/100::placeholder{color:rgb(255 255 255 / 1)}
.placeholder-text-text-contrast\/15::-moz-placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-text-text-contrast\/15::placeholder{color:rgb(255 255 255 / 0.15)}
.placeholder-text-text-contrast\/20::-moz-placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-text-text-contrast\/20::placeholder{color:rgb(255 255 255 / 0.2)}
.placeholder-text-text-contrast\/25::-moz-placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-text-text-contrast\/25::placeholder{color:rgb(255 255 255 / 0.25)}
.placeholder-text-text-contrast\/30::-moz-placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-text-text-contrast\/30::placeholder{color:rgb(255 255 255 / 0.3)}
.placeholder-text-text-contrast\/35::-moz-placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-text-text-contrast\/35::placeholder{color:rgb(255 255 255 / 0.35)}
.placeholder-text-text-contrast\/40::-moz-placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-text-text-contrast\/40::placeholder{color:rgb(255 255 255 / 0.4)}
.placeholder-text-text-contrast\/45::-moz-placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-text-text-contrast\/45::placeholder{color:rgb(255 255 255 / 0.45)}
.placeholder-text-text-contrast\/5::-moz-placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-text-text-contrast\/5::placeholder{color:rgb(255 255 255 / 0.05)}
.placeholder-text-text-contrast\/50::-moz-placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-text-text-contrast\/50::placeholder{color:rgb(255 255 255 / 0.5)}
.placeholder-text-text-contrast\/55::-moz-placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-text-text-contrast\/55::placeholder{color:rgb(255 255 255 / 0.55)}
.placeholder-text-text-contrast\/60::-moz-placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-text-text-contrast\/60::placeholder{color:rgb(255 255 255 / 0.6)}
.placeholder-text-text-contrast\/65::-moz-placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-text-text-contrast\/65::placeholder{color:rgb(255 255 255 / 0.65)}
.placeholder-text-text-contrast\/70::-moz-placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-text-text-contrast\/70::placeholder{color:rgb(255 255 255 / 0.7)}
.placeholder-text-text-contrast\/75::-moz-placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-text-text-contrast\/75::placeholder{color:rgb(255 255 255 / 0.75)}
.placeholder-text-text-contrast\/80::-moz-placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-text-text-contrast\/80::placeholder{color:rgb(255 255 255 / 0.8)}
.placeholder-text-text-contrast\/85::-moz-placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-text-text-contrast\/85::placeholder{color:rgb(255 255 255 / 0.85)}
.placeholder-text-text-contrast\/90::-moz-placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-text-text-contrast\/90::placeholder{color:rgb(255 255 255 / 0.9)}
.placeholder-text-text-contrast\/95::-moz-placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-text-text-contrast\/95::placeholder{color:rgb(255 255 255 / 0.95)}
.placeholder-text-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-text-text-contrastsWithCard::placeholder{color:true}
.placeholder-text-text-isDark::-moz-placeholder{color:true}
.placeholder-text-text-isDark::placeholder{color:true}
.placeholder-text-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-text-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-text-text-text\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-text-text-text\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-text-text-text\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-text-text-text\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-text-text-text\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-text-text-text\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-text-text-text\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-text-text-text\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-text-text-text\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-text-text-text\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-text-text-text\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-text-text-text\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-text-text-text\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-text-text-text\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-text-text-text\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-text-text-text\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-text-text-text\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-text-text-text\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-text-text-text\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-text-text-text\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-text-text-text\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-text-text-text\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-text-text-text\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-text-text-text\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-text-text-text\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-text-text-text\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-text-text-text\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-text-text-text\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-text-text-text\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-text-text-text\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-text-text-text\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-text-text-text\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-text-text-text\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-text-text-text\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-text-text-text\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-text-text-text\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-text-text-text\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-text-text-text\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-text-text-text\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-text-text-text\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-text-text-text\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-text-text-text\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-text-text\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-text-text\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-text-text\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-text-text\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-text-text\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-text-text\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-text-text\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-text-text\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-text-text\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-text-text\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-text-text\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-text-text\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-text-text\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-text-text\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-text-text\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-text-text\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-text-text\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-text-text\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-text-text\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-text-text\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-text-text\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-text-text\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-text-text\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-text-text\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-text-text\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-text-text\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-text-text\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-text-text\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-text-text\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-text-text\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-text-text\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-text-text\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-text-text\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-text-text\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-text-text\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-text-text\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-text-text\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-text-text\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-text-text\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-text-text\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-text-text\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-text-text\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-warning-text-contrast::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-warning-text-contrast::placeholder{--tw-placeholder-opacity:1;color:rgb(0 0 0 / var(--tw-placeholder-opacity))}
.placeholder-warning-text-contrast\/0::-moz-placeholder{color:rgb(0 0 0 / 0)}
.placeholder-warning-text-contrast\/0::placeholder{color:rgb(0 0 0 / 0)}
.placeholder-warning-text-contrast\/10::-moz-placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-warning-text-contrast\/10::placeholder{color:rgb(0 0 0 / 0.1)}
.placeholder-warning-text-contrast\/100::-moz-placeholder{color:rgb(0 0 0 / 1)}
.placeholder-warning-text-contrast\/100::placeholder{color:rgb(0 0 0 / 1)}
.placeholder-warning-text-contrast\/15::-moz-placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-warning-text-contrast\/15::placeholder{color:rgb(0 0 0 / 0.15)}
.placeholder-warning-text-contrast\/20::-moz-placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-warning-text-contrast\/20::placeholder{color:rgb(0 0 0 / 0.2)}
.placeholder-warning-text-contrast\/25::-moz-placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-warning-text-contrast\/25::placeholder{color:rgb(0 0 0 / 0.25)}
.placeholder-warning-text-contrast\/30::-moz-placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-warning-text-contrast\/30::placeholder{color:rgb(0 0 0 / 0.3)}
.placeholder-warning-text-contrast\/35::-moz-placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-warning-text-contrast\/35::placeholder{color:rgb(0 0 0 / 0.35)}
.placeholder-warning-text-contrast\/40::-moz-placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-warning-text-contrast\/40::placeholder{color:rgb(0 0 0 / 0.4)}
.placeholder-warning-text-contrast\/45::-moz-placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-warning-text-contrast\/45::placeholder{color:rgb(0 0 0 / 0.45)}
.placeholder-warning-text-contrast\/5::-moz-placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-warning-text-contrast\/5::placeholder{color:rgb(0 0 0 / 0.05)}
.placeholder-warning-text-contrast\/50::-moz-placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-warning-text-contrast\/50::placeholder{color:rgb(0 0 0 / 0.5)}
.placeholder-warning-text-contrast\/55::-moz-placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-warning-text-contrast\/55::placeholder{color:rgb(0 0 0 / 0.55)}
.placeholder-warning-text-contrast\/60::-moz-placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-warning-text-contrast\/60::placeholder{color:rgb(0 0 0 / 0.6)}
.placeholder-warning-text-contrast\/65::-moz-placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-warning-text-contrast\/65::placeholder{color:rgb(0 0 0 / 0.65)}
.placeholder-warning-text-contrast\/70::-moz-placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-warning-text-contrast\/70::placeholder{color:rgb(0 0 0 / 0.7)}
.placeholder-warning-text-contrast\/75::-moz-placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-warning-text-contrast\/75::placeholder{color:rgb(0 0 0 / 0.75)}
.placeholder-warning-text-contrast\/80::-moz-placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-warning-text-contrast\/80::placeholder{color:rgb(0 0 0 / 0.8)}
.placeholder-warning-text-contrast\/85::-moz-placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-warning-text-contrast\/85::placeholder{color:rgb(0 0 0 / 0.85)}
.placeholder-warning-text-contrast\/90::-moz-placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-warning-text-contrast\/90::placeholder{color:rgb(0 0 0 / 0.9)}
.placeholder-warning-text-contrast\/95::-moz-placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-warning-text-contrast\/95::placeholder{color:rgb(0 0 0 / 0.95)}
.placeholder-warning-text-contrastsWithCard::-moz-placeholder{color:true}
.placeholder-warning-text-contrastsWithCard::placeholder{color:true}
.placeholder-warning-text-isDark::-moz-placeholder{}
.placeholder-warning-text-isDark::placeholder{}
.placeholder-warning-text-text::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(255 168 0 / var(--tw-placeholder-opacity))}
.placeholder-warning-text-text::placeholder{--tw-placeholder-opacity:1;color:rgb(255 168 0 / var(--tw-placeholder-opacity))}
.placeholder-warning-text-text\/0::-moz-placeholder{color:rgb(255 168 0 / 0)}
.placeholder-warning-text-text\/0::placeholder{color:rgb(255 168 0 / 0)}
.placeholder-warning-text-text\/10::-moz-placeholder{color:rgb(255 168 0 / 0.1)}
.placeholder-warning-text-text\/10::placeholder{color:rgb(255 168 0 / 0.1)}
.placeholder-warning-text-text\/100::-moz-placeholder{color:rgb(255 168 0 / 1)}
.placeholder-warning-text-text\/100::placeholder{color:rgb(255 168 0 / 1)}
.placeholder-warning-text-text\/15::-moz-placeholder{color:rgb(255 168 0 / 0.15)}
.placeholder-warning-text-text\/15::placeholder{color:rgb(255 168 0 / 0.15)}
.placeholder-warning-text-text\/20::-moz-placeholder{color:rgb(255 168 0 / 0.2)}
.placeholder-warning-text-text\/20::placeholder{color:rgb(255 168 0 / 0.2)}
.placeholder-warning-text-text\/25::-moz-placeholder{color:rgb(255 168 0 / 0.25)}
.placeholder-warning-text-text\/25::placeholder{color:rgb(255 168 0 / 0.25)}
.placeholder-warning-text-text\/30::-moz-placeholder{color:rgb(255 168 0 / 0.3)}
.placeholder-warning-text-text\/30::placeholder{color:rgb(255 168 0 / 0.3)}
.placeholder-warning-text-text\/35::-moz-placeholder{color:rgb(255 168 0 / 0.35)}
.placeholder-warning-text-text\/35::placeholder{color:rgb(255 168 0 / 0.35)}
.placeholder-warning-text-text\/40::-moz-placeholder{color:rgb(255 168 0 / 0.4)}
.placeholder-warning-text-text\/40::placeholder{color:rgb(255 168 0 / 0.4)}
.placeholder-warning-text-text\/45::-moz-placeholder{color:rgb(255 168 0 / 0.45)}
.placeholder-warning-text-text\/45::placeholder{color:rgb(255 168 0 / 0.45)}
.placeholder-warning-text-text\/5::-moz-placeholder{color:rgb(255 168 0 / 0.05)}
.placeholder-warning-text-text\/5::placeholder{color:rgb(255 168 0 / 0.05)}
.placeholder-warning-text-text\/50::-moz-placeholder{color:rgb(255 168 0 / 0.5)}
.placeholder-warning-text-text\/50::placeholder{color:rgb(255 168 0 / 0.5)}
.placeholder-warning-text-text\/55::-moz-placeholder{color:rgb(255 168 0 / 0.55)}
.placeholder-warning-text-text\/55::placeholder{color:rgb(255 168 0 / 0.55)}
.placeholder-warning-text-text\/60::-moz-placeholder{color:rgb(255 168 0 / 0.6)}
.placeholder-warning-text-text\/60::placeholder{color:rgb(255 168 0 / 0.6)}
.placeholder-warning-text-text\/65::-moz-placeholder{color:rgb(255 168 0 / 0.65)}
.placeholder-warning-text-text\/65::placeholder{color:rgb(255 168 0 / 0.65)}
.placeholder-warning-text-text\/70::-moz-placeholder{color:rgb(255 168 0 / 0.7)}
.placeholder-warning-text-text\/70::placeholder{color:rgb(255 168 0 / 0.7)}
.placeholder-warning-text-text\/75::-moz-placeholder{color:rgb(255 168 0 / 0.75)}
.placeholder-warning-text-text\/75::placeholder{color:rgb(255 168 0 / 0.75)}
.placeholder-warning-text-text\/80::-moz-placeholder{color:rgb(255 168 0 / 0.8)}
.placeholder-warning-text-text\/80::placeholder{color:rgb(255 168 0 / 0.8)}
.placeholder-warning-text-text\/85::-moz-placeholder{color:rgb(255 168 0 / 0.85)}
.placeholder-warning-text-text\/85::placeholder{color:rgb(255 168 0 / 0.85)}
.placeholder-warning-text-text\/90::-moz-placeholder{color:rgb(255 168 0 / 0.9)}
.placeholder-warning-text-text\/90::placeholder{color:rgb(255 168 0 / 0.9)}
.placeholder-warning-text-text\/95::-moz-placeholder{color:rgb(255 168 0 / 0.95)}
.placeholder-warning-text-text\/95::placeholder{color:rgb(255 168 0 / 0.95)}
.caret-amber-100{caret-color:#fef3c7}
.caret-amber-100\/0{caret-color:rgb(254 243 199 / 0)}
.caret-amber-100\/10{caret-color:rgb(254 243 199 / 0.1)}
.caret-amber-100\/100{caret-color:rgb(254 243 199 / 1)}
.caret-amber-100\/15{caret-color:rgb(254 243 199 / 0.15)}
.caret-amber-100\/20{caret-color:rgb(254 243 199 / 0.2)}
.caret-amber-100\/25{caret-color:rgb(254 243 199 / 0.25)}
.caret-amber-100\/30{caret-color:rgb(254 243 199 / 0.3)}
.caret-amber-100\/35{caret-color:rgb(254 243 199 / 0.35)}
.caret-amber-100\/40{caret-color:rgb(254 243 199 / 0.4)}
.caret-amber-100\/45{caret-color:rgb(254 243 199 / 0.45)}
.caret-amber-100\/5{caret-color:rgb(254 243 199 / 0.05)}
.caret-amber-100\/50{caret-color:rgb(254 243 199 / 0.5)}
.caret-amber-100\/55{caret-color:rgb(254 243 199 / 0.55)}
.caret-amber-100\/60{caret-color:rgb(254 243 199 / 0.6)}
.caret-amber-100\/65{caret-color:rgb(254 243 199 / 0.65)}
.caret-amber-100\/70{caret-color:rgb(254 243 199 / 0.7)}
.caret-amber-100\/75{caret-color:rgb(254 243 199 / 0.75)}
.caret-amber-100\/80{caret-color:rgb(254 243 199 / 0.8)}
.caret-amber-100\/85{caret-color:rgb(254 243 199 / 0.85)}
.caret-amber-100\/90{caret-color:rgb(254 243 199 / 0.9)}
.caret-amber-100\/95{caret-color:rgb(254 243 199 / 0.95)}
.caret-amber-200{caret-color:#fde68a}
.caret-amber-200\/0{caret-color:rgb(253 230 138 / 0)}
.caret-amber-200\/10{caret-color:rgb(253 230 138 / 0.1)}
.caret-amber-200\/100{caret-color:rgb(253 230 138 / 1)}
.caret-amber-200\/15{caret-color:rgb(253 230 138 / 0.15)}
.caret-amber-200\/20{caret-color:rgb(253 230 138 / 0.2)}
.caret-amber-200\/25{caret-color:rgb(253 230 138 / 0.25)}
.caret-amber-200\/30{caret-color:rgb(253 230 138 / 0.3)}
.caret-amber-200\/35{caret-color:rgb(253 230 138 / 0.35)}
.caret-amber-200\/40{caret-color:rgb(253 230 138 / 0.4)}
.caret-amber-200\/45{caret-color:rgb(253 230 138 / 0.45)}
.caret-amber-200\/5{caret-color:rgb(253 230 138 / 0.05)}
.caret-amber-200\/50{caret-color:rgb(253 230 138 / 0.5)}
.caret-amber-200\/55{caret-color:rgb(253 230 138 / 0.55)}
.caret-amber-200\/60{caret-color:rgb(253 230 138 / 0.6)}
.caret-amber-200\/65{caret-color:rgb(253 230 138 / 0.65)}
.caret-amber-200\/70{caret-color:rgb(253 230 138 / 0.7)}
.caret-amber-200\/75{caret-color:rgb(253 230 138 / 0.75)}
.caret-amber-200\/80{caret-color:rgb(253 230 138 / 0.8)}
.caret-amber-200\/85{caret-color:rgb(253 230 138 / 0.85)}
.caret-amber-200\/90{caret-color:rgb(253 230 138 / 0.9)}
.caret-amber-200\/95{caret-color:rgb(253 230 138 / 0.95)}
.caret-amber-300{caret-color:#fcd34d}
.caret-amber-300\/0{caret-color:rgb(252 211 77 / 0)}
.caret-amber-300\/10{caret-color:rgb(252 211 77 / 0.1)}
.caret-amber-300\/100{caret-color:rgb(252 211 77 / 1)}
.caret-amber-300\/15{caret-color:rgb(252 211 77 / 0.15)}
.caret-amber-300\/20{caret-color:rgb(252 211 77 / 0.2)}
.caret-amber-300\/25{caret-color:rgb(252 211 77 / 0.25)}
.caret-amber-300\/30{caret-color:rgb(252 211 77 / 0.3)}
.caret-amber-300\/35{caret-color:rgb(252 211 77 / 0.35)}
.caret-amber-300\/40{caret-color:rgb(252 211 77 / 0.4)}
.caret-amber-300\/45{caret-color:rgb(252 211 77 / 0.45)}
.caret-amber-300\/5{caret-color:rgb(252 211 77 / 0.05)}
.caret-amber-300\/50{caret-color:rgb(252 211 77 / 0.5)}
.caret-amber-300\/55{caret-color:rgb(252 211 77 / 0.55)}
.caret-amber-300\/60{caret-color:rgb(252 211 77 / 0.6)}
.caret-amber-300\/65{caret-color:rgb(252 211 77 / 0.65)}
.caret-amber-300\/70{caret-color:rgb(252 211 77 / 0.7)}
.caret-amber-300\/75{caret-color:rgb(252 211 77 / 0.75)}
.caret-amber-300\/80{caret-color:rgb(252 211 77 / 0.8)}
.caret-amber-300\/85{caret-color:rgb(252 211 77 / 0.85)}
.caret-amber-300\/90{caret-color:rgb(252 211 77 / 0.9)}
.caret-amber-300\/95{caret-color:rgb(252 211 77 / 0.95)}
.caret-amber-400{caret-color:#fbbf24}
.caret-amber-400\/0{caret-color:rgb(251 191 36 / 0)}
.caret-amber-400\/10{caret-color:rgb(251 191 36 / 0.1)}
.caret-amber-400\/100{caret-color:rgb(251 191 36 / 1)}
.caret-amber-400\/15{caret-color:rgb(251 191 36 / 0.15)}
.caret-amber-400\/20{caret-color:rgb(251 191 36 / 0.2)}
.caret-amber-400\/25{caret-color:rgb(251 191 36 / 0.25)}
.caret-amber-400\/30{caret-color:rgb(251 191 36 / 0.3)}
.caret-amber-400\/35{caret-color:rgb(251 191 36 / 0.35)}
.caret-amber-400\/40{caret-color:rgb(251 191 36 / 0.4)}
.caret-amber-400\/45{caret-color:rgb(251 191 36 / 0.45)}
.caret-amber-400\/5{caret-color:rgb(251 191 36 / 0.05)}
.caret-amber-400\/50{caret-color:rgb(251 191 36 / 0.5)}
.caret-amber-400\/55{caret-color:rgb(251 191 36 / 0.55)}
.caret-amber-400\/60{caret-color:rgb(251 191 36 / 0.6)}
.caret-amber-400\/65{caret-color:rgb(251 191 36 / 0.65)}
.caret-amber-400\/70{caret-color:rgb(251 191 36 / 0.7)}
.caret-amber-400\/75{caret-color:rgb(251 191 36 / 0.75)}
.caret-amber-400\/80{caret-color:rgb(251 191 36 / 0.8)}
.caret-amber-400\/85{caret-color:rgb(251 191 36 / 0.85)}
.caret-amber-400\/90{caret-color:rgb(251 191 36 / 0.9)}
.caret-amber-400\/95{caret-color:rgb(251 191 36 / 0.95)}
.caret-amber-50{caret-color:#fffbeb}
.caret-amber-50\/0{caret-color:rgb(255 251 235 / 0)}
.caret-amber-50\/10{caret-color:rgb(255 251 235 / 0.1)}
.caret-amber-50\/100{caret-color:rgb(255 251 235 / 1)}
.caret-amber-50\/15{caret-color:rgb(255 251 235 / 0.15)}
.caret-amber-50\/20{caret-color:rgb(255 251 235 / 0.2)}
.caret-amber-50\/25{caret-color:rgb(255 251 235 / 0.25)}
.caret-amber-50\/30{caret-color:rgb(255 251 235 / 0.3)}
.caret-amber-50\/35{caret-color:rgb(255 251 235 / 0.35)}
.caret-amber-50\/40{caret-color:rgb(255 251 235 / 0.4)}
.caret-amber-50\/45{caret-color:rgb(255 251 235 / 0.45)}
.caret-amber-50\/5{caret-color:rgb(255 251 235 / 0.05)}
.caret-amber-50\/50{caret-color:rgb(255 251 235 / 0.5)}
.caret-amber-50\/55{caret-color:rgb(255 251 235 / 0.55)}
.caret-amber-50\/60{caret-color:rgb(255 251 235 / 0.6)}
.caret-amber-50\/65{caret-color:rgb(255 251 235 / 0.65)}
.caret-amber-50\/70{caret-color:rgb(255 251 235 / 0.7)}
.caret-amber-50\/75{caret-color:rgb(255 251 235 / 0.75)}
.caret-amber-50\/80{caret-color:rgb(255 251 235 / 0.8)}
.caret-amber-50\/85{caret-color:rgb(255 251 235 / 0.85)}
.caret-amber-50\/90{caret-color:rgb(255 251 235 / 0.9)}
.caret-amber-50\/95{caret-color:rgb(255 251 235 / 0.95)}
.caret-amber-500{caret-color:#f59e0b}
.caret-amber-500\/0{caret-color:rgb(245 158 11 / 0)}
.caret-amber-500\/10{caret-color:rgb(245 158 11 / 0.1)}
.caret-amber-500\/100{caret-color:rgb(245 158 11 / 1)}
.caret-amber-500\/15{caret-color:rgb(245 158 11 / 0.15)}
.caret-amber-500\/20{caret-color:rgb(245 158 11 / 0.2)}
.caret-amber-500\/25{caret-color:rgb(245 158 11 / 0.25)}
.caret-amber-500\/30{caret-color:rgb(245 158 11 / 0.3)}
.caret-amber-500\/35{caret-color:rgb(245 158 11 / 0.35)}
.caret-amber-500\/40{caret-color:rgb(245 158 11 / 0.4)}
.caret-amber-500\/45{caret-color:rgb(245 158 11 / 0.45)}
.caret-amber-500\/5{caret-color:rgb(245 158 11 / 0.05)}
.caret-amber-500\/50{caret-color:rgb(245 158 11 / 0.5)}
.caret-amber-500\/55{caret-color:rgb(245 158 11 / 0.55)}
.caret-amber-500\/60{caret-color:rgb(245 158 11 / 0.6)}
.caret-amber-500\/65{caret-color:rgb(245 158 11 / 0.65)}
.caret-amber-500\/70{caret-color:rgb(245 158 11 / 0.7)}
.caret-amber-500\/75{caret-color:rgb(245 158 11 / 0.75)}
.caret-amber-500\/80{caret-color:rgb(245 158 11 / 0.8)}
.caret-amber-500\/85{caret-color:rgb(245 158 11 / 0.85)}
.caret-amber-500\/90{caret-color:rgb(245 158 11 / 0.9)}
.caret-amber-500\/95{caret-color:rgb(245 158 11 / 0.95)}
.caret-amber-600{caret-color:#d97706}
.caret-amber-600\/0{caret-color:rgb(217 119 6 / 0)}
.caret-amber-600\/10{caret-color:rgb(217 119 6 / 0.1)}
.caret-amber-600\/100{caret-color:rgb(217 119 6 / 1)}
.caret-amber-600\/15{caret-color:rgb(217 119 6 / 0.15)}
.caret-amber-600\/20{caret-color:rgb(217 119 6 / 0.2)}
.caret-amber-600\/25{caret-color:rgb(217 119 6 / 0.25)}
.caret-amber-600\/30{caret-color:rgb(217 119 6 / 0.3)}
.caret-amber-600\/35{caret-color:rgb(217 119 6 / 0.35)}
.caret-amber-600\/40{caret-color:rgb(217 119 6 / 0.4)}
.caret-amber-600\/45{caret-color:rgb(217 119 6 / 0.45)}
.caret-amber-600\/5{caret-color:rgb(217 119 6 / 0.05)}
.caret-amber-600\/50{caret-color:rgb(217 119 6 / 0.5)}
.caret-amber-600\/55{caret-color:rgb(217 119 6 / 0.55)}
.caret-amber-600\/60{caret-color:rgb(217 119 6 / 0.6)}
.caret-amber-600\/65{caret-color:rgb(217 119 6 / 0.65)}
.caret-amber-600\/70{caret-color:rgb(217 119 6 / 0.7)}
.caret-amber-600\/75{caret-color:rgb(217 119 6 / 0.75)}
.caret-amber-600\/80{caret-color:rgb(217 119 6 / 0.8)}
.caret-amber-600\/85{caret-color:rgb(217 119 6 / 0.85)}
.caret-amber-600\/90{caret-color:rgb(217 119 6 / 0.9)}
.caret-amber-600\/95{caret-color:rgb(217 119 6 / 0.95)}
.caret-amber-700{caret-color:#b45309}
.caret-amber-700\/0{caret-color:rgb(180 83 9 / 0)}
.caret-amber-700\/10{caret-color:rgb(180 83 9 / 0.1)}
.caret-amber-700\/100{caret-color:rgb(180 83 9 / 1)}
.caret-amber-700\/15{caret-color:rgb(180 83 9 / 0.15)}
.caret-amber-700\/20{caret-color:rgb(180 83 9 / 0.2)}
.caret-amber-700\/25{caret-color:rgb(180 83 9 / 0.25)}
.caret-amber-700\/30{caret-color:rgb(180 83 9 / 0.3)}
.caret-amber-700\/35{caret-color:rgb(180 83 9 / 0.35)}
.caret-amber-700\/40{caret-color:rgb(180 83 9 / 0.4)}
.caret-amber-700\/45{caret-color:rgb(180 83 9 / 0.45)}
.caret-amber-700\/5{caret-color:rgb(180 83 9 / 0.05)}
.caret-amber-700\/50{caret-color:rgb(180 83 9 / 0.5)}
.caret-amber-700\/55{caret-color:rgb(180 83 9 / 0.55)}
.caret-amber-700\/60{caret-color:rgb(180 83 9 / 0.6)}
.caret-amber-700\/65{caret-color:rgb(180 83 9 / 0.65)}
.caret-amber-700\/70{caret-color:rgb(180 83 9 / 0.7)}
.caret-amber-700\/75{caret-color:rgb(180 83 9 / 0.75)}
.caret-amber-700\/80{caret-color:rgb(180 83 9 / 0.8)}
.caret-amber-700\/85{caret-color:rgb(180 83 9 / 0.85)}
.caret-amber-700\/90{caret-color:rgb(180 83 9 / 0.9)}
.caret-amber-700\/95{caret-color:rgb(180 83 9 / 0.95)}
.caret-amber-800{caret-color:#92400e}
.caret-amber-800\/0{caret-color:rgb(146 64 14 / 0)}
.caret-amber-800\/10{caret-color:rgb(146 64 14 / 0.1)}
.caret-amber-800\/100{caret-color:rgb(146 64 14 / 1)}
.caret-amber-800\/15{caret-color:rgb(146 64 14 / 0.15)}
.caret-amber-800\/20{caret-color:rgb(146 64 14 / 0.2)}
.caret-amber-800\/25{caret-color:rgb(146 64 14 / 0.25)}
.caret-amber-800\/30{caret-color:rgb(146 64 14 / 0.3)}
.caret-amber-800\/35{caret-color:rgb(146 64 14 / 0.35)}
.caret-amber-800\/40{caret-color:rgb(146 64 14 / 0.4)}
.caret-amber-800\/45{caret-color:rgb(146 64 14 / 0.45)}
.caret-amber-800\/5{caret-color:rgb(146 64 14 / 0.05)}
.caret-amber-800\/50{caret-color:rgb(146 64 14 / 0.5)}
.caret-amber-800\/55{caret-color:rgb(146 64 14 / 0.55)}
.caret-amber-800\/60{caret-color:rgb(146 64 14 / 0.6)}
.caret-amber-800\/65{caret-color:rgb(146 64 14 / 0.65)}
.caret-amber-800\/70{caret-color:rgb(146 64 14 / 0.7)}
.caret-amber-800\/75{caret-color:rgb(146 64 14 / 0.75)}
.caret-amber-800\/80{caret-color:rgb(146 64 14 / 0.8)}
.caret-amber-800\/85{caret-color:rgb(146 64 14 / 0.85)}
.caret-amber-800\/90{caret-color:rgb(146 64 14 / 0.9)}
.caret-amber-800\/95{caret-color:rgb(146 64 14 / 0.95)}
.caret-amber-900{caret-color:#78350f}
.caret-amber-900\/0{caret-color:rgb(120 53 15 / 0)}
.caret-amber-900\/10{caret-color:rgb(120 53 15 / 0.1)}
.caret-amber-900\/100{caret-color:rgb(120 53 15 / 1)}
.caret-amber-900\/15{caret-color:rgb(120 53 15 / 0.15)}
.caret-amber-900\/20{caret-color:rgb(120 53 15 / 0.2)}
.caret-amber-900\/25{caret-color:rgb(120 53 15 / 0.25)}
.caret-amber-900\/30{caret-color:rgb(120 53 15 / 0.3)}
.caret-amber-900\/35{caret-color:rgb(120 53 15 / 0.35)}
.caret-amber-900\/40{caret-color:rgb(120 53 15 / 0.4)}
.caret-amber-900\/45{caret-color:rgb(120 53 15 / 0.45)}
.caret-amber-900\/5{caret-color:rgb(120 53 15 / 0.05)}
.caret-amber-900\/50{caret-color:rgb(120 53 15 / 0.5)}
.caret-amber-900\/55{caret-color:rgb(120 53 15 / 0.55)}
.caret-amber-900\/60{caret-color:rgb(120 53 15 / 0.6)}
.caret-amber-900\/65{caret-color:rgb(120 53 15 / 0.65)}
.caret-amber-900\/70{caret-color:rgb(120 53 15 / 0.7)}
.caret-amber-900\/75{caret-color:rgb(120 53 15 / 0.75)}
.caret-amber-900\/80{caret-color:rgb(120 53 15 / 0.8)}
.caret-amber-900\/85{caret-color:rgb(120 53 15 / 0.85)}
.caret-amber-900\/90{caret-color:rgb(120 53 15 / 0.9)}
.caret-amber-900\/95{caret-color:rgb(120 53 15 / 0.95)}
.caret-amber-950{caret-color:#451a03}
.caret-amber-950\/0{caret-color:rgb(69 26 3 / 0)}
.caret-amber-950\/10{caret-color:rgb(69 26 3 / 0.1)}
.caret-amber-950\/100{caret-color:rgb(69 26 3 / 1)}
.caret-amber-950\/15{caret-color:rgb(69 26 3 / 0.15)}
.caret-amber-950\/20{caret-color:rgb(69 26 3 / 0.2)}
.caret-amber-950\/25{caret-color:rgb(69 26 3 / 0.25)}
.caret-amber-950\/30{caret-color:rgb(69 26 3 / 0.3)}
.caret-amber-950\/35{caret-color:rgb(69 26 3 / 0.35)}
.caret-amber-950\/40{caret-color:rgb(69 26 3 / 0.4)}
.caret-amber-950\/45{caret-color:rgb(69 26 3 / 0.45)}
.caret-amber-950\/5{caret-color:rgb(69 26 3 / 0.05)}
.caret-amber-950\/50{caret-color:rgb(69 26 3 / 0.5)}
.caret-amber-950\/55{caret-color:rgb(69 26 3 / 0.55)}
.caret-amber-950\/60{caret-color:rgb(69 26 3 / 0.6)}
.caret-amber-950\/65{caret-color:rgb(69 26 3 / 0.65)}
.caret-amber-950\/70{caret-color:rgb(69 26 3 / 0.7)}
.caret-amber-950\/75{caret-color:rgb(69 26 3 / 0.75)}
.caret-amber-950\/80{caret-color:rgb(69 26 3 / 0.8)}
.caret-amber-950\/85{caret-color:rgb(69 26 3 / 0.85)}
.caret-amber-950\/90{caret-color:rgb(69 26 3 / 0.9)}
.caret-amber-950\/95{caret-color:rgb(69 26 3 / 0.95)}
.caret-background-text-contrast{caret-color:#fff}
.caret-background-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-background-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-background-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-background-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-background-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-background-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-background-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-background-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-background-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-background-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-background-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-background-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-background-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-background-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-background-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-background-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-background-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-background-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-background-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-background-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-background-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-background-text-contrastsWithCard{caret-color:true}
.caret-background-text-isDark{caret-color:true}
.caret-background-text-text{caret-color:#6b6f73}
.caret-background-text-text\/0{caret-color:rgb(107 111 115 / 0)}
.caret-background-text-text\/10{caret-color:rgb(107 111 115 / 0.1)}
.caret-background-text-text\/100{caret-color:rgb(107 111 115 / 1)}
.caret-background-text-text\/15{caret-color:rgb(107 111 115 / 0.15)}
.caret-background-text-text\/20{caret-color:rgb(107 111 115 / 0.2)}
.caret-background-text-text\/25{caret-color:rgb(107 111 115 / 0.25)}
.caret-background-text-text\/30{caret-color:rgb(107 111 115 / 0.3)}
.caret-background-text-text\/35{caret-color:rgb(107 111 115 / 0.35)}
.caret-background-text-text\/40{caret-color:rgb(107 111 115 / 0.4)}
.caret-background-text-text\/45{caret-color:rgb(107 111 115 / 0.45)}
.caret-background-text-text\/5{caret-color:rgb(107 111 115 / 0.05)}
.caret-background-text-text\/50{caret-color:rgb(107 111 115 / 0.5)}
.caret-background-text-text\/55{caret-color:rgb(107 111 115 / 0.55)}
.caret-background-text-text\/60{caret-color:rgb(107 111 115 / 0.6)}
.caret-background-text-text\/65{caret-color:rgb(107 111 115 / 0.65)}
.caret-background-text-text\/70{caret-color:rgb(107 111 115 / 0.7)}
.caret-background-text-text\/75{caret-color:rgb(107 111 115 / 0.75)}
.caret-background-text-text\/80{caret-color:rgb(107 111 115 / 0.8)}
.caret-background-text-text\/85{caret-color:rgb(107 111 115 / 0.85)}
.caret-background-text-text\/90{caret-color:rgb(107 111 115 / 0.9)}
.caret-background-text-text\/95{caret-color:rgb(107 111 115 / 0.95)}
.caret-bt-text-contrast{caret-color:#fff}
.caret-bt-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-bt-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-bt-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-bt-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-bt-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-bt-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-bt-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-bt-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-bt-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-bt-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-bt-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-bt-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-bt-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-bt-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-bt-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-bt-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-bt-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-bt-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-bt-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-bt-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-bt-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-bt-text-contrastsWithCard{caret-color:true}
.caret-bt-text-isDark{caret-color:true}
.caret-bt-text-text{caret-color:#1e293b}
.caret-bt-text-text\/0{caret-color:rgb(30 41 59 / 0)}
.caret-bt-text-text\/10{caret-color:rgb(30 41 59 / 0.1)}
.caret-bt-text-text\/100{caret-color:rgb(30 41 59 / 1)}
.caret-bt-text-text\/15{caret-color:rgb(30 41 59 / 0.15)}
.caret-bt-text-text\/20{caret-color:rgb(30 41 59 / 0.2)}
.caret-bt-text-text\/25{caret-color:rgb(30 41 59 / 0.25)}
.caret-bt-text-text\/30{caret-color:rgb(30 41 59 / 0.3)}
.caret-bt-text-text\/35{caret-color:rgb(30 41 59 / 0.35)}
.caret-bt-text-text\/40{caret-color:rgb(30 41 59 / 0.4)}
.caret-bt-text-text\/45{caret-color:rgb(30 41 59 / 0.45)}
.caret-bt-text-text\/5{caret-color:rgb(30 41 59 / 0.05)}
.caret-bt-text-text\/50{caret-color:rgb(30 41 59 / 0.5)}
.caret-bt-text-text\/55{caret-color:rgb(30 41 59 / 0.55)}
.caret-bt-text-text\/60{caret-color:rgb(30 41 59 / 0.6)}
.caret-bt-text-text\/65{caret-color:rgb(30 41 59 / 0.65)}
.caret-bt-text-text\/70{caret-color:rgb(30 41 59 / 0.7)}
.caret-bt-text-text\/75{caret-color:rgb(30 41 59 / 0.75)}
.caret-bt-text-text\/80{caret-color:rgb(30 41 59 / 0.8)}
.caret-bt-text-text\/85{caret-color:rgb(30 41 59 / 0.85)}
.caret-bt-text-text\/90{caret-color:rgb(30 41 59 / 0.9)}
.caret-bt-text-text\/95{caret-color:rgb(30 41 59 / 0.95)}
.caret-btLight-text-contrast{caret-color:#000}
.caret-btLight-text-contrast\/0{caret-color:rgb(0 0 0 / 0)}
.caret-btLight-text-contrast\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-btLight-text-contrast\/100{caret-color:rgb(0 0 0 / 1)}
.caret-btLight-text-contrast\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-btLight-text-contrast\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-btLight-text-contrast\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-btLight-text-contrast\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-btLight-text-contrast\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-btLight-text-contrast\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-btLight-text-contrast\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-btLight-text-contrast\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-btLight-text-contrast\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-btLight-text-contrast\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-btLight-text-contrast\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-btLight-text-contrast\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-btLight-text-contrast\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-btLight-text-contrast\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-btLight-text-contrast\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-btLight-text-contrast\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-btLight-text-contrast\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-btLight-text-contrast\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-btLight-text-contrastsWithCard{caret-color:true}
.caret-btLight-text-isDark{}
.caret-btLight-text-text{caret-color:#48abd9}
.caret-btLight-text-text\/0{caret-color:rgb(72 171 217 / 0)}
.caret-btLight-text-text\/10{caret-color:rgb(72 171 217 / 0.1)}
.caret-btLight-text-text\/100{caret-color:rgb(72 171 217 / 1)}
.caret-btLight-text-text\/15{caret-color:rgb(72 171 217 / 0.15)}
.caret-btLight-text-text\/20{caret-color:rgb(72 171 217 / 0.2)}
.caret-btLight-text-text\/25{caret-color:rgb(72 171 217 / 0.25)}
.caret-btLight-text-text\/30{caret-color:rgb(72 171 217 / 0.3)}
.caret-btLight-text-text\/35{caret-color:rgb(72 171 217 / 0.35)}
.caret-btLight-text-text\/40{caret-color:rgb(72 171 217 / 0.4)}
.caret-btLight-text-text\/45{caret-color:rgb(72 171 217 / 0.45)}
.caret-btLight-text-text\/5{caret-color:rgb(72 171 217 / 0.05)}
.caret-btLight-text-text\/50{caret-color:rgb(72 171 217 / 0.5)}
.caret-btLight-text-text\/55{caret-color:rgb(72 171 217 / 0.55)}
.caret-btLight-text-text\/60{caret-color:rgb(72 171 217 / 0.6)}
.caret-btLight-text-text\/65{caret-color:rgb(72 171 217 / 0.65)}
.caret-btLight-text-text\/70{caret-color:rgb(72 171 217 / 0.7)}
.caret-btLight-text-text\/75{caret-color:rgb(72 171 217 / 0.75)}
.caret-btLight-text-text\/80{caret-color:rgb(72 171 217 / 0.8)}
.caret-btLight-text-text\/85{caret-color:rgb(72 171 217 / 0.85)}
.caret-btLight-text-text\/90{caret-color:rgb(72 171 217 / 0.9)}
.caret-btLight-text-text\/95{caret-color:rgb(72 171 217 / 0.95)}
.caret-cardBackground-text-contrast{caret-color:#fff}
.caret-cardBackground-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-cardBackground-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-cardBackground-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-cardBackground-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-cardBackground-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-cardBackground-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-cardBackground-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-cardBackground-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-cardBackground-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-cardBackground-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-cardBackground-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-cardBackground-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-cardBackground-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-cardBackground-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-cardBackground-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-cardBackground-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-cardBackground-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-cardBackground-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-cardBackground-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-cardBackground-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-cardBackground-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-cardBackground-text-contrastsWithCard{caret-color:true}
.caret-cardBackground-text-isDark{caret-color:true}
.caret-cardBackground-text-text{caret-color:#848484}
.caret-cardBackground-text-text\/0{caret-color:rgb(132 132 132 / 0)}
.caret-cardBackground-text-text\/10{caret-color:rgb(132 132 132 / 0.1)}
.caret-cardBackground-text-text\/100{caret-color:rgb(132 132 132 / 1)}
.caret-cardBackground-text-text\/15{caret-color:rgb(132 132 132 / 0.15)}
.caret-cardBackground-text-text\/20{caret-color:rgb(132 132 132 / 0.2)}
.caret-cardBackground-text-text\/25{caret-color:rgb(132 132 132 / 0.25)}
.caret-cardBackground-text-text\/30{caret-color:rgb(132 132 132 / 0.3)}
.caret-cardBackground-text-text\/35{caret-color:rgb(132 132 132 / 0.35)}
.caret-cardBackground-text-text\/40{caret-color:rgb(132 132 132 / 0.4)}
.caret-cardBackground-text-text\/45{caret-color:rgb(132 132 132 / 0.45)}
.caret-cardBackground-text-text\/5{caret-color:rgb(132 132 132 / 0.05)}
.caret-cardBackground-text-text\/50{caret-color:rgb(132 132 132 / 0.5)}
.caret-cardBackground-text-text\/55{caret-color:rgb(132 132 132 / 0.55)}
.caret-cardBackground-text-text\/60{caret-color:rgb(132 132 132 / 0.6)}
.caret-cardBackground-text-text\/65{caret-color:rgb(132 132 132 / 0.65)}
.caret-cardBackground-text-text\/70{caret-color:rgb(132 132 132 / 0.7)}
.caret-cardBackground-text-text\/75{caret-color:rgb(132 132 132 / 0.75)}
.caret-cardBackground-text-text\/80{caret-color:rgb(132 132 132 / 0.8)}
.caret-cardBackground-text-text\/85{caret-color:rgb(132 132 132 / 0.85)}
.caret-cardBackground-text-text\/90{caret-color:rgb(132 132 132 / 0.9)}
.caret-cardBackground-text-text\/95{caret-color:rgb(132 132 132 / 0.95)}
.caret-cardHeader-text-contrast{caret-color:#fff}
.caret-cardHeader-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-cardHeader-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-cardHeader-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-cardHeader-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-cardHeader-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-cardHeader-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-cardHeader-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-cardHeader-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-cardHeader-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-cardHeader-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-cardHeader-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-cardHeader-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-cardHeader-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-cardHeader-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-cardHeader-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-cardHeader-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-cardHeader-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-cardHeader-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-cardHeader-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-cardHeader-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-cardHeader-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-cardHeader-text-contrastsWithCard{caret-color:true}
.caret-cardHeader-text-isDark{caret-color:true}
.caret-cardHeader-text-text{caret-color:#7e7e84}
.caret-cardHeader-text-text\/0{caret-color:rgb(126 126 132 / 0)}
.caret-cardHeader-text-text\/10{caret-color:rgb(126 126 132 / 0.1)}
.caret-cardHeader-text-text\/100{caret-color:rgb(126 126 132 / 1)}
.caret-cardHeader-text-text\/15{caret-color:rgb(126 126 132 / 0.15)}
.caret-cardHeader-text-text\/20{caret-color:rgb(126 126 132 / 0.2)}
.caret-cardHeader-text-text\/25{caret-color:rgb(126 126 132 / 0.25)}
.caret-cardHeader-text-text\/30{caret-color:rgb(126 126 132 / 0.3)}
.caret-cardHeader-text-text\/35{caret-color:rgb(126 126 132 / 0.35)}
.caret-cardHeader-text-text\/40{caret-color:rgb(126 126 132 / 0.4)}
.caret-cardHeader-text-text\/45{caret-color:rgb(126 126 132 / 0.45)}
.caret-cardHeader-text-text\/5{caret-color:rgb(126 126 132 / 0.05)}
.caret-cardHeader-text-text\/50{caret-color:rgb(126 126 132 / 0.5)}
.caret-cardHeader-text-text\/55{caret-color:rgb(126 126 132 / 0.55)}
.caret-cardHeader-text-text\/60{caret-color:rgb(126 126 132 / 0.6)}
.caret-cardHeader-text-text\/65{caret-color:rgb(126 126 132 / 0.65)}
.caret-cardHeader-text-text\/70{caret-color:rgb(126 126 132 / 0.7)}
.caret-cardHeader-text-text\/75{caret-color:rgb(126 126 132 / 0.75)}
.caret-cardHeader-text-text\/80{caret-color:rgb(126 126 132 / 0.8)}
.caret-cardHeader-text-text\/85{caret-color:rgb(126 126 132 / 0.85)}
.caret-cardHeader-text-text\/90{caret-color:rgb(126 126 132 / 0.9)}
.caret-cardHeader-text-text\/95{caret-color:rgb(126 126 132 / 0.95)}
.caret-danger-text-contrast{caret-color:#fff}
.caret-danger-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-danger-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-danger-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-danger-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-danger-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-danger-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-danger-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-danger-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-danger-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-danger-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-danger-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-danger-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-danger-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-danger-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-danger-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-danger-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-danger-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-danger-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-danger-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-danger-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-danger-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-danger-text-contrastsWithCard{caret-color:true}
.caret-danger-text-isDark{caret-color:true}
.caret-danger-text-text{caret-color:#e85743}
.caret-danger-text-text\/0{caret-color:rgb(232 87 67 / 0)}
.caret-danger-text-text\/10{caret-color:rgb(232 87 67 / 0.1)}
.caret-danger-text-text\/100{caret-color:rgb(232 87 67 / 1)}
.caret-danger-text-text\/15{caret-color:rgb(232 87 67 / 0.15)}
.caret-danger-text-text\/20{caret-color:rgb(232 87 67 / 0.2)}
.caret-danger-text-text\/25{caret-color:rgb(232 87 67 / 0.25)}
.caret-danger-text-text\/30{caret-color:rgb(232 87 67 / 0.3)}
.caret-danger-text-text\/35{caret-color:rgb(232 87 67 / 0.35)}
.caret-danger-text-text\/40{caret-color:rgb(232 87 67 / 0.4)}
.caret-danger-text-text\/45{caret-color:rgb(232 87 67 / 0.45)}
.caret-danger-text-text\/5{caret-color:rgb(232 87 67 / 0.05)}
.caret-danger-text-text\/50{caret-color:rgb(232 87 67 / 0.5)}
.caret-danger-text-text\/55{caret-color:rgb(232 87 67 / 0.55)}
.caret-danger-text-text\/60{caret-color:rgb(232 87 67 / 0.6)}
.caret-danger-text-text\/65{caret-color:rgb(232 87 67 / 0.65)}
.caret-danger-text-text\/70{caret-color:rgb(232 87 67 / 0.7)}
.caret-danger-text-text\/75{caret-color:rgb(232 87 67 / 0.75)}
.caret-danger-text-text\/80{caret-color:rgb(232 87 67 / 0.8)}
.caret-danger-text-text\/85{caret-color:rgb(232 87 67 / 0.85)}
.caret-danger-text-text\/90{caret-color:rgb(232 87 67 / 0.9)}
.caret-danger-text-text\/95{caret-color:rgb(232 87 67 / 0.95)}
.caret-emerald-100{caret-color:#d1fae5}
.caret-emerald-100\/0{caret-color:rgb(209 250 229 / 0)}
.caret-emerald-100\/10{caret-color:rgb(209 250 229 / 0.1)}
.caret-emerald-100\/100{caret-color:rgb(209 250 229 / 1)}
.caret-emerald-100\/15{caret-color:rgb(209 250 229 / 0.15)}
.caret-emerald-100\/20{caret-color:rgb(209 250 229 / 0.2)}
.caret-emerald-100\/25{caret-color:rgb(209 250 229 / 0.25)}
.caret-emerald-100\/30{caret-color:rgb(209 250 229 / 0.3)}
.caret-emerald-100\/35{caret-color:rgb(209 250 229 / 0.35)}
.caret-emerald-100\/40{caret-color:rgb(209 250 229 / 0.4)}
.caret-emerald-100\/45{caret-color:rgb(209 250 229 / 0.45)}
.caret-emerald-100\/5{caret-color:rgb(209 250 229 / 0.05)}
.caret-emerald-100\/50{caret-color:rgb(209 250 229 / 0.5)}
.caret-emerald-100\/55{caret-color:rgb(209 250 229 / 0.55)}
.caret-emerald-100\/60{caret-color:rgb(209 250 229 / 0.6)}
.caret-emerald-100\/65{caret-color:rgb(209 250 229 / 0.65)}
.caret-emerald-100\/70{caret-color:rgb(209 250 229 / 0.7)}
.caret-emerald-100\/75{caret-color:rgb(209 250 229 / 0.75)}
.caret-emerald-100\/80{caret-color:rgb(209 250 229 / 0.8)}
.caret-emerald-100\/85{caret-color:rgb(209 250 229 / 0.85)}
.caret-emerald-100\/90{caret-color:rgb(209 250 229 / 0.9)}
.caret-emerald-100\/95{caret-color:rgb(209 250 229 / 0.95)}
.caret-emerald-200{caret-color:#a7f3d0}
.caret-emerald-200\/0{caret-color:rgb(167 243 208 / 0)}
.caret-emerald-200\/10{caret-color:rgb(167 243 208 / 0.1)}
.caret-emerald-200\/100{caret-color:rgb(167 243 208 / 1)}
.caret-emerald-200\/15{caret-color:rgb(167 243 208 / 0.15)}
.caret-emerald-200\/20{caret-color:rgb(167 243 208 / 0.2)}
.caret-emerald-200\/25{caret-color:rgb(167 243 208 / 0.25)}
.caret-emerald-200\/30{caret-color:rgb(167 243 208 / 0.3)}
.caret-emerald-200\/35{caret-color:rgb(167 243 208 / 0.35)}
.caret-emerald-200\/40{caret-color:rgb(167 243 208 / 0.4)}
.caret-emerald-200\/45{caret-color:rgb(167 243 208 / 0.45)}
.caret-emerald-200\/5{caret-color:rgb(167 243 208 / 0.05)}
.caret-emerald-200\/50{caret-color:rgb(167 243 208 / 0.5)}
.caret-emerald-200\/55{caret-color:rgb(167 243 208 / 0.55)}
.caret-emerald-200\/60{caret-color:rgb(167 243 208 / 0.6)}
.caret-emerald-200\/65{caret-color:rgb(167 243 208 / 0.65)}
.caret-emerald-200\/70{caret-color:rgb(167 243 208 / 0.7)}
.caret-emerald-200\/75{caret-color:rgb(167 243 208 / 0.75)}
.caret-emerald-200\/80{caret-color:rgb(167 243 208 / 0.8)}
.caret-emerald-200\/85{caret-color:rgb(167 243 208 / 0.85)}
.caret-emerald-200\/90{caret-color:rgb(167 243 208 / 0.9)}
.caret-emerald-200\/95{caret-color:rgb(167 243 208 / 0.95)}
.caret-emerald-300{caret-color:#6ee7b7}
.caret-emerald-300\/0{caret-color:rgb(110 231 183 / 0)}
.caret-emerald-300\/10{caret-color:rgb(110 231 183 / 0.1)}
.caret-emerald-300\/100{caret-color:rgb(110 231 183 / 1)}
.caret-emerald-300\/15{caret-color:rgb(110 231 183 / 0.15)}
.caret-emerald-300\/20{caret-color:rgb(110 231 183 / 0.2)}
.caret-emerald-300\/25{caret-color:rgb(110 231 183 / 0.25)}
.caret-emerald-300\/30{caret-color:rgb(110 231 183 / 0.3)}
.caret-emerald-300\/35{caret-color:rgb(110 231 183 / 0.35)}
.caret-emerald-300\/40{caret-color:rgb(110 231 183 / 0.4)}
.caret-emerald-300\/45{caret-color:rgb(110 231 183 / 0.45)}
.caret-emerald-300\/5{caret-color:rgb(110 231 183 / 0.05)}
.caret-emerald-300\/50{caret-color:rgb(110 231 183 / 0.5)}
.caret-emerald-300\/55{caret-color:rgb(110 231 183 / 0.55)}
.caret-emerald-300\/60{caret-color:rgb(110 231 183 / 0.6)}
.caret-emerald-300\/65{caret-color:rgb(110 231 183 / 0.65)}
.caret-emerald-300\/70{caret-color:rgb(110 231 183 / 0.7)}
.caret-emerald-300\/75{caret-color:rgb(110 231 183 / 0.75)}
.caret-emerald-300\/80{caret-color:rgb(110 231 183 / 0.8)}
.caret-emerald-300\/85{caret-color:rgb(110 231 183 / 0.85)}
.caret-emerald-300\/90{caret-color:rgb(110 231 183 / 0.9)}
.caret-emerald-300\/95{caret-color:rgb(110 231 183 / 0.95)}
.caret-emerald-400{caret-color:#34d399}
.caret-emerald-400\/0{caret-color:rgb(52 211 153 / 0)}
.caret-emerald-400\/10{caret-color:rgb(52 211 153 / 0.1)}
.caret-emerald-400\/100{caret-color:rgb(52 211 153 / 1)}
.caret-emerald-400\/15{caret-color:rgb(52 211 153 / 0.15)}
.caret-emerald-400\/20{caret-color:rgb(52 211 153 / 0.2)}
.caret-emerald-400\/25{caret-color:rgb(52 211 153 / 0.25)}
.caret-emerald-400\/30{caret-color:rgb(52 211 153 / 0.3)}
.caret-emerald-400\/35{caret-color:rgb(52 211 153 / 0.35)}
.caret-emerald-400\/40{caret-color:rgb(52 211 153 / 0.4)}
.caret-emerald-400\/45{caret-color:rgb(52 211 153 / 0.45)}
.caret-emerald-400\/5{caret-color:rgb(52 211 153 / 0.05)}
.caret-emerald-400\/50{caret-color:rgb(52 211 153 / 0.5)}
.caret-emerald-400\/55{caret-color:rgb(52 211 153 / 0.55)}
.caret-emerald-400\/60{caret-color:rgb(52 211 153 / 0.6)}
.caret-emerald-400\/65{caret-color:rgb(52 211 153 / 0.65)}
.caret-emerald-400\/70{caret-color:rgb(52 211 153 / 0.7)}
.caret-emerald-400\/75{caret-color:rgb(52 211 153 / 0.75)}
.caret-emerald-400\/80{caret-color:rgb(52 211 153 / 0.8)}
.caret-emerald-400\/85{caret-color:rgb(52 211 153 / 0.85)}
.caret-emerald-400\/90{caret-color:rgb(52 211 153 / 0.9)}
.caret-emerald-400\/95{caret-color:rgb(52 211 153 / 0.95)}
.caret-emerald-50{caret-color:#ecfdf5}
.caret-emerald-50\/0{caret-color:rgb(236 253 245 / 0)}
.caret-emerald-50\/10{caret-color:rgb(236 253 245 / 0.1)}
.caret-emerald-50\/100{caret-color:rgb(236 253 245 / 1)}
.caret-emerald-50\/15{caret-color:rgb(236 253 245 / 0.15)}
.caret-emerald-50\/20{caret-color:rgb(236 253 245 / 0.2)}
.caret-emerald-50\/25{caret-color:rgb(236 253 245 / 0.25)}
.caret-emerald-50\/30{caret-color:rgb(236 253 245 / 0.3)}
.caret-emerald-50\/35{caret-color:rgb(236 253 245 / 0.35)}
.caret-emerald-50\/40{caret-color:rgb(236 253 245 / 0.4)}
.caret-emerald-50\/45{caret-color:rgb(236 253 245 / 0.45)}
.caret-emerald-50\/5{caret-color:rgb(236 253 245 / 0.05)}
.caret-emerald-50\/50{caret-color:rgb(236 253 245 / 0.5)}
.caret-emerald-50\/55{caret-color:rgb(236 253 245 / 0.55)}
.caret-emerald-50\/60{caret-color:rgb(236 253 245 / 0.6)}
.caret-emerald-50\/65{caret-color:rgb(236 253 245 / 0.65)}
.caret-emerald-50\/70{caret-color:rgb(236 253 245 / 0.7)}
.caret-emerald-50\/75{caret-color:rgb(236 253 245 / 0.75)}
.caret-emerald-50\/80{caret-color:rgb(236 253 245 / 0.8)}
.caret-emerald-50\/85{caret-color:rgb(236 253 245 / 0.85)}
.caret-emerald-50\/90{caret-color:rgb(236 253 245 / 0.9)}
.caret-emerald-50\/95{caret-color:rgb(236 253 245 / 0.95)}
.caret-emerald-500{caret-color:#10b981}
.caret-emerald-500\/0{caret-color:rgb(16 185 129 / 0)}
.caret-emerald-500\/10{caret-color:rgb(16 185 129 / 0.1)}
.caret-emerald-500\/100{caret-color:rgb(16 185 129 / 1)}
.caret-emerald-500\/15{caret-color:rgb(16 185 129 / 0.15)}
.caret-emerald-500\/20{caret-color:rgb(16 185 129 / 0.2)}
.caret-emerald-500\/25{caret-color:rgb(16 185 129 / 0.25)}
.caret-emerald-500\/30{caret-color:rgb(16 185 129 / 0.3)}
.caret-emerald-500\/35{caret-color:rgb(16 185 129 / 0.35)}
.caret-emerald-500\/40{caret-color:rgb(16 185 129 / 0.4)}
.caret-emerald-500\/45{caret-color:rgb(16 185 129 / 0.45)}
.caret-emerald-500\/5{caret-color:rgb(16 185 129 / 0.05)}
.caret-emerald-500\/50{caret-color:rgb(16 185 129 / 0.5)}
.caret-emerald-500\/55{caret-color:rgb(16 185 129 / 0.55)}
.caret-emerald-500\/60{caret-color:rgb(16 185 129 / 0.6)}
.caret-emerald-500\/65{caret-color:rgb(16 185 129 / 0.65)}
.caret-emerald-500\/70{caret-color:rgb(16 185 129 / 0.7)}
.caret-emerald-500\/75{caret-color:rgb(16 185 129 / 0.75)}
.caret-emerald-500\/80{caret-color:rgb(16 185 129 / 0.8)}
.caret-emerald-500\/85{caret-color:rgb(16 185 129 / 0.85)}
.caret-emerald-500\/90{caret-color:rgb(16 185 129 / 0.9)}
.caret-emerald-500\/95{caret-color:rgb(16 185 129 / 0.95)}
.caret-emerald-600{caret-color:#059669}
.caret-emerald-600\/0{caret-color:rgb(5 150 105 / 0)}
.caret-emerald-600\/10{caret-color:rgb(5 150 105 / 0.1)}
.caret-emerald-600\/100{caret-color:rgb(5 150 105 / 1)}
.caret-emerald-600\/15{caret-color:rgb(5 150 105 / 0.15)}
.caret-emerald-600\/20{caret-color:rgb(5 150 105 / 0.2)}
.caret-emerald-600\/25{caret-color:rgb(5 150 105 / 0.25)}
.caret-emerald-600\/30{caret-color:rgb(5 150 105 / 0.3)}
.caret-emerald-600\/35{caret-color:rgb(5 150 105 / 0.35)}
.caret-emerald-600\/40{caret-color:rgb(5 150 105 / 0.4)}
.caret-emerald-600\/45{caret-color:rgb(5 150 105 / 0.45)}
.caret-emerald-600\/5{caret-color:rgb(5 150 105 / 0.05)}
.caret-emerald-600\/50{caret-color:rgb(5 150 105 / 0.5)}
.caret-emerald-600\/55{caret-color:rgb(5 150 105 / 0.55)}
.caret-emerald-600\/60{caret-color:rgb(5 150 105 / 0.6)}
.caret-emerald-600\/65{caret-color:rgb(5 150 105 / 0.65)}
.caret-emerald-600\/70{caret-color:rgb(5 150 105 / 0.7)}
.caret-emerald-600\/75{caret-color:rgb(5 150 105 / 0.75)}
.caret-emerald-600\/80{caret-color:rgb(5 150 105 / 0.8)}
.caret-emerald-600\/85{caret-color:rgb(5 150 105 / 0.85)}
.caret-emerald-600\/90{caret-color:rgb(5 150 105 / 0.9)}
.caret-emerald-600\/95{caret-color:rgb(5 150 105 / 0.95)}
.caret-emerald-700{caret-color:#047857}
.caret-emerald-700\/0{caret-color:rgb(4 120 87 / 0)}
.caret-emerald-700\/10{caret-color:rgb(4 120 87 / 0.1)}
.caret-emerald-700\/100{caret-color:rgb(4 120 87 / 1)}
.caret-emerald-700\/15{caret-color:rgb(4 120 87 / 0.15)}
.caret-emerald-700\/20{caret-color:rgb(4 120 87 / 0.2)}
.caret-emerald-700\/25{caret-color:rgb(4 120 87 / 0.25)}
.caret-emerald-700\/30{caret-color:rgb(4 120 87 / 0.3)}
.caret-emerald-700\/35{caret-color:rgb(4 120 87 / 0.35)}
.caret-emerald-700\/40{caret-color:rgb(4 120 87 / 0.4)}
.caret-emerald-700\/45{caret-color:rgb(4 120 87 / 0.45)}
.caret-emerald-700\/5{caret-color:rgb(4 120 87 / 0.05)}
.caret-emerald-700\/50{caret-color:rgb(4 120 87 / 0.5)}
.caret-emerald-700\/55{caret-color:rgb(4 120 87 / 0.55)}
.caret-emerald-700\/60{caret-color:rgb(4 120 87 / 0.6)}
.caret-emerald-700\/65{caret-color:rgb(4 120 87 / 0.65)}
.caret-emerald-700\/70{caret-color:rgb(4 120 87 / 0.7)}
.caret-emerald-700\/75{caret-color:rgb(4 120 87 / 0.75)}
.caret-emerald-700\/80{caret-color:rgb(4 120 87 / 0.8)}
.caret-emerald-700\/85{caret-color:rgb(4 120 87 / 0.85)}
.caret-emerald-700\/90{caret-color:rgb(4 120 87 / 0.9)}
.caret-emerald-700\/95{caret-color:rgb(4 120 87 / 0.95)}
.caret-emerald-800{caret-color:#065f46}
.caret-emerald-800\/0{caret-color:rgb(6 95 70 / 0)}
.caret-emerald-800\/10{caret-color:rgb(6 95 70 / 0.1)}
.caret-emerald-800\/100{caret-color:rgb(6 95 70 / 1)}
.caret-emerald-800\/15{caret-color:rgb(6 95 70 / 0.15)}
.caret-emerald-800\/20{caret-color:rgb(6 95 70 / 0.2)}
.caret-emerald-800\/25{caret-color:rgb(6 95 70 / 0.25)}
.caret-emerald-800\/30{caret-color:rgb(6 95 70 / 0.3)}
.caret-emerald-800\/35{caret-color:rgb(6 95 70 / 0.35)}
.caret-emerald-800\/40{caret-color:rgb(6 95 70 / 0.4)}
.caret-emerald-800\/45{caret-color:rgb(6 95 70 / 0.45)}
.caret-emerald-800\/5{caret-color:rgb(6 95 70 / 0.05)}
.caret-emerald-800\/50{caret-color:rgb(6 95 70 / 0.5)}
.caret-emerald-800\/55{caret-color:rgb(6 95 70 / 0.55)}
.caret-emerald-800\/60{caret-color:rgb(6 95 70 / 0.6)}
.caret-emerald-800\/65{caret-color:rgb(6 95 70 / 0.65)}
.caret-emerald-800\/70{caret-color:rgb(6 95 70 / 0.7)}
.caret-emerald-800\/75{caret-color:rgb(6 95 70 / 0.75)}
.caret-emerald-800\/80{caret-color:rgb(6 95 70 / 0.8)}
.caret-emerald-800\/85{caret-color:rgb(6 95 70 / 0.85)}
.caret-emerald-800\/90{caret-color:rgb(6 95 70 / 0.9)}
.caret-emerald-800\/95{caret-color:rgb(6 95 70 / 0.95)}
.caret-emerald-900{caret-color:#064e3b}
.caret-emerald-900\/0{caret-color:rgb(6 78 59 / 0)}
.caret-emerald-900\/10{caret-color:rgb(6 78 59 / 0.1)}
.caret-emerald-900\/100{caret-color:rgb(6 78 59 / 1)}
.caret-emerald-900\/15{caret-color:rgb(6 78 59 / 0.15)}
.caret-emerald-900\/20{caret-color:rgb(6 78 59 / 0.2)}
.caret-emerald-900\/25{caret-color:rgb(6 78 59 / 0.25)}
.caret-emerald-900\/30{caret-color:rgb(6 78 59 / 0.3)}
.caret-emerald-900\/35{caret-color:rgb(6 78 59 / 0.35)}
.caret-emerald-900\/40{caret-color:rgb(6 78 59 / 0.4)}
.caret-emerald-900\/45{caret-color:rgb(6 78 59 / 0.45)}
.caret-emerald-900\/5{caret-color:rgb(6 78 59 / 0.05)}
.caret-emerald-900\/50{caret-color:rgb(6 78 59 / 0.5)}
.caret-emerald-900\/55{caret-color:rgb(6 78 59 / 0.55)}
.caret-emerald-900\/60{caret-color:rgb(6 78 59 / 0.6)}
.caret-emerald-900\/65{caret-color:rgb(6 78 59 / 0.65)}
.caret-emerald-900\/70{caret-color:rgb(6 78 59 / 0.7)}
.caret-emerald-900\/75{caret-color:rgb(6 78 59 / 0.75)}
.caret-emerald-900\/80{caret-color:rgb(6 78 59 / 0.8)}
.caret-emerald-900\/85{caret-color:rgb(6 78 59 / 0.85)}
.caret-emerald-900\/90{caret-color:rgb(6 78 59 / 0.9)}
.caret-emerald-900\/95{caret-color:rgb(6 78 59 / 0.95)}
.caret-emerald-950{caret-color:#022c22}
.caret-emerald-950\/0{caret-color:rgb(2 44 34 / 0)}
.caret-emerald-950\/10{caret-color:rgb(2 44 34 / 0.1)}
.caret-emerald-950\/100{caret-color:rgb(2 44 34 / 1)}
.caret-emerald-950\/15{caret-color:rgb(2 44 34 / 0.15)}
.caret-emerald-950\/20{caret-color:rgb(2 44 34 / 0.2)}
.caret-emerald-950\/25{caret-color:rgb(2 44 34 / 0.25)}
.caret-emerald-950\/30{caret-color:rgb(2 44 34 / 0.3)}
.caret-emerald-950\/35{caret-color:rgb(2 44 34 / 0.35)}
.caret-emerald-950\/40{caret-color:rgb(2 44 34 / 0.4)}
.caret-emerald-950\/45{caret-color:rgb(2 44 34 / 0.45)}
.caret-emerald-950\/5{caret-color:rgb(2 44 34 / 0.05)}
.caret-emerald-950\/50{caret-color:rgb(2 44 34 / 0.5)}
.caret-emerald-950\/55{caret-color:rgb(2 44 34 / 0.55)}
.caret-emerald-950\/60{caret-color:rgb(2 44 34 / 0.6)}
.caret-emerald-950\/65{caret-color:rgb(2 44 34 / 0.65)}
.caret-emerald-950\/70{caret-color:rgb(2 44 34 / 0.7)}
.caret-emerald-950\/75{caret-color:rgb(2 44 34 / 0.75)}
.caret-emerald-950\/80{caret-color:rgb(2 44 34 / 0.8)}
.caret-emerald-950\/85{caret-color:rgb(2 44 34 / 0.85)}
.caret-emerald-950\/90{caret-color:rgb(2 44 34 / 0.9)}
.caret-emerald-950\/95{caret-color:rgb(2 44 34 / 0.95)}
.caret-gridItemHover{caret-color:rgba(0,0,0,.03)}
.caret-gridItemHover\/0{caret-color:rgba(0, 0, 0, 0)}
.caret-gridItemHover\/10{caret-color:rgba(0, 0, 0, 0.1)}
.caret-gridItemHover\/100{caret-color:rgba(0, 0, 0, 1)}
.caret-gridItemHover\/15{caret-color:rgba(0, 0, 0, 0.15)}
.caret-gridItemHover\/20{caret-color:rgba(0, 0, 0, 0.2)}
.caret-gridItemHover\/25{caret-color:rgba(0, 0, 0, 0.25)}
.caret-gridItemHover\/30{caret-color:rgba(0, 0, 0, 0.3)}
.caret-gridItemHover\/35{caret-color:rgba(0, 0, 0, 0.35)}
.caret-gridItemHover\/40{caret-color:rgba(0, 0, 0, 0.4)}
.caret-gridItemHover\/45{caret-color:rgba(0, 0, 0, 0.45)}
.caret-gridItemHover\/5{caret-color:rgba(0, 0, 0, 0.05)}
.caret-gridItemHover\/50{caret-color:rgba(0, 0, 0, 0.5)}
.caret-gridItemHover\/55{caret-color:rgba(0, 0, 0, 0.55)}
.caret-gridItemHover\/60{caret-color:rgba(0, 0, 0, 0.6)}
.caret-gridItemHover\/65{caret-color:rgba(0, 0, 0, 0.65)}
.caret-gridItemHover\/70{caret-color:rgba(0, 0, 0, 0.7)}
.caret-gridItemHover\/75{caret-color:rgba(0, 0, 0, 0.75)}
.caret-gridItemHover\/80{caret-color:rgba(0, 0, 0, 0.8)}
.caret-gridItemHover\/85{caret-color:rgba(0, 0, 0, 0.85)}
.caret-gridItemHover\/90{caret-color:rgba(0, 0, 0, 0.9)}
.caret-gridItemHover\/95{caret-color:rgba(0, 0, 0, 0.95)}
.caret-info-text-contrast{caret-color:#000}
.caret-info-text-contrast\/0{caret-color:rgb(0 0 0 / 0)}
.caret-info-text-contrast\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-info-text-contrast\/100{caret-color:rgb(0 0 0 / 1)}
.caret-info-text-contrast\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-info-text-contrast\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-info-text-contrast\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-info-text-contrast\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-info-text-contrast\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-info-text-contrast\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-info-text-contrast\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-info-text-contrast\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-info-text-contrast\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-info-text-contrast\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-info-text-contrast\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-info-text-contrast\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-info-text-contrast\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-info-text-contrast\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-info-text-contrast\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-info-text-contrast\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-info-text-contrast\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-info-text-contrast\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-info-text-contrastsWithCard{caret-color:true}
.caret-info-text-isDark{}
.caret-info-text-text{caret-color:#48abd9}
.caret-info-text-text\/0{caret-color:rgb(72 171 217 / 0)}
.caret-info-text-text\/10{caret-color:rgb(72 171 217 / 0.1)}
.caret-info-text-text\/100{caret-color:rgb(72 171 217 / 1)}
.caret-info-text-text\/15{caret-color:rgb(72 171 217 / 0.15)}
.caret-info-text-text\/20{caret-color:rgb(72 171 217 / 0.2)}
.caret-info-text-text\/25{caret-color:rgb(72 171 217 / 0.25)}
.caret-info-text-text\/30{caret-color:rgb(72 171 217 / 0.3)}
.caret-info-text-text\/35{caret-color:rgb(72 171 217 / 0.35)}
.caret-info-text-text\/40{caret-color:rgb(72 171 217 / 0.4)}
.caret-info-text-text\/45{caret-color:rgb(72 171 217 / 0.45)}
.caret-info-text-text\/5{caret-color:rgb(72 171 217 / 0.05)}
.caret-info-text-text\/50{caret-color:rgb(72 171 217 / 0.5)}
.caret-info-text-text\/55{caret-color:rgb(72 171 217 / 0.55)}
.caret-info-text-text\/60{caret-color:rgb(72 171 217 / 0.6)}
.caret-info-text-text\/65{caret-color:rgb(72 171 217 / 0.65)}
.caret-info-text-text\/70{caret-color:rgb(72 171 217 / 0.7)}
.caret-info-text-text\/75{caret-color:rgb(72 171 217 / 0.75)}
.caret-info-text-text\/80{caret-color:rgb(72 171 217 / 0.8)}
.caret-info-text-text\/85{caret-color:rgb(72 171 217 / 0.85)}
.caret-info-text-text\/90{caret-color:rgb(72 171 217 / 0.9)}
.caret-info-text-text\/95{caret-color:rgb(72 171 217 / 0.95)}
.caret-lime-100{caret-color:#ecfccb}
.caret-lime-100\/0{caret-color:rgb(236 252 203 / 0)}
.caret-lime-100\/10{caret-color:rgb(236 252 203 / 0.1)}
.caret-lime-100\/100{caret-color:rgb(236 252 203 / 1)}
.caret-lime-100\/15{caret-color:rgb(236 252 203 / 0.15)}
.caret-lime-100\/20{caret-color:rgb(236 252 203 / 0.2)}
.caret-lime-100\/25{caret-color:rgb(236 252 203 / 0.25)}
.caret-lime-100\/30{caret-color:rgb(236 252 203 / 0.3)}
.caret-lime-100\/35{caret-color:rgb(236 252 203 / 0.35)}
.caret-lime-100\/40{caret-color:rgb(236 252 203 / 0.4)}
.caret-lime-100\/45{caret-color:rgb(236 252 203 / 0.45)}
.caret-lime-100\/5{caret-color:rgb(236 252 203 / 0.05)}
.caret-lime-100\/50{caret-color:rgb(236 252 203 / 0.5)}
.caret-lime-100\/55{caret-color:rgb(236 252 203 / 0.55)}
.caret-lime-100\/60{caret-color:rgb(236 252 203 / 0.6)}
.caret-lime-100\/65{caret-color:rgb(236 252 203 / 0.65)}
.caret-lime-100\/70{caret-color:rgb(236 252 203 / 0.7)}
.caret-lime-100\/75{caret-color:rgb(236 252 203 / 0.75)}
.caret-lime-100\/80{caret-color:rgb(236 252 203 / 0.8)}
.caret-lime-100\/85{caret-color:rgb(236 252 203 / 0.85)}
.caret-lime-100\/90{caret-color:rgb(236 252 203 / 0.9)}
.caret-lime-100\/95{caret-color:rgb(236 252 203 / 0.95)}
.caret-lime-200{caret-color:#d9f99d}
.caret-lime-200\/0{caret-color:rgb(217 249 157 / 0)}
.caret-lime-200\/10{caret-color:rgb(217 249 157 / 0.1)}
.caret-lime-200\/100{caret-color:rgb(217 249 157 / 1)}
.caret-lime-200\/15{caret-color:rgb(217 249 157 / 0.15)}
.caret-lime-200\/20{caret-color:rgb(217 249 157 / 0.2)}
.caret-lime-200\/25{caret-color:rgb(217 249 157 / 0.25)}
.caret-lime-200\/30{caret-color:rgb(217 249 157 / 0.3)}
.caret-lime-200\/35{caret-color:rgb(217 249 157 / 0.35)}
.caret-lime-200\/40{caret-color:rgb(217 249 157 / 0.4)}
.caret-lime-200\/45{caret-color:rgb(217 249 157 / 0.45)}
.caret-lime-200\/5{caret-color:rgb(217 249 157 / 0.05)}
.caret-lime-200\/50{caret-color:rgb(217 249 157 / 0.5)}
.caret-lime-200\/55{caret-color:rgb(217 249 157 / 0.55)}
.caret-lime-200\/60{caret-color:rgb(217 249 157 / 0.6)}
.caret-lime-200\/65{caret-color:rgb(217 249 157 / 0.65)}
.caret-lime-200\/70{caret-color:rgb(217 249 157 / 0.7)}
.caret-lime-200\/75{caret-color:rgb(217 249 157 / 0.75)}
.caret-lime-200\/80{caret-color:rgb(217 249 157 / 0.8)}
.caret-lime-200\/85{caret-color:rgb(217 249 157 / 0.85)}
.caret-lime-200\/90{caret-color:rgb(217 249 157 / 0.9)}
.caret-lime-200\/95{caret-color:rgb(217 249 157 / 0.95)}
.caret-lime-300{caret-color:#bef264}
.caret-lime-300\/0{caret-color:rgb(190 242 100 / 0)}
.caret-lime-300\/10{caret-color:rgb(190 242 100 / 0.1)}
.caret-lime-300\/100{caret-color:rgb(190 242 100 / 1)}
.caret-lime-300\/15{caret-color:rgb(190 242 100 / 0.15)}
.caret-lime-300\/20{caret-color:rgb(190 242 100 / 0.2)}
.caret-lime-300\/25{caret-color:rgb(190 242 100 / 0.25)}
.caret-lime-300\/30{caret-color:rgb(190 242 100 / 0.3)}
.caret-lime-300\/35{caret-color:rgb(190 242 100 / 0.35)}
.caret-lime-300\/40{caret-color:rgb(190 242 100 / 0.4)}
.caret-lime-300\/45{caret-color:rgb(190 242 100 / 0.45)}
.caret-lime-300\/5{caret-color:rgb(190 242 100 / 0.05)}
.caret-lime-300\/50{caret-color:rgb(190 242 100 / 0.5)}
.caret-lime-300\/55{caret-color:rgb(190 242 100 / 0.55)}
.caret-lime-300\/60{caret-color:rgb(190 242 100 / 0.6)}
.caret-lime-300\/65{caret-color:rgb(190 242 100 / 0.65)}
.caret-lime-300\/70{caret-color:rgb(190 242 100 / 0.7)}
.caret-lime-300\/75{caret-color:rgb(190 242 100 / 0.75)}
.caret-lime-300\/80{caret-color:rgb(190 242 100 / 0.8)}
.caret-lime-300\/85{caret-color:rgb(190 242 100 / 0.85)}
.caret-lime-300\/90{caret-color:rgb(190 242 100 / 0.9)}
.caret-lime-300\/95{caret-color:rgb(190 242 100 / 0.95)}
.caret-lime-400{caret-color:#a3e635}
.caret-lime-400\/0{caret-color:rgb(163 230 53 / 0)}
.caret-lime-400\/10{caret-color:rgb(163 230 53 / 0.1)}
.caret-lime-400\/100{caret-color:rgb(163 230 53 / 1)}
.caret-lime-400\/15{caret-color:rgb(163 230 53 / 0.15)}
.caret-lime-400\/20{caret-color:rgb(163 230 53 / 0.2)}
.caret-lime-400\/25{caret-color:rgb(163 230 53 / 0.25)}
.caret-lime-400\/30{caret-color:rgb(163 230 53 / 0.3)}
.caret-lime-400\/35{caret-color:rgb(163 230 53 / 0.35)}
.caret-lime-400\/40{caret-color:rgb(163 230 53 / 0.4)}
.caret-lime-400\/45{caret-color:rgb(163 230 53 / 0.45)}
.caret-lime-400\/5{caret-color:rgb(163 230 53 / 0.05)}
.caret-lime-400\/50{caret-color:rgb(163 230 53 / 0.5)}
.caret-lime-400\/55{caret-color:rgb(163 230 53 / 0.55)}
.caret-lime-400\/60{caret-color:rgb(163 230 53 / 0.6)}
.caret-lime-400\/65{caret-color:rgb(163 230 53 / 0.65)}
.caret-lime-400\/70{caret-color:rgb(163 230 53 / 0.7)}
.caret-lime-400\/75{caret-color:rgb(163 230 53 / 0.75)}
.caret-lime-400\/80{caret-color:rgb(163 230 53 / 0.8)}
.caret-lime-400\/85{caret-color:rgb(163 230 53 / 0.85)}
.caret-lime-400\/90{caret-color:rgb(163 230 53 / 0.9)}
.caret-lime-400\/95{caret-color:rgb(163 230 53 / 0.95)}
.caret-lime-50{caret-color:#f7fee7}
.caret-lime-50\/0{caret-color:rgb(247 254 231 / 0)}
.caret-lime-50\/10{caret-color:rgb(247 254 231 / 0.1)}
.caret-lime-50\/100{caret-color:rgb(247 254 231 / 1)}
.caret-lime-50\/15{caret-color:rgb(247 254 231 / 0.15)}
.caret-lime-50\/20{caret-color:rgb(247 254 231 / 0.2)}
.caret-lime-50\/25{caret-color:rgb(247 254 231 / 0.25)}
.caret-lime-50\/30{caret-color:rgb(247 254 231 / 0.3)}
.caret-lime-50\/35{caret-color:rgb(247 254 231 / 0.35)}
.caret-lime-50\/40{caret-color:rgb(247 254 231 / 0.4)}
.caret-lime-50\/45{caret-color:rgb(247 254 231 / 0.45)}
.caret-lime-50\/5{caret-color:rgb(247 254 231 / 0.05)}
.caret-lime-50\/50{caret-color:rgb(247 254 231 / 0.5)}
.caret-lime-50\/55{caret-color:rgb(247 254 231 / 0.55)}
.caret-lime-50\/60{caret-color:rgb(247 254 231 / 0.6)}
.caret-lime-50\/65{caret-color:rgb(247 254 231 / 0.65)}
.caret-lime-50\/70{caret-color:rgb(247 254 231 / 0.7)}
.caret-lime-50\/75{caret-color:rgb(247 254 231 / 0.75)}
.caret-lime-50\/80{caret-color:rgb(247 254 231 / 0.8)}
.caret-lime-50\/85{caret-color:rgb(247 254 231 / 0.85)}
.caret-lime-50\/90{caret-color:rgb(247 254 231 / 0.9)}
.caret-lime-50\/95{caret-color:rgb(247 254 231 / 0.95)}
.caret-lime-500{caret-color:#84cc16}
.caret-lime-500\/0{caret-color:rgb(132 204 22 / 0)}
.caret-lime-500\/10{caret-color:rgb(132 204 22 / 0.1)}
.caret-lime-500\/100{caret-color:rgb(132 204 22 / 1)}
.caret-lime-500\/15{caret-color:rgb(132 204 22 / 0.15)}
.caret-lime-500\/20{caret-color:rgb(132 204 22 / 0.2)}
.caret-lime-500\/25{caret-color:rgb(132 204 22 / 0.25)}
.caret-lime-500\/30{caret-color:rgb(132 204 22 / 0.3)}
.caret-lime-500\/35{caret-color:rgb(132 204 22 / 0.35)}
.caret-lime-500\/40{caret-color:rgb(132 204 22 / 0.4)}
.caret-lime-500\/45{caret-color:rgb(132 204 22 / 0.45)}
.caret-lime-500\/5{caret-color:rgb(132 204 22 / 0.05)}
.caret-lime-500\/50{caret-color:rgb(132 204 22 / 0.5)}
.caret-lime-500\/55{caret-color:rgb(132 204 22 / 0.55)}
.caret-lime-500\/60{caret-color:rgb(132 204 22 / 0.6)}
.caret-lime-500\/65{caret-color:rgb(132 204 22 / 0.65)}
.caret-lime-500\/70{caret-color:rgb(132 204 22 / 0.7)}
.caret-lime-500\/75{caret-color:rgb(132 204 22 / 0.75)}
.caret-lime-500\/80{caret-color:rgb(132 204 22 / 0.8)}
.caret-lime-500\/85{caret-color:rgb(132 204 22 / 0.85)}
.caret-lime-500\/90{caret-color:rgb(132 204 22 / 0.9)}
.caret-lime-500\/95{caret-color:rgb(132 204 22 / 0.95)}
.caret-lime-600{caret-color:#65a30d}
.caret-lime-600\/0{caret-color:rgb(101 163 13 / 0)}
.caret-lime-600\/10{caret-color:rgb(101 163 13 / 0.1)}
.caret-lime-600\/100{caret-color:rgb(101 163 13 / 1)}
.caret-lime-600\/15{caret-color:rgb(101 163 13 / 0.15)}
.caret-lime-600\/20{caret-color:rgb(101 163 13 / 0.2)}
.caret-lime-600\/25{caret-color:rgb(101 163 13 / 0.25)}
.caret-lime-600\/30{caret-color:rgb(101 163 13 / 0.3)}
.caret-lime-600\/35{caret-color:rgb(101 163 13 / 0.35)}
.caret-lime-600\/40{caret-color:rgb(101 163 13 / 0.4)}
.caret-lime-600\/45{caret-color:rgb(101 163 13 / 0.45)}
.caret-lime-600\/5{caret-color:rgb(101 163 13 / 0.05)}
.caret-lime-600\/50{caret-color:rgb(101 163 13 / 0.5)}
.caret-lime-600\/55{caret-color:rgb(101 163 13 / 0.55)}
.caret-lime-600\/60{caret-color:rgb(101 163 13 / 0.6)}
.caret-lime-600\/65{caret-color:rgb(101 163 13 / 0.65)}
.caret-lime-600\/70{caret-color:rgb(101 163 13 / 0.7)}
.caret-lime-600\/75{caret-color:rgb(101 163 13 / 0.75)}
.caret-lime-600\/80{caret-color:rgb(101 163 13 / 0.8)}
.caret-lime-600\/85{caret-color:rgb(101 163 13 / 0.85)}
.caret-lime-600\/90{caret-color:rgb(101 163 13 / 0.9)}
.caret-lime-600\/95{caret-color:rgb(101 163 13 / 0.95)}
.caret-lime-700{caret-color:#4d7c0f}
.caret-lime-700\/0{caret-color:rgb(77 124 15 / 0)}
.caret-lime-700\/10{caret-color:rgb(77 124 15 / 0.1)}
.caret-lime-700\/100{caret-color:rgb(77 124 15 / 1)}
.caret-lime-700\/15{caret-color:rgb(77 124 15 / 0.15)}
.caret-lime-700\/20{caret-color:rgb(77 124 15 / 0.2)}
.caret-lime-700\/25{caret-color:rgb(77 124 15 / 0.25)}
.caret-lime-700\/30{caret-color:rgb(77 124 15 / 0.3)}
.caret-lime-700\/35{caret-color:rgb(77 124 15 / 0.35)}
.caret-lime-700\/40{caret-color:rgb(77 124 15 / 0.4)}
.caret-lime-700\/45{caret-color:rgb(77 124 15 / 0.45)}
.caret-lime-700\/5{caret-color:rgb(77 124 15 / 0.05)}
.caret-lime-700\/50{caret-color:rgb(77 124 15 / 0.5)}
.caret-lime-700\/55{caret-color:rgb(77 124 15 / 0.55)}
.caret-lime-700\/60{caret-color:rgb(77 124 15 / 0.6)}
.caret-lime-700\/65{caret-color:rgb(77 124 15 / 0.65)}
.caret-lime-700\/70{caret-color:rgb(77 124 15 / 0.7)}
.caret-lime-700\/75{caret-color:rgb(77 124 15 / 0.75)}
.caret-lime-700\/80{caret-color:rgb(77 124 15 / 0.8)}
.caret-lime-700\/85{caret-color:rgb(77 124 15 / 0.85)}
.caret-lime-700\/90{caret-color:rgb(77 124 15 / 0.9)}
.caret-lime-700\/95{caret-color:rgb(77 124 15 / 0.95)}
.caret-lime-800{caret-color:#3f6212}
.caret-lime-800\/0{caret-color:rgb(63 98 18 / 0)}
.caret-lime-800\/10{caret-color:rgb(63 98 18 / 0.1)}
.caret-lime-800\/100{caret-color:rgb(63 98 18 / 1)}
.caret-lime-800\/15{caret-color:rgb(63 98 18 / 0.15)}
.caret-lime-800\/20{caret-color:rgb(63 98 18 / 0.2)}
.caret-lime-800\/25{caret-color:rgb(63 98 18 / 0.25)}
.caret-lime-800\/30{caret-color:rgb(63 98 18 / 0.3)}
.caret-lime-800\/35{caret-color:rgb(63 98 18 / 0.35)}
.caret-lime-800\/40{caret-color:rgb(63 98 18 / 0.4)}
.caret-lime-800\/45{caret-color:rgb(63 98 18 / 0.45)}
.caret-lime-800\/5{caret-color:rgb(63 98 18 / 0.05)}
.caret-lime-800\/50{caret-color:rgb(63 98 18 / 0.5)}
.caret-lime-800\/55{caret-color:rgb(63 98 18 / 0.55)}
.caret-lime-800\/60{caret-color:rgb(63 98 18 / 0.6)}
.caret-lime-800\/65{caret-color:rgb(63 98 18 / 0.65)}
.caret-lime-800\/70{caret-color:rgb(63 98 18 / 0.7)}
.caret-lime-800\/75{caret-color:rgb(63 98 18 / 0.75)}
.caret-lime-800\/80{caret-color:rgb(63 98 18 / 0.8)}
.caret-lime-800\/85{caret-color:rgb(63 98 18 / 0.85)}
.caret-lime-800\/90{caret-color:rgb(63 98 18 / 0.9)}
.caret-lime-800\/95{caret-color:rgb(63 98 18 / 0.95)}
.caret-lime-900{caret-color:#365314}
.caret-lime-900\/0{caret-color:rgb(54 83 20 / 0)}
.caret-lime-900\/10{caret-color:rgb(54 83 20 / 0.1)}
.caret-lime-900\/100{caret-color:rgb(54 83 20 / 1)}
.caret-lime-900\/15{caret-color:rgb(54 83 20 / 0.15)}
.caret-lime-900\/20{caret-color:rgb(54 83 20 / 0.2)}
.caret-lime-900\/25{caret-color:rgb(54 83 20 / 0.25)}
.caret-lime-900\/30{caret-color:rgb(54 83 20 / 0.3)}
.caret-lime-900\/35{caret-color:rgb(54 83 20 / 0.35)}
.caret-lime-900\/40{caret-color:rgb(54 83 20 / 0.4)}
.caret-lime-900\/45{caret-color:rgb(54 83 20 / 0.45)}
.caret-lime-900\/5{caret-color:rgb(54 83 20 / 0.05)}
.caret-lime-900\/50{caret-color:rgb(54 83 20 / 0.5)}
.caret-lime-900\/55{caret-color:rgb(54 83 20 / 0.55)}
.caret-lime-900\/60{caret-color:rgb(54 83 20 / 0.6)}
.caret-lime-900\/65{caret-color:rgb(54 83 20 / 0.65)}
.caret-lime-900\/70{caret-color:rgb(54 83 20 / 0.7)}
.caret-lime-900\/75{caret-color:rgb(54 83 20 / 0.75)}
.caret-lime-900\/80{caret-color:rgb(54 83 20 / 0.8)}
.caret-lime-900\/85{caret-color:rgb(54 83 20 / 0.85)}
.caret-lime-900\/90{caret-color:rgb(54 83 20 / 0.9)}
.caret-lime-900\/95{caret-color:rgb(54 83 20 / 0.95)}
.caret-lime-950{caret-color:#1a2e05}
.caret-lime-950\/0{caret-color:rgb(26 46 5 / 0)}
.caret-lime-950\/10{caret-color:rgb(26 46 5 / 0.1)}
.caret-lime-950\/100{caret-color:rgb(26 46 5 / 1)}
.caret-lime-950\/15{caret-color:rgb(26 46 5 / 0.15)}
.caret-lime-950\/20{caret-color:rgb(26 46 5 / 0.2)}
.caret-lime-950\/25{caret-color:rgb(26 46 5 / 0.25)}
.caret-lime-950\/30{caret-color:rgb(26 46 5 / 0.3)}
.caret-lime-950\/35{caret-color:rgb(26 46 5 / 0.35)}
.caret-lime-950\/40{caret-color:rgb(26 46 5 / 0.4)}
.caret-lime-950\/45{caret-color:rgb(26 46 5 / 0.45)}
.caret-lime-950\/5{caret-color:rgb(26 46 5 / 0.05)}
.caret-lime-950\/50{caret-color:rgb(26 46 5 / 0.5)}
.caret-lime-950\/55{caret-color:rgb(26 46 5 / 0.55)}
.caret-lime-950\/60{caret-color:rgb(26 46 5 / 0.6)}
.caret-lime-950\/65{caret-color:rgb(26 46 5 / 0.65)}
.caret-lime-950\/70{caret-color:rgb(26 46 5 / 0.7)}
.caret-lime-950\/75{caret-color:rgb(26 46 5 / 0.75)}
.caret-lime-950\/80{caret-color:rgb(26 46 5 / 0.8)}
.caret-lime-950\/85{caret-color:rgb(26 46 5 / 0.85)}
.caret-lime-950\/90{caret-color:rgb(26 46 5 / 0.9)}
.caret-lime-950\/95{caret-color:rgb(26 46 5 / 0.95)}
.caret-navBackground-text-contrast{caret-color:#fff}
.caret-navBackground-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-navBackground-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-navBackground-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-navBackground-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-navBackground-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-navBackground-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-navBackground-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-navBackground-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-navBackground-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-navBackground-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-navBackground-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-navBackground-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-navBackground-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-navBackground-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-navBackground-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-navBackground-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-navBackground-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-navBackground-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-navBackground-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-navBackground-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-navBackground-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-navBackground-text-contrastsWithCard{caret-color:true}
.caret-navBackground-text-isDark{caret-color:true}
.caret-navBackground-text-text{caret-color:#848484}
.caret-navBackground-text-text\/0{caret-color:rgb(132 132 132 / 0)}
.caret-navBackground-text-text\/10{caret-color:rgb(132 132 132 / 0.1)}
.caret-navBackground-text-text\/100{caret-color:rgb(132 132 132 / 1)}
.caret-navBackground-text-text\/15{caret-color:rgb(132 132 132 / 0.15)}
.caret-navBackground-text-text\/20{caret-color:rgb(132 132 132 / 0.2)}
.caret-navBackground-text-text\/25{caret-color:rgb(132 132 132 / 0.25)}
.caret-navBackground-text-text\/30{caret-color:rgb(132 132 132 / 0.3)}
.caret-navBackground-text-text\/35{caret-color:rgb(132 132 132 / 0.35)}
.caret-navBackground-text-text\/40{caret-color:rgb(132 132 132 / 0.4)}
.caret-navBackground-text-text\/45{caret-color:rgb(132 132 132 / 0.45)}
.caret-navBackground-text-text\/5{caret-color:rgb(132 132 132 / 0.05)}
.caret-navBackground-text-text\/50{caret-color:rgb(132 132 132 / 0.5)}
.caret-navBackground-text-text\/55{caret-color:rgb(132 132 132 / 0.55)}
.caret-navBackground-text-text\/60{caret-color:rgb(132 132 132 / 0.6)}
.caret-navBackground-text-text\/65{caret-color:rgb(132 132 132 / 0.65)}
.caret-navBackground-text-text\/70{caret-color:rgb(132 132 132 / 0.7)}
.caret-navBackground-text-text\/75{caret-color:rgb(132 132 132 / 0.75)}
.caret-navBackground-text-text\/80{caret-color:rgb(132 132 132 / 0.8)}
.caret-navBackground-text-text\/85{caret-color:rgb(132 132 132 / 0.85)}
.caret-navBackground-text-text\/90{caret-color:rgb(132 132 132 / 0.9)}
.caret-navBackground-text-text\/95{caret-color:rgb(132 132 132 / 0.95)}
.caret-navBackgroundDark-text-contrast{caret-color:#fff}
.caret-navBackgroundDark-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-navBackgroundDark-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-navBackgroundDark-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-navBackgroundDark-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-navBackgroundDark-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-navBackgroundDark-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-navBackgroundDark-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-navBackgroundDark-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-navBackgroundDark-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-navBackgroundDark-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-navBackgroundDark-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-navBackgroundDark-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-navBackgroundDark-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-navBackgroundDark-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-navBackgroundDark-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-navBackgroundDark-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-navBackgroundDark-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-navBackgroundDark-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-navBackgroundDark-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-navBackgroundDark-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-navBackgroundDark-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-navBackgroundDark-text-contrastsWithCard{caret-color:true}
.caret-navBackgroundDark-text-isDark{caret-color:true}
.caret-navBackgroundDark-text-text{caret-color:#1e293b}
.caret-navBackgroundDark-text-text\/0{caret-color:rgb(30 41 59 / 0)}
.caret-navBackgroundDark-text-text\/10{caret-color:rgb(30 41 59 / 0.1)}
.caret-navBackgroundDark-text-text\/100{caret-color:rgb(30 41 59 / 1)}
.caret-navBackgroundDark-text-text\/15{caret-color:rgb(30 41 59 / 0.15)}
.caret-navBackgroundDark-text-text\/20{caret-color:rgb(30 41 59 / 0.2)}
.caret-navBackgroundDark-text-text\/25{caret-color:rgb(30 41 59 / 0.25)}
.caret-navBackgroundDark-text-text\/30{caret-color:rgb(30 41 59 / 0.3)}
.caret-navBackgroundDark-text-text\/35{caret-color:rgb(30 41 59 / 0.35)}
.caret-navBackgroundDark-text-text\/40{caret-color:rgb(30 41 59 / 0.4)}
.caret-navBackgroundDark-text-text\/45{caret-color:rgb(30 41 59 / 0.45)}
.caret-navBackgroundDark-text-text\/5{caret-color:rgb(30 41 59 / 0.05)}
.caret-navBackgroundDark-text-text\/50{caret-color:rgb(30 41 59 / 0.5)}
.caret-navBackgroundDark-text-text\/55{caret-color:rgb(30 41 59 / 0.55)}
.caret-navBackgroundDark-text-text\/60{caret-color:rgb(30 41 59 / 0.6)}
.caret-navBackgroundDark-text-text\/65{caret-color:rgb(30 41 59 / 0.65)}
.caret-navBackgroundDark-text-text\/70{caret-color:rgb(30 41 59 / 0.7)}
.caret-navBackgroundDark-text-text\/75{caret-color:rgb(30 41 59 / 0.75)}
.caret-navBackgroundDark-text-text\/80{caret-color:rgb(30 41 59 / 0.8)}
.caret-navBackgroundDark-text-text\/85{caret-color:rgb(30 41 59 / 0.85)}
.caret-navBackgroundDark-text-text\/90{caret-color:rgb(30 41 59 / 0.9)}
.caret-navBackgroundDark-text-text\/95{caret-color:rgb(30 41 59 / 0.95)}
.caret-navText-text-contrast{caret-color:#fff}
.caret-navText-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-navText-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-navText-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-navText-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-navText-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-navText-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-navText-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-navText-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-navText-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-navText-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-navText-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-navText-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-navText-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-navText-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-navText-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-navText-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-navText-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-navText-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-navText-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-navText-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-navText-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-navText-text-contrastsWithCard{caret-color:true}
.caret-navText-text-isDark{caret-color:true}
.caret-navText-text-text{caret-color:#1e293b}
.caret-navText-text-text\/0{caret-color:rgb(30 41 59 / 0)}
.caret-navText-text-text\/10{caret-color:rgb(30 41 59 / 0.1)}
.caret-navText-text-text\/100{caret-color:rgb(30 41 59 / 1)}
.caret-navText-text-text\/15{caret-color:rgb(30 41 59 / 0.15)}
.caret-navText-text-text\/20{caret-color:rgb(30 41 59 / 0.2)}
.caret-navText-text-text\/25{caret-color:rgb(30 41 59 / 0.25)}
.caret-navText-text-text\/30{caret-color:rgb(30 41 59 / 0.3)}
.caret-navText-text-text\/35{caret-color:rgb(30 41 59 / 0.35)}
.caret-navText-text-text\/40{caret-color:rgb(30 41 59 / 0.4)}
.caret-navText-text-text\/45{caret-color:rgb(30 41 59 / 0.45)}
.caret-navText-text-text\/5{caret-color:rgb(30 41 59 / 0.05)}
.caret-navText-text-text\/50{caret-color:rgb(30 41 59 / 0.5)}
.caret-navText-text-text\/55{caret-color:rgb(30 41 59 / 0.55)}
.caret-navText-text-text\/60{caret-color:rgb(30 41 59 / 0.6)}
.caret-navText-text-text\/65{caret-color:rgb(30 41 59 / 0.65)}
.caret-navText-text-text\/70{caret-color:rgb(30 41 59 / 0.7)}
.caret-navText-text-text\/75{caret-color:rgb(30 41 59 / 0.75)}
.caret-navText-text-text\/80{caret-color:rgb(30 41 59 / 0.8)}
.caret-navText-text-text\/85{caret-color:rgb(30 41 59 / 0.85)}
.caret-navText-text-text\/90{caret-color:rgb(30 41 59 / 0.9)}
.caret-navText-text-text\/95{caret-color:rgb(30 41 59 / 0.95)}
.caret-navTextDark-text-contrast{caret-color:#fff}
.caret-navTextDark-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-navTextDark-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-navTextDark-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-navTextDark-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-navTextDark-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-navTextDark-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-navTextDark-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-navTextDark-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-navTextDark-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-navTextDark-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-navTextDark-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-navTextDark-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-navTextDark-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-navTextDark-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-navTextDark-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-navTextDark-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-navTextDark-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-navTextDark-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-navTextDark-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-navTextDark-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-navTextDark-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-navTextDark-text-contrastsWithCard{caret-color:true}
.caret-navTextDark-text-isDark{caret-color:true}
.caret-navTextDark-text-text{caret-color:#848484}
.caret-navTextDark-text-text\/0{caret-color:rgb(132 132 132 / 0)}
.caret-navTextDark-text-text\/10{caret-color:rgb(132 132 132 / 0.1)}
.caret-navTextDark-text-text\/100{caret-color:rgb(132 132 132 / 1)}
.caret-navTextDark-text-text\/15{caret-color:rgb(132 132 132 / 0.15)}
.caret-navTextDark-text-text\/20{caret-color:rgb(132 132 132 / 0.2)}
.caret-navTextDark-text-text\/25{caret-color:rgb(132 132 132 / 0.25)}
.caret-navTextDark-text-text\/30{caret-color:rgb(132 132 132 / 0.3)}
.caret-navTextDark-text-text\/35{caret-color:rgb(132 132 132 / 0.35)}
.caret-navTextDark-text-text\/40{caret-color:rgb(132 132 132 / 0.4)}
.caret-navTextDark-text-text\/45{caret-color:rgb(132 132 132 / 0.45)}
.caret-navTextDark-text-text\/5{caret-color:rgb(132 132 132 / 0.05)}
.caret-navTextDark-text-text\/50{caret-color:rgb(132 132 132 / 0.5)}
.caret-navTextDark-text-text\/55{caret-color:rgb(132 132 132 / 0.55)}
.caret-navTextDark-text-text\/60{caret-color:rgb(132 132 132 / 0.6)}
.caret-navTextDark-text-text\/65{caret-color:rgb(132 132 132 / 0.65)}
.caret-navTextDark-text-text\/70{caret-color:rgb(132 132 132 / 0.7)}
.caret-navTextDark-text-text\/75{caret-color:rgb(132 132 132 / 0.75)}
.caret-navTextDark-text-text\/80{caret-color:rgb(132 132 132 / 0.8)}
.caret-navTextDark-text-text\/85{caret-color:rgb(132 132 132 / 0.85)}
.caret-navTextDark-text-text\/90{caret-color:rgb(132 132 132 / 0.9)}
.caret-navTextDark-text-text\/95{caret-color:rgb(132 132 132 / 0.95)}
.caret-navTextHover-text-contrast{caret-color:#fff}
.caret-navTextHover-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-navTextHover-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-navTextHover-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-navTextHover-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-navTextHover-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-navTextHover-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-navTextHover-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-navTextHover-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-navTextHover-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-navTextHover-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-navTextHover-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-navTextHover-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-navTextHover-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-navTextHover-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-navTextHover-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-navTextHover-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-navTextHover-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-navTextHover-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-navTextHover-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-navTextHover-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-navTextHover-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-navTextHover-text-contrastsWithCard{caret-color:true}
.caret-navTextHover-text-isDark{caret-color:true}
.caret-navTextHover-text-text{caret-color:#1e293b}
.caret-navTextHover-text-text\/0{caret-color:rgb(30 41 59 / 0)}
.caret-navTextHover-text-text\/10{caret-color:rgb(30 41 59 / 0.1)}
.caret-navTextHover-text-text\/100{caret-color:rgb(30 41 59 / 1)}
.caret-navTextHover-text-text\/15{caret-color:rgb(30 41 59 / 0.15)}
.caret-navTextHover-text-text\/20{caret-color:rgb(30 41 59 / 0.2)}
.caret-navTextHover-text-text\/25{caret-color:rgb(30 41 59 / 0.25)}
.caret-navTextHover-text-text\/30{caret-color:rgb(30 41 59 / 0.3)}
.caret-navTextHover-text-text\/35{caret-color:rgb(30 41 59 / 0.35)}
.caret-navTextHover-text-text\/40{caret-color:rgb(30 41 59 / 0.4)}
.caret-navTextHover-text-text\/45{caret-color:rgb(30 41 59 / 0.45)}
.caret-navTextHover-text-text\/5{caret-color:rgb(30 41 59 / 0.05)}
.caret-navTextHover-text-text\/50{caret-color:rgb(30 41 59 / 0.5)}
.caret-navTextHover-text-text\/55{caret-color:rgb(30 41 59 / 0.55)}
.caret-navTextHover-text-text\/60{caret-color:rgb(30 41 59 / 0.6)}
.caret-navTextHover-text-text\/65{caret-color:rgb(30 41 59 / 0.65)}
.caret-navTextHover-text-text\/70{caret-color:rgb(30 41 59 / 0.7)}
.caret-navTextHover-text-text\/75{caret-color:rgb(30 41 59 / 0.75)}
.caret-navTextHover-text-text\/80{caret-color:rgb(30 41 59 / 0.8)}
.caret-navTextHover-text-text\/85{caret-color:rgb(30 41 59 / 0.85)}
.caret-navTextHover-text-text\/90{caret-color:rgb(30 41 59 / 0.9)}
.caret-navTextHover-text-text\/95{caret-color:rgb(30 41 59 / 0.95)}
.caret-primary{caret-color:#005788}
.caret-primary-100{caret-color:var(--bt-primary-100)}
.caret-primary-150{caret-color:var(--bt-primary-150)}
.caret-primary-200{caret-color:var(--bt-primary-200)}
.caret-primary-300{caret-color:var(--bt-primary-300)}
.caret-primary-350{caret-color:var(--bt-primary-350)}
.caret-primary-400{caret-color:var(--bt-primary-400)}
.caret-primary-450{caret-color:var(--bt-primary-450)}
.caret-primary-500{caret-color:var(--bt-primary-500)}
.caret-primary-550{caret-color:var(--bt-primary-550)}
.caret-primary-600{caret-color:var(--bt-primary-600)}
.caret-primary-650{caret-color:var(--bt-primary-650)}
.caret-primary-700{caret-color:var(--bt-primary-700)}
.caret-primary-750{caret-color:var(--bt-primary-750)}
.caret-primary-800{caret-color:var(--bt-primary-800)}
.caret-primary-850{caret-color:var(--bt-primary-850)}
.caret-primary-900{caret-color:var(--bt-primary-900)}
.caret-primary-contrast{caret-color:#fff}
.caret-primary-contrast-contrast{caret-color:#000}
.caret-primary-contrast-contrast\/0{caret-color:rgb(0 0 0 / 0)}
.caret-primary-contrast-contrast\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-primary-contrast-contrast\/100{caret-color:rgb(0 0 0 / 1)}
.caret-primary-contrast-contrast\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-primary-contrast-contrast\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-primary-contrast-contrast\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-primary-contrast-contrast\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-primary-contrast-contrast\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-primary-contrast-contrast\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-primary-contrast-contrast\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-primary-contrast-contrast\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-primary-contrast-contrast\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-primary-contrast-contrast\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-primary-contrast-contrast\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-primary-contrast-contrast\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-primary-contrast-contrast\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-primary-contrast-contrast\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-primary-contrast-contrast\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-primary-contrast-contrast\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-primary-contrast-contrast\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-primary-contrast-contrast\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-primary-contrast-contrastsWithCard{}
.caret-primary-contrast-isDark{}
.caret-primary-contrast-text{caret-color:#848484}
.caret-primary-contrast-text\/0{caret-color:rgb(132 132 132 / 0)}
.caret-primary-contrast-text\/10{caret-color:rgb(132 132 132 / 0.1)}
.caret-primary-contrast-text\/100{caret-color:rgb(132 132 132 / 1)}
.caret-primary-contrast-text\/15{caret-color:rgb(132 132 132 / 0.15)}
.caret-primary-contrast-text\/20{caret-color:rgb(132 132 132 / 0.2)}
.caret-primary-contrast-text\/25{caret-color:rgb(132 132 132 / 0.25)}
.caret-primary-contrast-text\/30{caret-color:rgb(132 132 132 / 0.3)}
.caret-primary-contrast-text\/35{caret-color:rgb(132 132 132 / 0.35)}
.caret-primary-contrast-text\/40{caret-color:rgb(132 132 132 / 0.4)}
.caret-primary-contrast-text\/45{caret-color:rgb(132 132 132 / 0.45)}
.caret-primary-contrast-text\/5{caret-color:rgb(132 132 132 / 0.05)}
.caret-primary-contrast-text\/50{caret-color:rgb(132 132 132 / 0.5)}
.caret-primary-contrast-text\/55{caret-color:rgb(132 132 132 / 0.55)}
.caret-primary-contrast-text\/60{caret-color:rgb(132 132 132 / 0.6)}
.caret-primary-contrast-text\/65{caret-color:rgb(132 132 132 / 0.65)}
.caret-primary-contrast-text\/70{caret-color:rgb(132 132 132 / 0.7)}
.caret-primary-contrast-text\/75{caret-color:rgb(132 132 132 / 0.75)}
.caret-primary-contrast-text\/80{caret-color:rgb(132 132 132 / 0.8)}
.caret-primary-contrast-text\/85{caret-color:rgb(132 132 132 / 0.85)}
.caret-primary-contrast-text\/90{caret-color:rgb(132 132 132 / 0.9)}
.caret-primary-contrast-text\/95{caret-color:rgb(132 132 132 / 0.95)}
.caret-primary-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-primary-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-primary-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-primary-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-primary-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-primary-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-primary-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-primary-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-primary-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-primary-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-primary-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-primary-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-primary-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-primary-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-primary-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-primary-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-primary-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-primary-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-primary-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-primary-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-primary-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-primary-contrastsWithCard{caret-color:true}
.caret-primary-isDark{caret-color:true}
.caret-primary-text{caret-color:#005788}
.caret-primary-text-contrast{caret-color:#fff}
.caret-primary-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-primary-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-primary-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-primary-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-primary-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-primary-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-primary-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-primary-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-primary-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-primary-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-primary-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-primary-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-primary-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-primary-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-primary-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-primary-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-primary-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-primary-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-primary-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-primary-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-primary-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-primary-text-contrastsWithCard{caret-color:true}
.caret-primary-text-isDark{caret-color:true}
.caret-primary-text-text{caret-color:#005788}
.caret-primary-text-text\/0{caret-color:rgb(0 87 136 / 0)}
.caret-primary-text-text\/10{caret-color:rgb(0 87 136 / 0.1)}
.caret-primary-text-text\/100{caret-color:rgb(0 87 136 / 1)}
.caret-primary-text-text\/15{caret-color:rgb(0 87 136 / 0.15)}
.caret-primary-text-text\/20{caret-color:rgb(0 87 136 / 0.2)}
.caret-primary-text-text\/25{caret-color:rgb(0 87 136 / 0.25)}
.caret-primary-text-text\/30{caret-color:rgb(0 87 136 / 0.3)}
.caret-primary-text-text\/35{caret-color:rgb(0 87 136 / 0.35)}
.caret-primary-text-text\/40{caret-color:rgb(0 87 136 / 0.4)}
.caret-primary-text-text\/45{caret-color:rgb(0 87 136 / 0.45)}
.caret-primary-text-text\/5{caret-color:rgb(0 87 136 / 0.05)}
.caret-primary-text-text\/50{caret-color:rgb(0 87 136 / 0.5)}
.caret-primary-text-text\/55{caret-color:rgb(0 87 136 / 0.55)}
.caret-primary-text-text\/60{caret-color:rgb(0 87 136 / 0.6)}
.caret-primary-text-text\/65{caret-color:rgb(0 87 136 / 0.65)}
.caret-primary-text-text\/70{caret-color:rgb(0 87 136 / 0.7)}
.caret-primary-text-text\/75{caret-color:rgb(0 87 136 / 0.75)}
.caret-primary-text-text\/80{caret-color:rgb(0 87 136 / 0.8)}
.caret-primary-text-text\/85{caret-color:rgb(0 87 136 / 0.85)}
.caret-primary-text-text\/90{caret-color:rgb(0 87 136 / 0.9)}
.caret-primary-text-text\/95{caret-color:rgb(0 87 136 / 0.95)}
.caret-primary-text\/0{caret-color:rgb(0 87 136 / 0)}
.caret-primary-text\/10{caret-color:rgb(0 87 136 / 0.1)}
.caret-primary-text\/100{caret-color:rgb(0 87 136 / 1)}
.caret-primary-text\/15{caret-color:rgb(0 87 136 / 0.15)}
.caret-primary-text\/20{caret-color:rgb(0 87 136 / 0.2)}
.caret-primary-text\/25{caret-color:rgb(0 87 136 / 0.25)}
.caret-primary-text\/30{caret-color:rgb(0 87 136 / 0.3)}
.caret-primary-text\/35{caret-color:rgb(0 87 136 / 0.35)}
.caret-primary-text\/40{caret-color:rgb(0 87 136 / 0.4)}
.caret-primary-text\/45{caret-color:rgb(0 87 136 / 0.45)}
.caret-primary-text\/5{caret-color:rgb(0 87 136 / 0.05)}
.caret-primary-text\/50{caret-color:rgb(0 87 136 / 0.5)}
.caret-primary-text\/55{caret-color:rgb(0 87 136 / 0.55)}
.caret-primary-text\/60{caret-color:rgb(0 87 136 / 0.6)}
.caret-primary-text\/65{caret-color:rgb(0 87 136 / 0.65)}
.caret-primary-text\/70{caret-color:rgb(0 87 136 / 0.7)}
.caret-primary-text\/75{caret-color:rgb(0 87 136 / 0.75)}
.caret-primary-text\/80{caret-color:rgb(0 87 136 / 0.8)}
.caret-primary-text\/85{caret-color:rgb(0 87 136 / 0.85)}
.caret-primary-text\/90{caret-color:rgb(0 87 136 / 0.9)}
.caret-primary-text\/95{caret-color:rgb(0 87 136 / 0.95)}
.caret-primary\/0{caret-color:rgb(0 87 136 / 0)}
.caret-primary\/10{caret-color:rgb(0 87 136 / 0.1)}
.caret-primary\/100{caret-color:rgb(0 87 136 / 1)}
.caret-primary\/15{caret-color:rgb(0 87 136 / 0.15)}
.caret-primary\/20{caret-color:rgb(0 87 136 / 0.2)}
.caret-primary\/25{caret-color:rgb(0 87 136 / 0.25)}
.caret-primary\/30{caret-color:rgb(0 87 136 / 0.3)}
.caret-primary\/35{caret-color:rgb(0 87 136 / 0.35)}
.caret-primary\/40{caret-color:rgb(0 87 136 / 0.4)}
.caret-primary\/45{caret-color:rgb(0 87 136 / 0.45)}
.caret-primary\/5{caret-color:rgb(0 87 136 / 0.05)}
.caret-primary\/50{caret-color:rgb(0 87 136 / 0.5)}
.caret-primary\/55{caret-color:rgb(0 87 136 / 0.55)}
.caret-primary\/60{caret-color:rgb(0 87 136 / 0.6)}
.caret-primary\/65{caret-color:rgb(0 87 136 / 0.65)}
.caret-primary\/70{caret-color:rgb(0 87 136 / 0.7)}
.caret-primary\/75{caret-color:rgb(0 87 136 / 0.75)}
.caret-primary\/80{caret-color:rgb(0 87 136 / 0.8)}
.caret-primary\/85{caret-color:rgb(0 87 136 / 0.85)}
.caret-primary\/90{caret-color:rgb(0 87 136 / 0.9)}
.caret-primary\/95{caret-color:rgb(0 87 136 / 0.95)}
.caret-secondary-text-contrast{caret-color:#fff}
.caret-secondary-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-secondary-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-secondary-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-secondary-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-secondary-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-secondary-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-secondary-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-secondary-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-secondary-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-secondary-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-secondary-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-secondary-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-secondary-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-secondary-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-secondary-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-secondary-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-secondary-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-secondary-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-secondary-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-secondary-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-secondary-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-secondary-text-contrastsWithCard{caret-color:true}
.caret-secondary-text-isDark{caret-color:true}
.caret-secondary-text-text{caret-color:#5a5e64}
.caret-secondary-text-text\/0{caret-color:rgb(90 94 100 / 0)}
.caret-secondary-text-text\/10{caret-color:rgb(90 94 100 / 0.1)}
.caret-secondary-text-text\/100{caret-color:rgb(90 94 100 / 1)}
.caret-secondary-text-text\/15{caret-color:rgb(90 94 100 / 0.15)}
.caret-secondary-text-text\/20{caret-color:rgb(90 94 100 / 0.2)}
.caret-secondary-text-text\/25{caret-color:rgb(90 94 100 / 0.25)}
.caret-secondary-text-text\/30{caret-color:rgb(90 94 100 / 0.3)}
.caret-secondary-text-text\/35{caret-color:rgb(90 94 100 / 0.35)}
.caret-secondary-text-text\/40{caret-color:rgb(90 94 100 / 0.4)}
.caret-secondary-text-text\/45{caret-color:rgb(90 94 100 / 0.45)}
.caret-secondary-text-text\/5{caret-color:rgb(90 94 100 / 0.05)}
.caret-secondary-text-text\/50{caret-color:rgb(90 94 100 / 0.5)}
.caret-secondary-text-text\/55{caret-color:rgb(90 94 100 / 0.55)}
.caret-secondary-text-text\/60{caret-color:rgb(90 94 100 / 0.6)}
.caret-secondary-text-text\/65{caret-color:rgb(90 94 100 / 0.65)}
.caret-secondary-text-text\/70{caret-color:rgb(90 94 100 / 0.7)}
.caret-secondary-text-text\/75{caret-color:rgb(90 94 100 / 0.75)}
.caret-secondary-text-text\/80{caret-color:rgb(90 94 100 / 0.8)}
.caret-secondary-text-text\/85{caret-color:rgb(90 94 100 / 0.85)}
.caret-secondary-text-text\/90{caret-color:rgb(90 94 100 / 0.9)}
.caret-secondary-text-text\/95{caret-color:rgb(90 94 100 / 0.95)}
.caret-success-text-contrast{caret-color:#fff}
.caret-success-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-success-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-success-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-success-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-success-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-success-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-success-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-success-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-success-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-success-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-success-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-success-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-success-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-success-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-success-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-success-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-success-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-success-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-success-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-success-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-success-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-success-text-contrastsWithCard{caret-color:true}
.caret-success-text-isDark{caret-color:true}
.caret-success-text-text{caret-color:#1B8749}
.caret-success-text-text\/0{caret-color:rgb(27 135 73 / 0)}
.caret-success-text-text\/10{caret-color:rgb(27 135 73 / 0.1)}
.caret-success-text-text\/100{caret-color:rgb(27 135 73 / 1)}
.caret-success-text-text\/15{caret-color:rgb(27 135 73 / 0.15)}
.caret-success-text-text\/20{caret-color:rgb(27 135 73 / 0.2)}
.caret-success-text-text\/25{caret-color:rgb(27 135 73 / 0.25)}
.caret-success-text-text\/30{caret-color:rgb(27 135 73 / 0.3)}
.caret-success-text-text\/35{caret-color:rgb(27 135 73 / 0.35)}
.caret-success-text-text\/40{caret-color:rgb(27 135 73 / 0.4)}
.caret-success-text-text\/45{caret-color:rgb(27 135 73 / 0.45)}
.caret-success-text-text\/5{caret-color:rgb(27 135 73 / 0.05)}
.caret-success-text-text\/50{caret-color:rgb(27 135 73 / 0.5)}
.caret-success-text-text\/55{caret-color:rgb(27 135 73 / 0.55)}
.caret-success-text-text\/60{caret-color:rgb(27 135 73 / 0.6)}
.caret-success-text-text\/65{caret-color:rgb(27 135 73 / 0.65)}
.caret-success-text-text\/70{caret-color:rgb(27 135 73 / 0.7)}
.caret-success-text-text\/75{caret-color:rgb(27 135 73 / 0.75)}
.caret-success-text-text\/80{caret-color:rgb(27 135 73 / 0.8)}
.caret-success-text-text\/85{caret-color:rgb(27 135 73 / 0.85)}
.caret-success-text-text\/90{caret-color:rgb(27 135 73 / 0.9)}
.caret-success-text-text\/95{caret-color:rgb(27 135 73 / 0.95)}
.caret-text-100{caret-color:var(--bt-text-100)}
.caret-text-200{caret-color:var(--bt-text-200)}
.caret-text-300{caret-color:var(--bt-text-300)}
.caret-text-400{caret-color:var(--bt-text-400)}
.caret-text-500{caret-color:var(--bt-text-500)}
.caret-text-600{caret-color:var(--bt-text-600)}
.caret-text-700{caret-color:var(--bt-text-700)}
.caret-text-800{caret-color:var(--bt-text-800)}
.caret-text-900{caret-color:var(--bt-text-900)}
.caret-text-contrast{caret-color:#fff}
.caret-text-contrast-contrast{caret-color:#000}
.caret-text-contrast-contrast\/0{caret-color:rgb(0 0 0 / 0)}
.caret-text-contrast-contrast\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-text-contrast-contrast\/100{caret-color:rgb(0 0 0 / 1)}
.caret-text-contrast-contrast\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-text-contrast-contrast\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-text-contrast-contrast\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-text-contrast-contrast\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-text-contrast-contrast\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-text-contrast-contrast\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-text-contrast-contrast\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-text-contrast-contrast\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-text-contrast-contrast\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-text-contrast-contrast\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-text-contrast-contrast\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-text-contrast-contrast\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-text-contrast-contrast\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-text-contrast-contrast\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-text-contrast-contrast\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-text-contrast-contrast\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-text-contrast-contrast\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-text-contrast-contrast\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-text-contrast-contrastsWithCard{}
.caret-text-contrast-isDark{}
.caret-text-contrast-text{caret-color:#848484}
.caret-text-contrast-text\/0{caret-color:rgb(132 132 132 / 0)}
.caret-text-contrast-text\/10{caret-color:rgb(132 132 132 / 0.1)}
.caret-text-contrast-text\/100{caret-color:rgb(132 132 132 / 1)}
.caret-text-contrast-text\/15{caret-color:rgb(132 132 132 / 0.15)}
.caret-text-contrast-text\/20{caret-color:rgb(132 132 132 / 0.2)}
.caret-text-contrast-text\/25{caret-color:rgb(132 132 132 / 0.25)}
.caret-text-contrast-text\/30{caret-color:rgb(132 132 132 / 0.3)}
.caret-text-contrast-text\/35{caret-color:rgb(132 132 132 / 0.35)}
.caret-text-contrast-text\/40{caret-color:rgb(132 132 132 / 0.4)}
.caret-text-contrast-text\/45{caret-color:rgb(132 132 132 / 0.45)}
.caret-text-contrast-text\/5{caret-color:rgb(132 132 132 / 0.05)}
.caret-text-contrast-text\/50{caret-color:rgb(132 132 132 / 0.5)}
.caret-text-contrast-text\/55{caret-color:rgb(132 132 132 / 0.55)}
.caret-text-contrast-text\/60{caret-color:rgb(132 132 132 / 0.6)}
.caret-text-contrast-text\/65{caret-color:rgb(132 132 132 / 0.65)}
.caret-text-contrast-text\/70{caret-color:rgb(132 132 132 / 0.7)}
.caret-text-contrast-text\/75{caret-color:rgb(132 132 132 / 0.75)}
.caret-text-contrast-text\/80{caret-color:rgb(132 132 132 / 0.8)}
.caret-text-contrast-text\/85{caret-color:rgb(132 132 132 / 0.85)}
.caret-text-contrast-text\/90{caret-color:rgb(132 132 132 / 0.9)}
.caret-text-contrast-text\/95{caret-color:rgb(132 132 132 / 0.95)}
.caret-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-text-contrastsWithCard{caret-color:true}
.caret-text-isDark{caret-color:true}
.caret-text-text{caret-color:#000}
.caret-text-text-contrast{caret-color:#fff}
.caret-text-text-contrast\/0{caret-color:rgb(255 255 255 / 0)}
.caret-text-text-contrast\/10{caret-color:rgb(255 255 255 / 0.1)}
.caret-text-text-contrast\/100{caret-color:rgb(255 255 255 / 1)}
.caret-text-text-contrast\/15{caret-color:rgb(255 255 255 / 0.15)}
.caret-text-text-contrast\/20{caret-color:rgb(255 255 255 / 0.2)}
.caret-text-text-contrast\/25{caret-color:rgb(255 255 255 / 0.25)}
.caret-text-text-contrast\/30{caret-color:rgb(255 255 255 / 0.3)}
.caret-text-text-contrast\/35{caret-color:rgb(255 255 255 / 0.35)}
.caret-text-text-contrast\/40{caret-color:rgb(255 255 255 / 0.4)}
.caret-text-text-contrast\/45{caret-color:rgb(255 255 255 / 0.45)}
.caret-text-text-contrast\/5{caret-color:rgb(255 255 255 / 0.05)}
.caret-text-text-contrast\/50{caret-color:rgb(255 255 255 / 0.5)}
.caret-text-text-contrast\/55{caret-color:rgb(255 255 255 / 0.55)}
.caret-text-text-contrast\/60{caret-color:rgb(255 255 255 / 0.6)}
.caret-text-text-contrast\/65{caret-color:rgb(255 255 255 / 0.65)}
.caret-text-text-contrast\/70{caret-color:rgb(255 255 255 / 0.7)}
.caret-text-text-contrast\/75{caret-color:rgb(255 255 255 / 0.75)}
.caret-text-text-contrast\/80{caret-color:rgb(255 255 255 / 0.8)}
.caret-text-text-contrast\/85{caret-color:rgb(255 255 255 / 0.85)}
.caret-text-text-contrast\/90{caret-color:rgb(255 255 255 / 0.9)}
.caret-text-text-contrast\/95{caret-color:rgb(255 255 255 / 0.95)}
.caret-text-text-contrastsWithCard{caret-color:true}
.caret-text-text-isDark{caret-color:true}
.caret-text-text-text{caret-color:#000}
.caret-text-text-text\/0{caret-color:rgb(0 0 0 / 0)}
.caret-text-text-text\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-text-text-text\/100{caret-color:rgb(0 0 0 / 1)}
.caret-text-text-text\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-text-text-text\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-text-text-text\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-text-text-text\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-text-text-text\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-text-text-text\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-text-text-text\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-text-text-text\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-text-text-text\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-text-text-text\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-text-text-text\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-text-text-text\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-text-text-text\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-text-text-text\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-text-text-text\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-text-text-text\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-text-text-text\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-text-text-text\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-text-text\/0{caret-color:rgb(0 0 0 / 0)}
.caret-text-text\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-text-text\/100{caret-color:rgb(0 0 0 / 1)}
.caret-text-text\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-text-text\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-text-text\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-text-text\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-text-text\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-text-text\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-text-text\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-text-text\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-text-text\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-text-text\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-text-text\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-text-text\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-text-text\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-text-text\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-text-text\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-text-text\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-text-text\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-text-text\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-warning-text-contrast{caret-color:#000}
.caret-warning-text-contrast\/0{caret-color:rgb(0 0 0 / 0)}
.caret-warning-text-contrast\/10{caret-color:rgb(0 0 0 / 0.1)}
.caret-warning-text-contrast\/100{caret-color:rgb(0 0 0 / 1)}
.caret-warning-text-contrast\/15{caret-color:rgb(0 0 0 / 0.15)}
.caret-warning-text-contrast\/20{caret-color:rgb(0 0 0 / 0.2)}
.caret-warning-text-contrast\/25{caret-color:rgb(0 0 0 / 0.25)}
.caret-warning-text-contrast\/30{caret-color:rgb(0 0 0 / 0.3)}
.caret-warning-text-contrast\/35{caret-color:rgb(0 0 0 / 0.35)}
.caret-warning-text-contrast\/40{caret-color:rgb(0 0 0 / 0.4)}
.caret-warning-text-contrast\/45{caret-color:rgb(0 0 0 / 0.45)}
.caret-warning-text-contrast\/5{caret-color:rgb(0 0 0 / 0.05)}
.caret-warning-text-contrast\/50{caret-color:rgb(0 0 0 / 0.5)}
.caret-warning-text-contrast\/55{caret-color:rgb(0 0 0 / 0.55)}
.caret-warning-text-contrast\/60{caret-color:rgb(0 0 0 / 0.6)}
.caret-warning-text-contrast\/65{caret-color:rgb(0 0 0 / 0.65)}
.caret-warning-text-contrast\/70{caret-color:rgb(0 0 0 / 0.7)}
.caret-warning-text-contrast\/75{caret-color:rgb(0 0 0 / 0.75)}
.caret-warning-text-contrast\/80{caret-color:rgb(0 0 0 / 0.8)}
.caret-warning-text-contrast\/85{caret-color:rgb(0 0 0 / 0.85)}
.caret-warning-text-contrast\/90{caret-color:rgb(0 0 0 / 0.9)}
.caret-warning-text-contrast\/95{caret-color:rgb(0 0 0 / 0.95)}
.caret-warning-text-contrastsWithCard{caret-color:true}
.caret-warning-text-isDark{}
.caret-warning-text-text{caret-color:#ffa800}
.caret-warning-text-text\/0{caret-color:rgb(255 168 0 / 0)}
.caret-warning-text-text\/10{caret-color:rgb(255 168 0 / 0.1)}
.caret-warning-text-text\/100{caret-color:rgb(255 168 0 / 1)}
.caret-warning-text-text\/15{caret-color:rgb(255 168 0 / 0.15)}
.caret-warning-text-text\/20{caret-color:rgb(255 168 0 / 0.2)}
.caret-warning-text-text\/25{caret-color:rgb(255 168 0 / 0.25)}
.caret-warning-text-text\/30{caret-color:rgb(255 168 0 / 0.3)}
.caret-warning-text-text\/35{caret-color:rgb(255 168 0 / 0.35)}
.caret-warning-text-text\/40{caret-color:rgb(255 168 0 / 0.4)}
.caret-warning-text-text\/45{caret-color:rgb(255 168 0 / 0.45)}
.caret-warning-text-text\/5{caret-color:rgb(255 168 0 / 0.05)}
.caret-warning-text-text\/50{caret-color:rgb(255 168 0 / 0.5)}
.caret-warning-text-text\/55{caret-color:rgb(255 168 0 / 0.55)}
.caret-warning-text-text\/60{caret-color:rgb(255 168 0 / 0.6)}
.caret-warning-text-text\/65{caret-color:rgb(255 168 0 / 0.65)}
.caret-warning-text-text\/70{caret-color:rgb(255 168 0 / 0.7)}
.caret-warning-text-text\/75{caret-color:rgb(255 168 0 / 0.75)}
.caret-warning-text-text\/80{caret-color:rgb(255 168 0 / 0.8)}
.caret-warning-text-text\/85{caret-color:rgb(255 168 0 / 0.85)}
.caret-warning-text-text\/90{caret-color:rgb(255 168 0 / 0.9)}
.caret-warning-text-text\/95{caret-color:rgb(255 168 0 / 0.95)}
.accent-amber-100{accent-color:#fef3c7}
.accent-amber-100\/0{accent-color:rgb(254 243 199 / 0)}
.accent-amber-100\/10{accent-color:rgb(254 243 199 / 0.1)}
.accent-amber-100\/100{accent-color:rgb(254 243 199 / 1)}
.accent-amber-100\/15{accent-color:rgb(254 243 199 / 0.15)}
.accent-amber-100\/20{accent-color:rgb(254 243 199 / 0.2)}
.accent-amber-100\/25{accent-color:rgb(254 243 199 / 0.25)}
.accent-amber-100\/30{accent-color:rgb(254 243 199 / 0.3)}
.accent-amber-100\/35{accent-color:rgb(254 243 199 / 0.35)}
.accent-amber-100\/40{accent-color:rgb(254 243 199 / 0.4)}
.accent-amber-100\/45{accent-color:rgb(254 243 199 / 0.45)}
.accent-amber-100\/5{accent-color:rgb(254 243 199 / 0.05)}
.accent-amber-100\/50{accent-color:rgb(254 243 199 / 0.5)}
.accent-amber-100\/55{accent-color:rgb(254 243 199 / 0.55)}
.accent-amber-100\/60{accent-color:rgb(254 243 199 / 0.6)}
.accent-amber-100\/65{accent-color:rgb(254 243 199 / 0.65)}
.accent-amber-100\/70{accent-color:rgb(254 243 199 / 0.7)}
.accent-amber-100\/75{accent-color:rgb(254 243 199 / 0.75)}
.accent-amber-100\/80{accent-color:rgb(254 243 199 / 0.8)}
.accent-amber-100\/85{accent-color:rgb(254 243 199 / 0.85)}
.accent-amber-100\/90{accent-color:rgb(254 243 199 / 0.9)}
.accent-amber-100\/95{accent-color:rgb(254 243 199 / 0.95)}
.accent-amber-200{accent-color:#fde68a}
.accent-amber-200\/0{accent-color:rgb(253 230 138 / 0)}
.accent-amber-200\/10{accent-color:rgb(253 230 138 / 0.1)}
.accent-amber-200\/100{accent-color:rgb(253 230 138 / 1)}
.accent-amber-200\/15{accent-color:rgb(253 230 138 / 0.15)}
.accent-amber-200\/20{accent-color:rgb(253 230 138 / 0.2)}
.accent-amber-200\/25{accent-color:rgb(253 230 138 / 0.25)}
.accent-amber-200\/30{accent-color:rgb(253 230 138 / 0.3)}
.accent-amber-200\/35{accent-color:rgb(253 230 138 / 0.35)}
.accent-amber-200\/40{accent-color:rgb(253 230 138 / 0.4)}
.accent-amber-200\/45{accent-color:rgb(253 230 138 / 0.45)}
.accent-amber-200\/5{accent-color:rgb(253 230 138 / 0.05)}
.accent-amber-200\/50{accent-color:rgb(253 230 138 / 0.5)}
.accent-amber-200\/55{accent-color:rgb(253 230 138 / 0.55)}
.accent-amber-200\/60{accent-color:rgb(253 230 138 / 0.6)}
.accent-amber-200\/65{accent-color:rgb(253 230 138 / 0.65)}
.accent-amber-200\/70{accent-color:rgb(253 230 138 / 0.7)}
.accent-amber-200\/75{accent-color:rgb(253 230 138 / 0.75)}
.accent-amber-200\/80{accent-color:rgb(253 230 138 / 0.8)}
.accent-amber-200\/85{accent-color:rgb(253 230 138 / 0.85)}
.accent-amber-200\/90{accent-color:rgb(253 230 138 / 0.9)}
.accent-amber-200\/95{accent-color:rgb(253 230 138 / 0.95)}
.accent-amber-300{accent-color:#fcd34d}
.accent-amber-300\/0{accent-color:rgb(252 211 77 / 0)}
.accent-amber-300\/10{accent-color:rgb(252 211 77 / 0.1)}
.accent-amber-300\/100{accent-color:rgb(252 211 77 / 1)}
.accent-amber-300\/15{accent-color:rgb(252 211 77 / 0.15)}
.accent-amber-300\/20{accent-color:rgb(252 211 77 / 0.2)}
.accent-amber-300\/25{accent-color:rgb(252 211 77 / 0.25)}
.accent-amber-300\/30{accent-color:rgb(252 211 77 / 0.3)}
.accent-amber-300\/35{accent-color:rgb(252 211 77 / 0.35)}
.accent-amber-300\/40{accent-color:rgb(252 211 77 / 0.4)}
.accent-amber-300\/45{accent-color:rgb(252 211 77 / 0.45)}
.accent-amber-300\/5{accent-color:rgb(252 211 77 / 0.05)}
.accent-amber-300\/50{accent-color:rgb(252 211 77 / 0.5)}
.accent-amber-300\/55{accent-color:rgb(252 211 77 / 0.55)}
.accent-amber-300\/60{accent-color:rgb(252 211 77 / 0.6)}
.accent-amber-300\/65{accent-color:rgb(252 211 77 / 0.65)}
.accent-amber-300\/70{accent-color:rgb(252 211 77 / 0.7)}
.accent-amber-300\/75{accent-color:rgb(252 211 77 / 0.75)}
.accent-amber-300\/80{accent-color:rgb(252 211 77 / 0.8)}
.accent-amber-300\/85{accent-color:rgb(252 211 77 / 0.85)}
.accent-amber-300\/90{accent-color:rgb(252 211 77 / 0.9)}
.accent-amber-300\/95{accent-color:rgb(252 211 77 / 0.95)}
.accent-amber-400{accent-color:#fbbf24}
.accent-amber-400\/0{accent-color:rgb(251 191 36 / 0)}
.accent-amber-400\/10{accent-color:rgb(251 191 36 / 0.1)}
.accent-amber-400\/100{accent-color:rgb(251 191 36 / 1)}
.accent-amber-400\/15{accent-color:rgb(251 191 36 / 0.15)}
.accent-amber-400\/20{accent-color:rgb(251 191 36 / 0.2)}
.accent-amber-400\/25{accent-color:rgb(251 191 36 / 0.25)}
.accent-amber-400\/30{accent-color:rgb(251 191 36 / 0.3)}
.accent-amber-400\/35{accent-color:rgb(251 191 36 / 0.35)}
.accent-amber-400\/40{accent-color:rgb(251 191 36 / 0.4)}
.accent-amber-400\/45{accent-color:rgb(251 191 36 / 0.45)}
.accent-amber-400\/5{accent-color:rgb(251 191 36 / 0.05)}
.accent-amber-400\/50{accent-color:rgb(251 191 36 / 0.5)}
.accent-amber-400\/55{accent-color:rgb(251 191 36 / 0.55)}
.accent-amber-400\/60{accent-color:rgb(251 191 36 / 0.6)}
.accent-amber-400\/65{accent-color:rgb(251 191 36 / 0.65)}
.accent-amber-400\/70{accent-color:rgb(251 191 36 / 0.7)}
.accent-amber-400\/75{accent-color:rgb(251 191 36 / 0.75)}
.accent-amber-400\/80{accent-color:rgb(251 191 36 / 0.8)}
.accent-amber-400\/85{accent-color:rgb(251 191 36 / 0.85)}
.accent-amber-400\/90{accent-color:rgb(251 191 36 / 0.9)}
.accent-amber-400\/95{accent-color:rgb(251 191 36 / 0.95)}
.accent-amber-50{accent-color:#fffbeb}
.accent-amber-50\/0{accent-color:rgb(255 251 235 / 0)}
.accent-amber-50\/10{accent-color:rgb(255 251 235 / 0.1)}
.accent-amber-50\/100{accent-color:rgb(255 251 235 / 1)}
.accent-amber-50\/15{accent-color:rgb(255 251 235 / 0.15)}
.accent-amber-50\/20{accent-color:rgb(255 251 235 / 0.2)}
.accent-amber-50\/25{accent-color:rgb(255 251 235 / 0.25)}
.accent-amber-50\/30{accent-color:rgb(255 251 235 / 0.3)}
.accent-amber-50\/35{accent-color:rgb(255 251 235 / 0.35)}
.accent-amber-50\/40{accent-color:rgb(255 251 235 / 0.4)}
.accent-amber-50\/45{accent-color:rgb(255 251 235 / 0.45)}
.accent-amber-50\/5{accent-color:rgb(255 251 235 / 0.05)}
.accent-amber-50\/50{accent-color:rgb(255 251 235 / 0.5)}
.accent-amber-50\/55{accent-color:rgb(255 251 235 / 0.55)}
.accent-amber-50\/60{accent-color:rgb(255 251 235 / 0.6)}
.accent-amber-50\/65{accent-color:rgb(255 251 235 / 0.65)}
.accent-amber-50\/70{accent-color:rgb(255 251 235 / 0.7)}
.accent-amber-50\/75{accent-color:rgb(255 251 235 / 0.75)}
.accent-amber-50\/80{accent-color:rgb(255 251 235 / 0.8)}
.accent-amber-50\/85{accent-color:rgb(255 251 235 / 0.85)}
.accent-amber-50\/90{accent-color:rgb(255 251 235 / 0.9)}
.accent-amber-50\/95{accent-color:rgb(255 251 235 / 0.95)}
.accent-amber-500{accent-color:#f59e0b}
.accent-amber-500\/0{accent-color:rgb(245 158 11 / 0)}
.accent-amber-500\/10{accent-color:rgb(245 158 11 / 0.1)}
.accent-amber-500\/100{accent-color:rgb(245 158 11 / 1)}
.accent-amber-500\/15{accent-color:rgb(245 158 11 / 0.15)}
.accent-amber-500\/20{accent-color:rgb(245 158 11 / 0.2)}
.accent-amber-500\/25{accent-color:rgb(245 158 11 / 0.25)}
.accent-amber-500\/30{accent-color:rgb(245 158 11 / 0.3)}
.accent-amber-500\/35{accent-color:rgb(245 158 11 / 0.35)}
.accent-amber-500\/40{accent-color:rgb(245 158 11 / 0.4)}
.accent-amber-500\/45{accent-color:rgb(245 158 11 / 0.45)}
.accent-amber-500\/5{accent-color:rgb(245 158 11 / 0.05)}
.accent-amber-500\/50{accent-color:rgb(245 158 11 / 0.5)}
.accent-amber-500\/55{accent-color:rgb(245 158 11 / 0.55)}
.accent-amber-500\/60{accent-color:rgb(245 158 11 / 0.6)}
.accent-amber-500\/65{accent-color:rgb(245 158 11 / 0.65)}
.accent-amber-500\/70{accent-color:rgb(245 158 11 / 0.7)}
.accent-amber-500\/75{accent-color:rgb(245 158 11 / 0.75)}
.accent-amber-500\/80{accent-color:rgb(245 158 11 / 0.8)}
.accent-amber-500\/85{accent-color:rgb(245 158 11 / 0.85)}
.accent-amber-500\/90{accent-color:rgb(245 158 11 / 0.9)}
.accent-amber-500\/95{accent-color:rgb(245 158 11 / 0.95)}
.accent-amber-600{accent-color:#d97706}
.accent-amber-600\/0{accent-color:rgb(217 119 6 / 0)}
.accent-amber-600\/10{accent-color:rgb(217 119 6 / 0.1)}
.accent-amber-600\/100{accent-color:rgb(217 119 6 / 1)}
.accent-amber-600\/15{accent-color:rgb(217 119 6 / 0.15)}
.accent-amber-600\/20{accent-color:rgb(217 119 6 / 0.2)}
.accent-amber-600\/25{accent-color:rgb(217 119 6 / 0.25)}
.accent-amber-600\/30{accent-color:rgb(217 119 6 / 0.3)}
.accent-amber-600\/35{accent-color:rgb(217 119 6 / 0.35)}
.accent-amber-600\/40{accent-color:rgb(217 119 6 / 0.4)}
.accent-amber-600\/45{accent-color:rgb(217 119 6 / 0.45)}
.accent-amber-600\/5{accent-color:rgb(217 119 6 / 0.05)}
.accent-amber-600\/50{accent-color:rgb(217 119 6 / 0.5)}
.accent-amber-600\/55{accent-color:rgb(217 119 6 / 0.55)}
.accent-amber-600\/60{accent-color:rgb(217 119 6 / 0.6)}
.accent-amber-600\/65{accent-color:rgb(217 119 6 / 0.65)}
.accent-amber-600\/70{accent-color:rgb(217 119 6 / 0.7)}
.accent-amber-600\/75{accent-color:rgb(217 119 6 / 0.75)}
.accent-amber-600\/80{accent-color:rgb(217 119 6 / 0.8)}
.accent-amber-600\/85{accent-color:rgb(217 119 6 / 0.85)}
.accent-amber-600\/90{accent-color:rgb(217 119 6 / 0.9)}
.accent-amber-600\/95{accent-color:rgb(217 119 6 / 0.95)}
.accent-amber-700{accent-color:#b45309}
.accent-amber-700\/0{accent-color:rgb(180 83 9 / 0)}
.accent-amber-700\/10{accent-color:rgb(180 83 9 / 0.1)}
.accent-amber-700\/100{accent-color:rgb(180 83 9 / 1)}
.accent-amber-700\/15{accent-color:rgb(180 83 9 / 0.15)}
.accent-amber-700\/20{accent-color:rgb(180 83 9 / 0.2)}
.accent-amber-700\/25{accent-color:rgb(180 83 9 / 0.25)}
.accent-amber-700\/30{accent-color:rgb(180 83 9 / 0.3)}
.accent-amber-700\/35{accent-color:rgb(180 83 9 / 0.35)}
.accent-amber-700\/40{accent-color:rgb(180 83 9 / 0.4)}
.accent-amber-700\/45{accent-color:rgb(180 83 9 / 0.45)}
.accent-amber-700\/5{accent-color:rgb(180 83 9 / 0.05)}
.accent-amber-700\/50{accent-color:rgb(180 83 9 / 0.5)}
.accent-amber-700\/55{accent-color:rgb(180 83 9 / 0.55)}
.accent-amber-700\/60{accent-color:rgb(180 83 9 / 0.6)}
.accent-amber-700\/65{accent-color:rgb(180 83 9 / 0.65)}
.accent-amber-700\/70{accent-color:rgb(180 83 9 / 0.7)}
.accent-amber-700\/75{accent-color:rgb(180 83 9 / 0.75)}
.accent-amber-700\/80{accent-color:rgb(180 83 9 / 0.8)}
.accent-amber-700\/85{accent-color:rgb(180 83 9 / 0.85)}
.accent-amber-700\/90{accent-color:rgb(180 83 9 / 0.9)}
.accent-amber-700\/95{accent-color:rgb(180 83 9 / 0.95)}
.accent-amber-800{accent-color:#92400e}
.accent-amber-800\/0{accent-color:rgb(146 64 14 / 0)}
.accent-amber-800\/10{accent-color:rgb(146 64 14 / 0.1)}
.accent-amber-800\/100{accent-color:rgb(146 64 14 / 1)}
.accent-amber-800\/15{accent-color:rgb(146 64 14 / 0.15)}
.accent-amber-800\/20{accent-color:rgb(146 64 14 / 0.2)}
.accent-amber-800\/25{accent-color:rgb(146 64 14 / 0.25)}
.accent-amber-800\/30{accent-color:rgb(146 64 14 / 0.3)}
.accent-amber-800\/35{accent-color:rgb(146 64 14 / 0.35)}
.accent-amber-800\/40{accent-color:rgb(146 64 14 / 0.4)}
.accent-amber-800\/45{accent-color:rgb(146 64 14 / 0.45)}
.accent-amber-800\/5{accent-color:rgb(146 64 14 / 0.05)}
.accent-amber-800\/50{accent-color:rgb(146 64 14 / 0.5)}
.accent-amber-800\/55{accent-color:rgb(146 64 14 / 0.55)}
.accent-amber-800\/60{accent-color:rgb(146 64 14 / 0.6)}
.accent-amber-800\/65{accent-color:rgb(146 64 14 / 0.65)}
.accent-amber-800\/70{accent-color:rgb(146 64 14 / 0.7)}
.accent-amber-800\/75{accent-color:rgb(146 64 14 / 0.75)}
.accent-amber-800\/80{accent-color:rgb(146 64 14 / 0.8)}
.accent-amber-800\/85{accent-color:rgb(146 64 14 / 0.85)}
.accent-amber-800\/90{accent-color:rgb(146 64 14 / 0.9)}
.accent-amber-800\/95{accent-color:rgb(146 64 14 / 0.95)}
.accent-amber-900{accent-color:#78350f}
.accent-amber-900\/0{accent-color:rgb(120 53 15 / 0)}
.accent-amber-900\/10{accent-color:rgb(120 53 15 / 0.1)}
.accent-amber-900\/100{accent-color:rgb(120 53 15 / 1)}
.accent-amber-900\/15{accent-color:rgb(120 53 15 / 0.15)}
.accent-amber-900\/20{accent-color:rgb(120 53 15 / 0.2)}
.accent-amber-900\/25{accent-color:rgb(120 53 15 / 0.25)}
.accent-amber-900\/30{accent-color:rgb(120 53 15 / 0.3)}
.accent-amber-900\/35{accent-color:rgb(120 53 15 / 0.35)}
.accent-amber-900\/40{accent-color:rgb(120 53 15 / 0.4)}
.accent-amber-900\/45{accent-color:rgb(120 53 15 / 0.45)}
.accent-amber-900\/5{accent-color:rgb(120 53 15 / 0.05)}
.accent-amber-900\/50{accent-color:rgb(120 53 15 / 0.5)}
.accent-amber-900\/55{accent-color:rgb(120 53 15 / 0.55)}
.accent-amber-900\/60{accent-color:rgb(120 53 15 / 0.6)}
.accent-amber-900\/65{accent-color:rgb(120 53 15 / 0.65)}
.accent-amber-900\/70{accent-color:rgb(120 53 15 / 0.7)}
.accent-amber-900\/75{accent-color:rgb(120 53 15 / 0.75)}
.accent-amber-900\/80{accent-color:rgb(120 53 15 / 0.8)}
.accent-amber-900\/85{accent-color:rgb(120 53 15 / 0.85)}
.accent-amber-900\/90{accent-color:rgb(120 53 15 / 0.9)}
.accent-amber-900\/95{accent-color:rgb(120 53 15 / 0.95)}
.accent-amber-950{accent-color:#451a03}
.accent-amber-950\/0{accent-color:rgb(69 26 3 / 0)}
.accent-amber-950\/10{accent-color:rgb(69 26 3 / 0.1)}
.accent-amber-950\/100{accent-color:rgb(69 26 3 / 1)}
.accent-amber-950\/15{accent-color:rgb(69 26 3 / 0.15)}
.accent-amber-950\/20{accent-color:rgb(69 26 3 / 0.2)}
.accent-amber-950\/25{accent-color:rgb(69 26 3 / 0.25)}
.accent-amber-950\/30{accent-color:rgb(69 26 3 / 0.3)}
.accent-amber-950\/35{accent-color:rgb(69 26 3 / 0.35)}
.accent-amber-950\/40{accent-color:rgb(69 26 3 / 0.4)}
.accent-amber-950\/45{accent-color:rgb(69 26 3 / 0.45)}
.accent-amber-950\/5{accent-color:rgb(69 26 3 / 0.05)}
.accent-amber-950\/50{accent-color:rgb(69 26 3 / 0.5)}
.accent-amber-950\/55{accent-color:rgb(69 26 3 / 0.55)}
.accent-amber-950\/60{accent-color:rgb(69 26 3 / 0.6)}
.accent-amber-950\/65{accent-color:rgb(69 26 3 / 0.65)}
.accent-amber-950\/70{accent-color:rgb(69 26 3 / 0.7)}
.accent-amber-950\/75{accent-color:rgb(69 26 3 / 0.75)}
.accent-amber-950\/80{accent-color:rgb(69 26 3 / 0.8)}
.accent-amber-950\/85{accent-color:rgb(69 26 3 / 0.85)}
.accent-amber-950\/90{accent-color:rgb(69 26 3 / 0.9)}
.accent-amber-950\/95{accent-color:rgb(69 26 3 / 0.95)}
.accent-background-text-contrast{accent-color:#fff}
.accent-background-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-background-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-background-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-background-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-background-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-background-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-background-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-background-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-background-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-background-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-background-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-background-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-background-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-background-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-background-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-background-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-background-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-background-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-background-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-background-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-background-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-background-text-contrastsWithCard{accent-color:true}
.accent-background-text-isDark{accent-color:true}
.accent-background-text-text{accent-color:#6b6f73}
.accent-background-text-text\/0{accent-color:rgb(107 111 115 / 0)}
.accent-background-text-text\/10{accent-color:rgb(107 111 115 / 0.1)}
.accent-background-text-text\/100{accent-color:rgb(107 111 115 / 1)}
.accent-background-text-text\/15{accent-color:rgb(107 111 115 / 0.15)}
.accent-background-text-text\/20{accent-color:rgb(107 111 115 / 0.2)}
.accent-background-text-text\/25{accent-color:rgb(107 111 115 / 0.25)}
.accent-background-text-text\/30{accent-color:rgb(107 111 115 / 0.3)}
.accent-background-text-text\/35{accent-color:rgb(107 111 115 / 0.35)}
.accent-background-text-text\/40{accent-color:rgb(107 111 115 / 0.4)}
.accent-background-text-text\/45{accent-color:rgb(107 111 115 / 0.45)}
.accent-background-text-text\/5{accent-color:rgb(107 111 115 / 0.05)}
.accent-background-text-text\/50{accent-color:rgb(107 111 115 / 0.5)}
.accent-background-text-text\/55{accent-color:rgb(107 111 115 / 0.55)}
.accent-background-text-text\/60{accent-color:rgb(107 111 115 / 0.6)}
.accent-background-text-text\/65{accent-color:rgb(107 111 115 / 0.65)}
.accent-background-text-text\/70{accent-color:rgb(107 111 115 / 0.7)}
.accent-background-text-text\/75{accent-color:rgb(107 111 115 / 0.75)}
.accent-background-text-text\/80{accent-color:rgb(107 111 115 / 0.8)}
.accent-background-text-text\/85{accent-color:rgb(107 111 115 / 0.85)}
.accent-background-text-text\/90{accent-color:rgb(107 111 115 / 0.9)}
.accent-background-text-text\/95{accent-color:rgb(107 111 115 / 0.95)}
.accent-bt-text-contrast{accent-color:#fff}
.accent-bt-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-bt-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-bt-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-bt-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-bt-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-bt-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-bt-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-bt-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-bt-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-bt-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-bt-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-bt-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-bt-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-bt-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-bt-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-bt-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-bt-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-bt-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-bt-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-bt-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-bt-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-bt-text-contrastsWithCard{accent-color:true}
.accent-bt-text-isDark{accent-color:true}
.accent-bt-text-text{accent-color:#1e293b}
.accent-bt-text-text\/0{accent-color:rgb(30 41 59 / 0)}
.accent-bt-text-text\/10{accent-color:rgb(30 41 59 / 0.1)}
.accent-bt-text-text\/100{accent-color:rgb(30 41 59 / 1)}
.accent-bt-text-text\/15{accent-color:rgb(30 41 59 / 0.15)}
.accent-bt-text-text\/20{accent-color:rgb(30 41 59 / 0.2)}
.accent-bt-text-text\/25{accent-color:rgb(30 41 59 / 0.25)}
.accent-bt-text-text\/30{accent-color:rgb(30 41 59 / 0.3)}
.accent-bt-text-text\/35{accent-color:rgb(30 41 59 / 0.35)}
.accent-bt-text-text\/40{accent-color:rgb(30 41 59 / 0.4)}
.accent-bt-text-text\/45{accent-color:rgb(30 41 59 / 0.45)}
.accent-bt-text-text\/5{accent-color:rgb(30 41 59 / 0.05)}
.accent-bt-text-text\/50{accent-color:rgb(30 41 59 / 0.5)}
.accent-bt-text-text\/55{accent-color:rgb(30 41 59 / 0.55)}
.accent-bt-text-text\/60{accent-color:rgb(30 41 59 / 0.6)}
.accent-bt-text-text\/65{accent-color:rgb(30 41 59 / 0.65)}
.accent-bt-text-text\/70{accent-color:rgb(30 41 59 / 0.7)}
.accent-bt-text-text\/75{accent-color:rgb(30 41 59 / 0.75)}
.accent-bt-text-text\/80{accent-color:rgb(30 41 59 / 0.8)}
.accent-bt-text-text\/85{accent-color:rgb(30 41 59 / 0.85)}
.accent-bt-text-text\/90{accent-color:rgb(30 41 59 / 0.9)}
.accent-bt-text-text\/95{accent-color:rgb(30 41 59 / 0.95)}
.accent-btLight-text-contrast{accent-color:#000}
.accent-btLight-text-contrast\/0{accent-color:rgb(0 0 0 / 0)}
.accent-btLight-text-contrast\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-btLight-text-contrast\/100{accent-color:rgb(0 0 0 / 1)}
.accent-btLight-text-contrast\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-btLight-text-contrast\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-btLight-text-contrast\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-btLight-text-contrast\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-btLight-text-contrast\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-btLight-text-contrast\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-btLight-text-contrast\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-btLight-text-contrast\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-btLight-text-contrast\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-btLight-text-contrast\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-btLight-text-contrast\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-btLight-text-contrast\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-btLight-text-contrast\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-btLight-text-contrast\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-btLight-text-contrast\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-btLight-text-contrast\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-btLight-text-contrast\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-btLight-text-contrast\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-btLight-text-contrastsWithCard{accent-color:true}
.accent-btLight-text-isDark{}
.accent-btLight-text-text{accent-color:#48abd9}
.accent-btLight-text-text\/0{accent-color:rgb(72 171 217 / 0)}
.accent-btLight-text-text\/10{accent-color:rgb(72 171 217 / 0.1)}
.accent-btLight-text-text\/100{accent-color:rgb(72 171 217 / 1)}
.accent-btLight-text-text\/15{accent-color:rgb(72 171 217 / 0.15)}
.accent-btLight-text-text\/20{accent-color:rgb(72 171 217 / 0.2)}
.accent-btLight-text-text\/25{accent-color:rgb(72 171 217 / 0.25)}
.accent-btLight-text-text\/30{accent-color:rgb(72 171 217 / 0.3)}
.accent-btLight-text-text\/35{accent-color:rgb(72 171 217 / 0.35)}
.accent-btLight-text-text\/40{accent-color:rgb(72 171 217 / 0.4)}
.accent-btLight-text-text\/45{accent-color:rgb(72 171 217 / 0.45)}
.accent-btLight-text-text\/5{accent-color:rgb(72 171 217 / 0.05)}
.accent-btLight-text-text\/50{accent-color:rgb(72 171 217 / 0.5)}
.accent-btLight-text-text\/55{accent-color:rgb(72 171 217 / 0.55)}
.accent-btLight-text-text\/60{accent-color:rgb(72 171 217 / 0.6)}
.accent-btLight-text-text\/65{accent-color:rgb(72 171 217 / 0.65)}
.accent-btLight-text-text\/70{accent-color:rgb(72 171 217 / 0.7)}
.accent-btLight-text-text\/75{accent-color:rgb(72 171 217 / 0.75)}
.accent-btLight-text-text\/80{accent-color:rgb(72 171 217 / 0.8)}
.accent-btLight-text-text\/85{accent-color:rgb(72 171 217 / 0.85)}
.accent-btLight-text-text\/90{accent-color:rgb(72 171 217 / 0.9)}
.accent-btLight-text-text\/95{accent-color:rgb(72 171 217 / 0.95)}
.accent-cardBackground-text-contrast{accent-color:#fff}
.accent-cardBackground-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-cardBackground-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-cardBackground-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-cardBackground-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-cardBackground-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-cardBackground-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-cardBackground-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-cardBackground-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-cardBackground-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-cardBackground-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-cardBackground-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-cardBackground-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-cardBackground-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-cardBackground-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-cardBackground-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-cardBackground-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-cardBackground-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-cardBackground-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-cardBackground-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-cardBackground-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-cardBackground-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-cardBackground-text-contrastsWithCard{accent-color:true}
.accent-cardBackground-text-isDark{accent-color:true}
.accent-cardBackground-text-text{accent-color:#848484}
.accent-cardBackground-text-text\/0{accent-color:rgb(132 132 132 / 0)}
.accent-cardBackground-text-text\/10{accent-color:rgb(132 132 132 / 0.1)}
.accent-cardBackground-text-text\/100{accent-color:rgb(132 132 132 / 1)}
.accent-cardBackground-text-text\/15{accent-color:rgb(132 132 132 / 0.15)}
.accent-cardBackground-text-text\/20{accent-color:rgb(132 132 132 / 0.2)}
.accent-cardBackground-text-text\/25{accent-color:rgb(132 132 132 / 0.25)}
.accent-cardBackground-text-text\/30{accent-color:rgb(132 132 132 / 0.3)}
.accent-cardBackground-text-text\/35{accent-color:rgb(132 132 132 / 0.35)}
.accent-cardBackground-text-text\/40{accent-color:rgb(132 132 132 / 0.4)}
.accent-cardBackground-text-text\/45{accent-color:rgb(132 132 132 / 0.45)}
.accent-cardBackground-text-text\/5{accent-color:rgb(132 132 132 / 0.05)}
.accent-cardBackground-text-text\/50{accent-color:rgb(132 132 132 / 0.5)}
.accent-cardBackground-text-text\/55{accent-color:rgb(132 132 132 / 0.55)}
.accent-cardBackground-text-text\/60{accent-color:rgb(132 132 132 / 0.6)}
.accent-cardBackground-text-text\/65{accent-color:rgb(132 132 132 / 0.65)}
.accent-cardBackground-text-text\/70{accent-color:rgb(132 132 132 / 0.7)}
.accent-cardBackground-text-text\/75{accent-color:rgb(132 132 132 / 0.75)}
.accent-cardBackground-text-text\/80{accent-color:rgb(132 132 132 / 0.8)}
.accent-cardBackground-text-text\/85{accent-color:rgb(132 132 132 / 0.85)}
.accent-cardBackground-text-text\/90{accent-color:rgb(132 132 132 / 0.9)}
.accent-cardBackground-text-text\/95{accent-color:rgb(132 132 132 / 0.95)}
.accent-cardHeader-text-contrast{accent-color:#fff}
.accent-cardHeader-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-cardHeader-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-cardHeader-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-cardHeader-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-cardHeader-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-cardHeader-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-cardHeader-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-cardHeader-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-cardHeader-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-cardHeader-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-cardHeader-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-cardHeader-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-cardHeader-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-cardHeader-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-cardHeader-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-cardHeader-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-cardHeader-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-cardHeader-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-cardHeader-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-cardHeader-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-cardHeader-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-cardHeader-text-contrastsWithCard{accent-color:true}
.accent-cardHeader-text-isDark{accent-color:true}
.accent-cardHeader-text-text{accent-color:#7e7e84}
.accent-cardHeader-text-text\/0{accent-color:rgb(126 126 132 / 0)}
.accent-cardHeader-text-text\/10{accent-color:rgb(126 126 132 / 0.1)}
.accent-cardHeader-text-text\/100{accent-color:rgb(126 126 132 / 1)}
.accent-cardHeader-text-text\/15{accent-color:rgb(126 126 132 / 0.15)}
.accent-cardHeader-text-text\/20{accent-color:rgb(126 126 132 / 0.2)}
.accent-cardHeader-text-text\/25{accent-color:rgb(126 126 132 / 0.25)}
.accent-cardHeader-text-text\/30{accent-color:rgb(126 126 132 / 0.3)}
.accent-cardHeader-text-text\/35{accent-color:rgb(126 126 132 / 0.35)}
.accent-cardHeader-text-text\/40{accent-color:rgb(126 126 132 / 0.4)}
.accent-cardHeader-text-text\/45{accent-color:rgb(126 126 132 / 0.45)}
.accent-cardHeader-text-text\/5{accent-color:rgb(126 126 132 / 0.05)}
.accent-cardHeader-text-text\/50{accent-color:rgb(126 126 132 / 0.5)}
.accent-cardHeader-text-text\/55{accent-color:rgb(126 126 132 / 0.55)}
.accent-cardHeader-text-text\/60{accent-color:rgb(126 126 132 / 0.6)}
.accent-cardHeader-text-text\/65{accent-color:rgb(126 126 132 / 0.65)}
.accent-cardHeader-text-text\/70{accent-color:rgb(126 126 132 / 0.7)}
.accent-cardHeader-text-text\/75{accent-color:rgb(126 126 132 / 0.75)}
.accent-cardHeader-text-text\/80{accent-color:rgb(126 126 132 / 0.8)}
.accent-cardHeader-text-text\/85{accent-color:rgb(126 126 132 / 0.85)}
.accent-cardHeader-text-text\/90{accent-color:rgb(126 126 132 / 0.9)}
.accent-cardHeader-text-text\/95{accent-color:rgb(126 126 132 / 0.95)}
.accent-danger-text-contrast{accent-color:#fff}
.accent-danger-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-danger-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-danger-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-danger-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-danger-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-danger-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-danger-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-danger-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-danger-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-danger-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-danger-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-danger-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-danger-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-danger-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-danger-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-danger-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-danger-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-danger-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-danger-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-danger-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-danger-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-danger-text-contrastsWithCard{accent-color:true}
.accent-danger-text-isDark{accent-color:true}
.accent-danger-text-text{accent-color:#e85743}
.accent-danger-text-text\/0{accent-color:rgb(232 87 67 / 0)}
.accent-danger-text-text\/10{accent-color:rgb(232 87 67 / 0.1)}
.accent-danger-text-text\/100{accent-color:rgb(232 87 67 / 1)}
.accent-danger-text-text\/15{accent-color:rgb(232 87 67 / 0.15)}
.accent-danger-text-text\/20{accent-color:rgb(232 87 67 / 0.2)}
.accent-danger-text-text\/25{accent-color:rgb(232 87 67 / 0.25)}
.accent-danger-text-text\/30{accent-color:rgb(232 87 67 / 0.3)}
.accent-danger-text-text\/35{accent-color:rgb(232 87 67 / 0.35)}
.accent-danger-text-text\/40{accent-color:rgb(232 87 67 / 0.4)}
.accent-danger-text-text\/45{accent-color:rgb(232 87 67 / 0.45)}
.accent-danger-text-text\/5{accent-color:rgb(232 87 67 / 0.05)}
.accent-danger-text-text\/50{accent-color:rgb(232 87 67 / 0.5)}
.accent-danger-text-text\/55{accent-color:rgb(232 87 67 / 0.55)}
.accent-danger-text-text\/60{accent-color:rgb(232 87 67 / 0.6)}
.accent-danger-text-text\/65{accent-color:rgb(232 87 67 / 0.65)}
.accent-danger-text-text\/70{accent-color:rgb(232 87 67 / 0.7)}
.accent-danger-text-text\/75{accent-color:rgb(232 87 67 / 0.75)}
.accent-danger-text-text\/80{accent-color:rgb(232 87 67 / 0.8)}
.accent-danger-text-text\/85{accent-color:rgb(232 87 67 / 0.85)}
.accent-danger-text-text\/90{accent-color:rgb(232 87 67 / 0.9)}
.accent-danger-text-text\/95{accent-color:rgb(232 87 67 / 0.95)}
.accent-emerald-100{accent-color:#d1fae5}
.accent-emerald-100\/0{accent-color:rgb(209 250 229 / 0)}
.accent-emerald-100\/10{accent-color:rgb(209 250 229 / 0.1)}
.accent-emerald-100\/100{accent-color:rgb(209 250 229 / 1)}
.accent-emerald-100\/15{accent-color:rgb(209 250 229 / 0.15)}
.accent-emerald-100\/20{accent-color:rgb(209 250 229 / 0.2)}
.accent-emerald-100\/25{accent-color:rgb(209 250 229 / 0.25)}
.accent-emerald-100\/30{accent-color:rgb(209 250 229 / 0.3)}
.accent-emerald-100\/35{accent-color:rgb(209 250 229 / 0.35)}
.accent-emerald-100\/40{accent-color:rgb(209 250 229 / 0.4)}
.accent-emerald-100\/45{accent-color:rgb(209 250 229 / 0.45)}
.accent-emerald-100\/5{accent-color:rgb(209 250 229 / 0.05)}
.accent-emerald-100\/50{accent-color:rgb(209 250 229 / 0.5)}
.accent-emerald-100\/55{accent-color:rgb(209 250 229 / 0.55)}
.accent-emerald-100\/60{accent-color:rgb(209 250 229 / 0.6)}
.accent-emerald-100\/65{accent-color:rgb(209 250 229 / 0.65)}
.accent-emerald-100\/70{accent-color:rgb(209 250 229 / 0.7)}
.accent-emerald-100\/75{accent-color:rgb(209 250 229 / 0.75)}
.accent-emerald-100\/80{accent-color:rgb(209 250 229 / 0.8)}
.accent-emerald-100\/85{accent-color:rgb(209 250 229 / 0.85)}
.accent-emerald-100\/90{accent-color:rgb(209 250 229 / 0.9)}
.accent-emerald-100\/95{accent-color:rgb(209 250 229 / 0.95)}
.accent-emerald-200{accent-color:#a7f3d0}
.accent-emerald-200\/0{accent-color:rgb(167 243 208 / 0)}
.accent-emerald-200\/10{accent-color:rgb(167 243 208 / 0.1)}
.accent-emerald-200\/100{accent-color:rgb(167 243 208 / 1)}
.accent-emerald-200\/15{accent-color:rgb(167 243 208 / 0.15)}
.accent-emerald-200\/20{accent-color:rgb(167 243 208 / 0.2)}
.accent-emerald-200\/25{accent-color:rgb(167 243 208 / 0.25)}
.accent-emerald-200\/30{accent-color:rgb(167 243 208 / 0.3)}
.accent-emerald-200\/35{accent-color:rgb(167 243 208 / 0.35)}
.accent-emerald-200\/40{accent-color:rgb(167 243 208 / 0.4)}
.accent-emerald-200\/45{accent-color:rgb(167 243 208 / 0.45)}
.accent-emerald-200\/5{accent-color:rgb(167 243 208 / 0.05)}
.accent-emerald-200\/50{accent-color:rgb(167 243 208 / 0.5)}
.accent-emerald-200\/55{accent-color:rgb(167 243 208 / 0.55)}
.accent-emerald-200\/60{accent-color:rgb(167 243 208 / 0.6)}
.accent-emerald-200\/65{accent-color:rgb(167 243 208 / 0.65)}
.accent-emerald-200\/70{accent-color:rgb(167 243 208 / 0.7)}
.accent-emerald-200\/75{accent-color:rgb(167 243 208 / 0.75)}
.accent-emerald-200\/80{accent-color:rgb(167 243 208 / 0.8)}
.accent-emerald-200\/85{accent-color:rgb(167 243 208 / 0.85)}
.accent-emerald-200\/90{accent-color:rgb(167 243 208 / 0.9)}
.accent-emerald-200\/95{accent-color:rgb(167 243 208 / 0.95)}
.accent-emerald-300{accent-color:#6ee7b7}
.accent-emerald-300\/0{accent-color:rgb(110 231 183 / 0)}
.accent-emerald-300\/10{accent-color:rgb(110 231 183 / 0.1)}
.accent-emerald-300\/100{accent-color:rgb(110 231 183 / 1)}
.accent-emerald-300\/15{accent-color:rgb(110 231 183 / 0.15)}
.accent-emerald-300\/20{accent-color:rgb(110 231 183 / 0.2)}
.accent-emerald-300\/25{accent-color:rgb(110 231 183 / 0.25)}
.accent-emerald-300\/30{accent-color:rgb(110 231 183 / 0.3)}
.accent-emerald-300\/35{accent-color:rgb(110 231 183 / 0.35)}
.accent-emerald-300\/40{accent-color:rgb(110 231 183 / 0.4)}
.accent-emerald-300\/45{accent-color:rgb(110 231 183 / 0.45)}
.accent-emerald-300\/5{accent-color:rgb(110 231 183 / 0.05)}
.accent-emerald-300\/50{accent-color:rgb(110 231 183 / 0.5)}
.accent-emerald-300\/55{accent-color:rgb(110 231 183 / 0.55)}
.accent-emerald-300\/60{accent-color:rgb(110 231 183 / 0.6)}
.accent-emerald-300\/65{accent-color:rgb(110 231 183 / 0.65)}
.accent-emerald-300\/70{accent-color:rgb(110 231 183 / 0.7)}
.accent-emerald-300\/75{accent-color:rgb(110 231 183 / 0.75)}
.accent-emerald-300\/80{accent-color:rgb(110 231 183 / 0.8)}
.accent-emerald-300\/85{accent-color:rgb(110 231 183 / 0.85)}
.accent-emerald-300\/90{accent-color:rgb(110 231 183 / 0.9)}
.accent-emerald-300\/95{accent-color:rgb(110 231 183 / 0.95)}
.accent-emerald-400{accent-color:#34d399}
.accent-emerald-400\/0{accent-color:rgb(52 211 153 / 0)}
.accent-emerald-400\/10{accent-color:rgb(52 211 153 / 0.1)}
.accent-emerald-400\/100{accent-color:rgb(52 211 153 / 1)}
.accent-emerald-400\/15{accent-color:rgb(52 211 153 / 0.15)}
.accent-emerald-400\/20{accent-color:rgb(52 211 153 / 0.2)}
.accent-emerald-400\/25{accent-color:rgb(52 211 153 / 0.25)}
.accent-emerald-400\/30{accent-color:rgb(52 211 153 / 0.3)}
.accent-emerald-400\/35{accent-color:rgb(52 211 153 / 0.35)}
.accent-emerald-400\/40{accent-color:rgb(52 211 153 / 0.4)}
.accent-emerald-400\/45{accent-color:rgb(52 211 153 / 0.45)}
.accent-emerald-400\/5{accent-color:rgb(52 211 153 / 0.05)}
.accent-emerald-400\/50{accent-color:rgb(52 211 153 / 0.5)}
.accent-emerald-400\/55{accent-color:rgb(52 211 153 / 0.55)}
.accent-emerald-400\/60{accent-color:rgb(52 211 153 / 0.6)}
.accent-emerald-400\/65{accent-color:rgb(52 211 153 / 0.65)}
.accent-emerald-400\/70{accent-color:rgb(52 211 153 / 0.7)}
.accent-emerald-400\/75{accent-color:rgb(52 211 153 / 0.75)}
.accent-emerald-400\/80{accent-color:rgb(52 211 153 / 0.8)}
.accent-emerald-400\/85{accent-color:rgb(52 211 153 / 0.85)}
.accent-emerald-400\/90{accent-color:rgb(52 211 153 / 0.9)}
.accent-emerald-400\/95{accent-color:rgb(52 211 153 / 0.95)}
.accent-emerald-50{accent-color:#ecfdf5}
.accent-emerald-50\/0{accent-color:rgb(236 253 245 / 0)}
.accent-emerald-50\/10{accent-color:rgb(236 253 245 / 0.1)}
.accent-emerald-50\/100{accent-color:rgb(236 253 245 / 1)}
.accent-emerald-50\/15{accent-color:rgb(236 253 245 / 0.15)}
.accent-emerald-50\/20{accent-color:rgb(236 253 245 / 0.2)}
.accent-emerald-50\/25{accent-color:rgb(236 253 245 / 0.25)}
.accent-emerald-50\/30{accent-color:rgb(236 253 245 / 0.3)}
.accent-emerald-50\/35{accent-color:rgb(236 253 245 / 0.35)}
.accent-emerald-50\/40{accent-color:rgb(236 253 245 / 0.4)}
.accent-emerald-50\/45{accent-color:rgb(236 253 245 / 0.45)}
.accent-emerald-50\/5{accent-color:rgb(236 253 245 / 0.05)}
.accent-emerald-50\/50{accent-color:rgb(236 253 245 / 0.5)}
.accent-emerald-50\/55{accent-color:rgb(236 253 245 / 0.55)}
.accent-emerald-50\/60{accent-color:rgb(236 253 245 / 0.6)}
.accent-emerald-50\/65{accent-color:rgb(236 253 245 / 0.65)}
.accent-emerald-50\/70{accent-color:rgb(236 253 245 / 0.7)}
.accent-emerald-50\/75{accent-color:rgb(236 253 245 / 0.75)}
.accent-emerald-50\/80{accent-color:rgb(236 253 245 / 0.8)}
.accent-emerald-50\/85{accent-color:rgb(236 253 245 / 0.85)}
.accent-emerald-50\/90{accent-color:rgb(236 253 245 / 0.9)}
.accent-emerald-50\/95{accent-color:rgb(236 253 245 / 0.95)}
.accent-emerald-500{accent-color:#10b981}
.accent-emerald-500\/0{accent-color:rgb(16 185 129 / 0)}
.accent-emerald-500\/10{accent-color:rgb(16 185 129 / 0.1)}
.accent-emerald-500\/100{accent-color:rgb(16 185 129 / 1)}
.accent-emerald-500\/15{accent-color:rgb(16 185 129 / 0.15)}
.accent-emerald-500\/20{accent-color:rgb(16 185 129 / 0.2)}
.accent-emerald-500\/25{accent-color:rgb(16 185 129 / 0.25)}
.accent-emerald-500\/30{accent-color:rgb(16 185 129 / 0.3)}
.accent-emerald-500\/35{accent-color:rgb(16 185 129 / 0.35)}
.accent-emerald-500\/40{accent-color:rgb(16 185 129 / 0.4)}
.accent-emerald-500\/45{accent-color:rgb(16 185 129 / 0.45)}
.accent-emerald-500\/5{accent-color:rgb(16 185 129 / 0.05)}
.accent-emerald-500\/50{accent-color:rgb(16 185 129 / 0.5)}
.accent-emerald-500\/55{accent-color:rgb(16 185 129 / 0.55)}
.accent-emerald-500\/60{accent-color:rgb(16 185 129 / 0.6)}
.accent-emerald-500\/65{accent-color:rgb(16 185 129 / 0.65)}
.accent-emerald-500\/70{accent-color:rgb(16 185 129 / 0.7)}
.accent-emerald-500\/75{accent-color:rgb(16 185 129 / 0.75)}
.accent-emerald-500\/80{accent-color:rgb(16 185 129 / 0.8)}
.accent-emerald-500\/85{accent-color:rgb(16 185 129 / 0.85)}
.accent-emerald-500\/90{accent-color:rgb(16 185 129 / 0.9)}
.accent-emerald-500\/95{accent-color:rgb(16 185 129 / 0.95)}
.accent-emerald-600{accent-color:#059669}
.accent-emerald-600\/0{accent-color:rgb(5 150 105 / 0)}
.accent-emerald-600\/10{accent-color:rgb(5 150 105 / 0.1)}
.accent-emerald-600\/100{accent-color:rgb(5 150 105 / 1)}
.accent-emerald-600\/15{accent-color:rgb(5 150 105 / 0.15)}
.accent-emerald-600\/20{accent-color:rgb(5 150 105 / 0.2)}
.accent-emerald-600\/25{accent-color:rgb(5 150 105 / 0.25)}
.accent-emerald-600\/30{accent-color:rgb(5 150 105 / 0.3)}
.accent-emerald-600\/35{accent-color:rgb(5 150 105 / 0.35)}
.accent-emerald-600\/40{accent-color:rgb(5 150 105 / 0.4)}
.accent-emerald-600\/45{accent-color:rgb(5 150 105 / 0.45)}
.accent-emerald-600\/5{accent-color:rgb(5 150 105 / 0.05)}
.accent-emerald-600\/50{accent-color:rgb(5 150 105 / 0.5)}
.accent-emerald-600\/55{accent-color:rgb(5 150 105 / 0.55)}
.accent-emerald-600\/60{accent-color:rgb(5 150 105 / 0.6)}
.accent-emerald-600\/65{accent-color:rgb(5 150 105 / 0.65)}
.accent-emerald-600\/70{accent-color:rgb(5 150 105 / 0.7)}
.accent-emerald-600\/75{accent-color:rgb(5 150 105 / 0.75)}
.accent-emerald-600\/80{accent-color:rgb(5 150 105 / 0.8)}
.accent-emerald-600\/85{accent-color:rgb(5 150 105 / 0.85)}
.accent-emerald-600\/90{accent-color:rgb(5 150 105 / 0.9)}
.accent-emerald-600\/95{accent-color:rgb(5 150 105 / 0.95)}
.accent-emerald-700{accent-color:#047857}
.accent-emerald-700\/0{accent-color:rgb(4 120 87 / 0)}
.accent-emerald-700\/10{accent-color:rgb(4 120 87 / 0.1)}
.accent-emerald-700\/100{accent-color:rgb(4 120 87 / 1)}
.accent-emerald-700\/15{accent-color:rgb(4 120 87 / 0.15)}
.accent-emerald-700\/20{accent-color:rgb(4 120 87 / 0.2)}
.accent-emerald-700\/25{accent-color:rgb(4 120 87 / 0.25)}
.accent-emerald-700\/30{accent-color:rgb(4 120 87 / 0.3)}
.accent-emerald-700\/35{accent-color:rgb(4 120 87 / 0.35)}
.accent-emerald-700\/40{accent-color:rgb(4 120 87 / 0.4)}
.accent-emerald-700\/45{accent-color:rgb(4 120 87 / 0.45)}
.accent-emerald-700\/5{accent-color:rgb(4 120 87 / 0.05)}
.accent-emerald-700\/50{accent-color:rgb(4 120 87 / 0.5)}
.accent-emerald-700\/55{accent-color:rgb(4 120 87 / 0.55)}
.accent-emerald-700\/60{accent-color:rgb(4 120 87 / 0.6)}
.accent-emerald-700\/65{accent-color:rgb(4 120 87 / 0.65)}
.accent-emerald-700\/70{accent-color:rgb(4 120 87 / 0.7)}
.accent-emerald-700\/75{accent-color:rgb(4 120 87 / 0.75)}
.accent-emerald-700\/80{accent-color:rgb(4 120 87 / 0.8)}
.accent-emerald-700\/85{accent-color:rgb(4 120 87 / 0.85)}
.accent-emerald-700\/90{accent-color:rgb(4 120 87 / 0.9)}
.accent-emerald-700\/95{accent-color:rgb(4 120 87 / 0.95)}
.accent-emerald-800{accent-color:#065f46}
.accent-emerald-800\/0{accent-color:rgb(6 95 70 / 0)}
.accent-emerald-800\/10{accent-color:rgb(6 95 70 / 0.1)}
.accent-emerald-800\/100{accent-color:rgb(6 95 70 / 1)}
.accent-emerald-800\/15{accent-color:rgb(6 95 70 / 0.15)}
.accent-emerald-800\/20{accent-color:rgb(6 95 70 / 0.2)}
.accent-emerald-800\/25{accent-color:rgb(6 95 70 / 0.25)}
.accent-emerald-800\/30{accent-color:rgb(6 95 70 / 0.3)}
.accent-emerald-800\/35{accent-color:rgb(6 95 70 / 0.35)}
.accent-emerald-800\/40{accent-color:rgb(6 95 70 / 0.4)}
.accent-emerald-800\/45{accent-color:rgb(6 95 70 / 0.45)}
.accent-emerald-800\/5{accent-color:rgb(6 95 70 / 0.05)}
.accent-emerald-800\/50{accent-color:rgb(6 95 70 / 0.5)}
.accent-emerald-800\/55{accent-color:rgb(6 95 70 / 0.55)}
.accent-emerald-800\/60{accent-color:rgb(6 95 70 / 0.6)}
.accent-emerald-800\/65{accent-color:rgb(6 95 70 / 0.65)}
.accent-emerald-800\/70{accent-color:rgb(6 95 70 / 0.7)}
.accent-emerald-800\/75{accent-color:rgb(6 95 70 / 0.75)}
.accent-emerald-800\/80{accent-color:rgb(6 95 70 / 0.8)}
.accent-emerald-800\/85{accent-color:rgb(6 95 70 / 0.85)}
.accent-emerald-800\/90{accent-color:rgb(6 95 70 / 0.9)}
.accent-emerald-800\/95{accent-color:rgb(6 95 70 / 0.95)}
.accent-emerald-900{accent-color:#064e3b}
.accent-emerald-900\/0{accent-color:rgb(6 78 59 / 0)}
.accent-emerald-900\/10{accent-color:rgb(6 78 59 / 0.1)}
.accent-emerald-900\/100{accent-color:rgb(6 78 59 / 1)}
.accent-emerald-900\/15{accent-color:rgb(6 78 59 / 0.15)}
.accent-emerald-900\/20{accent-color:rgb(6 78 59 / 0.2)}
.accent-emerald-900\/25{accent-color:rgb(6 78 59 / 0.25)}
.accent-emerald-900\/30{accent-color:rgb(6 78 59 / 0.3)}
.accent-emerald-900\/35{accent-color:rgb(6 78 59 / 0.35)}
.accent-emerald-900\/40{accent-color:rgb(6 78 59 / 0.4)}
.accent-emerald-900\/45{accent-color:rgb(6 78 59 / 0.45)}
.accent-emerald-900\/5{accent-color:rgb(6 78 59 / 0.05)}
.accent-emerald-900\/50{accent-color:rgb(6 78 59 / 0.5)}
.accent-emerald-900\/55{accent-color:rgb(6 78 59 / 0.55)}
.accent-emerald-900\/60{accent-color:rgb(6 78 59 / 0.6)}
.accent-emerald-900\/65{accent-color:rgb(6 78 59 / 0.65)}
.accent-emerald-900\/70{accent-color:rgb(6 78 59 / 0.7)}
.accent-emerald-900\/75{accent-color:rgb(6 78 59 / 0.75)}
.accent-emerald-900\/80{accent-color:rgb(6 78 59 / 0.8)}
.accent-emerald-900\/85{accent-color:rgb(6 78 59 / 0.85)}
.accent-emerald-900\/90{accent-color:rgb(6 78 59 / 0.9)}
.accent-emerald-900\/95{accent-color:rgb(6 78 59 / 0.95)}
.accent-emerald-950{accent-color:#022c22}
.accent-emerald-950\/0{accent-color:rgb(2 44 34 / 0)}
.accent-emerald-950\/10{accent-color:rgb(2 44 34 / 0.1)}
.accent-emerald-950\/100{accent-color:rgb(2 44 34 / 1)}
.accent-emerald-950\/15{accent-color:rgb(2 44 34 / 0.15)}
.accent-emerald-950\/20{accent-color:rgb(2 44 34 / 0.2)}
.accent-emerald-950\/25{accent-color:rgb(2 44 34 / 0.25)}
.accent-emerald-950\/30{accent-color:rgb(2 44 34 / 0.3)}
.accent-emerald-950\/35{accent-color:rgb(2 44 34 / 0.35)}
.accent-emerald-950\/40{accent-color:rgb(2 44 34 / 0.4)}
.accent-emerald-950\/45{accent-color:rgb(2 44 34 / 0.45)}
.accent-emerald-950\/5{accent-color:rgb(2 44 34 / 0.05)}
.accent-emerald-950\/50{accent-color:rgb(2 44 34 / 0.5)}
.accent-emerald-950\/55{accent-color:rgb(2 44 34 / 0.55)}
.accent-emerald-950\/60{accent-color:rgb(2 44 34 / 0.6)}
.accent-emerald-950\/65{accent-color:rgb(2 44 34 / 0.65)}
.accent-emerald-950\/70{accent-color:rgb(2 44 34 / 0.7)}
.accent-emerald-950\/75{accent-color:rgb(2 44 34 / 0.75)}
.accent-emerald-950\/80{accent-color:rgb(2 44 34 / 0.8)}
.accent-emerald-950\/85{accent-color:rgb(2 44 34 / 0.85)}
.accent-emerald-950\/90{accent-color:rgb(2 44 34 / 0.9)}
.accent-emerald-950\/95{accent-color:rgb(2 44 34 / 0.95)}
.accent-gridItemHover{accent-color:rgba(0,0,0,.03)}
.accent-gridItemHover\/0{accent-color:rgba(0, 0, 0, 0)}
.accent-gridItemHover\/10{accent-color:rgba(0, 0, 0, 0.1)}
.accent-gridItemHover\/100{accent-color:rgba(0, 0, 0, 1)}
.accent-gridItemHover\/15{accent-color:rgba(0, 0, 0, 0.15)}
.accent-gridItemHover\/20{accent-color:rgba(0, 0, 0, 0.2)}
.accent-gridItemHover\/25{accent-color:rgba(0, 0, 0, 0.25)}
.accent-gridItemHover\/30{accent-color:rgba(0, 0, 0, 0.3)}
.accent-gridItemHover\/35{accent-color:rgba(0, 0, 0, 0.35)}
.accent-gridItemHover\/40{accent-color:rgba(0, 0, 0, 0.4)}
.accent-gridItemHover\/45{accent-color:rgba(0, 0, 0, 0.45)}
.accent-gridItemHover\/5{accent-color:rgba(0, 0, 0, 0.05)}
.accent-gridItemHover\/50{accent-color:rgba(0, 0, 0, 0.5)}
.accent-gridItemHover\/55{accent-color:rgba(0, 0, 0, 0.55)}
.accent-gridItemHover\/60{accent-color:rgba(0, 0, 0, 0.6)}
.accent-gridItemHover\/65{accent-color:rgba(0, 0, 0, 0.65)}
.accent-gridItemHover\/70{accent-color:rgba(0, 0, 0, 0.7)}
.accent-gridItemHover\/75{accent-color:rgba(0, 0, 0, 0.75)}
.accent-gridItemHover\/80{accent-color:rgba(0, 0, 0, 0.8)}
.accent-gridItemHover\/85{accent-color:rgba(0, 0, 0, 0.85)}
.accent-gridItemHover\/90{accent-color:rgba(0, 0, 0, 0.9)}
.accent-gridItemHover\/95{accent-color:rgba(0, 0, 0, 0.95)}
.accent-info-text-contrast{accent-color:#000}
.accent-info-text-contrast\/0{accent-color:rgb(0 0 0 / 0)}
.accent-info-text-contrast\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-info-text-contrast\/100{accent-color:rgb(0 0 0 / 1)}
.accent-info-text-contrast\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-info-text-contrast\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-info-text-contrast\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-info-text-contrast\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-info-text-contrast\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-info-text-contrast\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-info-text-contrast\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-info-text-contrast\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-info-text-contrast\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-info-text-contrast\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-info-text-contrast\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-info-text-contrast\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-info-text-contrast\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-info-text-contrast\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-info-text-contrast\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-info-text-contrast\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-info-text-contrast\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-info-text-contrast\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-info-text-contrastsWithCard{accent-color:true}
.accent-info-text-isDark{}
.accent-info-text-text{accent-color:#48abd9}
.accent-info-text-text\/0{accent-color:rgb(72 171 217 / 0)}
.accent-info-text-text\/10{accent-color:rgb(72 171 217 / 0.1)}
.accent-info-text-text\/100{accent-color:rgb(72 171 217 / 1)}
.accent-info-text-text\/15{accent-color:rgb(72 171 217 / 0.15)}
.accent-info-text-text\/20{accent-color:rgb(72 171 217 / 0.2)}
.accent-info-text-text\/25{accent-color:rgb(72 171 217 / 0.25)}
.accent-info-text-text\/30{accent-color:rgb(72 171 217 / 0.3)}
.accent-info-text-text\/35{accent-color:rgb(72 171 217 / 0.35)}
.accent-info-text-text\/40{accent-color:rgb(72 171 217 / 0.4)}
.accent-info-text-text\/45{accent-color:rgb(72 171 217 / 0.45)}
.accent-info-text-text\/5{accent-color:rgb(72 171 217 / 0.05)}
.accent-info-text-text\/50{accent-color:rgb(72 171 217 / 0.5)}
.accent-info-text-text\/55{accent-color:rgb(72 171 217 / 0.55)}
.accent-info-text-text\/60{accent-color:rgb(72 171 217 / 0.6)}
.accent-info-text-text\/65{accent-color:rgb(72 171 217 / 0.65)}
.accent-info-text-text\/70{accent-color:rgb(72 171 217 / 0.7)}
.accent-info-text-text\/75{accent-color:rgb(72 171 217 / 0.75)}
.accent-info-text-text\/80{accent-color:rgb(72 171 217 / 0.8)}
.accent-info-text-text\/85{accent-color:rgb(72 171 217 / 0.85)}
.accent-info-text-text\/90{accent-color:rgb(72 171 217 / 0.9)}
.accent-info-text-text\/95{accent-color:rgb(72 171 217 / 0.95)}
.accent-lime-100{accent-color:#ecfccb}
.accent-lime-100\/0{accent-color:rgb(236 252 203 / 0)}
.accent-lime-100\/10{accent-color:rgb(236 252 203 / 0.1)}
.accent-lime-100\/100{accent-color:rgb(236 252 203 / 1)}
.accent-lime-100\/15{accent-color:rgb(236 252 203 / 0.15)}
.accent-lime-100\/20{accent-color:rgb(236 252 203 / 0.2)}
.accent-lime-100\/25{accent-color:rgb(236 252 203 / 0.25)}
.accent-lime-100\/30{accent-color:rgb(236 252 203 / 0.3)}
.accent-lime-100\/35{accent-color:rgb(236 252 203 / 0.35)}
.accent-lime-100\/40{accent-color:rgb(236 252 203 / 0.4)}
.accent-lime-100\/45{accent-color:rgb(236 252 203 / 0.45)}
.accent-lime-100\/5{accent-color:rgb(236 252 203 / 0.05)}
.accent-lime-100\/50{accent-color:rgb(236 252 203 / 0.5)}
.accent-lime-100\/55{accent-color:rgb(236 252 203 / 0.55)}
.accent-lime-100\/60{accent-color:rgb(236 252 203 / 0.6)}
.accent-lime-100\/65{accent-color:rgb(236 252 203 / 0.65)}
.accent-lime-100\/70{accent-color:rgb(236 252 203 / 0.7)}
.accent-lime-100\/75{accent-color:rgb(236 252 203 / 0.75)}
.accent-lime-100\/80{accent-color:rgb(236 252 203 / 0.8)}
.accent-lime-100\/85{accent-color:rgb(236 252 203 / 0.85)}
.accent-lime-100\/90{accent-color:rgb(236 252 203 / 0.9)}
.accent-lime-100\/95{accent-color:rgb(236 252 203 / 0.95)}
.accent-lime-200{accent-color:#d9f99d}
.accent-lime-200\/0{accent-color:rgb(217 249 157 / 0)}
.accent-lime-200\/10{accent-color:rgb(217 249 157 / 0.1)}
.accent-lime-200\/100{accent-color:rgb(217 249 157 / 1)}
.accent-lime-200\/15{accent-color:rgb(217 249 157 / 0.15)}
.accent-lime-200\/20{accent-color:rgb(217 249 157 / 0.2)}
.accent-lime-200\/25{accent-color:rgb(217 249 157 / 0.25)}
.accent-lime-200\/30{accent-color:rgb(217 249 157 / 0.3)}
.accent-lime-200\/35{accent-color:rgb(217 249 157 / 0.35)}
.accent-lime-200\/40{accent-color:rgb(217 249 157 / 0.4)}
.accent-lime-200\/45{accent-color:rgb(217 249 157 / 0.45)}
.accent-lime-200\/5{accent-color:rgb(217 249 157 / 0.05)}
.accent-lime-200\/50{accent-color:rgb(217 249 157 / 0.5)}
.accent-lime-200\/55{accent-color:rgb(217 249 157 / 0.55)}
.accent-lime-200\/60{accent-color:rgb(217 249 157 / 0.6)}
.accent-lime-200\/65{accent-color:rgb(217 249 157 / 0.65)}
.accent-lime-200\/70{accent-color:rgb(217 249 157 / 0.7)}
.accent-lime-200\/75{accent-color:rgb(217 249 157 / 0.75)}
.accent-lime-200\/80{accent-color:rgb(217 249 157 / 0.8)}
.accent-lime-200\/85{accent-color:rgb(217 249 157 / 0.85)}
.accent-lime-200\/90{accent-color:rgb(217 249 157 / 0.9)}
.accent-lime-200\/95{accent-color:rgb(217 249 157 / 0.95)}
.accent-lime-300{accent-color:#bef264}
.accent-lime-300\/0{accent-color:rgb(190 242 100 / 0)}
.accent-lime-300\/10{accent-color:rgb(190 242 100 / 0.1)}
.accent-lime-300\/100{accent-color:rgb(190 242 100 / 1)}
.accent-lime-300\/15{accent-color:rgb(190 242 100 / 0.15)}
.accent-lime-300\/20{accent-color:rgb(190 242 100 / 0.2)}
.accent-lime-300\/25{accent-color:rgb(190 242 100 / 0.25)}
.accent-lime-300\/30{accent-color:rgb(190 242 100 / 0.3)}
.accent-lime-300\/35{accent-color:rgb(190 242 100 / 0.35)}
.accent-lime-300\/40{accent-color:rgb(190 242 100 / 0.4)}
.accent-lime-300\/45{accent-color:rgb(190 242 100 / 0.45)}
.accent-lime-300\/5{accent-color:rgb(190 242 100 / 0.05)}
.accent-lime-300\/50{accent-color:rgb(190 242 100 / 0.5)}
.accent-lime-300\/55{accent-color:rgb(190 242 100 / 0.55)}
.accent-lime-300\/60{accent-color:rgb(190 242 100 / 0.6)}
.accent-lime-300\/65{accent-color:rgb(190 242 100 / 0.65)}
.accent-lime-300\/70{accent-color:rgb(190 242 100 / 0.7)}
.accent-lime-300\/75{accent-color:rgb(190 242 100 / 0.75)}
.accent-lime-300\/80{accent-color:rgb(190 242 100 / 0.8)}
.accent-lime-300\/85{accent-color:rgb(190 242 100 / 0.85)}
.accent-lime-300\/90{accent-color:rgb(190 242 100 / 0.9)}
.accent-lime-300\/95{accent-color:rgb(190 242 100 / 0.95)}
.accent-lime-400{accent-color:#a3e635}
.accent-lime-400\/0{accent-color:rgb(163 230 53 / 0)}
.accent-lime-400\/10{accent-color:rgb(163 230 53 / 0.1)}
.accent-lime-400\/100{accent-color:rgb(163 230 53 / 1)}
.accent-lime-400\/15{accent-color:rgb(163 230 53 / 0.15)}
.accent-lime-400\/20{accent-color:rgb(163 230 53 / 0.2)}
.accent-lime-400\/25{accent-color:rgb(163 230 53 / 0.25)}
.accent-lime-400\/30{accent-color:rgb(163 230 53 / 0.3)}
.accent-lime-400\/35{accent-color:rgb(163 230 53 / 0.35)}
.accent-lime-400\/40{accent-color:rgb(163 230 53 / 0.4)}
.accent-lime-400\/45{accent-color:rgb(163 230 53 / 0.45)}
.accent-lime-400\/5{accent-color:rgb(163 230 53 / 0.05)}
.accent-lime-400\/50{accent-color:rgb(163 230 53 / 0.5)}
.accent-lime-400\/55{accent-color:rgb(163 230 53 / 0.55)}
.accent-lime-400\/60{accent-color:rgb(163 230 53 / 0.6)}
.accent-lime-400\/65{accent-color:rgb(163 230 53 / 0.65)}
.accent-lime-400\/70{accent-color:rgb(163 230 53 / 0.7)}
.accent-lime-400\/75{accent-color:rgb(163 230 53 / 0.75)}
.accent-lime-400\/80{accent-color:rgb(163 230 53 / 0.8)}
.accent-lime-400\/85{accent-color:rgb(163 230 53 / 0.85)}
.accent-lime-400\/90{accent-color:rgb(163 230 53 / 0.9)}
.accent-lime-400\/95{accent-color:rgb(163 230 53 / 0.95)}
.accent-lime-50{accent-color:#f7fee7}
.accent-lime-50\/0{accent-color:rgb(247 254 231 / 0)}
.accent-lime-50\/10{accent-color:rgb(247 254 231 / 0.1)}
.accent-lime-50\/100{accent-color:rgb(247 254 231 / 1)}
.accent-lime-50\/15{accent-color:rgb(247 254 231 / 0.15)}
.accent-lime-50\/20{accent-color:rgb(247 254 231 / 0.2)}
.accent-lime-50\/25{accent-color:rgb(247 254 231 / 0.25)}
.accent-lime-50\/30{accent-color:rgb(247 254 231 / 0.3)}
.accent-lime-50\/35{accent-color:rgb(247 254 231 / 0.35)}
.accent-lime-50\/40{accent-color:rgb(247 254 231 / 0.4)}
.accent-lime-50\/45{accent-color:rgb(247 254 231 / 0.45)}
.accent-lime-50\/5{accent-color:rgb(247 254 231 / 0.05)}
.accent-lime-50\/50{accent-color:rgb(247 254 231 / 0.5)}
.accent-lime-50\/55{accent-color:rgb(247 254 231 / 0.55)}
.accent-lime-50\/60{accent-color:rgb(247 254 231 / 0.6)}
.accent-lime-50\/65{accent-color:rgb(247 254 231 / 0.65)}
.accent-lime-50\/70{accent-color:rgb(247 254 231 / 0.7)}
.accent-lime-50\/75{accent-color:rgb(247 254 231 / 0.75)}
.accent-lime-50\/80{accent-color:rgb(247 254 231 / 0.8)}
.accent-lime-50\/85{accent-color:rgb(247 254 231 / 0.85)}
.accent-lime-50\/90{accent-color:rgb(247 254 231 / 0.9)}
.accent-lime-50\/95{accent-color:rgb(247 254 231 / 0.95)}
.accent-lime-500{accent-color:#84cc16}
.accent-lime-500\/0{accent-color:rgb(132 204 22 / 0)}
.accent-lime-500\/10{accent-color:rgb(132 204 22 / 0.1)}
.accent-lime-500\/100{accent-color:rgb(132 204 22 / 1)}
.accent-lime-500\/15{accent-color:rgb(132 204 22 / 0.15)}
.accent-lime-500\/20{accent-color:rgb(132 204 22 / 0.2)}
.accent-lime-500\/25{accent-color:rgb(132 204 22 / 0.25)}
.accent-lime-500\/30{accent-color:rgb(132 204 22 / 0.3)}
.accent-lime-500\/35{accent-color:rgb(132 204 22 / 0.35)}
.accent-lime-500\/40{accent-color:rgb(132 204 22 / 0.4)}
.accent-lime-500\/45{accent-color:rgb(132 204 22 / 0.45)}
.accent-lime-500\/5{accent-color:rgb(132 204 22 / 0.05)}
.accent-lime-500\/50{accent-color:rgb(132 204 22 / 0.5)}
.accent-lime-500\/55{accent-color:rgb(132 204 22 / 0.55)}
.accent-lime-500\/60{accent-color:rgb(132 204 22 / 0.6)}
.accent-lime-500\/65{accent-color:rgb(132 204 22 / 0.65)}
.accent-lime-500\/70{accent-color:rgb(132 204 22 / 0.7)}
.accent-lime-500\/75{accent-color:rgb(132 204 22 / 0.75)}
.accent-lime-500\/80{accent-color:rgb(132 204 22 / 0.8)}
.accent-lime-500\/85{accent-color:rgb(132 204 22 / 0.85)}
.accent-lime-500\/90{accent-color:rgb(132 204 22 / 0.9)}
.accent-lime-500\/95{accent-color:rgb(132 204 22 / 0.95)}
.accent-lime-600{accent-color:#65a30d}
.accent-lime-600\/0{accent-color:rgb(101 163 13 / 0)}
.accent-lime-600\/10{accent-color:rgb(101 163 13 / 0.1)}
.accent-lime-600\/100{accent-color:rgb(101 163 13 / 1)}
.accent-lime-600\/15{accent-color:rgb(101 163 13 / 0.15)}
.accent-lime-600\/20{accent-color:rgb(101 163 13 / 0.2)}
.accent-lime-600\/25{accent-color:rgb(101 163 13 / 0.25)}
.accent-lime-600\/30{accent-color:rgb(101 163 13 / 0.3)}
.accent-lime-600\/35{accent-color:rgb(101 163 13 / 0.35)}
.accent-lime-600\/40{accent-color:rgb(101 163 13 / 0.4)}
.accent-lime-600\/45{accent-color:rgb(101 163 13 / 0.45)}
.accent-lime-600\/5{accent-color:rgb(101 163 13 / 0.05)}
.accent-lime-600\/50{accent-color:rgb(101 163 13 / 0.5)}
.accent-lime-600\/55{accent-color:rgb(101 163 13 / 0.55)}
.accent-lime-600\/60{accent-color:rgb(101 163 13 / 0.6)}
.accent-lime-600\/65{accent-color:rgb(101 163 13 / 0.65)}
.accent-lime-600\/70{accent-color:rgb(101 163 13 / 0.7)}
.accent-lime-600\/75{accent-color:rgb(101 163 13 / 0.75)}
.accent-lime-600\/80{accent-color:rgb(101 163 13 / 0.8)}
.accent-lime-600\/85{accent-color:rgb(101 163 13 / 0.85)}
.accent-lime-600\/90{accent-color:rgb(101 163 13 / 0.9)}
.accent-lime-600\/95{accent-color:rgb(101 163 13 / 0.95)}
.accent-lime-700{accent-color:#4d7c0f}
.accent-lime-700\/0{accent-color:rgb(77 124 15 / 0)}
.accent-lime-700\/10{accent-color:rgb(77 124 15 / 0.1)}
.accent-lime-700\/100{accent-color:rgb(77 124 15 / 1)}
.accent-lime-700\/15{accent-color:rgb(77 124 15 / 0.15)}
.accent-lime-700\/20{accent-color:rgb(77 124 15 / 0.2)}
.accent-lime-700\/25{accent-color:rgb(77 124 15 / 0.25)}
.accent-lime-700\/30{accent-color:rgb(77 124 15 / 0.3)}
.accent-lime-700\/35{accent-color:rgb(77 124 15 / 0.35)}
.accent-lime-700\/40{accent-color:rgb(77 124 15 / 0.4)}
.accent-lime-700\/45{accent-color:rgb(77 124 15 / 0.45)}
.accent-lime-700\/5{accent-color:rgb(77 124 15 / 0.05)}
.accent-lime-700\/50{accent-color:rgb(77 124 15 / 0.5)}
.accent-lime-700\/55{accent-color:rgb(77 124 15 / 0.55)}
.accent-lime-700\/60{accent-color:rgb(77 124 15 / 0.6)}
.accent-lime-700\/65{accent-color:rgb(77 124 15 / 0.65)}
.accent-lime-700\/70{accent-color:rgb(77 124 15 / 0.7)}
.accent-lime-700\/75{accent-color:rgb(77 124 15 / 0.75)}
.accent-lime-700\/80{accent-color:rgb(77 124 15 / 0.8)}
.accent-lime-700\/85{accent-color:rgb(77 124 15 / 0.85)}
.accent-lime-700\/90{accent-color:rgb(77 124 15 / 0.9)}
.accent-lime-700\/95{accent-color:rgb(77 124 15 / 0.95)}
.accent-lime-800{accent-color:#3f6212}
.accent-lime-800\/0{accent-color:rgb(63 98 18 / 0)}
.accent-lime-800\/10{accent-color:rgb(63 98 18 / 0.1)}
.accent-lime-800\/100{accent-color:rgb(63 98 18 / 1)}
.accent-lime-800\/15{accent-color:rgb(63 98 18 / 0.15)}
.accent-lime-800\/20{accent-color:rgb(63 98 18 / 0.2)}
.accent-lime-800\/25{accent-color:rgb(63 98 18 / 0.25)}
.accent-lime-800\/30{accent-color:rgb(63 98 18 / 0.3)}
.accent-lime-800\/35{accent-color:rgb(63 98 18 / 0.35)}
.accent-lime-800\/40{accent-color:rgb(63 98 18 / 0.4)}
.accent-lime-800\/45{accent-color:rgb(63 98 18 / 0.45)}
.accent-lime-800\/5{accent-color:rgb(63 98 18 / 0.05)}
.accent-lime-800\/50{accent-color:rgb(63 98 18 / 0.5)}
.accent-lime-800\/55{accent-color:rgb(63 98 18 / 0.55)}
.accent-lime-800\/60{accent-color:rgb(63 98 18 / 0.6)}
.accent-lime-800\/65{accent-color:rgb(63 98 18 / 0.65)}
.accent-lime-800\/70{accent-color:rgb(63 98 18 / 0.7)}
.accent-lime-800\/75{accent-color:rgb(63 98 18 / 0.75)}
.accent-lime-800\/80{accent-color:rgb(63 98 18 / 0.8)}
.accent-lime-800\/85{accent-color:rgb(63 98 18 / 0.85)}
.accent-lime-800\/90{accent-color:rgb(63 98 18 / 0.9)}
.accent-lime-800\/95{accent-color:rgb(63 98 18 / 0.95)}
.accent-lime-900{accent-color:#365314}
.accent-lime-900\/0{accent-color:rgb(54 83 20 / 0)}
.accent-lime-900\/10{accent-color:rgb(54 83 20 / 0.1)}
.accent-lime-900\/100{accent-color:rgb(54 83 20 / 1)}
.accent-lime-900\/15{accent-color:rgb(54 83 20 / 0.15)}
.accent-lime-900\/20{accent-color:rgb(54 83 20 / 0.2)}
.accent-lime-900\/25{accent-color:rgb(54 83 20 / 0.25)}
.accent-lime-900\/30{accent-color:rgb(54 83 20 / 0.3)}
.accent-lime-900\/35{accent-color:rgb(54 83 20 / 0.35)}
.accent-lime-900\/40{accent-color:rgb(54 83 20 / 0.4)}
.accent-lime-900\/45{accent-color:rgb(54 83 20 / 0.45)}
.accent-lime-900\/5{accent-color:rgb(54 83 20 / 0.05)}
.accent-lime-900\/50{accent-color:rgb(54 83 20 / 0.5)}
.accent-lime-900\/55{accent-color:rgb(54 83 20 / 0.55)}
.accent-lime-900\/60{accent-color:rgb(54 83 20 / 0.6)}
.accent-lime-900\/65{accent-color:rgb(54 83 20 / 0.65)}
.accent-lime-900\/70{accent-color:rgb(54 83 20 / 0.7)}
.accent-lime-900\/75{accent-color:rgb(54 83 20 / 0.75)}
.accent-lime-900\/80{accent-color:rgb(54 83 20 / 0.8)}
.accent-lime-900\/85{accent-color:rgb(54 83 20 / 0.85)}
.accent-lime-900\/90{accent-color:rgb(54 83 20 / 0.9)}
.accent-lime-900\/95{accent-color:rgb(54 83 20 / 0.95)}
.accent-lime-950{accent-color:#1a2e05}
.accent-lime-950\/0{accent-color:rgb(26 46 5 / 0)}
.accent-lime-950\/10{accent-color:rgb(26 46 5 / 0.1)}
.accent-lime-950\/100{accent-color:rgb(26 46 5 / 1)}
.accent-lime-950\/15{accent-color:rgb(26 46 5 / 0.15)}
.accent-lime-950\/20{accent-color:rgb(26 46 5 / 0.2)}
.accent-lime-950\/25{accent-color:rgb(26 46 5 / 0.25)}
.accent-lime-950\/30{accent-color:rgb(26 46 5 / 0.3)}
.accent-lime-950\/35{accent-color:rgb(26 46 5 / 0.35)}
.accent-lime-950\/40{accent-color:rgb(26 46 5 / 0.4)}
.accent-lime-950\/45{accent-color:rgb(26 46 5 / 0.45)}
.accent-lime-950\/5{accent-color:rgb(26 46 5 / 0.05)}
.accent-lime-950\/50{accent-color:rgb(26 46 5 / 0.5)}
.accent-lime-950\/55{accent-color:rgb(26 46 5 / 0.55)}
.accent-lime-950\/60{accent-color:rgb(26 46 5 / 0.6)}
.accent-lime-950\/65{accent-color:rgb(26 46 5 / 0.65)}
.accent-lime-950\/70{accent-color:rgb(26 46 5 / 0.7)}
.accent-lime-950\/75{accent-color:rgb(26 46 5 / 0.75)}
.accent-lime-950\/80{accent-color:rgb(26 46 5 / 0.8)}
.accent-lime-950\/85{accent-color:rgb(26 46 5 / 0.85)}
.accent-lime-950\/90{accent-color:rgb(26 46 5 / 0.9)}
.accent-lime-950\/95{accent-color:rgb(26 46 5 / 0.95)}
.accent-navBackground-text-contrast{accent-color:#fff}
.accent-navBackground-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-navBackground-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-navBackground-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-navBackground-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-navBackground-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-navBackground-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-navBackground-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-navBackground-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-navBackground-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-navBackground-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-navBackground-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-navBackground-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-navBackground-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-navBackground-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-navBackground-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-navBackground-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-navBackground-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-navBackground-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-navBackground-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-navBackground-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-navBackground-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-navBackground-text-contrastsWithCard{accent-color:true}
.accent-navBackground-text-isDark{accent-color:true}
.accent-navBackground-text-text{accent-color:#848484}
.accent-navBackground-text-text\/0{accent-color:rgb(132 132 132 / 0)}
.accent-navBackground-text-text\/10{accent-color:rgb(132 132 132 / 0.1)}
.accent-navBackground-text-text\/100{accent-color:rgb(132 132 132 / 1)}
.accent-navBackground-text-text\/15{accent-color:rgb(132 132 132 / 0.15)}
.accent-navBackground-text-text\/20{accent-color:rgb(132 132 132 / 0.2)}
.accent-navBackground-text-text\/25{accent-color:rgb(132 132 132 / 0.25)}
.accent-navBackground-text-text\/30{accent-color:rgb(132 132 132 / 0.3)}
.accent-navBackground-text-text\/35{accent-color:rgb(132 132 132 / 0.35)}
.accent-navBackground-text-text\/40{accent-color:rgb(132 132 132 / 0.4)}
.accent-navBackground-text-text\/45{accent-color:rgb(132 132 132 / 0.45)}
.accent-navBackground-text-text\/5{accent-color:rgb(132 132 132 / 0.05)}
.accent-navBackground-text-text\/50{accent-color:rgb(132 132 132 / 0.5)}
.accent-navBackground-text-text\/55{accent-color:rgb(132 132 132 / 0.55)}
.accent-navBackground-text-text\/60{accent-color:rgb(132 132 132 / 0.6)}
.accent-navBackground-text-text\/65{accent-color:rgb(132 132 132 / 0.65)}
.accent-navBackground-text-text\/70{accent-color:rgb(132 132 132 / 0.7)}
.accent-navBackground-text-text\/75{accent-color:rgb(132 132 132 / 0.75)}
.accent-navBackground-text-text\/80{accent-color:rgb(132 132 132 / 0.8)}
.accent-navBackground-text-text\/85{accent-color:rgb(132 132 132 / 0.85)}
.accent-navBackground-text-text\/90{accent-color:rgb(132 132 132 / 0.9)}
.accent-navBackground-text-text\/95{accent-color:rgb(132 132 132 / 0.95)}
.accent-navBackgroundDark-text-contrast{accent-color:#fff}
.accent-navBackgroundDark-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-navBackgroundDark-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-navBackgroundDark-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-navBackgroundDark-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-navBackgroundDark-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-navBackgroundDark-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-navBackgroundDark-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-navBackgroundDark-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-navBackgroundDark-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-navBackgroundDark-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-navBackgroundDark-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-navBackgroundDark-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-navBackgroundDark-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-navBackgroundDark-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-navBackgroundDark-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-navBackgroundDark-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-navBackgroundDark-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-navBackgroundDark-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-navBackgroundDark-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-navBackgroundDark-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-navBackgroundDark-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-navBackgroundDark-text-contrastsWithCard{accent-color:true}
.accent-navBackgroundDark-text-isDark{accent-color:true}
.accent-navBackgroundDark-text-text{accent-color:#1e293b}
.accent-navBackgroundDark-text-text\/0{accent-color:rgb(30 41 59 / 0)}
.accent-navBackgroundDark-text-text\/10{accent-color:rgb(30 41 59 / 0.1)}
.accent-navBackgroundDark-text-text\/100{accent-color:rgb(30 41 59 / 1)}
.accent-navBackgroundDark-text-text\/15{accent-color:rgb(30 41 59 / 0.15)}
.accent-navBackgroundDark-text-text\/20{accent-color:rgb(30 41 59 / 0.2)}
.accent-navBackgroundDark-text-text\/25{accent-color:rgb(30 41 59 / 0.25)}
.accent-navBackgroundDark-text-text\/30{accent-color:rgb(30 41 59 / 0.3)}
.accent-navBackgroundDark-text-text\/35{accent-color:rgb(30 41 59 / 0.35)}
.accent-navBackgroundDark-text-text\/40{accent-color:rgb(30 41 59 / 0.4)}
.accent-navBackgroundDark-text-text\/45{accent-color:rgb(30 41 59 / 0.45)}
.accent-navBackgroundDark-text-text\/5{accent-color:rgb(30 41 59 / 0.05)}
.accent-navBackgroundDark-text-text\/50{accent-color:rgb(30 41 59 / 0.5)}
.accent-navBackgroundDark-text-text\/55{accent-color:rgb(30 41 59 / 0.55)}
.accent-navBackgroundDark-text-text\/60{accent-color:rgb(30 41 59 / 0.6)}
.accent-navBackgroundDark-text-text\/65{accent-color:rgb(30 41 59 / 0.65)}
.accent-navBackgroundDark-text-text\/70{accent-color:rgb(30 41 59 / 0.7)}
.accent-navBackgroundDark-text-text\/75{accent-color:rgb(30 41 59 / 0.75)}
.accent-navBackgroundDark-text-text\/80{accent-color:rgb(30 41 59 / 0.8)}
.accent-navBackgroundDark-text-text\/85{accent-color:rgb(30 41 59 / 0.85)}
.accent-navBackgroundDark-text-text\/90{accent-color:rgb(30 41 59 / 0.9)}
.accent-navBackgroundDark-text-text\/95{accent-color:rgb(30 41 59 / 0.95)}
.accent-navText-text-contrast{accent-color:#fff}
.accent-navText-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-navText-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-navText-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-navText-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-navText-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-navText-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-navText-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-navText-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-navText-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-navText-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-navText-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-navText-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-navText-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-navText-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-navText-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-navText-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-navText-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-navText-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-navText-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-navText-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-navText-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-navText-text-contrastsWithCard{accent-color:true}
.accent-navText-text-isDark{accent-color:true}
.accent-navText-text-text{accent-color:#1e293b}
.accent-navText-text-text\/0{accent-color:rgb(30 41 59 / 0)}
.accent-navText-text-text\/10{accent-color:rgb(30 41 59 / 0.1)}
.accent-navText-text-text\/100{accent-color:rgb(30 41 59 / 1)}
.accent-navText-text-text\/15{accent-color:rgb(30 41 59 / 0.15)}
.accent-navText-text-text\/20{accent-color:rgb(30 41 59 / 0.2)}
.accent-navText-text-text\/25{accent-color:rgb(30 41 59 / 0.25)}
.accent-navText-text-text\/30{accent-color:rgb(30 41 59 / 0.3)}
.accent-navText-text-text\/35{accent-color:rgb(30 41 59 / 0.35)}
.accent-navText-text-text\/40{accent-color:rgb(30 41 59 / 0.4)}
.accent-navText-text-text\/45{accent-color:rgb(30 41 59 / 0.45)}
.accent-navText-text-text\/5{accent-color:rgb(30 41 59 / 0.05)}
.accent-navText-text-text\/50{accent-color:rgb(30 41 59 / 0.5)}
.accent-navText-text-text\/55{accent-color:rgb(30 41 59 / 0.55)}
.accent-navText-text-text\/60{accent-color:rgb(30 41 59 / 0.6)}
.accent-navText-text-text\/65{accent-color:rgb(30 41 59 / 0.65)}
.accent-navText-text-text\/70{accent-color:rgb(30 41 59 / 0.7)}
.accent-navText-text-text\/75{accent-color:rgb(30 41 59 / 0.75)}
.accent-navText-text-text\/80{accent-color:rgb(30 41 59 / 0.8)}
.accent-navText-text-text\/85{accent-color:rgb(30 41 59 / 0.85)}
.accent-navText-text-text\/90{accent-color:rgb(30 41 59 / 0.9)}
.accent-navText-text-text\/95{accent-color:rgb(30 41 59 / 0.95)}
.accent-navTextDark-text-contrast{accent-color:#fff}
.accent-navTextDark-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-navTextDark-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-navTextDark-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-navTextDark-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-navTextDark-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-navTextDark-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-navTextDark-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-navTextDark-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-navTextDark-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-navTextDark-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-navTextDark-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-navTextDark-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-navTextDark-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-navTextDark-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-navTextDark-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-navTextDark-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-navTextDark-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-navTextDark-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-navTextDark-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-navTextDark-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-navTextDark-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-navTextDark-text-contrastsWithCard{accent-color:true}
.accent-navTextDark-text-isDark{accent-color:true}
.accent-navTextDark-text-text{accent-color:#848484}
.accent-navTextDark-text-text\/0{accent-color:rgb(132 132 132 / 0)}
.accent-navTextDark-text-text\/10{accent-color:rgb(132 132 132 / 0.1)}
.accent-navTextDark-text-text\/100{accent-color:rgb(132 132 132 / 1)}
.accent-navTextDark-text-text\/15{accent-color:rgb(132 132 132 / 0.15)}
.accent-navTextDark-text-text\/20{accent-color:rgb(132 132 132 / 0.2)}
.accent-navTextDark-text-text\/25{accent-color:rgb(132 132 132 / 0.25)}
.accent-navTextDark-text-text\/30{accent-color:rgb(132 132 132 / 0.3)}
.accent-navTextDark-text-text\/35{accent-color:rgb(132 132 132 / 0.35)}
.accent-navTextDark-text-text\/40{accent-color:rgb(132 132 132 / 0.4)}
.accent-navTextDark-text-text\/45{accent-color:rgb(132 132 132 / 0.45)}
.accent-navTextDark-text-text\/5{accent-color:rgb(132 132 132 / 0.05)}
.accent-navTextDark-text-text\/50{accent-color:rgb(132 132 132 / 0.5)}
.accent-navTextDark-text-text\/55{accent-color:rgb(132 132 132 / 0.55)}
.accent-navTextDark-text-text\/60{accent-color:rgb(132 132 132 / 0.6)}
.accent-navTextDark-text-text\/65{accent-color:rgb(132 132 132 / 0.65)}
.accent-navTextDark-text-text\/70{accent-color:rgb(132 132 132 / 0.7)}
.accent-navTextDark-text-text\/75{accent-color:rgb(132 132 132 / 0.75)}
.accent-navTextDark-text-text\/80{accent-color:rgb(132 132 132 / 0.8)}
.accent-navTextDark-text-text\/85{accent-color:rgb(132 132 132 / 0.85)}
.accent-navTextDark-text-text\/90{accent-color:rgb(132 132 132 / 0.9)}
.accent-navTextDark-text-text\/95{accent-color:rgb(132 132 132 / 0.95)}
.accent-navTextHover-text-contrast{accent-color:#fff}
.accent-navTextHover-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-navTextHover-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-navTextHover-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-navTextHover-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-navTextHover-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-navTextHover-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-navTextHover-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-navTextHover-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-navTextHover-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-navTextHover-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-navTextHover-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-navTextHover-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-navTextHover-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-navTextHover-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-navTextHover-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-navTextHover-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-navTextHover-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-navTextHover-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-navTextHover-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-navTextHover-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-navTextHover-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-navTextHover-text-contrastsWithCard{accent-color:true}
.accent-navTextHover-text-isDark{accent-color:true}
.accent-navTextHover-text-text{accent-color:#1e293b}
.accent-navTextHover-text-text\/0{accent-color:rgb(30 41 59 / 0)}
.accent-navTextHover-text-text\/10{accent-color:rgb(30 41 59 / 0.1)}
.accent-navTextHover-text-text\/100{accent-color:rgb(30 41 59 / 1)}
.accent-navTextHover-text-text\/15{accent-color:rgb(30 41 59 / 0.15)}
.accent-navTextHover-text-text\/20{accent-color:rgb(30 41 59 / 0.2)}
.accent-navTextHover-text-text\/25{accent-color:rgb(30 41 59 / 0.25)}
.accent-navTextHover-text-text\/30{accent-color:rgb(30 41 59 / 0.3)}
.accent-navTextHover-text-text\/35{accent-color:rgb(30 41 59 / 0.35)}
.accent-navTextHover-text-text\/40{accent-color:rgb(30 41 59 / 0.4)}
.accent-navTextHover-text-text\/45{accent-color:rgb(30 41 59 / 0.45)}
.accent-navTextHover-text-text\/5{accent-color:rgb(30 41 59 / 0.05)}
.accent-navTextHover-text-text\/50{accent-color:rgb(30 41 59 / 0.5)}
.accent-navTextHover-text-text\/55{accent-color:rgb(30 41 59 / 0.55)}
.accent-navTextHover-text-text\/60{accent-color:rgb(30 41 59 / 0.6)}
.accent-navTextHover-text-text\/65{accent-color:rgb(30 41 59 / 0.65)}
.accent-navTextHover-text-text\/70{accent-color:rgb(30 41 59 / 0.7)}
.accent-navTextHover-text-text\/75{accent-color:rgb(30 41 59 / 0.75)}
.accent-navTextHover-text-text\/80{accent-color:rgb(30 41 59 / 0.8)}
.accent-navTextHover-text-text\/85{accent-color:rgb(30 41 59 / 0.85)}
.accent-navTextHover-text-text\/90{accent-color:rgb(30 41 59 / 0.9)}
.accent-navTextHover-text-text\/95{accent-color:rgb(30 41 59 / 0.95)}
.accent-primary{accent-color:#005788}
.accent-primary-100{accent-color:var(--bt-primary-100)}
.accent-primary-150{accent-color:var(--bt-primary-150)}
.accent-primary-200{accent-color:var(--bt-primary-200)}
.accent-primary-300{accent-color:var(--bt-primary-300)}
.accent-primary-350{accent-color:var(--bt-primary-350)}
.accent-primary-400{accent-color:var(--bt-primary-400)}
.accent-primary-450{accent-color:var(--bt-primary-450)}
.accent-primary-500{accent-color:var(--bt-primary-500)}
.accent-primary-550{accent-color:var(--bt-primary-550)}
.accent-primary-600{accent-color:var(--bt-primary-600)}
.accent-primary-650{accent-color:var(--bt-primary-650)}
.accent-primary-700{accent-color:var(--bt-primary-700)}
.accent-primary-750{accent-color:var(--bt-primary-750)}
.accent-primary-800{accent-color:var(--bt-primary-800)}
.accent-primary-850{accent-color:var(--bt-primary-850)}
.accent-primary-900{accent-color:var(--bt-primary-900)}
.accent-primary-contrast{accent-color:#fff}
.accent-primary-contrast-contrast{accent-color:#000}
.accent-primary-contrast-contrast\/0{accent-color:rgb(0 0 0 / 0)}
.accent-primary-contrast-contrast\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-primary-contrast-contrast\/100{accent-color:rgb(0 0 0 / 1)}
.accent-primary-contrast-contrast\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-primary-contrast-contrast\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-primary-contrast-contrast\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-primary-contrast-contrast\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-primary-contrast-contrast\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-primary-contrast-contrast\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-primary-contrast-contrast\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-primary-contrast-contrast\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-primary-contrast-contrast\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-primary-contrast-contrast\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-primary-contrast-contrast\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-primary-contrast-contrast\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-primary-contrast-contrast\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-primary-contrast-contrast\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-primary-contrast-contrast\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-primary-contrast-contrast\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-primary-contrast-contrast\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-primary-contrast-contrast\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-primary-contrast-contrastsWithCard{}
.accent-primary-contrast-isDark{}
.accent-primary-contrast-text{accent-color:#848484}
.accent-primary-contrast-text\/0{accent-color:rgb(132 132 132 / 0)}
.accent-primary-contrast-text\/10{accent-color:rgb(132 132 132 / 0.1)}
.accent-primary-contrast-text\/100{accent-color:rgb(132 132 132 / 1)}
.accent-primary-contrast-text\/15{accent-color:rgb(132 132 132 / 0.15)}
.accent-primary-contrast-text\/20{accent-color:rgb(132 132 132 / 0.2)}
.accent-primary-contrast-text\/25{accent-color:rgb(132 132 132 / 0.25)}
.accent-primary-contrast-text\/30{accent-color:rgb(132 132 132 / 0.3)}
.accent-primary-contrast-text\/35{accent-color:rgb(132 132 132 / 0.35)}
.accent-primary-contrast-text\/40{accent-color:rgb(132 132 132 / 0.4)}
.accent-primary-contrast-text\/45{accent-color:rgb(132 132 132 / 0.45)}
.accent-primary-contrast-text\/5{accent-color:rgb(132 132 132 / 0.05)}
.accent-primary-contrast-text\/50{accent-color:rgb(132 132 132 / 0.5)}
.accent-primary-contrast-text\/55{accent-color:rgb(132 132 132 / 0.55)}
.accent-primary-contrast-text\/60{accent-color:rgb(132 132 132 / 0.6)}
.accent-primary-contrast-text\/65{accent-color:rgb(132 132 132 / 0.65)}
.accent-primary-contrast-text\/70{accent-color:rgb(132 132 132 / 0.7)}
.accent-primary-contrast-text\/75{accent-color:rgb(132 132 132 / 0.75)}
.accent-primary-contrast-text\/80{accent-color:rgb(132 132 132 / 0.8)}
.accent-primary-contrast-text\/85{accent-color:rgb(132 132 132 / 0.85)}
.accent-primary-contrast-text\/90{accent-color:rgb(132 132 132 / 0.9)}
.accent-primary-contrast-text\/95{accent-color:rgb(132 132 132 / 0.95)}
.accent-primary-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-primary-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-primary-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-primary-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-primary-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-primary-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-primary-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-primary-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-primary-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-primary-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-primary-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-primary-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-primary-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-primary-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-primary-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-primary-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-primary-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-primary-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-primary-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-primary-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-primary-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-primary-contrastsWithCard{accent-color:true}
.accent-primary-isDark{accent-color:true}
.accent-primary-text{accent-color:#005788}
.accent-primary-text-contrast{accent-color:#fff}
.accent-primary-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-primary-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-primary-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-primary-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-primary-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-primary-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-primary-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-primary-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-primary-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-primary-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-primary-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-primary-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-primary-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-primary-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-primary-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-primary-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-primary-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-primary-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-primary-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-primary-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-primary-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-primary-text-contrastsWithCard{accent-color:true}
.accent-primary-text-isDark{accent-color:true}
.accent-primary-text-text{accent-color:#005788}
.accent-primary-text-text\/0{accent-color:rgb(0 87 136 / 0)}
.accent-primary-text-text\/10{accent-color:rgb(0 87 136 / 0.1)}
.accent-primary-text-text\/100{accent-color:rgb(0 87 136 / 1)}
.accent-primary-text-text\/15{accent-color:rgb(0 87 136 / 0.15)}
.accent-primary-text-text\/20{accent-color:rgb(0 87 136 / 0.2)}
.accent-primary-text-text\/25{accent-color:rgb(0 87 136 / 0.25)}
.accent-primary-text-text\/30{accent-color:rgb(0 87 136 / 0.3)}
.accent-primary-text-text\/35{accent-color:rgb(0 87 136 / 0.35)}
.accent-primary-text-text\/40{accent-color:rgb(0 87 136 / 0.4)}
.accent-primary-text-text\/45{accent-color:rgb(0 87 136 / 0.45)}
.accent-primary-text-text\/5{accent-color:rgb(0 87 136 / 0.05)}
.accent-primary-text-text\/50{accent-color:rgb(0 87 136 / 0.5)}
.accent-primary-text-text\/55{accent-color:rgb(0 87 136 / 0.55)}
.accent-primary-text-text\/60{accent-color:rgb(0 87 136 / 0.6)}
.accent-primary-text-text\/65{accent-color:rgb(0 87 136 / 0.65)}
.accent-primary-text-text\/70{accent-color:rgb(0 87 136 / 0.7)}
.accent-primary-text-text\/75{accent-color:rgb(0 87 136 / 0.75)}
.accent-primary-text-text\/80{accent-color:rgb(0 87 136 / 0.8)}
.accent-primary-text-text\/85{accent-color:rgb(0 87 136 / 0.85)}
.accent-primary-text-text\/90{accent-color:rgb(0 87 136 / 0.9)}
.accent-primary-text-text\/95{accent-color:rgb(0 87 136 / 0.95)}
.accent-primary-text\/0{accent-color:rgb(0 87 136 / 0)}
.accent-primary-text\/10{accent-color:rgb(0 87 136 / 0.1)}
.accent-primary-text\/100{accent-color:rgb(0 87 136 / 1)}
.accent-primary-text\/15{accent-color:rgb(0 87 136 / 0.15)}
.accent-primary-text\/20{accent-color:rgb(0 87 136 / 0.2)}
.accent-primary-text\/25{accent-color:rgb(0 87 136 / 0.25)}
.accent-primary-text\/30{accent-color:rgb(0 87 136 / 0.3)}
.accent-primary-text\/35{accent-color:rgb(0 87 136 / 0.35)}
.accent-primary-text\/40{accent-color:rgb(0 87 136 / 0.4)}
.accent-primary-text\/45{accent-color:rgb(0 87 136 / 0.45)}
.accent-primary-text\/5{accent-color:rgb(0 87 136 / 0.05)}
.accent-primary-text\/50{accent-color:rgb(0 87 136 / 0.5)}
.accent-primary-text\/55{accent-color:rgb(0 87 136 / 0.55)}
.accent-primary-text\/60{accent-color:rgb(0 87 136 / 0.6)}
.accent-primary-text\/65{accent-color:rgb(0 87 136 / 0.65)}
.accent-primary-text\/70{accent-color:rgb(0 87 136 / 0.7)}
.accent-primary-text\/75{accent-color:rgb(0 87 136 / 0.75)}
.accent-primary-text\/80{accent-color:rgb(0 87 136 / 0.8)}
.accent-primary-text\/85{accent-color:rgb(0 87 136 / 0.85)}
.accent-primary-text\/90{accent-color:rgb(0 87 136 / 0.9)}
.accent-primary-text\/95{accent-color:rgb(0 87 136 / 0.95)}
.accent-primary\/0{accent-color:rgb(0 87 136 / 0)}
.accent-primary\/10{accent-color:rgb(0 87 136 / 0.1)}
.accent-primary\/100{accent-color:rgb(0 87 136 / 1)}
.accent-primary\/15{accent-color:rgb(0 87 136 / 0.15)}
.accent-primary\/20{accent-color:rgb(0 87 136 / 0.2)}
.accent-primary\/25{accent-color:rgb(0 87 136 / 0.25)}
.accent-primary\/30{accent-color:rgb(0 87 136 / 0.3)}
.accent-primary\/35{accent-color:rgb(0 87 136 / 0.35)}
.accent-primary\/40{accent-color:rgb(0 87 136 / 0.4)}
.accent-primary\/45{accent-color:rgb(0 87 136 / 0.45)}
.accent-primary\/5{accent-color:rgb(0 87 136 / 0.05)}
.accent-primary\/50{accent-color:rgb(0 87 136 / 0.5)}
.accent-primary\/55{accent-color:rgb(0 87 136 / 0.55)}
.accent-primary\/60{accent-color:rgb(0 87 136 / 0.6)}
.accent-primary\/65{accent-color:rgb(0 87 136 / 0.65)}
.accent-primary\/70{accent-color:rgb(0 87 136 / 0.7)}
.accent-primary\/75{accent-color:rgb(0 87 136 / 0.75)}
.accent-primary\/80{accent-color:rgb(0 87 136 / 0.8)}
.accent-primary\/85{accent-color:rgb(0 87 136 / 0.85)}
.accent-primary\/90{accent-color:rgb(0 87 136 / 0.9)}
.accent-primary\/95{accent-color:rgb(0 87 136 / 0.95)}
.accent-secondary-text-contrast{accent-color:#fff}
.accent-secondary-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-secondary-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-secondary-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-secondary-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-secondary-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-secondary-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-secondary-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-secondary-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-secondary-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-secondary-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-secondary-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-secondary-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-secondary-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-secondary-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-secondary-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-secondary-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-secondary-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-secondary-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-secondary-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-secondary-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-secondary-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-secondary-text-contrastsWithCard{accent-color:true}
.accent-secondary-text-isDark{accent-color:true}
.accent-secondary-text-text{accent-color:#5a5e64}
.accent-secondary-text-text\/0{accent-color:rgb(90 94 100 / 0)}
.accent-secondary-text-text\/10{accent-color:rgb(90 94 100 / 0.1)}
.accent-secondary-text-text\/100{accent-color:rgb(90 94 100 / 1)}
.accent-secondary-text-text\/15{accent-color:rgb(90 94 100 / 0.15)}
.accent-secondary-text-text\/20{accent-color:rgb(90 94 100 / 0.2)}
.accent-secondary-text-text\/25{accent-color:rgb(90 94 100 / 0.25)}
.accent-secondary-text-text\/30{accent-color:rgb(90 94 100 / 0.3)}
.accent-secondary-text-text\/35{accent-color:rgb(90 94 100 / 0.35)}
.accent-secondary-text-text\/40{accent-color:rgb(90 94 100 / 0.4)}
.accent-secondary-text-text\/45{accent-color:rgb(90 94 100 / 0.45)}
.accent-secondary-text-text\/5{accent-color:rgb(90 94 100 / 0.05)}
.accent-secondary-text-text\/50{accent-color:rgb(90 94 100 / 0.5)}
.accent-secondary-text-text\/55{accent-color:rgb(90 94 100 / 0.55)}
.accent-secondary-text-text\/60{accent-color:rgb(90 94 100 / 0.6)}
.accent-secondary-text-text\/65{accent-color:rgb(90 94 100 / 0.65)}
.accent-secondary-text-text\/70{accent-color:rgb(90 94 100 / 0.7)}
.accent-secondary-text-text\/75{accent-color:rgb(90 94 100 / 0.75)}
.accent-secondary-text-text\/80{accent-color:rgb(90 94 100 / 0.8)}
.accent-secondary-text-text\/85{accent-color:rgb(90 94 100 / 0.85)}
.accent-secondary-text-text\/90{accent-color:rgb(90 94 100 / 0.9)}
.accent-secondary-text-text\/95{accent-color:rgb(90 94 100 / 0.95)}
.accent-success-text-contrast{accent-color:#fff}
.accent-success-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-success-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-success-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-success-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-success-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-success-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-success-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-success-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-success-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-success-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-success-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-success-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-success-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-success-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-success-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-success-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-success-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-success-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-success-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-success-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-success-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-success-text-contrastsWithCard{accent-color:true}
.accent-success-text-isDark{accent-color:true}
.accent-success-text-text{accent-color:#1B8749}
.accent-success-text-text\/0{accent-color:rgb(27 135 73 / 0)}
.accent-success-text-text\/10{accent-color:rgb(27 135 73 / 0.1)}
.accent-success-text-text\/100{accent-color:rgb(27 135 73 / 1)}
.accent-success-text-text\/15{accent-color:rgb(27 135 73 / 0.15)}
.accent-success-text-text\/20{accent-color:rgb(27 135 73 / 0.2)}
.accent-success-text-text\/25{accent-color:rgb(27 135 73 / 0.25)}
.accent-success-text-text\/30{accent-color:rgb(27 135 73 / 0.3)}
.accent-success-text-text\/35{accent-color:rgb(27 135 73 / 0.35)}
.accent-success-text-text\/40{accent-color:rgb(27 135 73 / 0.4)}
.accent-success-text-text\/45{accent-color:rgb(27 135 73 / 0.45)}
.accent-success-text-text\/5{accent-color:rgb(27 135 73 / 0.05)}
.accent-success-text-text\/50{accent-color:rgb(27 135 73 / 0.5)}
.accent-success-text-text\/55{accent-color:rgb(27 135 73 / 0.55)}
.accent-success-text-text\/60{accent-color:rgb(27 135 73 / 0.6)}
.accent-success-text-text\/65{accent-color:rgb(27 135 73 / 0.65)}
.accent-success-text-text\/70{accent-color:rgb(27 135 73 / 0.7)}
.accent-success-text-text\/75{accent-color:rgb(27 135 73 / 0.75)}
.accent-success-text-text\/80{accent-color:rgb(27 135 73 / 0.8)}
.accent-success-text-text\/85{accent-color:rgb(27 135 73 / 0.85)}
.accent-success-text-text\/90{accent-color:rgb(27 135 73 / 0.9)}
.accent-success-text-text\/95{accent-color:rgb(27 135 73 / 0.95)}
.accent-text-100{accent-color:var(--bt-text-100)}
.accent-text-200{accent-color:var(--bt-text-200)}
.accent-text-300{accent-color:var(--bt-text-300)}
.accent-text-400{accent-color:var(--bt-text-400)}
.accent-text-500{accent-color:var(--bt-text-500)}
.accent-text-600{accent-color:var(--bt-text-600)}
.accent-text-700{accent-color:var(--bt-text-700)}
.accent-text-800{accent-color:var(--bt-text-800)}
.accent-text-900{accent-color:var(--bt-text-900)}
.accent-text-contrast{accent-color:#fff}
.accent-text-contrast-contrast{accent-color:#000}
.accent-text-contrast-contrast\/0{accent-color:rgb(0 0 0 / 0)}
.accent-text-contrast-contrast\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-text-contrast-contrast\/100{accent-color:rgb(0 0 0 / 1)}
.accent-text-contrast-contrast\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-text-contrast-contrast\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-text-contrast-contrast\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-text-contrast-contrast\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-text-contrast-contrast\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-text-contrast-contrast\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-text-contrast-contrast\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-text-contrast-contrast\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-text-contrast-contrast\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-text-contrast-contrast\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-text-contrast-contrast\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-text-contrast-contrast\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-text-contrast-contrast\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-text-contrast-contrast\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-text-contrast-contrast\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-text-contrast-contrast\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-text-contrast-contrast\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-text-contrast-contrast\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-text-contrast-contrastsWithCard{}
.accent-text-contrast-isDark{}
.accent-text-contrast-text{accent-color:#848484}
.accent-text-contrast-text\/0{accent-color:rgb(132 132 132 / 0)}
.accent-text-contrast-text\/10{accent-color:rgb(132 132 132 / 0.1)}
.accent-text-contrast-text\/100{accent-color:rgb(132 132 132 / 1)}
.accent-text-contrast-text\/15{accent-color:rgb(132 132 132 / 0.15)}
.accent-text-contrast-text\/20{accent-color:rgb(132 132 132 / 0.2)}
.accent-text-contrast-text\/25{accent-color:rgb(132 132 132 / 0.25)}
.accent-text-contrast-text\/30{accent-color:rgb(132 132 132 / 0.3)}
.accent-text-contrast-text\/35{accent-color:rgb(132 132 132 / 0.35)}
.accent-text-contrast-text\/40{accent-color:rgb(132 132 132 / 0.4)}
.accent-text-contrast-text\/45{accent-color:rgb(132 132 132 / 0.45)}
.accent-text-contrast-text\/5{accent-color:rgb(132 132 132 / 0.05)}
.accent-text-contrast-text\/50{accent-color:rgb(132 132 132 / 0.5)}
.accent-text-contrast-text\/55{accent-color:rgb(132 132 132 / 0.55)}
.accent-text-contrast-text\/60{accent-color:rgb(132 132 132 / 0.6)}
.accent-text-contrast-text\/65{accent-color:rgb(132 132 132 / 0.65)}
.accent-text-contrast-text\/70{accent-color:rgb(132 132 132 / 0.7)}
.accent-text-contrast-text\/75{accent-color:rgb(132 132 132 / 0.75)}
.accent-text-contrast-text\/80{accent-color:rgb(132 132 132 / 0.8)}
.accent-text-contrast-text\/85{accent-color:rgb(132 132 132 / 0.85)}
.accent-text-contrast-text\/90{accent-color:rgb(132 132 132 / 0.9)}
.accent-text-contrast-text\/95{accent-color:rgb(132 132 132 / 0.95)}
.accent-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-text-contrastsWithCard{accent-color:true}
.accent-text-isDark{accent-color:true}
.accent-text-text{accent-color:#000}
.accent-text-text-contrast{accent-color:#fff}
.accent-text-text-contrast\/0{accent-color:rgb(255 255 255 / 0)}
.accent-text-text-contrast\/10{accent-color:rgb(255 255 255 / 0.1)}
.accent-text-text-contrast\/100{accent-color:rgb(255 255 255 / 1)}
.accent-text-text-contrast\/15{accent-color:rgb(255 255 255 / 0.15)}
.accent-text-text-contrast\/20{accent-color:rgb(255 255 255 / 0.2)}
.accent-text-text-contrast\/25{accent-color:rgb(255 255 255 / 0.25)}
.accent-text-text-contrast\/30{accent-color:rgb(255 255 255 / 0.3)}
.accent-text-text-contrast\/35{accent-color:rgb(255 255 255 / 0.35)}
.accent-text-text-contrast\/40{accent-color:rgb(255 255 255 / 0.4)}
.accent-text-text-contrast\/45{accent-color:rgb(255 255 255 / 0.45)}
.accent-text-text-contrast\/5{accent-color:rgb(255 255 255 / 0.05)}
.accent-text-text-contrast\/50{accent-color:rgb(255 255 255 / 0.5)}
.accent-text-text-contrast\/55{accent-color:rgb(255 255 255 / 0.55)}
.accent-text-text-contrast\/60{accent-color:rgb(255 255 255 / 0.6)}
.accent-text-text-contrast\/65{accent-color:rgb(255 255 255 / 0.65)}
.accent-text-text-contrast\/70{accent-color:rgb(255 255 255 / 0.7)}
.accent-text-text-contrast\/75{accent-color:rgb(255 255 255 / 0.75)}
.accent-text-text-contrast\/80{accent-color:rgb(255 255 255 / 0.8)}
.accent-text-text-contrast\/85{accent-color:rgb(255 255 255 / 0.85)}
.accent-text-text-contrast\/90{accent-color:rgb(255 255 255 / 0.9)}
.accent-text-text-contrast\/95{accent-color:rgb(255 255 255 / 0.95)}
.accent-text-text-contrastsWithCard{accent-color:true}
.accent-text-text-isDark{accent-color:true}
.accent-text-text-text{accent-color:#000}
.accent-text-text-text\/0{accent-color:rgb(0 0 0 / 0)}
.accent-text-text-text\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-text-text-text\/100{accent-color:rgb(0 0 0 / 1)}
.accent-text-text-text\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-text-text-text\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-text-text-text\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-text-text-text\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-text-text-text\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-text-text-text\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-text-text-text\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-text-text-text\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-text-text-text\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-text-text-text\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-text-text-text\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-text-text-text\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-text-text-text\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-text-text-text\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-text-text-text\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-text-text-text\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-text-text-text\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-text-text-text\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-text-text\/0{accent-color:rgb(0 0 0 / 0)}
.accent-text-text\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-text-text\/100{accent-color:rgb(0 0 0 / 1)}
.accent-text-text\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-text-text\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-text-text\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-text-text\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-text-text\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-text-text\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-text-text\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-text-text\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-text-text\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-text-text\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-text-text\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-text-text\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-text-text\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-text-text\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-text-text\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-text-text\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-text-text\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-text-text\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-warning-text-contrast{accent-color:#000}
.accent-warning-text-contrast\/0{accent-color:rgb(0 0 0 / 0)}
.accent-warning-text-contrast\/10{accent-color:rgb(0 0 0 / 0.1)}
.accent-warning-text-contrast\/100{accent-color:rgb(0 0 0 / 1)}
.accent-warning-text-contrast\/15{accent-color:rgb(0 0 0 / 0.15)}
.accent-warning-text-contrast\/20{accent-color:rgb(0 0 0 / 0.2)}
.accent-warning-text-contrast\/25{accent-color:rgb(0 0 0 / 0.25)}
.accent-warning-text-contrast\/30{accent-color:rgb(0 0 0 / 0.3)}
.accent-warning-text-contrast\/35{accent-color:rgb(0 0 0 / 0.35)}
.accent-warning-text-contrast\/40{accent-color:rgb(0 0 0 / 0.4)}
.accent-warning-text-contrast\/45{accent-color:rgb(0 0 0 / 0.45)}
.accent-warning-text-contrast\/5{accent-color:rgb(0 0 0 / 0.05)}
.accent-warning-text-contrast\/50{accent-color:rgb(0 0 0 / 0.5)}
.accent-warning-text-contrast\/55{accent-color:rgb(0 0 0 / 0.55)}
.accent-warning-text-contrast\/60{accent-color:rgb(0 0 0 / 0.6)}
.accent-warning-text-contrast\/65{accent-color:rgb(0 0 0 / 0.65)}
.accent-warning-text-contrast\/70{accent-color:rgb(0 0 0 / 0.7)}
.accent-warning-text-contrast\/75{accent-color:rgb(0 0 0 / 0.75)}
.accent-warning-text-contrast\/80{accent-color:rgb(0 0 0 / 0.8)}
.accent-warning-text-contrast\/85{accent-color:rgb(0 0 0 / 0.85)}
.accent-warning-text-contrast\/90{accent-color:rgb(0 0 0 / 0.9)}
.accent-warning-text-contrast\/95{accent-color:rgb(0 0 0 / 0.95)}
.accent-warning-text-contrastsWithCard{accent-color:true}
.accent-warning-text-isDark{}
.accent-warning-text-text{accent-color:#ffa800}
.accent-warning-text-text\/0{accent-color:rgb(255 168 0 / 0)}
.accent-warning-text-text\/10{accent-color:rgb(255 168 0 / 0.1)}
.accent-warning-text-text\/100{accent-color:rgb(255 168 0 / 1)}
.accent-warning-text-text\/15{accent-color:rgb(255 168 0 / 0.15)}
.accent-warning-text-text\/20{accent-color:rgb(255 168 0 / 0.2)}
.accent-warning-text-text\/25{accent-color:rgb(255 168 0 / 0.25)}
.accent-warning-text-text\/30{accent-color:rgb(255 168 0 / 0.3)}
.accent-warning-text-text\/35{accent-color:rgb(255 168 0 / 0.35)}
.accent-warning-text-text\/40{accent-color:rgb(255 168 0 / 0.4)}
.accent-warning-text-text\/45{accent-color:rgb(255 168 0 / 0.45)}
.accent-warning-text-text\/5{accent-color:rgb(255 168 0 / 0.05)}
.accent-warning-text-text\/50{accent-color:rgb(255 168 0 / 0.5)}
.accent-warning-text-text\/55{accent-color:rgb(255 168 0 / 0.55)}
.accent-warning-text-text\/60{accent-color:rgb(255 168 0 / 0.6)}
.accent-warning-text-text\/65{accent-color:rgb(255 168 0 / 0.65)}
.accent-warning-text-text\/70{accent-color:rgb(255 168 0 / 0.7)}
.accent-warning-text-text\/75{accent-color:rgb(255 168 0 / 0.75)}
.accent-warning-text-text\/80{accent-color:rgb(255 168 0 / 0.8)}
.accent-warning-text-text\/85{accent-color:rgb(255 168 0 / 0.85)}
.accent-warning-text-text\/90{accent-color:rgb(255 168 0 / 0.9)}
.accent-warning-text-text\/95{accent-color:rgb(255 168 0 / 0.95)}
.opacity-60{opacity:0.6}
.bg-blend-normal{background-blend-mode:normal}
.bg-blend-multiply{background-blend-mode:multiply}
.bg-blend-luminosity{background-blend-mode:luminosity}
.mix-blend-normal{mix-blend-mode:normal}
.mix-blend-multiply{mix-blend-mode:multiply}
.mix-blend-screen{mix-blend-mode:screen}
.mix-blend-overlay{mix-blend-mode:overlay}
.mix-blend-darken{mix-blend-mode:darken}
.mix-blend-lighten{mix-blend-mode:lighten}
.mix-blend-color-dodge{mix-blend-mode:color-dodge}
.mix-blend-color-burn{mix-blend-mode:color-burn}
.mix-blend-hard-light{mix-blend-mode:hard-light}
.mix-blend-soft-light{mix-blend-mode:soft-light}
.mix-blend-difference{mix-blend-mode:difference}
.mix-blend-exclusion{mix-blend-mode:exclusion}
.mix-blend-hue{mix-blend-mode:hue}
.mix-blend-saturation{mix-blend-mode:saturation}
.mix-blend-color{mix-blend-mode:color}
.mix-blend-luminosity{mix-blend-mode:luminosity}
.mix-blend-plus-darker{mix-blend-mode:plus-darker}
.mix-blend-plus-lighter{mix-blend-mode:plus-lighter}
.shadow-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / 0.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}
.shadow-amber-100{--tw-shadow-color:#fef3c7;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/0{--tw-shadow-color:rgb(254 243 199 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/10{--tw-shadow-color:rgb(254 243 199 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/100{--tw-shadow-color:rgb(254 243 199 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/15{--tw-shadow-color:rgb(254 243 199 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/20{--tw-shadow-color:rgb(254 243 199 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/25{--tw-shadow-color:rgb(254 243 199 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/30{--tw-shadow-color:rgb(254 243 199 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/35{--tw-shadow-color:rgb(254 243 199 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/40{--tw-shadow-color:rgb(254 243 199 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/45{--tw-shadow-color:rgb(254 243 199 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/5{--tw-shadow-color:rgb(254 243 199 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/50{--tw-shadow-color:rgb(254 243 199 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/55{--tw-shadow-color:rgb(254 243 199 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/60{--tw-shadow-color:rgb(254 243 199 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/65{--tw-shadow-color:rgb(254 243 199 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/70{--tw-shadow-color:rgb(254 243 199 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/75{--tw-shadow-color:rgb(254 243 199 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/80{--tw-shadow-color:rgb(254 243 199 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/85{--tw-shadow-color:rgb(254 243 199 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/90{--tw-shadow-color:rgb(254 243 199 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-100\/95{--tw-shadow-color:rgb(254 243 199 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200{--tw-shadow-color:#fde68a;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/0{--tw-shadow-color:rgb(253 230 138 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/10{--tw-shadow-color:rgb(253 230 138 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/100{--tw-shadow-color:rgb(253 230 138 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/15{--tw-shadow-color:rgb(253 230 138 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/20{--tw-shadow-color:rgb(253 230 138 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/25{--tw-shadow-color:rgb(253 230 138 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/30{--tw-shadow-color:rgb(253 230 138 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/35{--tw-shadow-color:rgb(253 230 138 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/40{--tw-shadow-color:rgb(253 230 138 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/45{--tw-shadow-color:rgb(253 230 138 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/5{--tw-shadow-color:rgb(253 230 138 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/50{--tw-shadow-color:rgb(253 230 138 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/55{--tw-shadow-color:rgb(253 230 138 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/60{--tw-shadow-color:rgb(253 230 138 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/65{--tw-shadow-color:rgb(253 230 138 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/70{--tw-shadow-color:rgb(253 230 138 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/75{--tw-shadow-color:rgb(253 230 138 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/80{--tw-shadow-color:rgb(253 230 138 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/85{--tw-shadow-color:rgb(253 230 138 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/90{--tw-shadow-color:rgb(253 230 138 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-200\/95{--tw-shadow-color:rgb(253 230 138 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300{--tw-shadow-color:#fcd34d;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/0{--tw-shadow-color:rgb(252 211 77 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/10{--tw-shadow-color:rgb(252 211 77 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/100{--tw-shadow-color:rgb(252 211 77 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/15{--tw-shadow-color:rgb(252 211 77 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/20{--tw-shadow-color:rgb(252 211 77 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/25{--tw-shadow-color:rgb(252 211 77 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/30{--tw-shadow-color:rgb(252 211 77 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/35{--tw-shadow-color:rgb(252 211 77 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/40{--tw-shadow-color:rgb(252 211 77 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/45{--tw-shadow-color:rgb(252 211 77 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/5{--tw-shadow-color:rgb(252 211 77 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/50{--tw-shadow-color:rgb(252 211 77 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/55{--tw-shadow-color:rgb(252 211 77 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/60{--tw-shadow-color:rgb(252 211 77 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/65{--tw-shadow-color:rgb(252 211 77 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/70{--tw-shadow-color:rgb(252 211 77 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/75{--tw-shadow-color:rgb(252 211 77 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/80{--tw-shadow-color:rgb(252 211 77 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/85{--tw-shadow-color:rgb(252 211 77 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/90{--tw-shadow-color:rgb(252 211 77 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-300\/95{--tw-shadow-color:rgb(252 211 77 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400{--tw-shadow-color:#fbbf24;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/0{--tw-shadow-color:rgb(251 191 36 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/10{--tw-shadow-color:rgb(251 191 36 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/100{--tw-shadow-color:rgb(251 191 36 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/15{--tw-shadow-color:rgb(251 191 36 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/20{--tw-shadow-color:rgb(251 191 36 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/25{--tw-shadow-color:rgb(251 191 36 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/30{--tw-shadow-color:rgb(251 191 36 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/35{--tw-shadow-color:rgb(251 191 36 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/40{--tw-shadow-color:rgb(251 191 36 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/45{--tw-shadow-color:rgb(251 191 36 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/5{--tw-shadow-color:rgb(251 191 36 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/50{--tw-shadow-color:rgb(251 191 36 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/55{--tw-shadow-color:rgb(251 191 36 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/60{--tw-shadow-color:rgb(251 191 36 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/65{--tw-shadow-color:rgb(251 191 36 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/70{--tw-shadow-color:rgb(251 191 36 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/75{--tw-shadow-color:rgb(251 191 36 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/80{--tw-shadow-color:rgb(251 191 36 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/85{--tw-shadow-color:rgb(251 191 36 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/90{--tw-shadow-color:rgb(251 191 36 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-400\/95{--tw-shadow-color:rgb(251 191 36 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50{--tw-shadow-color:#fffbeb;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/0{--tw-shadow-color:rgb(255 251 235 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/10{--tw-shadow-color:rgb(255 251 235 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/100{--tw-shadow-color:rgb(255 251 235 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/15{--tw-shadow-color:rgb(255 251 235 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/20{--tw-shadow-color:rgb(255 251 235 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/25{--tw-shadow-color:rgb(255 251 235 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/30{--tw-shadow-color:rgb(255 251 235 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/35{--tw-shadow-color:rgb(255 251 235 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/40{--tw-shadow-color:rgb(255 251 235 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/45{--tw-shadow-color:rgb(255 251 235 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/5{--tw-shadow-color:rgb(255 251 235 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/50{--tw-shadow-color:rgb(255 251 235 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/55{--tw-shadow-color:rgb(255 251 235 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/60{--tw-shadow-color:rgb(255 251 235 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/65{--tw-shadow-color:rgb(255 251 235 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/70{--tw-shadow-color:rgb(255 251 235 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/75{--tw-shadow-color:rgb(255 251 235 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/80{--tw-shadow-color:rgb(255 251 235 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/85{--tw-shadow-color:rgb(255 251 235 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/90{--tw-shadow-color:rgb(255 251 235 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-50\/95{--tw-shadow-color:rgb(255 251 235 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500{--tw-shadow-color:#f59e0b;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/0{--tw-shadow-color:rgb(245 158 11 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/10{--tw-shadow-color:rgb(245 158 11 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/100{--tw-shadow-color:rgb(245 158 11 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/15{--tw-shadow-color:rgb(245 158 11 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/20{--tw-shadow-color:rgb(245 158 11 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/25{--tw-shadow-color:rgb(245 158 11 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/30{--tw-shadow-color:rgb(245 158 11 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/35{--tw-shadow-color:rgb(245 158 11 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/40{--tw-shadow-color:rgb(245 158 11 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/45{--tw-shadow-color:rgb(245 158 11 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/5{--tw-shadow-color:rgb(245 158 11 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/50{--tw-shadow-color:rgb(245 158 11 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/55{--tw-shadow-color:rgb(245 158 11 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/60{--tw-shadow-color:rgb(245 158 11 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/65{--tw-shadow-color:rgb(245 158 11 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/70{--tw-shadow-color:rgb(245 158 11 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/75{--tw-shadow-color:rgb(245 158 11 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/80{--tw-shadow-color:rgb(245 158 11 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/85{--tw-shadow-color:rgb(245 158 11 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/90{--tw-shadow-color:rgb(245 158 11 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-500\/95{--tw-shadow-color:rgb(245 158 11 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600{--tw-shadow-color:#d97706;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/0{--tw-shadow-color:rgb(217 119 6 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/10{--tw-shadow-color:rgb(217 119 6 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/100{--tw-shadow-color:rgb(217 119 6 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/15{--tw-shadow-color:rgb(217 119 6 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/20{--tw-shadow-color:rgb(217 119 6 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/25{--tw-shadow-color:rgb(217 119 6 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/30{--tw-shadow-color:rgb(217 119 6 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/35{--tw-shadow-color:rgb(217 119 6 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/40{--tw-shadow-color:rgb(217 119 6 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/45{--tw-shadow-color:rgb(217 119 6 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/5{--tw-shadow-color:rgb(217 119 6 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/50{--tw-shadow-color:rgb(217 119 6 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/55{--tw-shadow-color:rgb(217 119 6 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/60{--tw-shadow-color:rgb(217 119 6 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/65{--tw-shadow-color:rgb(217 119 6 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/70{--tw-shadow-color:rgb(217 119 6 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/75{--tw-shadow-color:rgb(217 119 6 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/80{--tw-shadow-color:rgb(217 119 6 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/85{--tw-shadow-color:rgb(217 119 6 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/90{--tw-shadow-color:rgb(217 119 6 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-600\/95{--tw-shadow-color:rgb(217 119 6 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700{--tw-shadow-color:#b45309;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/0{--tw-shadow-color:rgb(180 83 9 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/10{--tw-shadow-color:rgb(180 83 9 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/100{--tw-shadow-color:rgb(180 83 9 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/15{--tw-shadow-color:rgb(180 83 9 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/20{--tw-shadow-color:rgb(180 83 9 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/25{--tw-shadow-color:rgb(180 83 9 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/30{--tw-shadow-color:rgb(180 83 9 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/35{--tw-shadow-color:rgb(180 83 9 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/40{--tw-shadow-color:rgb(180 83 9 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/45{--tw-shadow-color:rgb(180 83 9 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/5{--tw-shadow-color:rgb(180 83 9 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/50{--tw-shadow-color:rgb(180 83 9 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/55{--tw-shadow-color:rgb(180 83 9 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/60{--tw-shadow-color:rgb(180 83 9 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/65{--tw-shadow-color:rgb(180 83 9 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/70{--tw-shadow-color:rgb(180 83 9 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/75{--tw-shadow-color:rgb(180 83 9 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/80{--tw-shadow-color:rgb(180 83 9 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/85{--tw-shadow-color:rgb(180 83 9 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/90{--tw-shadow-color:rgb(180 83 9 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-700\/95{--tw-shadow-color:rgb(180 83 9 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800{--tw-shadow-color:#92400e;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/0{--tw-shadow-color:rgb(146 64 14 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/10{--tw-shadow-color:rgb(146 64 14 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/100{--tw-shadow-color:rgb(146 64 14 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/15{--tw-shadow-color:rgb(146 64 14 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/20{--tw-shadow-color:rgb(146 64 14 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/25{--tw-shadow-color:rgb(146 64 14 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/30{--tw-shadow-color:rgb(146 64 14 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/35{--tw-shadow-color:rgb(146 64 14 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/40{--tw-shadow-color:rgb(146 64 14 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/45{--tw-shadow-color:rgb(146 64 14 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/5{--tw-shadow-color:rgb(146 64 14 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/50{--tw-shadow-color:rgb(146 64 14 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/55{--tw-shadow-color:rgb(146 64 14 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/60{--tw-shadow-color:rgb(146 64 14 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/65{--tw-shadow-color:rgb(146 64 14 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/70{--tw-shadow-color:rgb(146 64 14 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/75{--tw-shadow-color:rgb(146 64 14 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/80{--tw-shadow-color:rgb(146 64 14 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/85{--tw-shadow-color:rgb(146 64 14 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/90{--tw-shadow-color:rgb(146 64 14 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-800\/95{--tw-shadow-color:rgb(146 64 14 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900{--tw-shadow-color:#78350f;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/0{--tw-shadow-color:rgb(120 53 15 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/10{--tw-shadow-color:rgb(120 53 15 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/100{--tw-shadow-color:rgb(120 53 15 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/15{--tw-shadow-color:rgb(120 53 15 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/20{--tw-shadow-color:rgb(120 53 15 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/25{--tw-shadow-color:rgb(120 53 15 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/30{--tw-shadow-color:rgb(120 53 15 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/35{--tw-shadow-color:rgb(120 53 15 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/40{--tw-shadow-color:rgb(120 53 15 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/45{--tw-shadow-color:rgb(120 53 15 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/5{--tw-shadow-color:rgb(120 53 15 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/50{--tw-shadow-color:rgb(120 53 15 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/55{--tw-shadow-color:rgb(120 53 15 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/60{--tw-shadow-color:rgb(120 53 15 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/65{--tw-shadow-color:rgb(120 53 15 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/70{--tw-shadow-color:rgb(120 53 15 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/75{--tw-shadow-color:rgb(120 53 15 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/80{--tw-shadow-color:rgb(120 53 15 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/85{--tw-shadow-color:rgb(120 53 15 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/90{--tw-shadow-color:rgb(120 53 15 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-900\/95{--tw-shadow-color:rgb(120 53 15 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950{--tw-shadow-color:#451a03;--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/0{--tw-shadow-color:rgb(69 26 3 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/10{--tw-shadow-color:rgb(69 26 3 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/100{--tw-shadow-color:rgb(69 26 3 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/15{--tw-shadow-color:rgb(69 26 3 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/20{--tw-shadow-color:rgb(69 26 3 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/25{--tw-shadow-color:rgb(69 26 3 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/30{--tw-shadow-color:rgb(69 26 3 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/35{--tw-shadow-color:rgb(69 26 3 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/40{--tw-shadow-color:rgb(69 26 3 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/45{--tw-shadow-color:rgb(69 26 3 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/5{--tw-shadow-color:rgb(69 26 3 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/50{--tw-shadow-color:rgb(69 26 3 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/55{--tw-shadow-color:rgb(69 26 3 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/60{--tw-shadow-color:rgb(69 26 3 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/65{--tw-shadow-color:rgb(69 26 3 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/70{--tw-shadow-color:rgb(69 26 3 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/75{--tw-shadow-color:rgb(69 26 3 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/80{--tw-shadow-color:rgb(69 26 3 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/85{--tw-shadow-color:rgb(69 26 3 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/90{--tw-shadow-color:rgb(69 26 3 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-amber-950\/95{--tw-shadow-color:rgb(69 26 3 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text{--tw-shadow-color:#6b6f73;--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/0{--tw-shadow-color:rgb(107 111 115 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/10{--tw-shadow-color:rgb(107 111 115 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/100{--tw-shadow-color:rgb(107 111 115 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/15{--tw-shadow-color:rgb(107 111 115 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/20{--tw-shadow-color:rgb(107 111 115 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/25{--tw-shadow-color:rgb(107 111 115 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/30{--tw-shadow-color:rgb(107 111 115 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/35{--tw-shadow-color:rgb(107 111 115 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/40{--tw-shadow-color:rgb(107 111 115 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/45{--tw-shadow-color:rgb(107 111 115 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/5{--tw-shadow-color:rgb(107 111 115 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/50{--tw-shadow-color:rgb(107 111 115 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/55{--tw-shadow-color:rgb(107 111 115 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/60{--tw-shadow-color:rgb(107 111 115 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/65{--tw-shadow-color:rgb(107 111 115 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/70{--tw-shadow-color:rgb(107 111 115 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/75{--tw-shadow-color:rgb(107 111 115 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/80{--tw-shadow-color:rgb(107 111 115 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/85{--tw-shadow-color:rgb(107 111 115 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/90{--tw-shadow-color:rgb(107 111 115 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-background-text-text\/95{--tw-shadow-color:rgb(107 111 115 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text{--tw-shadow-color:#1e293b;--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/0{--tw-shadow-color:rgb(30 41 59 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/10{--tw-shadow-color:rgb(30 41 59 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/100{--tw-shadow-color:rgb(30 41 59 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/15{--tw-shadow-color:rgb(30 41 59 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/20{--tw-shadow-color:rgb(30 41 59 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/25{--tw-shadow-color:rgb(30 41 59 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/30{--tw-shadow-color:rgb(30 41 59 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/35{--tw-shadow-color:rgb(30 41 59 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/40{--tw-shadow-color:rgb(30 41 59 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/45{--tw-shadow-color:rgb(30 41 59 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/5{--tw-shadow-color:rgb(30 41 59 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/50{--tw-shadow-color:rgb(30 41 59 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/55{--tw-shadow-color:rgb(30 41 59 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/60{--tw-shadow-color:rgb(30 41 59 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/65{--tw-shadow-color:rgb(30 41 59 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/70{--tw-shadow-color:rgb(30 41 59 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/75{--tw-shadow-color:rgb(30 41 59 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/80{--tw-shadow-color:rgb(30 41 59 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/85{--tw-shadow-color:rgb(30 41 59 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/90{--tw-shadow-color:rgb(30 41 59 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-bt-text-text\/95{--tw-shadow-color:rgb(30 41 59 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrast\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-isDark{--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text{--tw-shadow-color:#48abd9;--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/0{--tw-shadow-color:rgb(72 171 217 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/10{--tw-shadow-color:rgb(72 171 217 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/100{--tw-shadow-color:rgb(72 171 217 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/15{--tw-shadow-color:rgb(72 171 217 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/20{--tw-shadow-color:rgb(72 171 217 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/25{--tw-shadow-color:rgb(72 171 217 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/30{--tw-shadow-color:rgb(72 171 217 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/35{--tw-shadow-color:rgb(72 171 217 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/40{--tw-shadow-color:rgb(72 171 217 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/45{--tw-shadow-color:rgb(72 171 217 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/5{--tw-shadow-color:rgb(72 171 217 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/50{--tw-shadow-color:rgb(72 171 217 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/55{--tw-shadow-color:rgb(72 171 217 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/60{--tw-shadow-color:rgb(72 171 217 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/65{--tw-shadow-color:rgb(72 171 217 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/70{--tw-shadow-color:rgb(72 171 217 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/75{--tw-shadow-color:rgb(72 171 217 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/80{--tw-shadow-color:rgb(72 171 217 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/85{--tw-shadow-color:rgb(72 171 217 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/90{--tw-shadow-color:rgb(72 171 217 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-btLight-text-text\/95{--tw-shadow-color:rgb(72 171 217 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text{--tw-shadow-color:#848484;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/0{--tw-shadow-color:rgb(132 132 132 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/10{--tw-shadow-color:rgb(132 132 132 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/100{--tw-shadow-color:rgb(132 132 132 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/15{--tw-shadow-color:rgb(132 132 132 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/20{--tw-shadow-color:rgb(132 132 132 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/25{--tw-shadow-color:rgb(132 132 132 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/30{--tw-shadow-color:rgb(132 132 132 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/35{--tw-shadow-color:rgb(132 132 132 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/40{--tw-shadow-color:rgb(132 132 132 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/45{--tw-shadow-color:rgb(132 132 132 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/5{--tw-shadow-color:rgb(132 132 132 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/50{--tw-shadow-color:rgb(132 132 132 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/55{--tw-shadow-color:rgb(132 132 132 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/60{--tw-shadow-color:rgb(132 132 132 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/65{--tw-shadow-color:rgb(132 132 132 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/70{--tw-shadow-color:rgb(132 132 132 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/75{--tw-shadow-color:rgb(132 132 132 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/80{--tw-shadow-color:rgb(132 132 132 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/85{--tw-shadow-color:rgb(132 132 132 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/90{--tw-shadow-color:rgb(132 132 132 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardBackground-text-text\/95{--tw-shadow-color:rgb(132 132 132 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text{--tw-shadow-color:#7e7e84;--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/0{--tw-shadow-color:rgb(126 126 132 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/10{--tw-shadow-color:rgb(126 126 132 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/100{--tw-shadow-color:rgb(126 126 132 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/15{--tw-shadow-color:rgb(126 126 132 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/20{--tw-shadow-color:rgb(126 126 132 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/25{--tw-shadow-color:rgb(126 126 132 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/30{--tw-shadow-color:rgb(126 126 132 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/35{--tw-shadow-color:rgb(126 126 132 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/40{--tw-shadow-color:rgb(126 126 132 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/45{--tw-shadow-color:rgb(126 126 132 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/5{--tw-shadow-color:rgb(126 126 132 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/50{--tw-shadow-color:rgb(126 126 132 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/55{--tw-shadow-color:rgb(126 126 132 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/60{--tw-shadow-color:rgb(126 126 132 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/65{--tw-shadow-color:rgb(126 126 132 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/70{--tw-shadow-color:rgb(126 126 132 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/75{--tw-shadow-color:rgb(126 126 132 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/80{--tw-shadow-color:rgb(126 126 132 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/85{--tw-shadow-color:rgb(126 126 132 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/90{--tw-shadow-color:rgb(126 126 132 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-cardHeader-text-text\/95{--tw-shadow-color:rgb(126 126 132 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text{--tw-shadow-color:#e85743;--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/0{--tw-shadow-color:rgb(232 87 67 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/10{--tw-shadow-color:rgb(232 87 67 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/100{--tw-shadow-color:rgb(232 87 67 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/15{--tw-shadow-color:rgb(232 87 67 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/20{--tw-shadow-color:rgb(232 87 67 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/25{--tw-shadow-color:rgb(232 87 67 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/30{--tw-shadow-color:rgb(232 87 67 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/35{--tw-shadow-color:rgb(232 87 67 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/40{--tw-shadow-color:rgb(232 87 67 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/45{--tw-shadow-color:rgb(232 87 67 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/5{--tw-shadow-color:rgb(232 87 67 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/50{--tw-shadow-color:rgb(232 87 67 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/55{--tw-shadow-color:rgb(232 87 67 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/60{--tw-shadow-color:rgb(232 87 67 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/65{--tw-shadow-color:rgb(232 87 67 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/70{--tw-shadow-color:rgb(232 87 67 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/75{--tw-shadow-color:rgb(232 87 67 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/80{--tw-shadow-color:rgb(232 87 67 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/85{--tw-shadow-color:rgb(232 87 67 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/90{--tw-shadow-color:rgb(232 87 67 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-danger-text-text\/95{--tw-shadow-color:rgb(232 87 67 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100{--tw-shadow-color:#d1fae5;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/0{--tw-shadow-color:rgb(209 250 229 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/10{--tw-shadow-color:rgb(209 250 229 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/100{--tw-shadow-color:rgb(209 250 229 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/15{--tw-shadow-color:rgb(209 250 229 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/20{--tw-shadow-color:rgb(209 250 229 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/25{--tw-shadow-color:rgb(209 250 229 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/30{--tw-shadow-color:rgb(209 250 229 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/35{--tw-shadow-color:rgb(209 250 229 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/40{--tw-shadow-color:rgb(209 250 229 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/45{--tw-shadow-color:rgb(209 250 229 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/5{--tw-shadow-color:rgb(209 250 229 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/50{--tw-shadow-color:rgb(209 250 229 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/55{--tw-shadow-color:rgb(209 250 229 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/60{--tw-shadow-color:rgb(209 250 229 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/65{--tw-shadow-color:rgb(209 250 229 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/70{--tw-shadow-color:rgb(209 250 229 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/75{--tw-shadow-color:rgb(209 250 229 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/80{--tw-shadow-color:rgb(209 250 229 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/85{--tw-shadow-color:rgb(209 250 229 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/90{--tw-shadow-color:rgb(209 250 229 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-100\/95{--tw-shadow-color:rgb(209 250 229 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200{--tw-shadow-color:#a7f3d0;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/0{--tw-shadow-color:rgb(167 243 208 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/10{--tw-shadow-color:rgb(167 243 208 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/100{--tw-shadow-color:rgb(167 243 208 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/15{--tw-shadow-color:rgb(167 243 208 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/20{--tw-shadow-color:rgb(167 243 208 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/25{--tw-shadow-color:rgb(167 243 208 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/30{--tw-shadow-color:rgb(167 243 208 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/35{--tw-shadow-color:rgb(167 243 208 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/40{--tw-shadow-color:rgb(167 243 208 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/45{--tw-shadow-color:rgb(167 243 208 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/5{--tw-shadow-color:rgb(167 243 208 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/50{--tw-shadow-color:rgb(167 243 208 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/55{--tw-shadow-color:rgb(167 243 208 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/60{--tw-shadow-color:rgb(167 243 208 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/65{--tw-shadow-color:rgb(167 243 208 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/70{--tw-shadow-color:rgb(167 243 208 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/75{--tw-shadow-color:rgb(167 243 208 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/80{--tw-shadow-color:rgb(167 243 208 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/85{--tw-shadow-color:rgb(167 243 208 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/90{--tw-shadow-color:rgb(167 243 208 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-200\/95{--tw-shadow-color:rgb(167 243 208 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300{--tw-shadow-color:#6ee7b7;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/0{--tw-shadow-color:rgb(110 231 183 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/10{--tw-shadow-color:rgb(110 231 183 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/100{--tw-shadow-color:rgb(110 231 183 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/15{--tw-shadow-color:rgb(110 231 183 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/20{--tw-shadow-color:rgb(110 231 183 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/25{--tw-shadow-color:rgb(110 231 183 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/30{--tw-shadow-color:rgb(110 231 183 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/35{--tw-shadow-color:rgb(110 231 183 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/40{--tw-shadow-color:rgb(110 231 183 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/45{--tw-shadow-color:rgb(110 231 183 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/5{--tw-shadow-color:rgb(110 231 183 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/50{--tw-shadow-color:rgb(110 231 183 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/55{--tw-shadow-color:rgb(110 231 183 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/60{--tw-shadow-color:rgb(110 231 183 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/65{--tw-shadow-color:rgb(110 231 183 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/70{--tw-shadow-color:rgb(110 231 183 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/75{--tw-shadow-color:rgb(110 231 183 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/80{--tw-shadow-color:rgb(110 231 183 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/85{--tw-shadow-color:rgb(110 231 183 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/90{--tw-shadow-color:rgb(110 231 183 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-300\/95{--tw-shadow-color:rgb(110 231 183 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400{--tw-shadow-color:#34d399;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/0{--tw-shadow-color:rgb(52 211 153 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/10{--tw-shadow-color:rgb(52 211 153 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/100{--tw-shadow-color:rgb(52 211 153 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/15{--tw-shadow-color:rgb(52 211 153 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/20{--tw-shadow-color:rgb(52 211 153 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/25{--tw-shadow-color:rgb(52 211 153 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/30{--tw-shadow-color:rgb(52 211 153 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/35{--tw-shadow-color:rgb(52 211 153 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/40{--tw-shadow-color:rgb(52 211 153 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/45{--tw-shadow-color:rgb(52 211 153 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/5{--tw-shadow-color:rgb(52 211 153 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/50{--tw-shadow-color:rgb(52 211 153 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/55{--tw-shadow-color:rgb(52 211 153 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/60{--tw-shadow-color:rgb(52 211 153 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/65{--tw-shadow-color:rgb(52 211 153 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/70{--tw-shadow-color:rgb(52 211 153 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/75{--tw-shadow-color:rgb(52 211 153 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/80{--tw-shadow-color:rgb(52 211 153 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/85{--tw-shadow-color:rgb(52 211 153 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/90{--tw-shadow-color:rgb(52 211 153 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-400\/95{--tw-shadow-color:rgb(52 211 153 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50{--tw-shadow-color:#ecfdf5;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/0{--tw-shadow-color:rgb(236 253 245 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/10{--tw-shadow-color:rgb(236 253 245 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/100{--tw-shadow-color:rgb(236 253 245 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/15{--tw-shadow-color:rgb(236 253 245 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/20{--tw-shadow-color:rgb(236 253 245 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/25{--tw-shadow-color:rgb(236 253 245 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/30{--tw-shadow-color:rgb(236 253 245 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/35{--tw-shadow-color:rgb(236 253 245 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/40{--tw-shadow-color:rgb(236 253 245 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/45{--tw-shadow-color:rgb(236 253 245 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/5{--tw-shadow-color:rgb(236 253 245 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/50{--tw-shadow-color:rgb(236 253 245 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/55{--tw-shadow-color:rgb(236 253 245 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/60{--tw-shadow-color:rgb(236 253 245 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/65{--tw-shadow-color:rgb(236 253 245 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/70{--tw-shadow-color:rgb(236 253 245 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/75{--tw-shadow-color:rgb(236 253 245 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/80{--tw-shadow-color:rgb(236 253 245 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/85{--tw-shadow-color:rgb(236 253 245 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/90{--tw-shadow-color:rgb(236 253 245 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-50\/95{--tw-shadow-color:rgb(236 253 245 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500{--tw-shadow-color:#10b981;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/0{--tw-shadow-color:rgb(16 185 129 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/10{--tw-shadow-color:rgb(16 185 129 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/100{--tw-shadow-color:rgb(16 185 129 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/15{--tw-shadow-color:rgb(16 185 129 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/20{--tw-shadow-color:rgb(16 185 129 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/25{--tw-shadow-color:rgb(16 185 129 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/30{--tw-shadow-color:rgb(16 185 129 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/35{--tw-shadow-color:rgb(16 185 129 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/40{--tw-shadow-color:rgb(16 185 129 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/45{--tw-shadow-color:rgb(16 185 129 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/5{--tw-shadow-color:rgb(16 185 129 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/50{--tw-shadow-color:rgb(16 185 129 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/55{--tw-shadow-color:rgb(16 185 129 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/60{--tw-shadow-color:rgb(16 185 129 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/65{--tw-shadow-color:rgb(16 185 129 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/70{--tw-shadow-color:rgb(16 185 129 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/75{--tw-shadow-color:rgb(16 185 129 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/80{--tw-shadow-color:rgb(16 185 129 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/85{--tw-shadow-color:rgb(16 185 129 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/90{--tw-shadow-color:rgb(16 185 129 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-500\/95{--tw-shadow-color:rgb(16 185 129 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600{--tw-shadow-color:#059669;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/0{--tw-shadow-color:rgb(5 150 105 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/10{--tw-shadow-color:rgb(5 150 105 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/100{--tw-shadow-color:rgb(5 150 105 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/15{--tw-shadow-color:rgb(5 150 105 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/20{--tw-shadow-color:rgb(5 150 105 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/25{--tw-shadow-color:rgb(5 150 105 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/30{--tw-shadow-color:rgb(5 150 105 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/35{--tw-shadow-color:rgb(5 150 105 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/40{--tw-shadow-color:rgb(5 150 105 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/45{--tw-shadow-color:rgb(5 150 105 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/5{--tw-shadow-color:rgb(5 150 105 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/50{--tw-shadow-color:rgb(5 150 105 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/55{--tw-shadow-color:rgb(5 150 105 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/60{--tw-shadow-color:rgb(5 150 105 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/65{--tw-shadow-color:rgb(5 150 105 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/70{--tw-shadow-color:rgb(5 150 105 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/75{--tw-shadow-color:rgb(5 150 105 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/80{--tw-shadow-color:rgb(5 150 105 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/85{--tw-shadow-color:rgb(5 150 105 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/90{--tw-shadow-color:rgb(5 150 105 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-600\/95{--tw-shadow-color:rgb(5 150 105 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700{--tw-shadow-color:#047857;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/0{--tw-shadow-color:rgb(4 120 87 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/10{--tw-shadow-color:rgb(4 120 87 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/100{--tw-shadow-color:rgb(4 120 87 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/15{--tw-shadow-color:rgb(4 120 87 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/20{--tw-shadow-color:rgb(4 120 87 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/25{--tw-shadow-color:rgb(4 120 87 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/30{--tw-shadow-color:rgb(4 120 87 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/35{--tw-shadow-color:rgb(4 120 87 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/40{--tw-shadow-color:rgb(4 120 87 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/45{--tw-shadow-color:rgb(4 120 87 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/5{--tw-shadow-color:rgb(4 120 87 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/50{--tw-shadow-color:rgb(4 120 87 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/55{--tw-shadow-color:rgb(4 120 87 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/60{--tw-shadow-color:rgb(4 120 87 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/65{--tw-shadow-color:rgb(4 120 87 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/70{--tw-shadow-color:rgb(4 120 87 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/75{--tw-shadow-color:rgb(4 120 87 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/80{--tw-shadow-color:rgb(4 120 87 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/85{--tw-shadow-color:rgb(4 120 87 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/90{--tw-shadow-color:rgb(4 120 87 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-700\/95{--tw-shadow-color:rgb(4 120 87 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800{--tw-shadow-color:#065f46;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/0{--tw-shadow-color:rgb(6 95 70 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/10{--tw-shadow-color:rgb(6 95 70 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/100{--tw-shadow-color:rgb(6 95 70 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/15{--tw-shadow-color:rgb(6 95 70 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/20{--tw-shadow-color:rgb(6 95 70 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/25{--tw-shadow-color:rgb(6 95 70 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/30{--tw-shadow-color:rgb(6 95 70 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/35{--tw-shadow-color:rgb(6 95 70 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/40{--tw-shadow-color:rgb(6 95 70 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/45{--tw-shadow-color:rgb(6 95 70 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/5{--tw-shadow-color:rgb(6 95 70 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/50{--tw-shadow-color:rgb(6 95 70 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/55{--tw-shadow-color:rgb(6 95 70 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/60{--tw-shadow-color:rgb(6 95 70 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/65{--tw-shadow-color:rgb(6 95 70 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/70{--tw-shadow-color:rgb(6 95 70 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/75{--tw-shadow-color:rgb(6 95 70 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/80{--tw-shadow-color:rgb(6 95 70 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/85{--tw-shadow-color:rgb(6 95 70 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/90{--tw-shadow-color:rgb(6 95 70 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-800\/95{--tw-shadow-color:rgb(6 95 70 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900{--tw-shadow-color:#064e3b;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/0{--tw-shadow-color:rgb(6 78 59 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/10{--tw-shadow-color:rgb(6 78 59 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/100{--tw-shadow-color:rgb(6 78 59 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/15{--tw-shadow-color:rgb(6 78 59 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/20{--tw-shadow-color:rgb(6 78 59 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/25{--tw-shadow-color:rgb(6 78 59 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/30{--tw-shadow-color:rgb(6 78 59 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/35{--tw-shadow-color:rgb(6 78 59 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/40{--tw-shadow-color:rgb(6 78 59 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/45{--tw-shadow-color:rgb(6 78 59 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/5{--tw-shadow-color:rgb(6 78 59 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/50{--tw-shadow-color:rgb(6 78 59 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/55{--tw-shadow-color:rgb(6 78 59 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/60{--tw-shadow-color:rgb(6 78 59 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/65{--tw-shadow-color:rgb(6 78 59 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/70{--tw-shadow-color:rgb(6 78 59 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/75{--tw-shadow-color:rgb(6 78 59 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/80{--tw-shadow-color:rgb(6 78 59 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/85{--tw-shadow-color:rgb(6 78 59 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/90{--tw-shadow-color:rgb(6 78 59 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-900\/95{--tw-shadow-color:rgb(6 78 59 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950{--tw-shadow-color:#022c22;--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/0{--tw-shadow-color:rgb(2 44 34 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/10{--tw-shadow-color:rgb(2 44 34 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/100{--tw-shadow-color:rgb(2 44 34 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/15{--tw-shadow-color:rgb(2 44 34 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/20{--tw-shadow-color:rgb(2 44 34 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/25{--tw-shadow-color:rgb(2 44 34 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/30{--tw-shadow-color:rgb(2 44 34 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/35{--tw-shadow-color:rgb(2 44 34 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/40{--tw-shadow-color:rgb(2 44 34 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/45{--tw-shadow-color:rgb(2 44 34 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/5{--tw-shadow-color:rgb(2 44 34 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/50{--tw-shadow-color:rgb(2 44 34 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/55{--tw-shadow-color:rgb(2 44 34 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/60{--tw-shadow-color:rgb(2 44 34 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/65{--tw-shadow-color:rgb(2 44 34 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/70{--tw-shadow-color:rgb(2 44 34 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/75{--tw-shadow-color:rgb(2 44 34 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/80{--tw-shadow-color:rgb(2 44 34 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/85{--tw-shadow-color:rgb(2 44 34 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/90{--tw-shadow-color:rgb(2 44 34 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-emerald-950\/95{--tw-shadow-color:rgb(2 44 34 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover{--tw-shadow-color:rgba(0,0,0,.03);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/0{--tw-shadow-color:rgba(0, 0, 0, 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/10{--tw-shadow-color:rgba(0, 0, 0, 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/100{--tw-shadow-color:rgba(0, 0, 0, 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/15{--tw-shadow-color:rgba(0, 0, 0, 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/20{--tw-shadow-color:rgba(0, 0, 0, 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/25{--tw-shadow-color:rgba(0, 0, 0, 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/30{--tw-shadow-color:rgba(0, 0, 0, 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/35{--tw-shadow-color:rgba(0, 0, 0, 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/40{--tw-shadow-color:rgba(0, 0, 0, 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/45{--tw-shadow-color:rgba(0, 0, 0, 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/5{--tw-shadow-color:rgba(0, 0, 0, 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/50{--tw-shadow-color:rgba(0, 0, 0, 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/55{--tw-shadow-color:rgba(0, 0, 0, 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/60{--tw-shadow-color:rgba(0, 0, 0, 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/65{--tw-shadow-color:rgba(0, 0, 0, 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/70{--tw-shadow-color:rgba(0, 0, 0, 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/75{--tw-shadow-color:rgba(0, 0, 0, 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/80{--tw-shadow-color:rgba(0, 0, 0, 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/85{--tw-shadow-color:rgba(0, 0, 0, 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/90{--tw-shadow-color:rgba(0, 0, 0, 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-gridItemHover\/95{--tw-shadow-color:rgba(0, 0, 0, 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrast\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-isDark{--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text{--tw-shadow-color:#48abd9;--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/0{--tw-shadow-color:rgb(72 171 217 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/10{--tw-shadow-color:rgb(72 171 217 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/100{--tw-shadow-color:rgb(72 171 217 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/15{--tw-shadow-color:rgb(72 171 217 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/20{--tw-shadow-color:rgb(72 171 217 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/25{--tw-shadow-color:rgb(72 171 217 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/30{--tw-shadow-color:rgb(72 171 217 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/35{--tw-shadow-color:rgb(72 171 217 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/40{--tw-shadow-color:rgb(72 171 217 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/45{--tw-shadow-color:rgb(72 171 217 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/5{--tw-shadow-color:rgb(72 171 217 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/50{--tw-shadow-color:rgb(72 171 217 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/55{--tw-shadow-color:rgb(72 171 217 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/60{--tw-shadow-color:rgb(72 171 217 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/65{--tw-shadow-color:rgb(72 171 217 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/70{--tw-shadow-color:rgb(72 171 217 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/75{--tw-shadow-color:rgb(72 171 217 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/80{--tw-shadow-color:rgb(72 171 217 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/85{--tw-shadow-color:rgb(72 171 217 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/90{--tw-shadow-color:rgb(72 171 217 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-info-text-text\/95{--tw-shadow-color:rgb(72 171 217 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100{--tw-shadow-color:#ecfccb;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/0{--tw-shadow-color:rgb(236 252 203 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/10{--tw-shadow-color:rgb(236 252 203 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/100{--tw-shadow-color:rgb(236 252 203 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/15{--tw-shadow-color:rgb(236 252 203 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/20{--tw-shadow-color:rgb(236 252 203 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/25{--tw-shadow-color:rgb(236 252 203 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/30{--tw-shadow-color:rgb(236 252 203 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/35{--tw-shadow-color:rgb(236 252 203 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/40{--tw-shadow-color:rgb(236 252 203 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/45{--tw-shadow-color:rgb(236 252 203 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/5{--tw-shadow-color:rgb(236 252 203 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/50{--tw-shadow-color:rgb(236 252 203 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/55{--tw-shadow-color:rgb(236 252 203 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/60{--tw-shadow-color:rgb(236 252 203 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/65{--tw-shadow-color:rgb(236 252 203 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/70{--tw-shadow-color:rgb(236 252 203 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/75{--tw-shadow-color:rgb(236 252 203 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/80{--tw-shadow-color:rgb(236 252 203 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/85{--tw-shadow-color:rgb(236 252 203 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/90{--tw-shadow-color:rgb(236 252 203 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-100\/95{--tw-shadow-color:rgb(236 252 203 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200{--tw-shadow-color:#d9f99d;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/0{--tw-shadow-color:rgb(217 249 157 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/10{--tw-shadow-color:rgb(217 249 157 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/100{--tw-shadow-color:rgb(217 249 157 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/15{--tw-shadow-color:rgb(217 249 157 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/20{--tw-shadow-color:rgb(217 249 157 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/25{--tw-shadow-color:rgb(217 249 157 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/30{--tw-shadow-color:rgb(217 249 157 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/35{--tw-shadow-color:rgb(217 249 157 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/40{--tw-shadow-color:rgb(217 249 157 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/45{--tw-shadow-color:rgb(217 249 157 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/5{--tw-shadow-color:rgb(217 249 157 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/50{--tw-shadow-color:rgb(217 249 157 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/55{--tw-shadow-color:rgb(217 249 157 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/60{--tw-shadow-color:rgb(217 249 157 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/65{--tw-shadow-color:rgb(217 249 157 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/70{--tw-shadow-color:rgb(217 249 157 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/75{--tw-shadow-color:rgb(217 249 157 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/80{--tw-shadow-color:rgb(217 249 157 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/85{--tw-shadow-color:rgb(217 249 157 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/90{--tw-shadow-color:rgb(217 249 157 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-200\/95{--tw-shadow-color:rgb(217 249 157 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300{--tw-shadow-color:#bef264;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/0{--tw-shadow-color:rgb(190 242 100 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/10{--tw-shadow-color:rgb(190 242 100 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/100{--tw-shadow-color:rgb(190 242 100 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/15{--tw-shadow-color:rgb(190 242 100 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/20{--tw-shadow-color:rgb(190 242 100 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/25{--tw-shadow-color:rgb(190 242 100 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/30{--tw-shadow-color:rgb(190 242 100 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/35{--tw-shadow-color:rgb(190 242 100 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/40{--tw-shadow-color:rgb(190 242 100 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/45{--tw-shadow-color:rgb(190 242 100 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/5{--tw-shadow-color:rgb(190 242 100 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/50{--tw-shadow-color:rgb(190 242 100 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/55{--tw-shadow-color:rgb(190 242 100 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/60{--tw-shadow-color:rgb(190 242 100 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/65{--tw-shadow-color:rgb(190 242 100 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/70{--tw-shadow-color:rgb(190 242 100 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/75{--tw-shadow-color:rgb(190 242 100 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/80{--tw-shadow-color:rgb(190 242 100 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/85{--tw-shadow-color:rgb(190 242 100 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/90{--tw-shadow-color:rgb(190 242 100 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-300\/95{--tw-shadow-color:rgb(190 242 100 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400{--tw-shadow-color:#a3e635;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/0{--tw-shadow-color:rgb(163 230 53 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/10{--tw-shadow-color:rgb(163 230 53 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/100{--tw-shadow-color:rgb(163 230 53 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/15{--tw-shadow-color:rgb(163 230 53 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/20{--tw-shadow-color:rgb(163 230 53 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/25{--tw-shadow-color:rgb(163 230 53 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/30{--tw-shadow-color:rgb(163 230 53 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/35{--tw-shadow-color:rgb(163 230 53 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/40{--tw-shadow-color:rgb(163 230 53 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/45{--tw-shadow-color:rgb(163 230 53 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/5{--tw-shadow-color:rgb(163 230 53 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/50{--tw-shadow-color:rgb(163 230 53 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/55{--tw-shadow-color:rgb(163 230 53 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/60{--tw-shadow-color:rgb(163 230 53 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/65{--tw-shadow-color:rgb(163 230 53 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/70{--tw-shadow-color:rgb(163 230 53 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/75{--tw-shadow-color:rgb(163 230 53 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/80{--tw-shadow-color:rgb(163 230 53 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/85{--tw-shadow-color:rgb(163 230 53 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/90{--tw-shadow-color:rgb(163 230 53 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-400\/95{--tw-shadow-color:rgb(163 230 53 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50{--tw-shadow-color:#f7fee7;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/0{--tw-shadow-color:rgb(247 254 231 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/10{--tw-shadow-color:rgb(247 254 231 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/100{--tw-shadow-color:rgb(247 254 231 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/15{--tw-shadow-color:rgb(247 254 231 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/20{--tw-shadow-color:rgb(247 254 231 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/25{--tw-shadow-color:rgb(247 254 231 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/30{--tw-shadow-color:rgb(247 254 231 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/35{--tw-shadow-color:rgb(247 254 231 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/40{--tw-shadow-color:rgb(247 254 231 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/45{--tw-shadow-color:rgb(247 254 231 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/5{--tw-shadow-color:rgb(247 254 231 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/50{--tw-shadow-color:rgb(247 254 231 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/55{--tw-shadow-color:rgb(247 254 231 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/60{--tw-shadow-color:rgb(247 254 231 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/65{--tw-shadow-color:rgb(247 254 231 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/70{--tw-shadow-color:rgb(247 254 231 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/75{--tw-shadow-color:rgb(247 254 231 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/80{--tw-shadow-color:rgb(247 254 231 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/85{--tw-shadow-color:rgb(247 254 231 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/90{--tw-shadow-color:rgb(247 254 231 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-50\/95{--tw-shadow-color:rgb(247 254 231 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500{--tw-shadow-color:#84cc16;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/0{--tw-shadow-color:rgb(132 204 22 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/10{--tw-shadow-color:rgb(132 204 22 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/100{--tw-shadow-color:rgb(132 204 22 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/15{--tw-shadow-color:rgb(132 204 22 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/20{--tw-shadow-color:rgb(132 204 22 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/25{--tw-shadow-color:rgb(132 204 22 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/30{--tw-shadow-color:rgb(132 204 22 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/35{--tw-shadow-color:rgb(132 204 22 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/40{--tw-shadow-color:rgb(132 204 22 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/45{--tw-shadow-color:rgb(132 204 22 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/5{--tw-shadow-color:rgb(132 204 22 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/50{--tw-shadow-color:rgb(132 204 22 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/55{--tw-shadow-color:rgb(132 204 22 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/60{--tw-shadow-color:rgb(132 204 22 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/65{--tw-shadow-color:rgb(132 204 22 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/70{--tw-shadow-color:rgb(132 204 22 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/75{--tw-shadow-color:rgb(132 204 22 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/80{--tw-shadow-color:rgb(132 204 22 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/85{--tw-shadow-color:rgb(132 204 22 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/90{--tw-shadow-color:rgb(132 204 22 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-500\/95{--tw-shadow-color:rgb(132 204 22 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600{--tw-shadow-color:#65a30d;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/0{--tw-shadow-color:rgb(101 163 13 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/10{--tw-shadow-color:rgb(101 163 13 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/100{--tw-shadow-color:rgb(101 163 13 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/15{--tw-shadow-color:rgb(101 163 13 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/20{--tw-shadow-color:rgb(101 163 13 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/25{--tw-shadow-color:rgb(101 163 13 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/30{--tw-shadow-color:rgb(101 163 13 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/35{--tw-shadow-color:rgb(101 163 13 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/40{--tw-shadow-color:rgb(101 163 13 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/45{--tw-shadow-color:rgb(101 163 13 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/5{--tw-shadow-color:rgb(101 163 13 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/50{--tw-shadow-color:rgb(101 163 13 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/55{--tw-shadow-color:rgb(101 163 13 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/60{--tw-shadow-color:rgb(101 163 13 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/65{--tw-shadow-color:rgb(101 163 13 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/70{--tw-shadow-color:rgb(101 163 13 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/75{--tw-shadow-color:rgb(101 163 13 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/80{--tw-shadow-color:rgb(101 163 13 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/85{--tw-shadow-color:rgb(101 163 13 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/90{--tw-shadow-color:rgb(101 163 13 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-600\/95{--tw-shadow-color:rgb(101 163 13 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700{--tw-shadow-color:#4d7c0f;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/0{--tw-shadow-color:rgb(77 124 15 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/10{--tw-shadow-color:rgb(77 124 15 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/100{--tw-shadow-color:rgb(77 124 15 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/15{--tw-shadow-color:rgb(77 124 15 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/20{--tw-shadow-color:rgb(77 124 15 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/25{--tw-shadow-color:rgb(77 124 15 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/30{--tw-shadow-color:rgb(77 124 15 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/35{--tw-shadow-color:rgb(77 124 15 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/40{--tw-shadow-color:rgb(77 124 15 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/45{--tw-shadow-color:rgb(77 124 15 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/5{--tw-shadow-color:rgb(77 124 15 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/50{--tw-shadow-color:rgb(77 124 15 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/55{--tw-shadow-color:rgb(77 124 15 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/60{--tw-shadow-color:rgb(77 124 15 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/65{--tw-shadow-color:rgb(77 124 15 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/70{--tw-shadow-color:rgb(77 124 15 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/75{--tw-shadow-color:rgb(77 124 15 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/80{--tw-shadow-color:rgb(77 124 15 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/85{--tw-shadow-color:rgb(77 124 15 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/90{--tw-shadow-color:rgb(77 124 15 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-700\/95{--tw-shadow-color:rgb(77 124 15 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800{--tw-shadow-color:#3f6212;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/0{--tw-shadow-color:rgb(63 98 18 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/10{--tw-shadow-color:rgb(63 98 18 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/100{--tw-shadow-color:rgb(63 98 18 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/15{--tw-shadow-color:rgb(63 98 18 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/20{--tw-shadow-color:rgb(63 98 18 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/25{--tw-shadow-color:rgb(63 98 18 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/30{--tw-shadow-color:rgb(63 98 18 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/35{--tw-shadow-color:rgb(63 98 18 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/40{--tw-shadow-color:rgb(63 98 18 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/45{--tw-shadow-color:rgb(63 98 18 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/5{--tw-shadow-color:rgb(63 98 18 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/50{--tw-shadow-color:rgb(63 98 18 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/55{--tw-shadow-color:rgb(63 98 18 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/60{--tw-shadow-color:rgb(63 98 18 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/65{--tw-shadow-color:rgb(63 98 18 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/70{--tw-shadow-color:rgb(63 98 18 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/75{--tw-shadow-color:rgb(63 98 18 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/80{--tw-shadow-color:rgb(63 98 18 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/85{--tw-shadow-color:rgb(63 98 18 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/90{--tw-shadow-color:rgb(63 98 18 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-800\/95{--tw-shadow-color:rgb(63 98 18 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900{--tw-shadow-color:#365314;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/0{--tw-shadow-color:rgb(54 83 20 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/10{--tw-shadow-color:rgb(54 83 20 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/100{--tw-shadow-color:rgb(54 83 20 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/15{--tw-shadow-color:rgb(54 83 20 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/20{--tw-shadow-color:rgb(54 83 20 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/25{--tw-shadow-color:rgb(54 83 20 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/30{--tw-shadow-color:rgb(54 83 20 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/35{--tw-shadow-color:rgb(54 83 20 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/40{--tw-shadow-color:rgb(54 83 20 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/45{--tw-shadow-color:rgb(54 83 20 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/5{--tw-shadow-color:rgb(54 83 20 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/50{--tw-shadow-color:rgb(54 83 20 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/55{--tw-shadow-color:rgb(54 83 20 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/60{--tw-shadow-color:rgb(54 83 20 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/65{--tw-shadow-color:rgb(54 83 20 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/70{--tw-shadow-color:rgb(54 83 20 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/75{--tw-shadow-color:rgb(54 83 20 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/80{--tw-shadow-color:rgb(54 83 20 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/85{--tw-shadow-color:rgb(54 83 20 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/90{--tw-shadow-color:rgb(54 83 20 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-900\/95{--tw-shadow-color:rgb(54 83 20 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950{--tw-shadow-color:#1a2e05;--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/0{--tw-shadow-color:rgb(26 46 5 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/10{--tw-shadow-color:rgb(26 46 5 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/100{--tw-shadow-color:rgb(26 46 5 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/15{--tw-shadow-color:rgb(26 46 5 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/20{--tw-shadow-color:rgb(26 46 5 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/25{--tw-shadow-color:rgb(26 46 5 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/30{--tw-shadow-color:rgb(26 46 5 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/35{--tw-shadow-color:rgb(26 46 5 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/40{--tw-shadow-color:rgb(26 46 5 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/45{--tw-shadow-color:rgb(26 46 5 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/5{--tw-shadow-color:rgb(26 46 5 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/50{--tw-shadow-color:rgb(26 46 5 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/55{--tw-shadow-color:rgb(26 46 5 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/60{--tw-shadow-color:rgb(26 46 5 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/65{--tw-shadow-color:rgb(26 46 5 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/70{--tw-shadow-color:rgb(26 46 5 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/75{--tw-shadow-color:rgb(26 46 5 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/80{--tw-shadow-color:rgb(26 46 5 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/85{--tw-shadow-color:rgb(26 46 5 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/90{--tw-shadow-color:rgb(26 46 5 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-lime-950\/95{--tw-shadow-color:rgb(26 46 5 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text{--tw-shadow-color:#848484;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/0{--tw-shadow-color:rgb(132 132 132 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/10{--tw-shadow-color:rgb(132 132 132 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/100{--tw-shadow-color:rgb(132 132 132 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/15{--tw-shadow-color:rgb(132 132 132 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/20{--tw-shadow-color:rgb(132 132 132 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/25{--tw-shadow-color:rgb(132 132 132 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/30{--tw-shadow-color:rgb(132 132 132 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/35{--tw-shadow-color:rgb(132 132 132 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/40{--tw-shadow-color:rgb(132 132 132 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/45{--tw-shadow-color:rgb(132 132 132 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/5{--tw-shadow-color:rgb(132 132 132 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/50{--tw-shadow-color:rgb(132 132 132 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/55{--tw-shadow-color:rgb(132 132 132 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/60{--tw-shadow-color:rgb(132 132 132 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/65{--tw-shadow-color:rgb(132 132 132 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/70{--tw-shadow-color:rgb(132 132 132 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/75{--tw-shadow-color:rgb(132 132 132 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/80{--tw-shadow-color:rgb(132 132 132 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/85{--tw-shadow-color:rgb(132 132 132 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/90{--tw-shadow-color:rgb(132 132 132 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackground-text-text\/95{--tw-shadow-color:rgb(132 132 132 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text{--tw-shadow-color:#1e293b;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/0{--tw-shadow-color:rgb(30 41 59 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/10{--tw-shadow-color:rgb(30 41 59 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/100{--tw-shadow-color:rgb(30 41 59 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/15{--tw-shadow-color:rgb(30 41 59 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/20{--tw-shadow-color:rgb(30 41 59 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/25{--tw-shadow-color:rgb(30 41 59 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/30{--tw-shadow-color:rgb(30 41 59 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/35{--tw-shadow-color:rgb(30 41 59 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/40{--tw-shadow-color:rgb(30 41 59 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/45{--tw-shadow-color:rgb(30 41 59 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/5{--tw-shadow-color:rgb(30 41 59 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/50{--tw-shadow-color:rgb(30 41 59 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/55{--tw-shadow-color:rgb(30 41 59 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/60{--tw-shadow-color:rgb(30 41 59 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/65{--tw-shadow-color:rgb(30 41 59 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/70{--tw-shadow-color:rgb(30 41 59 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/75{--tw-shadow-color:rgb(30 41 59 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/80{--tw-shadow-color:rgb(30 41 59 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/85{--tw-shadow-color:rgb(30 41 59 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/90{--tw-shadow-color:rgb(30 41 59 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navBackgroundDark-text-text\/95{--tw-shadow-color:rgb(30 41 59 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text{--tw-shadow-color:#1e293b;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/0{--tw-shadow-color:rgb(30 41 59 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/10{--tw-shadow-color:rgb(30 41 59 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/100{--tw-shadow-color:rgb(30 41 59 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/15{--tw-shadow-color:rgb(30 41 59 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/20{--tw-shadow-color:rgb(30 41 59 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/25{--tw-shadow-color:rgb(30 41 59 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/30{--tw-shadow-color:rgb(30 41 59 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/35{--tw-shadow-color:rgb(30 41 59 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/40{--tw-shadow-color:rgb(30 41 59 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/45{--tw-shadow-color:rgb(30 41 59 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/5{--tw-shadow-color:rgb(30 41 59 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/50{--tw-shadow-color:rgb(30 41 59 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/55{--tw-shadow-color:rgb(30 41 59 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/60{--tw-shadow-color:rgb(30 41 59 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/65{--tw-shadow-color:rgb(30 41 59 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/70{--tw-shadow-color:rgb(30 41 59 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/75{--tw-shadow-color:rgb(30 41 59 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/80{--tw-shadow-color:rgb(30 41 59 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/85{--tw-shadow-color:rgb(30 41 59 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/90{--tw-shadow-color:rgb(30 41 59 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navText-text-text\/95{--tw-shadow-color:rgb(30 41 59 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text{--tw-shadow-color:#848484;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/0{--tw-shadow-color:rgb(132 132 132 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/10{--tw-shadow-color:rgb(132 132 132 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/100{--tw-shadow-color:rgb(132 132 132 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/15{--tw-shadow-color:rgb(132 132 132 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/20{--tw-shadow-color:rgb(132 132 132 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/25{--tw-shadow-color:rgb(132 132 132 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/30{--tw-shadow-color:rgb(132 132 132 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/35{--tw-shadow-color:rgb(132 132 132 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/40{--tw-shadow-color:rgb(132 132 132 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/45{--tw-shadow-color:rgb(132 132 132 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/5{--tw-shadow-color:rgb(132 132 132 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/50{--tw-shadow-color:rgb(132 132 132 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/55{--tw-shadow-color:rgb(132 132 132 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/60{--tw-shadow-color:rgb(132 132 132 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/65{--tw-shadow-color:rgb(132 132 132 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/70{--tw-shadow-color:rgb(132 132 132 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/75{--tw-shadow-color:rgb(132 132 132 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/80{--tw-shadow-color:rgb(132 132 132 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/85{--tw-shadow-color:rgb(132 132 132 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/90{--tw-shadow-color:rgb(132 132 132 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextDark-text-text\/95{--tw-shadow-color:rgb(132 132 132 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text{--tw-shadow-color:#1e293b;--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/0{--tw-shadow-color:rgb(30 41 59 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/10{--tw-shadow-color:rgb(30 41 59 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/100{--tw-shadow-color:rgb(30 41 59 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/15{--tw-shadow-color:rgb(30 41 59 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/20{--tw-shadow-color:rgb(30 41 59 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/25{--tw-shadow-color:rgb(30 41 59 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/30{--tw-shadow-color:rgb(30 41 59 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/35{--tw-shadow-color:rgb(30 41 59 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/40{--tw-shadow-color:rgb(30 41 59 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/45{--tw-shadow-color:rgb(30 41 59 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/5{--tw-shadow-color:rgb(30 41 59 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/50{--tw-shadow-color:rgb(30 41 59 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/55{--tw-shadow-color:rgb(30 41 59 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/60{--tw-shadow-color:rgb(30 41 59 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/65{--tw-shadow-color:rgb(30 41 59 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/70{--tw-shadow-color:rgb(30 41 59 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/75{--tw-shadow-color:rgb(30 41 59 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/80{--tw-shadow-color:rgb(30 41 59 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/85{--tw-shadow-color:rgb(30 41 59 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/90{--tw-shadow-color:rgb(30 41 59 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-navTextHover-text-text\/95{--tw-shadow-color:rgb(30 41 59 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary{--tw-shadow-color:#005788;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-100{--tw-shadow-color:var(--bt-primary-100);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-150{--tw-shadow-color:var(--bt-primary-150);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-200{--tw-shadow-color:var(--bt-primary-200);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-300{--tw-shadow-color:var(--bt-primary-300);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-350{--tw-shadow-color:var(--bt-primary-350);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-400{--tw-shadow-color:var(--bt-primary-400);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-450{--tw-shadow-color:var(--bt-primary-450);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-500{--tw-shadow-color:var(--bt-primary-500);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-550{--tw-shadow-color:var(--bt-primary-550);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-600{--tw-shadow-color:var(--bt-primary-600);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-650{--tw-shadow-color:var(--bt-primary-650);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-700{--tw-shadow-color:var(--bt-primary-700);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-750{--tw-shadow-color:var(--bt-primary-750);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-800{--tw-shadow-color:var(--bt-primary-800);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-850{--tw-shadow-color:var(--bt-primary-850);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-900{--tw-shadow-color:var(--bt-primary-900);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrast\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-contrastsWithCard{--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-isDark{--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text{--tw-shadow-color:#848484;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/0{--tw-shadow-color:rgb(132 132 132 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/10{--tw-shadow-color:rgb(132 132 132 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/100{--tw-shadow-color:rgb(132 132 132 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/15{--tw-shadow-color:rgb(132 132 132 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/20{--tw-shadow-color:rgb(132 132 132 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/25{--tw-shadow-color:rgb(132 132 132 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/30{--tw-shadow-color:rgb(132 132 132 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/35{--tw-shadow-color:rgb(132 132 132 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/40{--tw-shadow-color:rgb(132 132 132 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/45{--tw-shadow-color:rgb(132 132 132 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/5{--tw-shadow-color:rgb(132 132 132 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/50{--tw-shadow-color:rgb(132 132 132 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/55{--tw-shadow-color:rgb(132 132 132 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/60{--tw-shadow-color:rgb(132 132 132 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/65{--tw-shadow-color:rgb(132 132 132 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/70{--tw-shadow-color:rgb(132 132 132 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/75{--tw-shadow-color:rgb(132 132 132 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/80{--tw-shadow-color:rgb(132 132 132 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/85{--tw-shadow-color:rgb(132 132 132 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/90{--tw-shadow-color:rgb(132 132 132 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast-text\/95{--tw-shadow-color:rgb(132 132 132 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text{--tw-shadow-color:#005788;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text{--tw-shadow-color:#005788;--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/0{--tw-shadow-color:rgb(0 87 136 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/10{--tw-shadow-color:rgb(0 87 136 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/100{--tw-shadow-color:rgb(0 87 136 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/15{--tw-shadow-color:rgb(0 87 136 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/20{--tw-shadow-color:rgb(0 87 136 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/25{--tw-shadow-color:rgb(0 87 136 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/30{--tw-shadow-color:rgb(0 87 136 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/35{--tw-shadow-color:rgb(0 87 136 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/40{--tw-shadow-color:rgb(0 87 136 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/45{--tw-shadow-color:rgb(0 87 136 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/5{--tw-shadow-color:rgb(0 87 136 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/50{--tw-shadow-color:rgb(0 87 136 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/55{--tw-shadow-color:rgb(0 87 136 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/60{--tw-shadow-color:rgb(0 87 136 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/65{--tw-shadow-color:rgb(0 87 136 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/70{--tw-shadow-color:rgb(0 87 136 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/75{--tw-shadow-color:rgb(0 87 136 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/80{--tw-shadow-color:rgb(0 87 136 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/85{--tw-shadow-color:rgb(0 87 136 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/90{--tw-shadow-color:rgb(0 87 136 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text-text\/95{--tw-shadow-color:rgb(0 87 136 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/0{--tw-shadow-color:rgb(0 87 136 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/10{--tw-shadow-color:rgb(0 87 136 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/100{--tw-shadow-color:rgb(0 87 136 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/15{--tw-shadow-color:rgb(0 87 136 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/20{--tw-shadow-color:rgb(0 87 136 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/25{--tw-shadow-color:rgb(0 87 136 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/30{--tw-shadow-color:rgb(0 87 136 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/35{--tw-shadow-color:rgb(0 87 136 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/40{--tw-shadow-color:rgb(0 87 136 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/45{--tw-shadow-color:rgb(0 87 136 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/5{--tw-shadow-color:rgb(0 87 136 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/50{--tw-shadow-color:rgb(0 87 136 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/55{--tw-shadow-color:rgb(0 87 136 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/60{--tw-shadow-color:rgb(0 87 136 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/65{--tw-shadow-color:rgb(0 87 136 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/70{--tw-shadow-color:rgb(0 87 136 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/75{--tw-shadow-color:rgb(0 87 136 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/80{--tw-shadow-color:rgb(0 87 136 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/85{--tw-shadow-color:rgb(0 87 136 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/90{--tw-shadow-color:rgb(0 87 136 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary-text\/95{--tw-shadow-color:rgb(0 87 136 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/0{--tw-shadow-color:rgb(0 87 136 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/10{--tw-shadow-color:rgb(0 87 136 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/100{--tw-shadow-color:rgb(0 87 136 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/15{--tw-shadow-color:rgb(0 87 136 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/20{--tw-shadow-color:rgb(0 87 136 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/25{--tw-shadow-color:rgb(0 87 136 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/30{--tw-shadow-color:rgb(0 87 136 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/35{--tw-shadow-color:rgb(0 87 136 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/40{--tw-shadow-color:rgb(0 87 136 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/45{--tw-shadow-color:rgb(0 87 136 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/5{--tw-shadow-color:rgb(0 87 136 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/50{--tw-shadow-color:rgb(0 87 136 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/55{--tw-shadow-color:rgb(0 87 136 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/60{--tw-shadow-color:rgb(0 87 136 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/65{--tw-shadow-color:rgb(0 87 136 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/70{--tw-shadow-color:rgb(0 87 136 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/75{--tw-shadow-color:rgb(0 87 136 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/80{--tw-shadow-color:rgb(0 87 136 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/85{--tw-shadow-color:rgb(0 87 136 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/90{--tw-shadow-color:rgb(0 87 136 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-primary\/95{--tw-shadow-color:rgb(0 87 136 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text{--tw-shadow-color:#5a5e64;--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/0{--tw-shadow-color:rgb(90 94 100 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/10{--tw-shadow-color:rgb(90 94 100 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/100{--tw-shadow-color:rgb(90 94 100 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/15{--tw-shadow-color:rgb(90 94 100 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/20{--tw-shadow-color:rgb(90 94 100 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/25{--tw-shadow-color:rgb(90 94 100 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/30{--tw-shadow-color:rgb(90 94 100 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/35{--tw-shadow-color:rgb(90 94 100 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/40{--tw-shadow-color:rgb(90 94 100 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/45{--tw-shadow-color:rgb(90 94 100 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/5{--tw-shadow-color:rgb(90 94 100 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/50{--tw-shadow-color:rgb(90 94 100 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/55{--tw-shadow-color:rgb(90 94 100 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/60{--tw-shadow-color:rgb(90 94 100 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/65{--tw-shadow-color:rgb(90 94 100 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/70{--tw-shadow-color:rgb(90 94 100 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/75{--tw-shadow-color:rgb(90 94 100 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/80{--tw-shadow-color:rgb(90 94 100 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/85{--tw-shadow-color:rgb(90 94 100 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/90{--tw-shadow-color:rgb(90 94 100 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-secondary-text-text\/95{--tw-shadow-color:rgb(90 94 100 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text{--tw-shadow-color:#1B8749;--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/0{--tw-shadow-color:rgb(27 135 73 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/10{--tw-shadow-color:rgb(27 135 73 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/100{--tw-shadow-color:rgb(27 135 73 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/15{--tw-shadow-color:rgb(27 135 73 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/20{--tw-shadow-color:rgb(27 135 73 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/25{--tw-shadow-color:rgb(27 135 73 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/30{--tw-shadow-color:rgb(27 135 73 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/35{--tw-shadow-color:rgb(27 135 73 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/40{--tw-shadow-color:rgb(27 135 73 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/45{--tw-shadow-color:rgb(27 135 73 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/5{--tw-shadow-color:rgb(27 135 73 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/50{--tw-shadow-color:rgb(27 135 73 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/55{--tw-shadow-color:rgb(27 135 73 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/60{--tw-shadow-color:rgb(27 135 73 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/65{--tw-shadow-color:rgb(27 135 73 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/70{--tw-shadow-color:rgb(27 135 73 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/75{--tw-shadow-color:rgb(27 135 73 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/80{--tw-shadow-color:rgb(27 135 73 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/85{--tw-shadow-color:rgb(27 135 73 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/90{--tw-shadow-color:rgb(27 135 73 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-success-text-text\/95{--tw-shadow-color:rgb(27 135 73 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-100{--tw-shadow-color:var(--bt-text-100);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-200{--tw-shadow-color:var(--bt-text-200);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-300{--tw-shadow-color:var(--bt-text-300);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-400{--tw-shadow-color:var(--bt-text-400);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-500{--tw-shadow-color:var(--bt-text-500);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-600{--tw-shadow-color:var(--bt-text-600);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-700{--tw-shadow-color:var(--bt-text-700);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-800{--tw-shadow-color:var(--bt-text-800);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-900{--tw-shadow-color:var(--bt-text-900);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrast\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-contrastsWithCard{--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-isDark{--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text{--tw-shadow-color:#848484;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/0{--tw-shadow-color:rgb(132 132 132 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/10{--tw-shadow-color:rgb(132 132 132 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/100{--tw-shadow-color:rgb(132 132 132 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/15{--tw-shadow-color:rgb(132 132 132 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/20{--tw-shadow-color:rgb(132 132 132 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/25{--tw-shadow-color:rgb(132 132 132 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/30{--tw-shadow-color:rgb(132 132 132 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/35{--tw-shadow-color:rgb(132 132 132 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/40{--tw-shadow-color:rgb(132 132 132 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/45{--tw-shadow-color:rgb(132 132 132 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/5{--tw-shadow-color:rgb(132 132 132 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/50{--tw-shadow-color:rgb(132 132 132 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/55{--tw-shadow-color:rgb(132 132 132 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/60{--tw-shadow-color:rgb(132 132 132 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/65{--tw-shadow-color:rgb(132 132 132 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/70{--tw-shadow-color:rgb(132 132 132 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/75{--tw-shadow-color:rgb(132 132 132 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/80{--tw-shadow-color:rgb(132 132 132 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/85{--tw-shadow-color:rgb(132 132 132 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/90{--tw-shadow-color:rgb(132 132 132 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast-text\/95{--tw-shadow-color:rgb(132 132 132 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast{--tw-shadow-color:#fff;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/0{--tw-shadow-color:rgb(255 255 255 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/10{--tw-shadow-color:rgb(255 255 255 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/100{--tw-shadow-color:rgb(255 255 255 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/15{--tw-shadow-color:rgb(255 255 255 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/20{--tw-shadow-color:rgb(255 255 255 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/25{--tw-shadow-color:rgb(255 255 255 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/30{--tw-shadow-color:rgb(255 255 255 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/35{--tw-shadow-color:rgb(255 255 255 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/40{--tw-shadow-color:rgb(255 255 255 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/45{--tw-shadow-color:rgb(255 255 255 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/5{--tw-shadow-color:rgb(255 255 255 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/50{--tw-shadow-color:rgb(255 255 255 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/55{--tw-shadow-color:rgb(255 255 255 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/60{--tw-shadow-color:rgb(255 255 255 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/65{--tw-shadow-color:rgb(255 255 255 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/70{--tw-shadow-color:rgb(255 255 255 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/75{--tw-shadow-color:rgb(255 255 255 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/80{--tw-shadow-color:rgb(255 255 255 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/85{--tw-shadow-color:rgb(255 255 255 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/90{--tw-shadow-color:rgb(255 255 255 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrast\/95{--tw-shadow-color:rgb(255 255 255 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-isDark{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text-text\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-text-text\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/0{--tw-shadow-color:rgb(0 0 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/10{--tw-shadow-color:rgb(0 0 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/100{--tw-shadow-color:rgb(0 0 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/15{--tw-shadow-color:rgb(0 0 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/20{--tw-shadow-color:rgb(0 0 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/25{--tw-shadow-color:rgb(0 0 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/30{--tw-shadow-color:rgb(0 0 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/35{--tw-shadow-color:rgb(0 0 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/40{--tw-shadow-color:rgb(0 0 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/45{--tw-shadow-color:rgb(0 0 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/5{--tw-shadow-color:rgb(0 0 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/50{--tw-shadow-color:rgb(0 0 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/55{--tw-shadow-color:rgb(0 0 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/60{--tw-shadow-color:rgb(0 0 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/65{--tw-shadow-color:rgb(0 0 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/70{--tw-shadow-color:rgb(0 0 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/75{--tw-shadow-color:rgb(0 0 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/80{--tw-shadow-color:rgb(0 0 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/85{--tw-shadow-color:rgb(0 0 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/90{--tw-shadow-color:rgb(0 0 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrast\/95{--tw-shadow-color:rgb(0 0 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-contrastsWithCard{--tw-shadow-color:true;--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-isDark{--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text{--tw-shadow-color:#ffa800;--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/0{--tw-shadow-color:rgb(255 168 0 / 0);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/10{--tw-shadow-color:rgb(255 168 0 / 0.1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/100{--tw-shadow-color:rgb(255 168 0 / 1);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/15{--tw-shadow-color:rgb(255 168 0 / 0.15);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/20{--tw-shadow-color:rgb(255 168 0 / 0.2);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/25{--tw-shadow-color:rgb(255 168 0 / 0.25);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/30{--tw-shadow-color:rgb(255 168 0 / 0.3);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/35{--tw-shadow-color:rgb(255 168 0 / 0.35);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/40{--tw-shadow-color:rgb(255 168 0 / 0.4);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/45{--tw-shadow-color:rgb(255 168 0 / 0.45);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/5{--tw-shadow-color:rgb(255 168 0 / 0.05);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/50{--tw-shadow-color:rgb(255 168 0 / 0.5);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/55{--tw-shadow-color:rgb(255 168 0 / 0.55);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/60{--tw-shadow-color:rgb(255 168 0 / 0.6);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/65{--tw-shadow-color:rgb(255 168 0 / 0.65);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/70{--tw-shadow-color:rgb(255 168 0 / 0.7);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/75{--tw-shadow-color:rgb(255 168 0 / 0.75);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/80{--tw-shadow-color:rgb(255 168 0 / 0.8);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/85{--tw-shadow-color:rgb(255 168 0 / 0.85);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/90{--tw-shadow-color:rgb(255 168 0 / 0.9);--tw-shadow:var(--tw-shadow-colored)}
.shadow-warning-text-text\/95{--tw-shadow-color:rgb(255 168 0 / 0.95);--tw-shadow:var(--tw-shadow-colored)}
.outline{outline-style:solid}
.outline-amber-100{outline-color:#fef3c7}
.outline-amber-100\/0{outline-color:rgb(254 243 199 / 0)}
.outline-amber-100\/10{outline-color:rgb(254 243 199 / 0.1)}
.outline-amber-100\/100{outline-color:rgb(254 243 199 / 1)}
.outline-amber-100\/15{outline-color:rgb(254 243 199 / 0.15)}
.outline-amber-100\/20{outline-color:rgb(254 243 199 / 0.2)}
.outline-amber-100\/25{outline-color:rgb(254 243 199 / 0.25)}
.outline-amber-100\/30{outline-color:rgb(254 243 199 / 0.3)}
.outline-amber-100\/35{outline-color:rgb(254 243 199 / 0.35)}
.outline-amber-100\/40{outline-color:rgb(254 243 199 / 0.4)}
.outline-amber-100\/45{outline-color:rgb(254 243 199 / 0.45)}
.outline-amber-100\/5{outline-color:rgb(254 243 199 / 0.05)}
.outline-amber-100\/50{outline-color:rgb(254 243 199 / 0.5)}
.outline-amber-100\/55{outline-color:rgb(254 243 199 / 0.55)}
.outline-amber-100\/60{outline-color:rgb(254 243 199 / 0.6)}
.outline-amber-100\/65{outline-color:rgb(254 243 199 / 0.65)}
.outline-amber-100\/70{outline-color:rgb(254 243 199 / 0.7)}
.outline-amber-100\/75{outline-color:rgb(254 243 199 / 0.75)}
.outline-amber-100\/80{outline-color:rgb(254 243 199 / 0.8)}
.outline-amber-100\/85{outline-color:rgb(254 243 199 / 0.85)}
.outline-amber-100\/90{outline-color:rgb(254 243 199 / 0.9)}
.outline-amber-100\/95{outline-color:rgb(254 243 199 / 0.95)}
.outline-amber-200{outline-color:#fde68a}
.outline-amber-200\/0{outline-color:rgb(253 230 138 / 0)}
.outline-amber-200\/10{outline-color:rgb(253 230 138 / 0.1)}
.outline-amber-200\/100{outline-color:rgb(253 230 138 / 1)}
.outline-amber-200\/15{outline-color:rgb(253 230 138 / 0.15)}
.outline-amber-200\/20{outline-color:rgb(253 230 138 / 0.2)}
.outline-amber-200\/25{outline-color:rgb(253 230 138 / 0.25)}
.outline-amber-200\/30{outline-color:rgb(253 230 138 / 0.3)}
.outline-amber-200\/35{outline-color:rgb(253 230 138 / 0.35)}
.outline-amber-200\/40{outline-color:rgb(253 230 138 / 0.4)}
.outline-amber-200\/45{outline-color:rgb(253 230 138 / 0.45)}
.outline-amber-200\/5{outline-color:rgb(253 230 138 / 0.05)}
.outline-amber-200\/50{outline-color:rgb(253 230 138 / 0.5)}
.outline-amber-200\/55{outline-color:rgb(253 230 138 / 0.55)}
.outline-amber-200\/60{outline-color:rgb(253 230 138 / 0.6)}
.outline-amber-200\/65{outline-color:rgb(253 230 138 / 0.65)}
.outline-amber-200\/70{outline-color:rgb(253 230 138 / 0.7)}
.outline-amber-200\/75{outline-color:rgb(253 230 138 / 0.75)}
.outline-amber-200\/80{outline-color:rgb(253 230 138 / 0.8)}
.outline-amber-200\/85{outline-color:rgb(253 230 138 / 0.85)}
.outline-amber-200\/90{outline-color:rgb(253 230 138 / 0.9)}
.outline-amber-200\/95{outline-color:rgb(253 230 138 / 0.95)}
.outline-amber-300{outline-color:#fcd34d}
.outline-amber-300\/0{outline-color:rgb(252 211 77 / 0)}
.outline-amber-300\/10{outline-color:rgb(252 211 77 / 0.1)}
.outline-amber-300\/100{outline-color:rgb(252 211 77 / 1)}
.outline-amber-300\/15{outline-color:rgb(252 211 77 / 0.15)}
.outline-amber-300\/20{outline-color:rgb(252 211 77 / 0.2)}
.outline-amber-300\/25{outline-color:rgb(252 211 77 / 0.25)}
.outline-amber-300\/30{outline-color:rgb(252 211 77 / 0.3)}
.outline-amber-300\/35{outline-color:rgb(252 211 77 / 0.35)}
.outline-amber-300\/40{outline-color:rgb(252 211 77 / 0.4)}
.outline-amber-300\/45{outline-color:rgb(252 211 77 / 0.45)}
.outline-amber-300\/5{outline-color:rgb(252 211 77 / 0.05)}
.outline-amber-300\/50{outline-color:rgb(252 211 77 / 0.5)}
.outline-amber-300\/55{outline-color:rgb(252 211 77 / 0.55)}
.outline-amber-300\/60{outline-color:rgb(252 211 77 / 0.6)}
.outline-amber-300\/65{outline-color:rgb(252 211 77 / 0.65)}
.outline-amber-300\/70{outline-color:rgb(252 211 77 / 0.7)}
.outline-amber-300\/75{outline-color:rgb(252 211 77 / 0.75)}
.outline-amber-300\/80{outline-color:rgb(252 211 77 / 0.8)}
.outline-amber-300\/85{outline-color:rgb(252 211 77 / 0.85)}
.outline-amber-300\/90{outline-color:rgb(252 211 77 / 0.9)}
.outline-amber-300\/95{outline-color:rgb(252 211 77 / 0.95)}
.outline-amber-400{outline-color:#fbbf24}
.outline-amber-400\/0{outline-color:rgb(251 191 36 / 0)}
.outline-amber-400\/10{outline-color:rgb(251 191 36 / 0.1)}
.outline-amber-400\/100{outline-color:rgb(251 191 36 / 1)}
.outline-amber-400\/15{outline-color:rgb(251 191 36 / 0.15)}
.outline-amber-400\/20{outline-color:rgb(251 191 36 / 0.2)}
.outline-amber-400\/25{outline-color:rgb(251 191 36 / 0.25)}
.outline-amber-400\/30{outline-color:rgb(251 191 36 / 0.3)}
.outline-amber-400\/35{outline-color:rgb(251 191 36 / 0.35)}
.outline-amber-400\/40{outline-color:rgb(251 191 36 / 0.4)}
.outline-amber-400\/45{outline-color:rgb(251 191 36 / 0.45)}
.outline-amber-400\/5{outline-color:rgb(251 191 36 / 0.05)}
.outline-amber-400\/50{outline-color:rgb(251 191 36 / 0.5)}
.outline-amber-400\/55{outline-color:rgb(251 191 36 / 0.55)}
.outline-amber-400\/60{outline-color:rgb(251 191 36 / 0.6)}
.outline-amber-400\/65{outline-color:rgb(251 191 36 / 0.65)}
.outline-amber-400\/70{outline-color:rgb(251 191 36 / 0.7)}
.outline-amber-400\/75{outline-color:rgb(251 191 36 / 0.75)}
.outline-amber-400\/80{outline-color:rgb(251 191 36 / 0.8)}
.outline-amber-400\/85{outline-color:rgb(251 191 36 / 0.85)}
.outline-amber-400\/90{outline-color:rgb(251 191 36 / 0.9)}
.outline-amber-400\/95{outline-color:rgb(251 191 36 / 0.95)}
.outline-amber-50{outline-color:#fffbeb}
.outline-amber-50\/0{outline-color:rgb(255 251 235 / 0)}
.outline-amber-50\/10{outline-color:rgb(255 251 235 / 0.1)}
.outline-amber-50\/100{outline-color:rgb(255 251 235 / 1)}
.outline-amber-50\/15{outline-color:rgb(255 251 235 / 0.15)}
.outline-amber-50\/20{outline-color:rgb(255 251 235 / 0.2)}
.outline-amber-50\/25{outline-color:rgb(255 251 235 / 0.25)}
.outline-amber-50\/30{outline-color:rgb(255 251 235 / 0.3)}
.outline-amber-50\/35{outline-color:rgb(255 251 235 / 0.35)}
.outline-amber-50\/40{outline-color:rgb(255 251 235 / 0.4)}
.outline-amber-50\/45{outline-color:rgb(255 251 235 / 0.45)}
.outline-amber-50\/5{outline-color:rgb(255 251 235 / 0.05)}
.outline-amber-50\/50{outline-color:rgb(255 251 235 / 0.5)}
.outline-amber-50\/55{outline-color:rgb(255 251 235 / 0.55)}
.outline-amber-50\/60{outline-color:rgb(255 251 235 / 0.6)}
.outline-amber-50\/65{outline-color:rgb(255 251 235 / 0.65)}
.outline-amber-50\/70{outline-color:rgb(255 251 235 / 0.7)}
.outline-amber-50\/75{outline-color:rgb(255 251 235 / 0.75)}
.outline-amber-50\/80{outline-color:rgb(255 251 235 / 0.8)}
.outline-amber-50\/85{outline-color:rgb(255 251 235 / 0.85)}
.outline-amber-50\/90{outline-color:rgb(255 251 235 / 0.9)}
.outline-amber-50\/95{outline-color:rgb(255 251 235 / 0.95)}
.outline-amber-500{outline-color:#f59e0b}
.outline-amber-500\/0{outline-color:rgb(245 158 11 / 0)}
.outline-amber-500\/10{outline-color:rgb(245 158 11 / 0.1)}
.outline-amber-500\/100{outline-color:rgb(245 158 11 / 1)}
.outline-amber-500\/15{outline-color:rgb(245 158 11 / 0.15)}
.outline-amber-500\/20{outline-color:rgb(245 158 11 / 0.2)}
.outline-amber-500\/25{outline-color:rgb(245 158 11 / 0.25)}
.outline-amber-500\/30{outline-color:rgb(245 158 11 / 0.3)}
.outline-amber-500\/35{outline-color:rgb(245 158 11 / 0.35)}
.outline-amber-500\/40{outline-color:rgb(245 158 11 / 0.4)}
.outline-amber-500\/45{outline-color:rgb(245 158 11 / 0.45)}
.outline-amber-500\/5{outline-color:rgb(245 158 11 / 0.05)}
.outline-amber-500\/50{outline-color:rgb(245 158 11 / 0.5)}
.outline-amber-500\/55{outline-color:rgb(245 158 11 / 0.55)}
.outline-amber-500\/60{outline-color:rgb(245 158 11 / 0.6)}
.outline-amber-500\/65{outline-color:rgb(245 158 11 / 0.65)}
.outline-amber-500\/70{outline-color:rgb(245 158 11 / 0.7)}
.outline-amber-500\/75{outline-color:rgb(245 158 11 / 0.75)}
.outline-amber-500\/80{outline-color:rgb(245 158 11 / 0.8)}
.outline-amber-500\/85{outline-color:rgb(245 158 11 / 0.85)}
.outline-amber-500\/90{outline-color:rgb(245 158 11 / 0.9)}
.outline-amber-500\/95{outline-color:rgb(245 158 11 / 0.95)}
.outline-amber-600{outline-color:#d97706}
.outline-amber-600\/0{outline-color:rgb(217 119 6 / 0)}
.outline-amber-600\/10{outline-color:rgb(217 119 6 / 0.1)}
.outline-amber-600\/100{outline-color:rgb(217 119 6 / 1)}
.outline-amber-600\/15{outline-color:rgb(217 119 6 / 0.15)}
.outline-amber-600\/20{outline-color:rgb(217 119 6 / 0.2)}
.outline-amber-600\/25{outline-color:rgb(217 119 6 / 0.25)}
.outline-amber-600\/30{outline-color:rgb(217 119 6 / 0.3)}
.outline-amber-600\/35{outline-color:rgb(217 119 6 / 0.35)}
.outline-amber-600\/40{outline-color:rgb(217 119 6 / 0.4)}
.outline-amber-600\/45{outline-color:rgb(217 119 6 / 0.45)}
.outline-amber-600\/5{outline-color:rgb(217 119 6 / 0.05)}
.outline-amber-600\/50{outline-color:rgb(217 119 6 / 0.5)}
.outline-amber-600\/55{outline-color:rgb(217 119 6 / 0.55)}
.outline-amber-600\/60{outline-color:rgb(217 119 6 / 0.6)}
.outline-amber-600\/65{outline-color:rgb(217 119 6 / 0.65)}
.outline-amber-600\/70{outline-color:rgb(217 119 6 / 0.7)}
.outline-amber-600\/75{outline-color:rgb(217 119 6 / 0.75)}
.outline-amber-600\/80{outline-color:rgb(217 119 6 / 0.8)}
.outline-amber-600\/85{outline-color:rgb(217 119 6 / 0.85)}
.outline-amber-600\/90{outline-color:rgb(217 119 6 / 0.9)}
.outline-amber-600\/95{outline-color:rgb(217 119 6 / 0.95)}
.outline-amber-700{outline-color:#b45309}
.outline-amber-700\/0{outline-color:rgb(180 83 9 / 0)}
.outline-amber-700\/10{outline-color:rgb(180 83 9 / 0.1)}
.outline-amber-700\/100{outline-color:rgb(180 83 9 / 1)}
.outline-amber-700\/15{outline-color:rgb(180 83 9 / 0.15)}
.outline-amber-700\/20{outline-color:rgb(180 83 9 / 0.2)}
.outline-amber-700\/25{outline-color:rgb(180 83 9 / 0.25)}
.outline-amber-700\/30{outline-color:rgb(180 83 9 / 0.3)}
.outline-amber-700\/35{outline-color:rgb(180 83 9 / 0.35)}
.outline-amber-700\/40{outline-color:rgb(180 83 9 / 0.4)}
.outline-amber-700\/45{outline-color:rgb(180 83 9 / 0.45)}
.outline-amber-700\/5{outline-color:rgb(180 83 9 / 0.05)}
.outline-amber-700\/50{outline-color:rgb(180 83 9 / 0.5)}
.outline-amber-700\/55{outline-color:rgb(180 83 9 / 0.55)}
.outline-amber-700\/60{outline-color:rgb(180 83 9 / 0.6)}
.outline-amber-700\/65{outline-color:rgb(180 83 9 / 0.65)}
.outline-amber-700\/70{outline-color:rgb(180 83 9 / 0.7)}
.outline-amber-700\/75{outline-color:rgb(180 83 9 / 0.75)}
.outline-amber-700\/80{outline-color:rgb(180 83 9 / 0.8)}
.outline-amber-700\/85{outline-color:rgb(180 83 9 / 0.85)}
.outline-amber-700\/90{outline-color:rgb(180 83 9 / 0.9)}
.outline-amber-700\/95{outline-color:rgb(180 83 9 / 0.95)}
.outline-amber-800{outline-color:#92400e}
.outline-amber-800\/0{outline-color:rgb(146 64 14 / 0)}
.outline-amber-800\/10{outline-color:rgb(146 64 14 / 0.1)}
.outline-amber-800\/100{outline-color:rgb(146 64 14 / 1)}
.outline-amber-800\/15{outline-color:rgb(146 64 14 / 0.15)}
.outline-amber-800\/20{outline-color:rgb(146 64 14 / 0.2)}
.outline-amber-800\/25{outline-color:rgb(146 64 14 / 0.25)}
.outline-amber-800\/30{outline-color:rgb(146 64 14 / 0.3)}
.outline-amber-800\/35{outline-color:rgb(146 64 14 / 0.35)}
.outline-amber-800\/40{outline-color:rgb(146 64 14 / 0.4)}
.outline-amber-800\/45{outline-color:rgb(146 64 14 / 0.45)}
.outline-amber-800\/5{outline-color:rgb(146 64 14 / 0.05)}
.outline-amber-800\/50{outline-color:rgb(146 64 14 / 0.5)}
.outline-amber-800\/55{outline-color:rgb(146 64 14 / 0.55)}
.outline-amber-800\/60{outline-color:rgb(146 64 14 / 0.6)}
.outline-amber-800\/65{outline-color:rgb(146 64 14 / 0.65)}
.outline-amber-800\/70{outline-color:rgb(146 64 14 / 0.7)}
.outline-amber-800\/75{outline-color:rgb(146 64 14 / 0.75)}
.outline-amber-800\/80{outline-color:rgb(146 64 14 / 0.8)}
.outline-amber-800\/85{outline-color:rgb(146 64 14 / 0.85)}
.outline-amber-800\/90{outline-color:rgb(146 64 14 / 0.9)}
.outline-amber-800\/95{outline-color:rgb(146 64 14 / 0.95)}
.outline-amber-900{outline-color:#78350f}
.outline-amber-900\/0{outline-color:rgb(120 53 15 / 0)}
.outline-amber-900\/10{outline-color:rgb(120 53 15 / 0.1)}
.outline-amber-900\/100{outline-color:rgb(120 53 15 / 1)}
.outline-amber-900\/15{outline-color:rgb(120 53 15 / 0.15)}
.outline-amber-900\/20{outline-color:rgb(120 53 15 / 0.2)}
.outline-amber-900\/25{outline-color:rgb(120 53 15 / 0.25)}
.outline-amber-900\/30{outline-color:rgb(120 53 15 / 0.3)}
.outline-amber-900\/35{outline-color:rgb(120 53 15 / 0.35)}
.outline-amber-900\/40{outline-color:rgb(120 53 15 / 0.4)}
.outline-amber-900\/45{outline-color:rgb(120 53 15 / 0.45)}
.outline-amber-900\/5{outline-color:rgb(120 53 15 / 0.05)}
.outline-amber-900\/50{outline-color:rgb(120 53 15 / 0.5)}
.outline-amber-900\/55{outline-color:rgb(120 53 15 / 0.55)}
.outline-amber-900\/60{outline-color:rgb(120 53 15 / 0.6)}
.outline-amber-900\/65{outline-color:rgb(120 53 15 / 0.65)}
.outline-amber-900\/70{outline-color:rgb(120 53 15 / 0.7)}
.outline-amber-900\/75{outline-color:rgb(120 53 15 / 0.75)}
.outline-amber-900\/80{outline-color:rgb(120 53 15 / 0.8)}
.outline-amber-900\/85{outline-color:rgb(120 53 15 / 0.85)}
.outline-amber-900\/90{outline-color:rgb(120 53 15 / 0.9)}
.outline-amber-900\/95{outline-color:rgb(120 53 15 / 0.95)}
.outline-amber-950{outline-color:#451a03}
.outline-amber-950\/0{outline-color:rgb(69 26 3 / 0)}
.outline-amber-950\/10{outline-color:rgb(69 26 3 / 0.1)}
.outline-amber-950\/100{outline-color:rgb(69 26 3 / 1)}
.outline-amber-950\/15{outline-color:rgb(69 26 3 / 0.15)}
.outline-amber-950\/20{outline-color:rgb(69 26 3 / 0.2)}
.outline-amber-950\/25{outline-color:rgb(69 26 3 / 0.25)}
.outline-amber-950\/30{outline-color:rgb(69 26 3 / 0.3)}
.outline-amber-950\/35{outline-color:rgb(69 26 3 / 0.35)}
.outline-amber-950\/40{outline-color:rgb(69 26 3 / 0.4)}
.outline-amber-950\/45{outline-color:rgb(69 26 3 / 0.45)}
.outline-amber-950\/5{outline-color:rgb(69 26 3 / 0.05)}
.outline-amber-950\/50{outline-color:rgb(69 26 3 / 0.5)}
.outline-amber-950\/55{outline-color:rgb(69 26 3 / 0.55)}
.outline-amber-950\/60{outline-color:rgb(69 26 3 / 0.6)}
.outline-amber-950\/65{outline-color:rgb(69 26 3 / 0.65)}
.outline-amber-950\/70{outline-color:rgb(69 26 3 / 0.7)}
.outline-amber-950\/75{outline-color:rgb(69 26 3 / 0.75)}
.outline-amber-950\/80{outline-color:rgb(69 26 3 / 0.8)}
.outline-amber-950\/85{outline-color:rgb(69 26 3 / 0.85)}
.outline-amber-950\/90{outline-color:rgb(69 26 3 / 0.9)}
.outline-amber-950\/95{outline-color:rgb(69 26 3 / 0.95)}
.outline-background-text-contrast{outline-color:#fff}
.outline-background-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-background-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-background-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-background-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-background-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-background-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-background-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-background-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-background-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-background-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-background-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-background-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-background-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-background-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-background-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-background-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-background-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-background-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-background-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-background-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-background-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-background-text-contrastsWithCard{outline-color:true}
.outline-background-text-isDark{outline-color:true}
.outline-background-text-text{outline-color:#6b6f73}
.outline-background-text-text\/0{outline-color:rgb(107 111 115 / 0)}
.outline-background-text-text\/10{outline-color:rgb(107 111 115 / 0.1)}
.outline-background-text-text\/100{outline-color:rgb(107 111 115 / 1)}
.outline-background-text-text\/15{outline-color:rgb(107 111 115 / 0.15)}
.outline-background-text-text\/20{outline-color:rgb(107 111 115 / 0.2)}
.outline-background-text-text\/25{outline-color:rgb(107 111 115 / 0.25)}
.outline-background-text-text\/30{outline-color:rgb(107 111 115 / 0.3)}
.outline-background-text-text\/35{outline-color:rgb(107 111 115 / 0.35)}
.outline-background-text-text\/40{outline-color:rgb(107 111 115 / 0.4)}
.outline-background-text-text\/45{outline-color:rgb(107 111 115 / 0.45)}
.outline-background-text-text\/5{outline-color:rgb(107 111 115 / 0.05)}
.outline-background-text-text\/50{outline-color:rgb(107 111 115 / 0.5)}
.outline-background-text-text\/55{outline-color:rgb(107 111 115 / 0.55)}
.outline-background-text-text\/60{outline-color:rgb(107 111 115 / 0.6)}
.outline-background-text-text\/65{outline-color:rgb(107 111 115 / 0.65)}
.outline-background-text-text\/70{outline-color:rgb(107 111 115 / 0.7)}
.outline-background-text-text\/75{outline-color:rgb(107 111 115 / 0.75)}
.outline-background-text-text\/80{outline-color:rgb(107 111 115 / 0.8)}
.outline-background-text-text\/85{outline-color:rgb(107 111 115 / 0.85)}
.outline-background-text-text\/90{outline-color:rgb(107 111 115 / 0.9)}
.outline-background-text-text\/95{outline-color:rgb(107 111 115 / 0.95)}
.outline-bt-text-contrast{outline-color:#fff}
.outline-bt-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-bt-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-bt-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-bt-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-bt-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-bt-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-bt-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-bt-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-bt-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-bt-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-bt-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-bt-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-bt-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-bt-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-bt-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-bt-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-bt-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-bt-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-bt-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-bt-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-bt-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-bt-text-contrastsWithCard{outline-color:true}
.outline-bt-text-isDark{outline-color:true}
.outline-bt-text-text{outline-color:#1e293b}
.outline-bt-text-text\/0{outline-color:rgb(30 41 59 / 0)}
.outline-bt-text-text\/10{outline-color:rgb(30 41 59 / 0.1)}
.outline-bt-text-text\/100{outline-color:rgb(30 41 59 / 1)}
.outline-bt-text-text\/15{outline-color:rgb(30 41 59 / 0.15)}
.outline-bt-text-text\/20{outline-color:rgb(30 41 59 / 0.2)}
.outline-bt-text-text\/25{outline-color:rgb(30 41 59 / 0.25)}
.outline-bt-text-text\/30{outline-color:rgb(30 41 59 / 0.3)}
.outline-bt-text-text\/35{outline-color:rgb(30 41 59 / 0.35)}
.outline-bt-text-text\/40{outline-color:rgb(30 41 59 / 0.4)}
.outline-bt-text-text\/45{outline-color:rgb(30 41 59 / 0.45)}
.outline-bt-text-text\/5{outline-color:rgb(30 41 59 / 0.05)}
.outline-bt-text-text\/50{outline-color:rgb(30 41 59 / 0.5)}
.outline-bt-text-text\/55{outline-color:rgb(30 41 59 / 0.55)}
.outline-bt-text-text\/60{outline-color:rgb(30 41 59 / 0.6)}
.outline-bt-text-text\/65{outline-color:rgb(30 41 59 / 0.65)}
.outline-bt-text-text\/70{outline-color:rgb(30 41 59 / 0.7)}
.outline-bt-text-text\/75{outline-color:rgb(30 41 59 / 0.75)}
.outline-bt-text-text\/80{outline-color:rgb(30 41 59 / 0.8)}
.outline-bt-text-text\/85{outline-color:rgb(30 41 59 / 0.85)}
.outline-bt-text-text\/90{outline-color:rgb(30 41 59 / 0.9)}
.outline-bt-text-text\/95{outline-color:rgb(30 41 59 / 0.95)}
.outline-btLight-text-contrast{outline-color:#000}
.outline-btLight-text-contrast\/0{outline-color:rgb(0 0 0 / 0)}
.outline-btLight-text-contrast\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-btLight-text-contrast\/100{outline-color:rgb(0 0 0 / 1)}
.outline-btLight-text-contrast\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-btLight-text-contrast\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-btLight-text-contrast\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-btLight-text-contrast\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-btLight-text-contrast\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-btLight-text-contrast\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-btLight-text-contrast\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-btLight-text-contrast\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-btLight-text-contrast\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-btLight-text-contrast\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-btLight-text-contrast\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-btLight-text-contrast\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-btLight-text-contrast\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-btLight-text-contrast\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-btLight-text-contrast\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-btLight-text-contrast\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-btLight-text-contrast\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-btLight-text-contrast\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-btLight-text-contrastsWithCard{outline-color:true}
.outline-btLight-text-isDark{}
.outline-btLight-text-text{outline-color:#48abd9}
.outline-btLight-text-text\/0{outline-color:rgb(72 171 217 / 0)}
.outline-btLight-text-text\/10{outline-color:rgb(72 171 217 / 0.1)}
.outline-btLight-text-text\/100{outline-color:rgb(72 171 217 / 1)}
.outline-btLight-text-text\/15{outline-color:rgb(72 171 217 / 0.15)}
.outline-btLight-text-text\/20{outline-color:rgb(72 171 217 / 0.2)}
.outline-btLight-text-text\/25{outline-color:rgb(72 171 217 / 0.25)}
.outline-btLight-text-text\/30{outline-color:rgb(72 171 217 / 0.3)}
.outline-btLight-text-text\/35{outline-color:rgb(72 171 217 / 0.35)}
.outline-btLight-text-text\/40{outline-color:rgb(72 171 217 / 0.4)}
.outline-btLight-text-text\/45{outline-color:rgb(72 171 217 / 0.45)}
.outline-btLight-text-text\/5{outline-color:rgb(72 171 217 / 0.05)}
.outline-btLight-text-text\/50{outline-color:rgb(72 171 217 / 0.5)}
.outline-btLight-text-text\/55{outline-color:rgb(72 171 217 / 0.55)}
.outline-btLight-text-text\/60{outline-color:rgb(72 171 217 / 0.6)}
.outline-btLight-text-text\/65{outline-color:rgb(72 171 217 / 0.65)}
.outline-btLight-text-text\/70{outline-color:rgb(72 171 217 / 0.7)}
.outline-btLight-text-text\/75{outline-color:rgb(72 171 217 / 0.75)}
.outline-btLight-text-text\/80{outline-color:rgb(72 171 217 / 0.8)}
.outline-btLight-text-text\/85{outline-color:rgb(72 171 217 / 0.85)}
.outline-btLight-text-text\/90{outline-color:rgb(72 171 217 / 0.9)}
.outline-btLight-text-text\/95{outline-color:rgb(72 171 217 / 0.95)}
.outline-cardBackground-text-contrast{outline-color:#fff}
.outline-cardBackground-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-cardBackground-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-cardBackground-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-cardBackground-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-cardBackground-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-cardBackground-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-cardBackground-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-cardBackground-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-cardBackground-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-cardBackground-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-cardBackground-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-cardBackground-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-cardBackground-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-cardBackground-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-cardBackground-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-cardBackground-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-cardBackground-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-cardBackground-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-cardBackground-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-cardBackground-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-cardBackground-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-cardBackground-text-contrastsWithCard{outline-color:true}
.outline-cardBackground-text-isDark{outline-color:true}
.outline-cardBackground-text-text{outline-color:#848484}
.outline-cardBackground-text-text\/0{outline-color:rgb(132 132 132 / 0)}
.outline-cardBackground-text-text\/10{outline-color:rgb(132 132 132 / 0.1)}
.outline-cardBackground-text-text\/100{outline-color:rgb(132 132 132 / 1)}
.outline-cardBackground-text-text\/15{outline-color:rgb(132 132 132 / 0.15)}
.outline-cardBackground-text-text\/20{outline-color:rgb(132 132 132 / 0.2)}
.outline-cardBackground-text-text\/25{outline-color:rgb(132 132 132 / 0.25)}
.outline-cardBackground-text-text\/30{outline-color:rgb(132 132 132 / 0.3)}
.outline-cardBackground-text-text\/35{outline-color:rgb(132 132 132 / 0.35)}
.outline-cardBackground-text-text\/40{outline-color:rgb(132 132 132 / 0.4)}
.outline-cardBackground-text-text\/45{outline-color:rgb(132 132 132 / 0.45)}
.outline-cardBackground-text-text\/5{outline-color:rgb(132 132 132 / 0.05)}
.outline-cardBackground-text-text\/50{outline-color:rgb(132 132 132 / 0.5)}
.outline-cardBackground-text-text\/55{outline-color:rgb(132 132 132 / 0.55)}
.outline-cardBackground-text-text\/60{outline-color:rgb(132 132 132 / 0.6)}
.outline-cardBackground-text-text\/65{outline-color:rgb(132 132 132 / 0.65)}
.outline-cardBackground-text-text\/70{outline-color:rgb(132 132 132 / 0.7)}
.outline-cardBackground-text-text\/75{outline-color:rgb(132 132 132 / 0.75)}
.outline-cardBackground-text-text\/80{outline-color:rgb(132 132 132 / 0.8)}
.outline-cardBackground-text-text\/85{outline-color:rgb(132 132 132 / 0.85)}
.outline-cardBackground-text-text\/90{outline-color:rgb(132 132 132 / 0.9)}
.outline-cardBackground-text-text\/95{outline-color:rgb(132 132 132 / 0.95)}
.outline-cardHeader-text-contrast{outline-color:#fff}
.outline-cardHeader-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-cardHeader-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-cardHeader-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-cardHeader-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-cardHeader-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-cardHeader-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-cardHeader-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-cardHeader-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-cardHeader-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-cardHeader-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-cardHeader-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-cardHeader-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-cardHeader-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-cardHeader-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-cardHeader-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-cardHeader-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-cardHeader-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-cardHeader-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-cardHeader-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-cardHeader-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-cardHeader-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-cardHeader-text-contrastsWithCard{outline-color:true}
.outline-cardHeader-text-isDark{outline-color:true}
.outline-cardHeader-text-text{outline-color:#7e7e84}
.outline-cardHeader-text-text\/0{outline-color:rgb(126 126 132 / 0)}
.outline-cardHeader-text-text\/10{outline-color:rgb(126 126 132 / 0.1)}
.outline-cardHeader-text-text\/100{outline-color:rgb(126 126 132 / 1)}
.outline-cardHeader-text-text\/15{outline-color:rgb(126 126 132 / 0.15)}
.outline-cardHeader-text-text\/20{outline-color:rgb(126 126 132 / 0.2)}
.outline-cardHeader-text-text\/25{outline-color:rgb(126 126 132 / 0.25)}
.outline-cardHeader-text-text\/30{outline-color:rgb(126 126 132 / 0.3)}
.outline-cardHeader-text-text\/35{outline-color:rgb(126 126 132 / 0.35)}
.outline-cardHeader-text-text\/40{outline-color:rgb(126 126 132 / 0.4)}
.outline-cardHeader-text-text\/45{outline-color:rgb(126 126 132 / 0.45)}
.outline-cardHeader-text-text\/5{outline-color:rgb(126 126 132 / 0.05)}
.outline-cardHeader-text-text\/50{outline-color:rgb(126 126 132 / 0.5)}
.outline-cardHeader-text-text\/55{outline-color:rgb(126 126 132 / 0.55)}
.outline-cardHeader-text-text\/60{outline-color:rgb(126 126 132 / 0.6)}
.outline-cardHeader-text-text\/65{outline-color:rgb(126 126 132 / 0.65)}
.outline-cardHeader-text-text\/70{outline-color:rgb(126 126 132 / 0.7)}
.outline-cardHeader-text-text\/75{outline-color:rgb(126 126 132 / 0.75)}
.outline-cardHeader-text-text\/80{outline-color:rgb(126 126 132 / 0.8)}
.outline-cardHeader-text-text\/85{outline-color:rgb(126 126 132 / 0.85)}
.outline-cardHeader-text-text\/90{outline-color:rgb(126 126 132 / 0.9)}
.outline-cardHeader-text-text\/95{outline-color:rgb(126 126 132 / 0.95)}
.outline-danger-text-contrast{outline-color:#fff}
.outline-danger-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-danger-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-danger-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-danger-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-danger-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-danger-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-danger-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-danger-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-danger-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-danger-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-danger-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-danger-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-danger-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-danger-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-danger-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-danger-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-danger-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-danger-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-danger-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-danger-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-danger-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-danger-text-contrastsWithCard{outline-color:true}
.outline-danger-text-isDark{outline-color:true}
.outline-danger-text-text{outline-color:#e85743}
.outline-danger-text-text\/0{outline-color:rgb(232 87 67 / 0)}
.outline-danger-text-text\/10{outline-color:rgb(232 87 67 / 0.1)}
.outline-danger-text-text\/100{outline-color:rgb(232 87 67 / 1)}
.outline-danger-text-text\/15{outline-color:rgb(232 87 67 / 0.15)}
.outline-danger-text-text\/20{outline-color:rgb(232 87 67 / 0.2)}
.outline-danger-text-text\/25{outline-color:rgb(232 87 67 / 0.25)}
.outline-danger-text-text\/30{outline-color:rgb(232 87 67 / 0.3)}
.outline-danger-text-text\/35{outline-color:rgb(232 87 67 / 0.35)}
.outline-danger-text-text\/40{outline-color:rgb(232 87 67 / 0.4)}
.outline-danger-text-text\/45{outline-color:rgb(232 87 67 / 0.45)}
.outline-danger-text-text\/5{outline-color:rgb(232 87 67 / 0.05)}
.outline-danger-text-text\/50{outline-color:rgb(232 87 67 / 0.5)}
.outline-danger-text-text\/55{outline-color:rgb(232 87 67 / 0.55)}
.outline-danger-text-text\/60{outline-color:rgb(232 87 67 / 0.6)}
.outline-danger-text-text\/65{outline-color:rgb(232 87 67 / 0.65)}
.outline-danger-text-text\/70{outline-color:rgb(232 87 67 / 0.7)}
.outline-danger-text-text\/75{outline-color:rgb(232 87 67 / 0.75)}
.outline-danger-text-text\/80{outline-color:rgb(232 87 67 / 0.8)}
.outline-danger-text-text\/85{outline-color:rgb(232 87 67 / 0.85)}
.outline-danger-text-text\/90{outline-color:rgb(232 87 67 / 0.9)}
.outline-danger-text-text\/95{outline-color:rgb(232 87 67 / 0.95)}
.outline-emerald-100{outline-color:#d1fae5}
.outline-emerald-100\/0{outline-color:rgb(209 250 229 / 0)}
.outline-emerald-100\/10{outline-color:rgb(209 250 229 / 0.1)}
.outline-emerald-100\/100{outline-color:rgb(209 250 229 / 1)}
.outline-emerald-100\/15{outline-color:rgb(209 250 229 / 0.15)}
.outline-emerald-100\/20{outline-color:rgb(209 250 229 / 0.2)}
.outline-emerald-100\/25{outline-color:rgb(209 250 229 / 0.25)}
.outline-emerald-100\/30{outline-color:rgb(209 250 229 / 0.3)}
.outline-emerald-100\/35{outline-color:rgb(209 250 229 / 0.35)}
.outline-emerald-100\/40{outline-color:rgb(209 250 229 / 0.4)}
.outline-emerald-100\/45{outline-color:rgb(209 250 229 / 0.45)}
.outline-emerald-100\/5{outline-color:rgb(209 250 229 / 0.05)}
.outline-emerald-100\/50{outline-color:rgb(209 250 229 / 0.5)}
.outline-emerald-100\/55{outline-color:rgb(209 250 229 / 0.55)}
.outline-emerald-100\/60{outline-color:rgb(209 250 229 / 0.6)}
.outline-emerald-100\/65{outline-color:rgb(209 250 229 / 0.65)}
.outline-emerald-100\/70{outline-color:rgb(209 250 229 / 0.7)}
.outline-emerald-100\/75{outline-color:rgb(209 250 229 / 0.75)}
.outline-emerald-100\/80{outline-color:rgb(209 250 229 / 0.8)}
.outline-emerald-100\/85{outline-color:rgb(209 250 229 / 0.85)}
.outline-emerald-100\/90{outline-color:rgb(209 250 229 / 0.9)}
.outline-emerald-100\/95{outline-color:rgb(209 250 229 / 0.95)}
.outline-emerald-200{outline-color:#a7f3d0}
.outline-emerald-200\/0{outline-color:rgb(167 243 208 / 0)}
.outline-emerald-200\/10{outline-color:rgb(167 243 208 / 0.1)}
.outline-emerald-200\/100{outline-color:rgb(167 243 208 / 1)}
.outline-emerald-200\/15{outline-color:rgb(167 243 208 / 0.15)}
.outline-emerald-200\/20{outline-color:rgb(167 243 208 / 0.2)}
.outline-emerald-200\/25{outline-color:rgb(167 243 208 / 0.25)}
.outline-emerald-200\/30{outline-color:rgb(167 243 208 / 0.3)}
.outline-emerald-200\/35{outline-color:rgb(167 243 208 / 0.35)}
.outline-emerald-200\/40{outline-color:rgb(167 243 208 / 0.4)}
.outline-emerald-200\/45{outline-color:rgb(167 243 208 / 0.45)}
.outline-emerald-200\/5{outline-color:rgb(167 243 208 / 0.05)}
.outline-emerald-200\/50{outline-color:rgb(167 243 208 / 0.5)}
.outline-emerald-200\/55{outline-color:rgb(167 243 208 / 0.55)}
.outline-emerald-200\/60{outline-color:rgb(167 243 208 / 0.6)}
.outline-emerald-200\/65{outline-color:rgb(167 243 208 / 0.65)}
.outline-emerald-200\/70{outline-color:rgb(167 243 208 / 0.7)}
.outline-emerald-200\/75{outline-color:rgb(167 243 208 / 0.75)}
.outline-emerald-200\/80{outline-color:rgb(167 243 208 / 0.8)}
.outline-emerald-200\/85{outline-color:rgb(167 243 208 / 0.85)}
.outline-emerald-200\/90{outline-color:rgb(167 243 208 / 0.9)}
.outline-emerald-200\/95{outline-color:rgb(167 243 208 / 0.95)}
.outline-emerald-300{outline-color:#6ee7b7}
.outline-emerald-300\/0{outline-color:rgb(110 231 183 / 0)}
.outline-emerald-300\/10{outline-color:rgb(110 231 183 / 0.1)}
.outline-emerald-300\/100{outline-color:rgb(110 231 183 / 1)}
.outline-emerald-300\/15{outline-color:rgb(110 231 183 / 0.15)}
.outline-emerald-300\/20{outline-color:rgb(110 231 183 / 0.2)}
.outline-emerald-300\/25{outline-color:rgb(110 231 183 / 0.25)}
.outline-emerald-300\/30{outline-color:rgb(110 231 183 / 0.3)}
.outline-emerald-300\/35{outline-color:rgb(110 231 183 / 0.35)}
.outline-emerald-300\/40{outline-color:rgb(110 231 183 / 0.4)}
.outline-emerald-300\/45{outline-color:rgb(110 231 183 / 0.45)}
.outline-emerald-300\/5{outline-color:rgb(110 231 183 / 0.05)}
.outline-emerald-300\/50{outline-color:rgb(110 231 183 / 0.5)}
.outline-emerald-300\/55{outline-color:rgb(110 231 183 / 0.55)}
.outline-emerald-300\/60{outline-color:rgb(110 231 183 / 0.6)}
.outline-emerald-300\/65{outline-color:rgb(110 231 183 / 0.65)}
.outline-emerald-300\/70{outline-color:rgb(110 231 183 / 0.7)}
.outline-emerald-300\/75{outline-color:rgb(110 231 183 / 0.75)}
.outline-emerald-300\/80{outline-color:rgb(110 231 183 / 0.8)}
.outline-emerald-300\/85{outline-color:rgb(110 231 183 / 0.85)}
.outline-emerald-300\/90{outline-color:rgb(110 231 183 / 0.9)}
.outline-emerald-300\/95{outline-color:rgb(110 231 183 / 0.95)}
.outline-emerald-400{outline-color:#34d399}
.outline-emerald-400\/0{outline-color:rgb(52 211 153 / 0)}
.outline-emerald-400\/10{outline-color:rgb(52 211 153 / 0.1)}
.outline-emerald-400\/100{outline-color:rgb(52 211 153 / 1)}
.outline-emerald-400\/15{outline-color:rgb(52 211 153 / 0.15)}
.outline-emerald-400\/20{outline-color:rgb(52 211 153 / 0.2)}
.outline-emerald-400\/25{outline-color:rgb(52 211 153 / 0.25)}
.outline-emerald-400\/30{outline-color:rgb(52 211 153 / 0.3)}
.outline-emerald-400\/35{outline-color:rgb(52 211 153 / 0.35)}
.outline-emerald-400\/40{outline-color:rgb(52 211 153 / 0.4)}
.outline-emerald-400\/45{outline-color:rgb(52 211 153 / 0.45)}
.outline-emerald-400\/5{outline-color:rgb(52 211 153 / 0.05)}
.outline-emerald-400\/50{outline-color:rgb(52 211 153 / 0.5)}
.outline-emerald-400\/55{outline-color:rgb(52 211 153 / 0.55)}
.outline-emerald-400\/60{outline-color:rgb(52 211 153 / 0.6)}
.outline-emerald-400\/65{outline-color:rgb(52 211 153 / 0.65)}
.outline-emerald-400\/70{outline-color:rgb(52 211 153 / 0.7)}
.outline-emerald-400\/75{outline-color:rgb(52 211 153 / 0.75)}
.outline-emerald-400\/80{outline-color:rgb(52 211 153 / 0.8)}
.outline-emerald-400\/85{outline-color:rgb(52 211 153 / 0.85)}
.outline-emerald-400\/90{outline-color:rgb(52 211 153 / 0.9)}
.outline-emerald-400\/95{outline-color:rgb(52 211 153 / 0.95)}
.outline-emerald-50{outline-color:#ecfdf5}
.outline-emerald-50\/0{outline-color:rgb(236 253 245 / 0)}
.outline-emerald-50\/10{outline-color:rgb(236 253 245 / 0.1)}
.outline-emerald-50\/100{outline-color:rgb(236 253 245 / 1)}
.outline-emerald-50\/15{outline-color:rgb(236 253 245 / 0.15)}
.outline-emerald-50\/20{outline-color:rgb(236 253 245 / 0.2)}
.outline-emerald-50\/25{outline-color:rgb(236 253 245 / 0.25)}
.outline-emerald-50\/30{outline-color:rgb(236 253 245 / 0.3)}
.outline-emerald-50\/35{outline-color:rgb(236 253 245 / 0.35)}
.outline-emerald-50\/40{outline-color:rgb(236 253 245 / 0.4)}
.outline-emerald-50\/45{outline-color:rgb(236 253 245 / 0.45)}
.outline-emerald-50\/5{outline-color:rgb(236 253 245 / 0.05)}
.outline-emerald-50\/50{outline-color:rgb(236 253 245 / 0.5)}
.outline-emerald-50\/55{outline-color:rgb(236 253 245 / 0.55)}
.outline-emerald-50\/60{outline-color:rgb(236 253 245 / 0.6)}
.outline-emerald-50\/65{outline-color:rgb(236 253 245 / 0.65)}
.outline-emerald-50\/70{outline-color:rgb(236 253 245 / 0.7)}
.outline-emerald-50\/75{outline-color:rgb(236 253 245 / 0.75)}
.outline-emerald-50\/80{outline-color:rgb(236 253 245 / 0.8)}
.outline-emerald-50\/85{outline-color:rgb(236 253 245 / 0.85)}
.outline-emerald-50\/90{outline-color:rgb(236 253 245 / 0.9)}
.outline-emerald-50\/95{outline-color:rgb(236 253 245 / 0.95)}
.outline-emerald-500{outline-color:#10b981}
.outline-emerald-500\/0{outline-color:rgb(16 185 129 / 0)}
.outline-emerald-500\/10{outline-color:rgb(16 185 129 / 0.1)}
.outline-emerald-500\/100{outline-color:rgb(16 185 129 / 1)}
.outline-emerald-500\/15{outline-color:rgb(16 185 129 / 0.15)}
.outline-emerald-500\/20{outline-color:rgb(16 185 129 / 0.2)}
.outline-emerald-500\/25{outline-color:rgb(16 185 129 / 0.25)}
.outline-emerald-500\/30{outline-color:rgb(16 185 129 / 0.3)}
.outline-emerald-500\/35{outline-color:rgb(16 185 129 / 0.35)}
.outline-emerald-500\/40{outline-color:rgb(16 185 129 / 0.4)}
.outline-emerald-500\/45{outline-color:rgb(16 185 129 / 0.45)}
.outline-emerald-500\/5{outline-color:rgb(16 185 129 / 0.05)}
.outline-emerald-500\/50{outline-color:rgb(16 185 129 / 0.5)}
.outline-emerald-500\/55{outline-color:rgb(16 185 129 / 0.55)}
.outline-emerald-500\/60{outline-color:rgb(16 185 129 / 0.6)}
.outline-emerald-500\/65{outline-color:rgb(16 185 129 / 0.65)}
.outline-emerald-500\/70{outline-color:rgb(16 185 129 / 0.7)}
.outline-emerald-500\/75{outline-color:rgb(16 185 129 / 0.75)}
.outline-emerald-500\/80{outline-color:rgb(16 185 129 / 0.8)}
.outline-emerald-500\/85{outline-color:rgb(16 185 129 / 0.85)}
.outline-emerald-500\/90{outline-color:rgb(16 185 129 / 0.9)}
.outline-emerald-500\/95{outline-color:rgb(16 185 129 / 0.95)}
.outline-emerald-600{outline-color:#059669}
.outline-emerald-600\/0{outline-color:rgb(5 150 105 / 0)}
.outline-emerald-600\/10{outline-color:rgb(5 150 105 / 0.1)}
.outline-emerald-600\/100{outline-color:rgb(5 150 105 / 1)}
.outline-emerald-600\/15{outline-color:rgb(5 150 105 / 0.15)}
.outline-emerald-600\/20{outline-color:rgb(5 150 105 / 0.2)}
.outline-emerald-600\/25{outline-color:rgb(5 150 105 / 0.25)}
.outline-emerald-600\/30{outline-color:rgb(5 150 105 / 0.3)}
.outline-emerald-600\/35{outline-color:rgb(5 150 105 / 0.35)}
.outline-emerald-600\/40{outline-color:rgb(5 150 105 / 0.4)}
.outline-emerald-600\/45{outline-color:rgb(5 150 105 / 0.45)}
.outline-emerald-600\/5{outline-color:rgb(5 150 105 / 0.05)}
.outline-emerald-600\/50{outline-color:rgb(5 150 105 / 0.5)}
.outline-emerald-600\/55{outline-color:rgb(5 150 105 / 0.55)}
.outline-emerald-600\/60{outline-color:rgb(5 150 105 / 0.6)}
.outline-emerald-600\/65{outline-color:rgb(5 150 105 / 0.65)}
.outline-emerald-600\/70{outline-color:rgb(5 150 105 / 0.7)}
.outline-emerald-600\/75{outline-color:rgb(5 150 105 / 0.75)}
.outline-emerald-600\/80{outline-color:rgb(5 150 105 / 0.8)}
.outline-emerald-600\/85{outline-color:rgb(5 150 105 / 0.85)}
.outline-emerald-600\/90{outline-color:rgb(5 150 105 / 0.9)}
.outline-emerald-600\/95{outline-color:rgb(5 150 105 / 0.95)}
.outline-emerald-700{outline-color:#047857}
.outline-emerald-700\/0{outline-color:rgb(4 120 87 / 0)}
.outline-emerald-700\/10{outline-color:rgb(4 120 87 / 0.1)}
.outline-emerald-700\/100{outline-color:rgb(4 120 87 / 1)}
.outline-emerald-700\/15{outline-color:rgb(4 120 87 / 0.15)}
.outline-emerald-700\/20{outline-color:rgb(4 120 87 / 0.2)}
.outline-emerald-700\/25{outline-color:rgb(4 120 87 / 0.25)}
.outline-emerald-700\/30{outline-color:rgb(4 120 87 / 0.3)}
.outline-emerald-700\/35{outline-color:rgb(4 120 87 / 0.35)}
.outline-emerald-700\/40{outline-color:rgb(4 120 87 / 0.4)}
.outline-emerald-700\/45{outline-color:rgb(4 120 87 / 0.45)}
.outline-emerald-700\/5{outline-color:rgb(4 120 87 / 0.05)}
.outline-emerald-700\/50{outline-color:rgb(4 120 87 / 0.5)}
.outline-emerald-700\/55{outline-color:rgb(4 120 87 / 0.55)}
.outline-emerald-700\/60{outline-color:rgb(4 120 87 / 0.6)}
.outline-emerald-700\/65{outline-color:rgb(4 120 87 / 0.65)}
.outline-emerald-700\/70{outline-color:rgb(4 120 87 / 0.7)}
.outline-emerald-700\/75{outline-color:rgb(4 120 87 / 0.75)}
.outline-emerald-700\/80{outline-color:rgb(4 120 87 / 0.8)}
.outline-emerald-700\/85{outline-color:rgb(4 120 87 / 0.85)}
.outline-emerald-700\/90{outline-color:rgb(4 120 87 / 0.9)}
.outline-emerald-700\/95{outline-color:rgb(4 120 87 / 0.95)}
.outline-emerald-800{outline-color:#065f46}
.outline-emerald-800\/0{outline-color:rgb(6 95 70 / 0)}
.outline-emerald-800\/10{outline-color:rgb(6 95 70 / 0.1)}
.outline-emerald-800\/100{outline-color:rgb(6 95 70 / 1)}
.outline-emerald-800\/15{outline-color:rgb(6 95 70 / 0.15)}
.outline-emerald-800\/20{outline-color:rgb(6 95 70 / 0.2)}
.outline-emerald-800\/25{outline-color:rgb(6 95 70 / 0.25)}
.outline-emerald-800\/30{outline-color:rgb(6 95 70 / 0.3)}
.outline-emerald-800\/35{outline-color:rgb(6 95 70 / 0.35)}
.outline-emerald-800\/40{outline-color:rgb(6 95 70 / 0.4)}
.outline-emerald-800\/45{outline-color:rgb(6 95 70 / 0.45)}
.outline-emerald-800\/5{outline-color:rgb(6 95 70 / 0.05)}
.outline-emerald-800\/50{outline-color:rgb(6 95 70 / 0.5)}
.outline-emerald-800\/55{outline-color:rgb(6 95 70 / 0.55)}
.outline-emerald-800\/60{outline-color:rgb(6 95 70 / 0.6)}
.outline-emerald-800\/65{outline-color:rgb(6 95 70 / 0.65)}
.outline-emerald-800\/70{outline-color:rgb(6 95 70 / 0.7)}
.outline-emerald-800\/75{outline-color:rgb(6 95 70 / 0.75)}
.outline-emerald-800\/80{outline-color:rgb(6 95 70 / 0.8)}
.outline-emerald-800\/85{outline-color:rgb(6 95 70 / 0.85)}
.outline-emerald-800\/90{outline-color:rgb(6 95 70 / 0.9)}
.outline-emerald-800\/95{outline-color:rgb(6 95 70 / 0.95)}
.outline-emerald-900{outline-color:#064e3b}
.outline-emerald-900\/0{outline-color:rgb(6 78 59 / 0)}
.outline-emerald-900\/10{outline-color:rgb(6 78 59 / 0.1)}
.outline-emerald-900\/100{outline-color:rgb(6 78 59 / 1)}
.outline-emerald-900\/15{outline-color:rgb(6 78 59 / 0.15)}
.outline-emerald-900\/20{outline-color:rgb(6 78 59 / 0.2)}
.outline-emerald-900\/25{outline-color:rgb(6 78 59 / 0.25)}
.outline-emerald-900\/30{outline-color:rgb(6 78 59 / 0.3)}
.outline-emerald-900\/35{outline-color:rgb(6 78 59 / 0.35)}
.outline-emerald-900\/40{outline-color:rgb(6 78 59 / 0.4)}
.outline-emerald-900\/45{outline-color:rgb(6 78 59 / 0.45)}
.outline-emerald-900\/5{outline-color:rgb(6 78 59 / 0.05)}
.outline-emerald-900\/50{outline-color:rgb(6 78 59 / 0.5)}
.outline-emerald-900\/55{outline-color:rgb(6 78 59 / 0.55)}
.outline-emerald-900\/60{outline-color:rgb(6 78 59 / 0.6)}
.outline-emerald-900\/65{outline-color:rgb(6 78 59 / 0.65)}
.outline-emerald-900\/70{outline-color:rgb(6 78 59 / 0.7)}
.outline-emerald-900\/75{outline-color:rgb(6 78 59 / 0.75)}
.outline-emerald-900\/80{outline-color:rgb(6 78 59 / 0.8)}
.outline-emerald-900\/85{outline-color:rgb(6 78 59 / 0.85)}
.outline-emerald-900\/90{outline-color:rgb(6 78 59 / 0.9)}
.outline-emerald-900\/95{outline-color:rgb(6 78 59 / 0.95)}
.outline-emerald-950{outline-color:#022c22}
.outline-emerald-950\/0{outline-color:rgb(2 44 34 / 0)}
.outline-emerald-950\/10{outline-color:rgb(2 44 34 / 0.1)}
.outline-emerald-950\/100{outline-color:rgb(2 44 34 / 1)}
.outline-emerald-950\/15{outline-color:rgb(2 44 34 / 0.15)}
.outline-emerald-950\/20{outline-color:rgb(2 44 34 / 0.2)}
.outline-emerald-950\/25{outline-color:rgb(2 44 34 / 0.25)}
.outline-emerald-950\/30{outline-color:rgb(2 44 34 / 0.3)}
.outline-emerald-950\/35{outline-color:rgb(2 44 34 / 0.35)}
.outline-emerald-950\/40{outline-color:rgb(2 44 34 / 0.4)}
.outline-emerald-950\/45{outline-color:rgb(2 44 34 / 0.45)}
.outline-emerald-950\/5{outline-color:rgb(2 44 34 / 0.05)}
.outline-emerald-950\/50{outline-color:rgb(2 44 34 / 0.5)}
.outline-emerald-950\/55{outline-color:rgb(2 44 34 / 0.55)}
.outline-emerald-950\/60{outline-color:rgb(2 44 34 / 0.6)}
.outline-emerald-950\/65{outline-color:rgb(2 44 34 / 0.65)}
.outline-emerald-950\/70{outline-color:rgb(2 44 34 / 0.7)}
.outline-emerald-950\/75{outline-color:rgb(2 44 34 / 0.75)}
.outline-emerald-950\/80{outline-color:rgb(2 44 34 / 0.8)}
.outline-emerald-950\/85{outline-color:rgb(2 44 34 / 0.85)}
.outline-emerald-950\/90{outline-color:rgb(2 44 34 / 0.9)}
.outline-emerald-950\/95{outline-color:rgb(2 44 34 / 0.95)}
.outline-gridItemHover{outline-color:rgba(0,0,0,.03)}
.outline-gridItemHover\/0{outline-color:rgba(0, 0, 0, 0)}
.outline-gridItemHover\/10{outline-color:rgba(0, 0, 0, 0.1)}
.outline-gridItemHover\/100{outline-color:rgba(0, 0, 0, 1)}
.outline-gridItemHover\/15{outline-color:rgba(0, 0, 0, 0.15)}
.outline-gridItemHover\/20{outline-color:rgba(0, 0, 0, 0.2)}
.outline-gridItemHover\/25{outline-color:rgba(0, 0, 0, 0.25)}
.outline-gridItemHover\/30{outline-color:rgba(0, 0, 0, 0.3)}
.outline-gridItemHover\/35{outline-color:rgba(0, 0, 0, 0.35)}
.outline-gridItemHover\/40{outline-color:rgba(0, 0, 0, 0.4)}
.outline-gridItemHover\/45{outline-color:rgba(0, 0, 0, 0.45)}
.outline-gridItemHover\/5{outline-color:rgba(0, 0, 0, 0.05)}
.outline-gridItemHover\/50{outline-color:rgba(0, 0, 0, 0.5)}
.outline-gridItemHover\/55{outline-color:rgba(0, 0, 0, 0.55)}
.outline-gridItemHover\/60{outline-color:rgba(0, 0, 0, 0.6)}
.outline-gridItemHover\/65{outline-color:rgba(0, 0, 0, 0.65)}
.outline-gridItemHover\/70{outline-color:rgba(0, 0, 0, 0.7)}
.outline-gridItemHover\/75{outline-color:rgba(0, 0, 0, 0.75)}
.outline-gridItemHover\/80{outline-color:rgba(0, 0, 0, 0.8)}
.outline-gridItemHover\/85{outline-color:rgba(0, 0, 0, 0.85)}
.outline-gridItemHover\/90{outline-color:rgba(0, 0, 0, 0.9)}
.outline-gridItemHover\/95{outline-color:rgba(0, 0, 0, 0.95)}
.outline-info-text-contrast{outline-color:#000}
.outline-info-text-contrast\/0{outline-color:rgb(0 0 0 / 0)}
.outline-info-text-contrast\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-info-text-contrast\/100{outline-color:rgb(0 0 0 / 1)}
.outline-info-text-contrast\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-info-text-contrast\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-info-text-contrast\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-info-text-contrast\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-info-text-contrast\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-info-text-contrast\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-info-text-contrast\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-info-text-contrast\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-info-text-contrast\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-info-text-contrast\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-info-text-contrast\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-info-text-contrast\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-info-text-contrast\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-info-text-contrast\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-info-text-contrast\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-info-text-contrast\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-info-text-contrast\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-info-text-contrast\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-info-text-contrastsWithCard{outline-color:true}
.outline-info-text-isDark{}
.outline-info-text-text{outline-color:#48abd9}
.outline-info-text-text\/0{outline-color:rgb(72 171 217 / 0)}
.outline-info-text-text\/10{outline-color:rgb(72 171 217 / 0.1)}
.outline-info-text-text\/100{outline-color:rgb(72 171 217 / 1)}
.outline-info-text-text\/15{outline-color:rgb(72 171 217 / 0.15)}
.outline-info-text-text\/20{outline-color:rgb(72 171 217 / 0.2)}
.outline-info-text-text\/25{outline-color:rgb(72 171 217 / 0.25)}
.outline-info-text-text\/30{outline-color:rgb(72 171 217 / 0.3)}
.outline-info-text-text\/35{outline-color:rgb(72 171 217 / 0.35)}
.outline-info-text-text\/40{outline-color:rgb(72 171 217 / 0.4)}
.outline-info-text-text\/45{outline-color:rgb(72 171 217 / 0.45)}
.outline-info-text-text\/5{outline-color:rgb(72 171 217 / 0.05)}
.outline-info-text-text\/50{outline-color:rgb(72 171 217 / 0.5)}
.outline-info-text-text\/55{outline-color:rgb(72 171 217 / 0.55)}
.outline-info-text-text\/60{outline-color:rgb(72 171 217 / 0.6)}
.outline-info-text-text\/65{outline-color:rgb(72 171 217 / 0.65)}
.outline-info-text-text\/70{outline-color:rgb(72 171 217 / 0.7)}
.outline-info-text-text\/75{outline-color:rgb(72 171 217 / 0.75)}
.outline-info-text-text\/80{outline-color:rgb(72 171 217 / 0.8)}
.outline-info-text-text\/85{outline-color:rgb(72 171 217 / 0.85)}
.outline-info-text-text\/90{outline-color:rgb(72 171 217 / 0.9)}
.outline-info-text-text\/95{outline-color:rgb(72 171 217 / 0.95)}
.outline-lime-100{outline-color:#ecfccb}
.outline-lime-100\/0{outline-color:rgb(236 252 203 / 0)}
.outline-lime-100\/10{outline-color:rgb(236 252 203 / 0.1)}
.outline-lime-100\/100{outline-color:rgb(236 252 203 / 1)}
.outline-lime-100\/15{outline-color:rgb(236 252 203 / 0.15)}
.outline-lime-100\/20{outline-color:rgb(236 252 203 / 0.2)}
.outline-lime-100\/25{outline-color:rgb(236 252 203 / 0.25)}
.outline-lime-100\/30{outline-color:rgb(236 252 203 / 0.3)}
.outline-lime-100\/35{outline-color:rgb(236 252 203 / 0.35)}
.outline-lime-100\/40{outline-color:rgb(236 252 203 / 0.4)}
.outline-lime-100\/45{outline-color:rgb(236 252 203 / 0.45)}
.outline-lime-100\/5{outline-color:rgb(236 252 203 / 0.05)}
.outline-lime-100\/50{outline-color:rgb(236 252 203 / 0.5)}
.outline-lime-100\/55{outline-color:rgb(236 252 203 / 0.55)}
.outline-lime-100\/60{outline-color:rgb(236 252 203 / 0.6)}
.outline-lime-100\/65{outline-color:rgb(236 252 203 / 0.65)}
.outline-lime-100\/70{outline-color:rgb(236 252 203 / 0.7)}
.outline-lime-100\/75{outline-color:rgb(236 252 203 / 0.75)}
.outline-lime-100\/80{outline-color:rgb(236 252 203 / 0.8)}
.outline-lime-100\/85{outline-color:rgb(236 252 203 / 0.85)}
.outline-lime-100\/90{outline-color:rgb(236 252 203 / 0.9)}
.outline-lime-100\/95{outline-color:rgb(236 252 203 / 0.95)}
.outline-lime-200{outline-color:#d9f99d}
.outline-lime-200\/0{outline-color:rgb(217 249 157 / 0)}
.outline-lime-200\/10{outline-color:rgb(217 249 157 / 0.1)}
.outline-lime-200\/100{outline-color:rgb(217 249 157 / 1)}
.outline-lime-200\/15{outline-color:rgb(217 249 157 / 0.15)}
.outline-lime-200\/20{outline-color:rgb(217 249 157 / 0.2)}
.outline-lime-200\/25{outline-color:rgb(217 249 157 / 0.25)}
.outline-lime-200\/30{outline-color:rgb(217 249 157 / 0.3)}
.outline-lime-200\/35{outline-color:rgb(217 249 157 / 0.35)}
.outline-lime-200\/40{outline-color:rgb(217 249 157 / 0.4)}
.outline-lime-200\/45{outline-color:rgb(217 249 157 / 0.45)}
.outline-lime-200\/5{outline-color:rgb(217 249 157 / 0.05)}
.outline-lime-200\/50{outline-color:rgb(217 249 157 / 0.5)}
.outline-lime-200\/55{outline-color:rgb(217 249 157 / 0.55)}
.outline-lime-200\/60{outline-color:rgb(217 249 157 / 0.6)}
.outline-lime-200\/65{outline-color:rgb(217 249 157 / 0.65)}
.outline-lime-200\/70{outline-color:rgb(217 249 157 / 0.7)}
.outline-lime-200\/75{outline-color:rgb(217 249 157 / 0.75)}
.outline-lime-200\/80{outline-color:rgb(217 249 157 / 0.8)}
.outline-lime-200\/85{outline-color:rgb(217 249 157 / 0.85)}
.outline-lime-200\/90{outline-color:rgb(217 249 157 / 0.9)}
.outline-lime-200\/95{outline-color:rgb(217 249 157 / 0.95)}
.outline-lime-300{outline-color:#bef264}
.outline-lime-300\/0{outline-color:rgb(190 242 100 / 0)}
.outline-lime-300\/10{outline-color:rgb(190 242 100 / 0.1)}
.outline-lime-300\/100{outline-color:rgb(190 242 100 / 1)}
.outline-lime-300\/15{outline-color:rgb(190 242 100 / 0.15)}
.outline-lime-300\/20{outline-color:rgb(190 242 100 / 0.2)}
.outline-lime-300\/25{outline-color:rgb(190 242 100 / 0.25)}
.outline-lime-300\/30{outline-color:rgb(190 242 100 / 0.3)}
.outline-lime-300\/35{outline-color:rgb(190 242 100 / 0.35)}
.outline-lime-300\/40{outline-color:rgb(190 242 100 / 0.4)}
.outline-lime-300\/45{outline-color:rgb(190 242 100 / 0.45)}
.outline-lime-300\/5{outline-color:rgb(190 242 100 / 0.05)}
.outline-lime-300\/50{outline-color:rgb(190 242 100 / 0.5)}
.outline-lime-300\/55{outline-color:rgb(190 242 100 / 0.55)}
.outline-lime-300\/60{outline-color:rgb(190 242 100 / 0.6)}
.outline-lime-300\/65{outline-color:rgb(190 242 100 / 0.65)}
.outline-lime-300\/70{outline-color:rgb(190 242 100 / 0.7)}
.outline-lime-300\/75{outline-color:rgb(190 242 100 / 0.75)}
.outline-lime-300\/80{outline-color:rgb(190 242 100 / 0.8)}
.outline-lime-300\/85{outline-color:rgb(190 242 100 / 0.85)}
.outline-lime-300\/90{outline-color:rgb(190 242 100 / 0.9)}
.outline-lime-300\/95{outline-color:rgb(190 242 100 / 0.95)}
.outline-lime-400{outline-color:#a3e635}
.outline-lime-400\/0{outline-color:rgb(163 230 53 / 0)}
.outline-lime-400\/10{outline-color:rgb(163 230 53 / 0.1)}
.outline-lime-400\/100{outline-color:rgb(163 230 53 / 1)}
.outline-lime-400\/15{outline-color:rgb(163 230 53 / 0.15)}
.outline-lime-400\/20{outline-color:rgb(163 230 53 / 0.2)}
.outline-lime-400\/25{outline-color:rgb(163 230 53 / 0.25)}
.outline-lime-400\/30{outline-color:rgb(163 230 53 / 0.3)}
.outline-lime-400\/35{outline-color:rgb(163 230 53 / 0.35)}
.outline-lime-400\/40{outline-color:rgb(163 230 53 / 0.4)}
.outline-lime-400\/45{outline-color:rgb(163 230 53 / 0.45)}
.outline-lime-400\/5{outline-color:rgb(163 230 53 / 0.05)}
.outline-lime-400\/50{outline-color:rgb(163 230 53 / 0.5)}
.outline-lime-400\/55{outline-color:rgb(163 230 53 / 0.55)}
.outline-lime-400\/60{outline-color:rgb(163 230 53 / 0.6)}
.outline-lime-400\/65{outline-color:rgb(163 230 53 / 0.65)}
.outline-lime-400\/70{outline-color:rgb(163 230 53 / 0.7)}
.outline-lime-400\/75{outline-color:rgb(163 230 53 / 0.75)}
.outline-lime-400\/80{outline-color:rgb(163 230 53 / 0.8)}
.outline-lime-400\/85{outline-color:rgb(163 230 53 / 0.85)}
.outline-lime-400\/90{outline-color:rgb(163 230 53 / 0.9)}
.outline-lime-400\/95{outline-color:rgb(163 230 53 / 0.95)}
.outline-lime-50{outline-color:#f7fee7}
.outline-lime-50\/0{outline-color:rgb(247 254 231 / 0)}
.outline-lime-50\/10{outline-color:rgb(247 254 231 / 0.1)}
.outline-lime-50\/100{outline-color:rgb(247 254 231 / 1)}
.outline-lime-50\/15{outline-color:rgb(247 254 231 / 0.15)}
.outline-lime-50\/20{outline-color:rgb(247 254 231 / 0.2)}
.outline-lime-50\/25{outline-color:rgb(247 254 231 / 0.25)}
.outline-lime-50\/30{outline-color:rgb(247 254 231 / 0.3)}
.outline-lime-50\/35{outline-color:rgb(247 254 231 / 0.35)}
.outline-lime-50\/40{outline-color:rgb(247 254 231 / 0.4)}
.outline-lime-50\/45{outline-color:rgb(247 254 231 / 0.45)}
.outline-lime-50\/5{outline-color:rgb(247 254 231 / 0.05)}
.outline-lime-50\/50{outline-color:rgb(247 254 231 / 0.5)}
.outline-lime-50\/55{outline-color:rgb(247 254 231 / 0.55)}
.outline-lime-50\/60{outline-color:rgb(247 254 231 / 0.6)}
.outline-lime-50\/65{outline-color:rgb(247 254 231 / 0.65)}
.outline-lime-50\/70{outline-color:rgb(247 254 231 / 0.7)}
.outline-lime-50\/75{outline-color:rgb(247 254 231 / 0.75)}
.outline-lime-50\/80{outline-color:rgb(247 254 231 / 0.8)}
.outline-lime-50\/85{outline-color:rgb(247 254 231 / 0.85)}
.outline-lime-50\/90{outline-color:rgb(247 254 231 / 0.9)}
.outline-lime-50\/95{outline-color:rgb(247 254 231 / 0.95)}
.outline-lime-500{outline-color:#84cc16}
.outline-lime-500\/0{outline-color:rgb(132 204 22 / 0)}
.outline-lime-500\/10{outline-color:rgb(132 204 22 / 0.1)}
.outline-lime-500\/100{outline-color:rgb(132 204 22 / 1)}
.outline-lime-500\/15{outline-color:rgb(132 204 22 / 0.15)}
.outline-lime-500\/20{outline-color:rgb(132 204 22 / 0.2)}
.outline-lime-500\/25{outline-color:rgb(132 204 22 / 0.25)}
.outline-lime-500\/30{outline-color:rgb(132 204 22 / 0.3)}
.outline-lime-500\/35{outline-color:rgb(132 204 22 / 0.35)}
.outline-lime-500\/40{outline-color:rgb(132 204 22 / 0.4)}
.outline-lime-500\/45{outline-color:rgb(132 204 22 / 0.45)}
.outline-lime-500\/5{outline-color:rgb(132 204 22 / 0.05)}
.outline-lime-500\/50{outline-color:rgb(132 204 22 / 0.5)}
.outline-lime-500\/55{outline-color:rgb(132 204 22 / 0.55)}
.outline-lime-500\/60{outline-color:rgb(132 204 22 / 0.6)}
.outline-lime-500\/65{outline-color:rgb(132 204 22 / 0.65)}
.outline-lime-500\/70{outline-color:rgb(132 204 22 / 0.7)}
.outline-lime-500\/75{outline-color:rgb(132 204 22 / 0.75)}
.outline-lime-500\/80{outline-color:rgb(132 204 22 / 0.8)}
.outline-lime-500\/85{outline-color:rgb(132 204 22 / 0.85)}
.outline-lime-500\/90{outline-color:rgb(132 204 22 / 0.9)}
.outline-lime-500\/95{outline-color:rgb(132 204 22 / 0.95)}
.outline-lime-600{outline-color:#65a30d}
.outline-lime-600\/0{outline-color:rgb(101 163 13 / 0)}
.outline-lime-600\/10{outline-color:rgb(101 163 13 / 0.1)}
.outline-lime-600\/100{outline-color:rgb(101 163 13 / 1)}
.outline-lime-600\/15{outline-color:rgb(101 163 13 / 0.15)}
.outline-lime-600\/20{outline-color:rgb(101 163 13 / 0.2)}
.outline-lime-600\/25{outline-color:rgb(101 163 13 / 0.25)}
.outline-lime-600\/30{outline-color:rgb(101 163 13 / 0.3)}
.outline-lime-600\/35{outline-color:rgb(101 163 13 / 0.35)}
.outline-lime-600\/40{outline-color:rgb(101 163 13 / 0.4)}
.outline-lime-600\/45{outline-color:rgb(101 163 13 / 0.45)}
.outline-lime-600\/5{outline-color:rgb(101 163 13 / 0.05)}
.outline-lime-600\/50{outline-color:rgb(101 163 13 / 0.5)}
.outline-lime-600\/55{outline-color:rgb(101 163 13 / 0.55)}
.outline-lime-600\/60{outline-color:rgb(101 163 13 / 0.6)}
.outline-lime-600\/65{outline-color:rgb(101 163 13 / 0.65)}
.outline-lime-600\/70{outline-color:rgb(101 163 13 / 0.7)}
.outline-lime-600\/75{outline-color:rgb(101 163 13 / 0.75)}
.outline-lime-600\/80{outline-color:rgb(101 163 13 / 0.8)}
.outline-lime-600\/85{outline-color:rgb(101 163 13 / 0.85)}
.outline-lime-600\/90{outline-color:rgb(101 163 13 / 0.9)}
.outline-lime-600\/95{outline-color:rgb(101 163 13 / 0.95)}
.outline-lime-700{outline-color:#4d7c0f}
.outline-lime-700\/0{outline-color:rgb(77 124 15 / 0)}
.outline-lime-700\/10{outline-color:rgb(77 124 15 / 0.1)}
.outline-lime-700\/100{outline-color:rgb(77 124 15 / 1)}
.outline-lime-700\/15{outline-color:rgb(77 124 15 / 0.15)}
.outline-lime-700\/20{outline-color:rgb(77 124 15 / 0.2)}
.outline-lime-700\/25{outline-color:rgb(77 124 15 / 0.25)}
.outline-lime-700\/30{outline-color:rgb(77 124 15 / 0.3)}
.outline-lime-700\/35{outline-color:rgb(77 124 15 / 0.35)}
.outline-lime-700\/40{outline-color:rgb(77 124 15 / 0.4)}
.outline-lime-700\/45{outline-color:rgb(77 124 15 / 0.45)}
.outline-lime-700\/5{outline-color:rgb(77 124 15 / 0.05)}
.outline-lime-700\/50{outline-color:rgb(77 124 15 / 0.5)}
.outline-lime-700\/55{outline-color:rgb(77 124 15 / 0.55)}
.outline-lime-700\/60{outline-color:rgb(77 124 15 / 0.6)}
.outline-lime-700\/65{outline-color:rgb(77 124 15 / 0.65)}
.outline-lime-700\/70{outline-color:rgb(77 124 15 / 0.7)}
.outline-lime-700\/75{outline-color:rgb(77 124 15 / 0.75)}
.outline-lime-700\/80{outline-color:rgb(77 124 15 / 0.8)}
.outline-lime-700\/85{outline-color:rgb(77 124 15 / 0.85)}
.outline-lime-700\/90{outline-color:rgb(77 124 15 / 0.9)}
.outline-lime-700\/95{outline-color:rgb(77 124 15 / 0.95)}
.outline-lime-800{outline-color:#3f6212}
.outline-lime-800\/0{outline-color:rgb(63 98 18 / 0)}
.outline-lime-800\/10{outline-color:rgb(63 98 18 / 0.1)}
.outline-lime-800\/100{outline-color:rgb(63 98 18 / 1)}
.outline-lime-800\/15{outline-color:rgb(63 98 18 / 0.15)}
.outline-lime-800\/20{outline-color:rgb(63 98 18 / 0.2)}
.outline-lime-800\/25{outline-color:rgb(63 98 18 / 0.25)}
.outline-lime-800\/30{outline-color:rgb(63 98 18 / 0.3)}
.outline-lime-800\/35{outline-color:rgb(63 98 18 / 0.35)}
.outline-lime-800\/40{outline-color:rgb(63 98 18 / 0.4)}
.outline-lime-800\/45{outline-color:rgb(63 98 18 / 0.45)}
.outline-lime-800\/5{outline-color:rgb(63 98 18 / 0.05)}
.outline-lime-800\/50{outline-color:rgb(63 98 18 / 0.5)}
.outline-lime-800\/55{outline-color:rgb(63 98 18 / 0.55)}
.outline-lime-800\/60{outline-color:rgb(63 98 18 / 0.6)}
.outline-lime-800\/65{outline-color:rgb(63 98 18 / 0.65)}
.outline-lime-800\/70{outline-color:rgb(63 98 18 / 0.7)}
.outline-lime-800\/75{outline-color:rgb(63 98 18 / 0.75)}
.outline-lime-800\/80{outline-color:rgb(63 98 18 / 0.8)}
.outline-lime-800\/85{outline-color:rgb(63 98 18 / 0.85)}
.outline-lime-800\/90{outline-color:rgb(63 98 18 / 0.9)}
.outline-lime-800\/95{outline-color:rgb(63 98 18 / 0.95)}
.outline-lime-900{outline-color:#365314}
.outline-lime-900\/0{outline-color:rgb(54 83 20 / 0)}
.outline-lime-900\/10{outline-color:rgb(54 83 20 / 0.1)}
.outline-lime-900\/100{outline-color:rgb(54 83 20 / 1)}
.outline-lime-900\/15{outline-color:rgb(54 83 20 / 0.15)}
.outline-lime-900\/20{outline-color:rgb(54 83 20 / 0.2)}
.outline-lime-900\/25{outline-color:rgb(54 83 20 / 0.25)}
.outline-lime-900\/30{outline-color:rgb(54 83 20 / 0.3)}
.outline-lime-900\/35{outline-color:rgb(54 83 20 / 0.35)}
.outline-lime-900\/40{outline-color:rgb(54 83 20 / 0.4)}
.outline-lime-900\/45{outline-color:rgb(54 83 20 / 0.45)}
.outline-lime-900\/5{outline-color:rgb(54 83 20 / 0.05)}
.outline-lime-900\/50{outline-color:rgb(54 83 20 / 0.5)}
.outline-lime-900\/55{outline-color:rgb(54 83 20 / 0.55)}
.outline-lime-900\/60{outline-color:rgb(54 83 20 / 0.6)}
.outline-lime-900\/65{outline-color:rgb(54 83 20 / 0.65)}
.outline-lime-900\/70{outline-color:rgb(54 83 20 / 0.7)}
.outline-lime-900\/75{outline-color:rgb(54 83 20 / 0.75)}
.outline-lime-900\/80{outline-color:rgb(54 83 20 / 0.8)}
.outline-lime-900\/85{outline-color:rgb(54 83 20 / 0.85)}
.outline-lime-900\/90{outline-color:rgb(54 83 20 / 0.9)}
.outline-lime-900\/95{outline-color:rgb(54 83 20 / 0.95)}
.outline-lime-950{outline-color:#1a2e05}
.outline-lime-950\/0{outline-color:rgb(26 46 5 / 0)}
.outline-lime-950\/10{outline-color:rgb(26 46 5 / 0.1)}
.outline-lime-950\/100{outline-color:rgb(26 46 5 / 1)}
.outline-lime-950\/15{outline-color:rgb(26 46 5 / 0.15)}
.outline-lime-950\/20{outline-color:rgb(26 46 5 / 0.2)}
.outline-lime-950\/25{outline-color:rgb(26 46 5 / 0.25)}
.outline-lime-950\/30{outline-color:rgb(26 46 5 / 0.3)}
.outline-lime-950\/35{outline-color:rgb(26 46 5 / 0.35)}
.outline-lime-950\/40{outline-color:rgb(26 46 5 / 0.4)}
.outline-lime-950\/45{outline-color:rgb(26 46 5 / 0.45)}
.outline-lime-950\/5{outline-color:rgb(26 46 5 / 0.05)}
.outline-lime-950\/50{outline-color:rgb(26 46 5 / 0.5)}
.outline-lime-950\/55{outline-color:rgb(26 46 5 / 0.55)}
.outline-lime-950\/60{outline-color:rgb(26 46 5 / 0.6)}
.outline-lime-950\/65{outline-color:rgb(26 46 5 / 0.65)}
.outline-lime-950\/70{outline-color:rgb(26 46 5 / 0.7)}
.outline-lime-950\/75{outline-color:rgb(26 46 5 / 0.75)}
.outline-lime-950\/80{outline-color:rgb(26 46 5 / 0.8)}
.outline-lime-950\/85{outline-color:rgb(26 46 5 / 0.85)}
.outline-lime-950\/90{outline-color:rgb(26 46 5 / 0.9)}
.outline-lime-950\/95{outline-color:rgb(26 46 5 / 0.95)}
.outline-navBackground-text-contrast{outline-color:#fff}
.outline-navBackground-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-navBackground-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-navBackground-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-navBackground-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-navBackground-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-navBackground-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-navBackground-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-navBackground-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-navBackground-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-navBackground-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-navBackground-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-navBackground-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-navBackground-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-navBackground-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-navBackground-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-navBackground-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-navBackground-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-navBackground-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-navBackground-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-navBackground-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-navBackground-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-navBackground-text-contrastsWithCard{outline-color:true}
.outline-navBackground-text-isDark{outline-color:true}
.outline-navBackground-text-text{outline-color:#848484}
.outline-navBackground-text-text\/0{outline-color:rgb(132 132 132 / 0)}
.outline-navBackground-text-text\/10{outline-color:rgb(132 132 132 / 0.1)}
.outline-navBackground-text-text\/100{outline-color:rgb(132 132 132 / 1)}
.outline-navBackground-text-text\/15{outline-color:rgb(132 132 132 / 0.15)}
.outline-navBackground-text-text\/20{outline-color:rgb(132 132 132 / 0.2)}
.outline-navBackground-text-text\/25{outline-color:rgb(132 132 132 / 0.25)}
.outline-navBackground-text-text\/30{outline-color:rgb(132 132 132 / 0.3)}
.outline-navBackground-text-text\/35{outline-color:rgb(132 132 132 / 0.35)}
.outline-navBackground-text-text\/40{outline-color:rgb(132 132 132 / 0.4)}
.outline-navBackground-text-text\/45{outline-color:rgb(132 132 132 / 0.45)}
.outline-navBackground-text-text\/5{outline-color:rgb(132 132 132 / 0.05)}
.outline-navBackground-text-text\/50{outline-color:rgb(132 132 132 / 0.5)}
.outline-navBackground-text-text\/55{outline-color:rgb(132 132 132 / 0.55)}
.outline-navBackground-text-text\/60{outline-color:rgb(132 132 132 / 0.6)}
.outline-navBackground-text-text\/65{outline-color:rgb(132 132 132 / 0.65)}
.outline-navBackground-text-text\/70{outline-color:rgb(132 132 132 / 0.7)}
.outline-navBackground-text-text\/75{outline-color:rgb(132 132 132 / 0.75)}
.outline-navBackground-text-text\/80{outline-color:rgb(132 132 132 / 0.8)}
.outline-navBackground-text-text\/85{outline-color:rgb(132 132 132 / 0.85)}
.outline-navBackground-text-text\/90{outline-color:rgb(132 132 132 / 0.9)}
.outline-navBackground-text-text\/95{outline-color:rgb(132 132 132 / 0.95)}
.outline-navBackgroundDark-text-contrast{outline-color:#fff}
.outline-navBackgroundDark-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-navBackgroundDark-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-navBackgroundDark-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-navBackgroundDark-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-navBackgroundDark-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-navBackgroundDark-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-navBackgroundDark-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-navBackgroundDark-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-navBackgroundDark-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-navBackgroundDark-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-navBackgroundDark-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-navBackgroundDark-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-navBackgroundDark-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-navBackgroundDark-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-navBackgroundDark-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-navBackgroundDark-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-navBackgroundDark-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-navBackgroundDark-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-navBackgroundDark-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-navBackgroundDark-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-navBackgroundDark-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-navBackgroundDark-text-contrastsWithCard{outline-color:true}
.outline-navBackgroundDark-text-isDark{outline-color:true}
.outline-navBackgroundDark-text-text{outline-color:#1e293b}
.outline-navBackgroundDark-text-text\/0{outline-color:rgb(30 41 59 / 0)}
.outline-navBackgroundDark-text-text\/10{outline-color:rgb(30 41 59 / 0.1)}
.outline-navBackgroundDark-text-text\/100{outline-color:rgb(30 41 59 / 1)}
.outline-navBackgroundDark-text-text\/15{outline-color:rgb(30 41 59 / 0.15)}
.outline-navBackgroundDark-text-text\/20{outline-color:rgb(30 41 59 / 0.2)}
.outline-navBackgroundDark-text-text\/25{outline-color:rgb(30 41 59 / 0.25)}
.outline-navBackgroundDark-text-text\/30{outline-color:rgb(30 41 59 / 0.3)}
.outline-navBackgroundDark-text-text\/35{outline-color:rgb(30 41 59 / 0.35)}
.outline-navBackgroundDark-text-text\/40{outline-color:rgb(30 41 59 / 0.4)}
.outline-navBackgroundDark-text-text\/45{outline-color:rgb(30 41 59 / 0.45)}
.outline-navBackgroundDark-text-text\/5{outline-color:rgb(30 41 59 / 0.05)}
.outline-navBackgroundDark-text-text\/50{outline-color:rgb(30 41 59 / 0.5)}
.outline-navBackgroundDark-text-text\/55{outline-color:rgb(30 41 59 / 0.55)}
.outline-navBackgroundDark-text-text\/60{outline-color:rgb(30 41 59 / 0.6)}
.outline-navBackgroundDark-text-text\/65{outline-color:rgb(30 41 59 / 0.65)}
.outline-navBackgroundDark-text-text\/70{outline-color:rgb(30 41 59 / 0.7)}
.outline-navBackgroundDark-text-text\/75{outline-color:rgb(30 41 59 / 0.75)}
.outline-navBackgroundDark-text-text\/80{outline-color:rgb(30 41 59 / 0.8)}
.outline-navBackgroundDark-text-text\/85{outline-color:rgb(30 41 59 / 0.85)}
.outline-navBackgroundDark-text-text\/90{outline-color:rgb(30 41 59 / 0.9)}
.outline-navBackgroundDark-text-text\/95{outline-color:rgb(30 41 59 / 0.95)}
.outline-navText-text-contrast{outline-color:#fff}
.outline-navText-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-navText-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-navText-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-navText-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-navText-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-navText-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-navText-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-navText-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-navText-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-navText-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-navText-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-navText-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-navText-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-navText-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-navText-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-navText-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-navText-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-navText-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-navText-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-navText-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-navText-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-navText-text-contrastsWithCard{outline-color:true}
.outline-navText-text-isDark{outline-color:true}
.outline-navText-text-text{outline-color:#1e293b}
.outline-navText-text-text\/0{outline-color:rgb(30 41 59 / 0)}
.outline-navText-text-text\/10{outline-color:rgb(30 41 59 / 0.1)}
.outline-navText-text-text\/100{outline-color:rgb(30 41 59 / 1)}
.outline-navText-text-text\/15{outline-color:rgb(30 41 59 / 0.15)}
.outline-navText-text-text\/20{outline-color:rgb(30 41 59 / 0.2)}
.outline-navText-text-text\/25{outline-color:rgb(30 41 59 / 0.25)}
.outline-navText-text-text\/30{outline-color:rgb(30 41 59 / 0.3)}
.outline-navText-text-text\/35{outline-color:rgb(30 41 59 / 0.35)}
.outline-navText-text-text\/40{outline-color:rgb(30 41 59 / 0.4)}
.outline-navText-text-text\/45{outline-color:rgb(30 41 59 / 0.45)}
.outline-navText-text-text\/5{outline-color:rgb(30 41 59 / 0.05)}
.outline-navText-text-text\/50{outline-color:rgb(30 41 59 / 0.5)}
.outline-navText-text-text\/55{outline-color:rgb(30 41 59 / 0.55)}
.outline-navText-text-text\/60{outline-color:rgb(30 41 59 / 0.6)}
.outline-navText-text-text\/65{outline-color:rgb(30 41 59 / 0.65)}
.outline-navText-text-text\/70{outline-color:rgb(30 41 59 / 0.7)}
.outline-navText-text-text\/75{outline-color:rgb(30 41 59 / 0.75)}
.outline-navText-text-text\/80{outline-color:rgb(30 41 59 / 0.8)}
.outline-navText-text-text\/85{outline-color:rgb(30 41 59 / 0.85)}
.outline-navText-text-text\/90{outline-color:rgb(30 41 59 / 0.9)}
.outline-navText-text-text\/95{outline-color:rgb(30 41 59 / 0.95)}
.outline-navTextDark-text-contrast{outline-color:#fff}
.outline-navTextDark-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-navTextDark-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-navTextDark-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-navTextDark-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-navTextDark-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-navTextDark-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-navTextDark-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-navTextDark-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-navTextDark-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-navTextDark-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-navTextDark-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-navTextDark-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-navTextDark-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-navTextDark-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-navTextDark-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-navTextDark-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-navTextDark-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-navTextDark-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-navTextDark-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-navTextDark-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-navTextDark-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-navTextDark-text-contrastsWithCard{outline-color:true}
.outline-navTextDark-text-isDark{outline-color:true}
.outline-navTextDark-text-text{outline-color:#848484}
.outline-navTextDark-text-text\/0{outline-color:rgb(132 132 132 / 0)}
.outline-navTextDark-text-text\/10{outline-color:rgb(132 132 132 / 0.1)}
.outline-navTextDark-text-text\/100{outline-color:rgb(132 132 132 / 1)}
.outline-navTextDark-text-text\/15{outline-color:rgb(132 132 132 / 0.15)}
.outline-navTextDark-text-text\/20{outline-color:rgb(132 132 132 / 0.2)}
.outline-navTextDark-text-text\/25{outline-color:rgb(132 132 132 / 0.25)}
.outline-navTextDark-text-text\/30{outline-color:rgb(132 132 132 / 0.3)}
.outline-navTextDark-text-text\/35{outline-color:rgb(132 132 132 / 0.35)}
.outline-navTextDark-text-text\/40{outline-color:rgb(132 132 132 / 0.4)}
.outline-navTextDark-text-text\/45{outline-color:rgb(132 132 132 / 0.45)}
.outline-navTextDark-text-text\/5{outline-color:rgb(132 132 132 / 0.05)}
.outline-navTextDark-text-text\/50{outline-color:rgb(132 132 132 / 0.5)}
.outline-navTextDark-text-text\/55{outline-color:rgb(132 132 132 / 0.55)}
.outline-navTextDark-text-text\/60{outline-color:rgb(132 132 132 / 0.6)}
.outline-navTextDark-text-text\/65{outline-color:rgb(132 132 132 / 0.65)}
.outline-navTextDark-text-text\/70{outline-color:rgb(132 132 132 / 0.7)}
.outline-navTextDark-text-text\/75{outline-color:rgb(132 132 132 / 0.75)}
.outline-navTextDark-text-text\/80{outline-color:rgb(132 132 132 / 0.8)}
.outline-navTextDark-text-text\/85{outline-color:rgb(132 132 132 / 0.85)}
.outline-navTextDark-text-text\/90{outline-color:rgb(132 132 132 / 0.9)}
.outline-navTextDark-text-text\/95{outline-color:rgb(132 132 132 / 0.95)}
.outline-navTextHover-text-contrast{outline-color:#fff}
.outline-navTextHover-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-navTextHover-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-navTextHover-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-navTextHover-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-navTextHover-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-navTextHover-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-navTextHover-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-navTextHover-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-navTextHover-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-navTextHover-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-navTextHover-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-navTextHover-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-navTextHover-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-navTextHover-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-navTextHover-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-navTextHover-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-navTextHover-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-navTextHover-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-navTextHover-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-navTextHover-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-navTextHover-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-navTextHover-text-contrastsWithCard{outline-color:true}
.outline-navTextHover-text-isDark{outline-color:true}
.outline-navTextHover-text-text{outline-color:#1e293b}
.outline-navTextHover-text-text\/0{outline-color:rgb(30 41 59 / 0)}
.outline-navTextHover-text-text\/10{outline-color:rgb(30 41 59 / 0.1)}
.outline-navTextHover-text-text\/100{outline-color:rgb(30 41 59 / 1)}
.outline-navTextHover-text-text\/15{outline-color:rgb(30 41 59 / 0.15)}
.outline-navTextHover-text-text\/20{outline-color:rgb(30 41 59 / 0.2)}
.outline-navTextHover-text-text\/25{outline-color:rgb(30 41 59 / 0.25)}
.outline-navTextHover-text-text\/30{outline-color:rgb(30 41 59 / 0.3)}
.outline-navTextHover-text-text\/35{outline-color:rgb(30 41 59 / 0.35)}
.outline-navTextHover-text-text\/40{outline-color:rgb(30 41 59 / 0.4)}
.outline-navTextHover-text-text\/45{outline-color:rgb(30 41 59 / 0.45)}
.outline-navTextHover-text-text\/5{outline-color:rgb(30 41 59 / 0.05)}
.outline-navTextHover-text-text\/50{outline-color:rgb(30 41 59 / 0.5)}
.outline-navTextHover-text-text\/55{outline-color:rgb(30 41 59 / 0.55)}
.outline-navTextHover-text-text\/60{outline-color:rgb(30 41 59 / 0.6)}
.outline-navTextHover-text-text\/65{outline-color:rgb(30 41 59 / 0.65)}
.outline-navTextHover-text-text\/70{outline-color:rgb(30 41 59 / 0.7)}
.outline-navTextHover-text-text\/75{outline-color:rgb(30 41 59 / 0.75)}
.outline-navTextHover-text-text\/80{outline-color:rgb(30 41 59 / 0.8)}
.outline-navTextHover-text-text\/85{outline-color:rgb(30 41 59 / 0.85)}
.outline-navTextHover-text-text\/90{outline-color:rgb(30 41 59 / 0.9)}
.outline-navTextHover-text-text\/95{outline-color:rgb(30 41 59 / 0.95)}
.outline-primary{outline-color:#005788}
.outline-primary-100{outline-color:var(--bt-primary-100)}
.outline-primary-150{outline-color:var(--bt-primary-150)}
.outline-primary-200{outline-color:var(--bt-primary-200)}
.outline-primary-300{outline-color:var(--bt-primary-300)}
.outline-primary-350{outline-color:var(--bt-primary-350)}
.outline-primary-400{outline-color:var(--bt-primary-400)}
.outline-primary-450{outline-color:var(--bt-primary-450)}
.outline-primary-500{outline-color:var(--bt-primary-500)}
.outline-primary-550{outline-color:var(--bt-primary-550)}
.outline-primary-600{outline-color:var(--bt-primary-600)}
.outline-primary-650{outline-color:var(--bt-primary-650)}
.outline-primary-700{outline-color:var(--bt-primary-700)}
.outline-primary-750{outline-color:var(--bt-primary-750)}
.outline-primary-800{outline-color:var(--bt-primary-800)}
.outline-primary-850{outline-color:var(--bt-primary-850)}
.outline-primary-900{outline-color:var(--bt-primary-900)}
.outline-primary-contrast{outline-color:#fff}
.outline-primary-contrast-contrast{outline-color:#000}
.outline-primary-contrast-contrast\/0{outline-color:rgb(0 0 0 / 0)}
.outline-primary-contrast-contrast\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-primary-contrast-contrast\/100{outline-color:rgb(0 0 0 / 1)}
.outline-primary-contrast-contrast\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-primary-contrast-contrast\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-primary-contrast-contrast\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-primary-contrast-contrast\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-primary-contrast-contrast\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-primary-contrast-contrast\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-primary-contrast-contrast\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-primary-contrast-contrast\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-primary-contrast-contrast\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-primary-contrast-contrast\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-primary-contrast-contrast\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-primary-contrast-contrast\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-primary-contrast-contrast\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-primary-contrast-contrast\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-primary-contrast-contrast\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-primary-contrast-contrast\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-primary-contrast-contrast\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-primary-contrast-contrast\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-primary-contrast-contrastsWithCard{}
.outline-primary-contrast-isDark{}
.outline-primary-contrast-text{outline-color:#848484}
.outline-primary-contrast-text\/0{outline-color:rgb(132 132 132 / 0)}
.outline-primary-contrast-text\/10{outline-color:rgb(132 132 132 / 0.1)}
.outline-primary-contrast-text\/100{outline-color:rgb(132 132 132 / 1)}
.outline-primary-contrast-text\/15{outline-color:rgb(132 132 132 / 0.15)}
.outline-primary-contrast-text\/20{outline-color:rgb(132 132 132 / 0.2)}
.outline-primary-contrast-text\/25{outline-color:rgb(132 132 132 / 0.25)}
.outline-primary-contrast-text\/30{outline-color:rgb(132 132 132 / 0.3)}
.outline-primary-contrast-text\/35{outline-color:rgb(132 132 132 / 0.35)}
.outline-primary-contrast-text\/40{outline-color:rgb(132 132 132 / 0.4)}
.outline-primary-contrast-text\/45{outline-color:rgb(132 132 132 / 0.45)}
.outline-primary-contrast-text\/5{outline-color:rgb(132 132 132 / 0.05)}
.outline-primary-contrast-text\/50{outline-color:rgb(132 132 132 / 0.5)}
.outline-primary-contrast-text\/55{outline-color:rgb(132 132 132 / 0.55)}
.outline-primary-contrast-text\/60{outline-color:rgb(132 132 132 / 0.6)}
.outline-primary-contrast-text\/65{outline-color:rgb(132 132 132 / 0.65)}
.outline-primary-contrast-text\/70{outline-color:rgb(132 132 132 / 0.7)}
.outline-primary-contrast-text\/75{outline-color:rgb(132 132 132 / 0.75)}
.outline-primary-contrast-text\/80{outline-color:rgb(132 132 132 / 0.8)}
.outline-primary-contrast-text\/85{outline-color:rgb(132 132 132 / 0.85)}
.outline-primary-contrast-text\/90{outline-color:rgb(132 132 132 / 0.9)}
.outline-primary-contrast-text\/95{outline-color:rgb(132 132 132 / 0.95)}
.outline-primary-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-primary-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-primary-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-primary-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-primary-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-primary-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-primary-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-primary-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-primary-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-primary-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-primary-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-primary-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-primary-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-primary-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-primary-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-primary-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-primary-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-primary-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-primary-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-primary-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-primary-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-primary-contrastsWithCard{outline-color:true}
.outline-primary-isDark{outline-color:true}
.outline-primary-text{outline-color:#005788}
.outline-primary-text-contrast{outline-color:#fff}
.outline-primary-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-primary-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-primary-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-primary-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-primary-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-primary-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-primary-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-primary-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-primary-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-primary-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-primary-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-primary-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-primary-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-primary-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-primary-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-primary-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-primary-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-primary-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-primary-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-primary-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-primary-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-primary-text-contrastsWithCard{outline-color:true}
.outline-primary-text-isDark{outline-color:true}
.outline-primary-text-text{outline-color:#005788}
.outline-primary-text-text\/0{outline-color:rgb(0 87 136 / 0)}
.outline-primary-text-text\/10{outline-color:rgb(0 87 136 / 0.1)}
.outline-primary-text-text\/100{outline-color:rgb(0 87 136 / 1)}
.outline-primary-text-text\/15{outline-color:rgb(0 87 136 / 0.15)}
.outline-primary-text-text\/20{outline-color:rgb(0 87 136 / 0.2)}
.outline-primary-text-text\/25{outline-color:rgb(0 87 136 / 0.25)}
.outline-primary-text-text\/30{outline-color:rgb(0 87 136 / 0.3)}
.outline-primary-text-text\/35{outline-color:rgb(0 87 136 / 0.35)}
.outline-primary-text-text\/40{outline-color:rgb(0 87 136 / 0.4)}
.outline-primary-text-text\/45{outline-color:rgb(0 87 136 / 0.45)}
.outline-primary-text-text\/5{outline-color:rgb(0 87 136 / 0.05)}
.outline-primary-text-text\/50{outline-color:rgb(0 87 136 / 0.5)}
.outline-primary-text-text\/55{outline-color:rgb(0 87 136 / 0.55)}
.outline-primary-text-text\/60{outline-color:rgb(0 87 136 / 0.6)}
.outline-primary-text-text\/65{outline-color:rgb(0 87 136 / 0.65)}
.outline-primary-text-text\/70{outline-color:rgb(0 87 136 / 0.7)}
.outline-primary-text-text\/75{outline-color:rgb(0 87 136 / 0.75)}
.outline-primary-text-text\/80{outline-color:rgb(0 87 136 / 0.8)}
.outline-primary-text-text\/85{outline-color:rgb(0 87 136 / 0.85)}
.outline-primary-text-text\/90{outline-color:rgb(0 87 136 / 0.9)}
.outline-primary-text-text\/95{outline-color:rgb(0 87 136 / 0.95)}
.outline-primary-text\/0{outline-color:rgb(0 87 136 / 0)}
.outline-primary-text\/10{outline-color:rgb(0 87 136 / 0.1)}
.outline-primary-text\/100{outline-color:rgb(0 87 136 / 1)}
.outline-primary-text\/15{outline-color:rgb(0 87 136 / 0.15)}
.outline-primary-text\/20{outline-color:rgb(0 87 136 / 0.2)}
.outline-primary-text\/25{outline-color:rgb(0 87 136 / 0.25)}
.outline-primary-text\/30{outline-color:rgb(0 87 136 / 0.3)}
.outline-primary-text\/35{outline-color:rgb(0 87 136 / 0.35)}
.outline-primary-text\/40{outline-color:rgb(0 87 136 / 0.4)}
.outline-primary-text\/45{outline-color:rgb(0 87 136 / 0.45)}
.outline-primary-text\/5{outline-color:rgb(0 87 136 / 0.05)}
.outline-primary-text\/50{outline-color:rgb(0 87 136 / 0.5)}
.outline-primary-text\/55{outline-color:rgb(0 87 136 / 0.55)}
.outline-primary-text\/60{outline-color:rgb(0 87 136 / 0.6)}
.outline-primary-text\/65{outline-color:rgb(0 87 136 / 0.65)}
.outline-primary-text\/70{outline-color:rgb(0 87 136 / 0.7)}
.outline-primary-text\/75{outline-color:rgb(0 87 136 / 0.75)}
.outline-primary-text\/80{outline-color:rgb(0 87 136 / 0.8)}
.outline-primary-text\/85{outline-color:rgb(0 87 136 / 0.85)}
.outline-primary-text\/90{outline-color:rgb(0 87 136 / 0.9)}
.outline-primary-text\/95{outline-color:rgb(0 87 136 / 0.95)}
.outline-primary\/0{outline-color:rgb(0 87 136 / 0)}
.outline-primary\/10{outline-color:rgb(0 87 136 / 0.1)}
.outline-primary\/100{outline-color:rgb(0 87 136 / 1)}
.outline-primary\/15{outline-color:rgb(0 87 136 / 0.15)}
.outline-primary\/20{outline-color:rgb(0 87 136 / 0.2)}
.outline-primary\/25{outline-color:rgb(0 87 136 / 0.25)}
.outline-primary\/30{outline-color:rgb(0 87 136 / 0.3)}
.outline-primary\/35{outline-color:rgb(0 87 136 / 0.35)}
.outline-primary\/40{outline-color:rgb(0 87 136 / 0.4)}
.outline-primary\/45{outline-color:rgb(0 87 136 / 0.45)}
.outline-primary\/5{outline-color:rgb(0 87 136 / 0.05)}
.outline-primary\/50{outline-color:rgb(0 87 136 / 0.5)}
.outline-primary\/55{outline-color:rgb(0 87 136 / 0.55)}
.outline-primary\/60{outline-color:rgb(0 87 136 / 0.6)}
.outline-primary\/65{outline-color:rgb(0 87 136 / 0.65)}
.outline-primary\/70{outline-color:rgb(0 87 136 / 0.7)}
.outline-primary\/75{outline-color:rgb(0 87 136 / 0.75)}
.outline-primary\/80{outline-color:rgb(0 87 136 / 0.8)}
.outline-primary\/85{outline-color:rgb(0 87 136 / 0.85)}
.outline-primary\/90{outline-color:rgb(0 87 136 / 0.9)}
.outline-primary\/95{outline-color:rgb(0 87 136 / 0.95)}
.outline-secondary-text-contrast{outline-color:#fff}
.outline-secondary-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-secondary-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-secondary-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-secondary-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-secondary-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-secondary-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-secondary-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-secondary-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-secondary-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-secondary-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-secondary-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-secondary-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-secondary-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-secondary-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-secondary-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-secondary-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-secondary-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-secondary-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-secondary-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-secondary-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-secondary-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-secondary-text-contrastsWithCard{outline-color:true}
.outline-secondary-text-isDark{outline-color:true}
.outline-secondary-text-text{outline-color:#5a5e64}
.outline-secondary-text-text\/0{outline-color:rgb(90 94 100 / 0)}
.outline-secondary-text-text\/10{outline-color:rgb(90 94 100 / 0.1)}
.outline-secondary-text-text\/100{outline-color:rgb(90 94 100 / 1)}
.outline-secondary-text-text\/15{outline-color:rgb(90 94 100 / 0.15)}
.outline-secondary-text-text\/20{outline-color:rgb(90 94 100 / 0.2)}
.outline-secondary-text-text\/25{outline-color:rgb(90 94 100 / 0.25)}
.outline-secondary-text-text\/30{outline-color:rgb(90 94 100 / 0.3)}
.outline-secondary-text-text\/35{outline-color:rgb(90 94 100 / 0.35)}
.outline-secondary-text-text\/40{outline-color:rgb(90 94 100 / 0.4)}
.outline-secondary-text-text\/45{outline-color:rgb(90 94 100 / 0.45)}
.outline-secondary-text-text\/5{outline-color:rgb(90 94 100 / 0.05)}
.outline-secondary-text-text\/50{outline-color:rgb(90 94 100 / 0.5)}
.outline-secondary-text-text\/55{outline-color:rgb(90 94 100 / 0.55)}
.outline-secondary-text-text\/60{outline-color:rgb(90 94 100 / 0.6)}
.outline-secondary-text-text\/65{outline-color:rgb(90 94 100 / 0.65)}
.outline-secondary-text-text\/70{outline-color:rgb(90 94 100 / 0.7)}
.outline-secondary-text-text\/75{outline-color:rgb(90 94 100 / 0.75)}
.outline-secondary-text-text\/80{outline-color:rgb(90 94 100 / 0.8)}
.outline-secondary-text-text\/85{outline-color:rgb(90 94 100 / 0.85)}
.outline-secondary-text-text\/90{outline-color:rgb(90 94 100 / 0.9)}
.outline-secondary-text-text\/95{outline-color:rgb(90 94 100 / 0.95)}
.outline-success-text-contrast{outline-color:#fff}
.outline-success-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-success-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-success-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-success-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-success-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-success-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-success-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-success-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-success-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-success-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-success-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-success-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-success-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-success-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-success-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-success-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-success-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-success-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-success-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-success-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-success-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-success-text-contrastsWithCard{outline-color:true}
.outline-success-text-isDark{outline-color:true}
.outline-success-text-text{outline-color:#1B8749}
.outline-success-text-text\/0{outline-color:rgb(27 135 73 / 0)}
.outline-success-text-text\/10{outline-color:rgb(27 135 73 / 0.1)}
.outline-success-text-text\/100{outline-color:rgb(27 135 73 / 1)}
.outline-success-text-text\/15{outline-color:rgb(27 135 73 / 0.15)}
.outline-success-text-text\/20{outline-color:rgb(27 135 73 / 0.2)}
.outline-success-text-text\/25{outline-color:rgb(27 135 73 / 0.25)}
.outline-success-text-text\/30{outline-color:rgb(27 135 73 / 0.3)}
.outline-success-text-text\/35{outline-color:rgb(27 135 73 / 0.35)}
.outline-success-text-text\/40{outline-color:rgb(27 135 73 / 0.4)}
.outline-success-text-text\/45{outline-color:rgb(27 135 73 / 0.45)}
.outline-success-text-text\/5{outline-color:rgb(27 135 73 / 0.05)}
.outline-success-text-text\/50{outline-color:rgb(27 135 73 / 0.5)}
.outline-success-text-text\/55{outline-color:rgb(27 135 73 / 0.55)}
.outline-success-text-text\/60{outline-color:rgb(27 135 73 / 0.6)}
.outline-success-text-text\/65{outline-color:rgb(27 135 73 / 0.65)}
.outline-success-text-text\/70{outline-color:rgb(27 135 73 / 0.7)}
.outline-success-text-text\/75{outline-color:rgb(27 135 73 / 0.75)}
.outline-success-text-text\/80{outline-color:rgb(27 135 73 / 0.8)}
.outline-success-text-text\/85{outline-color:rgb(27 135 73 / 0.85)}
.outline-success-text-text\/90{outline-color:rgb(27 135 73 / 0.9)}
.outline-success-text-text\/95{outline-color:rgb(27 135 73 / 0.95)}
.outline-text-100{outline-color:var(--bt-text-100)}
.outline-text-200{outline-color:var(--bt-text-200)}
.outline-text-300{outline-color:var(--bt-text-300)}
.outline-text-400{outline-color:var(--bt-text-400)}
.outline-text-500{outline-color:var(--bt-text-500)}
.outline-text-600{outline-color:var(--bt-text-600)}
.outline-text-700{outline-color:var(--bt-text-700)}
.outline-text-800{outline-color:var(--bt-text-800)}
.outline-text-900{outline-color:var(--bt-text-900)}
.outline-text-contrast{outline-color:#fff}
.outline-text-contrast-contrast{outline-color:#000}
.outline-text-contrast-contrast\/0{outline-color:rgb(0 0 0 / 0)}
.outline-text-contrast-contrast\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-text-contrast-contrast\/100{outline-color:rgb(0 0 0 / 1)}
.outline-text-contrast-contrast\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-text-contrast-contrast\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-text-contrast-contrast\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-text-contrast-contrast\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-text-contrast-contrast\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-text-contrast-contrast\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-text-contrast-contrast\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-text-contrast-contrast\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-text-contrast-contrast\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-text-contrast-contrast\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-text-contrast-contrast\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-text-contrast-contrast\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-text-contrast-contrast\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-text-contrast-contrast\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-text-contrast-contrast\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-text-contrast-contrast\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-text-contrast-contrast\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-text-contrast-contrast\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-text-contrast-contrastsWithCard{}
.outline-text-contrast-isDark{}
.outline-text-contrast-text{outline-color:#848484}
.outline-text-contrast-text\/0{outline-color:rgb(132 132 132 / 0)}
.outline-text-contrast-text\/10{outline-color:rgb(132 132 132 / 0.1)}
.outline-text-contrast-text\/100{outline-color:rgb(132 132 132 / 1)}
.outline-text-contrast-text\/15{outline-color:rgb(132 132 132 / 0.15)}
.outline-text-contrast-text\/20{outline-color:rgb(132 132 132 / 0.2)}
.outline-text-contrast-text\/25{outline-color:rgb(132 132 132 / 0.25)}
.outline-text-contrast-text\/30{outline-color:rgb(132 132 132 / 0.3)}
.outline-text-contrast-text\/35{outline-color:rgb(132 132 132 / 0.35)}
.outline-text-contrast-text\/40{outline-color:rgb(132 132 132 / 0.4)}
.outline-text-contrast-text\/45{outline-color:rgb(132 132 132 / 0.45)}
.outline-text-contrast-text\/5{outline-color:rgb(132 132 132 / 0.05)}
.outline-text-contrast-text\/50{outline-color:rgb(132 132 132 / 0.5)}
.outline-text-contrast-text\/55{outline-color:rgb(132 132 132 / 0.55)}
.outline-text-contrast-text\/60{outline-color:rgb(132 132 132 / 0.6)}
.outline-text-contrast-text\/65{outline-color:rgb(132 132 132 / 0.65)}
.outline-text-contrast-text\/70{outline-color:rgb(132 132 132 / 0.7)}
.outline-text-contrast-text\/75{outline-color:rgb(132 132 132 / 0.75)}
.outline-text-contrast-text\/80{outline-color:rgb(132 132 132 / 0.8)}
.outline-text-contrast-text\/85{outline-color:rgb(132 132 132 / 0.85)}
.outline-text-contrast-text\/90{outline-color:rgb(132 132 132 / 0.9)}
.outline-text-contrast-text\/95{outline-color:rgb(132 132 132 / 0.95)}
.outline-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-text-contrastsWithCard{outline-color:true}
.outline-text-isDark{outline-color:true}
.outline-text-text{outline-color:#000}
.outline-text-text-contrast{outline-color:#fff}
.outline-text-text-contrast\/0{outline-color:rgb(255 255 255 / 0)}
.outline-text-text-contrast\/10{outline-color:rgb(255 255 255 / 0.1)}
.outline-text-text-contrast\/100{outline-color:rgb(255 255 255 / 1)}
.outline-text-text-contrast\/15{outline-color:rgb(255 255 255 / 0.15)}
.outline-text-text-contrast\/20{outline-color:rgb(255 255 255 / 0.2)}
.outline-text-text-contrast\/25{outline-color:rgb(255 255 255 / 0.25)}
.outline-text-text-contrast\/30{outline-color:rgb(255 255 255 / 0.3)}
.outline-text-text-contrast\/35{outline-color:rgb(255 255 255 / 0.35)}
.outline-text-text-contrast\/40{outline-color:rgb(255 255 255 / 0.4)}
.outline-text-text-contrast\/45{outline-color:rgb(255 255 255 / 0.45)}
.outline-text-text-contrast\/5{outline-color:rgb(255 255 255 / 0.05)}
.outline-text-text-contrast\/50{outline-color:rgb(255 255 255 / 0.5)}
.outline-text-text-contrast\/55{outline-color:rgb(255 255 255 / 0.55)}
.outline-text-text-contrast\/60{outline-color:rgb(255 255 255 / 0.6)}
.outline-text-text-contrast\/65{outline-color:rgb(255 255 255 / 0.65)}
.outline-text-text-contrast\/70{outline-color:rgb(255 255 255 / 0.7)}
.outline-text-text-contrast\/75{outline-color:rgb(255 255 255 / 0.75)}
.outline-text-text-contrast\/80{outline-color:rgb(255 255 255 / 0.8)}
.outline-text-text-contrast\/85{outline-color:rgb(255 255 255 / 0.85)}
.outline-text-text-contrast\/90{outline-color:rgb(255 255 255 / 0.9)}
.outline-text-text-contrast\/95{outline-color:rgb(255 255 255 / 0.95)}
.outline-text-text-contrastsWithCard{outline-color:true}
.outline-text-text-isDark{outline-color:true}
.outline-text-text-text{outline-color:#000}
.outline-text-text-text\/0{outline-color:rgb(0 0 0 / 0)}
.outline-text-text-text\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-text-text-text\/100{outline-color:rgb(0 0 0 / 1)}
.outline-text-text-text\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-text-text-text\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-text-text-text\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-text-text-text\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-text-text-text\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-text-text-text\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-text-text-text\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-text-text-text\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-text-text-text\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-text-text-text\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-text-text-text\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-text-text-text\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-text-text-text\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-text-text-text\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-text-text-text\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-text-text-text\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-text-text-text\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-text-text-text\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-text-text\/0{outline-color:rgb(0 0 0 / 0)}
.outline-text-text\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-text-text\/100{outline-color:rgb(0 0 0 / 1)}
.outline-text-text\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-text-text\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-text-text\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-text-text\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-text-text\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-text-text\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-text-text\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-text-text\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-text-text\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-text-text\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-text-text\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-text-text\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-text-text\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-text-text\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-text-text\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-text-text\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-text-text\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-text-text\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-warning-text-contrast{outline-color:#000}
.outline-warning-text-contrast\/0{outline-color:rgb(0 0 0 / 0)}
.outline-warning-text-contrast\/10{outline-color:rgb(0 0 0 / 0.1)}
.outline-warning-text-contrast\/100{outline-color:rgb(0 0 0 / 1)}
.outline-warning-text-contrast\/15{outline-color:rgb(0 0 0 / 0.15)}
.outline-warning-text-contrast\/20{outline-color:rgb(0 0 0 / 0.2)}
.outline-warning-text-contrast\/25{outline-color:rgb(0 0 0 / 0.25)}
.outline-warning-text-contrast\/30{outline-color:rgb(0 0 0 / 0.3)}
.outline-warning-text-contrast\/35{outline-color:rgb(0 0 0 / 0.35)}
.outline-warning-text-contrast\/40{outline-color:rgb(0 0 0 / 0.4)}
.outline-warning-text-contrast\/45{outline-color:rgb(0 0 0 / 0.45)}
.outline-warning-text-contrast\/5{outline-color:rgb(0 0 0 / 0.05)}
.outline-warning-text-contrast\/50{outline-color:rgb(0 0 0 / 0.5)}
.outline-warning-text-contrast\/55{outline-color:rgb(0 0 0 / 0.55)}
.outline-warning-text-contrast\/60{outline-color:rgb(0 0 0 / 0.6)}
.outline-warning-text-contrast\/65{outline-color:rgb(0 0 0 / 0.65)}
.outline-warning-text-contrast\/70{outline-color:rgb(0 0 0 / 0.7)}
.outline-warning-text-contrast\/75{outline-color:rgb(0 0 0 / 0.75)}
.outline-warning-text-contrast\/80{outline-color:rgb(0 0 0 / 0.8)}
.outline-warning-text-contrast\/85{outline-color:rgb(0 0 0 / 0.85)}
.outline-warning-text-contrast\/90{outline-color:rgb(0 0 0 / 0.9)}
.outline-warning-text-contrast\/95{outline-color:rgb(0 0 0 / 0.95)}
.outline-warning-text-contrastsWithCard{outline-color:true}
.outline-warning-text-isDark{}
.outline-warning-text-text{outline-color:#ffa800}
.outline-warning-text-text\/0{outline-color:rgb(255 168 0 / 0)}
.outline-warning-text-text\/10{outline-color:rgb(255 168 0 / 0.1)}
.outline-warning-text-text\/100{outline-color:rgb(255 168 0 / 1)}
.outline-warning-text-text\/15{outline-color:rgb(255 168 0 / 0.15)}
.outline-warning-text-text\/20{outline-color:rgb(255 168 0 / 0.2)}
.outline-warning-text-text\/25{outline-color:rgb(255 168 0 / 0.25)}
.outline-warning-text-text\/30{outline-color:rgb(255 168 0 / 0.3)}
.outline-warning-text-text\/35{outline-color:rgb(255 168 0 / 0.35)}
.outline-warning-text-text\/40{outline-color:rgb(255 168 0 / 0.4)}
.outline-warning-text-text\/45{outline-color:rgb(255 168 0 / 0.45)}
.outline-warning-text-text\/5{outline-color:rgb(255 168 0 / 0.05)}
.outline-warning-text-text\/50{outline-color:rgb(255 168 0 / 0.5)}
.outline-warning-text-text\/55{outline-color:rgb(255 168 0 / 0.55)}
.outline-warning-text-text\/60{outline-color:rgb(255 168 0 / 0.6)}
.outline-warning-text-text\/65{outline-color:rgb(255 168 0 / 0.65)}
.outline-warning-text-text\/70{outline-color:rgb(255 168 0 / 0.7)}
.outline-warning-text-text\/75{outline-color:rgb(255 168 0 / 0.75)}
.outline-warning-text-text\/80{outline-color:rgb(255 168 0 / 0.8)}
.outline-warning-text-text\/85{outline-color:rgb(255 168 0 / 0.85)}
.outline-warning-text-text\/90{outline-color:rgb(255 168 0 / 0.9)}
.outline-warning-text-text\/95{outline-color:rgb(255 168 0 / 0.95)}
.ring-amber-100{--tw-ring-opacity:1;--tw-ring-color:rgb(254 243 199 / var(--tw-ring-opacity))}
.ring-amber-100\/0{--tw-ring-color:rgb(254 243 199 / 0)}
.ring-amber-100\/10{--tw-ring-color:rgb(254 243 199 / 0.1)}
.ring-amber-100\/100{--tw-ring-color:rgb(254 243 199 / 1)}
.ring-amber-100\/15{--tw-ring-color:rgb(254 243 199 / 0.15)}
.ring-amber-100\/20{--tw-ring-color:rgb(254 243 199 / 0.2)}
.ring-amber-100\/25{--tw-ring-color:rgb(254 243 199 / 0.25)}
.ring-amber-100\/30{--tw-ring-color:rgb(254 243 199 / 0.3)}
.ring-amber-100\/35{--tw-ring-color:rgb(254 243 199 / 0.35)}
.ring-amber-100\/40{--tw-ring-color:rgb(254 243 199 / 0.4)}
.ring-amber-100\/45{--tw-ring-color:rgb(254 243 199 / 0.45)}
.ring-amber-100\/5{--tw-ring-color:rgb(254 243 199 / 0.05)}
.ring-amber-100\/50{--tw-ring-color:rgb(254 243 199 / 0.5)}
.ring-amber-100\/55{--tw-ring-color:rgb(254 243 199 / 0.55)}
.ring-amber-100\/60{--tw-ring-color:rgb(254 243 199 / 0.6)}
.ring-amber-100\/65{--tw-ring-color:rgb(254 243 199 / 0.65)}
.ring-amber-100\/70{--tw-ring-color:rgb(254 243 199 / 0.7)}
.ring-amber-100\/75{--tw-ring-color:rgb(254 243 199 / 0.75)}
.ring-amber-100\/80{--tw-ring-color:rgb(254 243 199 / 0.8)}
.ring-amber-100\/85{--tw-ring-color:rgb(254 243 199 / 0.85)}
.ring-amber-100\/90{--tw-ring-color:rgb(254 243 199 / 0.9)}
.ring-amber-100\/95{--tw-ring-color:rgb(254 243 199 / 0.95)}
.ring-amber-200{--tw-ring-opacity:1;--tw-ring-color:rgb(253 230 138 / var(--tw-ring-opacity))}
.ring-amber-200\/0{--tw-ring-color:rgb(253 230 138 / 0)}
.ring-amber-200\/10{--tw-ring-color:rgb(253 230 138 / 0.1)}
.ring-amber-200\/100{--tw-ring-color:rgb(253 230 138 / 1)}
.ring-amber-200\/15{--tw-ring-color:rgb(253 230 138 / 0.15)}
.ring-amber-200\/20{--tw-ring-color:rgb(253 230 138 / 0.2)}
.ring-amber-200\/25{--tw-ring-color:rgb(253 230 138 / 0.25)}
.ring-amber-200\/30{--tw-ring-color:rgb(253 230 138 / 0.3)}
.ring-amber-200\/35{--tw-ring-color:rgb(253 230 138 / 0.35)}
.ring-amber-200\/40{--tw-ring-color:rgb(253 230 138 / 0.4)}
.ring-amber-200\/45{--tw-ring-color:rgb(253 230 138 / 0.45)}
.ring-amber-200\/5{--tw-ring-color:rgb(253 230 138 / 0.05)}
.ring-amber-200\/50{--tw-ring-color:rgb(253 230 138 / 0.5)}
.ring-amber-200\/55{--tw-ring-color:rgb(253 230 138 / 0.55)}
.ring-amber-200\/60{--tw-ring-color:rgb(253 230 138 / 0.6)}
.ring-amber-200\/65{--tw-ring-color:rgb(253 230 138 / 0.65)}
.ring-amber-200\/70{--tw-ring-color:rgb(253 230 138 / 0.7)}
.ring-amber-200\/75{--tw-ring-color:rgb(253 230 138 / 0.75)}
.ring-amber-200\/80{--tw-ring-color:rgb(253 230 138 / 0.8)}
.ring-amber-200\/85{--tw-ring-color:rgb(253 230 138 / 0.85)}
.ring-amber-200\/90{--tw-ring-color:rgb(253 230 138 / 0.9)}
.ring-amber-200\/95{--tw-ring-color:rgb(253 230 138 / 0.95)}
.ring-amber-300{--tw-ring-opacity:1;--tw-ring-color:rgb(252 211 77 / var(--tw-ring-opacity))}
.ring-amber-300\/0{--tw-ring-color:rgb(252 211 77 / 0)}
.ring-amber-300\/10{--tw-ring-color:rgb(252 211 77 / 0.1)}
.ring-amber-300\/100{--tw-ring-color:rgb(252 211 77 / 1)}
.ring-amber-300\/15{--tw-ring-color:rgb(252 211 77 / 0.15)}
.ring-amber-300\/20{--tw-ring-color:rgb(252 211 77 / 0.2)}
.ring-amber-300\/25{--tw-ring-color:rgb(252 211 77 / 0.25)}
.ring-amber-300\/30{--tw-ring-color:rgb(252 211 77 / 0.3)}
.ring-amber-300\/35{--tw-ring-color:rgb(252 211 77 / 0.35)}
.ring-amber-300\/40{--tw-ring-color:rgb(252 211 77 / 0.4)}
.ring-amber-300\/45{--tw-ring-color:rgb(252 211 77 / 0.45)}
.ring-amber-300\/5{--tw-ring-color:rgb(252 211 77 / 0.05)}
.ring-amber-300\/50{--tw-ring-color:rgb(252 211 77 / 0.5)}
.ring-amber-300\/55{--tw-ring-color:rgb(252 211 77 / 0.55)}
.ring-amber-300\/60{--tw-ring-color:rgb(252 211 77 / 0.6)}
.ring-amber-300\/65{--tw-ring-color:rgb(252 211 77 / 0.65)}
.ring-amber-300\/70{--tw-ring-color:rgb(252 211 77 / 0.7)}
.ring-amber-300\/75{--tw-ring-color:rgb(252 211 77 / 0.75)}
.ring-amber-300\/80{--tw-ring-color:rgb(252 211 77 / 0.8)}
.ring-amber-300\/85{--tw-ring-color:rgb(252 211 77 / 0.85)}
.ring-amber-300\/90{--tw-ring-color:rgb(252 211 77 / 0.9)}
.ring-amber-300\/95{--tw-ring-color:rgb(252 211 77 / 0.95)}
.ring-amber-400{--tw-ring-opacity:1;--tw-ring-color:rgb(251 191 36 / var(--tw-ring-opacity))}
.ring-amber-400\/0{--tw-ring-color:rgb(251 191 36 / 0)}
.ring-amber-400\/10{--tw-ring-color:rgb(251 191 36 / 0.1)}
.ring-amber-400\/100{--tw-ring-color:rgb(251 191 36 / 1)}
.ring-amber-400\/15{--tw-ring-color:rgb(251 191 36 / 0.15)}
.ring-amber-400\/20{--tw-ring-color:rgb(251 191 36 / 0.2)}
.ring-amber-400\/25{--tw-ring-color:rgb(251 191 36 / 0.25)}
.ring-amber-400\/30{--tw-ring-color:rgb(251 191 36 / 0.3)}
.ring-amber-400\/35{--tw-ring-color:rgb(251 191 36 / 0.35)}
.ring-amber-400\/40{--tw-ring-color:rgb(251 191 36 / 0.4)}
.ring-amber-400\/45{--tw-ring-color:rgb(251 191 36 / 0.45)}
.ring-amber-400\/5{--tw-ring-color:rgb(251 191 36 / 0.05)}
.ring-amber-400\/50{--tw-ring-color:rgb(251 191 36 / 0.5)}
.ring-amber-400\/55{--tw-ring-color:rgb(251 191 36 / 0.55)}
.ring-amber-400\/60{--tw-ring-color:rgb(251 191 36 / 0.6)}
.ring-amber-400\/65{--tw-ring-color:rgb(251 191 36 / 0.65)}
.ring-amber-400\/70{--tw-ring-color:rgb(251 191 36 / 0.7)}
.ring-amber-400\/75{--tw-ring-color:rgb(251 191 36 / 0.75)}
.ring-amber-400\/80{--tw-ring-color:rgb(251 191 36 / 0.8)}
.ring-amber-400\/85{--tw-ring-color:rgb(251 191 36 / 0.85)}
.ring-amber-400\/90{--tw-ring-color:rgb(251 191 36 / 0.9)}
.ring-amber-400\/95{--tw-ring-color:rgb(251 191 36 / 0.95)}
.ring-amber-50{--tw-ring-opacity:1;--tw-ring-color:rgb(255 251 235 / var(--tw-ring-opacity))}
.ring-amber-50\/0{--tw-ring-color:rgb(255 251 235 / 0)}
.ring-amber-50\/10{--tw-ring-color:rgb(255 251 235 / 0.1)}
.ring-amber-50\/100{--tw-ring-color:rgb(255 251 235 / 1)}
.ring-amber-50\/15{--tw-ring-color:rgb(255 251 235 / 0.15)}
.ring-amber-50\/20{--tw-ring-color:rgb(255 251 235 / 0.2)}
.ring-amber-50\/25{--tw-ring-color:rgb(255 251 235 / 0.25)}
.ring-amber-50\/30{--tw-ring-color:rgb(255 251 235 / 0.3)}
.ring-amber-50\/35{--tw-ring-color:rgb(255 251 235 / 0.35)}
.ring-amber-50\/40{--tw-ring-color:rgb(255 251 235 / 0.4)}
.ring-amber-50\/45{--tw-ring-color:rgb(255 251 235 / 0.45)}
.ring-amber-50\/5{--tw-ring-color:rgb(255 251 235 / 0.05)}
.ring-amber-50\/50{--tw-ring-color:rgb(255 251 235 / 0.5)}
.ring-amber-50\/55{--tw-ring-color:rgb(255 251 235 / 0.55)}
.ring-amber-50\/60{--tw-ring-color:rgb(255 251 235 / 0.6)}
.ring-amber-50\/65{--tw-ring-color:rgb(255 251 235 / 0.65)}
.ring-amber-50\/70{--tw-ring-color:rgb(255 251 235 / 0.7)}
.ring-amber-50\/75{--tw-ring-color:rgb(255 251 235 / 0.75)}
.ring-amber-50\/80{--tw-ring-color:rgb(255 251 235 / 0.8)}
.ring-amber-50\/85{--tw-ring-color:rgb(255 251 235 / 0.85)}
.ring-amber-50\/90{--tw-ring-color:rgb(255 251 235 / 0.9)}
.ring-amber-50\/95{--tw-ring-color:rgb(255 251 235 / 0.95)}
.ring-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity))}
.ring-amber-500\/0{--tw-ring-color:rgb(245 158 11 / 0)}
.ring-amber-500\/10{--tw-ring-color:rgb(245 158 11 / 0.1)}
.ring-amber-500\/100{--tw-ring-color:rgb(245 158 11 / 1)}
.ring-amber-500\/15{--tw-ring-color:rgb(245 158 11 / 0.15)}
.ring-amber-500\/20{--tw-ring-color:rgb(245 158 11 / 0.2)}
.ring-amber-500\/25{--tw-ring-color:rgb(245 158 11 / 0.25)}
.ring-amber-500\/30{--tw-ring-color:rgb(245 158 11 / 0.3)}
.ring-amber-500\/35{--tw-ring-color:rgb(245 158 11 / 0.35)}
.ring-amber-500\/40{--tw-ring-color:rgb(245 158 11 / 0.4)}
.ring-amber-500\/45{--tw-ring-color:rgb(245 158 11 / 0.45)}
.ring-amber-500\/5{--tw-ring-color:rgb(245 158 11 / 0.05)}
.ring-amber-500\/50{--tw-ring-color:rgb(245 158 11 / 0.5)}
.ring-amber-500\/55{--tw-ring-color:rgb(245 158 11 / 0.55)}
.ring-amber-500\/60{--tw-ring-color:rgb(245 158 11 / 0.6)}
.ring-amber-500\/65{--tw-ring-color:rgb(245 158 11 / 0.65)}
.ring-amber-500\/70{--tw-ring-color:rgb(245 158 11 / 0.7)}
.ring-amber-500\/75{--tw-ring-color:rgb(245 158 11 / 0.75)}
.ring-amber-500\/80{--tw-ring-color:rgb(245 158 11 / 0.8)}
.ring-amber-500\/85{--tw-ring-color:rgb(245 158 11 / 0.85)}
.ring-amber-500\/90{--tw-ring-color:rgb(245 158 11 / 0.9)}
.ring-amber-500\/95{--tw-ring-color:rgb(245 158 11 / 0.95)}
.ring-amber-600{--tw-ring-opacity:1;--tw-ring-color:rgb(217 119 6 / var(--tw-ring-opacity))}
.ring-amber-600\/0{--tw-ring-color:rgb(217 119 6 / 0)}
.ring-amber-600\/10{--tw-ring-color:rgb(217 119 6 / 0.1)}
.ring-amber-600\/100{--tw-ring-color:rgb(217 119 6 / 1)}
.ring-amber-600\/15{--tw-ring-color:rgb(217 119 6 / 0.15)}
.ring-amber-600\/20{--tw-ring-color:rgb(217 119 6 / 0.2)}
.ring-amber-600\/25{--tw-ring-color:rgb(217 119 6 / 0.25)}
.ring-amber-600\/30{--tw-ring-color:rgb(217 119 6 / 0.3)}
.ring-amber-600\/35{--tw-ring-color:rgb(217 119 6 / 0.35)}
.ring-amber-600\/40{--tw-ring-color:rgb(217 119 6 / 0.4)}
.ring-amber-600\/45{--tw-ring-color:rgb(217 119 6 / 0.45)}
.ring-amber-600\/5{--tw-ring-color:rgb(217 119 6 / 0.05)}
.ring-amber-600\/50{--tw-ring-color:rgb(217 119 6 / 0.5)}
.ring-amber-600\/55{--tw-ring-color:rgb(217 119 6 / 0.55)}
.ring-amber-600\/60{--tw-ring-color:rgb(217 119 6 / 0.6)}
.ring-amber-600\/65{--tw-ring-color:rgb(217 119 6 / 0.65)}
.ring-amber-600\/70{--tw-ring-color:rgb(217 119 6 / 0.7)}
.ring-amber-600\/75{--tw-ring-color:rgb(217 119 6 / 0.75)}
.ring-amber-600\/80{--tw-ring-color:rgb(217 119 6 / 0.8)}
.ring-amber-600\/85{--tw-ring-color:rgb(217 119 6 / 0.85)}
.ring-amber-600\/90{--tw-ring-color:rgb(217 119 6 / 0.9)}
.ring-amber-600\/95{--tw-ring-color:rgb(217 119 6 / 0.95)}
.ring-amber-700{--tw-ring-opacity:1;--tw-ring-color:rgb(180 83 9 / var(--tw-ring-opacity))}
.ring-amber-700\/0{--tw-ring-color:rgb(180 83 9 / 0)}
.ring-amber-700\/10{--tw-ring-color:rgb(180 83 9 / 0.1)}
.ring-amber-700\/100{--tw-ring-color:rgb(180 83 9 / 1)}
.ring-amber-700\/15{--tw-ring-color:rgb(180 83 9 / 0.15)}
.ring-amber-700\/20{--tw-ring-color:rgb(180 83 9 / 0.2)}
.ring-amber-700\/25{--tw-ring-color:rgb(180 83 9 / 0.25)}
.ring-amber-700\/30{--tw-ring-color:rgb(180 83 9 / 0.3)}
.ring-amber-700\/35{--tw-ring-color:rgb(180 83 9 / 0.35)}
.ring-amber-700\/40{--tw-ring-color:rgb(180 83 9 / 0.4)}
.ring-amber-700\/45{--tw-ring-color:rgb(180 83 9 / 0.45)}
.ring-amber-700\/5{--tw-ring-color:rgb(180 83 9 / 0.05)}
.ring-amber-700\/50{--tw-ring-color:rgb(180 83 9 / 0.5)}
.ring-amber-700\/55{--tw-ring-color:rgb(180 83 9 / 0.55)}
.ring-amber-700\/60{--tw-ring-color:rgb(180 83 9 / 0.6)}
.ring-amber-700\/65{--tw-ring-color:rgb(180 83 9 / 0.65)}
.ring-amber-700\/70{--tw-ring-color:rgb(180 83 9 / 0.7)}
.ring-amber-700\/75{--tw-ring-color:rgb(180 83 9 / 0.75)}
.ring-amber-700\/80{--tw-ring-color:rgb(180 83 9 / 0.8)}
.ring-amber-700\/85{--tw-ring-color:rgb(180 83 9 / 0.85)}
.ring-amber-700\/90{--tw-ring-color:rgb(180 83 9 / 0.9)}
.ring-amber-700\/95{--tw-ring-color:rgb(180 83 9 / 0.95)}
.ring-amber-800{--tw-ring-opacity:1;--tw-ring-color:rgb(146 64 14 / var(--tw-ring-opacity))}
.ring-amber-800\/0{--tw-ring-color:rgb(146 64 14 / 0)}
.ring-amber-800\/10{--tw-ring-color:rgb(146 64 14 / 0.1)}
.ring-amber-800\/100{--tw-ring-color:rgb(146 64 14 / 1)}
.ring-amber-800\/15{--tw-ring-color:rgb(146 64 14 / 0.15)}
.ring-amber-800\/20{--tw-ring-color:rgb(146 64 14 / 0.2)}
.ring-amber-800\/25{--tw-ring-color:rgb(146 64 14 / 0.25)}
.ring-amber-800\/30{--tw-ring-color:rgb(146 64 14 / 0.3)}
.ring-amber-800\/35{--tw-ring-color:rgb(146 64 14 / 0.35)}
.ring-amber-800\/40{--tw-ring-color:rgb(146 64 14 / 0.4)}
.ring-amber-800\/45{--tw-ring-color:rgb(146 64 14 / 0.45)}
.ring-amber-800\/5{--tw-ring-color:rgb(146 64 14 / 0.05)}
.ring-amber-800\/50{--tw-ring-color:rgb(146 64 14 / 0.5)}
.ring-amber-800\/55{--tw-ring-color:rgb(146 64 14 / 0.55)}
.ring-amber-800\/60{--tw-ring-color:rgb(146 64 14 / 0.6)}
.ring-amber-800\/65{--tw-ring-color:rgb(146 64 14 / 0.65)}
.ring-amber-800\/70{--tw-ring-color:rgb(146 64 14 / 0.7)}
.ring-amber-800\/75{--tw-ring-color:rgb(146 64 14 / 0.75)}
.ring-amber-800\/80{--tw-ring-color:rgb(146 64 14 / 0.8)}
.ring-amber-800\/85{--tw-ring-color:rgb(146 64 14 / 0.85)}
.ring-amber-800\/90{--tw-ring-color:rgb(146 64 14 / 0.9)}
.ring-amber-800\/95{--tw-ring-color:rgb(146 64 14 / 0.95)}
.ring-amber-900{--tw-ring-opacity:1;--tw-ring-color:rgb(120 53 15 / var(--tw-ring-opacity))}
.ring-amber-900\/0{--tw-ring-color:rgb(120 53 15 / 0)}
.ring-amber-900\/10{--tw-ring-color:rgb(120 53 15 / 0.1)}
.ring-amber-900\/100{--tw-ring-color:rgb(120 53 15 / 1)}
.ring-amber-900\/15{--tw-ring-color:rgb(120 53 15 / 0.15)}
.ring-amber-900\/20{--tw-ring-color:rgb(120 53 15 / 0.2)}
.ring-amber-900\/25{--tw-ring-color:rgb(120 53 15 / 0.25)}
.ring-amber-900\/30{--tw-ring-color:rgb(120 53 15 / 0.3)}
.ring-amber-900\/35{--tw-ring-color:rgb(120 53 15 / 0.35)}
.ring-amber-900\/40{--tw-ring-color:rgb(120 53 15 / 0.4)}
.ring-amber-900\/45{--tw-ring-color:rgb(120 53 15 / 0.45)}
.ring-amber-900\/5{--tw-ring-color:rgb(120 53 15 / 0.05)}
.ring-amber-900\/50{--tw-ring-color:rgb(120 53 15 / 0.5)}
.ring-amber-900\/55{--tw-ring-color:rgb(120 53 15 / 0.55)}
.ring-amber-900\/60{--tw-ring-color:rgb(120 53 15 / 0.6)}
.ring-amber-900\/65{--tw-ring-color:rgb(120 53 15 / 0.65)}
.ring-amber-900\/70{--tw-ring-color:rgb(120 53 15 / 0.7)}
.ring-amber-900\/75{--tw-ring-color:rgb(120 53 15 / 0.75)}
.ring-amber-900\/80{--tw-ring-color:rgb(120 53 15 / 0.8)}
.ring-amber-900\/85{--tw-ring-color:rgb(120 53 15 / 0.85)}
.ring-amber-900\/90{--tw-ring-color:rgb(120 53 15 / 0.9)}
.ring-amber-900\/95{--tw-ring-color:rgb(120 53 15 / 0.95)}
.ring-amber-950{--tw-ring-opacity:1;--tw-ring-color:rgb(69 26 3 / var(--tw-ring-opacity))}
.ring-amber-950\/0{--tw-ring-color:rgb(69 26 3 / 0)}
.ring-amber-950\/10{--tw-ring-color:rgb(69 26 3 / 0.1)}
.ring-amber-950\/100{--tw-ring-color:rgb(69 26 3 / 1)}
.ring-amber-950\/15{--tw-ring-color:rgb(69 26 3 / 0.15)}
.ring-amber-950\/20{--tw-ring-color:rgb(69 26 3 / 0.2)}
.ring-amber-950\/25{--tw-ring-color:rgb(69 26 3 / 0.25)}
.ring-amber-950\/30{--tw-ring-color:rgb(69 26 3 / 0.3)}
.ring-amber-950\/35{--tw-ring-color:rgb(69 26 3 / 0.35)}
.ring-amber-950\/40{--tw-ring-color:rgb(69 26 3 / 0.4)}
.ring-amber-950\/45{--tw-ring-color:rgb(69 26 3 / 0.45)}
.ring-amber-950\/5{--tw-ring-color:rgb(69 26 3 / 0.05)}
.ring-amber-950\/50{--tw-ring-color:rgb(69 26 3 / 0.5)}
.ring-amber-950\/55{--tw-ring-color:rgb(69 26 3 / 0.55)}
.ring-amber-950\/60{--tw-ring-color:rgb(69 26 3 / 0.6)}
.ring-amber-950\/65{--tw-ring-color:rgb(69 26 3 / 0.65)}
.ring-amber-950\/70{--tw-ring-color:rgb(69 26 3 / 0.7)}
.ring-amber-950\/75{--tw-ring-color:rgb(69 26 3 / 0.75)}
.ring-amber-950\/80{--tw-ring-color:rgb(69 26 3 / 0.8)}
.ring-amber-950\/85{--tw-ring-color:rgb(69 26 3 / 0.85)}
.ring-amber-950\/90{--tw-ring-color:rgb(69 26 3 / 0.9)}
.ring-amber-950\/95{--tw-ring-color:rgb(69 26 3 / 0.95)}
.ring-background-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-background-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-background-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-background-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-background-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-background-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-background-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-background-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-background-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-background-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-background-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-background-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-background-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-background-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-background-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-background-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-background-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-background-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-background-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-background-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-background-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-background-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-background-text-contrastsWithCard{--tw-ring-color:true}
.ring-background-text-isDark{--tw-ring-color:true}
.ring-background-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(107 111 115 / var(--tw-ring-opacity))}
.ring-background-text-text\/0{--tw-ring-color:rgb(107 111 115 / 0)}
.ring-background-text-text\/10{--tw-ring-color:rgb(107 111 115 / 0.1)}
.ring-background-text-text\/100{--tw-ring-color:rgb(107 111 115 / 1)}
.ring-background-text-text\/15{--tw-ring-color:rgb(107 111 115 / 0.15)}
.ring-background-text-text\/20{--tw-ring-color:rgb(107 111 115 / 0.2)}
.ring-background-text-text\/25{--tw-ring-color:rgb(107 111 115 / 0.25)}
.ring-background-text-text\/30{--tw-ring-color:rgb(107 111 115 / 0.3)}
.ring-background-text-text\/35{--tw-ring-color:rgb(107 111 115 / 0.35)}
.ring-background-text-text\/40{--tw-ring-color:rgb(107 111 115 / 0.4)}
.ring-background-text-text\/45{--tw-ring-color:rgb(107 111 115 / 0.45)}
.ring-background-text-text\/5{--tw-ring-color:rgb(107 111 115 / 0.05)}
.ring-background-text-text\/50{--tw-ring-color:rgb(107 111 115 / 0.5)}
.ring-background-text-text\/55{--tw-ring-color:rgb(107 111 115 / 0.55)}
.ring-background-text-text\/60{--tw-ring-color:rgb(107 111 115 / 0.6)}
.ring-background-text-text\/65{--tw-ring-color:rgb(107 111 115 / 0.65)}
.ring-background-text-text\/70{--tw-ring-color:rgb(107 111 115 / 0.7)}
.ring-background-text-text\/75{--tw-ring-color:rgb(107 111 115 / 0.75)}
.ring-background-text-text\/80{--tw-ring-color:rgb(107 111 115 / 0.8)}
.ring-background-text-text\/85{--tw-ring-color:rgb(107 111 115 / 0.85)}
.ring-background-text-text\/90{--tw-ring-color:rgb(107 111 115 / 0.9)}
.ring-background-text-text\/95{--tw-ring-color:rgb(107 111 115 / 0.95)}
.ring-bt-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-bt-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-bt-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-bt-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-bt-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-bt-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-bt-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-bt-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-bt-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-bt-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-bt-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-bt-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-bt-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-bt-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-bt-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-bt-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-bt-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-bt-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-bt-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-bt-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-bt-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-bt-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-bt-text-contrastsWithCard{--tw-ring-color:true}
.ring-bt-text-isDark{--tw-ring-color:true}
.ring-bt-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59 / var(--tw-ring-opacity))}
.ring-bt-text-text\/0{--tw-ring-color:rgb(30 41 59 / 0)}
.ring-bt-text-text\/10{--tw-ring-color:rgb(30 41 59 / 0.1)}
.ring-bt-text-text\/100{--tw-ring-color:rgb(30 41 59 / 1)}
.ring-bt-text-text\/15{--tw-ring-color:rgb(30 41 59 / 0.15)}
.ring-bt-text-text\/20{--tw-ring-color:rgb(30 41 59 / 0.2)}
.ring-bt-text-text\/25{--tw-ring-color:rgb(30 41 59 / 0.25)}
.ring-bt-text-text\/30{--tw-ring-color:rgb(30 41 59 / 0.3)}
.ring-bt-text-text\/35{--tw-ring-color:rgb(30 41 59 / 0.35)}
.ring-bt-text-text\/40{--tw-ring-color:rgb(30 41 59 / 0.4)}
.ring-bt-text-text\/45{--tw-ring-color:rgb(30 41 59 / 0.45)}
.ring-bt-text-text\/5{--tw-ring-color:rgb(30 41 59 / 0.05)}
.ring-bt-text-text\/50{--tw-ring-color:rgb(30 41 59 / 0.5)}
.ring-bt-text-text\/55{--tw-ring-color:rgb(30 41 59 / 0.55)}
.ring-bt-text-text\/60{--tw-ring-color:rgb(30 41 59 / 0.6)}
.ring-bt-text-text\/65{--tw-ring-color:rgb(30 41 59 / 0.65)}
.ring-bt-text-text\/70{--tw-ring-color:rgb(30 41 59 / 0.7)}
.ring-bt-text-text\/75{--tw-ring-color:rgb(30 41 59 / 0.75)}
.ring-bt-text-text\/80{--tw-ring-color:rgb(30 41 59 / 0.8)}
.ring-bt-text-text\/85{--tw-ring-color:rgb(30 41 59 / 0.85)}
.ring-bt-text-text\/90{--tw-ring-color:rgb(30 41 59 / 0.9)}
.ring-bt-text-text\/95{--tw-ring-color:rgb(30 41 59 / 0.95)}
.ring-btLight-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-btLight-text-contrast\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-btLight-text-contrast\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-btLight-text-contrast\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-btLight-text-contrast\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-btLight-text-contrast\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-btLight-text-contrast\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-btLight-text-contrast\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-btLight-text-contrast\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-btLight-text-contrast\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-btLight-text-contrast\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-btLight-text-contrast\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-btLight-text-contrast\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-btLight-text-contrast\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-btLight-text-contrast\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-btLight-text-contrast\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-btLight-text-contrast\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-btLight-text-contrast\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-btLight-text-contrast\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-btLight-text-contrast\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-btLight-text-contrast\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-btLight-text-contrast\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-btLight-text-contrastsWithCard{--tw-ring-color:true}
.ring-btLight-text-isDark{}
.ring-btLight-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(72 171 217 / var(--tw-ring-opacity))}
.ring-btLight-text-text\/0{--tw-ring-color:rgb(72 171 217 / 0)}
.ring-btLight-text-text\/10{--tw-ring-color:rgb(72 171 217 / 0.1)}
.ring-btLight-text-text\/100{--tw-ring-color:rgb(72 171 217 / 1)}
.ring-btLight-text-text\/15{--tw-ring-color:rgb(72 171 217 / 0.15)}
.ring-btLight-text-text\/20{--tw-ring-color:rgb(72 171 217 / 0.2)}
.ring-btLight-text-text\/25{--tw-ring-color:rgb(72 171 217 / 0.25)}
.ring-btLight-text-text\/30{--tw-ring-color:rgb(72 171 217 / 0.3)}
.ring-btLight-text-text\/35{--tw-ring-color:rgb(72 171 217 / 0.35)}
.ring-btLight-text-text\/40{--tw-ring-color:rgb(72 171 217 / 0.4)}
.ring-btLight-text-text\/45{--tw-ring-color:rgb(72 171 217 / 0.45)}
.ring-btLight-text-text\/5{--tw-ring-color:rgb(72 171 217 / 0.05)}
.ring-btLight-text-text\/50{--tw-ring-color:rgb(72 171 217 / 0.5)}
.ring-btLight-text-text\/55{--tw-ring-color:rgb(72 171 217 / 0.55)}
.ring-btLight-text-text\/60{--tw-ring-color:rgb(72 171 217 / 0.6)}
.ring-btLight-text-text\/65{--tw-ring-color:rgb(72 171 217 / 0.65)}
.ring-btLight-text-text\/70{--tw-ring-color:rgb(72 171 217 / 0.7)}
.ring-btLight-text-text\/75{--tw-ring-color:rgb(72 171 217 / 0.75)}
.ring-btLight-text-text\/80{--tw-ring-color:rgb(72 171 217 / 0.8)}
.ring-btLight-text-text\/85{--tw-ring-color:rgb(72 171 217 / 0.85)}
.ring-btLight-text-text\/90{--tw-ring-color:rgb(72 171 217 / 0.9)}
.ring-btLight-text-text\/95{--tw-ring-color:rgb(72 171 217 / 0.95)}
.ring-cardBackground-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-cardBackground-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-cardBackground-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-cardBackground-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-cardBackground-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-cardBackground-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-cardBackground-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-cardBackground-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-cardBackground-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-cardBackground-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-cardBackground-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-cardBackground-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-cardBackground-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-cardBackground-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-cardBackground-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-cardBackground-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-cardBackground-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-cardBackground-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-cardBackground-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-cardBackground-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-cardBackground-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-cardBackground-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-cardBackground-text-contrastsWithCard{--tw-ring-color:true}
.ring-cardBackground-text-isDark{--tw-ring-color:true}
.ring-cardBackground-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(132 132 132 / var(--tw-ring-opacity))}
.ring-cardBackground-text-text\/0{--tw-ring-color:rgb(132 132 132 / 0)}
.ring-cardBackground-text-text\/10{--tw-ring-color:rgb(132 132 132 / 0.1)}
.ring-cardBackground-text-text\/100{--tw-ring-color:rgb(132 132 132 / 1)}
.ring-cardBackground-text-text\/15{--tw-ring-color:rgb(132 132 132 / 0.15)}
.ring-cardBackground-text-text\/20{--tw-ring-color:rgb(132 132 132 / 0.2)}
.ring-cardBackground-text-text\/25{--tw-ring-color:rgb(132 132 132 / 0.25)}
.ring-cardBackground-text-text\/30{--tw-ring-color:rgb(132 132 132 / 0.3)}
.ring-cardBackground-text-text\/35{--tw-ring-color:rgb(132 132 132 / 0.35)}
.ring-cardBackground-text-text\/40{--tw-ring-color:rgb(132 132 132 / 0.4)}
.ring-cardBackground-text-text\/45{--tw-ring-color:rgb(132 132 132 / 0.45)}
.ring-cardBackground-text-text\/5{--tw-ring-color:rgb(132 132 132 / 0.05)}
.ring-cardBackground-text-text\/50{--tw-ring-color:rgb(132 132 132 / 0.5)}
.ring-cardBackground-text-text\/55{--tw-ring-color:rgb(132 132 132 / 0.55)}
.ring-cardBackground-text-text\/60{--tw-ring-color:rgb(132 132 132 / 0.6)}
.ring-cardBackground-text-text\/65{--tw-ring-color:rgb(132 132 132 / 0.65)}
.ring-cardBackground-text-text\/70{--tw-ring-color:rgb(132 132 132 / 0.7)}
.ring-cardBackground-text-text\/75{--tw-ring-color:rgb(132 132 132 / 0.75)}
.ring-cardBackground-text-text\/80{--tw-ring-color:rgb(132 132 132 / 0.8)}
.ring-cardBackground-text-text\/85{--tw-ring-color:rgb(132 132 132 / 0.85)}
.ring-cardBackground-text-text\/90{--tw-ring-color:rgb(132 132 132 / 0.9)}
.ring-cardBackground-text-text\/95{--tw-ring-color:rgb(132 132 132 / 0.95)}
.ring-cardHeader-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-cardHeader-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-cardHeader-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-cardHeader-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-cardHeader-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-cardHeader-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-cardHeader-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-cardHeader-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-cardHeader-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-cardHeader-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-cardHeader-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-cardHeader-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-cardHeader-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-cardHeader-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-cardHeader-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-cardHeader-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-cardHeader-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-cardHeader-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-cardHeader-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-cardHeader-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-cardHeader-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-cardHeader-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-cardHeader-text-contrastsWithCard{--tw-ring-color:true}
.ring-cardHeader-text-isDark{--tw-ring-color:true}
.ring-cardHeader-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(126 126 132 / var(--tw-ring-opacity))}
.ring-cardHeader-text-text\/0{--tw-ring-color:rgb(126 126 132 / 0)}
.ring-cardHeader-text-text\/10{--tw-ring-color:rgb(126 126 132 / 0.1)}
.ring-cardHeader-text-text\/100{--tw-ring-color:rgb(126 126 132 / 1)}
.ring-cardHeader-text-text\/15{--tw-ring-color:rgb(126 126 132 / 0.15)}
.ring-cardHeader-text-text\/20{--tw-ring-color:rgb(126 126 132 / 0.2)}
.ring-cardHeader-text-text\/25{--tw-ring-color:rgb(126 126 132 / 0.25)}
.ring-cardHeader-text-text\/30{--tw-ring-color:rgb(126 126 132 / 0.3)}
.ring-cardHeader-text-text\/35{--tw-ring-color:rgb(126 126 132 / 0.35)}
.ring-cardHeader-text-text\/40{--tw-ring-color:rgb(126 126 132 / 0.4)}
.ring-cardHeader-text-text\/45{--tw-ring-color:rgb(126 126 132 / 0.45)}
.ring-cardHeader-text-text\/5{--tw-ring-color:rgb(126 126 132 / 0.05)}
.ring-cardHeader-text-text\/50{--tw-ring-color:rgb(126 126 132 / 0.5)}
.ring-cardHeader-text-text\/55{--tw-ring-color:rgb(126 126 132 / 0.55)}
.ring-cardHeader-text-text\/60{--tw-ring-color:rgb(126 126 132 / 0.6)}
.ring-cardHeader-text-text\/65{--tw-ring-color:rgb(126 126 132 / 0.65)}
.ring-cardHeader-text-text\/70{--tw-ring-color:rgb(126 126 132 / 0.7)}
.ring-cardHeader-text-text\/75{--tw-ring-color:rgb(126 126 132 / 0.75)}
.ring-cardHeader-text-text\/80{--tw-ring-color:rgb(126 126 132 / 0.8)}
.ring-cardHeader-text-text\/85{--tw-ring-color:rgb(126 126 132 / 0.85)}
.ring-cardHeader-text-text\/90{--tw-ring-color:rgb(126 126 132 / 0.9)}
.ring-cardHeader-text-text\/95{--tw-ring-color:rgb(126 126 132 / 0.95)}
.ring-danger-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-danger-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-danger-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-danger-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-danger-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-danger-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-danger-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-danger-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-danger-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-danger-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-danger-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-danger-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-danger-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-danger-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-danger-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-danger-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-danger-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-danger-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-danger-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-danger-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-danger-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-danger-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-danger-text-contrastsWithCard{--tw-ring-color:true}
.ring-danger-text-isDark{--tw-ring-color:true}
.ring-danger-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(232 87 67 / var(--tw-ring-opacity))}
.ring-danger-text-text\/0{--tw-ring-color:rgb(232 87 67 / 0)}
.ring-danger-text-text\/10{--tw-ring-color:rgb(232 87 67 / 0.1)}
.ring-danger-text-text\/100{--tw-ring-color:rgb(232 87 67 / 1)}
.ring-danger-text-text\/15{--tw-ring-color:rgb(232 87 67 / 0.15)}
.ring-danger-text-text\/20{--tw-ring-color:rgb(232 87 67 / 0.2)}
.ring-danger-text-text\/25{--tw-ring-color:rgb(232 87 67 / 0.25)}
.ring-danger-text-text\/30{--tw-ring-color:rgb(232 87 67 / 0.3)}
.ring-danger-text-text\/35{--tw-ring-color:rgb(232 87 67 / 0.35)}
.ring-danger-text-text\/40{--tw-ring-color:rgb(232 87 67 / 0.4)}
.ring-danger-text-text\/45{--tw-ring-color:rgb(232 87 67 / 0.45)}
.ring-danger-text-text\/5{--tw-ring-color:rgb(232 87 67 / 0.05)}
.ring-danger-text-text\/50{--tw-ring-color:rgb(232 87 67 / 0.5)}
.ring-danger-text-text\/55{--tw-ring-color:rgb(232 87 67 / 0.55)}
.ring-danger-text-text\/60{--tw-ring-color:rgb(232 87 67 / 0.6)}
.ring-danger-text-text\/65{--tw-ring-color:rgb(232 87 67 / 0.65)}
.ring-danger-text-text\/70{--tw-ring-color:rgb(232 87 67 / 0.7)}
.ring-danger-text-text\/75{--tw-ring-color:rgb(232 87 67 / 0.75)}
.ring-danger-text-text\/80{--tw-ring-color:rgb(232 87 67 / 0.8)}
.ring-danger-text-text\/85{--tw-ring-color:rgb(232 87 67 / 0.85)}
.ring-danger-text-text\/90{--tw-ring-color:rgb(232 87 67 / 0.9)}
.ring-danger-text-text\/95{--tw-ring-color:rgb(232 87 67 / 0.95)}
.ring-emerald-100{--tw-ring-opacity:1;--tw-ring-color:rgb(209 250 229 / var(--tw-ring-opacity))}
.ring-emerald-100\/0{--tw-ring-color:rgb(209 250 229 / 0)}
.ring-emerald-100\/10{--tw-ring-color:rgb(209 250 229 / 0.1)}
.ring-emerald-100\/100{--tw-ring-color:rgb(209 250 229 / 1)}
.ring-emerald-100\/15{--tw-ring-color:rgb(209 250 229 / 0.15)}
.ring-emerald-100\/20{--tw-ring-color:rgb(209 250 229 / 0.2)}
.ring-emerald-100\/25{--tw-ring-color:rgb(209 250 229 / 0.25)}
.ring-emerald-100\/30{--tw-ring-color:rgb(209 250 229 / 0.3)}
.ring-emerald-100\/35{--tw-ring-color:rgb(209 250 229 / 0.35)}
.ring-emerald-100\/40{--tw-ring-color:rgb(209 250 229 / 0.4)}
.ring-emerald-100\/45{--tw-ring-color:rgb(209 250 229 / 0.45)}
.ring-emerald-100\/5{--tw-ring-color:rgb(209 250 229 / 0.05)}
.ring-emerald-100\/50{--tw-ring-color:rgb(209 250 229 / 0.5)}
.ring-emerald-100\/55{--tw-ring-color:rgb(209 250 229 / 0.55)}
.ring-emerald-100\/60{--tw-ring-color:rgb(209 250 229 / 0.6)}
.ring-emerald-100\/65{--tw-ring-color:rgb(209 250 229 / 0.65)}
.ring-emerald-100\/70{--tw-ring-color:rgb(209 250 229 / 0.7)}
.ring-emerald-100\/75{--tw-ring-color:rgb(209 250 229 / 0.75)}
.ring-emerald-100\/80{--tw-ring-color:rgb(209 250 229 / 0.8)}
.ring-emerald-100\/85{--tw-ring-color:rgb(209 250 229 / 0.85)}
.ring-emerald-100\/90{--tw-ring-color:rgb(209 250 229 / 0.9)}
.ring-emerald-100\/95{--tw-ring-color:rgb(209 250 229 / 0.95)}
.ring-emerald-200{--tw-ring-opacity:1;--tw-ring-color:rgb(167 243 208 / var(--tw-ring-opacity))}
.ring-emerald-200\/0{--tw-ring-color:rgb(167 243 208 / 0)}
.ring-emerald-200\/10{--tw-ring-color:rgb(167 243 208 / 0.1)}
.ring-emerald-200\/100{--tw-ring-color:rgb(167 243 208 / 1)}
.ring-emerald-200\/15{--tw-ring-color:rgb(167 243 208 / 0.15)}
.ring-emerald-200\/20{--tw-ring-color:rgb(167 243 208 / 0.2)}
.ring-emerald-200\/25{--tw-ring-color:rgb(167 243 208 / 0.25)}
.ring-emerald-200\/30{--tw-ring-color:rgb(167 243 208 / 0.3)}
.ring-emerald-200\/35{--tw-ring-color:rgb(167 243 208 / 0.35)}
.ring-emerald-200\/40{--tw-ring-color:rgb(167 243 208 / 0.4)}
.ring-emerald-200\/45{--tw-ring-color:rgb(167 243 208 / 0.45)}
.ring-emerald-200\/5{--tw-ring-color:rgb(167 243 208 / 0.05)}
.ring-emerald-200\/50{--tw-ring-color:rgb(167 243 208 / 0.5)}
.ring-emerald-200\/55{--tw-ring-color:rgb(167 243 208 / 0.55)}
.ring-emerald-200\/60{--tw-ring-color:rgb(167 243 208 / 0.6)}
.ring-emerald-200\/65{--tw-ring-color:rgb(167 243 208 / 0.65)}
.ring-emerald-200\/70{--tw-ring-color:rgb(167 243 208 / 0.7)}
.ring-emerald-200\/75{--tw-ring-color:rgb(167 243 208 / 0.75)}
.ring-emerald-200\/80{--tw-ring-color:rgb(167 243 208 / 0.8)}
.ring-emerald-200\/85{--tw-ring-color:rgb(167 243 208 / 0.85)}
.ring-emerald-200\/90{--tw-ring-color:rgb(167 243 208 / 0.9)}
.ring-emerald-200\/95{--tw-ring-color:rgb(167 243 208 / 0.95)}
.ring-emerald-300{--tw-ring-opacity:1;--tw-ring-color:rgb(110 231 183 / var(--tw-ring-opacity))}
.ring-emerald-300\/0{--tw-ring-color:rgb(110 231 183 / 0)}
.ring-emerald-300\/10{--tw-ring-color:rgb(110 231 183 / 0.1)}
.ring-emerald-300\/100{--tw-ring-color:rgb(110 231 183 / 1)}
.ring-emerald-300\/15{--tw-ring-color:rgb(110 231 183 / 0.15)}
.ring-emerald-300\/20{--tw-ring-color:rgb(110 231 183 / 0.2)}
.ring-emerald-300\/25{--tw-ring-color:rgb(110 231 183 / 0.25)}
.ring-emerald-300\/30{--tw-ring-color:rgb(110 231 183 / 0.3)}
.ring-emerald-300\/35{--tw-ring-color:rgb(110 231 183 / 0.35)}
.ring-emerald-300\/40{--tw-ring-color:rgb(110 231 183 / 0.4)}
.ring-emerald-300\/45{--tw-ring-color:rgb(110 231 183 / 0.45)}
.ring-emerald-300\/5{--tw-ring-color:rgb(110 231 183 / 0.05)}
.ring-emerald-300\/50{--tw-ring-color:rgb(110 231 183 / 0.5)}
.ring-emerald-300\/55{--tw-ring-color:rgb(110 231 183 / 0.55)}
.ring-emerald-300\/60{--tw-ring-color:rgb(110 231 183 / 0.6)}
.ring-emerald-300\/65{--tw-ring-color:rgb(110 231 183 / 0.65)}
.ring-emerald-300\/70{--tw-ring-color:rgb(110 231 183 / 0.7)}
.ring-emerald-300\/75{--tw-ring-color:rgb(110 231 183 / 0.75)}
.ring-emerald-300\/80{--tw-ring-color:rgb(110 231 183 / 0.8)}
.ring-emerald-300\/85{--tw-ring-color:rgb(110 231 183 / 0.85)}
.ring-emerald-300\/90{--tw-ring-color:rgb(110 231 183 / 0.9)}
.ring-emerald-300\/95{--tw-ring-color:rgb(110 231 183 / 0.95)}
.ring-emerald-400{--tw-ring-opacity:1;--tw-ring-color:rgb(52 211 153 / var(--tw-ring-opacity))}
.ring-emerald-400\/0{--tw-ring-color:rgb(52 211 153 / 0)}
.ring-emerald-400\/10{--tw-ring-color:rgb(52 211 153 / 0.1)}
.ring-emerald-400\/100{--tw-ring-color:rgb(52 211 153 / 1)}
.ring-emerald-400\/15{--tw-ring-color:rgb(52 211 153 / 0.15)}
.ring-emerald-400\/20{--tw-ring-color:rgb(52 211 153 / 0.2)}
.ring-emerald-400\/25{--tw-ring-color:rgb(52 211 153 / 0.25)}
.ring-emerald-400\/30{--tw-ring-color:rgb(52 211 153 / 0.3)}
.ring-emerald-400\/35{--tw-ring-color:rgb(52 211 153 / 0.35)}
.ring-emerald-400\/40{--tw-ring-color:rgb(52 211 153 / 0.4)}
.ring-emerald-400\/45{--tw-ring-color:rgb(52 211 153 / 0.45)}
.ring-emerald-400\/5{--tw-ring-color:rgb(52 211 153 / 0.05)}
.ring-emerald-400\/50{--tw-ring-color:rgb(52 211 153 / 0.5)}
.ring-emerald-400\/55{--tw-ring-color:rgb(52 211 153 / 0.55)}
.ring-emerald-400\/60{--tw-ring-color:rgb(52 211 153 / 0.6)}
.ring-emerald-400\/65{--tw-ring-color:rgb(52 211 153 / 0.65)}
.ring-emerald-400\/70{--tw-ring-color:rgb(52 211 153 / 0.7)}
.ring-emerald-400\/75{--tw-ring-color:rgb(52 211 153 / 0.75)}
.ring-emerald-400\/80{--tw-ring-color:rgb(52 211 153 / 0.8)}
.ring-emerald-400\/85{--tw-ring-color:rgb(52 211 153 / 0.85)}
.ring-emerald-400\/90{--tw-ring-color:rgb(52 211 153 / 0.9)}
.ring-emerald-400\/95{--tw-ring-color:rgb(52 211 153 / 0.95)}
.ring-emerald-50{--tw-ring-opacity:1;--tw-ring-color:rgb(236 253 245 / var(--tw-ring-opacity))}
.ring-emerald-50\/0{--tw-ring-color:rgb(236 253 245 / 0)}
.ring-emerald-50\/10{--tw-ring-color:rgb(236 253 245 / 0.1)}
.ring-emerald-50\/100{--tw-ring-color:rgb(236 253 245 / 1)}
.ring-emerald-50\/15{--tw-ring-color:rgb(236 253 245 / 0.15)}
.ring-emerald-50\/20{--tw-ring-color:rgb(236 253 245 / 0.2)}
.ring-emerald-50\/25{--tw-ring-color:rgb(236 253 245 / 0.25)}
.ring-emerald-50\/30{--tw-ring-color:rgb(236 253 245 / 0.3)}
.ring-emerald-50\/35{--tw-ring-color:rgb(236 253 245 / 0.35)}
.ring-emerald-50\/40{--tw-ring-color:rgb(236 253 245 / 0.4)}
.ring-emerald-50\/45{--tw-ring-color:rgb(236 253 245 / 0.45)}
.ring-emerald-50\/5{--tw-ring-color:rgb(236 253 245 / 0.05)}
.ring-emerald-50\/50{--tw-ring-color:rgb(236 253 245 / 0.5)}
.ring-emerald-50\/55{--tw-ring-color:rgb(236 253 245 / 0.55)}
.ring-emerald-50\/60{--tw-ring-color:rgb(236 253 245 / 0.6)}
.ring-emerald-50\/65{--tw-ring-color:rgb(236 253 245 / 0.65)}
.ring-emerald-50\/70{--tw-ring-color:rgb(236 253 245 / 0.7)}
.ring-emerald-50\/75{--tw-ring-color:rgb(236 253 245 / 0.75)}
.ring-emerald-50\/80{--tw-ring-color:rgb(236 253 245 / 0.8)}
.ring-emerald-50\/85{--tw-ring-color:rgb(236 253 245 / 0.85)}
.ring-emerald-50\/90{--tw-ring-color:rgb(236 253 245 / 0.9)}
.ring-emerald-50\/95{--tw-ring-color:rgb(236 253 245 / 0.95)}
.ring-emerald-500{--tw-ring-opacity:1;--tw-ring-color:rgb(16 185 129 / var(--tw-ring-opacity))}
.ring-emerald-500\/0{--tw-ring-color:rgb(16 185 129 / 0)}
.ring-emerald-500\/10{--tw-ring-color:rgb(16 185 129 / 0.1)}
.ring-emerald-500\/100{--tw-ring-color:rgb(16 185 129 / 1)}
.ring-emerald-500\/15{--tw-ring-color:rgb(16 185 129 / 0.15)}
.ring-emerald-500\/20{--tw-ring-color:rgb(16 185 129 / 0.2)}
.ring-emerald-500\/25{--tw-ring-color:rgb(16 185 129 / 0.25)}
.ring-emerald-500\/30{--tw-ring-color:rgb(16 185 129 / 0.3)}
.ring-emerald-500\/35{--tw-ring-color:rgb(16 185 129 / 0.35)}
.ring-emerald-500\/40{--tw-ring-color:rgb(16 185 129 / 0.4)}
.ring-emerald-500\/45{--tw-ring-color:rgb(16 185 129 / 0.45)}
.ring-emerald-500\/5{--tw-ring-color:rgb(16 185 129 / 0.05)}
.ring-emerald-500\/50{--tw-ring-color:rgb(16 185 129 / 0.5)}
.ring-emerald-500\/55{--tw-ring-color:rgb(16 185 129 / 0.55)}
.ring-emerald-500\/60{--tw-ring-color:rgb(16 185 129 / 0.6)}
.ring-emerald-500\/65{--tw-ring-color:rgb(16 185 129 / 0.65)}
.ring-emerald-500\/70{--tw-ring-color:rgb(16 185 129 / 0.7)}
.ring-emerald-500\/75{--tw-ring-color:rgb(16 185 129 / 0.75)}
.ring-emerald-500\/80{--tw-ring-color:rgb(16 185 129 / 0.8)}
.ring-emerald-500\/85{--tw-ring-color:rgb(16 185 129 / 0.85)}
.ring-emerald-500\/90{--tw-ring-color:rgb(16 185 129 / 0.9)}
.ring-emerald-500\/95{--tw-ring-color:rgb(16 185 129 / 0.95)}
.ring-emerald-600{--tw-ring-opacity:1;--tw-ring-color:rgb(5 150 105 / var(--tw-ring-opacity))}
.ring-emerald-600\/0{--tw-ring-color:rgb(5 150 105 / 0)}
.ring-emerald-600\/10{--tw-ring-color:rgb(5 150 105 / 0.1)}
.ring-emerald-600\/100{--tw-ring-color:rgb(5 150 105 / 1)}
.ring-emerald-600\/15{--tw-ring-color:rgb(5 150 105 / 0.15)}
.ring-emerald-600\/20{--tw-ring-color:rgb(5 150 105 / 0.2)}
.ring-emerald-600\/25{--tw-ring-color:rgb(5 150 105 / 0.25)}
.ring-emerald-600\/30{--tw-ring-color:rgb(5 150 105 / 0.3)}
.ring-emerald-600\/35{--tw-ring-color:rgb(5 150 105 / 0.35)}
.ring-emerald-600\/40{--tw-ring-color:rgb(5 150 105 / 0.4)}
.ring-emerald-600\/45{--tw-ring-color:rgb(5 150 105 / 0.45)}
.ring-emerald-600\/5{--tw-ring-color:rgb(5 150 105 / 0.05)}
.ring-emerald-600\/50{--tw-ring-color:rgb(5 150 105 / 0.5)}
.ring-emerald-600\/55{--tw-ring-color:rgb(5 150 105 / 0.55)}
.ring-emerald-600\/60{--tw-ring-color:rgb(5 150 105 / 0.6)}
.ring-emerald-600\/65{--tw-ring-color:rgb(5 150 105 / 0.65)}
.ring-emerald-600\/70{--tw-ring-color:rgb(5 150 105 / 0.7)}
.ring-emerald-600\/75{--tw-ring-color:rgb(5 150 105 / 0.75)}
.ring-emerald-600\/80{--tw-ring-color:rgb(5 150 105 / 0.8)}
.ring-emerald-600\/85{--tw-ring-color:rgb(5 150 105 / 0.85)}
.ring-emerald-600\/90{--tw-ring-color:rgb(5 150 105 / 0.9)}
.ring-emerald-600\/95{--tw-ring-color:rgb(5 150 105 / 0.95)}
.ring-emerald-700{--tw-ring-opacity:1;--tw-ring-color:rgb(4 120 87 / var(--tw-ring-opacity))}
.ring-emerald-700\/0{--tw-ring-color:rgb(4 120 87 / 0)}
.ring-emerald-700\/10{--tw-ring-color:rgb(4 120 87 / 0.1)}
.ring-emerald-700\/100{--tw-ring-color:rgb(4 120 87 / 1)}
.ring-emerald-700\/15{--tw-ring-color:rgb(4 120 87 / 0.15)}
.ring-emerald-700\/20{--tw-ring-color:rgb(4 120 87 / 0.2)}
.ring-emerald-700\/25{--tw-ring-color:rgb(4 120 87 / 0.25)}
.ring-emerald-700\/30{--tw-ring-color:rgb(4 120 87 / 0.3)}
.ring-emerald-700\/35{--tw-ring-color:rgb(4 120 87 / 0.35)}
.ring-emerald-700\/40{--tw-ring-color:rgb(4 120 87 / 0.4)}
.ring-emerald-700\/45{--tw-ring-color:rgb(4 120 87 / 0.45)}
.ring-emerald-700\/5{--tw-ring-color:rgb(4 120 87 / 0.05)}
.ring-emerald-700\/50{--tw-ring-color:rgb(4 120 87 / 0.5)}
.ring-emerald-700\/55{--tw-ring-color:rgb(4 120 87 / 0.55)}
.ring-emerald-700\/60{--tw-ring-color:rgb(4 120 87 / 0.6)}
.ring-emerald-700\/65{--tw-ring-color:rgb(4 120 87 / 0.65)}
.ring-emerald-700\/70{--tw-ring-color:rgb(4 120 87 / 0.7)}
.ring-emerald-700\/75{--tw-ring-color:rgb(4 120 87 / 0.75)}
.ring-emerald-700\/80{--tw-ring-color:rgb(4 120 87 / 0.8)}
.ring-emerald-700\/85{--tw-ring-color:rgb(4 120 87 / 0.85)}
.ring-emerald-700\/90{--tw-ring-color:rgb(4 120 87 / 0.9)}
.ring-emerald-700\/95{--tw-ring-color:rgb(4 120 87 / 0.95)}
.ring-emerald-800{--tw-ring-opacity:1;--tw-ring-color:rgb(6 95 70 / var(--tw-ring-opacity))}
.ring-emerald-800\/0{--tw-ring-color:rgb(6 95 70 / 0)}
.ring-emerald-800\/10{--tw-ring-color:rgb(6 95 70 / 0.1)}
.ring-emerald-800\/100{--tw-ring-color:rgb(6 95 70 / 1)}
.ring-emerald-800\/15{--tw-ring-color:rgb(6 95 70 / 0.15)}
.ring-emerald-800\/20{--tw-ring-color:rgb(6 95 70 / 0.2)}
.ring-emerald-800\/25{--tw-ring-color:rgb(6 95 70 / 0.25)}
.ring-emerald-800\/30{--tw-ring-color:rgb(6 95 70 / 0.3)}
.ring-emerald-800\/35{--tw-ring-color:rgb(6 95 70 / 0.35)}
.ring-emerald-800\/40{--tw-ring-color:rgb(6 95 70 / 0.4)}
.ring-emerald-800\/45{--tw-ring-color:rgb(6 95 70 / 0.45)}
.ring-emerald-800\/5{--tw-ring-color:rgb(6 95 70 / 0.05)}
.ring-emerald-800\/50{--tw-ring-color:rgb(6 95 70 / 0.5)}
.ring-emerald-800\/55{--tw-ring-color:rgb(6 95 70 / 0.55)}
.ring-emerald-800\/60{--tw-ring-color:rgb(6 95 70 / 0.6)}
.ring-emerald-800\/65{--tw-ring-color:rgb(6 95 70 / 0.65)}
.ring-emerald-800\/70{--tw-ring-color:rgb(6 95 70 / 0.7)}
.ring-emerald-800\/75{--tw-ring-color:rgb(6 95 70 / 0.75)}
.ring-emerald-800\/80{--tw-ring-color:rgb(6 95 70 / 0.8)}
.ring-emerald-800\/85{--tw-ring-color:rgb(6 95 70 / 0.85)}
.ring-emerald-800\/90{--tw-ring-color:rgb(6 95 70 / 0.9)}
.ring-emerald-800\/95{--tw-ring-color:rgb(6 95 70 / 0.95)}
.ring-emerald-900{--tw-ring-opacity:1;--tw-ring-color:rgb(6 78 59 / var(--tw-ring-opacity))}
.ring-emerald-900\/0{--tw-ring-color:rgb(6 78 59 / 0)}
.ring-emerald-900\/10{--tw-ring-color:rgb(6 78 59 / 0.1)}
.ring-emerald-900\/100{--tw-ring-color:rgb(6 78 59 / 1)}
.ring-emerald-900\/15{--tw-ring-color:rgb(6 78 59 / 0.15)}
.ring-emerald-900\/20{--tw-ring-color:rgb(6 78 59 / 0.2)}
.ring-emerald-900\/25{--tw-ring-color:rgb(6 78 59 / 0.25)}
.ring-emerald-900\/30{--tw-ring-color:rgb(6 78 59 / 0.3)}
.ring-emerald-900\/35{--tw-ring-color:rgb(6 78 59 / 0.35)}
.ring-emerald-900\/40{--tw-ring-color:rgb(6 78 59 / 0.4)}
.ring-emerald-900\/45{--tw-ring-color:rgb(6 78 59 / 0.45)}
.ring-emerald-900\/5{--tw-ring-color:rgb(6 78 59 / 0.05)}
.ring-emerald-900\/50{--tw-ring-color:rgb(6 78 59 / 0.5)}
.ring-emerald-900\/55{--tw-ring-color:rgb(6 78 59 / 0.55)}
.ring-emerald-900\/60{--tw-ring-color:rgb(6 78 59 / 0.6)}
.ring-emerald-900\/65{--tw-ring-color:rgb(6 78 59 / 0.65)}
.ring-emerald-900\/70{--tw-ring-color:rgb(6 78 59 / 0.7)}
.ring-emerald-900\/75{--tw-ring-color:rgb(6 78 59 / 0.75)}
.ring-emerald-900\/80{--tw-ring-color:rgb(6 78 59 / 0.8)}
.ring-emerald-900\/85{--tw-ring-color:rgb(6 78 59 / 0.85)}
.ring-emerald-900\/90{--tw-ring-color:rgb(6 78 59 / 0.9)}
.ring-emerald-900\/95{--tw-ring-color:rgb(6 78 59 / 0.95)}
.ring-emerald-950{--tw-ring-opacity:1;--tw-ring-color:rgb(2 44 34 / var(--tw-ring-opacity))}
.ring-emerald-950\/0{--tw-ring-color:rgb(2 44 34 / 0)}
.ring-emerald-950\/10{--tw-ring-color:rgb(2 44 34 / 0.1)}
.ring-emerald-950\/100{--tw-ring-color:rgb(2 44 34 / 1)}
.ring-emerald-950\/15{--tw-ring-color:rgb(2 44 34 / 0.15)}
.ring-emerald-950\/20{--tw-ring-color:rgb(2 44 34 / 0.2)}
.ring-emerald-950\/25{--tw-ring-color:rgb(2 44 34 / 0.25)}
.ring-emerald-950\/30{--tw-ring-color:rgb(2 44 34 / 0.3)}
.ring-emerald-950\/35{--tw-ring-color:rgb(2 44 34 / 0.35)}
.ring-emerald-950\/40{--tw-ring-color:rgb(2 44 34 / 0.4)}
.ring-emerald-950\/45{--tw-ring-color:rgb(2 44 34 / 0.45)}
.ring-emerald-950\/5{--tw-ring-color:rgb(2 44 34 / 0.05)}
.ring-emerald-950\/50{--tw-ring-color:rgb(2 44 34 / 0.5)}
.ring-emerald-950\/55{--tw-ring-color:rgb(2 44 34 / 0.55)}
.ring-emerald-950\/60{--tw-ring-color:rgb(2 44 34 / 0.6)}
.ring-emerald-950\/65{--tw-ring-color:rgb(2 44 34 / 0.65)}
.ring-emerald-950\/70{--tw-ring-color:rgb(2 44 34 / 0.7)}
.ring-emerald-950\/75{--tw-ring-color:rgb(2 44 34 / 0.75)}
.ring-emerald-950\/80{--tw-ring-color:rgb(2 44 34 / 0.8)}
.ring-emerald-950\/85{--tw-ring-color:rgb(2 44 34 / 0.85)}
.ring-emerald-950\/90{--tw-ring-color:rgb(2 44 34 / 0.9)}
.ring-emerald-950\/95{--tw-ring-color:rgb(2 44 34 / 0.95)}
.ring-gridItemHover{--tw-ring-color:rgba(0,0,0,.03)}
.ring-gridItemHover\/0{--tw-ring-color:rgba(0, 0, 0, 0)}
.ring-gridItemHover\/10{--tw-ring-color:rgba(0, 0, 0, 0.1)}
.ring-gridItemHover\/100{--tw-ring-color:rgba(0, 0, 0, 1)}
.ring-gridItemHover\/15{--tw-ring-color:rgba(0, 0, 0, 0.15)}
.ring-gridItemHover\/20{--tw-ring-color:rgba(0, 0, 0, 0.2)}
.ring-gridItemHover\/25{--tw-ring-color:rgba(0, 0, 0, 0.25)}
.ring-gridItemHover\/30{--tw-ring-color:rgba(0, 0, 0, 0.3)}
.ring-gridItemHover\/35{--tw-ring-color:rgba(0, 0, 0, 0.35)}
.ring-gridItemHover\/40{--tw-ring-color:rgba(0, 0, 0, 0.4)}
.ring-gridItemHover\/45{--tw-ring-color:rgba(0, 0, 0, 0.45)}
.ring-gridItemHover\/5{--tw-ring-color:rgba(0, 0, 0, 0.05)}
.ring-gridItemHover\/50{--tw-ring-color:rgba(0, 0, 0, 0.5)}
.ring-gridItemHover\/55{--tw-ring-color:rgba(0, 0, 0, 0.55)}
.ring-gridItemHover\/60{--tw-ring-color:rgba(0, 0, 0, 0.6)}
.ring-gridItemHover\/65{--tw-ring-color:rgba(0, 0, 0, 0.65)}
.ring-gridItemHover\/70{--tw-ring-color:rgba(0, 0, 0, 0.7)}
.ring-gridItemHover\/75{--tw-ring-color:rgba(0, 0, 0, 0.75)}
.ring-gridItemHover\/80{--tw-ring-color:rgba(0, 0, 0, 0.8)}
.ring-gridItemHover\/85{--tw-ring-color:rgba(0, 0, 0, 0.85)}
.ring-gridItemHover\/90{--tw-ring-color:rgba(0, 0, 0, 0.9)}
.ring-gridItemHover\/95{--tw-ring-color:rgba(0, 0, 0, 0.95)}
.ring-info-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-info-text-contrast\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-info-text-contrast\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-info-text-contrast\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-info-text-contrast\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-info-text-contrast\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-info-text-contrast\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-info-text-contrast\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-info-text-contrast\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-info-text-contrast\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-info-text-contrast\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-info-text-contrast\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-info-text-contrast\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-info-text-contrast\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-info-text-contrast\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-info-text-contrast\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-info-text-contrast\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-info-text-contrast\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-info-text-contrast\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-info-text-contrast\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-info-text-contrast\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-info-text-contrast\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-info-text-contrastsWithCard{--tw-ring-color:true}
.ring-info-text-isDark{}
.ring-info-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(72 171 217 / var(--tw-ring-opacity))}
.ring-info-text-text\/0{--tw-ring-color:rgb(72 171 217 / 0)}
.ring-info-text-text\/10{--tw-ring-color:rgb(72 171 217 / 0.1)}
.ring-info-text-text\/100{--tw-ring-color:rgb(72 171 217 / 1)}
.ring-info-text-text\/15{--tw-ring-color:rgb(72 171 217 / 0.15)}
.ring-info-text-text\/20{--tw-ring-color:rgb(72 171 217 / 0.2)}
.ring-info-text-text\/25{--tw-ring-color:rgb(72 171 217 / 0.25)}
.ring-info-text-text\/30{--tw-ring-color:rgb(72 171 217 / 0.3)}
.ring-info-text-text\/35{--tw-ring-color:rgb(72 171 217 / 0.35)}
.ring-info-text-text\/40{--tw-ring-color:rgb(72 171 217 / 0.4)}
.ring-info-text-text\/45{--tw-ring-color:rgb(72 171 217 / 0.45)}
.ring-info-text-text\/5{--tw-ring-color:rgb(72 171 217 / 0.05)}
.ring-info-text-text\/50{--tw-ring-color:rgb(72 171 217 / 0.5)}
.ring-info-text-text\/55{--tw-ring-color:rgb(72 171 217 / 0.55)}
.ring-info-text-text\/60{--tw-ring-color:rgb(72 171 217 / 0.6)}
.ring-info-text-text\/65{--tw-ring-color:rgb(72 171 217 / 0.65)}
.ring-info-text-text\/70{--tw-ring-color:rgb(72 171 217 / 0.7)}
.ring-info-text-text\/75{--tw-ring-color:rgb(72 171 217 / 0.75)}
.ring-info-text-text\/80{--tw-ring-color:rgb(72 171 217 / 0.8)}
.ring-info-text-text\/85{--tw-ring-color:rgb(72 171 217 / 0.85)}
.ring-info-text-text\/90{--tw-ring-color:rgb(72 171 217 / 0.9)}
.ring-info-text-text\/95{--tw-ring-color:rgb(72 171 217 / 0.95)}
.ring-lime-100{--tw-ring-opacity:1;--tw-ring-color:rgb(236 252 203 / var(--tw-ring-opacity))}
.ring-lime-100\/0{--tw-ring-color:rgb(236 252 203 / 0)}
.ring-lime-100\/10{--tw-ring-color:rgb(236 252 203 / 0.1)}
.ring-lime-100\/100{--tw-ring-color:rgb(236 252 203 / 1)}
.ring-lime-100\/15{--tw-ring-color:rgb(236 252 203 / 0.15)}
.ring-lime-100\/20{--tw-ring-color:rgb(236 252 203 / 0.2)}
.ring-lime-100\/25{--tw-ring-color:rgb(236 252 203 / 0.25)}
.ring-lime-100\/30{--tw-ring-color:rgb(236 252 203 / 0.3)}
.ring-lime-100\/35{--tw-ring-color:rgb(236 252 203 / 0.35)}
.ring-lime-100\/40{--tw-ring-color:rgb(236 252 203 / 0.4)}
.ring-lime-100\/45{--tw-ring-color:rgb(236 252 203 / 0.45)}
.ring-lime-100\/5{--tw-ring-color:rgb(236 252 203 / 0.05)}
.ring-lime-100\/50{--tw-ring-color:rgb(236 252 203 / 0.5)}
.ring-lime-100\/55{--tw-ring-color:rgb(236 252 203 / 0.55)}
.ring-lime-100\/60{--tw-ring-color:rgb(236 252 203 / 0.6)}
.ring-lime-100\/65{--tw-ring-color:rgb(236 252 203 / 0.65)}
.ring-lime-100\/70{--tw-ring-color:rgb(236 252 203 / 0.7)}
.ring-lime-100\/75{--tw-ring-color:rgb(236 252 203 / 0.75)}
.ring-lime-100\/80{--tw-ring-color:rgb(236 252 203 / 0.8)}
.ring-lime-100\/85{--tw-ring-color:rgb(236 252 203 / 0.85)}
.ring-lime-100\/90{--tw-ring-color:rgb(236 252 203 / 0.9)}
.ring-lime-100\/95{--tw-ring-color:rgb(236 252 203 / 0.95)}
.ring-lime-200{--tw-ring-opacity:1;--tw-ring-color:rgb(217 249 157 / var(--tw-ring-opacity))}
.ring-lime-200\/0{--tw-ring-color:rgb(217 249 157 / 0)}
.ring-lime-200\/10{--tw-ring-color:rgb(217 249 157 / 0.1)}
.ring-lime-200\/100{--tw-ring-color:rgb(217 249 157 / 1)}
.ring-lime-200\/15{--tw-ring-color:rgb(217 249 157 / 0.15)}
.ring-lime-200\/20{--tw-ring-color:rgb(217 249 157 / 0.2)}
.ring-lime-200\/25{--tw-ring-color:rgb(217 249 157 / 0.25)}
.ring-lime-200\/30{--tw-ring-color:rgb(217 249 157 / 0.3)}
.ring-lime-200\/35{--tw-ring-color:rgb(217 249 157 / 0.35)}
.ring-lime-200\/40{--tw-ring-color:rgb(217 249 157 / 0.4)}
.ring-lime-200\/45{--tw-ring-color:rgb(217 249 157 / 0.45)}
.ring-lime-200\/5{--tw-ring-color:rgb(217 249 157 / 0.05)}
.ring-lime-200\/50{--tw-ring-color:rgb(217 249 157 / 0.5)}
.ring-lime-200\/55{--tw-ring-color:rgb(217 249 157 / 0.55)}
.ring-lime-200\/60{--tw-ring-color:rgb(217 249 157 / 0.6)}
.ring-lime-200\/65{--tw-ring-color:rgb(217 249 157 / 0.65)}
.ring-lime-200\/70{--tw-ring-color:rgb(217 249 157 / 0.7)}
.ring-lime-200\/75{--tw-ring-color:rgb(217 249 157 / 0.75)}
.ring-lime-200\/80{--tw-ring-color:rgb(217 249 157 / 0.8)}
.ring-lime-200\/85{--tw-ring-color:rgb(217 249 157 / 0.85)}
.ring-lime-200\/90{--tw-ring-color:rgb(217 249 157 / 0.9)}
.ring-lime-200\/95{--tw-ring-color:rgb(217 249 157 / 0.95)}
.ring-lime-300{--tw-ring-opacity:1;--tw-ring-color:rgb(190 242 100 / var(--tw-ring-opacity))}
.ring-lime-300\/0{--tw-ring-color:rgb(190 242 100 / 0)}
.ring-lime-300\/10{--tw-ring-color:rgb(190 242 100 / 0.1)}
.ring-lime-300\/100{--tw-ring-color:rgb(190 242 100 / 1)}
.ring-lime-300\/15{--tw-ring-color:rgb(190 242 100 / 0.15)}
.ring-lime-300\/20{--tw-ring-color:rgb(190 242 100 / 0.2)}
.ring-lime-300\/25{--tw-ring-color:rgb(190 242 100 / 0.25)}
.ring-lime-300\/30{--tw-ring-color:rgb(190 242 100 / 0.3)}
.ring-lime-300\/35{--tw-ring-color:rgb(190 242 100 / 0.35)}
.ring-lime-300\/40{--tw-ring-color:rgb(190 242 100 / 0.4)}
.ring-lime-300\/45{--tw-ring-color:rgb(190 242 100 / 0.45)}
.ring-lime-300\/5{--tw-ring-color:rgb(190 242 100 / 0.05)}
.ring-lime-300\/50{--tw-ring-color:rgb(190 242 100 / 0.5)}
.ring-lime-300\/55{--tw-ring-color:rgb(190 242 100 / 0.55)}
.ring-lime-300\/60{--tw-ring-color:rgb(190 242 100 / 0.6)}
.ring-lime-300\/65{--tw-ring-color:rgb(190 242 100 / 0.65)}
.ring-lime-300\/70{--tw-ring-color:rgb(190 242 100 / 0.7)}
.ring-lime-300\/75{--tw-ring-color:rgb(190 242 100 / 0.75)}
.ring-lime-300\/80{--tw-ring-color:rgb(190 242 100 / 0.8)}
.ring-lime-300\/85{--tw-ring-color:rgb(190 242 100 / 0.85)}
.ring-lime-300\/90{--tw-ring-color:rgb(190 242 100 / 0.9)}
.ring-lime-300\/95{--tw-ring-color:rgb(190 242 100 / 0.95)}
.ring-lime-400{--tw-ring-opacity:1;--tw-ring-color:rgb(163 230 53 / var(--tw-ring-opacity))}
.ring-lime-400\/0{--tw-ring-color:rgb(163 230 53 / 0)}
.ring-lime-400\/10{--tw-ring-color:rgb(163 230 53 / 0.1)}
.ring-lime-400\/100{--tw-ring-color:rgb(163 230 53 / 1)}
.ring-lime-400\/15{--tw-ring-color:rgb(163 230 53 / 0.15)}
.ring-lime-400\/20{--tw-ring-color:rgb(163 230 53 / 0.2)}
.ring-lime-400\/25{--tw-ring-color:rgb(163 230 53 / 0.25)}
.ring-lime-400\/30{--tw-ring-color:rgb(163 230 53 / 0.3)}
.ring-lime-400\/35{--tw-ring-color:rgb(163 230 53 / 0.35)}
.ring-lime-400\/40{--tw-ring-color:rgb(163 230 53 / 0.4)}
.ring-lime-400\/45{--tw-ring-color:rgb(163 230 53 / 0.45)}
.ring-lime-400\/5{--tw-ring-color:rgb(163 230 53 / 0.05)}
.ring-lime-400\/50{--tw-ring-color:rgb(163 230 53 / 0.5)}
.ring-lime-400\/55{--tw-ring-color:rgb(163 230 53 / 0.55)}
.ring-lime-400\/60{--tw-ring-color:rgb(163 230 53 / 0.6)}
.ring-lime-400\/65{--tw-ring-color:rgb(163 230 53 / 0.65)}
.ring-lime-400\/70{--tw-ring-color:rgb(163 230 53 / 0.7)}
.ring-lime-400\/75{--tw-ring-color:rgb(163 230 53 / 0.75)}
.ring-lime-400\/80{--tw-ring-color:rgb(163 230 53 / 0.8)}
.ring-lime-400\/85{--tw-ring-color:rgb(163 230 53 / 0.85)}
.ring-lime-400\/90{--tw-ring-color:rgb(163 230 53 / 0.9)}
.ring-lime-400\/95{--tw-ring-color:rgb(163 230 53 / 0.95)}
.ring-lime-50{--tw-ring-opacity:1;--tw-ring-color:rgb(247 254 231 / var(--tw-ring-opacity))}
.ring-lime-50\/0{--tw-ring-color:rgb(247 254 231 / 0)}
.ring-lime-50\/10{--tw-ring-color:rgb(247 254 231 / 0.1)}
.ring-lime-50\/100{--tw-ring-color:rgb(247 254 231 / 1)}
.ring-lime-50\/15{--tw-ring-color:rgb(247 254 231 / 0.15)}
.ring-lime-50\/20{--tw-ring-color:rgb(247 254 231 / 0.2)}
.ring-lime-50\/25{--tw-ring-color:rgb(247 254 231 / 0.25)}
.ring-lime-50\/30{--tw-ring-color:rgb(247 254 231 / 0.3)}
.ring-lime-50\/35{--tw-ring-color:rgb(247 254 231 / 0.35)}
.ring-lime-50\/40{--tw-ring-color:rgb(247 254 231 / 0.4)}
.ring-lime-50\/45{--tw-ring-color:rgb(247 254 231 / 0.45)}
.ring-lime-50\/5{--tw-ring-color:rgb(247 254 231 / 0.05)}
.ring-lime-50\/50{--tw-ring-color:rgb(247 254 231 / 0.5)}
.ring-lime-50\/55{--tw-ring-color:rgb(247 254 231 / 0.55)}
.ring-lime-50\/60{--tw-ring-color:rgb(247 254 231 / 0.6)}
.ring-lime-50\/65{--tw-ring-color:rgb(247 254 231 / 0.65)}
.ring-lime-50\/70{--tw-ring-color:rgb(247 254 231 / 0.7)}
.ring-lime-50\/75{--tw-ring-color:rgb(247 254 231 / 0.75)}
.ring-lime-50\/80{--tw-ring-color:rgb(247 254 231 / 0.8)}
.ring-lime-50\/85{--tw-ring-color:rgb(247 254 231 / 0.85)}
.ring-lime-50\/90{--tw-ring-color:rgb(247 254 231 / 0.9)}
.ring-lime-50\/95{--tw-ring-color:rgb(247 254 231 / 0.95)}
.ring-lime-500{--tw-ring-opacity:1;--tw-ring-color:rgb(132 204 22 / var(--tw-ring-opacity))}
.ring-lime-500\/0{--tw-ring-color:rgb(132 204 22 / 0)}
.ring-lime-500\/10{--tw-ring-color:rgb(132 204 22 / 0.1)}
.ring-lime-500\/100{--tw-ring-color:rgb(132 204 22 / 1)}
.ring-lime-500\/15{--tw-ring-color:rgb(132 204 22 / 0.15)}
.ring-lime-500\/20{--tw-ring-color:rgb(132 204 22 / 0.2)}
.ring-lime-500\/25{--tw-ring-color:rgb(132 204 22 / 0.25)}
.ring-lime-500\/30{--tw-ring-color:rgb(132 204 22 / 0.3)}
.ring-lime-500\/35{--tw-ring-color:rgb(132 204 22 / 0.35)}
.ring-lime-500\/40{--tw-ring-color:rgb(132 204 22 / 0.4)}
.ring-lime-500\/45{--tw-ring-color:rgb(132 204 22 / 0.45)}
.ring-lime-500\/5{--tw-ring-color:rgb(132 204 22 / 0.05)}
.ring-lime-500\/50{--tw-ring-color:rgb(132 204 22 / 0.5)}
.ring-lime-500\/55{--tw-ring-color:rgb(132 204 22 / 0.55)}
.ring-lime-500\/60{--tw-ring-color:rgb(132 204 22 / 0.6)}
.ring-lime-500\/65{--tw-ring-color:rgb(132 204 22 / 0.65)}
.ring-lime-500\/70{--tw-ring-color:rgb(132 204 22 / 0.7)}
.ring-lime-500\/75{--tw-ring-color:rgb(132 204 22 / 0.75)}
.ring-lime-500\/80{--tw-ring-color:rgb(132 204 22 / 0.8)}
.ring-lime-500\/85{--tw-ring-color:rgb(132 204 22 / 0.85)}
.ring-lime-500\/90{--tw-ring-color:rgb(132 204 22 / 0.9)}
.ring-lime-500\/95{--tw-ring-color:rgb(132 204 22 / 0.95)}
.ring-lime-600{--tw-ring-opacity:1;--tw-ring-color:rgb(101 163 13 / var(--tw-ring-opacity))}
.ring-lime-600\/0{--tw-ring-color:rgb(101 163 13 / 0)}
.ring-lime-600\/10{--tw-ring-color:rgb(101 163 13 / 0.1)}
.ring-lime-600\/100{--tw-ring-color:rgb(101 163 13 / 1)}
.ring-lime-600\/15{--tw-ring-color:rgb(101 163 13 / 0.15)}
.ring-lime-600\/20{--tw-ring-color:rgb(101 163 13 / 0.2)}
.ring-lime-600\/25{--tw-ring-color:rgb(101 163 13 / 0.25)}
.ring-lime-600\/30{--tw-ring-color:rgb(101 163 13 / 0.3)}
.ring-lime-600\/35{--tw-ring-color:rgb(101 163 13 / 0.35)}
.ring-lime-600\/40{--tw-ring-color:rgb(101 163 13 / 0.4)}
.ring-lime-600\/45{--tw-ring-color:rgb(101 163 13 / 0.45)}
.ring-lime-600\/5{--tw-ring-color:rgb(101 163 13 / 0.05)}
.ring-lime-600\/50{--tw-ring-color:rgb(101 163 13 / 0.5)}
.ring-lime-600\/55{--tw-ring-color:rgb(101 163 13 / 0.55)}
.ring-lime-600\/60{--tw-ring-color:rgb(101 163 13 / 0.6)}
.ring-lime-600\/65{--tw-ring-color:rgb(101 163 13 / 0.65)}
.ring-lime-600\/70{--tw-ring-color:rgb(101 163 13 / 0.7)}
.ring-lime-600\/75{--tw-ring-color:rgb(101 163 13 / 0.75)}
.ring-lime-600\/80{--tw-ring-color:rgb(101 163 13 / 0.8)}
.ring-lime-600\/85{--tw-ring-color:rgb(101 163 13 / 0.85)}
.ring-lime-600\/90{--tw-ring-color:rgb(101 163 13 / 0.9)}
.ring-lime-600\/95{--tw-ring-color:rgb(101 163 13 / 0.95)}
.ring-lime-700{--tw-ring-opacity:1;--tw-ring-color:rgb(77 124 15 / var(--tw-ring-opacity))}
.ring-lime-700\/0{--tw-ring-color:rgb(77 124 15 / 0)}
.ring-lime-700\/10{--tw-ring-color:rgb(77 124 15 / 0.1)}
.ring-lime-700\/100{--tw-ring-color:rgb(77 124 15 / 1)}
.ring-lime-700\/15{--tw-ring-color:rgb(77 124 15 / 0.15)}
.ring-lime-700\/20{--tw-ring-color:rgb(77 124 15 / 0.2)}
.ring-lime-700\/25{--tw-ring-color:rgb(77 124 15 / 0.25)}
.ring-lime-700\/30{--tw-ring-color:rgb(77 124 15 / 0.3)}
.ring-lime-700\/35{--tw-ring-color:rgb(77 124 15 / 0.35)}
.ring-lime-700\/40{--tw-ring-color:rgb(77 124 15 / 0.4)}
.ring-lime-700\/45{--tw-ring-color:rgb(77 124 15 / 0.45)}
.ring-lime-700\/5{--tw-ring-color:rgb(77 124 15 / 0.05)}
.ring-lime-700\/50{--tw-ring-color:rgb(77 124 15 / 0.5)}
.ring-lime-700\/55{--tw-ring-color:rgb(77 124 15 / 0.55)}
.ring-lime-700\/60{--tw-ring-color:rgb(77 124 15 / 0.6)}
.ring-lime-700\/65{--tw-ring-color:rgb(77 124 15 / 0.65)}
.ring-lime-700\/70{--tw-ring-color:rgb(77 124 15 / 0.7)}
.ring-lime-700\/75{--tw-ring-color:rgb(77 124 15 / 0.75)}
.ring-lime-700\/80{--tw-ring-color:rgb(77 124 15 / 0.8)}
.ring-lime-700\/85{--tw-ring-color:rgb(77 124 15 / 0.85)}
.ring-lime-700\/90{--tw-ring-color:rgb(77 124 15 / 0.9)}
.ring-lime-700\/95{--tw-ring-color:rgb(77 124 15 / 0.95)}
.ring-lime-800{--tw-ring-opacity:1;--tw-ring-color:rgb(63 98 18 / var(--tw-ring-opacity))}
.ring-lime-800\/0{--tw-ring-color:rgb(63 98 18 / 0)}
.ring-lime-800\/10{--tw-ring-color:rgb(63 98 18 / 0.1)}
.ring-lime-800\/100{--tw-ring-color:rgb(63 98 18 / 1)}
.ring-lime-800\/15{--tw-ring-color:rgb(63 98 18 / 0.15)}
.ring-lime-800\/20{--tw-ring-color:rgb(63 98 18 / 0.2)}
.ring-lime-800\/25{--tw-ring-color:rgb(63 98 18 / 0.25)}
.ring-lime-800\/30{--tw-ring-color:rgb(63 98 18 / 0.3)}
.ring-lime-800\/35{--tw-ring-color:rgb(63 98 18 / 0.35)}
.ring-lime-800\/40{--tw-ring-color:rgb(63 98 18 / 0.4)}
.ring-lime-800\/45{--tw-ring-color:rgb(63 98 18 / 0.45)}
.ring-lime-800\/5{--tw-ring-color:rgb(63 98 18 / 0.05)}
.ring-lime-800\/50{--tw-ring-color:rgb(63 98 18 / 0.5)}
.ring-lime-800\/55{--tw-ring-color:rgb(63 98 18 / 0.55)}
.ring-lime-800\/60{--tw-ring-color:rgb(63 98 18 / 0.6)}
.ring-lime-800\/65{--tw-ring-color:rgb(63 98 18 / 0.65)}
.ring-lime-800\/70{--tw-ring-color:rgb(63 98 18 / 0.7)}
.ring-lime-800\/75{--tw-ring-color:rgb(63 98 18 / 0.75)}
.ring-lime-800\/80{--tw-ring-color:rgb(63 98 18 / 0.8)}
.ring-lime-800\/85{--tw-ring-color:rgb(63 98 18 / 0.85)}
.ring-lime-800\/90{--tw-ring-color:rgb(63 98 18 / 0.9)}
.ring-lime-800\/95{--tw-ring-color:rgb(63 98 18 / 0.95)}
.ring-lime-900{--tw-ring-opacity:1;--tw-ring-color:rgb(54 83 20 / var(--tw-ring-opacity))}
.ring-lime-900\/0{--tw-ring-color:rgb(54 83 20 / 0)}
.ring-lime-900\/10{--tw-ring-color:rgb(54 83 20 / 0.1)}
.ring-lime-900\/100{--tw-ring-color:rgb(54 83 20 / 1)}
.ring-lime-900\/15{--tw-ring-color:rgb(54 83 20 / 0.15)}
.ring-lime-900\/20{--tw-ring-color:rgb(54 83 20 / 0.2)}
.ring-lime-900\/25{--tw-ring-color:rgb(54 83 20 / 0.25)}
.ring-lime-900\/30{--tw-ring-color:rgb(54 83 20 / 0.3)}
.ring-lime-900\/35{--tw-ring-color:rgb(54 83 20 / 0.35)}
.ring-lime-900\/40{--tw-ring-color:rgb(54 83 20 / 0.4)}
.ring-lime-900\/45{--tw-ring-color:rgb(54 83 20 / 0.45)}
.ring-lime-900\/5{--tw-ring-color:rgb(54 83 20 / 0.05)}
.ring-lime-900\/50{--tw-ring-color:rgb(54 83 20 / 0.5)}
.ring-lime-900\/55{--tw-ring-color:rgb(54 83 20 / 0.55)}
.ring-lime-900\/60{--tw-ring-color:rgb(54 83 20 / 0.6)}
.ring-lime-900\/65{--tw-ring-color:rgb(54 83 20 / 0.65)}
.ring-lime-900\/70{--tw-ring-color:rgb(54 83 20 / 0.7)}
.ring-lime-900\/75{--tw-ring-color:rgb(54 83 20 / 0.75)}
.ring-lime-900\/80{--tw-ring-color:rgb(54 83 20 / 0.8)}
.ring-lime-900\/85{--tw-ring-color:rgb(54 83 20 / 0.85)}
.ring-lime-900\/90{--tw-ring-color:rgb(54 83 20 / 0.9)}
.ring-lime-900\/95{--tw-ring-color:rgb(54 83 20 / 0.95)}
.ring-lime-950{--tw-ring-opacity:1;--tw-ring-color:rgb(26 46 5 / var(--tw-ring-opacity))}
.ring-lime-950\/0{--tw-ring-color:rgb(26 46 5 / 0)}
.ring-lime-950\/10{--tw-ring-color:rgb(26 46 5 / 0.1)}
.ring-lime-950\/100{--tw-ring-color:rgb(26 46 5 / 1)}
.ring-lime-950\/15{--tw-ring-color:rgb(26 46 5 / 0.15)}
.ring-lime-950\/20{--tw-ring-color:rgb(26 46 5 / 0.2)}
.ring-lime-950\/25{--tw-ring-color:rgb(26 46 5 / 0.25)}
.ring-lime-950\/30{--tw-ring-color:rgb(26 46 5 / 0.3)}
.ring-lime-950\/35{--tw-ring-color:rgb(26 46 5 / 0.35)}
.ring-lime-950\/40{--tw-ring-color:rgb(26 46 5 / 0.4)}
.ring-lime-950\/45{--tw-ring-color:rgb(26 46 5 / 0.45)}
.ring-lime-950\/5{--tw-ring-color:rgb(26 46 5 / 0.05)}
.ring-lime-950\/50{--tw-ring-color:rgb(26 46 5 / 0.5)}
.ring-lime-950\/55{--tw-ring-color:rgb(26 46 5 / 0.55)}
.ring-lime-950\/60{--tw-ring-color:rgb(26 46 5 / 0.6)}
.ring-lime-950\/65{--tw-ring-color:rgb(26 46 5 / 0.65)}
.ring-lime-950\/70{--tw-ring-color:rgb(26 46 5 / 0.7)}
.ring-lime-950\/75{--tw-ring-color:rgb(26 46 5 / 0.75)}
.ring-lime-950\/80{--tw-ring-color:rgb(26 46 5 / 0.8)}
.ring-lime-950\/85{--tw-ring-color:rgb(26 46 5 / 0.85)}
.ring-lime-950\/90{--tw-ring-color:rgb(26 46 5 / 0.9)}
.ring-lime-950\/95{--tw-ring-color:rgb(26 46 5 / 0.95)}
.ring-navBackground-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-navBackground-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-navBackground-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-navBackground-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-navBackground-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-navBackground-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-navBackground-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-navBackground-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-navBackground-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-navBackground-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-navBackground-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-navBackground-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-navBackground-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-navBackground-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-navBackground-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-navBackground-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-navBackground-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-navBackground-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-navBackground-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-navBackground-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-navBackground-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-navBackground-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-navBackground-text-contrastsWithCard{--tw-ring-color:true}
.ring-navBackground-text-isDark{--tw-ring-color:true}
.ring-navBackground-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(132 132 132 / var(--tw-ring-opacity))}
.ring-navBackground-text-text\/0{--tw-ring-color:rgb(132 132 132 / 0)}
.ring-navBackground-text-text\/10{--tw-ring-color:rgb(132 132 132 / 0.1)}
.ring-navBackground-text-text\/100{--tw-ring-color:rgb(132 132 132 / 1)}
.ring-navBackground-text-text\/15{--tw-ring-color:rgb(132 132 132 / 0.15)}
.ring-navBackground-text-text\/20{--tw-ring-color:rgb(132 132 132 / 0.2)}
.ring-navBackground-text-text\/25{--tw-ring-color:rgb(132 132 132 / 0.25)}
.ring-navBackground-text-text\/30{--tw-ring-color:rgb(132 132 132 / 0.3)}
.ring-navBackground-text-text\/35{--tw-ring-color:rgb(132 132 132 / 0.35)}
.ring-navBackground-text-text\/40{--tw-ring-color:rgb(132 132 132 / 0.4)}
.ring-navBackground-text-text\/45{--tw-ring-color:rgb(132 132 132 / 0.45)}
.ring-navBackground-text-text\/5{--tw-ring-color:rgb(132 132 132 / 0.05)}
.ring-navBackground-text-text\/50{--tw-ring-color:rgb(132 132 132 / 0.5)}
.ring-navBackground-text-text\/55{--tw-ring-color:rgb(132 132 132 / 0.55)}
.ring-navBackground-text-text\/60{--tw-ring-color:rgb(132 132 132 / 0.6)}
.ring-navBackground-text-text\/65{--tw-ring-color:rgb(132 132 132 / 0.65)}
.ring-navBackground-text-text\/70{--tw-ring-color:rgb(132 132 132 / 0.7)}
.ring-navBackground-text-text\/75{--tw-ring-color:rgb(132 132 132 / 0.75)}
.ring-navBackground-text-text\/80{--tw-ring-color:rgb(132 132 132 / 0.8)}
.ring-navBackground-text-text\/85{--tw-ring-color:rgb(132 132 132 / 0.85)}
.ring-navBackground-text-text\/90{--tw-ring-color:rgb(132 132 132 / 0.9)}
.ring-navBackground-text-text\/95{--tw-ring-color:rgb(132 132 132 / 0.95)}
.ring-navBackgroundDark-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-navBackgroundDark-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-navBackgroundDark-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-navBackgroundDark-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-navBackgroundDark-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-navBackgroundDark-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-navBackgroundDark-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-navBackgroundDark-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-navBackgroundDark-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-navBackgroundDark-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-navBackgroundDark-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-navBackgroundDark-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-navBackgroundDark-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-navBackgroundDark-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-navBackgroundDark-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-navBackgroundDark-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-navBackgroundDark-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-navBackgroundDark-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-navBackgroundDark-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-navBackgroundDark-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-navBackgroundDark-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-navBackgroundDark-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-navBackgroundDark-text-contrastsWithCard{--tw-ring-color:true}
.ring-navBackgroundDark-text-isDark{--tw-ring-color:true}
.ring-navBackgroundDark-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59 / var(--tw-ring-opacity))}
.ring-navBackgroundDark-text-text\/0{--tw-ring-color:rgb(30 41 59 / 0)}
.ring-navBackgroundDark-text-text\/10{--tw-ring-color:rgb(30 41 59 / 0.1)}
.ring-navBackgroundDark-text-text\/100{--tw-ring-color:rgb(30 41 59 / 1)}
.ring-navBackgroundDark-text-text\/15{--tw-ring-color:rgb(30 41 59 / 0.15)}
.ring-navBackgroundDark-text-text\/20{--tw-ring-color:rgb(30 41 59 / 0.2)}
.ring-navBackgroundDark-text-text\/25{--tw-ring-color:rgb(30 41 59 / 0.25)}
.ring-navBackgroundDark-text-text\/30{--tw-ring-color:rgb(30 41 59 / 0.3)}
.ring-navBackgroundDark-text-text\/35{--tw-ring-color:rgb(30 41 59 / 0.35)}
.ring-navBackgroundDark-text-text\/40{--tw-ring-color:rgb(30 41 59 / 0.4)}
.ring-navBackgroundDark-text-text\/45{--tw-ring-color:rgb(30 41 59 / 0.45)}
.ring-navBackgroundDark-text-text\/5{--tw-ring-color:rgb(30 41 59 / 0.05)}
.ring-navBackgroundDark-text-text\/50{--tw-ring-color:rgb(30 41 59 / 0.5)}
.ring-navBackgroundDark-text-text\/55{--tw-ring-color:rgb(30 41 59 / 0.55)}
.ring-navBackgroundDark-text-text\/60{--tw-ring-color:rgb(30 41 59 / 0.6)}
.ring-navBackgroundDark-text-text\/65{--tw-ring-color:rgb(30 41 59 / 0.65)}
.ring-navBackgroundDark-text-text\/70{--tw-ring-color:rgb(30 41 59 / 0.7)}
.ring-navBackgroundDark-text-text\/75{--tw-ring-color:rgb(30 41 59 / 0.75)}
.ring-navBackgroundDark-text-text\/80{--tw-ring-color:rgb(30 41 59 / 0.8)}
.ring-navBackgroundDark-text-text\/85{--tw-ring-color:rgb(30 41 59 / 0.85)}
.ring-navBackgroundDark-text-text\/90{--tw-ring-color:rgb(30 41 59 / 0.9)}
.ring-navBackgroundDark-text-text\/95{--tw-ring-color:rgb(30 41 59 / 0.95)}
.ring-navText-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-navText-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-navText-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-navText-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-navText-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-navText-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-navText-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-navText-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-navText-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-navText-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-navText-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-navText-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-navText-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-navText-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-navText-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-navText-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-navText-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-navText-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-navText-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-navText-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-navText-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-navText-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-navText-text-contrastsWithCard{--tw-ring-color:true}
.ring-navText-text-isDark{--tw-ring-color:true}
.ring-navText-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59 / var(--tw-ring-opacity))}
.ring-navText-text-text\/0{--tw-ring-color:rgb(30 41 59 / 0)}
.ring-navText-text-text\/10{--tw-ring-color:rgb(30 41 59 / 0.1)}
.ring-navText-text-text\/100{--tw-ring-color:rgb(30 41 59 / 1)}
.ring-navText-text-text\/15{--tw-ring-color:rgb(30 41 59 / 0.15)}
.ring-navText-text-text\/20{--tw-ring-color:rgb(30 41 59 / 0.2)}
.ring-navText-text-text\/25{--tw-ring-color:rgb(30 41 59 / 0.25)}
.ring-navText-text-text\/30{--tw-ring-color:rgb(30 41 59 / 0.3)}
.ring-navText-text-text\/35{--tw-ring-color:rgb(30 41 59 / 0.35)}
.ring-navText-text-text\/40{--tw-ring-color:rgb(30 41 59 / 0.4)}
.ring-navText-text-text\/45{--tw-ring-color:rgb(30 41 59 / 0.45)}
.ring-navText-text-text\/5{--tw-ring-color:rgb(30 41 59 / 0.05)}
.ring-navText-text-text\/50{--tw-ring-color:rgb(30 41 59 / 0.5)}
.ring-navText-text-text\/55{--tw-ring-color:rgb(30 41 59 / 0.55)}
.ring-navText-text-text\/60{--tw-ring-color:rgb(30 41 59 / 0.6)}
.ring-navText-text-text\/65{--tw-ring-color:rgb(30 41 59 / 0.65)}
.ring-navText-text-text\/70{--tw-ring-color:rgb(30 41 59 / 0.7)}
.ring-navText-text-text\/75{--tw-ring-color:rgb(30 41 59 / 0.75)}
.ring-navText-text-text\/80{--tw-ring-color:rgb(30 41 59 / 0.8)}
.ring-navText-text-text\/85{--tw-ring-color:rgb(30 41 59 / 0.85)}
.ring-navText-text-text\/90{--tw-ring-color:rgb(30 41 59 / 0.9)}
.ring-navText-text-text\/95{--tw-ring-color:rgb(30 41 59 / 0.95)}
.ring-navTextDark-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-navTextDark-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-navTextDark-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-navTextDark-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-navTextDark-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-navTextDark-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-navTextDark-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-navTextDark-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-navTextDark-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-navTextDark-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-navTextDark-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-navTextDark-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-navTextDark-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-navTextDark-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-navTextDark-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-navTextDark-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-navTextDark-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-navTextDark-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-navTextDark-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-navTextDark-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-navTextDark-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-navTextDark-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-navTextDark-text-contrastsWithCard{--tw-ring-color:true}
.ring-navTextDark-text-isDark{--tw-ring-color:true}
.ring-navTextDark-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(132 132 132 / var(--tw-ring-opacity))}
.ring-navTextDark-text-text\/0{--tw-ring-color:rgb(132 132 132 / 0)}
.ring-navTextDark-text-text\/10{--tw-ring-color:rgb(132 132 132 / 0.1)}
.ring-navTextDark-text-text\/100{--tw-ring-color:rgb(132 132 132 / 1)}
.ring-navTextDark-text-text\/15{--tw-ring-color:rgb(132 132 132 / 0.15)}
.ring-navTextDark-text-text\/20{--tw-ring-color:rgb(132 132 132 / 0.2)}
.ring-navTextDark-text-text\/25{--tw-ring-color:rgb(132 132 132 / 0.25)}
.ring-navTextDark-text-text\/30{--tw-ring-color:rgb(132 132 132 / 0.3)}
.ring-navTextDark-text-text\/35{--tw-ring-color:rgb(132 132 132 / 0.35)}
.ring-navTextDark-text-text\/40{--tw-ring-color:rgb(132 132 132 / 0.4)}
.ring-navTextDark-text-text\/45{--tw-ring-color:rgb(132 132 132 / 0.45)}
.ring-navTextDark-text-text\/5{--tw-ring-color:rgb(132 132 132 / 0.05)}
.ring-navTextDark-text-text\/50{--tw-ring-color:rgb(132 132 132 / 0.5)}
.ring-navTextDark-text-text\/55{--tw-ring-color:rgb(132 132 132 / 0.55)}
.ring-navTextDark-text-text\/60{--tw-ring-color:rgb(132 132 132 / 0.6)}
.ring-navTextDark-text-text\/65{--tw-ring-color:rgb(132 132 132 / 0.65)}
.ring-navTextDark-text-text\/70{--tw-ring-color:rgb(132 132 132 / 0.7)}
.ring-navTextDark-text-text\/75{--tw-ring-color:rgb(132 132 132 / 0.75)}
.ring-navTextDark-text-text\/80{--tw-ring-color:rgb(132 132 132 / 0.8)}
.ring-navTextDark-text-text\/85{--tw-ring-color:rgb(132 132 132 / 0.85)}
.ring-navTextDark-text-text\/90{--tw-ring-color:rgb(132 132 132 / 0.9)}
.ring-navTextDark-text-text\/95{--tw-ring-color:rgb(132 132 132 / 0.95)}
.ring-navTextHover-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-navTextHover-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-navTextHover-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-navTextHover-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-navTextHover-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-navTextHover-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-navTextHover-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-navTextHover-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-navTextHover-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-navTextHover-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-navTextHover-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-navTextHover-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-navTextHover-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-navTextHover-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-navTextHover-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-navTextHover-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-navTextHover-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-navTextHover-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-navTextHover-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-navTextHover-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-navTextHover-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-navTextHover-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-navTextHover-text-contrastsWithCard{--tw-ring-color:true}
.ring-navTextHover-text-isDark{--tw-ring-color:true}
.ring-navTextHover-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(30 41 59 / var(--tw-ring-opacity))}
.ring-navTextHover-text-text\/0{--tw-ring-color:rgb(30 41 59 / 0)}
.ring-navTextHover-text-text\/10{--tw-ring-color:rgb(30 41 59 / 0.1)}
.ring-navTextHover-text-text\/100{--tw-ring-color:rgb(30 41 59 / 1)}
.ring-navTextHover-text-text\/15{--tw-ring-color:rgb(30 41 59 / 0.15)}
.ring-navTextHover-text-text\/20{--tw-ring-color:rgb(30 41 59 / 0.2)}
.ring-navTextHover-text-text\/25{--tw-ring-color:rgb(30 41 59 / 0.25)}
.ring-navTextHover-text-text\/30{--tw-ring-color:rgb(30 41 59 / 0.3)}
.ring-navTextHover-text-text\/35{--tw-ring-color:rgb(30 41 59 / 0.35)}
.ring-navTextHover-text-text\/40{--tw-ring-color:rgb(30 41 59 / 0.4)}
.ring-navTextHover-text-text\/45{--tw-ring-color:rgb(30 41 59 / 0.45)}
.ring-navTextHover-text-text\/5{--tw-ring-color:rgb(30 41 59 / 0.05)}
.ring-navTextHover-text-text\/50{--tw-ring-color:rgb(30 41 59 / 0.5)}
.ring-navTextHover-text-text\/55{--tw-ring-color:rgb(30 41 59 / 0.55)}
.ring-navTextHover-text-text\/60{--tw-ring-color:rgb(30 41 59 / 0.6)}
.ring-navTextHover-text-text\/65{--tw-ring-color:rgb(30 41 59 / 0.65)}
.ring-navTextHover-text-text\/70{--tw-ring-color:rgb(30 41 59 / 0.7)}
.ring-navTextHover-text-text\/75{--tw-ring-color:rgb(30 41 59 / 0.75)}
.ring-navTextHover-text-text\/80{--tw-ring-color:rgb(30 41 59 / 0.8)}
.ring-navTextHover-text-text\/85{--tw-ring-color:rgb(30 41 59 / 0.85)}
.ring-navTextHover-text-text\/90{--tw-ring-color:rgb(30 41 59 / 0.9)}
.ring-navTextHover-text-text\/95{--tw-ring-color:rgb(30 41 59 / 0.95)}
.ring-primary{--tw-ring-opacity:1;--tw-ring-color:rgb(0 87 136 / var(--tw-ring-opacity))}
.ring-primary-100{--tw-ring-color:var(--bt-primary-100)}
.ring-primary-150{--tw-ring-color:var(--bt-primary-150)}
.ring-primary-200{--tw-ring-color:var(--bt-primary-200)}
.ring-primary-300{--tw-ring-color:var(--bt-primary-300)}
.ring-primary-350{--tw-ring-color:var(--bt-primary-350)}
.ring-primary-400{--tw-ring-color:var(--bt-primary-400)}
.ring-primary-450{--tw-ring-color:var(--bt-primary-450)}
.ring-primary-500{--tw-ring-color:var(--bt-primary-500)}
.ring-primary-550{--tw-ring-color:var(--bt-primary-550)}
.ring-primary-600{--tw-ring-color:var(--bt-primary-600)}
.ring-primary-650{--tw-ring-color:var(--bt-primary-650)}
.ring-primary-700{--tw-ring-color:var(--bt-primary-700)}
.ring-primary-750{--tw-ring-color:var(--bt-primary-750)}
.ring-primary-800{--tw-ring-color:var(--bt-primary-800)}
.ring-primary-850{--tw-ring-color:var(--bt-primary-850)}
.ring-primary-900{--tw-ring-color:var(--bt-primary-900)}
.ring-primary-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-primary-contrast-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-primary-contrast-contrast\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-primary-contrast-contrast\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-primary-contrast-contrast\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-primary-contrast-contrast\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-primary-contrast-contrast\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-primary-contrast-contrast\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-primary-contrast-contrast\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-primary-contrast-contrast\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-primary-contrast-contrast\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-primary-contrast-contrast\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-primary-contrast-contrast\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-primary-contrast-contrast\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-primary-contrast-contrast\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-primary-contrast-contrast\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-primary-contrast-contrast\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-primary-contrast-contrast\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-primary-contrast-contrast\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-primary-contrast-contrast\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-primary-contrast-contrast\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-primary-contrast-contrast\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-primary-contrast-contrast\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-primary-contrast-contrastsWithCard{}
.ring-primary-contrast-isDark{}
.ring-primary-contrast-text{--tw-ring-opacity:1;--tw-ring-color:rgb(132 132 132 / var(--tw-ring-opacity))}
.ring-primary-contrast-text\/0{--tw-ring-color:rgb(132 132 132 / 0)}
.ring-primary-contrast-text\/10{--tw-ring-color:rgb(132 132 132 / 0.1)}
.ring-primary-contrast-text\/100{--tw-ring-color:rgb(132 132 132 / 1)}
.ring-primary-contrast-text\/15{--tw-ring-color:rgb(132 132 132 / 0.15)}
.ring-primary-contrast-text\/20{--tw-ring-color:rgb(132 132 132 / 0.2)}
.ring-primary-contrast-text\/25{--tw-ring-color:rgb(132 132 132 / 0.25)}
.ring-primary-contrast-text\/30{--tw-ring-color:rgb(132 132 132 / 0.3)}
.ring-primary-contrast-text\/35{--tw-ring-color:rgb(132 132 132 / 0.35)}
.ring-primary-contrast-text\/40{--tw-ring-color:rgb(132 132 132 / 0.4)}
.ring-primary-contrast-text\/45{--tw-ring-color:rgb(132 132 132 / 0.45)}
.ring-primary-contrast-text\/5{--tw-ring-color:rgb(132 132 132 / 0.05)}
.ring-primary-contrast-text\/50{--tw-ring-color:rgb(132 132 132 / 0.5)}
.ring-primary-contrast-text\/55{--tw-ring-color:rgb(132 132 132 / 0.55)}
.ring-primary-contrast-text\/60{--tw-ring-color:rgb(132 132 132 / 0.6)}
.ring-primary-contrast-text\/65{--tw-ring-color:rgb(132 132 132 / 0.65)}
.ring-primary-contrast-text\/70{--tw-ring-color:rgb(132 132 132 / 0.7)}
.ring-primary-contrast-text\/75{--tw-ring-color:rgb(132 132 132 / 0.75)}
.ring-primary-contrast-text\/80{--tw-ring-color:rgb(132 132 132 / 0.8)}
.ring-primary-contrast-text\/85{--tw-ring-color:rgb(132 132 132 / 0.85)}
.ring-primary-contrast-text\/90{--tw-ring-color:rgb(132 132 132 / 0.9)}
.ring-primary-contrast-text\/95{--tw-ring-color:rgb(132 132 132 / 0.95)}
.ring-primary-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-primary-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-primary-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-primary-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-primary-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-primary-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-primary-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-primary-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-primary-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-primary-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-primary-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-primary-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-primary-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-primary-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-primary-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-primary-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-primary-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-primary-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-primary-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-primary-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-primary-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-primary-contrastsWithCard{--tw-ring-color:true}
.ring-primary-isDark{--tw-ring-color:true}
.ring-primary-text{--tw-ring-opacity:1;--tw-ring-color:rgb(0 87 136 / var(--tw-ring-opacity))}
.ring-primary-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-primary-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-primary-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-primary-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-primary-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-primary-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-primary-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-primary-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-primary-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-primary-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-primary-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-primary-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-primary-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-primary-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-primary-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-primary-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-primary-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-primary-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-primary-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-primary-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-primary-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-primary-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-primary-text-contrastsWithCard{--tw-ring-color:true}
.ring-primary-text-isDark{--tw-ring-color:true}
.ring-primary-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(0 87 136 / var(--tw-ring-opacity))}
.ring-primary-text-text\/0{--tw-ring-color:rgb(0 87 136 / 0)}
.ring-primary-text-text\/10{--tw-ring-color:rgb(0 87 136 / 0.1)}
.ring-primary-text-text\/100{--tw-ring-color:rgb(0 87 136 / 1)}
.ring-primary-text-text\/15{--tw-ring-color:rgb(0 87 136 / 0.15)}
.ring-primary-text-text\/20{--tw-ring-color:rgb(0 87 136 / 0.2)}
.ring-primary-text-text\/25{--tw-ring-color:rgb(0 87 136 / 0.25)}
.ring-primary-text-text\/30{--tw-ring-color:rgb(0 87 136 / 0.3)}
.ring-primary-text-text\/35{--tw-ring-color:rgb(0 87 136 / 0.35)}
.ring-primary-text-text\/40{--tw-ring-color:rgb(0 87 136 / 0.4)}
.ring-primary-text-text\/45{--tw-ring-color:rgb(0 87 136 / 0.45)}
.ring-primary-text-text\/5{--tw-ring-color:rgb(0 87 136 / 0.05)}
.ring-primary-text-text\/50{--tw-ring-color:rgb(0 87 136 / 0.5)}
.ring-primary-text-text\/55{--tw-ring-color:rgb(0 87 136 / 0.55)}
.ring-primary-text-text\/60{--tw-ring-color:rgb(0 87 136 / 0.6)}
.ring-primary-text-text\/65{--tw-ring-color:rgb(0 87 136 / 0.65)}
.ring-primary-text-text\/70{--tw-ring-color:rgb(0 87 136 / 0.7)}
.ring-primary-text-text\/75{--tw-ring-color:rgb(0 87 136 / 0.75)}
.ring-primary-text-text\/80{--tw-ring-color:rgb(0 87 136 / 0.8)}
.ring-primary-text-text\/85{--tw-ring-color:rgb(0 87 136 / 0.85)}
.ring-primary-text-text\/90{--tw-ring-color:rgb(0 87 136 / 0.9)}
.ring-primary-text-text\/95{--tw-ring-color:rgb(0 87 136 / 0.95)}
.ring-primary-text\/0{--tw-ring-color:rgb(0 87 136 / 0)}
.ring-primary-text\/10{--tw-ring-color:rgb(0 87 136 / 0.1)}
.ring-primary-text\/100{--tw-ring-color:rgb(0 87 136 / 1)}
.ring-primary-text\/15{--tw-ring-color:rgb(0 87 136 / 0.15)}
.ring-primary-text\/20{--tw-ring-color:rgb(0 87 136 / 0.2)}
.ring-primary-text\/25{--tw-ring-color:rgb(0 87 136 / 0.25)}
.ring-primary-text\/30{--tw-ring-color:rgb(0 87 136 / 0.3)}
.ring-primary-text\/35{--tw-ring-color:rgb(0 87 136 / 0.35)}
.ring-primary-text\/40{--tw-ring-color:rgb(0 87 136 / 0.4)}
.ring-primary-text\/45{--tw-ring-color:rgb(0 87 136 / 0.45)}
.ring-primary-text\/5{--tw-ring-color:rgb(0 87 136 / 0.05)}
.ring-primary-text\/50{--tw-ring-color:rgb(0 87 136 / 0.5)}
.ring-primary-text\/55{--tw-ring-color:rgb(0 87 136 / 0.55)}
.ring-primary-text\/60{--tw-ring-color:rgb(0 87 136 / 0.6)}
.ring-primary-text\/65{--tw-ring-color:rgb(0 87 136 / 0.65)}
.ring-primary-text\/70{--tw-ring-color:rgb(0 87 136 / 0.7)}
.ring-primary-text\/75{--tw-ring-color:rgb(0 87 136 / 0.75)}
.ring-primary-text\/80{--tw-ring-color:rgb(0 87 136 / 0.8)}
.ring-primary-text\/85{--tw-ring-color:rgb(0 87 136 / 0.85)}
.ring-primary-text\/90{--tw-ring-color:rgb(0 87 136 / 0.9)}
.ring-primary-text\/95{--tw-ring-color:rgb(0 87 136 / 0.95)}
.ring-primary\/0{--tw-ring-color:rgb(0 87 136 / 0)}
.ring-primary\/10{--tw-ring-color:rgb(0 87 136 / 0.1)}
.ring-primary\/100{--tw-ring-color:rgb(0 87 136 / 1)}
.ring-primary\/15{--tw-ring-color:rgb(0 87 136 / 0.15)}
.ring-primary\/20{--tw-ring-color:rgb(0 87 136 / 0.2)}
.ring-primary\/25{--tw-ring-color:rgb(0 87 136 / 0.25)}
.ring-primary\/30{--tw-ring-color:rgb(0 87 136 / 0.3)}
.ring-primary\/35{--tw-ring-color:rgb(0 87 136 / 0.35)}
.ring-primary\/40{--tw-ring-color:rgb(0 87 136 / 0.4)}
.ring-primary\/45{--tw-ring-color:rgb(0 87 136 / 0.45)}
.ring-primary\/5{--tw-ring-color:rgb(0 87 136 / 0.05)}
.ring-primary\/50{--tw-ring-color:rgb(0 87 136 / 0.5)}
.ring-primary\/55{--tw-ring-color:rgb(0 87 136 / 0.55)}
.ring-primary\/60{--tw-ring-color:rgb(0 87 136 / 0.6)}
.ring-primary\/65{--tw-ring-color:rgb(0 87 136 / 0.65)}
.ring-primary\/70{--tw-ring-color:rgb(0 87 136 / 0.7)}
.ring-primary\/75{--tw-ring-color:rgb(0 87 136 / 0.75)}
.ring-primary\/80{--tw-ring-color:rgb(0 87 136 / 0.8)}
.ring-primary\/85{--tw-ring-color:rgb(0 87 136 / 0.85)}
.ring-primary\/90{--tw-ring-color:rgb(0 87 136 / 0.9)}
.ring-primary\/95{--tw-ring-color:rgb(0 87 136 / 0.95)}
.ring-secondary-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-secondary-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-secondary-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-secondary-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-secondary-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-secondary-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-secondary-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-secondary-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-secondary-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-secondary-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-secondary-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-secondary-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-secondary-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-secondary-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-secondary-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-secondary-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-secondary-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-secondary-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-secondary-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-secondary-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-secondary-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-secondary-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-secondary-text-contrastsWithCard{--tw-ring-color:true}
.ring-secondary-text-isDark{--tw-ring-color:true}
.ring-secondary-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(90 94 100 / var(--tw-ring-opacity))}
.ring-secondary-text-text\/0{--tw-ring-color:rgb(90 94 100 / 0)}
.ring-secondary-text-text\/10{--tw-ring-color:rgb(90 94 100 / 0.1)}
.ring-secondary-text-text\/100{--tw-ring-color:rgb(90 94 100 / 1)}
.ring-secondary-text-text\/15{--tw-ring-color:rgb(90 94 100 / 0.15)}
.ring-secondary-text-text\/20{--tw-ring-color:rgb(90 94 100 / 0.2)}
.ring-secondary-text-text\/25{--tw-ring-color:rgb(90 94 100 / 0.25)}
.ring-secondary-text-text\/30{--tw-ring-color:rgb(90 94 100 / 0.3)}
.ring-secondary-text-text\/35{--tw-ring-color:rgb(90 94 100 / 0.35)}
.ring-secondary-text-text\/40{--tw-ring-color:rgb(90 94 100 / 0.4)}
.ring-secondary-text-text\/45{--tw-ring-color:rgb(90 94 100 / 0.45)}
.ring-secondary-text-text\/5{--tw-ring-color:rgb(90 94 100 / 0.05)}
.ring-secondary-text-text\/50{--tw-ring-color:rgb(90 94 100 / 0.5)}
.ring-secondary-text-text\/55{--tw-ring-color:rgb(90 94 100 / 0.55)}
.ring-secondary-text-text\/60{--tw-ring-color:rgb(90 94 100 / 0.6)}
.ring-secondary-text-text\/65{--tw-ring-color:rgb(90 94 100 / 0.65)}
.ring-secondary-text-text\/70{--tw-ring-color:rgb(90 94 100 / 0.7)}
.ring-secondary-text-text\/75{--tw-ring-color:rgb(90 94 100 / 0.75)}
.ring-secondary-text-text\/80{--tw-ring-color:rgb(90 94 100 / 0.8)}
.ring-secondary-text-text\/85{--tw-ring-color:rgb(90 94 100 / 0.85)}
.ring-secondary-text-text\/90{--tw-ring-color:rgb(90 94 100 / 0.9)}
.ring-secondary-text-text\/95{--tw-ring-color:rgb(90 94 100 / 0.95)}
.ring-success-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-success-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-success-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-success-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-success-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-success-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-success-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-success-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-success-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-success-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-success-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-success-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-success-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-success-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-success-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-success-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-success-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-success-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-success-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-success-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-success-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-success-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-success-text-contrastsWithCard{--tw-ring-color:true}
.ring-success-text-isDark{--tw-ring-color:true}
.ring-success-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(27 135 73 / var(--tw-ring-opacity))}
.ring-success-text-text\/0{--tw-ring-color:rgb(27 135 73 / 0)}
.ring-success-text-text\/10{--tw-ring-color:rgb(27 135 73 / 0.1)}
.ring-success-text-text\/100{--tw-ring-color:rgb(27 135 73 / 1)}
.ring-success-text-text\/15{--tw-ring-color:rgb(27 135 73 / 0.15)}
.ring-success-text-text\/20{--tw-ring-color:rgb(27 135 73 / 0.2)}
.ring-success-text-text\/25{--tw-ring-color:rgb(27 135 73 / 0.25)}
.ring-success-text-text\/30{--tw-ring-color:rgb(27 135 73 / 0.3)}
.ring-success-text-text\/35{--tw-ring-color:rgb(27 135 73 / 0.35)}
.ring-success-text-text\/40{--tw-ring-color:rgb(27 135 73 / 0.4)}
.ring-success-text-text\/45{--tw-ring-color:rgb(27 135 73 / 0.45)}
.ring-success-text-text\/5{--tw-ring-color:rgb(27 135 73 / 0.05)}
.ring-success-text-text\/50{--tw-ring-color:rgb(27 135 73 / 0.5)}
.ring-success-text-text\/55{--tw-ring-color:rgb(27 135 73 / 0.55)}
.ring-success-text-text\/60{--tw-ring-color:rgb(27 135 73 / 0.6)}
.ring-success-text-text\/65{--tw-ring-color:rgb(27 135 73 / 0.65)}
.ring-success-text-text\/70{--tw-ring-color:rgb(27 135 73 / 0.7)}
.ring-success-text-text\/75{--tw-ring-color:rgb(27 135 73 / 0.75)}
.ring-success-text-text\/80{--tw-ring-color:rgb(27 135 73 / 0.8)}
.ring-success-text-text\/85{--tw-ring-color:rgb(27 135 73 / 0.85)}
.ring-success-text-text\/90{--tw-ring-color:rgb(27 135 73 / 0.9)}
.ring-success-text-text\/95{--tw-ring-color:rgb(27 135 73 / 0.95)}
.ring-text-100{--tw-ring-color:var(--bt-text-100)}
.ring-text-200{--tw-ring-color:var(--bt-text-200)}
.ring-text-300{--tw-ring-color:var(--bt-text-300)}
.ring-text-400{--tw-ring-color:var(--bt-text-400)}
.ring-text-500{--tw-ring-color:var(--bt-text-500)}
.ring-text-600{--tw-ring-color:var(--bt-text-600)}
.ring-text-700{--tw-ring-color:var(--bt-text-700)}
.ring-text-800{--tw-ring-color:var(--bt-text-800)}
.ring-text-900{--tw-ring-color:var(--bt-text-900)}
.ring-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-text-contrast-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-text-contrast-contrast\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-text-contrast-contrast\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-text-contrast-contrast\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-text-contrast-contrast\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-text-contrast-contrast\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-text-contrast-contrast\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-text-contrast-contrast\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-text-contrast-contrast\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-text-contrast-contrast\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-text-contrast-contrast\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-text-contrast-contrast\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-text-contrast-contrast\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-text-contrast-contrast\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-text-contrast-contrast\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-text-contrast-contrast\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-text-contrast-contrast\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-text-contrast-contrast\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-text-contrast-contrast\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-text-contrast-contrast\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-text-contrast-contrast\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-text-contrast-contrast\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-text-contrast-contrastsWithCard{}
.ring-text-contrast-isDark{}
.ring-text-contrast-text{--tw-ring-opacity:1;--tw-ring-color:rgb(132 132 132 / var(--tw-ring-opacity))}
.ring-text-contrast-text\/0{--tw-ring-color:rgb(132 132 132 / 0)}
.ring-text-contrast-text\/10{--tw-ring-color:rgb(132 132 132 / 0.1)}
.ring-text-contrast-text\/100{--tw-ring-color:rgb(132 132 132 / 1)}
.ring-text-contrast-text\/15{--tw-ring-color:rgb(132 132 132 / 0.15)}
.ring-text-contrast-text\/20{--tw-ring-color:rgb(132 132 132 / 0.2)}
.ring-text-contrast-text\/25{--tw-ring-color:rgb(132 132 132 / 0.25)}
.ring-text-contrast-text\/30{--tw-ring-color:rgb(132 132 132 / 0.3)}
.ring-text-contrast-text\/35{--tw-ring-color:rgb(132 132 132 / 0.35)}
.ring-text-contrast-text\/40{--tw-ring-color:rgb(132 132 132 / 0.4)}
.ring-text-contrast-text\/45{--tw-ring-color:rgb(132 132 132 / 0.45)}
.ring-text-contrast-text\/5{--tw-ring-color:rgb(132 132 132 / 0.05)}
.ring-text-contrast-text\/50{--tw-ring-color:rgb(132 132 132 / 0.5)}
.ring-text-contrast-text\/55{--tw-ring-color:rgb(132 132 132 / 0.55)}
.ring-text-contrast-text\/60{--tw-ring-color:rgb(132 132 132 / 0.6)}
.ring-text-contrast-text\/65{--tw-ring-color:rgb(132 132 132 / 0.65)}
.ring-text-contrast-text\/70{--tw-ring-color:rgb(132 132 132 / 0.7)}
.ring-text-contrast-text\/75{--tw-ring-color:rgb(132 132 132 / 0.75)}
.ring-text-contrast-text\/80{--tw-ring-color:rgb(132 132 132 / 0.8)}
.ring-text-contrast-text\/85{--tw-ring-color:rgb(132 132 132 / 0.85)}
.ring-text-contrast-text\/90{--tw-ring-color:rgb(132 132 132 / 0.9)}
.ring-text-contrast-text\/95{--tw-ring-color:rgb(132 132 132 / 0.95)}
.ring-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-text-contrastsWithCard{--tw-ring-color:true}
.ring-text-isDark{--tw-ring-color:true}
.ring-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-text-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity))}
.ring-text-text-contrast\/0{--tw-ring-color:rgb(255 255 255 / 0)}
.ring-text-text-contrast\/10{--tw-ring-color:rgb(255 255 255 / 0.1)}
.ring-text-text-contrast\/100{--tw-ring-color:rgb(255 255 255 / 1)}
.ring-text-text-contrast\/15{--tw-ring-color:rgb(255 255 255 / 0.15)}
.ring-text-text-contrast\/20{--tw-ring-color:rgb(255 255 255 / 0.2)}
.ring-text-text-contrast\/25{--tw-ring-color:rgb(255 255 255 / 0.25)}
.ring-text-text-contrast\/30{--tw-ring-color:rgb(255 255 255 / 0.3)}
.ring-text-text-contrast\/35{--tw-ring-color:rgb(255 255 255 / 0.35)}
.ring-text-text-contrast\/40{--tw-ring-color:rgb(255 255 255 / 0.4)}
.ring-text-text-contrast\/45{--tw-ring-color:rgb(255 255 255 / 0.45)}
.ring-text-text-contrast\/5{--tw-ring-color:rgb(255 255 255 / 0.05)}
.ring-text-text-contrast\/50{--tw-ring-color:rgb(255 255 255 / 0.5)}
.ring-text-text-contrast\/55{--tw-ring-color:rgb(255 255 255 / 0.55)}
.ring-text-text-contrast\/60{--tw-ring-color:rgb(255 255 255 / 0.6)}
.ring-text-text-contrast\/65{--tw-ring-color:rgb(255 255 255 / 0.65)}
.ring-text-text-contrast\/70{--tw-ring-color:rgb(255 255 255 / 0.7)}
.ring-text-text-contrast\/75{--tw-ring-color:rgb(255 255 255 / 0.75)}
.ring-text-text-contrast\/80{--tw-ring-color:rgb(255 255 255 / 0.8)}
.ring-text-text-contrast\/85{--tw-ring-color:rgb(255 255 255 / 0.85)}
.ring-text-text-contrast\/90{--tw-ring-color:rgb(255 255 255 / 0.9)}
.ring-text-text-contrast\/95{--tw-ring-color:rgb(255 255 255 / 0.95)}
.ring-text-text-contrastsWithCard{--tw-ring-color:true}
.ring-text-text-isDark{--tw-ring-color:true}
.ring-text-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-text-text-text\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-text-text-text\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-text-text-text\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-text-text-text\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-text-text-text\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-text-text-text\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-text-text-text\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-text-text-text\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-text-text-text\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-text-text-text\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-text-text-text\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-text-text-text\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-text-text-text\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-text-text-text\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-text-text-text\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-text-text-text\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-text-text-text\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-text-text-text\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-text-text-text\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-text-text-text\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-text-text-text\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-text-text\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-text-text\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-text-text\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-text-text\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-text-text\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-text-text\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-text-text\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-text-text\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-text-text\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-text-text\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-text-text\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-text-text\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-text-text\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-text-text\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-text-text\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-text-text\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-text-text\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-text-text\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-text-text\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-text-text\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-text-text\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-warning-text-contrast{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity))}
.ring-warning-text-contrast\/0{--tw-ring-color:rgb(0 0 0 / 0)}
.ring-warning-text-contrast\/10{--tw-ring-color:rgb(0 0 0 / 0.1)}
.ring-warning-text-contrast\/100{--tw-ring-color:rgb(0 0 0 / 1)}
.ring-warning-text-contrast\/15{--tw-ring-color:rgb(0 0 0 / 0.15)}
.ring-warning-text-contrast\/20{--tw-ring-color:rgb(0 0 0 / 0.2)}
.ring-warning-text-contrast\/25{--tw-ring-color:rgb(0 0 0 / 0.25)}
.ring-warning-text-contrast\/30{--tw-ring-color:rgb(0 0 0 / 0.3)}
.ring-warning-text-contrast\/35{--tw-ring-color:rgb(0 0 0 / 0.35)}
.ring-warning-text-contrast\/40{--tw-ring-color:rgb(0 0 0 / 0.4)}
.ring-warning-text-contrast\/45{--tw-ring-color:rgb(0 0 0 / 0.45)}
.ring-warning-text-contrast\/5{--tw-ring-color:rgb(0 0 0 / 0.05)}
.ring-warning-text-contrast\/50{--tw-ring-color:rgb(0 0 0 / 0.5)}
.ring-warning-text-contrast\/55{--tw-ring-color:rgb(0 0 0 / 0.55)}
.ring-warning-text-contrast\/60{--tw-ring-color:rgb(0 0 0 / 0.6)}
.ring-warning-text-contrast\/65{--tw-ring-color:rgb(0 0 0 / 0.65)}
.ring-warning-text-contrast\/70{--tw-ring-color:rgb(0 0 0 / 0.7)}
.ring-warning-text-contrast\/75{--tw-ring-color:rgb(0 0 0 / 0.75)}
.ring-warning-text-contrast\/80{--tw-ring-color:rgb(0 0 0 / 0.8)}
.ring-warning-text-contrast\/85{--tw-ring-color:rgb(0 0 0 / 0.85)}
.ring-warning-text-contrast\/90{--tw-ring-color:rgb(0 0 0 / 0.9)}
.ring-warning-text-contrast\/95{--tw-ring-color:rgb(0 0 0 / 0.95)}
.ring-warning-text-contrastsWithCard{--tw-ring-color:true}
.ring-warning-text-isDark{}
.ring-warning-text-text{--tw-ring-opacity:1;--tw-ring-color:rgb(255 168 0 / var(--tw-ring-opacity))}
.ring-warning-text-text\/0{--tw-ring-color:rgb(255 168 0 / 0)}
.ring-warning-text-text\/10{--tw-ring-color:rgb(255 168 0 / 0.1)}
.ring-warning-text-text\/100{--tw-ring-color:rgb(255 168 0 / 1)}
.ring-warning-text-text\/15{--tw-ring-color:rgb(255 168 0 / 0.15)}
.ring-warning-text-text\/20{--tw-ring-color:rgb(255 168 0 / 0.2)}
.ring-warning-text-text\/25{--tw-ring-color:rgb(255 168 0 / 0.25)}
.ring-warning-text-text\/30{--tw-ring-color:rgb(255 168 0 / 0.3)}
.ring-warning-text-text\/35{--tw-ring-color:rgb(255 168 0 / 0.35)}
.ring-warning-text-text\/40{--tw-ring-color:rgb(255 168 0 / 0.4)}
.ring-warning-text-text\/45{--tw-ring-color:rgb(255 168 0 / 0.45)}
.ring-warning-text-text\/5{--tw-ring-color:rgb(255 168 0 / 0.05)}
.ring-warning-text-text\/50{--tw-ring-color:rgb(255 168 0 / 0.5)}
.ring-warning-text-text\/55{--tw-ring-color:rgb(255 168 0 / 0.55)}
.ring-warning-text-text\/60{--tw-ring-color:rgb(255 168 0 / 0.6)}
.ring-warning-text-text\/65{--tw-ring-color:rgb(255 168 0 / 0.65)}
.ring-warning-text-text\/70{--tw-ring-color:rgb(255 168 0 / 0.7)}
.ring-warning-text-text\/75{--tw-ring-color:rgb(255 168 0 / 0.75)}
.ring-warning-text-text\/80{--tw-ring-color:rgb(255 168 0 / 0.8)}
.ring-warning-text-text\/85{--tw-ring-color:rgb(255 168 0 / 0.85)}
.ring-warning-text-text\/90{--tw-ring-color:rgb(255 168 0 / 0.9)}
.ring-warning-text-text\/95{--tw-ring-color:rgb(255 168 0 / 0.95)}
.ring-offset-amber-100{--tw-ring-offset-color:#fef3c7}
.ring-offset-amber-100\/0{--tw-ring-offset-color:rgb(254 243 199 / 0)}
.ring-offset-amber-100\/10{--tw-ring-offset-color:rgb(254 243 199 / 0.1)}
.ring-offset-amber-100\/100{--tw-ring-offset-color:rgb(254 243 199 / 1)}
.ring-offset-amber-100\/15{--tw-ring-offset-color:rgb(254 243 199 / 0.15)}
.ring-offset-amber-100\/20{--tw-ring-offset-color:rgb(254 243 199 / 0.2)}
.ring-offset-amber-100\/25{--tw-ring-offset-color:rgb(254 243 199 / 0.25)}
.ring-offset-amber-100\/30{--tw-ring-offset-color:rgb(254 243 199 / 0.3)}
.ring-offset-amber-100\/35{--tw-ring-offset-color:rgb(254 243 199 / 0.35)}
.ring-offset-amber-100\/40{--tw-ring-offset-color:rgb(254 243 199 / 0.4)}
.ring-offset-amber-100\/45{--tw-ring-offset-color:rgb(254 243 199 / 0.45)}
.ring-offset-amber-100\/5{--tw-ring-offset-color:rgb(254 243 199 / 0.05)}
.ring-offset-amber-100\/50{--tw-ring-offset-color:rgb(254 243 199 / 0.5)}
.ring-offset-amber-100\/55{--tw-ring-offset-color:rgb(254 243 199 / 0.55)}
.ring-offset-amber-100\/60{--tw-ring-offset-color:rgb(254 243 199 / 0.6)}
.ring-offset-amber-100\/65{--tw-ring-offset-color:rgb(254 243 199 / 0.65)}
.ring-offset-amber-100\/70{--tw-ring-offset-color:rgb(254 243 199 / 0.7)}
.ring-offset-amber-100\/75{--tw-ring-offset-color:rgb(254 243 199 / 0.75)}
.ring-offset-amber-100\/80{--tw-ring-offset-color:rgb(254 243 199 / 0.8)}
.ring-offset-amber-100\/85{--tw-ring-offset-color:rgb(254 243 199 / 0.85)}
.ring-offset-amber-100\/90{--tw-ring-offset-color:rgb(254 243 199 / 0.9)}
.ring-offset-amber-100\/95{--tw-ring-offset-color:rgb(254 243 199 / 0.95)}
.ring-offset-amber-200{--tw-ring-offset-color:#fde68a}
.ring-offset-amber-200\/0{--tw-ring-offset-color:rgb(253 230 138 / 0)}
.ring-offset-amber-200\/10{--tw-ring-offset-color:rgb(253 230 138 / 0.1)}
.ring-offset-amber-200\/100{--tw-ring-offset-color:rgb(253 230 138 / 1)}
.ring-offset-amber-200\/15{--tw-ring-offset-color:rgb(253 230 138 / 0.15)}
.ring-offset-amber-200\/20{--tw-ring-offset-color:rgb(253 230 138 / 0.2)}
.ring-offset-amber-200\/25{--tw-ring-offset-color:rgb(253 230 138 / 0.25)}
.ring-offset-amber-200\/30{--tw-ring-offset-color:rgb(253 230 138 / 0.3)}
.ring-offset-amber-200\/35{--tw-ring-offset-color:rgb(253 230 138 / 0.35)}
.ring-offset-amber-200\/40{--tw-ring-offset-color:rgb(253 230 138 / 0.4)}
.ring-offset-amber-200\/45{--tw-ring-offset-color:rgb(253 230 138 / 0.45)}
.ring-offset-amber-200\/5{--tw-ring-offset-color:rgb(253 230 138 / 0.05)}
.ring-offset-amber-200\/50{--tw-ring-offset-color:rgb(253 230 138 / 0.5)}
.ring-offset-amber-200\/55{--tw-ring-offset-color:rgb(253 230 138 / 0.55)}
.ring-offset-amber-200\/60{--tw-ring-offset-color:rgb(253 230 138 / 0.6)}
.ring-offset-amber-200\/65{--tw-ring-offset-color:rgb(253 230 138 / 0.65)}
.ring-offset-amber-200\/70{--tw-ring-offset-color:rgb(253 230 138 / 0.7)}
.ring-offset-amber-200\/75{--tw-ring-offset-color:rgb(253 230 138 / 0.75)}
.ring-offset-amber-200\/80{--tw-ring-offset-color:rgb(253 230 138 / 0.8)}
.ring-offset-amber-200\/85{--tw-ring-offset-color:rgb(253 230 138 / 0.85)}
.ring-offset-amber-200\/90{--tw-ring-offset-color:rgb(253 230 138 / 0.9)}
.ring-offset-amber-200\/95{--tw-ring-offset-color:rgb(253 230 138 / 0.95)}
.ring-offset-amber-300{--tw-ring-offset-color:#fcd34d}
.ring-offset-amber-300\/0{--tw-ring-offset-color:rgb(252 211 77 / 0)}
.ring-offset-amber-300\/10{--tw-ring-offset-color:rgb(252 211 77 / 0.1)}
.ring-offset-amber-300\/100{--tw-ring-offset-color:rgb(252 211 77 / 1)}
.ring-offset-amber-300\/15{--tw-ring-offset-color:rgb(252 211 77 / 0.15)}
.ring-offset-amber-300\/20{--tw-ring-offset-color:rgb(252 211 77 / 0.2)}
.ring-offset-amber-300\/25{--tw-ring-offset-color:rgb(252 211 77 / 0.25)}
.ring-offset-amber-300\/30{--tw-ring-offset-color:rgb(252 211 77 / 0.3)}
.ring-offset-amber-300\/35{--tw-ring-offset-color:rgb(252 211 77 / 0.35)}
.ring-offset-amber-300\/40{--tw-ring-offset-color:rgb(252 211 77 / 0.4)}
.ring-offset-amber-300\/45{--tw-ring-offset-color:rgb(252 211 77 / 0.45)}
.ring-offset-amber-300\/5{--tw-ring-offset-color:rgb(252 211 77 / 0.05)}
.ring-offset-amber-300\/50{--tw-ring-offset-color:rgb(252 211 77 / 0.5)}
.ring-offset-amber-300\/55{--tw-ring-offset-color:rgb(252 211 77 / 0.55)}
.ring-offset-amber-300\/60{--tw-ring-offset-color:rgb(252 211 77 / 0.6)}
.ring-offset-amber-300\/65{--tw-ring-offset-color:rgb(252 211 77 / 0.65)}
.ring-offset-amber-300\/70{--tw-ring-offset-color:rgb(252 211 77 / 0.7)}
.ring-offset-amber-300\/75{--tw-ring-offset-color:rgb(252 211 77 / 0.75)}
.ring-offset-amber-300\/80{--tw-ring-offset-color:rgb(252 211 77 / 0.8)}
.ring-offset-amber-300\/85{--tw-ring-offset-color:rgb(252 211 77 / 0.85)}
.ring-offset-amber-300\/90{--tw-ring-offset-color:rgb(252 211 77 / 0.9)}
.ring-offset-amber-300\/95{--tw-ring-offset-color:rgb(252 211 77 / 0.95)}
.ring-offset-amber-400{--tw-ring-offset-color:#fbbf24}
.ring-offset-amber-400\/0{--tw-ring-offset-color:rgb(251 191 36 / 0)}
.ring-offset-amber-400\/10{--tw-ring-offset-color:rgb(251 191 36 / 0.1)}
.ring-offset-amber-400\/100{--tw-ring-offset-color:rgb(251 191 36 / 1)}
.ring-offset-amber-400\/15{--tw-ring-offset-color:rgb(251 191 36 / 0.15)}
.ring-offset-amber-400\/20{--tw-ring-offset-color:rgb(251 191 36 / 0.2)}
.ring-offset-amber-400\/25{--tw-ring-offset-color:rgb(251 191 36 / 0.25)}
.ring-offset-amber-400\/30{--tw-ring-offset-color:rgb(251 191 36 / 0.3)}
.ring-offset-amber-400\/35{--tw-ring-offset-color:rgb(251 191 36 / 0.35)}
.ring-offset-amber-400\/40{--tw-ring-offset-color:rgb(251 191 36 / 0.4)}
.ring-offset-amber-400\/45{--tw-ring-offset-color:rgb(251 191 36 / 0.45)}
.ring-offset-amber-400\/5{--tw-ring-offset-color:rgb(251 191 36 / 0.05)}
.ring-offset-amber-400\/50{--tw-ring-offset-color:rgb(251 191 36 / 0.5)}
.ring-offset-amber-400\/55{--tw-ring-offset-color:rgb(251 191 36 / 0.55)}
.ring-offset-amber-400\/60{--tw-ring-offset-color:rgb(251 191 36 / 0.6)}
.ring-offset-amber-400\/65{--tw-ring-offset-color:rgb(251 191 36 / 0.65)}
.ring-offset-amber-400\/70{--tw-ring-offset-color:rgb(251 191 36 / 0.7)}
.ring-offset-amber-400\/75{--tw-ring-offset-color:rgb(251 191 36 / 0.75)}
.ring-offset-amber-400\/80{--tw-ring-offset-color:rgb(251 191 36 / 0.8)}
.ring-offset-amber-400\/85{--tw-ring-offset-color:rgb(251 191 36 / 0.85)}
.ring-offset-amber-400\/90{--tw-ring-offset-color:rgb(251 191 36 / 0.9)}
.ring-offset-amber-400\/95{--tw-ring-offset-color:rgb(251 191 36 / 0.95)}
.ring-offset-amber-50{--tw-ring-offset-color:#fffbeb}
.ring-offset-amber-50\/0{--tw-ring-offset-color:rgb(255 251 235 / 0)}
.ring-offset-amber-50\/10{--tw-ring-offset-color:rgb(255 251 235 / 0.1)}
.ring-offset-amber-50\/100{--tw-ring-offset-color:rgb(255 251 235 / 1)}
.ring-offset-amber-50\/15{--tw-ring-offset-color:rgb(255 251 235 / 0.15)}
.ring-offset-amber-50\/20{--tw-ring-offset-color:rgb(255 251 235 / 0.2)}
.ring-offset-amber-50\/25{--tw-ring-offset-color:rgb(255 251 235 / 0.25)}
.ring-offset-amber-50\/30{--tw-ring-offset-color:rgb(255 251 235 / 0.3)}
.ring-offset-amber-50\/35{--tw-ring-offset-color:rgb(255 251 235 / 0.35)}
.ring-offset-amber-50\/40{--tw-ring-offset-color:rgb(255 251 235 / 0.4)}
.ring-offset-amber-50\/45{--tw-ring-offset-color:rgb(255 251 235 / 0.45)}
.ring-offset-amber-50\/5{--tw-ring-offset-color:rgb(255 251 235 / 0.05)}
.ring-offset-amber-50\/50{--tw-ring-offset-color:rgb(255 251 235 / 0.5)}
.ring-offset-amber-50\/55{--tw-ring-offset-color:rgb(255 251 235 / 0.55)}
.ring-offset-amber-50\/60{--tw-ring-offset-color:rgb(255 251 235 / 0.6)}
.ring-offset-amber-50\/65{--tw-ring-offset-color:rgb(255 251 235 / 0.65)}
.ring-offset-amber-50\/70{--tw-ring-offset-color:rgb(255 251 235 / 0.7)}
.ring-offset-amber-50\/75{--tw-ring-offset-color:rgb(255 251 235 / 0.75)}
.ring-offset-amber-50\/80{--tw-ring-offset-color:rgb(255 251 235 / 0.8)}
.ring-offset-amber-50\/85{--tw-ring-offset-color:rgb(255 251 235 / 0.85)}
.ring-offset-amber-50\/90{--tw-ring-offset-color:rgb(255 251 235 / 0.9)}
.ring-offset-amber-50\/95{--tw-ring-offset-color:rgb(255 251 235 / 0.95)}
.ring-offset-amber-500{--tw-ring-offset-color:#f59e0b}
.ring-offset-amber-500\/0{--tw-ring-offset-color:rgb(245 158 11 / 0)}
.ring-offset-amber-500\/10{--tw-ring-offset-color:rgb(245 158 11 / 0.1)}
.ring-offset-amber-500\/100{--tw-ring-offset-color:rgb(245 158 11 / 1)}
.ring-offset-amber-500\/15{--tw-ring-offset-color:rgb(245 158 11 / 0.15)}
.ring-offset-amber-500\/20{--tw-ring-offset-color:rgb(245 158 11 / 0.2)}
.ring-offset-amber-500\/25{--tw-ring-offset-color:rgb(245 158 11 / 0.25)}
.ring-offset-amber-500\/30{--tw-ring-offset-color:rgb(245 158 11 / 0.3)}
.ring-offset-amber-500\/35{--tw-ring-offset-color:rgb(245 158 11 / 0.35)}
.ring-offset-amber-500\/40{--tw-ring-offset-color:rgb(245 158 11 / 0.4)}
.ring-offset-amber-500\/45{--tw-ring-offset-color:rgb(245 158 11 / 0.45)}
.ring-offset-amber-500\/5{--tw-ring-offset-color:rgb(245 158 11 / 0.05)}
.ring-offset-amber-500\/50{--tw-ring-offset-color:rgb(245 158 11 / 0.5)}
.ring-offset-amber-500\/55{--tw-ring-offset-color:rgb(245 158 11 / 0.55)}
.ring-offset-amber-500\/60{--tw-ring-offset-color:rgb(245 158 11 / 0.6)}
.ring-offset-amber-500\/65{--tw-ring-offset-color:rgb(245 158 11 / 0.65)}
.ring-offset-amber-500\/70{--tw-ring-offset-color:rgb(245 158 11 / 0.7)}
.ring-offset-amber-500\/75{--tw-ring-offset-color:rgb(245 158 11 / 0.75)}
.ring-offset-amber-500\/80{--tw-ring-offset-color:rgb(245 158 11 / 0.8)}
.ring-offset-amber-500\/85{--tw-ring-offset-color:rgb(245 158 11 / 0.85)}
.ring-offset-amber-500\/90{--tw-ring-offset-color:rgb(245 158 11 / 0.9)}
.ring-offset-amber-500\/95{--tw-ring-offset-color:rgb(245 158 11 / 0.95)}
.ring-offset-amber-600{--tw-ring-offset-color:#d97706}
.ring-offset-amber-600\/0{--tw-ring-offset-color:rgb(217 119 6 / 0)}
.ring-offset-amber-600\/10{--tw-ring-offset-color:rgb(217 119 6 / 0.1)}
.ring-offset-amber-600\/100{--tw-ring-offset-color:rgb(217 119 6 / 1)}
.ring-offset-amber-600\/15{--tw-ring-offset-color:rgb(217 119 6 / 0.15)}
.ring-offset-amber-600\/20{--tw-ring-offset-color:rgb(217 119 6 / 0.2)}
.ring-offset-amber-600\/25{--tw-ring-offset-color:rgb(217 119 6 / 0.25)}
.ring-offset-amber-600\/30{--tw-ring-offset-color:rgb(217 119 6 / 0.3)}
.ring-offset-amber-600\/35{--tw-ring-offset-color:rgb(217 119 6 / 0.35)}
.ring-offset-amber-600\/40{--tw-ring-offset-color:rgb(217 119 6 / 0.4)}
.ring-offset-amber-600\/45{--tw-ring-offset-color:rgb(217 119 6 / 0.45)}
.ring-offset-amber-600\/5{--tw-ring-offset-color:rgb(217 119 6 / 0.05)}
.ring-offset-amber-600\/50{--tw-ring-offset-color:rgb(217 119 6 / 0.5)}
.ring-offset-amber-600\/55{--tw-ring-offset-color:rgb(217 119 6 / 0.55)}
.ring-offset-amber-600\/60{--tw-ring-offset-color:rgb(217 119 6 / 0.6)}
.ring-offset-amber-600\/65{--tw-ring-offset-color:rgb(217 119 6 / 0.65)}
.ring-offset-amber-600\/70{--tw-ring-offset-color:rgb(217 119 6 / 0.7)}
.ring-offset-amber-600\/75{--tw-ring-offset-color:rgb(217 119 6 / 0.75)}
.ring-offset-amber-600\/80{--tw-ring-offset-color:rgb(217 119 6 / 0.8)}
.ring-offset-amber-600\/85{--tw-ring-offset-color:rgb(217 119 6 / 0.85)}
.ring-offset-amber-600\/90{--tw-ring-offset-color:rgb(217 119 6 / 0.9)}
.ring-offset-amber-600\/95{--tw-ring-offset-color:rgb(217 119 6 / 0.95)}
.ring-offset-amber-700{--tw-ring-offset-color:#b45309}
.ring-offset-amber-700\/0{--tw-ring-offset-color:rgb(180 83 9 / 0)}
.ring-offset-amber-700\/10{--tw-ring-offset-color:rgb(180 83 9 / 0.1)}
.ring-offset-amber-700\/100{--tw-ring-offset-color:rgb(180 83 9 / 1)}
.ring-offset-amber-700\/15{--tw-ring-offset-color:rgb(180 83 9 / 0.15)}
.ring-offset-amber-700\/20{--tw-ring-offset-color:rgb(180 83 9 / 0.2)}
.ring-offset-amber-700\/25{--tw-ring-offset-color:rgb(180 83 9 / 0.25)}
.ring-offset-amber-700\/30{--tw-ring-offset-color:rgb(180 83 9 / 0.3)}
.ring-offset-amber-700\/35{--tw-ring-offset-color:rgb(180 83 9 / 0.35)}
.ring-offset-amber-700\/40{--tw-ring-offset-color:rgb(180 83 9 / 0.4)}
.ring-offset-amber-700\/45{--tw-ring-offset-color:rgb(180 83 9 / 0.45)}
.ring-offset-amber-700\/5{--tw-ring-offset-color:rgb(180 83 9 / 0.05)}
.ring-offset-amber-700\/50{--tw-ring-offset-color:rgb(180 83 9 / 0.5)}
.ring-offset-amber-700\/55{--tw-ring-offset-color:rgb(180 83 9 / 0.55)}
.ring-offset-amber-700\/60{--tw-ring-offset-color:rgb(180 83 9 / 0.6)}
.ring-offset-amber-700\/65{--tw-ring-offset-color:rgb(180 83 9 / 0.65)}
.ring-offset-amber-700\/70{--tw-ring-offset-color:rgb(180 83 9 / 0.7)}
.ring-offset-amber-700\/75{--tw-ring-offset-color:rgb(180 83 9 / 0.75)}
.ring-offset-amber-700\/80{--tw-ring-offset-color:rgb(180 83 9 / 0.8)}
.ring-offset-amber-700\/85{--tw-ring-offset-color:rgb(180 83 9 / 0.85)}
.ring-offset-amber-700\/90{--tw-ring-offset-color:rgb(180 83 9 / 0.9)}
.ring-offset-amber-700\/95{--tw-ring-offset-color:rgb(180 83 9 / 0.95)}
.ring-offset-amber-800{--tw-ring-offset-color:#92400e}
.ring-offset-amber-800\/0{--tw-ring-offset-color:rgb(146 64 14 / 0)}
.ring-offset-amber-800\/10{--tw-ring-offset-color:rgb(146 64 14 / 0.1)}
.ring-offset-amber-800\/100{--tw-ring-offset-color:rgb(146 64 14 / 1)}
.ring-offset-amber-800\/15{--tw-ring-offset-color:rgb(146 64 14 / 0.15)}
.ring-offset-amber-800\/20{--tw-ring-offset-color:rgb(146 64 14 / 0.2)}
.ring-offset-amber-800\/25{--tw-ring-offset-color:rgb(146 64 14 / 0.25)}
.ring-offset-amber-800\/30{--tw-ring-offset-color:rgb(146 64 14 / 0.3)}
.ring-offset-amber-800\/35{--tw-ring-offset-color:rgb(146 64 14 / 0.35)}
.ring-offset-amber-800\/40{--tw-ring-offset-color:rgb(146 64 14 / 0.4)}
.ring-offset-amber-800\/45{--tw-ring-offset-color:rgb(146 64 14 / 0.45)}
.ring-offset-amber-800\/5{--tw-ring-offset-color:rgb(146 64 14 / 0.05)}
.ring-offset-amber-800\/50{--tw-ring-offset-color:rgb(146 64 14 / 0.5)}
.ring-offset-amber-800\/55{--tw-ring-offset-color:rgb(146 64 14 / 0.55)}
.ring-offset-amber-800\/60{--tw-ring-offset-color:rgb(146 64 14 / 0.6)}
.ring-offset-amber-800\/65{--tw-ring-offset-color:rgb(146 64 14 / 0.65)}
.ring-offset-amber-800\/70{--tw-ring-offset-color:rgb(146 64 14 / 0.7)}
.ring-offset-amber-800\/75{--tw-ring-offset-color:rgb(146 64 14 / 0.75)}
.ring-offset-amber-800\/80{--tw-ring-offset-color:rgb(146 64 14 / 0.8)}
.ring-offset-amber-800\/85{--tw-ring-offset-color:rgb(146 64 14 / 0.85)}
.ring-offset-amber-800\/90{--tw-ring-offset-color:rgb(146 64 14 / 0.9)}
.ring-offset-amber-800\/95{--tw-ring-offset-color:rgb(146 64 14 / 0.95)}
.ring-offset-amber-900{--tw-ring-offset-color:#78350f}
.ring-offset-amber-900\/0{--tw-ring-offset-color:rgb(120 53 15 / 0)}
.ring-offset-amber-900\/10{--tw-ring-offset-color:rgb(120 53 15 / 0.1)}
.ring-offset-amber-900\/100{--tw-ring-offset-color:rgb(120 53 15 / 1)}
.ring-offset-amber-900\/15{--tw-ring-offset-color:rgb(120 53 15 / 0.15)}
.ring-offset-amber-900\/20{--tw-ring-offset-color:rgb(120 53 15 / 0.2)}
.ring-offset-amber-900\/25{--tw-ring-offset-color:rgb(120 53 15 / 0.25)}
.ring-offset-amber-900\/30{--tw-ring-offset-color:rgb(120 53 15 / 0.3)}
.ring-offset-amber-900\/35{--tw-ring-offset-color:rgb(120 53 15 / 0.35)}
.ring-offset-amber-900\/40{--tw-ring-offset-color:rgb(120 53 15 / 0.4)}
.ring-offset-amber-900\/45{--tw-ring-offset-color:rgb(120 53 15 / 0.45)}
.ring-offset-amber-900\/5{--tw-ring-offset-color:rgb(120 53 15 / 0.05)}
.ring-offset-amber-900\/50{--tw-ring-offset-color:rgb(120 53 15 / 0.5)}
.ring-offset-amber-900\/55{--tw-ring-offset-color:rgb(120 53 15 / 0.55)}
.ring-offset-amber-900\/60{--tw-ring-offset-color:rgb(120 53 15 / 0.6)}
.ring-offset-amber-900\/65{--tw-ring-offset-color:rgb(120 53 15 / 0.65)}
.ring-offset-amber-900\/70{--tw-ring-offset-color:rgb(120 53 15 / 0.7)}
.ring-offset-amber-900\/75{--tw-ring-offset-color:rgb(120 53 15 / 0.75)}
.ring-offset-amber-900\/80{--tw-ring-offset-color:rgb(120 53 15 / 0.8)}
.ring-offset-amber-900\/85{--tw-ring-offset-color:rgb(120 53 15 / 0.85)}
.ring-offset-amber-900\/90{--tw-ring-offset-color:rgb(120 53 15 / 0.9)}
.ring-offset-amber-900\/95{--tw-ring-offset-color:rgb(120 53 15 / 0.95)}
.ring-offset-amber-950{--tw-ring-offset-color:#451a03}
.ring-offset-amber-950\/0{--tw-ring-offset-color:rgb(69 26 3 / 0)}
.ring-offset-amber-950\/10{--tw-ring-offset-color:rgb(69 26 3 / 0.1)}
.ring-offset-amber-950\/100{--tw-ring-offset-color:rgb(69 26 3 / 1)}
.ring-offset-amber-950\/15{--tw-ring-offset-color:rgb(69 26 3 / 0.15)}
.ring-offset-amber-950\/20{--tw-ring-offset-color:rgb(69 26 3 / 0.2)}
.ring-offset-amber-950\/25{--tw-ring-offset-color:rgb(69 26 3 / 0.25)}
.ring-offset-amber-950\/30{--tw-ring-offset-color:rgb(69 26 3 / 0.3)}
.ring-offset-amber-950\/35{--tw-ring-offset-color:rgb(69 26 3 / 0.35)}
.ring-offset-amber-950\/40{--tw-ring-offset-color:rgb(69 26 3 / 0.4)}
.ring-offset-amber-950\/45{--tw-ring-offset-color:rgb(69 26 3 / 0.45)}
.ring-offset-amber-950\/5{--tw-ring-offset-color:rgb(69 26 3 / 0.05)}
.ring-offset-amber-950\/50{--tw-ring-offset-color:rgb(69 26 3 / 0.5)}
.ring-offset-amber-950\/55{--tw-ring-offset-color:rgb(69 26 3 / 0.55)}
.ring-offset-amber-950\/60{--tw-ring-offset-color:rgb(69 26 3 / 0.6)}
.ring-offset-amber-950\/65{--tw-ring-offset-color:rgb(69 26 3 / 0.65)}
.ring-offset-amber-950\/70{--tw-ring-offset-color:rgb(69 26 3 / 0.7)}
.ring-offset-amber-950\/75{--tw-ring-offset-color:rgb(69 26 3 / 0.75)}
.ring-offset-amber-950\/80{--tw-ring-offset-color:rgb(69 26 3 / 0.8)}
.ring-offset-amber-950\/85{--tw-ring-offset-color:rgb(69 26 3 / 0.85)}
.ring-offset-amber-950\/90{--tw-ring-offset-color:rgb(69 26 3 / 0.9)}
.ring-offset-amber-950\/95{--tw-ring-offset-color:rgb(69 26 3 / 0.95)}
.ring-offset-background-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-background-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-background-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-background-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-background-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-background-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-background-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-background-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-background-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-background-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-background-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-background-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-background-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-background-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-background-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-background-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-background-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-background-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-background-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-background-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-background-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-background-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-background-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-background-text-isDark{--tw-ring-offset-color:true}
.ring-offset-background-text-text{--tw-ring-offset-color:#6b6f73}
.ring-offset-background-text-text\/0{--tw-ring-offset-color:rgb(107 111 115 / 0)}
.ring-offset-background-text-text\/10{--tw-ring-offset-color:rgb(107 111 115 / 0.1)}
.ring-offset-background-text-text\/100{--tw-ring-offset-color:rgb(107 111 115 / 1)}
.ring-offset-background-text-text\/15{--tw-ring-offset-color:rgb(107 111 115 / 0.15)}
.ring-offset-background-text-text\/20{--tw-ring-offset-color:rgb(107 111 115 / 0.2)}
.ring-offset-background-text-text\/25{--tw-ring-offset-color:rgb(107 111 115 / 0.25)}
.ring-offset-background-text-text\/30{--tw-ring-offset-color:rgb(107 111 115 / 0.3)}
.ring-offset-background-text-text\/35{--tw-ring-offset-color:rgb(107 111 115 / 0.35)}
.ring-offset-background-text-text\/40{--tw-ring-offset-color:rgb(107 111 115 / 0.4)}
.ring-offset-background-text-text\/45{--tw-ring-offset-color:rgb(107 111 115 / 0.45)}
.ring-offset-background-text-text\/5{--tw-ring-offset-color:rgb(107 111 115 / 0.05)}
.ring-offset-background-text-text\/50{--tw-ring-offset-color:rgb(107 111 115 / 0.5)}
.ring-offset-background-text-text\/55{--tw-ring-offset-color:rgb(107 111 115 / 0.55)}
.ring-offset-background-text-text\/60{--tw-ring-offset-color:rgb(107 111 115 / 0.6)}
.ring-offset-background-text-text\/65{--tw-ring-offset-color:rgb(107 111 115 / 0.65)}
.ring-offset-background-text-text\/70{--tw-ring-offset-color:rgb(107 111 115 / 0.7)}
.ring-offset-background-text-text\/75{--tw-ring-offset-color:rgb(107 111 115 / 0.75)}
.ring-offset-background-text-text\/80{--tw-ring-offset-color:rgb(107 111 115 / 0.8)}
.ring-offset-background-text-text\/85{--tw-ring-offset-color:rgb(107 111 115 / 0.85)}
.ring-offset-background-text-text\/90{--tw-ring-offset-color:rgb(107 111 115 / 0.9)}
.ring-offset-background-text-text\/95{--tw-ring-offset-color:rgb(107 111 115 / 0.95)}
.ring-offset-bt-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-bt-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-bt-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-bt-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-bt-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-bt-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-bt-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-bt-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-bt-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-bt-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-bt-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-bt-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-bt-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-bt-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-bt-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-bt-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-bt-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-bt-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-bt-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-bt-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-bt-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-bt-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-bt-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-bt-text-isDark{--tw-ring-offset-color:true}
.ring-offset-bt-text-text{--tw-ring-offset-color:#1e293b}
.ring-offset-bt-text-text\/0{--tw-ring-offset-color:rgb(30 41 59 / 0)}
.ring-offset-bt-text-text\/10{--tw-ring-offset-color:rgb(30 41 59 / 0.1)}
.ring-offset-bt-text-text\/100{--tw-ring-offset-color:rgb(30 41 59 / 1)}
.ring-offset-bt-text-text\/15{--tw-ring-offset-color:rgb(30 41 59 / 0.15)}
.ring-offset-bt-text-text\/20{--tw-ring-offset-color:rgb(30 41 59 / 0.2)}
.ring-offset-bt-text-text\/25{--tw-ring-offset-color:rgb(30 41 59 / 0.25)}
.ring-offset-bt-text-text\/30{--tw-ring-offset-color:rgb(30 41 59 / 0.3)}
.ring-offset-bt-text-text\/35{--tw-ring-offset-color:rgb(30 41 59 / 0.35)}
.ring-offset-bt-text-text\/40{--tw-ring-offset-color:rgb(30 41 59 / 0.4)}
.ring-offset-bt-text-text\/45{--tw-ring-offset-color:rgb(30 41 59 / 0.45)}
.ring-offset-bt-text-text\/5{--tw-ring-offset-color:rgb(30 41 59 / 0.05)}
.ring-offset-bt-text-text\/50{--tw-ring-offset-color:rgb(30 41 59 / 0.5)}
.ring-offset-bt-text-text\/55{--tw-ring-offset-color:rgb(30 41 59 / 0.55)}
.ring-offset-bt-text-text\/60{--tw-ring-offset-color:rgb(30 41 59 / 0.6)}
.ring-offset-bt-text-text\/65{--tw-ring-offset-color:rgb(30 41 59 / 0.65)}
.ring-offset-bt-text-text\/70{--tw-ring-offset-color:rgb(30 41 59 / 0.7)}
.ring-offset-bt-text-text\/75{--tw-ring-offset-color:rgb(30 41 59 / 0.75)}
.ring-offset-bt-text-text\/80{--tw-ring-offset-color:rgb(30 41 59 / 0.8)}
.ring-offset-bt-text-text\/85{--tw-ring-offset-color:rgb(30 41 59 / 0.85)}
.ring-offset-bt-text-text\/90{--tw-ring-offset-color:rgb(30 41 59 / 0.9)}
.ring-offset-bt-text-text\/95{--tw-ring-offset-color:rgb(30 41 59 / 0.95)}
.ring-offset-btLight-text-contrast{--tw-ring-offset-color:#000}
.ring-offset-btLight-text-contrast\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-btLight-text-contrast\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-btLight-text-contrast\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-btLight-text-contrast\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-btLight-text-contrast\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-btLight-text-contrast\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-btLight-text-contrast\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-btLight-text-contrast\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-btLight-text-contrast\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-btLight-text-contrast\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-btLight-text-contrast\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-btLight-text-contrast\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-btLight-text-contrast\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-btLight-text-contrast\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-btLight-text-contrast\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-btLight-text-contrast\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-btLight-text-contrast\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-btLight-text-contrast\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-btLight-text-contrast\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-btLight-text-contrast\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-btLight-text-contrast\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-btLight-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-btLight-text-isDark{}
.ring-offset-btLight-text-text{--tw-ring-offset-color:#48abd9}
.ring-offset-btLight-text-text\/0{--tw-ring-offset-color:rgb(72 171 217 / 0)}
.ring-offset-btLight-text-text\/10{--tw-ring-offset-color:rgb(72 171 217 / 0.1)}
.ring-offset-btLight-text-text\/100{--tw-ring-offset-color:rgb(72 171 217 / 1)}
.ring-offset-btLight-text-text\/15{--tw-ring-offset-color:rgb(72 171 217 / 0.15)}
.ring-offset-btLight-text-text\/20{--tw-ring-offset-color:rgb(72 171 217 / 0.2)}
.ring-offset-btLight-text-text\/25{--tw-ring-offset-color:rgb(72 171 217 / 0.25)}
.ring-offset-btLight-text-text\/30{--tw-ring-offset-color:rgb(72 171 217 / 0.3)}
.ring-offset-btLight-text-text\/35{--tw-ring-offset-color:rgb(72 171 217 / 0.35)}
.ring-offset-btLight-text-text\/40{--tw-ring-offset-color:rgb(72 171 217 / 0.4)}
.ring-offset-btLight-text-text\/45{--tw-ring-offset-color:rgb(72 171 217 / 0.45)}
.ring-offset-btLight-text-text\/5{--tw-ring-offset-color:rgb(72 171 217 / 0.05)}
.ring-offset-btLight-text-text\/50{--tw-ring-offset-color:rgb(72 171 217 / 0.5)}
.ring-offset-btLight-text-text\/55{--tw-ring-offset-color:rgb(72 171 217 / 0.55)}
.ring-offset-btLight-text-text\/60{--tw-ring-offset-color:rgb(72 171 217 / 0.6)}
.ring-offset-btLight-text-text\/65{--tw-ring-offset-color:rgb(72 171 217 / 0.65)}
.ring-offset-btLight-text-text\/70{--tw-ring-offset-color:rgb(72 171 217 / 0.7)}
.ring-offset-btLight-text-text\/75{--tw-ring-offset-color:rgb(72 171 217 / 0.75)}
.ring-offset-btLight-text-text\/80{--tw-ring-offset-color:rgb(72 171 217 / 0.8)}
.ring-offset-btLight-text-text\/85{--tw-ring-offset-color:rgb(72 171 217 / 0.85)}
.ring-offset-btLight-text-text\/90{--tw-ring-offset-color:rgb(72 171 217 / 0.9)}
.ring-offset-btLight-text-text\/95{--tw-ring-offset-color:rgb(72 171 217 / 0.95)}
.ring-offset-cardBackground-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-cardBackground-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-cardBackground-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-cardBackground-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-cardBackground-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-cardBackground-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-cardBackground-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-cardBackground-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-cardBackground-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-cardBackground-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-cardBackground-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-cardBackground-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-cardBackground-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-cardBackground-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-cardBackground-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-cardBackground-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-cardBackground-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-cardBackground-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-cardBackground-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-cardBackground-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-cardBackground-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-cardBackground-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-cardBackground-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-cardBackground-text-isDark{--tw-ring-offset-color:true}
.ring-offset-cardBackground-text-text{--tw-ring-offset-color:#848484}
.ring-offset-cardBackground-text-text\/0{--tw-ring-offset-color:rgb(132 132 132 / 0)}
.ring-offset-cardBackground-text-text\/10{--tw-ring-offset-color:rgb(132 132 132 / 0.1)}
.ring-offset-cardBackground-text-text\/100{--tw-ring-offset-color:rgb(132 132 132 / 1)}
.ring-offset-cardBackground-text-text\/15{--tw-ring-offset-color:rgb(132 132 132 / 0.15)}
.ring-offset-cardBackground-text-text\/20{--tw-ring-offset-color:rgb(132 132 132 / 0.2)}
.ring-offset-cardBackground-text-text\/25{--tw-ring-offset-color:rgb(132 132 132 / 0.25)}
.ring-offset-cardBackground-text-text\/30{--tw-ring-offset-color:rgb(132 132 132 / 0.3)}
.ring-offset-cardBackground-text-text\/35{--tw-ring-offset-color:rgb(132 132 132 / 0.35)}
.ring-offset-cardBackground-text-text\/40{--tw-ring-offset-color:rgb(132 132 132 / 0.4)}
.ring-offset-cardBackground-text-text\/45{--tw-ring-offset-color:rgb(132 132 132 / 0.45)}
.ring-offset-cardBackground-text-text\/5{--tw-ring-offset-color:rgb(132 132 132 / 0.05)}
.ring-offset-cardBackground-text-text\/50{--tw-ring-offset-color:rgb(132 132 132 / 0.5)}
.ring-offset-cardBackground-text-text\/55{--tw-ring-offset-color:rgb(132 132 132 / 0.55)}
.ring-offset-cardBackground-text-text\/60{--tw-ring-offset-color:rgb(132 132 132 / 0.6)}
.ring-offset-cardBackground-text-text\/65{--tw-ring-offset-color:rgb(132 132 132 / 0.65)}
.ring-offset-cardBackground-text-text\/70{--tw-ring-offset-color:rgb(132 132 132 / 0.7)}
.ring-offset-cardBackground-text-text\/75{--tw-ring-offset-color:rgb(132 132 132 / 0.75)}
.ring-offset-cardBackground-text-text\/80{--tw-ring-offset-color:rgb(132 132 132 / 0.8)}
.ring-offset-cardBackground-text-text\/85{--tw-ring-offset-color:rgb(132 132 132 / 0.85)}
.ring-offset-cardBackground-text-text\/90{--tw-ring-offset-color:rgb(132 132 132 / 0.9)}
.ring-offset-cardBackground-text-text\/95{--tw-ring-offset-color:rgb(132 132 132 / 0.95)}
.ring-offset-cardHeader-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-cardHeader-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-cardHeader-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-cardHeader-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-cardHeader-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-cardHeader-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-cardHeader-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-cardHeader-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-cardHeader-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-cardHeader-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-cardHeader-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-cardHeader-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-cardHeader-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-cardHeader-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-cardHeader-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-cardHeader-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-cardHeader-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-cardHeader-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-cardHeader-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-cardHeader-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-cardHeader-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-cardHeader-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-cardHeader-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-cardHeader-text-isDark{--tw-ring-offset-color:true}
.ring-offset-cardHeader-text-text{--tw-ring-offset-color:#7e7e84}
.ring-offset-cardHeader-text-text\/0{--tw-ring-offset-color:rgb(126 126 132 / 0)}
.ring-offset-cardHeader-text-text\/10{--tw-ring-offset-color:rgb(126 126 132 / 0.1)}
.ring-offset-cardHeader-text-text\/100{--tw-ring-offset-color:rgb(126 126 132 / 1)}
.ring-offset-cardHeader-text-text\/15{--tw-ring-offset-color:rgb(126 126 132 / 0.15)}
.ring-offset-cardHeader-text-text\/20{--tw-ring-offset-color:rgb(126 126 132 / 0.2)}
.ring-offset-cardHeader-text-text\/25{--tw-ring-offset-color:rgb(126 126 132 / 0.25)}
.ring-offset-cardHeader-text-text\/30{--tw-ring-offset-color:rgb(126 126 132 / 0.3)}
.ring-offset-cardHeader-text-text\/35{--tw-ring-offset-color:rgb(126 126 132 / 0.35)}
.ring-offset-cardHeader-text-text\/40{--tw-ring-offset-color:rgb(126 126 132 / 0.4)}
.ring-offset-cardHeader-text-text\/45{--tw-ring-offset-color:rgb(126 126 132 / 0.45)}
.ring-offset-cardHeader-text-text\/5{--tw-ring-offset-color:rgb(126 126 132 / 0.05)}
.ring-offset-cardHeader-text-text\/50{--tw-ring-offset-color:rgb(126 126 132 / 0.5)}
.ring-offset-cardHeader-text-text\/55{--tw-ring-offset-color:rgb(126 126 132 / 0.55)}
.ring-offset-cardHeader-text-text\/60{--tw-ring-offset-color:rgb(126 126 132 / 0.6)}
.ring-offset-cardHeader-text-text\/65{--tw-ring-offset-color:rgb(126 126 132 / 0.65)}
.ring-offset-cardHeader-text-text\/70{--tw-ring-offset-color:rgb(126 126 132 / 0.7)}
.ring-offset-cardHeader-text-text\/75{--tw-ring-offset-color:rgb(126 126 132 / 0.75)}
.ring-offset-cardHeader-text-text\/80{--tw-ring-offset-color:rgb(126 126 132 / 0.8)}
.ring-offset-cardHeader-text-text\/85{--tw-ring-offset-color:rgb(126 126 132 / 0.85)}
.ring-offset-cardHeader-text-text\/90{--tw-ring-offset-color:rgb(126 126 132 / 0.9)}
.ring-offset-cardHeader-text-text\/95{--tw-ring-offset-color:rgb(126 126 132 / 0.95)}
.ring-offset-danger-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-danger-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-danger-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-danger-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-danger-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-danger-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-danger-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-danger-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-danger-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-danger-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-danger-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-danger-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-danger-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-danger-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-danger-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-danger-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-danger-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-danger-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-danger-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-danger-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-danger-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-danger-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-danger-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-danger-text-isDark{--tw-ring-offset-color:true}
.ring-offset-danger-text-text{--tw-ring-offset-color:#e85743}
.ring-offset-danger-text-text\/0{--tw-ring-offset-color:rgb(232 87 67 / 0)}
.ring-offset-danger-text-text\/10{--tw-ring-offset-color:rgb(232 87 67 / 0.1)}
.ring-offset-danger-text-text\/100{--tw-ring-offset-color:rgb(232 87 67 / 1)}
.ring-offset-danger-text-text\/15{--tw-ring-offset-color:rgb(232 87 67 / 0.15)}
.ring-offset-danger-text-text\/20{--tw-ring-offset-color:rgb(232 87 67 / 0.2)}
.ring-offset-danger-text-text\/25{--tw-ring-offset-color:rgb(232 87 67 / 0.25)}
.ring-offset-danger-text-text\/30{--tw-ring-offset-color:rgb(232 87 67 / 0.3)}
.ring-offset-danger-text-text\/35{--tw-ring-offset-color:rgb(232 87 67 / 0.35)}
.ring-offset-danger-text-text\/40{--tw-ring-offset-color:rgb(232 87 67 / 0.4)}
.ring-offset-danger-text-text\/45{--tw-ring-offset-color:rgb(232 87 67 / 0.45)}
.ring-offset-danger-text-text\/5{--tw-ring-offset-color:rgb(232 87 67 / 0.05)}
.ring-offset-danger-text-text\/50{--tw-ring-offset-color:rgb(232 87 67 / 0.5)}
.ring-offset-danger-text-text\/55{--tw-ring-offset-color:rgb(232 87 67 / 0.55)}
.ring-offset-danger-text-text\/60{--tw-ring-offset-color:rgb(232 87 67 / 0.6)}
.ring-offset-danger-text-text\/65{--tw-ring-offset-color:rgb(232 87 67 / 0.65)}
.ring-offset-danger-text-text\/70{--tw-ring-offset-color:rgb(232 87 67 / 0.7)}
.ring-offset-danger-text-text\/75{--tw-ring-offset-color:rgb(232 87 67 / 0.75)}
.ring-offset-danger-text-text\/80{--tw-ring-offset-color:rgb(232 87 67 / 0.8)}
.ring-offset-danger-text-text\/85{--tw-ring-offset-color:rgb(232 87 67 / 0.85)}
.ring-offset-danger-text-text\/90{--tw-ring-offset-color:rgb(232 87 67 / 0.9)}
.ring-offset-danger-text-text\/95{--tw-ring-offset-color:rgb(232 87 67 / 0.95)}
.ring-offset-emerald-100{--tw-ring-offset-color:#d1fae5}
.ring-offset-emerald-100\/0{--tw-ring-offset-color:rgb(209 250 229 / 0)}
.ring-offset-emerald-100\/10{--tw-ring-offset-color:rgb(209 250 229 / 0.1)}
.ring-offset-emerald-100\/100{--tw-ring-offset-color:rgb(209 250 229 / 1)}
.ring-offset-emerald-100\/15{--tw-ring-offset-color:rgb(209 250 229 / 0.15)}
.ring-offset-emerald-100\/20{--tw-ring-offset-color:rgb(209 250 229 / 0.2)}
.ring-offset-emerald-100\/25{--tw-ring-offset-color:rgb(209 250 229 / 0.25)}
.ring-offset-emerald-100\/30{--tw-ring-offset-color:rgb(209 250 229 / 0.3)}
.ring-offset-emerald-100\/35{--tw-ring-offset-color:rgb(209 250 229 / 0.35)}
.ring-offset-emerald-100\/40{--tw-ring-offset-color:rgb(209 250 229 / 0.4)}
.ring-offset-emerald-100\/45{--tw-ring-offset-color:rgb(209 250 229 / 0.45)}
.ring-offset-emerald-100\/5{--tw-ring-offset-color:rgb(209 250 229 / 0.05)}
.ring-offset-emerald-100\/50{--tw-ring-offset-color:rgb(209 250 229 / 0.5)}
.ring-offset-emerald-100\/55{--tw-ring-offset-color:rgb(209 250 229 / 0.55)}
.ring-offset-emerald-100\/60{--tw-ring-offset-color:rgb(209 250 229 / 0.6)}
.ring-offset-emerald-100\/65{--tw-ring-offset-color:rgb(209 250 229 / 0.65)}
.ring-offset-emerald-100\/70{--tw-ring-offset-color:rgb(209 250 229 / 0.7)}
.ring-offset-emerald-100\/75{--tw-ring-offset-color:rgb(209 250 229 / 0.75)}
.ring-offset-emerald-100\/80{--tw-ring-offset-color:rgb(209 250 229 / 0.8)}
.ring-offset-emerald-100\/85{--tw-ring-offset-color:rgb(209 250 229 / 0.85)}
.ring-offset-emerald-100\/90{--tw-ring-offset-color:rgb(209 250 229 / 0.9)}
.ring-offset-emerald-100\/95{--tw-ring-offset-color:rgb(209 250 229 / 0.95)}
.ring-offset-emerald-200{--tw-ring-offset-color:#a7f3d0}
.ring-offset-emerald-200\/0{--tw-ring-offset-color:rgb(167 243 208 / 0)}
.ring-offset-emerald-200\/10{--tw-ring-offset-color:rgb(167 243 208 / 0.1)}
.ring-offset-emerald-200\/100{--tw-ring-offset-color:rgb(167 243 208 / 1)}
.ring-offset-emerald-200\/15{--tw-ring-offset-color:rgb(167 243 208 / 0.15)}
.ring-offset-emerald-200\/20{--tw-ring-offset-color:rgb(167 243 208 / 0.2)}
.ring-offset-emerald-200\/25{--tw-ring-offset-color:rgb(167 243 208 / 0.25)}
.ring-offset-emerald-200\/30{--tw-ring-offset-color:rgb(167 243 208 / 0.3)}
.ring-offset-emerald-200\/35{--tw-ring-offset-color:rgb(167 243 208 / 0.35)}
.ring-offset-emerald-200\/40{--tw-ring-offset-color:rgb(167 243 208 / 0.4)}
.ring-offset-emerald-200\/45{--tw-ring-offset-color:rgb(167 243 208 / 0.45)}
.ring-offset-emerald-200\/5{--tw-ring-offset-color:rgb(167 243 208 / 0.05)}
.ring-offset-emerald-200\/50{--tw-ring-offset-color:rgb(167 243 208 / 0.5)}
.ring-offset-emerald-200\/55{--tw-ring-offset-color:rgb(167 243 208 / 0.55)}
.ring-offset-emerald-200\/60{--tw-ring-offset-color:rgb(167 243 208 / 0.6)}
.ring-offset-emerald-200\/65{--tw-ring-offset-color:rgb(167 243 208 / 0.65)}
.ring-offset-emerald-200\/70{--tw-ring-offset-color:rgb(167 243 208 / 0.7)}
.ring-offset-emerald-200\/75{--tw-ring-offset-color:rgb(167 243 208 / 0.75)}
.ring-offset-emerald-200\/80{--tw-ring-offset-color:rgb(167 243 208 / 0.8)}
.ring-offset-emerald-200\/85{--tw-ring-offset-color:rgb(167 243 208 / 0.85)}
.ring-offset-emerald-200\/90{--tw-ring-offset-color:rgb(167 243 208 / 0.9)}
.ring-offset-emerald-200\/95{--tw-ring-offset-color:rgb(167 243 208 / 0.95)}
.ring-offset-emerald-300{--tw-ring-offset-color:#6ee7b7}
.ring-offset-emerald-300\/0{--tw-ring-offset-color:rgb(110 231 183 / 0)}
.ring-offset-emerald-300\/10{--tw-ring-offset-color:rgb(110 231 183 / 0.1)}
.ring-offset-emerald-300\/100{--tw-ring-offset-color:rgb(110 231 183 / 1)}
.ring-offset-emerald-300\/15{--tw-ring-offset-color:rgb(110 231 183 / 0.15)}
.ring-offset-emerald-300\/20{--tw-ring-offset-color:rgb(110 231 183 / 0.2)}
.ring-offset-emerald-300\/25{--tw-ring-offset-color:rgb(110 231 183 / 0.25)}
.ring-offset-emerald-300\/30{--tw-ring-offset-color:rgb(110 231 183 / 0.3)}
.ring-offset-emerald-300\/35{--tw-ring-offset-color:rgb(110 231 183 / 0.35)}
.ring-offset-emerald-300\/40{--tw-ring-offset-color:rgb(110 231 183 / 0.4)}
.ring-offset-emerald-300\/45{--tw-ring-offset-color:rgb(110 231 183 / 0.45)}
.ring-offset-emerald-300\/5{--tw-ring-offset-color:rgb(110 231 183 / 0.05)}
.ring-offset-emerald-300\/50{--tw-ring-offset-color:rgb(110 231 183 / 0.5)}
.ring-offset-emerald-300\/55{--tw-ring-offset-color:rgb(110 231 183 / 0.55)}
.ring-offset-emerald-300\/60{--tw-ring-offset-color:rgb(110 231 183 / 0.6)}
.ring-offset-emerald-300\/65{--tw-ring-offset-color:rgb(110 231 183 / 0.65)}
.ring-offset-emerald-300\/70{--tw-ring-offset-color:rgb(110 231 183 / 0.7)}
.ring-offset-emerald-300\/75{--tw-ring-offset-color:rgb(110 231 183 / 0.75)}
.ring-offset-emerald-300\/80{--tw-ring-offset-color:rgb(110 231 183 / 0.8)}
.ring-offset-emerald-300\/85{--tw-ring-offset-color:rgb(110 231 183 / 0.85)}
.ring-offset-emerald-300\/90{--tw-ring-offset-color:rgb(110 231 183 / 0.9)}
.ring-offset-emerald-300\/95{--tw-ring-offset-color:rgb(110 231 183 / 0.95)}
.ring-offset-emerald-400{--tw-ring-offset-color:#34d399}
.ring-offset-emerald-400\/0{--tw-ring-offset-color:rgb(52 211 153 / 0)}
.ring-offset-emerald-400\/10{--tw-ring-offset-color:rgb(52 211 153 / 0.1)}
.ring-offset-emerald-400\/100{--tw-ring-offset-color:rgb(52 211 153 / 1)}
.ring-offset-emerald-400\/15{--tw-ring-offset-color:rgb(52 211 153 / 0.15)}
.ring-offset-emerald-400\/20{--tw-ring-offset-color:rgb(52 211 153 / 0.2)}
.ring-offset-emerald-400\/25{--tw-ring-offset-color:rgb(52 211 153 / 0.25)}
.ring-offset-emerald-400\/30{--tw-ring-offset-color:rgb(52 211 153 / 0.3)}
.ring-offset-emerald-400\/35{--tw-ring-offset-color:rgb(52 211 153 / 0.35)}
.ring-offset-emerald-400\/40{--tw-ring-offset-color:rgb(52 211 153 / 0.4)}
.ring-offset-emerald-400\/45{--tw-ring-offset-color:rgb(52 211 153 / 0.45)}
.ring-offset-emerald-400\/5{--tw-ring-offset-color:rgb(52 211 153 / 0.05)}
.ring-offset-emerald-400\/50{--tw-ring-offset-color:rgb(52 211 153 / 0.5)}
.ring-offset-emerald-400\/55{--tw-ring-offset-color:rgb(52 211 153 / 0.55)}
.ring-offset-emerald-400\/60{--tw-ring-offset-color:rgb(52 211 153 / 0.6)}
.ring-offset-emerald-400\/65{--tw-ring-offset-color:rgb(52 211 153 / 0.65)}
.ring-offset-emerald-400\/70{--tw-ring-offset-color:rgb(52 211 153 / 0.7)}
.ring-offset-emerald-400\/75{--tw-ring-offset-color:rgb(52 211 153 / 0.75)}
.ring-offset-emerald-400\/80{--tw-ring-offset-color:rgb(52 211 153 / 0.8)}
.ring-offset-emerald-400\/85{--tw-ring-offset-color:rgb(52 211 153 / 0.85)}
.ring-offset-emerald-400\/90{--tw-ring-offset-color:rgb(52 211 153 / 0.9)}
.ring-offset-emerald-400\/95{--tw-ring-offset-color:rgb(52 211 153 / 0.95)}
.ring-offset-emerald-50{--tw-ring-offset-color:#ecfdf5}
.ring-offset-emerald-50\/0{--tw-ring-offset-color:rgb(236 253 245 / 0)}
.ring-offset-emerald-50\/10{--tw-ring-offset-color:rgb(236 253 245 / 0.1)}
.ring-offset-emerald-50\/100{--tw-ring-offset-color:rgb(236 253 245 / 1)}
.ring-offset-emerald-50\/15{--tw-ring-offset-color:rgb(236 253 245 / 0.15)}
.ring-offset-emerald-50\/20{--tw-ring-offset-color:rgb(236 253 245 / 0.2)}
.ring-offset-emerald-50\/25{--tw-ring-offset-color:rgb(236 253 245 / 0.25)}
.ring-offset-emerald-50\/30{--tw-ring-offset-color:rgb(236 253 245 / 0.3)}
.ring-offset-emerald-50\/35{--tw-ring-offset-color:rgb(236 253 245 / 0.35)}
.ring-offset-emerald-50\/40{--tw-ring-offset-color:rgb(236 253 245 / 0.4)}
.ring-offset-emerald-50\/45{--tw-ring-offset-color:rgb(236 253 245 / 0.45)}
.ring-offset-emerald-50\/5{--tw-ring-offset-color:rgb(236 253 245 / 0.05)}
.ring-offset-emerald-50\/50{--tw-ring-offset-color:rgb(236 253 245 / 0.5)}
.ring-offset-emerald-50\/55{--tw-ring-offset-color:rgb(236 253 245 / 0.55)}
.ring-offset-emerald-50\/60{--tw-ring-offset-color:rgb(236 253 245 / 0.6)}
.ring-offset-emerald-50\/65{--tw-ring-offset-color:rgb(236 253 245 / 0.65)}
.ring-offset-emerald-50\/70{--tw-ring-offset-color:rgb(236 253 245 / 0.7)}
.ring-offset-emerald-50\/75{--tw-ring-offset-color:rgb(236 253 245 / 0.75)}
.ring-offset-emerald-50\/80{--tw-ring-offset-color:rgb(236 253 245 / 0.8)}
.ring-offset-emerald-50\/85{--tw-ring-offset-color:rgb(236 253 245 / 0.85)}
.ring-offset-emerald-50\/90{--tw-ring-offset-color:rgb(236 253 245 / 0.9)}
.ring-offset-emerald-50\/95{--tw-ring-offset-color:rgb(236 253 245 / 0.95)}
.ring-offset-emerald-500{--tw-ring-offset-color:#10b981}
.ring-offset-emerald-500\/0{--tw-ring-offset-color:rgb(16 185 129 / 0)}
.ring-offset-emerald-500\/10{--tw-ring-offset-color:rgb(16 185 129 / 0.1)}
.ring-offset-emerald-500\/100{--tw-ring-offset-color:rgb(16 185 129 / 1)}
.ring-offset-emerald-500\/15{--tw-ring-offset-color:rgb(16 185 129 / 0.15)}
.ring-offset-emerald-500\/20{--tw-ring-offset-color:rgb(16 185 129 / 0.2)}
.ring-offset-emerald-500\/25{--tw-ring-offset-color:rgb(16 185 129 / 0.25)}
.ring-offset-emerald-500\/30{--tw-ring-offset-color:rgb(16 185 129 / 0.3)}
.ring-offset-emerald-500\/35{--tw-ring-offset-color:rgb(16 185 129 / 0.35)}
.ring-offset-emerald-500\/40{--tw-ring-offset-color:rgb(16 185 129 / 0.4)}
.ring-offset-emerald-500\/45{--tw-ring-offset-color:rgb(16 185 129 / 0.45)}
.ring-offset-emerald-500\/5{--tw-ring-offset-color:rgb(16 185 129 / 0.05)}
.ring-offset-emerald-500\/50{--tw-ring-offset-color:rgb(16 185 129 / 0.5)}
.ring-offset-emerald-500\/55{--tw-ring-offset-color:rgb(16 185 129 / 0.55)}
.ring-offset-emerald-500\/60{--tw-ring-offset-color:rgb(16 185 129 / 0.6)}
.ring-offset-emerald-500\/65{--tw-ring-offset-color:rgb(16 185 129 / 0.65)}
.ring-offset-emerald-500\/70{--tw-ring-offset-color:rgb(16 185 129 / 0.7)}
.ring-offset-emerald-500\/75{--tw-ring-offset-color:rgb(16 185 129 / 0.75)}
.ring-offset-emerald-500\/80{--tw-ring-offset-color:rgb(16 185 129 / 0.8)}
.ring-offset-emerald-500\/85{--tw-ring-offset-color:rgb(16 185 129 / 0.85)}
.ring-offset-emerald-500\/90{--tw-ring-offset-color:rgb(16 185 129 / 0.9)}
.ring-offset-emerald-500\/95{--tw-ring-offset-color:rgb(16 185 129 / 0.95)}
.ring-offset-emerald-600{--tw-ring-offset-color:#059669}
.ring-offset-emerald-600\/0{--tw-ring-offset-color:rgb(5 150 105 / 0)}
.ring-offset-emerald-600\/10{--tw-ring-offset-color:rgb(5 150 105 / 0.1)}
.ring-offset-emerald-600\/100{--tw-ring-offset-color:rgb(5 150 105 / 1)}
.ring-offset-emerald-600\/15{--tw-ring-offset-color:rgb(5 150 105 / 0.15)}
.ring-offset-emerald-600\/20{--tw-ring-offset-color:rgb(5 150 105 / 0.2)}
.ring-offset-emerald-600\/25{--tw-ring-offset-color:rgb(5 150 105 / 0.25)}
.ring-offset-emerald-600\/30{--tw-ring-offset-color:rgb(5 150 105 / 0.3)}
.ring-offset-emerald-600\/35{--tw-ring-offset-color:rgb(5 150 105 / 0.35)}
.ring-offset-emerald-600\/40{--tw-ring-offset-color:rgb(5 150 105 / 0.4)}
.ring-offset-emerald-600\/45{--tw-ring-offset-color:rgb(5 150 105 / 0.45)}
.ring-offset-emerald-600\/5{--tw-ring-offset-color:rgb(5 150 105 / 0.05)}
.ring-offset-emerald-600\/50{--tw-ring-offset-color:rgb(5 150 105 / 0.5)}
.ring-offset-emerald-600\/55{--tw-ring-offset-color:rgb(5 150 105 / 0.55)}
.ring-offset-emerald-600\/60{--tw-ring-offset-color:rgb(5 150 105 / 0.6)}
.ring-offset-emerald-600\/65{--tw-ring-offset-color:rgb(5 150 105 / 0.65)}
.ring-offset-emerald-600\/70{--tw-ring-offset-color:rgb(5 150 105 / 0.7)}
.ring-offset-emerald-600\/75{--tw-ring-offset-color:rgb(5 150 105 / 0.75)}
.ring-offset-emerald-600\/80{--tw-ring-offset-color:rgb(5 150 105 / 0.8)}
.ring-offset-emerald-600\/85{--tw-ring-offset-color:rgb(5 150 105 / 0.85)}
.ring-offset-emerald-600\/90{--tw-ring-offset-color:rgb(5 150 105 / 0.9)}
.ring-offset-emerald-600\/95{--tw-ring-offset-color:rgb(5 150 105 / 0.95)}
.ring-offset-emerald-700{--tw-ring-offset-color:#047857}
.ring-offset-emerald-700\/0{--tw-ring-offset-color:rgb(4 120 87 / 0)}
.ring-offset-emerald-700\/10{--tw-ring-offset-color:rgb(4 120 87 / 0.1)}
.ring-offset-emerald-700\/100{--tw-ring-offset-color:rgb(4 120 87 / 1)}
.ring-offset-emerald-700\/15{--tw-ring-offset-color:rgb(4 120 87 / 0.15)}
.ring-offset-emerald-700\/20{--tw-ring-offset-color:rgb(4 120 87 / 0.2)}
.ring-offset-emerald-700\/25{--tw-ring-offset-color:rgb(4 120 87 / 0.25)}
.ring-offset-emerald-700\/30{--tw-ring-offset-color:rgb(4 120 87 / 0.3)}
.ring-offset-emerald-700\/35{--tw-ring-offset-color:rgb(4 120 87 / 0.35)}
.ring-offset-emerald-700\/40{--tw-ring-offset-color:rgb(4 120 87 / 0.4)}
.ring-offset-emerald-700\/45{--tw-ring-offset-color:rgb(4 120 87 / 0.45)}
.ring-offset-emerald-700\/5{--tw-ring-offset-color:rgb(4 120 87 / 0.05)}
.ring-offset-emerald-700\/50{--tw-ring-offset-color:rgb(4 120 87 / 0.5)}
.ring-offset-emerald-700\/55{--tw-ring-offset-color:rgb(4 120 87 / 0.55)}
.ring-offset-emerald-700\/60{--tw-ring-offset-color:rgb(4 120 87 / 0.6)}
.ring-offset-emerald-700\/65{--tw-ring-offset-color:rgb(4 120 87 / 0.65)}
.ring-offset-emerald-700\/70{--tw-ring-offset-color:rgb(4 120 87 / 0.7)}
.ring-offset-emerald-700\/75{--tw-ring-offset-color:rgb(4 120 87 / 0.75)}
.ring-offset-emerald-700\/80{--tw-ring-offset-color:rgb(4 120 87 / 0.8)}
.ring-offset-emerald-700\/85{--tw-ring-offset-color:rgb(4 120 87 / 0.85)}
.ring-offset-emerald-700\/90{--tw-ring-offset-color:rgb(4 120 87 / 0.9)}
.ring-offset-emerald-700\/95{--tw-ring-offset-color:rgb(4 120 87 / 0.95)}
.ring-offset-emerald-800{--tw-ring-offset-color:#065f46}
.ring-offset-emerald-800\/0{--tw-ring-offset-color:rgb(6 95 70 / 0)}
.ring-offset-emerald-800\/10{--tw-ring-offset-color:rgb(6 95 70 / 0.1)}
.ring-offset-emerald-800\/100{--tw-ring-offset-color:rgb(6 95 70 / 1)}
.ring-offset-emerald-800\/15{--tw-ring-offset-color:rgb(6 95 70 / 0.15)}
.ring-offset-emerald-800\/20{--tw-ring-offset-color:rgb(6 95 70 / 0.2)}
.ring-offset-emerald-800\/25{--tw-ring-offset-color:rgb(6 95 70 / 0.25)}
.ring-offset-emerald-800\/30{--tw-ring-offset-color:rgb(6 95 70 / 0.3)}
.ring-offset-emerald-800\/35{--tw-ring-offset-color:rgb(6 95 70 / 0.35)}
.ring-offset-emerald-800\/40{--tw-ring-offset-color:rgb(6 95 70 / 0.4)}
.ring-offset-emerald-800\/45{--tw-ring-offset-color:rgb(6 95 70 / 0.45)}
.ring-offset-emerald-800\/5{--tw-ring-offset-color:rgb(6 95 70 / 0.05)}
.ring-offset-emerald-800\/50{--tw-ring-offset-color:rgb(6 95 70 / 0.5)}
.ring-offset-emerald-800\/55{--tw-ring-offset-color:rgb(6 95 70 / 0.55)}
.ring-offset-emerald-800\/60{--tw-ring-offset-color:rgb(6 95 70 / 0.6)}
.ring-offset-emerald-800\/65{--tw-ring-offset-color:rgb(6 95 70 / 0.65)}
.ring-offset-emerald-800\/70{--tw-ring-offset-color:rgb(6 95 70 / 0.7)}
.ring-offset-emerald-800\/75{--tw-ring-offset-color:rgb(6 95 70 / 0.75)}
.ring-offset-emerald-800\/80{--tw-ring-offset-color:rgb(6 95 70 / 0.8)}
.ring-offset-emerald-800\/85{--tw-ring-offset-color:rgb(6 95 70 / 0.85)}
.ring-offset-emerald-800\/90{--tw-ring-offset-color:rgb(6 95 70 / 0.9)}
.ring-offset-emerald-800\/95{--tw-ring-offset-color:rgb(6 95 70 / 0.95)}
.ring-offset-emerald-900{--tw-ring-offset-color:#064e3b}
.ring-offset-emerald-900\/0{--tw-ring-offset-color:rgb(6 78 59 / 0)}
.ring-offset-emerald-900\/10{--tw-ring-offset-color:rgb(6 78 59 / 0.1)}
.ring-offset-emerald-900\/100{--tw-ring-offset-color:rgb(6 78 59 / 1)}
.ring-offset-emerald-900\/15{--tw-ring-offset-color:rgb(6 78 59 / 0.15)}
.ring-offset-emerald-900\/20{--tw-ring-offset-color:rgb(6 78 59 / 0.2)}
.ring-offset-emerald-900\/25{--tw-ring-offset-color:rgb(6 78 59 / 0.25)}
.ring-offset-emerald-900\/30{--tw-ring-offset-color:rgb(6 78 59 / 0.3)}
.ring-offset-emerald-900\/35{--tw-ring-offset-color:rgb(6 78 59 / 0.35)}
.ring-offset-emerald-900\/40{--tw-ring-offset-color:rgb(6 78 59 / 0.4)}
.ring-offset-emerald-900\/45{--tw-ring-offset-color:rgb(6 78 59 / 0.45)}
.ring-offset-emerald-900\/5{--tw-ring-offset-color:rgb(6 78 59 / 0.05)}
.ring-offset-emerald-900\/50{--tw-ring-offset-color:rgb(6 78 59 / 0.5)}
.ring-offset-emerald-900\/55{--tw-ring-offset-color:rgb(6 78 59 / 0.55)}
.ring-offset-emerald-900\/60{--tw-ring-offset-color:rgb(6 78 59 / 0.6)}
.ring-offset-emerald-900\/65{--tw-ring-offset-color:rgb(6 78 59 / 0.65)}
.ring-offset-emerald-900\/70{--tw-ring-offset-color:rgb(6 78 59 / 0.7)}
.ring-offset-emerald-900\/75{--tw-ring-offset-color:rgb(6 78 59 / 0.75)}
.ring-offset-emerald-900\/80{--tw-ring-offset-color:rgb(6 78 59 / 0.8)}
.ring-offset-emerald-900\/85{--tw-ring-offset-color:rgb(6 78 59 / 0.85)}
.ring-offset-emerald-900\/90{--tw-ring-offset-color:rgb(6 78 59 / 0.9)}
.ring-offset-emerald-900\/95{--tw-ring-offset-color:rgb(6 78 59 / 0.95)}
.ring-offset-emerald-950{--tw-ring-offset-color:#022c22}
.ring-offset-emerald-950\/0{--tw-ring-offset-color:rgb(2 44 34 / 0)}
.ring-offset-emerald-950\/10{--tw-ring-offset-color:rgb(2 44 34 / 0.1)}
.ring-offset-emerald-950\/100{--tw-ring-offset-color:rgb(2 44 34 / 1)}
.ring-offset-emerald-950\/15{--tw-ring-offset-color:rgb(2 44 34 / 0.15)}
.ring-offset-emerald-950\/20{--tw-ring-offset-color:rgb(2 44 34 / 0.2)}
.ring-offset-emerald-950\/25{--tw-ring-offset-color:rgb(2 44 34 / 0.25)}
.ring-offset-emerald-950\/30{--tw-ring-offset-color:rgb(2 44 34 / 0.3)}
.ring-offset-emerald-950\/35{--tw-ring-offset-color:rgb(2 44 34 / 0.35)}
.ring-offset-emerald-950\/40{--tw-ring-offset-color:rgb(2 44 34 / 0.4)}
.ring-offset-emerald-950\/45{--tw-ring-offset-color:rgb(2 44 34 / 0.45)}
.ring-offset-emerald-950\/5{--tw-ring-offset-color:rgb(2 44 34 / 0.05)}
.ring-offset-emerald-950\/50{--tw-ring-offset-color:rgb(2 44 34 / 0.5)}
.ring-offset-emerald-950\/55{--tw-ring-offset-color:rgb(2 44 34 / 0.55)}
.ring-offset-emerald-950\/60{--tw-ring-offset-color:rgb(2 44 34 / 0.6)}
.ring-offset-emerald-950\/65{--tw-ring-offset-color:rgb(2 44 34 / 0.65)}
.ring-offset-emerald-950\/70{--tw-ring-offset-color:rgb(2 44 34 / 0.7)}
.ring-offset-emerald-950\/75{--tw-ring-offset-color:rgb(2 44 34 / 0.75)}
.ring-offset-emerald-950\/80{--tw-ring-offset-color:rgb(2 44 34 / 0.8)}
.ring-offset-emerald-950\/85{--tw-ring-offset-color:rgb(2 44 34 / 0.85)}
.ring-offset-emerald-950\/90{--tw-ring-offset-color:rgb(2 44 34 / 0.9)}
.ring-offset-emerald-950\/95{--tw-ring-offset-color:rgb(2 44 34 / 0.95)}
.ring-offset-gridItemHover{--tw-ring-offset-color:rgba(0,0,0,.03)}
.ring-offset-gridItemHover\/0{--tw-ring-offset-color:rgba(0, 0, 0, 0)}
.ring-offset-gridItemHover\/10{--tw-ring-offset-color:rgba(0, 0, 0, 0.1)}
.ring-offset-gridItemHover\/100{--tw-ring-offset-color:rgba(0, 0, 0, 1)}
.ring-offset-gridItemHover\/15{--tw-ring-offset-color:rgba(0, 0, 0, 0.15)}
.ring-offset-gridItemHover\/20{--tw-ring-offset-color:rgba(0, 0, 0, 0.2)}
.ring-offset-gridItemHover\/25{--tw-ring-offset-color:rgba(0, 0, 0, 0.25)}
.ring-offset-gridItemHover\/30{--tw-ring-offset-color:rgba(0, 0, 0, 0.3)}
.ring-offset-gridItemHover\/35{--tw-ring-offset-color:rgba(0, 0, 0, 0.35)}
.ring-offset-gridItemHover\/40{--tw-ring-offset-color:rgba(0, 0, 0, 0.4)}
.ring-offset-gridItemHover\/45{--tw-ring-offset-color:rgba(0, 0, 0, 0.45)}
.ring-offset-gridItemHover\/5{--tw-ring-offset-color:rgba(0, 0, 0, 0.05)}
.ring-offset-gridItemHover\/50{--tw-ring-offset-color:rgba(0, 0, 0, 0.5)}
.ring-offset-gridItemHover\/55{--tw-ring-offset-color:rgba(0, 0, 0, 0.55)}
.ring-offset-gridItemHover\/60{--tw-ring-offset-color:rgba(0, 0, 0, 0.6)}
.ring-offset-gridItemHover\/65{--tw-ring-offset-color:rgba(0, 0, 0, 0.65)}
.ring-offset-gridItemHover\/70{--tw-ring-offset-color:rgba(0, 0, 0, 0.7)}
.ring-offset-gridItemHover\/75{--tw-ring-offset-color:rgba(0, 0, 0, 0.75)}
.ring-offset-gridItemHover\/80{--tw-ring-offset-color:rgba(0, 0, 0, 0.8)}
.ring-offset-gridItemHover\/85{--tw-ring-offset-color:rgba(0, 0, 0, 0.85)}
.ring-offset-gridItemHover\/90{--tw-ring-offset-color:rgba(0, 0, 0, 0.9)}
.ring-offset-gridItemHover\/95{--tw-ring-offset-color:rgba(0, 0, 0, 0.95)}
.ring-offset-info-text-contrast{--tw-ring-offset-color:#000}
.ring-offset-info-text-contrast\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-info-text-contrast\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-info-text-contrast\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-info-text-contrast\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-info-text-contrast\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-info-text-contrast\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-info-text-contrast\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-info-text-contrast\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-info-text-contrast\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-info-text-contrast\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-info-text-contrast\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-info-text-contrast\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-info-text-contrast\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-info-text-contrast\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-info-text-contrast\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-info-text-contrast\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-info-text-contrast\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-info-text-contrast\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-info-text-contrast\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-info-text-contrast\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-info-text-contrast\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-info-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-info-text-isDark{}
.ring-offset-info-text-text{--tw-ring-offset-color:#48abd9}
.ring-offset-info-text-text\/0{--tw-ring-offset-color:rgb(72 171 217 / 0)}
.ring-offset-info-text-text\/10{--tw-ring-offset-color:rgb(72 171 217 / 0.1)}
.ring-offset-info-text-text\/100{--tw-ring-offset-color:rgb(72 171 217 / 1)}
.ring-offset-info-text-text\/15{--tw-ring-offset-color:rgb(72 171 217 / 0.15)}
.ring-offset-info-text-text\/20{--tw-ring-offset-color:rgb(72 171 217 / 0.2)}
.ring-offset-info-text-text\/25{--tw-ring-offset-color:rgb(72 171 217 / 0.25)}
.ring-offset-info-text-text\/30{--tw-ring-offset-color:rgb(72 171 217 / 0.3)}
.ring-offset-info-text-text\/35{--tw-ring-offset-color:rgb(72 171 217 / 0.35)}
.ring-offset-info-text-text\/40{--tw-ring-offset-color:rgb(72 171 217 / 0.4)}
.ring-offset-info-text-text\/45{--tw-ring-offset-color:rgb(72 171 217 / 0.45)}
.ring-offset-info-text-text\/5{--tw-ring-offset-color:rgb(72 171 217 / 0.05)}
.ring-offset-info-text-text\/50{--tw-ring-offset-color:rgb(72 171 217 / 0.5)}
.ring-offset-info-text-text\/55{--tw-ring-offset-color:rgb(72 171 217 / 0.55)}
.ring-offset-info-text-text\/60{--tw-ring-offset-color:rgb(72 171 217 / 0.6)}
.ring-offset-info-text-text\/65{--tw-ring-offset-color:rgb(72 171 217 / 0.65)}
.ring-offset-info-text-text\/70{--tw-ring-offset-color:rgb(72 171 217 / 0.7)}
.ring-offset-info-text-text\/75{--tw-ring-offset-color:rgb(72 171 217 / 0.75)}
.ring-offset-info-text-text\/80{--tw-ring-offset-color:rgb(72 171 217 / 0.8)}
.ring-offset-info-text-text\/85{--tw-ring-offset-color:rgb(72 171 217 / 0.85)}
.ring-offset-info-text-text\/90{--tw-ring-offset-color:rgb(72 171 217 / 0.9)}
.ring-offset-info-text-text\/95{--tw-ring-offset-color:rgb(72 171 217 / 0.95)}
.ring-offset-lime-100{--tw-ring-offset-color:#ecfccb}
.ring-offset-lime-100\/0{--tw-ring-offset-color:rgb(236 252 203 / 0)}
.ring-offset-lime-100\/10{--tw-ring-offset-color:rgb(236 252 203 / 0.1)}
.ring-offset-lime-100\/100{--tw-ring-offset-color:rgb(236 252 203 / 1)}
.ring-offset-lime-100\/15{--tw-ring-offset-color:rgb(236 252 203 / 0.15)}
.ring-offset-lime-100\/20{--tw-ring-offset-color:rgb(236 252 203 / 0.2)}
.ring-offset-lime-100\/25{--tw-ring-offset-color:rgb(236 252 203 / 0.25)}
.ring-offset-lime-100\/30{--tw-ring-offset-color:rgb(236 252 203 / 0.3)}
.ring-offset-lime-100\/35{--tw-ring-offset-color:rgb(236 252 203 / 0.35)}
.ring-offset-lime-100\/40{--tw-ring-offset-color:rgb(236 252 203 / 0.4)}
.ring-offset-lime-100\/45{--tw-ring-offset-color:rgb(236 252 203 / 0.45)}
.ring-offset-lime-100\/5{--tw-ring-offset-color:rgb(236 252 203 / 0.05)}
.ring-offset-lime-100\/50{--tw-ring-offset-color:rgb(236 252 203 / 0.5)}
.ring-offset-lime-100\/55{--tw-ring-offset-color:rgb(236 252 203 / 0.55)}
.ring-offset-lime-100\/60{--tw-ring-offset-color:rgb(236 252 203 / 0.6)}
.ring-offset-lime-100\/65{--tw-ring-offset-color:rgb(236 252 203 / 0.65)}
.ring-offset-lime-100\/70{--tw-ring-offset-color:rgb(236 252 203 / 0.7)}
.ring-offset-lime-100\/75{--tw-ring-offset-color:rgb(236 252 203 / 0.75)}
.ring-offset-lime-100\/80{--tw-ring-offset-color:rgb(236 252 203 / 0.8)}
.ring-offset-lime-100\/85{--tw-ring-offset-color:rgb(236 252 203 / 0.85)}
.ring-offset-lime-100\/90{--tw-ring-offset-color:rgb(236 252 203 / 0.9)}
.ring-offset-lime-100\/95{--tw-ring-offset-color:rgb(236 252 203 / 0.95)}
.ring-offset-lime-200{--tw-ring-offset-color:#d9f99d}
.ring-offset-lime-200\/0{--tw-ring-offset-color:rgb(217 249 157 / 0)}
.ring-offset-lime-200\/10{--tw-ring-offset-color:rgb(217 249 157 / 0.1)}
.ring-offset-lime-200\/100{--tw-ring-offset-color:rgb(217 249 157 / 1)}
.ring-offset-lime-200\/15{--tw-ring-offset-color:rgb(217 249 157 / 0.15)}
.ring-offset-lime-200\/20{--tw-ring-offset-color:rgb(217 249 157 / 0.2)}
.ring-offset-lime-200\/25{--tw-ring-offset-color:rgb(217 249 157 / 0.25)}
.ring-offset-lime-200\/30{--tw-ring-offset-color:rgb(217 249 157 / 0.3)}
.ring-offset-lime-200\/35{--tw-ring-offset-color:rgb(217 249 157 / 0.35)}
.ring-offset-lime-200\/40{--tw-ring-offset-color:rgb(217 249 157 / 0.4)}
.ring-offset-lime-200\/45{--tw-ring-offset-color:rgb(217 249 157 / 0.45)}
.ring-offset-lime-200\/5{--tw-ring-offset-color:rgb(217 249 157 / 0.05)}
.ring-offset-lime-200\/50{--tw-ring-offset-color:rgb(217 249 157 / 0.5)}
.ring-offset-lime-200\/55{--tw-ring-offset-color:rgb(217 249 157 / 0.55)}
.ring-offset-lime-200\/60{--tw-ring-offset-color:rgb(217 249 157 / 0.6)}
.ring-offset-lime-200\/65{--tw-ring-offset-color:rgb(217 249 157 / 0.65)}
.ring-offset-lime-200\/70{--tw-ring-offset-color:rgb(217 249 157 / 0.7)}
.ring-offset-lime-200\/75{--tw-ring-offset-color:rgb(217 249 157 / 0.75)}
.ring-offset-lime-200\/80{--tw-ring-offset-color:rgb(217 249 157 / 0.8)}
.ring-offset-lime-200\/85{--tw-ring-offset-color:rgb(217 249 157 / 0.85)}
.ring-offset-lime-200\/90{--tw-ring-offset-color:rgb(217 249 157 / 0.9)}
.ring-offset-lime-200\/95{--tw-ring-offset-color:rgb(217 249 157 / 0.95)}
.ring-offset-lime-300{--tw-ring-offset-color:#bef264}
.ring-offset-lime-300\/0{--tw-ring-offset-color:rgb(190 242 100 / 0)}
.ring-offset-lime-300\/10{--tw-ring-offset-color:rgb(190 242 100 / 0.1)}
.ring-offset-lime-300\/100{--tw-ring-offset-color:rgb(190 242 100 / 1)}
.ring-offset-lime-300\/15{--tw-ring-offset-color:rgb(190 242 100 / 0.15)}
.ring-offset-lime-300\/20{--tw-ring-offset-color:rgb(190 242 100 / 0.2)}
.ring-offset-lime-300\/25{--tw-ring-offset-color:rgb(190 242 100 / 0.25)}
.ring-offset-lime-300\/30{--tw-ring-offset-color:rgb(190 242 100 / 0.3)}
.ring-offset-lime-300\/35{--tw-ring-offset-color:rgb(190 242 100 / 0.35)}
.ring-offset-lime-300\/40{--tw-ring-offset-color:rgb(190 242 100 / 0.4)}
.ring-offset-lime-300\/45{--tw-ring-offset-color:rgb(190 242 100 / 0.45)}
.ring-offset-lime-300\/5{--tw-ring-offset-color:rgb(190 242 100 / 0.05)}
.ring-offset-lime-300\/50{--tw-ring-offset-color:rgb(190 242 100 / 0.5)}
.ring-offset-lime-300\/55{--tw-ring-offset-color:rgb(190 242 100 / 0.55)}
.ring-offset-lime-300\/60{--tw-ring-offset-color:rgb(190 242 100 / 0.6)}
.ring-offset-lime-300\/65{--tw-ring-offset-color:rgb(190 242 100 / 0.65)}
.ring-offset-lime-300\/70{--tw-ring-offset-color:rgb(190 242 100 / 0.7)}
.ring-offset-lime-300\/75{--tw-ring-offset-color:rgb(190 242 100 / 0.75)}
.ring-offset-lime-300\/80{--tw-ring-offset-color:rgb(190 242 100 / 0.8)}
.ring-offset-lime-300\/85{--tw-ring-offset-color:rgb(190 242 100 / 0.85)}
.ring-offset-lime-300\/90{--tw-ring-offset-color:rgb(190 242 100 / 0.9)}
.ring-offset-lime-300\/95{--tw-ring-offset-color:rgb(190 242 100 / 0.95)}
.ring-offset-lime-400{--tw-ring-offset-color:#a3e635}
.ring-offset-lime-400\/0{--tw-ring-offset-color:rgb(163 230 53 / 0)}
.ring-offset-lime-400\/10{--tw-ring-offset-color:rgb(163 230 53 / 0.1)}
.ring-offset-lime-400\/100{--tw-ring-offset-color:rgb(163 230 53 / 1)}
.ring-offset-lime-400\/15{--tw-ring-offset-color:rgb(163 230 53 / 0.15)}
.ring-offset-lime-400\/20{--tw-ring-offset-color:rgb(163 230 53 / 0.2)}
.ring-offset-lime-400\/25{--tw-ring-offset-color:rgb(163 230 53 / 0.25)}
.ring-offset-lime-400\/30{--tw-ring-offset-color:rgb(163 230 53 / 0.3)}
.ring-offset-lime-400\/35{--tw-ring-offset-color:rgb(163 230 53 / 0.35)}
.ring-offset-lime-400\/40{--tw-ring-offset-color:rgb(163 230 53 / 0.4)}
.ring-offset-lime-400\/45{--tw-ring-offset-color:rgb(163 230 53 / 0.45)}
.ring-offset-lime-400\/5{--tw-ring-offset-color:rgb(163 230 53 / 0.05)}
.ring-offset-lime-400\/50{--tw-ring-offset-color:rgb(163 230 53 / 0.5)}
.ring-offset-lime-400\/55{--tw-ring-offset-color:rgb(163 230 53 / 0.55)}
.ring-offset-lime-400\/60{--tw-ring-offset-color:rgb(163 230 53 / 0.6)}
.ring-offset-lime-400\/65{--tw-ring-offset-color:rgb(163 230 53 / 0.65)}
.ring-offset-lime-400\/70{--tw-ring-offset-color:rgb(163 230 53 / 0.7)}
.ring-offset-lime-400\/75{--tw-ring-offset-color:rgb(163 230 53 / 0.75)}
.ring-offset-lime-400\/80{--tw-ring-offset-color:rgb(163 230 53 / 0.8)}
.ring-offset-lime-400\/85{--tw-ring-offset-color:rgb(163 230 53 / 0.85)}
.ring-offset-lime-400\/90{--tw-ring-offset-color:rgb(163 230 53 / 0.9)}
.ring-offset-lime-400\/95{--tw-ring-offset-color:rgb(163 230 53 / 0.95)}
.ring-offset-lime-50{--tw-ring-offset-color:#f7fee7}
.ring-offset-lime-50\/0{--tw-ring-offset-color:rgb(247 254 231 / 0)}
.ring-offset-lime-50\/10{--tw-ring-offset-color:rgb(247 254 231 / 0.1)}
.ring-offset-lime-50\/100{--tw-ring-offset-color:rgb(247 254 231 / 1)}
.ring-offset-lime-50\/15{--tw-ring-offset-color:rgb(247 254 231 / 0.15)}
.ring-offset-lime-50\/20{--tw-ring-offset-color:rgb(247 254 231 / 0.2)}
.ring-offset-lime-50\/25{--tw-ring-offset-color:rgb(247 254 231 / 0.25)}
.ring-offset-lime-50\/30{--tw-ring-offset-color:rgb(247 254 231 / 0.3)}
.ring-offset-lime-50\/35{--tw-ring-offset-color:rgb(247 254 231 / 0.35)}
.ring-offset-lime-50\/40{--tw-ring-offset-color:rgb(247 254 231 / 0.4)}
.ring-offset-lime-50\/45{--tw-ring-offset-color:rgb(247 254 231 / 0.45)}
.ring-offset-lime-50\/5{--tw-ring-offset-color:rgb(247 254 231 / 0.05)}
.ring-offset-lime-50\/50{--tw-ring-offset-color:rgb(247 254 231 / 0.5)}
.ring-offset-lime-50\/55{--tw-ring-offset-color:rgb(247 254 231 / 0.55)}
.ring-offset-lime-50\/60{--tw-ring-offset-color:rgb(247 254 231 / 0.6)}
.ring-offset-lime-50\/65{--tw-ring-offset-color:rgb(247 254 231 / 0.65)}
.ring-offset-lime-50\/70{--tw-ring-offset-color:rgb(247 254 231 / 0.7)}
.ring-offset-lime-50\/75{--tw-ring-offset-color:rgb(247 254 231 / 0.75)}
.ring-offset-lime-50\/80{--tw-ring-offset-color:rgb(247 254 231 / 0.8)}
.ring-offset-lime-50\/85{--tw-ring-offset-color:rgb(247 254 231 / 0.85)}
.ring-offset-lime-50\/90{--tw-ring-offset-color:rgb(247 254 231 / 0.9)}
.ring-offset-lime-50\/95{--tw-ring-offset-color:rgb(247 254 231 / 0.95)}
.ring-offset-lime-500{--tw-ring-offset-color:#84cc16}
.ring-offset-lime-500\/0{--tw-ring-offset-color:rgb(132 204 22 / 0)}
.ring-offset-lime-500\/10{--tw-ring-offset-color:rgb(132 204 22 / 0.1)}
.ring-offset-lime-500\/100{--tw-ring-offset-color:rgb(132 204 22 / 1)}
.ring-offset-lime-500\/15{--tw-ring-offset-color:rgb(132 204 22 / 0.15)}
.ring-offset-lime-500\/20{--tw-ring-offset-color:rgb(132 204 22 / 0.2)}
.ring-offset-lime-500\/25{--tw-ring-offset-color:rgb(132 204 22 / 0.25)}
.ring-offset-lime-500\/30{--tw-ring-offset-color:rgb(132 204 22 / 0.3)}
.ring-offset-lime-500\/35{--tw-ring-offset-color:rgb(132 204 22 / 0.35)}
.ring-offset-lime-500\/40{--tw-ring-offset-color:rgb(132 204 22 / 0.4)}
.ring-offset-lime-500\/45{--tw-ring-offset-color:rgb(132 204 22 / 0.45)}
.ring-offset-lime-500\/5{--tw-ring-offset-color:rgb(132 204 22 / 0.05)}
.ring-offset-lime-500\/50{--tw-ring-offset-color:rgb(132 204 22 / 0.5)}
.ring-offset-lime-500\/55{--tw-ring-offset-color:rgb(132 204 22 / 0.55)}
.ring-offset-lime-500\/60{--tw-ring-offset-color:rgb(132 204 22 / 0.6)}
.ring-offset-lime-500\/65{--tw-ring-offset-color:rgb(132 204 22 / 0.65)}
.ring-offset-lime-500\/70{--tw-ring-offset-color:rgb(132 204 22 / 0.7)}
.ring-offset-lime-500\/75{--tw-ring-offset-color:rgb(132 204 22 / 0.75)}
.ring-offset-lime-500\/80{--tw-ring-offset-color:rgb(132 204 22 / 0.8)}
.ring-offset-lime-500\/85{--tw-ring-offset-color:rgb(132 204 22 / 0.85)}
.ring-offset-lime-500\/90{--tw-ring-offset-color:rgb(132 204 22 / 0.9)}
.ring-offset-lime-500\/95{--tw-ring-offset-color:rgb(132 204 22 / 0.95)}
.ring-offset-lime-600{--tw-ring-offset-color:#65a30d}
.ring-offset-lime-600\/0{--tw-ring-offset-color:rgb(101 163 13 / 0)}
.ring-offset-lime-600\/10{--tw-ring-offset-color:rgb(101 163 13 / 0.1)}
.ring-offset-lime-600\/100{--tw-ring-offset-color:rgb(101 163 13 / 1)}
.ring-offset-lime-600\/15{--tw-ring-offset-color:rgb(101 163 13 / 0.15)}
.ring-offset-lime-600\/20{--tw-ring-offset-color:rgb(101 163 13 / 0.2)}
.ring-offset-lime-600\/25{--tw-ring-offset-color:rgb(101 163 13 / 0.25)}
.ring-offset-lime-600\/30{--tw-ring-offset-color:rgb(101 163 13 / 0.3)}
.ring-offset-lime-600\/35{--tw-ring-offset-color:rgb(101 163 13 / 0.35)}
.ring-offset-lime-600\/40{--tw-ring-offset-color:rgb(101 163 13 / 0.4)}
.ring-offset-lime-600\/45{--tw-ring-offset-color:rgb(101 163 13 / 0.45)}
.ring-offset-lime-600\/5{--tw-ring-offset-color:rgb(101 163 13 / 0.05)}
.ring-offset-lime-600\/50{--tw-ring-offset-color:rgb(101 163 13 / 0.5)}
.ring-offset-lime-600\/55{--tw-ring-offset-color:rgb(101 163 13 / 0.55)}
.ring-offset-lime-600\/60{--tw-ring-offset-color:rgb(101 163 13 / 0.6)}
.ring-offset-lime-600\/65{--tw-ring-offset-color:rgb(101 163 13 / 0.65)}
.ring-offset-lime-600\/70{--tw-ring-offset-color:rgb(101 163 13 / 0.7)}
.ring-offset-lime-600\/75{--tw-ring-offset-color:rgb(101 163 13 / 0.75)}
.ring-offset-lime-600\/80{--tw-ring-offset-color:rgb(101 163 13 / 0.8)}
.ring-offset-lime-600\/85{--tw-ring-offset-color:rgb(101 163 13 / 0.85)}
.ring-offset-lime-600\/90{--tw-ring-offset-color:rgb(101 163 13 / 0.9)}
.ring-offset-lime-600\/95{--tw-ring-offset-color:rgb(101 163 13 / 0.95)}
.ring-offset-lime-700{--tw-ring-offset-color:#4d7c0f}
.ring-offset-lime-700\/0{--tw-ring-offset-color:rgb(77 124 15 / 0)}
.ring-offset-lime-700\/10{--tw-ring-offset-color:rgb(77 124 15 / 0.1)}
.ring-offset-lime-700\/100{--tw-ring-offset-color:rgb(77 124 15 / 1)}
.ring-offset-lime-700\/15{--tw-ring-offset-color:rgb(77 124 15 / 0.15)}
.ring-offset-lime-700\/20{--tw-ring-offset-color:rgb(77 124 15 / 0.2)}
.ring-offset-lime-700\/25{--tw-ring-offset-color:rgb(77 124 15 / 0.25)}
.ring-offset-lime-700\/30{--tw-ring-offset-color:rgb(77 124 15 / 0.3)}
.ring-offset-lime-700\/35{--tw-ring-offset-color:rgb(77 124 15 / 0.35)}
.ring-offset-lime-700\/40{--tw-ring-offset-color:rgb(77 124 15 / 0.4)}
.ring-offset-lime-700\/45{--tw-ring-offset-color:rgb(77 124 15 / 0.45)}
.ring-offset-lime-700\/5{--tw-ring-offset-color:rgb(77 124 15 / 0.05)}
.ring-offset-lime-700\/50{--tw-ring-offset-color:rgb(77 124 15 / 0.5)}
.ring-offset-lime-700\/55{--tw-ring-offset-color:rgb(77 124 15 / 0.55)}
.ring-offset-lime-700\/60{--tw-ring-offset-color:rgb(77 124 15 / 0.6)}
.ring-offset-lime-700\/65{--tw-ring-offset-color:rgb(77 124 15 / 0.65)}
.ring-offset-lime-700\/70{--tw-ring-offset-color:rgb(77 124 15 / 0.7)}
.ring-offset-lime-700\/75{--tw-ring-offset-color:rgb(77 124 15 / 0.75)}
.ring-offset-lime-700\/80{--tw-ring-offset-color:rgb(77 124 15 / 0.8)}
.ring-offset-lime-700\/85{--tw-ring-offset-color:rgb(77 124 15 / 0.85)}
.ring-offset-lime-700\/90{--tw-ring-offset-color:rgb(77 124 15 / 0.9)}
.ring-offset-lime-700\/95{--tw-ring-offset-color:rgb(77 124 15 / 0.95)}
.ring-offset-lime-800{--tw-ring-offset-color:#3f6212}
.ring-offset-lime-800\/0{--tw-ring-offset-color:rgb(63 98 18 / 0)}
.ring-offset-lime-800\/10{--tw-ring-offset-color:rgb(63 98 18 / 0.1)}
.ring-offset-lime-800\/100{--tw-ring-offset-color:rgb(63 98 18 / 1)}
.ring-offset-lime-800\/15{--tw-ring-offset-color:rgb(63 98 18 / 0.15)}
.ring-offset-lime-800\/20{--tw-ring-offset-color:rgb(63 98 18 / 0.2)}
.ring-offset-lime-800\/25{--tw-ring-offset-color:rgb(63 98 18 / 0.25)}
.ring-offset-lime-800\/30{--tw-ring-offset-color:rgb(63 98 18 / 0.3)}
.ring-offset-lime-800\/35{--tw-ring-offset-color:rgb(63 98 18 / 0.35)}
.ring-offset-lime-800\/40{--tw-ring-offset-color:rgb(63 98 18 / 0.4)}
.ring-offset-lime-800\/45{--tw-ring-offset-color:rgb(63 98 18 / 0.45)}
.ring-offset-lime-800\/5{--tw-ring-offset-color:rgb(63 98 18 / 0.05)}
.ring-offset-lime-800\/50{--tw-ring-offset-color:rgb(63 98 18 / 0.5)}
.ring-offset-lime-800\/55{--tw-ring-offset-color:rgb(63 98 18 / 0.55)}
.ring-offset-lime-800\/60{--tw-ring-offset-color:rgb(63 98 18 / 0.6)}
.ring-offset-lime-800\/65{--tw-ring-offset-color:rgb(63 98 18 / 0.65)}
.ring-offset-lime-800\/70{--tw-ring-offset-color:rgb(63 98 18 / 0.7)}
.ring-offset-lime-800\/75{--tw-ring-offset-color:rgb(63 98 18 / 0.75)}
.ring-offset-lime-800\/80{--tw-ring-offset-color:rgb(63 98 18 / 0.8)}
.ring-offset-lime-800\/85{--tw-ring-offset-color:rgb(63 98 18 / 0.85)}
.ring-offset-lime-800\/90{--tw-ring-offset-color:rgb(63 98 18 / 0.9)}
.ring-offset-lime-800\/95{--tw-ring-offset-color:rgb(63 98 18 / 0.95)}
.ring-offset-lime-900{--tw-ring-offset-color:#365314}
.ring-offset-lime-900\/0{--tw-ring-offset-color:rgb(54 83 20 / 0)}
.ring-offset-lime-900\/10{--tw-ring-offset-color:rgb(54 83 20 / 0.1)}
.ring-offset-lime-900\/100{--tw-ring-offset-color:rgb(54 83 20 / 1)}
.ring-offset-lime-900\/15{--tw-ring-offset-color:rgb(54 83 20 / 0.15)}
.ring-offset-lime-900\/20{--tw-ring-offset-color:rgb(54 83 20 / 0.2)}
.ring-offset-lime-900\/25{--tw-ring-offset-color:rgb(54 83 20 / 0.25)}
.ring-offset-lime-900\/30{--tw-ring-offset-color:rgb(54 83 20 / 0.3)}
.ring-offset-lime-900\/35{--tw-ring-offset-color:rgb(54 83 20 / 0.35)}
.ring-offset-lime-900\/40{--tw-ring-offset-color:rgb(54 83 20 / 0.4)}
.ring-offset-lime-900\/45{--tw-ring-offset-color:rgb(54 83 20 / 0.45)}
.ring-offset-lime-900\/5{--tw-ring-offset-color:rgb(54 83 20 / 0.05)}
.ring-offset-lime-900\/50{--tw-ring-offset-color:rgb(54 83 20 / 0.5)}
.ring-offset-lime-900\/55{--tw-ring-offset-color:rgb(54 83 20 / 0.55)}
.ring-offset-lime-900\/60{--tw-ring-offset-color:rgb(54 83 20 / 0.6)}
.ring-offset-lime-900\/65{--tw-ring-offset-color:rgb(54 83 20 / 0.65)}
.ring-offset-lime-900\/70{--tw-ring-offset-color:rgb(54 83 20 / 0.7)}
.ring-offset-lime-900\/75{--tw-ring-offset-color:rgb(54 83 20 / 0.75)}
.ring-offset-lime-900\/80{--tw-ring-offset-color:rgb(54 83 20 / 0.8)}
.ring-offset-lime-900\/85{--tw-ring-offset-color:rgb(54 83 20 / 0.85)}
.ring-offset-lime-900\/90{--tw-ring-offset-color:rgb(54 83 20 / 0.9)}
.ring-offset-lime-900\/95{--tw-ring-offset-color:rgb(54 83 20 / 0.95)}
.ring-offset-lime-950{--tw-ring-offset-color:#1a2e05}
.ring-offset-lime-950\/0{--tw-ring-offset-color:rgb(26 46 5 / 0)}
.ring-offset-lime-950\/10{--tw-ring-offset-color:rgb(26 46 5 / 0.1)}
.ring-offset-lime-950\/100{--tw-ring-offset-color:rgb(26 46 5 / 1)}
.ring-offset-lime-950\/15{--tw-ring-offset-color:rgb(26 46 5 / 0.15)}
.ring-offset-lime-950\/20{--tw-ring-offset-color:rgb(26 46 5 / 0.2)}
.ring-offset-lime-950\/25{--tw-ring-offset-color:rgb(26 46 5 / 0.25)}
.ring-offset-lime-950\/30{--tw-ring-offset-color:rgb(26 46 5 / 0.3)}
.ring-offset-lime-950\/35{--tw-ring-offset-color:rgb(26 46 5 / 0.35)}
.ring-offset-lime-950\/40{--tw-ring-offset-color:rgb(26 46 5 / 0.4)}
.ring-offset-lime-950\/45{--tw-ring-offset-color:rgb(26 46 5 / 0.45)}
.ring-offset-lime-950\/5{--tw-ring-offset-color:rgb(26 46 5 / 0.05)}
.ring-offset-lime-950\/50{--tw-ring-offset-color:rgb(26 46 5 / 0.5)}
.ring-offset-lime-950\/55{--tw-ring-offset-color:rgb(26 46 5 / 0.55)}
.ring-offset-lime-950\/60{--tw-ring-offset-color:rgb(26 46 5 / 0.6)}
.ring-offset-lime-950\/65{--tw-ring-offset-color:rgb(26 46 5 / 0.65)}
.ring-offset-lime-950\/70{--tw-ring-offset-color:rgb(26 46 5 / 0.7)}
.ring-offset-lime-950\/75{--tw-ring-offset-color:rgb(26 46 5 / 0.75)}
.ring-offset-lime-950\/80{--tw-ring-offset-color:rgb(26 46 5 / 0.8)}
.ring-offset-lime-950\/85{--tw-ring-offset-color:rgb(26 46 5 / 0.85)}
.ring-offset-lime-950\/90{--tw-ring-offset-color:rgb(26 46 5 / 0.9)}
.ring-offset-lime-950\/95{--tw-ring-offset-color:rgb(26 46 5 / 0.95)}
.ring-offset-navBackground-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-navBackground-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-navBackground-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-navBackground-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-navBackground-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-navBackground-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-navBackground-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-navBackground-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-navBackground-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-navBackground-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-navBackground-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-navBackground-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-navBackground-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-navBackground-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-navBackground-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-navBackground-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-navBackground-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-navBackground-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-navBackground-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-navBackground-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-navBackground-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-navBackground-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-navBackground-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-navBackground-text-isDark{--tw-ring-offset-color:true}
.ring-offset-navBackground-text-text{--tw-ring-offset-color:#848484}
.ring-offset-navBackground-text-text\/0{--tw-ring-offset-color:rgb(132 132 132 / 0)}
.ring-offset-navBackground-text-text\/10{--tw-ring-offset-color:rgb(132 132 132 / 0.1)}
.ring-offset-navBackground-text-text\/100{--tw-ring-offset-color:rgb(132 132 132 / 1)}
.ring-offset-navBackground-text-text\/15{--tw-ring-offset-color:rgb(132 132 132 / 0.15)}
.ring-offset-navBackground-text-text\/20{--tw-ring-offset-color:rgb(132 132 132 / 0.2)}
.ring-offset-navBackground-text-text\/25{--tw-ring-offset-color:rgb(132 132 132 / 0.25)}
.ring-offset-navBackground-text-text\/30{--tw-ring-offset-color:rgb(132 132 132 / 0.3)}
.ring-offset-navBackground-text-text\/35{--tw-ring-offset-color:rgb(132 132 132 / 0.35)}
.ring-offset-navBackground-text-text\/40{--tw-ring-offset-color:rgb(132 132 132 / 0.4)}
.ring-offset-navBackground-text-text\/45{--tw-ring-offset-color:rgb(132 132 132 / 0.45)}
.ring-offset-navBackground-text-text\/5{--tw-ring-offset-color:rgb(132 132 132 / 0.05)}
.ring-offset-navBackground-text-text\/50{--tw-ring-offset-color:rgb(132 132 132 / 0.5)}
.ring-offset-navBackground-text-text\/55{--tw-ring-offset-color:rgb(132 132 132 / 0.55)}
.ring-offset-navBackground-text-text\/60{--tw-ring-offset-color:rgb(132 132 132 / 0.6)}
.ring-offset-navBackground-text-text\/65{--tw-ring-offset-color:rgb(132 132 132 / 0.65)}
.ring-offset-navBackground-text-text\/70{--tw-ring-offset-color:rgb(132 132 132 / 0.7)}
.ring-offset-navBackground-text-text\/75{--tw-ring-offset-color:rgb(132 132 132 / 0.75)}
.ring-offset-navBackground-text-text\/80{--tw-ring-offset-color:rgb(132 132 132 / 0.8)}
.ring-offset-navBackground-text-text\/85{--tw-ring-offset-color:rgb(132 132 132 / 0.85)}
.ring-offset-navBackground-text-text\/90{--tw-ring-offset-color:rgb(132 132 132 / 0.9)}
.ring-offset-navBackground-text-text\/95{--tw-ring-offset-color:rgb(132 132 132 / 0.95)}
.ring-offset-navBackgroundDark-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-navBackgroundDark-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-navBackgroundDark-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-navBackgroundDark-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-navBackgroundDark-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-navBackgroundDark-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-navBackgroundDark-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-navBackgroundDark-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-navBackgroundDark-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-navBackgroundDark-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-navBackgroundDark-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-navBackgroundDark-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-navBackgroundDark-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-navBackgroundDark-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-navBackgroundDark-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-navBackgroundDark-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-navBackgroundDark-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-navBackgroundDark-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-navBackgroundDark-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-navBackgroundDark-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-navBackgroundDark-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-navBackgroundDark-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-navBackgroundDark-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-navBackgroundDark-text-isDark{--tw-ring-offset-color:true}
.ring-offset-navBackgroundDark-text-text{--tw-ring-offset-color:#1e293b}
.ring-offset-navBackgroundDark-text-text\/0{--tw-ring-offset-color:rgb(30 41 59 / 0)}
.ring-offset-navBackgroundDark-text-text\/10{--tw-ring-offset-color:rgb(30 41 59 / 0.1)}
.ring-offset-navBackgroundDark-text-text\/100{--tw-ring-offset-color:rgb(30 41 59 / 1)}
.ring-offset-navBackgroundDark-text-text\/15{--tw-ring-offset-color:rgb(30 41 59 / 0.15)}
.ring-offset-navBackgroundDark-text-text\/20{--tw-ring-offset-color:rgb(30 41 59 / 0.2)}
.ring-offset-navBackgroundDark-text-text\/25{--tw-ring-offset-color:rgb(30 41 59 / 0.25)}
.ring-offset-navBackgroundDark-text-text\/30{--tw-ring-offset-color:rgb(30 41 59 / 0.3)}
.ring-offset-navBackgroundDark-text-text\/35{--tw-ring-offset-color:rgb(30 41 59 / 0.35)}
.ring-offset-navBackgroundDark-text-text\/40{--tw-ring-offset-color:rgb(30 41 59 / 0.4)}
.ring-offset-navBackgroundDark-text-text\/45{--tw-ring-offset-color:rgb(30 41 59 / 0.45)}
.ring-offset-navBackgroundDark-text-text\/5{--tw-ring-offset-color:rgb(30 41 59 / 0.05)}
.ring-offset-navBackgroundDark-text-text\/50{--tw-ring-offset-color:rgb(30 41 59 / 0.5)}
.ring-offset-navBackgroundDark-text-text\/55{--tw-ring-offset-color:rgb(30 41 59 / 0.55)}
.ring-offset-navBackgroundDark-text-text\/60{--tw-ring-offset-color:rgb(30 41 59 / 0.6)}
.ring-offset-navBackgroundDark-text-text\/65{--tw-ring-offset-color:rgb(30 41 59 / 0.65)}
.ring-offset-navBackgroundDark-text-text\/70{--tw-ring-offset-color:rgb(30 41 59 / 0.7)}
.ring-offset-navBackgroundDark-text-text\/75{--tw-ring-offset-color:rgb(30 41 59 / 0.75)}
.ring-offset-navBackgroundDark-text-text\/80{--tw-ring-offset-color:rgb(30 41 59 / 0.8)}
.ring-offset-navBackgroundDark-text-text\/85{--tw-ring-offset-color:rgb(30 41 59 / 0.85)}
.ring-offset-navBackgroundDark-text-text\/90{--tw-ring-offset-color:rgb(30 41 59 / 0.9)}
.ring-offset-navBackgroundDark-text-text\/95{--tw-ring-offset-color:rgb(30 41 59 / 0.95)}
.ring-offset-navText-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-navText-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-navText-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-navText-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-navText-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-navText-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-navText-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-navText-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-navText-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-navText-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-navText-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-navText-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-navText-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-navText-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-navText-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-navText-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-navText-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-navText-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-navText-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-navText-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-navText-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-navText-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-navText-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-navText-text-isDark{--tw-ring-offset-color:true}
.ring-offset-navText-text-text{--tw-ring-offset-color:#1e293b}
.ring-offset-navText-text-text\/0{--tw-ring-offset-color:rgb(30 41 59 / 0)}
.ring-offset-navText-text-text\/10{--tw-ring-offset-color:rgb(30 41 59 / 0.1)}
.ring-offset-navText-text-text\/100{--tw-ring-offset-color:rgb(30 41 59 / 1)}
.ring-offset-navText-text-text\/15{--tw-ring-offset-color:rgb(30 41 59 / 0.15)}
.ring-offset-navText-text-text\/20{--tw-ring-offset-color:rgb(30 41 59 / 0.2)}
.ring-offset-navText-text-text\/25{--tw-ring-offset-color:rgb(30 41 59 / 0.25)}
.ring-offset-navText-text-text\/30{--tw-ring-offset-color:rgb(30 41 59 / 0.3)}
.ring-offset-navText-text-text\/35{--tw-ring-offset-color:rgb(30 41 59 / 0.35)}
.ring-offset-navText-text-text\/40{--tw-ring-offset-color:rgb(30 41 59 / 0.4)}
.ring-offset-navText-text-text\/45{--tw-ring-offset-color:rgb(30 41 59 / 0.45)}
.ring-offset-navText-text-text\/5{--tw-ring-offset-color:rgb(30 41 59 / 0.05)}
.ring-offset-navText-text-text\/50{--tw-ring-offset-color:rgb(30 41 59 / 0.5)}
.ring-offset-navText-text-text\/55{--tw-ring-offset-color:rgb(30 41 59 / 0.55)}
.ring-offset-navText-text-text\/60{--tw-ring-offset-color:rgb(30 41 59 / 0.6)}
.ring-offset-navText-text-text\/65{--tw-ring-offset-color:rgb(30 41 59 / 0.65)}
.ring-offset-navText-text-text\/70{--tw-ring-offset-color:rgb(30 41 59 / 0.7)}
.ring-offset-navText-text-text\/75{--tw-ring-offset-color:rgb(30 41 59 / 0.75)}
.ring-offset-navText-text-text\/80{--tw-ring-offset-color:rgb(30 41 59 / 0.8)}
.ring-offset-navText-text-text\/85{--tw-ring-offset-color:rgb(30 41 59 / 0.85)}
.ring-offset-navText-text-text\/90{--tw-ring-offset-color:rgb(30 41 59 / 0.9)}
.ring-offset-navText-text-text\/95{--tw-ring-offset-color:rgb(30 41 59 / 0.95)}
.ring-offset-navTextDark-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-navTextDark-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-navTextDark-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-navTextDark-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-navTextDark-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-navTextDark-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-navTextDark-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-navTextDark-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-navTextDark-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-navTextDark-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-navTextDark-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-navTextDark-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-navTextDark-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-navTextDark-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-navTextDark-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-navTextDark-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-navTextDark-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-navTextDark-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-navTextDark-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-navTextDark-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-navTextDark-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-navTextDark-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-navTextDark-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-navTextDark-text-isDark{--tw-ring-offset-color:true}
.ring-offset-navTextDark-text-text{--tw-ring-offset-color:#848484}
.ring-offset-navTextDark-text-text\/0{--tw-ring-offset-color:rgb(132 132 132 / 0)}
.ring-offset-navTextDark-text-text\/10{--tw-ring-offset-color:rgb(132 132 132 / 0.1)}
.ring-offset-navTextDark-text-text\/100{--tw-ring-offset-color:rgb(132 132 132 / 1)}
.ring-offset-navTextDark-text-text\/15{--tw-ring-offset-color:rgb(132 132 132 / 0.15)}
.ring-offset-navTextDark-text-text\/20{--tw-ring-offset-color:rgb(132 132 132 / 0.2)}
.ring-offset-navTextDark-text-text\/25{--tw-ring-offset-color:rgb(132 132 132 / 0.25)}
.ring-offset-navTextDark-text-text\/30{--tw-ring-offset-color:rgb(132 132 132 / 0.3)}
.ring-offset-navTextDark-text-text\/35{--tw-ring-offset-color:rgb(132 132 132 / 0.35)}
.ring-offset-navTextDark-text-text\/40{--tw-ring-offset-color:rgb(132 132 132 / 0.4)}
.ring-offset-navTextDark-text-text\/45{--tw-ring-offset-color:rgb(132 132 132 / 0.45)}
.ring-offset-navTextDark-text-text\/5{--tw-ring-offset-color:rgb(132 132 132 / 0.05)}
.ring-offset-navTextDark-text-text\/50{--tw-ring-offset-color:rgb(132 132 132 / 0.5)}
.ring-offset-navTextDark-text-text\/55{--tw-ring-offset-color:rgb(132 132 132 / 0.55)}
.ring-offset-navTextDark-text-text\/60{--tw-ring-offset-color:rgb(132 132 132 / 0.6)}
.ring-offset-navTextDark-text-text\/65{--tw-ring-offset-color:rgb(132 132 132 / 0.65)}
.ring-offset-navTextDark-text-text\/70{--tw-ring-offset-color:rgb(132 132 132 / 0.7)}
.ring-offset-navTextDark-text-text\/75{--tw-ring-offset-color:rgb(132 132 132 / 0.75)}
.ring-offset-navTextDark-text-text\/80{--tw-ring-offset-color:rgb(132 132 132 / 0.8)}
.ring-offset-navTextDark-text-text\/85{--tw-ring-offset-color:rgb(132 132 132 / 0.85)}
.ring-offset-navTextDark-text-text\/90{--tw-ring-offset-color:rgb(132 132 132 / 0.9)}
.ring-offset-navTextDark-text-text\/95{--tw-ring-offset-color:rgb(132 132 132 / 0.95)}
.ring-offset-navTextHover-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-navTextHover-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-navTextHover-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-navTextHover-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-navTextHover-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-navTextHover-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-navTextHover-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-navTextHover-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-navTextHover-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-navTextHover-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-navTextHover-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-navTextHover-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-navTextHover-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-navTextHover-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-navTextHover-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-navTextHover-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-navTextHover-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-navTextHover-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-navTextHover-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-navTextHover-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-navTextHover-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-navTextHover-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-navTextHover-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-navTextHover-text-isDark{--tw-ring-offset-color:true}
.ring-offset-navTextHover-text-text{--tw-ring-offset-color:#1e293b}
.ring-offset-navTextHover-text-text\/0{--tw-ring-offset-color:rgb(30 41 59 / 0)}
.ring-offset-navTextHover-text-text\/10{--tw-ring-offset-color:rgb(30 41 59 / 0.1)}
.ring-offset-navTextHover-text-text\/100{--tw-ring-offset-color:rgb(30 41 59 / 1)}
.ring-offset-navTextHover-text-text\/15{--tw-ring-offset-color:rgb(30 41 59 / 0.15)}
.ring-offset-navTextHover-text-text\/20{--tw-ring-offset-color:rgb(30 41 59 / 0.2)}
.ring-offset-navTextHover-text-text\/25{--tw-ring-offset-color:rgb(30 41 59 / 0.25)}
.ring-offset-navTextHover-text-text\/30{--tw-ring-offset-color:rgb(30 41 59 / 0.3)}
.ring-offset-navTextHover-text-text\/35{--tw-ring-offset-color:rgb(30 41 59 / 0.35)}
.ring-offset-navTextHover-text-text\/40{--tw-ring-offset-color:rgb(30 41 59 / 0.4)}
.ring-offset-navTextHover-text-text\/45{--tw-ring-offset-color:rgb(30 41 59 / 0.45)}
.ring-offset-navTextHover-text-text\/5{--tw-ring-offset-color:rgb(30 41 59 / 0.05)}
.ring-offset-navTextHover-text-text\/50{--tw-ring-offset-color:rgb(30 41 59 / 0.5)}
.ring-offset-navTextHover-text-text\/55{--tw-ring-offset-color:rgb(30 41 59 / 0.55)}
.ring-offset-navTextHover-text-text\/60{--tw-ring-offset-color:rgb(30 41 59 / 0.6)}
.ring-offset-navTextHover-text-text\/65{--tw-ring-offset-color:rgb(30 41 59 / 0.65)}
.ring-offset-navTextHover-text-text\/70{--tw-ring-offset-color:rgb(30 41 59 / 0.7)}
.ring-offset-navTextHover-text-text\/75{--tw-ring-offset-color:rgb(30 41 59 / 0.75)}
.ring-offset-navTextHover-text-text\/80{--tw-ring-offset-color:rgb(30 41 59 / 0.8)}
.ring-offset-navTextHover-text-text\/85{--tw-ring-offset-color:rgb(30 41 59 / 0.85)}
.ring-offset-navTextHover-text-text\/90{--tw-ring-offset-color:rgb(30 41 59 / 0.9)}
.ring-offset-navTextHover-text-text\/95{--tw-ring-offset-color:rgb(30 41 59 / 0.95)}
.ring-offset-primary{--tw-ring-offset-color:#005788}
.ring-offset-primary-100{--tw-ring-offset-color:var(--bt-primary-100)}
.ring-offset-primary-150{--tw-ring-offset-color:var(--bt-primary-150)}
.ring-offset-primary-200{--tw-ring-offset-color:var(--bt-primary-200)}
.ring-offset-primary-300{--tw-ring-offset-color:var(--bt-primary-300)}
.ring-offset-primary-350{--tw-ring-offset-color:var(--bt-primary-350)}
.ring-offset-primary-400{--tw-ring-offset-color:var(--bt-primary-400)}
.ring-offset-primary-450{--tw-ring-offset-color:var(--bt-primary-450)}
.ring-offset-primary-500{--tw-ring-offset-color:var(--bt-primary-500)}
.ring-offset-primary-550{--tw-ring-offset-color:var(--bt-primary-550)}
.ring-offset-primary-600{--tw-ring-offset-color:var(--bt-primary-600)}
.ring-offset-primary-650{--tw-ring-offset-color:var(--bt-primary-650)}
.ring-offset-primary-700{--tw-ring-offset-color:var(--bt-primary-700)}
.ring-offset-primary-750{--tw-ring-offset-color:var(--bt-primary-750)}
.ring-offset-primary-800{--tw-ring-offset-color:var(--bt-primary-800)}
.ring-offset-primary-850{--tw-ring-offset-color:var(--bt-primary-850)}
.ring-offset-primary-900{--tw-ring-offset-color:var(--bt-primary-900)}
.ring-offset-primary-contrast{--tw-ring-offset-color:#fff}
.ring-offset-primary-contrast-contrast{--tw-ring-offset-color:#000}
.ring-offset-primary-contrast-contrast\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-primary-contrast-contrast\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-primary-contrast-contrast\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-primary-contrast-contrast\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-primary-contrast-contrast\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-primary-contrast-contrast\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-primary-contrast-contrast\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-primary-contrast-contrast\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-primary-contrast-contrast\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-primary-contrast-contrast\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-primary-contrast-contrast\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-primary-contrast-contrast\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-primary-contrast-contrast\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-primary-contrast-contrast\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-primary-contrast-contrast\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-primary-contrast-contrast\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-primary-contrast-contrast\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-primary-contrast-contrast\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-primary-contrast-contrast\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-primary-contrast-contrast\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-primary-contrast-contrast\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-primary-contrast-contrastsWithCard{}
.ring-offset-primary-contrast-isDark{}
.ring-offset-primary-contrast-text{--tw-ring-offset-color:#848484}
.ring-offset-primary-contrast-text\/0{--tw-ring-offset-color:rgb(132 132 132 / 0)}
.ring-offset-primary-contrast-text\/10{--tw-ring-offset-color:rgb(132 132 132 / 0.1)}
.ring-offset-primary-contrast-text\/100{--tw-ring-offset-color:rgb(132 132 132 / 1)}
.ring-offset-primary-contrast-text\/15{--tw-ring-offset-color:rgb(132 132 132 / 0.15)}
.ring-offset-primary-contrast-text\/20{--tw-ring-offset-color:rgb(132 132 132 / 0.2)}
.ring-offset-primary-contrast-text\/25{--tw-ring-offset-color:rgb(132 132 132 / 0.25)}
.ring-offset-primary-contrast-text\/30{--tw-ring-offset-color:rgb(132 132 132 / 0.3)}
.ring-offset-primary-contrast-text\/35{--tw-ring-offset-color:rgb(132 132 132 / 0.35)}
.ring-offset-primary-contrast-text\/40{--tw-ring-offset-color:rgb(132 132 132 / 0.4)}
.ring-offset-primary-contrast-text\/45{--tw-ring-offset-color:rgb(132 132 132 / 0.45)}
.ring-offset-primary-contrast-text\/5{--tw-ring-offset-color:rgb(132 132 132 / 0.05)}
.ring-offset-primary-contrast-text\/50{--tw-ring-offset-color:rgb(132 132 132 / 0.5)}
.ring-offset-primary-contrast-text\/55{--tw-ring-offset-color:rgb(132 132 132 / 0.55)}
.ring-offset-primary-contrast-text\/60{--tw-ring-offset-color:rgb(132 132 132 / 0.6)}
.ring-offset-primary-contrast-text\/65{--tw-ring-offset-color:rgb(132 132 132 / 0.65)}
.ring-offset-primary-contrast-text\/70{--tw-ring-offset-color:rgb(132 132 132 / 0.7)}
.ring-offset-primary-contrast-text\/75{--tw-ring-offset-color:rgb(132 132 132 / 0.75)}
.ring-offset-primary-contrast-text\/80{--tw-ring-offset-color:rgb(132 132 132 / 0.8)}
.ring-offset-primary-contrast-text\/85{--tw-ring-offset-color:rgb(132 132 132 / 0.85)}
.ring-offset-primary-contrast-text\/90{--tw-ring-offset-color:rgb(132 132 132 / 0.9)}
.ring-offset-primary-contrast-text\/95{--tw-ring-offset-color:rgb(132 132 132 / 0.95)}
.ring-offset-primary-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-primary-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-primary-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-primary-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-primary-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-primary-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-primary-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-primary-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-primary-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-primary-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-primary-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-primary-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-primary-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-primary-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-primary-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-primary-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-primary-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-primary-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-primary-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-primary-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-primary-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-primary-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-primary-isDark{--tw-ring-offset-color:true}
.ring-offset-primary-text{--tw-ring-offset-color:#005788}
.ring-offset-primary-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-primary-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-primary-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-primary-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-primary-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-primary-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-primary-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-primary-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-primary-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-primary-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-primary-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-primary-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-primary-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-primary-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-primary-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-primary-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-primary-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-primary-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-primary-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-primary-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-primary-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-primary-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-primary-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-primary-text-isDark{--tw-ring-offset-color:true}
.ring-offset-primary-text-text{--tw-ring-offset-color:#005788}
.ring-offset-primary-text-text\/0{--tw-ring-offset-color:rgb(0 87 136 / 0)}
.ring-offset-primary-text-text\/10{--tw-ring-offset-color:rgb(0 87 136 / 0.1)}
.ring-offset-primary-text-text\/100{--tw-ring-offset-color:rgb(0 87 136 / 1)}
.ring-offset-primary-text-text\/15{--tw-ring-offset-color:rgb(0 87 136 / 0.15)}
.ring-offset-primary-text-text\/20{--tw-ring-offset-color:rgb(0 87 136 / 0.2)}
.ring-offset-primary-text-text\/25{--tw-ring-offset-color:rgb(0 87 136 / 0.25)}
.ring-offset-primary-text-text\/30{--tw-ring-offset-color:rgb(0 87 136 / 0.3)}
.ring-offset-primary-text-text\/35{--tw-ring-offset-color:rgb(0 87 136 / 0.35)}
.ring-offset-primary-text-text\/40{--tw-ring-offset-color:rgb(0 87 136 / 0.4)}
.ring-offset-primary-text-text\/45{--tw-ring-offset-color:rgb(0 87 136 / 0.45)}
.ring-offset-primary-text-text\/5{--tw-ring-offset-color:rgb(0 87 136 / 0.05)}
.ring-offset-primary-text-text\/50{--tw-ring-offset-color:rgb(0 87 136 / 0.5)}
.ring-offset-primary-text-text\/55{--tw-ring-offset-color:rgb(0 87 136 / 0.55)}
.ring-offset-primary-text-text\/60{--tw-ring-offset-color:rgb(0 87 136 / 0.6)}
.ring-offset-primary-text-text\/65{--tw-ring-offset-color:rgb(0 87 136 / 0.65)}
.ring-offset-primary-text-text\/70{--tw-ring-offset-color:rgb(0 87 136 / 0.7)}
.ring-offset-primary-text-text\/75{--tw-ring-offset-color:rgb(0 87 136 / 0.75)}
.ring-offset-primary-text-text\/80{--tw-ring-offset-color:rgb(0 87 136 / 0.8)}
.ring-offset-primary-text-text\/85{--tw-ring-offset-color:rgb(0 87 136 / 0.85)}
.ring-offset-primary-text-text\/90{--tw-ring-offset-color:rgb(0 87 136 / 0.9)}
.ring-offset-primary-text-text\/95{--tw-ring-offset-color:rgb(0 87 136 / 0.95)}
.ring-offset-primary-text\/0{--tw-ring-offset-color:rgb(0 87 136 / 0)}
.ring-offset-primary-text\/10{--tw-ring-offset-color:rgb(0 87 136 / 0.1)}
.ring-offset-primary-text\/100{--tw-ring-offset-color:rgb(0 87 136 / 1)}
.ring-offset-primary-text\/15{--tw-ring-offset-color:rgb(0 87 136 / 0.15)}
.ring-offset-primary-text\/20{--tw-ring-offset-color:rgb(0 87 136 / 0.2)}
.ring-offset-primary-text\/25{--tw-ring-offset-color:rgb(0 87 136 / 0.25)}
.ring-offset-primary-text\/30{--tw-ring-offset-color:rgb(0 87 136 / 0.3)}
.ring-offset-primary-text\/35{--tw-ring-offset-color:rgb(0 87 136 / 0.35)}
.ring-offset-primary-text\/40{--tw-ring-offset-color:rgb(0 87 136 / 0.4)}
.ring-offset-primary-text\/45{--tw-ring-offset-color:rgb(0 87 136 / 0.45)}
.ring-offset-primary-text\/5{--tw-ring-offset-color:rgb(0 87 136 / 0.05)}
.ring-offset-primary-text\/50{--tw-ring-offset-color:rgb(0 87 136 / 0.5)}
.ring-offset-primary-text\/55{--tw-ring-offset-color:rgb(0 87 136 / 0.55)}
.ring-offset-primary-text\/60{--tw-ring-offset-color:rgb(0 87 136 / 0.6)}
.ring-offset-primary-text\/65{--tw-ring-offset-color:rgb(0 87 136 / 0.65)}
.ring-offset-primary-text\/70{--tw-ring-offset-color:rgb(0 87 136 / 0.7)}
.ring-offset-primary-text\/75{--tw-ring-offset-color:rgb(0 87 136 / 0.75)}
.ring-offset-primary-text\/80{--tw-ring-offset-color:rgb(0 87 136 / 0.8)}
.ring-offset-primary-text\/85{--tw-ring-offset-color:rgb(0 87 136 / 0.85)}
.ring-offset-primary-text\/90{--tw-ring-offset-color:rgb(0 87 136 / 0.9)}
.ring-offset-primary-text\/95{--tw-ring-offset-color:rgb(0 87 136 / 0.95)}
.ring-offset-primary\/0{--tw-ring-offset-color:rgb(0 87 136 / 0)}
.ring-offset-primary\/10{--tw-ring-offset-color:rgb(0 87 136 / 0.1)}
.ring-offset-primary\/100{--tw-ring-offset-color:rgb(0 87 136 / 1)}
.ring-offset-primary\/15{--tw-ring-offset-color:rgb(0 87 136 / 0.15)}
.ring-offset-primary\/20{--tw-ring-offset-color:rgb(0 87 136 / 0.2)}
.ring-offset-primary\/25{--tw-ring-offset-color:rgb(0 87 136 / 0.25)}
.ring-offset-primary\/30{--tw-ring-offset-color:rgb(0 87 136 / 0.3)}
.ring-offset-primary\/35{--tw-ring-offset-color:rgb(0 87 136 / 0.35)}
.ring-offset-primary\/40{--tw-ring-offset-color:rgb(0 87 136 / 0.4)}
.ring-offset-primary\/45{--tw-ring-offset-color:rgb(0 87 136 / 0.45)}
.ring-offset-primary\/5{--tw-ring-offset-color:rgb(0 87 136 / 0.05)}
.ring-offset-primary\/50{--tw-ring-offset-color:rgb(0 87 136 / 0.5)}
.ring-offset-primary\/55{--tw-ring-offset-color:rgb(0 87 136 / 0.55)}
.ring-offset-primary\/60{--tw-ring-offset-color:rgb(0 87 136 / 0.6)}
.ring-offset-primary\/65{--tw-ring-offset-color:rgb(0 87 136 / 0.65)}
.ring-offset-primary\/70{--tw-ring-offset-color:rgb(0 87 136 / 0.7)}
.ring-offset-primary\/75{--tw-ring-offset-color:rgb(0 87 136 / 0.75)}
.ring-offset-primary\/80{--tw-ring-offset-color:rgb(0 87 136 / 0.8)}
.ring-offset-primary\/85{--tw-ring-offset-color:rgb(0 87 136 / 0.85)}
.ring-offset-primary\/90{--tw-ring-offset-color:rgb(0 87 136 / 0.9)}
.ring-offset-primary\/95{--tw-ring-offset-color:rgb(0 87 136 / 0.95)}
.ring-offset-secondary-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-secondary-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-secondary-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-secondary-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-secondary-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-secondary-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-secondary-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-secondary-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-secondary-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-secondary-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-secondary-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-secondary-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-secondary-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-secondary-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-secondary-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-secondary-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-secondary-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-secondary-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-secondary-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-secondary-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-secondary-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-secondary-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-secondary-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-secondary-text-isDark{--tw-ring-offset-color:true}
.ring-offset-secondary-text-text{--tw-ring-offset-color:#5a5e64}
.ring-offset-secondary-text-text\/0{--tw-ring-offset-color:rgb(90 94 100 / 0)}
.ring-offset-secondary-text-text\/10{--tw-ring-offset-color:rgb(90 94 100 / 0.1)}
.ring-offset-secondary-text-text\/100{--tw-ring-offset-color:rgb(90 94 100 / 1)}
.ring-offset-secondary-text-text\/15{--tw-ring-offset-color:rgb(90 94 100 / 0.15)}
.ring-offset-secondary-text-text\/20{--tw-ring-offset-color:rgb(90 94 100 / 0.2)}
.ring-offset-secondary-text-text\/25{--tw-ring-offset-color:rgb(90 94 100 / 0.25)}
.ring-offset-secondary-text-text\/30{--tw-ring-offset-color:rgb(90 94 100 / 0.3)}
.ring-offset-secondary-text-text\/35{--tw-ring-offset-color:rgb(90 94 100 / 0.35)}
.ring-offset-secondary-text-text\/40{--tw-ring-offset-color:rgb(90 94 100 / 0.4)}
.ring-offset-secondary-text-text\/45{--tw-ring-offset-color:rgb(90 94 100 / 0.45)}
.ring-offset-secondary-text-text\/5{--tw-ring-offset-color:rgb(90 94 100 / 0.05)}
.ring-offset-secondary-text-text\/50{--tw-ring-offset-color:rgb(90 94 100 / 0.5)}
.ring-offset-secondary-text-text\/55{--tw-ring-offset-color:rgb(90 94 100 / 0.55)}
.ring-offset-secondary-text-text\/60{--tw-ring-offset-color:rgb(90 94 100 / 0.6)}
.ring-offset-secondary-text-text\/65{--tw-ring-offset-color:rgb(90 94 100 / 0.65)}
.ring-offset-secondary-text-text\/70{--tw-ring-offset-color:rgb(90 94 100 / 0.7)}
.ring-offset-secondary-text-text\/75{--tw-ring-offset-color:rgb(90 94 100 / 0.75)}
.ring-offset-secondary-text-text\/80{--tw-ring-offset-color:rgb(90 94 100 / 0.8)}
.ring-offset-secondary-text-text\/85{--tw-ring-offset-color:rgb(90 94 100 / 0.85)}
.ring-offset-secondary-text-text\/90{--tw-ring-offset-color:rgb(90 94 100 / 0.9)}
.ring-offset-secondary-text-text\/95{--tw-ring-offset-color:rgb(90 94 100 / 0.95)}
.ring-offset-success-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-success-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-success-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-success-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-success-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-success-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-success-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-success-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-success-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-success-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-success-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-success-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-success-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-success-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-success-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-success-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-success-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-success-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-success-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-success-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-success-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-success-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-success-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-success-text-isDark{--tw-ring-offset-color:true}
.ring-offset-success-text-text{--tw-ring-offset-color:#1B8749}
.ring-offset-success-text-text\/0{--tw-ring-offset-color:rgb(27 135 73 / 0)}
.ring-offset-success-text-text\/10{--tw-ring-offset-color:rgb(27 135 73 / 0.1)}
.ring-offset-success-text-text\/100{--tw-ring-offset-color:rgb(27 135 73 / 1)}
.ring-offset-success-text-text\/15{--tw-ring-offset-color:rgb(27 135 73 / 0.15)}
.ring-offset-success-text-text\/20{--tw-ring-offset-color:rgb(27 135 73 / 0.2)}
.ring-offset-success-text-text\/25{--tw-ring-offset-color:rgb(27 135 73 / 0.25)}
.ring-offset-success-text-text\/30{--tw-ring-offset-color:rgb(27 135 73 / 0.3)}
.ring-offset-success-text-text\/35{--tw-ring-offset-color:rgb(27 135 73 / 0.35)}
.ring-offset-success-text-text\/40{--tw-ring-offset-color:rgb(27 135 73 / 0.4)}
.ring-offset-success-text-text\/45{--tw-ring-offset-color:rgb(27 135 73 / 0.45)}
.ring-offset-success-text-text\/5{--tw-ring-offset-color:rgb(27 135 73 / 0.05)}
.ring-offset-success-text-text\/50{--tw-ring-offset-color:rgb(27 135 73 / 0.5)}
.ring-offset-success-text-text\/55{--tw-ring-offset-color:rgb(27 135 73 / 0.55)}
.ring-offset-success-text-text\/60{--tw-ring-offset-color:rgb(27 135 73 / 0.6)}
.ring-offset-success-text-text\/65{--tw-ring-offset-color:rgb(27 135 73 / 0.65)}
.ring-offset-success-text-text\/70{--tw-ring-offset-color:rgb(27 135 73 / 0.7)}
.ring-offset-success-text-text\/75{--tw-ring-offset-color:rgb(27 135 73 / 0.75)}
.ring-offset-success-text-text\/80{--tw-ring-offset-color:rgb(27 135 73 / 0.8)}
.ring-offset-success-text-text\/85{--tw-ring-offset-color:rgb(27 135 73 / 0.85)}
.ring-offset-success-text-text\/90{--tw-ring-offset-color:rgb(27 135 73 / 0.9)}
.ring-offset-success-text-text\/95{--tw-ring-offset-color:rgb(27 135 73 / 0.95)}
.ring-offset-text-100{--tw-ring-offset-color:var(--bt-text-100)}
.ring-offset-text-200{--tw-ring-offset-color:var(--bt-text-200)}
.ring-offset-text-300{--tw-ring-offset-color:var(--bt-text-300)}
.ring-offset-text-400{--tw-ring-offset-color:var(--bt-text-400)}
.ring-offset-text-500{--tw-ring-offset-color:var(--bt-text-500)}
.ring-offset-text-600{--tw-ring-offset-color:var(--bt-text-600)}
.ring-offset-text-700{--tw-ring-offset-color:var(--bt-text-700)}
.ring-offset-text-800{--tw-ring-offset-color:var(--bt-text-800)}
.ring-offset-text-900{--tw-ring-offset-color:var(--bt-text-900)}
.ring-offset-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-text-contrast-contrast{--tw-ring-offset-color:#000}
.ring-offset-text-contrast-contrast\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-text-contrast-contrast\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-text-contrast-contrast\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-text-contrast-contrast\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-text-contrast-contrast\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-text-contrast-contrast\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-text-contrast-contrast\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-text-contrast-contrast\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-text-contrast-contrast\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-text-contrast-contrast\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-text-contrast-contrast\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-text-contrast-contrast\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-text-contrast-contrast\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-text-contrast-contrast\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-text-contrast-contrast\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-text-contrast-contrast\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-text-contrast-contrast\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-text-contrast-contrast\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-text-contrast-contrast\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-text-contrast-contrast\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-text-contrast-contrast\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-text-contrast-contrastsWithCard{}
.ring-offset-text-contrast-isDark{}
.ring-offset-text-contrast-text{--tw-ring-offset-color:#848484}
.ring-offset-text-contrast-text\/0{--tw-ring-offset-color:rgb(132 132 132 / 0)}
.ring-offset-text-contrast-text\/10{--tw-ring-offset-color:rgb(132 132 132 / 0.1)}
.ring-offset-text-contrast-text\/100{--tw-ring-offset-color:rgb(132 132 132 / 1)}
.ring-offset-text-contrast-text\/15{--tw-ring-offset-color:rgb(132 132 132 / 0.15)}
.ring-offset-text-contrast-text\/20{--tw-ring-offset-color:rgb(132 132 132 / 0.2)}
.ring-offset-text-contrast-text\/25{--tw-ring-offset-color:rgb(132 132 132 / 0.25)}
.ring-offset-text-contrast-text\/30{--tw-ring-offset-color:rgb(132 132 132 / 0.3)}
.ring-offset-text-contrast-text\/35{--tw-ring-offset-color:rgb(132 132 132 / 0.35)}
.ring-offset-text-contrast-text\/40{--tw-ring-offset-color:rgb(132 132 132 / 0.4)}
.ring-offset-text-contrast-text\/45{--tw-ring-offset-color:rgb(132 132 132 / 0.45)}
.ring-offset-text-contrast-text\/5{--tw-ring-offset-color:rgb(132 132 132 / 0.05)}
.ring-offset-text-contrast-text\/50{--tw-ring-offset-color:rgb(132 132 132 / 0.5)}
.ring-offset-text-contrast-text\/55{--tw-ring-offset-color:rgb(132 132 132 / 0.55)}
.ring-offset-text-contrast-text\/60{--tw-ring-offset-color:rgb(132 132 132 / 0.6)}
.ring-offset-text-contrast-text\/65{--tw-ring-offset-color:rgb(132 132 132 / 0.65)}
.ring-offset-text-contrast-text\/70{--tw-ring-offset-color:rgb(132 132 132 / 0.7)}
.ring-offset-text-contrast-text\/75{--tw-ring-offset-color:rgb(132 132 132 / 0.75)}
.ring-offset-text-contrast-text\/80{--tw-ring-offset-color:rgb(132 132 132 / 0.8)}
.ring-offset-text-contrast-text\/85{--tw-ring-offset-color:rgb(132 132 132 / 0.85)}
.ring-offset-text-contrast-text\/90{--tw-ring-offset-color:rgb(132 132 132 / 0.9)}
.ring-offset-text-contrast-text\/95{--tw-ring-offset-color:rgb(132 132 132 / 0.95)}
.ring-offset-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-text-isDark{--tw-ring-offset-color:true}
.ring-offset-text-text{--tw-ring-offset-color:#000}
.ring-offset-text-text-contrast{--tw-ring-offset-color:#fff}
.ring-offset-text-text-contrast\/0{--tw-ring-offset-color:rgb(255 255 255 / 0)}
.ring-offset-text-text-contrast\/10{--tw-ring-offset-color:rgb(255 255 255 / 0.1)}
.ring-offset-text-text-contrast\/100{--tw-ring-offset-color:rgb(255 255 255 / 1)}
.ring-offset-text-text-contrast\/15{--tw-ring-offset-color:rgb(255 255 255 / 0.15)}
.ring-offset-text-text-contrast\/20{--tw-ring-offset-color:rgb(255 255 255 / 0.2)}
.ring-offset-text-text-contrast\/25{--tw-ring-offset-color:rgb(255 255 255 / 0.25)}
.ring-offset-text-text-contrast\/30{--tw-ring-offset-color:rgb(255 255 255 / 0.3)}
.ring-offset-text-text-contrast\/35{--tw-ring-offset-color:rgb(255 255 255 / 0.35)}
.ring-offset-text-text-contrast\/40{--tw-ring-offset-color:rgb(255 255 255 / 0.4)}
.ring-offset-text-text-contrast\/45{--tw-ring-offset-color:rgb(255 255 255 / 0.45)}
.ring-offset-text-text-contrast\/5{--tw-ring-offset-color:rgb(255 255 255 / 0.05)}
.ring-offset-text-text-contrast\/50{--tw-ring-offset-color:rgb(255 255 255 / 0.5)}
.ring-offset-text-text-contrast\/55{--tw-ring-offset-color:rgb(255 255 255 / 0.55)}
.ring-offset-text-text-contrast\/60{--tw-ring-offset-color:rgb(255 255 255 / 0.6)}
.ring-offset-text-text-contrast\/65{--tw-ring-offset-color:rgb(255 255 255 / 0.65)}
.ring-offset-text-text-contrast\/70{--tw-ring-offset-color:rgb(255 255 255 / 0.7)}
.ring-offset-text-text-contrast\/75{--tw-ring-offset-color:rgb(255 255 255 / 0.75)}
.ring-offset-text-text-contrast\/80{--tw-ring-offset-color:rgb(255 255 255 / 0.8)}
.ring-offset-text-text-contrast\/85{--tw-ring-offset-color:rgb(255 255 255 / 0.85)}
.ring-offset-text-text-contrast\/90{--tw-ring-offset-color:rgb(255 255 255 / 0.9)}
.ring-offset-text-text-contrast\/95{--tw-ring-offset-color:rgb(255 255 255 / 0.95)}
.ring-offset-text-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-text-text-isDark{--tw-ring-offset-color:true}
.ring-offset-text-text-text{--tw-ring-offset-color:#000}
.ring-offset-text-text-text\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-text-text-text\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-text-text-text\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-text-text-text\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-text-text-text\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-text-text-text\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-text-text-text\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-text-text-text\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-text-text-text\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-text-text-text\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-text-text-text\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-text-text-text\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-text-text-text\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-text-text-text\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-text-text-text\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-text-text-text\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-text-text-text\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-text-text-text\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-text-text-text\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-text-text-text\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-text-text-text\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-text-text\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-text-text\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-text-text\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-text-text\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-text-text\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-text-text\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-text-text\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-text-text\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-text-text\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-text-text\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-text-text\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-text-text\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-text-text\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-text-text\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-text-text\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-text-text\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-text-text\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-text-text\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-text-text\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-text-text\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-text-text\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-warning-text-contrast{--tw-ring-offset-color:#000}
.ring-offset-warning-text-contrast\/0{--tw-ring-offset-color:rgb(0 0 0 / 0)}
.ring-offset-warning-text-contrast\/10{--tw-ring-offset-color:rgb(0 0 0 / 0.1)}
.ring-offset-warning-text-contrast\/100{--tw-ring-offset-color:rgb(0 0 0 / 1)}
.ring-offset-warning-text-contrast\/15{--tw-ring-offset-color:rgb(0 0 0 / 0.15)}
.ring-offset-warning-text-contrast\/20{--tw-ring-offset-color:rgb(0 0 0 / 0.2)}
.ring-offset-warning-text-contrast\/25{--tw-ring-offset-color:rgb(0 0 0 / 0.25)}
.ring-offset-warning-text-contrast\/30{--tw-ring-offset-color:rgb(0 0 0 / 0.3)}
.ring-offset-warning-text-contrast\/35{--tw-ring-offset-color:rgb(0 0 0 / 0.35)}
.ring-offset-warning-text-contrast\/40{--tw-ring-offset-color:rgb(0 0 0 / 0.4)}
.ring-offset-warning-text-contrast\/45{--tw-ring-offset-color:rgb(0 0 0 / 0.45)}
.ring-offset-warning-text-contrast\/5{--tw-ring-offset-color:rgb(0 0 0 / 0.05)}
.ring-offset-warning-text-contrast\/50{--tw-ring-offset-color:rgb(0 0 0 / 0.5)}
.ring-offset-warning-text-contrast\/55{--tw-ring-offset-color:rgb(0 0 0 / 0.55)}
.ring-offset-warning-text-contrast\/60{--tw-ring-offset-color:rgb(0 0 0 / 0.6)}
.ring-offset-warning-text-contrast\/65{--tw-ring-offset-color:rgb(0 0 0 / 0.65)}
.ring-offset-warning-text-contrast\/70{--tw-ring-offset-color:rgb(0 0 0 / 0.7)}
.ring-offset-warning-text-contrast\/75{--tw-ring-offset-color:rgb(0 0 0 / 0.75)}
.ring-offset-warning-text-contrast\/80{--tw-ring-offset-color:rgb(0 0 0 / 0.8)}
.ring-offset-warning-text-contrast\/85{--tw-ring-offset-color:rgb(0 0 0 / 0.85)}
.ring-offset-warning-text-contrast\/90{--tw-ring-offset-color:rgb(0 0 0 / 0.9)}
.ring-offset-warning-text-contrast\/95{--tw-ring-offset-color:rgb(0 0 0 / 0.95)}
.ring-offset-warning-text-contrastsWithCard{--tw-ring-offset-color:true}
.ring-offset-warning-text-isDark{}
.ring-offset-warning-text-text{--tw-ring-offset-color:#ffa800}
.ring-offset-warning-text-text\/0{--tw-ring-offset-color:rgb(255 168 0 / 0)}
.ring-offset-warning-text-text\/10{--tw-ring-offset-color:rgb(255 168 0 / 0.1)}
.ring-offset-warning-text-text\/100{--tw-ring-offset-color:rgb(255 168 0 / 1)}
.ring-offset-warning-text-text\/15{--tw-ring-offset-color:rgb(255 168 0 / 0.15)}
.ring-offset-warning-text-text\/20{--tw-ring-offset-color:rgb(255 168 0 / 0.2)}
.ring-offset-warning-text-text\/25{--tw-ring-offset-color:rgb(255 168 0 / 0.25)}
.ring-offset-warning-text-text\/30{--tw-ring-offset-color:rgb(255 168 0 / 0.3)}
.ring-offset-warning-text-text\/35{--tw-ring-offset-color:rgb(255 168 0 / 0.35)}
.ring-offset-warning-text-text\/40{--tw-ring-offset-color:rgb(255 168 0 / 0.4)}
.ring-offset-warning-text-text\/45{--tw-ring-offset-color:rgb(255 168 0 / 0.45)}
.ring-offset-warning-text-text\/5{--tw-ring-offset-color:rgb(255 168 0 / 0.05)}
.ring-offset-warning-text-text\/50{--tw-ring-offset-color:rgb(255 168 0 / 0.5)}
.ring-offset-warning-text-text\/55{--tw-ring-offset-color:rgb(255 168 0 / 0.55)}
.ring-offset-warning-text-text\/60{--tw-ring-offset-color:rgb(255 168 0 / 0.6)}
.ring-offset-warning-text-text\/65{--tw-ring-offset-color:rgb(255 168 0 / 0.65)}
.ring-offset-warning-text-text\/70{--tw-ring-offset-color:rgb(255 168 0 / 0.7)}
.ring-offset-warning-text-text\/75{--tw-ring-offset-color:rgb(255 168 0 / 0.75)}
.ring-offset-warning-text-text\/80{--tw-ring-offset-color:rgb(255 168 0 / 0.8)}
.ring-offset-warning-text-text\/85{--tw-ring-offset-color:rgb(255 168 0 / 0.85)}
.ring-offset-warning-text-text\/90{--tw-ring-offset-color:rgb(255 168 0 / 0.9)}
.ring-offset-warning-text-text\/95{--tw-ring-offset-color:rgb(255 168 0 / 0.95)}
.blur-md{--tw-blur:blur(12px);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)}
.blur-sm{--tw-blur:blur(4px);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)}
.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));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)}
.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));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)}
.grayscale{--tw-grayscale:grayscale(100%);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)}
.backdrop-blur-md{--tw-backdrop-blur:blur(12px);-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)}
.backdrop-blur-sm{--tw-backdrop-blur:blur(4px);-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{transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-all{transition-property:all;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);transition-duration:150ms}
.will-change-transform{will-change:transform}
/* Import Libraries */
.rx-reset *{box-sizing:border-box;background:0 0;border:0;font-size:100%;line-height:1;margin:0;padding:0;vertical-align:baseline}
.rx-reset address:empty,.rx-reset blockquote:empty,.rx-reset dd:empty,.rx-reset dt:empty,.rx-reset figcaption:empty,.rx-reset h1:empty,.rx-reset h2:empty,.rx-reset h3:empty,.rx-reset h4:empty,.rx-reset h5:empty,.rx-reset h6:empty,.rx-reset li:empty,.rx-reset p:empty{min-height:1.5em}
.rx-reset pre:empty{min-height:3.5em}
.rx-reset b:empty,.rx-reset code:empty,.rx-reset del:empty,.rx-reset em:empty,.rx-reset i:empty,.rx-reset ins:empty,.rx-reset span:empty,.rx-reset strong:empty,.rx-reset sub:empty,.rx-reset sup:empty,.rx-reset u:empty{display:inline-block;min-width:1px;min-height:1em}
.rx-reset code:after,.rx-reset kbd:after,.rx-reset mark:after,.rx-reset td:after,.rx-reset th:after{content:"​"}
.rx-reset code+code{margin-left:2px}
.rx-reset table{empty-cells:show}
.rx-reset embed,.rx-reset img,.rx-reset object{max-width:100%;height:auto}
.rx-reset figure>iframe,.rx-reset figure>img{vertical-align:middle}
.rx-reset figcaption{display:block;top:0}
.rx-reset figcaption:empty{min-height:18px}
.rx-content{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;font-size:16px;line-height:1.5}
.rx-content h1+*,.rx-content h2+*,.rx-content h3+*,.rx-content h4+*,.rx-content h5+*,.rx-content h6+*{margin-top:12px}
.rx-content address+h2,.rx-content blockquote+h2,.rx-content dl+h2,.rx-content figure+h2,.rx-content ol+h2,.rx-content p+h2,.rx-content pre+h2,.rx-content table+h2,.rx-content ul+h2{margin-top:24px}
.rx-content address+h3,.rx-content blockquote+h3,.rx-content dl+h3,.rx-content figure+h3,.rx-content ol+h3,.rx-content p+h3,.rx-content pre+h3,.rx-content table+h3,.rx-content ul+h3{margin-top:24px}
.rx-content address+h4,.rx-content blockquote+h4,.rx-content dl+h4,.rx-content figure+h4,.rx-content ol+h4,.rx-content p+h4,.rx-content pre+h4,.rx-content table+h4,.rx-content ul+h4{margin-top:24px}
.rx-content address+h5,.rx-content blockquote+h5,.rx-content dl+h5,.rx-content figure+h5,.rx-content ol+h5,.rx-content p+h5,.rx-content pre+h5,.rx-content table+h5,.rx-content ul+h5{margin-top:24px}
.rx-content address+h6,.rx-content blockquote+h6,.rx-content dl+h6,.rx-content figure+h6,.rx-content ol+h6,.rx-content p+h6,.rx-content pre+h6,.rx-content table+h6,.rx-content ul+h6{margin-top:24px}
.rx-content address+*,.rx-content blockquote+*,.rx-content dl+*,.rx-content figure+*,.rx-content ol+*,.rx-content p+*,.rx-content pre+*,.rx-content table+*,.rx-content ul+*{margin-top:16px}
.rx-content div+*{margin-top:24px}
.rx-content h1+h2{margin-top:24px}
.rx-content h2+h3{margin-top:24px}
.rx-content h3+h4{margin-top:24px}
.rx-content h4+h5{margin-top:24px}
.rx-content h5+h6{margin-top:24px}
.rx-content a,.rx-content a:focus,.rx-content a:hover{color:#0044c3}
.rx-content p{font-size:16px;line-height:1.5}
.rx-content h1,.rx-content h2,.rx-content h3,.rx-content h4,.rx-content h5,.rx-content h6{font-family:inherit;font-weight:700;font-style:normal;font-size:16px;line-height:1.5;color:#000b1d;text-rendering:optimizeLegibility;letter-spacing:-.01em}
.rx-content h1 a,.rx-content h1 a:focus,.rx-content h1 a:hover,.rx-content h2 a,.rx-content h2 a:focus,.rx-content h2 a:hover,.rx-content h3 a,.rx-content h3 a:focus,.rx-content h3 a:hover,.rx-content h4 a,.rx-content h4 a:focus,.rx-content h4 a:hover,.rx-content h5 a,.rx-content h5 a:focus,.rx-content h5 a:hover,.rx-content h6 a,.rx-content h6 a:focus,.rx-content h6 a:hover{color:inherit;text-decoration:none}
.rx-content h1{font-size:40px;line-height:1.2}
.rx-content h2{font-size:24px;line-height:1.3}
.rx-content h3{font-size:21px;line-height:1.5}
.rx-content ol,.rx-content ul{margin-left:20px}
.rx-content li{font-size:16px;line-height:1.5}
.rx-content li li{font-size:1em}
.rx-content dd,.rx-content dt{font-size:16px;line-height:1.5}
.rx-content dt{font-weight:700}
.rx-content dd+dt{margin-top:.25em}
.rx-content pre{overflow:auto;white-space:pre;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:90%;line-height:1.5;color:#262f3f;background-color:#f5f5f6;padding:1em}
.rx-content pre code{padding:0;border:0;background:0 0;font-size:100%;display:block;line-height:inherit}
.rx-content blockquote{color:#262f3f;font-style:italic;font-weight:400;padding:0;background:0 0}
.rx-content blockquote p{color:#262f3f;font-size:125%;line-height:1.5}
.rx-content blockquote p+p{margin-top:4px}
.rx-content blockquote cite,.rx-content figcaption cite{font-style:inherit;font-size:14px;line-height:1.5;color:rgba(38,47,63,.7)}
.rx-content caption{text-align:left;font-style:normal}
.rx-content table{border-collapse:collapse;border-spacing:0;width:100%;empty-cells:show}
.rx-content td,.rx-content th{text-align:left;vertical-align:top;font-size:95%;line-height:1.5;padding:.75em;border:1px solid rgba(217,219,221,.5)}
.rx-content th{font-weight:400}
.rx-content thead th{font-weight:700}
.rx-content address{font-style:normal}
.rx-content abbr,.rx-content dfn{font-size:95%}
.rx-content cite,.rx-content code,.rx-content kbd,.rx-content samp,.rx-content small,.rx-content time,.rx-content var{font-size:85%}
.rx-content sub,.rx-content sup{font-size:65%}
.rx-content code,.rx-content kbd,.rx-content samp,.rx-content var{display:inline-block;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-style:normal;line-height:1;color:rgba(0,11,29,.85);vertical-align:baseline}
.rx-content code,.rx-content kbd,.rx-content samp{border-radius:2px}
.rx-content kbd{border:1px solid rgba(0,11,29,.15);padding:.2em .4em}
.rx-content code{position:relative;top:-1px;border:1px solid transparent;background-color:#f5f5f6;padding:.2em .4em .2em}
.rx-content mark{background-color:#ff0;color:#000}
.rx-content b,.rx-content strong{font-weight:600}
.rx-content abbr[title],.rx-content dfn[title]{letter-spacing:.01em;text-transform:uppercase;text-decoration:none;border-bottom:1px dotted rgba(0,0,0,.4);cursor:help}
.rx-content cite{font-style:italic}
.rx-content sub,.rx-content sup{line-height:1;margin-left:2px}
.rx-content sub{vertical-align:sub}
.rx-content sup{vertical-align:super}
.rx-content figure>div,.rx-content figure>iframe,.rx-content figure>img,.rx-content figure>pre{vertical-align:middle}
.rx-content figure figcaption{display:block;font-style:normal;margin-top:.25em;font-size:12px;line-height:1.5}
.rx-content .embed-responsive{position:relative;padding:0;margin:0;padding-bottom:56.25%;padding-top:25px;height:0}
.rx-content .embed-responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}
.rx-content hr{position:relative;line-height:1;background:0 0;border:none;text-align:left;margin-top:1em;margin-bottom:1em;height:10px}
.rx-content hr:before{content:"";position:absolute;top:50%;width:100%;max-width:100%;margin-top:-.5px;border-top-width:1px;border-top-style:solid;border-top-color:rgba(217,219,221,.6)}
.rx-content .align-right{text-align:right}
.rx-content .align-center{text-align:center}
.rx-content .align-justify{text-align:justify}
.rx-content div.align-center img,.rx-content figure.align-center img,.rx-content p.align-center img{max-width:80%}
.rx-content div.align-center figcaption,.rx-content figure.align-center figcaption,.rx-content p.align-center figcaption{text-align:center}
.rx-content .float-left{float:left;margin-right:1em;margin-bottom:1em;max-width:200px}
.rx-content .float-right{float:right;margin-left:1em;margin-bottom:1em;max-width:200px}
@keyframes slideUp{to{height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}
@keyframes slideDown{from{height:0;padding-top:0;padding-bottom:0;margin-bottom:0}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeOut{from{opacity:1}to{opacity:0}}
.rx-container{box-sizing:border-box;border-radius:2px;background-color:#fff;border:1px solid rgba(0,11,29,.1)}
.rx-toolbar{display:flex;flex:1;white-space:nowrap;height:40px;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none}
.rx-toolbar::-webkit-scrollbar{width:0;height:0}
.rx-toolbar-container{position:relative;z-index:4;margin:0;padding:0;box-sizing:border-box;display:flex}
.rx-toolbar-container.is-rx-toolbar{border-top-left-radius:2px;border-top-right-radius:2px;background-color:rgba(255,255,255,.98);border-bottom:1px solid rgba(0,11,29,.1)}
.rx-toolbar-container.is-rx-toolbar .rx-topbar{position:relative;margin-left:auto;display:flex}
.rx-toolbar-sticky{position:sticky;top:0}
.rx-editor-container{box-sizing:border-box}
.rx-source-container{display:none}
.rx-context{position:absolute;top:0;left:0;z-index:4;padding:0;margin:0;line-height:1;border-radius:99px;background-color:#000b1d}
.rx-control{position:absolute;top:0;left:0;z-index:3;padding:0;margin:0;line-height:1}
.rx-topbar{position:absolute;right:0}
.rx-source,.rx-source:focus,.rx-source:hover{text-align:left;box-sizing:border-box;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;width:100%;display:block;margin:0;border:none;box-shadow:none;border-radius:0;background-color:#262f3f;color:rgba(255,255,255,.8);font-size:14px;outline:0;padding:10px 18px 20px 18px;line-height:1.5;min-height:60px;resize:vertical}
.rx-draggable-placeholder{height:20px;min-width:80px;outline:3px dashed gold!important;background-color:rgba(255,215,0,.2)!important;margin-bottom:20px}
.rx-drag-active{outline:3px dashed gold!important;outline-offset:0!important;position:relative;max-height:40px;overflow:hidden;padding:0}
.rx-drag-active:before{width:100%;height:100%;content:"";top:0;left:0;background-color:rgba(255,215,0,.4);position:absolute;z-index:1}
.rx-dragging{opacity:.95;background-color:#fff;box-shadow:0 15px 30px 0 15px 30px rgba(0,11,29,.3)}
.rx-dragging img{max-width:100%}
.rx-voice-label{display:none}
@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}
.rx-editor-progress{position:fixed;top:0;left:0;z-index:11000;width:100%;background-color:rgba(0,11,29,.2)}
.rx-editor-progress span{animation:progress-bar-stripes 2s linear infinite;content:"";display:block;min-height:8px;width:100%;height:100%;background-color:#0058fb;background-image:linear-gradient(45deg,rgba(255,255,255,.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.2) 50%,rgba(255,255,255,.2) 75%,transparent 75%,transparent);background-size:40px 40px}
.rx-nowrap{white-space:nowrap!important}
.rx-handle{cursor:move}
.rx-placeholder:before{position:absolute;z-index:0;content:attr(placeholder);color:rgba(0,11,29,.4);font-weight:400;cursor:text}
@font-face{font-family:RedactorX;src:url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBjwAAAC8AAAAYGNtYXAXVtKoAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5ZhasD7wAAAF4AAAZSGhlYWQc8hqRAAAawAAAADZoaGVhB8ID5wAAGvgAAAAkaG10eI4AC3MAABscAAAAmGxvY2FrqmY0AAAbtAAAAE5tYXhwAC8A0wAAHAQAAAAgbmFtZZHHdKcAABwkAAABnnBvc3QAAwAAAAAdxAAAACAAAwPxAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpIQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6SH//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAADQAbACkAAAEyFhUUBiMhIiY1NDYzATIWFRQGIyEiJjU0NjMBMhYVFAYjISImNTQ2MwNAGyUlG/2AGyUlGwMAGyUlG/yAGyUlGwMAGyUlG/2AGyUlGwEAJRsbJSUbGyUBACUbGyUlGxslAQAlGxslJRsbJQAAAAMAAACABAADAAAQACEAMgAAATIWFRQGByMhIiY1NDY3MyERMhYVFAYHIyEiJjU0NjczIREyFhUUBgcjISImNTQ2NzMhA8AbJSEYB/yAGyUhGAcDgBslIRgH/IAbJSEYBwOAGyUhGAf8gBslIRgHA4ABACUbGSQDJRsZJAMBACUbGSQDJRsZJAMBACUbGSQDJRsZJAMAAAAAAwAAAIAEAAMAAA0AGwApAAABMhYVFAYjISImNTQ2MwEyFhUUBiMhIiY1NDYzATIWFRQGIyEiJjU0NjMDABslJRv9QBslJRsDgBslJRv8gBslJRsCwBslJRv9QBslJRsBACUbGyUlGxslAQAlGxslJRsbJQEAJRsbJSUbGyUAAAABAIAAQAOAA0AAHwAAATIWFREhMhYVFAYjIREUBiMiJjURISImNTQ2MyERNDYCABslAQAbJSUb/wAlGxsl/wAbJSUbAQAlA0AlG/8AJRsbJf8AGyUlGwEAJRsbJQEAGyUAAAAAAwAAAIAEAAMAAA0AGwApAAABMhYVFAYjISImNTQ2MwEyFhUUBiMhIiY1NDYzATIWFRQGIyEiJjU0NjMDwBslJRv9QBslJRsCwBslJRv8gBslJRsDgBslJRv9QBslJRsBACUbGyUlGxslAQAlGxslJRsbJQEAJRsbJSUbGyUAAAAEAAAAAAQAA4AAEwAXAC8ARwAAATIWFTERFAYjMSEiJjUxETQ2MzEFIREhAR4BDwIXHgEPAQ4BLwIuAT8CNjIXNx8BHgEPAgYiJy4BPwInLgE/AT4BFwOANExMNP0ANExMNAMA/QADAP4tEgIOBlJSEgIOBhEwEwaAEgIOBoASNhL6BoASAg4GgBI2EhICDgZSUhICDgYRMBMDgEQz/W4zREQzApIzRID9gAHtETATBlNTETATBhICDgaAETATBoATEwYGgBEwEwaAExMRMBMGU1MRMBMGEgIOAAAAAgBAAAADwAOAAB0APQAAATIWFx0BFAYHIyEiJic9ATQ2MzIWFx0BITU0NjczATIWFxURMzIWFxYGBzEHBiInMScuATU0NjMxMxE0NjMDgBkkA0AtCv1uLkUEJRsZJAMCgCEYB/6AGSQDYAgNBQgEC6AIFgigBgcTDWAlGwGAIRgHzS5BBD0tCc0bJSEYB8DAGSQDAgAhGAf+gAcGChsIeAYGeAUNCA0TAYAbJQAAAAADAEAAAAPAA4AAGQAdACYAAAEyFhURITIWFREUBiMhIiY1ESEiJjURNDYzASERIQEhETM1NDY7AQJAGyUBABslJRv+QBsl/wAbJSUbAsD+wAFA/sD+wMAlG0ADgCUb/wAlG/5AGyUlGwEAJRsBwBsl/kD+wAKA/sBAGyUAAQCAAEADQANAACcAAAEyNjMhMhYVFAYrAREUBiMiJjURIxEUBiMiJjURDgEjIiY1NDYzMhYBNAMGAwHAGyUlG0AlGxslgCUbGyUIEAhCXl5CBQoDPwElGxsl/cAbJSUbAkD9wBslJRsBgwECXkJCXgEAAAADAQAAQAMgA0AAHgAnADEAACUyNz4BNzY1NCYnNT4BNTQnLgEnJisBIgYVERQWOwEDIzUzMhYVFAYDIzUzMhYVFAYjAjEwKytCFBNNJikxEBA8LCw42xslJRvxJ36AMDo6L4F9MkxENkAPDzkpKjVMVg8HGFI1KyUlNhAPJRv9gBslAcTDNCstN/642zM5OTYAAAAAAgBNAI0DswLzABcALwAAARcBHgEPAQEGIicuAT8CJy4BPwE+ARcHHgEPAhceAQ8BDgEvAQEuAT8BATYyFwKnBgEAEgIOBv8AEjYSEgIOBtLSEgIOBhEwE/oSAg4G0tISAg4GETATBv8AEgIOBgEAEjYSAvMG/wARMBMG/wATExEwEwbT0xEwEwYSAg4GETATBtPTETATBhICDgYBABEwEwYBABMTAAAAAQBAAEADwANAAEgAAAEyFx4BFxYXMSM0JiMiBhUUFhchMhYVFAYrAR4BFRQHDgEHBiMiJy4BJyY1MTMUFjMyNjU0JichIiY1NDY7AS4BNTQ3PgE3NjMCEC8uLUgWFgF0SERFQV9AAWgUHBwUmRMWEhJFMzJAPDIySRUUcFlNQ1GETv6YFBwcFMQNEBERQC4uOwNADQ02Kio6N0A9KDksDxwUFBwXQSwuKSg7ERESEUAsLTU5TzkyTSsUHBQUHBU4JSolJjgREAACAFEAAAPAAu4AUwB5AAABHgEVFAYPATMyFhUUBisBIiYjIiYjLgEnLgEjLgEnLgEvAS4BJzgBNSY0JzwBNSY2NzE+ATE0NjU+ATU+AT8BPgE1NCYnJiIPAQYiJyY0PwE2MhcBFhQPARcWFAcOASMiJi8BBw4BIyImJyY0PwEnJjQ3NjIfATc2MgOUFRcXFTMlGCIiGLIDBgIBAwECBAIBAgEBAwEFCAMDAQIBAQEBAgMBAQEBAQIEApcEBQUEChsJFBExERERFCx8K/6VERGZmRERCBYLCxYImpkJFQwLFQkREZqaERERMRGZmhEwAYQVOB8eOBY0IxkZIwEBAQEBAQEBAQEECQUEAgUDAQEDAgECAQgQBwECAQEBAQEBAwQCmwUMBgcMBQkJFREREjESFC0tAWoRMhGdnRIyEQkJCQmdnQkJCQkRMhKdnREyERISnZ0SAAAAAAQAQAAAA8ADgAAQABsAKQA1AAABMhYVERQGIyEiJjURNDYzIQEDFSE1JwcGJi8BASERNz4BFxM3NjIfAREHMhYVFAYjIiY1NDYDUC5CQi79YC5CQi4CoP4MnAKAYIASMhCwAeT9gGkQORK5exEuETjIGyUlGxomJgOAQi79YC5CQi4CoC5C/lP+9Uh3bpMUAxf7AS3+r7QbAxn++I0TE0ABU0AmGhslJRsaJgAEAAAAgAQAAwAADwAeAC4APgAAATIWFRQGByMhIiY1NDY3MyU0NhcxFxYUBzEHBiY1MQEyFhUUBgcjISImNTQ2NzMBMhYVFAYHIyEiJjU0NjczA7kdKiQbCP4OHSokGwj+eU8egBMTgB5PA3kdKiQbCP4OHSokGwgB8B4rJRwI/JIeKyUcCAEAJRsZJAMlGxkkA8ArIB6AEzQTgB4gKwFAJRsZJAMlGxkkAwEAJRsZJAMlGxkkAwAAAQGAAEACngNAAAMAACUTIwMCEY2RjUADAP0AAAYAgABAA4ADQAB4AI0AogCmALsA0AAAJTI2Nz4BNz4BNTQmJy4BJy4BKwE1MzI2Nz4BNz4BNTQmJy4BJy4BIyIGBw4BBw4BHQEjNTQmJy4BJy4BIyIGBw4BBw4BFRQWFx4BFx4BOwEVIyIGBw4BBw4BFRQWFx4BFx4BMzI2Nz4BNz4BPQEzFRQWFx4BFx4BMwEjIiYnLgE1NDY3PgEzMhYXHgEdASEjNTQ2Nz4BMzIWFx4BFRQGBw4BIwcjNTMBIiYnLgE1NDY3PgE7ARUUBgcOASMhIiYnLgE9ATMyFhceARUUBgcOASMC4RYoEhIdCwoLCwoLHRISKBY8PBYoEhIdCwoLCwoLHRISKBYVKBISHQsLC4QLCwscEhIoFhYoEhIdCwoLCwoLHRISKBY8PBYoEhIdCwoLCwoLHRISKBYWKBISHAsLC4QLCwsdEhIoFf56OQ0WCQkJCAkJFQwMFQkJCQGDOAgJCRUMDRUICQkJCQkXDZyEhP7dDBUJCQgJCQkWDTkJCQkVDAHCDBUJCQg4DRcJCQkJCQgVDUALCwsdEhIoFRYoEhIcCwoLhgsKCxwSEigWFigSEhwLCwsLCwsdEhIoFTw8FSgSEh0LCwsLCwscEhIoFhYoEhIcCwoLhgsKCxwSEigWFSgSEh0LCwsLCwsdEhIoFTw8FSgSEh0LCwsCJAkJCRUNDBUJCQgJCQkWDTo6DRYJCQkICQkVDA0VCQkJ54b+oQkJCBUNDBYICQk6DRYJCQkJCQkWDToJCQgWDA0VCAkJAAAAAAEAAAGABAACAAAQAAABMhYVFAYHIyEiJjU0NjczIQPAGyUhGAf8gBslIRgHA4ACACUbGSQDJRsZJAMAAAMAAACABAADAAAkAEkAVwAAATMyFhUUBisBIicuAScmPQE0Nz4BNzY7ATIWFRQGKwEiBhUUFiEyNjU0JisBIiY1NDY7ATIXHgEXFh0BFAcOAQcGKwEiJjU0NjMBITIWFRQGIyEiJjU0NgFAQBslJRtgPDQ1ThYXFxZONTQ8YBslJRtAUHBwAdBQcHBQQBslJRtgPDQ1ThYXFxZONTQ8YBslJRv/AAEAGyUlG/8AGyUlAQAlGxslFxZONTQ8QDw0NU4WFyUbGyVwUFBwcFBQcCUbGyUXFk41NDxAPDQ1ThYXJRsbJQEAJRsbJSUbGyUAAAYAQACAA8ADAAAQACAAMQBBAFIAYgAAATIWFRQGByMhIiY1NDY3MyEhMhYVFAYHKwEiJjU0NjczATIWFRQGByMhIiY1NDY3MyEhMhYVFAYHKwEiJjU0NjczATIWFRQGByMhIiY1NDY3MyEhMhYVFAYHKwEiJjU0NjczA4AbJSEYB/4AGyUhGAcCAP1AGyUhGAdAGyUhGAcDABslIRgH/gAbJSEYBwIA/UAbJSEYB0AbJSEYBwMAGyUhGAf+ABslIRgHAgD9QBslIRgHQBslIRgHAQAlGxkkAyUbGSQDJRsZJAMlGxkkAwEAJRsZJAMlGxkkAyUbGSQDJRsZJAMBACUbGSQDJRsZJAMlGxkkAyUbGSQDAAQAgABAA4ADMAAYACYALAAwAAABNjIXMRcWFAcxAQ4BIzEjIiY1MTU0NjcxBTIWFRQGKwEiJjU0NjMDBxUzNyc3Bxc3AjMQLRHvEBD+XQgUC+8XIAgIArkXICAX2xcgIBev0aHSoptNoU4DMBAQ7xEtEP5dCAggF+8LFAjfIBcXICAXFyABc9Gi0aKbTaJNAAIAYACAA6ADAAAsAFkAADcyNjc+ATc+ATU0JicuASMiBgcOARUUFhceATMxMw4BBw4BBw4BFRQWFx4BMyEyNjc+ATc+ATU0JicuASMiBgcOARUUFhceATMxMw4BBw4BBw4BFRQWFx4BM7AbOyEhNxYXFhkaGkIpJDwZGBkZGBk3HhEDEhARLRwWFwsKCxsRAd0bPCEgOBYXFhkaGUMpJD0ZGBkZGRk4Hw0CERAPLh8WFgoLChsSgBsbHEkuLmM0OVkgICAXFxc5IiE5GRgYIDMUEyUQCyQYDhoKCwobGxtILi5jNjpaHyAfFxcYOCIiORgYGCAzExMlEQwjGA8aCgoKAAAAAQCBAL4DeQL6ACgAAAE2FhcxFxYUBzEHDgEjIiY1MTUHIREUBiMiJic1ETQ2MzIWMyE1NDY3AtMKGwh5Bwd5BQ0IDRMD/j4mGhkkAyUbAwgDAfcEBAL6CAMLoQgWCKEGBxMNYQH+/xomIRgHAUQaJgFgBgsEAAAAAgCAAD4DYAM3AEwAUAAAAR4BDwIzMhYVFAYHKwEHMzIWFRQGBysBBw4BJy4BNzU3IwcOAScuATc1NyMiJjU0Njc7ATcjIiY1NDY3OwE3PgEXHgEPAjM3PgEXAzcjBwKrGB8BAQ9PGyUhGAdiE1UbJSEYB2cUBCsaGB8BEX4UBCsaGB8BEVcbJSEYB2oTXRslIRgHbxMEKhsYHwEBD34TBCobgRN/EwM3BCcZCGslGxkkA4AlGxkkA4obIQQDKBkIdoobIQQDKBkIdiUbGSQDgCUbGSQDfhwhBAQnGQhrfhwhBP5JgIAAAAgAAABgBAADIAAXACMALwA7AEcAUwBfAGsAAAEyFhURFAcOAQcGIyEiJy4BJyY1ETQ2MwUhERQWFzMhMjY3NScyFhUUBiMiJjU0NiMyFhUUBiMiJjU0NiMyFhUUBiMiJjU0NjcyFhUUBiMiJjU0NjMyFhUUBiMiJjU0NjMyFhUUBiMiJjU0NgOANUsUFEYuLzX+ADUvLkYUFEs1AwD9AEUxCgIAM0kEwBslJRsbJSWlGyUlGxslJaUbJSUbGyUlGxslJRsbJSXbGyUlGxslJdsbJSUbGyUlAyBLNf7ANS8uRhQUFBRGLi81AUA1S4D+wDNJBEUxCkAlGxslJRsbJSUbGyUlGxslJRsbJSUbGyXAJRsbJSUbGyUlGxslJRsbJSUbGyUlGxslAAAAAAIAgAEAA4ACgAAQACEAAAEyFhUUBgcjISImNTQ2NzMhETIWFRQGByMhIiY1NDY3MyEDQBslIRgH/YAbJSEYBwKAGyUhGAf9gBslIRgHAoABgCUbGSQDJRsZJAMBACUbGSQDJRsZJAMABQBAAAADwAOAABMAGwAjACsAMwAANyImNTERNDYzMSEyFhUxERQGIzElFBYzMTMRISkBETMyNjc1AysBESE1NCYlIyIGFTEVIdxBW1tBAkhBW1tB/ZwQDOT/AAKA/wDkChACFwXkAQAN/o3kDBABAABbQQJIQVtbQf24QVucDBABAP8ADQoFAmT/AOQKEAIQDOQAAAIBAABAAyMDQAAcACUAACU1MzI3PgE3NjU0Jy4BJyYrASIGFREUFjsBMjY1EyM1MzIWFRQGAZKRNS8vRRQUExNFLy834xslJRsSGiaBgYE4Q0OAzRMSQy4uNzgtLkESEiUb/YAbJSUbAUr5RDc4RgAFACAAAAPgA4AAKAAsAD0ATgBSAAABMhYXHQEzMhYVFAYHKwERFAYHIyEiJic1ESMiJjU0Njc7ATU0Njc7ARMhESEDMhYXHQEUBiMiJic9ATQ2MyMyFhcdARQGIyImJz0BNDYzEyMVMwJrMEEEwBslIRgHQDosCv4gLj4EQBslIRgHwD0vCdZ1/kABwIAZJAMlGxkkAyUbwBkkAyUbGSQDJRvAwMADgEYwCkAlGxkkA/46L0cEQi4KAcYlGxkkA0AxSwT+wP5AAYAhGAfAGyUhGAfAGyUhGAfAGyUhGAfAGyUBAEAAAAAAAwBAAAADwAOAACAAQQBiAAATMhYXFREyFhUUBg8BERQGIyImJzURIiY1NDY3MxE0NjMhMhYXHQEyFhUUBg8BERQGIyImJzURIiY1NDY3MzU0NjMhMhYXFREyFhUUBg8BFRQGIyImJz0BIiY1NDY3MxE0NjPAGSQDGyUhGAclGxkkAxslIRgHJRsCgBkkAxslIRgHJRsZJAMbJSEYByUb/sAZJAMbJSEYByUbGSQDGyUhGAclGwOAIRgH/sAlGxglAgH+wBslIRgHAUAmGhkkAwFAGyUhGAeAJRsYJQIB/gAbJSEYBwIAJhoZJAOAGyUhGAf+ACUbGCQDAYAbJSEYB4AmGhkkAwIAGyUAAAIAwABAA08DQAAQADgAACUyFhUUBgcjISImNTQ2NzMhAzIWFx0BFAcOAQcGIyInLgEnJic9ATQ2MzIWFx0BFBYzMjY3PQE0NgMPGiYhGAf98RslIRgHAg9PGSQDFBRGLy41My4tRRUVAyUbGSQDSzUzSQQlwCUbGSQDJRsZJAMCgCUbCOE6MzNLFhYVFEgwMDgO4R4qJRsI4TdQSTQK4R4qAAAAAQCDAMADgAL6ACQAAAEUFjMyNjc1ETQmIyE1NCYnJgYPAg4BHwIeATMyNj8BNSERAv8mGhklAyYb/fsHBgoXCAR6BQIEA3oEDggMEQIBAcUBABslIRgHAUAbJWAIDQUHAggEoAcSCAWgBgcPCwZg/wAAAAACAFEAOQPAA1MAJQB7AAABFhQPARcWFAcOASMiJi8BBw4BIyImJyY0PwEnJjQ3NjIfATc2MgEeARUUBg8BMzIWFRQGKwEiJiMiJiMuAScuASMuAScuAScuAScuASc4ATUmNCc8ATUmNjcxPgExNDY1PgE1PgE/AT4BNTQmJyYiDwEGIicmND8BNjIXAikREZmZEREIFgsLFgiamQkVDAsVCRERmpoRERExEZmaETABfBUXFxUzJRgiIhiyAwYCAQMBAgQCAQIBAQMBBQgDAQEBAQIBAQEBAgMBAQEBAQIEApcEBQUEChsJFBExERERFCx8KwIuETIRnZ0SMhEJCQkJnZ0JCQkJETISnZ0RMhESEp2dEgETFTgfHjgWNCMZGSMBAQEBAQEBAQEBBAkFAQIBAgUDAQEDAgECAQgQBwECAQEBAQEBAwQCmwUMBgcMBQkJFREREjESFC0tAAAEAAAAgAQAAwAADwAeAC4APgAAATIWFRQGByMhIiY1NDY3MyU2FhUxERQGJzEnJjQ3MScyFhUUBgcjISImNTQ2NzMBMhYVFAYHIyEiJjU0NjczAjkdKiQbCP4OHSokGwgDDB5PTx6AExOaHSokGwj+Dh0qJBsIA3AeKyUcCPySHislHAgBACUbGSQDJRsZJAPtHiAr/wArIB6AEzUSkyUbGSQDJRsZJAMBACUbGSQDJRsZJAMAAAAAAQAAAAEAAGNbeMNfDzz1AAsEAAAAAADc6esKAAAAANzp6woAAAAABAADgAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAAAAAAAEAAABAAAAAAAAAAAAAAAAAAAAJgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAACABAAAAAQAAAAEAABABAAAQAQAAIAEAAEABAAATQQAAEAEAABRBAAAQAQAAAAEAAGABAAAgAQAAAAEAAAABAAAQAQAAIAEAABgBAAAgQQAAIAEAAAABAAAgAQAAEAEAAEABAAAIAQAAEAEAADABAAAgwQAAFEEAAAAAAAAAAAKABQAHgBeAKoA6gEcAVwBygIiAmACmgLkAzgDnARIBJ4E+gUIBi4GTAbEB04HlggYCFQIyAleCZIJ3AoUCogLDgtgC5oMSAykAAAAAQAAACYA0QAIAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAkAAAABAAAAAAACAAcAcgABAAAAAAADAAkAPAABAAAAAAAEAAkAhwABAAAAAAAFAAsAGwABAAAAAAAGAAkAVwABAAAAAAAKABoAogADAAEECQABABIACQADAAEECQACAA4AeQADAAEECQADABIARQADAAEECQAEABIAkAADAAEECQAFABYAJgADAAEECQAGABIAYAADAAEECQAKADQAvFJlZGFjdG9yWABSAGUAZABhAGMAdABvAHIAWFZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yWABSAGUAZABhAGMAdABvAHIAWFJlZGFjdG9yWABSAGUAZABhAGMAdABvAHIAWFJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yWABSAGUAZABhAGMAdABvAHIAWEZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format("truetype");font-weight:400;font-style:normal;font-display:block}
[class*=" rx-icon-"],[class^=rx-icon-]{font-family:RedactorX!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.rx-icon-paragraph:before{content:"\e91b"}
.rx-icon-outdent:before{content:"\e921"}
.rx-icon-sub:before{content:"\e90c"}
.rx-icon-sup:before{content:"\e920"}
.rx-icon-align-center:before{content:"\e900"}
.rx-icon-align-justify:before{content:"\e901"}
.rx-icon-align-left:before,.rx-icon-alignment:before{content:"\e902"}
.rx-icon-add:before{content:"\e903"}
.rx-icon-align-right:before{content:"\e904"}
.rx-icon-embed:before{content:"\e905"}
.rx-icon-file:before{content:"\e906"}
.rx-icon-duplicate:before{content:"\e907"}
.rx-icon-format:before{content:"\e908"}
.rx-icon-bold:before{content:"\e909"}
.rx-icon-code:before,.rx-icon-html:before,.rx-icon-pre:before{content:"\e90a"}
.rx-icon-deleted:before{content:"\e90b"}
.rx-icon-image:before{content:"\e90d"}
.rx-icon-indent:before{content:"\e90e"}
.rx-icon-italic:before{content:"\e90f"}
.rx-icon-kbd:before{content:"\e910"}
.rx-icon-line:before{content:"\e911"}
.rx-icon-link:before{content:"\e912"}
.rx-icon-list:before{content:"\e913"}
.rx-icon-mark:before{content:"\e914"}
.rx-icon-quote:before{content:"\e915"}
.rx-icon-redo:before{content:"\e916"}
.rx-icon-selector:before{content:"\e917"}
.rx-icon-shortcut:before{content:"\e918"}
.rx-icon-sort:before{content:"\e919"}
.rx-icon-table:before{content:"\e91a"}
.rx-icon-trash:before{content:"\e91c"}
.rx-icon-tune:before{content:"\e91d"}
.rx-icon-underline:before{content:"\e91e"}
.rx-icon-undo:before{content:"\e91f"}
.rx-button{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-decoration:none;background:0 0;outline:0;margin:0;padding:0;box-sizing:border-box;font-size:16px;line-height:1;cursor:pointer}
.rx-button:hover{text-decoration:none}
.rx-button-icon{display:inline-flex}
.rx-button-icon svg{display:inline-block}
.rx-button-icon{width:31px;height:30px;align-items:center;justify-content:center;border-radius:4px;border:1px solid transparent}
.rx-button-control{width:20px;color:rgba(0,11,29,.4)}
.rx-button-control:hover{color:#000b1d}
.rx-button-context,.rx-button-context:active,.rx-button-context:focus{width:36px;min-width:36px;height:34px;background-color:transparent;color:rgba(255,255,255,.85)}
.rx-button-context:first-child{padding-left:6px}
.rx-button-context:last-child{padding-right:6px}
.rx-button-context svg{fill:rgba(255,255,255,.85)}
.rx-button-context.active{background-color:rgba(255,255,255,.2);color:rgba(255,255,255,.85)}
.rx-button-context:hover{transition:all .2s linear;background-color:rgba(255,255,255,.3);color:#fff}
.rx-button-context:hover svg{fill:#fff}
.rx-button-context:hover .rx-button-icon{border-color:transparent}
.rx-button-toolbar{padding-top:1px;width:40px;min-width:40px;height:41px}
.rx-button-topbar{width:36px;height:40px;padding-top:1px}
.rx-button-toolbar,.rx-button-topbar{color:rgba(0,11,29,.8)}
.rx-button-toolbar svg,.rx-button-topbar svg{fill:rgba(0,11,29,.8)}
.rx-button-toolbar.active .rx-button-icon,.rx-button-topbar.active .rx-button-icon{border-color:#e4e8ed;background-color:rgba(228,232,237,.5)}
.rx-button-toolbar.toggled,.rx-button-topbar.toggled{background-color:#e4e8ed;color:#000b1d}
.rx-button-toolbar.toggled svg,.rx-button-topbar.toggled svg{fill:#000b1d}
.rx-button-toolbar.disable,.rx-button-toolbar.disable:hover,.rx-button-topbar.disable,.rx-button-topbar.disable:hover{cursor:default;background-color:transparent!important;color:rgba(0,11,29,.4)!important}
.rx-button-toolbar.disable svg,.rx-button-topbar.disable svg{fill:rgba(0,11,29,.4)!important}
.rx-button-toolbar.disable .rx-button-icon,.rx-button-topbar.disable .rx-button-icon{background-color:transparent!important;color:rgba(0,11,29,.4)!important}
.rx-button-toolbar:hover,.rx-button-topbar:hover{transition:all .2s linear;background-color:#e4e8ed;color:#000b1d}
.rx-button-toolbar:hover svg,.rx-button-topbar:hover svg{fill:#000b1d}
.rx-button-toolbar:hover .rx-button-icon,.rx-button-topbar:hover .rx-button-icon{border-color:transparent}
.rx-tooltip{position:absolute;z-index:99;margin:0;padding:4px 7px;border-radius:2px;line-height:1;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;color:rgba(255,255,255,.85);background-color:#000b1d}
.rx-statusbar{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;margin:0;padding:8px 10px;position:relative;overflow:hidden;background-color:#f5f5f6;box-sizing:border-box;border:none}
.rx-statusbar:empty{display:none}
.rx-statusbar-item{float:left;font-size:12px;padding:0 10px;margin:0;line-height:16px;color:rgba(0,11,29,.5);border-right:1px solid rgba(0,11,29,.1)}
.rx-statusbar-item:last-child{border-right-color:transparent}
.rx-statusbar-item a{color:rgba(0,11,29,.5);text-decoration:underline}
.rx-statusbar-item a:hover{color:#ff4f7f;text-decoration:underline}
.rx-panel{position:absolute;min-width:240px;max-height:300px;margin:0;padding:0;z-index:99;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;font-size:14px;overflow:auto;border-radius:4px;background-color:#000b1d}
.rx-panel-item{box-sizing:border-box;padding:4px;border-bottom:1px solid rgba(255,255,255,.07)}
.rx-panel-item a{display:block;border-radius:6px;padding:8px;line-height:1;text-decoration:none;color:#fff;background-color:transparent}
.rx-panel-item a:hover,.rx-panel-item.active a{color:#fff;background-color:#0058fb}
.rx-editor,.rx-editor [data-rx-type],.rx-editor a,.rx-editor figcaption,.rx-editor p,.rx-editor td,.rx-editor th{outline:0}
.rx-editor::after{content:"";clear:both;display:table}
.rx-editor [data-rx-type=embed],.rx-editor [data-rx-type=embed] a,.rx-editor [data-rx-type=image],.rx-editor [data-rx-type=image] a{cursor:pointer}
.rx-editor [data-rx-type=embed] figcaption,.rx-editor [data-rx-type=image] figcaption{cursor:text}
.rx-editor [data-rx-type=embed].rx-block-focus,.rx-editor [data-rx-type=image].rx-block-focus,.rx-editor [data-rx-type=layer].rx-block-focus,.rx-editor [data-rx-type=line].rx-block-focus{outline:3px solid rgba(0,88,251,.4)!important}
.rx-editor [data-rx-type].rx-block-meta-focus{outline:3px solid rgba(0,88,251,.4)!important}
.rx-editor [data-rx-type=text]{margin:0;line-height:1.5}
.rx-editor [data-rx-type=text]:empty{min-height:1.5em}
.rx-editor [data-rx-type=embed]{position:relative}
.rx-editor [data-rx-type=embed]:before{width:100%;height:100%;content:"";position:absolute;z-index:1}
.rx-editor [data-rx-type=embed] iframe{display:inline-block}
.rx-editor [data-rx-type=embed] figcaption{position:relative;top:0;z-index:2}
.rx-editor [data-placeholder]:empty:before{content:attr(data-placeholder);display:inline-block;color:rgba(0,11,29,.4);font-weight:400;font-style:italic;font-size:inherit;cursor:text;max-height:20px}
.rx-editor [data-placeholder]:empty:focus:before{content:""}
.rx-popup{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;border-radius:4px;background-color:#fff;box-shadow:0 14px 28px rgba(0,11,29,.25),0 10px 10px rgba(0,11,29,.1);position:absolute;top:0;left:0;z-index:100;margin-bottom:16px;overflow-x:auto}
.rx-popup-body{box-sizing:border-box;padding:0}
.rx-popup-body form{padding-bottom:16px}
.rx-popup-items{padding:8px}
.rx-popup-type-grid .rx-popup-items{display:flex;flex-wrap:wrap;padding:0;box-sizing:border-box}
.rx-popup-type-grid .rx-popup-item{box-sizing:border-box;border-radius:0;margin-bottom:-1px;width:32px;height:32px;line-height:32px;padding:0;text-align:center;justify-content:center;align-items:center;border:1px solid #d9dbdd;color:#000b1d;border-left-color:transparent;border-top-color:transparent}
.rx-popup-type-grid .rx-popup-item svg{width:16px;height:16px}
.rx-popup-header{font-size:14px;font-weight:700;color:#000b1d;padding:0 16px;position:relative}
.rx-popup-header:empty{display:none}
.rx-popup-header-box{white-space:nowrap}
.rx-popup-header-item{position:relative;display:inline-block;color:#000b1d;font-weight:700;padding-top:16px;padding-bottom:16px;margin-right:8px;padding-right:8px;text-decoration:none}
.rx-popup-header-item:after{content:"";position:absolute;right:0;top:18px;width:1px;height:16px;background-color:rgba(0,11,29,.2)}
.rx-popup-header-item:last-child{margin-right:0;padding-right:0}
.rx-popup-header-item:last-child:after{display:none}
.rx-popup-header-item-link{color:rgba(0,11,29,.6)}
.rx-popup-header-item-link:hover{color:#000b1d;text-decoration:underline}
.rx-popup-header-item-link.active{color:#000b1d;text-decoration:none;cursor:text}
.rx-popup-footer{overflow:hidden;box-sizing:border-box;margin-top:8px;padding:16px;padding-bottom:20px}
.rx-popup-footer .rx-form-button{margin-right:4px}
.rx-popup-footer:empty{display:none}
.rx-popup-item{font-size:14px;border-radius:4px;padding:10px 8px;display:flex;line-height:1;align-items:center;cursor:pointer;position:relative}
.rx-popup-item-container{width:92px;height:76px;padding:0;display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;vertical-align:middle}
.rx-popup-item-container .rx-popup-item-title{flex:none;font-size:12px;color:rgba(0,11,29,.6)}
.rx-popup-item-container .rx-popup-item-icon{font-size:16px;margin-bottom:10px;margin-right:0;line-height:1}
.rx-popup-item-container .rx-popup-item-icon svg{position:relative;top:2px}
.rx-popup-item-title{flex:1}
.rx-popup-item-icon{font-size:16px;margin-right:6px}
.rx-popup-item-shortcut{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:11px;color:rgba(0,11,29,.5);margin-left:auto;padding-top:1px;text-align:right}
.rx-popup-item-shortcut b{position:relative;top:2px;font-weight:400;font-size:14px}
.rx-popup-item-image{display:inline-block;max-width:38px!important;height:auto;padding:4px;border-radius:4px;background-color:#d9dbdd}
.rx-popup-item-image>img,.rx-popup-item-image>svg{max-width:30px!important;height:auto;display:inline-block}
.rx-popup-item-trash{font-size:14px;margin-left:auto;color:rgba(0,11,29,.7)}
.rx-popup-item-trash:hover{color:#000b1d}
.rx-popup-item-hidden{display:none}
.rx-popup-item:hover{background-color:#e4e8ed}
.rx-popup-item.active{background-color:rgba(0,88,251,.65);color:#fff}
.rx-popup-item.active span{background:0 0!important;color:#fff!important}
.rx-popup-item-divider-top{margin-top:9px}
.rx-popup-item-divider-top:before{top:-5px}
.rx-popup-item-divider-bottom{margin-bottom:9px}
.rx-popup-item-divider-bottom:before{bottom:-5px}
.rx-popup-item-divider-bottom:before,.rx-popup-item-divider-top:before{position:absolute;content:"";width:calc(100% - 8px);height:1px;left:4px;background-color:rgba(0,11,29,.07)}
.rx-popup-close{position:absolute!important;right:16px;top:14px;cursor:pointer;display:inline-block;vertical-align:middle;width:20px;height:20px;opacity:.5}
.rx-popup-close::after,.rx-popup-close::before{content:"";display:block;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);background-color:#000b1d}
.rx-popup-close::before{height:1px;width:75%}
.rx-popup-close::after{height:75%;width:1px}
.rx-popup-close:hover{opacity:1}
.rx-popup-list{list-style:none;margin:0;padding:16px 8px;padding-top:0}
.rx-popup-list li{cursor:pointer;display:flex;align-items:center;border-radius:4px;line-height:1;border-bottom:1px solid rgba(0,11,29,.07)}
.rx-popup-list li:last-child{border-bottom-color:transparent}
.rx-popup-list li:hover{background-color:#e4e8ed}
.rx-popup-list-item{text-decoration:none;flex:1;padding:7px 8px;font-size:14px;color:#000b1d}
.rx-popup-list-aside{font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:11px;color:rgba(0,11,29,.5);margin-left:auto;padding-left:4px}
.rx-popup.has-footer form,.rx-popup.has-form .rx-popup-header-item,.rx-popup.has-items .rx-popup-header-item{padding-bottom:0}
.rx-popup[dir=rtl] .rx-popup-close{right:auto;left:20px}
.rx-form-item{padding:16px 16px 0 16px}
.rx-form-item:empty{display:none}
.rx-form-image img,.rx-form-image svg{max-width:100%}
.rx-form-label{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:700;display:block;padding:0;margin:0;padding-bottom:6px;color:rgba(0,11,29,.65)}
.rx-form-container-flex{display:flex}
.rx-form-container-flex .rx-form-input,.rx-form-container-flex .rx-form-select{flex:auto}
.rx-form-container-flex .rx-form-button{margin-left:4px}
.rx-form-button-push-right{float:right}
.rx-form-button{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:700;outline:0;border-radius:4px;padding:8px 24px;min-height:38px;cursor:pointer;line-height:1.25;height:auto;background-color:#fff;border:1px solid #d9dbdd;color:rgba(0,11,29,.9)}
.rx-form-button:hover{color:rgba(0,11,29,.9);background-color:#f5f5f6}
.rx-form-button-primary{background-color:#000b1d;border:1px solid #000b1d;color:#fff}
.rx-form-button-primary:hover{color:#fff;background-color:#262f3f}
.rx-form-button-danger{background-color:#fff;border:1px solid #bf3d66;color:#bf3d66}
.rx-form-button-danger:hover{color:#bf3d66;background-color:#f5f5f6}
.rx-form-button-fullwidth{display:block;width:100%}
.rx-form-input,.rx-form-select,.rx-form-textarea{box-sizing:border-box;display:block;width:100%;vertical-align:middle;font-weight:400;padding:8px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;font-size:15px;outline:0;border-radius:4px;box-shadow:none;line-height:1.3;color:#000b1d;background-color:#f5f5f6;border:1px solid #d9dbdd}
.rx-form-input:focus,.rx-form-select:focus,.rx-form-textarea:focus{border-color:rgba(0,88,251,.5);box-shadow:0 1px 2px rgba(0,11,29,.13) inset,0 0 2px rgba(0,88,251,.4)}
.rx-form-textarea{resize:vertical;line-height:1.5}
.rx-form-select{font-size:15px;cursor:pointer;-webkit-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg height=\"10\" viewBox=\"0 0 9 10\" width=\"9\" xmlns=\"http://www.w3.org/2000/svg\"><path fill=\"rgba%280, 0, 0, .6%29\" d=\"m3.27162899.66658308.8-.70211699 4 3.51058495-.8.70211699-3.2-2.80846796-3.2 2.80846796-.8-.70211699zm0 8.59576602-3.2-2.80846795.8-.70211699 3.2 2.80846796 3.2-2.80846796.8.70211699-4 3.51058494z\" /></svg>");background-repeat:no-repeat;background-position:right .65em center;padding-right:28px;min-height:35px}
.rx-form-checkbox{box-sizing:border-box;vertical-align:middle;position:relative;bottom:-.1em;margin-top:0!important;margin-right:4px!important;margin-left:0!important;font-size:15px}
.rx-popup[dir=rtl] .rx-form-checkbox{margin-right:0!important;margin-left:4px!important}
.rx-form-checkbox-item span{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:400;color:#000b1d}
.rx-form-segment{display:flex;flex-wrap:wrap;background-color:#f0f1f1;border-radius:4px;padding:2px;gap:4px}
.rx-form-segment-item{border:1px solid transparent;font-size:16px;padding:8px 5px;margin:0;cursor:pointer;flex:auto;text-align:center;border-radius:4px;min-width:32px;color:rgba(0,11,29,.6)}
.rx-form-segment-item:hover{background-color:#fff;color:#000b1d}
.rx-form-segment-item.active{cursor:default;background-color:#fff;box-shadow:0 1px 3px rgba(0,11,29,.12),0 1px 2px rgba(0,11,29,.2);color:#000b1d}
.rx-form-upload-box{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0;margin-bottom:10px;border:2px dashed rgba(0,11,29,.12);background-color:#f5f5f6;border-radius:4px;min-width:160px;height:160px;cursor:pointer;position:relative}
.rx-form-upload-box input[type=file]{font-size:13px}
.rx-form-upload-box img{position:relative;z-index:2;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}
.rx-form-upload-box:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;width:100%;height:100%}
.rx-form-upload-box.rx-form-upload-hover{border-color:rgba(0,88,251,.35);background-color:rgba(0,88,251,.05)}
.rx-form-upload-box.rx-form-upload-error{border-color:rgba(255,79,127,.35);background-color:rgba(255,79,127,.05)}
.rx-upload-remove{position:absolute;z-index:3;top:-6px;right:-10px;background-color:#ff4f7f;color:#fff;opacity:1;width:20px;height:20px;text-align:center;border-radius:10px;font-size:14px;line-height:20px}
.rx-upload-remove:after{content:"×"}
.rx-upload-remove:hover{background-color:#000b1d}
.rx-form-upload-cover-off img{-o-object-fit:initial;object-fit:initial;height:auto;width:auto}
.rx-form-upload-placeholder{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;color:rgba(0,11,29,.5);font-size:12px;line-height:1.35;padding:0 8px;text-align:center}
.rx-form-upload-placeholder svg{fill:rgba(0,11,29,.5)}
.rx-popup-addbar .rx-popup-items{display:flex;flex-wrap:wrap;padding:4px}
.rx-popup-image .rx-popup-body,.rx-popup-stack-image .rx-popup-body{padding:16px;padding-top:0}
.rx-popup-image-section-or{margin:16px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,"Helvetica Neue",Arial,sans-serif;text-transform:uppercase;font-weight:700;text-align:center;font-size:12px;color:#000b1d}
.rx-popup-images-box{margin-top:12px}
.rx-popup-images-box img{vertical-align:top;max-width:100px;height:auto;cursor:pointer;margin-bottom:8px;margin-right:8px}
.rx-popup-images-box img:hover{outline:3px solid rgba(0,88,251,.5)}
.rx-form-item-edit-image-box{padding:20px;padding-bottom:0}
.rx-form-item-image{margin-right:8px}
.rx-form-item-image img{max-height:160px;width:auto}
.rx-popup-shortcut-item{border-radius:0;border-bottom:1px solid rgba(0,11,29,.08);cursor:text}
.rx-popup-shortcut-item:hover{background-color:transparent}
.rx-popup-shortcut-item:last-child{border-bottom-color:transparent}
.rx-popup-shortcut-title{font-size:14px;line-height:20px;color:#000b1d;margin-right:16px}
.rx-popup-shortcut-kbd{white-space:nowrap;line-height:20px;font-family:SFMono-Regular,Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:12px;padding:0;display:inline-block;color:rgba(0,11,29,.65);margin-left:auto;text-align:right}
.rx-popup-shortcut-kbd span{display:inline-block;border-radius:4px;padding-left:3px;padding-right:3px;color:rgba(0,11,29,.85);background-color:#f5f5f6}
.rx-popup-shortcut-kbd b{font-weight:400;font-size:18px;display:inline-block;line-height:12px;position:relative;top:3px}
/**
 * Include vendor css.
 *
 */
/* @import 'vendor.pcss'; */
.group:hover .group-hover\:\!opacity-100{opacity:1 !important}
html:not([data-bs-theme="dark"]) .light\:hidden{display:none}
.dark\:hidden:is([data-bs-theme="dark"] *){display:none}
@media not all and (min-width: 1200px){
.max-xl\:order-1{order:1}
.max-xl\:order-2{order:2}
.max-xl\:ml-12{margin-left:3rem}
.max-xl\:w-full{width:100%}
.max-xl\:flex-grow{flex-grow:1}
.max-xl\:justify-between{justify-content:space-between}}
@media not all and (min-width: 1050px){
.max-lg\:hidden{display:none}
.max-lg\:w-full{width:100%}
.max-lg\:flex-grow{flex-grow:1}
.max-lg\:flex-col{flex-direction:column}
.max-lg\:border{border-width:1px}}
@media not all and (min-width: 768px){
.max-md\:px-0{padding-left:0px;padding-right:0px}
.max-md\:pt-2{padding-top:0.5rem}}
@media not all and (min-width: 576px){
.max-sm\:hidden{display:none}}
@media not all and (min-width: 480px){
.max-xs\:w-full{width:100%}
.max-xs\:flex-col{flex-direction:column}}
@media (min-width: 576px){
.sm\:hidden{display:none}}
@media (min-width: 768px){
.md\:pl-0{padding-left:0px}
.md\:pr-0{padding-right:0px}}
@media (min-width: 1050px){
.lg\:ml-3{margin-left:0.75rem}
.lg\:hidden{display:none}
.lg\:items-start{align-items:flex-start}
.lg\:px-0{padding-left:0px;padding-right:0px}}
@media (min-width: 1200px){
.xl\:hidden{display:none}
.xl\:flex-row{flex-direction:row}
.xl\:items-start{align-items:flex-start}
.xl\:items-center{align-items:center}
.xl\:justify-end{justify-content:flex-end}}
@media (min-width: 1550px){
.\33xl\:order-3{order:3}
.\33xl\:\!hidden{display:none !important}
.\33xl\:hidden{display:none}
.\33xl\:w-\[400px\]{width:400px}
.\33xl\:w-auto{width:auto}
.\33xl\:flex-shrink-0{flex-shrink:0}
.\33xl\:flex-grow{flex-grow:1}
.\33xl\:flex-row{flex-direction:row}}

