/* https://tailscan.com/tailwind/backgrounds/background-color-class */
/* extract js:

var t = [];
document.querySelectorAll(`.flex.items-center.gap-2`).forEach(e => {
    c = e.innerHTML.split('background-color: ')[1];
    if (c == undefined) return;
    c = c.split('">')[0];
    t.push(`${e.innerText}: ${c}`);
});
t.join(`\n`);
*/
.bg-img-2 {
	background-color: rgb(71, 85, 105, 0.2);
}

.fg-black {
	color: rgb(0, 0, 0);
}

.bg-black {
	background-color: rgb(0, 0, 0, 0.1);
}

.fg-white {
	color: rgb(255, 255, 255);
}

.bg-white {
	background-color: rgb(255, 255, 255, 0.1);
}

.fg-slate-50 {
	color: rgb(248, 250, 252);
}

.bg-slate-50 {
	background-color: rgb(248, 250, 252, 0.1);
}

.fg-slate-100 {
	color: rgb(241, 245, 249);
}

.bg-slate-100 {
	background-color: rgb(241, 245, 249, 0.1);
}

.fg-slate-200 {
	color: rgb(226, 232, 240);
}

.bg-slate-200 {
	background-color: rgb(226, 232, 240, 0.1);
}

.fg-slate-300 {
	color: rgb(203, 213, 225);
}

.bg-slate-300 {
	background-color: rgb(203, 213, 225, 0.1);
}

.fg-slate-400 {
	color: rgb(148, 163, 184);
}

.bg-slate-400 {
	background-color: rgb(148, 163, 184, 0.1);
}

.fg-slate-500 {
	color: rgb(100, 116, 139);
}

.bg-slate-500 {
	background-color: rgb(100, 116, 139, 0.1);
}

.fg-slate-600 {
	color: rgb(71, 85, 105);
}

.bg-slate-600 {
	background-color: rgb(71, 85, 105, 0.1);
}

.fg-slate-700 {
	color: rgb(51, 65, 85);
}

.bg-slate-700 {
	background-color: rgb(51, 65, 85, 0.1);
}

.fg-slate-800 {
	color: rgb(30, 41, 59);
}

.bg-slate-800 {
	background-color: rgb(30, 41, 59, 0.1);
}

.fg-slate-900 {
	color: rgb(15, 23, 42);
}

.bg-slate-900 {
	background-color: rgb(15, 23, 42, 0.1);
}

.fg-slate-950 {
	color: rgb(2, 6, 23);
}

.bg-slate-950 {
	background-color: rgb(2, 6, 23, 0.1);
}

.fg-gray-50 {
	color: rgb(249, 250, 251);
}

.bg-gray-50 {
	background-color: rgb(249, 250, 251, 0.1);
}

.fg-gray-100 {
	color: rgb(243, 244, 246);
}

.bg-gray-100 {
	background-color: rgb(243, 244, 246, 0.1);
}

.fg-gray-200 {
	color: rgb(229, 231, 235);
}

.bg-gray-200 {
	background-color: rgb(229, 231, 235, 0.1);
}

.fg-gray-300 {
	color: rgb(209, 213, 219);
}

.bg-gray-300 {
	background-color: rgb(209, 213, 219, 0.1);
}

.fg-gray-400 {
	color: rgb(156, 163, 175);
}

.bg-gray-400 {
	background-color: rgb(156, 163, 175, 0.1);
}

.fg-gray-500 {
	color: rgb(107, 114, 128);
}

.bg-gray-500 {
	background-color: rgb(107, 114, 128, 0.1);
}

.fg-gray-600 {
	color: rgb(75, 85, 99);
}

.bg-gray-600 {
	background-color: rgb(75, 85, 99, 0.1);
}

.fg-gray-700 {
	color: rgb(55, 65, 81);
}

.bg-gray-700 {
	background-color: rgb(55, 65, 81, 0.1);
}

.fg-gray-800 {
	color: rgb(31, 41, 55);
}

.bg-gray-800 {
	background-color: rgb(31, 41, 55, 0.1);
}

.fg-gray-900 {
	color: rgb(17, 24, 39);
}

.bg-gray-900 {
	background-color: rgb(17, 24, 39, 0.1);
}

.fg-gray-950 {
	color: rgb(3, 7, 18);
}

.bg-gray-950 {
	background-color: rgb(3, 7, 18, 0.1);
}

.fg-zinc-50 {
	color: rgb(250, 250, 250);
}

.bg-zinc-50 {
	background-color: rgb(250, 250, 250, 0.1);
}

.fg-zinc-100 {
	color: rgb(244, 244, 245);
}

.bg-zinc-100 {
	background-color: rgb(244, 244, 245, 0.1);
}

.fg-zinc-200 {
	color: rgb(228, 228, 231);
}

.bg-zinc-200 {
	background-color: rgb(228, 228, 231, 0.1);
}

.fg-zinc-300 {
	color: rgb(212, 212, 216);
}

.bg-zinc-300 {
	background-color: rgb(212, 212, 216, 0.1);
}

.fg-zinc-400 {
	color: rgb(161, 161, 170);
}

