@hanzogui/themes 3.0.6 → 4.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (236) hide show
  1. package/.turbo/turbo-build.log +2 -0
  2. package/dist/cjs/componentThemeDefinitions.cjs +104 -102
  3. package/dist/cjs/componentThemeDefinitions.native.js +106 -104
  4. package/dist/cjs/componentThemeDefinitions.native.js.map +1 -1
  5. package/dist/cjs/generated-new.cjs +2005 -2001
  6. package/dist/cjs/generated-new.native.js +2014 -2007
  7. package/dist/cjs/generated-new.native.js.map +1 -1
  8. package/dist/cjs/generated-v3.cjs +1083 -1079
  9. package/dist/cjs/generated-v3.native.js +1092 -1085
  10. package/dist/cjs/generated-v3.native.js.map +1 -1
  11. package/dist/cjs/generated-v4-gui.cjs +917 -913
  12. package/dist/cjs/generated-v4-gui.native.js +926 -919
  13. package/dist/cjs/generated-v4-gui.native.js.map +1 -1
  14. package/dist/cjs/generated-v4.cjs +375 -371
  15. package/dist/cjs/generated-v4.native.js +384 -377
  16. package/dist/cjs/generated-v4.native.js.map +1 -1
  17. package/dist/cjs/generated-v5-subtle.cjs +533 -529
  18. package/dist/cjs/generated-v5-subtle.native.js +542 -535
  19. package/dist/cjs/generated-v5-subtle.native.js.map +1 -1
  20. package/dist/cjs/generated-v5.cjs +533 -529
  21. package/dist/cjs/generated-v5.native.js +542 -535
  22. package/dist/cjs/generated-v5.native.js.map +1 -1
  23. package/dist/cjs/helpers.cjs +12 -10
  24. package/dist/cjs/helpers.native.js +12 -10
  25. package/dist/cjs/helpers.native.js.map +1 -1
  26. package/dist/cjs/index.cjs +7 -5
  27. package/dist/cjs/index.native.js +7 -5
  28. package/dist/cjs/index.native.js.map +1 -1
  29. package/dist/cjs/opacify.cjs +62 -37
  30. package/dist/cjs/opacify.native.js +65 -42
  31. package/dist/cjs/opacify.native.js.map +1 -1
  32. package/dist/cjs/palettes.cjs +32 -30
  33. package/dist/cjs/palettes.native.js +47 -45
  34. package/dist/cjs/palettes.native.js.map +1 -1
  35. package/dist/cjs/shadows.cjs +30 -28
  36. package/dist/cjs/shadows.native.js +30 -28
  37. package/dist/cjs/shadows.native.js.map +1 -1
  38. package/dist/cjs/subtleChildrenThemes.cjs +48 -45
  39. package/dist/cjs/subtleChildrenThemes.native.js +54 -52
  40. package/dist/cjs/subtleChildrenThemes.native.js.map +1 -1
  41. package/dist/cjs/templates.cjs +98 -96
  42. package/dist/cjs/templates.native.js +100 -98
  43. package/dist/cjs/templates.native.js.map +1 -1
  44. package/dist/cjs/themes-new.cjs +70 -68
  45. package/dist/cjs/themes-new.native.js +69 -67
  46. package/dist/cjs/themes-new.native.js.map +1 -1
  47. package/dist/cjs/themes-old.cjs +219 -211
  48. package/dist/cjs/themes-old.native.js +236 -234
  49. package/dist/cjs/themes-old.native.js.map +1 -1
  50. package/dist/cjs/themes.cjs +12 -10
  51. package/dist/cjs/themes.native.js +12 -10
  52. package/dist/cjs/themes.native.js.map +1 -1
  53. package/dist/cjs/tokens.cjs +133 -124
  54. package/dist/cjs/tokens.native.js +137 -130
  55. package/dist/cjs/tokens.native.js.map +1 -1
  56. package/dist/cjs/utils.cjs +18 -11
  57. package/dist/cjs/utils.native.js +18 -11
  58. package/dist/cjs/utils.native.js.map +1 -1
  59. package/dist/cjs/v3-themes.cjs +442 -439
  60. package/dist/cjs/v3-themes.native.js +454 -452
  61. package/dist/cjs/v3-themes.native.js.map +1 -1
  62. package/dist/cjs/v3-tokens.cjs +80 -76
  63. package/dist/cjs/v3-tokens.native.js +86 -84
  64. package/dist/cjs/v3-tokens.native.js.map +1 -1
  65. package/dist/cjs/v3.cjs +22 -20
  66. package/dist/cjs/v3.native.js +22 -20
  67. package/dist/cjs/v3.native.js.map +1 -1
  68. package/dist/cjs/v4-default.cjs +143 -141
  69. package/dist/cjs/v4-default.native.js +143 -141
  70. package/dist/cjs/v4-default.native.js.map +1 -1
  71. package/dist/cjs/v4-gui.cjs +213 -209
  72. package/dist/cjs/v4-gui.native.js +216 -214
  73. package/dist/cjs/v4-gui.native.js.map +1 -1
  74. package/dist/cjs/v4-tokens.cjs +80 -76
  75. package/dist/cjs/v4-tokens.native.js +86 -84
  76. package/dist/cjs/v4-tokens.native.js.map +1 -1
  77. package/dist/cjs/v4.cjs +16 -14
  78. package/dist/cjs/v4.native.js +16 -14
  79. package/dist/cjs/v4.native.js.map +1 -1
  80. package/dist/cjs/v5-subtle.cjs +19 -14
  81. package/dist/cjs/v5-subtle.native.js +19 -14
  82. package/dist/cjs/v5-subtle.native.js.map +1 -1
  83. package/dist/cjs/v5-templates.cjs +101 -92
  84. package/dist/cjs/v5-templates.native.js +108 -106
  85. package/dist/cjs/v5-templates.native.js.map +1 -1
  86. package/dist/cjs/v5-themes-subtle.cjs +15 -13
  87. package/dist/cjs/v5-themes-subtle.native.js +18 -16
  88. package/dist/cjs/v5-themes-subtle.native.js.map +1 -1
  89. package/dist/cjs/v5-themes.cjs +203 -188
  90. package/dist/cjs/v5-themes.native.js +233 -208
  91. package/dist/cjs/v5-themes.native.js.map +1 -1
  92. package/dist/cjs/v5-tokens.cjs +80 -76
  93. package/dist/cjs/v5-tokens.native.js +86 -84
  94. package/dist/cjs/v5-tokens.native.js.map +1 -1
  95. package/dist/cjs/v5.cjs +16 -14
  96. package/dist/cjs/v5.native.js +16 -14
  97. package/dist/cjs/v5.native.js.map +1 -1
  98. package/dist/esm/componentThemeDefinitions.mjs +92 -92
  99. package/dist/esm/componentThemeDefinitions.mjs.map +1 -1
  100. package/dist/esm/componentThemeDefinitions.native.js +92 -92
  101. package/dist/esm/componentThemeDefinitions.native.js.map +1 -1
  102. package/dist/esm/generated-new.mjs +1993 -1991
  103. package/dist/esm/generated-new.mjs.map +1 -1
  104. package/dist/esm/generated-new.native.js +2002 -1997
  105. package/dist/esm/generated-new.native.js.map +1 -1
  106. package/dist/esm/generated-v3.mjs +1071 -1069
  107. package/dist/esm/generated-v3.mjs.map +1 -1
  108. package/dist/esm/generated-v3.native.js +1080 -1075
  109. package/dist/esm/generated-v3.native.js.map +1 -1
  110. package/dist/esm/generated-v4-gui.mjs +905 -903
  111. package/dist/esm/generated-v4-gui.mjs.map +1 -1
  112. package/dist/esm/generated-v4-gui.native.js +914 -909
  113. package/dist/esm/generated-v4-gui.native.js.map +1 -1
  114. package/dist/esm/generated-v4.mjs +363 -361
  115. package/dist/esm/generated-v4.mjs.map +1 -1
  116. package/dist/esm/generated-v4.native.js +372 -367
  117. package/dist/esm/generated-v4.native.js.map +1 -1
  118. package/dist/esm/generated-v5-subtle.mjs +521 -519
  119. package/dist/esm/generated-v5-subtle.mjs.map +1 -1
  120. package/dist/esm/generated-v5-subtle.native.js +530 -525
  121. package/dist/esm/generated-v5-subtle.native.js.map +1 -1
  122. package/dist/esm/generated-v5.mjs +521 -519
  123. package/dist/esm/generated-v5.mjs.map +1 -1
  124. package/dist/esm/generated-v5.native.js +530 -525
  125. package/dist/esm/generated-v5.native.js.map +1 -1
  126. package/dist/esm/opacify.mjs +50 -27
  127. package/dist/esm/opacify.mjs.map +1 -1
  128. package/dist/esm/opacify.native.js +53 -32
  129. package/dist/esm/opacify.native.js.map +1 -1
  130. package/dist/esm/palettes.mjs +18 -18
  131. package/dist/esm/palettes.mjs.map +1 -1
  132. package/dist/esm/palettes.native.js +26 -26
  133. package/dist/esm/palettes.native.js.map +1 -1
  134. package/dist/esm/shadows.mjs +18 -18
  135. package/dist/esm/shadows.mjs.map +1 -1
  136. package/dist/esm/shadows.native.js +18 -18
  137. package/dist/esm/shadows.native.js.map +1 -1
  138. package/dist/esm/subtleChildrenThemes.mjs +36 -35
  139. package/dist/esm/subtleChildrenThemes.mjs.map +1 -1
  140. package/dist/esm/subtleChildrenThemes.native.js +40 -40
  141. package/dist/esm/subtleChildrenThemes.native.js.map +1 -1
  142. package/dist/esm/templates.mjs +86 -86
  143. package/dist/esm/templates.mjs.map +1 -1
  144. package/dist/esm/templates.native.js +86 -86
  145. package/dist/esm/templates.native.js.map +1 -1
  146. package/dist/esm/themes-new.mjs +51 -51
  147. package/dist/esm/themes-new.mjs.map +1 -1
  148. package/dist/esm/themes-new.native.js +49 -49
  149. package/dist/esm/themes-new.native.js.map +1 -1
  150. package/dist/esm/themes-old.mjs +205 -199
  151. package/dist/esm/themes-old.mjs.map +1 -1
  152. package/dist/esm/themes-old.native.js +222 -222
  153. package/dist/esm/themes-old.native.js.map +1 -1
  154. package/dist/esm/tokens.mjs +119 -112
  155. package/dist/esm/tokens.mjs.map +1 -1
  156. package/dist/esm/tokens.native.js +122 -117
  157. package/dist/esm/tokens.native.js.map +1 -1
  158. package/dist/esm/utils.mjs +6 -1
  159. package/dist/esm/utils.mjs.map +1 -1
  160. package/dist/esm/utils.native.js +6 -1
  161. package/dist/esm/utils.native.js.map +1 -1
  162. package/dist/esm/v3-themes.mjs +425 -424
  163. package/dist/esm/v3-themes.mjs.map +1 -1
  164. package/dist/esm/v3-themes.native.js +436 -436
  165. package/dist/esm/v3-themes.native.js.map +1 -1
  166. package/dist/esm/v3-tokens.mjs +68 -66
  167. package/dist/esm/v3-tokens.mjs.map +1 -1
  168. package/dist/esm/v3-tokens.native.js +72 -72
  169. package/dist/esm/v3-tokens.native.js.map +1 -1
  170. package/dist/esm/v4-default.mjs +117 -117
  171. package/dist/esm/v4-default.mjs.map +1 -1
  172. package/dist/esm/v4-default.native.js +117 -117
  173. package/dist/esm/v4-default.native.js.map +1 -1
  174. package/dist/esm/v4-gui.mjs +186 -184
  175. package/dist/esm/v4-gui.mjs.map +1 -1
  176. package/dist/esm/v4-gui.native.js +188 -188
  177. package/dist/esm/v4-gui.native.js.map +1 -1
  178. package/dist/esm/v4-tokens.mjs +68 -66
  179. package/dist/esm/v4-tokens.mjs.map +1 -1
  180. package/dist/esm/v4-tokens.native.js +72 -72
  181. package/dist/esm/v4-tokens.native.js.map +1 -1
  182. package/dist/esm/v5-subtle.mjs +2 -1
  183. package/dist/esm/v5-subtle.mjs.map +1 -1
  184. package/dist/esm/v5-subtle.native.js +2 -1
  185. package/dist/esm/v5-subtle.native.js.map +1 -1
  186. package/dist/esm/v5-templates.mjs +89 -82
  187. package/dist/esm/v5-templates.mjs.map +1 -1
  188. package/dist/esm/v5-templates.native.js +94 -94
  189. package/dist/esm/v5-templates.native.js.map +1 -1
  190. package/dist/esm/v5-themes.mjs +186 -173
  191. package/dist/esm/v5-themes.mjs.map +1 -1
  192. package/dist/esm/v5-themes.native.js +216 -193
  193. package/dist/esm/v5-themes.native.js.map +1 -1
  194. package/dist/esm/v5-tokens.mjs +68 -66
  195. package/dist/esm/v5-tokens.mjs.map +1 -1
  196. package/dist/esm/v5-tokens.native.js +72 -72
  197. package/dist/esm/v5-tokens.native.js.map +1 -1
  198. package/package.json +1 -1
  199. package/src/v4-default.ts +3 -3
  200. package/src/v4-gui.ts +3 -3
  201. package/src/v5-subtle.tsx +1 -0
  202. package/types/componentThemeDefinitions.d.ts.map +1 -0
  203. package/types/generated-new.d.ts.map +1 -0
  204. package/types/generated-v3.d.ts.map +1 -0
  205. package/types/generated-v4-gui.d.ts.map +1 -0
  206. package/types/generated-v4.d.ts.map +1 -0
  207. package/types/generated-v5-subtle.d.ts.map +1 -0
  208. package/types/generated-v5.d.ts.map +1 -0
  209. package/types/helpers.d.ts.map +1 -0
  210. package/types/index.d.ts.map +1 -0
  211. package/types/opacify.d.ts.map +1 -0
  212. package/types/palettes.d.ts.map +1 -0
  213. package/types/shadows.d.ts.map +1 -0
  214. package/types/subtleChildrenThemes.d.ts.map +1 -0
  215. package/types/templates.d.ts.map +1 -0
  216. package/types/themes-new.d.ts.map +1 -0
  217. package/types/themes-old.d.ts.map +1 -0
  218. package/types/themes.d.ts.map +1 -0
  219. package/types/tokens.d.ts.map +1 -0
  220. package/types/utils.d.ts.map +1 -0
  221. package/types/v3-themes.d.ts.map +1 -0
  222. package/types/v3-tokens.d.ts.map +1 -0
  223. package/types/v3.d.ts.map +1 -0
  224. package/types/v4-default.d.ts +2 -2
  225. package/types/v4-default.d.ts.map +1 -0
  226. package/types/v4-gui.d.ts +2 -2
  227. package/types/v4-gui.d.ts.map +1 -0
  228. package/types/v4-tokens.d.ts.map +1 -0
  229. package/types/v4.d.ts.map +1 -0
  230. package/types/v5-subtle.d.ts +1 -0
  231. package/types/v5-subtle.d.ts.map +1 -0
  232. package/types/v5-templates.d.ts.map +1 -0
  233. package/types/v5-themes-subtle.d.ts.map +1 -0
  234. package/types/v5-themes.d.ts.map +1 -0
  235. package/types/v5-tokens.d.ts.map +1 -0
  236. package/types/v5.d.ts.map +1 -0
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
5
  var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: !0
