@conduction/theme 1.1.52 → 1.1.53

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 (737) hide show
  1. package/.github/workflows/openCatalogi.yaml +19 -19
  2. package/.prettierrc +12 -12
  3. package/README.md +199 -198
  4. package/conduction-design-tokens/documentation/color.stories.mdx +17 -17
  5. package/conduction-design-tokens/documentation/components.stories.mdx +11 -11
  6. package/conduction-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  7. package/conduction-design-tokens/documentation/readme.stories.mdx +7 -7
  8. package/conduction-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  9. package/conduction-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  10. package/conduction-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  11. package/conduction-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  12. package/conduction-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  13. package/conduction-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  14. package/conduction-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  15. package/conduction-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  16. package/conduction-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  17. package/conduction-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  18. package/conduction-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  19. package/conduction-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  20. package/conduction-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  21. package/conduction-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  22. package/municipalities/baarn-design-tokens/documentation/color.stories.mdx +17 -17
  23. package/municipalities/baarn-design-tokens/documentation/components.stories.mdx +11 -11
  24. package/municipalities/baarn-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  25. package/municipalities/baarn-design-tokens/documentation/readme.stories.mdx +7 -7
  26. package/municipalities/baarn-design-tokens/src/component/conduction/logo.tokens.json +44 -44
  27. package/municipalities/baarn-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  28. package/municipalities/baarn-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  29. package/municipalities/baarn-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  30. package/municipalities/bct-design-tokens/LICENSE.md +17 -17
  31. package/municipalities/bct-design-tokens/README.md +3 -3
  32. package/municipalities/bct-design-tokens/documentation/color.stories.mdx +17 -17
  33. package/municipalities/bct-design-tokens/documentation/components.stories.mdx +11 -11
  34. package/municipalities/bct-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  35. package/municipalities/bct-design-tokens/documentation/readme.stories.mdx +7 -7
  36. package/municipalities/bct-design-tokens/package.json +40 -40
  37. package/municipalities/bct-design-tokens/src/brand/bct/color.tokens.json +137 -137
  38. package/municipalities/bct-design-tokens/src/brand/bct/font-size.tokens.json +50 -50
  39. package/municipalities/bct-design-tokens/src/brand/bct/size.tokens.json +17 -17
  40. package/municipalities/bct-design-tokens/src/brand/bct/typography.tokens.json +45 -45
  41. package/municipalities/bct-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  42. package/municipalities/bct-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  43. package/municipalities/bct-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  44. package/municipalities/bct-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  45. package/municipalities/bct-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  46. package/municipalities/bct-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  47. package/municipalities/bct-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  48. package/municipalities/bct-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  49. package/municipalities/bct-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  50. package/municipalities/bct-design-tokens/src/component/conduction/select.tokens.json +39 -39
  51. package/municipalities/bct-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  52. package/municipalities/bct-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  53. package/municipalities/bct-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  54. package/municipalities/bct-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  55. package/municipalities/bct-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  56. package/municipalities/bct-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  57. package/municipalities/bct-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  58. package/municipalities/bct-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  59. package/municipalities/bct-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  60. package/municipalities/bct-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  61. package/municipalities/bct-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  62. package/municipalities/bct-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  63. package/municipalities/bct-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  64. package/municipalities/bct-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  65. package/municipalities/bct-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  66. package/municipalities/bct-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  67. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  68. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  69. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  70. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  71. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  72. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  73. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  74. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  75. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  76. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  77. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  78. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  79. package/municipalities/bct-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  80. package/municipalities/bct-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  81. package/municipalities/bct-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  82. package/municipalities/bct-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  83. package/municipalities/bct-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  84. package/municipalities/bct-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  85. package/municipalities/bct-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  86. package/municipalities/bct-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  87. package/municipalities/bct-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  88. package/municipalities/bct-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  89. package/municipalities/bct-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  90. package/municipalities/bct-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  91. package/municipalities/bct-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  92. package/municipalities/bct-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  93. package/municipalities/bct-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  94. package/municipalities/bct-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  95. package/municipalities/bct-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  96. package/municipalities/bct-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  97. package/municipalities/bct-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  98. package/municipalities/bct-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  99. package/municipalities/bct-design-tokens/src/config.json +73 -73
  100. package/municipalities/bct-design-tokens/src/font.js +8 -8
  101. package/municipalities/bct-design-tokens/src/font.scss +385 -385
  102. package/municipalities/bct-design-tokens/src/index.scss +8 -8
  103. package/municipalities/bct-design-tokens/style-dictionary.config.js +6 -6
  104. package/municipalities/beek-design-tokens/documentation/color.stories.mdx +17 -17
  105. package/municipalities/beek-design-tokens/documentation/components.stories.mdx +11 -11
  106. package/municipalities/beek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  107. package/municipalities/beek-design-tokens/documentation/readme.stories.mdx +7 -7
  108. package/municipalities/beek-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  109. package/municipalities/beek-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  110. package/municipalities/beek-design-tokens/src/component/conduction/logo.tokens.json +35 -35
  111. package/municipalities/beek-design-tokens/src/component/conduction/pagination.tokens.json +96 -96
  112. package/municipalities/beek-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  113. package/municipalities/beek-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  114. package/municipalities/beek-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  115. package/municipalities/beek-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  116. package/municipalities/beek-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  117. package/municipalities/beek-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  118. package/municipalities/beek-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  119. package/municipalities/beek-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  120. package/municipalities/beek-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  121. package/municipalities/beek-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  122. package/municipalities/commonground-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  123. package/municipalities/commonground-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  124. package/municipalities/commonground-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  125. package/municipalities/commonground-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  126. package/municipalities/dimpact-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  127. package/municipalities/dimpact-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  128. package/municipalities/dimpact-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  129. package/municipalities/dimpact-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  130. package/municipalities/dimpact-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  131. package/municipalities/dimpact-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  132. package/municipalities/dimpact-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  133. package/municipalities/dimpact-design-tokens/src/component/tilburg/search-card.tokens.json +35 -35
  134. package/municipalities/dimpact-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  135. package/municipalities/dimpact-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  136. package/municipalities/dimpact-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  137. package/municipalities/dimpact-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  138. package/municipalities/dinkelland-design-tokens/documentation/color.stories.mdx +17 -17
  139. package/municipalities/dinkelland-design-tokens/documentation/components.stories.mdx +11 -11
  140. package/municipalities/dinkelland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  141. package/municipalities/dinkelland-design-tokens/documentation/readme.stories.mdx +7 -7
  142. package/municipalities/dinkelland-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  143. package/municipalities/dinkelland-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  144. package/municipalities/dinkelland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  145. package/municipalities/dinkelland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  146. package/municipalities/dinkelland-design-tokens/src/font.js +10 -10
  147. package/municipalities/ede-design-tokens/LICENSE.md +17 -17
  148. package/municipalities/ede-design-tokens/README.md +3 -3
  149. package/municipalities/ede-design-tokens/documentation/color.stories.mdx +17 -17
  150. package/municipalities/ede-design-tokens/documentation/components.stories.mdx +11 -11
  151. package/municipalities/ede-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  152. package/municipalities/ede-design-tokens/documentation/readme.stories.mdx +7 -7
  153. package/municipalities/ede-design-tokens/package.json +40 -40
  154. package/municipalities/ede-design-tokens/src/brand/ede/color.tokens.json +138 -138
  155. package/municipalities/ede-design-tokens/src/brand/ede/font-size.tokens.json +50 -50
  156. package/municipalities/ede-design-tokens/src/brand/ede/size.tokens.json +17 -17
  157. package/municipalities/ede-design-tokens/src/brand/ede/typography.tokens.json +40 -40
  158. package/municipalities/ede-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  159. package/municipalities/ede-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  160. package/municipalities/ede-design-tokens/src/component/conduction/card-header.tokens.json +30 -30
  161. package/municipalities/ede-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  162. package/municipalities/ede-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  163. package/municipalities/ede-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  164. package/municipalities/ede-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  165. package/municipalities/ede-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  166. package/municipalities/ede-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  167. package/municipalities/ede-design-tokens/src/component/conduction/select.tokens.json +39 -39
  168. package/municipalities/ede-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  169. package/municipalities/ede-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  170. package/municipalities/ede-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  171. package/municipalities/ede-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  172. package/municipalities/ede-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  173. package/municipalities/ede-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  174. package/municipalities/ede-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  175. package/municipalities/ede-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  176. package/municipalities/ede-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  177. package/municipalities/ede-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  178. package/municipalities/ede-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  179. package/municipalities/ede-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  180. package/municipalities/ede-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  181. package/municipalities/ede-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  182. package/municipalities/ede-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  183. package/municipalities/ede-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  184. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  185. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  186. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  187. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  188. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  189. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  190. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  191. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  192. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  193. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  194. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  195. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  196. package/municipalities/ede-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  197. package/municipalities/ede-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  198. package/municipalities/ede-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  199. package/municipalities/ede-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  200. package/municipalities/ede-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  201. package/municipalities/ede-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  202. package/municipalities/ede-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  203. package/municipalities/ede-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  204. package/municipalities/ede-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  205. package/municipalities/ede-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  206. package/municipalities/ede-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  207. package/municipalities/ede-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  208. package/municipalities/ede-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  209. package/municipalities/ede-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  210. package/municipalities/ede-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  211. package/municipalities/ede-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  212. package/municipalities/ede-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  213. package/municipalities/ede-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  214. package/municipalities/ede-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  215. package/municipalities/ede-design-tokens/src/component/utrecht/textbox.tokens.json +31 -31
  216. package/municipalities/ede-design-tokens/src/config.json +73 -73
  217. package/municipalities/ede-design-tokens/src/index.scss +7 -7
  218. package/municipalities/ede-design-tokens/style-dictionary.config.js +6 -6
  219. package/municipalities/epe-design-tokens/documentation/color.stories.mdx +17 -17
  220. package/municipalities/epe-design-tokens/documentation/components.stories.mdx +11 -11
  221. package/municipalities/epe-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  222. package/municipalities/epe-design-tokens/documentation/readme.stories.mdx +7 -7
  223. package/municipalities/epe-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  224. package/municipalities/epe-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  225. package/municipalities/epe-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  226. package/municipalities/epe-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  227. package/municipalities/epe-design-tokens/src/font.js +6 -6
  228. package/municipalities/gooise-meren-design-tokens/documentation/color.stories.mdx +17 -17
  229. package/municipalities/gooise-meren-design-tokens/documentation/components.stories.mdx +11 -11
  230. package/municipalities/gooise-meren-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  231. package/municipalities/gooise-meren-design-tokens/documentation/readme.stories.mdx +7 -7
  232. package/municipalities/gooise-meren-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  233. package/municipalities/gooise-meren-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  234. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  235. package/municipalities/gooise-meren-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  236. package/municipalities/gouda-design-tokens/documentation/color.stories.mdx +17 -17
  237. package/municipalities/gouda-design-tokens/documentation/components.stories.mdx +11 -11
  238. package/municipalities/gouda-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  239. package/municipalities/gouda-design-tokens/documentation/readme.stories.mdx +7 -7
  240. package/municipalities/gouda-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  241. package/municipalities/gouda-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  242. package/municipalities/gouda-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  243. package/municipalities/gouda-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  244. package/municipalities/gouda-design-tokens/src/font.js +4 -4
  245. package/municipalities/helmond-design-tokens/src/component/amsterdam/date-input.tokens.json +29 -29
  246. package/municipalities/helmond-design-tokens/src/component/amsterdam/pagination.tokens.json +149 -149
  247. package/municipalities/helmond-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  248. package/municipalities/helmond-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  249. package/municipalities/helmond-design-tokens/src/component/den-haag/sidenav.tokens.json +31 -31
  250. package/municipalities/helmond-design-tokens/src/component/tilburg/footer.tokens.json +15 -15
  251. package/municipalities/helmond-design-tokens/src/component/tilburg/header.tokens.json +12 -12
  252. package/municipalities/helmond-design-tokens/src/component/tilburg/search-card.tokens.json +36 -36
  253. package/municipalities/helmond-design-tokens/src/component/utrecht/accordion.tokens.json +68 -68
  254. package/municipalities/helmond-design-tokens/src/component/utrecht/badge-status.tokens.json +8 -8
  255. package/municipalities/helmond-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  256. package/municipalities/helmond-design-tokens/src/component/utrecht/extra-tokens/accordion.tokens.json +36 -36
  257. package/municipalities/helmond-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  258. package/municipalities/helmond-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  259. package/municipalities/hof-van-twente-design-tokens/LICENSE.md +17 -17
  260. package/municipalities/hof-van-twente-design-tokens/README.md +3 -3
  261. package/municipalities/hof-van-twente-design-tokens/documentation/color.stories.mdx +17 -17
  262. package/municipalities/hof-van-twente-design-tokens/documentation/components.stories.mdx +11 -11
  263. package/municipalities/hof-van-twente-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  264. package/municipalities/hof-van-twente-design-tokens/documentation/readme.stories.mdx +7 -7
  265. package/municipalities/hof-van-twente-design-tokens/package.json +42 -42
  266. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/color.tokens.json +147 -121
  267. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/font-size.tokens.json +50 -50
  268. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/size.tokens.json +17 -17
  269. package/municipalities/hof-van-twente-design-tokens/src/brand/hof-van-twente/typography.tokens.json +50 -45
  270. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  271. package/municipalities/hof-van-twente-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  272. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-header.tokens.json +32 -27
  273. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  274. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/checkbox.tokens.json +69 -69
  275. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  276. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  277. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/navigation.tokens.json +94 -94
  278. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  279. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/select.tokens.json +39 -39
  280. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  281. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  282. package/municipalities/hof-van-twente-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  283. package/municipalities/hof-van-twente-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  284. package/municipalities/hof-van-twente-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  285. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  286. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  287. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  288. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  289. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/breadcrumb.tokens.json +43 -43
  290. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  291. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  292. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  293. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  294. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  295. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  296. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  297. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  298. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +22 -22
  299. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  300. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  301. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  302. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  303. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  304. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +15 -14
  305. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  306. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +25 -25
  307. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  308. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  309. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  310. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  311. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  312. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  313. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  314. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  315. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  316. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  317. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  318. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  319. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  320. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  321. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  322. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  323. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  324. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  325. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  326. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  327. package/municipalities/hof-van-twente-design-tokens/src/component/utrecht/textbox.tokens.json +31 -34
  328. package/municipalities/hof-van-twente-design-tokens/src/config.json +73 -73
  329. package/municipalities/hof-van-twente-design-tokens/src/font.js +10 -10
  330. package/municipalities/hof-van-twente-design-tokens/src/font.scss +421 -421
  331. package/municipalities/hof-van-twente-design-tokens/src/index.scss +8 -8
  332. package/municipalities/hof-van-twente-design-tokens/style-dictionary.config.js +6 -6
  333. package/municipalities/lansingerland-design-tokens/LICENSE.md +17 -17
  334. package/municipalities/lansingerland-design-tokens/README.md +3 -3
  335. package/municipalities/lansingerland-design-tokens/documentation/color.stories.mdx +17 -17
  336. package/municipalities/lansingerland-design-tokens/documentation/components.stories.mdx +11 -11
  337. package/municipalities/lansingerland-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  338. package/municipalities/lansingerland-design-tokens/documentation/readme.stories.mdx +7 -7
  339. package/municipalities/lansingerland-design-tokens/package.json +41 -41
  340. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/color.tokens.json +150 -150
  341. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/font-size.tokens.json +50 -50
  342. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/size.tokens.json +17 -17
  343. package/municipalities/lansingerland-design-tokens/src/brand/lansingerland/typography.tokens.json +40 -40
  344. package/municipalities/lansingerland-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  345. package/municipalities/lansingerland-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  346. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-header.tokens.json +34 -34
  347. package/municipalities/lansingerland-design-tokens/src/component/conduction/card-wrapper.tokens.json +37 -37
  348. package/municipalities/lansingerland-design-tokens/src/component/conduction/checkbox.tokens.json +72 -72
  349. package/municipalities/lansingerland-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  350. package/municipalities/lansingerland-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  351. package/municipalities/lansingerland-design-tokens/src/component/conduction/navigation.tokens.json +104 -104
  352. package/municipalities/lansingerland-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  353. package/municipalities/lansingerland-design-tokens/src/component/conduction/select.tokens.json +39 -39
  354. package/municipalities/lansingerland-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  355. package/municipalities/lansingerland-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  356. package/municipalities/lansingerland-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  357. package/municipalities/lansingerland-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  358. package/municipalities/lansingerland-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  359. package/municipalities/lansingerland-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  360. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  361. package/municipalities/lansingerland-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  362. package/municipalities/lansingerland-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  363. package/municipalities/lansingerland-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  364. package/municipalities/lansingerland-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  365. package/municipalities/lansingerland-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  366. package/municipalities/lansingerland-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  367. package/municipalities/lansingerland-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  368. package/municipalities/lansingerland-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  369. package/municipalities/lansingerland-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  370. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +9 -9
  371. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  372. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  373. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  374. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  375. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  376. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  377. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +38 -38
  378. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  379. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  380. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  381. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +35 -35
  382. package/municipalities/lansingerland-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  383. package/municipalities/lansingerland-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  384. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  385. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  386. package/municipalities/lansingerland-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  387. package/municipalities/lansingerland-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  388. package/municipalities/lansingerland-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  389. package/municipalities/lansingerland-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  390. package/municipalities/lansingerland-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  391. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-footer.tokens.json +15 -15
  392. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  393. package/municipalities/lansingerland-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  394. package/municipalities/lansingerland-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  395. package/municipalities/lansingerland-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  396. package/municipalities/lansingerland-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  397. package/municipalities/lansingerland-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  398. package/municipalities/lansingerland-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  399. package/municipalities/lansingerland-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  400. package/municipalities/lansingerland-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  401. package/municipalities/lansingerland-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  402. package/municipalities/lansingerland-design-tokens/src/config.json +73 -73
  403. package/municipalities/lansingerland-design-tokens/src/font.js +6 -6
  404. package/municipalities/lansingerland-design-tokens/src/index.scss +7 -7
  405. package/municipalities/lansingerland-design-tokens/style-dictionary.config.js +6 -6
  406. package/municipalities/leiden-design-tokens/documentation/color.stories.mdx +17 -17
  407. package/municipalities/leiden-design-tokens/documentation/components.stories.mdx +11 -11
  408. package/municipalities/leiden-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  409. package/municipalities/leiden-design-tokens/documentation/readme.stories.mdx +7 -7
  410. package/municipalities/leiden-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  411. package/municipalities/leiden-design-tokens/src/component/conduction/pagination.tokens.json +98 -98
  412. package/municipalities/leiden-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  413. package/municipalities/leiden-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  414. package/municipalities/leiden-design-tokens/src/font.js +6 -6
  415. package/municipalities/migrato-design-tokens/LICENSE.md +17 -17
  416. package/municipalities/migrato-design-tokens/README.md +3 -3
  417. package/municipalities/migrato-design-tokens/package.json +40 -40
  418. package/municipalities/migrato-design-tokens/src/brand/conduction/color.tokens.json +150 -150
  419. package/municipalities/migrato-design-tokens/src/brand/conduction/font-size.tokens.json +50 -50
  420. package/municipalities/migrato-design-tokens/src/brand/conduction/size.tokens.json +17 -17
  421. package/municipalities/migrato-design-tokens/src/brand/conduction/typography.tokens.json +45 -45
  422. package/municipalities/migrato-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  423. package/municipalities/migrato-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  424. package/municipalities/migrato-design-tokens/src/component/conduction/card-header.tokens.json +27 -27
  425. package/municipalities/migrato-design-tokens/src/component/conduction/card-wrapper.tokens.json +33 -33
  426. package/municipalities/migrato-design-tokens/src/component/conduction/checkbox.tokens.json +71 -71
  427. package/municipalities/migrato-design-tokens/src/component/conduction/download-card.tokens.json +28 -28
  428. package/municipalities/migrato-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  429. package/municipalities/migrato-design-tokens/src/component/conduction/navigation.tokens.json +88 -88
  430. package/municipalities/migrato-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  431. package/municipalities/migrato-design-tokens/src/component/conduction/select.tokens.json +39 -39
  432. package/municipalities/migrato-design-tokens/src/component/conduction/table-wrapper.tokens.json +21 -21
  433. package/municipalities/migrato-design-tokens/src/component/conduction/tabs.tokens.json +85 -85
  434. package/municipalities/migrato-design-tokens/src/component/conduction/tooltip.tokens.json +17 -17
  435. package/municipalities/migrato-design-tokens/src/component/den-haag/process-step.tokens.json +107 -107
  436. package/municipalities/migrato-design-tokens/src/component/open-catalogi/rating.tokens.json +12 -12
  437. package/municipalities/migrato-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  438. package/municipalities/migrato-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  439. package/municipalities/migrato-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  440. package/municipalities/migrato-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  441. package/municipalities/migrato-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  442. package/municipalities/migrato-design-tokens/src/component/utrecht/alert.tokens.json +46 -46
  443. package/municipalities/migrato-design-tokens/src/component/utrecht/badge-counter.tokens.json +13 -13
  444. package/municipalities/migrato-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  445. package/municipalities/migrato-design-tokens/src/component/utrecht/blockquote.tokens.json +27 -27
  446. package/municipalities/migrato-design-tokens/src/component/utrecht/breadcrumb.tokens.json +44 -44
  447. package/municipalities/migrato-design-tokens/src/component/utrecht/button.tokens.json +152 -152
  448. package/municipalities/migrato-design-tokens/src/component/utrecht/calendar.tokens.json +80 -80
  449. package/municipalities/migrato-design-tokens/src/component/utrecht/checkbox.tokens.json +57 -57
  450. package/municipalities/migrato-design-tokens/src/component/utrecht/code.tokens.json +26 -26
  451. package/municipalities/migrato-design-tokens/src/component/utrecht/data-list.tokens.json +28 -28
  452. package/municipalities/migrato-design-tokens/src/component/utrecht/document.tokens.json +12 -12
  453. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/alert.tokens.json +10 -10
  454. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  455. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  456. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-field.tokens.json +13 -13
  457. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/form-input.tokens.json +26 -26
  458. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/icon.tokens.json +7 -7
  459. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/link.tokens.json +10 -10
  460. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-footer.tokens.json +39 -39
  461. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/page-header.tokens.json +14 -14
  462. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  463. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  464. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/table.tokens.json +37 -37
  465. package/municipalities/migrato-design-tokens/src/component/utrecht/extra-tokens/textbox.tokens.json +26 -26
  466. package/municipalities/migrato-design-tokens/src/component/utrecht/focus.tokens.json +15 -15
  467. package/municipalities/migrato-design-tokens/src/component/utrecht/form-field.tokens.json +17 -17
  468. package/municipalities/migrato-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  469. package/municipalities/migrato-design-tokens/src/component/utrecht/form-label.tokens.json +23 -23
  470. package/municipalities/migrato-design-tokens/src/component/utrecht/heading.tokens.json +49 -49
  471. package/municipalities/migrato-design-tokens/src/component/utrecht/icon.tokens.json +12 -12
  472. package/municipalities/migrato-design-tokens/src/component/utrecht/link.tokens.json +33 -33
  473. package/municipalities/migrato-design-tokens/src/component/utrecht/list.tokens.json +31 -31
  474. package/municipalities/migrato-design-tokens/src/component/utrecht/page-footer.tokens.json +13 -13
  475. package/municipalities/migrato-design-tokens/src/component/utrecht/page-header.tokens.json +10 -10
  476. package/municipalities/migrato-design-tokens/src/component/utrecht/page.tokens.json +11 -11
  477. package/municipalities/migrato-design-tokens/src/component/utrecht/paragraph.tokens.json +25 -25
  478. package/municipalities/migrato-design-tokens/src/component/utrecht/radio-button.tokens.json +68 -68
  479. package/municipalities/migrato-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  480. package/municipalities/migrato-design-tokens/src/component/utrecht/skip-link.tokens.json +16 -16
  481. package/municipalities/migrato-design-tokens/src/component/utrecht/spotlight-section.tokens.json +24 -24
  482. package/municipalities/migrato-design-tokens/src/component/utrecht/surface.tokens.json +8 -8
  483. package/municipalities/migrato-design-tokens/src/component/utrecht/table.tokens.json +60 -60
  484. package/municipalities/migrato-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  485. package/municipalities/migrato-design-tokens/src/config.json +73 -73
  486. package/municipalities/migrato-design-tokens/src/font.scss +6 -6
  487. package/municipalities/migrato-design-tokens/src/index.scss +8 -8
  488. package/municipalities/migrato-design-tokens/style-dictionary.config.js +6 -6
  489. package/municipalities/moerdijk-design-tokens/documentation/color.stories.mdx +17 -17
  490. package/municipalities/moerdijk-design-tokens/documentation/components.stories.mdx +11 -11
  491. package/municipalities/moerdijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  492. package/municipalities/moerdijk-design-tokens/documentation/readme.stories.mdx +7 -7
  493. package/municipalities/moerdijk-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  494. package/municipalities/moerdijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  495. package/municipalities/moerdijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  496. package/municipalities/moerdijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  497. package/municipalities/noaberkracht-design-tokens/documentation/color.stories.mdx +17 -17
  498. package/municipalities/noaberkracht-design-tokens/documentation/components.stories.mdx +11 -11
  499. package/municipalities/noaberkracht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  500. package/municipalities/noaberkracht-design-tokens/documentation/readme.stories.mdx +7 -7
  501. package/municipalities/noaberkracht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  502. package/municipalities/noaberkracht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  503. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  504. package/municipalities/noaberkracht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  505. package/municipalities/noordwijk-design-tokens/documentation/color.stories.mdx +17 -17
  506. package/municipalities/noordwijk-design-tokens/documentation/components.stories.mdx +11 -11
  507. package/municipalities/noordwijk-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  508. package/municipalities/noordwijk-design-tokens/documentation/readme.stories.mdx +7 -7
  509. package/municipalities/noordwijk-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  510. package/municipalities/noordwijk-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  511. package/municipalities/noordwijk-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  512. package/municipalities/noordwijk-design-tokens/src/component/utrecht/form-input.tokens.json +34 -34
  513. package/municipalities/noordwijk-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  514. package/municipalities/noordwijk-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  515. package/municipalities/noordwijk-design-tokens/src/font.js +8 -8
  516. package/municipalities/open-webconcept-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  517. package/municipalities/open-webconcept-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  518. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  519. package/municipalities/open-webconcept-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  520. package/municipalities/open-webconcept-design-tokens/src/font.js +6 -6
  521. package/municipalities/opencatalogi-design-tokens/documentation/color.stories.mdx +17 -17
  522. package/municipalities/opencatalogi-design-tokens/documentation/components.stories.mdx +11 -11
  523. package/municipalities/opencatalogi-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  524. package/municipalities/opencatalogi-design-tokens/documentation/readme.stories.mdx +7 -7
  525. package/municipalities/opencatalogi-design-tokens/src/_responsive.scss +24 -24
  526. package/municipalities/opencatalogi-design-tokens/src/components/conduction/logo.tokens.json +27 -27
  527. package/municipalities/opencatalogi-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  528. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/badge.tokens.json +29 -29
  529. package/municipalities/opencatalogi-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  530. package/municipalities/opencatalogi-design-tokens/src/custom.scss +14 -14
  531. package/municipalities/opencatalogi-design-tokens/src/font.scss +47 -47
  532. package/municipalities/opencatalogi-design-tokens/src/index.scss +17 -17
  533. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/color.tokens.json +340 -340
  534. package/municipalities/opencatalogi-design-tokens/src/rotterdam/brand/opencatalogi/typography.tokens.json +106 -106
  535. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/rotterdam/space.tokens.json +16 -16
  536. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/action.tokens.json +9 -9
  537. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/focus.tokens.json +13 -13
  538. package/municipalities/opencatalogi-design-tokens/src/rotterdam/common/utrecht/space.tokens.json +56 -56
  539. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/checkbox.style.dictionary.json +12 -12
  540. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/open-catalogi/data-badge.json +36 -36
  541. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/button.tokens.json +9 -9
  542. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/form-fieldset.tokens.json +11 -11
  543. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/paragraph.tokens.json +13 -13
  544. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/rotterdam/textbox.tokens.json +14 -14
  545. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/badge-status.tokens.json +8 -8
  546. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/button.tokens.json +110 -110
  547. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/code-block.tokens.json +19 -19
  548. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/document.tokens.json +14 -14
  549. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/figure.tokens.json +13 -13
  550. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-control.tokens.json +31 -31
  551. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field-description.tokens.json +18 -18
  552. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-field.tokens.json +8 -8
  553. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-fieldset.tokens.json +32 -32
  554. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-label.tokens.json +23 -23
  555. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/form-select.tokens.json +16 -16
  556. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-1.tokens.json +13 -13
  557. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-2.tokens.json +13 -13
  558. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading-3.tokens.json +13 -13
  559. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/heading.tokens.json +9 -9
  560. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/icon.tokens.json +12 -12
  561. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/link.tokens.json +33 -33
  562. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/page-footer.tokens.json +13 -13
  563. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/paragraph.tokens.json +30 -30
  564. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/table.tokens.json +52 -52
  565. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textarea.tokens.json +25 -25
  566. package/municipalities/opencatalogi-design-tokens/src/rotterdam/component/utrecht/textbox.tokens.json +47 -47
  567. package/municipalities/opencatalogi-design-tokens/src/rotterdam/font/download.sh +18 -18
  568. package/municipalities/oude-ijsselstreek-design-tokens/LICENSE.md +17 -17
  569. package/municipalities/oude-ijsselstreek-design-tokens/README.md +3 -3
  570. package/municipalities/oude-ijsselstreek-design-tokens/documentation/color.stories.mdx +17 -17
  571. package/municipalities/oude-ijsselstreek-design-tokens/documentation/components.stories.mdx +11 -11
  572. package/municipalities/oude-ijsselstreek-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  573. package/municipalities/oude-ijsselstreek-design-tokens/documentation/readme.stories.mdx +7 -7
  574. package/municipalities/oude-ijsselstreek-design-tokens/package.json +42 -42
  575. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/color.tokens.json +142 -142
  576. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/font-size.tokens.json +50 -50
  577. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/size.tokens.json +17 -17
  578. package/municipalities/oude-ijsselstreek-design-tokens/src/brand/oude-ijsselstreek/typography.tokens.json +40 -40
  579. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/action.tokens.json +9 -9
  580. package/municipalities/oude-ijsselstreek-design-tokens/src/common/utrecht/space.tokens.json +28 -28
  581. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/date-input.tokens.json +29 -29
  582. package/municipalities/oude-ijsselstreek-design-tokens/src/components/amsterdam/pagination.tokens.json +149 -149
  583. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-header.tokens.json +34 -34
  584. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/card-wrapper.tokens.json +33 -33
  585. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/checkbox.tokens.json +69 -69
  586. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/download-card.tokens.json +28 -28
  587. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/logo.tokens.json +38 -38
  588. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/navigation.tokens.json +88 -88
  589. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/pagination.tokens.json +95 -95
  590. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/select.tokens.json +39 -39
  591. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/table-wrapper.tokens.json +21 -21
  592. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tabs.tokens.json +85 -85
  593. package/municipalities/oude-ijsselstreek-design-tokens/src/components/conduction/tooltip.tokens.json +17 -17
  594. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/process-step.tokens.json +107 -107
  595. package/municipalities/oude-ijsselstreek-design-tokens/src/components/den-haag/sidenav.tokens.json +31 -31
  596. package/municipalities/oude-ijsselstreek-design-tokens/src/components/open-catalogi/rating.tokens.json +12 -12
  597. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/footer.tokens.json +15 -15
  598. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/header.tokens.json +12 -12
  599. package/municipalities/oude-ijsselstreek-design-tokens/src/components/tilburg/search-card.tokens.json +35 -35
  600. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/accordion.tokens.json +68 -68
  601. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/alert.tokens.json +46 -46
  602. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-counter.tokens.json +13 -13
  603. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge-status.tokens.json +8 -8
  604. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/badge.tokens.json +15 -15
  605. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/blockquote.tokens.json +27 -27
  606. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/breadcrumb.tokens.json +44 -44
  607. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/button.tokens.json +152 -152
  608. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/calendar.tokens.json +80 -80
  609. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/checkbox.tokens.json +57 -57
  610. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/code.tokens.json +26 -26
  611. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/data-list.tokens.json +28 -28
  612. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/document.tokens.json +12 -12
  613. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/accordion.tokens.json +36 -36
  614. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/alert.tokens.json +9 -9
  615. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/badge-counter.tokens.json +11 -11
  616. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/breadcrumb.tokens.json +21 -21
  617. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-field.tokens.json +13 -13
  618. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/form-input.tokens.json +26 -26
  619. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/icon.tokens.json +7 -7
  620. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/link.tokens.json +10 -10
  621. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-footer.tokens.json +40 -40
  622. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/page-header.tokens.json +15 -15
  623. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/radio-button.tokens.json +14 -14
  624. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/select.tokens.json +9 -9
  625. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/skip-link.tokens.json +24 -24
  626. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/table.tokens.json +37 -37
  627. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/extra-tokens/textbox.tokens.json +26 -26
  628. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/focus.tokens.json +15 -15
  629. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-field.tokens.json +17 -17
  630. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-input.tokens.json +34 -34
  631. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/form-label.tokens.json +23 -23
  632. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/heading.tokens.json +49 -49
  633. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/icon.tokens.json +12 -12
  634. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/link.tokens.json +33 -33
  635. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/list.tokens.json +31 -31
  636. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-footer.tokens.json +13 -13
  637. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page-header.tokens.json +10 -10
  638. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/page.tokens.json +11 -11
  639. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/paragraph.tokens.json +25 -25
  640. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/radio-button.tokens.json +68 -68
  641. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/select.tokens.json +47 -47
  642. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/separator.tokens.json +10 -10
  643. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/skip-link.tokens.json +16 -16
  644. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/spotlight-section.tokens.json +24 -24
  645. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/surface.tokens.json +8 -8
  646. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/table.tokens.json +60 -60
  647. package/municipalities/oude-ijsselstreek-design-tokens/src/components/utrecht/textbox.tokens.json +35 -35
  648. package/municipalities/oude-ijsselstreek-design-tokens/src/config.json +73 -73
  649. package/municipalities/oude-ijsselstreek-design-tokens/src/font.scss +57 -57
  650. package/municipalities/oude-ijsselstreek-design-tokens/src/index.scss +8 -8
  651. package/municipalities/oude-ijsselstreek-design-tokens/style-dictionary.config.js +6 -6
  652. package/municipalities/roosendaal-design-tokens/documentation/color.stories.mdx +17 -17
  653. package/municipalities/roosendaal-design-tokens/documentation/components.stories.mdx +11 -11
  654. package/municipalities/roosendaal-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  655. package/municipalities/roosendaal-design-tokens/documentation/readme.stories.mdx +7 -7
  656. package/municipalities/roosendaal-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  657. package/municipalities/roosendaal-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  658. package/municipalities/roosendaal-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  659. package/municipalities/roosendaal-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  660. package/municipalities/rotterdam-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  661. package/municipalities/rotterdam-design-tokens/src/component/conduction/pagination.tokens.json +92 -92
  662. package/municipalities/rotterdam-design-tokens/src/component/tilburg/footer.tokens.json +8 -8
  663. package/municipalities/rotterdam-design-tokens/src/component/tilburg/header.tokens.json +7 -7
  664. package/municipalities/rotterdam-design-tokens/src/component/tilburg/logo.tokens.json +7 -7
  665. package/municipalities/rotterdam-design-tokens/src/component/tilburg/navigation.tokens.json +15 -15
  666. package/municipalities/rotterdam-design-tokens/src/component/tilburg/search-card.tokens.json +9 -9
  667. package/municipalities/rotterdam-design-tokens/src/component/utrecht/badge.tokens.json +29 -29
  668. package/municipalities/sloterburg-design-tokens/documentation/color.stories.mdx +17 -17
  669. package/municipalities/sloterburg-design-tokens/documentation/components.stories.mdx +11 -11
  670. package/municipalities/sloterburg-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  671. package/municipalities/sloterburg-design-tokens/documentation/readme.stories.mdx +7 -7
  672. package/municipalities/sloterburg-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  673. package/municipalities/sloterburg-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  674. package/municipalities/sloterburg-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  675. package/municipalities/sloterburg-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  676. package/municipalities/soest-design-tokens/documentation/color.stories.mdx +17 -17
  677. package/municipalities/soest-design-tokens/documentation/components.stories.mdx +11 -11
  678. package/municipalities/soest-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  679. package/municipalities/soest-design-tokens/documentation/readme.stories.mdx +7 -7
  680. package/municipalities/soest-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  681. package/municipalities/soest-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  682. package/municipalities/soest-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  683. package/municipalities/soest-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  684. package/municipalities/stichtse-vecht-design-tokens/documentation/color.stories.mdx +17 -17
  685. package/municipalities/stichtse-vecht-design-tokens/documentation/components.stories.mdx +11 -11
  686. package/municipalities/stichtse-vecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  687. package/municipalities/stichtse-vecht-design-tokens/documentation/readme.stories.mdx +7 -7
  688. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/logo.tokens.json +21 -21
  689. package/municipalities/stichtse-vecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  690. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/select.tokens.json +47 -47
  691. package/municipalities/stichtse-vecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  692. package/municipalities/tubbergen-design-tokens/documentation/color.stories.mdx +17 -17
  693. package/municipalities/tubbergen-design-tokens/documentation/components.stories.mdx +11 -11
  694. package/municipalities/tubbergen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  695. package/municipalities/tubbergen-design-tokens/documentation/readme.stories.mdx +7 -7
  696. package/municipalities/tubbergen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  697. package/municipalities/tubbergen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  698. package/municipalities/tubbergen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  699. package/municipalities/tubbergen-design-tokens/src/component/utrecht/form-input.tokens.json +33 -33
  700. package/municipalities/tubbergen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  701. package/municipalities/tubbergen-design-tokens/src/component/utrecht/textbox.tokens.json +34 -34
  702. package/municipalities/tubbergen-design-tokens/src/font.js +10 -10
  703. package/municipalities/xxllnc-design-tokens/documentation/color.stories.mdx +17 -17
  704. package/municipalities/xxllnc-design-tokens/documentation/components.stories.mdx +11 -11
  705. package/municipalities/xxllnc-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  706. package/municipalities/xxllnc-design-tokens/documentation/readme.stories.mdx +7 -7
  707. package/municipalities/xxllnc-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  708. package/municipalities/xxllnc-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  709. package/municipalities/xxllnc-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  710. package/municipalities/xxllnc-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  711. package/municipalities/zuiddrecht-design-tokens/documentation/color.stories.mdx +17 -17
  712. package/municipalities/zuiddrecht-design-tokens/documentation/components.stories.mdx +11 -11
  713. package/municipalities/zuiddrecht-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  714. package/municipalities/zuiddrecht-design-tokens/documentation/readme.stories.mdx +7 -7
  715. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/color.tokens.json +126 -126
  716. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/icon.tokens.json +16 -16
  717. package/municipalities/zuiddrecht-design-tokens/src/brand/zuiddrecht/typography.tokens.json +40 -40
  718. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/border.tokens.json +19 -19
  719. package/municipalities/zuiddrecht-design-tokens/src/common/utrecht/space.tokens.json +70 -70
  720. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/logo.tokens.json +27 -27
  721. package/municipalities/zuiddrecht-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  722. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  723. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/blockquote.tokens.json +25 -25
  724. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/document.tokens.json +11 -11
  725. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/page.tokens.json +15 -15
  726. package/municipalities/zuiddrecht-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  727. package/municipalities/zutphen-design-tokens/documentation/color.stories.mdx +17 -17
  728. package/municipalities/zutphen-design-tokens/documentation/components.stories.mdx +11 -11
  729. package/municipalities/zutphen-design-tokens/documentation/design-tokens.stories.mdx +14 -14
  730. package/municipalities/zutphen-design-tokens/documentation/readme.stories.mdx +7 -7
  731. package/municipalities/zutphen-design-tokens/src/component/conduction/logo.tokens.json +25 -25
  732. package/municipalities/zutphen-design-tokens/src/component/conduction/pagination.tokens.json +95 -95
  733. package/municipalities/zutphen-design-tokens/src/component/utrecht/badge.tokens.json +15 -15
  734. package/municipalities/zutphen-design-tokens/src/component/utrecht/separator.tokens.json +10 -10
  735. package/municipalities/zutphen-design-tokens/src/font.js +4 -4
  736. package/package.json +57 -57
  737. package/publiccode.yaml +83 -83