.bg-zinc-400 {
	background-color: rgb(161, 161, 170, 0.1);
}

.fg-zinc-500 {
	color: rgb(113, 113, 122);
}

.bg-zinc-500 {
	background-color: rgb(113, 113, 122, 0.1);
}

.fg-zinc-600 {
	color: rgb(82, 82, 91);
}

.bg-zinc-600 {
	background-color: rgb(82, 82, 91, 0.1);
}

.fg-zinc-700 {
	color: rgb(63, 63, 70);
}

.bg-zinc-700 {
	background-color: rgb(63, 63, 70, 0.1);
}

.fg-zinc-800 {
	color: rgb(39, 39, 42);
}

.bg-zinc-800 {
	background-color: rgb(39, 39, 42, 0.1);
}

.fg-zinc-900 {
	color: rgb(24, 24, 27);
}

.bg-zinc-900 {
	background-color: rgb(24, 24, 27, 0.1);
}

.fg-zinc-950 {
	color: rgb(9, 9, 11);
}

.bg-zinc-950 {
	background-color: rgb(9, 9, 11, 0.1);
}

.fg-neutral-50 {
	color: rgb(250, 250, 250);
}

.bg-neutral-50 {
	background-color: rgb(250, 250, 250, 0.1);
}

.fg-neutral-100 {
	color: rgb(245, 245, 245);
}

.bg-neutral-100 {
	background-color: rgb(245, 245, 245, 0.1);
}

.fg-neutral-200 {
	color: rgb(229, 229, 229);
}

.bg-neutral-200 {
	background-color: rgb(229, 229, 229, 0.1);
}

.fg-neutral-300 {
	color: rgb(212, 212, 212);
}

.bg-neutral-300 {
	background-color: rgb(212, 212, 212, 0.1);
}

.fg-neutral-400 {
	color: rgb(163, 163, 163);
}

.bg-neutral-400 {
	background-color: rgb(163, 163, 163, 0.1);
}

.fg-neutral-500 {
	color: rgb(115, 115, 115);
}

.bg-neutral-500 {
	background-color: rgb(115, 115, 115, 0.1);
}

.fg-neutral-600 {
	color: rgb(82, 82, 82);
}

.bg-neutral-600 {
	background-color: rgb(82, 82, 82, 0.1);
}

.fg-neutral-700 {
	color: rgb(64, 64, 64);
}

.bg-neutral-700 {
	background-color: rgb(64, 64, 64, 0.1);
}

.fg-neutral-800 {
	color: rgb(38, 38, 38);
}

.bg-neutral-800 {
	background-color: rgb(38, 38, 38, 0.1);
}

.fg-neutral-900 {
	color: rgb(23, 23, 23);
}

.bg-neutral-900 {
	background-color: rgb(23, 23, 23, 0.1);
}

.fg-neutral-950 {
	color: rgb(10, 10, 10);
}

.bg-neutral-950 {
	background-color: rgb(10, 10, 10, 0.1);
}

.fg-stone-50 {
	color: rgb(250, 250, 249);
}

.bg-stone-50 {
	background-color: rgb(250, 250, 249, 0.1);
}

.fg-stone-100 {
	color: rgb(245, 245, 244);
}

.bg-stone-100 {
	background-color: rgb(245, 245, 244, 0.1);
}

.fg-stone-200 {
	color: rgb(231, 229, 228);
}

.bg-stone-200 {
	background-color: rgb(231, 229, 228, 0.1);
}

.fg-stone-300 {
	color: rgb(214, 211, 209);
}

.bg-stone-300 {
	background-color: rgb(214, 211, 209, 0.1);
}

.fg-stone-400 {
	color: rgb(168, 162, 158);
}

.bg-stone-400 {
	background-color: rgb(168, 162, 158, 0.1);
}

.fg-stone-500 {
	color: rgb(120, 113, 108);
}

.bg-stone-500 {
	background-color: rgb(120, 113, 108, 0.1);
}

.fg-stone-600 {
	color: rgb(87, 83, 78);
}

.bg-stone-600 {
	background-color: rgb(87, 83, 78, 0.1);
}

.fg-stone-700 {
	color: rgb(68, 64, 60);
}

.bg-stone-700 {
	background-color: rgb(68, 64, 60, 0.1);
}

.fg-stone-800 {
	color: rgb(41, 37, 36);
}

.bg-stone-800 {
	background-color: rgb(41, 37, 36, 0.1);
}

.fg-stone-900 {
	color: rgb(28, 25, 23);
}

.bg-stone-900 {
	background-color: rgb(28, 25, 23, 0.1);
}

.fg-stone-950 {
	color: rgb(12, 10, 9);
}

.bg-stone-950 {
	background-color: rgb(12, 10, 9, 0.1);
}

.fg-red-50 {
	color: rgb(254, 242, 242);
}

.bg-red-50 {
	background-color: rgb(254, 242, 242, 0.1);
}

.fg-red-100 {
	color: rgb(254, 226, 226);
}

.bg-red-100 {
	background-color: rgb(254, 226, 226, 0.1);
}