9
- });
10
- },
11
- __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var generated_v5_subtle_exports = {};
22
24
  __export(generated_v5_subtle_exports, {
@@ -26,524 +28,526 @@ __export(generated_v5_subtle_exports, {
26
28
  module.exports = __toCommonJS(generated_v5_subtle_exports);
27
29
  function t(a) {
28
30
  let res = {};
29
- for (const [ki, vi] of a) res[ks[ki]] = colors[vi];
31
+ for (const [ki, vi] of a) {
32
+ res[ks[ki]] = colors[vi];
33
+ }
30
34
  return res;
31
35
  }
32
- 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)", "hsl(0, 0%, 99%)", "hsl(0, 0%, 98%)", "hsl(0, 0%, 94%)", "hsl(0, 0%, 91%)", "hsl(0, 0%, 88%)", "hsl(0, 0%, 81%)", "hsl(0, 0%, 73%)", "hsl(0, 0%, 55%)", "hsl(0, 0%, 51%)", "hsl(0, 0%, 39%)", "hsl(0, 0%, 13%)", "hsl(210, 90%, 99%)", "hsl(207, 90%, 98%)", "hsl(205, 83%, 95%)", "hsl(203, 90%, 92%)", "hsl(206, 90%, 88%)", "hsl(207, 84%, 83%)", "hsl(207, 77%, 76%)", "hsl(206, 74%, 65%)", "hsl(206, 90%, 50%)", "hsl(207, 86%, 48%)", "hsl(208, 79%, 43%)", "hsl(216, 64%, 23%)", "hsl(0, 90%, 99%)", "hsl(0, 90%, 98%)", "hsl(357, 81%, 96%)", "hsl(358, 90%, 93%)", "hsl(359, 90%, 90%)", "hsl(359, 85%, 87%)", "hsl(359, 70%, 81%)", "hsl(359, 63%, 74%)", "hsl(358, 68%, 59%)", "hsl(358, 62%, 55%)", "hsl(358, 58%, 49%)", "hsl(351, 56%, 24%)", "hsl(60, 33%, 100%)", "hsl(54, 57%, 100%)", "hsl(56, 60%, 89%)", "hsl(53, 58%, 79%)", "hsl(50, 56%, 70%)", "hsl(48, 46%, 65%)", "hsl(46, 36%, 60%)", "hsl(45, 32%, 48%)", "hsl(53, 47%, 51%)", "hsl(52, 45%, 43%)", "hsl(41, 42%, 26%)", "hsl(42, 16%, 16%)", "hsl(140, 54%, 99%)", "hsl(137, 42%, 97%)", "hsl(139, 42%, 93%)", "hsl(140, 44%, 89%)", "hsl(142, 40%, 84%)", "hsl(144, 37%, 77%)", "hsl(146, 36%, 68%)", "hsl(151, 36%, 54%)", "hsl(151, 49%, 42%)", "hsl(152, 51%, 39%)", "hsl(154, 54%, 32%)", "hsl(155, 36%, 16%)", "hsl(20, 54%, 99%)", "hsl(33, 90%, 96%)", "hsl(37, 90%, 92%)", "hsl(34, 90%, 85%)", "hsl(33, 90%, 80%)", "hsl(30, 90%, 75%)", "hsl(27, 78%, 71%)", "hsl(25, 72%, 63%)", "hsl(23, 84%, 53%)", "hsl(24, 90%, 47%)", "hsl(23, 90%, 40%)", "hsl(16, 45%, 23%)", "hsl(320, 90%, 99%)", "hsl(326, 70%, 98%)", "hsl(326, 82%, 95%)", "hsl(323, 72%, 92%)", "hsl(323, 62%, 89%)", "hsl(323, 54%, 84%)", "hsl(323, 50%, 79%)", "hsl(322, 47%, 72%)", "hsl(322, 58%, 55%)", "hsl(322, 55%, 52%)", "hsl(322, 59%, 46%)", "hsl(320, 63%, 23%)", "hsl(300, 45%, 99%)", "hsl(274, 70%, 98%)", "hsl(275, 81%, 96%)", "hsl(277, 73%, 94%)", "hsl(275, 68%, 91%)", "hsl(275, 62%, 86%)", "hsl(273, 55%, 81%)", "hsl(272, 54%, 74%)", "hsl(272, 46%, 54%)", "hsl(272, 40%, 50%)", "hsl(272, 40%, 49%)", "hsl(270, 45%, 25%)", "hsl(165, 60%, 99%)", "hsl(165, 45%, 97%)", "hsl(167, 57%, 93%)", "hsl(166, 56%, 88%)", "hsl(168, 49%, 82%)", "hsl(168, 43%, 75%)", "hsl(170, 38%, 66%)", "hsl(172, 38%, 53%)", "hsl(173, 72%, 36%)", "hsl(173, 76%, 33%)", "hsl(172, 90%, 26%)", "hsl(174, 58%, 15%)", "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)", "hsl(0, 0%, 7%)", "hsl(0, 0%, 10%)", "hsl(0, 0%, 16%)", "hsl(0, 0%, 19%)", "hsl(0, 0%, 23%)", "hsl(0, 0%, 28%)", "hsl(0, 0%, 43%)", "hsl(0, 0%, 48%)", "hsl(0, 0%, 71%)", "hsl(215, 30%, 9%)", "hsl(218, 28%, 11%)", "hsl(212, 48%, 16%)", "hsl(209, 70%, 19%)", "hsl(207, 90%, 23%)", "hsl(209, 71%, 30%)", "hsl(211, 60%, 37%)", "hsl(211, 59%, 45%)", "hsl(210, 90%, 62%)", "hsl(210, 90%, 72%)", "hsl(205, 90%, 88%)", "hsl(0, 13%, 8%)", "hsl(355, 18%, 10%)", "hsl(350, 37%, 15%)", "hsl(348, 48%, 19%)", "hsl(350, 57%, 23%)", "hsl(352, 48%, 29%)", "hsl(355, 42%, 37%)", "hsl(358, 40%, 49%)", "hsl(360, 71%, 65%)", "hsl(2, 90%, 79%)", "hsl(350, 90%, 91%)", "hsl(47, 13%, 5%)", "hsl(45, 13%, 7%)", "hsl(45, 36%, 8%)", "hsl(48, 45%, 8%)", "hsl(47, 45%, 13%)", "hsl(48, 43%, 16%)", "hsl(46, 28%, 25%)", "hsl(45, 33%, 32%)", "hsl(53, 55%, 58%)", "hsl(60, 55%, 67%)", "hsl(53, 49%, 62%)", "hsl(53, 43%, 84%)", "hsl(154, 14%, 7%)", "hsl(153, 14%, 9%)", "hsl(152, 28%, 13%)", "hsl(154, 39%, 15%)", "hsl(154, 47%, 19%)", "hsl(153, 42%, 23%)", "hsl(152, 40%, 28%)", "hsl(151, 41%, 34%)", "hsl(151, 50%, 45%)", "hsl(151, 59%, 54%)", "hsl(144, 63%, 82%)", "hsl(27, 17%, 7%)", "hsl(28, 23%, 9%)", "hsl(29, 45%, 12%)", "hsl(28, 70%, 14%)", "hsl(28, 90%, 17%)", "hsl(27, 71%, 22%)", "hsl(25, 56%, 30%)", "hsl(23, 54%, 40%)", "hsl(26, 90%, 56%)", "hsl(26, 90%, 67%)", "hsl(30, 90%, 88%)", "hsl(315, 13%, 8%)", "hsl(316, 21%, 10%)", "hsl(315, 29%, 15%)", "hsl(315, 41%, 19%)", "hsl(318, 47%, 23%)", "hsl(319, 39%, 29%)", "hsl(321, 36%, 37%)", "hsl(322, 36%, 47%)", "hsl(323, 61%, 59%)", "hsl(327, 90%, 78%)", "hsl(326, 83%, 91%)", "hsl(282, 16%, 9%)", "hsl(279, 18%, 11%)", "hsl(279, 25%, 17%)", "hsl(277, 28%, 22%)", "hsl(276, 35%, 26%)", "hsl(275, 31%, 31%)", "hsl(274, 29%, 38%)", "hsl(273, 30%, 50%)", "hsl(272, 50%, 59%)", "hsl(272, 90%, 81%)", "hsl(275, 69%, 92%)", "hsl(173, 16%, 7%)", "hsl(175, 17%, 9%)", "hsl(174, 39%, 11%)", "hsl(176, 65%, 12%)", "hsl(175, 72%, 16%)", "hsl(174, 56%, 21%)", "hsl(174, 52%, 26%)", "hsl(173, 54%, 31%)", "hsl(172, 77%, 38%)", "hsl(170, 81%, 45%)", "hsl(163, 62%, 81%)", "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, 82%, 98%, 0.2)", "hsla(207, 82%, 98%, 0.4)", "hsla(207, 82%, 98%, 0.6)", "hsla(207, 82%, 98%, 0.8)", "hsla(216, 100%, 99%, 1)", "hsla(207, 82%, 98%, 1)", "hsla(206, 84%, 95%, 1)", "hsla(203, 90%, 92%, 1)", "hsla(206, 90%, 88%, 1)", "hsla(207, 84%, 83%, 1)", "hsla(207, 77%, 76%, 1)", "hsla(206, 74%, 65%, 1)", "hsla(206, 90%, 50%, 1)", "hsla(207, 86%, 48%, 1)", "hsla(208, 79%, 43%, 1)", "hsla(216, 64%, 23%, 1)", "hsla(216, 64%, 23%, 0)", "hsla(216, 64%, 23%, 0.2)", "hsla(216, 64%, 23%, 0.4)", "hsla(216, 64%, 23%, 0.6)", "hsla(216, 64%, 23%, 0.8)", "hsla(216, 64%, 23%, 0.1)", "hsla(216, 64%, 23%, 0.075)", "hsla(216, 64%, 23%, 0.05)", "hsla(216, 64%, 23%, 0.025)", "hsla(216, 64%, 23%, 0.02)", "hsla(216, 64%, 23%, 0.01)", "hsla(207, 82%, 98%, 0.1)", "hsla(207, 82%, 98%, 0.075)", "hsla(207, 82%, 98%, 0.05)", "hsla(207, 82%, 98%, 0.025)", "hsla(207, 82%, 98%, 0.02)", "hsla(207, 82%, 98%, 0.01)", "hsla(207, 84%, 83%, 0.6)", "hsla(0, 100%, 99%, 0)", "hsla(0, 82%, 98%, 0.2)", "hsla(0, 82%, 98%, 0.4)", "hsla(0, 82%, 98%, 0.6)", "hsla(0, 82%, 98%, 0.8)", "hsla(0, 100%, 99%, 1)", "hsla(0, 82%, 98%, 1)", "hsla(0, 80%, 96%, 1)", "hsla(358, 89%, 93%, 1)", "hsla(0, 88%, 90%, 1)", "hsla(359, 85%, 87%, 1)", "hsla(359, 69%, 81%, 1)", "hsla(359, 62%, 74%, 1)", "hsla(358, 68%, 59%, 1)", "hsla(358, 62%, 55%, 1)", "hsla(358, 58%, 49%, 1)", "hsla(351, 56%, 24%, 1)", "hsla(351, 56%, 24%, 0)", "hsla(351, 56%, 24%, 0.2)", "hsla(351, 56%, 24%, 0.4)", "hsla(351, 56%, 24%, 0.6)", "hsla(351, 56%, 24%, 0.8)", "hsla(351, 56%, 24%, 0.1)", "hsla(351, 56%, 24%, 0.075)", "hsla(351, 56%, 24%, 0.05)", "hsla(351, 56%, 24%, 0.025)", "hsla(351, 56%, 24%, 0.02)", "hsla(351, 56%, 24%, 0.01)", "hsla(0, 82%, 98%, 0.1)", "hsla(0, 82%, 98%, 0.075)", "hsla(0, 82%, 98%, 0.05)", "hsla(0, 82%, 98%, 0.025)", "hsla(0, 82%, 98%, 0.02)", "hsla(0, 82%, 98%, 0.01)", "hsla(359, 85%, 87%, 0.6)", "hsla(56, 61%, 89%, 1)", "hsla(52, 59%, 79%, 1)", "hsla(50, 56%, 70%, 1)", "hsla(48, 46%, 65%, 1)", "hsla(46, 36%, 60%, 1)", "hsla(45, 32%, 48%, 1)", "hsla(53, 47%, 51%, 1)", "hsla(52, 45%, 43%, 1)", "hsla(42, 42%, 26%, 1)", "hsla(42, 16%, 16%, 1)", "hsla(42, 16%, 16%, 0)", "hsla(42, 16%, 16%, 0.2)", "hsla(42, 16%, 16%, 0.4)", "hsla(42, 16%, 16%, 0.6)", "hsla(42, 16%, 16%, 0.8)", "hsla(42, 16%, 16%, 0.1)", "hsla(42, 16%, 16%, 0.075)", "hsla(42, 16%, 16%, 0.05)", "hsla(42, 16%, 16%, 0.025)", "hsla(42, 16%, 16%, 0.02)", "hsla(42, 16%, 16%, 0.01)", "hsla(48, 46%, 65%, 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(136, 43%, 93%, 1)", "hsla(140, 43%, 89%, 1)", "hsla(142, 41%, 84%, 1)", "hsla(144, 37%, 77%, 1)", "hsla(145, 36%, 68%, 1)", "hsla(151, 36%, 54%, 1)", "hsla(151, 49%, 42%, 1)", "hsla(152, 51%, 39%, 1)", "hsla(153, 54%, 32%, 1)", "hsla(155, 36%, 16%, 1)", "hsla(155, 36%, 16%, 0)", "hsla(155, 36%, 16%, 0.2)", "hsla(155, 36%, 16%, 0.4)", "hsla(155, 36%, 16%, 0.6)", "hsla(155, 36%, 16%, 0.8)", "hsla(155, 36%, 16%, 0.1)", "hsla(155, 36%, 16%, 0.075)", "hsla(155, 36%, 16%, 0.05)", "hsla(155, 36%, 16%, 0.025)", "hsla(155, 36%, 16%, 0.02)", "hsla(155, 36%, 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, 37%, 77%, 0.6)", "hsla(20, 60%, 99%, 0)", "hsla(33, 90%, 96%, 0.2)", "hsla(33, 90%, 96%, 0.4)", "hsla(33, 90%, 96%, 0.6)", "hsla(33, 90%, 96%, 0.8)", "hsla(20, 60%, 99%, 1)", "hsla(33, 90%, 96%, 1)", "hsla(37, 90%, 92%, 1)", "hsla(34, 90%, 85%, 1)", "hsla(33, 90%, 80%, 1)", "hsla(30, 91%, 75%, 1)", "hsla(27, 78%, 71%, 1)", "hsla(25, 72%, 63%, 1)", "hsla(23, 84%, 53%, 1)", "hsla(24, 90%, 47%, 1)", "hsla(23, 90%, 40%, 1)", "hsla(16, 45%, 23%, 1)", "hsla(16, 45%, 23%, 0)", "hsla(16, 45%, 23%, 0.2)", "hsla(16, 45%, 23%, 0.4)", "hsla(16, 45%, 23%, 0.6)", "hsla(16, 45%, 23%, 0.8)", "hsla(16, 45%, 23%, 0.1)", "hsla(16, 45%, 23%, 0.075)", "hsla(16, 45%, 23%, 0.05)", "hsla(16, 45%, 23%, 0.025)", "hsla(16, 45%, 23%, 0.02)", "hsla(16, 45%, 23%, 0.01)", "hsla(33, 90%, 96%, 0.1)", "hsla(33, 90%, 96%, 0.075)", "hsla(33, 90%, 96%, 0.05)", "hsla(33, 90%, 96%, 0.025)", "hsla(33, 90%, 96%, 0.02)", "hsla(33, 90%, 96%, 0.01)", "hsla(30, 91%, 75%, 0.6)", "hsla(324, 100%, 99%, 0)", "hsla(326, 64%, 98%, 0.2)", "hsla(326, 64%, 98%, 0.4)", "hsla(326, 64%, 98%, 0.6)", "hsla(326, 64%, 98%, 0.8)", "hsla(324, 100%, 99%, 1)", "hsla(326, 64%, 98%, 1)", "hsla(326, 84%, 95%, 1)", "hsla(323, 71%, 92%, 1)", "hsla(323, 61%, 89%, 1)", "hsla(323, 54%, 84%, 1)", "hsla(323, 50%, 79%, 1)", "hsla(321, 47%, 72%, 1)", "hsla(322, 58%, 55%, 1)", "hsla(322, 55%, 52%, 1)", "hsla(322, 59%, 46%, 1)", "hsla(320, 63%, 23%, 1)", "hsla(320, 63%, 23%, 0)", "hsla(320, 63%, 23%, 0.2)", "hsla(320, 63%, 23%, 0.4)", "hsla(320, 63%, 23%, 0.6)", "hsla(320, 63%, 23%, 0.8)", "hsla(320, 63%, 23%, 0.1)", "hsla(320, 63%, 23%, 0.075)", "hsla(320, 63%, 23%, 0.05)", "hsla(320, 63%, 23%, 0.025)", "hsla(320, 63%, 23%, 0.02)", "hsla(320, 63%, 23%, 0.01)", "hsla(326, 64%, 98%, 0.1)", "hsla(326, 64%, 98%, 0.075)", "hsla(326, 64%, 98%, 0.05)", "hsla(326, 64%, 98%, 0.025)", "hsla(326, 64%, 98%, 0.02)", "hsla(326, 64%, 98%, 0.01)", "hsla(323, 54%, 84%, 0.6)", "hsla(300, 60%, 99%, 0)", "hsla(274, 64%, 98%, 0.2)", "hsla(274, 64%, 98%, 0.4)", "hsla(274, 64%, 98%, 0.6)", "hsla(274, 64%, 98%, 0.8)", "hsla(300, 60%, 99%, 1)", "hsla(274, 64%, 98%, 1)", "hsla(274, 80%, 96%, 1)", "hsla(275, 73%, 94%, 1)", "hsla(276, 70%, 91%, 1)", "hsla(275, 61%, 86%, 1)", "hsla(273, 55%, 81%, 1)", "hsla(272, 55%, 74%, 1)", "hsla(272, 46%, 54%, 1)", "hsla(272, 40%, 50%, 1)", "hsla(272, 40%, 49%, 1)", "hsla(271, 45%, 25%, 1)", "hsla(272, 45%, 25%, 0)", "hsla(272, 45%, 25%, 0.2)", "hsla(272, 45%, 25%, 0.4)", "hsla(272, 45%, 25%, 0.6)", "hsla(272, 45%, 25%, 0.8)", "hsla(272, 45%, 25%, 0.1)", "hsla(272, 45%, 25%, 0.075)", "hsla(272, 45%, 25%, 0.05)", "hsla(272, 45%, 25%, 0.025)", "hsla(272, 45%, 25%, 0.02)", "hsla(272, 45%, 25%, 0.01)", "hsla(274, 64%, 98%, 0.1)", "hsla(274, 64%, 98%, 0.075)", "hsla(274, 64%, 98%, 0.05)", "hsla(274, 64%, 98%, 0.025)", "hsla(274, 64%, 98%, 0.02)", "hsla(274, 64%, 98%, 0.01)", "hsla(275, 61%, 86%, 0.6)", "hsla(160, 60%, 99%, 0)", "hsla(163, 47%, 97%, 0.2)", "hsla(163, 47%, 97%, 0.4)", "hsla(163, 47%, 97%, 0.6)", "hsla(163, 47%, 97%, 0.8)", "hsla(160, 60%, 99%, 1)", "hsla(163, 47%, 97%, 1)", "hsla(168, 56%, 93%, 1)", "hsla(166, 57%, 88%, 1)", "hsla(168, 49%, 82%, 1)", "hsla(168, 43%, 75%, 1)", "hsla(170, 38%, 66%, 1)", "hsla(172, 38%, 53%, 1)", "hsla(173, 72%, 36%, 1)", "hsla(173, 76%, 33%, 1)", "hsla(172, 89%, 26%, 1)", "hsla(175, 58%, 15%, 1)", "hsla(176, 58%, 15%, 0)", "hsla(176, 58%, 15%, 0.2)", "hsla(176, 58%, 15%, 0.4)", "hsla(176, 58%, 15%, 0.6)", "hsla(176, 58%, 15%, 0.8)", "hsla(176, 58%, 15%, 0.1)", "hsla(176, 58%, 15%, 0.075)", "hsla(176, 58%, 15%, 0.05)", "hsla(176, 58%, 15%, 0.025)", "hsla(176, 58%, 15%, 0.02)", "hsla(176, 58%, 15%, 0.01)", "hsla(163, 47%, 97%, 0.1)", "hsla(163, 47%, 97%, 0.075)", "hsla(163, 47%, 97%, 0.05)", "hsla(163, 47%, 97%, 0.025)", "hsla(163, 47%, 97%, 0.02)", "hsla(163, 47%, 97%, 0.01)", "hsla(168, 43%, 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(214, 30%, 9%, 0)", "hsla(218, 29%, 11%, 0.2)", "hsla(218, 29%, 11%, 0.4)", "hsla(218, 29%, 11%, 0.6)", "hsla(218, 29%, 11%, 0.8)", "hsla(214, 30%, 9%, 1)", "hsla(218, 29%, 11%, 1)", "hsla(212, 48%, 16%, 1)", "hsla(209, 69%, 19%, 1)", "hsla(207, 90%, 23%, 1)", "hsla(209, 71%, 30%, 1)", "hsla(211, 60%, 37%, 1)", "hsla(211, 59%, 45%, 1)", "hsla(210, 90%, 62%, 1)", "hsla(210, 90%, 72%, 1)", "hsla(205, 90%, 88%, 1)", "hsla(205, 90%, 88%, 0)", "hsla(205, 90%, 88%, 0.2)", "hsla(205, 90%, 88%, 0.4)", "hsla(205, 90%, 88%, 0.6)", "hsla(205, 90%, 88%, 0.8)", "hsla(205, 90%, 88%, 0.1)", "hsla(205, 90%, 88%, 0.075)", "hsla(205, 90%, 88%, 0.05)", "hsla(205, 90%, 88%, 0.025)", "hsla(205, 90%, 88%, 0.02)", "hsla(205, 90%, 88%, 0.01)", "hsla(218, 29%, 11%, 0.1)", "hsla(218, 29%, 11%, 0.075)", "hsla(218, 29%, 11%, 0.05)", "hsla(218, 29%, 11%, 0.025)", "hsla(218, 29%, 11%, 0.02)", "hsla(218, 29%, 11%, 0.01)", "hsla(209, 71%, 30%, 0.6)", "hsla(0, 12%, 8%, 0)", "hsla(353, 18%, 10%, 0.2)", "hsla(353, 18%, 10%, 0.4)", "hsla(353, 18%, 10%, 0.6)", "hsla(353, 18%, 10%, 0.8)", "hsla(0, 12%, 8%, 1)", "hsla(353, 18%, 10%, 1)", "hsla(349, 37%, 15%, 1)", "hsla(349, 48%, 19%, 1)", "hsla(350, 57%, 23%, 1)", "hsla(352, 48%, 29%, 1)", "hsla(355, 42%, 37%, 1)", "hsla(358, 40%, 49%, 1)", "hsla(0, 71%, 65%, 1)", "hsla(2, 91%, 79%, 1)", "hsla(350, 91%, 91%, 1)", "hsla(350, 91%, 91%, 0)", "hsla(350, 91%, 91%, 0.2)", "hsla(350, 91%, 91%, 0.4)", "hsla(350, 91%, 91%, 0.6)", "hsla(350, 91%, 91%, 0.8)", "hsla(350, 91%, 91%, 0.1)", "hsla(350, 91%, 91%, 0.075)", "hsla(350, 91%, 91%, 0.05)", "hsla(350, 91%, 91%, 0.025)", "hsla(350, 91%, 91%, 0.02)", "hsla(350, 91%, 91%, 0.01)", "hsla(353, 18%, 10%, 0.1)", "hsla(353, 18%, 10%, 0.075)", "hsla(353, 18%, 10%, 0.05)", "hsla(353, 18%, 10%, 0.025)", "hsla(353, 18%, 10%, 0.02)", "hsla(353, 18%, 10%, 0.01)", "hsla(352, 48%, 29%, 0.6)", "hsla(60, 12%, 5%, 0)", "hsla(45, 11%, 7%, 0.2)", "hsla(45, 11%, 7%, 0.4)", "hsla(45, 11%, 7%, 0.6)", "hsla(45, 11%, 7%, 0.8)", "hsla(60, 12%, 5%, 1)", "hsla(45, 11%, 7%, 1)", "hsla(44, 37%, 8%, 1)", "hsla(47, 46%, 8%, 1)", "hsla(48, 45%, 13%, 1)", "hsla(48, 43%, 16%, 1)", "hsla(45, 28%, 25%, 1)", "hsla(44, 33%, 32%, 1)", "hsla(53, 55%, 58%, 1)", "hsla(60, 55%, 67%, 1)", "hsla(53, 49%, 62%, 1)", "hsla(53, 43%, 84%, 1)", "hsla(53, 43%, 84%, 0)", "hsla(53, 43%, 84%, 0.2)", "hsla(53, 43%, 84%, 0.4)", "hsla(53, 43%, 84%, 0.6)", "hsla(53, 43%, 84%, 0.8)", "hsla(53, 43%, 84%, 0.1)", "hsla(53, 43%, 84%, 0.075)", "hsla(53, 43%, 84%, 0.05)", "hsla(53, 43%, 84%, 0.025)", "hsla(53, 43%, 84%, 0.02)", "hsla(53, 43%, 84%, 0.01)", "hsla(45, 11%, 7%, 0.1)", "hsla(45, 11%, 7%, 0.075)", "hsla(45, 11%, 7%, 0.05)", "hsla(45, 11%, 7%, 0.025)", "hsla(45, 11%, 7%, 0.02)", "hsla(45, 11%, 7%, 0.01)", "hsla(48, 43%, 16%, 0.6)", "hsla(156, 14%, 7%, 0)", "hsla(150, 13%, 9%, 0.2)", "hsla(150, 13%, 9%, 0.4)", "hsla(150, 13%, 9%, 0.6)", "hsla(150, 13%, 9%, 0.8)", "hsla(156, 14%, 7%, 1)", "hsla(150, 13%, 9%, 1)", "hsla(153, 27%, 13%, 1)", "hsla(154, 39%, 15%, 1)", "hsla(153, 46%, 19%, 1)", "hsla(153, 42%, 23%, 1)", "hsla(152, 40%, 28%, 1)", "hsla(151, 41%, 34%, 1)", "hsla(151, 50%, 45%, 1)", "hsla(151, 59%, 54%, 1)", "hsla(144, 63%, 82%, 1)", "hsla(144, 63%, 82%, 0)", "hsla(144, 63%, 82%, 0.2)", "hsla(144, 63%, 82%, 0.4)", "hsla(144, 63%, 82%, 0.6)", "hsla(144, 63%, 82%, 0.8)", "hsla(144, 63%, 82%, 0.1)", "hsla(144, 63%, 82%, 0.075)", "hsla(144, 63%, 82%, 0.05)", "hsla(144, 63%, 82%, 0.025)", "hsla(144, 63%, 82%, 0.02)", "hsla(144, 63%, 82%, 0.01)", "hsla(150, 13%, 9%, 0.1)", "hsla(150, 13%, 9%, 0.075)", "hsla(150, 13%, 9%, 0.05)", "hsla(150, 13%, 9%, 0.025)", "hsla(150, 13%, 9%, 0.02)", "hsla(150, 13%, 9%, 0.01)", "hsla(153, 42%, 23%, 0.6)", "hsla(30, 17%, 7%, 0)", "hsla(30, 22%, 9%, 0.2)", "hsla(30, 22%, 9%, 0.4)", "hsla(30, 22%, 9%, 0.6)", "hsla(30, 22%, 9%, 0.8)", "hsla(30, 17%, 7%, 1)", "hsla(30, 22%, 9%, 1)", "hsla(29, 44%, 12%, 1)", "hsla(28, 69%, 14%, 1)", "hsla(28, 91%, 17%, 1)", "hsla(27, 71%, 22%, 1)", "hsla(25, 56%, 30%, 1)", "hsla(23, 54%, 40%, 1)", "hsla(26, 90%, 56%, 1)", "hsla(26, 90%, 67%, 1)", "hsla(29, 90%, 88%, 1)", "hsla(28, 90%, 88%, 0)", "hsla(28, 90%, 88%, 0.2)", "hsla(28, 90%, 88%, 0.4)", "hsla(28, 90%, 88%, 0.6)", "hsla(28, 90%, 88%, 0.8)", "hsla(28, 90%, 88%, 0.1)", "hsla(28, 90%, 88%, 0.075)", "hsla(28, 90%, 88%, 0.05)", "hsla(28, 90%, 88%, 0.025)", "hsla(28, 90%, 88%, 0.02)", "hsla(28, 90%, 88%, 0.01)", "hsla(30, 22%, 9%, 0.1)", "hsla(30, 22%, 9%, 0.075)", "hsla(30, 22%, 9%, 0.05)", "hsla(30, 22%, 9%, 0.025)", "hsla(30, 22%, 9%, 0.02)", "hsla(30, 22%, 9%, 0.01)", "hsla(27, 71%, 22%, 0.6)", "hsla(312, 12%, 8%, 0)", "hsla(316, 22%, 10%, 0.2)", "hsla(316, 22%, 10%, 0.4)", "hsla(316, 22%, 10%, 0.6)", "hsla(316, 22%, 10%, 0.8)", "hsla(312, 12%, 8%, 1)", "hsla(316, 22%, 10%, 1)", "hsla(314, 29%, 15%, 1)", "hsla(315, 40%, 19%, 1)", "hsla(317, 47%, 23%, 1)", "hsla(319, 39%, 29%, 1)", "hsla(320, 36%, 37%, 1)", "hsla(322, 36%, 47%, 1)", "hsla(323, 61%, 59%, 1)", "hsla(327, 89%, 78%, 1)", "hsla(325, 83%, 91%, 1)", "hsla(325, 83%, 91%, 0)", "hsla(325, 83%, 91%, 0.2)", "hsla(325, 83%, 91%, 0.4)", "hsla(325, 83%, 91%, 0.6)", "hsla(325, 83%, 91%, 0.8)", "hsla(325, 83%, 91%, 0.1)", "hsla(325, 83%, 91%, 0.075)", "hsla(325, 83%, 91%, 0.05)", "hsla(325, 83%, 91%, 0.025)", "hsla(325, 83%, 91%, 0.02)", "hsla(325, 83%, 91%, 0.01)", "hsla(316, 22%, 10%, 0.1)", "hsla(316, 22%, 10%, 0.075)", "hsla(316, 22%, 10%, 0.05)", "hsla(316, 22%, 10%, 0.025)", "hsla(316, 22%, 10%, 0.02)", "hsla(316, 22%, 10%, 0.01)", "hsla(319, 39%, 29%, 0.6)", "hsla(278, 17%, 9%, 0)", "hsla(282, 18%, 11%, 0.2)", "hsla(282, 18%, 11%, 0.4)", "hsla(282, 18%, 11%, 0.6)", "hsla(282, 18%, 11%, 0.8)", "hsla(278, 17%, 9%, 1)", "hsla(282, 18%, 11%, 1)", "hsla(280, 24%, 17%, 1)", "hsla(278, 29%, 22%, 1)", "hsla(276, 35%, 26%, 1)", "hsla(274, 31%, 31%, 1)", "hsla(274, 29%, 38%, 1)", "hsla(273, 30%, 50%, 1)", "hsla(272, 50%, 59%, 1)", "hsla(272, 90%, 81%, 1)", "hsla(274, 70%, 92%, 1)", "hsla(275, 71%, 92%, 0)", "hsla(275, 71%, 92%, 0.2)", "hsla(275, 71%, 92%, 0.4)", "hsla(275, 71%, 92%, 0.6)", "hsla(275, 71%, 92%, 0.8)", "hsla(275, 71%, 92%, 0.1)", "hsla(275, 71%, 92%, 0.075)", "hsla(275, 71%, 92%, 0.05)", "hsla(275, 71%, 92%, 0.025)", "hsla(275, 71%, 92%, 0.02)", "hsla(275, 71%, 92%, 0.01)", "hsla(282, 18%, 11%, 0.1)", "hsla(282, 18%, 11%, 0.075)", "hsla(282, 18%, 11%, 0.05)", "hsla(282, 18%, 11%, 0.025)", "hsla(282, 18%, 11%, 0.02)", "hsla(282, 18%, 11%, 0.01)", "hsla(274, 31%, 31%, 0.6)", "hsla(170, 17%, 7%, 0)", "hsla(173, 17%, 9%, 0.2)", "hsla(173, 17%, 9%, 0.4)", "hsla(173, 17%, 9%, 0.6)", "hsla(173, 17%, 9%, 0.8)", "hsla(170, 17%, 7%, 1)", "hsla(173, 17%, 9%, 1)", "hsla(175, 39%, 11%, 1)", "hsla(177, 64%, 12%, 1)", "hsla(175, 73%, 16%, 1)", "hsla(174, 56%, 21%, 1)", "hsla(174, 52%, 26%, 1)", "hsla(173, 54%, 31%, 1)", "hsla(172, 77%, 38%, 1)", "hsla(170, 81%, 45%, 1)", "hsla(163, 63%, 81%, 1)", "hsla(163, 63%, 81%, 0)", "hsla(163, 63%, 81%, 0.2)", "hsla(163, 63%, 81%, 0.4)", "hsla(163, 63%, 81%, 0.6)", "hsla(163, 63%, 81%, 0.8)", "hsla(163, 63%, 81%, 0.1)", "hsla(163, 63%, 81%, 0.075)", "hsla(163, 63%, 81%, 0.05)", "hsla(163, 63%, 81%, 0.025)", "hsla(163, 63%, 81%, 0.02)", "hsla(163, 63%, 81%, 0.01)", "hsla(173, 17%, 9%, 0.1)", "hsla(173, 17%, 9%, 0.075)", "hsla(173, 17%, 9%, 0.05)", "hsla(173, 17%, 9%, 0.025)", "hsla(173, 17%, 9%, 0.02)", "hsla(173, 17%, 9%, 0.01)", "hsla(174, 56%, 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(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(214, 30%, 9%, 0.2)", "hsla(214, 30%, 9%, 0.4)", "hsla(214, 30%, 9%, 0.6)", "hsla(214, 30%, 9%, 0.8)", "hsla(0, 12%, 8%, 0.2)", "hsla(0, 12%, 8%, 0.4)", "hsla(0, 12%, 8%, 0.6)", "hsla(0, 12%, 8%, 0.8)", "hsla(60, 12%, 5%, 0.2)", "hsla(60, 12%, 5%, 0.4)", "hsla(60, 12%, 5%, 0.6)", "hsla(60, 12%, 5%, 0.8)", "hsla(156, 14%, 7%, 0.2)", "hsla(156, 14%, 7%, 0.4)", "hsla(156, 14%, 7%, 0.6)", "hsla(156, 14%, 7%, 0.8)", "hsla(30, 17%, 7%, 0.2)", "hsla(30, 17%, 7%, 0.4)", "hsla(30, 17%, 7%, 0.6)", "hsla(30, 17%, 7%, 0.8)", "hsla(312, 12%, 8%, 0.2)", "hsla(312, 12%, 8%, 0.4)", "hsla(312, 12%, 8%, 0.6)", "hsla(312, 12%, 8%, 0.8)", "hsla(278, 17%, 9%, 0.2)", "hsla(278, 17%, 9%, 0.4)", "hsla(278, 17%, 9%, 0.6)", "hsla(278, 17%, 9%, 0.8)", "hsla(170, 17%, 7%, 0.2)", "hsla(170, 17%, 7%, 0.4)", "hsla(170, 17%, 7%, 0.6)", "hsla(170, 17%, 7%, 0.8)"],
33
- 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"],
34
- 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, 39], [98, 79], [99, 80], [100, 81], [101, 82], [102, 83], [103, 84], [104, 85], [105, 86], [106, 87], [107, 88], [108, 89], [109, 90], [110, 91], [111, 92], [112, 93], [113, 94], [114, 95], [115, 96], [116, 97], [117, 98], [118, 99], [119, 100], [120, 101], [121, 102], [122, 103], [123, 104], [124, 105], [125, 106], [126, 107], [127, 108], [128, 109], [129, 110], [130, 111], [131, 112], [132, 113], [133, 114], [134, 115], [135, 116], [136, 117], [137, 118], [138, 119], [139, 120], [140, 121], [141, 122], [142, 123], [143, 124], [144, 125], [145, 126], [146, 127], [147, 128], [148, 129], [149, 130], [150, 131], [151, 132], [152, 133], [153, 134], [154, 135], [155, 136], [156, 137], [157, 138], [158, 139], [159, 140], [160, 141], [161, 142], [162, 143], [163, 144], [164, 145], [165, 146], [166, 147], [167, 148], [168, 149], [169, 150], [170, 151], [171, 152], [172, 153], [173, 154], [174, 155], [175, 156], [176, 157], [177, 158], [178, 159], [179, 160], [180, 161], [181, 162], [182, 163], [183, 164], [184, 165], [185, 166], [186, 167], [187, 168], [188, 169], [189, 170], [190, 171], [191, 172], [192, 173], [193, 174], [194, 175], [195, 176], [196, 177], [197, 178], [198, 179], [199, 180], [200, 181], [201, 182], [202, 183], [203, 42], [204, 184], [205, 185], [206, 186], [207, 187], [208, 188], [209, 189], [210, 190], [211, 191], [212, 192], [213, 193], [214, 0], [215, 17], [216, 16], [217, 194], [218, 195], [219, 196], [220, 197], [221, 1], [222, 11], [223, 7], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
35
- n2 = t([[0, 16], [1, 9], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 11], [28, 193], [29, 0], [30, 192], [31, 0], [32, 193], [33, 17], [34, 16], [35, 17], [36, 0], [37, 197], [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, 220], [76, 221], [77, 64], [78, 222], [79, 223], [80, 59], [81, 224], [82, 54], [83, 68], [84, 50], [85, 70], [86, 225], [87, 226], [88, 73], [89, 227], [90, 48], [91, 64], [92, 228], [93, 229], [94, 84], [95, 230], [96, 231], [97, 232], [98, 233], [99, 190], [100, 234], [101, 235], [102, 236], [103, 38], [104, 237], [105, 238], [106, 239], [107, 240], [108, 241], [109, 242], [110, 243], [111, 244], [112, 93], [113, 245], [114, 246], [115, 247], [116, 248], [117, 249], [118, 250], [119, 251], [120, 252], [121, 253], [122, 254], [123, 255], [124, 105], [125, 256], [126, 257], [127, 258], [128, 259], [129, 260], [130, 261], [131, 262], [132, 263], [133, 264], [134, 265], [135, 266], [136, 267], [137, 268], [138, 269], [139, 270], [140, 271], [141, 272], [142, 273], [143, 274], [144, 275], [145, 276], [146, 277], [147, 278], [148, 129], [149, 279], [150, 280], [151, 281], [152, 282], [153, 283], [154, 284], [155, 285], [156, 286], [157, 287], [158, 288], [159, 289], [160, 141], [161, 290], [162, 291], [163, 292], [164, 293], [165, 294], [166, 295], [167, 296], [168, 297], [169, 298], [170, 299], [171, 300], [172, 153], [173, 301], [174, 302], [175, 303], [176, 304], [177, 305], [178, 306], [179, 307], [180, 308], [181, 309], [182, 310], [183, 311], [184, 165], [185, 312], [186, 313], [187, 314], [188, 315], [189, 316], [190, 317], [191, 318], [192, 319], [193, 320], [194, 321], [195, 322], [196, 177], [197, 323], [198, 324], [199, 325], [200, 181], [201, 182], [202, 183], [203, 42], [204, 184], [205, 185], [206, 186], [207, 187], [208, 188], [209, 189], [210, 190], [211, 191], [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, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
36
- n3 = t([[0, 9], [1, 16], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 193], [29, 192], [30, 0], [31, 0], [32, 193], [33, 17], [34, 0], [35, 17], [36, 16], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
37
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
38
- n5 = t([[0, 0], [1, 1], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 193], [29, 192], [30, 0], [31, 0], [32, 193], [33, 17], [34, 0], [35, 17], [36, 16], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
39
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
40
- n7 = t([[0, 0], [1, 1], [2, 339], [3, 340], [4, 341], [5, 342], [6, 343], [7, 344], [8, 345], [9, 346], [10, 347], [11, 348], [12, 10], [13, 349], [14, 350], [15, 351], [16, 352], [17, 353], [18, 354], [19, 355], [20, 356], [21, 357], [22, 358], [23, 359], [24, 354], [25, 354], [26, 354], [27, 359], [28, 345], [29, 344], [30, 346], [31, 346], [32, 345], [33, 347], [34, 346], [35, 347], [36, 348], [37, 351], [38, 355], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [236, 372]]),
41
- n8 = t([[0, 0], [1, 1], [2, 373], [3, 374], [4, 375], [5, 376], [6, 377], [7, 378], [8, 379], [9, 380], [10, 381], [11, 382], [12, 383], [13, 384], [14, 385], [15, 386], [16, 387], [17, 388], [18, 389], [19, 390], [20, 391], [21, 392], [22, 393], [23, 394], [24, 389], [25, 389], [26, 389], [27, 394], [28, 379], [29, 378], [30, 380], [31, 380], [32, 379], [33, 381], [34, 380], [35, 381], [36, 382], [37, 386], [38, 390], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [236, 407]]),
42
- n9 = t([[0, 0], [1, 1], [2, 408], [3, 409], [4, 410], [5, 411], [6, 412], [7, 413], [8, 414], [9, 415], [10, 416], [11, 417], [12, 418], [13, 419], [14, 420], [15, 421], [16, 422], [17, 423], [18, 424], [19, 425], [20, 426], [21, 427], [22, 428], [23, 429], [24, 424], [25, 424], [26, 424], [27, 429], [28, 414], [29, 413], [30, 415], [31, 415], [32, 414], [33, 416], [34, 415], [35, 416], [36, 417], [37, 421], [38, 425], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [236, 442]]),
43
- n10 = t([[0, 0], [1, 1], [2, 2], [3, 216], [4, 217], [5, 218], [6, 219], [7, 7], [8, 7], [9, 443], [10, 444], [11, 445], [12, 446], [13, 447], [14, 448], [15, 449], [16, 450], [17, 451], [18, 452], [19, 453], [20, 454], [21, 455], [22, 456], [23, 457], [24, 452], [25, 452], [26, 452], [27, 457], [28, 7], [29, 7], [30, 443], [31, 443], [32, 7], [33, 444], [34, 443], [35, 444], [36, 445], [37, 449], [38, 453], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [236, 464]]),
44
- n11 = t([[0, 0], [1, 1], [2, 465], [3, 466], [4, 467], [5, 468], [6, 469], [7, 470], [8, 471], [9, 472], [10, 473], [11, 474], [12, 475], [13, 476], [14, 477], [15, 478], [16, 479], [17, 480], [18, 481], [19, 482], [20, 483], [21, 484], [22, 485], [23, 486], [24, 481], [25, 481], [26, 481], [27, 486], [28, 471], [29, 470], [30, 472], [31, 472], [32, 471], [33, 473], [34, 472], [35, 473], [36, 474], [37, 478], [38, 482], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [236, 499]]),
45
- n12 = t([[0, 0], [1, 1], [2, 500], [3, 501], [4, 502], [5, 503], [6, 504], [7, 505], [8, 506], [9, 507], [10, 508], [11, 509], [12, 510], [13, 511], [14, 512], [15, 513], [16, 514], [17, 515], [18, 516], [19, 517], [20, 518], [21, 519], [22, 520], [23, 521], [24, 516], [25, 516], [26, 516], [27, 521], [28, 506], [29, 505], [30, 507], [31, 507], [32, 506], [33, 508], [34, 507], [35, 508], [36, 509], [37, 513], [38, 517], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [236, 534]]),
46
- n13 = t([[0, 0], [1, 1], [2, 535], [3, 536], [4, 537], [5, 538], [6, 539], [7, 540], [8, 541], [9, 542], [10, 543], [11, 544], [12, 545], [13, 546], [14, 547], [15, 548], [16, 549], [17, 550], [18, 551], [19, 552], [20, 553], [21, 554], [22, 555], [23, 556], [24, 551], [25, 551], [26, 551], [27, 556], [28, 541], [29, 540], [30, 542], [31, 542], [32, 541], [33, 543], [34, 542], [35, 543], [36, 544], [37, 548], [38, 552], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [236, 569]]),
47
- n14 = t([[0, 0], [1, 1], [2, 570], [3, 571], [4, 572], [5, 573], [6, 574], [7, 575], [8, 576], [9, 577], [10, 578], [11, 579], [12, 580], [13, 581], [14, 582], [15, 583], [16, 584], [17, 585], [18, 586], [19, 587], [20, 588], [21, 589], [22, 590], [23, 591], [24, 586], [25, 586], [26, 586], [27, 591], [28, 576], [29, 575], [30, 577], [31, 577], [32, 576], [33, 578], [34, 577], [35, 578], [36, 579], [37, 583], [38, 587], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [236, 604]]),
48
- n15 = t([[0, 0], [1, 1], [2, 605], [3, 606], [4, 607], [5, 608], [6, 609], [7, 610], [8, 611], [9, 612], [10, 613], [11, 614], [12, 615], [13, 616], [14, 617], [15, 618], [16, 619], [17, 620], [18, 621], [19, 622], [20, 623], [21, 624], [22, 625], [23, 626], [24, 621], [25, 621], [26, 621], [27, 626], [28, 611], [29, 610], [30, 612], [31, 612], [32, 611], [33, 613], [34, 612], [35, 613], [36, 614], [37, 618], [38, 622], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [236, 639]]),
49
- n16 = t([[0, 0], [1, 1], [2, 640], [3, 641], [4, 642], [5, 643], [6, 644], [7, 645], [8, 646], [9, 647], [10, 13], [11, 648], [12, 649], [13, 650], [14, 196], [15, 651], [16, 652], [17, 653], [18, 654], [19, 655], [20, 656], [21, 657], [22, 658], [23, 659], [24, 654], [25, 654], [26, 654], [27, 659], [28, 646], [29, 645], [30, 647], [31, 647], [32, 646], [33, 13], [34, 647], [35, 13], [36, 648], [37, 651], [38, 655], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]),
50
- n17 = t([[0, 16], [1, 9], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 11], [28, 193], [29, 0], [30, 192], [31, 0], [32, 193], [33, 17], [34, 16], [35, 17], [36, 0], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
51
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
52
- n19 = t([[0, 16], [1, 9], [2, 673], [3, 674], [4, 675], [5, 676], [6, 677], [7, 678], [8, 0], [9, 354], [10, 679], [11, 680], [12, 681], [13, 682], [14, 653], [15, 683], [16, 684], [17, 685], [18, 9], [19, 686], [20, 687], [21, 688], [22, 689], [23, 690], [24, 9], [25, 690], [26, 9], [27, 685], [28, 0], [29, 354], [30, 678], [31, 354], [32, 0], [33, 679], [34, 680], [35, 679], [36, 354], [37, 683], [38, 686], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [236, 703]]),
53
- n20 = t([[0, 16], [1, 9], [2, 704], [3, 705], [4, 706], [5, 707], [6, 708], [7, 709], [8, 710], [9, 711], [10, 712], [11, 713], [12, 714], [13, 715], [14, 716], [15, 386], [16, 717], [17, 718], [18, 719], [19, 720], [20, 721], [21, 722], [22, 723], [23, 724], [24, 719], [25, 724], [26, 719], [27, 718], [28, 710], [29, 711], [30, 709], [31, 711], [32, 710], [33, 712], [34, 713], [35, 712], [36, 711], [37, 386], [38, 720], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [236, 737]]),
54
- n21 = t([[0, 16], [1, 9], [2, 738], [3, 739], [4, 740], [5, 741], [6, 742], [7, 743], [8, 744], [9, 745], [10, 746], [11, 747], [12, 748], [13, 749], [14, 750], [15, 421], [16, 751], [17, 752], [18, 753], [19, 754], [20, 755], [21, 756], [22, 757], [23, 758], [24, 753], [25, 758], [26, 753], [27, 752], [28, 744], [29, 745], [30, 743], [31, 745], [32, 744], [33, 746], [34, 747], [35, 746], [36, 745], [37, 421], [38, 754], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [236, 771]]),
55
- n22 = t([[0, 16], [1, 9], [2, 772], [3, 773], [4, 774], [5, 775], [6, 776], [7, 777], [8, 778], [9, 779], [10, 780], [11, 781], [12, 782], [13, 783], [14, 784], [15, 785], [16, 786], [17, 787], [18, 788], [19, 789], [20, 790], [21, 791], [22, 792], [23, 793], [24, 788], [25, 793], [26, 788], [27, 787], [28, 778], [29, 779], [30, 777], [31, 779], [32, 778], [33, 780], [34, 781], [35, 780], [36, 779], [37, 785], [38, 789], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [236, 806]]),
56
- n23 = t([[0, 16], [1, 9], [2, 807], [3, 808], [4, 809], [5, 810], [6, 811], [7, 812], [8, 813], [9, 814], [10, 815], [11, 816], [12, 817], [13, 818], [14, 819], [15, 478], [16, 820], [17, 821], [18, 822], [19, 823], [20, 824], [21, 825], [22, 826], [23, 827], [24, 822], [25, 827], [26, 822], [27, 821], [28, 813], [29, 814], [30, 812], [31, 814], [32, 813], [33, 815], [34, 816], [35, 815], [36, 814], [37, 478], [38, 823], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [236, 840]]),
57
- n24 = t([[0, 16], [1, 9], [2, 841], [3, 842], [4, 843], [5, 844], [6, 845], [7, 846], [8, 847], [9, 848], [10, 849], [11, 850], [12, 851], [13, 852], [14, 853], [15, 513], [16, 854], [17, 855], [18, 856], [19, 857], [20, 858], [21, 859], [22, 860], [23, 861], [24, 856], [25, 861], [26, 856], [27, 855], [28, 847], [29, 848], [30, 846], [31, 848], [32, 847], [33, 849], [34, 850], [35, 849], [36, 848], [37, 513], [38, 857], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [236, 874]]),
58
- n25 = t([[0, 16], [1, 9], [2, 875], [3, 876], [4, 877], [5, 878], [6, 879], [7, 880], [8, 881], [9, 882], [10, 883], [11, 884], [12, 885], [13, 886], [14, 887], [15, 548], [16, 888], [17, 889], [18, 890], [19, 891], [20, 892], [21, 893], [22, 894], [23, 895], [24, 890], [25, 895], [26, 890], [27, 889], [28, 881], [29, 882], [30, 880], [31, 882], [32, 881], [33, 883], [34, 884], [35, 883], [36, 882], [37, 548], [38, 891], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [236, 908]]),
59
- n26 = t([[0, 16], [1, 9], [2, 909], [3, 910], [4, 911], [5, 912], [6, 913], [7, 914], [8, 915], [9, 916], [10, 917], [11, 918], [12, 919], [13, 920], [14, 921], [15, 583], [16, 922], [17, 923], [18, 924], [19, 925], [20, 926], [21, 927], [22, 928], [23, 929], [24, 924], [25, 929], [26, 924], [27, 923], [28, 915], [29, 916], [30, 914], [31, 916], [32, 915], [33, 917], [34, 918], [35, 917], [36, 916], [37, 583], [38, 925], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [236, 942]]),
60
- n27 = t([[0, 16], [1, 9], [2, 943], [3, 944], [4, 945], [5, 946], [6, 947], [7, 948], [8, 949], [9, 950], [10, 951], [11, 952], [12, 953], [13, 954], [14, 955], [15, 618], [16, 956], [17, 957], [18, 958], [19, 959], [20, 960], [21, 961], [22, 962], [23, 963], [24, 958], [25, 963], [26, 958], [27, 957], [28, 949], [29, 950], [30, 948], [31, 950], [32, 949], [33, 951], [34, 952], [35, 951], [36, 950], [37, 618], [38, 959], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [236, 976]]),
61
- n28 = t([[0, 16], [1, 9], [2, 640], [3, 641], [4, 642], [5, 643], [6, 644], [7, 645], [8, 646], [9, 647], [10, 13], [11, 648], [12, 649], [13, 650], [14, 196], [15, 651], [16, 652], [17, 653], [18, 654], [19, 655], [20, 656], [21, 657], [22, 658], [23, 659], [24, 654], [25, 659], [26, 654], [27, 653], [28, 646], [29, 647], [30, 645], [31, 647], [32, 646], [33, 13], [34, 648], [35, 13], [36, 647], [37, 651], [38, 655], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]),
62
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
63
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
64
- n31 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 0], [29, 17], [30, 193], [31, 16], [32, 0], [33, 16], [34, 194], [35, 16], [36, 17], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
65
- n32 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 17], [29, 16], [30, 0], [31, 195], [32, 17], [33, 194], [34, 195], [35, 194], [36, 16], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
66
- n33 = t([[0, 1], [1, 0], [2, 2], [3, 212], [4, 213], [5, 214], [6, 215], [7, 7], [8, 11], [9, 1], [10, 197], [11, 196], [12, 195], [13, 194], [14, 16], [15, 17], [16, 0], [17, 193], [18, 192], [19, 211], [20, 977], [21, 978], [22, 979], [23, 980], [24, 192], [25, 192], [26, 192], [27, 980], [28, 11], [29, 7], [30, 1], [31, 1], [32, 11], [33, 197], [34, 1], [35, 197], [36, 196], [37, 17], [38, 211], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
67
- n34 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 0], [29, 193], [30, 17], [31, 16], [32, 0], [33, 16], [34, 17], [35, 16], [36, 194], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
68
- n35 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 17], [29, 0], [30, 16], [31, 195], [32, 17], [33, 194], [34, 16], [35, 194], [36, 195], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
69
- 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, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 17], [29, 18], [30, 16], [31, 16], [32, 17], [33, 15], [34, 16], [35, 15], [36, 14], [37, 10], [38, 2], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
70
- n37 = t([[0, 1], [1, 0], [2, 355], [3, 340], [4, 341], [5, 342], [6, 343], [7, 354], [8, 353], [9, 352], [10, 351], [11, 350], [12, 349], [13, 10], [14, 348], [15, 347], [16, 346], [17, 345], [18, 344], [19, 339], [20, 981], [21, 982], [22, 983], [23, 984], [24, 344], [25, 344], [26, 344], [27, 984], [28, 353], [29, 354], [30, 352], [31, 352], [32, 353], [33, 351], [34, 352], [35, 351], [36, 350], [37, 347], [38, 339], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [236, 372]]),
71
- n38 = t([[24, 353], [25, 353], [26, 353], [27, 354], [28, 346], [29, 345], [30, 347], [31, 348], [32, 346], [33, 348], [34, 347], [35, 348], [36, 10], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [3, 340], [4, 341], [5, 342], [6, 343], [236, 372]]),
72
- n39 = t([[24, 353], [25, 353], [26, 353], [27, 354], [28, 347], [29, 346], [30, 348], [31, 349], [32, 347], [33, 10], [34, 348], [35, 10], [36, 349], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [3, 340], [4, 341], [5, 342], [6, 343], [236, 372]]),
73
- n40 = t([[0, 1], [1, 0], [2, 390], [3, 374], [4, 375], [5, 376], [6, 377], [7, 389], [8, 388], [9, 387], [10, 386], [11, 385], [12, 384], [13, 383], [14, 382], [15, 381], [16, 380], [17, 379], [18, 378], [19, 373], [20, 985], [21, 986], [22, 987], [23, 988], [24, 378], [25, 378], [26, 378], [27, 988], [28, 388], [29, 389], [30, 387], [31, 387], [32, 388], [33, 386], [34, 387], [35, 386], [36, 385], [37, 381], [38, 373], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [236, 407]]),
74
- n41 = t([[24, 388], [25, 388], [26, 388], [27, 389], [28, 380], [29, 379], [30, 381], [31, 382], [32, 380], [33, 382], [34, 381], [35, 382], [36, 383], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [3, 374], [4, 375], [5, 376], [6, 377], [236, 407]]),
75
- n42 = t([[24, 388], [25, 388], [26, 388], [27, 389], [28, 381], [29, 380], [30, 382], [31, 384], [32, 381], [33, 383], [34, 382], [35, 383], [36, 384], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [3, 374], [4, 375], [5, 376], [6, 377], [236, 407]]),
76
- n43 = t([[0, 1], [1, 0], [2, 425], [3, 409], [4, 410], [5, 411], [6, 412], [7, 424], [8, 423], [9, 422], [10, 421], [11, 420], [12, 419], [13, 418], [14, 417], [15, 416], [16, 415], [17, 414], [18, 413], [19, 408], [20, 989], [21, 990], [22, 991], [23, 992], [24, 413], [25, 413], [26, 413], [27, 992], [28, 423], [29, 424], [30, 422], [31, 422], [32, 423], [33, 421], [34, 422], [35, 421], [36, 420], [37, 416], [38, 408], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [236, 442]]),
77
- n44 = t([[24, 423], [25, 423], [26, 423], [27, 424], [28, 415], [29, 414], [30, 416], [31, 417], [32, 415], [33, 417], [34, 416], [35, 417], [36, 418], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [3, 409], [4, 410], [5, 411], [6, 412], [236, 442]]),
78
- n45 = t([[24, 423], [25, 423], [26, 423], [27, 424], [28, 416], [29, 415], [30, 417], [31, 419], [32, 416], [33, 418], [34, 417], [35, 418], [36, 419], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [3, 409], [4, 410], [5, 411], [6, 412], [236, 442]]),
79
- n46 = t([[0, 1], [1, 0], [2, 453], [3, 216], [4, 217], [5, 218], [6, 219], [7, 452], [8, 451], [9, 450], [10, 449], [11, 448], [12, 447], [13, 446], [14, 445], [15, 444], [16, 443], [17, 7], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 451], [29, 452], [30, 450], [31, 450], [32, 451], [33, 449], [34, 450], [35, 449], [36, 448], [37, 444], [38, 2], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [236, 464]]),
80
- n47 = t([[24, 451], [25, 451], [26, 451], [27, 452], [28, 443], [29, 7], [30, 444], [31, 445], [32, 443], [33, 445], [34, 444], [35, 445], [36, 446], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 464]]),
81
- n48 = t([[24, 451], [25, 451], [26, 451], [27, 452], [28, 444], [29, 443], [30, 445], [31, 447], [32, 444], [33, 446], [34, 445], [35, 446], [36, 447], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 464]]),
82
- n49 = t([[0, 1], [1, 0], [2, 482], [3, 466], [4, 467], [5, 468], [6, 469], [7, 481], [8, 480], [9, 479], [10, 478], [11, 477], [12, 476], [13, 475], [14, 474], [15, 473], [16, 472], [17, 471], [18, 470], [19, 465], [20, 993], [21, 994], [22, 995], [23, 996], [24, 470], [25, 470], [26, 470], [27, 996], [28, 480], [29, 481], [30, 479], [31, 479], [32, 480], [33, 478], [34, 479], [35, 478], [36, 477], [37, 473], [38, 465], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [236, 499]]),
83
- n50 = t([[24, 480], [25, 480], [26, 480], [27, 481], [28, 472], [29, 471], [30, 473], [31, 474], [32, 472], [33, 474], [34, 473], [35, 474], [36, 475], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [3, 466], [4, 467], [5, 468], [6, 469], [236, 499]]),
84
- n51 = t([[24, 480], [25, 480], [26, 480], [27, 481], [28, 473], [29, 472], [30, 474], [31, 476], [32, 473], [33, 475], [34, 474], [35, 475], [36, 476], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [3, 466], [4, 467], [5, 468], [6, 469], [236, 499]]),
85
- n52 = t([[0, 1], [1, 0], [2, 517], [3, 501], [4, 502], [5, 503], [6, 504], [7, 516], [8, 515], [9, 514], [10, 513], [11, 512], [12, 511], [13, 510], [14, 509], [15, 508], [16, 507], [17, 506], [18, 505], [19, 500], [20, 997], [21, 998], [22, 999], [23, 1e3], [24, 505], [25, 505], [26, 505], [27, 1e3], [28, 515], [29, 516], [30, 514], [31, 514], [32, 515], [33, 513], [34, 514], [35, 513], [36, 512], [37, 508], [38, 500], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [236, 534]]),
86
- n53 = t([[24, 515], [25, 515], [26, 515], [27, 516], [28, 507], [29, 506], [30, 508], [31, 509], [32, 507], [33, 509], [34, 508], [35, 509], [36, 510], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [3, 501], [4, 502], [5, 503], [6, 504], [236, 534]]),
87
- n54 = t([[24, 515], [25, 515], [26, 515], [27, 516], [28, 508], [29, 507], [30, 509], [31, 511], [32, 508], [33, 510], [34, 509], [35, 510], [36, 511], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [3, 501], [4, 502], [5, 503], [6, 504], [236, 534]]),
88
- n55 = t([[0, 1], [1, 0], [2, 552], [3, 536], [4, 537], [5, 538], [6, 539], [7, 551], [8, 550], [9, 549], [10, 548], [11, 547], [12, 546], [13, 545], [14, 544], [15, 543], [16, 542], [17, 541], [18, 540], [19, 535], [20, 1001], [21, 1002], [22, 1003], [23, 1004], [24, 540], [25, 540], [26, 540], [27, 1004], [28, 550], [29, 551], [30, 549], [31, 549], [32, 550], [33, 548], [34, 549], [35, 548], [36, 547], [37, 543], [38, 535], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [236, 569]]),
89
- n56 = t([[24, 550], [25, 550], [26, 550], [27, 551], [28, 542], [29, 541], [30, 543], [31, 544], [32, 542], [33, 544], [34, 543], [35, 544], [36, 545], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [3, 536], [4, 537], [5, 538], [6, 539], [236, 569]]),
90
- n57 = t([[24, 550], [25, 550], [26, 550], [27, 551], [28, 543], [29, 542], [30, 544], [31, 546], [32, 543], [33, 545], [34, 544], [35, 545], [36, 546], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [3, 536], [4, 537], [5, 538], [6, 539], [236, 569]]),
91
- n58 = t([[0, 1], [1, 0], [2, 587], [3, 571], [4, 572], [5, 573], [6, 574], [7, 586], [8, 585], [9, 584], [10, 583], [11, 582], [12, 581], [13, 580], [14, 579], [15, 578], [16, 577], [17, 576], [18, 575], [19, 570], [20, 1005], [21, 1006], [22, 1007], [23, 1008], [24, 575], [25, 575], [26, 575], [27, 1008], [28, 585], [29, 586], [30, 584], [31, 584], [32, 585], [33, 583], [34, 584], [35, 583], [36, 582], [37, 578], [38, 570], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [236, 604]]),
92
- n59 = t([[24, 585], [25, 585], [26, 585], [27, 586], [28, 577], [29, 576], [30, 578], [31, 579], [32, 577], [33, 579], [34, 578], [35, 579], [36, 580], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [3, 571], [4, 572], [5, 573], [6, 574], [236, 604]]),
93
- n60 = t([[24, 585], [25, 585], [26, 585], [27, 586], [28, 578], [29, 577], [30, 579], [31, 581], [32, 578], [33, 580], [34, 579], [35, 580], [36, 581], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [3, 571], [4, 572], [5, 573], [6, 574], [236, 604]]),
94
- n61 = t([[0, 1], [1, 0], [2, 622], [3, 606], [4, 607], [5, 608], [6, 609], [7, 621], [8, 620], [9, 619], [10, 618], [11, 617], [12, 616], [13, 615], [14, 614], [15, 613], [16, 612], [17, 611], [18, 610], [19, 605], [20, 1009], [21, 1010], [22, 1011], [23, 1012], [24, 610], [25, 610], [26, 610], [27, 1012], [28, 620], [29, 621], [30, 619], [31, 619], [32, 620], [33, 618], [34, 619], [35, 618], [36, 617], [37, 613], [38, 605], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [236, 639]]),
95
- n62 = t([[24, 620], [25, 620], [26, 620], [27, 621], [28, 612], [29, 611], [30, 613], [31, 614], [32, 612], [33, 614], [34, 613], [35, 614], [36, 615], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [3, 606], [4, 607], [5, 608], [6, 609], [236, 639]]),
96
- n63 = t([[24, 620], [25, 620], [26, 620], [27, 621], [28, 613], [29, 612], [30, 614], [31, 616], [32, 613], [33, 615], [34, 614], [35, 615], [36, 616], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [3, 606], [4, 607], [5, 608], [6, 609], [236, 639]]),
97
- n64 = t([[0, 1], [1, 0], [2, 655], [3, 641], [4, 642], [5, 643], [6, 644], [7, 654], [8, 653], [9, 652], [10, 651], [11, 196], [12, 650], [13, 649], [14, 648], [15, 13], [16, 647], [17, 646], [18, 645], [19, 640], [20, 1013], [21, 1014], [22, 1015], [23, 1016], [24, 645], [25, 645], [26, 645], [27, 1016], [28, 653], [29, 654], [30, 652], [31, 652], [32, 653], [33, 651], [34, 652], [35, 651], [36, 196], [37, 13], [38, 640], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]),
98
- n65 = t([[24, 653], [25, 653], [26, 653], [27, 654], [28, 647], [29, 646], [30, 13], [31, 648], [32, 647], [33, 648], [34, 13], [35, 648], [36, 649], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]),
99
- n66 = t([[24, 653], [25, 653], [26, 653], [27, 654], [28, 13], [29, 647], [30, 648], [31, 650], [32, 13], [33, 649], [34, 648], [35, 649], [36, 650], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]),
100
- n67 = t([[0, 9], [1, 16], [2, 2], [3, 212], [4, 213], [5, 214], [6, 215], [7, 7], [8, 11], [9, 1], [10, 197], [11, 196], [12, 195], [13, 194], [14, 16], [15, 17], [16, 0], [17, 193], [18, 192], [19, 211], [20, 977], [21, 978], [22, 979], [23, 980], [24, 192], [25, 980], [26, 192], [27, 193], [28, 11], [29, 1], [30, 7], [31, 1], [32, 11], [33, 197], [34, 196], [35, 197], [36, 1], [37, 17], [38, 211], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]),
101
- 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, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]),
102
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
103
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
104
- n71 = t([[0, 9], [1, 16], [2, 686], [3, 674], [4, 675], [5, 676], [6, 677], [7, 9], [8, 685], [9, 684], [10, 683], [11, 653], [12, 682], [13, 681], [14, 680], [15, 679], [16, 354], [17, 0], [18, 678], [19, 673], [20, 1017], [21, 1018], [22, 1019], [23, 1020], [24, 678], [25, 1020], [26, 678], [27, 0], [28, 685], [29, 684], [30, 9], [31, 684], [32, 685], [33, 683], [34, 653], [35, 683], [36, 684], [37, 679], [38, 673], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [236, 703]]),
105
- n72 = t([[24, 685], [25, 9], [26, 685], [27, 684], [28, 354], [29, 679], [30, 0], [31, 680], [32, 354], [33, 680], [34, 681], [35, 680], [36, 679], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [3, 674], [4, 675], [5, 676], [6, 677], [236, 703]]),
106
- n73 = t([[24, 685], [25, 9], [26, 685], [27, 684], [28, 679], [29, 680], [30, 354], [31, 682], [32, 679], [33, 681], [34, 682], [35, 681], [36, 680], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [3, 674], [4, 675], [5, 676], [6, 677], [236, 703]]),
107
- n74 = t([[0, 9], [1, 16], [2, 720], [3, 705], [4, 706], [5, 707], [6, 708], [7, 719], [8, 718], [9, 717], [10, 386], [11, 716], [12, 715], [13, 714], [14, 713], [15, 712], [16, 711], [17, 710], [18, 709], [19, 704], [20, 1021], [21, 1022], [22, 1023], [23, 1024], [24, 709], [25, 1024], [26, 709], [27, 710], [28, 718], [29, 717], [30, 719], [31, 717], [32, 718], [33, 386], [34, 716], [35, 386], [36, 717], [37, 712], [38, 704], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [236, 737]]),
108
- n75 = t([[24, 718], [25, 719], [26, 718], [27, 717], [28, 711], [29, 712], [30, 710], [31, 713], [32, 711], [33, 713], [34, 714], [35, 713], [36, 712], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [3, 705], [4, 706], [5, 707], [6, 708], [236, 737]]),
109
- n76 = t([[24, 718], [25, 719], [26, 718], [27, 717], [28, 712], [29, 713], [30, 711], [31, 715], [32, 712], [33, 714], [34, 715], [35, 714], [36, 713], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [3, 705], [4, 706], [5, 707], [6, 708], [236, 737]]),
110
- n77 = t([[0, 9], [1, 16], [2, 754], [3, 739], [4, 740], [5, 741], [6, 742], [7, 753], [8, 752], [9, 751], [10, 421], [11, 750], [12, 749], [13, 748], [14, 747], [15, 746], [16, 745], [17, 744], [18, 743], [19, 738], [20, 1025], [21, 1026], [22, 1027], [23, 1028], [24, 743], [25, 1028], [26, 743], [27, 744], [28, 752], [29, 751], [30, 753], [31, 751], [32, 752], [33, 421], [34, 750], [35, 421], [36, 751], [37, 746], [38, 738], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [236, 771]]),
111
- n78 = t([[24, 752], [25, 753], [26, 752], [27, 751], [28, 745], [29, 746], [30, 744], [31, 747], [32, 745], [33, 747], [34, 748], [35, 747], [36, 746], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [3, 739], [4, 740], [5, 741], [6, 742], [236, 771]]),
112
- n79 = t([[24, 752], [25, 753], [26, 752], [27, 751], [28, 746], [29, 747], [30, 745], [31, 749], [32, 746], [33, 748], [34, 749], [35, 748], [36, 747], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [3, 739], [4, 740], [5, 741], [6, 742], [236, 771]]),
113
- n80 = t([[0, 9], [1, 16], [2, 789], [3, 773], [4, 774], [5, 775], [6, 776], [7, 788], [8, 787], [9, 786], [10, 785], [11, 784], [12, 783], [13, 782], [14, 781], [15, 780], [16, 779], [17, 778], [18, 777], [19, 772], [20, 1029], [21, 1030], [22, 1031], [23, 1032], [24, 777], [25, 1032], [26, 777], [27, 778], [28, 787], [29, 786], [30, 788], [31, 786], [32, 787], [33, 785], [34, 784], [35, 785], [36, 786], [37, 780], [38, 772], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [236, 806]]),
114
- n81 = t([[24, 787], [25, 788], [26, 787], [27, 786], [28, 779], [29, 780], [30, 778], [31, 781], [32, 779], [33, 781], [34, 782], [35, 781], [36, 780], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [3, 773], [4, 774], [5, 775], [6, 776], [236, 806]]),
115
- n82 = t([[24, 787], [25, 788], [26, 787], [27, 786], [28, 780], [29, 781], [30, 779], [31, 783], [32, 780], [33, 782], [34, 783], [35, 782], [36, 781], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [3, 773], [4, 774], [5, 775], [6, 776], [236, 806]]),
116
- n83 = t([[0, 9], [1, 16], [2, 823], [3, 808], [4, 809], [5, 810], [6, 811], [7, 822], [8, 821], [9, 820], [10, 478], [11, 819], [12, 818], [13, 817], [14, 816], [15, 815], [16, 814], [17, 813], [18, 812], [19, 807], [20, 1033], [21, 1034], [22, 1035], [23, 1036], [24, 812], [25, 1036], [26, 812], [27, 813], [28, 821], [29, 820], [30, 822], [31, 820], [32, 821], [33, 478], [34, 819], [35, 478], [36, 820], [37, 815], [38, 807], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [236, 840]]),
117
- n84 = t([[24, 821], [25, 822], [26, 821], [27, 820], [28, 814], [29, 815], [30, 813], [31, 816], [32, 814], [33, 816], [34, 817], [35, 816], [36, 815], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [3, 808], [4, 809], [5, 810], [6, 811], [236, 840]]),
118
- n85 = t([[24, 821], [25, 822], [26, 821], [27, 820], [28, 815], [29, 816], [30, 814], [31, 818], [32, 815], [33, 817], [34, 818], [35, 817], [36, 816], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [3, 808], [4, 809], [5, 810], [6, 811], [236, 840]]),
119
- n86 = t([[0, 9], [1, 16], [2, 857], [3, 842], [4, 843], [5, 844], [6, 845], [7, 856], [8, 855], [9, 854], [10, 513], [11, 853], [12, 852], [13, 851], [14, 850], [15, 849], [16, 848], [17, 847], [18, 846], [19, 841], [20, 1037], [21, 1038], [22, 1039], [23, 1040], [24, 846], [25, 1040], [26, 846], [27, 847], [28, 855], [29, 854], [30, 856], [31, 854], [32, 855], [33, 513], [34, 853], [35, 513], [36, 854], [37, 849], [38, 841], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [236, 874]]),
120
- n87 = t([[24, 855], [25, 856], [26, 855], [27, 854], [28, 848], [29, 849], [30, 847], [31, 850], [32, 848], [33, 850], [34, 851], [35, 850], [36, 849], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [3, 842], [4, 843], [5, 844], [6, 845], [236, 874]]),
121
- n88 = t([[24, 855], [25, 856], [26, 855], [27, 854], [28, 849], [29, 850], [30, 848], [31, 852], [32, 849], [33, 851], [34, 852], [35, 851], [36, 850], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [3, 842], [4, 843], [5, 844], [6, 845], [236, 874]]),
122
- n89 = t([[0, 9], [1, 16], [2, 891], [3, 876], [4, 877], [5, 878], [6, 879], [7, 890], [8, 889], [9, 888], [10, 548], [11, 887], [12, 886], [13, 885], [14, 884], [15, 883], [16, 882], [17, 881], [18, 880], [19, 875], [20, 1041], [21, 1042], [22, 1043], [23, 1044], [24, 880], [25, 1044], [26, 880], [27, 881], [28, 889], [29, 888], [30, 890], [31, 888], [32, 889], [33, 548], [34, 887], [35, 548], [36, 888], [37, 883], [38, 875], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [236, 908]]),
123
- n90 = t([[24, 889], [25, 890], [26, 889], [27, 888], [28, 882], [29, 883], [30, 881], [31, 884], [32, 882], [33, 884], [34, 885], [35, 884], [36, 883], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [3, 876], [4, 877], [5, 878], [6, 879], [236, 908]]),
124
- n91 = t([[24, 889], [25, 890], [26, 889], [27, 888], [28, 883], [29, 884], [30, 882], [31, 886], [32, 883], [33, 885], [34, 886], [35, 885], [36, 884], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [3, 876], [4, 877], [5, 878], [6, 879], [236, 908]]),
125
- n92 = t([[0, 9], [1, 16], [2, 925], [3, 910], [4, 911], [5, 912], [6, 913], [7, 924], [8, 923], [9, 922], [10, 583], [11, 921], [12, 920], [13, 919], [14, 918], [15, 917], [16, 916], [17, 915], [18, 914], [19, 909], [20, 1045], [21, 1046], [22, 1047], [23, 1048], [24, 914], [25, 1048], [26, 914], [27, 915], [28, 923], [29, 922], [30, 924], [31, 922], [32, 923], [33, 583], [34, 921], [35, 583], [36, 922], [37, 917], [38, 909], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [236, 942]]),
126
- n93 = t([[24, 923], [25, 924], [26, 923], [27, 922], [28, 916], [29, 917], [30, 915], [31, 918], [32, 916], [33, 918], [34, 919], [35, 918], [36, 917], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [3, 910], [4, 911], [5, 912], [6, 913], [236, 942]]),
127
- n94 = t([[24, 923], [25, 924], [26, 923], [27, 922], [28, 917], [29, 918], [30, 916], [31, 920], [32, 917], [33, 919], [34, 920], [35, 919], [36, 918], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [3, 910], [4, 911], [5, 912], [6, 913], [236, 942]]),
128
- n95 = t([[0, 9], [1, 16], [2, 959], [3, 944], [4, 945], [5, 946], [6, 947], [7, 958], [8, 957], [9, 956], [10, 618], [11, 955], [12, 954], [13, 953], [14, 952], [15, 951], [16, 950], [17, 949], [18, 948], [19, 943], [20, 1049], [21, 1050], [22, 1051], [23, 1052], [24, 948], [25, 1052], [26, 948], [27, 949], [28, 957], [29, 956], [30, 958], [31, 956], [32, 957], [33, 618], [34, 955], [35, 618], [36, 956], [37, 951], [38, 943], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [236, 976]]),
129
- n96 = t([[24, 957], [25, 958], [26, 957], [27, 956], [28, 950], [29, 951], [30, 949], [31, 952], [32, 950], [33, 952], [34, 953], [35, 952], [36, 951], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [3, 944], [4, 945], [5, 946], [6, 947], [236, 976]]),
130
- n97 = t([[24, 957], [25, 958], [26, 957], [27, 956], [28, 951], [29, 952], [30, 950], [31, 954], [32, 951], [33, 953], [34, 954], [35, 953], [36, 952], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [3, 944], [4, 945], [5, 946], [6, 947], [236, 976]]),
131
- n98 = t([[0, 9], [1, 16], [2, 655], [3, 641], [4, 642], [5, 643], [6, 644], [7, 654], [8, 653], [9, 652], [10, 651], [11, 196], [12, 650], [13, 649], [14, 648], [15, 13], [16, 647], [17, 646], [18, 645], [19, 640], [20, 1013], [21, 1014], [22, 1015], [23, 1016], [24, 645], [25, 1016], [26, 645], [27, 646], [28, 653], [29, 652], [30, 654], [31, 652], [32, 653], [33, 651], [34, 196], [35, 651], [36, 652], [37, 13], [38, 640], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]),
132
- n99 = t([[24, 653], [25, 654], [26, 653], [27, 652], [28, 647], [29, 13], [30, 646], [31, 648], [32, 647], [33, 648], [34, 649], [35, 648], [36, 13], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]),
133
- n100 = t([[24, 653], [25, 654], [26, 653], [27, 652], [28, 13], [29, 648], [30, 647], [31, 650], [32, 13], [33, 649], [34, 650], [35, 649], [36, 648], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]),
134
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
135
- n102 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 194], [29, 195], [30, 16], [31, 11], [32, 194], [33, 196], [34, 197], [35, 196], [36, 195], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
136
- n103 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 194], [29, 16], [30, 195], [31, 11], [32, 194], [33, 196], [34, 195], [35, 196], [36, 197], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]),
137
- n104 = t([[24, 353], [25, 353], [26, 353], [27, 354], [28, 10], [29, 348], [30, 349], [31, 353], [32, 10], [33, 350], [34, 349], [35, 350], [36, 351], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [3, 340], [4, 341], [5, 342], [6, 343], [236, 372]]),
138
- n105 = t([[24, 388], [25, 388], [26, 388], [27, 389], [28, 383], [29, 382], [30, 384], [31, 388], [32, 383], [33, 385], [34, 384], [35, 385], [36, 386], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [3, 374], [4, 375], [5, 376], [6, 377], [236, 407]]),
139
- n106 = t([[24, 423], [25, 423], [26, 423], [27, 424], [28, 418], [29, 417], [30, 419], [31, 423], [32, 418], [33, 420], [34, 419], [35, 420], [36, 421], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [3, 409], [4, 410], [5, 411], [6, 412], [236, 442]]),
140
- n107 = t([[24, 451], [25, 451], [26, 451], [27, 452], [28, 446], [29, 445], [30, 447], [31, 451], [32, 446], [33, 448], [34, 447], [35, 448], [36, 449], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 464]]),
141
- n108 = t([[24, 480], [25, 480], [26, 480], [27, 481], [28, 475], [29, 474], [30, 476], [31, 480], [32, 475], [33, 477], [34, 476], [35, 477], [36, 478], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [3, 466], [4, 467], [5, 468], [6, 469], [236, 499]]),
142
- n109 = t([[24, 515], [25, 515], [26, 515], [27, 516], [28, 510], [29, 509], [30, 511], [31, 515], [32, 510], [33, 512], [34, 511], [35, 512], [36, 513], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [3, 501], [4, 502], [5, 503], [6, 504], [236, 534]]),
143
- n110 = t([[24, 550], [25, 550], [26, 550], [27, 551], [28, 545], [29, 544], [30, 546], [31, 550], [32, 545], [33, 547], [34, 546], [35, 547], [36, 548], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [3, 536], [4, 537], [5, 538], [6, 539], [236, 569]]),
144
- n111 = t([[24, 585], [25, 585], [26, 585], [27, 586], [28, 580], [29, 579], [30, 581], [31, 585], [32, 580], [33, 582], [34, 581], [35, 582], [36, 583], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [3, 571], [4, 572], [5, 573], [6, 574], [236, 604]]),
145
- n112 = t([[24, 620], [25, 620], [26, 620], [27, 621], [28, 615], [29, 614], [30, 616], [31, 620], [32, 615], [33, 617], [34, 616], [35, 617], [36, 618], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [3, 606], [4, 607], [5, 608], [6, 609], [236, 639]]),
146
- n113 = t([[24, 653], [25, 653], [26, 653], [27, 654], [28, 649], [29, 648], [30, 650], [31, 653], [32, 649], [33, 196], [34, 650], [35, 196], [36, 651], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]),
147
- 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]),
148
- n115 = t([[24, 685], [25, 9], [26, 685], [27, 684], [28, 681], [29, 682], [30, 680], [31, 685], [32, 681], [33, 653], [34, 683], [35, 653], [36, 682], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [3, 674], [4, 675], [5, 676], [6, 677], [236, 703]]),
149
- n116 = t([[24, 718], [25, 719], [26, 718], [27, 717], [28, 714], [29, 715], [30, 713], [31, 718], [32, 714], [33, 716], [34, 386], [35, 716], [36, 715], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [3, 705], [4, 706], [5, 707], [6, 708], [236, 737]]),
150
- n117 = t([[24, 752], [25, 753], [26, 752], [27, 751], [28, 748], [29, 749], [30, 747], [31, 752], [32, 748], [33, 750], [34, 421], [35, 750], [36, 749], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [3, 739], [4, 740], [5, 741], [6, 742], [236, 771]]),
151
- n118 = t([[24, 787], [25, 788], [26, 787], [27, 786], [28, 782], [29, 783], [30, 781], [31, 787], [32, 782], [33, 784], [34, 785], [35, 784], [36, 783], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [3, 773], [4, 774], [5, 775], [6, 776], [236, 806]]),
152
- n119 = t([[24, 821], [25, 822], [26, 821], [27, 820], [28, 817], [29, 818], [30, 816], [31, 821], [32, 817], [33, 819], [34, 478], [35, 819], [36, 818], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [3, 808], [4, 809], [5, 810], [6, 811], [236, 840]]),
153
- n120 = t([[24, 855], [25, 856], [26, 855], [27, 854], [28, 851], [29, 852], [30, 850], [31, 855], [32, 851], [33, 853], [34, 513], [35, 853], [36, 852], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [3, 842], [4, 843], [5, 844], [6, 845], [236, 874]]),
154
- n121 = t([[24, 889], [25, 890], [26, 889], [27, 888], [28, 885], [29, 886], [30, 884], [31, 889], [32, 885], [33, 887], [34, 548], [35, 887], [36, 886], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [3, 876], [4, 877], [5, 878], [6, 879], [236, 908]]),
155
- n122 = t([[24, 923], [25, 924], [26, 923], [27, 922], [28, 919], [29, 920], [30, 918], [31, 923], [32, 919], [33, 921], [34, 583], [35, 921], [36, 920], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [3, 910], [4, 911], [5, 912], [6, 913], [236, 942]]),
156
- n123 = t([[24, 957], [25, 958], [26, 957], [27, 956], [28, 953], [29, 954], [30, 952], [31, 957], [32, 953], [33, 955], [34, 618], [35, 955], [36, 954], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [3, 944], [4, 945], [5, 946], [6, 947], [236, 976]]),
157
- n124 = t([[24, 653], [25, 654], [26, 653], [27, 652], [28, 649], [29, 650], [30, 648], [31, 653], [32, 649], [33, 196], [34, 651], [35, 196], [36, 650], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]),
158
- themes = {
159
- light: n1,
160
- dark: n2,
161
- light_accent: n3,
162
- dark_accent: n4,
163
- light_black: n5,
164
- light_white: n6,
165
- light_gray: n7,
166
- light_blue: n8,
167
- light_red: n9,
168
- light_yellow: n10,
169
- light_green: n11,
170
- light_orange: n12,
171
- light_pink: n13,
172
- light_purple: n14,
173
- light_teal: n15,
174
- light_neutral: n16,
175
- dark_black: n17,
176
- dark_white: n18,
177
- dark_gray: n19,
178
- dark_blue: n20,
179
- dark_red: n21,
180
- dark_yellow: n22,
181
- dark_green: n23,
182
- dark_orange: n24,
183
- dark_pink: n25,
184
- dark_purple: n26,
185
- dark_teal: n27,
186
- dark_neutral: n28,
187
- light_surface1: n29,
188
- light_white_surface1: n29,
189
- light_Input: n29,
190
- light_Progress: n29,
191
- light_Slider: n29,
192
- light_TextArea: n29,
193
- light_white_Input: n29,
194
- light_white_Progress: n29,
195
- light_white_Slider: n29,
196
- light_white_TextArea: n29,
197
- light_surface2: n30,
198
- light_white_surface2: n30,
199
- light_Button: n30,
200
- light_SliderThumb: n30,
201
- light_Switch: n30,
202
- light_white_Button: n30,
203
- light_white_SliderThumb: n30,
204
- light_white_Switch: n30,
205
- dark_surface1: n31,
206
- dark_black_surface1: n31,
207
- dark_Input: n31,
208
- dark_Progress: n31,
209
- dark_Slider: n31,
210
- dark_TextArea: n31,
211
- dark_black_Input: n31,
212
- dark_black_Progress: n31,
213
- dark_black_Slider: n31,
214
- dark_black_TextArea: n31,
215
- dark_surface2: n32,
216
- dark_black_surface2: n32,
217
- dark_Button: n32,
218
- dark_SliderThumb: n32,
219
- dark_Switch: n32,
220
- dark_black_Button: n32,
221
- dark_black_SliderThumb: n32,
222
- dark_black_Switch: n32,
223
- light_black_accent: n33,
224
- light_black_Tooltip: n33,
225
- light_black_SwitchThumb: n33,
226
- light_black_surface1: n34,
227
- light_black_Input: n34,
228
- light_black_Progress: n34,
229
- light_black_Slider: n34,
230
- light_black_TextArea: n34,
231
- light_black_surface2: n35,
232
- light_black_Button: n35,
233
- light_black_SliderThumb: n35,
234
- light_black_Switch: n35,
235
- light_white_accent: n36,
236
- light_Tooltip: n36,
237
- light_SwitchThumb: n36,
238
- light_white_Tooltip: n36,
239
- light_white_SwitchThumb: n36,
240
- light_gray_accent: n37,
241
- light_gray_Tooltip: n37,
242
- light_gray_SwitchThumb: n37,
243
- light_gray_surface1: n38,
244
- light_gray_Input: n38,
245
- light_gray_Progress: n38,
246
- light_gray_Slider: n38,
247
- light_gray_TextArea: n38,
248
- light_gray_surface2: n39,
249
- light_gray_Button: n39,
250
- light_gray_SliderThumb: n39,
251
- light_gray_Switch: n39,
252
- light_blue_accent: n40,
253
- light_blue_Tooltip: n40,
254
- light_blue_SwitchThumb: n40,
255
- light_blue_surface1: n41,
256
- light_blue_Input: n41,
257
- light_blue_Progress: n41,
258
- light_blue_Slider: n41,
259
- light_blue_TextArea: n41,
260
- light_blue_surface2: n42,
261
- light_blue_Button: n42,
262
- light_blue_SliderThumb: n42,
263
- light_blue_Switch: n42,
264
- light_red_accent: n43,
265
- light_red_Tooltip: n43,
266
- light_red_SwitchThumb: n43,
267
- light_red_surface1: n44,
268
- light_red_Input: n44,
269
- light_red_Progress: n44,
270
- light_red_Slider: n44,
271
- light_red_TextArea: n44,
272
- light_red_surface2: n45,
273
- light_red_Button: n45,
274
- light_red_SliderThumb: n45,
275
- light_red_Switch: n45,
276
- light_yellow_accent: n46,
277
- light_yellow_Tooltip: n46,
278
- light_yellow_SwitchThumb: n46,
279
- light_yellow_surface1: n47,
280
- light_yellow_Input: n47,
281
- light_yellow_Progress: n47,
282
- light_yellow_Slider: n47,
283
- light_yellow_TextArea: n47,
284
- light_yellow_surface2: n48,
285
- light_yellow_Button: n48,
286
- light_yellow_SliderThumb: n48,
287
- light_yellow_Switch: n48,
288
- light_green_accent: n49,
289
- light_green_Tooltip: n49,
290
- light_green_SwitchThumb: n49,
291
- light_green_surface1: n50,
292
- light_green_Input: n50,
293
- light_green_Progress: n50,
294
- light_green_Slider: n50,
295
- light_green_TextArea: n50,
296
- light_green_surface2: n51,
297
- light_green_Button: n51,
298
- light_green_SliderThumb: n51,
299
- light_green_Switch: n51,
300
- light_orange_accent: n52,
301
- light_orange_Tooltip: n52,
302
- light_orange_SwitchThumb: n52,
303
- light_orange_surface1: n53,
304
- light_orange_Input: n53,
305
- light_orange_Progress: n53,
306
- light_orange_Slider: n53,
307
- light_orange_TextArea: n53,
308
- light_orange_surface2: n54,
309
- light_orange_Button: n54,
310
- light_orange_SliderThumb: n54,
311
- light_orange_Switch: n54,
312
- light_pink_accent: n55,
313
- light_pink_Tooltip: n55,
314
- light_pink_SwitchThumb: n55,
315
- light_pink_surface1: n56,
316
- light_pink_Input: n56,
317
- light_pink_Progress: n56,
318
- light_pink_Slider: n56,
319
- light_pink_TextArea: n56,
320
- light_pink_surface2: n57,
321
- light_pink_Button: n57,
322
- light_pink_SliderThumb: n57,
323
- light_pink_Switch: n57,
324
- light_purple_accent: n58,
325
- light_purple_Tooltip: n58,
326
- light_purple_SwitchThumb: n58,
327
- light_purple_surface1: n59,
328
- light_purple_Input: n59,
329
- light_purple_Progress: n59,
330
- light_purple_Slider: n59,
331
- light_purple_TextArea: n59,
332
- light_purple_surface2: n60,
333
- light_purple_Button: n60,
334
- light_purple_SliderThumb: n60,
335
- light_purple_Switch: n60,
336
- light_teal_accent: n61,
337
- light_teal_Tooltip: n61,
338
- light_teal_SwitchThumb: n61,
339
- light_teal_surface1: n62,
340
- light_teal_Input: n62,
341
- light_teal_Progress: n62,
342
- light_teal_Slider: n62,
343
- light_teal_TextArea: n62,
344
- light_teal_surface2: n63,
345
- light_teal_Button: n63,
346
- light_teal_SliderThumb: n63,
347
- light_teal_Switch: n63,
348
- light_neutral_accent: n64,
349
- light_neutral_Tooltip: n64,
350
- light_neutral_SwitchThumb: n64,
351
- light_neutral_surface1: n65,
352
- light_neutral_Input: n65,
353
- light_neutral_Progress: n65,
354
- light_neutral_Slider: n65,
355
- light_neutral_TextArea: n65,
356
- light_neutral_surface2: n66,
357
- light_neutral_Button: n66,
358
- light_neutral_SliderThumb: n66,
359
- light_neutral_Switch: n66,
360
- dark_black_accent: n67,
361
- dark_Tooltip: n67,
362
- dark_SwitchThumb: n67,
363
- dark_black_Tooltip: n67,
364
- dark_black_SwitchThumb: n67,
365
- dark_white_accent: n68,
366
- dark_white_Tooltip: n68,
367
- dark_white_SwitchThumb: n68,
368
- dark_white_surface1: n69,
369
- dark_white_Input: n69,
370
- dark_white_Progress: n69,
371
- dark_white_Slider: n69,
372
- dark_white_TextArea: n69,
373
- dark_white_surface2: n70,
374
- dark_white_Button: n70,
375
- dark_white_SliderThumb: n70,
376
- dark_white_Switch: n70,
377
- dark_gray_accent: n71,
378
- dark_gray_Tooltip: n71,
379
- dark_gray_SwitchThumb: n71,
380
- dark_gray_surface1: n72,
381
- dark_gray_Input: n72,
382
- dark_gray_Progress: n72,
383
- dark_gray_Slider: n72,
384
- dark_gray_TextArea: n72,
385
- dark_gray_surface2: n73,
386
- dark_gray_Button: n73,
387
- dark_gray_SliderThumb: n73,
388
- dark_gray_Switch: n73,
389
- dark_blue_accent: n74,
390
- dark_blue_Tooltip: n74,
391
- dark_blue_SwitchThumb: n74,
392
- dark_blue_surface1: n75,
393
- dark_blue_Input: n75,
394
- dark_blue_Progress: n75,
395
- dark_blue_Slider: n75,
396
- dark_blue_TextArea: n75,
397
- dark_blue_surface2: n76,
398
- dark_blue_Button: n76,
399
- dark_blue_SliderThumb: n76,
400
- dark_blue_Switch: n76,
401
- dark_red_accent: n77,
402
- dark_red_Tooltip: n77,
403
- dark_red_SwitchThumb: n77,
404
- dark_red_surface1: n78,
405
- dark_red_Input: n78,
406
- dark_red_Progress: n78,
407
- dark_red_Slider: n78,
408
- dark_red_TextArea: n78,
409
- dark_red_surface2: n79,
410
- dark_red_Button: n79,
411
- dark_red_SliderThumb: n79,
412
- dark_red_Switch: n79,
413
- dark_yellow_accent: n80,
414
- dark_yellow_Tooltip: n80,
415
- dark_yellow_SwitchThumb: n80,
416
- dark_yellow_surface1: n81,
417
- dark_yellow_Input: n81,
418
- dark_yellow_Progress: n81,
419
- dark_yellow_Slider: n81,
420
- dark_yellow_TextArea: n81,
421
- dark_yellow_surface2: n82,
422
- dark_yellow_Button: n82,
423
- dark_yellow_SliderThumb: n82,
424
- dark_yellow_Switch: n82,
425
- dark_green_accent: n83,
426
- dark_green_Tooltip: n83,
427
- dark_green_SwitchThumb: n83,
428
- dark_green_surface1: n84,
429
- dark_green_Input: n84,
430
- dark_green_Progress: n84,
431
- dark_green_Slider: n84,
432
- dark_green_TextArea: n84,
433
- dark_green_surface2: n85,
434
- dark_green_Button: n85,
435
- dark_green_SliderThumb: n85,
436
- dark_green_Switch: n85,
437
- dark_orange_accent: n86,
438
- dark_orange_Tooltip: n86,
439
- dark_orange_SwitchThumb: n86,
440
- dark_orange_surface1: n87,
441
- dark_orange_Input: n87,
442
- dark_orange_Progress: n87,
443
- dark_orange_Slider: n87,
444
- dark_orange_TextArea: n87,
445
- dark_orange_surface2: n88,
446
- dark_orange_Button: n88,
447
- dark_orange_SliderThumb: n88,
448
- dark_orange_Switch: n88,
449
- dark_pink_accent: n89,
450
- dark_pink_Tooltip: n89,
451
- dark_pink_SwitchThumb: n89,
452
- dark_pink_surface1: n90,
453
- dark_pink_Input: n90,
454
- dark_pink_Progress: n90,
455
- dark_pink_Slider: n90,
456
- dark_pink_TextArea: n90,
457
- dark_pink_surface2: n91,
458
- dark_pink_Button: n91,
459
- dark_pink_SliderThumb: n91,
460
- dark_pink_Switch: n91,
461
- dark_purple_accent: n92,
462
- dark_purple_Tooltip: n92,
463
- dark_purple_SwitchThumb: n92,
464
- dark_purple_surface1: n93,
465
- dark_purple_Input: n93,
466
- dark_purple_Progress: n93,
467
- dark_purple_Slider: n93,
468
- dark_purple_TextArea: n93,
469
- dark_purple_surface2: n94,
470
- dark_purple_Button: n94,
471
- dark_purple_SliderThumb: n94,
472
- dark_purple_Switch: n94,
473
- dark_teal_accent: n95,
474
- dark_teal_Tooltip: n95,
475
- dark_teal_SwitchThumb: n95,
476
- dark_teal_surface1: n96,
477
- dark_teal_Input: n96,
478
- dark_teal_Progress: n96,
479
- dark_teal_Slider: n96,
480
- dark_teal_TextArea: n96,
481
- dark_teal_surface2: n97,
482
- dark_teal_Button: n97,
483
- dark_teal_SliderThumb: n97,
484
- dark_teal_Switch: n97,
485
- dark_neutral_accent: n98,
486
- dark_neutral_Tooltip: n98,
487
- dark_neutral_SwitchThumb: n98,
488
- dark_neutral_surface1: n99,
489
- dark_neutral_Input: n99,
490
- dark_neutral_Progress: n99,
491
- dark_neutral_Slider: n99,
492
- dark_neutral_TextArea: n99,
493
- dark_neutral_surface2: n100,
494
- dark_neutral_Button: n100,
495
- dark_neutral_SliderThumb: n100,
496
- dark_neutral_Switch: n100,
497
- light_ProgressIndicator: n101,
498
- light_SliderActive: n101,
499
- light_white_ProgressIndicator: n101,
500
- light_white_SliderActive: n101,
501
- dark_ProgressIndicator: n102,
502
- dark_SliderActive: n102,
503
- dark_black_ProgressIndicator: n102,
504
- dark_black_SliderActive: n102,
505
- light_black_ProgressIndicator: n103,
506
- light_black_SliderActive: n103,
507
- light_gray_ProgressIndicator: n104,
508
- light_gray_SliderActive: n104,
509
- light_blue_ProgressIndicator: n105,
510
- light_blue_SliderActive: n105,
511
- light_red_ProgressIndicator: n106,
512
- light_red_SliderActive: n106,
513
- light_yellow_ProgressIndicator: n107,
514
- light_yellow_SliderActive: n107,
515
- light_green_ProgressIndicator: n108,
516
- light_green_SliderActive: n108,
517
- light_orange_ProgressIndicator: n109,
518
- light_orange_SliderActive: n109,
519
- light_pink_ProgressIndicator: n110,
520
- light_pink_SliderActive: n110,
521
- light_purple_ProgressIndicator: n111,
522
- light_purple_SliderActive: n111,
523
- light_teal_ProgressIndicator: n112,
524
- light_teal_SliderActive: n112,
525
- light_neutral_ProgressIndicator: n113,
526
- light_neutral_SliderActive: n113,
527
- dark_white_ProgressIndicator: n114,
528
- dark_white_SliderActive: n114,
529
- dark_gray_ProgressIndicator: n115,
530
- dark_gray_SliderActive: n115,
531
- dark_blue_ProgressIndicator: n116,
532
- dark_blue_SliderActive: n116,
533
- dark_red_ProgressIndicator: n117,
534
- dark_red_SliderActive: n117,
535
- dark_yellow_ProgressIndicator: n118,
536
- dark_yellow_SliderActive: n118,
537
- dark_green_ProgressIndicator: n119,
538
- dark_green_SliderActive: n119,
539
- dark_orange_ProgressIndicator: n120,
540
- dark_orange_SliderActive: n120,
541
- dark_pink_ProgressIndicator: n121,
542
- dark_pink_SliderActive: n121,
543
- dark_purple_ProgressIndicator: n122,
544
- dark_purple_SliderActive: n122,
545
- dark_teal_ProgressIndicator: n123,
546
- dark_teal_SliderActive: n123,
547
- dark_neutral_ProgressIndicator: n124,
548
- dark_neutral_SliderActive: n124
549
- };
36
+ 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)", "hsl(0, 0%, 99%)", "hsl(0, 0%, 98%)", "hsl(0, 0%, 94%)", "hsl(0, 0%, 91%)", "hsl(0, 0%, 88%)", "hsl(0, 0%, 81%)", "hsl(0, 0%, 73%)", "hsl(0, 0%, 55%)", "hsl(0, 0%, 51%)", "hsl(0, 0%, 39%)", "hsl(0, 0%, 13%)", "hsl(210, 90%, 99%)", "hsl(207, 90%, 98%)", "hsl(205, 83%, 95%)", "hsl(203, 90%, 92%)", "hsl(206, 90%, 88%)", "hsl(207, 84%, 83%)", "hsl(207, 77%, 76%)", "hsl(206, 74%, 65%)", "hsl(206, 90%, 50%)", "hsl(207, 86%, 48%)", "hsl(208, 79%, 43%)", "hsl(216, 64%, 23%)", "hsl(0, 90%, 99%)", "hsl(0, 90%, 98%)", "hsl(357, 81%, 96%)", "hsl(358, 90%, 93%)", "hsl(359, 90%, 90%)", "hsl(359, 85%, 87%)", "hsl(359, 70%, 81%)", "hsl(359, 63%, 74%)", "hsl(358, 68%, 59%)", "hsl(358, 62%, 55%)", "hsl(358, 58%, 49%)", "hsl(351, 56%, 24%)", "hsl(60, 33%, 100%)", "hsl(54, 57%, 100%)", "hsl(56, 60%, 89%)", "hsl(53, 58%, 79%)", "hsl(50, 56%, 70%)", "hsl(48, 46%, 65%)", "hsl(46, 36%, 60%)", "hsl(45, 32%, 48%)", "hsl(53, 47%, 51%)", "hsl(52, 45%, 43%)", "hsl(41, 42%, 26%)", "hsl(42, 16%, 16%)", "hsl(140, 54%, 99%)", "hsl(137, 42%, 97%)", "hsl(139, 42%, 93%)", "hsl(140, 44%, 89%)", "hsl(142, 40%, 84%)", "hsl(144, 37%, 77%)", "hsl(146, 36%, 68%)", "hsl(151, 36%, 54%)", "hsl(151, 49%, 42%)", "hsl(152, 51%, 39%)", "hsl(154, 54%, 32%)", "hsl(155, 36%, 16%)", "hsl(20, 54%, 99%)", "hsl(33, 90%, 96%)", "hsl(37, 90%, 92%)", "hsl(34, 90%, 85%)", "hsl(33, 90%, 80%)", "hsl(30, 90%, 75%)", "hsl(27, 78%, 71%)", "hsl(25, 72%, 63%)", "hsl(23, 84%, 53%)", "hsl(24, 90%, 47%)", "hsl(23, 90%, 40%)", "hsl(16, 45%, 23%)", "hsl(320, 90%, 99%)", "hsl(326, 70%, 98%)", "hsl(326, 82%, 95%)", "hsl(323, 72%, 92%)", "hsl(323, 62%, 89%)", "hsl(323, 54%, 84%)", "hsl(323, 50%, 79%)", "hsl(322, 47%, 72%)", "hsl(322, 58%, 55%)", "hsl(322, 55%, 52%)", "hsl(322, 59%, 46%)", "hsl(320, 63%, 23%)", "hsl(300, 45%, 99%)", "hsl(274, 70%, 98%)", "hsl(275, 81%, 96%)", "hsl(277, 73%, 94%)", "hsl(275, 68%, 91%)", "hsl(275, 62%, 86%)", "hsl(273, 55%, 81%)", "hsl(272, 54%, 74%)", "hsl(272, 46%, 54%)", "hsl(272, 40%, 50%)", "hsl(272, 40%, 49%)", "hsl(270, 45%, 25%)", "hsl(165, 60%, 99%)", "hsl(165, 45%, 97%)", "hsl(167, 57%, 93%)", "hsl(166, 56%, 88%)", "hsl(168, 49%, 82%)", "hsl(168, 43%, 75%)", "hsl(170, 38%, 66%)", "hsl(172, 38%, 53%)", "hsl(173, 72%, 36%)", "hsl(173, 76%, 33%)", "hsl(172, 90%, 26%)", "hsl(174, 58%, 15%)", "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)", "hsl(0, 0%, 7%)", "hsl(0, 0%, 10%)", "hsl(0, 0%, 16%)", "hsl(0, 0%, 19%)", "hsl(0, 0%, 23%)", "hsl(0, 0%, 28%)", "hsl(0, 0%, 43%)", "hsl(0, 0%, 48%)", "hsl(0, 0%, 71%)", "hsl(215, 30%, 9%)", "hsl(218, 28%, 11%)", "hsl(212, 48%, 16%)", "hsl(209, 70%, 19%)", "hsl(207, 90%, 23%)", "hsl(209, 71%, 30%)", "hsl(211, 60%, 37%)", "hsl(211, 59%, 45%)", "hsl(210, 90%, 62%)", "hsl(210, 90%, 72%)", "hsl(205, 90%, 88%)", "hsl(0, 13%, 8%)", "hsl(355, 18%, 10%)", "hsl(350, 37%, 15%)", "hsl(348, 48%, 19%)", "hsl(350, 57%, 23%)", "hsl(352, 48%, 29%)", "hsl(355, 42%, 37%)", "hsl(358, 40%, 49%)", "hsl(360, 71%, 65%)", "hsl(2, 90%, 79%)", "hsl(350, 90%, 91%)", "hsl(47, 13%, 5%)", "hsl(45, 13%, 7%)", "hsl(45, 36%, 8%)", "hsl(48, 45%, 8%)", "hsl(47, 45%, 13%)", "hsl(48, 43%, 16%)", "hsl(46, 28%, 25%)", "hsl(45, 33%, 32%)", "hsl(53, 55%, 58%)", "hsl(60, 55%, 67%)", "hsl(53, 49%, 62%)", "hsl(53, 43%, 84%)", "hsl(154, 14%, 7%)", "hsl(153, 14%, 9%)", "hsl(152, 28%, 13%)", "hsl(154, 39%, 15%)", "hsl(154, 47%, 19%)", "hsl(153, 42%, 23%)", "hsl(152, 40%, 28%)", "hsl(151, 41%, 34%)", "hsl(151, 50%, 45%)", "hsl(151, 59%, 54%)", "hsl(144, 63%, 82%)", "hsl(27, 17%, 7%)", "hsl(28, 23%, 9%)", "hsl(29, 45%, 12%)", "hsl(28, 70%, 14%)", "hsl(28, 90%, 17%)", "hsl(27, 71%, 22%)", "hsl(25, 56%, 30%)", "hsl(23, 54%, 40%)", "hsl(26, 90%, 56%)", "hsl(26, 90%, 67%)", "hsl(30, 90%, 88%)", "hsl(315, 13%, 8%)", "hsl(316, 21%, 10%)", "hsl(315, 29%, 15%)", "hsl(315, 41%, 19%)", "hsl(318, 47%, 23%)", "hsl(319, 39%, 29%)", "hsl(321, 36%, 37%)", "hsl(322, 36%, 47%)", "hsl(323, 61%, 59%)", "hsl(327, 90%, 78%)", "hsl(326, 83%, 91%)", "hsl(282, 16%, 9%)", "hsl(279, 18%, 11%)", "hsl(279, 25%, 17%)", "hsl(277, 28%, 22%)", "hsl(276, 35%, 26%)", "hsl(275, 31%, 31%)", "hsl(274, 29%, 38%)", "hsl(273, 30%, 50%)", "hsl(272, 50%, 59%)", "hsl(272, 90%, 81%)", "hsl(275, 69%, 92%)", "hsl(173, 16%, 7%)", "hsl(175, 17%, 9%)", "hsl(174, 39%, 11%)", "hsl(176, 65%, 12%)", "hsl(175, 72%, 16%)", "hsl(174, 56%, 21%)", "hsl(174, 52%, 26%)", "hsl(173, 54%, 31%)", "hsl(172, 77%, 38%)", "hsl(170, 81%, 45%)", "hsl(163, 62%, 81%)", "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, 82%, 98%, 0.2)", "hsla(207, 82%, 98%, 0.4)", "hsla(207, 82%, 98%, 0.6)", "hsla(207, 82%, 98%, 0.8)", "hsla(216, 100%, 99%, 1)", "hsla(207, 82%, 98%, 1)", "hsla(206, 84%, 95%, 1)", "hsla(203, 90%, 92%, 1)", "hsla(206, 90%, 88%, 1)", "hsla(207, 84%, 83%, 1)", "hsla(207, 77%, 76%, 1)", "hsla(206, 74%, 65%, 1)", "hsla(206, 90%, 50%, 1)", "hsla(207, 86%, 48%, 1)", "hsla(208, 79%, 43%, 1)", "hsla(216, 64%, 23%, 1)", "hsla(216, 64%, 23%, 0)", "hsla(216, 64%, 23%, 0.2)", "hsla(216, 64%, 23%, 0.4)", "hsla(216, 64%, 23%, 0.6)", "hsla(216, 64%, 23%, 0.8)", "hsla(216, 64%, 23%, 0.1)", "hsla(216, 64%, 23%, 0.075)", "hsla(216, 64%, 23%, 0.05)", "hsla(216, 64%, 23%, 0.025)", "hsla(216, 64%, 23%, 0.02)", "hsla(216, 64%, 23%, 0.01)", "hsla(207, 82%, 98%, 0.1)", "hsla(207, 82%, 98%, 0.075)", "hsla(207, 82%, 98%, 0.05)", "hsla(207, 82%, 98%, 0.025)", "hsla(207, 82%, 98%, 0.02)", "hsla(207, 82%, 98%, 0.01)", "hsla(207, 84%, 83%, 0.6)", "hsla(0, 100%, 99%, 0)", "hsla(0, 82%, 98%, 0.2)", "hsla(0, 82%, 98%, 0.4)", "hsla(0, 82%, 98%, 0.6)", "hsla(0, 82%, 98%, 0.8)", "hsla(0, 100%, 99%, 1)", "hsla(0, 82%, 98%, 1)", "hsla(0, 80%, 96%, 1)", "hsla(358, 89%, 93%, 1)", "hsla(0, 88%, 90%, 1)", "hsla(359, 85%, 87%, 1)", "hsla(359, 69%, 81%, 1)", "hsla(359, 62%, 74%, 1)", "hsla(358, 68%, 59%, 1)", "hsla(358, 62%, 55%, 1)", "hsla(358, 58%, 49%, 1)", "hsla(351, 56%, 24%, 1)", "hsla(351, 56%, 24%, 0)", "hsla(351, 56%, 24%, 0.2)", "hsla(351, 56%, 24%, 0.4)", "hsla(351, 56%, 24%, 0.6)", "hsla(351, 56%, 24%, 0.8)", "hsla(351, 56%, 24%, 0.1)", "hsla(351, 56%, 24%, 0.075)", "hsla(351, 56%, 24%, 0.05)", "hsla(351, 56%, 24%, 0.025)", "hsla(351, 56%, 24%, 0.02)", "hsla(351, 56%, 24%, 0.01)", "hsla(0, 82%, 98%, 0.1)", "hsla(0, 82%, 98%, 0.075)", "hsla(0, 82%, 98%, 0.05)", "hsla(0, 82%, 98%, 0.025)", "hsla(0, 82%, 98%, 0.02)", "hsla(0, 82%, 98%, 0.01)", "hsla(359, 85%, 87%, 0.6)", "hsla(56, 61%, 89%, 1)", "hsla(52, 59%, 79%, 1)", "hsla(50, 56%, 70%, 1)", "hsla(48, 46%, 65%, 1)", "hsla(46, 36%, 60%, 1)", "hsla(45, 32%, 48%, 1)", "hsla(53, 47%, 51%, 1)", "hsla(52, 45%, 43%, 1)", "hsla(42, 42%, 26%, 1)", "hsla(42, 16%, 16%, 1)", "hsla(42, 16%, 16%, 0)", "hsla(42, 16%, 16%, 0.2)", "hsla(42, 16%, 16%, 0.4)", "hsla(42, 16%, 16%, 0.6)", "hsla(42, 16%, 16%, 0.8)", "hsla(42, 16%, 16%, 0.1)", "hsla(42, 16%, 16%, 0.075)", "hsla(42, 16%, 16%, 0.05)", "hsla(42, 16%, 16%, 0.025)", "hsla(42, 16%, 16%, 0.02)", "hsla(42, 16%, 16%, 0.01)", "hsla(48, 46%, 65%, 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(136, 43%, 93%, 1)", "hsla(140, 43%, 89%, 1)", "hsla(142, 41%, 84%, 1)", "hsla(144, 37%, 77%, 1)", "hsla(145, 36%, 68%, 1)", "hsla(151, 36%, 54%, 1)", "hsla(151, 49%, 42%, 1)", "hsla(152, 51%, 39%, 1)", "hsla(153, 54%, 32%, 1)", "hsla(155, 36%, 16%, 1)", "hsla(155, 36%, 16%, 0)", "hsla(155, 36%, 16%, 0.2)", "hsla(155, 36%, 16%, 0.4)", "hsla(155, 36%, 16%, 0.6)", "hsla(155, 36%, 16%, 0.8)", "hsla(155, 36%, 16%, 0.1)", "hsla(155, 36%, 16%, 0.075)", "hsla(155, 36%, 16%, 0.05)", "hsla(155, 36%, 16%, 0.025)", "hsla(155, 36%, 16%, 0.02)", "hsla(155, 36%, 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, 37%, 77%, 0.6)", "hsla(20, 60%, 99%, 0)", "hsla(33, 90%, 96%, 0.2)", "hsla(33, 90%, 96%, 0.4)", "hsla(33, 90%, 96%, 0.6)", "hsla(33, 90%, 96%, 0.8)", "hsla(20, 60%, 99%, 1)", "hsla(33, 90%, 96%, 1)", "hsla(37, 90%, 92%, 1)", "hsla(34, 90%, 85%, 1)", "hsla(33, 90%, 80%, 1)", "hsla(30, 91%, 75%, 1)", "hsla(27, 78%, 71%, 1)", "hsla(25, 72%, 63%, 1)", "hsla(23, 84%, 53%, 1)", "hsla(24, 90%, 47%, 1)", "hsla(23, 90%, 40%, 1)", "hsla(16, 45%, 23%, 1)", "hsla(16, 45%, 23%, 0)", "hsla(16, 45%, 23%, 0.2)", "hsla(16, 45%, 23%, 0.4)", "hsla(16, 45%, 23%, 0.6)", "hsla(16, 45%, 23%, 0.8)", "hsla(16, 45%, 23%, 0.1)", "hsla(16, 45%, 23%, 0.075)", "hsla(16, 45%, 23%, 0.05)", "hsla(16, 45%, 23%, 0.025)", "hsla(16, 45%, 23%, 0.02)", "hsla(16, 45%, 23%, 0.01)", "hsla(33, 90%, 96%, 0.1)", "hsla(33, 90%, 96%, 0.075)", "hsla(33, 90%, 96%, 0.05)", "hsla(33, 90%, 96%, 0.025)", "hsla(33, 90%, 96%, 0.02)", "hsla(33, 90%, 96%, 0.01)", "hsla(30, 91%, 75%, 0.6)", "hsla(324, 100%, 99%, 0)", "hsla(326, 64%, 98%, 0.2)", "hsla(326, 64%, 98%, 0.4)", "hsla(326, 64%, 98%, 0.6)", "hsla(326, 64%, 98%, 0.8)", "hsla(324, 100%, 99%, 1)", "hsla(326, 64%, 98%, 1)", "hsla(326, 84%, 95%, 1)", "hsla(323, 71%, 92%, 1)", "hsla(323, 61%, 89%, 1)", "hsla(323, 54%, 84%, 1)", "hsla(323, 50%, 79%, 1)", "hsla(321, 47%, 72%, 1)", "hsla(322, 58%, 55%, 1)", "hsla(322, 55%, 52%, 1)", "hsla(322, 59%, 46%, 1)", "hsla(320, 63%, 23%, 1)", "hsla(320, 63%, 23%, 0)", "hsla(320, 63%, 23%, 0.2)", "hsla(320, 63%, 23%, 0.4)", "hsla(320, 63%, 23%, 0.6)", "hsla(320, 63%, 23%, 0.8)", "hsla(320, 63%, 23%, 0.1)", "hsla(320, 63%, 23%, 0.075)", "hsla(320, 63%, 23%, 0.05)", "hsla(320, 63%, 23%, 0.025)", "hsla(320, 63%, 23%, 0.02)", "hsla(320, 63%, 23%, 0.01)", "hsla(326, 64%, 98%, 0.1)", "hsla(326, 64%, 98%, 0.075)", "hsla(326, 64%, 98%, 0.05)", "hsla(326, 64%, 98%, 0.025)", "hsla(326, 64%, 98%, 0.02)", "hsla(326, 64%, 98%, 0.01)", "hsla(323, 54%, 84%, 0.6)", "hsla(300, 60%, 99%, 0)", "hsla(274, 64%, 98%, 0.2)", "hsla(274, 64%, 98%, 0.4)", "hsla(274, 64%, 98%, 0.6)", "hsla(274, 64%, 98%, 0.8)", "hsla(300, 60%, 99%, 1)", "hsla(274, 64%, 98%, 1)", "hsla(274, 80%, 96%, 1)", "hsla(275, 73%, 94%, 1)", "hsla(276, 70%, 91%, 1)", "hsla(275, 61%, 86%, 1)", "hsla(273, 55%, 81%, 1)", "hsla(272, 55%, 74%, 1)", "hsla(272, 46%, 54%, 1)", "hsla(272, 40%, 50%, 1)", "hsla(272, 40%, 49%, 1)", "hsla(271, 45%, 25%, 1)", "hsla(272, 45%, 25%, 0)", "hsla(272, 45%, 25%, 0.2)", "hsla(272, 45%, 25%, 0.4)", "hsla(272, 45%, 25%, 0.6)", "hsla(272, 45%, 25%, 0.8)", "hsla(272, 45%, 25%, 0.1)", "hsla(272, 45%, 25%, 0.075)", "hsla(272, 45%, 25%, 0.05)", "hsla(272, 45%, 25%, 0.025)", "hsla(272, 45%, 25%, 0.02)", "hsla(272, 45%, 25%, 0.01)", "hsla(274, 64%, 98%, 0.1)", "hsla(274, 64%, 98%, 0.075)", "hsla(274, 64%, 98%, 0.05)", "hsla(274, 64%, 98%, 0.025)", "hsla(274, 64%, 98%, 0.02)", "hsla(274, 64%, 98%, 0.01)", "hsla(275, 61%, 86%, 0.6)", "hsla(160, 60%, 99%, 0)", "hsla(163, 47%, 97%, 0.2)", "hsla(163, 47%, 97%, 0.4)", "hsla(163, 47%, 97%, 0.6)", "hsla(163, 47%, 97%, 0.8)", "hsla(160, 60%, 99%, 1)", "hsla(163, 47%, 97%, 1)", "hsla(168, 56%, 93%, 1)", "hsla(166, 57%, 88%, 1)", "hsla(168, 49%, 82%, 1)", "hsla(168, 43%, 75%, 1)", "hsla(170, 38%, 66%, 1)", "hsla(172, 38%, 53%, 1)", "hsla(173, 72%, 36%, 1)", "hsla(173, 76%, 33%, 1)", "hsla(172, 89%, 26%, 1)", "hsla(175, 58%, 15%, 1)", "hsla(176, 58%, 15%, 0)", "hsla(176, 58%, 15%, 0.2)", "hsla(176, 58%, 15%, 0.4)", "hsla(176, 58%, 15%, 0.6)", "hsla(176, 58%, 15%, 0.8)", "hsla(176, 58%, 15%, 0.1)", "hsla(176, 58%, 15%, 0.075)", "hsla(176, 58%, 15%, 0.05)", "hsla(176, 58%, 15%, 0.025)", "hsla(176, 58%, 15%, 0.02)", "hsla(176, 58%, 15%, 0.01)", "hsla(163, 47%, 97%, 0.1)", "hsla(163, 47%, 97%, 0.075)", "hsla(163, 47%, 97%, 0.05)", "hsla(163, 47%, 97%, 0.025)", "hsla(163, 47%, 97%, 0.02)", "hsla(163, 47%, 97%, 0.01)", "hsla(168, 43%, 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(214, 30%, 9%, 0)", "hsla(218, 29%, 11%, 0.2)", "hsla(218, 29%, 11%, 0.4)", "hsla(218, 29%, 11%, 0.6)", "hsla(218, 29%, 11%, 0.8)", "hsla(214, 30%, 9%, 1)", "hsla(218, 29%, 11%, 1)", "hsla(212, 48%, 16%, 1)", "hsla(209, 69%, 19%, 1)", "hsla(207, 90%, 23%, 1)", "hsla(209, 71%, 30%, 1)", "hsla(211, 60%, 37%, 1)", "hsla(211, 59%, 45%, 1)", "hsla(210, 90%, 62%, 1)", "hsla(210, 90%, 72%, 1)", "hsla(205, 90%, 88%, 1)", "hsla(205, 90%, 88%, 0)", "hsla(205, 90%, 88%, 0.2)", "hsla(205, 90%, 88%, 0.4)", "hsla(205, 90%, 88%, 0.6)", "hsla(205, 90%, 88%, 0.8)", "hsla(205, 90%, 88%, 0.1)", "hsla(205, 90%, 88%, 0.075)", "hsla(205, 90%, 88%, 0.05)", "hsla(205, 90%, 88%, 0.025)", "hsla(205, 90%, 88%, 0.02)", "hsla(205, 90%, 88%, 0.01)", "hsla(218, 29%, 11%, 0.1)", "hsla(218, 29%, 11%, 0.075)", "hsla(218, 29%, 11%, 0.05)", "hsla(218, 29%, 11%, 0.025)", "hsla(218, 29%, 11%, 0.02)", "hsla(218, 29%, 11%, 0.01)", "hsla(209, 71%, 30%, 0.6)", "hsla(0, 12%, 8%, 0)", "hsla(353, 18%, 10%, 0.2)", "hsla(353, 18%, 10%, 0.4)", "hsla(353, 18%, 10%, 0.6)", "hsla(353, 18%, 10%, 0.8)", "hsla(0, 12%, 8%, 1)", "hsla(353, 18%, 10%, 1)", "hsla(349, 37%, 15%, 1)", "hsla(349, 48%, 19%, 1)", "hsla(350, 57%, 23%, 1)", "hsla(352, 48%, 29%, 1)", "hsla(355, 42%, 37%, 1)", "hsla(358, 40%, 49%, 1)", "hsla(0, 71%, 65%, 1)", "hsla(2, 91%, 79%, 1)", "hsla(350, 91%, 91%, 1)", "hsla(350, 91%, 91%, 0)", "hsla(350, 91%, 91%, 0.2)", "hsla(350, 91%, 91%, 0.4)", "hsla(350, 91%, 91%, 0.6)", "hsla(350, 91%, 91%, 0.8)", "hsla(350, 91%, 91%, 0.1)", "hsla(350, 91%, 91%, 0.075)", "hsla(350, 91%, 91%, 0.05)", "hsla(350, 91%, 91%, 0.025)", "hsla(350, 91%, 91%, 0.02)", "hsla(350, 91%, 91%, 0.01)", "hsla(353, 18%, 10%, 0.1)", "hsla(353, 18%, 10%, 0.075)", "hsla(353, 18%, 10%, 0.05)", "hsla(353, 18%, 10%, 0.025)", "hsla(353, 18%, 10%, 0.02)", "hsla(353, 18%, 10%, 0.01)", "hsla(352, 48%, 29%, 0.6)", "hsla(60, 12%, 5%, 0)", "hsla(45, 11%, 7%, 0.2)", "hsla(45, 11%, 7%, 0.4)", "hsla(45, 11%, 7%, 0.6)", "hsla(45, 11%, 7%, 0.8)", "hsla(60, 12%, 5%, 1)", "hsla(45, 11%, 7%, 1)", "hsla(44, 37%, 8%, 1)", "hsla(47, 46%, 8%, 1)", "hsla(48, 45%, 13%, 1)", "hsla(48, 43%, 16%, 1)", "hsla(45, 28%, 25%, 1)", "hsla(44, 33%, 32%, 1)", "hsla(53, 55%, 58%, 1)", "hsla(60, 55%, 67%, 1)", "hsla(53, 49%, 62%, 1)", "hsla(53, 43%, 84%, 1)", "hsla(53, 43%, 84%, 0)", "hsla(53, 43%, 84%, 0.2)", "hsla(53, 43%, 84%, 0.4)", "hsla(53, 43%, 84%, 0.6)", "hsla(53, 43%, 84%, 0.8)", "hsla(53, 43%, 84%, 0.1)", "hsla(53, 43%, 84%, 0.075)", "hsla(53, 43%, 84%, 0.05)", "hsla(53, 43%, 84%, 0.025)", "hsla(53, 43%, 84%, 0.02)", "hsla(53, 43%, 84%, 0.01)", "hsla(45, 11%, 7%, 0.1)", "hsla(45, 11%, 7%, 0.075)", "hsla(45, 11%, 7%, 0.05)", "hsla(45, 11%, 7%, 0.025)", "hsla(45, 11%, 7%, 0.02)", "hsla(45, 11%, 7%, 0.01)", "hsla(48, 43%, 16%, 0.6)", "hsla(156, 14%, 7%, 0)", "hsla(150, 13%, 9%, 0.2)", "hsla(150, 13%, 9%, 0.4)", "hsla(150, 13%, 9%, 0.6)", "hsla(150, 13%, 9%, 0.8)", "hsla(156, 14%, 7%, 1)", "hsla(150, 13%, 9%, 1)", "hsla(153, 27%, 13%, 1)", "hsla(154, 39%, 15%, 1)", "hsla(153, 46%, 19%, 1)", "hsla(153, 42%, 23%, 1)", "hsla(152, 40%, 28%, 1)", "hsla(151, 41%, 34%, 1)", "hsla(151, 50%, 45%, 1)", "hsla(151, 59%, 54%, 1)", "hsla(144, 63%, 82%, 1)", "hsla(144, 63%, 82%, 0)", "hsla(144, 63%, 82%, 0.2)", "hsla(144, 63%, 82%, 0.4)", "hsla(144, 63%, 82%, 0.6)", "hsla(144, 63%, 82%, 0.8)", "hsla(144, 63%, 82%, 0.1)", "hsla(144, 63%, 82%, 0.075)", "hsla(144, 63%, 82%, 0.05)", "hsla(144, 63%, 82%, 0.025)", "hsla(144, 63%, 82%, 0.02)", "hsla(144, 63%, 82%, 0.01)", "hsla(150, 13%, 9%, 0.1)", "hsla(150, 13%, 9%, 0.075)", "hsla(150, 13%, 9%, 0.05)", "hsla(150, 13%, 9%, 0.025)", "hsla(150, 13%, 9%, 0.02)", "hsla(150, 13%, 9%, 0.01)", "hsla(153, 42%, 23%, 0.6)", "hsla(30, 17%, 7%, 0)", "hsla(30, 22%, 9%, 0.2)", "hsla(30, 22%, 9%, 0.4)", "hsla(30, 22%, 9%, 0.6)", "hsla(30, 22%, 9%, 0.8)", "hsla(30, 17%, 7%, 1)", "hsla(30, 22%, 9%, 1)", "hsla(29, 44%, 12%, 1)", "hsla(28, 69%, 14%, 1)", "hsla(28, 91%, 17%, 1)", "hsla(27, 71%, 22%, 1)", "hsla(25, 56%, 30%, 1)", "hsla(23, 54%, 40%, 1)", "hsla(26, 90%, 56%, 1)", "hsla(26, 90%, 67%, 1)", "hsla(29, 90%, 88%, 1)", "hsla(28, 90%, 88%, 0)", "hsla(28, 90%, 88%, 0.2)", "hsla(28, 90%, 88%, 0.4)", "hsla(28, 90%, 88%, 0.6)", "hsla(28, 90%, 88%, 0.8)", "hsla(28, 90%, 88%, 0.1)", "hsla(28, 90%, 88%, 0.075)", "hsla(28, 90%, 88%, 0.05)", "hsla(28, 90%, 88%, 0.025)", "hsla(28, 90%, 88%, 0.02)", "hsla(28, 90%, 88%, 0.01)", "hsla(30, 22%, 9%, 0.1)", "hsla(30, 22%, 9%, 0.075)", "hsla(30, 22%, 9%, 0.05)", "hsla(30, 22%, 9%, 0.025)", "hsla(30, 22%, 9%, 0.02)", "hsla(30, 22%, 9%, 0.01)", "hsla(27, 71%, 22%, 0.6)", "hsla(312, 12%, 8%, 0)", "hsla(316, 22%, 10%, 0.2)", "hsla(316, 22%, 10%, 0.4)", "hsla(316, 22%, 10%, 0.6)", "hsla(316, 22%, 10%, 0.8)", "hsla(312, 12%, 8%, 1)", "hsla(316, 22%, 10%, 1)", "hsla(314, 29%, 15%, 1)", "hsla(315, 40%, 19%, 1)", "hsla(317, 47%, 23%, 1)", "hsla(319, 39%, 29%, 1)", "hsla(320, 36%, 37%, 1)", "hsla(322, 36%, 47%, 1)", "hsla(323, 61%, 59%, 1)", "hsla(327, 89%, 78%, 1)", "hsla(325, 83%, 91%, 1)", "hsla(325, 83%, 91%, 0)", "hsla(325, 83%, 91%, 0.2)", "hsla(325, 83%, 91%, 0.4)", "hsla(325, 83%, 91%, 0.6)", "hsla(325, 83%, 91%, 0.8)", "hsla(325, 83%, 91%, 0.1)", "hsla(325, 83%, 91%, 0.075)", "hsla(325, 83%, 91%, 0.05)", "hsla(325, 83%, 91%, 0.025)", "hsla(325, 83%, 91%, 0.02)", "hsla(325, 83%, 91%, 0.01)", "hsla(316, 22%, 10%, 0.1)", "hsla(316, 22%, 10%, 0.075)", "hsla(316, 22%, 10%, 0.05)", "hsla(316, 22%, 10%, 0.025)", "hsla(316, 22%, 10%, 0.02)", "hsla(316, 22%, 10%, 0.01)", "hsla(319, 39%, 29%, 0.6)", "hsla(278, 17%, 9%, 0)", "hsla(282, 18%, 11%, 0.2)", "hsla(282, 18%, 11%, 0.4)", "hsla(282, 18%, 11%, 0.6)", "hsla(282, 18%, 11%, 0.8)", "hsla(278, 17%, 9%, 1)", "hsla(282, 18%, 11%, 1)", "hsla(280, 24%, 17%, 1)", "hsla(278, 29%, 22%, 1)", "hsla(276, 35%, 26%, 1)", "hsla(274, 31%, 31%, 1)", "hsla(274, 29%, 38%, 1)", "hsla(273, 30%, 50%, 1)", "hsla(272, 50%, 59%, 1)", "hsla(272, 90%, 81%, 1)", "hsla(274, 70%, 92%, 1)", "hsla(275, 71%, 92%, 0)", "hsla(275, 71%, 92%, 0.2)", "hsla(275, 71%, 92%, 0.4)", "hsla(275, 71%, 92%, 0.6)", "hsla(275, 71%, 92%, 0.8)", "hsla(275, 71%, 92%, 0.1)", "hsla(275, 71%, 92%, 0.075)", "hsla(275, 71%, 92%, 0.05)", "hsla(275, 71%, 92%, 0.025)", "hsla(275, 71%, 92%, 0.02)", "hsla(275, 71%, 92%, 0.01)", "hsla(282, 18%, 11%, 0.1)", "hsla(282, 18%, 11%, 0.075)", "hsla(282, 18%, 11%, 0.05)", "hsla(282, 18%, 11%, 0.025)", "hsla(282, 18%, 11%, 0.02)", "hsla(282, 18%, 11%, 0.01)", "hsla(274, 31%, 31%, 0.6)", "hsla(170, 17%, 7%, 0)", "hsla(173, 17%, 9%, 0.2)", "hsla(173, 17%, 9%, 0.4)", "hsla(173, 17%, 9%, 0.6)", "hsla(173, 17%, 9%, 0.8)", "hsla(170, 17%, 7%, 1)", "hsla(173, 17%, 9%, 1)", "hsla(175, 39%, 11%, 1)", "hsla(177, 64%, 12%, 1)", "hsla(175, 73%, 16%, 1)", "hsla(174, 56%, 21%, 1)", "hsla(174, 52%, 26%, 1)", "hsla(173, 54%, 31%, 1)", "hsla(172, 77%, 38%, 1)", "hsla(170, 81%, 45%, 1)", "hsla(163, 63%, 81%, 1)", "hsla(163, 63%, 81%, 0)", "hsla(163, 63%, 81%, 0.2)", "hsla(163, 63%, 81%, 0.4)", "hsla(163, 63%, 81%, 0.6)", "hsla(163, 63%, 81%, 0.8)", "hsla(163, 63%, 81%, 0.1)", "hsla(163, 63%, 81%, 0.075)", "hsla(163, 63%, 81%, 0.05)", "hsla(163, 63%, 81%, 0.025)", "hsla(163, 63%, 81%, 0.02)", "hsla(163, 63%, 81%, 0.01)", "hsla(173, 17%, 9%, 0.1)", "hsla(173, 17%, 9%, 0.075)", "hsla(173, 17%, 9%, 0.05)", "hsla(173, 17%, 9%, 0.025)", "hsla(173, 17%, 9%, 0.02)", "hsla(173, 17%, 9%, 0.01)", "hsla(174, 56%, 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(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(214, 30%, 9%, 0.2)", "hsla(214, 30%, 9%, 0.4)", "hsla(214, 30%, 9%, 0.6)", "hsla(214, 30%, 9%, 0.8)", "hsla(0, 12%, 8%, 0.2)", "hsla(0, 12%, 8%, 0.4)", "hsla(0, 12%, 8%, 0.6)", "hsla(0, 12%, 8%, 0.8)", "hsla(60, 12%, 5%, 0.2)", "hsla(60, 12%, 5%, 0.4)", "hsla(60, 12%, 5%, 0.6)", "hsla(60, 12%, 5%, 0.8)", "hsla(156, 14%, 7%, 0.2)", "hsla(156, 14%, 7%, 0.4)", "hsla(156, 14%, 7%, 0.6)", "hsla(156, 14%, 7%, 0.8)", "hsla(30, 17%, 7%, 0.2)", "hsla(30, 17%, 7%, 0.4)", "hsla(30, 17%, 7%, 0.6)", "hsla(30, 17%, 7%, 0.8)", "hsla(312, 12%, 8%, 0.2)", "hsla(312, 12%, 8%, 0.4)", "hsla(312, 12%, 8%, 0.6)", "hsla(312, 12%, 8%, 0.8)", "hsla(278, 17%, 9%, 0.2)", "hsla(278, 17%, 9%, 0.4)", "hsla(278, 17%, 9%, 0.6)", "hsla(278, 17%, 9%, 0.8)", "hsla(170, 17%, 7%, 0.2)", "hsla(170, 17%, 7%, 0.4)", "hsla(170, 17%, 7%, 0.6)", "hsla(170, 17%, 7%, 0.8)"];
37
+ 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"];
38
+ 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, 39], [98, 79], [99, 80], [100, 81], [101, 82], [102, 83], [103, 84], [104, 85], [105, 86], [106, 87], [107, 88], [108, 89], [109, 90], [110, 91], [111, 92], [112, 93], [113, 94], [114, 95], [115, 96], [116, 97], [117, 98], [118, 99], [119, 100], [120, 101], [121, 102], [122, 103], [123, 104], [124, 105], [125, 106], [126, 107], [127, 108], [128, 109], [129, 110], [130, 111], [131, 112], [132, 113], [133, 114], [134, 115], [135, 116], [136, 117], [137, 118], [138, 119], [139, 120], [140, 121], [141, 122], [142, 123], [143, 124], [144, 125], [145, 126], [146, 127], [147, 128], [148, 129], [149, 130], [150, 131], [151, 132], [152, 133], [153, 134], [154, 135], [155, 136], [156, 137], [157, 138], [158, 139], [159, 140], [160, 141], [161, 142], [162, 143], [163, 144], [164, 145], [165, 146], [166, 147], [167, 148], [168, 149], [169, 150], [170, 151], [171, 152], [172, 153], [173, 154], [174, 155], [175, 156], [176, 157], [177, 158], [178, 159], [179, 160], [180, 161], [181, 162], [182, 163], [183, 164], [184, 165], [185, 166], [186, 167], [187, 168], [188, 169], [189, 170], [190, 171], [191, 172], [192, 173], [193, 174], [194, 175], [195, 176], [196, 177], [197, 178], [198, 179], [199, 180], [200, 181], [201, 182], [202, 183], [203, 42], [204, 184], [205, 185], [206, 186], [207, 187], [208, 188], [209, 189], [210, 190], [211, 191], [212, 192], [213, 193], [214, 0], [215, 17], [216, 16], [217, 194], [218, 195], [219, 196], [220, 197], [221, 1], [222, 11], [223, 7], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]);
39
+ const n2 = t([[0, 16], [1, 9], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 11], [28, 193], [29, 0], [30, 192], [31, 0], [32, 193], [33, 17], [34, 16], [35, 17], [36, 0], [37, 197], [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, 220], [76, 221], [77, 64], [78, 222], [79, 223], [80, 59], [81, 224], [82, 54], [83, 68], [84, 50], [85, 70], [86, 225], [87, 226], [88, 73], [89, 227], [90, 48], [91, 64], [92, 228], [93, 229], [94, 84], [95, 230], [96, 231], [97, 232], [98, 233], [99, 190], [100, 234], [101, 235], [102, 236], [103, 38], [104, 237], [105, 238], [106, 239], [107, 240], [108, 241], [109, 242], [110, 243], [111, 244], [112, 93], [113, 245], [114, 246], [115, 247], [116, 248], [117, 249], [118, 250], [119, 251], [120, 252], [121, 253], [122, 254], [123, 255], [124, 105], [125, 256], [126, 257], [127, 258], [128, 259], [129, 260], [130, 261], [131, 262], [132, 263], [133, 264], [134, 265], [135, 266], [136, 267], [137, 268], [138, 269], [139, 270], [140, 271], [141, 272], [142, 273], [143, 274], [144, 275], [145, 276], [146, 277], [147, 278], [148, 129], [149, 279], [150, 280], [151, 281], [152, 282], [153, 283], [154, 284], [155, 285], [156, 286], [157, 287], [158, 288], [159, 289], [160, 141], [161, 290], [162, 291], [163, 292], [164, 293], [165, 294], [166, 295], [167, 296], [168, 297], [169, 298], [170, 299], [171, 300], [172, 153], [173, 301], [174, 302], [175, 303], [176, 304], [177, 305], [178, 306], [179, 307], [180, 308], [181, 309], [182, 310], [183, 311], [184, 165], [185, 312], [186, 313], [187, 314], [188, 315], [189, 316], [190, 317], [191, 318], [192, 319], [193, 320], [194, 321], [195, 322], [196, 177], [197, 323], [198, 324], [199, 325], [200, 181], [201, 182], [202, 183], [203, 42], [204, 184], [205, 185], [206, 186], [207, 187], [208, 188], [209, 189], [210, 190], [211, 191], [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, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]);
40
+ const n3 = t([[0, 9], [1, 16], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 193], [29, 192], [30, 0], [31, 0], [32, 193], [33, 17], [34, 0], [35, 17], [36, 16], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]);
41
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]);
42
+ const n5 = t([[0, 0], [1, 1], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 193], [29, 192], [30, 0], [31, 0], [32, 193], [33, 17], [34, 0], [35, 17], [36, 16], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]);
43
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]);
44
+ const n7 = t([[0, 0], [1, 1], [2, 339], [3, 340], [4, 341], [5, 342], [6, 343], [7, 344], [8, 345], [9, 346], [10, 347], [11, 348], [12, 10], [13, 349], [14, 350], [15, 351], [16, 352], [17, 353], [18, 354], [19, 355], [20, 356], [21, 357], [22, 358], [23, 359], [24, 354], [25, 354], [26, 354], [27, 359], [28, 345], [29, 344], [30, 346], [31, 346], [32, 345], [33, 347], [34, 346], [35, 347], [36, 348], [37, 351], [38, 355], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [236, 372]]);
45
+ const n8 = t([[0, 0], [1, 1], [2, 373], [3, 374], [4, 375], [5, 376], [6, 377], [7, 378], [8, 379], [9, 380], [10, 381], [11, 382], [12, 383], [13, 384], [14, 385], [15, 386], [16, 387], [17, 388], [18, 389], [19, 390], [20, 391], [21, 392], [22, 393], [23, 394], [24, 389], [25, 389], [26, 389], [27, 394], [28, 379], [29, 378], [30, 380], [31, 380], [32, 379], [33, 381], [34, 380], [35, 381], [36, 382], [37, 386], [38, 390], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [236, 407]]);
46
+ const n9 = t([[0, 0], [1, 1], [2, 408], [3, 409], [4, 410], [5, 411], [6, 412], [7, 413], [8, 414], [9, 415], [10, 416], [11, 417], [12, 418], [13, 419], [14, 420], [15, 421], [16, 422], [17, 423], [18, 424], [19, 425], [20, 426], [21, 427], [22, 428], [23, 429], [24, 424], [25, 424], [26, 424], [27, 429], [28, 414], [29, 413], [30, 415], [31, 415], [32, 414], [33, 416], [34, 415], [35, 416], [36, 417], [37, 421], [38, 425], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [236, 442]]);
47
+ const n10 = t([[0, 0], [1, 1], [2, 2], [3, 216], [4, 217], [5, 218], [6, 219], [7, 7], [8, 7], [9, 443], [10, 444], [11, 445], [12, 446], [13, 447], [14, 448], [15, 449], [16, 450], [17, 451], [18, 452], [19, 453], [20, 454], [21, 455], [22, 456], [23, 457], [24, 452], [25, 452], [26, 452], [27, 457], [28, 7], [29, 7], [30, 443], [31, 443], [32, 7], [33, 444], [34, 443], [35, 444], [36, 445], [37, 449], [38, 453], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [236, 464]]);
48
+ const n11 = t([[0, 0], [1, 1], [2, 465], [3, 466], [4, 467], [5, 468], [6, 469], [7, 470], [8, 471], [9, 472], [10, 473], [11, 474], [12, 475], [13, 476], [14, 477], [15, 478], [16, 479], [17, 480], [18, 481], [19, 482], [20, 483], [21, 484], [22, 485], [23, 486], [24, 481], [25, 481], [26, 481], [27, 486], [28, 471], [29, 470], [30, 472], [31, 472], [32, 471], [33, 473], [34, 472], [35, 473], [36, 474], [37, 478], [38, 482], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [236, 499]]);
49
+ const n12 = t([[0, 0], [1, 1], [2, 500], [3, 501], [4, 502], [5, 503], [6, 504], [7, 505], [8, 506], [9, 507], [10, 508], [11, 509], [12, 510], [13, 511], [14, 512], [15, 513], [16, 514], [17, 515], [18, 516], [19, 517], [20, 518], [21, 519], [22, 520], [23, 521], [24, 516], [25, 516], [26, 516], [27, 521], [28, 506], [29, 505], [30, 507], [31, 507], [32, 506], [33, 508], [34, 507], [35, 508], [36, 509], [37, 513], [38, 517], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [236, 534]]);
50
+ const n13 = t([[0, 0], [1, 1], [2, 535], [3, 536], [4, 537], [5, 538], [6, 539], [7, 540], [8, 541], [9, 542], [10, 543], [11, 544], [12, 545], [13, 546], [14, 547], [15, 548], [16, 549], [17, 550], [18, 551], [19, 552], [20, 553], [21, 554], [22, 555], [23, 556], [24, 551], [25, 551], [26, 551], [27, 556], [28, 541], [29, 540], [30, 542], [31, 542], [32, 541], [33, 543], [34, 542], [35, 543], [36, 544], [37, 548], [38, 552], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [236, 569]]);
51
+ const n14 = t([[0, 0], [1, 1], [2, 570], [3, 571], [4, 572], [5, 573], [6, 574], [7, 575], [8, 576], [9, 577], [10, 578], [11, 579], [12, 580], [13, 581], [14, 582], [15, 583], [16, 584], [17, 585], [18, 586], [19, 587], [20, 588], [21, 589], [22, 590], [23, 591], [24, 586], [25, 586], [26, 586], [27, 591], [28, 576], [29, 575], [30, 577], [31, 577], [32, 576], [33, 578], [34, 577], [35, 578], [36, 579], [37, 583], [38, 587], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [236, 604]]);
52
+ const n15 = t([[0, 0], [1, 1], [2, 605], [3, 606], [4, 607], [5, 608], [6, 609], [7, 610], [8, 611], [9, 612], [10, 613], [11, 614], [12, 615], [13, 616], [14, 617], [15, 618], [16, 619], [17, 620], [18, 621], [19, 622], [20, 623], [21, 624], [22, 625], [23, 626], [24, 621], [25, 621], [26, 621], [27, 626], [28, 611], [29, 610], [30, 612], [31, 612], [32, 611], [33, 613], [34, 612], [35, 613], [36, 614], [37, 618], [38, 622], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [236, 639]]);
53
+ const n16 = t([[0, 0], [1, 1], [2, 640], [3, 641], [4, 642], [5, 643], [6, 644], [7, 645], [8, 646], [9, 647], [10, 13], [11, 648], [12, 649], [13, 650], [14, 196], [15, 651], [16, 652], [17, 653], [18, 654], [19, 655], [20, 656], [21, 657], [22, 658], [23, 659], [24, 654], [25, 654], [26, 654], [27, 659], [28, 646], [29, 645], [30, 647], [31, 647], [32, 646], [33, 13], [34, 647], [35, 13], [36, 648], [37, 651], [38, 655], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]);
54
+ const n17 = t([[0, 16], [1, 9], [2, 211], [3, 212], [4, 213], [5, 214], [6, 215], [7, 192], [8, 193], [9, 0], [10, 17], [11, 16], [12, 194], [13, 195], [14, 196], [15, 197], [16, 1], [17, 11], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [26, 7], [27, 11], [28, 193], [29, 0], [30, 192], [31, 0], [32, 193], [33, 17], [34, 16], [35, 17], [36, 0], [37, 197], [38, 2], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]);
55
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]);
56
+ const n19 = t([[0, 16], [1, 9], [2, 673], [3, 674], [4, 675], [5, 676], [6, 677], [7, 678], [8, 0], [9, 354], [10, 679], [11, 680], [12, 681], [13, 682], [14, 653], [15, 683], [16, 684], [17, 685], [18, 9], [19, 686], [20, 687], [21, 688], [22, 689], [23, 690], [24, 9], [25, 690], [26, 9], [27, 685], [28, 0], [29, 354], [30, 678], [31, 354], [32, 0], [33, 679], [34, 680], [35, 679], [36, 354], [37, 683], [38, 686], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [236, 703]]);
57
+ const n20 = t([[0, 16], [1, 9], [2, 704], [3, 705], [4, 706], [5, 707], [6, 708], [7, 709], [8, 710], [9, 711], [10, 712], [11, 713], [12, 714], [13, 715], [14, 716], [15, 386], [16, 717], [17, 718], [18, 719], [19, 720], [20, 721], [21, 722], [22, 723], [23, 724], [24, 719], [25, 724], [26, 719], [27, 718], [28, 710], [29, 711], [30, 709], [31, 711], [32, 710], [33, 712], [34, 713], [35, 712], [36, 711], [37, 386], [38, 720], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [236, 737]]);
58
+ const n21 = t([[0, 16], [1, 9], [2, 738], [3, 739], [4, 740], [5, 741], [6, 742], [7, 743], [8, 744], [9, 745], [10, 746], [11, 747], [12, 748], [13, 749], [14, 750], [15, 421], [16, 751], [17, 752], [18, 753], [19, 754], [20, 755], [21, 756], [22, 757], [23, 758], [24, 753], [25, 758], [26, 753], [27, 752], [28, 744], [29, 745], [30, 743], [31, 745], [32, 744], [33, 746], [34, 747], [35, 746], [36, 745], [37, 421], [38, 754], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [236, 771]]);
59
+ const n22 = t([[0, 16], [1, 9], [2, 772], [3, 773], [4, 774], [5, 775], [6, 776], [7, 777], [8, 778], [9, 779], [10, 780], [11, 781], [12, 782], [13, 783], [14, 784], [15, 785], [16, 786], [17, 787], [18, 788], [19, 789], [20, 790], [21, 791], [22, 792], [23, 793], [24, 788], [25, 793], [26, 788], [27, 787], [28, 778], [29, 779], [30, 777], [31, 779], [32, 778], [33, 780], [34, 781], [35, 780], [36, 779], [37, 785], [38, 789], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [236, 806]]);
60
+ const n23 = t([[0, 16], [1, 9], [2, 807], [3, 808], [4, 809], [5, 810], [6, 811], [7, 812], [8, 813], [9, 814], [10, 815], [11, 816], [12, 817], [13, 818], [14, 819], [15, 478], [16, 820], [17, 821], [18, 822], [19, 823], [20, 824], [21, 825], [22, 826], [23, 827], [24, 822], [25, 827], [26, 822], [27, 821], [28, 813], [29, 814], [30, 812], [31, 814], [32, 813], [33, 815], [34, 816], [35, 815], [36, 814], [37, 478], [38, 823], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [236, 840]]);
61
+ const n24 = t([[0, 16], [1, 9], [2, 841], [3, 842], [4, 843], [5, 844], [6, 845], [7, 846], [8, 847], [9, 848], [10, 849], [11, 850], [12, 851], [13, 852], [14, 853], [15, 513], [16, 854], [17, 855], [18, 856], [19, 857], [20, 858], [21, 859], [22, 860], [23, 861], [24, 856], [25, 861], [26, 856], [27, 855], [28, 847], [29, 848], [30, 846], [31, 848], [32, 847], [33, 849], [34, 850], [35, 849], [36, 848], [37, 513], [38, 857], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [236, 874]]);
62
+ const n25 = t([[0, 16], [1, 9], [2, 875], [3, 876], [4, 877], [5, 878], [6, 879], [7, 880], [8, 881], [9, 882], [10, 883], [11, 884], [12, 885], [13, 886], [14, 887], [15, 548], [16, 888], [17, 889], [18, 890], [19, 891], [20, 892], [21, 893], [22, 894], [23, 895], [24, 890], [25, 895], [26, 890], [27, 889], [28, 881], [29, 882], [30, 880], [31, 882], [32, 881], [33, 883], [34, 884], [35, 883], [36, 882], [37, 548], [38, 891], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [236, 908]]);
63
+ const n26 = t([[0, 16], [1, 9], [2, 909], [3, 910], [4, 911], [5, 912], [6, 913], [7, 914], [8, 915], [9, 916], [10, 917], [11, 918], [12, 919], [13, 920], [14, 921], [15, 583], [16, 922], [17, 923], [18, 924], [19, 925], [20, 926], [21, 927], [22, 928], [23, 929], [24, 924], [25, 929], [26, 924], [27, 923], [28, 915], [29, 916], [30, 914], [31, 916], [32, 915], [33, 917], [34, 918], [35, 917], [36, 916], [37, 583], [38, 925], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [236, 942]]);
64
+ const n27 = t([[0, 16], [1, 9], [2, 943], [3, 944], [4, 945], [5, 946], [6, 947], [7, 948], [8, 949], [9, 950], [10, 951], [11, 952], [12, 953], [13, 954], [14, 955], [15, 618], [16, 956], [17, 957], [18, 958], [19, 959], [20, 960], [21, 961], [22, 962], [23, 963], [24, 958], [25, 963], [26, 958], [27, 957], [28, 949], [29, 950], [30, 948], [31, 950], [32, 949], [33, 951], [34, 952], [35, 951], [36, 950], [37, 618], [38, 959], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [236, 976]]);
65
+ const n28 = t([[0, 16], [1, 9], [2, 640], [3, 641], [4, 642], [5, 643], [6, 644], [7, 645], [8, 646], [9, 647], [10, 13], [11, 648], [12, 649], [13, 650], [14, 196], [15, 651], [16, 652], [17, 653], [18, 654], [19, 655], [20, 656], [21, 657], [22, 658], [23, 659], [24, 654], [25, 659], [26, 654], [27, 653], [28, 646], [29, 647], [30, 645], [31, 647], [32, 646], [33, 13], [34, 648], [35, 13], [36, 647], [37, 651], [38, 655], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]);
66
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]);
67
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]);
68
+ const n31 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 0], [29, 17], [30, 193], [31, 16], [32, 0], [33, 16], [34, 194], [35, 16], [36, 17], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]);
69
+ const n32 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 17], [29, 16], [30, 0], [31, 195], [32, 17], [33, 194], [34, 195], [35, 194], [36, 16], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]);
70
+ const n33 = t([[0, 1], [1, 0], [2, 2], [3, 212], [4, 213], [5, 214], [6, 215], [7, 7], [8, 11], [9, 1], [10, 197], [11, 196], [12, 195], [13, 194], [14, 16], [15, 17], [16, 0], [17, 193], [18, 192], [19, 211], [20, 977], [21, 978], [22, 979], [23, 980], [24, 192], [25, 192], [26, 192], [27, 980], [28, 11], [29, 7], [30, 1], [31, 1], [32, 11], [33, 197], [34, 1], [35, 197], [36, 196], [37, 17], [38, 211], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]);
71
+ const n34 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 0], [29, 193], [30, 17], [31, 16], [32, 0], [33, 16], [34, 17], [35, 16], [36, 194], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]);
72
+ const n35 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 17], [29, 0], [30, 16], [31, 195], [32, 17], [33, 194], [34, 16], [35, 194], [36, 195], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]);
73
+ 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, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 17], [29, 18], [30, 16], [31, 16], [32, 17], [33, 15], [34, 16], [35, 15], [36, 14], [37, 10], [38, 2], [224, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]);
74
+ const n37 = t([[0, 1], [1, 0], [2, 355], [3, 340], [4, 341], [5, 342], [6, 343], [7, 354], [8, 353], [9, 352], [10, 351], [11, 350], [12, 349], [13, 10], [14, 348], [15, 347], [16, 346], [17, 345], [18, 344], [19, 339], [20, 981], [21, 982], [22, 983], [23, 984], [24, 344], [25, 344], [26, 344], [27, 984], [28, 353], [29, 354], [30, 352], [31, 352], [32, 353], [33, 351], [34, 352], [35, 351], [36, 350], [37, 347], [38, 339], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [236, 372]]);
75
+ const n38 = t([[24, 353], [25, 353], [26, 353], [27, 354], [28, 346], [29, 345], [30, 347], [31, 348], [32, 346], [33, 348], [34, 347], [35, 348], [36, 10], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [3, 340], [4, 341], [5, 342], [6, 343], [236, 372]]);
76
+ const n39 = t([[24, 353], [25, 353], [26, 353], [27, 354], [28, 347], [29, 346], [30, 348], [31, 349], [32, 347], [33, 10], [34, 348], [35, 10], [36, 349], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [3, 340], [4, 341], [5, 342], [6, 343], [236, 372]]);
77
+ const n40 = t([[0, 1], [1, 0], [2, 390], [3, 374], [4, 375], [5, 376], [6, 377], [7, 389], [8, 388], [9, 387], [10, 386], [11, 385], [12, 384], [13, 383], [14, 382], [15, 381], [16, 380], [17, 379], [18, 378], [19, 373], [20, 985], [21, 986], [22, 987], [23, 988], [24, 378], [25, 378], [26, 378], [27, 988], [28, 388], [29, 389], [30, 387], [31, 387], [32, 388], [33, 386], [34, 387], [35, 386], [36, 385], [37, 381], [38, 373], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [236, 407]]);
78
+ const n41 = t([[24, 388], [25, 388], [26, 388], [27, 389], [28, 380], [29, 379], [30, 381], [31, 382], [32, 380], [33, 382], [34, 381], [35, 382], [36, 383], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [3, 374], [4, 375], [5, 376], [6, 377], [236, 407]]);
79
+ const n42 = t([[24, 388], [25, 388], [26, 388], [27, 389], [28, 381], [29, 380], [30, 382], [31, 384], [32, 381], [33, 383], [34, 382], [35, 383], [36, 384], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [3, 374], [4, 375], [5, 376], [6, 377], [236, 407]]);
80
+ const n43 = t([[0, 1], [1, 0], [2, 425], [3, 409], [4, 410], [5, 411], [6, 412], [7, 424], [8, 423], [9, 422], [10, 421], [11, 420], [12, 419], [13, 418], [14, 417], [15, 416], [16, 415], [17, 414], [18, 413], [19, 408], [20, 989], [21, 990], [22, 991], [23, 992], [24, 413], [25, 413], [26, 413], [27, 992], [28, 423], [29, 424], [30, 422], [31, 422], [32, 423], [33, 421], [34, 422], [35, 421], [36, 420], [37, 416], [38, 408], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [236, 442]]);
81
+ const n44 = t([[24, 423], [25, 423], [26, 423], [27, 424], [28, 415], [29, 414], [30, 416], [31, 417], [32, 415], [33, 417], [34, 416], [35, 417], [36, 418], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [3, 409], [4, 410], [5, 411], [6, 412], [236, 442]]);
82
+ const n45 = t([[24, 423], [25, 423], [26, 423], [27, 424], [28, 416], [29, 415], [30, 417], [31, 419], [32, 416], [33, 418], [34, 417], [35, 418], [36, 419], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [3, 409], [4, 410], [5, 411], [6, 412], [236, 442]]);
83
+ const n46 = t([[0, 1], [1, 0], [2, 453], [3, 216], [4, 217], [5, 218], [6, 219], [7, 452], [8, 451], [9, 450], [10, 449], [11, 448], [12, 447], [13, 446], [14, 445], [15, 444], [16, 443], [17, 7], [18, 7], [19, 2], [20, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 7], [26, 7], [27, 219], [28, 451], [29, 452], [30, 450], [31, 450], [32, 451], [33, 449], [34, 450], [35, 449], [36, 448], [37, 444], [38, 2], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [236, 464]]);
84
+ const n47 = t([[24, 451], [25, 451], [26, 451], [27, 452], [28, 443], [29, 7], [30, 444], [31, 445], [32, 443], [33, 445], [34, 444], [35, 445], [36, 446], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 464]]);
85
+ const n48 = t([[24, 451], [25, 451], [26, 451], [27, 452], [28, 444], [29, 443], [30, 445], [31, 447], [32, 444], [33, 446], [34, 445], [35, 446], [36, 447], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 464]]);
86
+ const n49 = t([[0, 1], [1, 0], [2, 482], [3, 466], [4, 467], [5, 468], [6, 469], [7, 481], [8, 480], [9, 479], [10, 478], [11, 477], [12, 476], [13, 475], [14, 474], [15, 473], [16, 472], [17, 471], [18, 470], [19, 465], [20, 993], [21, 994], [22, 995], [23, 996], [24, 470], [25, 470], [26, 470], [27, 996], [28, 480], [29, 481], [30, 479], [31, 479], [32, 480], [33, 478], [34, 479], [35, 478], [36, 477], [37, 473], [38, 465], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [236, 499]]);
87
+ const n50 = t([[24, 480], [25, 480], [26, 480], [27, 481], [28, 472], [29, 471], [30, 473], [31, 474], [32, 472], [33, 474], [34, 473], [35, 474], [36, 475], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [3, 466], [4, 467], [5, 468], [6, 469], [236, 499]]);
88
+ const n51 = t([[24, 480], [25, 480], [26, 480], [27, 481], [28, 473], [29, 472], [30, 474], [31, 476], [32, 473], [33, 475], [34, 474], [35, 475], [36, 476], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [3, 466], [4, 467], [5, 468], [6, 469], [236, 499]]);
89
+ const n52 = t([[0, 1], [1, 0], [2, 517], [3, 501], [4, 502], [5, 503], [6, 504], [7, 516], [8, 515], [9, 514], [10, 513], [11, 512], [12, 511], [13, 510], [14, 509], [15, 508], [16, 507], [17, 506], [18, 505], [19, 500], [20, 997], [21, 998], [22, 999], [23, 1e3], [24, 505], [25, 505], [26, 505], [27, 1e3], [28, 515], [29, 516], [30, 514], [31, 514], [32, 515], [33, 513], [34, 514], [35, 513], [36, 512], [37, 508], [38, 500], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [236, 534]]);
90
+ const n53 = t([[24, 515], [25, 515], [26, 515], [27, 516], [28, 507], [29, 506], [30, 508], [31, 509], [32, 507], [33, 509], [34, 508], [35, 509], [36, 510], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [3, 501], [4, 502], [5, 503], [6, 504], [236, 534]]);
91
+ const n54 = t([[24, 515], [25, 515], [26, 515], [27, 516], [28, 508], [29, 507], [30, 509], [31, 511], [32, 508], [33, 510], [34, 509], [35, 510], [36, 511], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [3, 501], [4, 502], [5, 503], [6, 504], [236, 534]]);
92
+ const n55 = t([[0, 1], [1, 0], [2, 552], [3, 536], [4, 537], [5, 538], [6, 539], [7, 551], [8, 550], [9, 549], [10, 548], [11, 547], [12, 546], [13, 545], [14, 544], [15, 543], [16, 542], [17, 541], [18, 540], [19, 535], [20, 1001], [21, 1002], [22, 1003], [23, 1004], [24, 540], [25, 540], [26, 540], [27, 1004], [28, 550], [29, 551], [30, 549], [31, 549], [32, 550], [33, 548], [34, 549], [35, 548], [36, 547], [37, 543], [38, 535], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [236, 569]]);
93
+ const n56 = t([[24, 550], [25, 550], [26, 550], [27, 551], [28, 542], [29, 541], [30, 543], [31, 544], [32, 542], [33, 544], [34, 543], [35, 544], [36, 545], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [3, 536], [4, 537], [5, 538], [6, 539], [236, 569]]);
94
+ const n57 = t([[24, 550], [25, 550], [26, 550], [27, 551], [28, 543], [29, 542], [30, 544], [31, 546], [32, 543], [33, 545], [34, 544], [35, 545], [36, 546], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [3, 536], [4, 537], [5, 538], [6, 539], [236, 569]]);
95
+ const n58 = t([[0, 1], [1, 0], [2, 587], [3, 571], [4, 572], [5, 573], [6, 574], [7, 586], [8, 585], [9, 584], [10, 583], [11, 582], [12, 581], [13, 580], [14, 579], [15, 578], [16, 577], [17, 576], [18, 575], [19, 570], [20, 1005], [21, 1006], [22, 1007], [23, 1008], [24, 575], [25, 575], [26, 575], [27, 1008], [28, 585], [29, 586], [30, 584], [31, 584], [32, 585], [33, 583], [34, 584], [35, 583], [36, 582], [37, 578], [38, 570], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [236, 604]]);
96
+ const n59 = t([[24, 585], [25, 585], [26, 585], [27, 586], [28, 577], [29, 576], [30, 578], [31, 579], [32, 577], [33, 579], [34, 578], [35, 579], [36, 580], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [3, 571], [4, 572], [5, 573], [6, 574], [236, 604]]);
97
+ const n60 = t([[24, 585], [25, 585], [26, 585], [27, 586], [28, 578], [29, 577], [30, 579], [31, 581], [32, 578], [33, 580], [34, 579], [35, 580], [36, 581], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [3, 571], [4, 572], [5, 573], [6, 574], [236, 604]]);
98
+ const n61 = t([[0, 1], [1, 0], [2, 622], [3, 606], [4, 607], [5, 608], [6, 609], [7, 621], [8, 620], [9, 619], [10, 618], [11, 617], [12, 616], [13, 615], [14, 614], [15, 613], [16, 612], [17, 611], [18, 610], [19, 605], [20, 1009], [21, 1010], [22, 1011], [23, 1012], [24, 610], [25, 610], [26, 610], [27, 1012], [28, 620], [29, 621], [30, 619], [31, 619], [32, 620], [33, 618], [34, 619], [35, 618], [36, 617], [37, 613], [38, 605], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [236, 639]]);
99
+ const n62 = t([[24, 620], [25, 620], [26, 620], [27, 621], [28, 612], [29, 611], [30, 613], [31, 614], [32, 612], [33, 614], [34, 613], [35, 614], [36, 615], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [3, 606], [4, 607], [5, 608], [6, 609], [236, 639]]);
100
+ const n63 = t([[24, 620], [25, 620], [26, 620], [27, 621], [28, 613], [29, 612], [30, 614], [31, 616], [32, 613], [33, 615], [34, 614], [35, 615], [36, 616], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [3, 606], [4, 607], [5, 608], [6, 609], [236, 639]]);
101
+ const n64 = t([[0, 1], [1, 0], [2, 655], [3, 641], [4, 642], [5, 643], [6, 644], [7, 654], [8, 653], [9, 652], [10, 651], [11, 196], [12, 650], [13, 649], [14, 648], [15, 13], [16, 647], [17, 646], [18, 645], [19, 640], [20, 1013], [21, 1014], [22, 1015], [23, 1016], [24, 645], [25, 645], [26, 645], [27, 1016], [28, 653], [29, 654], [30, 652], [31, 652], [32, 653], [33, 651], [34, 652], [35, 651], [36, 196], [37, 13], [38, 640], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]);
102
+ const n65 = t([[24, 653], [25, 653], [26, 653], [27, 654], [28, 647], [29, 646], [30, 13], [31, 648], [32, 647], [33, 648], [34, 13], [35, 648], [36, 649], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]);
103
+ const n66 = t([[24, 653], [25, 653], [26, 653], [27, 654], [28, 13], [29, 647], [30, 648], [31, 650], [32, 13], [33, 649], [34, 648], [35, 649], [36, 650], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]);
104
+ const n67 = t([[0, 9], [1, 16], [2, 2], [3, 212], [4, 213], [5, 214], [6, 215], [7, 7], [8, 11], [9, 1], [10, 197], [11, 196], [12, 195], [13, 194], [14, 16], [15, 17], [16, 0], [17, 193], [18, 192], [19, 211], [20, 977], [21, 978], [22, 979], [23, 980], [24, 192], [25, 980], [26, 192], [27, 193], [28, 11], [29, 1], [30, 7], [31, 1], [32, 11], [33, 197], [34, 196], [35, 197], [36, 1], [37, 17], [38, 211], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [236, 338]]);
105
+ 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, 216], [21, 217], [22, 218], [23, 219], [24, 7], [25, 219], [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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [236, 210]]);
106
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]);
107
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]);
108
+ const n71 = t([[0, 9], [1, 16], [2, 686], [3, 674], [4, 675], [5, 676], [6, 677], [7, 9], [8, 685], [9, 684], [10, 683], [11, 653], [12, 682], [13, 681], [14, 680], [15, 679], [16, 354], [17, 0], [18, 678], [19, 673], [20, 1017], [21, 1018], [22, 1019], [23, 1020], [24, 678], [25, 1020], [26, 678], [27, 0], [28, 685], [29, 684], [30, 9], [31, 684], [32, 685], [33, 683], [34, 653], [35, 683], [36, 684], [37, 679], [38, 673], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [236, 703]]);
109
+ const n72 = t([[24, 685], [25, 9], [26, 685], [27, 684], [28, 354], [29, 679], [30, 0], [31, 680], [32, 354], [33, 680], [34, 681], [35, 680], [36, 679], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [3, 674], [4, 675], [5, 676], [6, 677], [236, 703]]);
110
+ const n73 = t([[24, 685], [25, 9], [26, 685], [27, 684], [28, 679], [29, 680], [30, 354], [31, 682], [32, 679], [33, 681], [34, 682], [35, 681], [36, 680], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [3, 674], [4, 675], [5, 676], [6, 677], [236, 703]]);
111
+ const n74 = t([[0, 9], [1, 16], [2, 720], [3, 705], [4, 706], [5, 707], [6, 708], [7, 719], [8, 718], [9, 717], [10, 386], [11, 716], [12, 715], [13, 714], [14, 713], [15, 712], [16, 711], [17, 710], [18, 709], [19, 704], [20, 1021], [21, 1022], [22, 1023], [23, 1024], [24, 709], [25, 1024], [26, 709], [27, 710], [28, 718], [29, 717], [30, 719], [31, 717], [32, 718], [33, 386], [34, 716], [35, 386], [36, 717], [37, 712], [38, 704], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [236, 737]]);
112
+ const n75 = t([[24, 718], [25, 719], [26, 718], [27, 717], [28, 711], [29, 712], [30, 710], [31, 713], [32, 711], [33, 713], [34, 714], [35, 713], [36, 712], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [3, 705], [4, 706], [5, 707], [6, 708], [236, 737]]);
113
+ const n76 = t([[24, 718], [25, 719], [26, 718], [27, 717], [28, 712], [29, 713], [30, 711], [31, 715], [32, 712], [33, 714], [34, 715], [35, 714], [36, 713], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [3, 705], [4, 706], [5, 707], [6, 708], [236, 737]]);
114
+ const n77 = t([[0, 9], [1, 16], [2, 754], [3, 739], [4, 740], [5, 741], [6, 742], [7, 753], [8, 752], [9, 751], [10, 421], [11, 750], [12, 749], [13, 748], [14, 747], [15, 746], [16, 745], [17, 744], [18, 743], [19, 738], [20, 1025], [21, 1026], [22, 1027], [23, 1028], [24, 743], [25, 1028], [26, 743], [27, 744], [28, 752], [29, 751], [30, 753], [31, 751], [32, 752], [33, 421], [34, 750], [35, 421], [36, 751], [37, 746], [38, 738], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [236, 771]]);
115
+ const n78 = t([[24, 752], [25, 753], [26, 752], [27, 751], [28, 745], [29, 746], [30, 744], [31, 747], [32, 745], [33, 747], [34, 748], [35, 747], [36, 746], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [3, 739], [4, 740], [5, 741], [6, 742], [236, 771]]);
116
+ const n79 = t([[24, 752], [25, 753], [26, 752], [27, 751], [28, 746], [29, 747], [30, 745], [31, 749], [32, 746], [33, 748], [34, 749], [35, 748], [36, 747], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [3, 739], [4, 740], [5, 741], [6, 742], [236, 771]]);
117
+ const n80 = t([[0, 9], [1, 16], [2, 789], [3, 773], [4, 774], [5, 775], [6, 776], [7, 788], [8, 787], [9, 786], [10, 785], [11, 784], [12, 783], [13, 782], [14, 781], [15, 780], [16, 779], [17, 778], [18, 777], [19, 772], [20, 1029], [21, 1030], [22, 1031], [23, 1032], [24, 777], [25, 1032], [26, 777], [27, 778], [28, 787], [29, 786], [30, 788], [31, 786], [32, 787], [33, 785], [34, 784], [35, 785], [36, 786], [37, 780], [38, 772], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [236, 806]]);
118
+ const n81 = t([[24, 787], [25, 788], [26, 787], [27, 786], [28, 779], [29, 780], [30, 778], [31, 781], [32, 779], [33, 781], [34, 782], [35, 781], [36, 780], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [3, 773], [4, 774], [5, 775], [6, 776], [236, 806]]);
119
+ const n82 = t([[24, 787], [25, 788], [26, 787], [27, 786], [28, 780], [29, 781], [30, 779], [31, 783], [32, 780], [33, 782], [34, 783], [35, 782], [36, 781], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [3, 773], [4, 774], [5, 775], [6, 776], [236, 806]]);
120
+ const n83 = t([[0, 9], [1, 16], [2, 823], [3, 808], [4, 809], [5, 810], [6, 811], [7, 822], [8, 821], [9, 820], [10, 478], [11, 819], [12, 818], [13, 817], [14, 816], [15, 815], [16, 814], [17, 813], [18, 812], [19, 807], [20, 1033], [21, 1034], [22, 1035], [23, 1036], [24, 812], [25, 1036], [26, 812], [27, 813], [28, 821], [29, 820], [30, 822], [31, 820], [32, 821], [33, 478], [34, 819], [35, 478], [36, 820], [37, 815], [38, 807], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [236, 840]]);
121
+ const n84 = t([[24, 821], [25, 822], [26, 821], [27, 820], [28, 814], [29, 815], [30, 813], [31, 816], [32, 814], [33, 816], [34, 817], [35, 816], [36, 815], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [3, 808], [4, 809], [5, 810], [6, 811], [236, 840]]);
122
+ const n85 = t([[24, 821], [25, 822], [26, 821], [27, 820], [28, 815], [29, 816], [30, 814], [31, 818], [32, 815], [33, 817], [34, 818], [35, 817], [36, 816], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [3, 808], [4, 809], [5, 810], [6, 811], [236, 840]]);
123
+ const n86 = t([[0, 9], [1, 16], [2, 857], [3, 842], [4, 843], [5, 844], [6, 845], [7, 856], [8, 855], [9, 854], [10, 513], [11, 853], [12, 852], [13, 851], [14, 850], [15, 849], [16, 848], [17, 847], [18, 846], [19, 841], [20, 1037], [21, 1038], [22, 1039], [23, 1040], [24, 846], [25, 1040], [26, 846], [27, 847], [28, 855], [29, 854], [30, 856], [31, 854], [32, 855], [33, 513], [34, 853], [35, 513], [36, 854], [37, 849], [38, 841], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [236, 874]]);
124
+ const n87 = t([[24, 855], [25, 856], [26, 855], [27, 854], [28, 848], [29, 849], [30, 847], [31, 850], [32, 848], [33, 850], [34, 851], [35, 850], [36, 849], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [3, 842], [4, 843], [5, 844], [6, 845], [236, 874]]);
125
+ const n88 = t([[24, 855], [25, 856], [26, 855], [27, 854], [28, 849], [29, 850], [30, 848], [31, 852], [32, 849], [33, 851], [34, 852], [35, 851], [36, 850], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [3, 842], [4, 843], [5, 844], [6, 845], [236, 874]]);
126
+ const n89 = t([[0, 9], [1, 16], [2, 891], [3, 876], [4, 877], [5, 878], [6, 879], [7, 890], [8, 889], [9, 888], [10, 548], [11, 887], [12, 886], [13, 885], [14, 884], [15, 883], [16, 882], [17, 881], [18, 880], [19, 875], [20, 1041], [21, 1042], [22, 1043], [23, 1044], [24, 880], [25, 1044], [26, 880], [27, 881], [28, 889], [29, 888], [30, 890], [31, 888], [32, 889], [33, 548], [34, 887], [35, 548], [36, 888], [37, 883], [38, 875], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [236, 908]]);
127
+ const n90 = t([[24, 889], [25, 890], [26, 889], [27, 888], [28, 882], [29, 883], [30, 881], [31, 884], [32, 882], [33, 884], [34, 885], [35, 884], [36, 883], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [3, 876], [4, 877], [5, 878], [6, 879], [236, 908]]);
128
+ const n91 = t([[24, 889], [25, 890], [26, 889], [27, 888], [28, 883], [29, 884], [30, 882], [31, 886], [32, 883], [33, 885], [34, 886], [35, 885], [36, 884], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [3, 876], [4, 877], [5, 878], [6, 879], [236, 908]]);
129
+ const n92 = t([[0, 9], [1, 16], [2, 925], [3, 910], [4, 911], [5, 912], [6, 913], [7, 924], [8, 923], [9, 922], [10, 583], [11, 921], [12, 920], [13, 919], [14, 918], [15, 917], [16, 916], [17, 915], [18, 914], [19, 909], [20, 1045], [21, 1046], [22, 1047], [23, 1048], [24, 914], [25, 1048], [26, 914], [27, 915], [28, 923], [29, 922], [30, 924], [31, 922], [32, 923], [33, 583], [34, 921], [35, 583], [36, 922], [37, 917], [38, 909], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [236, 942]]);
130
+ const n93 = t([[24, 923], [25, 924], [26, 923], [27, 922], [28, 916], [29, 917], [30, 915], [31, 918], [32, 916], [33, 918], [34, 919], [35, 918], [36, 917], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [3, 910], [4, 911], [5, 912], [6, 913], [236, 942]]);
131
+ const n94 = t([[24, 923], [25, 924], [26, 923], [27, 922], [28, 917], [29, 918], [30, 916], [31, 920], [32, 917], [33, 919], [34, 920], [35, 919], [36, 918], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [3, 910], [4, 911], [5, 912], [6, 913], [236, 942]]);
132
+ const n95 = t([[0, 9], [1, 16], [2, 959], [3, 944], [4, 945], [5, 946], [6, 947], [7, 958], [8, 957], [9, 956], [10, 618], [11, 955], [12, 954], [13, 953], [14, 952], [15, 951], [16, 950], [17, 949], [18, 948], [19, 943], [20, 1049], [21, 1050], [22, 1051], [23, 1052], [24, 948], [25, 1052], [26, 948], [27, 949], [28, 957], [29, 956], [30, 958], [31, 956], [32, 957], [33, 618], [34, 955], [35, 618], [36, 956], [37, 951], [38, 943], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [236, 976]]);
133
+ const n96 = t([[24, 957], [25, 958], [26, 957], [27, 956], [28, 950], [29, 951], [30, 949], [31, 952], [32, 950], [33, 952], [34, 953], [35, 952], [36, 951], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [3, 944], [4, 945], [5, 946], [6, 947], [236, 976]]);
134
+ const n97 = t([[24, 957], [25, 958], [26, 957], [27, 956], [28, 951], [29, 952], [30, 950], [31, 954], [32, 951], [33, 953], [34, 954], [35, 953], [36, 952], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [3, 944], [4, 945], [5, 946], [6, 947], [236, 976]]);
135
+ const n98 = t([[0, 9], [1, 16], [2, 655], [3, 641], [4, 642], [5, 643], [6, 644], [7, 654], [8, 653], [9, 652], [10, 651], [11, 196], [12, 650], [13, 649], [14, 648], [15, 13], [16, 647], [17, 646], [18, 645], [19, 640], [20, 1013], [21, 1014], [22, 1015], [23, 1016], [24, 645], [25, 1016], [26, 645], [27, 646], [28, 653], [29, 652], [30, 654], [31, 652], [32, 653], [33, 651], [34, 196], [35, 651], [36, 652], [37, 13], [38, 640], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [236, 672]]);
136
+ const n99 = t([[24, 653], [25, 654], [26, 653], [27, 652], [28, 647], [29, 13], [30, 646], [31, 648], [32, 647], [33, 648], [34, 649], [35, 648], [36, 13], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]);
137
+ const n100 = t([[24, 653], [25, 654], [26, 653], [27, 652], [28, 13], [29, 648], [30, 647], [31, 650], [32, 13], [33, 649], [34, 650], [35, 649], [36, 648], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]);
138
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]);
139
+ const n102 = t([[24, 11], [25, 7], [26, 11], [27, 1], [28, 194], [29, 195], [30, 16], [31, 11], [32, 194], [33, 196], [34, 197], [35, 196], [36, 195], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]);
140
+ const n103 = t([[24, 11], [25, 11], [26, 11], [27, 7], [28, 194], [29, 16], [30, 195], [31, 11], [32, 194], [33, 196], [34, 195], [35, 196], [36, 197], [224, 326], [225, 327], [226, 328], [227, 329], [228, 330], [229, 331], [230, 332], [231, 333], [232, 334], [233, 335], [234, 336], [235, 337], [3, 212], [4, 213], [5, 214], [6, 215], [236, 338]]);
141
+ const n104 = t([[24, 353], [25, 353], [26, 353], [27, 354], [28, 10], [29, 348], [30, 349], [31, 353], [32, 10], [33, 350], [34, 349], [35, 350], [36, 351], [224, 360], [225, 361], [226, 362], [227, 363], [228, 364], [229, 365], [230, 366], [231, 367], [232, 368], [233, 369], [234, 370], [235, 371], [3, 340], [4, 341], [5, 342], [6, 343], [236, 372]]);
142
+ const n105 = t([[24, 388], [25, 388], [26, 388], [27, 389], [28, 383], [29, 382], [30, 384], [31, 388], [32, 383], [33, 385], [34, 384], [35, 385], [36, 386], [224, 395], [225, 396], [226, 397], [227, 398], [228, 399], [229, 400], [230, 401], [231, 402], [232, 403], [233, 404], [234, 405], [235, 406], [3, 374], [4, 375], [5, 376], [6, 377], [236, 407]]);
143
+ const n106 = t([[24, 423], [25, 423], [26, 423], [27, 424], [28, 418], [29, 417], [30, 419], [31, 423], [32, 418], [33, 420], [34, 419], [35, 420], [36, 421], [224, 430], [225, 431], [226, 432], [227, 433], [228, 434], [229, 435], [230, 436], [231, 437], [232, 438], [233, 439], [234, 440], [235, 441], [3, 409], [4, 410], [5, 411], [6, 412], [236, 442]]);
144
+ const n107 = t([[24, 451], [25, 451], [26, 451], [27, 452], [28, 446], [29, 445], [30, 447], [31, 451], [32, 446], [33, 448], [34, 447], [35, 448], [36, 449], [224, 458], [225, 459], [226, 460], [227, 461], [228, 462], [229, 463], [230, 326], [231, 327], [232, 328], [233, 329], [234, 330], [235, 331], [3, 216], [4, 217], [5, 218], [6, 219], [236, 464]]);
145
+ const n108 = t([[24, 480], [25, 480], [26, 480], [27, 481], [28, 475], [29, 474], [30, 476], [31, 480], [32, 475], [33, 477], [34, 476], [35, 477], [36, 478], [224, 487], [225, 488], [226, 489], [227, 490], [228, 491], [229, 492], [230, 493], [231, 494], [232, 495], [233, 496], [234, 497], [235, 498], [3, 466], [4, 467], [5, 468], [6, 469], [236, 499]]);
146
+ const n109 = t([[24, 515], [25, 515], [26, 515], [27, 516], [28, 510], [29, 509], [30, 511], [31, 515], [32, 510], [33, 512], [34, 511], [35, 512], [36, 513], [224, 522], [225, 523], [226, 524], [227, 525], [228, 526], [229, 527], [230, 528], [231, 529], [232, 530], [233, 531], [234, 532], [235, 533], [3, 501], [4, 502], [5, 503], [6, 504], [236, 534]]);
147
+ const n110 = t([[24, 550], [25, 550], [26, 550], [27, 551], [28, 545], [29, 544], [30, 546], [31, 550], [32, 545], [33, 547], [34, 546], [35, 547], [36, 548], [224, 557], [225, 558], [226, 559], [227, 560], [228, 561], [229, 562], [230, 563], [231, 564], [232, 565], [233, 566], [234, 567], [235, 568], [3, 536], [4, 537], [5, 538], [6, 539], [236, 569]]);
148
+ const n111 = t([[24, 585], [25, 585], [26, 585], [27, 586], [28, 580], [29, 579], [30, 581], [31, 585], [32, 580], [33, 582], [34, 581], [35, 582], [36, 583], [224, 592], [225, 593], [226, 594], [227, 595], [228, 596], [229, 597], [230, 598], [231, 599], [232, 600], [233, 601], [234, 602], [235, 603], [3, 571], [4, 572], [5, 573], [6, 574], [236, 604]]);
149
+ const n112 = t([[24, 620], [25, 620], [26, 620], [27, 621], [28, 615], [29, 614], [30, 616], [31, 620], [32, 615], [33, 617], [34, 616], [35, 617], [36, 618], [224, 627], [225, 628], [226, 629], [227, 630], [228, 631], [229, 632], [230, 633], [231, 634], [232, 635], [233, 636], [234, 637], [235, 638], [3, 606], [4, 607], [5, 608], [6, 609], [236, 639]]);
150
+ const n113 = t([[24, 653], [25, 653], [26, 653], [27, 654], [28, 649], [29, 648], [30, 650], [31, 653], [32, 649], [33, 196], [34, 650], [35, 196], [36, 651], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]);
151
+ 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, 198], [225, 199], [226, 200], [227, 201], [228, 202], [229, 203], [230, 204], [231, 205], [232, 206], [233, 207], [234, 208], [235, 209], [3, 3], [4, 4], [5, 5], [6, 6], [236, 210]]);
152
+ const n115 = t([[24, 685], [25, 9], [26, 685], [27, 684], [28, 681], [29, 682], [30, 680], [31, 685], [32, 681], [33, 653], [34, 683], [35, 653], [36, 682], [224, 691], [225, 692], [226, 693], [227, 694], [228, 695], [229, 696], [230, 697], [231, 698], [232, 699], [233, 700], [234, 701], [235, 702], [3, 674], [4, 675], [5, 676], [6, 677], [236, 703]]);
153
+ const n116 = t([[24, 718], [25, 719], [26, 718], [27, 717], [28, 714], [29, 715], [30, 713], [31, 718], [32, 714], [33, 716], [34, 386], [35, 716], [36, 715], [224, 725], [225, 726], [226, 727], [227, 728], [228, 729], [229, 730], [230, 731], [231, 732], [232, 733], [233, 734], [234, 735], [235, 736], [3, 705], [4, 706], [5, 707], [6, 708], [236, 737]]);
154
+ const n117 = t([[24, 752], [25, 753], [26, 752], [27, 751], [28, 748], [29, 749], [30, 747], [31, 752], [32, 748], [33, 750], [34, 421], [35, 750], [36, 749], [224, 759], [225, 760], [226, 761], [227, 762], [228, 763], [229, 764], [230, 765], [231, 766], [232, 767], [233, 768], [234, 769], [235, 770], [3, 739], [4, 740], [5, 741], [6, 742], [236, 771]]);
155
+ const n118 = t([[24, 787], [25, 788], [26, 787], [27, 786], [28, 782], [29, 783], [30, 781], [31, 787], [32, 782], [33, 784], [34, 785], [35, 784], [36, 783], [224, 794], [225, 795], [226, 796], [227, 797], [228, 798], [229, 799], [230, 800], [231, 801], [232, 802], [233, 803], [234, 804], [235, 805], [3, 773], [4, 774], [5, 775], [6, 776], [236, 806]]);
156
+ const n119 = t([[24, 821], [25, 822], [26, 821], [27, 820], [28, 817], [29, 818], [30, 816], [31, 821], [32, 817], [33, 819], [34, 478], [35, 819], [36, 818], [224, 828], [225, 829], [226, 830], [227, 831], [228, 832], [229, 833], [230, 834], [231, 835], [232, 836], [233, 837], [234, 838], [235, 839], [3, 808], [4, 809], [5, 810], [6, 811], [236, 840]]);
157
+ const n120 = t([[24, 855], [25, 856], [26, 855], [27, 854], [28, 851], [29, 852], [30, 850], [31, 855], [32, 851], [33, 853], [34, 513], [35, 853], [36, 852], [224, 862], [225, 863], [226, 864], [227, 865], [228, 866], [229, 867], [230, 868], [231, 869], [232, 870], [233, 871], [234, 872], [235, 873], [3, 842], [4, 843], [5, 844], [6, 845], [236, 874]]);
158
+ const n121 = t([[24, 889], [25, 890], [26, 889], [27, 888], [28, 885], [29, 886], [30, 884], [31, 889], [32, 885], [33, 887], [34, 548], [35, 887], [36, 886], [224, 896], [225, 897], [226, 898], [227, 899], [228, 900], [229, 901], [230, 902], [231, 903], [232, 904], [233, 905], [234, 906], [235, 907], [3, 876], [4, 877], [5, 878], [6, 879], [236, 908]]);
159
+ const n122 = t([[24, 923], [25, 924], [26, 923], [27, 922], [28, 919], [29, 920], [30, 918], [31, 923], [32, 919], [33, 921], [34, 583], [35, 921], [36, 920], [224, 930], [225, 931], [226, 932], [227, 933], [228, 934], [229, 935], [230, 936], [231, 937], [232, 938], [233, 939], [234, 940], [235, 941], [3, 910], [4, 911], [5, 912], [6, 913], [236, 942]]);
160
+ const n123 = t([[24, 957], [25, 958], [26, 957], [27, 956], [28, 953], [29, 954], [30, 952], [31, 957], [32, 953], [33, 955], [34, 618], [35, 955], [36, 954], [224, 964], [225, 965], [226, 966], [227, 967], [228, 968], [229, 969], [230, 970], [231, 971], [232, 972], [233, 973], [234, 974], [235, 975], [3, 944], [4, 945], [5, 946], [6, 947], [236, 976]]);
161
+ const n124 = t([[24, 653], [25, 654], [26, 653], [27, 652], [28, 649], [29, 650], [30, 648], [31, 653], [32, 649], [33, 196], [34, 651], [35, 196], [36, 650], [224, 660], [225, 661], [226, 662], [227, 663], [228, 664], [229, 665], [230, 666], [231, 667], [232, 668], [233, 669], [234, 670], [235, 671], [3, 641], [4, 642], [5, 643], [6, 644], [236, 672]]);
162
+ const themes = {
163
+ light: n1,
164
+ dark: n2,
165
+ light_accent: n3,
166
+ dark_accent: n4,
167
+ light_black: n5,
168
+ light_white: n6,
169
+ light_gray: n7,
170
+ light_blue: n8,
171
+ light_red: n9,
172
+ light_yellow: n10,
173
+ light_green: n11,
174
+ light_orange: n12,
175
+ light_pink: n13,
176
+ light_purple: n14,
177
+ light_teal: n15,
178
+ light_neutral: n16,
179
+ dark_black: n17,
180
+ dark_white: n18,
181
+ dark_gray: n19,
182
+ dark_blue: n20,
183
+ dark_red: n21,
184
+ dark_yellow: n22,
185
+ dark_green: n23,
186
+ dark_orange: n24,
187
+ dark_pink: n25,
188
+ dark_purple: n26,
189
+ dark_teal: n27,
190
+ dark_neutral: n28,
191
+ light_surface1: n29,
192
+ light_white_surface1: n29,
193
+ light_Input: n29,
194
+ light_Progress: n29,
195
+ light_Slider: n29,
196
+ light_TextArea: n29,
197
+ light_white_Input: n29,
198
+ light_white_Progress: n29,
199
+ light_white_Slider: n29,
200
+ light_white_TextArea: n29,
201
+ light_surface2: n30,
202
+ light_white_surface2: n30,
203
+ light_Button: n30,
204
+ light_SliderThumb: n30,
205
+ light_Switch: n30,
206
+ light_white_Button: n30,
207
+ light_white_SliderThumb: n30,
208
+ light_white_Switch: n30,
209
+ dark_surface1: n31,
210
+ dark_black_surface1: n31,
211
+ dark_Input: n31,
212
+ dark_Progress: n31,
213
+ dark_Slider: n31,
214
+ dark_TextArea: n31,
215
+ dark_black_Input: n31,
216
+ dark_black_Progress: n31,
217
+ dark_black_Slider: n31,
218
+ dark_black_TextArea: n31,
219
+ dark_surface2: n32,
220
+ dark_black_surface2: n32,
221
+ dark_Button: n32,
222
+ dark_SliderThumb: n32,
223
+ dark_Switch: n32,
224
+ dark_black_Button: n32,
225
+ dark_black_SliderThumb: n32,
226
+ dark_black_Switch: n32,
227
+ light_black_accent: n33,
228
+ light_black_Tooltip: n33,
229
+ light_black_SwitchThumb: n33,
230
+ light_black_surface1: n34,
231
+ light_black_Input: n34,
232
+ light_black_Progress: n34,
233
+ light_black_Slider: n34,
234
+ light_black_TextArea: n34,
235
+ light_black_surface2: n35,
236
+ light_black_Button: n35,
237
+ light_black_SliderThumb: n35,
238
+ light_black_Switch: n35,
239
+ light_white_accent: n36,
240
+ light_Tooltip: n36,
241
+ light_SwitchThumb: n36,
242
+ light_white_Tooltip: n36,
243
+ light_white_SwitchThumb: n36,
244
+ light_gray_accent: n37,
245
+ light_gray_Tooltip: n37,
246
+ light_gray_SwitchThumb: n37,
247
+ light_gray_surface1: n38,
248
+ light_gray_Input: n38,
249
+ light_gray_Progress: n38,
250
+ light_gray_Slider: n38,
251
+ light_gray_TextArea: n38,
252
+ light_gray_surface2: n39,
253
+ light_gray_Button: n39,
254
+ light_gray_SliderThumb: n39,
255
+ light_gray_Switch: n39,
256
+ light_blue_accent: n40,
257
+ light_blue_Tooltip: n40,
258
+ light_blue_SwitchThumb: n40,
259
+ light_blue_surface1: n41,
260
+ light_blue_Input: n41,
261
+ light_blue_Progress: n41,
262
+ light_blue_Slider: n41,
263
+ light_blue_TextArea: n41,
264
+ light_blue_surface2: n42,
265
+ light_blue_Button: n42,
266
+ light_blue_SliderThumb: n42,
267
+ light_blue_Switch: n42,
268
+ light_red_accent: n43,
269
+ light_red_Tooltip: n43,
270
+ light_red_SwitchThumb: n43,
271
+ light_red_surface1: n44,
272
+ light_red_Input: n44,
273
+ light_red_Progress: n44,
274
+ light_red_Slider: n44,
275
+ light_red_TextArea: n44,
276
+ light_red_surface2: n45,
277
+ light_red_Button: n45,
278
+ light_red_SliderThumb: n45,
279
+ light_red_Switch: n45,
280
+ light_yellow_accent: n46,
281
+ light_yellow_Tooltip: n46,
282
+ light_yellow_SwitchThumb: n46,
283
+ light_yellow_surface1: n47,
284
+ light_yellow_Input: n47,
285
+ light_yellow_Progress: n47,
286
+ light_yellow_Slider: n47,
287
+ light_yellow_TextArea: n47,
288
+ light_yellow_surface2: n48,
289
+ light_yellow_Button: n48,
290
+ light_yellow_SliderThumb: n48,
291
+ light_yellow_Switch: n48,
292
+ light_green_accent: n49,
293
+ light_green_Tooltip: n49,
294
+ light_green_SwitchThumb: n49,
295
+ light_green_surface1: n50,
296
+ light_green_Input: n50,
297
+ light_green_Progress: n50,
298
+ light_green_Slider: n50,
299
+ light_green_TextArea: n50,
300
+ light_green_surface2: n51,
301
+ light_green_Button: n51,
302
+ light_green_SliderThumb: n51,
303
+ light_green_Switch: n51,
304
+ light_orange_accent: n52,
305
+ light_orange_Tooltip: n52,
306
+ light_orange_SwitchThumb: n52,
307
+ light_orange_surface1: n53,
308
+ light_orange_Input: n53,
309
+ light_orange_Progress: n53,
310
+ light_orange_Slider: n53,
311
+ light_orange_TextArea: n53,
312
+ light_orange_surface2: n54,
313
+ light_orange_Button: n54,
314
+ light_orange_SliderThumb: n54,
315
+ light_orange_Switch: n54,
316
+ light_pink_accent: n55,
317
+ light_pink_Tooltip: n55,
318
+ light_pink_SwitchThumb: n55,
319
+ light_pink_surface1: n56,
320
+ light_pink_Input: n56,
321
+ light_pink_Progress: n56,
322
+ light_pink_Slider: n56,
323
+ light_pink_TextArea: n56,
324
+ light_pink_surface2: n57,
325
+ light_pink_Button: n57,
326
+ light_pink_SliderThumb: n57,
327
+ light_pink_Switch: n57,
328
+ light_purple_accent: n58,
329
+ light_purple_Tooltip: n58,
330
+ light_purple_SwitchThumb: n58,
331
+ light_purple_surface1: n59,
332
+ light_purple_Input: n59,
333
+ light_purple_Progress: n59,
334
+ light_purple_Slider: n59,
335
+ light_purple_TextArea: n59,
336
+ light_purple_surface2: n60,
337
+ light_purple_Button: n60,
338
+ light_purple_SliderThumb: n60,
339
+ light_purple_Switch: n60,
340
+ light_teal_accent: n61,
341
+ light_teal_Tooltip: n61,
342
+ light_teal_SwitchThumb: n61,
343
+ light_teal_surface1: n62,
344
+ light_teal_Input: n62,
345
+ light_teal_Progress: n62,
346
+ light_teal_Slider: n62,
347
+ light_teal_TextArea: n62,
348
+ light_teal_surface2: n63,
349
+ light_teal_Button: n63,
350
+ light_teal_SliderThumb: n63,
351
+ light_teal_Switch: n63,
352
+ light_neutral_accent: n64,
353
+ light_neutral_Tooltip: n64,
354
+ light_neutral_SwitchThumb: n64,
355
+ light_neutral_surface1: n65,
356
+ light_neutral_Input: n65,
357
+ light_neutral_Progress: n65,
358
+ light_neutral_Slider: n65,
359
+ light_neutral_TextArea: n65,
360
+ light_neutral_surface2: n66,
361
+ light_neutral_Button: n66,
362
+ light_neutral_SliderThumb: n66,
363
+ light_neutral_Switch: n66,
364
+ dark_black_accent: n67,
365
+ dark_Tooltip: n67,
366
+ dark_SwitchThumb: n67,
367
+ dark_black_Tooltip: n67,
368
+ dark_black_SwitchThumb: n67,
369
+ dark_white_accent: n68,
370
+ dark_white_Tooltip: n68,
371
+ dark_white_SwitchThumb: n68,
372
+ dark_white_surface1: n69,
373
+ dark_white_Input: n69,
374
+ dark_white_Progress: n69,
375
+ dark_white_Slider: n69,
376
+ dark_white_TextArea: n69,
377
+ dark_white_surface2: n70,
378
+ dark_white_Button: n70,
379
+ dark_white_SliderThumb: n70,
380
+ dark_white_Switch: n70,
381
+ dark_gray_accent: n71,
382
+ dark_gray_Tooltip: n71,
383
+ dark_gray_SwitchThumb: n71,
384
+ dark_gray_surface1: n72,
385
+ dark_gray_Input: n72,
386
+ dark_gray_Progress: n72,
387
+ dark_gray_Slider: n72,
388
+ dark_gray_TextArea: n72,
389
+ dark_gray_surface2: n73,
390
+ dark_gray_Button: n73,
391
+ dark_gray_SliderThumb: n73,
392
+ dark_gray_Switch: n73,
393
+ dark_blue_accent: n74,
394
+ dark_blue_Tooltip: n74,
395
+ dark_blue_SwitchThumb: n74,
396
+ dark_blue_surface1: n75,
397
+ dark_blue_Input: n75,
398
+ dark_blue_Progress: n75,
399
+ dark_blue_Slider: n75,
400
+ dark_blue_TextArea: n75,
401
+ dark_blue_surface2: n76,
402
+ dark_blue_Button: n76,
403
+ dark_blue_SliderThumb: n76,
404
+ dark_blue_Switch: n76,
405
+ dark_red_accent: n77,
406
+ dark_red_Tooltip: n77,
407
+ dark_red_SwitchThumb: n77,
408
+ dark_red_surface1: n78,
409
+ dark_red_Input: n78,
410
+ dark_red_Progress: n78,
411
+ dark_red_Slider: n78,
412
+ dark_red_TextArea: n78,
413
+ dark_red_surface2: n79,
414
+ dark_red_Button: n79,
415
+ dark_red_SliderThumb: n79,
416
+ dark_red_Switch: n79,
417
+ dark_yellow_accent: n80,
418
+ dark_yellow_Tooltip: n80,
419
+ dark_yellow_SwitchThumb: n80,
420
+ dark_yellow_surface1: n81,
421
+ dark_yellow_Input: n81,
422
+ dark_yellow_Progress: n81,
423
+ dark_yellow_Slider: n81,
424
+ dark_yellow_TextArea: n81,
425
+ dark_yellow_surface2: n82,
426
+ dark_yellow_Button: n82,
427
+ dark_yellow_SliderThumb: n82,
428
+ dark_yellow_Switch: n82,
429
+ dark_green_accent: n83,
430
+ dark_green_Tooltip: n83,
431
+ dark_green_SwitchThumb: n83,
432
+ dark_green_surface1: n84,
433
+ dark_green_Input: n84,
434
+ dark_green_Progress: n84,
435
+ dark_green_Slider: n84,
436
+ dark_green_TextArea: n84,
437
+ dark_green_surface2: n85,
438
+ dark_green_Button: n85,
439
+ dark_green_SliderThumb: n85,
440
+ dark_green_Switch: n85,
441
+ dark_orange_accent: n86,
442
+ dark_orange_Tooltip: n86,
443
+ dark_orange_SwitchThumb: n86,
444
+ dark_orange_surface1: n87,
445
+ dark_orange_Input: n87,
446
+ dark_orange_Progress: n87,
447
+ dark_orange_Slider: n87,
448
+ dark_orange_TextArea: n87,
449
+ dark_orange_surface2: n88,
450
+ dark_orange_Button: n88,
451
+ dark_orange_SliderThumb: n88,
452
+ dark_orange_Switch: n88,
453
+ dark_pink_accent: n89,
454
+ dark_pink_Tooltip: n89,
455
+ dark_pink_SwitchThumb: n89,
456
+ dark_pink_surface1: n90,
457
+ dark_pink_Input: n90,
458
+ dark_pink_Progress: n90,
459
+ dark_pink_Slider: n90,
460
+ dark_pink_TextArea: n90,
461
+ dark_pink_surface2: n91,
462
+ dark_pink_Button: n91,
463
+ dark_pink_SliderThumb: n91,
464
+ dark_pink_Switch: n91,
465
+ dark_purple_accent: n92,
466
+ dark_purple_Tooltip: n92,
467
+ dark_purple_SwitchThumb: n92,
468
+ dark_purple_surface1: n93,
469
+ dark_purple_Input: n93,
470
+ dark_purple_Progress: n93,
471
+ dark_purple_Slider: n93,
472
+ dark_purple_TextArea: n93,
473
+ dark_purple_surface2: n94,
474
+ dark_purple_Button: n94,
475
+ dark_purple_SliderThumb: n94,
476
+ dark_purple_Switch: n94,
477
+ dark_teal_accent: n95,
478
+ dark_teal_Tooltip: n95,
479
+ dark_teal_SwitchThumb: n95,
480
+ dark_teal_surface1: n96,
481
+ dark_teal_Input: n96,
482
+ dark_teal_Progress: n96,
483
+ dark_teal_Slider: n96,
484
+ dark_teal_TextArea: n96,
485
+ dark_teal_surface2: n97,
486
+ dark_teal_Button: n97,
487
+ dark_teal_SliderThumb: n97,
488
+ dark_teal_Switch: n97,
489
+ dark_neutral_accent: n98,
490
+ dark_neutral_Tooltip: n98,
491
+ dark_neutral_SwitchThumb: n98,
492
+ dark_neutral_surface1: n99,
493
+ dark_neutral_Input: n99,
494
+ dark_neutral_Progress: n99,
495
+ dark_neutral_Slider: n99,
496
+ dark_neutral_TextArea: n99,
497
+ dark_neutral_surface2: n100,
498
+ dark_neutral_Button: n100,
499
+ dark_neutral_SliderThumb: n100,
500
+ dark_neutral_Switch: n100,
501
+ light_ProgressIndicator: n101,
502
+ light_SliderActive: n101,
503
+ light_white_ProgressIndicator: n101,
504
+ light_white_SliderActive: n101,
505
+ dark_ProgressIndicator: n102,
506
+ dark_SliderActive: n102,
507
+ dark_black_ProgressIndicator: n102,
508
+ dark_black_SliderActive: n102,
509
+ light_black_ProgressIndicator: n103,
510
+ light_black_SliderActive: n103,
511
+ light_gray_ProgressIndicator: n104,
512
+ light_gray_SliderActive: n104,
513
+ light_blue_ProgressIndicator: n105,
514
+ light_blue_SliderActive: n105,
515
+ light_red_ProgressIndicator: n106,
516
+ light_red_SliderActive: n106,
517
+ light_yellow_ProgressIndicator: n107,
518
+ light_yellow_SliderActive: n107,
519
+ light_green_ProgressIndicator: n108,
520
+ light_green_SliderActive: n108,
521
+ light_orange_ProgressIndicator: n109,
522
+ light_orange_SliderActive: n109,
523
+ light_pink_ProgressIndicator: n110,
524
+ light_pink_SliderActive: n110,
525
+ light_purple_ProgressIndicator: n111,
526
+ light_purple_SliderActive: n111,
527
+ light_teal_ProgressIndicator: n112,
528
+ light_teal_SliderActive: n112,
529
+ light_neutral_ProgressIndicator: n113,
530
+ light_neutral_SliderActive: n113,
531
+ dark_white_ProgressIndicator: n114,
532
+ dark_white_SliderActive: n114,
533
+ dark_gray_ProgressIndicator: n115,
534
+ dark_gray_SliderActive: n115,
535
+ dark_blue_ProgressIndicator: n116,
536
+ dark_blue_SliderActive: n116,
537
+ dark_red_ProgressIndicator: n117,
538
+ dark_red_SliderActive: n117,
539
+ dark_yellow_ProgressIndicator: n118,
540
+ dark_yellow_SliderActive: n118,
541
+ dark_green_ProgressIndicator: n119,
542
+ dark_green_SliderActive: n119,
543
+ dark_orange_ProgressIndicator: n120,
544
+ dark_orange_SliderActive: n120,
545
+ dark_pink_ProgressIndicator: n121,
546
+ dark_pink_SliderActive: n121,
547
+ dark_purple_ProgressIndicator: n122,
548
+ dark_purple_SliderActive: n122,
549
+ dark_teal_ProgressIndicator: n123,
550
+ dark_teal_SliderActive: n123,
551
+ dark_neutral_ProgressIndicator: n124,
552
+ dark_neutral_SliderActive: n124
553
+ };