@@ -1,28 +1,28 @@
1
- {
2
- "utrecht": {
3
- "space": {
4
- "block": {
5
- "3xs": { "value": "{ede.size.3xs}" },
6
- "2xs": { "value": "{ede.size.2xs}" },
7
- "xs": { "value": "{ede.size.xs}" },
8
- "sm": { "value": "{ede.size.sm}" },
9
- "md": { "value": "{ede.size.md}" },
10
- "lg": { "value": "{ede.size.lg}" },
11
- "xl": { "value": "{ede.size.xl}" },
12
- "2xl": { "value": "{ede.size.2xl}" },
13
- "3xl": { "value": "{ede.size.3xl}" }
14
- },
15
- "inline": {
16
- "3xs": { "value": "{ede.size.3xs}" },
17
- "2xs": { "value": "{ede.size.2xs}" },
18
- "xs": { "value": "{ede.size.xs}" },
19
- "sm": { "value": "{ede.size.sm}" },
20
- "md": { "value": "{ede.size.md}" },
21
- "lg": { "value": "{ede.size.lg}" },
22
- "xl": { "value": "{ede.size.xl}" },
23
- "2xl": { "value": "{ede.size.2xl}" },
24
- "3xl": { "value": "{ede.size.3xl}" }
25
- }
26
- }
27
- }
28
- }
1
+ {
2
+ "utrecht": {
3
+ "space": {
4
+ "block": {
5
+ "3xs": { "value": "{ede.size.3xs}" },
6
+ "2xs": { "value": "{ede.size.2xs}" },
7
+ "xs": { "value": "{ede.size.xs}" },
8
+ "sm": { "value": "{ede.size.sm}" },
9
+ "md": { "value": "{ede.size.md}" },
10
+ "lg": { "value": "{ede.size.lg}" },
11
+ "xl": { "value": "{ede.size.xl}" },
12
+ "2xl": { "value": "{ede.size.2xl}" },
13
+ "3xl": { "value": "{ede.size.3xl}" }
14
+ },
15
+ "inline": {
16
+ "3xs": { "value": "{ede.size.3xs}" },
17
+ "2xs": { "value": "{ede.size.2xs}" },
18
+ "xs": { "value": "{ede.size.xs}" },
19
+ "sm": { "value": "{ede.size.sm}" },
20
+ "md": { "value": "{ede.size.md}" },
21
+ "lg": { "value": "{ede.size.lg}" },
22
+ "xl": { "value": "{ede.size.xl}" },
23
+ "2xl": { "value": "{ede.size.2xl}" },
24
+ "3xl": { "value": "{ede.size.3xl}" }
25
+ }
26
+ }
27
+ }
28
+ }
@@ -1,30 +1,30 @@
1
- {
2
- "conduction": {
3
- "card-header": {
4
- "background-color": {},
5
- "border-bottom-width": {},
6
- "border-bottom-style": {},
7
- "border-bottom-color": {},
8
- "color": { "value": "{ede.color.blue.42}" },
9
- "hover": {
10
- "background-color": {},
11
- "border-bottom-width": {},
12
- "border-bottom-style": {},
13
- "border-bottom-color": {}
14
- },
15
- "title": {
16
- "color": { "value": "{ede.color.blue.42}" },
17
- "hover": {
18
- "color": { "value": "{ede.color.blue.42}" }
19
- }
20
- },
21
- "date": {
22
- "color": { "value": "{ede.color.blue.42}" },
23
- "font-size": { "value": "{ede.font-size.sm}" },
24
- "font-weight": { "value": "{ede.typography.font-weight.light}" },
25
- "font-style": {},
26
- "margin-block-end": { "value": "{ede.size.xs}" }
27
- }
28
- }
29
- }
30
- }
1
+ {
2
+ "conduction": {
3
+ "card-header": {
4
+ "background-color": {},
5
+ "border-bottom-width": {},
6
+ "border-bottom-style": {},
7
+ "border-bottom-color": {},
8
+ "color": { "value": "{ede.color.blue.42}" },
9
+ "hover": {
10
+ "background-color": {},
11
+ "border-bottom-width": {},
12
+ "border-bottom-style": {},
13
+ "border-bottom-color": {}
14
+ },
15
+ "title": {
16
+ "color": { "value": "{ede.color.blue.42}" },
17
+ "hover": {
18
+ "color": { "value": "{ede.color.blue.42}" }
19
+ }
20
+ },
21
+ "date": {
22
+ "color": { "value": "{ede.color.blue.42}" },
23
+ "font-size": { "value": "{ede.font-size.sm}" },
24
+ "font-weight": { "value": "{ede.typography.font-weight.light}" },
25
+ "font-style": {},
26
+ "margin-block-end": { "value": "{ede.size.xs}" }
27
+ }
28
+ }
29
+ }
30
+ }
@@ -1,33 +1,33 @@
1
- {
2
- "conduction": {
3
- "card-wrapper": {
4
- "background-color": { "value": "{ede.color.white.100}" },
5
- "border-color": {},
6
- "border-style": {},
7
- "border-width": {},
8
- "border-bottom-color": {},
9
- "border-bottom-style": {},
10
- "border-bottom-width": {},
11
- "border-radius": { "value": "0" },
12
- "transition": {},
13
- "box-shadow": {},
14
- "color": { "value": "{ede.color.black.20}" },
15
- "hover": {
16
- "background-color": {},
17
- "color": {},
18
- "border-color": {},
19
- "border-style": {},
20
- "border-width": {},
21
- "border-bottom-color": {},
22
- "border-bottom-style": {},
23
- "border-bottom-width": {},
24
- "border-radius": {},
25
- "box-shadow": {}
26
- },
27
- "padding-inline-end": { "value": "{ede.size.md}" },
28
- "padding-inline-start": { "value": "{ede.size.md}" },
29
- "padding-block-end": { "value": "{ede.size.md}" },
30
- "padding-block-start": { "value": "{ede.size.md}" }
31
- }
32
- }
33
- }
1
+ {
2
+ "conduction": {
3
+ "card-wrapper": {
4
+ "background-color": { "value": "{ede.color.white.100}" },
5
+ "border-color": {},
6
+ "border-style": {},
7
+ "border-width": {},
8
+ "border-bottom-color": {},
9
+ "border-bottom-style": {},
10
+ "border-bottom-width": {},
11
+ "border-radius": { "value": "0" },
12
+ "transition": {},
13
+ "box-shadow": {},
14
+ "color": { "value": "{ede.color.black.20}" },
15
+ "hover": {
16
+ "background-color": {},
17
+ "color": {},
18
+ "border-color": {},
19
+ "border-style": {},
20
+ "border-width": {},
21
+ "border-bottom-color": {},
22
+ "border-bottom-style": {},
23
+ "border-bottom-width": {},
24
+ "border-radius": {},
25
+ "box-shadow": {}
26
+ },
27
+ "padding-inline-end": { "value": "{ede.size.md}" },
28
+ "padding-inline-start": { "value": "{ede.size.md}" },
29
+ "padding-block-end": { "value": "{ede.size.md}" },
30
+ "padding-block-start": { "value": "{ede.size.md}" }
31
+ }
32
+ }
33
+ }
@@ -1,69 +1,69 @@
1
- {
2
- "conduction": {
3
- "input-checkbox": {
4
- "color": { "value": "{ede.color.white.100}" },
5
- "border-width": { "value": "{ede.size.4xs}" },
6
- "border-style": { "value": "solid" },
7
- "border-color": { "value": "{ede.color.grey.46}" },
8
- "border-radius": { "value": "3px" },
9
- "box-shadow": {},
10
- "hover": {
11
- "color": { "value": "{ede.color.white.100}" },
12
- "border-width": { "value": "{ede.size.4xs}" },
13
- "border-style": { "value": "solid" },
14
- "border-color": { "value": "{ede.color.grey.31}" },
15
- "border-radius": { "value": "3px" },
16
- "box-shadow": {}
17
- },
18
- "checked": {
19
- "color": { "value": "{ede.color.primary}" },
20
- "border-width": { "value": "{ede.size.4xs}" },
21
- "border-style": { "value": "solid" },
22
- "border-color": { "value": "{ede.color.primary}" },
23
- "border-radius": { "value": "3px" },
24
- "box-shadow": {},
25
- "checkmark-url": {},
26
- "hover": {
27
- "color": { "value": "{ede.color.primary-hover}" },
28
- "border-width": { "value": "{ede.size.4xs}" },
29
- "border-style": { "value": "solid" },
30
- "border-color": { "value": "{ede.color.primary-hover}" },
31
- "border-radius": { "value": "3px" },
32
- "box-shadow": {}
33
- }
34
- },
35
- "disabled": {
36
- "color": { "value": "{ede.color.grey.82}" },
37
- "border-width": { "value": "{ede.size.4xs}" },
38
- "border-style": { "value": "solid" },
39
- "border-color": { "value": "{ede.color.grey.82}" },
40
- "border-radius": { "value": "3px" },
41
- "box-shadow": {},
42
- "hover": {
43
- "color": { "value": "{ede.color.grey.82}" },
44
- "border-width": { "value": "{ede.size.4xs}" },
45
- "border-style": { "value": "solid" },
46
- "border-color": { "value": "{ede.color.grey.82}" },
47
- "border-radius": { "value": "3px" },
48
- "box-shadow": {}
49
- }
50
- },
51
- "focus": {
52
- "outline-width": { "value": "2px" },
53
- "outline-style": { "value": "solid" },
54
- "outline-color": { "value": "{ede.color.black.0}" },
55
- "outline-offset": { "value": "2px" }
56
- },
57
- "label": {
58
- "color": { "value": "{utrecht.document.color}" },
59
- "font-size": { "value": "{utrecht.document.font-size}" },
60
- "font-weight": {},
61
- "font-family": { "value": "{utrecht.document.font-family}" },
62
- "container": {
63
- "padding": { "value": "3px" },
64
- "margin": { "value": "3px" }
65
- }
66
- }
67
- }
68
- }
69
- }
1
+ {
2
+ "conduction": {
3
+ "input-checkbox": {
4
+ "color": { "value": "{ede.color.white.100}" },
5
+ "border-width": { "value": "{ede.size.4xs}" },
6
+ "border-style": { "value": "solid" },
7
+ "border-color": { "value": "{ede.color.grey.46}" },
8
+ "border-radius": { "value": "3px" },
9
+ "box-shadow": {},
10
+ "hover": {
11
+ "color": { "value": "{ede.color.white.100}" },
12
+ "border-width": { "value": "{ede.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{ede.color.grey.31}" },
15
+ "border-radius": { "value": "3px" },
16
+ "box-shadow": {}
17
+ },
18
+ "checked": {
19
+ "color": { "value": "{ede.color.primary}" },
20
+ "border-width": { "value": "{ede.size.4xs}" },
21
+ "border-style": { "value": "solid" },
22
+ "border-color": { "value": "{ede.color.primary}" },
23
+ "border-radius": { "value": "3px" },
24
+ "box-shadow": {},
25
+ "checkmark-url": {},
26
+ "hover": {
27
+ "color": { "value": "{ede.color.primary-hover}" },
28
+ "border-width": { "value": "{ede.size.4xs}" },
29
+ "border-style": { "value": "solid" },
30
+ "border-color": { "value": "{ede.color.primary-hover}" },
31
+ "border-radius": { "value": "3px" },
32
+ "box-shadow": {}
33
+ }
34
+ },
35
+ "disabled": {
36
+ "color": { "value": "{ede.color.grey.82}" },
37
+ "border-width": { "value": "{ede.size.4xs}" },
38
+ "border-style": { "value": "solid" },
39
+ "border-color": { "value": "{ede.color.grey.82}" },
40
+ "border-radius": { "value": "3px" },
41
+ "box-shadow": {},
42
+ "hover": {
43
+ "color": { "value": "{ede.color.grey.82}" },
44
+ "border-width": { "value": "{ede.size.4xs}" },
45
+ "border-style": { "value": "solid" },
46
+ "border-color": { "value": "{ede.color.grey.82}" },
47
+ "border-radius": { "value": "3px" },
48
+ "box-shadow": {}
49
+ }
50
+ },
51
+ "focus": {
52
+ "outline-width": { "value": "2px" },
53
+ "outline-style": { "value": "solid" },
54
+ "outline-color": { "value": "{ede.color.black.0}" },
55
+ "outline-offset": { "value": "2px" }
56
+ },
57
+ "label": {
58
+ "color": { "value": "{utrecht.document.color}" },
59
+ "font-size": { "value": "{utrecht.document.font-size}" },
60
+ "font-weight": {},
61
+ "font-family": { "value": "{utrecht.document.font-family}" },
62
+ "container": {
63
+ "padding": { "value": "3px" },
64
+ "margin": { "value": "3px" }
65
+ }
66
+ }
67
+ }
68
+ }
69
+ }
@@ -1,28 +1,28 @@
1
- {
2
- "conduction": {
3
- "download-card": {
4
- "background-color": {},
5
- "title": {
6
- "color": { "value": "{utrecht.document.color}" },
7
- "font-size": { "value": "{ede.font-size.md}" },
8
- "font-weight": { "value": "{ede.typography.font-weight.bold}" },
9
- "font-family": { "value": "{ede.typography.arial.font-family}" },
10
- "margin-inline-end": { "value": "{ede.size.sm}" }
11
- },
12
- "border-width": { "value": "{ede.size.4xs}" },
13
- "border-style": { "value": "solid" },
14
- "border-color": { "value": "{ede.color.grey.82}" },
15
- "border-radius": { "value": "{ede.size.3xs}" },
16
- "icon": {
17
- "gap": {
18
- "value": "{ede.size.xs}"
19
- },
20
- "color": {}
21
- },
22
- "padding-inline-end": { "value": "{ede.size.md}" },
23
- "padding-inline-start": { "value": "{ede.size.md}" },
24
- "padding-block-end": { "value": "{ede.size.md}" },
25
- "padding-block-start": { "value": "{ede.size.md}" }
26
- }
27
- }
28
- }
1
+ {
2
+ "conduction": {
3
+ "download-card": {
4
+ "background-color": {},
5
+ "title": {
6
+ "color": { "value": "{utrecht.document.color}" },
7
+ "font-size": { "value": "{ede.font-size.md}" },
8
+ "font-weight": { "value": "{ede.typography.font-weight.bold}" },
9
+ "font-family": { "value": "{ede.typography.arial.font-family}" },
10
+ "margin-inline-end": { "value": "{ede.size.sm}" }
11
+ },
12
+ "border-width": { "value": "{ede.size.4xs}" },
13
+ "border-style": { "value": "solid" },
14
+ "border-color": { "value": "{ede.color.grey.82}" },
15
+ "border-radius": { "value": "{ede.size.3xs}" },
16
+ "icon": {
17
+ "gap": {
18
+ "value": "{ede.size.xs}"
19
+ },
20
+ "color": {}
21
+ },
22
+ "padding-inline-end": { "value": "{ede.size.md}" },
23
+ "padding-inline-start": { "value": "{ede.size.md}" },
24
+ "padding-block-end": { "value": "{ede.size.md}" },
25
+ "padding-block-start": { "value": "{ede.size.md}" }
26
+ }
27
+ }
28
+ }
@@ -1,25 +1,25 @@
1
- {
2
- "conduction": {
3
- "logo": {
4
- "header": {
5
- "inline-size": { "value": "64px" },
6
- "block-size": { "value": "64px" },
7
- "background-image": {
8
- "value": "url(\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2MSI+CiAgPGcgZmlsbD0iIzM1NThhMiIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0yMS4wMyA1NC42NDRjLjA5OSAxLjQ1Ny4yMzcgMi4xNzguNDkgMy4wNTZsLTYuNTg5LS40MjhjLS4yMzkuNjctMS4yMSAzLjEzMS00LjY2OCAzLjEzMS0zLjQyNyAwLTQuODA1LTIuODI5LTUuMTUxLTUuNzU5aDE1LjkxN3ptNi4wMTUtMi4xODZjMC00LjA0IDIuMjMzLTcuNDQ2IDQuOTgtNy40NDYgMy41MSAwIDQuOTc1IDMuMTcxIDQuOTc1IDcuNDQ2IDAgNC41OTgtMi4xNzQgNy4zMTItNC45NzYgNy4zMTItMy4wMzMgMC00Ljk3OS0zLjA4MS00Ljk3OS03LjMxMm0zMS45NDctMi44MDhINDkuNDJjMC0uNjYuOTA0LTQuNjM3IDQuNzczLTQuNjM3IDMuNzAzIDAgNC43OTkgMy44NTYgNC43OTkgNC42MzdNNjQgNTQuNDEzdjIuOTA1bC00LjkyLS4zNDFzLTEuMDU2IDMuMjE1LTQuNjcyIDMuMjE1Yy0zLjIzMyAwLTUuMTAyLTMuMzA1LTUuMjEzLTUuNzc5SDY0ek0xMC4xNTQgNDUuMTljLTMuODY3IDAtNC43OTIgNC4wMjQtNC43OTIgNC42M2g5LjU1MmMwLS40OC0uODkxLTQuNjMtNC43Ni00LjYzbTMxLjUyOC0yMC4xNmwtMS4wNjYuNzM1Ljk3Ni43NDQuNTQ1LS4zNjVoLjUwOXYtLjgyOGgtLjUzM3oiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0zOC41NTcgMjQuMzI0Yy0uMDM4LjE0MS0uMDYxLjQ1Mi0uMDgzLjc1NC0uMDUxLjcxNi0uMTAzIDEuMjQ0LS4yODUgMS41MDgtLjE4LjI2LS4zNjIuMzkxLS41NDQuMzkxYS4zOTIuMzkyIDAgMCAxLS4xMzMtLjAyNGMtLjAxLS4wMDMtLjAxNC0uMDEzLS4wMjMtLjAxN3Y0LjMzOGg1LjE1NnYtMS40MjZoLS4zNzZsLS42OTIuNDY1LTEuMzExLS45OTd2LS42ODVsMS40MS0uOTcyLjU3LjM3NmguNHYtMS4zOTloLS4zNzdsLS42OTIuNDY3LTEuMzExLS45OTd2LS42ODhsMS40MS0uOTcyLjU3LjM3NWguNHYtMS4xNThoLTMuMDg3Yy0uNzIyLjI5LS45MzIuNDA4LTEuMDAyLjY2MSI+PC9wYXRoPgogICAgPHBhdGggZD0iTTQwLjQ3NSAyMS45ODJjLS4wOS0uMzU3LTEuMDE2LTEuNjg0LTEuMzYxLTIuMTU1YTQuMTMgNC4xMyAwIDAgMC0xLjE4Ny43OTlsLjAyMi4wMzVjLjE2Ni4yOTQuNjY5IDEuMTkuOTc2IDEuMzczbC4zLjE3Ny0uMjY4LjIyOGMtLjQzMy4zNjMtMS41NCAxLjUyNS0xLjgwMSAyLjAxNC0uMTMuMjQzLS4wNzYuODUzLjIzOCAxLjE0M2wuMDc3LjA3NHYuMTExYzAgLjI5Mi4xMDUuNjUyLjE4Mi43MDguMDAxLS4wMDguMDYzLS4wMzkuMTctLjE5Mi4xMTYtLjE3My4xNjQtLjgyNS4xOTctMS4yNTYuMDI0LS4zNTYuMDQ4LS42NjUuMDk4LS44NTUuMTQ4LS41MzUuNTQ0LS42OSAxLjYwNS0xLjEwOWwuMTA3LS4wNDJjLjgzNi0uMzI5Ljc5MS0uNS42Ny0uOTU4bC0uMDI1LS4wOTV6bS05LjY0OC0yLjcyMWMtLjIzLS4zNTYtLjkyLTEuNDItMS4xMi0xLjcyMS0uMTcxLS4yNTQtLjMxNy0uMzQtLjQ0OS0uMzRhLjQ4My40ODMgMCAwIDAtLjI4Ny4xMjJjLS4wNzIuMDU0LS4yMjEuMTYzLS40LjI5MS0uMzQ0LjI1Mi0uNzkzLjU3OC0uOTUuNzA4LS4xMTQuMDk2LS4zMjIuMjY3LS4zMjYuMzU4LS4wMDEuMDE1LjAxNS4wNDEuMDQxLjA3LjI0My4yNiAxLjQ1NiAxLjY4OCAxLjkgMi4yMTFsMS41OTEtMS42OTl6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzcuMDI4IDMxLjgwM3YtNS43ODloLjAwNmMtLjAwNS0uMDQxLS4wMTMtLjA5My0uMDE1LS4xMjQtLjQxMi0uNDYyLS40ODYtMS4yNTgtLjI2LTEuNjguMjczLS41MSAxLjE4Ny0xLjQ3NyAxLjY5Ni0xLjk1Ny0uMjg1LS4yOTYtLjU4Ni0uNzg5LS44NTYtMS4yNjktLjE3OC4yMTQtLjM1Ni40Ni0uNTI0Ljc1Ny0uODk0IDEuNTctMS44MDYgMy45MzYtMS4wNzYgNi4yNzUuOTEgMi45Mi43MSA0LjY3OC40MzIgNy4xMTJhNjUuNSA2NS41IDAgMCAwLS4yNjQgMi42NDFjLS4xMzggMS44My4xMTQgMy42NTIuMjM1IDQuNDk1LjIyMi4yOTcuNDM0LjYyLjYzLjk4OFYzMS44MDNoLS4wMDR6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzMuNTkzIDM3Ljc2MmMtLjc4My0uMzktMS4zNS0xLjU3OC0xLjk2NS00LjEwMy0uMTAyLS40MjEtLjE4NC0uODM4LS4yNjQtMS4yNDItLjI3My0xLjM5LS41MS0yLjU5LTEuNDU2LTMuMzE3bC4yNy0uMzk2YzEuMDg3Ljg0IDEuMzUyIDIuMTg3IDEuNjMzIDMuNjEyLjA4LjM5Ny4xNi44MDYuMjYgMS4yMi41NjggMi4zMzYgMS4wOCAzLjQ2OCAxLjcxNSAzLjc4MmwtLjE5My40NDR6bS0zLjI1LTEyLjc1Yy4xNi4yNDcuODc1LjY0IDEuNDA5LjgyNS40ODkuMTcgMS42MDEuMjc0IDEuOTIzLjIzMmwuMDU1LjQ4NGExLjg2IDEuODYgMCAwIDEtLjIzNC4wMTJjLS41IDAtMS40MTUtLjEwMS0xLjg4NS0uMjY0LS4zMzEtLjExNS0xLjM0NS0uNTQ3LTEuNjQ0LTEuMDE0bC4zNzYtLjI3NnptNS4zNjkgMTIuNzE3Yy4wNzQtMS4wMS4xNzYtMS44ODcuMjY1LTIuNjYxLjI4MS0yLjQ1OC40NjYtNC4wODItLjQxMS02Ljg5OC0uNzg2LTIuNTE3LjE3NC01LjAyMyAxLjExOC02LjY4Mi44My0xLjQ1NyAxLjg1NC0xLjkzIDIuMzQ3LTIuMTU3bC4wOTMtLjA0M2EyMS4wMjcgMjEuMDI3IDAgMCAxLS40NTQtLjU5N2MtLjQwMy0uNTQtMS4yNDItMS42NjMtMS41MDEtMS42OTNhODYuNzQ1IDg2Ljc0NSAwIDAgMC0uOTMtLjA5N2MtLjA1MyAxLjY1OS0uODggMy4zNjctMy4wNzMgMy4zNjdhMi42MyAyLjYzIDAgMCAxLTEuMjA3LS4yODRsLTEuODcgMi4wMTJjLjIxNS4yODkuNjEuODAyIDEuMjI3LjgwMi4yNiAwIC45MTYtLjEwMSAxLjM2My0xLjAzNmwuNDA0LS4wMDRjLjQyNC44MzcuNzI4IDEuMDU0IDEuNDg1IDEuMDU0LjQ1NyAwIC45MDUtLjQ5NSAxLjAxNS0uNzAyLjA5Ny0uMTg2LjIwMy0uODI3LjA2Ni0xLjQzNWwuNDQ1LS4xMTRjLjE1My42NzkuMDYgMS40NTctLjExMiAxLjc4OS0uMTYuMjk3LS43MzQuOTUtMS40MTQuOTUtLjgwNCAwLTEuMjU1LS4yNC0xLjY4Ny0uOTQ5LS41NS44MzUtMS4yNi45MzUtMS41NjUuOTM1LS43MzIgMC0xLjE5Ni0uNDk0LTEuNDctLjg0LjEzOSAxLjk1LS4zNDYgMy4xNzItLjgyMSA0LjM0Ny0uMTMzLjMzMS0uMjcuNjY5LS4zOTIgMS4wMjQuMDUzIDEuMzU2LjMxOCA1LjExLjkyMSA2Ljc1LjYyMiAxLjY5IDEuODcyIDMuODI3IDMuMDc5IDUuMjgzIDEuMDUxLjIyIDIuMjEzLjcxNCAzLjIxOCAxLjc1NC0uMTItLjk4LS4yNDktMi40MjMtLjE0LTMuODc1em01Ljk3LTkuNDg2bC0xLjA2Ni43MzMuOTc2Ljc0My41NDUtLjM2NWguNTA5di0uODI1aC0uNTMzeiI+PC9wYXRoPgogICAgPHBhdGggZD0iTTM1Ljc4NCAxNi44NTNsLS44MzMtLjA4Ni0yLjY0NiAyLjg0NWMuMjA3LjA4Ny40OTguMTY5Ljg2LjE2OSAyLjMwMyAwIDIuNTk1LTIuMSAyLjYxOS0yLjkyOG0tOS42ODUgMTcuNDk0YTE4LjY3NiAxOC42NzYgMCAwIDAtLjI3NyAyLjI5N2wuMTQtLjE4NmMuMzE4LS40MTguNjQ3LS44NTEuNjYyLTEuMjQuMDEyLS4zNDQtLjI0NC0uNjE1LS41MjUtLjg3Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzAuNTA0IDEyLjQ3MmMuMjE1LS4yNzIuNTM3LS41NzMgMS4xMzItLjQ1NGwtLjA4NC40OGMtLjMzNS0uMDY2LS41MTguMDYtLjcuMjkxLS4yMTMuMjY1LS42NzIuNjY0LTEuMDU2LjQ3OC0uMzI4LS4xNi0uMzgtLjE4Ni0uNjE4LjIxNmwtLjM4Ni0uMjZjLjQxOC0uNzA4Ljc3NS0uNjA0IDEuMTkzLS40LjA3NC4wMzUuMzM1LS4xMjEuNTE5LS4zNXptMS4yMzMuNDA3bC0uMTEyLjQ3M2MtLjIxLS4wNTQtLjM5LjE1LS42MjguNDQ4LS4wNzUuMDkzLS4xNDUuMTgtLjIxMi4yNDgtLjI0NC4yNDItLjU2MS4yNTYtMS4wNDEuMjc1bC0uMjA2LjAxYy0uMzUyLjAxNy0uNDI3LjE1My0uNTMzLjM0M2ExLjIzNyAxLjIzNyAwIDAgMS0uMTM5LjIxOWwtLjM0Mi0uMzIzYy4wMzMtLjA0Mi4wNi0uMDkyLjA4OC0uMTQzLjEyMS0uMjIuMzA0LS41NTUuOTA1LS41ODVsLjIwOC0uMDA5Yy40MzYtLjAxOC42MzQtLjAzLjc0Ny0uMTQzLjA1Ni0uMDU3LjExNC0uMTMxLjE3Ny0uMjEuMjUtLjMxLjU5OC0uNzM1IDEuMDg4LS42MDN6bS0uMzkgMS42MWMtLjA3LjEzMy0uMTQ1LjI3LS4yMzIuMzc3LS4yMi4yNzEtLjU5LjQyNi0xLjAxNi40MjYtLjA0NyAwLS4wOTQtLjAwMi0uMTQyLS4wMDZsLjAzNS0uNDg2Yy4yNTIuMDE3LjYwMi0uMDM0Ljc3Ny0uMjUyLjA2NS0uMDguMTIyLS4xOS4xODMtLjMwMi4xNTYtLjI5NC4zNTMtLjY1OS43Mi0uNzMybC4wODUuNDhjLS4xNi4wMzItLjI4Ni4yNjctLjQxLjQ5NHptLjY5NC4xMTVjMCAuNTE3IDAgMS44OS0xLjc1NCAyLjM2NmwtLjExNS0uNDczYzEuNDEtLjM4NCAxLjQxLTEuNDAyIDEuNDEtMS44OTNoLjQ1OXptMS4wNDMtMi4xNjhjLjIzMS0uMDQuNTQtLjA2NS42OS4wNTJhLjI4LjI4IDAgMCAxIC4xMDcuMTkuMjExLjIxMSAwIDAgMS0uMTcuMjM4aC0uMDI3YS4xOTYuMTk2IDAgMCAxLS4xNTktLjA4NSAxLjQ4NCAxLjQ4NCAwIDAgMC0uMzc3LjAyM2MtLjEwNC4wMjEtLjIwOC0uMDU5LS4yMjctLjE3NC0uMDE3LS4xMTYuMDU1LS4yMjUuMTYzLS4yNDR6bTEuMjEuMzM2YS4xODYuMTg2IDAgMCAxIC4yNTkuMDgzYy4wMy4wNi4zMTIuOTgtLjA1NSAxLjIyN2EuMTg2LjE4NiAwIDAgMS0uMTA1LjAzMi4xOTMuMTkzIDAgMCAxLS4xNjYtLjA5OS4yMi4yMiAwIDAgMSAuMDQ2LS4yOGMuMDUtLjExMy0uMDE4LS41NjItLjA2OS0uNjgzLS4wNDQtLjEwMi0uMDA3LS4yMy4wOS0uMjh6bS4wNDYgMS44NDlsLS40NTEuMDQ1Yy0uMDA3LjAwMi0uMDE0LjAwMi0uMDIuMDAyYS4yMDQuMjA0IDAgMCAxLS4xOTctLjE5MWMtLjAxLS4xMTcuMDctLjIyLjE4LS4yM2wuNDUtLjA0N2MuMTA1LS4wMTIuMjA2LjA3NC4yMTguMTkuMDA4LjExNi0uMDcxLjIxOS0uMTguMjN6bS04LjkzOC0zLjE1MWMtLjI5NC0uMzI4LS42NDgtLjYzMy0xLjI1Ny0uNjMzLS42MDQgMC0uOTUuMjQzLTEuMzQ2LjY2bC0uMzItLjM0NmMuNDUzLS40ODEuOTEtLjgwMiAxLjY2Ni0uODAyLjc4MiAwIDEuMjQxLjM5NyAxLjU4OC43ODVsLS4zMy4zMzZ6TS4wMDEgMHY0Ny4wMjRjMS4zNTQtMy44MiA0LjYzOS03LjE5NyA5Ljg0Ni03LjE5NyA3LjIzMiAwIDEwLjA2NyA1LjQ2NCAxMS4yMDkgMTAuNDguMzgxLTIuNzI1IDEuMzYyLTUuMjY2IDIuOTI0LTcuMThWMjIuMzUyYS45MzguOTM4IDAgMCAxLS4yNDMtLjE2NGMtLjYzMy0uNTktLjU3My0yLjA2Ny0uNTMtMy4xNDYuMDA5LS4yMDguMDE2LS4zOTQuMDE2LS41NCAwLS4yODYuMDItLjY4My4wNDMtMS4xMTEuMDM5LS43Ni4wODItMS42MjEuMDIyLTIuMDYtLjA3Ni0uNTI2IDAtMS4xOC41OTUtMS42ODJ2LTEuMjZoLTIuMjdWMTEuOWg0Ljk4M3YuNDg4SDI0LjM0di45NjRhMy4zNyAzLjM3IDAgMCAxIC40NTktLjE4OWwuMTM2LjQ2NWMtLjIzMS4wNzctLjQzLjE3LS41OTUuMjc2di41OTJoLS40NTd2LS4xMzJjLS4xNDYuMjUtLjE5NC41NDgtLjE0NS44OTUuMDcuNDg3LjAyNCAxLjM3NS0uMDE3IDIuMTU4LS4wMi40MTgtLjA0LjgwNy0uMDQgMS4wODUgMCAuMTUzLS4wMS4zNDUtLjAxNi41Ni0uMDM2LjgzMy0uMDkgMi4yLjMxNSAyLjY5OHYtNS4xODNoLjExN2MtLjAwMS0uMTk5LjAzLS4zNzYuMTAzLS40ODIuNDEyLS41OTUuNjg4LS45OTQuNTY1LTEuNTY5bC40NDQtLjEwOWMuMTcxLjc5NS0uMjEgMS4zNDMtLjYxMiAxLjkyNC0uMDgyLjE2OC0uMDEuODE4LjEzNCAxLjAzMS4yMTIuMzE1LjUzNyAxLjM4Ni42MzMgMi4xODIuNDAzLS4zNS45NS0uNzUzIDEuNDc2LS45MjcuMDMtLjI5OC4yOTMtLjUxNS40ODUtLjY3Ni4xNzgtLjE0Ni42MzYtLjQ4Ljk5LS43MzdsLjM5Mi0uMjg4Yy40ODctLjM2NS45ODQtLjI0MiAxLjM3LjMzMy4xOS4yODMuODEyIDEuMjQyIDEuMDggMS42NTRsMi43ODItMi45NzF2LS4zNjhjLS44Ni0uMDg2LTEuNzIyLS43OS0xLjg5Mi0xLjI2MmwuMzk3LS4xNjVjLjEwNy4yOTQuOTA4Ljk4OCAxLjY2Ljk4OC4yODMgMCAuODI4LS42NTQuOTk3LTEuMzIyLjA4Mi0uMzA5LjAwMy0uNTItLjA3Ni0uNjQzLS4wODgtLjEzOS0uMjI5LS4yMzktLjM1Ni0uMjUybC4wNDQtLjQ1NGMuMDkyLjAxLjE3OC4wNTguMjY0LjEwMS4wOTEtLjIyMS4xMjctLjQ0NC4wNDgtLjYxNC0uMDk1LS4yMDYtLjMyMS0uMzI2LS42MzgtLjMzOS0xLjE2LS4wNjMtMi4xOTYuNDk5LTIuMzc0LjczNGwtLjM1NS0uMzA2Yy4zMDYtLjQxIDEuNTM2LS45NyAyLjc0OS0uOTE2LjE5Ny4wMDguMzczLjA0OC41MjYuMTE3LS4wNjctLjUzNC0uNDQtMS4wODEtLjczMi0xLjE5bC0uMTA2LS4wNDItLjAzNi0uMTE2Yy0uMTUtLjUwNC0uNy0xLjE0Mi0xLjQ4My0xLjIwNi4xMzYuMTgzLjI1MS4zODQuMjc1LjUyMWwuMDY0LjM3Mi0uMzQzLS4wOWE0LjA3NSA0LjA3NSAwIDAgMC0uNTI1LS4xMWMuMTQuMTIuMjQ2LjI3Mi4zMi41MDRsLjE0MS40NS0uNDI1LS4xMzdjLS4xMTktLjA0LS4zNC0uMDQyLS41Ny4wMmEuOTU1Ljk1NSAwIDAgMSAuMjI2LjM1OGMuMTU2LjQzLjAwNC44OTUtLjE1MyAxLjIwOGwtLjQwMy0uMjI4Yy4xNTUtLjMxNy4yMDMtLjYwMi4xMy0uODA0LS4wNTUtLjE1MS0uMTgtLjI2My0uMzgyLS4zNGwtLjQzNC0uMTY5LjM4OC0uMjY3Yy4yMzUtLjE2LjUyLS4yNTEuNzg0LS4yODFhMy44MjQgMy44MjQgMCAwIDAtLjM0Ny0uMTg1bC0uNTUzLS4yNzMuNDIyLS4yMjhjLjI4NC0uMTU0LjY1MS0uMTUxLjk1OC0uMTA3YTEuMzYgMS4zNiAwIDAgMC0uMjEtLjIyM2wtLjQ0OS0uMzMyLjUzNS0uMTA4YzEuMjUxLS4yNTUgMi4xNS42MzQgMi40MzMgMS40LjUzMy4yOSAxLjAzNSAxLjIyOC45MjYgMmEuODM2LjgzNiAwIDAgMSAuMDQ5LjA5NWMuMTYuMzQyLjEyMi43NjItLjA4IDEuMTU0LjAwNy4wMTEuMDE4LjAxNi4wMjYuMDI2LjE4Mi4yODYuMjMxLjY0OS4xMzUgMS4wMi0uMTYxLjYzNi0uNjQxIDEuMzUtMS4xMTggMS41Nzd2LjJsLjIwNC4yMTctNS4zOCA1Ljc0NC0uMTYyLS4xOS0uNTk0LS43Yy0uODU1LjY0OC0yLjU4MyAxLjM4LTMuODY5IDEuNjI2YTEuMTQ0IDEuMTQ0IDAgMCAxLS4xNTguMDJ2MjAuMTg2YTkuMjI0IDkuMjI0IDAgMCAxIDIuNTI3LTEuOTI1Yy0uODA5LS41OTYtMS42NDctMS43MDMtMS43NC0yLjU4Ny0uMDI0LS4yMjYuMDItLjQ0NC4xMDgtLjY1Ny4wMTUtLjk1MS4xMzItMi4zMTkuMzcyLTMuNDU4LS4yLS4yMDktLjM0NC0uNDM2LS4yODQtLjcxNWEuNzguNzggMCAwIDEgLjE0OS0uMzE0Yy4wMi0xLjE2OC4yMzQtMi4yNDYuNjM0LTMuMjA5LS40MjQtLjU3MS0uNzI3LTEuMzMxLS4zOTMtMi41NTkuMzI2LTEuMTk0Ljk0Ni0yLjI3OSAxLjktMy4zMTguNTU1LS42MDUgNi45OTMtNy41MjcgNi45OTMtNy41MjdsLjA3NC0uMDgyLjEwOC4wMTJzMS45ODYuMjAzIDIuMzMuMjQyYy40MTguMDQ3IDEuMDE2LjgwNiAxLjgxMiAxLjg3NC4yMjguMzA1LjQyNS41Ny41NTMuNzE0YS4zNC4zNCAwIDAgMSAuMDkuMjk1LjM0LjM0IDAgMCAxLS4xMzcuMjAyYy41MDguNjU4IDEuMzM0IDIuMDY3IDEuMzgyIDIuMjU1bC4wMjUuMDljLjEyNS40NzguMTY2Ljg2OS0uMzMzIDEuMjI3aDIuNTAydjguMTE3aC4wMDJ2MTkuOTk5Yy4yNDktNC41NDUgMy40MTctMTEuNTE1IDEwLjkyNC0xMS41MTUgNS4wMTggMCA4LjMwNiAyLjcxIDkuOTY2IDYuNjIzVjBIMHoiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0yNS43ODggMzcuNjM5aC0uMDM2YS44NDQuODQ0IDAgMCAwLS4wNzUuNDA0Yy4wODcuODE2IDEuMDM1IDEuOTUzIDEuNzkgMi4zOThsLjE1NC0uMDY3Yy0uMDgyLS43LS4yMDYtMS43NDktLjM2NC0yLjk3LS4yMjgtMS43Ny0uMTYxLTMuNDkyLS4wMDItNC45NzRhNC41NjMgNC41NjMgMCAwIDEtLjY3LjQwMmMtLjMzMy4xNy0uNjc2LjM0Ni0uNzIuNTQ3LS4wMjIuMTA1LjIyNi4zMjUuNDA2LjQ4Ni4zNzEuMzMuODMyLjc0LjgwOSAxLjM3LS4wMi41NTQtLjM5OCAxLjA1LS43NjQgMS41MzEtLjIuMjYzLS40MDUuNTMzLS41MjguNzg5di4wODR6bTMuMzQtMi44OTRjLS40NzMtMS4yODgtLjc0NC0zLjc5Ny0uODcyLTUuNTM2LS4zNTMgMS41NTUtLjk3NSA0Ljc4NS0uNTQ1IDguMTMuMTUgMS4xNjUuMjcgMi4xNzYuMzUzIDIuODc3YTkuMDczIDkuMDczIDAgMCAxIDIuMjkxLS40OTMgOC4zOSA4LjM5IDAgMCAxIDEuNTkuMDJjLTEuMTI3LTEuNDY2LTIuMjM3LTMuNDIyLTIuODE3LTQuOTk4bS00LjY5LTE2Ljk0M3Y0LjEzNGMuMDI0LS4wMDIuMDUtLjAwNy4wNzUtLjAxMSAxLjE5LS4yMyAyLjgzLS45MTYgMy42NC0xLjUxMmE4NC4zNSA4NC4zNSAwIDAgMC0xLjE0LTEuMzJsLS4wMTItLjAxMWMtLjQ2LjE0My0xLjA3NC41NjUtMS42ODggMS4xNTdsLS40MjIuNDA2LjA0LS42MDRjLjAzOC0uNTc3LS4yODQtMS43NjgtLjQ5My0yLjI0bTEuOTUgMTQuNTkxYy40MzUtLjIyNC44ODgtLjQ1Ni45NDctLjg0OS4wNy0uNDQ2LS4xOS0uNzUtLjYyMi0xLjIwOWwtLjE3My0uMTg3YTguMTIxIDguMTIxIDAgMCAwLS41IDIuNDNjLjExLS4wNjMuMjI5LS4xMjQuMzQ4LS4xODVtMS4xMjgtMS44MjJjLjE2LS45LjMyNy0xLjYxOC40MjYtMi4wMzMuMTczLS43MjMuNDIyLTEuMzQuNjYzLTEuOTM2LjQ1Mi0xLjExNy44NzItMi4xODYuNzk4LTMuODY3bC0xLjM2OCAxLjQ3NmMtLjg5Ny45OC0xLjQ4MiAxLjk5Ny0xLjc4NSAzLjExMi0uMzg3IDEuNDE5LjIxIDIuMDU0Ljc4NiAyLjY2Ny4xNzQuMTg0LjM0LjM3NS40OC41OCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+Cg==\")"
9
- }
10
- },
11
- "footer": {
12
- "inline-size": { "value": "0" },
13
- "block-size": { "value": "0" },
14
- "background-image": {}
15
- },
16
- "navbar": {
17
- "inline-size": { "value": "46px" },
18
- "block-size": { "value": "46px" },
19
- "background-image": {
20
- "value": "url(\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2MSI+CiAgPGcgZmlsbD0iIzM1NThhMiIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0yMS4wMyA1NC42NDRjLjA5OSAxLjQ1Ny4yMzcgMi4xNzguNDkgMy4wNTZsLTYuNTg5LS40MjhjLS4yMzkuNjctMS4yMSAzLjEzMS00LjY2OCAzLjEzMS0zLjQyNyAwLTQuODA1LTIuODI5LTUuMTUxLTUuNzU5aDE1LjkxN3ptNi4wMTUtMi4xODZjMC00LjA0IDIuMjMzLTcuNDQ2IDQuOTgtNy40NDYgMy41MSAwIDQuOTc1IDMuMTcxIDQuOTc1IDcuNDQ2IDAgNC41OTgtMi4xNzQgNy4zMTItNC45NzYgNy4zMTItMy4wMzMgMC00Ljk3OS0zLjA4MS00Ljk3OS03LjMxMm0zMS45NDctMi44MDhINDkuNDJjMC0uNjYuOTA0LTQuNjM3IDQuNzczLTQuNjM3IDMuNzAzIDAgNC43OTkgMy44NTYgNC43OTkgNC42MzdNNjQgNTQuNDEzdjIuOTA1bC00LjkyLS4zNDFzLTEuMDU2IDMuMjE1LTQuNjcyIDMuMjE1Yy0zLjIzMyAwLTUuMTAyLTMuMzA1LTUuMjEzLTUuNzc5SDY0ek0xMC4xNTQgNDUuMTljLTMuODY3IDAtNC43OTIgNC4wMjQtNC43OTIgNC42M2g5LjU1MmMwLS40OC0uODkxLTQuNjMtNC43Ni00LjYzbTMxLjUyOC0yMC4xNmwtMS4wNjYuNzM1Ljk3Ni43NDQuNTQ1LS4zNjVoLjUwOXYtLjgyOGgtLjUzM3oiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0zOC41NTcgMjQuMzI0Yy0uMDM4LjE0MS0uMDYxLjQ1Mi0uMDgzLjc1NC0uMDUxLjcxNi0uMTAzIDEuMjQ0LS4yODUgMS41MDgtLjE4LjI2LS4zNjIuMzkxLS41NDQuMzkxYS4zOTIuMzkyIDAgMCAxLS4xMzMtLjAyNGMtLjAxLS4wMDMtLjAxNC0uMDEzLS4wMjMtLjAxN3Y0LjMzOGg1LjE1NnYtMS40MjZoLS4zNzZsLS42OTIuNDY1LTEuMzExLS45OTd2LS42ODVsMS40MS0uOTcyLjU3LjM3NmguNHYtMS4zOTloLS4zNzdsLS42OTIuNDY3LTEuMzExLS45OTd2LS42ODhsMS40MS0uOTcyLjU3LjM3NWguNHYtMS4xNThoLTMuMDg3Yy0uNzIyLjI5LS45MzIuNDA4LTEuMDAyLjY2MSI+PC9wYXRoPgogICAgPHBhdGggZD0iTTQwLjQ3NSAyMS45ODJjLS4wOS0uMzU3LTEuMDE2LTEuNjg0LTEuMzYxLTIuMTU1YTQuMTMgNC4xMyAwIDAgMC0xLjE4Ny43OTlsLjAyMi4wMzVjLjE2Ni4yOTQuNjY5IDEuMTkuOTc2IDEuMzczbC4zLjE3Ny0uMjY4LjIyOGMtLjQzMy4zNjMtMS41NCAxLjUyNS0xLjgwMSAyLjAxNC0uMTMuMjQzLS4wNzYuODUzLjIzOCAxLjE0M2wuMDc3LjA3NHYuMTExYzAgLjI5Mi4xMDUuNjUyLjE4Mi43MDguMDAxLS4wMDguMDYzLS4wMzkuMTctLjE5Mi4xMTYtLjE3My4xNjQtLjgyNS4xOTctMS4yNTYuMDI0LS4zNTYuMDQ4LS42NjUuMDk4LS44NTUuMTQ4LS41MzUuNTQ0LS42OSAxLjYwNS0xLjEwOWwuMTA3LS4wNDJjLjgzNi0uMzI5Ljc5MS0uNS42Ny0uOTU4bC0uMDI1LS4wOTV6bS05LjY0OC0yLjcyMWMtLjIzLS4zNTYtLjkyLTEuNDItMS4xMi0xLjcyMS0uMTcxLS4yNTQtLjMxNy0uMzQtLjQ0OS0uMzRhLjQ4My40ODMgMCAwIDAtLjI4Ny4xMjJjLS4wNzIuMDU0LS4yMjEuMTYzLS40LjI5MS0uMzQ0LjI1Mi0uNzkzLjU3OC0uOTUuNzA4LS4xMTQuMDk2LS4zMjIuMjY3LS4zMjYuMzU4LS4wMDEuMDE1LjAxNS4wNDEuMDQxLjA3LjI0My4yNiAxLjQ1NiAxLjY4OCAxLjkgMi4yMTFsMS41OTEtMS42OTl6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzcuMDI4IDMxLjgwM3YtNS43ODloLjAwNmMtLjAwNS0uMDQxLS4wMTMtLjA5My0uMDE1LS4xMjQtLjQxMi0uNDYyLS40ODYtMS4yNTgtLjI2LTEuNjguMjczLS41MSAxLjE4Ny0xLjQ3NyAxLjY5Ni0xLjk1Ny0uMjg1LS4yOTYtLjU4Ni0uNzg5LS44NTYtMS4yNjktLjE3OC4yMTQtLjM1Ni40Ni0uNTI0Ljc1Ny0uODk0IDEuNTctMS44MDYgMy45MzYtMS4wNzYgNi4yNzUuOTEgMi45Mi43MSA0LjY3OC40MzIgNy4xMTJhNjUuNSA2NS41IDAgMCAwLS4yNjQgMi42NDFjLS4xMzggMS44My4xMTQgMy42NTIuMjM1IDQuNDk1LjIyMi4yOTcuNDM0LjYyLjYzLjk4OFYzMS44MDNoLS4wMDR6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzMuNTkzIDM3Ljc2MmMtLjc4My0uMzktMS4zNS0xLjU3OC0xLjk2NS00LjEwMy0uMTAyLS40MjEtLjE4NC0uODM4LS4yNjQtMS4yNDItLjI3My0xLjM5LS41MS0yLjU5LTEuNDU2LTMuMzE3bC4yNy0uMzk2YzEuMDg3Ljg0IDEuMzUyIDIuMTg3IDEuNjMzIDMuNjEyLjA4LjM5Ny4xNi44MDYuMjYgMS4yMi41NjggMi4zMzYgMS4wOCAzLjQ2OCAxLjcxNSAzLjc4MmwtLjE5My40NDR6bS0zLjI1LTEyLjc1Yy4xNi4yNDcuODc1LjY0IDEuNDA5LjgyNS40ODkuMTcgMS42MDEuMjc0IDEuOTIzLjIzMmwuMDU1LjQ4NGExLjg2IDEuODYgMCAwIDEtLjIzNC4wMTJjLS41IDAtMS40MTUtLjEwMS0xLjg4NS0uMjY0LS4zMzEtLjExNS0xLjM0NS0uNTQ3LTEuNjQ0LTEuMDE0bC4zNzYtLjI3NnptNS4zNjkgMTIuNzE3Yy4wNzQtMS4wMS4xNzYtMS44ODcuMjY1LTIuNjYxLjI4MS0yLjQ1OC40NjYtNC4wODItLjQxMS02Ljg5OC0uNzg2LTIuNTE3LjE3NC01LjAyMyAxLjExOC02LjY4Mi44My0xLjQ1NyAxLjg1NC0xLjkzIDIuMzQ3LTIuMTU3bC4wOTMtLjA0M2EyMS4wMjcgMjEuMDI3IDAgMCAxLS40NTQtLjU5N2MtLjQwMy0uNTQtMS4yNDItMS42NjMtMS41MDEtMS42OTNhODYuNzQ1IDg2Ljc0NSAwIDAgMC0uOTMtLjA5N2MtLjA1MyAxLjY1OS0uODggMy4zNjctMy4wNzMgMy4zNjdhMi42MyAyLjYzIDAgMCAxLTEuMjA3LS4yODRsLTEuODcgMi4wMTJjLjIxNS4yODkuNjEuODAyIDEuMjI3LjgwMi4yNiAwIC45MTYtLjEwMSAxLjM2My0xLjAzNmwuNDA0LS4wMDRjLjQyNC44MzcuNzI4IDEuMDU0IDEuNDg1IDEuMDU0LjQ1NyAwIC45MDUtLjQ5NSAxLjAxNS0uNzAyLjA5Ny0uMTg2LjIwMy0uODI3LjA2Ni0xLjQzNWwuNDQ1LS4xMTRjLjE1My42NzkuMDYgMS40NTctLjExMiAxLjc4OS0uMTYuMjk3LS43MzQuOTUtMS40MTQuOTUtLjgwNCAwLTEuMjU1LS4yNC0xLjY4Ny0uOTQ5LS41NS44MzUtMS4yNi45MzUtMS41NjUuOTM1LS43MzIgMC0xLjE5Ni0uNDk0LTEuNDctLjg0LjEzOSAxLjk1LS4zNDYgMy4xNzItLjgyMSA0LjM0Ny0uMTMzLjMzMS0uMjcuNjY5LS4zOTIgMS4wMjQuMDUzIDEuMzU2LjMxOCA1LjExLjkyMSA2Ljc1LjYyMiAxLjY5IDEuODcyIDMuODI3IDMuMDc5IDUuMjgzIDEuMDUxLjIyIDIuMjEzLjcxNCAzLjIxOCAxLjc1NC0uMTItLjk4LS4yNDktMi40MjMtLjE0LTMuODc1em01Ljk3LTkuNDg2bC0xLjA2Ni43MzMuOTc2Ljc0My41NDUtLjM2NWguNTA5di0uODI1aC0uNTMzeiI+PC9wYXRoPgogICAgPHBhdGggZD0iTTM1Ljc4NCAxNi44NTNsLS44MzMtLjA4Ni0yLjY0NiAyLjg0NWMuMjA3LjA4Ny40OTguMTY5Ljg2LjE2OSAyLjMwMyAwIDIuNTk1LTIuMSAyLjYxOS0yLjkyOG0tOS42ODUgMTcuNDk0YTE4LjY3NiAxOC42NzYgMCAwIDAtLjI3NyAyLjI5N2wuMTQtLjE4NmMuMzE4LS40MTguNjQ3LS44NTEuNjYyLTEuMjQuMDEyLS4zNDQtLjI0NC0uNjE1LS41MjUtLjg3Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzAuNTA0IDEyLjQ3MmMuMjE1LS4yNzIuNTM3LS41NzMgMS4xMzItLjQ1NGwtLjA4NC40OGMtLjMzNS0uMDY2LS41MTguMDYtLjcuMjkxLS4yMTMuMjY1LS42NzIuNjY0LTEuMDU2LjQ3OC0uMzI4LS4xNi0uMzgtLjE4Ni0uNjE4LjIxNmwtLjM4Ni0uMjZjLjQxOC0uNzA4Ljc3NS0uNjA0IDEuMTkzLS40LjA3NC4wMzUuMzM1LS4xMjEuNTE5LS4zNXptMS4yMzMuNDA3bC0uMTEyLjQ3M2MtLjIxLS4wNTQtLjM5LjE1LS42MjguNDQ4LS4wNzUuMDkzLS4xNDUuMTgtLjIxMi4yNDgtLjI0NC4yNDItLjU2MS4yNTYtMS4wNDEuMjc1bC0uMjA2LjAxYy0uMzUyLjAxNy0uNDI3LjE1My0uNTMzLjM0M2ExLjIzNyAxLjIzNyAwIDAgMS0uMTM5LjIxOWwtLjM0Mi0uMzIzYy4wMzMtLjA0Mi4wNi0uMDkyLjA4OC0uMTQzLjEyMS0uMjIuMzA0LS41NTUuOTA1LS41ODVsLjIwOC0uMDA5Yy40MzYtLjAxOC42MzQtLjAzLjc0Ny0uMTQzLjA1Ni0uMDU3LjExNC0uMTMxLjE3Ny0uMjEuMjUtLjMxLjU5OC0uNzM1IDEuMDg4LS42MDN6bS0uMzkgMS42MWMtLjA3LjEzMy0uMTQ1LjI3LS4yMzIuMzc3LS4yMi4yNzEtLjU5LjQyNi0xLjAxNi40MjYtLjA0NyAwLS4wOTQtLjAwMi0uMTQyLS4wMDZsLjAzNS0uNDg2Yy4yNTIuMDE3LjYwMi0uMDM0Ljc3Ny0uMjUyLjA2NS0uMDguMTIyLS4xOS4xODMtLjMwMi4xNTYtLjI5NC4zNTMtLjY1OS43Mi0uNzMybC4wODUuNDhjLS4xNi4wMzItLjI4Ni4yNjctLjQxLjQ5NHptLjY5NC4xMTVjMCAuNTE3IDAgMS44OS0xLjc1NCAyLjM2NmwtLjExNS0uNDczYzEuNDEtLjM4NCAxLjQxLTEuNDAyIDEuNDEtMS44OTNoLjQ1OXptMS4wNDMtMi4xNjhjLjIzMS0uMDQuNTQtLjA2NS42OS4wNTJhLjI4LjI4IDAgMCAxIC4xMDcuMTkuMjExLjIxMSAwIDAgMS0uMTcuMjM4aC0uMDI3YS4xOTYuMTk2IDAgMCAxLS4xNTktLjA4NSAxLjQ4NCAxLjQ4NCAwIDAgMC0uMzc3LjAyM2MtLjEwNC4wMjEtLjIwOC0uMDU5LS4yMjctLjE3NC0uMDE3LS4xMTYuMDU1LS4yMjUuMTYzLS4yNDR6bTEuMjEuMzM2YS4xODYuMTg2IDAgMCAxIC4yNTkuMDgzYy4wMy4wNi4zMTIuOTgtLjA1NSAxLjIyN2EuMTg2LjE4NiAwIDAgMS0uMTA1LjAzMi4xOTMuMTkzIDAgMCAxLS4xNjYtLjA5OS4yMi4yMiAwIDAgMSAuMDQ2LS4yOGMuMDUtLjExMy0uMDE4LS41NjItLjA2OS0uNjgzLS4wNDQtLjEwMi0uMDA3LS4yMy4wOS0uMjh6bS4wNDYgMS44NDlsLS40NTEuMDQ1Yy0uMDA3LjAwMi0uMDE0LjAwMi0uMDIuMDAyYS4yMDQuMjA0IDAgMCAxLS4xOTctLjE5MWMtLjAxLS4xMTcuMDctLjIyLjE4LS4yM2wuNDUtLjA0N2MuMTA1LS4wMTIuMjA2LjA3NC4yMTguMTkuMDA4LjExNi0uMDcxLjIxOS0uMTguMjN6bS04LjkzOC0zLjE1MWMtLjI5NC0uMzI4LS42NDgtLjYzMy0xLjI1Ny0uNjMzLS42MDQgMC0uOTUuMjQzLTEuMzQ2LjY2bC0uMzItLjM0NmMuNDUzLS40ODEuOTEtLjgwMiAxLjY2Ni0uODAyLjc4MiAwIDEuMjQxLjM5NyAxLjU4OC43ODVsLS4zMy4zMzZ6TS4wMDEgMHY0Ny4wMjRjMS4zNTQtMy44MiA0LjYzOS03LjE5NyA5Ljg0Ni03LjE5NyA3LjIzMiAwIDEwLjA2NyA1LjQ2NCAxMS4yMDkgMTAuNDguMzgxLTIuNzI1IDEuMzYyLTUuMjY2IDIuOTI0LTcuMThWMjIuMzUyYS45MzguOTM4IDAgMCAxLS4yNDMtLjE2NGMtLjYzMy0uNTktLjU3My0yLjA2Ny0uNTMtMy4xNDYuMDA5LS4yMDguMDE2LS4zOTQuMDE2LS41NCAwLS4yODYuMDItLjY4My4wNDMtMS4xMTEuMDM5LS43Ni4wODItMS42MjEuMDIyLTIuMDYtLjA3Ni0uNTI2IDAtMS4xOC41OTUtMS42ODJ2LTEuMjZoLTIuMjdWMTEuOWg0Ljk4M3YuNDg4SDI0LjM0di45NjRhMy4zNyAzLjM3IDAgMCAxIC40NTktLjE4OWwuMTM2LjQ2NWMtLjIzMS4wNzctLjQzLjE3LS41OTUuMjc2di41OTJoLS40NTd2LS4xMzJjLS4xNDYuMjUtLjE5NC41NDgtLjE0NS44OTUuMDcuNDg3LjAyNCAxLjM3NS0uMDE3IDIuMTU4LS4wMi40MTgtLjA0LjgwNy0uMDQgMS4wODUgMCAuMTUzLS4wMS4zNDUtLjAxNi41Ni0uMDM2LjgzMy0uMDkgMi4yLjMxNSAyLjY5OHYtNS4xODNoLjExN2MtLjAwMS0uMTk5LjAzLS4zNzYuMTAzLS40ODIuNDEyLS41OTUuNjg4LS45OTQuNTY1LTEuNTY5bC40NDQtLjEwOWMuMTcxLjc5NS0uMjEgMS4zNDMtLjYxMiAxLjkyNC0uMDgyLjE2OC0uMDEuODE4LjEzNCAxLjAzMS4yMTIuMzE1LjUzNyAxLjM4Ni42MzMgMi4xODIuNDAzLS4zNS45NS0uNzUzIDEuNDc2LS45MjcuMDMtLjI5OC4yOTMtLjUxNS40ODUtLjY3Ni4xNzgtLjE0Ni42MzYtLjQ4Ljk5LS43MzdsLjM5Mi0uMjg4Yy40ODctLjM2NS45ODQtLjI0MiAxLjM3LjMzMy4xOS4yODMuODEyIDEuMjQyIDEuMDggMS42NTRsMi43ODItMi45NzF2LS4zNjhjLS44Ni0uMDg2LTEuNzIyLS43OS0xLjg5Mi0xLjI2MmwuMzk3LS4xNjVjLjEwNy4yOTQuOTA4Ljk4OCAxLjY2Ljk4OC4yODMgMCAuODI4LS42NTQuOTk3LTEuMzIyLjA4Mi0uMzA5LjAwMy0uNTItLjA3Ni0uNjQzLS4wODgtLjEzOS0uMjI5LS4yMzktLjM1Ni0uMjUybC4wNDQtLjQ1NGMuMDkyLjAxLjE3OC4wNTguMjY0LjEwMS4wOTEtLjIyMS4xMjctLjQ0NC4wNDgtLjYxNC0uMDk1LS4yMDYtLjMyMS0uMzI2LS42MzgtLjMzOS0xLjE2LS4wNjMtMi4xOTYuNDk5LTIuMzc0LjczNGwtLjM1NS0uMzA2Yy4zMDYtLjQxIDEuNTM2LS45NyAyLjc0OS0uOTE2LjE5Ny4wMDguMzczLjA0OC41MjYuMTE3LS4wNjctLjUzNC0uNDQtMS4wODEtLjczMi0xLjE5bC0uMTA2LS4wNDItLjAzNi0uMTE2Yy0uMTUtLjUwNC0uNy0xLjE0Mi0xLjQ4My0xLjIwNi4xMzYuMTgzLjI1MS4zODQuMjc1LjUyMWwuMDY0LjM3Mi0uMzQzLS4wOWE0LjA3NSA0LjA3NSAwIDAgMC0uNTI1LS4xMWMuMTQuMTIuMjQ2LjI3Mi4zMi41MDRsLjE0MS40NS0uNDI1LS4xMzdjLS4xMTktLjA0LS4zNC0uMDQyLS41Ny4wMmEuOTU1Ljk1NSAwIDAgMSAuMjI2LjM1OGMuMTU2LjQzLjAwNC44OTUtLjE1MyAxLjIwOGwtLjQwMy0uMjI4Yy4xNTUtLjMxNy4yMDMtLjYwMi4xMy0uODA0LS4wNTUtLjE1MS0uMTgtLjI2My0uMzgyLS4zNGwtLjQzNC0uMTY5LjM4OC0uMjY3Yy4yMzUtLjE2LjUyLS4yNTEuNzg0LS4yODFhMy44MjQgMy44MjQgMCAwIDAtLjM0Ny0uMTg1bC0uNTUzLS4yNzMuNDIyLS4yMjhjLjI4NC0uMTU0LjY1MS0uMTUxLjk1OC0uMTA3YTEuMzYgMS4zNiAwIDAgMC0uMjEtLjIyM2wtLjQ0OS0uMzMyLjUzNS0uMTA4YzEuMjUxLS4yNTUgMi4xNS42MzQgMi40MzMgMS40LjUzMy4yOSAxLjAzNSAxLjIyOC45MjYgMmEuODM2LjgzNiAwIDAgMSAuMDQ5LjA5NWMuMTYuMzQyLjEyMi43NjItLjA4IDEuMTU0LjAwNy4wMTEuMDE4LjAxNi4wMjYuMDI2LjE4Mi4yODYuMjMxLjY0OS4xMzUgMS4wMi0uMTYxLjYzNi0uNjQxIDEuMzUtMS4xMTggMS41Nzd2LjJsLjIwNC4yMTctNS4zOCA1Ljc0NC0uMTYyLS4xOS0uNTk0LS43Yy0uODU1LjY0OC0yLjU4MyAxLjM4LTMuODY5IDEuNjI2YTEuMTQ0IDEuMTQ0IDAgMCAxLS4xNTguMDJ2MjAuMTg2YTkuMjI0IDkuMjI0IDAgMCAxIDIuNTI3LTEuOTI1Yy0uODA5LS41OTYtMS42NDctMS43MDMtMS43NC0yLjU4Ny0uMDI0LS4yMjYuMDItLjQ0NC4xMDgtLjY1Ny4wMTUtLjk1MS4xMzItMi4zMTkuMzcyLTMuNDU4LS4yLS4yMDktLjM0NC0uNDM2LS4yODQtLjcxNWEuNzguNzggMCAwIDEgLjE0OS0uMzE0Yy4wMi0xLjE2OC4yMzQtMi4yNDYuNjM0LTMuMjA5LS40MjQtLjU3MS0uNzI3LTEuMzMxLS4zOTMtMi41NTkuMzI2LTEuMTk0Ljk0Ni0yLjI3OSAxLjktMy4zMTguNTU1LS42MDUgNi45OTMtNy41MjcgNi45OTMtNy41MjdsLjA3NC0uMDgyLjEwOC4wMTJzMS45ODYuMjAzIDIuMzMuMjQyYy40MTguMDQ3IDEuMDE2LjgwNiAxLjgxMiAxLjg3NC4yMjguMzA1LjQyNS41Ny41NTMuNzE0YS4zNC4zNCAwIDAgMSAuMDkuMjk1LjM0LjM0IDAgMCAxLS4xMzcuMjAyYy41MDguNjU4IDEuMzM0IDIuMDY3IDEuMzgyIDIuMjU1bC4wMjUuMDljLjEyNS40NzguMTY2Ljg2OS0uMzMzIDEuMjI3aDIuNTAydjguMTE3aC4wMDJ2MTkuOTk5Yy4yNDktNC41NDUgMy40MTctMTEuNTE1IDEwLjkyNC0xMS41MTUgNS4wMTggMCA4LjMwNiAyLjcxIDkuOTY2IDYuNjIzVjBIMHoiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0yNS43ODggMzcuNjM5aC0uMDM2YS44NDQuODQ0IDAgMCAwLS4wNzUuNDA0Yy4wODcuODE2IDEuMDM1IDEuOTUzIDEuNzkgMi4zOThsLjE1NC0uMDY3Yy0uMDgyLS43LS4yMDYtMS43NDktLjM2NC0yLjk3LS4yMjgtMS43Ny0uMTYxLTMuNDkyLS4wMDItNC45NzRhNC41NjMgNC41NjMgMCAwIDEtLjY3LjQwMmMtLjMzMy4xNy0uNjc2LjM0Ni0uNzIuNTQ3LS4wMjIuMTA1LjIyNi4zMjUuNDA2LjQ4Ni4zNzEuMzMuODMyLjc0LjgwOSAxLjM3LS4wMi41NTQtLjM5OCAxLjA1LS43NjQgMS41MzEtLjIuMjYzLS40MDUuNTMzLS41MjguNzg5di4wODR6bTMuMzQtMi44OTRjLS40NzMtMS4yODgtLjc0NC0zLjc5Ny0uODcyLTUuNTM2LS4zNTMgMS41NTUtLjk3NSA0Ljc4NS0uNTQ1IDguMTMuMTUgMS4xNjUuMjcgMi4xNzYuMzUzIDIuODc3YTkuMDczIDkuMDczIDAgMCAxIDIuMjkxLS40OTMgOC4zOSA4LjM5IDAgMCAxIDEuNTkuMDJjLTEuMTI3LTEuNDY2LTIuMjM3LTMuNDIyLTIuODE3LTQuOTk4bS00LjY5LTE2Ljk0M3Y0LjEzNGMuMDI0LS4wMDIuMDUtLjAwNy4wNzUtLjAxMSAxLjE5LS4yMyAyLjgzLS45MTYgMy42NC0xLjUxMmE4NC4zNSA4NC4zNSAwIDAgMC0xLjE0LTEuMzJsLS4wMTItLjAxMWMtLjQ2LjE0My0xLjA3NC41NjUtMS42ODggMS4xNTdsLS40MjIuNDA2LjA0LS42MDRjLjAzOC0uNTc3LS4yODQtMS43NjgtLjQ5My0yLjI0bTEuOTUgMTQuNTkxYy40MzUtLjIyNC44ODgtLjQ1Ni45NDctLjg0OS4wNy0uNDQ2LS4xOS0uNzUtLjYyMi0xLjIwOWwtLjE3My0uMTg3YTguMTIxIDguMTIxIDAgMCAwLS41IDIuNDNjLjExLS4wNjMuMjI5LS4xMjQuMzQ4LS4xODVtMS4xMjgtMS44MjJjLjE2LS45LjMyNy0xLjYxOC40MjYtMi4wMzMuMTczLS43MjMuNDIyLTEuMzQuNjYzLTEuOTM2LjQ1Mi0xLjExNy44NzItMi4xODYuNzk4LTMuODY3bC0xLjM2OCAxLjQ3NmMtLjg5Ny45OC0xLjQ4MiAxLjk5Ny0xLjc4NSAzLjExMi0uMzg3IDEuNDE5LjIxIDIuMDU0Ljc4NiAyLjY2Ny4xNzQuMTg0LjM0LjM3NS40OC41OCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+Cg==\")"
21
- }
22
- }
23
- }
24
- }
25
- }
1
+ {
2
+ "conduction": {
3
+ "logo": {
4
+ "header": {
5
+ "inline-size": { "value": "64px" },
6
+ "block-size": { "value": "64px" },
7
+ "background-image": {
8
+ "value": "url(\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2MSI+CiAgPGcgZmlsbD0iIzM1NThhMiIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0yMS4wMyA1NC42NDRjLjA5OSAxLjQ1Ny4yMzcgMi4xNzguNDkgMy4wNTZsLTYuNTg5LS40MjhjLS4yMzkuNjctMS4yMSAzLjEzMS00LjY2OCAzLjEzMS0zLjQyNyAwLTQuODA1LTIuODI5LTUuMTUxLTUuNzU5aDE1LjkxN3ptNi4wMTUtMi4xODZjMC00LjA0IDIuMjMzLTcuNDQ2IDQuOTgtNy40NDYgMy41MSAwIDQuOTc1IDMuMTcxIDQuOTc1IDcuNDQ2IDAgNC41OTgtMi4xNzQgNy4zMTItNC45NzYgNy4zMTItMy4wMzMgMC00Ljk3OS0zLjA4MS00Ljk3OS03LjMxMm0zMS45NDctMi44MDhINDkuNDJjMC0uNjYuOTA0LTQuNjM3IDQuNzczLTQuNjM3IDMuNzAzIDAgNC43OTkgMy44NTYgNC43OTkgNC42MzdNNjQgNTQuNDEzdjIuOTA1bC00LjkyLS4zNDFzLTEuMDU2IDMuMjE1LTQuNjcyIDMuMjE1Yy0zLjIzMyAwLTUuMTAyLTMuMzA1LTUuMjEzLTUuNzc5SDY0ek0xMC4xNTQgNDUuMTljLTMuODY3IDAtNC43OTIgNC4wMjQtNC43OTIgNC42M2g5LjU1MmMwLS40OC0uODkxLTQuNjMtNC43Ni00LjYzbTMxLjUyOC0yMC4xNmwtMS4wNjYuNzM1Ljk3Ni43NDQuNTQ1LS4zNjVoLjUwOXYtLjgyOGgtLjUzM3oiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0zOC41NTcgMjQuMzI0Yy0uMDM4LjE0MS0uMDYxLjQ1Mi0uMDgzLjc1NC0uMDUxLjcxNi0uMTAzIDEuMjQ0LS4yODUgMS41MDgtLjE4LjI2LS4zNjIuMzkxLS41NDQuMzkxYS4zOTIuMzkyIDAgMCAxLS4xMzMtLjAyNGMtLjAxLS4wMDMtLjAxNC0uMDEzLS4wMjMtLjAxN3Y0LjMzOGg1LjE1NnYtMS40MjZoLS4zNzZsLS42OTIuNDY1LTEuMzExLS45OTd2LS42ODVsMS40MS0uOTcyLjU3LjM3NmguNHYtMS4zOTloLS4zNzdsLS42OTIuNDY3LTEuMzExLS45OTd2LS42ODhsMS40MS0uOTcyLjU3LjM3NWguNHYtMS4xNThoLTMuMDg3Yy0uNzIyLjI5LS45MzIuNDA4LTEuMDAyLjY2MSI+PC9wYXRoPgogICAgPHBhdGggZD0iTTQwLjQ3NSAyMS45ODJjLS4wOS0uMzU3LTEuMDE2LTEuNjg0LTEuMzYxLTIuMTU1YTQuMTMgNC4xMyAwIDAgMC0xLjE4Ny43OTlsLjAyMi4wMzVjLjE2Ni4yOTQuNjY5IDEuMTkuOTc2IDEuMzczbC4zLjE3Ny0uMjY4LjIyOGMtLjQzMy4zNjMtMS41NCAxLjUyNS0xLjgwMSAyLjAxNC0uMTMuMjQzLS4wNzYuODUzLjIzOCAxLjE0M2wuMDc3LjA3NHYuMTExYzAgLjI5Mi4xMDUuNjUyLjE4Mi43MDguMDAxLS4wMDguMDYzLS4wMzkuMTctLjE5Mi4xMTYtLjE3My4xNjQtLjgyNS4xOTctMS4yNTYuMDI0LS4zNTYuMDQ4LS42NjUuMDk4LS44NTUuMTQ4LS41MzUuNTQ0LS42OSAxLjYwNS0xLjEwOWwuMTA3LS4wNDJjLjgzNi0uMzI5Ljc5MS0uNS42Ny0uOTU4bC0uMDI1LS4wOTV6bS05LjY0OC0yLjcyMWMtLjIzLS4zNTYtLjkyLTEuNDItMS4xMi0xLjcyMS0uMTcxLS4yNTQtLjMxNy0uMzQtLjQ0OS0uMzRhLjQ4My40ODMgMCAwIDAtLjI4Ny4xMjJjLS4wNzIuMDU0LS4yMjEuMTYzLS40LjI5MS0uMzQ0LjI1Mi0uNzkzLjU3OC0uOTUuNzA4LS4xMTQuMDk2LS4zMjIuMjY3LS4zMjYuMzU4LS4wMDEuMDE1LjAxNS4wNDEuMDQxLjA3LjI0My4yNiAxLjQ1NiAxLjY4OCAxLjkgMi4yMTFsMS41OTEtMS42OTl6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzcuMDI4IDMxLjgwM3YtNS43ODloLjAwNmMtLjAwNS0uMDQxLS4wMTMtLjA5My0uMDE1LS4xMjQtLjQxMi0uNDYyLS40ODYtMS4yNTgtLjI2LTEuNjguMjczLS41MSAxLjE4Ny0xLjQ3NyAxLjY5Ni0xLjk1Ny0uMjg1LS4yOTYtLjU4Ni0uNzg5LS44NTYtMS4yNjktLjE3OC4yMTQtLjM1Ni40Ni0uNTI0Ljc1Ny0uODk0IDEuNTctMS44MDYgMy45MzYtMS4wNzYgNi4yNzUuOTEgMi45Mi43MSA0LjY3OC40MzIgNy4xMTJhNjUuNSA2NS41IDAgMCAwLS4yNjQgMi42NDFjLS4xMzggMS44My4xMTQgMy42NTIuMjM1IDQuNDk1LjIyMi4yOTcuNDM0LjYyLjYzLjk4OFYzMS44MDNoLS4wMDR6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzMuNTkzIDM3Ljc2MmMtLjc4My0uMzktMS4zNS0xLjU3OC0xLjk2NS00LjEwMy0uMTAyLS40MjEtLjE4NC0uODM4LS4yNjQtMS4yNDItLjI3My0xLjM5LS41MS0yLjU5LTEuNDU2LTMuMzE3bC4yNy0uMzk2YzEuMDg3Ljg0IDEuMzUyIDIuMTg3IDEuNjMzIDMuNjEyLjA4LjM5Ny4xNi44MDYuMjYgMS4yMi41NjggMi4zMzYgMS4wOCAzLjQ2OCAxLjcxNSAzLjc4MmwtLjE5My40NDR6bS0zLjI1LTEyLjc1Yy4xNi4yNDcuODc1LjY0IDEuNDA5LjgyNS40ODkuMTcgMS42MDEuMjc0IDEuOTIzLjIzMmwuMDU1LjQ4NGExLjg2IDEuODYgMCAwIDEtLjIzNC4wMTJjLS41IDAtMS40MTUtLjEwMS0xLjg4NS0uMjY0LS4zMzEtLjExNS0xLjM0NS0uNTQ3LTEuNjQ0LTEuMDE0bC4zNzYtLjI3NnptNS4zNjkgMTIuNzE3Yy4wNzQtMS4wMS4xNzYtMS44ODcuMjY1LTIuNjYxLjI4MS0yLjQ1OC40NjYtNC4wODItLjQxMS02Ljg5OC0uNzg2LTIuNTE3LjE3NC01LjAyMyAxLjExOC02LjY4Mi44My0xLjQ1NyAxLjg1NC0xLjkzIDIuMzQ3LTIuMTU3bC4wOTMtLjA0M2EyMS4wMjcgMjEuMDI3IDAgMCAxLS40NTQtLjU5N2MtLjQwMy0uNTQtMS4yNDItMS42NjMtMS41MDEtMS42OTNhODYuNzQ1IDg2Ljc0NSAwIDAgMC0uOTMtLjA5N2MtLjA1MyAxLjY1OS0uODggMy4zNjctMy4wNzMgMy4zNjdhMi42MyAyLjYzIDAgMCAxLTEuMjA3LS4yODRsLTEuODcgMi4wMTJjLjIxNS4yODkuNjEuODAyIDEuMjI3LjgwMi4yNiAwIC45MTYtLjEwMSAxLjM2My0xLjAzNmwuNDA0LS4wMDRjLjQyNC44MzcuNzI4IDEuMDU0IDEuNDg1IDEuMDU0LjQ1NyAwIC45MDUtLjQ5NSAxLjAxNS0uNzAyLjA5Ny0uMTg2LjIwMy0uODI3LjA2Ni0xLjQzNWwuNDQ1LS4xMTRjLjE1My42NzkuMDYgMS40NTctLjExMiAxLjc4OS0uMTYuMjk3LS43MzQuOTUtMS40MTQuOTUtLjgwNCAwLTEuMjU1LS4yNC0xLjY4Ny0uOTQ5LS41NS44MzUtMS4yNi45MzUtMS41NjUuOTM1LS43MzIgMC0xLjE5Ni0uNDk0LTEuNDctLjg0LjEzOSAxLjk1LS4zNDYgMy4xNzItLjgyMSA0LjM0Ny0uMTMzLjMzMS0uMjcuNjY5LS4zOTIgMS4wMjQuMDUzIDEuMzU2LjMxOCA1LjExLjkyMSA2Ljc1LjYyMiAxLjY5IDEuODcyIDMuODI3IDMuMDc5IDUuMjgzIDEuMDUxLjIyIDIuMjEzLjcxNCAzLjIxOCAxLjc1NC0uMTItLjk4LS4yNDktMi40MjMtLjE0LTMuODc1em01Ljk3LTkuNDg2bC0xLjA2Ni43MzMuOTc2Ljc0My41NDUtLjM2NWguNTA5di0uODI1aC0uNTMzeiI+PC9wYXRoPgogICAgPHBhdGggZD0iTTM1Ljc4NCAxNi44NTNsLS44MzMtLjA4Ni0yLjY0NiAyLjg0NWMuMjA3LjA4Ny40OTguMTY5Ljg2LjE2OSAyLjMwMyAwIDIuNTk1LTIuMSAyLjYxOS0yLjkyOG0tOS42ODUgMTcuNDk0YTE4LjY3NiAxOC42NzYgMCAwIDAtLjI3NyAyLjI5N2wuMTQtLjE4NmMuMzE4LS40MTguNjQ3LS44NTEuNjYyLTEuMjQuMDEyLS4zNDQtLjI0NC0uNjE1LS41MjUtLjg3Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzAuNTA0IDEyLjQ3MmMuMjE1LS4yNzIuNTM3LS41NzMgMS4xMzItLjQ1NGwtLjA4NC40OGMtLjMzNS0uMDY2LS41MTguMDYtLjcuMjkxLS4yMTMuMjY1LS42NzIuNjY0LTEuMDU2LjQ3OC0uMzI4LS4xNi0uMzgtLjE4Ni0uNjE4LjIxNmwtLjM4Ni0uMjZjLjQxOC0uNzA4Ljc3NS0uNjA0IDEuMTkzLS40LjA3NC4wMzUuMzM1LS4xMjEuNTE5LS4zNXptMS4yMzMuNDA3bC0uMTEyLjQ3M2MtLjIxLS4wNTQtLjM5LjE1LS42MjguNDQ4LS4wNzUuMDkzLS4xNDUuMTgtLjIxMi4yNDgtLjI0NC4yNDItLjU2MS4yNTYtMS4wNDEuMjc1bC0uMjA2LjAxYy0uMzUyLjAxNy0uNDI3LjE1My0uNTMzLjM0M2ExLjIzNyAxLjIzNyAwIDAgMS0uMTM5LjIxOWwtLjM0Mi0uMzIzYy4wMzMtLjA0Mi4wNi0uMDkyLjA4OC0uMTQzLjEyMS0uMjIuMzA0LS41NTUuOTA1LS41ODVsLjIwOC0uMDA5Yy40MzYtLjAxOC42MzQtLjAzLjc0Ny0uMTQzLjA1Ni0uMDU3LjExNC0uMTMxLjE3Ny0uMjEuMjUtLjMxLjU5OC0uNzM1IDEuMDg4LS42MDN6bS0uMzkgMS42MWMtLjA3LjEzMy0uMTQ1LjI3LS4yMzIuMzc3LS4yMi4yNzEtLjU5LjQyNi0xLjAxNi40MjYtLjA0NyAwLS4wOTQtLjAwMi0uMTQyLS4wMDZsLjAzNS0uNDg2Yy4yNTIuMDE3LjYwMi0uMDM0Ljc3Ny0uMjUyLjA2NS0uMDguMTIyLS4xOS4xODMtLjMwMi4xNTYtLjI5NC4zNTMtLjY1OS43Mi0uNzMybC4wODUuNDhjLS4xNi4wMzItLjI4Ni4yNjctLjQxLjQ5NHptLjY5NC4xMTVjMCAuNTE3IDAgMS44OS0xLjc1NCAyLjM2NmwtLjExNS0uNDczYzEuNDEtLjM4NCAxLjQxLTEuNDAyIDEuNDEtMS44OTNoLjQ1OXptMS4wNDMtMi4xNjhjLjIzMS0uMDQuNTQtLjA2NS42OS4wNTJhLjI4LjI4IDAgMCAxIC4xMDcuMTkuMjExLjIxMSAwIDAgMS0uMTcuMjM4aC0uMDI3YS4xOTYuMTk2IDAgMCAxLS4xNTktLjA4NSAxLjQ4NCAxLjQ4NCAwIDAgMC0uMzc3LjAyM2MtLjEwNC4wMjEtLjIwOC0uMDU5LS4yMjctLjE3NC0uMDE3LS4xMTYuMDU1LS4yMjUuMTYzLS4yNDR6bTEuMjEuMzM2YS4xODYuMTg2IDAgMCAxIC4yNTkuMDgzYy4wMy4wNi4zMTIuOTgtLjA1NSAxLjIyN2EuMTg2LjE4NiAwIDAgMS0uMTA1LjAzMi4xOTMuMTkzIDAgMCAxLS4xNjYtLjA5OS4yMi4yMiAwIDAgMSAuMDQ2LS4yOGMuMDUtLjExMy0uMDE4LS41NjItLjA2OS0uNjgzLS4wNDQtLjEwMi0uMDA3LS4yMy4wOS0uMjh6bS4wNDYgMS44NDlsLS40NTEuMDQ1Yy0uMDA3LjAwMi0uMDE0LjAwMi0uMDIuMDAyYS4yMDQuMjA0IDAgMCAxLS4xOTctLjE5MWMtLjAxLS4xMTcuMDctLjIyLjE4LS4yM2wuNDUtLjA0N2MuMTA1LS4wMTIuMjA2LjA3NC4yMTguMTkuMDA4LjExNi0uMDcxLjIxOS0uMTguMjN6bS04LjkzOC0zLjE1MWMtLjI5NC0uMzI4LS42NDgtLjYzMy0xLjI1Ny0uNjMzLS42MDQgMC0uOTUuMjQzLTEuMzQ2LjY2bC0uMzItLjM0NmMuNDUzLS40ODEuOTEtLjgwMiAxLjY2Ni0uODAyLjc4MiAwIDEuMjQxLjM5NyAxLjU4OC43ODVsLS4zMy4zMzZ6TS4wMDEgMHY0Ny4wMjRjMS4zNTQtMy44MiA0LjYzOS03LjE5NyA5Ljg0Ni03LjE5NyA3LjIzMiAwIDEwLjA2NyA1LjQ2NCAxMS4yMDkgMTAuNDguMzgxLTIuNzI1IDEuMzYyLTUuMjY2IDIuOTI0LTcuMThWMjIuMzUyYS45MzguOTM4IDAgMCAxLS4yNDMtLjE2NGMtLjYzMy0uNTktLjU3My0yLjA2Ny0uNTMtMy4xNDYuMDA5LS4yMDguMDE2LS4zOTQuMDE2LS41NCAwLS4yODYuMDItLjY4My4wNDMtMS4xMTEuMDM5LS43Ni4wODItMS42MjEuMDIyLTIuMDYtLjA3Ni0uNTI2IDAtMS4xOC41OTUtMS42ODJ2LTEuMjZoLTIuMjdWMTEuOWg0Ljk4M3YuNDg4SDI0LjM0di45NjRhMy4zNyAzLjM3IDAgMCAxIC40NTktLjE4OWwuMTM2LjQ2NWMtLjIzMS4wNzctLjQzLjE3LS41OTUuMjc2di41OTJoLS40NTd2LS4xMzJjLS4xNDYuMjUtLjE5NC41NDgtLjE0NS44OTUuMDcuNDg3LjAyNCAxLjM3NS0uMDE3IDIuMTU4LS4wMi40MTgtLjA0LjgwNy0uMDQgMS4wODUgMCAuMTUzLS4wMS4zNDUtLjAxNi41Ni0uMDM2LjgzMy0uMDkgMi4yLjMxNSAyLjY5OHYtNS4xODNoLjExN2MtLjAwMS0uMTk5LjAzLS4zNzYuMTAzLS40ODIuNDEyLS41OTUuNjg4LS45OTQuNTY1LTEuNTY5bC40NDQtLjEwOWMuMTcxLjc5NS0uMjEgMS4zNDMtLjYxMiAxLjkyNC0uMDgyLjE2OC0uMDEuODE4LjEzNCAxLjAzMS4yMTIuMzE1LjUzNyAxLjM4Ni42MzMgMi4xODIuNDAzLS4zNS45NS0uNzUzIDEuNDc2LS45MjcuMDMtLjI5OC4yOTMtLjUxNS40ODUtLjY3Ni4xNzgtLjE0Ni42MzYtLjQ4Ljk5LS43MzdsLjM5Mi0uMjg4Yy40ODctLjM2NS45ODQtLjI0MiAxLjM3LjMzMy4xOS4yODMuODEyIDEuMjQyIDEuMDggMS42NTRsMi43ODItMi45NzF2LS4zNjhjLS44Ni0uMDg2LTEuNzIyLS43OS0xLjg5Mi0xLjI2MmwuMzk3LS4xNjVjLjEwNy4yOTQuOTA4Ljk4OCAxLjY2Ljk4OC4yODMgMCAuODI4LS42NTQuOTk3LTEuMzIyLjA4Mi0uMzA5LjAwMy0uNTItLjA3Ni0uNjQzLS4wODgtLjEzOS0uMjI5LS4yMzktLjM1Ni0uMjUybC4wNDQtLjQ1NGMuMDkyLjAxLjE3OC4wNTguMjY0LjEwMS4wOTEtLjIyMS4xMjctLjQ0NC4wNDgtLjYxNC0uMDk1LS4yMDYtLjMyMS0uMzI2LS42MzgtLjMzOS0xLjE2LS4wNjMtMi4xOTYuNDk5LTIuMzc0LjczNGwtLjM1NS0uMzA2Yy4zMDYtLjQxIDEuNTM2LS45NyAyLjc0OS0uOTE2LjE5Ny4wMDguMzczLjA0OC41MjYuMTE3LS4wNjctLjUzNC0uNDQtMS4wODEtLjczMi0xLjE5bC0uMTA2LS4wNDItLjAzNi0uMTE2Yy0uMTUtLjUwNC0uNy0xLjE0Mi0xLjQ4My0xLjIwNi4xMzYuMTgzLjI1MS4zODQuMjc1LjUyMWwuMDY0LjM3Mi0uMzQzLS4wOWE0LjA3NSA0LjA3NSAwIDAgMC0uNTI1LS4xMWMuMTQuMTIuMjQ2LjI3Mi4zMi41MDRsLjE0MS40NS0uNDI1LS4xMzdjLS4xMTktLjA0LS4zNC0uMDQyLS41Ny4wMmEuOTU1Ljk1NSAwIDAgMSAuMjI2LjM1OGMuMTU2LjQzLjAwNC44OTUtLjE1MyAxLjIwOGwtLjQwMy0uMjI4Yy4xNTUtLjMxNy4yMDMtLjYwMi4xMy0uODA0LS4wNTUtLjE1MS0uMTgtLjI2My0uMzgyLS4zNGwtLjQzNC0uMTY5LjM4OC0uMjY3Yy4yMzUtLjE2LjUyLS4yNTEuNzg0LS4yODFhMy44MjQgMy44MjQgMCAwIDAtLjM0Ny0uMTg1bC0uNTUzLS4yNzMuNDIyLS4yMjhjLjI4NC0uMTU0LjY1MS0uMTUxLjk1OC0uMTA3YTEuMzYgMS4zNiAwIDAgMC0uMjEtLjIyM2wtLjQ0OS0uMzMyLjUzNS0uMTA4YzEuMjUxLS4yNTUgMi4xNS42MzQgMi40MzMgMS40LjUzMy4yOSAxLjAzNSAxLjIyOC45MjYgMmEuODM2LjgzNiAwIDAgMSAuMDQ5LjA5NWMuMTYuMzQyLjEyMi43NjItLjA4IDEuMTU0LjAwNy4wMTEuMDE4LjAxNi4wMjYuMDI2LjE4Mi4yODYuMjMxLjY0OS4xMzUgMS4wMi0uMTYxLjYzNi0uNjQxIDEuMzUtMS4xMTggMS41Nzd2LjJsLjIwNC4yMTctNS4zOCA1Ljc0NC0uMTYyLS4xOS0uNTk0LS43Yy0uODU1LjY0OC0yLjU4MyAxLjM4LTMuODY5IDEuNjI2YTEuMTQ0IDEuMTQ0IDAgMCAxLS4xNTguMDJ2MjAuMTg2YTkuMjI0IDkuMjI0IDAgMCAxIDIuNTI3LTEuOTI1Yy0uODA5LS41OTYtMS42NDctMS43MDMtMS43NC0yLjU4Ny0uMDI0LS4yMjYuMDItLjQ0NC4xMDgtLjY1Ny4wMTUtLjk1MS4xMzItMi4zMTkuMzcyLTMuNDU4LS4yLS4yMDktLjM0NC0uNDM2LS4yODQtLjcxNWEuNzguNzggMCAwIDEgLjE0OS0uMzE0Yy4wMi0xLjE2OC4yMzQtMi4yNDYuNjM0LTMuMjA5LS40MjQtLjU3MS0uNzI3LTEuMzMxLS4zOTMtMi41NTkuMzI2LTEuMTk0Ljk0Ni0yLjI3OSAxLjktMy4zMTguNTU1LS42MDUgNi45OTMtNy41MjcgNi45OTMtNy41MjdsLjA3NC0uMDgyLjEwOC4wMTJzMS45ODYuMjAzIDIuMzMuMjQyYy40MTguMDQ3IDEuMDE2LjgwNiAxLjgxMiAxLjg3NC4yMjguMzA1LjQyNS41Ny41NTMuNzE0YS4zNC4zNCAwIDAgMSAuMDkuMjk1LjM0LjM0IDAgMCAxLS4xMzcuMjAyYy41MDguNjU4IDEuMzM0IDIuMDY3IDEuMzgyIDIuMjU1bC4wMjUuMDljLjEyNS40NzguMTY2Ljg2OS0uMzMzIDEuMjI3aDIuNTAydjguMTE3aC4wMDJ2MTkuOTk5Yy4yNDktNC41NDUgMy40MTctMTEuNTE1IDEwLjkyNC0xMS41MTUgNS4wMTggMCA4LjMwNiAyLjcxIDkuOTY2IDYuNjIzVjBIMHoiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0yNS43ODggMzcuNjM5aC0uMDM2YS44NDQuODQ0IDAgMCAwLS4wNzUuNDA0Yy4wODcuODE2IDEuMDM1IDEuOTUzIDEuNzkgMi4zOThsLjE1NC0uMDY3Yy0uMDgyLS43LS4yMDYtMS43NDktLjM2NC0yLjk3LS4yMjgtMS43Ny0uMTYxLTMuNDkyLS4wMDItNC45NzRhNC41NjMgNC41NjMgMCAwIDEtLjY3LjQwMmMtLjMzMy4xNy0uNjc2LjM0Ni0uNzIuNTQ3LS4wMjIuMTA1LjIyNi4zMjUuNDA2LjQ4Ni4zNzEuMzMuODMyLjc0LjgwOSAxLjM3LS4wMi41NTQtLjM5OCAxLjA1LS43NjQgMS41MzEtLjIuMjYzLS40MDUuNTMzLS41MjguNzg5di4wODR6bTMuMzQtMi44OTRjLS40NzMtMS4yODgtLjc0NC0zLjc5Ny0uODcyLTUuNTM2LS4zNTMgMS41NTUtLjk3NSA0Ljc4NS0uNTQ1IDguMTMuMTUgMS4xNjUuMjcgMi4xNzYuMzUzIDIuODc3YTkuMDczIDkuMDczIDAgMCAxIDIuMjkxLS40OTMgOC4zOSA4LjM5IDAgMCAxIDEuNTkuMDJjLTEuMTI3LTEuNDY2LTIuMjM3LTMuNDIyLTIuODE3LTQuOTk4bS00LjY5LTE2Ljk0M3Y0LjEzNGMuMDI0LS4wMDIuMDUtLjAwNy4wNzUtLjAxMSAxLjE5LS4yMyAyLjgzLS45MTYgMy42NC0xLjUxMmE4NC4zNSA4NC4zNSAwIDAgMC0xLjE0LTEuMzJsLS4wMTItLjAxMWMtLjQ2LjE0My0xLjA3NC41NjUtMS42ODggMS4xNTdsLS40MjIuNDA2LjA0LS42MDRjLjAzOC0uNTc3LS4yODQtMS43NjgtLjQ5My0yLjI0bTEuOTUgMTQuNTkxYy40MzUtLjIyNC44ODgtLjQ1Ni45NDctLjg0OS4wNy0uNDQ2LS4xOS0uNzUtLjYyMi0xLjIwOWwtLjE3My0uMTg3YTguMTIxIDguMTIxIDAgMCAwLS41IDIuNDNjLjExLS4wNjMuMjI5LS4xMjQuMzQ4LS4xODVtMS4xMjgtMS44MjJjLjE2LS45LjMyNy0xLjYxOC40MjYtMi4wMzMuMTczLS43MjMuNDIyLTEuMzQuNjYzLTEuOTM2LjQ1Mi0xLjExNy44NzItMi4xODYuNzk4LTMuODY3bC0xLjM2OCAxLjQ3NmMtLjg5Ny45OC0xLjQ4MiAxLjk5Ny0xLjc4NSAzLjExMi0uMzg3IDEuNDE5LjIxIDIuMDU0Ljc4NiAyLjY2Ny4xNzQuMTg0LjM0LjM3NS40OC41OCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+Cg==\")"
9
+ }
10
+ },
11
+ "footer": {
12
+ "inline-size": { "value": "0" },
13
+ "block-size": { "value": "0" },
14
+ "background-image": {}
15
+ },
16
+ "navbar": {
17
+ "inline-size": { "value": "46px" },
18
+ "block-size": { "value": "46px" },
19
+ "background-image": {
20
+ "value": "url(\"data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NCA2MSI+CiAgPGcgZmlsbD0iIzM1NThhMiIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgIDxwYXRoIGQ9Ik0yMS4wMyA1NC42NDRjLjA5OSAxLjQ1Ny4yMzcgMi4xNzguNDkgMy4wNTZsLTYuNTg5LS40MjhjLS4yMzkuNjctMS4yMSAzLjEzMS00LjY2OCAzLjEzMS0zLjQyNyAwLTQuODA1LTIuODI5LTUuMTUxLTUuNzU5aDE1LjkxN3ptNi4wMTUtMi4xODZjMC00LjA0IDIuMjMzLTcuNDQ2IDQuOTgtNy40NDYgMy41MSAwIDQuOTc1IDMuMTcxIDQuOTc1IDcuNDQ2IDAgNC41OTgtMi4xNzQgNy4zMTItNC45NzYgNy4zMTItMy4wMzMgMC00Ljk3OS0zLjA4MS00Ljk3OS03LjMxMm0zMS45NDctMi44MDhINDkuNDJjMC0uNjYuOTA0LTQuNjM3IDQuNzczLTQuNjM3IDMuNzAzIDAgNC43OTkgMy44NTYgNC43OTkgNC42MzdNNjQgNTQuNDEzdjIuOTA1bC00LjkyLS4zNDFzLTEuMDU2IDMuMjE1LTQuNjcyIDMuMjE1Yy0zLjIzMyAwLTUuMTAyLTMuMzA1LTUuMjEzLTUuNzc5SDY0ek0xMC4xNTQgNDUuMTljLTMuODY3IDAtNC43OTIgNC4wMjQtNC43OTIgNC42M2g5LjU1MmMwLS40OC0uODkxLTQuNjMtNC43Ni00LjYzbTMxLjUyOC0yMC4xNmwtMS4wNjYuNzM1Ljk3Ni43NDQuNTQ1LS4zNjVoLjUwOXYtLjgyOGgtLjUzM3oiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0zOC41NTcgMjQuMzI0Yy0uMDM4LjE0MS0uMDYxLjQ1Mi0uMDgzLjc1NC0uMDUxLjcxNi0uMTAzIDEuMjQ0LS4yODUgMS41MDgtLjE4LjI2LS4zNjIuMzkxLS41NDQuMzkxYS4zOTIuMzkyIDAgMCAxLS4xMzMtLjAyNGMtLjAxLS4wMDMtLjAxNC0uMDEzLS4wMjMtLjAxN3Y0LjMzOGg1LjE1NnYtMS40MjZoLS4zNzZsLS42OTIuNDY1LTEuMzExLS45OTd2LS42ODVsMS40MS0uOTcyLjU3LjM3NmguNHYtMS4zOTloLS4zNzdsLS42OTIuNDY3LTEuMzExLS45OTd2LS42ODhsMS40MS0uOTcyLjU3LjM3NWguNHYtMS4xNThoLTMuMDg3Yy0uNzIyLjI5LS45MzIuNDA4LTEuMDAyLjY2MSI+PC9wYXRoPgogICAgPHBhdGggZD0iTTQwLjQ3NSAyMS45ODJjLS4wOS0uMzU3LTEuMDE2LTEuNjg0LTEuMzYxLTIuMTU1YTQuMTMgNC4xMyAwIDAgMC0xLjE4Ny43OTlsLjAyMi4wMzVjLjE2Ni4yOTQuNjY5IDEuMTkuOTc2IDEuMzczbC4zLjE3Ny0uMjY4LjIyOGMtLjQzMy4zNjMtMS41NCAxLjUyNS0xLjgwMSAyLjAxNC0uMTMuMjQzLS4wNzYuODUzLjIzOCAxLjE0M2wuMDc3LjA3NHYuMTExYzAgLjI5Mi4xMDUuNjUyLjE4Mi43MDguMDAxLS4wMDguMDYzLS4wMzkuMTctLjE5Mi4xMTYtLjE3My4xNjQtLjgyNS4xOTctMS4yNTYuMDI0LS4zNTYuMDQ4LS42NjUuMDk4LS44NTUuMTQ4LS41MzUuNTQ0LS42OSAxLjYwNS0xLjEwOWwuMTA3LS4wNDJjLjgzNi0uMzI5Ljc5MS0uNS42Ny0uOTU4bC0uMDI1LS4wOTV6bS05LjY0OC0yLjcyMWMtLjIzLS4zNTYtLjkyLTEuNDItMS4xMi0xLjcyMS0uMTcxLS4yNTQtLjMxNy0uMzQtLjQ0OS0uMzRhLjQ4My40ODMgMCAwIDAtLjI4Ny4xMjJjLS4wNzIuMDU0LS4yMjEuMTYzLS40LjI5MS0uMzQ0LjI1Mi0uNzkzLjU3OC0uOTUuNzA4LS4xMTQuMDk2LS4zMjIuMjY3LS4zMjYuMzU4LS4wMDEuMDE1LjAxNS4wNDEuMDQxLjA3LjI0My4yNiAxLjQ1NiAxLjY4OCAxLjkgMi4yMTFsMS41OTEtMS42OTl6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzcuMDI4IDMxLjgwM3YtNS43ODloLjAwNmMtLjAwNS0uMDQxLS4wMTMtLjA5My0uMDE1LS4xMjQtLjQxMi0uNDYyLS40ODYtMS4yNTgtLjI2LTEuNjguMjczLS41MSAxLjE4Ny0xLjQ3NyAxLjY5Ni0xLjk1Ny0uMjg1LS4yOTYtLjU4Ni0uNzg5LS44NTYtMS4yNjktLjE3OC4yMTQtLjM1Ni40Ni0uNTI0Ljc1Ny0uODk0IDEuNTctMS44MDYgMy45MzYtMS4wNzYgNi4yNzUuOTEgMi45Mi43MSA0LjY3OC40MzIgNy4xMTJhNjUuNSA2NS41IDAgMCAwLS4yNjQgMi42NDFjLS4xMzggMS44My4xMTQgMy42NTIuMjM1IDQuNDk1LjIyMi4yOTcuNDM0LjYyLjYzLjk4OFYzMS44MDNoLS4wMDR6Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzMuNTkzIDM3Ljc2MmMtLjc4My0uMzktMS4zNS0xLjU3OC0xLjk2NS00LjEwMy0uMTAyLS40MjEtLjE4NC0uODM4LS4yNjQtMS4yNDItLjI3My0xLjM5LS41MS0yLjU5LTEuNDU2LTMuMzE3bC4yNy0uMzk2YzEuMDg3Ljg0IDEuMzUyIDIuMTg3IDEuNjMzIDMuNjEyLjA4LjM5Ny4xNi44MDYuMjYgMS4yMi41NjggMi4zMzYgMS4wOCAzLjQ2OCAxLjcxNSAzLjc4MmwtLjE5My40NDR6bS0zLjI1LTEyLjc1Yy4xNi4yNDcuODc1LjY0IDEuNDA5LjgyNS40ODkuMTcgMS42MDEuMjc0IDEuOTIzLjIzMmwuMDU1LjQ4NGExLjg2IDEuODYgMCAwIDEtLjIzNC4wMTJjLS41IDAtMS40MTUtLjEwMS0xLjg4NS0uMjY0LS4zMzEtLjExNS0xLjM0NS0uNTQ3LTEuNjQ0LTEuMDE0bC4zNzYtLjI3NnptNS4zNjkgMTIuNzE3Yy4wNzQtMS4wMS4xNzYtMS44ODcuMjY1LTIuNjYxLjI4MS0yLjQ1OC40NjYtNC4wODItLjQxMS02Ljg5OC0uNzg2LTIuNTE3LjE3NC01LjAyMyAxLjExOC02LjY4Mi44My0xLjQ1NyAxLjg1NC0xLjkzIDIuMzQ3LTIuMTU3bC4wOTMtLjA0M2EyMS4wMjcgMjEuMDI3IDAgMCAxLS40NTQtLjU5N2MtLjQwMy0uNTQtMS4yNDItMS42NjMtMS41MDEtMS42OTNhODYuNzQ1IDg2Ljc0NSAwIDAgMC0uOTMtLjA5N2MtLjA1MyAxLjY1OS0uODggMy4zNjctMy4wNzMgMy4zNjdhMi42MyAyLjYzIDAgMCAxLTEuMjA3LS4yODRsLTEuODcgMi4wMTJjLjIxNS4yODkuNjEuODAyIDEuMjI3LjgwMi4yNiAwIC45MTYtLjEwMSAxLjM2My0xLjAzNmwuNDA0LS4wMDRjLjQyNC44MzcuNzI4IDEuMDU0IDEuNDg1IDEuMDU0LjQ1NyAwIC45MDUtLjQ5NSAxLjAxNS0uNzAyLjA5Ny0uMTg2LjIwMy0uODI3LjA2Ni0xLjQzNWwuNDQ1LS4xMTRjLjE1My42NzkuMDYgMS40NTctLjExMiAxLjc4OS0uMTYuMjk3LS43MzQuOTUtMS40MTQuOTUtLjgwNCAwLTEuMjU1LS4yNC0xLjY4Ny0uOTQ5LS41NS44MzUtMS4yNi45MzUtMS41NjUuOTM1LS43MzIgMC0xLjE5Ni0uNDk0LTEuNDctLjg0LjEzOSAxLjk1LS4zNDYgMy4xNzItLjgyMSA0LjM0Ny0uMTMzLjMzMS0uMjcuNjY5LS4zOTIgMS4wMjQuMDUzIDEuMzU2LjMxOCA1LjExLjkyMSA2Ljc1LjYyMiAxLjY5IDEuODcyIDMuODI3IDMuMDc5IDUuMjgzIDEuMDUxLjIyIDIuMjEzLjcxNCAzLjIxOCAxLjc1NC0uMTItLjk4LS4yNDktMi40MjMtLjE0LTMuODc1em01Ljk3LTkuNDg2bC0xLjA2Ni43MzMuOTc2Ljc0My41NDUtLjM2NWguNTA5di0uODI1aC0uNTMzeiI+PC9wYXRoPgogICAgPHBhdGggZD0iTTM1Ljc4NCAxNi44NTNsLS44MzMtLjA4Ni0yLjY0NiAyLjg0NWMuMjA3LjA4Ny40OTguMTY5Ljg2LjE2OSAyLjMwMyAwIDIuNTk1LTIuMSAyLjYxOS0yLjkyOG0tOS42ODUgMTcuNDk0YTE4LjY3NiAxOC42NzYgMCAwIDAtLjI3NyAyLjI5N2wuMTQtLjE4NmMuMzE4LS40MTguNjQ3LS44NTEuNjYyLTEuMjQuMDEyLS4zNDQtLjI0NC0uNjE1LS41MjUtLjg3Ij48L3BhdGg+CiAgICA8cGF0aCBkPSJNMzAuNTA0IDEyLjQ3MmMuMjE1LS4yNzIuNTM3LS41NzMgMS4xMzItLjQ1NGwtLjA4NC40OGMtLjMzNS0uMDY2LS41MTguMDYtLjcuMjkxLS4yMTMuMjY1LS42NzIuNjY0LTEuMDU2LjQ3OC0uMzI4LS4xNi0uMzgtLjE4Ni0uNjE4LjIxNmwtLjM4Ni0uMjZjLjQxOC0uNzA4Ljc3NS0uNjA0IDEuMTkzLS40LjA3NC4wMzUuMzM1LS4xMjEuNTE5LS4zNXptMS4yMzMuNDA3bC0uMTEyLjQ3M2MtLjIxLS4wNTQtLjM5LjE1LS42MjguNDQ4LS4wNzUuMDkzLS4xNDUuMTgtLjIxMi4yNDgtLjI0NC4yNDItLjU2MS4yNTYtMS4wNDEuMjc1bC0uMjA2LjAxYy0uMzUyLjAxNy0uNDI3LjE1My0uNTMzLjM0M2ExLjIzNyAxLjIzNyAwIDAgMS0uMTM5LjIxOWwtLjM0Mi0uMzIzYy4wMzMtLjA0Mi4wNi0uMDkyLjA4OC0uMTQzLjEyMS0uMjIuMzA0LS41NTUuOTA1LS41ODVsLjIwOC0uMDA5Yy40MzYtLjAxOC42MzQtLjAzLjc0Ny0uMTQzLjA1Ni0uMDU3LjExNC0uMTMxLjE3Ny0uMjEuMjUtLjMxLjU5OC0uNzM1IDEuMDg4LS42MDN6bS0uMzkgMS42MWMtLjA3LjEzMy0uMTQ1LjI3LS4yMzIuMzc3LS4yMi4yNzEtLjU5LjQyNi0xLjAxNi40MjYtLjA0NyAwLS4wOTQtLjAwMi0uMTQyLS4wMDZsLjAzNS0uNDg2Yy4yNTIuMDE3LjYwMi0uMDM0Ljc3Ny0uMjUyLjA2NS0uMDguMTIyLS4xOS4xODMtLjMwMi4xNTYtLjI5NC4zNTMtLjY1OS43Mi0uNzMybC4wODUuNDhjLS4xNi4wMzItLjI4Ni4yNjctLjQxLjQ5NHptLjY5NC4xMTVjMCAuNTE3IDAgMS44OS0xLjc1NCAyLjM2NmwtLjExNS0uNDczYzEuNDEtLjM4NCAxLjQxLTEuNDAyIDEuNDEtMS44OTNoLjQ1OXptMS4wNDMtMi4xNjhjLjIzMS0uMDQuNTQtLjA2NS42OS4wNTJhLjI4LjI4IDAgMCAxIC4xMDcuMTkuMjExLjIxMSAwIDAgMS0uMTcuMjM4aC0uMDI3YS4xOTYuMTk2IDAgMCAxLS4xNTktLjA4NSAxLjQ4NCAxLjQ4NCAwIDAgMC0uMzc3LjAyM2MtLjEwNC4wMjEtLjIwOC0uMDU5LS4yMjctLjE3NC0uMDE3LS4xMTYuMDU1LS4yMjUuMTYzLS4yNDR6bTEuMjEuMzM2YS4xODYuMTg2IDAgMCAxIC4yNTkuMDgzYy4wMy4wNi4zMTIuOTgtLjA1NSAxLjIyN2EuMTg2LjE4NiAwIDAgMS0uMTA1LjAzMi4xOTMuMTkzIDAgMCAxLS4xNjYtLjA5OS4yMi4yMiAwIDAgMSAuMDQ2LS4yOGMuMDUtLjExMy0uMDE4LS41NjItLjA2OS0uNjgzLS4wNDQtLjEwMi0uMDA3LS4yMy4wOS0uMjh6bS4wNDYgMS44NDlsLS40NTEuMDQ1Yy0uMDA3LjAwMi0uMDE0LjAwMi0uMDIuMDAyYS4yMDQuMjA0IDAgMCAxLS4xOTctLjE5MWMtLjAxLS4xMTcuMDctLjIyLjE4LS4yM2wuNDUtLjA0N2MuMTA1LS4wMTIuMjA2LjA3NC4yMTguMTkuMDA4LjExNi0uMDcxLjIxOS0uMTguMjN6bS04LjkzOC0zLjE1MWMtLjI5NC0uMzI4LS42NDgtLjYzMy0xLjI1Ny0uNjMzLS42MDQgMC0uOTUuMjQzLTEuMzQ2LjY2bC0uMzItLjM0NmMuNDUzLS40ODEuOTEtLjgwMiAxLjY2Ni0uODAyLjc4MiAwIDEuMjQxLjM5NyAxLjU4OC43ODVsLS4zMy4zMzZ6TS4wMDEgMHY0Ny4wMjRjMS4zNTQtMy44MiA0LjYzOS03LjE5NyA5Ljg0Ni03LjE5NyA3LjIzMiAwIDEwLjA2NyA1LjQ2NCAxMS4yMDkgMTAuNDguMzgxLTIuNzI1IDEuMzYyLTUuMjY2IDIuOTI0LTcuMThWMjIuMzUyYS45MzguOTM4IDAgMCAxLS4yNDMtLjE2NGMtLjYzMy0uNTktLjU3My0yLjA2Ny0uNTMtMy4xNDYuMDA5LS4yMDguMDE2LS4zOTQuMDE2LS41NCAwLS4yODYuMDItLjY4My4wNDMtMS4xMTEuMDM5LS43Ni4wODItMS42MjEuMDIyLTIuMDYtLjA3Ni0uNTI2IDAtMS4xOC41OTUtMS42ODJ2LTEuMjZoLTIuMjdWMTEuOWg0Ljk4M3YuNDg4SDI0LjM0di45NjRhMy4zNyAzLjM3IDAgMCAxIC40NTktLjE4OWwuMTM2LjQ2NWMtLjIzMS4wNzctLjQzLjE3LS41OTUuMjc2di41OTJoLS40NTd2LS4xMzJjLS4xNDYuMjUtLjE5NC41NDgtLjE0NS44OTUuMDcuNDg3LjAyNCAxLjM3NS0uMDE3IDIuMTU4LS4wMi40MTgtLjA0LjgwNy0uMDQgMS4wODUgMCAuMTUzLS4wMS4zNDUtLjAxNi41Ni0uMDM2LjgzMy0uMDkgMi4yLjMxNSAyLjY5OHYtNS4xODNoLjExN2MtLjAwMS0uMTk5LjAzLS4zNzYuMTAzLS40ODIuNDEyLS41OTUuNjg4LS45OTQuNTY1LTEuNTY5bC40NDQtLjEwOWMuMTcxLjc5NS0uMjEgMS4zNDMtLjYxMiAxLjkyNC0uMDgyLjE2OC0uMDEuODE4LjEzNCAxLjAzMS4yMTIuMzE1LjUzNyAxLjM4Ni42MzMgMi4xODIuNDAzLS4zNS45NS0uNzUzIDEuNDc2LS45MjcuMDMtLjI5OC4yOTMtLjUxNS40ODUtLjY3Ni4xNzgtLjE0Ni42MzYtLjQ4Ljk5LS43MzdsLjM5Mi0uMjg4Yy40ODctLjM2NS45ODQtLjI0MiAxLjM3LjMzMy4xOS4yODMuODEyIDEuMjQyIDEuMDggMS42NTRsMi43ODItMi45NzF2LS4zNjhjLS44Ni0uMDg2LTEuNzIyLS43OS0xLjg5Mi0xLjI2MmwuMzk3LS4xNjVjLjEwNy4yOTQuOTA4Ljk4OCAxLjY2Ljk4OC4yODMgMCAuODI4LS42NTQuOTk3LTEuMzIyLjA4Mi0uMzA5LjAwMy0uNTItLjA3Ni0uNjQzLS4wODgtLjEzOS0uMjI5LS4yMzktLjM1Ni0uMjUybC4wNDQtLjQ1NGMuMDkyLjAxLjE3OC4wNTguMjY0LjEwMS4wOTEtLjIyMS4xMjctLjQ0NC4wNDgtLjYxNC0uMDk1LS4yMDYtLjMyMS0uMzI2LS42MzgtLjMzOS0xLjE2LS4wNjMtMi4xOTYuNDk5LTIuMzc0LjczNGwtLjM1NS0uMzA2Yy4zMDYtLjQxIDEuNTM2LS45NyAyLjc0OS0uOTE2LjE5Ny4wMDguMzczLjA0OC41MjYuMTE3LS4wNjctLjUzNC0uNDQtMS4wODEtLjczMi0xLjE5bC0uMTA2LS4wNDItLjAzNi0uMTE2Yy0uMTUtLjUwNC0uNy0xLjE0Mi0xLjQ4My0xLjIwNi4xMzYuMTgzLjI1MS4zODQuMjc1LjUyMWwuMDY0LjM3Mi0uMzQzLS4wOWE0LjA3NSA0LjA3NSAwIDAgMC0uNTI1LS4xMWMuMTQuMTIuMjQ2LjI3Mi4zMi41MDRsLjE0MS40NS0uNDI1LS4xMzdjLS4xMTktLjA0LS4zNC0uMDQyLS41Ny4wMmEuOTU1Ljk1NSAwIDAgMSAuMjI2LjM1OGMuMTU2LjQzLjAwNC44OTUtLjE1MyAxLjIwOGwtLjQwMy0uMjI4Yy4xNTUtLjMxNy4yMDMtLjYwMi4xMy0uODA0LS4wNTUtLjE1MS0uMTgtLjI2My0uMzgyLS4zNGwtLjQzNC0uMTY5LjM4OC0uMjY3Yy4yMzUtLjE2LjUyLS4yNTEuNzg0LS4yODFhMy44MjQgMy44MjQgMCAwIDAtLjM0Ny0uMTg1bC0uNTUzLS4yNzMuNDIyLS4yMjhjLjI4NC0uMTU0LjY1MS0uMTUxLjk1OC0uMTA3YTEuMzYgMS4zNiAwIDAgMC0uMjEtLjIyM2wtLjQ0OS0uMzMyLjUzNS0uMTA4YzEuMjUxLS4yNTUgMi4xNS42MzQgMi40MzMgMS40LjUzMy4yOSAxLjAzNSAxLjIyOC45MjYgMmEuODM2LjgzNiAwIDAgMSAuMDQ5LjA5NWMuMTYuMzQyLjEyMi43NjItLjA4IDEuMTU0LjAwNy4wMTEuMDE4LjAxNi4wMjYuMDI2LjE4Mi4yODYuMjMxLjY0OS4xMzUgMS4wMi0uMTYxLjYzNi0uNjQxIDEuMzUtMS4xMTggMS41Nzd2LjJsLjIwNC4yMTctNS4zOCA1Ljc0NC0uMTYyLS4xOS0uNTk0LS43Yy0uODU1LjY0OC0yLjU4MyAxLjM4LTMuODY5IDEuNjI2YTEuMTQ0IDEuMTQ0IDAgMCAxLS4xNTguMDJ2MjAuMTg2YTkuMjI0IDkuMjI0IDAgMCAxIDIuNTI3LTEuOTI1Yy0uODA5LS41OTYtMS42NDctMS43MDMtMS43NC0yLjU4Ny0uMDI0LS4yMjYuMDItLjQ0NC4xMDgtLjY1Ny4wMTUtLjk1MS4xMzItMi4zMTkuMzcyLTMuNDU4LS4yLS4yMDktLjM0NC0uNDM2LS4yODQtLjcxNWEuNzguNzggMCAwIDEgLjE0OS0uMzE0Yy4wMi0xLjE2OC4yMzQtMi4yNDYuNjM0LTMuMjA5LS40MjQtLjU3MS0uNzI3LTEuMzMxLS4zOTMtMi41NTkuMzI2LTEuMTk0Ljk0Ni0yLjI3OSAxLjktMy4zMTguNTU1LS42MDUgNi45OTMtNy41MjcgNi45OTMtNy41MjdsLjA3NC0uMDgyLjEwOC4wMTJzMS45ODYuMjAzIDIuMzMuMjQyYy40MTguMDQ3IDEuMDE2LjgwNiAxLjgxMiAxLjg3NC4yMjguMzA1LjQyNS41Ny41NTMuNzE0YS4zNC4zNCAwIDAgMSAuMDkuMjk1LjM0LjM0IDAgMCAxLS4xMzcuMjAyYy41MDguNjU4IDEuMzM0IDIuMDY3IDEuMzgyIDIuMjU1bC4wMjUuMDljLjEyNS40NzguMTY2Ljg2OS0uMzMzIDEuMjI3aDIuNTAydjguMTE3aC4wMDJ2MTkuOTk5Yy4yNDktNC41NDUgMy40MTctMTEuNTE1IDEwLjkyNC0xMS41MTUgNS4wMTggMCA4LjMwNiAyLjcxIDkuOTY2IDYuNjIzVjBIMHoiPjwvcGF0aD4KICAgIDxwYXRoIGQ9Ik0yNS43ODggMzcuNjM5aC0uMDM2YS44NDQuODQ0IDAgMCAwLS4wNzUuNDA0Yy4wODcuODE2IDEuMDM1IDEuOTUzIDEuNzkgMi4zOThsLjE1NC0uMDY3Yy0uMDgyLS43LS4yMDYtMS43NDktLjM2NC0yLjk3LS4yMjgtMS43Ny0uMTYxLTMuNDkyLS4wMDItNC45NzRhNC41NjMgNC41NjMgMCAwIDEtLjY3LjQwMmMtLjMzMy4xNy0uNjc2LjM0Ni0uNzIuNTQ3LS4wMjIuMTA1LjIyNi4zMjUuNDA2LjQ4Ni4zNzEuMzMuODMyLjc0LjgwOSAxLjM3LS4wMi41NTQtLjM5OCAxLjA1LS43NjQgMS41MzEtLjIuMjYzLS40MDUuNTMzLS41MjguNzg5di4wODR6bTMuMzQtMi44OTRjLS40NzMtMS4yODgtLjc0NC0zLjc5Ny0uODcyLTUuNTM2LS4zNTMgMS41NTUtLjk3NSA0Ljc4NS0uNTQ1IDguMTMuMTUgMS4xNjUuMjcgMi4xNzYuMzUzIDIuODc3YTkuMDczIDkuMDczIDAgMCAxIDIuMjkxLS40OTMgOC4zOSA4LjM5IDAgMCAxIDEuNTkuMDJjLTEuMTI3LTEuNDY2LTIuMjM3LTMuNDIyLTIuODE3LTQuOTk4bS00LjY5LTE2Ljk0M3Y0LjEzNGMuMDI0LS4wMDIuMDUtLjAwNy4wNzUtLjAxMSAxLjE5LS4yMyAyLjgzLS45MTYgMy42NC0xLjUxMmE4NC4zNSA4NC4zNSAwIDAgMC0xLjE0LTEuMzJsLS4wMTItLjAxMWMtLjQ2LjE0My0xLjA3NC41NjUtMS42ODggMS4xNTdsLS40MjIuNDA2LjA0LS42MDRjLjAzOC0uNTc3LS4yODQtMS43NjgtLjQ5My0yLjI0bTEuOTUgMTQuNTkxYy40MzUtLjIyNC44ODgtLjQ1Ni45NDctLjg0OS4wNy0uNDQ2LS4xOS0uNzUtLjYyMi0xLjIwOWwtLjE3My0uMTg3YTguMTIxIDguMTIxIDAgMCAwLS41IDIuNDNjLjExLS4wNjMuMjI5LS4xMjQuMzQ4LS4xODVtMS4xMjgtMS44MjJjLjE2LS45LjMyNy0xLjYxOC40MjYtMi4wMzMuMTczLS43MjMuNDIyLTEuMzQuNjYzLTEuOTM2LjQ1Mi0xLjExNy44NzItMi4xODYuNzk4LTMuODY3bC0xLjM2OCAxLjQ3NmMtLjg5Ny45OC0xLjQ4MiAxLjk5Ny0xLjc4NSAzLjExMi0uMzg3IDEuNDE5LjIxIDIuMDU0Ljc4NiAyLjY2Ny4xNzQuMTg0LjM0LjM3NS40OC41OCI+PC9wYXRoPgogIDwvZz4KPC9zdmc+Cg==\")"
21
+ }
22
+ }
23
+ }
24
+ }
25
+ }