.fg-red-200 {
	color: rgb(254, 202, 202);
}

.bg-red-200 {
	background-color: rgb(254, 202, 202, 0.1);
}

.fg-red-300 {
	color: rgb(252, 165, 165);
}

.bg-red-300 {
	background-color: rgb(252, 165, 165, 0.1);
}

.fg-red-400 {
	color: rgb(248, 113, 113);
}

.bg-red-400 {
	background-color: rgb(248, 113, 113, 0.1);
}

.fg-red-500 {
	color: rgb(239, 68, 68);
}

.bg-red-500 {
	background-color: rgb(239, 68, 68, 0.1);
}

.fg-red-600 {
	color: rgb(220, 38, 38);
}

.bg-red-600 {
	background-color: rgb(220, 38, 38, 0.1);
}

.fg-red-700 {
	color: rgb(185, 28, 28);
}

.bg-red-700 {
	background-color: rgb(185, 28, 28, 0.1);
}

.fg-red-800 {
	color: rgb(153, 27, 27);
}

.bg-red-800 {
	background-color: rgb(153, 27, 27, 0.1);
}

.fg-red-900 {
	color: rgb(127, 29, 29);
}

.bg-red-900 {
	background-color: rgb(127, 29, 29, 0.1);
}

.fg-red-950 {
	color: rgb(69, 10, 10);
}

.bg-red-950 {
	background-color: rgb(69, 10, 10, 0.1);
}

.fg-orange-50 {
	color: rgb(255, 247, 237);
}

.bg-orange-50 {
	background-color: rgb(255, 247, 237, 0.1);
}

.fg-orange-100 {
	color: rgb(255, 237, 213);
}

.bg-orange-100 {
	background-color: rgb(255, 237, 213, 0.1);
}

.fg-orange-200 {
	color: rgb(254, 215, 170);
}

.bg-orange-200 {
	background-color: rgb(254, 215, 170, 0.1);
}

.fg-orange-300 {
	color: rgb(253, 186, 116);
}

.bg-orange-300 {
	background-color: rgb(253, 186, 116, 0.1);
}

.fg-orange-400 {
	color: rgb(251, 146, 60);
}

.bg-orange-400 {
	background-color: rgb(251, 146, 60, 0.1);
}

.fg-orange-500 {
	color: rgb(249, 115, 22);
}

.bg-orange-500 {
	background-color: rgb(249, 115, 22, 0.1);
}

.fg-orange-600 {
	color: rgb(234, 88, 12);
}

.bg-orange-600 {
	background-color: rgb(234, 88, 12, 0.1);
}

.fg-orange-700 {
	color: rgb(194, 65, 12);
}

.bg-orange-700 {
	background-color: rgb(194, 65, 12, 0.1);
}

.fg-orange-800 {
	color: rgb(154, 52, 18);
}

.bg-orange-800 {
	background-color: rgb(154, 52, 18, 0.1);
}

.fg-orange-900 {
	color: rgb(124, 45, 18);
}

.bg-orange-900 {
	background-color: rgb(124, 45, 18, 0.1);
}

.fg-orange-950 {
	color: rgb(67, 20, 7);
}

.bg-orange-950 {
	background-color: rgb(67, 20, 7, 0.1);
}

.fg-amber-50 {
	color: rgb(255, 251, 235);
}

.bg-amber-50 {
	background-color: rgb(255, 251, 235, 0.1);
}

.fg-amber-100 {
	color: rgb(254, 243, 199);
}

.bg-amber-100 {
	background-color: rgb(254, 243, 199, 0.1);
}

.fg-amber-200 {
	color: rgb(253, 230, 138);
}

.bg-amber-200 {
	background-color: rgb(253, 230, 138, 0.1);
}

.fg-amber-300 {
	color: rgb(252, 211, 77);
}

.bg-amber-300 {
	background-color: rgb(252, 211, 77, 0.1);
}

.fg-amber-400 {
	color: rgb(251, 191, 36);
}

.bg-amber-400 {
	background-color: rgb(251, 191, 36, 0.1);
}

.fg-amber-500 {
	color: rgb(245, 158, 11);
}

.bg-amber-500 {
	background-color: rgb(245, 158, 11, 0.1);
}

.fg-amber-600 {
	color: rgb(217, 119, 6);
}

.bg-amber-600 {
	background-color: rgb(217, 119, 6, 0.1);
}

.fg-amber-700 {
	color: rgb(180, 83, 9);
}

.bg-amber-700 {
	background-color: rgb(180, 83, 9, 0.1);
}

.fg-amber-800 {
	color: rgb(146, 64, 14);
}

.bg-amber-800 {
	background-color: rgb(146, 64, 14, 0.1);
}

.fg-amber-900 {
	color: rgb(120, 53, 15);
}

.bg-amber-900 {
	background-color: rgb(120, 53, 15, 0.1);
}

.fg-amber-950 {
	color: rgb(69, 26, 3);
}

.bg-amber-950 {
	background-color: rgb(69, 26, 3, 0.1);
}

.fg-yellow-50 {
	color: rgb(254, 252, 232);
}

