// @ts-nocheck export type Theme = { accentBackground: string; accentColor: string; background0: string; background02: string; background04: string; background06: string; background08: string; color1: string; color2: string; color3: string; color4: string; color5: string; color6: string; color7: string; color8: string; color9: string; color10: string; color11: string; color12: string; color0: string; color02: string; color04: string; color06: string; color08: string; color: string; colorHover: string; colorPress: string; colorFocus: string; background: string; backgroundHover: string; backgroundPress: string; backgroundFocus: string; backgroundActive: string; borderColor: string; borderColorHover: string; borderColorFocus: string; borderColorPress: string; placeholderColor: string; colorTransparent: string; black1: string; black2: string; black3: string; black4: string; black5: string; black6: string; black7: string; black8: string; black9: string; black10: string; black11: string; black12: string; white1: string; white2: string; white3: string; white4: string; white5: string; white6: string; white7: string; white8: string; white9: string; white10: string; white11: string; white12: string; white: string; white0: string; white02: string; white04: string; white06: string; white08: string; black: string; black0: string; black02: string; black04: string; black06: string; black08: string; shadow1: string; shadow2: string; shadow3: string; shadow4: string; shadow5: string; shadow6: string; shadow7: string; shadow8: string; highlight1: string; highlight2: string; highlight3: string; highlight4: string; highlight5: string; highlight6: string; highlight7: string; highlight8: string; shadowColor: string; gray1: string; gray2: string; gray3: string; gray4: string; gray5: string; gray6: string; gray7: string; gray8: string; gray9: string; gray10: string; gray11: string; gray12: string; blue1: string; blue2: string; blue3: string; blue4: string; blue5: string; blue6: string; blue7: string; blue8: string; blue9: string; blue10: string; blue11: string; blue12: string; red1: string; red2: string; red3: string; red4: string; red5: string; red6: string; red7: string; red8: string; red9: string; red10: string; red11: string; red12: string; yellow1: string; yellow2: string; yellow3: string; yellow4: string; yellow5: string; yellow6: string; yellow7: string; yellow8: string; yellow9: string; yellow10: string; yellow11: string; yellow12: string; green1: string; green2: string; green3: string; green4: string; green5: string; green6: string; green7: string; green8: string; green9: string; green10: string; green11: string; green12: string; orange1: string; orange2: string; orange3: string; orange4: string; orange5: string; orange6: string; orange7: string; orange8: string; orange9: string; orange10: string; orange11: string; orange12: string; pink1: string; pink2: string; pink3: string; pink4: string; pink5: string; pink6: string; pink7: string; pink8: string; pink9: string; pink10: string; pink11: string; pink12: string; purple1: string; purple2: string; purple3: string; purple4: string; purple5: string; purple6: string; purple7: string; purple8: string; purple9: string; purple10: string; purple11: string; purple12: string; teal1: string; teal2: string; teal3: string; teal4: string; teal5: string; teal6: string; teal7: string; teal8: string; teal9: string; teal10: string; teal11: string; teal12: string; neutral1: string; neutral2: string; neutral3: string; neutral4: string; neutral5: string; neutral6: string; neutral7: string; neutral8: string; neutral9: string; neutral10: string; neutral11: string; neutral12: string; accent1: string; accent2: string; accent3: string; accent4: string; accent5: string; accent6: string; accent7: string; accent8: string; accent9: string; accent10: string; accent11: string; accent12: string; color01: string; color0075: string; color005: string; color0025: string; color002: string; color001: string; background01: string; background0075: string; background005: string; background0025: string; background002: string; background001: string; outlineColor: string; } function t(a: [number, number][]) { let res: Record = {} for (const [ki, vi] of a) { res[ks[ki] as string] = colors[vi] as string } return res as Theme } export const colors = [ 'hsla(0, 0%, 10%, 1)', 'hsla(0, 0%, 67%, 1)', 'hsla(0, 0%, 100%, 0)', 'hsla(0, 0%, 97%, 0.2)', 'hsla(0, 0%, 97%, 0.4)', 'hsla(0, 0%, 97%, 0.6)', 'hsla(0, 0%, 97%, 0.8)', 'hsla(0, 0%, 100%, 1)', 'hsla(0, 0%, 97%, 1)', 'hsla(0, 0%, 93%, 1)', 'hsla(0, 0%, 85%, 1)', 'hsla(0, 0%, 80%, 1)', 'hsla(0, 0%, 70%, 1)', 'hsla(0, 0%, 59%, 1)', 'hsla(0, 0%, 45%, 1)', 'hsla(0, 0%, 30%, 1)', 'hsla(0, 0%, 20%, 1)', 'hsla(0, 0%, 14%, 1)', 'hsla(0, 0%, 2%, 1)', 'hsla(0, 0%, 2%, 0)', 'hsla(0, 0%, 2%, 0.2)', 'hsla(0, 0%, 2%, 0.4)', 'hsla(0, 0%, 2%, 0.6)', 'hsla(0, 0%, 2%, 0.8)', '#090909', '#151515', '#191919', '#232323', '#333', '#444', '#666', '#777', '#858585', '#aaa', '#ccc', '#ffffff', '#fff', '#f8f8f8', 'hsl(0, 0%, 93%)', 'hsl(0, 0%, 85%)', 'hsl(0, 0%, 80%)', 'hsl(0, 0%, 70%)', 'hsl(0, 0%, 59%)', 'hsl(0, 0%, 45%)', 'hsl(0, 0%, 30%)', 'hsl(0, 0%, 20%)', 'hsl(0, 0%, 14%)', 'hsl(0, 0%, 2%)', 'rgba(255,255,255,1)', 'rgba(255,255,255,0)', 'rgba(255,255,255,0.2)', 'rgba(255,255,255,0.4)', 'rgba(255,255,255,0.6)', 'rgba(255,255,255,0.8)', 'rgba(0,0,0,1)', 'rgba(0,0,0,0)', 'rgba(0,0,0,0.2)', 'rgba(0,0,0,0.4)', 'rgba(0,0,0,0.6)', 'rgba(0,0,0,0.8)', 'rgba(0,0,0,0.04)', 'rgba(0,0,0,0.08)', 'rgba(0,0,0,0.12)', 'rgba(0,0,0,0.22)', 'rgba(0,0,0,0.33)', 'rgba(0,0,0,0.44)', 'rgba(0,0,0,0.75)', 'rgba(255,255,255,0.05)', 'rgba(255,255,255,0.1)', 'rgba(255,255,255,0.15)', 'rgba(255,255,255,0.3)', 'rgba(255,255,255,0.55)', 'rgba(255,255,255,0.7)', 'rgba(255,255,255,0.85)', '#fcfcfc', '#f9f9f9', '#f0f0f0', '#e8e8e8', '#e0e0e0', '#d9d9d9', '#cecece', '#bbbbbb', '#8d8d8d', '#838383', '#646464', '#202020', '#fbfdff', '#f4faff', '#e6f4fe', '#d5efff', '#c2e5ff', '#acd8fc', '#8ec8f6', '#5eb1ef', '#0090ff', '#0588f0', '#0d74ce', '#113264', '#fffcfc', '#fff7f7', '#feebec', '#ffdbdc', '#ffcdce', '#fdbdbe', '#f4a9aa', '#eb8e90', '#e5484d', '#dc3e42', '#ce2c31', '#641723', '#fdfdf9', '#fefce9', '#fffab8', '#fff394', '#ffe770', '#f3d768', '#e4c767', '#d5ae39', '#ffe629', '#ffdc00', '#9e6c00', '#473b1f', '#fbfefc', '#f4fbf6', '#e6f6eb', '#d6f1df', '#c4e8d1', '#adddc0', '#8eceaa', '#5bb98b', '#30a46c', '#2b9a66', '#218358', '#193b2d', '#fefcfb', '#fff7ed', '#ffefd6', '#ffdfb5', '#ffd19a', '#ffc182', '#f5ae73', '#ec9455', '#f76b15', '#ef5f00', '#cc4e00', '#582d1d', '#fffcfe', '#fef7fb', '#fee9f5', '#fbdcef', '#f6cee7', '#efbfdd', '#e7acd0', '#dd93c2', '#d6409f', '#cf3897', '#c2298a', '#651249', '#fefcfe', '#fbf7fe', '#f7edfe', '#f2e2fc', '#ead5f9', '#e0c4f4', '#d1afec', '#be93e4', '#8e4ec6', '#8347b9', '#8145b5', '#402060', '#fafefd', '#f3fbf9', '#e0f8f3', '#ccf3ea', '#b8eae0', '#a1ded2', '#83cdc1', '#53b9ab', '#12a594', '#0d9b8a', '#008573', '#0d3d38', 'hsl(0, 0%, 68%)', 'hsl(0, 0%, 65%)', 'hsl(0, 0%, 62%)', 'hsl(0, 0%, 56%)', 'hsl(0, 0%, 53%)', 'hsl(0, 0%, 50%)', 'hsl(0, 0%, 47%)', 'hsl(0, 0%, 44%)', 'hsl(0, 0%, 41%)', 'hsl(0, 0%, 38%)', 'hsl(0, 0%, 32%)', 'hsla(0, 0%, 4%, 1)', 'hsla(0, 0%, 8%, 1)', 'hsla(0, 0%, 27%, 1)', 'hsla(0, 0%, 40%, 1)', 'hsla(0, 0%, 47%, 1)', 'hsla(0, 0%, 52%, 1)', 'hsla(0, 0%, 2%, 0.1)', 'hsla(0, 0%, 2%, 0.075)', 'hsla(0, 0%, 2%, 0.05)', 'hsla(0, 0%, 2%, 0.025)', 'hsla(0, 0%, 2%, 0.02)', 'hsla(0, 0%, 2%, 0.01)', 'hsla(0, 0%, 97%, 0.1)', 'hsla(0, 0%, 97%, 0.075)', 'hsla(0, 0%, 97%, 0.05)', 'hsla(0, 0%, 97%, 0.025)', 'hsla(0, 0%, 97%, 0.02)', 'hsla(0, 0%, 97%, 0.01)', 'hsla(0, 0%, 70%, 0.6)', 'hsla(0, 0%, 4%, 0)', 'hsla(0, 0%, 8%, 0.2)', 'hsla(0, 0%, 8%, 0.4)', 'hsla(0, 0%, 8%, 0.6)', 'hsla(0, 0%, 8%, 0.8)', 'hsla(0, 0%, 100%, 0.2)', 'hsla(0, 0%, 100%, 0.4)', 'hsla(0, 0%, 100%, 0.6)', 'hsla(0, 0%, 100%, 0.8)', 'rgba(0,0,0,0.15)', 'rgba(0,0,0,0.23)', 'rgba(0,0,0,0.45)', 'rgba(0,0,0,0.65)', 'rgba(0,0,0,0.9)', 'rgba(255,255,255,0.45)', 'rgba(255,255,255,0.65)', 'rgba(255,255,255,0.95)', '#111111', '#222222', '#2a2a2a', '#313131', '#3a3a3a', '#484848', '#606060', '#6e6e6e', '#7b7b7b', '#b4b4b4', '#eeeeee', '#0d1520', '#111927', '#0d2847', '#003362', '#004074', '#104d87', '#205d9e', '#2870bd', '#3b9eff', '#70b8ff', '#c2e6ff', '#191111', '#201314', '#3b1219', '#500f1c', '#611623', '#72232d', '#8c333a', '#b54548', '#ec5d5e', '#ff9592', '#ffd1d9', '#14120b', '#1b180f', '#2d2305', '#362b00', '#433500', '#524202', '#665417', '#836a21', '#ffff57', '#f5e147', '#f6eeb4', '#0e1512', '#121b17', '#132d21', '#113b29', '#174933', '#20573e', '#28684a', '#2f7c57', '#33b074', '#3dd68c', '#b1f1cb', '#17120e', '#1e160f', '#331e0b', '#462100', '#562800', '#66350c', '#7e451d', '#a35829', '#ff801f', '#ffa057', '#ffe0c2', '#191117', '#21121d', '#37172f', '#4b143d', '#591c47', '#692955', '#833869', '#a84885', '#de51a8', '#ff8dcc', '#fdd1ea', '#18111b', '#1e1523', '#301c3b', '#3d224e', '#48295c', '#54346b', '#664282', '#8457aa', '#9a5cd0', '#d19dff', '#ecd9fa', '#0d1514', '#111c1b', '#0d2d2a', '#023b37', '#084843', '#145750', '#1c6961', '#207e73', '#0eb39e', '#0bd8b6', '#adf0dd', 'hsla(0, 0%, 100%, 0.1)', 'hsla(0, 0%, 100%, 0.075)', 'hsla(0, 0%, 100%, 0.05)', 'hsla(0, 0%, 100%, 0.025)', 'hsla(0, 0%, 100%, 0.02)', 'hsla(0, 0%, 100%, 0.01)', 'hsla(0, 0%, 8%, 0.1)', 'hsla(0, 0%, 8%, 0.075)', 'hsla(0, 0%, 8%, 0.05)', 'hsla(0, 0%, 8%, 0.025)', 'hsla(0, 0%, 8%, 0.02)', 'hsla(0, 0%, 8%, 0.01)', 'hsla(0, 0%, 27%, 0.6)', 'hsla(0, 0%, 99%, 0)', 'hsla(0, 0%, 98%, 0.2)', 'hsla(0, 0%, 98%, 0.4)', 'hsla(0, 0%, 98%, 0.6)', 'hsla(0, 0%, 98%, 0.8)', 'hsla(0, 0%, 99%, 1)', 'hsla(0, 0%, 98%, 1)', 'hsla(0, 0%, 94%, 1)', 'hsla(0, 0%, 91%, 1)', 'hsla(0, 0%, 88%, 1)', 'hsla(0, 0%, 81%, 1)', 'hsla(0, 0%, 73%, 1)', 'hsla(0, 0%, 55%, 1)', 'hsla(0, 0%, 51%, 1)', 'hsla(0, 0%, 39%, 1)', 'hsla(0, 0%, 13%, 1)', 'hsla(0, 0%, 13%, 0)', 'hsla(0, 0%, 13%, 0.2)', 'hsla(0, 0%, 13%, 0.4)', 'hsla(0, 0%, 13%, 0.6)', 'hsla(0, 0%, 13%, 0.8)', 'hsla(0, 0%, 13%, 0.1)', 'hsla(0, 0%, 13%, 0.075)', 'hsla(0, 0%, 13%, 0.05)', 'hsla(0, 0%, 13%, 0.025)', 'hsla(0, 0%, 13%, 0.02)', 'hsla(0, 0%, 13%, 0.01)', 'hsla(0, 0%, 98%, 0.1)', 'hsla(0, 0%, 98%, 0.075)', 'hsla(0, 0%, 98%, 0.05)', 'hsla(0, 0%, 98%, 0.025)', 'hsla(0, 0%, 98%, 0.02)', 'hsla(0, 0%, 98%, 0.01)', 'hsla(0, 0%, 85%, 0.6)', 'hsla(216, 100%, 99%, 0)', 'hsla(207, 100%, 98%, 0.2)', 'hsla(207, 100%, 98%, 0.4)', 'hsla(207, 100%, 98%, 0.6)', 'hsla(207, 100%, 98%, 0.8)', 'hsla(210, 100%, 99%, 1)', 'hsla(207, 100%, 98%, 1)', 'hsla(205, 92%, 95%, 1)', 'hsla(203, 100%, 92%, 1)', 'hsla(206, 100%, 88%, 1)', 'hsla(207, 93%, 83%, 1)', 'hsla(207, 85%, 76%, 1)', 'hsla(206, 82%, 65%, 1)', 'hsla(206, 100%, 50%, 1)', 'hsla(207, 96%, 48%, 1)', 'hsla(208, 88%, 43%, 1)', 'hsla(216, 71%, 23%, 1)', 'hsla(216, 71%, 23%, 0)', 'hsla(216, 71%, 23%, 0.2)', 'hsla(216, 71%, 23%, 0.4)', 'hsla(216, 71%, 23%, 0.6)', 'hsla(216, 71%, 23%, 0.8)', 'hsla(216, 71%, 23%, 0.1)', 'hsla(216, 71%, 23%, 0.075)', 'hsla(216, 71%, 23%, 0.05)', 'hsla(216, 71%, 23%, 0.025)', 'hsla(216, 71%, 23%, 0.02)', 'hsla(216, 71%, 23%, 0.01)', 'hsla(207, 100%, 98%, 0.1)', 'hsla(207, 100%, 98%, 0.075)', 'hsla(207, 100%, 98%, 0.05)', 'hsla(207, 100%, 98%, 0.025)', 'hsla(207, 100%, 98%, 0.02)', 'hsla(207, 100%, 98%, 0.01)', 'hsla(207, 93%, 83%, 0.6)', 'hsla(0, 100%, 99%, 0)', 'hsla(0, 100%, 98%, 0.2)', 'hsla(0, 100%, 98%, 0.4)', 'hsla(0, 100%, 98%, 0.6)', 'hsla(0, 100%, 98%, 0.8)', 'hsla(0, 100%, 99%, 1)', 'hsla(0, 100%, 98%, 1)', 'hsla(357, 90%, 96%, 1)', 'hsla(358, 100%, 93%, 1)', 'hsla(359, 100%, 90%, 1)', 'hsla(359, 94%, 87%, 1)', 'hsla(359, 77%, 81%, 1)', 'hsla(359, 70%, 74%, 1)', 'hsla(358, 75%, 59%, 1)', 'hsla(358, 69%, 55%, 1)', 'hsla(358, 65%, 49%, 1)', 'hsla(351, 63%, 24%, 1)', 'hsla(351, 63%, 24%, 0)', 'hsla(351, 63%, 24%, 0.2)', 'hsla(351, 63%, 24%, 0.4)', 'hsla(351, 63%, 24%, 0.6)', 'hsla(351, 63%, 24%, 0.8)', 'hsla(351, 63%, 24%, 0.1)', 'hsla(351, 63%, 24%, 0.075)', 'hsla(351, 63%, 24%, 0.05)', 'hsla(351, 63%, 24%, 0.025)', 'hsla(351, 63%, 24%, 0.02)', 'hsla(351, 63%, 24%, 0.01)', 'hsla(0, 100%, 98%, 0.1)', 'hsla(0, 100%, 98%, 0.075)', 'hsla(0, 100%, 98%, 0.05)', 'hsla(0, 100%, 98%, 0.025)', 'hsla(0, 100%, 98%, 0.02)', 'hsla(0, 100%, 98%, 0.01)', 'hsla(359, 94%, 87%, 0.6)', 'hsla(60, 45%, 98%, 0)', 'hsla(54, 91%, 95%, 0.2)', 'hsla(54, 91%, 95%, 0.4)', 'hsla(54, 91%, 95%, 0.6)', 'hsla(54, 91%, 95%, 0.8)', 'hsla(60, 50%, 98%, 1)', 'hsla(54, 91%, 95%, 1)', 'hsla(56, 100%, 86%, 1)', 'hsla(53, 100%, 79%, 1)', 'hsla(50, 100%, 72%, 1)', 'hsla(48, 85%, 68%, 1)', 'hsla(46, 70%, 65%, 1)', 'hsla(45, 65%, 53%, 1)', 'hsla(53, 100%, 58%, 1)', 'hsla(52, 100%, 50%, 1)', 'hsla(41, 100%, 31%, 1)', 'hsla(42, 39%, 20%, 1)', 'hsla(42, 39%, 20%, 0)', 'hsla(42, 39%, 20%, 0.2)', 'hsla(42, 39%, 20%, 0.4)', 'hsla(42, 39%, 20%, 0.6)', 'hsla(42, 39%, 20%, 0.8)', 'hsla(42, 39%, 20%, 0.1)', 'hsla(42, 39%, 20%, 0.075)', 'hsla(42, 39%, 20%, 0.05)', 'hsla(42, 39%, 20%, 0.025)', 'hsla(42, 39%, 20%, 0.02)', 'hsla(42, 39%, 20%, 0.01)', 'hsla(54, 91%, 95%, 0.1)', 'hsla(54, 91%, 95%, 0.075)', 'hsla(54, 91%, 95%, 0.05)', 'hsla(54, 91%, 95%, 0.025)', 'hsla(54, 91%, 95%, 0.02)', 'hsla(54, 91%, 95%, 0.01)', 'hsla(48, 85%, 68%, 0.6)', 'hsla(140, 60%, 99%, 0)', 'hsla(137, 47%, 97%, 0.2)', 'hsla(137, 47%, 97%, 0.4)', 'hsla(137, 47%, 97%, 0.6)', 'hsla(137, 47%, 97%, 0.8)', 'hsla(140, 60%, 99%, 1)', 'hsla(137, 47%, 97%, 1)', 'hsla(139, 47%, 93%, 1)', 'hsla(140, 49%, 89%, 1)', 'hsla(142, 44%, 84%, 1)', 'hsla(144, 41%, 77%, 1)', 'hsla(146, 40%, 68%, 1)', 'hsla(151, 40%, 54%, 1)', 'hsla(151, 55%, 42%, 1)', 'hsla(152, 56%, 39%, 1)', 'hsla(154, 60%, 32%, 1)', 'hsla(155, 40%, 16%, 1)', 'hsla(156, 41%, 16%, 0)', 'hsla(156, 41%, 16%, 0.2)', 'hsla(156, 41%, 16%, 0.4)', 'hsla(156, 41%, 16%, 0.6)', 'hsla(156, 41%, 16%, 0.8)', 'hsla(156, 41%, 16%, 0.1)', 'hsla(156, 41%, 16%, 0.075)', 'hsla(156, 41%, 16%, 0.05)', 'hsla(156, 41%, 16%, 0.025)', 'hsla(156, 41%, 16%, 0.02)', 'hsla(156, 41%, 16%, 0.01)', 'hsla(137, 47%, 97%, 0.1)', 'hsla(137, 47%, 97%, 0.075)', 'hsla(137, 47%, 97%, 0.05)', 'hsla(137, 47%, 97%, 0.025)', 'hsla(137, 47%, 97%, 0.02)', 'hsla(137, 47%, 97%, 0.01)', 'hsla(144, 41%, 77%, 0.6)', 'hsla(20, 60%, 99%, 0)', 'hsla(33, 100%, 96%, 0.2)', 'hsla(33, 100%, 96%, 0.4)', 'hsla(33, 100%, 96%, 0.6)', 'hsla(33, 100%, 96%, 0.8)', 'hsla(20, 60%, 99%, 1)', 'hsla(33, 100%, 96%, 1)', 'hsla(37, 100%, 92%, 1)', 'hsla(34, 100%, 85%, 1)', 'hsla(33, 100%, 80%, 1)', 'hsla(30, 100%, 75%, 1)', 'hsla(27, 87%, 71%, 1)', 'hsla(25, 80%, 63%, 1)', 'hsla(23, 93%, 53%, 1)', 'hsla(24, 100%, 47%, 1)', 'hsla(23, 100%, 40%, 1)', 'hsla(16, 50%, 23%, 1)', 'hsla(16, 50%, 23%, 0)', 'hsla(16, 50%, 23%, 0.2)', 'hsla(16, 50%, 23%, 0.4)', 'hsla(16, 50%, 23%, 0.6)', 'hsla(16, 50%, 23%, 0.8)', 'hsla(16, 50%, 23%, 0.1)', 'hsla(16, 50%, 23%, 0.075)', 'hsla(16, 50%, 23%, 0.05)', 'hsla(16, 50%, 23%, 0.025)', 'hsla(16, 50%, 23%, 0.02)', 'hsla(16, 50%, 23%, 0.01)', 'hsla(33, 100%, 96%, 0.1)', 'hsla(33, 100%, 96%, 0.075)', 'hsla(33, 100%, 96%, 0.05)', 'hsla(33, 100%, 96%, 0.025)', 'hsla(33, 100%, 96%, 0.02)', 'hsla(33, 100%, 96%, 0.01)', 'hsla(30, 100%, 75%, 0.6)', 'hsla(324, 100%, 99%, 0)', 'hsla(326, 78%, 98%, 0.2)', 'hsla(326, 78%, 98%, 0.4)', 'hsla(326, 78%, 98%, 0.6)', 'hsla(326, 78%, 98%, 0.8)', 'hsla(320, 100%, 99%, 1)', 'hsla(326, 78%, 98%, 1)', 'hsla(326, 91%, 95%, 1)', 'hsla(323, 79%, 92%, 1)', 'hsla(323, 69%, 89%, 1)', 'hsla(323, 60%, 84%, 1)', 'hsla(323, 55%, 79%, 1)', 'hsla(322, 52%, 72%, 1)', 'hsla(322, 65%, 55%, 1)', 'hsla(322, 61%, 52%, 1)', 'hsla(322, 65%, 46%, 1)', 'hsla(320, 70%, 23%, 1)', 'hsla(320, 69%, 23%, 0)', 'hsla(320, 69%, 23%, 0.2)', 'hsla(320, 69%, 23%, 0.4)', 'hsla(320, 69%, 23%, 0.6)', 'hsla(320, 69%, 23%, 0.8)', 'hsla(320, 69%, 23%, 0.1)', 'hsla(320, 69%, 23%, 0.075)', 'hsla(320, 69%, 23%, 0.05)', 'hsla(320, 69%, 23%, 0.025)', 'hsla(320, 69%, 23%, 0.02)', 'hsla(320, 69%, 23%, 0.01)', 'hsla(326, 78%, 98%, 0.1)', 'hsla(326, 78%, 98%, 0.075)', 'hsla(326, 78%, 98%, 0.05)', 'hsla(326, 78%, 98%, 0.025)', 'hsla(326, 78%, 98%, 0.02)', 'hsla(326, 78%, 98%, 0.01)', 'hsla(323, 60%, 84%, 0.6)', 'hsla(300, 60%, 99%, 0)', 'hsla(274, 78%, 98%, 0.2)', 'hsla(274, 78%, 98%, 0.4)', 'hsla(274, 78%, 98%, 0.6)', 'hsla(274, 78%, 98%, 0.8)', 'hsla(300, 50%, 99%, 1)', 'hsla(274, 78%, 98%, 1)', 'hsla(275, 89%, 96%, 1)', 'hsla(277, 81%, 94%, 1)', 'hsla(275, 75%, 91%, 1)', 'hsla(275, 69%, 86%, 1)', 'hsla(273, 62%, 81%, 1)', 'hsla(272, 60%, 74%, 1)', 'hsla(272, 51%, 54%, 1)', 'hsla(272, 45%, 50%, 1)', 'hsla(272, 45%, 49%, 1)', 'hsla(270, 50%, 25%, 1)', 'hsla(270, 50%, 25%, 0)', 'hsla(270, 50%, 25%, 0.2)', 'hsla(270, 50%, 25%, 0.4)', 'hsla(270, 50%, 25%, 0.6)', 'hsla(270, 50%, 25%, 0.8)', 'hsla(270, 50%, 25%, 0.1)', 'hsla(270, 50%, 25%, 0.075)', 'hsla(270, 50%, 25%, 0.05)', 'hsla(270, 50%, 25%, 0.025)', 'hsla(270, 50%, 25%, 0.02)', 'hsla(270, 50%, 25%, 0.01)', 'hsla(274, 78%, 98%, 0.1)', 'hsla(274, 78%, 98%, 0.075)', 'hsla(274, 78%, 98%, 0.05)', 'hsla(274, 78%, 98%, 0.025)', 'hsla(274, 78%, 98%, 0.02)', 'hsla(274, 78%, 98%, 0.01)', 'hsla(275, 69%, 86%, 0.6)', 'hsla(160, 60%, 99%, 0)', 'hsla(165, 50%, 97%, 0.2)', 'hsla(165, 50%, 97%, 0.4)', 'hsla(165, 50%, 97%, 0.6)', 'hsla(165, 50%, 97%, 0.8)', 'hsla(165, 67%, 99%, 1)', 'hsla(165, 50%, 97%, 1)', 'hsla(167, 63%, 93%, 1)', 'hsla(166, 62%, 88%, 1)', 'hsla(168, 54%, 82%, 1)', 'hsla(168, 48%, 75%, 1)', 'hsla(170, 43%, 66%, 1)', 'hsla(172, 42%, 53%, 1)', 'hsla(173, 80%, 36%, 1)', 'hsla(173, 85%, 33%, 1)', 'hsla(172, 100%, 26%, 1)', 'hsla(174, 65%, 15%, 1)', 'hsla(174, 66%, 15%, 0)', 'hsla(174, 66%, 15%, 0.2)', 'hsla(174, 66%, 15%, 0.4)', 'hsla(174, 66%, 15%, 0.6)', 'hsla(174, 66%, 15%, 0.8)', 'hsla(174, 66%, 15%, 0.1)', 'hsla(174, 66%, 15%, 0.075)', 'hsla(174, 66%, 15%, 0.05)', 'hsla(174, 66%, 15%, 0.025)', 'hsla(174, 66%, 15%, 0.02)', 'hsla(174, 66%, 15%, 0.01)', 'hsla(165, 50%, 97%, 0.1)', 'hsla(165, 50%, 97%, 0.075)', 'hsla(165, 50%, 97%, 0.05)', 'hsla(165, 50%, 97%, 0.025)', 'hsla(165, 50%, 97%, 0.02)', 'hsla(165, 50%, 97%, 0.01)', 'hsla(168, 48%, 75%, 0.6)', 'hsla(0, 0%, 68%, 0)', 'hsla(0, 0%, 65%, 0.2)', 'hsla(0, 0%, 65%, 0.4)', 'hsla(0, 0%, 65%, 0.6)', 'hsla(0, 0%, 65%, 0.8)', 'hsla(0, 0%, 68%, 1)', 'hsla(0, 0%, 65%, 1)', 'hsla(0, 0%, 62%, 1)', 'hsla(0, 0%, 56%, 1)', 'hsla(0, 0%, 53%, 1)', 'hsla(0, 0%, 50%, 1)', 'hsla(0, 0%, 44%, 1)', 'hsla(0, 0%, 41%, 1)', 'hsla(0, 0%, 38%, 1)', 'hsla(0, 0%, 32%, 1)', 'hsla(0, 0%, 32%, 0)', 'hsla(0, 0%, 32%, 0.2)', 'hsla(0, 0%, 32%, 0.4)', 'hsla(0, 0%, 32%, 0.6)', 'hsla(0, 0%, 32%, 0.8)', 'hsla(0, 0%, 32%, 0.1)', 'hsla(0, 0%, 32%, 0.075)', 'hsla(0, 0%, 32%, 0.05)', 'hsla(0, 0%, 32%, 0.025)', 'hsla(0, 0%, 32%, 0.02)', 'hsla(0, 0%, 32%, 0.01)', 'hsla(0, 0%, 65%, 0.1)', 'hsla(0, 0%, 65%, 0.075)', 'hsla(0, 0%, 65%, 0.05)', 'hsla(0, 0%, 65%, 0.025)', 'hsla(0, 0%, 65%, 0.02)', 'hsla(0, 0%, 65%, 0.01)', 'hsla(0, 0%, 53%, 0.6)', 'hsla(0, 0%, 7%, 0)', 'hsla(0, 0%, 10%, 0.2)', 'hsla(0, 0%, 10%, 0.4)', 'hsla(0, 0%, 10%, 0.6)', 'hsla(0, 0%, 10%, 0.8)', 'hsla(0, 0%, 7%, 1)', 'hsla(0, 0%, 16%, 1)', 'hsla(0, 0%, 19%, 1)', 'hsla(0, 0%, 23%, 1)', 'hsla(0, 0%, 28%, 1)', 'hsla(0, 0%, 43%, 1)', 'hsla(0, 0%, 48%, 1)', 'hsla(0, 0%, 71%, 1)', 'hsla(0, 0%, 93%, 0)', 'hsla(0, 0%, 93%, 0.2)', 'hsla(0, 0%, 93%, 0.4)', 'hsla(0, 0%, 93%, 0.6)', 'hsla(0, 0%, 93%, 0.8)', 'hsla(0, 0%, 93%, 0.1)', 'hsla(0, 0%, 93%, 0.075)', 'hsla(0, 0%, 93%, 0.05)', 'hsla(0, 0%, 93%, 0.025)', 'hsla(0, 0%, 93%, 0.02)', 'hsla(0, 0%, 93%, 0.01)', 'hsla(0, 0%, 10%, 0.1)', 'hsla(0, 0%, 10%, 0.075)', 'hsla(0, 0%, 10%, 0.05)', 'hsla(0, 0%, 10%, 0.025)', 'hsla(0, 0%, 10%, 0.02)', 'hsla(0, 0%, 10%, 0.01)', 'hsla(0, 0%, 23%, 0.6)', 'hsla(216, 43%, 9%, 0)', 'hsla(218, 39%, 11%, 0.2)', 'hsla(218, 39%, 11%, 0.4)', 'hsla(218, 39%, 11%, 0.6)', 'hsla(218, 39%, 11%, 0.8)', 'hsla(215, 42%, 9%, 1)', 'hsla(218, 39%, 11%, 1)', 'hsla(212, 69%, 16%, 1)', 'hsla(209, 100%, 19%, 1)', 'hsla(207, 100%, 23%, 1)', 'hsla(209, 79%, 30%, 1)', 'hsla(211, 66%, 37%, 1)', 'hsla(211, 65%, 45%, 1)', 'hsla(210, 100%, 62%, 1)', 'hsla(210, 100%, 72%, 1)', 'hsla(205, 100%, 88%, 1)', 'hsla(205, 100%, 88%, 0)', 'hsla(205, 100%, 88%, 0.2)', 'hsla(205, 100%, 88%, 0.4)', 'hsla(205, 100%, 88%, 0.6)', 'hsla(205, 100%, 88%, 0.8)', 'hsla(205, 100%, 88%, 0.1)', 'hsla(205, 100%, 88%, 0.075)', 'hsla(205, 100%, 88%, 0.05)', 'hsla(205, 100%, 88%, 0.025)', 'hsla(205, 100%, 88%, 0.02)', 'hsla(205, 100%, 88%, 0.01)', 'hsla(218, 39%, 11%, 0.1)', 'hsla(218, 39%, 11%, 0.075)', 'hsla(218, 39%, 11%, 0.05)', 'hsla(218, 39%, 11%, 0.025)', 'hsla(218, 39%, 11%, 0.02)', 'hsla(218, 39%, 11%, 0.01)', 'hsla(209, 79%, 30%, 0.6)', 'hsla(0, 17%, 8%, 0)', 'hsla(355, 25%, 10%, 0.2)', 'hsla(355, 25%, 10%, 0.4)', 'hsla(355, 25%, 10%, 0.6)', 'hsla(355, 25%, 10%, 0.8)', 'hsla(0, 19%, 8%, 1)', 'hsla(355, 25%, 10%, 1)', 'hsla(350, 53%, 15%, 1)', 'hsla(348, 68%, 19%, 1)', 'hsla(350, 63%, 23%, 1)', 'hsla(352, 53%, 29%, 1)', 'hsla(355, 47%, 37%, 1)', 'hsla(358, 45%, 49%, 1)', 'hsla(360, 79%, 65%, 1)', 'hsla(2, 100%, 79%, 1)', 'hsla(350, 100%, 91%, 1)', 'hsla(350, 100%, 91%, 0)', 'hsla(350, 100%, 91%, 0.2)', 'hsla(350, 100%, 91%, 0.4)', 'hsla(350, 100%, 91%, 0.6)', 'hsla(350, 100%, 91%, 0.8)', 'hsla(350, 100%, 91%, 0.1)', 'hsla(350, 100%, 91%, 0.075)', 'hsla(350, 100%, 91%, 0.05)', 'hsla(350, 100%, 91%, 0.025)', 'hsla(350, 100%, 91%, 0.02)', 'hsla(350, 100%, 91%, 0.01)', 'hsla(355, 25%, 10%, 0.1)', 'hsla(355, 25%, 10%, 0.075)', 'hsla(355, 25%, 10%, 0.05)', 'hsla(355, 25%, 10%, 0.025)', 'hsla(355, 25%, 10%, 0.02)', 'hsla(355, 25%, 10%, 0.01)', 'hsla(352, 53%, 29%, 0.6)', 'hsla(47, 29%, 6%, 0)', 'hsla(45, 29%, 8%, 0.2)', 'hsla(45, 29%, 8%, 0.4)', 'hsla(45, 29%, 8%, 0.6)', 'hsla(45, 29%, 8%, 0.8)', 'hsla(47, 29%, 6%, 1)', 'hsla(45, 29%, 8%, 1)', 'hsla(45, 80%, 10%, 1)', 'hsla(48, 100%, 11%, 1)', 'hsla(47, 100%, 13%, 1)', 'hsla(48, 95%, 16%, 1)', 'hsla(46, 63%, 25%, 1)', 'hsla(45, 60%, 32%, 1)', 'hsla(60, 100%, 67%, 1)', 'hsla(53, 90%, 62%, 1)', 'hsla(53, 79%, 84%, 1)', 'hsla(53, 78%, 84%, 0)', 'hsla(53, 78%, 84%, 0.2)', 'hsla(53, 78%, 84%, 0.4)', 'hsla(53, 78%, 84%, 0.6)', 'hsla(53, 78%, 84%, 0.8)', 'hsla(53, 78%, 84%, 0.1)', 'hsla(53, 78%, 84%, 0.075)', 'hsla(53, 78%, 84%, 0.05)', 'hsla(53, 78%, 84%, 0.025)', 'hsla(53, 78%, 84%, 0.02)', 'hsla(53, 78%, 84%, 0.01)', 'hsla(45, 29%, 8%, 0.1)', 'hsla(45, 29%, 8%, 0.075)', 'hsla(45, 29%, 8%, 0.05)', 'hsla(45, 29%, 8%, 0.025)', 'hsla(45, 29%, 8%, 0.02)', 'hsla(45, 29%, 8%, 0.01)', 'hsla(48, 95%, 16%, 0.6)', 'hsla(154, 20%, 7%, 0)', 'hsla(153, 20%, 9%, 0.2)', 'hsla(153, 20%, 9%, 0.4)', 'hsla(153, 20%, 9%, 0.6)', 'hsla(153, 20%, 9%, 0.8)', 'hsla(154, 20%, 7%, 1)', 'hsla(153, 20%, 9%, 1)', 'hsla(152, 41%, 13%, 1)', 'hsla(154, 55%, 15%, 1)', 'hsla(154, 52%, 19%, 1)', 'hsla(153, 46%, 23%, 1)', 'hsla(152, 44%, 28%, 1)', 'hsla(151, 45%, 34%, 1)', 'hsla(151, 55%, 45%, 1)', 'hsla(151, 65%, 54%, 1)', 'hsla(144, 70%, 82%, 1)', 'hsla(144, 70%, 82%, 0)', 'hsla(144, 70%, 82%, 0.2)', 'hsla(144, 70%, 82%, 0.4)', 'hsla(144, 70%, 82%, 0.6)', 'hsla(144, 70%, 82%, 0.8)', 'hsla(144, 70%, 82%, 0.1)', 'hsla(144, 70%, 82%, 0.075)', 'hsla(144, 70%, 82%, 0.05)', 'hsla(144, 70%, 82%, 0.025)', 'hsla(144, 70%, 82%, 0.02)', 'hsla(144, 70%, 82%, 0.01)', 'hsla(153, 20%, 9%, 0.1)', 'hsla(153, 20%, 9%, 0.075)', 'hsla(153, 20%, 9%, 0.05)', 'hsla(153, 20%, 9%, 0.025)', 'hsla(153, 20%, 9%, 0.02)', 'hsla(153, 20%, 9%, 0.01)', 'hsla(153, 46%, 23%, 0.6)', 'hsla(23, 22%, 7%, 0)', 'hsla(28, 33%, 9%, 0.2)', 'hsla(28, 33%, 9%, 0.4)', 'hsla(28, 33%, 9%, 0.6)', 'hsla(28, 33%, 9%, 0.8)', 'hsla(27, 24%, 7%, 1)', 'hsla(28, 33%, 9%, 1)', 'hsla(29, 65%, 12%, 1)', 'hsla(28, 100%, 14%, 1)', 'hsla(28, 100%, 17%, 1)', 'hsla(27, 79%, 22%, 1)', 'hsla(25, 63%, 30%, 1)', 'hsla(23, 60%, 40%, 1)', 'hsla(26, 100%, 56%, 1)', 'hsla(26, 100%, 67%, 1)', 'hsla(30, 100%, 88%, 1)', 'hsla(30, 100%, 88%, 0)', 'hsla(30, 100%, 88%, 0.2)', 'hsla(30, 100%, 88%, 0.4)', 'hsla(30, 100%, 88%, 0.6)', 'hsla(30, 100%, 88%, 0.8)', 'hsla(30, 100%, 88%, 0.1)', 'hsla(30, 100%, 88%, 0.075)', 'hsla(30, 100%, 88%, 0.05)', 'hsla(30, 100%, 88%, 0.025)', 'hsla(30, 100%, 88%, 0.02)', 'hsla(30, 100%, 88%, 0.01)', 'hsla(28, 33%, 9%, 0.1)', 'hsla(28, 33%, 9%, 0.075)', 'hsla(28, 33%, 9%, 0.05)', 'hsla(28, 33%, 9%, 0.025)', 'hsla(28, 33%, 9%, 0.02)', 'hsla(28, 33%, 9%, 0.01)', 'hsla(27, 79%, 22%, 0.6)', 'hsla(317, 17%, 8%, 0)', 'hsla(316, 29%, 10%, 0.2)', 'hsla(316, 29%, 10%, 0.4)', 'hsla(316, 29%, 10%, 0.6)', 'hsla(316, 29%, 10%, 0.8)', 'hsla(315, 19%, 8%, 1)', 'hsla(316, 29%, 10%, 1)', 'hsla(315, 41%, 15%, 1)', 'hsla(315, 58%, 19%, 1)', 'hsla(318, 52%, 23%, 1)', 'hsla(319, 44%, 29%, 1)', 'hsla(321, 40%, 37%, 1)', 'hsla(322, 40%, 47%, 1)', 'hsla(323, 68%, 59%, 1)', 'hsla(327, 100%, 78%, 1)', 'hsla(326, 92%, 91%, 1)', 'hsla(326, 91%, 91%, 0)', 'hsla(326, 91%, 91%, 0.2)', 'hsla(326, 91%, 91%, 0.4)', 'hsla(326, 91%, 91%, 0.6)', 'hsla(326, 91%, 91%, 0.8)', 'hsla(326, 91%, 91%, 0.1)', 'hsla(326, 91%, 91%, 0.075)', 'hsla(326, 91%, 91%, 0.05)', 'hsla(326, 91%, 91%, 0.025)', 'hsla(326, 91%, 91%, 0.02)', 'hsla(326, 91%, 91%, 0.01)', 'hsla(316, 29%, 10%, 0.1)', 'hsla(316, 29%, 10%, 0.075)', 'hsla(316, 29%, 10%, 0.05)', 'hsla(316, 29%, 10%, 0.025)', 'hsla(316, 29%, 10%, 0.02)', 'hsla(316, 29%, 10%, 0.01)', 'hsla(319, 44%, 29%, 0.6)', 'hsla(282, 22%, 9%, 0)', 'hsla(279, 25%, 11%, 0.2)', 'hsla(279, 25%, 11%, 0.4)', 'hsla(279, 25%, 11%, 0.6)', 'hsla(279, 25%, 11%, 0.8)', 'hsla(282, 23%, 9%, 1)', 'hsla(279, 25%, 11%, 1)', 'hsla(279, 36%, 17%, 1)', 'hsla(277, 39%, 22%, 1)', 'hsla(276, 38%, 26%, 1)', 'hsla(275, 35%, 31%, 1)', 'hsla(274, 33%, 38%, 1)', 'hsla(273, 33%, 50%, 1)', 'hsla(272, 55%, 59%, 1)', 'hsla(272, 100%, 81%, 1)', 'hsla(275, 77%, 92%, 1)', 'hsla(275, 76%, 92%, 0)', 'hsla(275, 76%, 92%, 0.2)', 'hsla(275, 76%, 92%, 0.4)', 'hsla(275, 76%, 92%, 0.6)', 'hsla(275, 76%, 92%, 0.8)', 'hsla(275, 76%, 92%, 0.1)', 'hsla(275, 76%, 92%, 0.075)', 'hsla(275, 76%, 92%, 0.05)', 'hsla(275, 76%, 92%, 0.025)', 'hsla(275, 76%, 92%, 0.02)', 'hsla(275, 76%, 92%, 0.01)', 'hsla(279, 25%, 11%, 0.1)', 'hsla(279, 25%, 11%, 0.075)', 'hsla(279, 25%, 11%, 0.05)', 'hsla(279, 25%, 11%, 0.025)', 'hsla(279, 25%, 11%, 0.02)', 'hsla(279, 25%, 11%, 0.01)', 'hsla(275, 35%, 31%, 0.6)', 'hsla(173, 22%, 7%, 0)', 'hsla(175, 24%, 9%, 0.2)', 'hsla(175, 24%, 9%, 0.4)', 'hsla(175, 24%, 9%, 0.6)', 'hsla(175, 24%, 9%, 0.8)', 'hsla(173, 24%, 7%, 1)', 'hsla(175, 24%, 9%, 1)', 'hsla(174, 55%, 11%, 1)', 'hsla(176, 93%, 12%, 1)', 'hsla(175, 80%, 16%, 1)', 'hsla(174, 63%, 21%, 1)', 'hsla(174, 58%, 26%, 1)', 'hsla(173, 59%, 31%, 1)', 'hsla(172, 85%, 38%, 1)', 'hsla(170, 90%, 45%, 1)', 'hsla(163, 69%, 81%, 1)', 'hsla(163, 69%, 81%, 0)', 'hsla(163, 69%, 81%, 0.2)', 'hsla(163, 69%, 81%, 0.4)', 'hsla(163, 69%, 81%, 0.6)', 'hsla(163, 69%, 81%, 0.8)', 'hsla(163, 69%, 81%, 0.1)', 'hsla(163, 69%, 81%, 0.075)', 'hsla(163, 69%, 81%, 0.05)', 'hsla(163, 69%, 81%, 0.025)', 'hsla(163, 69%, 81%, 0.02)', 'hsla(163, 69%, 81%, 0.01)', 'hsla(175, 24%, 9%, 0.1)', 'hsla(175, 24%, 9%, 0.075)', 'hsla(175, 24%, 9%, 0.05)', 'hsla(175, 24%, 9%, 0.025)', 'hsla(175, 24%, 9%, 0.02)', 'hsla(175, 24%, 9%, 0.01)', 'hsla(174, 63%, 21%, 0.6)', 'hsla(0, 0%, 4%, 0.2)', 'hsla(0, 0%, 4%, 0.4)', 'hsla(0, 0%, 4%, 0.6)', 'hsla(0, 0%, 4%, 0.8)', 'hsla(0, 0%, 99%, 0.2)', 'hsla(0, 0%, 99%, 0.4)', 'hsla(0, 0%, 99%, 0.6)', 'hsla(0, 0%, 99%, 0.8)', 'hsla(216, 100%, 99%, 0.2)', 'hsla(216, 100%, 99%, 0.4)', 'hsla(216, 100%, 99%, 0.6)', 'hsla(216, 100%, 99%, 0.8)', 'hsla(0, 100%, 99%, 0.2)', 'hsla(0, 100%, 99%, 0.4)', 'hsla(0, 100%, 99%, 0.6)', 'hsla(0, 100%, 99%, 0.8)', 'hsla(60, 45%, 98%, 0.2)', 'hsla(60, 45%, 98%, 0.4)', 'hsla(60, 45%, 98%, 0.6)', 'hsla(60, 45%, 98%, 0.8)', 'hsla(140, 60%, 99%, 0.2)', 'hsla(140, 60%, 99%, 0.4)', 'hsla(140, 60%, 99%, 0.6)', 'hsla(140, 60%, 99%, 0.8)', 'hsla(20, 60%, 99%, 0.2)', 'hsla(20, 60%, 99%, 0.4)', 'hsla(20, 60%, 99%, 0.6)', 'hsla(20, 60%, 99%, 0.8)', 'hsla(324, 100%, 99%, 0.2)', 'hsla(324, 100%, 99%, 0.4)', 'hsla(324, 100%, 99%, 0.6)', 'hsla(324, 100%, 99%, 0.8)', 'hsla(300, 60%, 99%, 0.2)', 'hsla(300, 60%, 99%, 0.4)', 'hsla(300, 60%, 99%, 0.6)', 'hsla(300, 60%, 99%, 0.8)', 'hsla(160, 60%, 99%, 0.2)', 'hsla(160, 60%, 99%, 0.4)', 'hsla(160, 60%, 99%, 0.6)', 'hsla(160, 60%, 99%, 0.8)', 'hsla(0, 0%, 68%, 0.2)', 'hsla(0, 0%, 68%, 0.4)', 'hsla(0, 0%, 68%, 0.6)', 'hsla(0, 0%, 68%, 0.8)', 'hsla(0, 0%, 7%, 0.2)', 'hsla(0, 0%, 7%, 0.4)', 'hsla(0, 0%, 7%, 0.6)', 'hsla(0, 0%, 7%, 0.8)', 'hsla(216, 43%, 9%, 0.2)', 'hsla(216, 43%, 9%, 0.4)', 'hsla(216, 43%, 9%, 0.6)', 'hsla(216, 43%, 9%, 0.8)', 'hsla(0, 17%, 8%, 0.2)', 'hsla(0, 17%, 8%, 0.4)', 'hsla(0, 17%, 8%, 0.6)', 'hsla(0, 17%, 8%, 0.8)', 'hsla(47, 29%, 6%, 0.2)', 'hsla(47, 29%, 6%, 0.4)', 'hsla(47, 29%, 6%, 0.6)', 'hsla(47, 29%, 6%, 0.8)', 'hsla(154, 20%, 7%, 0.2)', 'hsla(154, 20%, 7%, 0.4)', 'hsla(154, 20%, 7%, 0.6)', 'hsla(154, 20%, 7%, 0.8)', 'hsla(23, 22%, 7%, 0.2)', 'hsla(23, 22%, 7%, 0.4)', 'hsla(23, 22%, 7%, 0.6)', 'hsla(23, 22%, 7%, 0.8)', 'hsla(317, 17%, 8%, 0.2)', 'hsla(317, 17%, 8%, 0.4)', 'hsla(317, 17%, 8%, 0.6)', 'hsla(317, 17%, 8%, 0.8)', 'hsla(282, 22%, 9%, 0.2)', 'hsla(282, 22%, 9%, 0.4)', 'hsla(282, 22%, 9%, 0.6)', 'hsla(282, 22%, 9%, 0.8)', 'hsla(173, 22%, 7%, 0.2)', 'hsla(173, 22%, 7%, 0.4)', 'hsla(173, 22%, 7%, 0.6)', 'hsla(173, 22%, 7%, 0.8)', ] const ks = [ 'accentBackground', 'accentColor', 'background0', 'background02', 'background04', 'background06', 'background08', 'color1', 'color2', 'color3', 'color4', 'color5', 'color6', 'color7', 'color8', 'color9', 'color10', 'color11', 'color12', 'color0', 'color02', 'color04', 'color06', 'color08', 'color', 'colorHover', 'colorPress', 'colorFocus', 'background', 'backgroundHover', 'backgroundPress', 'backgroundFocus', 'backgroundActive', 'borderColor', 'borderColorHover', 'borderColorFocus', 'borderColorPress', 'placeholderColor', 'colorTransparent', 'black1', 'black2', 'black3', 'black4', 'black5', 'black6', 'black7', 'black8', 'black9', 'black10', 'black11', 'black12', 'white1', 'white2', 'white3', 'white4', 'white5', 'white6', 'white7', 'white8', 'white9', 'white10', 'white11', 'white12', 'white', 'white0', 'white02', 'white04', 'white06', 'white08', 'black', 'black0', 'black02', 'black04', 'black06', 'black08', 'shadow1', 'shadow2', 'shadow3', 'shadow4', 'shadow5', 'shadow6', 'shadow7', 'shadow8', 'highlight1', 'highlight2', 'highlight3', 'highlight4', 'highlight5', 'highlight6', 'highlight7', 'highlight8', 'shadowColor', 'gray1', 'gray2', 'gray3', 'gray4', 'gray5', 'gray6', 'gray7', 'gray8', 'gray9', 'gray10', 'gray11', 'gray12', 'blue1', 'blue2', 'blue3', 'blue4', 'blue5', 'blue6', 'blue7', 'blue8', 'blue9', 'blue10', 'blue11', 'blue12', 'red1', 'red2', 'red3', 'red4', 'red5', 'red6', 'red7', 'red8', 'red9', 'red10', 'red11', 'red12', 'yellow1', 'yellow2', 'yellow3', 'yellow4', 'yellow5', 'yellow6', 'yellow7', 'yellow8', 'yellow9', 'yellow10', 'yellow11', 'yellow12', 'green1', 'green2', 'green3', 'green4', 'green5', 'green6', 'green7', 'green8', 'green9', 'green10', 'green11', 'green12', 'orange1', 'orange2', 'orange3', 'orange4', 'orange5', 'orange6', 'orange7', 'orange8', 'orange9', 'orange10', 'orange11', 'orange12', 'pink1', 'pink2', 'pink3', 'pink4', 'pink5', 'pink6', 'pink7', 'pink8', 'pink9', 'pink10', 'pink11', 'pink12', 'purple1', 'purple2', 'purple3', 'purple4', 'purple5', 'purple6', 'purple7', 'purple8', 'purple9', 'purple10', 'purple11', 'purple12', 'teal1', 'teal2', 'teal3', 'teal4', 'teal5', 'teal6', 'teal7', 'teal8', 'teal9', 'teal10', 'teal11', 'teal12', 'neutral1', 'neutral2', 'neutral3', 'neutral4', 'neutral5', 'neutral6', 'neutral7', 'neutral8', 'neutral9', 'neutral10', 'neutral11', 'neutral12', 'accent1', 'accent2', 'accent3', 'accent4', 'accent5', 'accent6', 'accent7', 'accent8', 'accent9', 'accent10', 'accent11', 'accent12', 'color01', 'color0075', 'color005', 'color0025', 'color002', 'color001', 'background01', 'background0075', 'background005', 'background0025', 'background002', 'background001', 'outlineColor'] const n1 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 18],[26, 18],[27, 23],[28, 8],[29, 7],[30, 9],[31, 9],[32, 8],[33, 10],[34, 9],[35, 10],[36, 11],[37, 15],[38, 19],[39, 24],[40, 25],[41, 26],[42, 27],[43, 28],[44, 29],[45, 30],[46, 31],[47, 32],[48, 33],[49, 34],[50, 35],[51, 36],[52, 37],[53, 38],[54, 39],[55, 40],[56, 41],[57, 42],[58, 43],[59, 44],[60, 45],[61, 46],[62, 47],[63, 48],[64, 49],[65, 50],[66, 51],[67, 52],[68, 53],[69, 54],[70, 55],[71, 56],[72, 57],[73, 58],[74, 59],[75, 60],[76, 61],[77, 62],[78, 63],[79, 64],[80, 65],[81, 58],[82, 66],[83, 67],[84, 68],[85, 69],[86, 70],[87, 51],[88, 71],[89, 72],[90, 73],[91, 62],[92, 74],[93, 75],[94, 76],[95, 77],[96, 78],[97, 79],[98, 80],[99, 81],[100, 82],[101, 83],[102, 84],[103, 85],[104, 86],[105, 87],[106, 88],[107, 89],[108, 90],[109, 91],[110, 92],[111, 93],[112, 94],[113, 95],[114, 96],[115, 97],[116, 98],[117, 99],[118, 100],[119, 101],[120, 102],[121, 103],[122, 104],[123, 105],[124, 106],[125, 107],[126, 108],[127, 109],[128, 110],[129, 111],[130, 112],[131, 113],[132, 114],[133, 115],[134, 116],[135, 117],[136, 118],[137, 119],[138, 120],[139, 121],[140, 122],[141, 123],[142, 124],[143, 125],[144, 126],[145, 127],[146, 128],[147, 129],[148, 130],[149, 131],[150, 132],[151, 133],[152, 134],[153, 135],[154, 136],[155, 137],[156, 138],[157, 139],[158, 140],[159, 141],[160, 142],[161, 143],[162, 144],[163, 145],[164, 146],[165, 147],[166, 148],[167, 149],[168, 150],[169, 151],[170, 152],[171, 153],[172, 154],[173, 155],[174, 156],[175, 157],[176, 158],[177, 159],[178, 160],[179, 161],[180, 162],[181, 163],[182, 164],[183, 165],[184, 166],[185, 167],[186, 168],[187, 169],[188, 170],[189, 171],[190, 172],[191, 173],[192, 174],[193, 175],[194, 176],[195, 177],[196, 178],[197, 179],[198, 180],[199, 181],[200, 182],[201, 183],[202, 184],[203, 42],[204, 185],[205, 186],[206, 187],[207, 188],[208, 189],[209, 190],[210, 191],[211, 192],[212, 193],[213, 194],[214, 0],[215, 17],[216, 16],[217, 195],[218, 196],[219, 197],[220, 198],[221, 1],[222, 11],[223, 7],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[236, 211]]) const n2 = t([[0, 16],[1, 9],[2, 212],[3, 213],[4, 214],[5, 215],[6, 216],[7, 193],[8, 194],[9, 0],[10, 17],[11, 16],[12, 195],[13, 196],[14, 197],[15, 198],[16, 1],[17, 11],[18, 7],[19, 2],[20, 217],[21, 218],[22, 219],[23, 220],[24, 7],[25, 220],[26, 7],[27, 11],[28, 194],[29, 0],[30, 193],[31, 0],[32, 194],[33, 17],[34, 16],[35, 17],[36, 0],[37, 198],[38, 2],[39, 24],[40, 25],[41, 26],[42, 27],[43, 28],[44, 29],[45, 30],[46, 31],[47, 32],[48, 33],[49, 34],[50, 35],[51, 36],[52, 37],[53, 38],[54, 39],[55, 40],[56, 41],[57, 42],[58, 43],[59, 44],[60, 45],[61, 46],[62, 47],[63, 48],[64, 49],[65, 50],[66, 51],[67, 52],[68, 53],[69, 54],[70, 55],[71, 56],[72, 57],[73, 58],[74, 59],[75, 221],[76, 222],[77, 64],[78, 223],[79, 224],[80, 59],[81, 225],[82, 54],[83, 68],[84, 50],[85, 70],[86, 226],[87, 227],[88, 73],[89, 228],[90, 48],[91, 64],[92, 229],[93, 26],[94, 230],[95, 231],[96, 232],[97, 233],[98, 234],[99, 235],[100, 236],[101, 237],[102, 238],[103, 239],[104, 240],[105, 241],[106, 242],[107, 243],[108, 244],[109, 245],[110, 246],[111, 247],[112, 94],[113, 248],[114, 249],[115, 250],[116, 251],[117, 252],[118, 253],[119, 254],[120, 255],[121, 256],[122, 257],[123, 258],[124, 106],[125, 259],[126, 260],[127, 261],[128, 262],[129, 263],[130, 264],[131, 265],[132, 266],[133, 267],[134, 268],[135, 269],[136, 118],[137, 270],[138, 271],[139, 272],[140, 273],[141, 274],[142, 275],[143, 276],[144, 277],[145, 278],[146, 279],[147, 280],[148, 130],[149, 281],[150, 282],[151, 283],[152, 284],[153, 285],[154, 286],[155, 287],[156, 288],[157, 289],[158, 290],[159, 291],[160, 142],[161, 292],[162, 293],[163, 294],[164, 295],[165, 296],[166, 297],[167, 298],[168, 299],[169, 300],[170, 301],[171, 302],[172, 154],[173, 303],[174, 304],[175, 305],[176, 306],[177, 307],[178, 308],[179, 309],[180, 310],[181, 311],[182, 312],[183, 313],[184, 166],[185, 314],[186, 315],[187, 316],[188, 317],[189, 318],[190, 319],[191, 320],[192, 321],[193, 322],[194, 323],[195, 324],[196, 178],[197, 325],[198, 326],[199, 327],[200, 182],[201, 183],[202, 184],[203, 42],[204, 185],[205, 186],[206, 187],[207, 188],[208, 189],[209, 190],[210, 191],[211, 192],[212, 7],[213, 8],[214, 9],[215, 10],[216, 11],[217, 12],[218, 13],[219, 14],[220, 15],[221, 16],[222, 17],[223, 18],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[236, 340]]) const n3 = t([[0, 9],[1, 16],[2, 212],[3, 213],[4, 214],[5, 215],[6, 216],[7, 193],[8, 194],[9, 0],[10, 17],[11, 16],[12, 195],[13, 196],[14, 197],[15, 198],[16, 1],[17, 11],[18, 7],[19, 2],[20, 217],[21, 218],[22, 219],[23, 220],[24, 7],[25, 7],[26, 7],[27, 220],[28, 194],[29, 193],[30, 0],[31, 0],[32, 194],[33, 17],[34, 0],[35, 17],[36, 16],[37, 198],[38, 2],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[236, 340]]) const n4 = t([[0, 1],[1, 0],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 23],[26, 18],[27, 17],[28, 8],[29, 9],[30, 7],[31, 9],[32, 8],[33, 10],[34, 11],[35, 10],[36, 9],[37, 15],[38, 19],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[236, 211]]) const n5 = t([[0, 0],[1, 1],[2, 212],[3, 213],[4, 214],[5, 215],[6, 216],[7, 193],[8, 194],[9, 0],[10, 17],[11, 16],[12, 195],[13, 196],[14, 197],[15, 198],[16, 1],[17, 11],[18, 7],[19, 2],[20, 217],[21, 218],[22, 219],[23, 220],[24, 7],[25, 7],[26, 7],[27, 220],[28, 194],[29, 193],[30, 0],[31, 0],[32, 194],[33, 17],[34, 0],[35, 17],[36, 16],[37, 198],[38, 2],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[236, 340]]) const n6 = t([[0, 0],[1, 1],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 18],[26, 18],[27, 23],[28, 8],[29, 7],[30, 9],[31, 9],[32, 8],[33, 10],[34, 9],[35, 10],[36, 11],[37, 15],[38, 19],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[236, 211]]) const n7 = t([[0, 0],[1, 1],[2, 341],[3, 342],[4, 343],[5, 344],[6, 345],[7, 346],[8, 347],[9, 348],[10, 349],[11, 350],[12, 10],[13, 351],[14, 352],[15, 353],[16, 354],[17, 355],[18, 356],[19, 357],[20, 358],[21, 359],[22, 360],[23, 361],[24, 356],[25, 356],[26, 356],[27, 361],[28, 347],[29, 346],[30, 348],[31, 348],[32, 347],[33, 349],[34, 348],[35, 349],[36, 350],[37, 353],[38, 357],[224, 362],[225, 363],[226, 364],[227, 365],[228, 366],[229, 367],[230, 368],[231, 369],[232, 370],[233, 371],[234, 372],[235, 373],[236, 374]]) const n8 = t([[0, 0],[1, 1],[2, 375],[3, 376],[4, 377],[5, 378],[6, 379],[7, 380],[8, 381],[9, 382],[10, 383],[11, 384],[12, 385],[13, 386],[14, 387],[15, 388],[16, 389],[17, 390],[18, 391],[19, 392],[20, 393],[21, 394],[22, 395],[23, 396],[24, 391],[25, 391],[26, 391],[27, 396],[28, 381],[29, 380],[30, 382],[31, 382],[32, 381],[33, 383],[34, 382],[35, 383],[36, 384],[37, 388],[38, 392],[224, 397],[225, 398],[226, 399],[227, 400],[228, 401],[229, 402],[230, 403],[231, 404],[232, 405],[233, 406],[234, 407],[235, 408],[236, 409]]) const n9 = t([[0, 0],[1, 1],[2, 410],[3, 411],[4, 412],[5, 413],[6, 414],[7, 415],[8, 416],[9, 417],[10, 418],[11, 419],[12, 420],[13, 421],[14, 422],[15, 423],[16, 424],[17, 425],[18, 426],[19, 427],[20, 428],[21, 429],[22, 430],[23, 431],[24, 426],[25, 426],[26, 426],[27, 431],[28, 416],[29, 415],[30, 417],[31, 417],[32, 416],[33, 418],[34, 417],[35, 418],[36, 419],[37, 423],[38, 427],[224, 432],[225, 433],[226, 434],[227, 435],[228, 436],[229, 437],[230, 438],[231, 439],[232, 440],[233, 441],[234, 442],[235, 443],[236, 444]]) const n10 = t([[0, 0],[1, 1],[2, 445],[3, 446],[4, 447],[5, 448],[6, 449],[7, 450],[8, 451],[9, 452],[10, 453],[11, 454],[12, 455],[13, 456],[14, 457],[15, 458],[16, 459],[17, 460],[18, 461],[19, 462],[20, 463],[21, 464],[22, 465],[23, 466],[24, 461],[25, 461],[26, 461],[27, 466],[28, 451],[29, 450],[30, 452],[31, 452],[32, 451],[33, 453],[34, 452],[35, 453],[36, 454],[37, 458],[38, 462],[224, 467],[225, 468],[226, 469],[227, 470],[228, 471],[229, 472],[230, 473],[231, 474],[232, 475],[233, 476],[234, 477],[235, 478],[236, 479]]) const n11 = t([[0, 0],[1, 1],[2, 480],[3, 481],[4, 482],[5, 483],[6, 484],[7, 485],[8, 486],[9, 487],[10, 488],[11, 489],[12, 490],[13, 491],[14, 492],[15, 493],[16, 494],[17, 495],[18, 496],[19, 497],[20, 498],[21, 499],[22, 500],[23, 501],[24, 496],[25, 496],[26, 496],[27, 501],[28, 486],[29, 485],[30, 487],[31, 487],[32, 486],[33, 488],[34, 487],[35, 488],[36, 489],[37, 493],[38, 497],[224, 502],[225, 503],[226, 504],[227, 505],[228, 506],[229, 507],[230, 508],[231, 509],[232, 510],[233, 511],[234, 512],[235, 513],[236, 514]]) const n12 = t([[0, 0],[1, 1],[2, 515],[3, 516],[4, 517],[5, 518],[6, 519],[7, 520],[8, 521],[9, 522],[10, 523],[11, 524],[12, 525],[13, 526],[14, 527],[15, 528],[16, 529],[17, 530],[18, 531],[19, 532],[20, 533],[21, 534],[22, 535],[23, 536],[24, 531],[25, 531],[26, 531],[27, 536],[28, 521],[29, 520],[30, 522],[31, 522],[32, 521],[33, 523],[34, 522],[35, 523],[36, 524],[37, 528],[38, 532],[224, 537],[225, 538],[226, 539],[227, 540],[228, 541],[229, 542],[230, 543],[231, 544],[232, 545],[233, 546],[234, 547],[235, 548],[236, 549]]) const n13 = t([[0, 0],[1, 1],[2, 550],[3, 551],[4, 552],[5, 553],[6, 554],[7, 555],[8, 556],[9, 557],[10, 558],[11, 559],[12, 560],[13, 561],[14, 562],[15, 563],[16, 564],[17, 565],[18, 566],[19, 567],[20, 568],[21, 569],[22, 570],[23, 571],[24, 566],[25, 566],[26, 566],[27, 571],[28, 556],[29, 555],[30, 557],[31, 557],[32, 556],[33, 558],[34, 557],[35, 558],[36, 559],[37, 563],[38, 567],[224, 572],[225, 573],[226, 574],[227, 575],[228, 576],[229, 577],[230, 578],[231, 579],[232, 580],[233, 581],[234, 582],[235, 583],[236, 584]]) const n14 = t([[0, 0],[1, 1],[2, 585],[3, 586],[4, 587],[5, 588],[6, 589],[7, 590],[8, 591],[9, 592],[10, 593],[11, 594],[12, 595],[13, 596],[14, 597],[15, 598],[16, 599],[17, 600],[18, 601],[19, 602],[20, 603],[21, 604],[22, 605],[23, 606],[24, 601],[25, 601],[26, 601],[27, 606],[28, 591],[29, 590],[30, 592],[31, 592],[32, 591],[33, 593],[34, 592],[35, 593],[36, 594],[37, 598],[38, 602],[224, 607],[225, 608],[226, 609],[227, 610],[228, 611],[229, 612],[230, 613],[231, 614],[232, 615],[233, 616],[234, 617],[235, 618],[236, 619]]) const n15 = t([[0, 0],[1, 1],[2, 620],[3, 621],[4, 622],[5, 623],[6, 624],[7, 625],[8, 626],[9, 627],[10, 628],[11, 629],[12, 630],[13, 631],[14, 632],[15, 633],[16, 634],[17, 635],[18, 636],[19, 637],[20, 638],[21, 639],[22, 640],[23, 641],[24, 636],[25, 636],[26, 636],[27, 641],[28, 626],[29, 625],[30, 627],[31, 627],[32, 626],[33, 628],[34, 627],[35, 628],[36, 629],[37, 633],[38, 637],[224, 642],[225, 643],[226, 644],[227, 645],[228, 646],[229, 647],[230, 648],[231, 649],[232, 650],[233, 651],[234, 652],[235, 653],[236, 654]]) const n16 = t([[0, 0],[1, 1],[2, 655],[3, 656],[4, 657],[5, 658],[6, 659],[7, 660],[8, 661],[9, 662],[10, 13],[11, 663],[12, 664],[13, 665],[14, 197],[15, 666],[16, 667],[17, 668],[18, 669],[19, 670],[20, 671],[21, 672],[22, 673],[23, 674],[24, 669],[25, 669],[26, 669],[27, 674],[28, 661],[29, 660],[30, 662],[31, 662],[32, 661],[33, 13],[34, 662],[35, 13],[36, 663],[37, 666],[38, 670],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[236, 687]]) const n17 = t([[0, 16],[1, 9],[2, 212],[3, 213],[4, 214],[5, 215],[6, 216],[7, 193],[8, 194],[9, 0],[10, 17],[11, 16],[12, 195],[13, 196],[14, 197],[15, 198],[16, 1],[17, 11],[18, 7],[19, 2],[20, 217],[21, 218],[22, 219],[23, 220],[24, 7],[25, 220],[26, 7],[27, 11],[28, 194],[29, 0],[30, 193],[31, 0],[32, 194],[33, 17],[34, 16],[35, 17],[36, 0],[37, 198],[38, 2],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[236, 340]]) const n18 = t([[0, 16],[1, 9],[2, 2],[3, 3],[4, 4],[5, 5],[6, 6],[7, 7],[8, 8],[9, 9],[10, 10],[11, 11],[12, 12],[13, 13],[14, 14],[15, 15],[16, 16],[17, 17],[18, 18],[19, 19],[20, 20],[21, 21],[22, 22],[23, 23],[24, 18],[25, 23],[26, 18],[27, 17],[28, 8],[29, 9],[30, 7],[31, 9],[32, 8],[33, 10],[34, 11],[35, 10],[36, 9],[37, 15],[38, 19],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[236, 211]]) const n19 = t([[0, 16],[1, 9],[2, 688],[3, 689],[4, 690],[5, 691],[6, 692],[7, 693],[8, 0],[9, 356],[10, 694],[11, 695],[12, 696],[13, 697],[14, 668],[15, 698],[16, 699],[17, 700],[18, 9],[19, 701],[20, 702],[21, 703],[22, 704],[23, 705],[24, 9],[25, 705],[26, 9],[27, 700],[28, 0],[29, 356],[30, 693],[31, 356],[32, 0],[33, 694],[34, 695],[35, 694],[36, 356],[37, 698],[38, 701],[224, 706],[225, 707],[226, 708],[227, 709],[228, 710],[229, 711],[230, 712],[231, 713],[232, 714],[233, 715],[234, 716],[235, 717],[236, 718]]) const n20 = t([[0, 16],[1, 9],[2, 719],[3, 720],[4, 721],[5, 722],[6, 723],[7, 724],[8, 725],[9, 726],[10, 727],[11, 728],[12, 729],[13, 730],[14, 731],[15, 388],[16, 732],[17, 733],[18, 734],[19, 735],[20, 736],[21, 737],[22, 738],[23, 739],[24, 734],[25, 739],[26, 734],[27, 733],[28, 725],[29, 726],[30, 724],[31, 726],[32, 725],[33, 727],[34, 728],[35, 727],[36, 726],[37, 388],[38, 735],[224, 740],[225, 741],[226, 742],[227, 743],[228, 744],[229, 745],[230, 746],[231, 747],[232, 748],[233, 749],[234, 750],[235, 751],[236, 752]]) const n21 = t([[0, 16],[1, 9],[2, 753],[3, 754],[4, 755],[5, 756],[6, 757],[7, 758],[8, 759],[9, 760],[10, 761],[11, 762],[12, 763],[13, 764],[14, 765],[15, 423],[16, 766],[17, 767],[18, 768],[19, 769],[20, 770],[21, 771],[22, 772],[23, 773],[24, 768],[25, 773],[26, 768],[27, 767],[28, 759],[29, 760],[30, 758],[31, 760],[32, 759],[33, 761],[34, 762],[35, 761],[36, 760],[37, 423],[38, 769],[224, 774],[225, 775],[226, 776],[227, 777],[228, 778],[229, 779],[230, 780],[231, 781],[232, 782],[233, 783],[234, 784],[235, 785],[236, 786]]) const n22 = t([[0, 16],[1, 9],[2, 787],[3, 788],[4, 789],[5, 790],[6, 791],[7, 792],[8, 793],[9, 794],[10, 795],[11, 796],[12, 797],[13, 798],[14, 799],[15, 458],[16, 800],[17, 801],[18, 802],[19, 803],[20, 804],[21, 805],[22, 806],[23, 807],[24, 802],[25, 807],[26, 802],[27, 801],[28, 793],[29, 794],[30, 792],[31, 794],[32, 793],[33, 795],[34, 796],[35, 795],[36, 794],[37, 458],[38, 803],[224, 808],[225, 809],[226, 810],[227, 811],[228, 812],[229, 813],[230, 814],[231, 815],[232, 816],[233, 817],[234, 818],[235, 819],[236, 820]]) const n23 = t([[0, 16],[1, 9],[2, 821],[3, 822],[4, 823],[5, 824],[6, 825],[7, 826],[8, 827],[9, 828],[10, 829],[11, 830],[12, 831],[13, 832],[14, 833],[15, 493],[16, 834],[17, 835],[18, 836],[19, 837],[20, 838],[21, 839],[22, 840],[23, 841],[24, 836],[25, 841],[26, 836],[27, 835],[28, 827],[29, 828],[30, 826],[31, 828],[32, 827],[33, 829],[34, 830],[35, 829],[36, 828],[37, 493],[38, 837],[224, 842],[225, 843],[226, 844],[227, 845],[228, 846],[229, 847],[230, 848],[231, 849],[232, 850],[233, 851],[234, 852],[235, 853],[236, 854]]) const n24 = t([[0, 16],[1, 9],[2, 855],[3, 856],[4, 857],[5, 858],[6, 859],[7, 860],[8, 861],[9, 862],[10, 863],[11, 864],[12, 865],[13, 866],[14, 867],[15, 528],[16, 868],[17, 869],[18, 870],[19, 871],[20, 872],[21, 873],[22, 874],[23, 875],[24, 870],[25, 875],[26, 870],[27, 869],[28, 861],[29, 862],[30, 860],[31, 862],[32, 861],[33, 863],[34, 864],[35, 863],[36, 862],[37, 528],[38, 871],[224, 876],[225, 877],[226, 878],[227, 879],[228, 880],[229, 881],[230, 882],[231, 883],[232, 884],[233, 885],[234, 886],[235, 887],[236, 888]]) const n25 = t([[0, 16],[1, 9],[2, 889],[3, 890],[4, 891],[5, 892],[6, 893],[7, 894],[8, 895],[9, 896],[10, 897],[11, 898],[12, 899],[13, 900],[14, 901],[15, 563],[16, 902],[17, 903],[18, 904],[19, 905],[20, 906],[21, 907],[22, 908],[23, 909],[24, 904],[25, 909],[26, 904],[27, 903],[28, 895],[29, 896],[30, 894],[31, 896],[32, 895],[33, 897],[34, 898],[35, 897],[36, 896],[37, 563],[38, 905],[224, 910],[225, 911],[226, 912],[227, 913],[228, 914],[229, 915],[230, 916],[231, 917],[232, 918],[233, 919],[234, 920],[235, 921],[236, 922]]) const n26 = t([[0, 16],[1, 9],[2, 923],[3, 924],[4, 925],[5, 926],[6, 927],[7, 928],[8, 929],[9, 930],[10, 931],[11, 932],[12, 933],[13, 934],[14, 935],[15, 598],[16, 936],[17, 937],[18, 938],[19, 939],[20, 940],[21, 941],[22, 942],[23, 943],[24, 938],[25, 943],[26, 938],[27, 937],[28, 929],[29, 930],[30, 928],[31, 930],[32, 929],[33, 931],[34, 932],[35, 931],[36, 930],[37, 598],[38, 939],[224, 944],[225, 945],[226, 946],[227, 947],[228, 948],[229, 949],[230, 950],[231, 951],[232, 952],[233, 953],[234, 954],[235, 955],[236, 956]]) const n27 = t([[0, 16],[1, 9],[2, 957],[3, 958],[4, 959],[5, 960],[6, 961],[7, 962],[8, 963],[9, 964],[10, 965],[11, 966],[12, 967],[13, 968],[14, 969],[15, 633],[16, 970],[17, 971],[18, 972],[19, 973],[20, 974],[21, 975],[22, 976],[23, 977],[24, 972],[25, 977],[26, 972],[27, 971],[28, 963],[29, 964],[30, 962],[31, 964],[32, 963],[33, 965],[34, 966],[35, 965],[36, 964],[37, 633],[38, 973],[224, 978],[225, 979],[226, 980],[227, 981],[228, 982],[229, 983],[230, 984],[231, 985],[232, 986],[233, 987],[234, 988],[235, 989],[236, 990]]) const n28 = t([[0, 16],[1, 9],[2, 655],[3, 656],[4, 657],[5, 658],[6, 659],[7, 660],[8, 661],[9, 662],[10, 13],[11, 663],[12, 664],[13, 665],[14, 197],[15, 666],[16, 667],[17, 668],[18, 669],[19, 670],[20, 671],[21, 672],[22, 673],[23, 674],[24, 669],[25, 674],[26, 669],[27, 668],[28, 661],[29, 662],[30, 660],[31, 662],[32, 661],[33, 13],[34, 663],[35, 13],[36, 662],[37, 666],[38, 670],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[236, 687]]) const n29 = t([[24, 17],[25, 17],[26, 17],[27, 18],[28, 9],[29, 8],[30, 10],[31, 11],[32, 9],[33, 11],[34, 10],[35, 11],[36, 12],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[3, 3],[4, 4],[5, 5],[6, 6],[236, 211]]) const n30 = t([[24, 17],[25, 17],[26, 17],[27, 18],[28, 10],[29, 9],[30, 11],[31, 13],[32, 10],[33, 12],[34, 11],[35, 12],[36, 13],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[3, 3],[4, 4],[5, 5],[6, 6],[236, 211]]) const n31 = t([[24, 11],[25, 7],[26, 11],[27, 1],[28, 0],[29, 17],[30, 194],[31, 16],[32, 0],[33, 16],[34, 195],[35, 16],[36, 17],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[3, 213],[4, 214],[5, 215],[6, 216],[236, 340]]) const n32 = t([[24, 11],[25, 7],[26, 11],[27, 1],[28, 17],[29, 16],[30, 0],[31, 196],[32, 17],[33, 195],[34, 196],[35, 195],[36, 16],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[3, 213],[4, 214],[5, 215],[6, 216],[236, 340]]) const n33 = t([[0, 1],[1, 0],[2, 2],[3, 213],[4, 214],[5, 215],[6, 216],[7, 7],[8, 11],[9, 1],[10, 198],[11, 197],[12, 196],[13, 195],[14, 16],[15, 17],[16, 0],[17, 194],[18, 193],[19, 212],[20, 991],[21, 992],[22, 993],[23, 994],[24, 193],[25, 193],[26, 193],[27, 994],[28, 11],[29, 7],[30, 1],[31, 1],[32, 11],[33, 198],[34, 1],[35, 198],[36, 197],[37, 17],[38, 212],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[236, 340]]) const n34 = t([[24, 11],[25, 11],[26, 11],[27, 7],[28, 0],[29, 194],[30, 17],[31, 16],[32, 0],[33, 16],[34, 17],[35, 16],[36, 195],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[3, 213],[4, 214],[5, 215],[6, 216],[236, 340]]) const n35 = t([[24, 11],[25, 11],[26, 11],[27, 7],[28, 17],[29, 0],[30, 16],[31, 196],[32, 17],[33, 195],[34, 16],[35, 195],[36, 196],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[3, 213],[4, 214],[5, 215],[6, 216],[236, 340]]) const n36 = t([[0, 1],[1, 0],[2, 19],[3, 3],[4, 4],[5, 5],[6, 6],[7, 18],[8, 17],[9, 16],[10, 15],[11, 14],[12, 13],[13, 12],[14, 11],[15, 10],[16, 9],[17, 8],[18, 7],[19, 2],[20, 217],[21, 218],[22, 219],[23, 220],[24, 7],[25, 7],[26, 7],[27, 220],[28, 17],[29, 18],[30, 16],[31, 16],[32, 17],[33, 15],[34, 16],[35, 15],[36, 14],[37, 10],[38, 2],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[236, 211]]) const n37 = t([[0, 1],[1, 0],[2, 357],[3, 342],[4, 343],[5, 344],[6, 345],[7, 356],[8, 355],[9, 354],[10, 353],[11, 352],[12, 351],[13, 10],[14, 350],[15, 349],[16, 348],[17, 347],[18, 346],[19, 341],[20, 995],[21, 996],[22, 997],[23, 998],[24, 346],[25, 346],[26, 346],[27, 998],[28, 355],[29, 356],[30, 354],[31, 354],[32, 355],[33, 353],[34, 354],[35, 353],[36, 352],[37, 349],[38, 341],[224, 362],[225, 363],[226, 364],[227, 365],[228, 366],[229, 367],[230, 368],[231, 369],[232, 370],[233, 371],[234, 372],[235, 373],[236, 374]]) const n38 = t([[24, 355],[25, 355],[26, 355],[27, 356],[28, 348],[29, 347],[30, 349],[31, 350],[32, 348],[33, 350],[34, 349],[35, 350],[36, 10],[224, 362],[225, 363],[226, 364],[227, 365],[228, 366],[229, 367],[230, 368],[231, 369],[232, 370],[233, 371],[234, 372],[235, 373],[3, 342],[4, 343],[5, 344],[6, 345],[236, 374]]) const n39 = t([[24, 355],[25, 355],[26, 355],[27, 356],[28, 349],[29, 348],[30, 350],[31, 351],[32, 349],[33, 10],[34, 350],[35, 10],[36, 351],[224, 362],[225, 363],[226, 364],[227, 365],[228, 366],[229, 367],[230, 368],[231, 369],[232, 370],[233, 371],[234, 372],[235, 373],[3, 342],[4, 343],[5, 344],[6, 345],[236, 374]]) const n40 = t([[0, 1],[1, 0],[2, 392],[3, 376],[4, 377],[5, 378],[6, 379],[7, 391],[8, 390],[9, 389],[10, 388],[11, 387],[12, 386],[13, 385],[14, 384],[15, 383],[16, 382],[17, 381],[18, 380],[19, 375],[20, 999],[21, 1000],[22, 1001],[23, 1002],[24, 380],[25, 380],[26, 380],[27, 1002],[28, 390],[29, 391],[30, 389],[31, 389],[32, 390],[33, 388],[34, 389],[35, 388],[36, 387],[37, 383],[38, 375],[224, 397],[225, 398],[226, 399],[227, 400],[228, 401],[229, 402],[230, 403],[231, 404],[232, 405],[233, 406],[234, 407],[235, 408],[236, 409]]) const n41 = t([[24, 390],[25, 390],[26, 390],[27, 391],[28, 382],[29, 381],[30, 383],[31, 384],[32, 382],[33, 384],[34, 383],[35, 384],[36, 385],[224, 397],[225, 398],[226, 399],[227, 400],[228, 401],[229, 402],[230, 403],[231, 404],[232, 405],[233, 406],[234, 407],[235, 408],[3, 376],[4, 377],[5, 378],[6, 379],[236, 409]]) const n42 = t([[24, 390],[25, 390],[26, 390],[27, 391],[28, 383],[29, 382],[30, 384],[31, 386],[32, 383],[33, 385],[34, 384],[35, 385],[36, 386],[224, 397],[225, 398],[226, 399],[227, 400],[228, 401],[229, 402],[230, 403],[231, 404],[232, 405],[233, 406],[234, 407],[235, 408],[3, 376],[4, 377],[5, 378],[6, 379],[236, 409]]) const n43 = t([[0, 1],[1, 0],[2, 427],[3, 411],[4, 412],[5, 413],[6, 414],[7, 426],[8, 425],[9, 424],[10, 423],[11, 422],[12, 421],[13, 420],[14, 419],[15, 418],[16, 417],[17, 416],[18, 415],[19, 410],[20, 1003],[21, 1004],[22, 1005],[23, 1006],[24, 415],[25, 415],[26, 415],[27, 1006],[28, 425],[29, 426],[30, 424],[31, 424],[32, 425],[33, 423],[34, 424],[35, 423],[36, 422],[37, 418],[38, 410],[224, 432],[225, 433],[226, 434],[227, 435],[228, 436],[229, 437],[230, 438],[231, 439],[232, 440],[233, 441],[234, 442],[235, 443],[236, 444]]) const n44 = t([[24, 425],[25, 425],[26, 425],[27, 426],[28, 417],[29, 416],[30, 418],[31, 419],[32, 417],[33, 419],[34, 418],[35, 419],[36, 420],[224, 432],[225, 433],[226, 434],[227, 435],[228, 436],[229, 437],[230, 438],[231, 439],[232, 440],[233, 441],[234, 442],[235, 443],[3, 411],[4, 412],[5, 413],[6, 414],[236, 444]]) const n45 = t([[24, 425],[25, 425],[26, 425],[27, 426],[28, 418],[29, 417],[30, 419],[31, 421],[32, 418],[33, 420],[34, 419],[35, 420],[36, 421],[224, 432],[225, 433],[226, 434],[227, 435],[228, 436],[229, 437],[230, 438],[231, 439],[232, 440],[233, 441],[234, 442],[235, 443],[3, 411],[4, 412],[5, 413],[6, 414],[236, 444]]) const n46 = t([[0, 1],[1, 0],[2, 462],[3, 446],[4, 447],[5, 448],[6, 449],[7, 461],[8, 460],[9, 459],[10, 458],[11, 457],[12, 456],[13, 455],[14, 454],[15, 453],[16, 452],[17, 451],[18, 450],[19, 445],[20, 1007],[21, 1008],[22, 1009],[23, 1010],[24, 450],[25, 450],[26, 450],[27, 1010],[28, 460],[29, 461],[30, 459],[31, 459],[32, 460],[33, 458],[34, 459],[35, 458],[36, 457],[37, 453],[38, 445],[224, 467],[225, 468],[226, 469],[227, 470],[228, 471],[229, 472],[230, 473],[231, 474],[232, 475],[233, 476],[234, 477],[235, 478],[236, 479]]) const n47 = t([[24, 460],[25, 460],[26, 460],[27, 461],[28, 452],[29, 451],[30, 453],[31, 454],[32, 452],[33, 454],[34, 453],[35, 454],[36, 455],[224, 467],[225, 468],[226, 469],[227, 470],[228, 471],[229, 472],[230, 473],[231, 474],[232, 475],[233, 476],[234, 477],[235, 478],[3, 446],[4, 447],[5, 448],[6, 449],[236, 479]]) const n48 = t([[24, 460],[25, 460],[26, 460],[27, 461],[28, 453],[29, 452],[30, 454],[31, 456],[32, 453],[33, 455],[34, 454],[35, 455],[36, 456],[224, 467],[225, 468],[226, 469],[227, 470],[228, 471],[229, 472],[230, 473],[231, 474],[232, 475],[233, 476],[234, 477],[235, 478],[3, 446],[4, 447],[5, 448],[6, 449],[236, 479]]) const n49 = t([[0, 1],[1, 0],[2, 497],[3, 481],[4, 482],[5, 483],[6, 484],[7, 496],[8, 495],[9, 494],[10, 493],[11, 492],[12, 491],[13, 490],[14, 489],[15, 488],[16, 487],[17, 486],[18, 485],[19, 480],[20, 1011],[21, 1012],[22, 1013],[23, 1014],[24, 485],[25, 485],[26, 485],[27, 1014],[28, 495],[29, 496],[30, 494],[31, 494],[32, 495],[33, 493],[34, 494],[35, 493],[36, 492],[37, 488],[38, 480],[224, 502],[225, 503],[226, 504],[227, 505],[228, 506],[229, 507],[230, 508],[231, 509],[232, 510],[233, 511],[234, 512],[235, 513],[236, 514]]) const n50 = t([[24, 495],[25, 495],[26, 495],[27, 496],[28, 487],[29, 486],[30, 488],[31, 489],[32, 487],[33, 489],[34, 488],[35, 489],[36, 490],[224, 502],[225, 503],[226, 504],[227, 505],[228, 506],[229, 507],[230, 508],[231, 509],[232, 510],[233, 511],[234, 512],[235, 513],[3, 481],[4, 482],[5, 483],[6, 484],[236, 514]]) const n51 = t([[24, 495],[25, 495],[26, 495],[27, 496],[28, 488],[29, 487],[30, 489],[31, 491],[32, 488],[33, 490],[34, 489],[35, 490],[36, 491],[224, 502],[225, 503],[226, 504],[227, 505],[228, 506],[229, 507],[230, 508],[231, 509],[232, 510],[233, 511],[234, 512],[235, 513],[3, 481],[4, 482],[5, 483],[6, 484],[236, 514]]) const n52 = t([[0, 1],[1, 0],[2, 532],[3, 516],[4, 517],[5, 518],[6, 519],[7, 531],[8, 530],[9, 529],[10, 528],[11, 527],[12, 526],[13, 525],[14, 524],[15, 523],[16, 522],[17, 521],[18, 520],[19, 515],[20, 1015],[21, 1016],[22, 1017],[23, 1018],[24, 520],[25, 520],[26, 520],[27, 1018],[28, 530],[29, 531],[30, 529],[31, 529],[32, 530],[33, 528],[34, 529],[35, 528],[36, 527],[37, 523],[38, 515],[224, 537],[225, 538],[226, 539],[227, 540],[228, 541],[229, 542],[230, 543],[231, 544],[232, 545],[233, 546],[234, 547],[235, 548],[236, 549]]) const n53 = t([[24, 530],[25, 530],[26, 530],[27, 531],[28, 522],[29, 521],[30, 523],[31, 524],[32, 522],[33, 524],[34, 523],[35, 524],[36, 525],[224, 537],[225, 538],[226, 539],[227, 540],[228, 541],[229, 542],[230, 543],[231, 544],[232, 545],[233, 546],[234, 547],[235, 548],[3, 516],[4, 517],[5, 518],[6, 519],[236, 549]]) const n54 = t([[24, 530],[25, 530],[26, 530],[27, 531],[28, 523],[29, 522],[30, 524],[31, 526],[32, 523],[33, 525],[34, 524],[35, 525],[36, 526],[224, 537],[225, 538],[226, 539],[227, 540],[228, 541],[229, 542],[230, 543],[231, 544],[232, 545],[233, 546],[234, 547],[235, 548],[3, 516],[4, 517],[5, 518],[6, 519],[236, 549]]) const n55 = t([[0, 1],[1, 0],[2, 567],[3, 551],[4, 552],[5, 553],[6, 554],[7, 566],[8, 565],[9, 564],[10, 563],[11, 562],[12, 561],[13, 560],[14, 559],[15, 558],[16, 557],[17, 556],[18, 555],[19, 550],[20, 1019],[21, 1020],[22, 1021],[23, 1022],[24, 555],[25, 555],[26, 555],[27, 1022],[28, 565],[29, 566],[30, 564],[31, 564],[32, 565],[33, 563],[34, 564],[35, 563],[36, 562],[37, 558],[38, 550],[224, 572],[225, 573],[226, 574],[227, 575],[228, 576],[229, 577],[230, 578],[231, 579],[232, 580],[233, 581],[234, 582],[235, 583],[236, 584]]) const n56 = t([[24, 565],[25, 565],[26, 565],[27, 566],[28, 557],[29, 556],[30, 558],[31, 559],[32, 557],[33, 559],[34, 558],[35, 559],[36, 560],[224, 572],[225, 573],[226, 574],[227, 575],[228, 576],[229, 577],[230, 578],[231, 579],[232, 580],[233, 581],[234, 582],[235, 583],[3, 551],[4, 552],[5, 553],[6, 554],[236, 584]]) const n57 = t([[24, 565],[25, 565],[26, 565],[27, 566],[28, 558],[29, 557],[30, 559],[31, 561],[32, 558],[33, 560],[34, 559],[35, 560],[36, 561],[224, 572],[225, 573],[226, 574],[227, 575],[228, 576],[229, 577],[230, 578],[231, 579],[232, 580],[233, 581],[234, 582],[235, 583],[3, 551],[4, 552],[5, 553],[6, 554],[236, 584]]) const n58 = t([[0, 1],[1, 0],[2, 602],[3, 586],[4, 587],[5, 588],[6, 589],[7, 601],[8, 600],[9, 599],[10, 598],[11, 597],[12, 596],[13, 595],[14, 594],[15, 593],[16, 592],[17, 591],[18, 590],[19, 585],[20, 1023],[21, 1024],[22, 1025],[23, 1026],[24, 590],[25, 590],[26, 590],[27, 1026],[28, 600],[29, 601],[30, 599],[31, 599],[32, 600],[33, 598],[34, 599],[35, 598],[36, 597],[37, 593],[38, 585],[224, 607],[225, 608],[226, 609],[227, 610],[228, 611],[229, 612],[230, 613],[231, 614],[232, 615],[233, 616],[234, 617],[235, 618],[236, 619]]) const n59 = t([[24, 600],[25, 600],[26, 600],[27, 601],[28, 592],[29, 591],[30, 593],[31, 594],[32, 592],[33, 594],[34, 593],[35, 594],[36, 595],[224, 607],[225, 608],[226, 609],[227, 610],[228, 611],[229, 612],[230, 613],[231, 614],[232, 615],[233, 616],[234, 617],[235, 618],[3, 586],[4, 587],[5, 588],[6, 589],[236, 619]]) const n60 = t([[24, 600],[25, 600],[26, 600],[27, 601],[28, 593],[29, 592],[30, 594],[31, 596],[32, 593],[33, 595],[34, 594],[35, 595],[36, 596],[224, 607],[225, 608],[226, 609],[227, 610],[228, 611],[229, 612],[230, 613],[231, 614],[232, 615],[233, 616],[234, 617],[235, 618],[3, 586],[4, 587],[5, 588],[6, 589],[236, 619]]) const n61 = t([[0, 1],[1, 0],[2, 637],[3, 621],[4, 622],[5, 623],[6, 624],[7, 636],[8, 635],[9, 634],[10, 633],[11, 632],[12, 631],[13, 630],[14, 629],[15, 628],[16, 627],[17, 626],[18, 625],[19, 620],[20, 1027],[21, 1028],[22, 1029],[23, 1030],[24, 625],[25, 625],[26, 625],[27, 1030],[28, 635],[29, 636],[30, 634],[31, 634],[32, 635],[33, 633],[34, 634],[35, 633],[36, 632],[37, 628],[38, 620],[224, 642],[225, 643],[226, 644],[227, 645],[228, 646],[229, 647],[230, 648],[231, 649],[232, 650],[233, 651],[234, 652],[235, 653],[236, 654]]) const n62 = t([[24, 635],[25, 635],[26, 635],[27, 636],[28, 627],[29, 626],[30, 628],[31, 629],[32, 627],[33, 629],[34, 628],[35, 629],[36, 630],[224, 642],[225, 643],[226, 644],[227, 645],[228, 646],[229, 647],[230, 648],[231, 649],[232, 650],[233, 651],[234, 652],[235, 653],[3, 621],[4, 622],[5, 623],[6, 624],[236, 654]]) const n63 = t([[24, 635],[25, 635],[26, 635],[27, 636],[28, 628],[29, 627],[30, 629],[31, 631],[32, 628],[33, 630],[34, 629],[35, 630],[36, 631],[224, 642],[225, 643],[226, 644],[227, 645],[228, 646],[229, 647],[230, 648],[231, 649],[232, 650],[233, 651],[234, 652],[235, 653],[3, 621],[4, 622],[5, 623],[6, 624],[236, 654]]) const n64 = t([[0, 1],[1, 0],[2, 670],[3, 656],[4, 657],[5, 658],[6, 659],[7, 669],[8, 668],[9, 667],[10, 666],[11, 197],[12, 665],[13, 664],[14, 663],[15, 13],[16, 662],[17, 661],[18, 660],[19, 655],[20, 1031],[21, 1032],[22, 1033],[23, 1034],[24, 660],[25, 660],[26, 660],[27, 1034],[28, 668],[29, 669],[30, 667],[31, 667],[32, 668],[33, 666],[34, 667],[35, 666],[36, 197],[37, 13],[38, 655],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[236, 687]]) const n65 = t([[24, 668],[25, 668],[26, 668],[27, 669],[28, 662],[29, 661],[30, 13],[31, 663],[32, 662],[33, 663],[34, 13],[35, 663],[36, 664],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[3, 656],[4, 657],[5, 658],[6, 659],[236, 687]]) const n66 = t([[24, 668],[25, 668],[26, 668],[27, 669],[28, 13],[29, 662],[30, 663],[31, 665],[32, 13],[33, 664],[34, 663],[35, 664],[36, 665],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[3, 656],[4, 657],[5, 658],[6, 659],[236, 687]]) const n67 = t([[0, 9],[1, 16],[2, 2],[3, 213],[4, 214],[5, 215],[6, 216],[7, 7],[8, 11],[9, 1],[10, 198],[11, 197],[12, 196],[13, 195],[14, 16],[15, 17],[16, 0],[17, 194],[18, 193],[19, 212],[20, 991],[21, 992],[22, 993],[23, 994],[24, 193],[25, 994],[26, 193],[27, 194],[28, 11],[29, 1],[30, 7],[31, 1],[32, 11],[33, 198],[34, 197],[35, 198],[36, 1],[37, 17],[38, 212],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[236, 340]]) const n68 = t([[0, 9],[1, 16],[2, 19],[3, 3],[4, 4],[5, 5],[6, 6],[7, 18],[8, 17],[9, 16],[10, 15],[11, 14],[12, 13],[13, 12],[14, 11],[15, 10],[16, 9],[17, 8],[18, 7],[19, 2],[20, 217],[21, 218],[22, 219],[23, 220],[24, 7],[25, 220],[26, 7],[27, 8],[28, 17],[29, 16],[30, 18],[31, 16],[32, 17],[33, 15],[34, 14],[35, 15],[36, 16],[37, 10],[38, 2],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[236, 211]]) const n69 = t([[24, 17],[25, 18],[26, 17],[27, 16],[28, 9],[29, 10],[30, 8],[31, 11],[32, 9],[33, 11],[34, 12],[35, 11],[36, 10],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[3, 3],[4, 4],[5, 5],[6, 6],[236, 211]]) const n70 = t([[24, 17],[25, 18],[26, 17],[27, 16],[28, 10],[29, 11],[30, 9],[31, 13],[32, 10],[33, 12],[34, 13],[35, 12],[36, 11],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[3, 3],[4, 4],[5, 5],[6, 6],[236, 211]]) const n71 = t([[0, 9],[1, 16],[2, 701],[3, 689],[4, 690],[5, 691],[6, 692],[7, 9],[8, 700],[9, 699],[10, 698],[11, 668],[12, 697],[13, 696],[14, 695],[15, 694],[16, 356],[17, 0],[18, 693],[19, 688],[20, 1035],[21, 1036],[22, 1037],[23, 1038],[24, 693],[25, 1038],[26, 693],[27, 0],[28, 700],[29, 699],[30, 9],[31, 699],[32, 700],[33, 698],[34, 668],[35, 698],[36, 699],[37, 694],[38, 688],[224, 706],[225, 707],[226, 708],[227, 709],[228, 710],[229, 711],[230, 712],[231, 713],[232, 714],[233, 715],[234, 716],[235, 717],[236, 718]]) const n72 = t([[24, 700],[25, 9],[26, 700],[27, 699],[28, 356],[29, 694],[30, 0],[31, 695],[32, 356],[33, 695],[34, 696],[35, 695],[36, 694],[224, 706],[225, 707],[226, 708],[227, 709],[228, 710],[229, 711],[230, 712],[231, 713],[232, 714],[233, 715],[234, 716],[235, 717],[3, 689],[4, 690],[5, 691],[6, 692],[236, 718]]) const n73 = t([[24, 700],[25, 9],[26, 700],[27, 699],[28, 694],[29, 695],[30, 356],[31, 697],[32, 694],[33, 696],[34, 697],[35, 696],[36, 695],[224, 706],[225, 707],[226, 708],[227, 709],[228, 710],[229, 711],[230, 712],[231, 713],[232, 714],[233, 715],[234, 716],[235, 717],[3, 689],[4, 690],[5, 691],[6, 692],[236, 718]]) const n74 = t([[0, 9],[1, 16],[2, 735],[3, 720],[4, 721],[5, 722],[6, 723],[7, 734],[8, 733],[9, 732],[10, 388],[11, 731],[12, 730],[13, 729],[14, 728],[15, 727],[16, 726],[17, 725],[18, 724],[19, 719],[20, 1039],[21, 1040],[22, 1041],[23, 1042],[24, 724],[25, 1042],[26, 724],[27, 725],[28, 733],[29, 732],[30, 734],[31, 732],[32, 733],[33, 388],[34, 731],[35, 388],[36, 732],[37, 727],[38, 719],[224, 740],[225, 741],[226, 742],[227, 743],[228, 744],[229, 745],[230, 746],[231, 747],[232, 748],[233, 749],[234, 750],[235, 751],[236, 752]]) const n75 = t([[24, 733],[25, 734],[26, 733],[27, 732],[28, 726],[29, 727],[30, 725],[31, 728],[32, 726],[33, 728],[34, 729],[35, 728],[36, 727],[224, 740],[225, 741],[226, 742],[227, 743],[228, 744],[229, 745],[230, 746],[231, 747],[232, 748],[233, 749],[234, 750],[235, 751],[3, 720],[4, 721],[5, 722],[6, 723],[236, 752]]) const n76 = t([[24, 733],[25, 734],[26, 733],[27, 732],[28, 727],[29, 728],[30, 726],[31, 730],[32, 727],[33, 729],[34, 730],[35, 729],[36, 728],[224, 740],[225, 741],[226, 742],[227, 743],[228, 744],[229, 745],[230, 746],[231, 747],[232, 748],[233, 749],[234, 750],[235, 751],[3, 720],[4, 721],[5, 722],[6, 723],[236, 752]]) const n77 = t([[0, 9],[1, 16],[2, 769],[3, 754],[4, 755],[5, 756],[6, 757],[7, 768],[8, 767],[9, 766],[10, 423],[11, 765],[12, 764],[13, 763],[14, 762],[15, 761],[16, 760],[17, 759],[18, 758],[19, 753],[20, 1043],[21, 1044],[22, 1045],[23, 1046],[24, 758],[25, 1046],[26, 758],[27, 759],[28, 767],[29, 766],[30, 768],[31, 766],[32, 767],[33, 423],[34, 765],[35, 423],[36, 766],[37, 761],[38, 753],[224, 774],[225, 775],[226, 776],[227, 777],[228, 778],[229, 779],[230, 780],[231, 781],[232, 782],[233, 783],[234, 784],[235, 785],[236, 786]]) const n78 = t([[24, 767],[25, 768],[26, 767],[27, 766],[28, 760],[29, 761],[30, 759],[31, 762],[32, 760],[33, 762],[34, 763],[35, 762],[36, 761],[224, 774],[225, 775],[226, 776],[227, 777],[228, 778],[229, 779],[230, 780],[231, 781],[232, 782],[233, 783],[234, 784],[235, 785],[3, 754],[4, 755],[5, 756],[6, 757],[236, 786]]) const n79 = t([[24, 767],[25, 768],[26, 767],[27, 766],[28, 761],[29, 762],[30, 760],[31, 764],[32, 761],[33, 763],[34, 764],[35, 763],[36, 762],[224, 774],[225, 775],[226, 776],[227, 777],[228, 778],[229, 779],[230, 780],[231, 781],[232, 782],[233, 783],[234, 784],[235, 785],[3, 754],[4, 755],[5, 756],[6, 757],[236, 786]]) const n80 = t([[0, 9],[1, 16],[2, 803],[3, 788],[4, 789],[5, 790],[6, 791],[7, 802],[8, 801],[9, 800],[10, 458],[11, 799],[12, 798],[13, 797],[14, 796],[15, 795],[16, 794],[17, 793],[18, 792],[19, 787],[20, 1047],[21, 1048],[22, 1049],[23, 1050],[24, 792],[25, 1050],[26, 792],[27, 793],[28, 801],[29, 800],[30, 802],[31, 800],[32, 801],[33, 458],[34, 799],[35, 458],[36, 800],[37, 795],[38, 787],[224, 808],[225, 809],[226, 810],[227, 811],[228, 812],[229, 813],[230, 814],[231, 815],[232, 816],[233, 817],[234, 818],[235, 819],[236, 820]]) const n81 = t([[24, 801],[25, 802],[26, 801],[27, 800],[28, 794],[29, 795],[30, 793],[31, 796],[32, 794],[33, 796],[34, 797],[35, 796],[36, 795],[224, 808],[225, 809],[226, 810],[227, 811],[228, 812],[229, 813],[230, 814],[231, 815],[232, 816],[233, 817],[234, 818],[235, 819],[3, 788],[4, 789],[5, 790],[6, 791],[236, 820]]) const n82 = t([[24, 801],[25, 802],[26, 801],[27, 800],[28, 795],[29, 796],[30, 794],[31, 798],[32, 795],[33, 797],[34, 798],[35, 797],[36, 796],[224, 808],[225, 809],[226, 810],[227, 811],[228, 812],[229, 813],[230, 814],[231, 815],[232, 816],[233, 817],[234, 818],[235, 819],[3, 788],[4, 789],[5, 790],[6, 791],[236, 820]]) const n83 = t([[0, 9],[1, 16],[2, 837],[3, 822],[4, 823],[5, 824],[6, 825],[7, 836],[8, 835],[9, 834],[10, 493],[11, 833],[12, 832],[13, 831],[14, 830],[15, 829],[16, 828],[17, 827],[18, 826],[19, 821],[20, 1051],[21, 1052],[22, 1053],[23, 1054],[24, 826],[25, 1054],[26, 826],[27, 827],[28, 835],[29, 834],[30, 836],[31, 834],[32, 835],[33, 493],[34, 833],[35, 493],[36, 834],[37, 829],[38, 821],[224, 842],[225, 843],[226, 844],[227, 845],[228, 846],[229, 847],[230, 848],[231, 849],[232, 850],[233, 851],[234, 852],[235, 853],[236, 854]]) const n84 = t([[24, 835],[25, 836],[26, 835],[27, 834],[28, 828],[29, 829],[30, 827],[31, 830],[32, 828],[33, 830],[34, 831],[35, 830],[36, 829],[224, 842],[225, 843],[226, 844],[227, 845],[228, 846],[229, 847],[230, 848],[231, 849],[232, 850],[233, 851],[234, 852],[235, 853],[3, 822],[4, 823],[5, 824],[6, 825],[236, 854]]) const n85 = t([[24, 835],[25, 836],[26, 835],[27, 834],[28, 829],[29, 830],[30, 828],[31, 832],[32, 829],[33, 831],[34, 832],[35, 831],[36, 830],[224, 842],[225, 843],[226, 844],[227, 845],[228, 846],[229, 847],[230, 848],[231, 849],[232, 850],[233, 851],[234, 852],[235, 853],[3, 822],[4, 823],[5, 824],[6, 825],[236, 854]]) const n86 = t([[0, 9],[1, 16],[2, 871],[3, 856],[4, 857],[5, 858],[6, 859],[7, 870],[8, 869],[9, 868],[10, 528],[11, 867],[12, 866],[13, 865],[14, 864],[15, 863],[16, 862],[17, 861],[18, 860],[19, 855],[20, 1055],[21, 1056],[22, 1057],[23, 1058],[24, 860],[25, 1058],[26, 860],[27, 861],[28, 869],[29, 868],[30, 870],[31, 868],[32, 869],[33, 528],[34, 867],[35, 528],[36, 868],[37, 863],[38, 855],[224, 876],[225, 877],[226, 878],[227, 879],[228, 880],[229, 881],[230, 882],[231, 883],[232, 884],[233, 885],[234, 886],[235, 887],[236, 888]]) const n87 = t([[24, 869],[25, 870],[26, 869],[27, 868],[28, 862],[29, 863],[30, 861],[31, 864],[32, 862],[33, 864],[34, 865],[35, 864],[36, 863],[224, 876],[225, 877],[226, 878],[227, 879],[228, 880],[229, 881],[230, 882],[231, 883],[232, 884],[233, 885],[234, 886],[235, 887],[3, 856],[4, 857],[5, 858],[6, 859],[236, 888]]) const n88 = t([[24, 869],[25, 870],[26, 869],[27, 868],[28, 863],[29, 864],[30, 862],[31, 866],[32, 863],[33, 865],[34, 866],[35, 865],[36, 864],[224, 876],[225, 877],[226, 878],[227, 879],[228, 880],[229, 881],[230, 882],[231, 883],[232, 884],[233, 885],[234, 886],[235, 887],[3, 856],[4, 857],[5, 858],[6, 859],[236, 888]]) const n89 = t([[0, 9],[1, 16],[2, 905],[3, 890],[4, 891],[5, 892],[6, 893],[7, 904],[8, 903],[9, 902],[10, 563],[11, 901],[12, 900],[13, 899],[14, 898],[15, 897],[16, 896],[17, 895],[18, 894],[19, 889],[20, 1059],[21, 1060],[22, 1061],[23, 1062],[24, 894],[25, 1062],[26, 894],[27, 895],[28, 903],[29, 902],[30, 904],[31, 902],[32, 903],[33, 563],[34, 901],[35, 563],[36, 902],[37, 897],[38, 889],[224, 910],[225, 911],[226, 912],[227, 913],[228, 914],[229, 915],[230, 916],[231, 917],[232, 918],[233, 919],[234, 920],[235, 921],[236, 922]]) const n90 = t([[24, 903],[25, 904],[26, 903],[27, 902],[28, 896],[29, 897],[30, 895],[31, 898],[32, 896],[33, 898],[34, 899],[35, 898],[36, 897],[224, 910],[225, 911],[226, 912],[227, 913],[228, 914],[229, 915],[230, 916],[231, 917],[232, 918],[233, 919],[234, 920],[235, 921],[3, 890],[4, 891],[5, 892],[6, 893],[236, 922]]) const n91 = t([[24, 903],[25, 904],[26, 903],[27, 902],[28, 897],[29, 898],[30, 896],[31, 900],[32, 897],[33, 899],[34, 900],[35, 899],[36, 898],[224, 910],[225, 911],[226, 912],[227, 913],[228, 914],[229, 915],[230, 916],[231, 917],[232, 918],[233, 919],[234, 920],[235, 921],[3, 890],[4, 891],[5, 892],[6, 893],[236, 922]]) const n92 = t([[0, 9],[1, 16],[2, 939],[3, 924],[4, 925],[5, 926],[6, 927],[7, 938],[8, 937],[9, 936],[10, 598],[11, 935],[12, 934],[13, 933],[14, 932],[15, 931],[16, 930],[17, 929],[18, 928],[19, 923],[20, 1063],[21, 1064],[22, 1065],[23, 1066],[24, 928],[25, 1066],[26, 928],[27, 929],[28, 937],[29, 936],[30, 938],[31, 936],[32, 937],[33, 598],[34, 935],[35, 598],[36, 936],[37, 931],[38, 923],[224, 944],[225, 945],[226, 946],[227, 947],[228, 948],[229, 949],[230, 950],[231, 951],[232, 952],[233, 953],[234, 954],[235, 955],[236, 956]]) const n93 = t([[24, 937],[25, 938],[26, 937],[27, 936],[28, 930],[29, 931],[30, 929],[31, 932],[32, 930],[33, 932],[34, 933],[35, 932],[36, 931],[224, 944],[225, 945],[226, 946],[227, 947],[228, 948],[229, 949],[230, 950],[231, 951],[232, 952],[233, 953],[234, 954],[235, 955],[3, 924],[4, 925],[5, 926],[6, 927],[236, 956]]) const n94 = t([[24, 937],[25, 938],[26, 937],[27, 936],[28, 931],[29, 932],[30, 930],[31, 934],[32, 931],[33, 933],[34, 934],[35, 933],[36, 932],[224, 944],[225, 945],[226, 946],[227, 947],[228, 948],[229, 949],[230, 950],[231, 951],[232, 952],[233, 953],[234, 954],[235, 955],[3, 924],[4, 925],[5, 926],[6, 927],[236, 956]]) const n95 = t([[0, 9],[1, 16],[2, 973],[3, 958],[4, 959],[5, 960],[6, 961],[7, 972],[8, 971],[9, 970],[10, 633],[11, 969],[12, 968],[13, 967],[14, 966],[15, 965],[16, 964],[17, 963],[18, 962],[19, 957],[20, 1067],[21, 1068],[22, 1069],[23, 1070],[24, 962],[25, 1070],[26, 962],[27, 963],[28, 971],[29, 970],[30, 972],[31, 970],[32, 971],[33, 633],[34, 969],[35, 633],[36, 970],[37, 965],[38, 957],[224, 978],[225, 979],[226, 980],[227, 981],[228, 982],[229, 983],[230, 984],[231, 985],[232, 986],[233, 987],[234, 988],[235, 989],[236, 990]]) const n96 = t([[24, 971],[25, 972],[26, 971],[27, 970],[28, 964],[29, 965],[30, 963],[31, 966],[32, 964],[33, 966],[34, 967],[35, 966],[36, 965],[224, 978],[225, 979],[226, 980],[227, 981],[228, 982],[229, 983],[230, 984],[231, 985],[232, 986],[233, 987],[234, 988],[235, 989],[3, 958],[4, 959],[5, 960],[6, 961],[236, 990]]) const n97 = t([[24, 971],[25, 972],[26, 971],[27, 970],[28, 965],[29, 966],[30, 964],[31, 968],[32, 965],[33, 967],[34, 968],[35, 967],[36, 966],[224, 978],[225, 979],[226, 980],[227, 981],[228, 982],[229, 983],[230, 984],[231, 985],[232, 986],[233, 987],[234, 988],[235, 989],[3, 958],[4, 959],[5, 960],[6, 961],[236, 990]]) const n98 = t([[0, 9],[1, 16],[2, 670],[3, 656],[4, 657],[5, 658],[6, 659],[7, 669],[8, 668],[9, 667],[10, 666],[11, 197],[12, 665],[13, 664],[14, 663],[15, 13],[16, 662],[17, 661],[18, 660],[19, 655],[20, 1031],[21, 1032],[22, 1033],[23, 1034],[24, 660],[25, 1034],[26, 660],[27, 661],[28, 668],[29, 667],[30, 669],[31, 667],[32, 668],[33, 666],[34, 197],[35, 666],[36, 667],[37, 13],[38, 655],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[236, 687]]) const n99 = t([[24, 668],[25, 669],[26, 668],[27, 667],[28, 662],[29, 13],[30, 661],[31, 663],[32, 662],[33, 663],[34, 664],[35, 663],[36, 13],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[3, 656],[4, 657],[5, 658],[6, 659],[236, 687]]) const n100 = t([[24, 668],[25, 669],[26, 668],[27, 667],[28, 13],[29, 663],[30, 662],[31, 665],[32, 13],[33, 664],[34, 665],[35, 664],[36, 663],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[3, 656],[4, 657],[5, 658],[6, 659],[236, 687]]) const n101 = t([[24, 17],[25, 17],[26, 17],[27, 18],[28, 12],[29, 11],[30, 13],[31, 17],[32, 12],[33, 14],[34, 13],[35, 14],[36, 15],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[3, 3],[4, 4],[5, 5],[6, 6],[236, 211]]) const n102 = t([[24, 11],[25, 7],[26, 11],[27, 1],[28, 195],[29, 196],[30, 16],[31, 11],[32, 195],[33, 197],[34, 198],[35, 197],[36, 196],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[3, 213],[4, 214],[5, 215],[6, 216],[236, 340]]) const n103 = t([[24, 11],[25, 11],[26, 11],[27, 7],[28, 195],[29, 16],[30, 196],[31, 11],[32, 195],[33, 197],[34, 196],[35, 197],[36, 198],[224, 328],[225, 329],[226, 330],[227, 331],[228, 332],[229, 333],[230, 334],[231, 335],[232, 336],[233, 337],[234, 338],[235, 339],[3, 213],[4, 214],[5, 215],[6, 216],[236, 340]]) const n104 = t([[24, 355],[25, 355],[26, 355],[27, 356],[28, 10],[29, 350],[30, 351],[31, 355],[32, 10],[33, 352],[34, 351],[35, 352],[36, 353],[224, 362],[225, 363],[226, 364],[227, 365],[228, 366],[229, 367],[230, 368],[231, 369],[232, 370],[233, 371],[234, 372],[235, 373],[3, 342],[4, 343],[5, 344],[6, 345],[236, 374]]) const n105 = t([[24, 390],[25, 390],[26, 390],[27, 391],[28, 385],[29, 384],[30, 386],[31, 390],[32, 385],[33, 387],[34, 386],[35, 387],[36, 388],[224, 397],[225, 398],[226, 399],[227, 400],[228, 401],[229, 402],[230, 403],[231, 404],[232, 405],[233, 406],[234, 407],[235, 408],[3, 376],[4, 377],[5, 378],[6, 379],[236, 409]]) const n106 = t([[24, 425],[25, 425],[26, 425],[27, 426],[28, 420],[29, 419],[30, 421],[31, 425],[32, 420],[33, 422],[34, 421],[35, 422],[36, 423],[224, 432],[225, 433],[226, 434],[227, 435],[228, 436],[229, 437],[230, 438],[231, 439],[232, 440],[233, 441],[234, 442],[235, 443],[3, 411],[4, 412],[5, 413],[6, 414],[236, 444]]) const n107 = t([[24, 460],[25, 460],[26, 460],[27, 461],[28, 455],[29, 454],[30, 456],[31, 460],[32, 455],[33, 457],[34, 456],[35, 457],[36, 458],[224, 467],[225, 468],[226, 469],[227, 470],[228, 471],[229, 472],[230, 473],[231, 474],[232, 475],[233, 476],[234, 477],[235, 478],[3, 446],[4, 447],[5, 448],[6, 449],[236, 479]]) const n108 = t([[24, 495],[25, 495],[26, 495],[27, 496],[28, 490],[29, 489],[30, 491],[31, 495],[32, 490],[33, 492],[34, 491],[35, 492],[36, 493],[224, 502],[225, 503],[226, 504],[227, 505],[228, 506],[229, 507],[230, 508],[231, 509],[232, 510],[233, 511],[234, 512],[235, 513],[3, 481],[4, 482],[5, 483],[6, 484],[236, 514]]) const n109 = t([[24, 530],[25, 530],[26, 530],[27, 531],[28, 525],[29, 524],[30, 526],[31, 530],[32, 525],[33, 527],[34, 526],[35, 527],[36, 528],[224, 537],[225, 538],[226, 539],[227, 540],[228, 541],[229, 542],[230, 543],[231, 544],[232, 545],[233, 546],[234, 547],[235, 548],[3, 516],[4, 517],[5, 518],[6, 519],[236, 549]]) const n110 = t([[24, 565],[25, 565],[26, 565],[27, 566],[28, 560],[29, 559],[30, 561],[31, 565],[32, 560],[33, 562],[34, 561],[35, 562],[36, 563],[224, 572],[225, 573],[226, 574],[227, 575],[228, 576],[229, 577],[230, 578],[231, 579],[232, 580],[233, 581],[234, 582],[235, 583],[3, 551],[4, 552],[5, 553],[6, 554],[236, 584]]) const n111 = t([[24, 600],[25, 600],[26, 600],[27, 601],[28, 595],[29, 594],[30, 596],[31, 600],[32, 595],[33, 597],[34, 596],[35, 597],[36, 598],[224, 607],[225, 608],[226, 609],[227, 610],[228, 611],[229, 612],[230, 613],[231, 614],[232, 615],[233, 616],[234, 617],[235, 618],[3, 586],[4, 587],[5, 588],[6, 589],[236, 619]]) const n112 = t([[24, 635],[25, 635],[26, 635],[27, 636],[28, 630],[29, 629],[30, 631],[31, 635],[32, 630],[33, 632],[34, 631],[35, 632],[36, 633],[224, 642],[225, 643],[226, 644],[227, 645],[228, 646],[229, 647],[230, 648],[231, 649],[232, 650],[233, 651],[234, 652],[235, 653],[3, 621],[4, 622],[5, 623],[6, 624],[236, 654]]) const n113 = t([[24, 668],[25, 668],[26, 668],[27, 669],[28, 664],[29, 663],[30, 665],[31, 668],[32, 664],[33, 197],[34, 665],[35, 197],[36, 666],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[3, 656],[4, 657],[5, 658],[6, 659],[236, 687]]) const n114 = t([[24, 17],[25, 18],[26, 17],[27, 16],[28, 12],[29, 13],[30, 11],[31, 17],[32, 12],[33, 14],[34, 15],[35, 14],[36, 13],[224, 199],[225, 200],[226, 201],[227, 202],[228, 203],[229, 204],[230, 205],[231, 206],[232, 207],[233, 208],[234, 209],[235, 210],[3, 3],[4, 4],[5, 5],[6, 6],[236, 211]]) const n115 = t([[24, 700],[25, 9],[26, 700],[27, 699],[28, 696],[29, 697],[30, 695],[31, 700],[32, 696],[33, 668],[34, 698],[35, 668],[36, 697],[224, 706],[225, 707],[226, 708],[227, 709],[228, 710],[229, 711],[230, 712],[231, 713],[232, 714],[233, 715],[234, 716],[235, 717],[3, 689],[4, 690],[5, 691],[6, 692],[236, 718]]) const n116 = t([[24, 733],[25, 734],[26, 733],[27, 732],[28, 729],[29, 730],[30, 728],[31, 733],[32, 729],[33, 731],[34, 388],[35, 731],[36, 730],[224, 740],[225, 741],[226, 742],[227, 743],[228, 744],[229, 745],[230, 746],[231, 747],[232, 748],[233, 749],[234, 750],[235, 751],[3, 720],[4, 721],[5, 722],[6, 723],[236, 752]]) const n117 = t([[24, 767],[25, 768],[26, 767],[27, 766],[28, 763],[29, 764],[30, 762],[31, 767],[32, 763],[33, 765],[34, 423],[35, 765],[36, 764],[224, 774],[225, 775],[226, 776],[227, 777],[228, 778],[229, 779],[230, 780],[231, 781],[232, 782],[233, 783],[234, 784],[235, 785],[3, 754],[4, 755],[5, 756],[6, 757],[236, 786]]) const n118 = t([[24, 801],[25, 802],[26, 801],[27, 800],[28, 797],[29, 798],[30, 796],[31, 801],[32, 797],[33, 799],[34, 458],[35, 799],[36, 798],[224, 808],[225, 809],[226, 810],[227, 811],[228, 812],[229, 813],[230, 814],[231, 815],[232, 816],[233, 817],[234, 818],[235, 819],[3, 788],[4, 789],[5, 790],[6, 791],[236, 820]]) const n119 = t([[24, 835],[25, 836],[26, 835],[27, 834],[28, 831],[29, 832],[30, 830],[31, 835],[32, 831],[33, 833],[34, 493],[35, 833],[36, 832],[224, 842],[225, 843],[226, 844],[227, 845],[228, 846],[229, 847],[230, 848],[231, 849],[232, 850],[233, 851],[234, 852],[235, 853],[3, 822],[4, 823],[5, 824],[6, 825],[236, 854]]) const n120 = t([[24, 869],[25, 870],[26, 869],[27, 868],[28, 865],[29, 866],[30, 864],[31, 869],[32, 865],[33, 867],[34, 528],[35, 867],[36, 866],[224, 876],[225, 877],[226, 878],[227, 879],[228, 880],[229, 881],[230, 882],[231, 883],[232, 884],[233, 885],[234, 886],[235, 887],[3, 856],[4, 857],[5, 858],[6, 859],[236, 888]]) const n121 = t([[24, 903],[25, 904],[26, 903],[27, 902],[28, 899],[29, 900],[30, 898],[31, 903],[32, 899],[33, 901],[34, 563],[35, 901],[36, 900],[224, 910],[225, 911],[226, 912],[227, 913],[228, 914],[229, 915],[230, 916],[231, 917],[232, 918],[233, 919],[234, 920],[235, 921],[3, 890],[4, 891],[5, 892],[6, 893],[236, 922]]) const n122 = t([[24, 937],[25, 938],[26, 937],[27, 936],[28, 933],[29, 934],[30, 932],[31, 937],[32, 933],[33, 935],[34, 598],[35, 935],[36, 934],[224, 944],[225, 945],[226, 946],[227, 947],[228, 948],[229, 949],[230, 950],[231, 951],[232, 952],[233, 953],[234, 954],[235, 955],[3, 924],[4, 925],[5, 926],[6, 927],[236, 956]]) const n123 = t([[24, 971],[25, 972],[26, 971],[27, 970],[28, 967],[29, 968],[30, 966],[31, 971],[32, 967],[33, 969],[34, 633],[35, 969],[36, 968],[224, 978],[225, 979],[226, 980],[227, 981],[228, 982],[229, 983],[230, 984],[231, 985],[232, 986],[233, 987],[234, 988],[235, 989],[3, 958],[4, 959],[5, 960],[6, 961],[236, 990]]) const n124 = t([[24, 668],[25, 669],[26, 668],[27, 667],[28, 664],[29, 665],[30, 663],[31, 668],[32, 664],[33, 197],[34, 666],[35, 197],[36, 665],[224, 675],[225, 676],[226, 677],[227, 678],[228, 679],[229, 680],[230, 681],[231, 682],[232, 683],[233, 684],[234, 685],[235, 686],[3, 656],[4, 657],[5, 658],[6, 659],[236, 687]]) export type ThemeNames = | 'light' | 'dark' | 'light_accent' | 'dark_accent' | 'light_black' | 'light_white' | 'light_gray' | 'light_blue' | 'light_red' | 'light_yellow' | 'light_green' | 'light_orange' | 'light_pink' | 'light_purple' | 'light_teal' | 'light_neutral' | 'dark_black' | 'dark_white' | 'dark_gray' | 'dark_blue' | 'dark_red' | 'dark_yellow' | 'dark_green' | 'dark_orange' | 'dark_pink' | 'dark_purple' | 'dark_teal' | 'dark_neutral' | 'light_surface1' | 'light_white_surface1' | 'light_surface2' | 'light_white_surface2' | 'dark_surface1' | 'dark_black_surface1' | 'dark_surface2' | 'dark_black_surface2' | 'light_black_accent' | 'light_black_surface1' | 'light_black_surface2' | 'light_white_accent' | 'light_gray_accent' | 'light_gray_surface1' | 'light_gray_surface2' | 'light_blue_accent' | 'light_blue_surface1' | 'light_blue_surface2' | 'light_red_accent' | 'light_red_surface1' | 'light_red_surface2' | 'light_yellow_accent' | 'light_yellow_surface1' | 'light_yellow_surface2' | 'light_green_accent' | 'light_green_surface1' | 'light_green_surface2' | 'light_orange_accent' | 'light_orange_surface1' | 'light_orange_surface2' | 'light_pink_accent' | 'light_pink_surface1' | 'light_pink_surface2' | 'light_purple_accent' | 'light_purple_surface1' | 'light_purple_surface2' | 'light_teal_accent' | 'light_teal_surface1' | 'light_teal_surface2' | 'light_neutral_accent' | 'light_neutral_surface1' | 'light_neutral_surface2' | 'dark_black_accent' | 'dark_white_accent' | 'dark_white_surface1' | 'dark_white_surface2' | 'dark_gray_accent' | 'dark_gray_surface1' | 'dark_gray_surface2' | 'dark_blue_accent' | 'dark_blue_surface1' | 'dark_blue_surface2' | 'dark_red_accent' | 'dark_red_surface1' | 'dark_red_surface2' | 'dark_yellow_accent' | 'dark_yellow_surface1' | 'dark_yellow_surface2' | 'dark_green_accent' | 'dark_green_surface1' | 'dark_green_surface2' | 'dark_orange_accent' | 'dark_orange_surface1' | 'dark_orange_surface2' | 'dark_pink_accent' | 'dark_pink_surface1' | 'dark_pink_surface2' | 'dark_purple_accent' | 'dark_purple_surface1' | 'dark_purple_surface2' | 'dark_teal_accent' | 'dark_teal_surface1' | 'dark_teal_surface2' | 'dark_neutral_accent' | 'dark_neutral_surface1' | 'dark_neutral_surface2' export type Themes = Record export const themes: Themes = { light: n1, dark: n2, light_accent: n3, dark_accent: n4, light_black: n5, light_white: n6, light_gray: n7, light_blue: n8, light_red: n9, light_yellow: n10, light_green: n11, light_orange: n12, light_pink: n13, light_purple: n14, light_teal: n15, light_neutral: n16, dark_black: n17, dark_white: n18, dark_gray: n19, dark_blue: n20, dark_red: n21, dark_yellow: n22, dark_green: n23, dark_orange: n24, dark_pink: n25, dark_purple: n26, dark_teal: n27, dark_neutral: n28, light_surface1: n29, light_white_surface1: n29, light_Input: n29, light_Progress: n29, light_Slider: n29, light_TextArea: n29, light_white_Input: n29, light_white_Progress: n29, light_white_Slider: n29, light_white_TextArea: n29, light_surface2: n30, light_white_surface2: n30, light_Button: n30, light_SliderThumb: n30, light_Switch: n30, light_white_Button: n30, light_white_SliderThumb: n30, light_white_Switch: n30, dark_surface1: n31, dark_black_surface1: n31, dark_Input: n31, dark_Progress: n31, dark_Slider: n31, dark_TextArea: n31, dark_black_Input: n31, dark_black_Progress: n31, dark_black_Slider: n31, dark_black_TextArea: n31, dark_surface2: n32, dark_black_surface2: n32, dark_Button: n32, dark_SliderThumb: n32, dark_Switch: n32, dark_black_Button: n32, dark_black_SliderThumb: n32, dark_black_Switch: n32, light_black_accent: n33, light_black_Tooltip: n33, light_black_SwitchThumb: n33, light_black_surface1: n34, light_black_Input: n34, light_black_Progress: n34, light_black_Slider: n34, light_black_TextArea: n34, light_black_surface2: n35, light_black_Button: n35, light_black_SliderThumb: n35, light_black_Switch: n35, light_white_accent: n36, light_Tooltip: n36, light_SwitchThumb: n36, light_white_Tooltip: n36, light_white_SwitchThumb: n36, light_gray_accent: n37, light_gray_Tooltip: n37, light_gray_SwitchThumb: n37, light_gray_surface1: n38, light_gray_Input: n38, light_gray_Progress: n38, light_gray_Slider: n38, light_gray_TextArea: n38, light_gray_surface2: n39, light_gray_Button: n39, light_gray_SliderThumb: n39, light_gray_Switch: n39, light_blue_accent: n40, light_blue_Tooltip: n40, light_blue_SwitchThumb: n40, light_blue_surface1: n41, light_blue_Input: n41, light_blue_Progress: n41, light_blue_Slider: n41, light_blue_TextArea: n41, light_blue_surface2: n42, light_blue_Button: n42, light_blue_SliderThumb: n42, light_blue_Switch: n42, light_red_accent: n43, light_red_Tooltip: n43, light_red_SwitchThumb: n43, light_red_surface1: n44, light_red_Input: n44, light_red_Progress: n44, light_red_Slider: n44, light_red_TextArea: n44, light_red_surface2: n45, light_red_Button: n45, light_red_SliderThumb: n45, light_red_Switch: n45, light_yellow_accent: n46, light_yellow_Tooltip: n46, light_yellow_SwitchThumb: n46, light_yellow_surface1: n47, light_yellow_Input: n47, light_yellow_Progress: n47, light_yellow_Slider: n47, light_yellow_TextArea: n47, light_yellow_surface2: n48, light_yellow_Button: n48, light_yellow_SliderThumb: n48, light_yellow_Switch: n48, light_green_accent: n49, light_green_Tooltip: n49, light_green_SwitchThumb: n49, light_green_surface1: n50, light_green_Input: n50, light_green_Progress: n50, light_green_Slider: n50, light_green_TextArea: n50, light_green_surface2: n51, light_green_Button: n51, light_green_SliderThumb: n51, light_green_Switch: n51, light_orange_accent: n52, light_orange_Tooltip: n52, light_orange_SwitchThumb: n52, light_orange_surface1: n53, light_orange_Input: n53, light_orange_Progress: n53, light_orange_Slider: n53, light_orange_TextArea: n53, light_orange_surface2: n54, light_orange_Button: n54, light_orange_SliderThumb: n54, light_orange_Switch: n54, light_pink_accent: n55, light_pink_Tooltip: n55, light_pink_SwitchThumb: n55, light_pink_surface1: n56, light_pink_Input: n56, light_pink_Progress: n56, light_pink_Slider: n56, light_pink_TextArea: n56, light_pink_surface2: n57, light_pink_Button: n57, light_pink_SliderThumb: n57, light_pink_Switch: n57, light_purple_accent: n58, light_purple_Tooltip: n58, light_purple_SwitchThumb: n58, light_purple_surface1: n59, light_purple_Input: n59, light_purple_Progress: n59, light_purple_Slider: n59, light_purple_TextArea: n59, light_purple_surface2: n60, light_purple_Button: n60, light_purple_SliderThumb: n60, light_purple_Switch: n60, light_teal_accent: n61, light_teal_Tooltip: n61, light_teal_SwitchThumb: n61, light_teal_surface1: n62, light_teal_Input: n62, light_teal_Progress: n62, light_teal_Slider: n62, light_teal_TextArea: n62, light_teal_surface2: n63, light_teal_Button: n63, light_teal_SliderThumb: n63, light_teal_Switch: n63, light_neutral_accent: n64, light_neutral_Tooltip: n64, light_neutral_SwitchThumb: n64, light_neutral_surface1: n65, light_neutral_Input: n65, light_neutral_Progress: n65, light_neutral_Slider: n65, light_neutral_TextArea: n65, light_neutral_surface2: n66, light_neutral_Button: n66, light_neutral_SliderThumb: n66, light_neutral_Switch: n66, dark_black_accent: n67, dark_Tooltip: n67, dark_SwitchThumb: n67, dark_black_Tooltip: n67, dark_black_SwitchThumb: n67, dark_white_accent: n68, dark_white_Tooltip: n68, dark_white_SwitchThumb: n68, dark_white_surface1: n69, dark_white_Input: n69, dark_white_Progress: n69, dark_white_Slider: n69, dark_white_TextArea: n69, dark_white_surface2: n70, dark_white_Button: n70, dark_white_SliderThumb: n70, dark_white_Switch: n70, dark_gray_accent: n71, dark_gray_Tooltip: n71, dark_gray_SwitchThumb: n71, dark_gray_surface1: n72, dark_gray_Input: n72, dark_gray_Progress: n72, dark_gray_Slider: n72, dark_gray_TextArea: n72, dark_gray_surface2: n73, dark_gray_Button: n73, dark_gray_SliderThumb: n73, dark_gray_Switch: n73, dark_blue_accent: n74, dark_blue_Tooltip: n74, dark_blue_SwitchThumb: n74, dark_blue_surface1: n75, dark_blue_Input: n75, dark_blue_Progress: n75, dark_blue_Slider: n75, dark_blue_TextArea: n75, dark_blue_surface2: n76, dark_blue_Button: n76, dark_blue_SliderThumb: n76, dark_blue_Switch: n76, dark_red_accent: n77, dark_red_Tooltip: n77, dark_red_SwitchThumb: n77, dark_red_surface1: n78, dark_red_Input: n78, dark_red_Progress: n78, dark_red_Slider: n78, dark_red_TextArea: n78, dark_red_surface2: n79, dark_red_Button: n79, dark_red_SliderThumb: n79, dark_red_Switch: n79, dark_yellow_accent: n80, dark_yellow_Tooltip: n80, dark_yellow_SwitchThumb: n80, dark_yellow_surface1: n81, dark_yellow_Input: n81, dark_yellow_Progress: n81, dark_yellow_Slider: n81, dark_yellow_TextArea: n81, dark_yellow_surface2: n82, dark_yellow_Button: n82, dark_yellow_SliderThumb: n82, dark_yellow_Switch: n82, dark_green_accent: n83, dark_green_Tooltip: n83, dark_green_SwitchThumb: n83, dark_green_surface1: n84, dark_green_Input: n84, dark_green_Progress: n84, dark_green_Slider: n84, dark_green_TextArea: n84, dark_green_surface2: n85, dark_green_Button: n85, dark_green_SliderThumb: n85, dark_green_Switch: n85, dark_orange_accent: n86, dark_orange_Tooltip: n86, dark_orange_SwitchThumb: n86, dark_orange_surface1: n87, dark_orange_Input: n87, dark_orange_Progress: n87, dark_orange_Slider: n87, dark_orange_TextArea: n87, dark_orange_surface2: n88, dark_orange_Button: n88, dark_orange_SliderThumb: n88, dark_orange_Switch: n88, dark_pink_accent: n89, dark_pink_Tooltip: n89, dark_pink_SwitchThumb: n89, dark_pink_surface1: n90, dark_pink_Input: n90, dark_pink_Progress: n90, dark_pink_Slider: n90, dark_pink_TextArea: n90, dark_pink_surface2: n91, dark_pink_Button: n91, dark_pink_SliderThumb: n91, dark_pink_Switch: n91, dark_purple_accent: n92, dark_purple_Tooltip: n92, dark_purple_SwitchThumb: n92, dark_purple_surface1: n93, dark_purple_Input: n93, dark_purple_Progress: n93, dark_purple_Slider: n93, dark_purple_TextArea: n93, dark_purple_surface2: n94, dark_purple_Button: n94, dark_purple_SliderThumb: n94, dark_purple_Switch: n94, dark_teal_accent: n95, dark_teal_Tooltip: n95, dark_teal_SwitchThumb: n95, dark_teal_surface1: n96, dark_teal_Input: n96, dark_teal_Progress: n96, dark_teal_Slider: n96, dark_teal_TextArea: n96, dark_teal_surface2: n97, dark_teal_Button: n97, dark_teal_SliderThumb: n97, dark_teal_Switch: n97, dark_neutral_accent: n98, dark_neutral_Tooltip: n98, dark_neutral_SwitchThumb: n98, dark_neutral_surface1: n99, dark_neutral_Input: n99, dark_neutral_Progress: n99, dark_neutral_Slider: n99, dark_neutral_TextArea: n99, dark_neutral_surface2: n100, dark_neutral_Button: n100, dark_neutral_SliderThumb: n100, dark_neutral_Switch: n100, light_ProgressIndicator: n101, light_SliderActive: n101, light_white_ProgressIndicator: n101, light_white_SliderActive: n101, dark_ProgressIndicator: n102, dark_SliderActive: n102, dark_black_ProgressIndicator: n102, dark_black_SliderActive: n102, light_black_ProgressIndicator: n103, light_black_SliderActive: n103, light_gray_ProgressIndicator: n104, light_gray_SliderActive: n104, light_blue_ProgressIndicator: n105, light_blue_SliderActive: n105, light_red_ProgressIndicator: n106, light_red_SliderActive: n106, light_yellow_ProgressIndicator: n107, light_yellow_SliderActive: n107, light_green_ProgressIndicator: n108, light_green_SliderActive: n108, light_orange_ProgressIndicator: n109, light_orange_SliderActive: n109, light_pink_ProgressIndicator: n110, light_pink_SliderActive: n110, light_purple_ProgressIndicator: n111, light_purple_SliderActive: n111, light_teal_ProgressIndicator: n112, light_teal_SliderActive: n112, light_neutral_ProgressIndicator: n113, light_neutral_SliderActive: n113, dark_white_ProgressIndicator: n114, dark_white_SliderActive: n114, dark_gray_ProgressIndicator: n115, dark_gray_SliderActive: n115, dark_blue_ProgressIndicator: n116, dark_blue_SliderActive: n116, dark_red_ProgressIndicator: n117, dark_red_SliderActive: n117, dark_yellow_ProgressIndicator: n118, dark_yellow_SliderActive: n118, dark_green_ProgressIndicator: n119, dark_green_SliderActive: n119, dark_orange_ProgressIndicator: n120, dark_orange_SliderActive: n120, dark_pink_ProgressIndicator: n121, dark_pink_SliderActive: n121, dark_purple_ProgressIndicator: n122, dark_purple_SliderActive: n122, dark_teal_ProgressIndicator: n123, dark_teal_SliderActive: n123, dark_neutral_ProgressIndicator: n124, dark_neutral_SliderActive: n124, }