   html,
   body {
       margin: 0;
       overflow-x: hidden !important;
       width: 100vw !important;
   }

   .tw-text-red-50 {
       color: #fef2f2;
   }

   .tw-text-red-100 {
       color: #fee2e2;
   }

   .tw-text-red-200 {
       color: #fecaca;
   }

   .tw-text-red-300 {
       color: #fca5a5;
   }

   .tw-text-red-400 {
       color: #f87171;
   }

   .tw-text-red-500 {
       color: #ef4444;
   }

   .tw-text-red-600 {
       color: #dc2626;
   }

   .tw-text-red-700 {
       color: #b91c1c;
   }

   .tw-text-red-800 {
       color: #991b1b;
   }

   .tw-text-red-900 {
       color: #7f1d1d;
   }

   .tw-text-red-950 {
       color: #450a0a;
   }

   .tw-text-orange-50 {
       color: #fff7ed;
   }

   .tw-text-orange-100 {
       color: #ffedd5;
   }

   .tw-text-orange-200 {
       color: #fed7aa;
   }

   .tw-text-orange-300 {
       color: #fdba74;
   }

   .tw-text-orange-400 {
       color: #fb923c;
   }

   .tw-text-orange-500 {
       color: #f97316;
   }

   .tw-text-orange-600 {
       color: #ea580c;
   }

   .tw-text-orange-700 {
       color: #c2410c;
   }

   .tw-text-orange-800 {
       color: #9a3412;
   }

   .tw-text-orange-900 {
       color: #7c2d12;
   }

   .tw-text-orange-950 {
       color: #431407;
   }

   .tw-text-amber-50 {
       color: #fffbeb;
   }

   .tw-text-amber-100 {
       color: #fef3c7;
   }

   .tw-text-amber-200 {
       color: #fde68a;
   }

   .tw-text-amber-300 {
       color: #fcd34d;
   }

   .tw-text-amber-400 {
       color: #fbbf24;
   }

   .tw-text-amber-500 {
       color: #f59e0b;
   }

   .tw-text-amber-600 {
       color: #d97706;
   }

   .tw-text-amber-700 {
       color: #b45309;
   }

   .tw-text-amber-800 {
       color: #92400e;
   }

   .tw-text-amber-900 {
       color: #78350f;
   }

   .tw-text-amber-950 {
       color: #451a03;
   }

   .tw-text-yellow-50 {
       color: #fefce8;
   }

   .tw-text-yellow-100 {
       color: #fef9c3;
   }

   .tw-text-yellow-200 {
       color: #fef08a;
   }

   .tw-text-yellow-300 {
       color: #fde047;
   }

   .tw-text-yellow-400 {
       color: #facc15;
   }

   .tw-text-yellow-500 {
       color: #eab308;
   }

   .tw-text-yellow-600 {
       color: #ca8a04;
   }

   .tw-text-yellow-700 {
       color: #a16207;
   }

   .tw-text-yellow-800 {
       color: #854d0e;
   }

   .tw-text-yellow-900 {
       color: #713f12;
   }

   .tw-text-yellow-950 {
       color: #422006;
   }

   .tw-text-lime-50 {
       color: #f7fee7;
   }

   .tw-text-lime-100 {
       color: #ecfccb;
   }

   .tw-text-lime-200 {
       color: #d9f99d;
   }

   .tw-text-lime-300 {
       color: #bef264;
   }

   .tw-text-lime-400 {
       color: #a3e635;
   }

   .tw-text-lime-500 {
       color: #84cc16;
   }

   .tw-text-lime-600 {
       color: #65a30d;
   }

   .tw-text-lime-700 {
       color: #4d7c0f;
   }

   .tw-text-lime-800 {
       color: #3f6212;
   }

   .tw-text-lime-900 {
       color: #365314;
   }

   .tw-text-lime-950 {
       color: #1a2e05;
   }

   .tw-text-green-50 {
       color: #f0fdf4;
   }

   .tw-text-green-100 {
       color: #dcfce7;
   }

   .tw-text-green-200 {
       color: #bbf7d0;
   }

   .tw-text-green-300 {
       color: #86efac;
   }

   .tw-text-green-400 {
       color: #4ade80;
   }

   .tw-text-green-500 {
       color: #22c55e;
   }

   .tw-text-green-600 {
       color: #16a34a;
   }

   .tw-text-green-700 {
       color: #15803d;
   }

   .tw-text-green-800 {
       color: #166534;
   }

   .tw-text-green-900 {
       color: #14532d;
   }

   .tw-text-green-950 {
       color: #052e16;
   }

   .tw-text-emerald-50 {
       color: #ecfdf5;
   }

   .tw-text-emerald-100 {
       color: #d1fae5;
   }

   .tw-text-emerald-200 {
       color: #a7f3d0;
   }

   .tw-text-emerald-300 {
       color: #6ee7b7;
   }

   .tw-text-emerald-400 {
       color: #34d399;
   }

   .tw-text-emerald-500 {
       color: #10b981;
   }

   .tw-text-emerald-600 {
       color: #059669;
   }

   .tw-text-emerald-700 {
       color: #047857;
   }

   .tw-text-emerald-800 {
       color: #065f46;
   }

   .tw-text-emerald-900 {
       color: #064e3b;
   }

   .tw-text-emerald-950 {
       color: #022c22;
   }

   .tw-text-teal-50 {
       color: #f0fdfa;
   }

   .tw-text-teal-100 {
       color: #ccfbf1;
   }

   .tw-text-teal-200 {
       color: #99f6e4;
   }

   .tw-text-teal-300 {
       color: #5eead4;
   }

   .tw-text-teal-400 {
       color: #2dd4bf;
   }

   .tw-text-teal-500 {
       color: #14b8a6;
   }

   .tw-text-teal-600 {
       color: #0d9488;
   }

   .tw-text-teal-700 {
       color: #0f766e;
   }

   .tw-text-teal-800 {
       color: #115e59;
   }

   .tw-text-teal-900 {
       color: #134e4a;
   }

   .tw-text-teal-950 {
       color: #042f2e;
   }

   .tw-text-cyan-50 {
       color: #ecfeff;
   }

   .tw-text-cyan-100 {
       color: #cffafe;
   }

   .tw-text-cyan-200 {
       color: #a5f3fc;
   }

   .tw-text-cyan-300 {
       color: #67e8f9;
   }

   .tw-text-cyan-400 {
       color: #22d3ee;
   }

   .tw-text-cyan-500 {
       color: #06b6d4;
   }

   .tw-text-cyan-600 {
       color: #0891b2;
   }

   .tw-text-cyan-700 {
       color: #0e7490;
   }

   .tw-text-cyan-800 {
       color: #155e75;
   }

   .tw-text-cyan-900 {
       color: #164e63;
   }

   .tw-text-cyan-950 {
       color: #083344;
   }

   .tw-text-sky-50 {
       color: #f0f9ff;
   }

   .tw-text-sky-100 {
       color: #e0f2fe;
   }

   .tw-text-sky-200 {
       color: #bae6fd;
   }

   .tw-text-sky-300 {
       color: #7dd3fc;
   }

   .tw-text-sky-400 {
       color: #38bdf8;
   }

   .tw-text-sky-500 {
       color: #0ea5e9;
   }

   .tw-text-sky-600 {
       color: #0284c7;
   }

   .tw-text-sky-700 {
       color: #0369a1;
   }

   .tw-text-sky-800 {
       color: #075985;
   }

   .tw-text-sky-900 {
       color: #0c4a6e;
   }

   .tw-text-sky-950 {
       color: #082f49;
   }

   .tw-text-blue-50 {
       color: #eff6ff;
   }

   .tw-text-blue-100 {
       color: #dbeafe;
   }

   .tw-text-blue-200 {
       color: #bfdbfe;
   }

   .tw-text-blue-300 {
       color: #93c5fd;
   }

   .tw-text-blue-400 {
       color: #60a5fa;
   }

   .tw-text-blue-500 {
       color: #3b82f6;
   }

   .tw-text-blue-600 {
       color: #2563eb;
   }

   .tw-text-blue-700 {
       color: #1d4ed8;
   }

   .tw-text-blue-800 {
       color: #1e40af;
   }

   .tw-text-blue-900 {
       color: #1e3a8a;
   }

   .tw-text-blue-950 {
       color: #172554;
   }

   .tw-text-indigo-50 {
       color: #eef2ff;
   }

   .tw-text-indigo-100 {
       color: #e0e7ff;
   }

   .tw-text-indigo-200 {
       color: #c7d2fe;
   }

   .tw-text-indigo-300 {
       color: #a5b4fc;
   }

   .tw-text-indigo-400 {
       color: #818cf8;
   }

   .tw-text-indigo-500 {
       color: #6366f1;
   }

   .tw-text-indigo-600 {
       color: #4f46e5;
   }

   .tw-text-indigo-700 {
       color: #4338ca;
   }

   .tw-text-indigo-800 {
       color: #3730a3;
   }

   .tw-text-indigo-900 {
       color: #312e81;
   }

   .tw-text-indigo-950 {
       color: #1e1b4b;
   }

   .tw-text-violet-50 {
       color: #f5f3ff;
   }

   .tw-text-violet-100 {
       color: #ede9fe;
   }

   .tw-text-violet-200 {
       color: #ddd6fe;
   }

   .tw-text-violet-300 {
       color: #c4b5fd;
   }

   .tw-text-violet-400 {
       color: #a78bfa;
   }

   .tw-text-violet-500 {
       color: #8b5cf6;
   }

   .tw-text-violet-600 {
       color: #7c3aed;
   }

   .tw-text-violet-700 {
       color: #6d28d9;
   }

   .tw-text-violet-800 {
       color: #5b21b6;
   }

   .tw-text-violet-900 {
       color: #4c1d95;
   }

   .tw-text-violet-950 {
       color: #2e1065;
   }

   .tw-text-purple-50 {
       color: #faf5ff;
   }

   .tw-text-purple-100 {
       color: #f3e8ff;
   }

   .tw-text-purple-200 {
       color: #e9d5ff;
   }

   .tw-text-purple-300 {
       color: #d8b4fe;
   }

   .tw-text-purple-400 {
       color: #c084fc;
   }

   .tw-text-purple-500 {
       color: #a855f7;
   }

   .tw-text-purple-600 {
       color: #9333ea;
   }

   .tw-text-purple-700 {
       color: #7e22ce;
   }

   .tw-text-purple-800 {
       color: #6b21a8;
   }

   .tw-text-purple-900 {
       color: #581c87;
   }

   .tw-text-purple-950 {
       color: #3b0764;
   }

   .tw-text-fuchsia-50 {
       color: #fdf4ff;
   }

   .tw-text-fuchsia-100 {
       color: #fae8ff;
   }

   .tw-text-fuchsia-200 {
       color: #f5d0fe;
   }

   .tw-text-fuchsia-300 {
       color: #f0abfc;
   }

   .tw-text-fuchsia-400 {
       color: #e879f9;
   }

   .tw-text-fuchsia-500 {
       color: #d946ef;
   }

   .tw-text-fuchsia-600 {
       color: #c026d3;
   }

   .tw-text-fuchsia-700 {
       color: #a21caf;
   }

   .tw-text-fuchsia-800 {
       color: #86198f;
   }

   .tw-text-fuchsia-900 {
       color: #701a75;
   }

   .tw-text-fuchsia-950 {
       color: #4a044e;
   }

   .tw-text-pink-50 {
       color: #fdf2f8;
   }

   .tw-text-pink-100 {
       color: #fce7f3;
   }

   .tw-text-pink-200 {
       color: #fbcfe8;
   }

   .tw-text-pink-300 {
       color: #f9a8d4;
   }

   .tw-text-pink-400 {
       color: #f472b6;
   }

   .tw-text-pink-500 {
       color: #ec4899;
   }

   .tw-text-pink-600 {
       color: #db2777;
   }

   .tw-text-pink-700 {
       color: #be185d;
   }

   .tw-text-pink-800 {
       color: #9d174d;
   }

   .tw-text-pink-900 {
       color: #831843;
   }

   .tw-text-pink-950 {
       color: #500724;
   }

   .tw-text-rose-50 {
       color: #fff1f2;
   }

   .tw-text-rose-100 {
       color: #ffe4e6;
   }

   .tw-text-rose-200 {
       color: #fecdd3;
   }

   .tw-text-rose-300 {
       color: #fda4af;
   }

   .tw-text-rose-400 {
       color: #fb7185;
   }

   .tw-text-rose-500 {
       color: #f43f5e;
   }

   .tw-text-rose-600 {
       color: #e11d48;
   }

   .tw-text-rose-700 {
       color: #be123c;
   }

   .tw-text-rose-800 {
       color: #9f1239;
   }

   .tw-text-rose-900 {
       color: #881337;
   }

   .tw-text-rose-950 {
       color: #4c0519;
   }

   .tw-text-slate-50 {
       color: #f8fafc;
   }

   .tw-text-slate-100 {
       color: #f1f5f9;
   }

   .tw-text-slate-200 {
       color: #e2e8f0;
   }

   .tw-text-slate-300 {
       color: #cbd5e1;
   }

   .tw-text-slate-400 {
       color: #94a3b8;
   }

   .tw-text-slate-500 {
       color: #64748b;
   }

   .tw-text-slate-600 {
       color: #475569;
   }

   .tw-text-slate-700 {
       color: #334155;
   }

   .tw-text-slate-800 {
       color: #1e293b;
   }

   .tw-text-slate-900 {
       color: #0f172a;
   }

   .tw-text-slate-950 {
       color: #020617;
   }

   .tw-text-gray-50 {
       color: #f9fafb;
   }

   .tw-text-gray-100 {
       color: #f3f4f6;
   }

   .tw-text-gray-200 {
       color: #e5e7eb;
   }

   .tw-text-gray-300 {
       color: #d1d5db;
   }

   .tw-text-gray-400 {
       color: #9ca3af;
   }

   .tw-text-gray-500 {
       color: #6b7280;
   }

   .tw-text-gray-600 {
       color: #4b5563;
   }

   .tw-text-gray-700 {
       color: #374151;
   }

   .tw-text-gray-800 {
       color: #1f2937;
   }

   .tw-text-gray-900 {
       color: #111827;
   }

   .tw-text-gray-950 {
       color: #030712;
   }

   .tw-text-zinc-50 {
       color: #fafafa;
   }

   .tw-text-zinc-100 {
       color: #f4f4f5;
   }

   .tw-text-zinc-200 {
       color: #e4e4e7;
   }

   .tw-text-zinc-300 {
       color: #d4d4d8;
   }

   .tw-text-zinc-400 {
       color: #a1a1aa;
   }

   .tw-text-zinc-500 {
       color: #71717a;
   }

   .tw-text-zinc-600 {
       color: #52525b;
   }

   .tw-text-zinc-700 {
       color: #3f3f46;
   }

   .tw-text-zinc-800 {
       color: #27272a;
   }

   .tw-text-zinc-900 {
       color: #18181b;
   }

   .tw-text-zinc-950 {
       color: #09090b;
   }

   .tw-text-neutral-50 {
       color: #fafafa;
   }

   .tw-text-neutral-100 {
       color: #f5f5f5;
   }

   .tw-text-neutral-200 {
       color: #e5e5f5;
   }

   .tw-text-neutral-300 {
       color: #d4d4d4;
   }

   .tw-text-neutral-400 {
       color: #a3a3a3;
   }

   .tw-text-neutral-500 {
       color: #737373;
   }

   .tw-text-neutral-600 {
       color: #525252;
   }

   .tw-text-neutral-700 {
       color: #404040;
   }

   .tw-text-neutral-800 {
       color: #262626;
   }

   .tw-text-neutral-900 {
       color: #171717;
   }

   .tw-text-neutral-950 {
       color: #0a0a0a;
   }

   .tw-text-stone-50 {
       color: #fafaf9;
   }

   .tw-text-stone-100 {
       color: #f5f5f4;
   }

   .tw-text-stone-200 {
       color: #e7e5e4;
   }

   .tw-text-stone-300 {
       color: #d6d3d1;
   }

   .tw-text-stone-400 {
       color: #a8a29e;
   }

   .tw-text-stone-500 {
       color: #78716c;
   }

   .tw-text-stone-600 {
       color: #57534e;
   }

   .tw-text-stone-700 {
       color: #44403c;
   }

   .tw-text-stone-800 {
       color: #292524;
   }

   .tw-text-stone-900 {
       color: #1c1917;
   }

   .tw-text-stone-950 {
       color: #0c0a09;
   }

   .tw-text-black {
       color: #000;
   }

   .tw-text-white {
       color: #fff;
   }

   .tw-bg-red-50 {
       background-color: #fef2f2;
   }

   .tw-bg-red-100 {
       background-color: #fee2e2;
   }

   .tw-bg-red-200 {
       background-color: #fecaca;
   }

   .tw-bg-red-300 {
       background-color: #fca5a5;
   }

   .tw-bg-red-400 {
       background-color: #f87171;
   }

   .tw-bg-red-500 {
       background-color: #ef4444;
   }

   .tw-bg-red-600 {
       background-color: #dc2626;
   }

   .tw-bg-red-700 {
       background-color: #b91c1c;
   }

   .tw-bg-red-800 {
       background-color: #991b1b;
   }

   .tw-bg-red-900 {
       background-color: #7f1d1d;
   }

   .tw-bg-red-950 {
       background-color: #450a0a;
   }

   .tw-bg-orange-50 {
       background-color: #fff7ed;
   }

   .tw-bg-orange-100 {
       background-color: #ffedd5;
   }

   .tw-bg-orange-200 {
       background-color: #fed7aa;
   }

   .tw-bg-orange-300 {
       background-color: #fdba74;
   }

   .tw-bg-orange-400 {
       background-color: #fb923c;
   }

   .tw-bg-orange-500 {
       background-color: #f97316;
   }

   .tw-bg-orange-600 {
       background-color: #ea580c;
   }

   .tw-bg-orange-700 {
       background-color: #c2410c;
   }

   .tw-bg-orange-800 {
       background-color: #9a3412;
   }

   .tw-bg-orange-900 {
       background-color: #7c2d12;
   }

   .tw-bg-orange-950 {
       background-color: #431407;
   }

   .tw-bg-amber-50 {
       background-color: #fffbeb;
   }

   .tw-bg-amber-100 {
       background-color: #fef3c7;
   }

   .tw-bg-amber-200 {
       background-color: #fde68a;
   }

   .tw-bg-amber-300 {
       background-color: #fcd34d;
   }

   .tw-bg-amber-400 {
       background-color: #fbbf24;
   }

   .tw-bg-amber-500 {
       background-color: #f59e0b;
   }

   .tw-bg-amber-600 {
       background-color: #d97706;
   }

   .tw-bg-amber-700 {
       background-color: #b45309;
   }

   .tw-bg-amber-800 {
       background-color: #92400e;
   }

   .tw-bg-amber-900 {
       background-color: #78350f;
   }

   .tw-bg-amber-950 {
       background-color: #451a03;
   }

   .tw-bg-yellow-50 {
       background-color: #fefce8;
   }

   .tw-bg-yellow-100 {
       background-color: #fef9c3;
   }

   .tw-bg-yellow-200 {
       background-color: #fef08a;
   }

   .tw-bg-yellow-300 {
       background-color: #fde047;
   }

   .tw-bg-yellow-400 {
       background-color: #facc15;
   }

   .tw-bg-yellow-500 {
       background-color: #eab308;
   }

   .tw-bg-yellow-600 {
       background-color: #ca8a04;
   }

   .tw-bg-yellow-700 {
       background-color: #a16207;
   }

   .tw-bg-yellow-800 {
       background-color: #854d0e;
   }

   .tw-bg-yellow-900 {
       background-color: #713f12;
   }

   .tw-bg-yellow-950 {
       background-color: #422006;
   }

   .tw-bg-lime-50 {
       background-color: #f7fee7;
   }

   .tw-bg-lime-100 {
       background-color: #ecfccb;
   }

   .tw-bg-lime-200 {
       background-color: #d9f99d;
   }

   .tw-bg-lime-300 {
       background-color: #bef264;
   }

   .tw-bg-lime-400 {
       background-color: #a3e635;
   }

   .tw-bg-lime-500 {
       background-color: #84cc16;
   }

   .tw-bg-lime-600 {
       background-color: #65a30d;
   }

   .tw-bg-lime-700 {
       background-color: #4d7c0f;
   }

   .tw-bg-lime-800 {
       background-color: #3f6212;
   }

   .tw-bg-lime-900 {
       background-color: #365314;
   }

   .tw-bg-lime-950 {
       background-color: #1a2e05;
   }

   .tw-bg-green-50 {
       background-color: #f0fdf4;
   }

   .tw-bg-green-100 {
       background-color: #dcfce7;
   }

   .tw-bg-green-200 {
       background-color: #bbf7d0;
   }

   .tw-bg-green-300 {
       background-color: #86efac;
   }

   .tw-bg-green-400 {
       background-color: #4ade80;
   }

   .tw-bg-green-500 {
       background-color: #22c55e;
   }

   .tw-bg-green-600 {
       background-color: #16a34a;
   }

   .tw-bg-green-700 {
       background-color: #15803d;
   }

   .tw-bg-green-800 {
       background-color: #166534;
   }

   .tw-bg-green-900 {
       background-color: #14532d;
   }

   .tw-bg-green-950 {
       background-color: #052e16;
   }

   .tw-bg-emerald-50 {
       background-color: #ecfdf5;
   }

   .tw-bg-emerald-100 {
       background-color: #d1fae5;
   }

   .tw-bg-emerald-200 {
       background-color: #a7f3d0;
   }

   .tw-bg-emerald-300 {
       background-color: #6ee7b7;
   }

   .tw-bg-emerald-400 {
       background-color: #34d399;
   }

   .tw-bg-emerald-500 {
       background-color: #10b981;
   }

   .tw-bg-emerald-600 {
       background-color: #059669;
   }

   .tw-bg-emerald-700 {
       background-color: #047857;
   }

   .tw-bg-emerald-800 {
       background-color: #065f46;
   }

   .tw-bg-emerald-900 {
       background-color: #064e3b;
   }

   .tw-bg-emerald-950 {
       background-color: #022c22;
   }

   .tw-bg-teal-50 {
       background-color: #f0fdfa;
   }

   .tw-bg-teal-100 {
       background-color: #ccfbf1;
   }

   .tw-bg-teal-200 {
       background-color: #99f6e4;
   }

   .tw-bg-teal-300 {
       background-color: #5eead4;
   }

   .tw-bg-teal-400 {
       background-color: #2dd4bf;
   }

   .tw-bg-teal-500 {
       background-color: #14b8a6;
   }

   .tw-bg-teal-600 {
       background-color: #0d9488;
   }

   .tw-bg-teal-700 {
       background-color: #0f766e;
   }

   .tw-bg-teal-800 {
       background-color: #115e59;
   }

   .tw-bg-teal-900 {
       background-color: #134e4a;
   }

   .tw-bg-teal-950 {
       background-color: #042f2e;
   }

   .tw-bg-cyan-50 {
       background-color: #ecfeff;
   }

   .tw-bg-cyan-100 {
       background-color: #cffafe;
   }

   .tw-bg-cyan-200 {
       background-color: #a5f3fc;
   }

   .tw-bg-cyan-300 {
       background-color: #67e8f9;
   }

   .tw-bg-cyan-400 {
       background-color: #22d3ee;
   }

   .tw-bg-cyan-500 {
       background-color: #06b6d4;
   }

   .tw-bg-cyan-600 {
       background-color: #0891b2;
   }

   .tw-bg-cyan-700 {
       background-color: #0e7490;
   }

   .tw-bg-cyan-800 {
       background-color: #155e75;
   }

   .tw-bg-cyan-900 {
       background-color: #164e63;
   }

   .tw-bg-cyan-950 {
       background-color: #083344;
   }

   .tw-bg-sky-50 {
       background-color: #f0f9ff;
   }

   .tw-bg-sky-100 {
       background-color: #e0f2fe;
   }

   .tw-bg-sky-200 {
       background-color: #bae6fd;
   }

   .tw-bg-sky-300 {
       background-color: #7dd3fc;
   }

   .tw-bg-sky-400 {
       background-color: #38bdf8;
   }

   .tw-bg-sky-500 {
       background-color: #0ea5e9;
   }

   .tw-bg-sky-600 {
       background-color: #0284c7;
   }

   .tw-bg-sky-700 {
       background-color: #0369a1;
   }

   .tw-bg-sky-800 {
       background-color: #075985;
   }

   .tw-bg-sky-900 {
       background-color: #0c4a6e;
   }

   .tw-bg-sky-950 {
       background-color: #082f49;
   }

   .tw-bg-blue-50 {
       background-color: #eff6ff;
   }

   .tw-bg-blue-100 {
       background-color: #dbeafe;
   }

   .tw-bg-blue-200 {
       background-color: #bfdbfe;
   }

   .tw-bg-blue-300 {
       background-color: #93c5fd;
   }

   .tw-bg-blue-400 {
       background-color: #60a5fa;
   }

   .tw-bg-blue-500 {
       background-color: #3b82f6;
   }

   .tw-bg-blue-600 {
       background-color: #2563eb;
   }

   .tw-bg-blue-700 {
       background-color: #1d4ed8;
   }

   .tw-bg-blue-800 {
       background-color: #1e40af;
   }

   .tw-bg-blue-900 {
       background-color: #1e3a8a;
   }

   .tw-bg-blue-950 {
       background-color: #172554;
   }

   .tw-bg-indigo-50 {
       background-color: #eef2ff;
   }

   .tw-bg-indigo-100 {
       background-color: #e0e7ff;
   }

   .tw-bg-indigo-200 {
       background-color: #c7d2fe;
   }

   .tw-bg-indigo-300 {
       background-color: #a5b4fc;
   }

   .tw-bg-indigo-400 {
       background-color: #818cf8;
   }

   .tw-bg-indigo-500 {
       background-color: #6366f1;
   }

   .tw-bg-indigo-600 {
       background-color: #4f46e5;
   }

   .tw-bg-indigo-700 {
       background-color: #4338ca;
   }

   .tw-bg-indigo-800 {
       background-color: #3730a3;
   }

   .tw-bg-indigo-900 {
       background-color: #312e81;
   }

   .tw-bg-indigo-950 {
       background-color: #1e1b4b;
   }

   .tw-bg-violet-50 {
       background-color: #f5f3ff;
   }

   .tw-bg-violet-100 {
       background-color: #ede9fe;
   }

   .tw-bg-violet-200 {
       background-color: #ddd6fe;
   }

   .tw-bg-violet-300 {
       background-color: #c4b5fd;
   }

   .tw-bg-violet-400 {
       background-color: #a78bfa;
   }

   .tw-bg-violet-500 {
       background-color: #8b5cf6;
   }

   .tw-bg-violet-600 {
       background-color: #7c3aed;
   }

   .tw-bg-violet-700 {
       background-color: #6d28d9;
   }

   .tw-bg-violet-800 {
       background-color: #5b21b6;
   }

   .tw-bg-violet-900 {
       background-color: #4c1d95;
   }

   .tw-bg-violet-950 {
       background-color: #2e1065;
   }

   .tw-bg-purple-50 {
       background-color: #faf5ff;
   }

   .tw-bg-purple-100 {
       background-color: #f3e8ff;
   }

   .tw-bg-purple-200 {
       background-color: #e9d5ff;
   }

   .tw-bg-purple-300 {
       background-color: #d8b4fe;
   }

   .tw-bg-purple-400 {
       background-color: #c084fc;
   }

   .tw-bg-purple-500 {
       background-color: #a855f7;
   }

   .tw-bg-purple-600 {
       background-color: #9333ea;
   }

   .tw-bg-purple-700 {
       background-color: #7e22ce;
   }

   .tw-bg-purple-800 {
       background-color: #6b21a8;
   }

   .tw-bg-purple-900 {
       background-color: #581c87;
   }

   .tw-bg-purple-950 {
       background-color: #3b0764;
   }

   .tw-bg-fuchsia-50 {
       background-color: #fdf4ff;
   }

   .tw-bg-fuchsia-100 {
       background-color: #fae8ff;
   }

   .tw-bg-fuchsia-200 {
       background-color: #f5d0fe;
   }

   .tw-bg-fuchsia-300 {
       background-color: #f0abfc;
   }

   .tw-bg-fuchsia-400 {
       background-color: #e879f9;
   }

   .tw-bg-fuchsia-500 {
       background-color: #d946ef;
   }

   .tw-bg-fuchsia-600 {
       background-color: #c026d3;
   }

   .tw-bg-fuchsia-700 {
       background-color: #a21caf;
   }

   .tw-bg-fuchsia-800 {
       background-color: #86198f;
   }

   .tw-bg-fuchsia-900 {
       background-color: #701a75;
   }

   .tw-bg-fuchsia-950 {
       background-color: #4a044e;
   }

   .tw-bg-pink-50 {
       background-color: #fdf2f8;
   }

   .tw-bg-pink-100 {
       background-color: #fce7f3;
   }

   .tw-bg-pink-200 {
       background-color: #fbcfe8;
   }

   .tw-bg-pink-300 {
       background-color: #f9a8d4;
   }

   .tw-bg-pink-400 {
       background-color: #f472b6;
   }

   .tw-bg-pink-500 {
       background-color: #ec4899;
   }

   .tw-bg-pink-600 {
       background-color: #db2777;
   }

   .tw-bg-pink-700 {
       background-color: #be185d;
   }

   .tw-bg-pink-800 {
       background-color: #9d174d;
   }

   .tw-bg-pink-900 {
       background-color: #831843;
   }

   .tw-bg-pink-950 {
       background-color: #500724;
   }

   .tw-bg-rose-50 {
       background-color: #fff1f2;
   }

   .tw-bg-rose-100 {
       background-color: #ffe4e6;
   }

   .tw-bg-rose-200 {
       background-color: #fecdd3;
   }

   .tw-bg-rose-300 {
       background-color: #fda4af;
   }

   .tw-bg-rose-400 {
       background-color: #fb7185;
   }

   .tw-bg-rose-500 {
       background-color: #f43f5e;
   }

   .tw-bg-rose-600 {
       background-color: #e11d48;
   }

   .tw-bg-rose-700 {
       background-color: #be123c;
   }

   .tw-bg-rose-800 {
       background-color: #9f1239;
   }

   .tw-bg-rose-900 {
       background-color: #881337;
   }

   .tw-bg-rose-950 {
       background-color: #4c0519;
   }

   .tw-bg-slate-50 {
       background-color: #f8fafc;
   }

   .tw-bg-slate-100 {
       background-color: #f1f5f9;
   }

   .tw-bg-slate-200 {
       background-color: #e2e8f0;
   }

   .tw-bg-slate-300 {
       background-color: #cbd5e1;
   }

   .tw-bg-slate-400 {
       background-color: #94a3b8;
   }

   .tw-bg-slate-500 {
       background-color: #64748b;
   }

   .tw-bg-slate-600 {
       background-color: #475569;
   }

   .tw-bg-slate-700 {
       background-color: #334155;
   }

   .tw-bg-slate-800 {
       background-color: #1e293b;
   }

   .tw-bg-slate-900 {
       background-color: #0f172a;
   }

   .tw-bg-slate-950 {
       background-color: #020617;
   }

   .tw-bg-gray-50 {
       background-color: #f9fafb;
   }

   .tw-bg-gray-100 {
       background-color: #f3f4f6;
   }

   .tw-bg-gray-200 {
       background-color: #e5e7eb;
   }

   .tw-bg-gray-300 {
       background-color: #d1d5db;
   }

   .tw-bg-gray-400 {
       background-color: #9ca3af;
   }

   .tw-bg-gray-500 {
       background-color: #6b7280;
   }

   .tw-bg-gray-600 {
       background-color: #4b5563;
   }

   .tw-bg-gray-700 {
       background-color: #374151;
   }

   .tw-bg-gray-800 {
       background-color: #1f2937;
   }

   .tw-bg-gray-900 {
       background-color: #111827;
   }

   .tw-bg-gray-950 {
       background-color: #030712;
   }

   .tw-bg-zinc-50 {
       background-color: #fafafa;
   }

   .tw-bg-zinc-100 {
       background-color: #f4f4f5;
   }

   .tw-bg-zinc-200 {
       background-color: #e4e4e7;
   }

   .tw-bg-zinc-300 {
       background-color: #d4d4d8;
   }

   .tw-bg-zinc-400 {
       background-color: #a1a1aa;
   }

   .tw-bg-zinc-500 {
       background-color: #71717a;
   }

   .tw-bg-zinc-600 {
       background-color: #52525b;
   }

   .tw-bg-zinc-700 {
       background-color: #3f3f46;
   }

   .tw-bg-zinc-800 {
       background-color: #27272a;
   }

   .tw-bg-zinc-900 {
       background-color: #18181b;
   }

   .tw-bg-zinc-950 {
       background-color: #09090b;
   }

   .tw-bg-neutral-50 {
       background-color: #fafafa;
   }

   .tw-bg-neutral-100 {
       background-color: #f5f5f5;
   }

   .tw-bg-neutral-200 {
       background-color: #e5e5f5;
   }

   .tw-bg-neutral-300 {
       background-color: #d4d4d4;
   }

   .tw-bg-neutral-400 {
       background-color: #a3a3a3;
   }

   .tw-bg-neutral-500 {
       background-color: #737373;
   }

   .tw-bg-neutral-600 {
       background-color: #525252;
   }

   .tw-bg-neutral-700 {
       background-color: #404040;
   }

   .tw-bg-neutral-800 {
       background-color: #262626;
   }

   .tw-bg-neutral-900 {
       background-color: #171717;
   }

   .tw-bg-neutral-950 {
       background-color: #0a0a0a;
   }

   .tw-bg-stone-50 {
       background-color: #fafaf9;
   }

   .tw-bg-stone-100 {
       background-color: #f5f5f4;
   }

   .tw-bg-stone-200 {
       background-color: #e7e5e4;
   }

   .tw-bg-stone-300 {
       background-color: #d6d3d1;
   }

   .tw-bg-stone-400 {
       background-color: #a8a29e;
   }

   .tw-bg-stone-500 {
       background-color: #78716c;
   }

   .tw-bg-stone-600 {
       background-color: #57534e;
   }

   .tw-bg-stone-700 {
       background-color: #44403c;
   }

   .tw-bg-stone-800 {
       background-color: #292524;
   }

   .tw-bg-stone-900 {
       background-color: #1c1917;
   }

   .tw-bg-stone-950 {
       background-color: #0c0a09;
   }

   .tw-bg-black {
       background-color: #000;
   }

   .tw-bg-white {
       background-color: #fff;
   }



   ul.dropdown-menu.dropdown-menu-dark {
       padding-top: 0px;
       margin-top: 0px;
   }

   #homePageMenu ul {
       background-color: #343a40;
       padding: 0.5rem;
       border-radius: 0.25rem;
   }

   .icon-48 {
       width: 48px;
       height: 48px;
       display: inline-flex;
       transition: color .4s, background-color .4s;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
   }

   .icon-32 {
       width: 32px;
       height: 32px;
       display: inline-block;
       transition: color .4s, background-color .4s;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
   }

   .icon-24 {
       width: 24px;
       height: 24px;
       display: inline-block;
       transition: color .4s, background-color .4s;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
   }

   .icon-20 {
       width: 20px;
       height: 20px;
       display: inline-block;
       transition: color .4s, background-color .4s;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
   }

   .icon+span,
   span+.icon {
       margin-left: 0.25rem;
   }

   .card-body .video-title {
       display: inline-block;
       position: relative;
       top: -30px;
       /* background-color: #f53939; */
       padding: 6px 8px;
       border-radius: 0px 6px 6px 0px;
       text-align: center;
       left: -25px;
   }

   .filepond--panel-root {
       border-radius: 0.5em;
       background-color: #f9fafb !important;
       border: 1px dashed #dee2e6;
   }

   .file-upload-logo {
       margin-top: 20px;
   }