.bg-yellow-50 {
	background-color: rgb(254, 252, 232, 0.1);
}

.fg-yellow-100 {
	color: rgb(254, 249, 195);
}

.bg-yellow-100 {
	background-color: rgb(254, 249, 195, 0.1);
}

.fg-yellow-200 {
	color: rgb(254, 240, 138);
}

.bg-yellow-200 {
	background-color: rgb(254, 240, 138, 0.1);
}

.fg-yellow-300 {
	color: rgb(253, 224, 71);
}

.bg-yellow-300 {
	background-color: rgb(253, 224, 71, 0.1);
}

.fg-yellow-400 {
	color: rgb(250, 204, 21);
}

.bg-yellow-400 {
	background-color: rgb(250, 204, 21, 0.1);
}

.fg-yellow-500 {
	color: rgb(234, 179, 8);
}

.bg-yellow-500 {
	background-color: rgb(234, 179, 8, 0.1);
}

.fg-yellow-600 {
	color: rgb(202, 138, 4);
}

.bg-yellow-600 {
	background-color: rgb(202, 138, 4, 0.1);
}

.fg-yellow-700 {
	color: rgb(161, 98, 7);
}

.bg-yellow-700 {
	background-color: rgb(161, 98, 7, 0.1);
}

.fg-yellow-800 {
	color: rgb(133, 77, 14);
}

.bg-yellow-800 {
	background-color: rgb(133, 77, 14, 0.1);
}

.fg-yellow-900 {
	color: rgb(113, 63, 18);
}

.bg-yellow-900 {
	background-color: rgb(113, 63, 18, 0.1);
}

.fg-yellow-950 {
	color: rgb(66, 32, 6);
}

.bg-yellow-950 {
	background-color: rgb(66, 32, 6, 0.1);
}

.fg-lime-50 {
	color: rgb(247, 254, 231);
}

.bg-lime-50 {
	background-color: rgb(247, 254, 231, 0.1);
}

.fg-lime-100 {
	color: rgb(236, 252, 203);
}

.bg-lime-100 {
	background-color: rgb(236, 252, 203, 0.1);
}

.fg-lime-200 {
	color: rgb(217, 249, 157);
}

.bg-lime-200 {
	background-color: rgb(217, 249, 157, 0.1);
}

.fg-lime-300 {
	color: rgb(190, 242, 100);
}

.bg-lime-300 {
	background-color: rgb(190, 242, 100, 0.1);
}

.fg-lime-400 {
	color: rgb(163, 230, 53);
}

.bg-lime-400 {
	background-color: rgb(163, 230, 53, 0.1);
}

.fg-lime-500 {
	color: rgb(132, 204, 22);
}

.bg-lime-500 {
	background-color: rgb(132, 204, 22, 0.1);
}

.fg-lime-600 {
	color: rgb(101, 163, 13);
}

.bg-lime-600 {
	background-color: rgb(101, 163, 13, 0.1);
}

.fg-lime-700 {
	color: rgb(77, 124, 15);
}

.bg-lime-700 {
	background-color: rgb(77, 124, 15, 0.1);
}

.fg-lime-800 {
	color: rgb(63, 98, 18);
}

.bg-lime-800 {
	background-color: rgb(63, 98, 18, 0.1);
}

.fg-lime-900 {
	color: rgb(54, 83, 20);
}

.bg-lime-900 {
	background-color: rgb(54, 83, 20, 0.1);
}

.fg-lime-950 {
	color: rgb(26, 46, 5);
}

.bg-lime-950 {
	background-color: rgb(26, 46, 5, 0.1);
}

.fg-green-50 {
	color: rgb(240, 253, 244);
}

.bg-green-50 {
	background-color: rgb(240, 253, 244, 0.1);
}

.fg-green-100 {
	color: rgb(220, 252, 231);
}

.bg-green-100 {
	background-color: rgb(220, 252, 231, 0.1);
}

.fg-green-200 {
	color: rgb(187, 247, 208);
}

.bg-green-200 {
	background-color: rgb(187, 247, 208, 0.1);
}

.fg-green-300 {
	color: rgb(134, 239, 172);
}

.bg-green-300 {
	background-color: rgb(134, 239, 172, 0.1);
}

.fg-green-400 {
	color: rgb(74, 222, 128);
}

.bg-green-400 {
	background-color: rgb(74, 222, 128, 0.1);
}

.fg-green-500 {
	color: rgb(34, 197, 94);
}

.bg-green-500 {
	background-color: rgb(34, 197, 94, 0.1);
}

.fg-green-600 {
	color: rgb(22, 163, 74);
}

.bg-green-600 {
	background-color: rgb(22, 163, 74, 0.1);
}

.fg-green-700 {
	color: rgb(21, 128, 61);
}

.bg-green-700 {
	background-color: rgb(21, 128, 61, 0.1);
}

.fg-green-800 {
	color: rgb(22, 101, 52);
}

.bg-green-800 {
	background-color: rgb(22, 101, 52, 0.1);
}

.fg-green-900 {
	color: rgb(20, 83, 45);
}

.bg-green-900 {
	background-color: rgb(20, 83, 45, 0.1);
}

.fg-green-950 {
	color: rgb(5, 46, 22);
}

.bg-green-950 {
	background-color: rgb(5, 46, 22, 0.1);
}

.fg-emerald-50 {
	color: rgb(236, 253, 245);
}

.bg-emerald-50 {
	background-color: rgb(236, 253, 245, 0.1);
}

.fg-emerald-100 {
	color: rgb(209, 250, 229);
}

.bg-emerald-100 {
	background-color: rgb(209, 250, 229, 0.1);
}

.fg-emerald-200 {
	color: rgb(167, 243, 208);
}

.bg-emerald-200 {
	background-color: rgb(167, 243, 208, 0.1);
}

.fg-emerald-300 {
	color: rgb(110, 231, 183);
}

.bg-emerald-300 {
	background-color: rgb(110, 231, 183, 0.1);
}

.fg-emerald-400 {
	color: rgb(52, 211, 153);
}

.bg-emerald-400 {
	background-color: rgb(52, 211, 153, 0.1);
}

.fg-emerald-500 {
	color: rgb(16, 185, 129);
}

.bg-emerald-500 {
	background-color: rgb(16, 185, 129, 0.1);
}

.fg-emerald-600 {
	color: rgb(5, 150, 105);
}

.bg-emerald-600 {
	background-color: rgb(5, 150, 105, 0.1);
}

.fg-emerald-700 {
	color: rgb(4, 120, 87);
}

.bg-emerald-700 {
	background-color: rgb(4, 120, 87, 0.1);
}

.fg-emerald-800 {
	color: rgb(6, 95, 70);
}

.bg-emerald-800 {
	background-color: rgb(6, 95, 70, 0.1);
}

.fg-emerald-900 {
	color: rgb(6, 78, 59);
}

.bg-emerald-900 {
	background-color: rgb(6, 78, 59, 0.1);
}

.fg-emerald-950 {
	color: rgb(2, 44, 34);
}

.bg-emerald-950 {
	background-color: rgb(2, 44, 34, 0.1);
}

.fg-teal-50 {
	color: rgb(240, 253, 250);
}

.bg-teal-50 {
	background-color: rgb(240, 253, 250, 0.1);
}

.fg-teal-100 {
	color: rgb(204, 251, 241);
}

.bg-teal-100 {
	background-color: rgb(204, 251, 241, 0.1);
}

.fg-teal-200 {
	color: rgb(153, 246, 228);
}

.bg-teal-200 {
	background-color: rgb(153, 246, 228, 0.1);
}

.fg-teal-300 {
	color: rgb(94, 234, 212);
}

.bg-teal-300 {
	background-color: rgb(94, 234, 212, 0.1);
}

.fg-teal-400 {
	color: rgb(45, 212, 191);
}

.bg-teal-400 {
	background-color: rgb(45, 212, 191, 0.1);
}

.fg-teal-500 {
	color: rgb(20, 184, 166);
}

.bg-teal-500 {
	background-color: rgb(20, 184, 166, 0.1);
}

.fg-teal-600 {
	color: rgb(13, 148, 136);
}

.bg-teal-600 {
	background-color: rgb(13, 148, 136, 0.1);
}

.fg-teal-700 {
	color: rgb(15, 118, 110);
}

.bg-teal-700 {
	background-color: rgb(15, 118, 110, 0.1);
}

.fg-teal-800 {
	color: rgb(17, 94, 89);
}

.bg-teal-800 {
	background-color: rgb(17, 94, 89, 0.1);
}

.fg-teal-900 {
	color: rgb(19, 78, 74);
}

.bg-teal-900 {
	background-color: rgb(19, 78, 74, 0.1);
}

.fg-teal-950 {
	color: rgb(4, 47, 46);
}

.bg-teal-950 {
	background-color: rgb(4, 47, 46, 0.1);
}

.fg-cyan-50 {
	color: rgb(236, 254, 255);
}

.bg-cyan-50 {
	background-color: rgb(236, 254, 255, 0.1);
}

.fg-cyan-100 {
	color: rgb(207, 250, 254);
}

.bg-cyan-100 {
	background-color: rgb(207, 250, 254, 0.1);
}

.fg-cyan-200 {
	color: rgb(165, 243, 252);
}

.bg-cyan-200 {
	background-color: rgb(165, 243, 252, 0.1);
}

.fg-cyan-300 {
	color: rgb(103, 232, 249);
}

.bg-cyan-300 {
	background-color: rgb(103, 232, 249, 0.1);
}

.fg-cyan-400 {
	color: rgb(34, 211, 238);
}

.bg-cyan-400 {
	background-color: rgb(34, 211, 238, 0.1);
}

.fg-cyan-500 {
	color: rgb(6, 182, 212);
}

.bg-cyan-500 {
	background-color: rgb(6, 182, 212, 0.1);
}

.fg-cyan-600 {
	color: rgb(8, 145, 178);
}

.bg-cyan-600 {
	background-color: rgb(8, 145, 178, 0.1);
}

.fg-cyan-700 {
	color: rgb(14, 116, 144);
}

.bg-cyan-700 {
	background-color: rgb(14, 116, 144, 0.1);
}

.fg-cyan-800 {
	color: rgb(21, 94, 117);
}

.bg-cyan-800 {
	background-color: rgb(21, 94, 117, 0.1);
}

.fg-cyan-900 {
	color: rgb(22, 78, 99);
}

.bg-cyan-900 {
	background-color: rgb(22, 78, 99, 0.1);
}

.fg-cyan-950 {
	color: rgb(8, 51, 68);
}

.bg-cyan-950 {
	background-color: rgb(8, 51, 68, 0.1);
}

.fg-sky-50 {
	color: rgb(240, 249, 255);
}

.bg-sky-50 {
	background-color: rgb(240, 249, 255, 0.1);
}

.fg-sky-100 {
	color: rgb(224, 242, 254);
}

.bg-sky-100 {
	background-color: rgb(224, 242, 254, 0.1);
}

.fg-sky-200 {
	color: rgb(186, 230, 253);
}

.bg-sky-200 {
	background-color: rgb(186, 230, 253, 0.1);
}

.fg-sky-300 {
	color: rgb(125, 211, 252);
}

.bg-sky-300 {
	background-color: rgb(125, 211, 252, 0.1);
}

.fg-sky-400 {
	color: rgb(56, 189, 248);
}

.bg-sky-400 {
	background-color: rgb(56, 189, 248, 0.1);
}

.fg-sky-500 {
	color: rgb(14, 165, 233);
}

.bg-sky-500 {
	background-color: rgb(14, 165, 233, 0.1);
}

.fg-sky-600 {
	color: rgb(2, 132, 199);
}

.bg-sky-600 {
	background-color: rgb(2, 132, 199, 0.1);
}

.fg-sky-700 {
	color: rgb(3, 105, 161);
}

.bg-sky-700 {
	background-color: rgb(3, 105, 161, 0.1);
}

.fg-sky-800 {
	color: rgb(7, 89, 133);
}

.bg-sky-800 {
	background-color: rgb(7, 89, 133, 0.1);
}

.fg-sky-900 {
	color: rgb(12, 74, 110);
}

.bg-sky-900 {
	background-color: rgb(12, 74, 110, 0.1);
}

.fg-sky-950 {
	color: rgb(8, 47, 73);
}

.bg-sky-950 {
	background-color: rgb(8, 47, 73, 0.1);
}

.fg-blue-50 {
	color: rgb(239, 246, 255);
}

.bg-blue-50 {
	background-color: rgb(239, 246, 255, 0.1);
}

.fg-blue-100 {
	color: rgb(219, 234, 254);
}

.bg-blue-100 {
	background-color: rgb(219, 234, 254, 0.1);
}

.fg-blue-200 {
	color: rgb(191, 219, 254);
}

.bg-blue-200 {
	background-color: rgb(191, 219, 254, 0.1);
}

.fg-blue-300 {
	color: rgb(147, 197, 253);
}

.bg-blue-300 {
	background-color: rgb(147, 197, 253, 0.1);
}

.fg-blue-400 {
	color: rgb(96, 165, 250);
}

.bg-blue-400 {
	background-color: rgb(96, 165, 250, 0.1);
}

.fg-blue-500 {
	color: rgb(59, 130, 246);
}

.bg-blue-500 {
	background-color: rgb(59, 130, 246, 0.1);
}

.fg-blue-600 {
	color: rgb(37, 99, 235);
}

.bg-blue-600 {
	background-color: rgb(37, 99, 235, 0.1);
}

.fg-blue-700 {
	color: rgb(29, 78, 216);
}

.bg-blue-700 {
	background-color: rgb(29, 78, 216, 0.1);
}

.bg-blue-700-2 {
	background-color: rgb(29, 78, 216, 0.2);
}

.fg-blue-800 {
	color: rgb(30, 64, 175);
}

.bg-blue-800 {
	background-color: rgb(30, 64, 175, 0.1);
}

.fg-blue-900 {
	color: rgb(30, 58, 138);
}

.bg-blue-900 {
	background-color: rgb(30, 58, 138, 0.1);
}

.fg-blue-950 {
	color: rgb(23, 37, 84);
}

.bg-blue-950 {
	background-color: rgb(23, 37, 84, 0.1);
}

.fg-indigo-50 {
	color: rgb(238, 242, 255);
}

.bg-indigo-50 {
	background-color: rgb(238, 242, 255, 0.1);
}

.fg-indigo-100 {
	color: rgb(224, 231, 255);
}

.bg-indigo-100 {
	background-color: rgb(224, 231, 255, 0.1);
}

.fg-indigo-200 {
	color: rgb(199, 210, 254);
}

.bg-indigo-200 {
	background-color: rgb(199, 210, 254, 0.1);
}

.fg-indigo-300 {
	color: rgb(165, 180, 252);
}

.bg-indigo-300 {
	background-color: rgb(165, 180, 252, 0.1);
}

.fg-indigo-400 {
	color: rgb(129, 140, 248);
}

.bg-indigo-400 {
	background-color: rgb(129, 140, 248, 0.1);
}

.fg-indigo-500 {
	color: rgb(99, 102, 241);
}

.bg-indigo-500 {
	background-color: rgb(99, 102, 241, 0.1);
}

.fg-indigo-600 {
	color: rgb(79, 70, 229);
}

.bg-indigo-600 {
	background-color: rgb(79, 70, 229, 0.1);
}

.fg-indigo-700 {
	color: rgb(67, 56, 202);
}

.bg-indigo-700 {
	background-color: rgb(67, 56, 202, 0.1);
}

.fg-indigo-800 {
	color: rgb(55, 48, 163);
}

.bg-indigo-800 {
	background-color: rgb(55, 48, 163, 0.1);
}

.fg-indigo-900 {
	color: rgb(49, 46, 129);
}

.bg-indigo-900 {
	background-color: rgb(49, 46, 129, 0.1);
}

.fg-indigo-950 {
	color: rgb(30, 27, 75);
}

.bg-indigo-950 {
	background-color: rgb(30, 27, 75, 0.1);
}

.fg-violet-50 {
	color: rgb(245, 243, 255);
}

.bg-violet-50 {
	background-color: rgb(245, 243, 255, 0.1);
}

.fg-violet-100 {
	color: rgb(237, 233, 254);
}

.bg-violet-100 {
	background-color: rgb(237, 233, 254, 0.1);
}

.fg-violet-200 {
	color: rgb(221, 214, 254);
}

.bg-violet-200 {
	background-color: rgb(221, 214, 254, 0.1);
}

.fg-violet-300 {
	color: rgb(196, 181, 253);
}

.bg-violet-300 {
	background-color: rgb(196, 181, 253, 0.1);
}

.fg-violet-400 {
	color: rgb(167, 139, 250);
}

.bg-violet-400 {
	background-color: rgb(167, 139, 250, 0.1);
}

.fg-violet-500 {
	color: rgb(139, 92, 246);
}

.bg-violet-500 {
	background-color: rgb(139, 92, 246, 0.1);
}

.fg-violet-600 {
	color: rgb(124, 58, 237);
}

.bg-violet-600 {
	background-color: rgb(124, 58, 237, 0.1);
}

.fg-violet-700 {
	color: rgb(109, 40, 217);
}

.bg-violet-700 {
	background-color: rgb(109, 40, 217, 0.1);
}

.fg-violet-800 {
	color: rgb(91, 33, 182);
}

.bg-violet-800 {
	background-color: rgb(91, 33, 182, 0.1);
}

.fg-violet-900 {
	color: rgb(76, 29, 149);
}

.bg-violet-900 {
	background-color: rgb(76, 29, 149, 0.1);
}

.fg-violet-950 {
	color: rgb(46, 16, 101);
}

.bg-violet-950 {
	background-color: rgb(46, 16, 101, 0.1);
}

.fg-purple-50 {
	color: rgb(250, 245, 255);
}

.bg-purple-50 {
	background-color: rgb(250, 245, 255, 0.1);
}

.fg-purple-100 {
	color: rgb(243, 232, 255);
}

.bg-purple-100 {
	background-color: rgb(243, 232, 255, 0.1);
}

.fg-purple-200 {
	color: rgb(233, 213, 255);
}

.bg-purple-200 {
	background-color: rgb(233, 213, 255, 0.1);
}

.fg-purple-300 {
	color: rgb(216, 180, 254);
}

.bg-purple-300 {
	background-color: rgb(216, 180, 254, 0.1);
}

.fg-purple-400 {
	color: rgb(192, 132, 252);
}

.bg-purple-400 {
	background-color: rgb(192, 132, 252, 0.1);
}

.fg-purple-500 {
	color: rgb(168, 85, 247);
}

.bg-purple-500 {
	background-color: rgb(168, 85, 247, 0.1);
}

.fg-purple-600 {
	color: rgb(147, 51, 234);
}

.bg-purple-600 {
	background-color: rgb(147, 51, 234, 0.1);
}

.fg-purple-700 {
	color: rgb(126, 34, 206);
}

.bg-purple-700 {
	background-color: rgb(126, 34, 206, 0.1);
}

.fg-purple-800 {
	color: rgb(107, 33, 168);
}

.bg-purple-800 {
	background-color: rgb(107, 33, 168, 0.1);
}

.fg-purple-900 {
	color: rgb(88, 28, 135);
}

.bg-purple-900 {
	background-color: rgb(88, 28, 135, 0.1);
}

.fg-purple-950 {
	color: rgb(59, 7, 100);
}

.bg-purple-950 {
	background-color: rgb(59, 7, 100, 0.1);
}

.fg-fuchsia-50 {
	color: rgb(253, 244, 255);
}

.bg-fuchsia-50 {
	background-color: rgb(253, 244, 255, 0.1);
}

.fg-fuchsia-100 {
	color: rgb(250, 232, 255);
}

.bg-fuchsia-100 {
	background-color: rgb(250, 232, 255, 0.1);
}

.fg-fuchsia-200 {
	color: rgb(245, 208, 254);
}

.bg-fuchsia-200 {
	background-color: rgb(245, 208, 254, 0.1);
}

.fg-fuchsia-300 {
	color: rgb(240, 171, 252);
}

.bg-fuchsia-300 {
	background-color: rgb(240, 171, 252, 0.1);
}

.fg-fuchsia-400 {
	color: rgb(232, 121, 249);
}

.bg-fuchsia-400 {
	background-color: rgb(232, 121, 249, 0.1);
}

.fg-fuchsia-500 {
	color: rgb(217, 70, 239);
}

.bg-fuchsia-500 {
	background-color: rgb(217, 70, 239, 0.1);
}

.fg-fuchsia-600 {
	color: rgb(192, 38, 211);
}

.bg-fuchsia-600 {
	background-color: rgb(192, 38, 211, 0.1);
}

.fg-fuchsia-700 {
	color: rgb(162, 28, 175);
}

.bg-fuchsia-700 {
	background-color: rgb(162, 28, 175, 0.1);
}

.fg-fuchsia-800 {
	color: rgb(134, 25, 143);
}

.bg-fuchsia-800 {
	background-color: rgb(134, 25, 143, 0.1);
}

.fg-fuchsia-900 {
	color: rgb(112, 26, 117);
}

.bg-fuchsia-900 {
	background-color: rgb(112, 26, 117, 0.1);
}

.fg-fuchsia-950 {
	color: rgb(74, 4, 78);
}

.bg-fuchsia-950 {
	background-color: rgb(74, 4, 78, 0.1);
}

.fg-pink-50 {
	color: rgb(253, 242, 248);
}

.bg-pink-50 {
	background-color: rgb(253, 242, 248, 0.1);
}

.fg-pink-100 {
	color: rgb(252, 231, 243);
}

.bg-pink-100 {
	background-color: rgb(252, 231, 243, 0.1);
}

.fg-pink-200 {
	color: rgb(251, 207, 232);
}

.bg-pink-200 {
	background-color: rgb(251, 207, 232, 0.1);
}

.fg-pink-300 {
	color: rgb(249, 168, 212);
}

.bg-pink-300 {
	background-color: rgb(249, 168, 212, 0.1);
}

.fg-pink-400 {
	color: rgb(244, 114, 182);
}

.bg-pink-400 {
	background-color: rgb(244, 114, 182, 0.1);
}

.fg-pink-500 {
	color: rgb(236, 72, 153);
}

.bg-pink-500 {
	background-color: rgb(236, 72, 153, 0.1);
}

.fg-pink-600 {
	color: rgb(219, 39, 119);
}

.bg-pink-600 {
	background-color: rgb(219, 39, 119, 0.1);
}

.fg-pink-700 {
	color: rgb(190, 24, 93);
}

.bg-pink-700 {
	background-color: rgb(190, 24, 93, 0.1);
}

.fg-pink-800 {
	color: rgb(157, 23, 77);
}

.bg-pink-800 {
	background-color: rgb(157, 23, 77, 0.1);
}

.fg-pink-900 {
	color: rgb(131, 24, 67);
}

.bg-pink-900 {
	background-color: rgb(131, 24, 67, 0.1);
}

.fg-pink-950 {
	color: rgb(80, 7, 36);
}

.bg-pink-950 {
	background-color: rgb(80, 7, 36, 0.1);
}

.fg-rose-50 {
	color: rgb(255, 241, 242);
}

.bg-rose-50 {
	background-color: rgb(255, 241, 242, 0.1);
}

.fg-rose-100 {
	color: rgb(255, 228, 230);
}

.bg-rose-100 {
	background-color: rgb(255, 228, 230, 0.1);
}

.fg-rose-200 {
	color: rgb(254, 205, 211);
}

.bg-rose-200 {
	background-color: rgb(254, 205, 211, 0.1);
}

.fg-rose-300 {
	color: rgb(253, 164, 175);
}

.bg-rose-300 {
	background-color: rgb(253, 164, 175, 0.1);
}

.fg-rose-400 {
	color: rgb(251, 113, 133);
}

.bg-rose-400 {
	background-color: rgb(251, 113, 133, 0.1);
}

.fg-rose-500 {
	color: rgb(244, 63, 94);
}

.bg-rose-500 {
	background-color: rgb(244, 63, 94, 0.1);
}

.fg-rose-600 {
	color: rgb(225, 29, 72);
}

.bg-rose-600 {
	background-color: rgb(225, 29, 72, 0.1);
}

.fg-rose-700 {
	color: rgb(190, 18, 60);
}

.bg-rose-700 {
	background-color: rgb(190, 18, 60, 0.1);
}

.fg-rose-800 {
	color: rgb(159, 18, 57);
}

.bg-rose-800 {
	background-color: rgb(159, 18, 57, 0.1);
}

.fg-rose-900 {
	color: rgb(136, 19, 55);
}

.bg-rose-900 {
	background-color: rgb(136, 19, 55, 0.1);
}

.fg-rose-950 {
	color: rgb(76, 5, 25);
}

.bg-rose-950 {
	background-color: rgb(76, 5, 25, 0.1);
}
