@milestone-sys/web-design-system 3.6.2 → 3.6.3

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 (1102) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +7 -7
  3. package/assets.html +13 -0
  4. package/colors.list.js +65 -65
  5. package/components/detail/accordion-checkbox-large.html +1051 -0
  6. package/components/detail/accordion-checkbox-medium-dark.html +1051 -0
  7. package/components/detail/accordion-checkbox-medium-disabled.html +1051 -0
  8. package/components/detail/accordion-checkbox-medium-filtered-list-items.html +1055 -0
  9. package/components/detail/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +1077 -0
  10. package/components/detail/accordion-checkbox-medium-icon-left-floating.html +1077 -0
  11. package/components/detail/accordion-checkbox-medium-icon-left.html +1065 -0
  12. package/components/detail/accordion-checkbox-medium.html +1060 -0
  13. package/components/detail/accordion-checkbox-overview.html +1051 -0
  14. package/components/detail/accordion-input.html +949 -0
  15. package/components/detail/accordion-label.html +949 -0
  16. package/components/detail/accordion-modifier-icon-floating.html +949 -0
  17. package/components/detail/accordion-modifier-icon-left.html +949 -0
  18. package/components/detail/accordion-radio.html +1053 -0
  19. package/components/detail/alert-dark-theme-default.html +1009 -0
  20. package/components/detail/alert-dark-theme-solution.html +1009 -0
  21. package/components/detail/alert-default-extra-attention.html +1007 -0
  22. package/components/detail/alert-default-generic.html +1006 -0
  23. package/components/detail/alert-default-solution-with-badge-and-ready-state.html +1018 -0
  24. package/components/detail/alert-default-solution.html +1010 -0
  25. package/components/detail/alert-default-without-image.html +1004 -0
  26. package/components/detail/alert-default.html +1006 -0
  27. package/components/detail/alert-hidden-after-refresh-checkbox.html +1016 -0
  28. package/components/detail/alert-hidden-after-refresh.html +1005 -0
  29. package/components/detail/alert-layouts.html +1560 -0
  30. package/components/detail/alert-visible-after-refresh.html +1005 -0
  31. package/components/detail/background-colors.html +1287 -0
  32. package/components/detail/basic-card-default-dark.html +1014 -0
  33. package/components/detail/basic-card-default-without-caption-with-header-icon.html +1005 -0
  34. package/components/detail/basic-card-default-without-caption-with-header-image.html +1001 -0
  35. package/components/detail/basic-card-default-without-caption.html +997 -0
  36. package/components/detail/basic-card-default.html +1014 -0
  37. package/components/detail/basic-card-grouping-center.html +1014 -0
  38. package/components/detail/basic-card-grouping-left-with-flat-icon.html +1024 -0
  39. package/components/detail/basic-card-grouping-left.html +1014 -0
  40. package/components/detail/basic-card-grouping.html +1122 -0
  41. package/components/detail/basic-card-layouts.html +1886 -0
  42. package/components/detail/button-danger-dark-icon.html +999 -0
  43. package/components/detail/button-danger-dark.html +975 -0
  44. package/components/detail/button-danger-default.html +975 -0
  45. package/components/detail/button-danger-icon.html +999 -0
  46. package/components/detail/button-disabled-dark-icon.html +999 -0
  47. package/components/detail/button-disabled-dark.html +975 -0
  48. package/components/detail/button-floating-aligned-column.html +1005 -0
  49. package/components/detail/button-floating-aligned-right.html +1005 -0
  50. package/components/detail/button-floating-dark-aligned-column.html +1005 -0
  51. package/components/detail/button-floating-dark-aligned-right.html +1005 -0
  52. package/components/detail/button-floating-dark-default.html +1005 -0
  53. package/components/detail/button-floating-dark-disabled.html +1005 -0
  54. package/components/detail/button-floating-dark-secondary-aligned-column.html +1005 -0
  55. package/components/detail/button-floating-dark-secondary-aligned-right.html +1005 -0
  56. package/components/detail/button-floating-dark-secondary.html +1005 -0
  57. package/components/detail/button-floating-default.html +1005 -0
  58. package/components/detail/button-floating-disabled.html +1005 -0
  59. package/components/detail/button-floating-overview.html +969 -0
  60. package/components/detail/button-floating-positioning.html +1007 -0
  61. package/components/detail/button-floating-secondary-aligned-column.html +1005 -0
  62. package/components/detail/button-floating-secondary-aligned-right.html +1005 -0
  63. package/components/detail/button-floating-secondary.html +1005 -0
  64. package/components/detail/button-floating-states.html +987 -0
  65. package/components/detail/button-gray-default.html +975 -0
  66. package/components/detail/button-gray-icon.html +999 -0
  67. package/components/detail/button-group-center-alignment.html +965 -0
  68. package/components/detail/button-group-left-alignment.html +965 -0
  69. package/components/detail/button-group-right-alignment.html +965 -0
  70. package/components/detail/button-overview-direction.html +983 -0
  71. package/components/detail/button-overview-global-definition.html +975 -0
  72. package/components/detail/button-overview-sizes.html +987 -0
  73. package/components/detail/button-overview-states.html +1019 -0
  74. package/components/detail/button-primary-dark-icon.html +999 -0
  75. package/components/detail/button-primary-dark.html +975 -0
  76. package/components/detail/button-primary-default.html +975 -0
  77. package/components/detail/button-primary-icon.html +999 -0
  78. package/components/detail/button-secondary-dark-icon.html +999 -0
  79. package/components/detail/button-secondary-dark.html +975 -0
  80. package/components/detail/button-secondary-default.html +975 -0
  81. package/components/detail/button-secondary-icon.html +999 -0
  82. package/components/detail/button-tertiary-default.html +975 -0
  83. package/components/detail/button-tertiary-icon.html +999 -0
  84. package/components/detail/buttons-overview.html +2069 -0
  85. package/components/detail/category-dark.html +1022 -0
  86. package/components/detail/category-disabled-dark.html +1014 -0
  87. package/components/detail/category-disabled.html +1014 -0
  88. package/components/detail/category-full-row.html +1178 -0
  89. package/components/detail/category-overview-dark-states.html +1058 -0
  90. package/components/detail/category-overview-dark.html +1022 -0
  91. package/components/detail/category-overview-sizes.html +1030 -0
  92. package/components/detail/category-overview-states.html +1058 -0
  93. package/components/detail/category-small-dark.html +1022 -0
  94. package/components/detail/category-small-disabled-dark.html +1014 -0
  95. package/components/detail/category-small-disabled.html +1014 -0
  96. package/components/detail/category-small-full-row.html +1250 -0
  97. package/components/detail/category-small.html +1022 -0
  98. package/components/detail/category.html +1022 -0
  99. package/components/detail/checkbox-checked.html +968 -0
  100. package/components/detail/checkbox-disabled.html +968 -0
  101. package/components/detail/checkbox-focus.html +968 -0
  102. package/components/detail/checkbox-global-definition.html +968 -0
  103. package/components/detail/checkbox-hover.html +968 -0
  104. package/components/detail/checkbox-inline.html +974 -0
  105. package/components/detail/checkbox-readonly.html +969 -0
  106. package/components/detail/colors-and-shadows.html +1403 -0
  107. package/components/detail/contact-cards.html +2151 -0
  108. package/components/detail/contact-content.html +1017 -0
  109. package/components/detail/contact-overview.html +1147 -0
  110. package/components/detail/contact-sizes.html +1108 -0
  111. package/components/detail/contact-small.html +1038 -0
  112. package/components/detail/contact-without-image-small.html +1028 -0
  113. package/components/detail/contact-without-image.html +1028 -0
  114. package/components/detail/contact.html +1038 -0
  115. package/components/detail/divider-dark-blue.html +949 -0
  116. package/components/detail/divider-default.html +949 -0
  117. package/components/detail/divider-gray-5.html +949 -0
  118. package/components/detail/divider-white-50.html +949 -0
  119. package/components/detail/divider-white.html +949 -0
  120. package/components/detail/divider-yellow.html +949 -0
  121. package/components/detail/generic-card-aspect-16by9.html +1001 -0
  122. package/components/detail/generic-card-aspect-2by1-small.html +1116 -0
  123. package/components/detail/generic-card-aspect-2by1.html +1110 -0
  124. package/components/detail/generic-card-aspect.html +1050 -0
  125. package/components/detail/generic-card-default-small-dark-theme.html +1000 -0
  126. package/components/detail/generic-card-default-small-svg.html +1000 -0
  127. package/components/detail/generic-card-default-small.html +999 -0
  128. package/components/detail/generic-card-default-svg-dark.html +999 -0
  129. package/components/detail/generic-card-default-svg.html +998 -0
  130. package/components/detail/generic-card-default.html +999 -0
  131. package/components/detail/generic-card-media-dark-theme.html +1031 -0
  132. package/components/detail/generic-card-media-floating-icon.html +1042 -0
  133. package/components/detail/generic-card-media-small.html +1027 -0
  134. package/components/detail/generic-card-media.html +1027 -0
  135. package/components/detail/generic-card-overview.html +1062 -0
  136. package/components/detail/generic-flat-icons.html +951 -0
  137. package/components/detail/generic-rich-icons.html +951 -0
  138. package/components/detail/global-colors-alternative.html +1301 -0
  139. package/components/detail/global-colors-gradients.html +1305 -0
  140. package/components/detail/global-colors-gray-white-black.html +1304 -0
  141. package/components/detail/global-colors-primary.html +1295 -0
  142. package/components/detail/global-colors-shadows.html +1295 -0
  143. package/components/detail/global-colors-transparency.html +1306 -0
  144. package/components/detail/global-margins.html +995 -0
  145. package/components/detail/global-paddings.html +951 -0
  146. package/components/detail/gradient-background-colors.html +1517 -0
  147. package/components/detail/input-disabled.html +1003 -0
  148. package/components/detail/input-field.html +1226 -0
  149. package/components/detail/input-focus.html +1003 -0
  150. package/components/detail/input-hover.html +1003 -0
  151. package/components/detail/input-readonly.html +1003 -0
  152. package/components/detail/input-sizes.html +1007 -0
  153. package/components/detail/input-state-error.html +1003 -0
  154. package/components/detail/input-state-success.html +1003 -0
  155. package/components/detail/input.html +981 -0
  156. package/components/detail/large-section-spacing-definitions.html +1011 -0
  157. package/components/detail/large-section-spacing.html +977 -0
  158. package/components/detail/links.html +977 -0
  159. package/components/detail/lists.html +973 -0
  160. package/components/detail/marketplace-flat-icons.html +951 -0
  161. package/components/detail/marketplace-rich-icons.html +951 -0
  162. package/components/detail/matching-content-height-card.html +1599 -0
  163. package/components/detail/medium-section-spacing-definitions.html +1011 -0
  164. package/components/detail/medium-section-spacing.html +977 -0
  165. package/components/detail/modal-on-click.html +1017 -0
  166. package/components/detail/modal-on-load-demo.html +1012 -0
  167. package/components/detail/modal-on-load.html +1012 -0
  168. package/components/detail/msds-text-alt-blue-1.html +1287 -0
  169. package/components/detail/msds-text-alt-blue-2.html +1287 -0
  170. package/components/detail/msds-text-alt-blue-3.html +1287 -0
  171. package/components/detail/msds-text-alt-yellow-1.html +1287 -0
  172. package/components/detail/msds-text-alt-yellow-2.html +1287 -0
  173. package/components/detail/msds-text-black.html +1287 -0
  174. package/components/detail/msds-text-clear-blue.html +1287 -0
  175. package/components/detail/msds-text-confirm-green.html +1287 -0
  176. package/components/detail/msds-text-danger-red-1.html +1287 -0
  177. package/components/detail/msds-text-danger-red-2.html +1287 -0
  178. package/components/detail/msds-text-dark-blue.html +1287 -0
  179. package/components/detail/msds-text-gray-1.html +1287 -0
  180. package/components/detail/msds-text-gray-10.html +1287 -0
  181. package/components/detail/msds-text-gray-2.html +1287 -0
  182. package/components/detail/msds-text-gray-3.html +1287 -0
  183. package/components/detail/msds-text-gray-4.html +1287 -0
  184. package/components/detail/msds-text-gray-5.html +1287 -0
  185. package/components/detail/msds-text-gray-6.html +1287 -0
  186. package/components/detail/msds-text-gray-7.html +1287 -0
  187. package/components/detail/msds-text-gray-8.html +1287 -0
  188. package/components/detail/msds-text-gray-9.html +1287 -0
  189. package/components/detail/msds-text-sand.html +1287 -0
  190. package/components/detail/msds-text-white.html +1287 -0
  191. package/components/detail/msds-text-yellow.html +1287 -0
  192. package/components/detail/popover-bottom.html +1018 -0
  193. package/components/detail/popover-global-definition.html +1018 -0
  194. package/components/detail/popover-left.html +1018 -0
  195. package/components/detail/popover-top.html +1018 -0
  196. package/components/detail/preview-dark.html +1014 -0
  197. package/components/detail/preview.html +1001 -0
  198. package/components/detail/progress-bar-dark-theme.html +997 -0
  199. package/components/detail/progress-bar-features.html +1023 -0
  200. package/components/detail/progress-bar-global-definition.html +973 -0
  201. package/components/detail/progress-bar-light-theme.html +997 -0
  202. package/components/detail/progress-bar-sizes.html +999 -0
  203. package/components/detail/radio-button-disabled.html +963 -0
  204. package/components/detail/radio-button-focus.html +963 -0
  205. package/components/detail/radio-button-global-definition.html +975 -0
  206. package/components/detail/radio-button-hover.html +963 -0
  207. package/components/detail/radio-button-readonly.html +964 -0
  208. package/components/detail/radio-button-selected.html +963 -0
  209. package/components/detail/section-checkbox-dark.html +1019 -0
  210. package/components/detail/section-checkbox-nested-accordion.html +1124 -0
  211. package/components/detail/section-checkbox.html +1083 -0
  212. package/components/detail/section-radio-dark.html +1083 -0
  213. package/components/detail/section-radio-nested-accordion.html +1135 -0
  214. package/components/detail/section-radio.html +1081 -0
  215. package/components/detail/select-input-default.html +973 -0
  216. package/components/detail/select-input-error.html +971 -0
  217. package/components/detail/select-input-global-definition.html +983 -0
  218. package/components/detail/select-input-not-required.html +973 -0
  219. package/components/detail/select-input-required.html +973 -0
  220. package/components/detail/select-input-small.html +969 -0
  221. package/components/detail/small-section-spacing-definitions.html +1017 -0
  222. package/components/detail/small-section-spacing.html +977 -0
  223. package/components/detail/solid-background-colors.html +1457 -0
  224. package/components/detail/solution-card-default-layout.html +1210 -0
  225. package/components/detail/solution-card-default.html +1040 -0
  226. package/components/detail/solution-card-layouts.html +2085 -0
  227. package/components/detail/solution-card-optional-certification-badges.html +1054 -0
  228. package/components/detail/solution-card-optional-solution-badges.html +1054 -0
  229. package/components/detail/solution-card-sizes.html +1125 -0
  230. package/components/detail/solution-card-small.html +1040 -0
  231. package/components/detail/switch-checked.html +973 -0
  232. package/components/detail/switch-default.html +973 -0
  233. package/components/detail/switch-disabled-readonly.html +973 -0
  234. package/components/detail/switch-disabled.html +973 -0
  235. package/components/detail/switch-global.html +983 -0
  236. package/components/detail/tab-tile.html +2409 -0
  237. package/components/detail/table-dark-theme-default-expandable-rows.html +1204 -0
  238. package/components/detail/table-dark-theme-default.html +1228 -0
  239. package/components/detail/table-default-dark.html +1179 -0
  240. package/components/detail/table-default-expandable-rows.html +1203 -0
  241. package/components/detail/table-default-medium.html +1179 -0
  242. package/components/detail/table-default-small.html +1179 -0
  243. package/components/detail/table-default.html +1227 -0
  244. package/components/detail/text-area-disabled.html +1011 -0
  245. package/components/detail/text-area-error.html +1011 -0
  246. package/components/detail/text-area-field.html +985 -0
  247. package/components/detail/text-area-focus.html +1011 -0
  248. package/components/detail/text-area-hover.html +1011 -0
  249. package/components/detail/text-area-readonly.html +1011 -0
  250. package/components/detail/text-area-sizes.html +1011 -0
  251. package/components/detail/text-area-success.html +1011 -0
  252. package/components/detail/text-area.html +1167 -0
  253. package/components/detail/text-colors.html +1287 -0
  254. package/components/detail/text.html +1037 -0
  255. package/components/detail/typography-body-texts.html +993 -0
  256. package/components/detail/typography-displays.html +959 -0
  257. package/components/detail/typography-headers.html +965 -0
  258. package/components/detail/typography-leads.html +951 -0
  259. package/components/detail/typography-links-dark-theme.html +1159 -0
  260. package/components/detail/typography-links-light-theme.html +1123 -0
  261. package/components/detail/typography-links-secondary.html +1011 -0
  262. package/components/detail/typography-unordered-lists.html +973 -0
  263. package/components/preview/accordion-checkbox-large.html +81 -0
  264. package/components/preview/accordion-checkbox-medium-dark.html +81 -0
  265. package/components/preview/accordion-checkbox-medium-disabled.html +82 -0
  266. package/components/preview/accordion-checkbox-medium-filtered-list-items.html +84 -0
  267. package/components/preview/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +95 -0
  268. package/components/preview/accordion-checkbox-medium-icon-left-floating.html +95 -0
  269. package/components/preview/accordion-checkbox-medium-icon-left.html +90 -0
  270. package/components/preview/accordion-checkbox-medium.html +81 -0
  271. package/components/preview/accordion-checkbox-overview.html +83 -0
  272. package/components/preview/accordion-input.html +30 -0
  273. package/components/preview/accordion-label.html +30 -0
  274. package/components/preview/accordion-modifier-icon-floating.html +30 -0
  275. package/components/preview/accordion-modifier-icon-left.html +31 -0
  276. package/components/preview/accordion-radio.html +83 -0
  277. package/components/preview/alert-dark-theme-default.html +59 -0
  278. package/components/preview/alert-dark-theme-solution.html +59 -0
  279. package/components/preview/alert-default-extra-attention.html +58 -0
  280. package/components/preview/alert-default-generic.html +58 -0
  281. package/components/preview/alert-default-solution-with-badge-and-ready-state.html +64 -0
  282. package/components/preview/alert-default-solution.html +60 -0
  283. package/components/preview/alert-default-without-image.html +57 -0
  284. package/components/preview/alert-default.html +58 -0
  285. package/components/preview/alert-hidden-after-refresh-checkbox.html +63 -0
  286. package/components/preview/alert-hidden-after-refresh.html +57 -0
  287. package/components/preview/alert-layouts.html +341 -0
  288. package/components/preview/alert-visible-after-refresh.html +57 -0
  289. package/components/preview/background-colors.html +50 -0
  290. package/components/preview/basic-card-default-dark.html +55 -0
  291. package/components/preview/basic-card-default-without-caption-with-header-icon.html +50 -0
  292. package/components/preview/basic-card-default-without-caption-with-header-image.html +48 -0
  293. package/components/preview/basic-card-default-without-caption.html +46 -0
  294. package/components/preview/basic-card-default.html +55 -0
  295. package/components/preview/basic-card-grouping-center.html +55 -0
  296. package/components/preview/basic-card-grouping-left-with-flat-icon.html +60 -0
  297. package/components/preview/basic-card-grouping-left.html +55 -0
  298. package/components/preview/basic-card-grouping.html +110 -0
  299. package/components/preview/basic-card-layouts.html +494 -0
  300. package/components/preview/button-danger-dark-icon.html +51 -0
  301. package/components/preview/button-danger-dark.html +44 -0
  302. package/components/preview/button-danger-default.html +42 -0
  303. package/components/preview/button-danger-icon.html +51 -0
  304. package/components/preview/button-disabled-dark-icon.html +51 -0
  305. package/components/preview/button-disabled-dark.html +44 -0
  306. package/components/preview/button-floating-aligned-column.html +57 -0
  307. package/components/preview/button-floating-aligned-right.html +57 -0
  308. package/components/preview/button-floating-dark-aligned-column.html +57 -0
  309. package/components/preview/button-floating-dark-aligned-right.html +57 -0
  310. package/components/preview/button-floating-dark-default.html +57 -0
  311. package/components/preview/button-floating-dark-disabled.html +57 -0
  312. package/components/preview/button-floating-dark-secondary-aligned-column.html +57 -0
  313. package/components/preview/button-floating-dark-secondary-aligned-right.html +57 -0
  314. package/components/preview/button-floating-dark-secondary.html +57 -0
  315. package/components/preview/button-floating-default.html +57 -0
  316. package/components/preview/button-floating-disabled.html +57 -0
  317. package/components/preview/button-floating-overview.html +39 -0
  318. package/components/preview/button-floating-positioning.html +58 -0
  319. package/components/preview/button-floating-secondary-aligned-column.html +57 -0
  320. package/components/preview/button-floating-secondary-aligned-right.html +57 -0
  321. package/components/preview/button-floating-secondary.html +57 -0
  322. package/components/preview/button-floating-states.html +48 -0
  323. package/components/preview/button-gray-default.html +43 -0
  324. package/components/preview/button-gray-icon.html +51 -0
  325. package/components/preview/button-group-center-alignment.html +37 -0
  326. package/components/preview/button-group-left-alignment.html +37 -0
  327. package/components/preview/button-group-right-alignment.html +37 -0
  328. package/components/preview/button-overview-direction.html +45 -0
  329. package/components/preview/button-overview-global-definition.html +41 -0
  330. package/components/preview/button-overview-sizes.html +48 -0
  331. package/components/preview/button-overview-states.html +59 -0
  332. package/components/preview/button-primary-dark-icon.html +51 -0
  333. package/components/preview/button-primary-dark.html +44 -0
  334. package/components/preview/button-primary-default.html +42 -0
  335. package/components/preview/button-primary-icon.html +52 -0
  336. package/components/preview/button-secondary-dark-icon.html +51 -0
  337. package/components/preview/button-secondary-dark.html +44 -0
  338. package/components/preview/button-secondary-default.html +44 -0
  339. package/components/preview/button-secondary-icon.html +51 -0
  340. package/components/preview/button-tertiary-default.html +42 -0
  341. package/components/preview/button-tertiary-icon.html +51 -0
  342. package/components/preview/buttons-overview.html +510 -0
  343. package/components/preview/category-dark.html +67 -0
  344. package/components/preview/category-disabled-dark.html +63 -0
  345. package/components/preview/category-disabled.html +59 -0
  346. package/components/preview/category-full-row.html +139 -0
  347. package/components/preview/category-overview-dark-states.html +85 -0
  348. package/components/preview/category-overview-dark.html +67 -0
  349. package/components/preview/category-overview-sizes.html +67 -0
  350. package/components/preview/category-overview-states.html +81 -0
  351. package/components/preview/category-small-dark.html +67 -0
  352. package/components/preview/category-small-disabled-dark.html +63 -0
  353. package/components/preview/category-small-disabled.html +59 -0
  354. package/components/preview/category-small-full-row.html +175 -0
  355. package/components/preview/category-small.html +63 -0
  356. package/components/preview/category.html +63 -0
  357. package/components/preview/checkbox-checked.html +38 -0
  358. package/components/preview/checkbox-disabled.html +38 -0
  359. package/components/preview/checkbox-focus.html +38 -0
  360. package/components/preview/checkbox-global-definition.html +38 -0
  361. package/components/preview/checkbox-hover.html +38 -0
  362. package/components/preview/checkbox-inline.html +41 -0
  363. package/components/preview/checkbox-readonly.html +39 -0
  364. package/components/preview/colors-and-shadows.html +126 -0
  365. package/components/preview/contact-cards.html +622 -0
  366. package/components/preview/contact-content.html +56 -0
  367. package/components/preview/contact-overview.html +121 -0
  368. package/components/preview/contact-sizes.html +102 -0
  369. package/components/preview/contact-small.html +67 -0
  370. package/components/preview/contact-without-image-small.html +62 -0
  371. package/components/preview/contact-without-image.html +62 -0
  372. package/components/preview/contact.html +67 -0
  373. package/components/preview/divider-dark-blue.html +29 -0
  374. package/components/preview/divider-default.html +30 -0
  375. package/components/preview/divider-gray-5.html +29 -0
  376. package/components/preview/divider-white-50.html +29 -0
  377. package/components/preview/divider-white.html +29 -0
  378. package/components/preview/divider-yellow.html +30 -0
  379. package/components/preview/generic-card-aspect-16by9.html +49 -0
  380. package/components/preview/generic-card-aspect-2by1-small.html +110 -0
  381. package/components/preview/generic-card-aspect-2by1.html +106 -0
  382. package/components/preview/generic-card-aspect.html +74 -0
  383. package/components/preview/generic-card-default-small-dark-theme.html +48 -0
  384. package/components/preview/generic-card-default-small-svg.html +48 -0
  385. package/components/preview/generic-card-default-small.html +49 -0
  386. package/components/preview/generic-card-default-svg-dark.html +48 -0
  387. package/components/preview/generic-card-default-svg.html +47 -0
  388. package/components/preview/generic-card-default.html +50 -0
  389. package/components/preview/generic-card-media-dark-theme.html +64 -0
  390. package/components/preview/generic-card-media-floating-icon.html +70 -0
  391. package/components/preview/generic-card-media-small.html +62 -0
  392. package/components/preview/generic-card-media.html +62 -0
  393. package/components/preview/generic-card-overview.html +80 -0
  394. package/components/preview/generic-flat-icons.html +54 -0
  395. package/components/preview/generic-rich-icons.html +54 -0
  396. package/components/preview/global-colors-alternative.html +59 -0
  397. package/components/preview/global-colors-gradients.html +63 -0
  398. package/components/preview/global-colors-gray-white-black.html +62 -0
  399. package/components/preview/global-colors-primary.html +53 -0
  400. package/components/preview/global-colors-shadows.html +54 -0
  401. package/components/preview/global-colors-transparency.html +64 -0
  402. package/components/preview/global-margins.html +51 -0
  403. package/components/preview/global-paddings.html +30 -0
  404. package/components/preview/gradient-background-colors.html +164 -0
  405. package/components/preview/input-disabled.html +56 -0
  406. package/components/preview/input-field.html +164 -0
  407. package/components/preview/input-focus.html +56 -0
  408. package/components/preview/input-hover.html +56 -0
  409. package/components/preview/input-readonly.html +56 -0
  410. package/components/preview/input-sizes.html +58 -0
  411. package/components/preview/input-state-error.html +56 -0
  412. package/components/preview/input-state-success.html +56 -0
  413. package/components/preview/input.html +45 -0
  414. package/components/preview/large-section-spacing-definitions.html +59 -0
  415. package/components/preview/large-section-spacing.html +42 -0
  416. package/components/preview/links.html +44 -0
  417. package/components/preview/lists.html +42 -0
  418. package/components/preview/marketplace-flat-icons.html +54 -0
  419. package/components/preview/marketplace-rich-icons.html +54 -0
  420. package/components/preview/matching-content-height-card.html +354 -0
  421. package/components/preview/medium-section-spacing-definitions.html +59 -0
  422. package/components/preview/medium-section-spacing.html +42 -0
  423. package/components/preview/modal-on-click.html +63 -0
  424. package/components/preview/modal-on-load-demo.html +61 -0
  425. package/components/preview/modal-on-load.html +61 -0
  426. package/components/preview/msds-text-alt-blue-1.html +49 -0
  427. package/components/preview/msds-text-alt-blue-2.html +49 -0
  428. package/components/preview/msds-text-alt-blue-3.html +49 -0
  429. package/components/preview/msds-text-alt-yellow-1.html +49 -0
  430. package/components/preview/msds-text-alt-yellow-2.html +49 -0
  431. package/components/preview/msds-text-black.html +49 -0
  432. package/components/preview/msds-text-clear-blue.html +49 -0
  433. package/components/preview/msds-text-confirm-green.html +49 -0
  434. package/components/preview/msds-text-danger-red-1.html +49 -0
  435. package/components/preview/msds-text-danger-red-2.html +49 -0
  436. package/components/preview/msds-text-dark-blue.html +49 -0
  437. package/components/preview/msds-text-gray-1.html +49 -0
  438. package/components/preview/msds-text-gray-10.html +49 -0
  439. package/components/preview/msds-text-gray-2.html +49 -0
  440. package/components/preview/msds-text-gray-3.html +49 -0
  441. package/components/preview/msds-text-gray-4.html +49 -0
  442. package/components/preview/msds-text-gray-5.html +49 -0
  443. package/components/preview/msds-text-gray-6.html +49 -0
  444. package/components/preview/msds-text-gray-7.html +49 -0
  445. package/components/preview/msds-text-gray-8.html +49 -0
  446. package/components/preview/msds-text-gray-9.html +49 -0
  447. package/components/preview/msds-text-sand.html +49 -0
  448. package/components/preview/msds-text-white.html +49 -0
  449. package/components/preview/msds-text-yellow.html +49 -0
  450. package/components/preview/popover-bottom.html +61 -0
  451. package/components/preview/popover-global-definition.html +61 -0
  452. package/components/preview/popover-left.html +61 -0
  453. package/components/preview/popover-top.html +61 -0
  454. package/components/preview/preview-dark.html +59 -0
  455. package/components/preview/preview.html +29 -0
  456. package/components/preview/progress-bar-dark-theme.html +57 -0
  457. package/components/preview/progress-bar-features.html +66 -0
  458. package/components/preview/progress-bar-global-definition.html +41 -0
  459. package/components/preview/progress-bar-light-theme.html +53 -0
  460. package/components/preview/progress-bar-sizes.html +55 -0
  461. package/components/preview/radio-button-disabled.html +36 -0
  462. package/components/preview/radio-button-focus.html +36 -0
  463. package/components/preview/radio-button-global-definition.html +42 -0
  464. package/components/preview/radio-button-hover.html +36 -0
  465. package/components/preview/radio-button-readonly.html +37 -0
  466. package/components/preview/radio-button-selected.html +36 -0
  467. package/components/preview/section-checkbox-dark.html +64 -0
  468. package/components/preview/section-checkbox-nested-accordion.html +119 -0
  469. package/components/preview/section-checkbox.html +96 -0
  470. package/components/preview/section-radio-dark.html +96 -0
  471. package/components/preview/section-radio-nested-accordion.html +144 -0
  472. package/components/preview/section-radio.html +95 -0
  473. package/components/preview/select-input-default.html +41 -0
  474. package/components/preview/select-input-error.html +40 -0
  475. package/components/preview/select-input-global-definition.html +46 -0
  476. package/components/preview/select-input-not-required.html +41 -0
  477. package/components/preview/select-input-required.html +41 -0
  478. package/components/preview/select-input-small.html +38 -0
  479. package/components/preview/small-section-spacing-definitions.html +62 -0
  480. package/components/preview/small-section-spacing.html +42 -0
  481. package/components/preview/solid-background-colors.html +135 -0
  482. package/components/preview/solution-card-default-layout.html +158 -0
  483. package/components/preview/solution-card-default.html +74 -0
  484. package/components/preview/solution-card-layouts.html +587 -0
  485. package/components/preview/solution-card-optional-certification-badges.html +82 -0
  486. package/components/preview/solution-card-optional-solution-badges.html +82 -0
  487. package/components/preview/solution-card-sizes.html +116 -0
  488. package/components/preview/solution-card-small.html +74 -0
  489. package/components/preview/switch-checked.html +41 -0
  490. package/components/preview/switch-default.html +41 -0
  491. package/components/preview/switch-disabled-readonly.html +41 -0
  492. package/components/preview/switch-disabled.html +41 -0
  493. package/components/preview/switch-global.html +46 -0
  494. package/components/preview/tab-tile.html +1128 -0
  495. package/components/preview/table-dark-theme-default-expandable-rows.html +160 -0
  496. package/components/preview/table-dark-theme-default.html +172 -0
  497. package/components/preview/table-default-dark.html +144 -0
  498. package/components/preview/table-default-expandable-rows.html +156 -0
  499. package/components/preview/table-default-medium.html +144 -0
  500. package/components/preview/table-default-small.html +144 -0
  501. package/components/preview/table-default.html +168 -0
  502. package/components/preview/text-area-disabled.html +60 -0
  503. package/components/preview/text-area-error.html +60 -0
  504. package/components/preview/text-area-field.html +47 -0
  505. package/components/preview/text-area-focus.html +60 -0
  506. package/components/preview/text-area-hover.html +60 -0
  507. package/components/preview/text-area-readonly.html +60 -0
  508. package/components/preview/text-area-sizes.html +60 -0
  509. package/components/preview/text-area-success.html +60 -0
  510. package/components/preview/text-area.html +147 -0
  511. package/components/preview/text-colors.html +49 -0
  512. package/components/preview/text.html +74 -0
  513. package/components/preview/typography-body-texts.html +52 -0
  514. package/components/preview/typography-displays.html +34 -0
  515. package/components/preview/typography-headers.html +37 -0
  516. package/components/preview/typography-leads.html +30 -0
  517. package/components/preview/typography-links-dark-theme.html +135 -0
  518. package/components/preview/typography-links-light-theme.html +117 -0
  519. package/components/preview/typography-links-secondary.html +61 -0
  520. package/components/preview/typography-unordered-lists.html +41 -0
  521. package/components/raw/tab-tile/tab-tile.js +139 -0
  522. package/components/raw/tab-tile/tab-tile.scss +256 -0
  523. package/components/render/accordion-checkbox-large.html +55 -0
  524. package/components/render/accordion-checkbox-medium-dark.html +55 -0
  525. package/components/render/accordion-checkbox-medium-disabled.html +56 -0
  526. package/components/render/accordion-checkbox-medium-filtered-list-items.html +58 -0
  527. package/components/render/accordion-checkbox-medium-icon-left-floating-dark-yellow.html +69 -0
  528. package/components/render/accordion-checkbox-medium-icon-left-floating.html +69 -0
  529. package/components/render/accordion-checkbox-medium-icon-left.html +64 -0
  530. package/components/render/accordion-checkbox-medium.html +55 -0
  531. package/components/render/accordion-checkbox-overview.html +57 -0
  532. package/components/render/accordion-input.html +4 -0
  533. package/components/render/accordion-label.html +4 -0
  534. package/components/render/accordion-modifier-icon-floating.html +4 -0
  535. package/components/render/accordion-modifier-icon-left.html +5 -0
  536. package/components/render/accordion-radio.html +57 -0
  537. package/components/render/alert-dark-theme-default.html +33 -0
  538. package/components/render/alert-dark-theme-solution.html +33 -0
  539. package/components/render/alert-default-extra-attention.html +32 -0
  540. package/components/render/alert-default-generic.html +32 -0
  541. package/components/render/alert-default-solution-with-badge-and-ready-state.html +38 -0
  542. package/components/render/alert-default-solution.html +34 -0
  543. package/components/render/alert-default-without-image.html +31 -0
  544. package/components/render/alert-default.html +32 -0
  545. package/components/render/alert-hidden-after-refresh-checkbox.html +37 -0
  546. package/components/render/alert-hidden-after-refresh.html +31 -0
  547. package/components/render/alert-layouts.html +315 -0
  548. package/components/render/alert-visible-after-refresh.html +31 -0
  549. package/components/render/background-colors.html +4 -0
  550. package/components/render/basic-card-default-dark.html +29 -0
  551. package/components/render/basic-card-default-without-caption-with-header-icon.html +24 -0
  552. package/components/render/basic-card-default-without-caption-with-header-image.html +22 -0
  553. package/components/render/basic-card-default-without-caption.html +20 -0
  554. package/components/render/basic-card-default.html +29 -0
  555. package/components/render/basic-card-grouping-center.html +29 -0
  556. package/components/render/basic-card-grouping-left-with-flat-icon.html +34 -0
  557. package/components/render/basic-card-grouping-left.html +29 -0
  558. package/components/render/basic-card-grouping.html +84 -0
  559. package/components/render/basic-card-layouts.html +468 -0
  560. package/components/render/button-danger-dark-icon.html +25 -0
  561. package/components/render/button-danger-dark.html +18 -0
  562. package/components/render/button-danger-default.html +16 -0
  563. package/components/render/button-danger-icon.html +25 -0
  564. package/components/render/button-disabled-dark-icon.html +25 -0
  565. package/components/render/button-disabled-dark.html +18 -0
  566. package/components/render/button-floating-aligned-column.html +31 -0
  567. package/components/render/button-floating-aligned-right.html +31 -0
  568. package/components/render/button-floating-dark-aligned-column.html +31 -0
  569. package/components/render/button-floating-dark-aligned-right.html +31 -0
  570. package/components/render/button-floating-dark-default.html +31 -0
  571. package/components/render/button-floating-dark-disabled.html +31 -0
  572. package/components/render/button-floating-dark-secondary-aligned-column.html +31 -0
  573. package/components/render/button-floating-dark-secondary-aligned-right.html +31 -0
  574. package/components/render/button-floating-dark-secondary.html +31 -0
  575. package/components/render/button-floating-default.html +31 -0
  576. package/components/render/button-floating-disabled.html +31 -0
  577. package/components/render/button-floating-overview.html +13 -0
  578. package/components/render/button-floating-positioning.html +32 -0
  579. package/components/render/button-floating-secondary-aligned-column.html +31 -0
  580. package/components/render/button-floating-secondary-aligned-right.html +31 -0
  581. package/components/render/button-floating-secondary.html +31 -0
  582. package/components/render/button-floating-states.html +22 -0
  583. package/components/render/button-gray-default.html +17 -0
  584. package/components/render/button-gray-icon.html +25 -0
  585. package/components/render/button-group-center-alignment.html +11 -0
  586. package/components/render/button-group-left-alignment.html +11 -0
  587. package/components/render/button-group-right-alignment.html +11 -0
  588. package/components/render/button-overview-direction.html +19 -0
  589. package/components/render/button-overview-global-definition.html +15 -0
  590. package/components/render/button-overview-sizes.html +22 -0
  591. package/components/render/button-overview-states.html +33 -0
  592. package/components/render/button-primary-dark-icon.html +25 -0
  593. package/components/render/button-primary-dark.html +18 -0
  594. package/components/render/button-primary-default.html +16 -0
  595. package/components/render/button-primary-icon.html +26 -0
  596. package/components/render/button-secondary-dark-icon.html +25 -0
  597. package/components/render/button-secondary-dark.html +18 -0
  598. package/components/render/button-secondary-default.html +18 -0
  599. package/components/render/button-secondary-icon.html +25 -0
  600. package/components/render/button-tertiary-default.html +16 -0
  601. package/components/render/button-tertiary-icon.html +25 -0
  602. package/components/render/buttons-overview.html +484 -0
  603. package/components/render/category-dark.html +37 -0
  604. package/components/render/category-disabled-dark.html +33 -0
  605. package/components/render/category-disabled.html +33 -0
  606. package/components/render/category-full-row.html +113 -0
  607. package/components/render/category-overview-dark-states.html +55 -0
  608. package/components/render/category-overview-dark.html +37 -0
  609. package/components/render/category-overview-sizes.html +41 -0
  610. package/components/render/category-overview-states.html +55 -0
  611. package/components/render/category-small-dark.html +37 -0
  612. package/components/render/category-small-disabled-dark.html +33 -0
  613. package/components/render/category-small-disabled.html +33 -0
  614. package/components/render/category-small-full-row.html +149 -0
  615. package/components/render/category-small.html +37 -0
  616. package/components/render/category.html +37 -0
  617. package/components/render/checkbox-checked.html +12 -0
  618. package/components/render/checkbox-disabled.html +12 -0
  619. package/components/render/checkbox-focus.html +12 -0
  620. package/components/render/checkbox-global-definition.html +12 -0
  621. package/components/render/checkbox-hover.html +12 -0
  622. package/components/render/checkbox-inline.html +15 -0
  623. package/components/render/checkbox-readonly.html +13 -0
  624. package/components/render/colors-and-shadows.html +80 -0
  625. package/components/render/contact-cards.html +596 -0
  626. package/components/render/contact-content.html +30 -0
  627. package/components/render/contact-overview.html +95 -0
  628. package/components/render/contact-sizes.html +76 -0
  629. package/components/render/contact-small.html +41 -0
  630. package/components/render/contact-without-image-small.html +36 -0
  631. package/components/render/contact-without-image.html +36 -0
  632. package/components/render/contact.html +41 -0
  633. package/components/render/divider-dark-blue.html +3 -0
  634. package/components/render/divider-default.html +4 -0
  635. package/components/render/divider-gray-5.html +3 -0
  636. package/components/render/divider-white-50.html +3 -0
  637. package/components/render/divider-white.html +3 -0
  638. package/components/render/divider-yellow.html +4 -0
  639. package/components/render/generic-card-aspect-16by9.html +23 -0
  640. package/components/render/generic-card-aspect-2by1-small.html +84 -0
  641. package/components/render/generic-card-aspect-2by1.html +80 -0
  642. package/components/render/generic-card-aspect.html +48 -0
  643. package/components/render/generic-card-default-small-dark-theme.html +22 -0
  644. package/components/render/generic-card-default-small-svg.html +22 -0
  645. package/components/render/generic-card-default-small.html +23 -0
  646. package/components/render/generic-card-default-svg-dark.html +22 -0
  647. package/components/render/generic-card-default-svg.html +21 -0
  648. package/components/render/generic-card-default.html +24 -0
  649. package/components/render/generic-card-media-dark-theme.html +38 -0
  650. package/components/render/generic-card-media-floating-icon.html +44 -0
  651. package/components/render/generic-card-media-small.html +36 -0
  652. package/components/render/generic-card-media.html +36 -0
  653. package/components/render/generic-card-overview.html +54 -0
  654. package/components/render/generic-flat-icons.html +3 -0
  655. package/components/render/generic-rich-icons.html +3 -0
  656. package/components/render/global-colors-alternative.html +13 -0
  657. package/components/render/global-colors-gradients.html +17 -0
  658. package/components/render/global-colors-gray-white-black.html +16 -0
  659. package/components/render/global-colors-primary.html +7 -0
  660. package/components/render/global-colors-shadows.html +8 -0
  661. package/components/render/global-colors-transparency.html +18 -0
  662. package/components/render/global-margins.html +25 -0
  663. package/components/render/global-paddings.html +4 -0
  664. package/components/render/gradient-background-colors.html +118 -0
  665. package/components/render/input-disabled.html +30 -0
  666. package/components/render/input-field.html +138 -0
  667. package/components/render/input-focus.html +30 -0
  668. package/components/render/input-hover.html +30 -0
  669. package/components/render/input-readonly.html +30 -0
  670. package/components/render/input-sizes.html +32 -0
  671. package/components/render/input-state-error.html +30 -0
  672. package/components/render/input-state-success.html +30 -0
  673. package/components/render/input.html +19 -0
  674. package/components/render/large-section-spacing-definitions.html +33 -0
  675. package/components/render/large-section-spacing.html +16 -0
  676. package/components/render/links.html +18 -0
  677. package/components/render/lists.html +16 -0
  678. package/components/render/marketplace-flat-icons.html +3 -0
  679. package/components/render/marketplace-rich-icons.html +3 -0
  680. package/components/render/matching-content-height-card.html +328 -0
  681. package/components/render/medium-section-spacing-definitions.html +33 -0
  682. package/components/render/medium-section-spacing.html +16 -0
  683. package/components/render/modal-on-click.html +37 -0
  684. package/components/render/modal-on-load-demo.html +35 -0
  685. package/components/render/modal-on-load.html +35 -0
  686. package/components/render/msds-text-alt-blue-1.html +3 -0
  687. package/components/render/msds-text-alt-blue-2.html +3 -0
  688. package/components/render/msds-text-alt-blue-3.html +3 -0
  689. package/components/render/msds-text-alt-yellow-1.html +3 -0
  690. package/components/render/msds-text-alt-yellow-2.html +3 -0
  691. package/components/render/msds-text-black.html +3 -0
  692. package/components/render/msds-text-clear-blue.html +3 -0
  693. package/components/render/msds-text-confirm-green.html +3 -0
  694. package/components/render/msds-text-danger-red-1.html +3 -0
  695. package/components/render/msds-text-danger-red-2.html +3 -0
  696. package/components/render/msds-text-dark-blue.html +3 -0
  697. package/components/render/msds-text-gray-1.html +3 -0
  698. package/components/render/msds-text-gray-10.html +3 -0
  699. package/components/render/msds-text-gray-2.html +3 -0
  700. package/components/render/msds-text-gray-3.html +3 -0
  701. package/components/render/msds-text-gray-4.html +3 -0
  702. package/components/render/msds-text-gray-5.html +3 -0
  703. package/components/render/msds-text-gray-6.html +3 -0
  704. package/components/render/msds-text-gray-7.html +3 -0
  705. package/components/render/msds-text-gray-8.html +3 -0
  706. package/components/render/msds-text-gray-9.html +3 -0
  707. package/components/render/msds-text-sand.html +3 -0
  708. package/components/render/msds-text-white.html +3 -0
  709. package/components/render/msds-text-yellow.html +3 -0
  710. package/components/render/popover-bottom.html +35 -0
  711. package/components/render/popover-global-definition.html +35 -0
  712. package/components/render/popover-left.html +35 -0
  713. package/components/render/popover-top.html +35 -0
  714. package/components/render/preview-dark.html +33 -0
  715. package/components/render/preview.html +29 -0
  716. package/components/render/progress-bar-dark-theme.html +27 -0
  717. package/components/render/progress-bar-features.html +40 -0
  718. package/components/render/progress-bar-global-definition.html +15 -0
  719. package/components/render/progress-bar-light-theme.html +27 -0
  720. package/components/render/progress-bar-sizes.html +29 -0
  721. package/components/render/radio-button-disabled.html +10 -0
  722. package/components/render/radio-button-focus.html +10 -0
  723. package/components/render/radio-button-global-definition.html +16 -0
  724. package/components/render/radio-button-hover.html +10 -0
  725. package/components/render/radio-button-readonly.html +11 -0
  726. package/components/render/radio-button-selected.html +10 -0
  727. package/components/render/section-checkbox-dark.html +38 -0
  728. package/components/render/section-checkbox-nested-accordion.html +93 -0
  729. package/components/render/section-checkbox.html +70 -0
  730. package/components/render/section-radio-dark.html +70 -0
  731. package/components/render/section-radio-nested-accordion.html +118 -0
  732. package/components/render/section-radio.html +69 -0
  733. package/components/render/select-input-default.html +15 -0
  734. package/components/render/select-input-error.html +14 -0
  735. package/components/render/select-input-global-definition.html +20 -0
  736. package/components/render/select-input-not-required.html +15 -0
  737. package/components/render/select-input-required.html +15 -0
  738. package/components/render/select-input-small.html +12 -0
  739. package/components/render/small-section-spacing-definitions.html +36 -0
  740. package/components/render/small-section-spacing.html +16 -0
  741. package/components/render/solid-background-colors.html +89 -0
  742. package/components/render/solution-card-default-layout.html +132 -0
  743. package/components/render/solution-card-default.html +48 -0
  744. package/components/render/solution-card-layouts.html +561 -0
  745. package/components/render/solution-card-optional-certification-badges.html +56 -0
  746. package/components/render/solution-card-optional-solution-badges.html +56 -0
  747. package/components/render/solution-card-sizes.html +90 -0
  748. package/components/render/solution-card-small.html +48 -0
  749. package/components/render/switch-checked.html +15 -0
  750. package/components/render/switch-default.html +15 -0
  751. package/components/render/switch-disabled-readonly.html +15 -0
  752. package/components/render/switch-disabled.html +15 -0
  753. package/components/render/switch-global.html +20 -0
  754. package/components/render/tab-tile.html +1102 -0
  755. package/components/render/table-dark-theme-default-expandable-rows.html +130 -0
  756. package/components/render/table-dark-theme-default.html +142 -0
  757. package/components/render/table-default-dark.html +118 -0
  758. package/components/render/table-default-expandable-rows.html +130 -0
  759. package/components/render/table-default-medium.html +118 -0
  760. package/components/render/table-default-small.html +118 -0
  761. package/components/render/table-default.html +142 -0
  762. package/components/render/text-area-disabled.html +34 -0
  763. package/components/render/text-area-error.html +34 -0
  764. package/components/render/text-area-field.html +21 -0
  765. package/components/render/text-area-focus.html +34 -0
  766. package/components/render/text-area-hover.html +34 -0
  767. package/components/render/text-area-readonly.html +34 -0
  768. package/components/render/text-area-sizes.html +34 -0
  769. package/components/render/text-area-success.html +34 -0
  770. package/components/render/text-area.html +121 -0
  771. package/components/render/text-colors.html +3 -0
  772. package/components/render/text.html +48 -0
  773. package/components/render/typography-body-texts.html +26 -0
  774. package/components/render/typography-displays.html +8 -0
  775. package/components/render/typography-headers.html +11 -0
  776. package/components/render/typography-leads.html +4 -0
  777. package/components/render/typography-links-dark-theme.html +109 -0
  778. package/components/render/typography-links-light-theme.html +91 -0
  779. package/components/render/typography-links-secondary.html +35 -0
  780. package/components/render/typography-unordered-lists.html +15 -0
  781. package/components.html +13 -0
  782. package/design-system.css +1 -1
  783. package/docs/component-documentation/alerts.html +1657 -0
  784. package/docs/component-documentation/buttons/buttons-floating.html +1676 -0
  785. package/docs/component-documentation/buttons/buttons.html +1908 -0
  786. package/docs/component-documentation/cards/basic-cards.html +1424 -0
  787. package/docs/component-documentation/cards/category-cards.html +1950 -0
  788. package/docs/component-documentation/cards/contact-cards.html +1474 -0
  789. package/docs/component-documentation/cards/generic-cards.html +1534 -0
  790. package/docs/component-documentation/cards/solution-cards.html +1595 -0
  791. package/docs/component-documentation/dividers/dividers.html +839 -0
  792. package/docs/component-documentation/expanding-components/accordion.html +1832 -0
  793. package/docs/component-documentation/expanding-components/section.html +1511 -0
  794. package/docs/component-documentation/modal.html +983 -0
  795. package/docs/component-documentation/popover/popover.html +1082 -0
  796. package/docs/component-documentation/progress-bar.html +1143 -0
  797. package/docs/component-documentation/spacing.html +831 -0
  798. package/docs/component-documentation/table.html +2336 -0
  799. package/docs/content/icons/-overview.html +848 -0
  800. package/docs/content/icons/icons-flat.html +839 -0
  801. package/docs/content/icons/icons-rich.html +839 -0
  802. package/docs/content/typography/-overview.html +860 -0
  803. package/docs/content/typography/font-colors.html +900 -0
  804. package/docs/content/typography/links.html +1113 -0
  805. package/docs/content/typography/lists.html +854 -0
  806. package/docs/content/typography/text.html +919 -0
  807. package/docs/forms/-overview.html +881 -0
  808. package/docs/forms/checkbox.html +1007 -0
  809. package/docs/forms/drop-down-list.html +981 -0
  810. package/docs/forms/input-field.html +1316 -0
  811. package/docs/forms/radio-button.html +966 -0
  812. package/docs/forms/switch.html +964 -0
  813. package/docs/forms/text-area.html +1371 -0
  814. package/docs/guidelines-and-guides/creating-a-new-release.html +825 -0
  815. package/docs/guidelines-and-guides/css-and-scss-guidelines.html +814 -0
  816. package/docs/guidelines-and-guides/git-cheat-sheet.html +898 -0
  817. package/docs/guidelines-and-guides/installation-and-usage.html +812 -0
  818. package/docs/utilities/colors/background-colors.html +1029 -0
  819. package/docs/utilities/colors/font-colors.html +1002 -0
  820. package/docs/utilities/colors/overview.html +952 -0
  821. package/docs/utilities/spacing.html +1112 -0
  822. package/docs.html +13 -0
  823. package/icons.list.js +2432 -2432
  824. package/index.html +807 -0
  825. package/main.css +1 -1
  826. package/package.json +58 -58
  827. package/scss/_variables.scss +124 -124
  828. package/spacing.list.js +11 -11
  829. package/svg/rich/Okay.svg +33 -33
  830. package/svg/rich/acceleration.svg +39 -39
  831. package/svg/rich/add-content.svg +37 -37
  832. package/svg/rich/add-solution.svg +29 -29
  833. package/svg/rich/advanced-super-surveillance.svg +42 -42
  834. package/svg/rich/advocacy .svg +60 -60
  835. package/svg/rich/airplane.svg +67 -67
  836. package/svg/rich/ambition.svg +46 -46
  837. package/svg/rich/analytics-devices.svg +68 -68
  838. package/svg/rich/applications.svg +97 -97
  839. package/svg/rich/backup-important.svg +157 -157
  840. package/svg/rich/black-screens.svg +43 -43
  841. package/svg/rich/blueprint.svg +22 -22
  842. package/svg/rich/body-worn.svg +45 -45
  843. package/svg/rich/book-a-demo-notification.svg +38 -38
  844. package/svg/rich/book-a-demo.svg +34 -34
  845. package/svg/rich/booking.svg +49 -49
  846. package/svg/rich/browser.svg +32 -32
  847. package/svg/rich/build.svg +34 -34
  848. package/svg/rich/building-medium.svg +66 -66
  849. package/svg/rich/cal-monthly.svg +324 -324
  850. package/svg/rich/cal-weekly.svg +173 -173
  851. package/svg/rich/calendar.svg +25 -25
  852. package/svg/rich/cam-group-small.svg +84 -84
  853. package/svg/rich/camera-analogue.svg +27 -27
  854. package/svg/rich/camera-memory.svg +25 -25
  855. package/svg/rich/car.svg +41 -41
  856. package/svg/rich/care.svg +16 -16
  857. package/svg/rich/catalogue.svg +22 -22
  858. package/svg/rich/certification.svg +25 -25
  859. package/svg/rich/checklist.svg +22 -22
  860. package/svg/rich/checkmark-badge.svg +11 -11
  861. package/svg/rich/checkmark.svg +11 -11
  862. package/svg/rich/clock-24-7.svg +77 -77
  863. package/svg/rich/co-working.svg +104 -104
  864. package/svg/rich/coffee.svg +60 -60
  865. package/svg/rich/community.svg +184 -184
  866. package/svg/rich/company.svg +32 -32
  867. package/svg/rich/complete-flow.svg +30 -30
  868. package/svg/rich/consumer.svg +47 -47
  869. package/svg/rich/contact-illustration.svg +13 -13
  870. package/svg/rich/contact-notification.svg +17 -17
  871. package/svg/rich/crime.svg +29 -29
  872. package/svg/rich/crowd-management.svg +47 -47
  873. package/svg/rich/customer-stories.svg +23 -23
  874. package/svg/rich/customizable.svg +19 -19
  875. package/svg/rich/cyber-security.svg +131 -131
  876. package/svg/rich/dashboard.svg +43 -43
  877. package/svg/rich/decision-making.svg +19 -19
  878. package/svg/rich/deployment-device.svg +66 -66
  879. package/svg/rich/design-animated.svg +51 -51
  880. package/svg/rich/design.svg +24 -24
  881. package/svg/rich/devices-web.svg +56 -56
  882. package/svg/rich/devices.svg +29 -29
  883. package/svg/rich/discount.svg +22 -22
  884. package/svg/rich/document.svg +24 -24
  885. package/svg/rich/documentation.svg +79 -79
  886. package/svg/rich/dome-cam-8.svg +84 -84
  887. package/svg/rich/dome-cam.svg +16 -16
  888. package/svg/rich/download-illustration.svg +49 -49
  889. package/svg/rich/e-learning.svg +42 -42
  890. package/svg/rich/emergency.svg +44 -44
  891. package/svg/rich/employees.svg +37 -37
  892. package/svg/rich/end-user.svg +28 -28
  893. package/svg/rich/expertise.svg +47 -47
  894. package/svg/rich/explore.svg +50 -50
  895. package/svg/rich/extension.svg +63 -63
  896. package/svg/rich/failover.svg +33 -33
  897. package/svg/rich/faq.svg +23 -23
  898. package/svg/rich/feedback-notification.svg +21 -21
  899. package/svg/rich/feedback.svg +17 -17
  900. package/svg/rich/find.svg +28 -28
  901. package/svg/rich/flexibility.svg +13 -13
  902. package/svg/rich/form.svg +26 -26
  903. package/svg/rich/get-leads.svg +73 -73
  904. package/svg/rich/getting-started.svg +29 -29
  905. package/svg/rich/global-partner-network.svg +978 -978
  906. package/svg/rich/growth-data.svg +56 -56
  907. package/svg/rich/happiness.svg +29 -29
  908. package/svg/rich/hardware-applications-software.svg +165 -165
  909. package/svg/rich/hardware-services-documentation.svg +47 -47
  910. package/svg/rich/hardware.svg +22 -22
  911. package/svg/rich/intelligence.svg +43 -43
  912. package/svg/rich/interconnect.svg +39 -39
  913. package/svg/rich/investigation.svg +34 -34
  914. package/svg/rich/join.svg +78 -78
  915. package/svg/rich/key-features.svg +38 -38
  916. package/svg/rich/languages.svg +49 -49
  917. package/svg/rich/license-governance.svg +45 -45
  918. package/svg/rich/license-key.svg +13 -13
  919. package/svg/rich/like-notification.svg +43 -43
  920. package/svg/rich/listen.svg +13 -13
  921. package/svg/rich/live-streaming.svg +93 -93
  922. package/svg/rich/logged-in.svg +14 -14
  923. package/svg/rich/lpr.svg +59 -59
  924. package/svg/rich/marketplace-challenges-assist-people-feel-safe-leaving.svg +105 -105
  925. package/svg/rich/marketplace-challenges-assist-people-in-finding-their-vehicles.svg +124 -124
  926. package/svg/rich/marketplace-challenges-avoid-employee-theft.svg +169 -169
  927. package/svg/rich/marketplace-challenges-control-access-to-restricted-areas.svg +104 -104
  928. package/svg/rich/marketplace-challenges-discover-inefficiencies-in-cargo-movement.svg +130 -130
  929. package/svg/rich/marketplace-challenges-find-lost-children.svg +87 -87
  930. package/svg/rich/marketplace-challenges-gather-evidence-for-criminal-investigation.svg +172 -172
  931. package/svg/rich/marketplace-challenges-improve-wait-time-in-lines.svg +375 -375
  932. package/svg/rich/marketplace-challenges-money-disputes-with-customers.svg +157 -157
  933. package/svg/rich/marketplace-challenges-personalized-customer-experience.svg +127 -127
  934. package/svg/rich/marketplace-challenges-prevent-multiple-people-from-entering-a-door-on-a-single-access-badge.svg +245 -245
  935. package/svg/rich/marketplace-challenges-provide-evidence-against-lawsuit.svg +270 -270
  936. package/svg/rich/marketplace-challenges-react-to-confrontations-before-they-escalate.svg +176 -176
  937. package/svg/rich/marketplace-challenges-reduce-property-damage.svg +381 -381
  938. package/svg/rich/marketplace-challenges-reduce-workplace-accidents.svg +172 -172
  939. package/svg/rich/marketplace-challenges-respond-to-medical-emergencies.svg +179 -179
  940. package/svg/rich/marketplace-challenges-situational-awareness-to-response-teams.svg +330 -330
  941. package/svg/rich/marketplace-challenges-understand-customer-behavior.svg +455 -455
  942. package/svg/rich/marketplace-challenges-vandalism.svg +120 -120
  943. package/svg/rich/marketplace-collect.svg +121 -121
  944. package/svg/rich/marketplace-filter.svg +54 -54
  945. package/svg/rich/marketplace-industries-airports.svg +380 -380
  946. package/svg/rich/marketplace-industries-art-and-entertainment.svg +170 -170
  947. package/svg/rich/marketplace-industries-city-surveillance.svg +572 -572
  948. package/svg/rich/marketplace-industries-construction.svg +253 -253
  949. package/svg/rich/marketplace-industries-critical-infrastructure.svg +292 -292
  950. package/svg/rich/marketplace-industries-education.svg +291 -291
  951. package/svg/rich/marketplace-industries-finance-and-insurance.svg +140 -140
  952. package/svg/rich/marketplace-industries-healthcare.svg +207 -207
  953. package/svg/rich/marketplace-industries-information-technology.svg +250 -250
  954. package/svg/rich/marketplace-industries-manufacturing.svg +175 -175
  955. package/svg/rich/marketplace-industries-public-administration.svg +349 -349
  956. package/svg/rich/marketplace-industries-public-transport.svg +303 -303
  957. package/svg/rich/marketplace-industries-retail.svg +392 -392
  958. package/svg/rich/marketplace-industries-seaports.svg +335 -335
  959. package/svg/rich/marketplace-industries-trafic-monitoring.svg +255 -255
  960. package/svg/rich/marketplace-industries-utilities.svg +211 -211
  961. package/svg/rich/marketplace-interface.svg +76 -76
  962. package/svg/rich/marketplace-practice-access-control.svg +117 -117
  963. package/svg/rich/marketplace-practice-business-intelligence.svg +89 -89
  964. package/svg/rich/marketplace-practice-business-solutions.svg +195 -195
  965. package/svg/rich/marketplace-practice-central-monitoring.svg +505 -505
  966. package/svg/rich/marketplace-practice-cloud-and-managed-services.svg +75 -75
  967. package/svg/rich/marketplace-practice-communication.svg +187 -187
  968. package/svg/rich/marketplace-practice-crisis-emergency.svg +160 -160
  969. package/svg/rich/marketplace-practice-cyber-security.svg +141 -141
  970. package/svg/rich/marketplace-practice-detection-and-deterrence.svg +164 -164
  971. package/svg/rich/marketplace-practice-digital-infrastructure.svg +197 -197
  972. package/svg/rich/marketplace-practice-facilities-management.svg +332 -332
  973. package/svg/rich/marketplace-practice-fire-and-life-safety.svg +168 -168
  974. package/svg/rich/marketplace-practice-home-automation-iot.svg +161 -161
  975. package/svg/rich/marketplace-practice-intrusion-and-alarm.svg +301 -301
  976. package/svg/rich/marketplace-practice-investigation.svg +157 -157
  977. package/svg/rich/marketplace-practice-it-hardware-and-equipment.svg +254 -254
  978. package/svg/rich/marketplace-practice-privacy-protection.svg +118 -118
  979. package/svg/rich/marketplace-practice-smart-city.svg +351 -351
  980. package/svg/rich/marketplace-practice-surveillance.svg +72 -72
  981. package/svg/rich/marketplace-practice-tracking-and-monitoring.svg +178 -178
  982. package/svg/rich/marketplace-practice-vehicles-and-traffic.svg +227 -227
  983. package/svg/rich/marketplace-solution-service.svg +75 -75
  984. package/svg/rich/milestone-global-offices-illustration.svg +49 -49
  985. package/svg/rich/milestone-in the-media.svg +49 -49
  986. package/svg/rich/mobile-support.svg +40 -40
  987. package/svg/rich/my-milestone.svg +28 -28
  988. package/svg/rich/network.svg +24 -24
  989. package/svg/rich/newspaper.svg +20 -20
  990. package/svg/rich/no-1.svg +50 -50
  991. package/svg/rich/no-backup.svg +30 -30
  992. package/svg/rich/one-hub.svg +71 -71
  993. package/svg/rich/open-platform-community.svg +144 -144
  994. package/svg/rich/open-platform.svg +10 -10
  995. package/svg/rich/outdated-hardware.svg +53 -53
  996. package/svg/rich/partnership.svg +39 -39
  997. package/svg/rich/passion.svg +41 -41
  998. package/svg/rich/planet.svg +75 -75
  999. package/svg/rich/play.svg +10 -10
  1000. package/svg/rich/press-release.svg +30 -30
  1001. package/svg/rich/product-overview-illustration.svg +49 -49
  1002. package/svg/rich/project-animated.svg +99 -99
  1003. package/svg/rich/project.svg +18 -18
  1004. package/svg/rich/promotion.svg +25 -25
  1005. package/svg/rich/publish.svg +12 -12
  1006. package/svg/rich/quote.svg +104 -104
  1007. package/svg/rich/reaction-mode.svg +54 -54
  1008. package/svg/rich/releases.svg +17 -17
  1009. package/svg/rich/reliable.svg +24 -24
  1010. package/svg/rich/reminder.svg +33 -33
  1011. package/svg/rich/save-money.svg +27 -27
  1012. package/svg/rich/scalable.svg +16 -16
  1013. package/svg/rich/scale-balance.svg +101 -101
  1014. package/svg/rich/scale-up.svg +11 -11
  1015. package/svg/rich/screen-recording.svg +259 -259
  1016. package/svg/rich/searching.svg +115 -115
  1017. package/svg/rich/secure-gdpr.svg +52 -52
  1018. package/svg/rich/secure.svg +49 -49
  1019. package/svg/rich/self-service-support.svg +15 -15
  1020. package/svg/rich/service-coding.svg +44 -44
  1021. package/svg/rich/sign-up.svg +37 -37
  1022. package/svg/rich/single-site.svg +31 -31
  1023. package/svg/rich/smart-wall-person.svg +135 -135
  1024. package/svg/rich/smart-wall.svg +96 -96
  1025. package/svg/rich/solutions-design-tool.svg +234 -234
  1026. package/svg/rich/submit-for-feedback.svg +28 -28
  1027. package/svg/rich/subscriptions.svg +37 -37
  1028. package/svg/rich/support-call.svg +29 -29
  1029. package/svg/rich/support-chat-female.svg +48 -48
  1030. package/svg/rich/support-chat-male.svg +48 -48
  1031. package/svg/rich/support-technical.svg +17 -17
  1032. package/svg/rich/system-builder.svg +24 -24
  1033. package/svg/rich/tags.svg +24 -24
  1034. package/svg/rich/target.svg +15 -15
  1035. package/svg/rich/time-to-market.svg +53 -53
  1036. package/svg/rich/tools.svg +37 -37
  1037. package/svg/rich/trade-show.svg +90 -90
  1038. package/svg/rich/transaction.svg +56 -56
  1039. package/svg/rich/translation.svg +17 -17
  1040. package/svg/rich/update-content-then-publish.svg +77 -77
  1041. package/svg/rich/update-content.svg +55 -55
  1042. package/svg/rich/user-review.svg +22 -22
  1043. package/svg/rich/verification.svg +37 -37
  1044. package/svg/rich/video-cookie.svg +78 -78
  1045. package/svg/rich/vps.svg +39 -39
  1046. package/svg/rich/warning.svg +48 -48
  1047. package/svg/rich/watch.svg +19 -19
  1048. package/svg/rich/webinar.svg +49 -49
  1049. package/svg/rich/well-being.svg +67 -67
  1050. package/svg/rich/world-leading.svg +258 -258
  1051. package/svg/rich/xprotect-access-anywhere.svg +86 -86
  1052. package/svg/rich/xprotect-compare-matrix.svg +40 -40
  1053. package/svg/rich/xprotect-compare-products.svg +232 -232
  1054. package/svg/rich/xprotect-compare-releases.svg +208 -208
  1055. package/svg/rich/xprotect.svg +31 -31
  1056. package/svg/rich/youtube.svg +12 -12
  1057. package/text.list.js +47 -47
  1058. package/themes/mandelbrot/css/aqua.css +1 -0
  1059. package/themes/mandelbrot/css/black.css +1 -0
  1060. package/themes/mandelbrot/css/blue.css +1 -0
  1061. package/themes/mandelbrot/css/default.css +1 -0
  1062. package/themes/mandelbrot/css/fuchsia.css +1 -0
  1063. package/themes/mandelbrot/css/green.css +1 -0
  1064. package/themes/mandelbrot/css/grey.css +1 -0
  1065. package/themes/mandelbrot/css/highlight.css +1 -0
  1066. package/themes/mandelbrot/css/lime.css +1 -0
  1067. package/themes/mandelbrot/css/maroon.css +1 -0
  1068. package/themes/mandelbrot/css/navy.css +1 -0
  1069. package/themes/mandelbrot/css/olive.css +1 -0
  1070. package/themes/mandelbrot/css/orange.css +1 -0
  1071. package/themes/mandelbrot/css/purple.css +1 -0
  1072. package/themes/mandelbrot/css/red.css +1 -0
  1073. package/themes/mandelbrot/css/teal.css +1 -0
  1074. package/themes/mandelbrot/css/white.css +1 -0
  1075. package/themes/mandelbrot/css/yellow.css +1 -0
  1076. package/themes/mandelbrot/favicon.ico +0 -0
  1077. package/themes/mandelbrot/fonts/OpenSans-Italic.woff +0 -0
  1078. package/themes/mandelbrot/fonts/OpenSans-Italic.woff2 +0 -0
  1079. package/themes/mandelbrot/fonts/OpenSans-Regular.woff +0 -0
  1080. package/themes/mandelbrot/fonts/OpenSans-Regular.woff2 +0 -0
  1081. package/themes/mandelbrot/fonts/OpenSans-Semibold.woff +0 -0
  1082. package/themes/mandelbrot/fonts/OpenSans-Semibold.woff2 +0 -0
  1083. package/themes/mandelbrot/fonts/OpenSans-SemiboldItalic.woff +0 -0
  1084. package/themes/mandelbrot/fonts/OpenSans-SemiboldItalic.woff2 +0 -0
  1085. package/themes/mandelbrot/fonts/hack-bold-webfont.woff +0 -0
  1086. package/themes/mandelbrot/fonts/hack-bold-webfont.woff2 +0 -0
  1087. package/themes/mandelbrot/fonts/hack-bolditalic-webfont.woff +0 -0
  1088. package/themes/mandelbrot/fonts/hack-bolditalic-webfont.woff2 +0 -0
  1089. package/themes/mandelbrot/fonts/hack-italic-webfont.woff +0 -0
  1090. package/themes/mandelbrot/fonts/hack-italic-webfont.woff2 +0 -0
  1091. package/themes/mandelbrot/fonts/hack-regular-webfont.woff +0 -0
  1092. package/themes/mandelbrot/fonts/hack-regular-webfont.woff2 +0 -0
  1093. package/themes/mandelbrot/img/favicon.png +0 -0
  1094. package/themes/mandelbrot/img/icon-drag--horizontal.svg +3 -0
  1095. package/themes/mandelbrot/img/icon-drag--vertical.svg +3 -0
  1096. package/themes/mandelbrot/img/icon-navigation-closed-ltr.svg +3 -0
  1097. package/themes/mandelbrot/img/icon-navigation-closed-rtl.svg +3 -0
  1098. package/themes/mandelbrot/img/icon-navigation-opened.svg +3 -0
  1099. package/themes/mandelbrot/img/icon-window.svg +3 -0
  1100. package/themes/mandelbrot/img/loader.svg +37 -0
  1101. package/themes/mandelbrot/js/mandelbrot.js +2 -0
  1102. package/themes/mandelbrot/js/mandelbrot.js.map +1 -0
@@ -1,18 +1,18 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / translation</title>
4
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-translation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Asset-17" transform="translate(35.000000, 20.000000)">
6
- <path d="M354.11,118 L235.22,118 L235.22,15.36 C235.22,10.2955488 231.114451,6.19 226.05,6.19 L9.17,6.19 C4.10783348,6.19551135 0.0055113457,10.2978335 0,15.36 L0,164.05 C0.0055113457,169.112167 4.10783348,173.214489 9.17,173.22 L47.82,173.22 L47.82,213.44 L67.93,193.33 L88,173.22 L144.6,173.22 L144.6,264.22 C144.6,268.91442 148.40558,272.72 153.1,272.72 L281,272.72 L299.63,291.36 L318.29,310 L318.29,272.73 L354.11,272.73 C356.364238,272.732665 358.526768,271.837667 360.119817,270.242741 C361.712867,268.647815 362.605318,266.484233 362.600024,264.23 L362.600024,126.46 C362.605318,124.205767 361.712867,122.042185 360.119817,120.447259 C358.526768,118.852333 356.364238,117.957335 354.11,117.96 L354.11,118 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
7
- <path d="M233.31,0 L16.43,0 C11.3655488,0 7.26,4.10554884 7.26,9.17 L7.26,157.86 C7.27653029,162.912731 11.3772415,167.000027 16.43,167 L55.08,167 L55.08,207.22 L75.18,187.11 L95.29,167 L233.29,167 C238.352167,166.994489 242.454489,162.892167 242.46,157.83 L242.46,9.17 C242.454521,4.1156217 238.364354,0.0165146163 233.31,0 Z" id="Path" fill="#023852"></path>
8
- <polygon id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;" points="161.73 112.06 202.09 94.45 242.46 76.83 242.46 94.37 242.46 111.91 202.09 111.99"></polygon>
9
- <g id="Group" opacity="0.3" style="mix-blend-mode: multiply;" transform="translate(81.000000, 38.000000)" fill="#023852" fill-rule="nonzero">
10
- <path d="M62.48,84.26 L56.48,64.4 L26,64.4 L20,84.26 L0.89,84.26 L30.34,0.47 L52,0.47 L81.56,84.26 L62.48,84.26 Z M52.2,49.56 C46.6133333,31.56 43.4666667,21.38 42.76,19.02 C42.05,16.66 41.55,14.79 41.24,13.42 C39.9933333,18.2866667 36.4,30.3333333 30.46,49.56 L52.2,49.56 Z" id="Shape"></path>
11
- </g>
12
- <path d="M148.13,120 L142.13,100.14 L111.65,100.14 L105.6,120 L86.54,120 L116,36.18 L137.63,36.18 L167.19,120 L148.13,120 Z M137.85,85.26 C132.256667,67.26 129.11,57.0833333 128.41,54.73 C127.7,52.37 127.2,50.5 126.89,49.13 C125.63,54.0033333 122.036667,66.0466667 116.11,85.26 L137.85,85.26 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
13
- <path d="M160.4,111.77 L361.4,111.77 C366.09442,111.77 369.9,115.57558 369.9,120.27 L369.9,258 C369.9,262.69442 366.09442,266.5 361.4,266.5 L325.55,266.5 L325.55,303.77 L306.92,285.14 L288.28,266.5 L160.4,266.5 C155.70558,266.5 151.9,262.69442 151.9,258 L151.9,120.27 C151.9,115.57558 155.70558,111.77 160.4,111.77 Z" id="Path" fill="#0099DA"></path>
14
- <path d="M303.67,220.85 C298.341743,219.46349 293.275253,217.217346 288.67,214.2 C282.506981,210.265516 276.713278,205.7805 271.36,200.8 C275.610449,196.266525 279.427105,191.345047 282.76,186.1 C286.117159,180.847692 288.766687,175.175415 290.64,169.23 L301.57,169.23 L301.57,155.82 L269.17,155.82 L269.17,147 L255.76,147 L255.76,155.87 L221.76,155.87 L221.76,169.28 L276.38,169.28 C274.706251,173.376532 272.604599,177.284869 270.11,180.94 C267.582807,184.65336 264.778127,188.170075 261.72,191.46 C256.85,186.37 252.72,181.6 249.86,178.09 C247,174.58 245.29,172.33 245.25,172.29 L239.87,176.29 L234.49,180.29 C234.8,180.71 236.66,183.2 239.71,186.9 C242.76,190.6 247,195.52 252.06,200.8 C245.464401,206.466167 238.443798,211.617952 231.06,216.21 C225.22,219.85 221.22,221.88 221.06,221.98 L221.06,221.98 L222.55,224.98 L224.05,227.98 L225.54,230.98 L227.03,233.98 C227.65,233.67 232.21,231.37 238.67,227.33 C246.812979,222.259614 254.531584,216.537546 261.75,210.22 C267.570943,215.643883 273.843651,220.561686 280.5,224.92 C287.11,229.15 293.96,232.44 300.71,233.98 L302.21,227.44 L303.67,220.85 Z" id="Path" fill="#0099DA" opacity="0.5" style="mix-blend-mode: multiply;"></path>
15
- <path d="M307.53,216.44 C302.20207,215.047693 297.13597,212.798345 292.53,209.78 C286.370191,205.849136 280.579782,201.367427 275.23,196.39 C279.47461,191.847957 283.290806,186.923725 286.63,181.68 C289.982347,176.426432 292.628418,170.754358 294.5,164.81 L305.4,164.81 L305.4,151.4 L273,151.4 L273,142.54 L259.62,142.54 L259.62,151.4 L225.62,151.4 L225.62,164.81 L280.23,164.81 C278.569279,168.904998 276.481049,172.813307 274,176.47 C271.472071,180.188666 268.66391,183.708897 265.6,187 C260.73,181.9 256.6,177.13 253.74,173.63 C250.88,170.13 249.17,167.87 249.14,167.82 L243.75,171.82 L238.37,175.82 C238.68,176.23 240.55,178.72 243.6,182.42 C246.65,186.12 250.88,191.04 255.94,196.32 C249.348753,201.991643 242.327716,207.143747 234.94,211.73 C229.11,215.37 225.1,217.4 224.94,217.5 L224.94,217.5 L226.44,220.5 L227.93,223.5 L229.42,226.5 L230.91,229.5 C231.53,229.19 236.09,226.89 242.56,222.85 C250.703539,217.785059 258.419252,212.062656 265.63,205.74 C271.451806,211.167049 277.728115,216.085052 284.39,220.44 C291,224.67 297.85,227.96 304.6,229.5 L306,223 L307.53,216.44 Z" id="Path" fill="#FFFFFF"></path>
16
- </g>
17
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / translation</title>
4
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-translation" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Asset-17" transform="translate(35.000000, 20.000000)">
6
+ <path d="M354.11,118 L235.22,118 L235.22,15.36 C235.22,10.2955488 231.114451,6.19 226.05,6.19 L9.17,6.19 C4.10783348,6.19551135 0.0055113457,10.2978335 0,15.36 L0,164.05 C0.0055113457,169.112167 4.10783348,173.214489 9.17,173.22 L47.82,173.22 L47.82,213.44 L67.93,193.33 L88,173.22 L144.6,173.22 L144.6,264.22 C144.6,268.91442 148.40558,272.72 153.1,272.72 L281,272.72 L299.63,291.36 L318.29,310 L318.29,272.73 L354.11,272.73 C356.364238,272.732665 358.526768,271.837667 360.119817,270.242741 C361.712867,268.647815 362.605318,266.484233 362.600024,264.23 L362.600024,126.46 C362.605318,124.205767 361.712867,122.042185 360.119817,120.447259 C358.526768,118.852333 356.364238,117.957335 354.11,117.96 L354.11,118 Z" id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;"></path>
7
+ <path d="M233.31,0 L16.43,0 C11.3655488,0 7.26,4.10554884 7.26,9.17 L7.26,157.86 C7.27653029,162.912731 11.3772415,167.000027 16.43,167 L55.08,167 L55.08,207.22 L75.18,187.11 L95.29,167 L233.29,167 C238.352167,166.994489 242.454489,162.892167 242.46,157.83 L242.46,9.17 C242.454521,4.1156217 238.364354,0.0165146163 233.31,0 Z" id="Path" fill="#023852"></path>
8
+ <polygon id="Path" fill="#023852" opacity="0.3" style="mix-blend-mode: multiply;" points="161.73 112.06 202.09 94.45 242.46 76.83 242.46 94.37 242.46 111.91 202.09 111.99"></polygon>
9
+ <g id="Group" opacity="0.3" style="mix-blend-mode: multiply;" transform="translate(81.000000, 38.000000)" fill="#023852" fill-rule="nonzero">
10
+ <path d="M62.48,84.26 L56.48,64.4 L26,64.4 L20,84.26 L0.89,84.26 L30.34,0.47 L52,0.47 L81.56,84.26 L62.48,84.26 Z M52.2,49.56 C46.6133333,31.56 43.4666667,21.38 42.76,19.02 C42.05,16.66 41.55,14.79 41.24,13.42 C39.9933333,18.2866667 36.4,30.3333333 30.46,49.56 L52.2,49.56 Z" id="Shape"></path>
11
+ </g>
12
+ <path d="M148.13,120 L142.13,100.14 L111.65,100.14 L105.6,120 L86.54,120 L116,36.18 L137.63,36.18 L167.19,120 L148.13,120 Z M137.85,85.26 C132.256667,67.26 129.11,57.0833333 128.41,54.73 C127.7,52.37 127.2,50.5 126.89,49.13 C125.63,54.0033333 122.036667,66.0466667 116.11,85.26 L137.85,85.26 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
13
+ <path d="M160.4,111.77 L361.4,111.77 C366.09442,111.77 369.9,115.57558 369.9,120.27 L369.9,258 C369.9,262.69442 366.09442,266.5 361.4,266.5 L325.55,266.5 L325.55,303.77 L306.92,285.14 L288.28,266.5 L160.4,266.5 C155.70558,266.5 151.9,262.69442 151.9,258 L151.9,120.27 C151.9,115.57558 155.70558,111.77 160.4,111.77 Z" id="Path" fill="#0099DA"></path>
14
+ <path d="M303.67,220.85 C298.341743,219.46349 293.275253,217.217346 288.67,214.2 C282.506981,210.265516 276.713278,205.7805 271.36,200.8 C275.610449,196.266525 279.427105,191.345047 282.76,186.1 C286.117159,180.847692 288.766687,175.175415 290.64,169.23 L301.57,169.23 L301.57,155.82 L269.17,155.82 L269.17,147 L255.76,147 L255.76,155.87 L221.76,155.87 L221.76,169.28 L276.38,169.28 C274.706251,173.376532 272.604599,177.284869 270.11,180.94 C267.582807,184.65336 264.778127,188.170075 261.72,191.46 C256.85,186.37 252.72,181.6 249.86,178.09 C247,174.58 245.29,172.33 245.25,172.29 L239.87,176.29 L234.49,180.29 C234.8,180.71 236.66,183.2 239.71,186.9 C242.76,190.6 247,195.52 252.06,200.8 C245.464401,206.466167 238.443798,211.617952 231.06,216.21 C225.22,219.85 221.22,221.88 221.06,221.98 L221.06,221.98 L222.55,224.98 L224.05,227.98 L225.54,230.98 L227.03,233.98 C227.65,233.67 232.21,231.37 238.67,227.33 C246.812979,222.259614 254.531584,216.537546 261.75,210.22 C267.570943,215.643883 273.843651,220.561686 280.5,224.92 C287.11,229.15 293.96,232.44 300.71,233.98 L302.21,227.44 L303.67,220.85 Z" id="Path" fill="#0099DA" opacity="0.5" style="mix-blend-mode: multiply;"></path>
15
+ <path d="M307.53,216.44 C302.20207,215.047693 297.13597,212.798345 292.53,209.78 C286.370191,205.849136 280.579782,201.367427 275.23,196.39 C279.47461,191.847957 283.290806,186.923725 286.63,181.68 C289.982347,176.426432 292.628418,170.754358 294.5,164.81 L305.4,164.81 L305.4,151.4 L273,151.4 L273,142.54 L259.62,142.54 L259.62,151.4 L225.62,151.4 L225.62,164.81 L280.23,164.81 C278.569279,168.904998 276.481049,172.813307 274,176.47 C271.472071,180.188666 268.66391,183.708897 265.6,187 C260.73,181.9 256.6,177.13 253.74,173.63 C250.88,170.13 249.17,167.87 249.14,167.82 L243.75,171.82 L238.37,175.82 C238.68,176.23 240.55,178.72 243.6,182.42 C246.65,186.12 250.88,191.04 255.94,196.32 C249.348753,201.991643 242.327716,207.143747 234.94,211.73 C229.11,215.37 225.1,217.4 224.94,217.5 L224.94,217.5 L226.44,220.5 L227.93,223.5 L229.42,226.5 L230.91,229.5 C231.53,229.19 236.09,226.89 242.56,222.85 C250.703539,217.785059 258.419252,212.062656 265.63,205.74 C271.451806,211.167049 277.728115,216.085052 284.39,220.44 C291,224.67 297.85,227.96 304.6,229.5 L306,223 L307.53,216.44 Z" id="Path" fill="#FFFFFF"></path>
16
+ </g>
17
+ </g>
18
18
  </svg>
@@ -1,78 +1,78 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / update-content-then-publish</title>
4
- <defs>
5
- <linearGradient x1="0%" y1="49.9939062%" x2="100%" y2="49.9939062%" id="linearGradient-1">
6
- <stop stop-color="#D0D2CF" offset="28%"></stop>
7
- <stop stop-color="#FFFFFF" offset="74%"></stop>
8
- </linearGradient>
9
- </defs>
10
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-update-content-then-publish" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
- <g id="Asset-214" transform="translate(27.000000, 0.000000)" fill-rule="nonzero">
12
- <path d="M255.237931,315.103448 L255.237931,296.07931 L199.727586,296.07931 L199.727586,315.103448 C199.727586,315.103448 199.727586,315.248276 199.727586,315.506897 C199.727586,315.765517 199.634483,316.127586 199.541379,316.541379 C199.448276,316.955172 199.303448,317.503448 199.117241,318.051724 C198.914203,318.646054 198.665174,319.223663 198.372414,319.77931 C198.04785,320.390983 197.659481,320.966601 197.213793,321.496552 C196.730154,322.069891 196.173727,322.577631 195.558621,323.006897 C194.864483,323.465492 194.103837,323.814412 193.303448,324.041379 C192.352594,324.31843 191.366211,324.454363 190.375862,324.444828 L264.672414,324.444828 C263.682065,324.454363 262.695682,324.31843 261.744828,324.041379 C260.944438,323.814412 260.183793,323.465492 259.489655,323.006897 C258.874549,322.577631 258.318122,322.069891 257.834483,321.496552 C257.388795,320.966601 257.000426,320.390983 256.675862,319.77931 C256.383102,319.223663 256.134073,318.646054 255.931034,318.051724 C255.763402,317.560396 255.625226,317.059507 255.517241,316.551724 C255.413793,316.117241 255.362069,315.744828 255.32069,315.517241 C255.27931,315.289655 255.237931,315.103448 255.237931,315.103448 Z" id="Path" fill="#96A6AE"></path>
13
- <path d="M276.072414,324.486207 L178.893103,324.486207 C178.586876,324.488816 178.281764,324.523487 177.982759,324.589655 C177.690214,324.649881 177.40558,324.743602 177.134483,324.868966 C176.863118,324.983196 176.606171,325.129031 176.368966,325.303448 C176.123944,325.470896 175.898406,325.665206 175.696552,325.882759 C175.490298,326.100598 175.303386,326.335968 175.137931,326.586207 C174.979634,326.844232 174.8413,327.113984 174.724138,327.393103 C174.608166,327.68018 174.521518,327.978248 174.465517,328.282759 C174.402807,328.59959 174.372399,328.921851 174.372399,329.244828 L280.593118,329.244828 C280.593118,328.921851 280.56271,328.59959 280.5,328.282759 C280.443999,327.978248 280.357351,327.68018 280.241379,327.393103 C280.124217,327.113984 279.985883,326.844232 279.827586,326.586207 C279.676295,326.330417 279.503241,326.088141 279.310345,325.862069 C279.112149,325.644676 278.890054,325.450343 278.648276,325.282759 C278.406013,325.110482 278.14589,324.964814 277.872414,324.848276 C277.601317,324.722912 277.316683,324.629191 277.024138,324.568966 C276.710856,324.506811 276.391722,324.47906 276.072414,324.486207 L276.072414,324.486207 Z" id="Path" fill="#CAD3D6"></path>
14
- <polygon id="Path" fill="#96A6AE" opacity="0.2" style="mix-blend-mode: multiply;" points="199.737931 296.07931 206.67931 296.07931 213.610345 296.07931 220.551724 296.07931 227.482759 296.07931 234.413793 296.07931 241.355172 296.07931 248.286207 296.07931 255.227586 296.07931 255.227586 298.065517 255.227586 300.041379 255.227586 302.027586 255.227586 304.003448 255.227586 305.989655 255.227586 307.965517 255.227586 309.951724 255.227586 311.937931 248.286207 311.937931 241.355172 311.937931 234.413793 311.937931 227.482759 311.937931 220.551724 311.937931 213.610345 311.937931 206.67931 311.937931 199.737931 311.937931 199.737931 309.951724 199.737931 307.965517 199.737931 305.989655 199.737931 304.003448 199.737931 302.027586 199.737931 300.041379 199.737931 298.065517"></polygon>
15
- <path d="M381.651724,296.079344 L73.3758621,296.079344 C73.0768173,296.079344 72.7785231,296.049298 72.4862069,295.986207 C72.2048147,295.931476 71.9306149,295.844704 71.6689655,295.727586 C71.4078492,295.614154 71.1583967,295.475569 70.9241379,295.313793 C70.6942037,295.154658 70.4794946,294.97458 70.2827586,294.775862 C70.0837783,294.57191 69.9037287,294.35031 69.7448276,294.113793 C69.5901863,293.873369 69.4552628,293.62082 69.3413793,293.358621 C69.2275705,293.089465 69.1442919,292.8084 69.0931034,292.52069 C69.0314166,292.224656 68.9999979,291.923082 68.9999979,291.62069 L68.9999979,102.413793 C68.9999979,102.111374 69.0309056,101.809747 69.0931034,101.513793 C69.1442919,101.226083 69.2275705,100.945018 69.3413793,100.675862 C69.4530485,100.412599 69.5880706,100.159865 69.7448276,99.9206897 C69.9037287,99.6841727 70.0837783,99.4625732 70.2827586,99.2586207 C70.4820097,99.0595056 70.6964498,98.8761939 70.9241379,98.7103448 C71.1609657,98.5557242 71.4100767,98.4207891 71.6689655,98.3068966 C71.9320487,98.1910456 72.2057423,98.1009692 72.4862069,98.037931 C72.7796845,97.9837768 73.0774313,97.9551724 73.3758621,97.9551724 L381.651724,97.9551724 C381.946704,97.9551724 382.240971,97.9842813 382.531034,98.037931 C382.811499,98.1009692 383.085193,98.1910456 383.348276,98.3068966 C383.607165,98.4207891 383.856276,98.5557242 384.093103,98.7103448 C384.320792,98.8761939 384.535232,99.0595056 384.734483,99.2586207 C384.936458,99.4598868 385.116755,99.6817915 385.272414,99.9206897 C385.429171,100.159865 385.564193,100.412599 385.675862,100.675862 C385.788419,100.946349 385.875015,101.226921 385.934483,101.513793 C385.988276,101.810804 386.017241,102.111953 386.017241,102.413793 L386.017241,291.62069 C386.017241,291.9225 385.987661,292.223596 385.934483,292.52069 C385.875015,292.807562 385.788419,293.088134 385.675862,293.358621 C385.561979,293.62082 385.427055,293.873369 385.272414,294.113793 C385.116755,294.352691 384.936458,294.574596 384.734483,294.775862 C384.537747,294.97458 384.323038,295.154658 384.093103,295.313793 C383.858845,295.475569 383.609392,295.614154 383.348276,295.727586 C383.086626,295.844704 382.812427,295.931476 382.531034,295.986207 C382.242098,296.048559 381.947312,296.079344 381.651724,296.079344 Z" id="Path" fill="#023852"></path>
16
- <polygon id="Path" fill="#0099DA" points="78.4551724 276.268966 115.717241 276.268966 152.968966 276.268966 190.231034 276.268966 227.482759 276.268966 264.734483 276.268966 301.996552 276.268966 339.248276 276.268966 376.510345 276.268966 376.510345 255.155172 376.510345 234.051724 376.510345 212.948276 376.510345 191.844828 376.510345 170.741379 376.510345 149.637931 376.510345 128.524138 376.510345 107.42069 339.248276 107.42069 301.996552 107.42069 264.734483 107.42069 227.482759 107.42069 190.231034 107.42069 152.968966 107.42069 115.717241 107.42069 78.4551724 107.42069 78.4551724 128.524138 78.4551724 149.637931 78.4551724 170.741379 78.4551724 191.844828 78.4551724 212.948276 78.4551724 234.051724 78.4551724 255.155172"></polygon>
17
- <polygon id="Path" fill="#125275" points="376.510345 118.52069 339.248276 118.52069 301.996552 118.52069 264.734483 118.52069 227.482759 118.52069 190.231034 118.52069 152.968966 118.52069 115.717241 118.52069 78.4551724 118.52069 78.4551724 117.134483 78.4551724 115.748276 78.4551724 114.362069 78.4551724 112.975862 78.4551724 111.57931 78.4551724 110.193103 78.4551724 108.806897 78.4551724 107.42069 115.717241 107.42069 152.968966 107.42069 190.231034 107.42069 227.482759 107.42069 264.734483 107.42069 301.996552 107.42069 339.248276 107.42069 376.510345 107.42069 376.510345 108.806897 376.510345 110.193103 376.510345 111.57931 376.510345 112.975862 376.510345 114.362069 376.510345 115.748276 376.510345 117.134483"></polygon>
18
- <path d="M232.634483,286.168966 C232.636992,285.821435 232.602312,285.474634 232.531034,285.134483 C232.463975,284.801085 232.363466,284.475299 232.231034,284.162069 C232.099168,283.858546 231.939887,283.567686 231.755172,283.293103 C231.57091,283.017505 231.35951,282.761053 231.124138,282.527586 C230.65888,282.052951 230.103072,281.676549 229.489655,281.42069 C229.174751,281.292903 228.849406,281.19253 228.517241,281.12069 C227.834624,280.981351 227.130893,280.981351 226.448276,281.12069 C226.116111,281.19253 225.790766,281.292903 225.475862,281.42069 C224.866126,281.683316 224.311555,282.05888 223.841379,282.527586 C223.606007,282.761053 223.394607,283.017505 223.210345,283.293103 C223.02563,283.567686 222.866349,283.858546 222.734483,284.162069 C222.606696,284.476973 222.506323,284.802318 222.434483,285.134483 C222.363205,285.474634 222.328525,285.821435 222.331034,286.168966 C222.3293,286.516459 222.363972,286.863179 222.434483,287.203448 C222.507792,287.531859 222.608133,287.853646 222.734483,288.165517 C222.8663,288.472353 223.025568,288.766652 223.210345,289.044828 C223.394721,289.317161 223.606139,289.57017 223.841379,289.8 C224.072629,290.037792 224.329347,290.249411 224.606897,290.431034 C225.162052,290.811251 225.78842,291.07517 226.448276,291.206897 C227.130893,291.346235 227.834624,291.346235 228.517241,291.206897 C228.851854,291.144692 229.178157,291.044025 229.489655,290.906897 C229.79846,290.779182 230.093148,290.619704 230.368966,290.431034 C230.910127,290.055477 231.379615,289.585989 231.755172,289.044828 C231.939949,288.766652 232.099217,288.472353 232.231034,288.165517 C232.362111,287.855357 232.462588,287.533138 232.531034,287.203448 C232.601545,286.863179 232.636217,286.516459 232.634483,286.168966 Z" id="Path" fill="#125275"></path>
19
- <polygon id="Path" fill="#FFFFFF" opacity="0.2" points="78.6206897 107.141379 84.1758621 112.47931 89.7310345 117.817241 95.2862069 123.155172 100.841379 128.493103 106.406897 133.82069 111.962069 139.158621 117.517241 144.496552 123.082759 149.824138 139.531034 165.610345 155.989655 181.386207 172.448276 197.151724 188.906897 212.927586 205.375862 228.693103 221.844828 244.458621 238.303448 260.213793 254.772414 275.97931 376.706897 275.97931 376.706897 107.141379"></polygon>
20
- <polygon id="Path" fill="#D1D2D1" points="166.034483 276.268966 155.07931 276.268966 144.134483 276.268966 133.189655 276.268966 122.244828 276.268966 111.3 276.268966 100.355172 276.268966 89.4103448 276.268966 78.4551724 276.268966 78.4551724 259.396552 78.4551724 242.524138 78.4551724 225.662069 78.4551724 208.789655 78.4551724 191.927586 78.4551724 175.055172 78.4551724 158.193103 78.4551724 141.32069 89.4103448 141.32069 100.355172 141.32069 111.3 141.32069 122.244828 141.32069 133.189655 141.32069 144.134483 141.32069 155.07931 141.32069 166.034483 141.32069 166.034483 158.193103 166.034483 175.055172 166.034483 191.927586 166.034483 208.789655 166.034483 225.662069 166.034483 242.524138 166.034483 259.396552"></polygon>
21
- <polygon id="Path" fill="#FFFFFF" points="376.510345 141.32069 339.248276 141.32069 301.996552 141.32069 264.734483 141.32069 227.482759 141.32069 190.231034 141.32069 152.968966 141.32069 115.717241 141.32069 78.4551724 141.32069 78.4551724 138.475862 78.4551724 135.62069 78.4551724 132.775862 78.4551724 129.92069 78.4551724 127.065517 78.4551724 124.22069 78.4551724 121.375862 78.4551724 118.52069 115.717241 118.52069 152.968966 118.52069 190.231034 118.52069 227.482759 118.52069 264.734483 118.52069 301.996552 118.52069 339.248276 118.52069 376.510345 118.52069 376.510345 121.375862 376.510345 124.22069 376.510345 127.065517 376.510345 129.92069 376.510345 132.775862 376.510345 135.62069 376.510345 138.475862"></polygon>
22
- <polygon id="Path" fill="#F4F4F2" points="376.510345 276.268966 350.193103 276.268966 323.886207 276.268966 297.57931 276.268966 271.272414 276.268966 244.955172 276.268966 218.648276 276.268966 192.341379 276.268966 166.034483 276.268966 166.034483 259.417241 166.034483 242.575862 166.034483 225.734483 166.034483 208.882759 166.034483 192.041379 166.034483 175.2 166.034483 158.348276 166.034483 141.506897 192.341379 141.506897 218.648276 141.506897 244.955172 141.506897 271.272414 141.506897 297.57931 141.506897 323.886207 141.506897 350.193103 141.506897 376.510345 141.506897 376.510345 158.348276 376.510345 175.2 376.510345 192.041379 376.510345 208.882759 376.510345 225.734483 376.510345 242.575862 376.510345 259.417241"></polygon>
23
- <polygon id="Path" fill="#0099DA" points="105.982759 132.186207 108.817241 132.186207 111.651724 132.186207 114.475862 132.186207 117.310345 132.186207 120.144828 132.186207 122.97931 132.186207 125.813793 132.186207 128.648276 132.186207 128.648276 131.772414 128.648276 131.348276 128.648276 130.924138 128.648276 130.5 128.648276 130.075862 128.648276 129.651724 128.648276 129.227586 128.648276 128.803448 125.813793 128.803448 122.97931 128.803448 120.144828 128.803448 117.310345 128.803448 114.475862 128.803448 111.651724 128.803448 108.817241 128.803448 105.982759 128.803448 105.982759 129.227586 105.982759 129.651724 105.982759 130.075862 105.982759 130.5 105.982759 130.924138 105.982759 131.348276 105.982759 131.772414"></polygon>
24
- <polygon id="Path" fill="#0099DA" points="93.1344828 130.5 93.6 130.965517 94.0655172 131.431034 94.5413793 131.896552 95.0068966 132.372414 95.4724138 132.837931 95.937931 133.303448 96.4034483 133.768966 96.8793103 134.244828 97.3448276 133.768966 97.8103448 133.303448 98.2758621 132.837931 98.7517241 132.372414 99.2172414 131.896552 99.6827586 131.431034 100.148276 130.965517 100.624138 130.5 100.148276 130.024138 99.6827586 129.558621 99.2172414 129.093103 98.7517241 128.627586 98.2758621 128.162069 97.8103448 127.686207 97.3448276 127.22069 96.8793103 126.755172 96.4034483 127.22069 95.937931 127.686207 95.4724138 128.162069 95.0068966 128.627586 94.5413793 129.093103 94.0655172 129.558621 93.6 130.024138"></polygon>
25
- <polygon id="Path" fill="#FFFFFF" points="156.27931 175.065517 148.448276 175.065517 140.617241 175.065517 132.775862 175.065517 124.944828 175.065517 117.113793 175.065517 109.272414 175.065517 101.441379 175.065517 93.6103448 175.065517 93.6103448 173.648276 93.6103448 172.231034 93.6103448 170.824138 93.6103448 169.406897 93.6103448 167.989655 93.6103448 166.582759 93.6103448 165.165517 93.6103448 163.748276 101.441379 163.748276 109.272414 163.748276 117.113793 163.748276 124.944828 163.748276 132.775862 163.748276 140.617241 163.748276 148.448276 163.748276 156.27931 163.748276 156.27931 165.165517 156.27931 166.582759 156.27931 167.989655 156.27931 169.406897 156.27931 170.824138 156.27931 172.231034 156.27931 173.648276"></polygon>
26
- <path d="M341.37931,179.151724 L174.124138,179.151724 L174.124138,166.841379 L341.37931,166.841379 L341.37931,179.151724 Z M175.106897,178.117241 L340.396552,178.117241 L340.396552,167.772414 L175.117241,167.772414 L175.117241,178.117241 L175.106897,178.117241 Z" id="Shape" fill="#0099DA"></path>
27
- <polygon id="Path" fill="#9BA3A1" points="148.8 171.010345 148.47931 170.689655 148.17931 170.37931 147.858621 170.068966 147.548276 169.758621 147.237931 169.448276 146.927586 169.137931 146.617241 168.827586 146.306897 168.517241 146.389655 168.424138 146.482759 168.341379 146.575862 168.248276 146.658621 168.165517 146.751724 168.072414 146.834483 167.989655 146.927586 167.896552 147.010345 167.813793 147.237931 168.031034 147.455172 168.258621 147.682759 168.486207 147.9 168.703448 148.127586 168.931034 148.355172 169.148276 148.572414 169.375862 148.8 169.593103 149.017241 169.375862 149.244828 169.148276 149.462069 168.931034 149.689655 168.703448 149.906897 168.486207 150.134483 168.258621 150.362069 168.031034 150.57931 167.813793 150.672414 167.896552 150.755172 167.989655 150.848276 168.072414 150.931034 168.165517 151.024138 168.248276 151.106897 168.341379 151.2 168.424138 151.282759 168.517241 150.972414 168.827586 150.662069 169.137931 150.351724 169.448276 150.041379 169.758621 149.731034 170.068966 149.42069 170.37931 149.110345 170.689655"></polygon>
28
- <polygon id="Path" fill="#FFFFFF" points="104.751724 204.982759 93.6413793 204.982759 93.6413793 193.872414 104.751724 193.872414 104.751724 204.982759"></polygon>
29
- <polygon id="Path" fill="#FFFFFF" points="104.751724 220.986207 93.6413793 220.986207 93.6413793 209.875862 104.751724 209.875862 104.751724 220.986207"></polygon>
30
- <polygon id="Path" fill="#FFFFFF" points="104.751724 237 93.6413793 237 93.6413793 225.889655 104.751724 225.889655 104.751724 237"></polygon>
31
- <polygon id="Path" fill="#FFFFFF" points="104.751724 253.013793 93.6413793 253.013793 93.6413793 241.903448 104.751724 241.903448 104.751724 253.013793"></polygon>
32
- <polygon id="Path" fill="#D5D7D4" points="156.27931 201.196552 150.496552 201.196552 144.703448 201.196552 138.92069 201.196552 133.127586 201.196552 127.344828 201.196552 121.551724 201.196552 115.768966 201.196552 109.975862 201.196552 109.975862 200.751724 109.975862 200.306897 109.975862 199.872414 109.975862 199.427586 109.975862 198.982759 109.975862 198.537931 109.975862 198.103448 109.975862 197.658621 115.768966 197.658621 121.551724 197.658621 127.344828 197.658621 133.127586 197.658621 138.92069 197.658621 144.703448 197.658621 150.496552 197.658621 156.27931 197.658621 156.27931 198.103448 156.27931 198.537931 156.27931 198.982759 156.27931 199.427586 156.27931 199.872414 156.27931 200.306897 156.27931 200.751724"></polygon>
33
- <polygon id="Path" fill="#D5D7D4" points="156.27931 217.044828 150.496552 217.044828 144.703448 217.044828 138.92069 217.044828 133.127586 217.044828 127.344828 217.044828 121.551724 217.044828 115.768966 217.044828 109.975862 217.044828 109.975862 216.6 109.975862 216.165517 109.975862 215.72069 109.975862 215.275862 109.975862 214.841379 109.975862 214.396552 109.975862 213.951724 109.975862 213.506897 115.768966 213.506897 121.551724 213.506897 127.344828 213.506897 133.127586 213.506897 138.92069 213.506897 144.703448 213.506897 150.496552 213.506897 156.27931 213.506897 156.27931 213.951724 156.27931 214.396552 156.27931 214.841379 156.27931 215.275862 156.27931 215.72069 156.27931 216.165517 156.27931 216.6"></polygon>
34
- <polygon id="Path" fill="#D5D7D4" points="156.27931 232.893103 150.496552 232.893103 144.703448 232.893103 138.92069 232.893103 133.127586 232.893103 127.344828 232.893103 121.551724 232.893103 115.768966 232.893103 109.975862 232.893103 109.975862 232.458621 109.975862 232.013793 109.975862 231.568966 109.975862 231.134483 109.975862 230.689655 109.975862 230.244828 109.975862 229.8 109.975862 229.365517 115.768966 229.365517 121.551724 229.365517 127.344828 229.365517 133.127586 229.365517 138.92069 229.365517 144.703448 229.365517 150.496552 229.365517 156.27931 229.365517 156.27931 229.8 156.27931 230.244828 156.27931 230.689655 156.27931 231.134483 156.27931 231.568966 156.27931 232.013793 156.27931 232.458621"></polygon>
35
- <polygon id="Path" fill="#D5D7D4" points="156.27931 248.751724 150.496552 248.751724 144.703448 248.751724 138.92069 248.751724 133.127586 248.751724 127.344828 248.751724 121.551724 248.751724 115.768966 248.751724 109.975862 248.751724 109.975862 248.306897 109.975862 247.862069 109.975862 247.427586 109.975862 246.982759 109.975862 246.537931 109.975862 246.103448 109.975862 245.658621 109.975862 245.213793 115.768966 245.213793 121.551724 245.213793 127.344828 245.213793 133.127586 245.213793 138.92069 245.213793 144.703448 245.213793 150.496552 245.213793 156.27931 245.213793 156.27931 245.658621 156.27931 246.103448 156.27931 246.537931 156.27931 246.982759 156.27931 247.427586 156.27931 247.862069 156.27931 248.306897"></polygon>
36
- <polygon id="Path" fill="#C7CAC6" points="174 158.710345 179.368966 158.710345 184.737931 158.710345 190.117241 158.710345 195.486207 158.710345 200.855172 158.710345 206.224138 158.710345 211.593103 158.710345 216.962069 158.710345 216.962069 158.286207 216.962069 157.872414 216.962069 157.448276 216.962069 157.024138 216.962069 156.610345 216.962069 156.186207 216.962069 155.762069 216.962069 155.348276 211.593103 155.348276 206.224138 155.348276 200.855172 155.348276 195.486207 155.348276 190.117241 155.348276 184.737931 155.348276 179.368966 155.348276 174 155.348276 174 155.762069 174 156.186207 174 156.610345 174 157.024138 174 157.448276 174 157.872414 174 158.286207"></polygon>
37
- <polygon id="Path" fill="#0099DA" points="352.924138 166.810345 351.403448 166.810345 349.872414 166.810345 348.351724 166.810345 346.82069 166.810345 345.3 166.810345 343.768966 166.810345 342.248276 166.810345 340.717241 166.810345 340.717241 168.362069 340.717241 169.903448 340.717241 171.444828 340.717241 172.996552 340.717241 174.537931 340.717241 176.089655 340.717241 177.631034 340.717241 179.172414 342.248276 179.172414 343.768966 179.172414 345.3 179.172414 346.82069 179.172414 348.351724 179.172414 349.872414 179.172414 351.403448 179.172414 352.924138 179.172414 352.924138 177.631034 352.924138 176.089655 352.924138 174.537931 352.924138 172.996552 352.924138 171.444828 352.924138 169.903448 352.924138 168.362069"></polygon>
38
- <path d="M349.355172,174.651724 C349.454824,174.502546 349.544669,174.347046 349.624138,174.186207 C349.694724,174.022669 349.750129,173.85299 349.789655,173.67931 C349.836583,173.510139 349.867751,173.336986 349.882759,173.162069 C349.898239,172.990003 349.898239,172.816894 349.882759,172.644828 C349.871197,172.470229 349.843492,172.297076 349.8,172.127586 C349.751657,171.957241 349.689378,171.791164 349.613793,171.631034 C349.541707,171.471711 349.455137,171.319346 349.355172,171.175862 C349.252529,171.022987 349.134688,170.880885 349.003448,170.751724 L348.775862,170.544828 L348.537931,170.368966 L348.27931,170.213793 C348.192643,170.166225 348.102771,170.124745 348.010345,170.089655 L347.731034,169.986207 L347.441379,169.913793 L347.141379,169.913793 L346.841379,169.913793 L346.531034,169.913793 L346.231034,169.913793 L345.941379,169.986207 L345.662069,170.089655 C345.568966,170.089655 345.486207,170.172414 345.393103,170.213793 L345.134483,170.368966 L344.896552,170.544828 L344.668966,170.751724 C344.523757,170.901802 344.392203,171.064514 344.275862,171.237931 C344.166557,171.404726 344.073049,171.581353 343.996552,171.765517 C343.925793,171.950287 343.870432,172.14059 343.831034,172.334483 C343.793336,172.528701 343.776001,172.726322 343.77931,172.924138 C343.775479,173.118546 343.792823,173.312794 343.831034,173.503448 C343.870432,173.697341 343.925793,173.887644 343.996552,174.072414 C344.07517,174.258881 344.168571,174.438765 344.275862,174.610345 C344.392349,174.780442 344.523914,174.939706 344.668966,175.086207 L344.896552,175.293103 L345.134483,175.468966 C345.215942,175.528219 345.302487,175.580146 345.393103,175.624138 C345.478624,175.673944 345.568684,175.71551 345.662069,175.748276 L345.941379,175.851724 L346.231034,175.924138 L346.531034,175.924138 L346.841379,175.924138 L347.068966,175.924138 C347.144744,175.92917 347.220773,175.92917 347.296552,175.924138 L347.524138,175.924138 C347.59897,175.913108 347.672016,175.892237 347.741379,175.862069 C347.81625,175.846045 347.88911,175.821758 347.958621,175.789655 L348.175862,175.696552 L348.372414,175.593103 L348.568966,175.468966 L348.724138,175.624138 L348.87931,175.768966 L349.034483,175.924138 L349.17931,176.07931 L349.334483,176.234483 L349.489655,176.389655 L349.644828,176.534483 L349.8,176.689655 L349.893103,176.596552 L349.996552,176.493103 L350.089655,176.389655 L350.193103,176.296552 L350.296552,176.193103 L350.389655,176.1 L350.493103,175.996552 L350.586207,175.903448 L350.441379,175.748276 L350.286207,175.593103 L350.131034,175.437931 L349.975862,175.282759 L349.82069,175.137931 L349.675862,174.982759 L349.52069,174.827586 L349.355172,174.651724 Z M349.034483,172.924138 C349.039627,172.99646 349.039627,173.069057 349.034483,173.141379 L349.034483,173.358621 C349.034483,173.42069 349.034483,173.493103 348.982759,173.565517 L348.910345,173.762069 L348.817241,173.958621 C348.783111,174.022934 348.74511,174.085117 348.703448,174.144828 L348.57931,174.32069 L348.424138,174.475862 L348.268966,174.631034 L348.093103,174.755172 L347.906897,174.868966 L347.710345,174.962069 L347.513793,175.034483 L347.306897,175.086207 L347.089655,175.086207 L346.655172,175.086207 L346.437931,175.086207 L346.231034,175.034483 L346.024138,174.962069 L345.827586,174.868966 L345.641379,174.755172 L345.475862,174.631034 L345.310345,174.475862 L345.165517,174.32069 L345.031034,174.144828 L344.917241,173.958621 C344.883451,173.895892 344.855738,173.830075 344.834483,173.762069 C344.805825,173.698307 344.781629,173.632631 344.762069,173.565517 C344.741173,173.497517 344.723907,173.428454 344.710345,173.358621 C344.700292,173.286556 344.700292,173.213444 344.710345,173.141379 C344.705201,173.069057 344.705201,172.99646 344.710345,172.924138 C344.705188,172.848364 344.705188,172.772326 344.710345,172.696552 C344.700297,172.627952 344.700297,172.558255 344.710345,172.489655 C344.738978,172.348217 344.780532,172.209705 344.834483,172.075862 C344.857648,172.00857 344.885296,171.942906 344.917241,171.87931 L345.031034,171.693103 C345.072716,171.635448 345.117615,171.580188 345.165517,171.527586 C345.254731,171.41082 345.359096,171.306455 345.475862,171.217241 L345.641379,171.082759 L345.827586,170.968966 L346.024138,170.886207 L346.231034,170.813793 L346.437931,170.762069 L346.655172,170.762069 L347.089655,170.762069 L347.306897,170.762069 L347.513793,170.813793 L347.710345,170.886207 L347.906897,170.968966 L348.093103,171.082759 L348.268966,171.217241 L348.424138,171.362069 L348.57931,171.527586 L348.703448,171.693103 C348.74511,171.752814 348.783111,171.814997 348.817241,171.87931 L348.910345,172.075862 C348.910345,172.137931 348.962069,172.210345 348.982759,172.282759 C349.003448,172.355172 348.982759,172.417241 349.034483,172.489655 L349.034483,172.696552 C349.03964,172.772326 349.03964,172.848364 349.034483,172.924138 L349.034483,172.924138 Z" id="Shape" fill="#FFFFFF"></path>
39
- <polygon id="Path" fill="#D1D2D1" points="292.003448 234.331034 284.927586 234.331034 277.862069 234.331034 270.786207 234.331034 263.710345 234.331034 256.634483 234.331034 249.558621 234.331034 242.493103 234.331034 235.417241 234.331034 235.417241 230.927586 235.417241 227.524138 235.417241 224.110345 235.417241 220.706897 235.417241 217.303448 235.417241 213.9 235.417241 210.496552 235.417241 207.093103 242.493103 207.093103 249.558621 207.093103 256.634483 207.093103 263.710345 207.093103 270.786207 207.093103 277.862069 207.093103 284.927586 207.093103 292.003448 207.093103 292.003448 210.496552 292.003448 213.9 292.003448 217.303448 292.003448 220.706897 292.003448 224.110345 292.003448 227.524138 292.003448 230.927586"></polygon>
40
- <polygon id="Path" fill="#D1D2D1" points="352.924138 234.331034 345.848276 234.331034 338.782759 234.331034 331.706897 234.331034 324.631034 234.331034 317.555172 234.331034 310.47931 234.331034 303.413793 234.331034 296.337931 234.331034 296.337931 230.927586 296.337931 227.524138 296.337931 224.110345 296.337931 220.706897 296.337931 217.303448 296.337931 213.9 296.337931 210.496552 296.337931 207.093103 303.413793 207.093103 310.47931 207.093103 317.555172 207.093103 324.631034 207.093103 331.706897 207.093103 338.782759 207.093103 345.848276 207.093103 352.924138 207.093103 352.924138 210.496552 352.924138 213.9 352.924138 217.303448 352.924138 220.706897 352.924138 224.110345 352.924138 227.524138 352.924138 230.927586"></polygon>
41
- <polygon id="Path" fill="#D5D7D4" points="230.503448 276.268966 223.427586 276.268966 216.362069 276.268966 209.286207 276.268966 202.210345 276.268966 195.134483 276.268966 188.058621 276.268966 180.993103 276.268966 173.917241 276.268966 173.917241 265.510345 173.917241 254.762069 173.917241 251.358621 173.917241 247.944828 173.917241 244.541379 173.917241 241.137931 173.917241 237.734483 173.917241 234.331034 180.993103 234.331034 188.058621 234.331034 195.134483 234.331034 202.210345 234.331034 209.286207 234.331034 216.362069 234.331034 223.427586 234.331034 230.503448 234.331034 230.503448 237.734483 230.503448 241.137931 230.503448 244.541379 230.503448 247.944828 230.503448 251.358621 230.503448 254.762069 230.503448 265.510345"></polygon>
42
- <polygon id="Path" fill="#D5D7D4" points="292.003448 276.268966 284.927586 276.268966 277.862069 276.268966 270.786207 276.268966 263.710345 276.268966 256.634483 276.268966 249.558621 276.268966 242.493103 276.268966 235.417241 276.268966 235.417241 265.510345 235.417241 254.762069 235.417241 251.358621 235.417241 247.944828 235.417241 244.541379 235.417241 241.137931 235.417241 237.734483 235.417241 234.331034 242.493103 234.331034 249.558621 234.331034 256.634483 234.331034 263.710345 234.331034 270.786207 234.331034 277.862069 234.331034 284.927586 234.331034 292.003448 234.331034 292.003448 237.734483 292.003448 241.137931 292.003448 244.541379 292.003448 247.944828 292.003448 251.358621 292.003448 254.762069 292.003448 265.510345"></polygon>
43
- <polygon id="Path" fill="#D5D7D4" points="352.924138 276.268966 345.848276 276.268966 338.782759 276.268966 331.706897 276.268966 324.631034 276.268966 317.555172 276.268966 310.47931 276.268966 303.413793 276.268966 296.337931 276.268966 296.337931 265.510345 296.337931 254.762069 296.337931 251.358621 296.337931 247.944828 296.337931 244.541379 296.337931 241.137931 296.337931 237.734483 296.337931 234.331034 303.413793 234.331034 310.47931 234.331034 317.555172 234.331034 324.631034 234.331034 331.706897 234.331034 338.782759 234.331034 345.848276 234.331034 352.924138 234.331034 352.924138 237.734483 352.924138 241.137931 352.924138 244.541379 352.924138 247.944828 352.924138 251.358621 352.924138 254.762069 352.924138 265.510345"></polygon>
44
- <polygon id="Path" fill="#9CA4A3" points="178.603448 240.517241 181.024138 240.517241 183.434483 240.517241 185.855172 240.517241 188.275862 240.517241 190.696552 240.517241 193.106897 240.517241 195.527586 240.517241 197.948276 240.517241 197.948276 240.206897 197.948276 239.896552 197.948276 239.586207 197.948276 239.275862 197.948276 238.965517 197.948276 238.665517 197.948276 238.355172 197.948276 238.044828 195.527586 238.044828 193.106897 238.044828 190.696552 238.044828 188.275862 238.044828 185.855172 238.044828 183.434483 238.044828 181.024138 238.044828 178.603448 238.044828 178.603448 238.355172 178.603448 238.665517 178.603448 238.965517 178.603448 239.275862 178.603448 239.586207 178.603448 239.896552 178.603448 240.206897"></polygon>
45
- <polygon id="Path" fill="#9CA4A3" points="178.603448 245.286207 181.024138 245.286207 183.434483 245.286207 185.855172 245.286207 188.275862 245.286207 190.696552 245.286207 193.106897 245.286207 195.527586 245.286207 197.948276 245.286207 197.948276 244.975862 197.948276 244.665517 197.948276 244.365517 197.948276 244.055172 197.948276 243.744828 197.948276 243.434483 197.948276 243.124138 197.948276 242.824138 195.527586 242.824138 193.106897 242.824138 190.696552 242.824138 188.275862 242.824138 185.855172 242.824138 183.434483 242.824138 181.024138 242.824138 178.603448 242.824138 178.603448 243.124138 178.603448 243.434483 178.603448 243.744828 178.603448 244.055172 178.603448 244.365517 178.603448 244.665517 178.603448 244.975862"></polygon>
46
- <polygon id="Path" fill="#9CA4A3" points="239.275862 240.517241 241.696552 240.517241 244.106897 240.517241 246.527586 240.517241 248.948276 240.517241 251.368966 240.517241 253.77931 240.517241 256.2 240.517241 258.62069 240.517241 258.62069 240.206897 258.62069 239.896552 258.62069 239.586207 258.62069 239.275862 258.62069 238.965517 258.62069 238.665517 258.62069 238.355172 258.62069 238.044828 256.2 238.044828 253.77931 238.044828 251.368966 238.044828 248.948276 238.044828 246.527586 238.044828 244.106897 238.044828 241.696552 238.044828 239.275862 238.044828 239.275862 238.355172 239.275862 238.665517 239.275862 238.965517 239.275862 239.275862 239.275862 239.586207 239.275862 239.896552 239.275862 240.206897"></polygon>
47
- <polygon id="Path" fill="#9CA4A3" points="239.275862 245.286207 241.696552 245.286207 244.106897 245.286207 246.527586 245.286207 248.948276 245.286207 251.368966 245.286207 253.77931 245.286207 256.2 245.286207 258.62069 245.286207 258.62069 244.975862 258.62069 244.665517 258.62069 244.365517 258.62069 244.055172 258.62069 243.744828 258.62069 243.434483 258.62069 243.124138 258.62069 242.824138 256.2 242.824138 253.77931 242.824138 251.368966 242.824138 248.948276 242.824138 246.527586 242.824138 244.106897 242.824138 241.696552 242.824138 239.275862 242.824138 239.275862 243.124138 239.275862 243.434483 239.275862 243.744828 239.275862 244.055172 239.275862 244.365517 239.275862 244.665517 239.275862 244.975862"></polygon>
48
- <polygon id="Path" fill="#9CA4A3" points="299.772414 240.517241 302.193103 240.517241 304.603448 240.517241 307.024138 240.517241 309.444828 240.517241 311.855172 240.517241 314.275862 240.517241 316.696552 240.517241 319.117241 240.517241 319.117241 240.206897 319.117241 239.896552 319.117241 239.586207 319.117241 239.275862 319.117241 238.965517 319.117241 238.665517 319.117241 238.355172 319.117241 238.044828 316.696552 238.044828 314.275862 238.044828 311.855172 238.044828 309.444828 238.044828 307.024138 238.044828 304.603448 238.044828 302.193103 238.044828 299.772414 238.044828 299.772414 238.355172 299.772414 238.665517 299.772414 238.965517 299.772414 239.275862 299.772414 239.586207 299.772414 239.896552 299.772414 240.206897"></polygon>
49
- <polygon id="Path" fill="#9CA4A3" points="299.772414 245.286207 302.193103 245.286207 304.603448 245.286207 307.024138 245.286207 309.444828 245.286207 311.855172 245.286207 314.275862 245.286207 316.696552 245.286207 319.117241 245.286207 319.117241 244.975862 319.117241 244.665517 319.117241 244.365517 319.117241 244.055172 319.117241 243.744828 319.117241 243.434483 319.117241 243.124138 319.117241 242.824138 316.696552 242.824138 314.275862 242.824138 311.855172 242.824138 309.444828 242.824138 307.024138 242.824138 304.603448 242.824138 302.193103 242.824138 299.772414 242.824138 299.772414 243.124138 299.772414 243.434483 299.772414 243.744828 299.772414 244.055172 299.772414 244.365517 299.772414 244.665517 299.772414 244.975862"></polygon>
50
- <polygon id="Path" fill="#9BA3A1" points="326.193103 227.389655 325.872414 227.710345 325.541379 228.031034 325.22069 228.362069 324.9 228.682759 324.568966 229.013793 324.248276 229.334483 323.927586 229.665517 323.596552 229.986207 323.006897 229.396552 322.406897 228.796552 321.806897 228.196552 321.206897 227.606897 320.606897 227.006897 320.006897 226.406897 319.406897 225.817241 318.806897 225.217241 317.731034 226.293103 316.665517 227.37931 315.589655 228.455172 314.513793 229.541379 313.437931 230.617241 312.362069 231.693103 311.286207 232.77931 310.22069 233.855172 313.075862 233.844828 315.941379 233.844828 318.806897 233.834483 321.662069 233.824138 324.527586 233.824138 327.393103 233.813793 330.248276 233.803448 333.113793 233.803448 332.244828 232.996552 331.375862 232.2 330.517241 231.393103 329.648276 230.596552 328.789655 229.789655 327.92069 228.982759 327.051724 228.186207"></polygon>
51
- <path d="M325.758616,218.67931 C325.758253,218.884352 325.779053,219.088885 325.82069,219.289655 C325.863587,219.483818 325.922407,219.674116 325.996552,219.858621 C326.073159,220.036165 326.166695,220.205914 326.275862,220.365517 C326.388552,220.526258 326.513033,220.678401 326.648276,220.82069 C326.784476,220.955501 326.933452,221.07676 327.093103,221.182759 C327.255213,221.293797 327.428586,221.387418 327.610345,221.462069 C327.794849,221.536214 327.985148,221.595033 328.17931,221.637931 C328.581996,221.720714 328.997314,221.720714 329.4,221.637931 C329.790847,221.561096 330.161019,221.402451 330.486207,221.172414 C330.645859,221.066415 330.794835,220.945156 330.931034,220.810345 C331.065988,220.670536 331.187232,220.518115 331.293103,220.355172 C331.408275,220.19562 331.502169,220.021743 331.572414,219.837931 C331.652661,219.655648 331.71167,219.464738 331.748276,219.268966 C331.790436,219.068276 331.811242,218.863689 331.810373,218.658621 C331.810713,218.453579 331.789913,218.249046 331.748276,218.048276 C331.705378,217.854113 331.646559,217.663815 331.572414,217.47931 C331.491759,217.303778 331.398408,217.134363 331.293103,216.972414 C331.183127,216.812835 331.058445,216.663909 330.92069,216.527586 C330.783743,216.386411 330.631015,216.261452 330.465517,216.155172 C330.30833,216.042133 330.138148,215.948359 329.958621,215.875862 C329.774116,215.801717 329.583818,215.742898 329.389655,215.7 C329.188885,215.658363 328.984352,215.637563 328.77931,215.637903 C328.574242,215.637034 328.369655,215.65784 328.168966,215.7 C327.972813,215.740103 327.781909,215.80258 327.6,215.886207 C327.238579,216.036231 326.911305,216.257933 326.637931,216.537931 C326.500176,216.674253 326.375494,216.82318 326.265517,216.982759 C326.160269,217.148333 326.066931,217.321183 325.986207,217.5 C325.910611,217.683986 325.851753,217.874412 325.810345,218.068966 C325.777297,218.270764 325.760003,218.474828 325.758616,218.67931 L325.758616,218.67931 Z" id="Path" fill="#9BA3A1"></path>
52
- <polygon id="Path" fill="#9BA3A1" points="267.227586 227.389655 266.906897 227.710345 266.586207 228.031034 266.255172 228.362069 265.934483 228.682759 265.613793 229.013793 265.293103 229.334483 264.962069 229.665517 264.641379 229.986207 264.041379 229.396552 263.441379 228.796552 262.841379 228.196552 262.241379 227.606897 261.651724 227.006897 261.051724 226.406897 260.451724 225.817241 259.851724 225.217241 258.775862 226.293103 257.7 227.37931 256.624138 228.455172 255.548276 229.541379 254.482759 230.617241 253.406897 231.693103 252.331034 232.77931 251.255172 233.855172 254.12069 233.844828 256.975862 233.844828 259.841379 233.834483 262.706897 233.824138 265.562069 233.824138 268.427586 233.813793 271.293103 233.803448 274.148276 233.803448 273.289655 232.996552 272.42069 232.2 271.551724 231.393103 270.693103 230.596552 269.824138 229.789655 268.965517 228.982759 268.096552 228.186207"></polygon>
53
- <path d="M266.793099,218.67931 C266.792735,218.884352 266.813535,219.088885 266.855172,219.289655 C266.896832,219.485392 266.959254,219.676127 267.041379,219.858621 C267.113876,220.038148 267.20765,220.20833 267.32069,220.365517 C267.527398,220.696544 267.806904,220.97605 268.137931,221.182759 C268.297483,221.29793 268.47136,221.391824 268.655172,221.462069 C268.839159,221.537665 269.029584,221.596523 269.224138,221.637931 C269.424827,221.680091 269.629415,221.700897 269.834483,221.700028 C270.039525,221.700368 270.244057,221.679568 270.444828,221.637931 C270.636024,221.596528 270.823015,221.53766 271.003448,221.462069 C271.185684,221.38421 271.359081,221.287107 271.52069,221.172414 C271.68224,221.069017 271.83148,220.947543 271.965517,220.810345 C272.103784,220.670751 272.228481,220.518343 272.337931,220.355172 C272.445388,220.190904 272.538822,220.017879 272.617241,219.837931 C272.692837,219.653945 272.751696,219.463519 272.793099,219.268966 C272.835264,219.068276 272.856069,218.863689 272.8552,218.658621 C272.852141,218.45322 272.827874,218.248684 272.782759,218.048276 C272.749429,217.851709 272.690297,217.660401 272.606897,217.47931 C272.5344,217.299783 272.440626,217.129601 272.327586,216.972414 C272.105536,216.653906 271.828853,216.377223 271.510345,216.155172 C271.349498,216.042079 271.175888,215.94833 270.993103,215.875862 C270.809117,215.800266 270.618692,215.741408 270.424138,215.7 C270.021452,215.617217 269.606134,215.617217 269.203448,215.7 C269.007711,215.74166 268.816977,215.804082 268.634483,215.886207 C268.454955,215.958704 268.284774,216.052477 268.127586,216.165517 C267.962088,216.271797 267.809361,216.396756 267.672414,216.537931 C267.400241,216.815611 267.182672,217.141963 267.031034,217.5 C266.955439,217.683986 266.89658,217.874412 266.855172,218.068966 C266.813535,218.269736 266.792735,218.474268 266.793099,218.67931 L266.793099,218.67931 Z" id="Path" fill="#9BA3A1"></path>
54
- <polygon id="Path" fill="#D1D2D1" points="230.503448 234.331034 223.427586 234.331034 216.362069 234.331034 209.286207 234.331034 202.210345 234.331034 195.134483 234.331034 188.058621 234.331034 180.993103 234.331034 173.917241 234.331034 173.917241 230.927586 173.917241 227.524138 173.917241 224.110345 173.917241 220.706897 173.917241 217.303448 173.917241 213.9 173.917241 210.496552 173.917241 207.093103 180.993103 207.093103 188.058621 207.093103 195.134483 207.093103 202.210345 207.093103 209.286207 207.093103 216.362069 207.093103 223.427586 207.093103 230.503448 207.093103 230.503448 210.496552 230.503448 213.9 230.503448 217.303448 230.503448 220.706897 230.503448 224.110345 230.503448 227.524138 230.503448 230.927586"></polygon>
55
- <polygon id="Path" fill="#9BA3A1" points="205.624138 227.389655 205.303448 227.710345 204.972414 228.031034 204.651724 228.362069 204.331034 228.682759 204 229.013793 203.67931 229.334483 203.358621 229.665517 203.027586 229.986207 202.437931 229.396552 201.837931 228.796552 201.237931 228.196552 200.637931 227.606897 200.037931 227.006897 199.437931 226.406897 198.837931 225.817241 198.237931 225.217241 197.162069 226.293103 196.096552 227.37931 195.02069 228.455172 193.944828 229.541379 192.868966 230.617241 191.793103 231.693103 190.717241 232.77931 189.651724 233.855172 192.506897 233.844828 195.372414 233.844828 198.237931 233.834483 201.093103 233.824138 203.958621 233.824138 206.824138 233.813793 209.67931 233.803448 212.544828 233.803448 211.675862 232.996552 210.806897 232.2 209.948276 231.393103 209.07931 230.596552 208.22069 229.789655 207.351724 228.982759 206.482759 228.186207"></polygon>
56
- <path d="M205.189655,218.67931 C205.189287,218.884352 205.210087,219.088885 205.251724,219.289655 C205.289824,219.485055 205.348782,219.675802 205.427586,219.858621 C205.500083,220.038148 205.593857,220.20833 205.706897,220.365517 C205.819587,220.526258 205.944068,220.678401 206.07931,220.82069 C206.21551,220.955501 206.364486,221.07676 206.524138,221.182759 C206.686247,221.293797 206.859621,221.387418 207.041379,221.462069 C207.225884,221.536214 207.416182,221.595033 207.610345,221.637931 C208.013031,221.720714 208.428348,221.720714 208.831034,221.637931 C209.203798,221.554324 209.555724,221.395957 209.865517,221.172414 C210.025169,221.066415 210.174145,220.945156 210.310345,220.810345 C210.445298,220.670536 210.566542,220.518115 210.672414,220.355172 C210.787585,220.19562 210.881479,220.021743 210.951724,219.837931 C211.031972,219.655648 211.09098,219.464738 211.127586,219.268966 C211.169747,219.068276 211.190552,218.863689 211.189683,218.658621 C211.190023,218.453579 211.169223,218.249046 211.127586,218.048276 C211.084688,217.854113 211.025869,217.663815 210.951724,217.47931 C210.87107,217.303778 210.777718,217.134363 210.672414,216.972414 C210.562437,216.812835 210.437755,216.663909 210.3,216.527586 C210.163053,216.386411 210.010326,216.261452 209.844828,216.155172 C209.68764,216.042133 209.517459,215.948359 209.337931,215.875862 C209.153427,215.801717 208.963128,215.742898 208.768966,215.7 C208.568195,215.658363 208.363663,215.637563 208.158621,215.637903 C207.953553,215.637034 207.748965,215.65784 207.548276,215.7 C207.352123,215.740103 207.161219,215.80258 206.97931,215.886207 C206.617889,216.036231 206.290615,216.257933 206.017241,216.537931 C205.879486,216.674253 205.754804,216.82318 205.644828,216.982759 C205.53958,217.148333 205.446241,217.321183 205.365517,217.5 C205.289922,217.683986 205.231063,217.874412 205.189655,218.068966 C205.173879,218.272108 205.173879,218.476168 205.189655,218.67931 Z" id="Path" fill="#9BA3A1"></path>
57
- <path d="M69.4344828,97.8827586 L69.4344828,230.865517 L73.5103448,230.865517 L73.5103448,230.97931 L73.5103448,230.97931 L73.5103448,231.134483 L95.7206897,231.134483 L95.8655172,230.989655 L96,230.855172 L151.034483,230.855172 C159.320429,230.855174 166.039117,224.141117 166.044828,215.855172 L166.044828,97.9241379 L69.4344828,97.9241379 L69.4344828,97.8827586 Z" id="Path" fill="#003A5D" opacity="0.2"></path>
58
- <path d="M45.7137931,281.762069 L7.63448276,281.762069 C7.13041794,281.763223 6.62763705,281.711211 6.13448276,281.606897 C5.65553621,281.514251 5.18750781,281.372109 4.73793103,281.182759 C4.29790403,280.988829 3.87561652,280.756917 3.47586207,280.489655 C2.6857861,279.961591 2.00737474,279.283179 1.47931034,278.493103 C1.21257322,278.096654 0.980672281,277.677847 0.786206897,277.241379 C0.596856242,276.791803 0.454714282,276.323774 0.362068966,275.844828 C0.257754475,275.351673 0.205742659,274.848892 0.206877768,274.344828 L0.206877768,236.255172 C0.21119679,235.264658 0.407947245,234.28442 0.786206897,233.368966 C0.978046364,232.92791 1.21005872,232.505439 1.47931034,232.106897 C1.74159373,231.708802 2.04309921,231.337985 2.37931034,231 C2.71839435,230.669168 3.08525903,230.368062 3.47586207,230.1 C3.8735645,229.832271 4.29622044,229.603622 4.73793103,229.417241 C5.18545345,229.21989 5.65398696,229.074124 6.13448276,228.982759 C6.62763705,228.878444 7.13041794,228.826432 7.63448276,228.827567 L45.7137931,228.827567 C46.2178579,228.826432 46.7206388,228.878444 47.2137931,228.982759 C47.6905674,229.075642 48.1555057,229.221369 48.6,229.417241 C49.0427694,229.601409 49.4656391,229.830175 49.862069,230.1 C50.6619286,230.623835 51.3451306,231.307037 51.8689655,232.106897 C52.138791,232.503326 52.3675566,232.926196 52.5517241,233.368966 C52.7475964,233.81346 52.8933233,234.278398 52.9862069,234.755172 C53.0905214,235.248327 53.1425332,235.751108 53.1413981,236.255172 L53.1413981,274.334483 C53.1425332,274.838548 53.0905214,275.341328 52.9862069,275.834483 C52.8956034,276.318507 52.7498246,276.790553 52.5517241,277.241379 C52.365344,277.68309 52.1366941,278.105746 51.8689655,278.503448 C51.6009036,278.894051 51.2997977,279.260916 50.9689655,279.6 C50.6309805,279.936211 50.2601634,280.237717 49.862069,280.5 C49.4635262,280.769252 49.041056,281.001264 48.6,281.193103 C47.684546,281.571363 46.7043071,281.768114 45.7137931,281.772414 L45.7137931,281.762069 Z" id="Path" fill="#FFE700"></path>
59
- <polygon id="Path" fill="#023852" points="31.3137931 249.703448 27.4551724 246.941379 23.5862069 244.168966 23.5965517 245.596552 23.6068966 247.013793 23.6068966 248.441379 23.6172414 249.858621 23.6172414 250.355172 23.6172414 250.851724 18.962069 250.851724 14.2965517 250.851724 14.2965517 255.3 14.2965517 259.737931 18.9724138 259.737931 23.6586207 259.737931 23.6586207 260.203448 23.6586207 260.668966 23.6689655 262.106897 23.6689655 263.544828 23.6793103 264.982759 23.6793103 266.42069 27.5275862 263.617241 31.3655172 260.824138 35.2034483 258.031034 39.0413793 255.227586 35.1827586 252.465517"></polygon>
60
- <path d="M0,101.627586 L151.137931,101.627586 L151.137931,198.444828 C151.132238,201.527643 148.63454,204.025341 145.551724,204.031034 L8.12068966,204.031034 C3.6357566,204.031034 0,200.395278 0,195.910345 L0,101.627586 Z" id="Path" fill="#96A6AE"></path>
61
- <polygon id="Path" fill="url(#linearGradient-1)" style="mix-blend-mode: multiply;" points="69.0931034 204.268966 71.5551724 204.268966 74.0275862 204.268966 76.4896552 204.268966 78.9517241 204.268966 81.4137931 204.268966 83.8758621 204.268966 86.3482759 204.268966 88.8103448 204.268966 96.5172414 196.655172 104.213793 189.041379 111.92069 181.427586 119.627586 173.813793 127.324138 166.2 135.031034 158.586207 142.727586 150.972414 150.434483 143.358621 150.434483 140.368966 150.434483 137.368966 150.434483 134.368966 150.434483 131.37931 150.434483 128.37931 150.434483 125.37931 150.434483 122.389655 150.434483 119.389655 140.844828 122.131034 131.255172 124.882759 121.665517 127.634483 112.075862 130.375862 102.486207 133.127586 92.9068966 135.87931 83.3068966 138.62069 73.7275862 141.372414 73.1482759 149.234483 72.5689655 157.096552 71.9896552 164.958621 71.4103448 172.82069 70.8310345 180.682759 70.2517241 188.544828 69.6724138 196.406897"></polygon>
62
- <path d="M0,101.513793 L0,195.372414 C0,200.091592 3.82564962,203.917241 8.54482759,203.917241 L69.4344828,203.917241 C69.6517241,203.782759 69.8793103,203.637931 70.1172414,203.472414 C70.3551724,203.306897 70.6034483,203.131034 70.8724138,202.924138 C71.5313811,202.427211 72.1633169,201.895418 72.7655172,201.331034 C73.4958935,200.661391 74.1867145,199.949845 74.8344828,199.2 C75.5800376,198.337005 76.2710345,197.428344 76.9034483,196.47931 C77.6100064,195.406442 78.2425109,194.286598 78.7965517,193.127586 C79.4133386,191.815939 79.9420947,190.464673 80.3793103,189.082759 C80.8706343,187.521935 81.2508943,185.928299 81.5172414,184.313793 C81.8344828,182.327586 82.1551724,180.393103 82.4793103,178.510345 C82.8034483,176.627586 83.1275862,174.793103 83.4517241,173.006897 C83.7827586,171.213793 84.1275862,169.489655 84.4862069,167.834483 C84.8689655,166.148276 85.2827586,164.503448 85.737931,162.910345 C86.1931034,161.317241 86.6689655,159.744828 87.1862069,158.213793 C87.7034483,156.682759 88.2206897,155.193103 88.9137931,153.744828 C89.5278193,152.289816 90.2362237,150.876463 91.0344828,149.513793 C91.8516619,148.165622 92.771633,146.882505 93.7862069,145.675862 C94.9862069,144.296552 96.1586207,143.051724 97.3034483,141.941379 C98.3990094,140.904871 99.5637634,139.944035 100.789655,139.065517 C101.963525,138.239204 103.198063,137.502631 104.482759,136.862069 C105.761482,136.216656 107.081624,135.656806 108.434483,135.186207 C109.920681,134.66912 111.437353,134.244176 112.975862,133.913793 C114.610345,133.541379 116.368966,133.210345 118.282759,132.87931 C120.196552,132.548276 122.244828,132.237931 124.489655,131.844828 C126.734483,131.451724 129.093103,131.089655 131.658621,130.613793 C133.624138,130.248276 135.413793,129.875862 137.027586,129.496552 C138.651724,129.113793 140.131034,128.72069 141.413793,128.337931 C142.696552,127.955172 143.793103,127.593103 144.827586,127.241379 C145.862069,126.889655 146.72069,126.506897 147.486207,126.206897 C148.251724,125.906897 148.882759,125.544828 149.410345,125.255172 C149.937931,124.965517 150.372414,124.696552 150.713793,124.47931 L150.951724,124.313793 L151.158621,124.168966 L151.158621,101.513793 L0,101.513793 Z" id="Path" fill="#DFE4E7"></path>
63
- <polygon id="Path" fill="#FFFFFF" points="69.0931034 204.134483 69.4655172 204.134483 69.4655172 204.134483 69.5275862 204.134483 69.7034483 204.051724 69.8793103 203.968966 69.3827586 203.968966 69.2172414 204.082759"></polygon>
64
- <path d="M151.137941,102.413793 L-9.62805301e-06,102.413793 L-9.62805301e-06,5.5862069 C-0.00275283235,4.10381051 0.584908231,2.68133692 1.63312257,1.63312257 C2.68133692,0.584908231 4.10381051,-0.00275283235 5.5862069,-9.62805301e-06 L145.551724,-9.62805301e-06 C147.034121,-0.00275283235 148.456594,0.584908231 149.504808,1.63312257 C150.553023,2.68133692 151.140684,4.10381051 151.137941,5.5862069 L151.137941,102.413793 Z" id="Path" fill="#0099DA"></path>
65
- <polygon id="Path" fill="#0099DA" points="22.9137931 126.113793 41.4724138 126.113793 60.0310345 126.113793 60.0310345 122.751724 60.0310345 119.389655 41.4724138 119.389655 22.9137931 119.389655 22.9137931 122.751724"></polygon>
66
- <polygon id="Path" fill="#96A6AE" points="22.9137931 140.896552 41.4724138 140.896552 60.0310345 140.896552 60.0310345 137.524138 60.0310345 134.162069 41.4724138 134.162069 22.9137931 134.162069 22.9137931 137.524138"></polygon>
67
- <polygon id="Path" fill="#96A6AE" points="22.9137931 155.668966 41.4724138 155.668966 60.0310345 155.668966 60.0310345 152.306897 60.0310345 148.944828 41.4724138 148.944828 22.9137931 148.944828 22.9137931 152.306897"></polygon>
68
- <polygon id="Path" fill="#96A6AE" points="22.9137931 170.441379 41.4724138 170.441379 60.0310345 170.441379 60.0310345 167.07931 60.0310345 163.717241 41.4724138 163.717241 22.9137931 163.717241 22.9137931 167.07931"></polygon>
69
- <polygon id="Path" fill="#0099DA" points="71.5965517 126.113793 97.3758621 126.113793 123.155172 126.113793 123.155172 122.751724 123.155172 119.389655 97.3758621 119.389655 71.5965517 119.389655 71.5965517 122.751724"></polygon>
70
- <polygon id="Path" fill="#96A6AE" points="71.5965517 140.896552 97.3758621 140.896552 123.155172 140.896552 123.155172 137.524138 123.155172 134.162069 97.3758621 134.162069 71.5965517 134.162069 71.5965517 137.524138"></polygon>
71
- <polygon id="Path" fill="#96A6AE" points="71.5965517 155.668966 92.5965517 155.668966 113.596552 155.668966 113.596552 152.306897 113.596552 148.944828 92.5965517 148.944828 71.5965517 148.944828 71.5965517 152.306897"></polygon>
72
- <polygon id="Path" fill="#96A6AE" points="71.5965517 170.441379 87.4758621 170.441379 103.365517 170.441379 103.365517 167.07931 103.365517 163.717241 87.4758621 163.717241 71.5965517 163.717241 71.5965517 167.07931"></polygon>
73
- <polygon id="Path" fill="#FFFFFF" points="90.5482759 67.0551724 89.3482759 68.2655172 88.137931 69.4758621 86.9275862 70.6862069 85.7172414 71.9068966 84.5068966 73.1172414 83.3068966 74.3275862 82.0965517 75.537931 80.8862069 76.7586207 78.6517241 74.5344828 76.4172414 72.3103448 74.1827586 70.0862069 71.9482759 67.862069 69.7137931 65.6482759 67.4793103 63.4241379 65.2448276 61.2 63.0103448 58.9758621 59.0068966 63 54.9931034 67.0241379 50.9896552 71.0482759 46.9758621 75.0827586 42.9724138 79.1068966 38.9586207 83.1310345 34.9551724 87.1551724 30.9413793 91.1793103 41.6275862 91.1482759 52.3034483 91.1275862 62.9793103 91.0965517 73.6551724 91.0758621 84.3413793 91.0448276 95.0172414 91.0137931 105.693103 90.9931034 116.368966 90.962069 113.141379 87.9827586 109.913793 84.9931034 106.686207 82.0034483 103.458621 79.0137931 100.231034 76.0137931 97.0034483 73.0344828 93.7758621 70.0448276"></polygon>
74
- <path d="M88.9655172,34.6034483 C88.9655172,35.3648449 89.0454773,36.1241366 89.2034483,36.8689655 C89.3521559,37.5796182 89.574028,38.2729685 89.8655172,38.937931 C90.1506958,39.6063472 90.4969939,40.2469986 90.9,40.8517241 C91.3043846,41.4524748 91.7688455,42.0105211 92.2862069,42.5172414 C92.7972112,43.0309714 93.3586662,43.491919 93.962069,43.8931034 C94.564274,44.3002825 95.2053354,44.6468022 95.8758621,44.9275862 C96.5416759,45.2143086 97.2348878,45.4326703 97.9448276,45.5793103 C100.185722,46.0363983 102.512605,45.8019061 104.617241,44.9068966 C105.290039,44.6240025 105.934334,44.2776077 106.541379,43.8724138 C107.14213,43.4680292 107.700176,43.0035683 108.206897,42.4862069 C108.741166,41.9930592 109.226208,41.4491194 109.655172,40.862069 C110.060312,40.2549911 110.406704,39.610702 110.689655,38.937931 C110.977743,38.2726254 111.196149,37.5792712 111.341379,36.8689655 C111.797634,34.631451 111.563135,32.3081105 110.668966,30.2068966 C110.386049,29.5373919 110.039639,28.8965329 109.634483,28.2931034 C109.224414,27.6934337 108.760416,27.1324817 108.248276,26.6172414 C107.730726,26.0902023 107.162458,25.6154909 106.551724,25.2 C105.944679,24.7948061 105.300384,24.4484113 104.627586,24.1655172 C103.959001,23.8863139 103.266522,23.6681831 102.558621,23.5137931 C101.055879,23.2171532 99.5096387,23.2171532 98.0068966,23.5137931 C97.2799188,23.6688251 96.5696958,23.8940178 95.8862069,24.1862069 C95.2138869,24.4632268 94.572452,24.8099484 93.9724138,25.2206897 C93.3742561,25.6246406 92.8164961,26.0853988 92.3068966,26.5965517 C91.798046,27.1119709 91.3374995,27.6729373 90.9310345,28.2724138 C90.5216907,28.876957 90.1750697,29.521672 89.8965517,30.1965517 C89.603918,30.8780421 89.3854204,31.5890263 89.2448276,32.3172414 C89.0716519,33.0673792 88.9780312,33.8336821 88.9655172,34.6034483 L88.9655172,34.6034483 Z" id="Path" fill="#FFE700"></path>
75
- <path d="M147.465517,126.144828 C146.7,126.486207 145.82069,126.848276 144.806897,127.17931 C143.793103,127.510345 142.634483,127.934483 141.331034,128.327586 C140.027586,128.72069 138.568966,129.103448 136.944828,129.486207 C135.32069,129.868966 133.541379,130.241379 131.575862,130.603448 C129.010345,131.07931 126.631034,131.472414 124.406897,131.834483 C122.182759,132.196552 120.134483,132.517241 118.2,132.868966 C116.265517,133.22069 114.527586,133.531034 112.893103,133.903448 C111.354594,134.233831 109.837923,134.658776 108.351724,135.175862 C107.026771,135.653194 105.734371,136.216459 104.482759,136.862069 C103.219368,137.50535 102.005663,138.241872 100.851724,139.065517 C99.6258323,139.944035 98.4610784,140.904871 97.3655172,141.941379 C96.2206897,143.037931 95.0482759,144.282759 93.8482759,145.675862 C92.812301,146.880319 91.8715353,148.163496 91.0344828,149.513793 C90.2307591,150.862524 89.5154612,152.26202 88.8931034,153.703448 C88.2517241,155.151724 87.6931034,156.641379 87.1655172,158.172414 C86.637931,159.703448 86.1310345,161.275862 85.7172414,162.868966 C85.3034483,164.462069 84.8482759,166.106897 84.4655172,167.793103 C84.0827586,169.47931 83.7310345,171.217241 83.4310345,172.965517 C83.1310345,174.713793 82.7689655,176.586207 82.4586207,178.468966 C82.1482759,180.351724 81.8172414,182.286207 81.4965517,184.272414 C81.2302047,185.88692 80.8499446,187.480555 80.3586207,189.041379 C79.921405,190.423294 79.392649,191.774559 78.7758621,193.086207 C78.2218212,194.245219 77.5893168,195.365063 76.8827586,196.437931 C76.2503448,197.386965 75.5593479,198.295626 74.8137931,199.158621 C74.1660248,199.908466 73.4752038,200.620012 72.7448276,201.289655 C72.1426273,201.854039 71.5106914,202.385832 70.8517241,202.882759 C70.5827586,203.089655 70.3344828,203.265517 70.0965517,203.431034 C69.8586207,203.596552 69.6310345,203.741379 69.4137931,203.875862 L69.9103448,203.875862 L69.9724138,203.875862 L69.9724138,203.875862 L70.5827586,203.524138 L71.2551724,203.1 L71.9793103,202.603448 L72.7655172,202.044828 L73.5931034,201.393103 C73.8827586,201.155172 74.1827586,200.917241 74.4827586,200.658621 L75.4137931,199.831034 C75.7344828,199.541379 76.0655172,199.231034 76.4482759,198.910345 L76.5827586,198.775862 L76.7172414,198.641379 L76.8517241,198.506897 L76.9758621,198.372414 L77.1103448,198.237931 L77.2448276,198.113793 L77.3793103,197.97931 L77.5137931,197.844828 C78.2586207,197.068966 79.9655172,195.351724 82.3862069,192.910345 L91.5310345,183.744828 L103.448276,171.817241 L116.606897,158.668966 L129.527586,145.768966 L140.689655,134.627586 L147.362069,127.975862 L151.127586,124.210345 L151.127586,124.137931 L150.92069,124.282759 L150.682759,124.448276 C150.341379,124.665517 149.917241,124.934483 149.37931,125.224138 C148.841379,125.513793 148.22069,125.803448 147.465517,126.144828 Z" id="Path" fill="#FFFFFF"></path>
76
- </g>
77
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / update-content-then-publish</title>
4
+ <defs>
5
+ <linearGradient x1="0%" y1="49.9939062%" x2="100%" y2="49.9939062%" id="linearGradient-1">
6
+ <stop stop-color="#D0D2CF" offset="28%"></stop>
7
+ <stop stop-color="#FFFFFF" offset="74%"></stop>
8
+ </linearGradient>
9
+ </defs>
10
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-update-content-then-publish" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
11
+ <g id="Asset-214" transform="translate(27.000000, 0.000000)" fill-rule="nonzero">
12
+ <path d="M255.237931,315.103448 L255.237931,296.07931 L199.727586,296.07931 L199.727586,315.103448 C199.727586,315.103448 199.727586,315.248276 199.727586,315.506897 C199.727586,315.765517 199.634483,316.127586 199.541379,316.541379 C199.448276,316.955172 199.303448,317.503448 199.117241,318.051724 C198.914203,318.646054 198.665174,319.223663 198.372414,319.77931 C198.04785,320.390983 197.659481,320.966601 197.213793,321.496552 C196.730154,322.069891 196.173727,322.577631 195.558621,323.006897 C194.864483,323.465492 194.103837,323.814412 193.303448,324.041379 C192.352594,324.31843 191.366211,324.454363 190.375862,324.444828 L264.672414,324.444828 C263.682065,324.454363 262.695682,324.31843 261.744828,324.041379 C260.944438,323.814412 260.183793,323.465492 259.489655,323.006897 C258.874549,322.577631 258.318122,322.069891 257.834483,321.496552 C257.388795,320.966601 257.000426,320.390983 256.675862,319.77931 C256.383102,319.223663 256.134073,318.646054 255.931034,318.051724 C255.763402,317.560396 255.625226,317.059507 255.517241,316.551724 C255.413793,316.117241 255.362069,315.744828 255.32069,315.517241 C255.27931,315.289655 255.237931,315.103448 255.237931,315.103448 Z" id="Path" fill="#96A6AE"></path>
13
+ <path d="M276.072414,324.486207 L178.893103,324.486207 C178.586876,324.488816 178.281764,324.523487 177.982759,324.589655 C177.690214,324.649881 177.40558,324.743602 177.134483,324.868966 C176.863118,324.983196 176.606171,325.129031 176.368966,325.303448 C176.123944,325.470896 175.898406,325.665206 175.696552,325.882759 C175.490298,326.100598 175.303386,326.335968 175.137931,326.586207 C174.979634,326.844232 174.8413,327.113984 174.724138,327.393103 C174.608166,327.68018 174.521518,327.978248 174.465517,328.282759 C174.402807,328.59959 174.372399,328.921851 174.372399,329.244828 L280.593118,329.244828 C280.593118,328.921851 280.56271,328.59959 280.5,328.282759 C280.443999,327.978248 280.357351,327.68018 280.241379,327.393103 C280.124217,327.113984 279.985883,326.844232 279.827586,326.586207 C279.676295,326.330417 279.503241,326.088141 279.310345,325.862069 C279.112149,325.644676 278.890054,325.450343 278.648276,325.282759 C278.406013,325.110482 278.14589,324.964814 277.872414,324.848276 C277.601317,324.722912 277.316683,324.629191 277.024138,324.568966 C276.710856,324.506811 276.391722,324.47906 276.072414,324.486207 L276.072414,324.486207 Z" id="Path" fill="#CAD3D6"></path>
14
+ <polygon id="Path" fill="#96A6AE" opacity="0.2" style="mix-blend-mode: multiply;" points="199.737931 296.07931 206.67931 296.07931 213.610345 296.07931 220.551724 296.07931 227.482759 296.07931 234.413793 296.07931 241.355172 296.07931 248.286207 296.07931 255.227586 296.07931 255.227586 298.065517 255.227586 300.041379 255.227586 302.027586 255.227586 304.003448 255.227586 305.989655 255.227586 307.965517 255.227586 309.951724 255.227586 311.937931 248.286207 311.937931 241.355172 311.937931 234.413793 311.937931 227.482759 311.937931 220.551724 311.937931 213.610345 311.937931 206.67931 311.937931 199.737931 311.937931 199.737931 309.951724 199.737931 307.965517 199.737931 305.989655 199.737931 304.003448 199.737931 302.027586 199.737931 300.041379 199.737931 298.065517"></polygon>
15
+ <path d="M381.651724,296.079344 L73.3758621,296.079344 C73.0768173,296.079344 72.7785231,296.049298 72.4862069,295.986207 C72.2048147,295.931476 71.9306149,295.844704 71.6689655,295.727586 C71.4078492,295.614154 71.1583967,295.475569 70.9241379,295.313793 C70.6942037,295.154658 70.4794946,294.97458 70.2827586,294.775862 C70.0837783,294.57191 69.9037287,294.35031 69.7448276,294.113793 C69.5901863,293.873369 69.4552628,293.62082 69.3413793,293.358621 C69.2275705,293.089465 69.1442919,292.8084 69.0931034,292.52069 C69.0314166,292.224656 68.9999979,291.923082 68.9999979,291.62069 L68.9999979,102.413793 C68.9999979,102.111374 69.0309056,101.809747 69.0931034,101.513793 C69.1442919,101.226083 69.2275705,100.945018 69.3413793,100.675862 C69.4530485,100.412599 69.5880706,100.159865 69.7448276,99.9206897 C69.9037287,99.6841727 70.0837783,99.4625732 70.2827586,99.2586207 C70.4820097,99.0595056 70.6964498,98.8761939 70.9241379,98.7103448 C71.1609657,98.5557242 71.4100767,98.4207891 71.6689655,98.3068966 C71.9320487,98.1910456 72.2057423,98.1009692 72.4862069,98.037931 C72.7796845,97.9837768 73.0774313,97.9551724 73.3758621,97.9551724 L381.651724,97.9551724 C381.946704,97.9551724 382.240971,97.9842813 382.531034,98.037931 C382.811499,98.1009692 383.085193,98.1910456 383.348276,98.3068966 C383.607165,98.4207891 383.856276,98.5557242 384.093103,98.7103448 C384.320792,98.8761939 384.535232,99.0595056 384.734483,99.2586207 C384.936458,99.4598868 385.116755,99.6817915 385.272414,99.9206897 C385.429171,100.159865 385.564193,100.412599 385.675862,100.675862 C385.788419,100.946349 385.875015,101.226921 385.934483,101.513793 C385.988276,101.810804 386.017241,102.111953 386.017241,102.413793 L386.017241,291.62069 C386.017241,291.9225 385.987661,292.223596 385.934483,292.52069 C385.875015,292.807562 385.788419,293.088134 385.675862,293.358621 C385.561979,293.62082 385.427055,293.873369 385.272414,294.113793 C385.116755,294.352691 384.936458,294.574596 384.734483,294.775862 C384.537747,294.97458 384.323038,295.154658 384.093103,295.313793 C383.858845,295.475569 383.609392,295.614154 383.348276,295.727586 C383.086626,295.844704 382.812427,295.931476 382.531034,295.986207 C382.242098,296.048559 381.947312,296.079344 381.651724,296.079344 Z" id="Path" fill="#023852"></path>
16
+ <polygon id="Path" fill="#0099DA" points="78.4551724 276.268966 115.717241 276.268966 152.968966 276.268966 190.231034 276.268966 227.482759 276.268966 264.734483 276.268966 301.996552 276.268966 339.248276 276.268966 376.510345 276.268966 376.510345 255.155172 376.510345 234.051724 376.510345 212.948276 376.510345 191.844828 376.510345 170.741379 376.510345 149.637931 376.510345 128.524138 376.510345 107.42069 339.248276 107.42069 301.996552 107.42069 264.734483 107.42069 227.482759 107.42069 190.231034 107.42069 152.968966 107.42069 115.717241 107.42069 78.4551724 107.42069 78.4551724 128.524138 78.4551724 149.637931 78.4551724 170.741379 78.4551724 191.844828 78.4551724 212.948276 78.4551724 234.051724 78.4551724 255.155172"></polygon>
17
+ <polygon id="Path" fill="#125275" points="376.510345 118.52069 339.248276 118.52069 301.996552 118.52069 264.734483 118.52069 227.482759 118.52069 190.231034 118.52069 152.968966 118.52069 115.717241 118.52069 78.4551724 118.52069 78.4551724 117.134483 78.4551724 115.748276 78.4551724 114.362069 78.4551724 112.975862 78.4551724 111.57931 78.4551724 110.193103 78.4551724 108.806897 78.4551724 107.42069 115.717241 107.42069 152.968966 107.42069 190.231034 107.42069 227.482759 107.42069 264.734483 107.42069 301.996552 107.42069 339.248276 107.42069 376.510345 107.42069 376.510345 108.806897 376.510345 110.193103 376.510345 111.57931 376.510345 112.975862 376.510345 114.362069 376.510345 115.748276 376.510345 117.134483"></polygon>
18
+ <path d="M232.634483,286.168966 C232.636992,285.821435 232.602312,285.474634 232.531034,285.134483 C232.463975,284.801085 232.363466,284.475299 232.231034,284.162069 C232.099168,283.858546 231.939887,283.567686 231.755172,283.293103 C231.57091,283.017505 231.35951,282.761053 231.124138,282.527586 C230.65888,282.052951 230.103072,281.676549 229.489655,281.42069 C229.174751,281.292903 228.849406,281.19253 228.517241,281.12069 C227.834624,280.981351 227.130893,280.981351 226.448276,281.12069 C226.116111,281.19253 225.790766,281.292903 225.475862,281.42069 C224.866126,281.683316 224.311555,282.05888 223.841379,282.527586 C223.606007,282.761053 223.394607,283.017505 223.210345,283.293103 C223.02563,283.567686 222.866349,283.858546 222.734483,284.162069 C222.606696,284.476973 222.506323,284.802318 222.434483,285.134483 C222.363205,285.474634 222.328525,285.821435 222.331034,286.168966 C222.3293,286.516459 222.363972,286.863179 222.434483,287.203448 C222.507792,287.531859 222.608133,287.853646 222.734483,288.165517 C222.8663,288.472353 223.025568,288.766652 223.210345,289.044828 C223.394721,289.317161 223.606139,289.57017 223.841379,289.8 C224.072629,290.037792 224.329347,290.249411 224.606897,290.431034 C225.162052,290.811251 225.78842,291.07517 226.448276,291.206897 C227.130893,291.346235 227.834624,291.346235 228.517241,291.206897 C228.851854,291.144692 229.178157,291.044025 229.489655,290.906897 C229.79846,290.779182 230.093148,290.619704 230.368966,290.431034 C230.910127,290.055477 231.379615,289.585989 231.755172,289.044828 C231.939949,288.766652 232.099217,288.472353 232.231034,288.165517 C232.362111,287.855357 232.462588,287.533138 232.531034,287.203448 C232.601545,286.863179 232.636217,286.516459 232.634483,286.168966 Z" id="Path" fill="#125275"></path>
19
+ <polygon id="Path" fill="#FFFFFF" opacity="0.2" points="78.6206897 107.141379 84.1758621 112.47931 89.7310345 117.817241 95.2862069 123.155172 100.841379 128.493103 106.406897 133.82069 111.962069 139.158621 117.517241 144.496552 123.082759 149.824138 139.531034 165.610345 155.989655 181.386207 172.448276 197.151724 188.906897 212.927586 205.375862 228.693103 221.844828 244.458621 238.303448 260.213793 254.772414 275.97931 376.706897 275.97931 376.706897 107.141379"></polygon>
20
+ <polygon id="Path" fill="#D1D2D1" points="166.034483 276.268966 155.07931 276.268966 144.134483 276.268966 133.189655 276.268966 122.244828 276.268966 111.3 276.268966 100.355172 276.268966 89.4103448 276.268966 78.4551724 276.268966 78.4551724 259.396552 78.4551724 242.524138 78.4551724 225.662069 78.4551724 208.789655 78.4551724 191.927586 78.4551724 175.055172 78.4551724 158.193103 78.4551724 141.32069 89.4103448 141.32069 100.355172 141.32069 111.3 141.32069 122.244828 141.32069 133.189655 141.32069 144.134483 141.32069 155.07931 141.32069 166.034483 141.32069 166.034483 158.193103 166.034483 175.055172 166.034483 191.927586 166.034483 208.789655 166.034483 225.662069 166.034483 242.524138 166.034483 259.396552"></polygon>
21
+ <polygon id="Path" fill="#FFFFFF" points="376.510345 141.32069 339.248276 141.32069 301.996552 141.32069 264.734483 141.32069 227.482759 141.32069 190.231034 141.32069 152.968966 141.32069 115.717241 141.32069 78.4551724 141.32069 78.4551724 138.475862 78.4551724 135.62069 78.4551724 132.775862 78.4551724 129.92069 78.4551724 127.065517 78.4551724 124.22069 78.4551724 121.375862 78.4551724 118.52069 115.717241 118.52069 152.968966 118.52069 190.231034 118.52069 227.482759 118.52069 264.734483 118.52069 301.996552 118.52069 339.248276 118.52069 376.510345 118.52069 376.510345 121.375862 376.510345 124.22069 376.510345 127.065517 376.510345 129.92069 376.510345 132.775862 376.510345 135.62069 376.510345 138.475862"></polygon>
22
+ <polygon id="Path" fill="#F4F4F2" points="376.510345 276.268966 350.193103 276.268966 323.886207 276.268966 297.57931 276.268966 271.272414 276.268966 244.955172 276.268966 218.648276 276.268966 192.341379 276.268966 166.034483 276.268966 166.034483 259.417241 166.034483 242.575862 166.034483 225.734483 166.034483 208.882759 166.034483 192.041379 166.034483 175.2 166.034483 158.348276 166.034483 141.506897 192.341379 141.506897 218.648276 141.506897 244.955172 141.506897 271.272414 141.506897 297.57931 141.506897 323.886207 141.506897 350.193103 141.506897 376.510345 141.506897 376.510345 158.348276 376.510345 175.2 376.510345 192.041379 376.510345 208.882759 376.510345 225.734483 376.510345 242.575862 376.510345 259.417241"></polygon>
23
+ <polygon id="Path" fill="#0099DA" points="105.982759 132.186207 108.817241 132.186207 111.651724 132.186207 114.475862 132.186207 117.310345 132.186207 120.144828 132.186207 122.97931 132.186207 125.813793 132.186207 128.648276 132.186207 128.648276 131.772414 128.648276 131.348276 128.648276 130.924138 128.648276 130.5 128.648276 130.075862 128.648276 129.651724 128.648276 129.227586 128.648276 128.803448 125.813793 128.803448 122.97931 128.803448 120.144828 128.803448 117.310345 128.803448 114.475862 128.803448 111.651724 128.803448 108.817241 128.803448 105.982759 128.803448 105.982759 129.227586 105.982759 129.651724 105.982759 130.075862 105.982759 130.5 105.982759 130.924138 105.982759 131.348276 105.982759 131.772414"></polygon>
24
+ <polygon id="Path" fill="#0099DA" points="93.1344828 130.5 93.6 130.965517 94.0655172 131.431034 94.5413793 131.896552 95.0068966 132.372414 95.4724138 132.837931 95.937931 133.303448 96.4034483 133.768966 96.8793103 134.244828 97.3448276 133.768966 97.8103448 133.303448 98.2758621 132.837931 98.7517241 132.372414 99.2172414 131.896552 99.6827586 131.431034 100.148276 130.965517 100.624138 130.5 100.148276 130.024138 99.6827586 129.558621 99.2172414 129.093103 98.7517241 128.627586 98.2758621 128.162069 97.8103448 127.686207 97.3448276 127.22069 96.8793103 126.755172 96.4034483 127.22069 95.937931 127.686207 95.4724138 128.162069 95.0068966 128.627586 94.5413793 129.093103 94.0655172 129.558621 93.6 130.024138"></polygon>
25
+ <polygon id="Path" fill="#FFFFFF" points="156.27931 175.065517 148.448276 175.065517 140.617241 175.065517 132.775862 175.065517 124.944828 175.065517 117.113793 175.065517 109.272414 175.065517 101.441379 175.065517 93.6103448 175.065517 93.6103448 173.648276 93.6103448 172.231034 93.6103448 170.824138 93.6103448 169.406897 93.6103448 167.989655 93.6103448 166.582759 93.6103448 165.165517 93.6103448 163.748276 101.441379 163.748276 109.272414 163.748276 117.113793 163.748276 124.944828 163.748276 132.775862 163.748276 140.617241 163.748276 148.448276 163.748276 156.27931 163.748276 156.27931 165.165517 156.27931 166.582759 156.27931 167.989655 156.27931 169.406897 156.27931 170.824138 156.27931 172.231034 156.27931 173.648276"></polygon>
26
+ <path d="M341.37931,179.151724 L174.124138,179.151724 L174.124138,166.841379 L341.37931,166.841379 L341.37931,179.151724 Z M175.106897,178.117241 L340.396552,178.117241 L340.396552,167.772414 L175.117241,167.772414 L175.117241,178.117241 L175.106897,178.117241 Z" id="Shape" fill="#0099DA"></path>
27
+ <polygon id="Path" fill="#9BA3A1" points="148.8 171.010345 148.47931 170.689655 148.17931 170.37931 147.858621 170.068966 147.548276 169.758621 147.237931 169.448276 146.927586 169.137931 146.617241 168.827586 146.306897 168.517241 146.389655 168.424138 146.482759 168.341379 146.575862 168.248276 146.658621 168.165517 146.751724 168.072414 146.834483 167.989655 146.927586 167.896552 147.010345 167.813793 147.237931 168.031034 147.455172 168.258621 147.682759 168.486207 147.9 168.703448 148.127586 168.931034 148.355172 169.148276 148.572414 169.375862 148.8 169.593103 149.017241 169.375862 149.244828 169.148276 149.462069 168.931034 149.689655 168.703448 149.906897 168.486207 150.134483 168.258621 150.362069 168.031034 150.57931 167.813793 150.672414 167.896552 150.755172 167.989655 150.848276 168.072414 150.931034 168.165517 151.024138 168.248276 151.106897 168.341379 151.2 168.424138 151.282759 168.517241 150.972414 168.827586 150.662069 169.137931 150.351724 169.448276 150.041379 169.758621 149.731034 170.068966 149.42069 170.37931 149.110345 170.689655"></polygon>
28
+ <polygon id="Path" fill="#FFFFFF" points="104.751724 204.982759 93.6413793 204.982759 93.6413793 193.872414 104.751724 193.872414 104.751724 204.982759"></polygon>
29
+ <polygon id="Path" fill="#FFFFFF" points="104.751724 220.986207 93.6413793 220.986207 93.6413793 209.875862 104.751724 209.875862 104.751724 220.986207"></polygon>
30
+ <polygon id="Path" fill="#FFFFFF" points="104.751724 237 93.6413793 237 93.6413793 225.889655 104.751724 225.889655 104.751724 237"></polygon>
31
+ <polygon id="Path" fill="#FFFFFF" points="104.751724 253.013793 93.6413793 253.013793 93.6413793 241.903448 104.751724 241.903448 104.751724 253.013793"></polygon>
32
+ <polygon id="Path" fill="#D5D7D4" points="156.27931 201.196552 150.496552 201.196552 144.703448 201.196552 138.92069 201.196552 133.127586 201.196552 127.344828 201.196552 121.551724 201.196552 115.768966 201.196552 109.975862 201.196552 109.975862 200.751724 109.975862 200.306897 109.975862 199.872414 109.975862 199.427586 109.975862 198.982759 109.975862 198.537931 109.975862 198.103448 109.975862 197.658621 115.768966 197.658621 121.551724 197.658621 127.344828 197.658621 133.127586 197.658621 138.92069 197.658621 144.703448 197.658621 150.496552 197.658621 156.27931 197.658621 156.27931 198.103448 156.27931 198.537931 156.27931 198.982759 156.27931 199.427586 156.27931 199.872414 156.27931 200.306897 156.27931 200.751724"></polygon>
33
+ <polygon id="Path" fill="#D5D7D4" points="156.27931 217.044828 150.496552 217.044828 144.703448 217.044828 138.92069 217.044828 133.127586 217.044828 127.344828 217.044828 121.551724 217.044828 115.768966 217.044828 109.975862 217.044828 109.975862 216.6 109.975862 216.165517 109.975862 215.72069 109.975862 215.275862 109.975862 214.841379 109.975862 214.396552 109.975862 213.951724 109.975862 213.506897 115.768966 213.506897 121.551724 213.506897 127.344828 213.506897 133.127586 213.506897 138.92069 213.506897 144.703448 213.506897 150.496552 213.506897 156.27931 213.506897 156.27931 213.951724 156.27931 214.396552 156.27931 214.841379 156.27931 215.275862 156.27931 215.72069 156.27931 216.165517 156.27931 216.6"></polygon>
34
+ <polygon id="Path" fill="#D5D7D4" points="156.27931 232.893103 150.496552 232.893103 144.703448 232.893103 138.92069 232.893103 133.127586 232.893103 127.344828 232.893103 121.551724 232.893103 115.768966 232.893103 109.975862 232.893103 109.975862 232.458621 109.975862 232.013793 109.975862 231.568966 109.975862 231.134483 109.975862 230.689655 109.975862 230.244828 109.975862 229.8 109.975862 229.365517 115.768966 229.365517 121.551724 229.365517 127.344828 229.365517 133.127586 229.365517 138.92069 229.365517 144.703448 229.365517 150.496552 229.365517 156.27931 229.365517 156.27931 229.8 156.27931 230.244828 156.27931 230.689655 156.27931 231.134483 156.27931 231.568966 156.27931 232.013793 156.27931 232.458621"></polygon>
35
+ <polygon id="Path" fill="#D5D7D4" points="156.27931 248.751724 150.496552 248.751724 144.703448 248.751724 138.92069 248.751724 133.127586 248.751724 127.344828 248.751724 121.551724 248.751724 115.768966 248.751724 109.975862 248.751724 109.975862 248.306897 109.975862 247.862069 109.975862 247.427586 109.975862 246.982759 109.975862 246.537931 109.975862 246.103448 109.975862 245.658621 109.975862 245.213793 115.768966 245.213793 121.551724 245.213793 127.344828 245.213793 133.127586 245.213793 138.92069 245.213793 144.703448 245.213793 150.496552 245.213793 156.27931 245.213793 156.27931 245.658621 156.27931 246.103448 156.27931 246.537931 156.27931 246.982759 156.27931 247.427586 156.27931 247.862069 156.27931 248.306897"></polygon>
36
+ <polygon id="Path" fill="#C7CAC6" points="174 158.710345 179.368966 158.710345 184.737931 158.710345 190.117241 158.710345 195.486207 158.710345 200.855172 158.710345 206.224138 158.710345 211.593103 158.710345 216.962069 158.710345 216.962069 158.286207 216.962069 157.872414 216.962069 157.448276 216.962069 157.024138 216.962069 156.610345 216.962069 156.186207 216.962069 155.762069 216.962069 155.348276 211.593103 155.348276 206.224138 155.348276 200.855172 155.348276 195.486207 155.348276 190.117241 155.348276 184.737931 155.348276 179.368966 155.348276 174 155.348276 174 155.762069 174 156.186207 174 156.610345 174 157.024138 174 157.448276 174 157.872414 174 158.286207"></polygon>
37
+ <polygon id="Path" fill="#0099DA" points="352.924138 166.810345 351.403448 166.810345 349.872414 166.810345 348.351724 166.810345 346.82069 166.810345 345.3 166.810345 343.768966 166.810345 342.248276 166.810345 340.717241 166.810345 340.717241 168.362069 340.717241 169.903448 340.717241 171.444828 340.717241 172.996552 340.717241 174.537931 340.717241 176.089655 340.717241 177.631034 340.717241 179.172414 342.248276 179.172414 343.768966 179.172414 345.3 179.172414 346.82069 179.172414 348.351724 179.172414 349.872414 179.172414 351.403448 179.172414 352.924138 179.172414 352.924138 177.631034 352.924138 176.089655 352.924138 174.537931 352.924138 172.996552 352.924138 171.444828 352.924138 169.903448 352.924138 168.362069"></polygon>
38
+ <path d="M349.355172,174.651724 C349.454824,174.502546 349.544669,174.347046 349.624138,174.186207 C349.694724,174.022669 349.750129,173.85299 349.789655,173.67931 C349.836583,173.510139 349.867751,173.336986 349.882759,173.162069 C349.898239,172.990003 349.898239,172.816894 349.882759,172.644828 C349.871197,172.470229 349.843492,172.297076 349.8,172.127586 C349.751657,171.957241 349.689378,171.791164 349.613793,171.631034 C349.541707,171.471711 349.455137,171.319346 349.355172,171.175862 C349.252529,171.022987 349.134688,170.880885 349.003448,170.751724 L348.775862,170.544828 L348.537931,170.368966 L348.27931,170.213793 C348.192643,170.166225 348.102771,170.124745 348.010345,170.089655 L347.731034,169.986207 L347.441379,169.913793 L347.141379,169.913793 L346.841379,169.913793 L346.531034,169.913793 L346.231034,169.913793 L345.941379,169.986207 L345.662069,170.089655 C345.568966,170.089655 345.486207,170.172414 345.393103,170.213793 L345.134483,170.368966 L344.896552,170.544828 L344.668966,170.751724 C344.523757,170.901802 344.392203,171.064514 344.275862,171.237931 C344.166557,171.404726 344.073049,171.581353 343.996552,171.765517 C343.925793,171.950287 343.870432,172.14059 343.831034,172.334483 C343.793336,172.528701 343.776001,172.726322 343.77931,172.924138 C343.775479,173.118546 343.792823,173.312794 343.831034,173.503448 C343.870432,173.697341 343.925793,173.887644 343.996552,174.072414 C344.07517,174.258881 344.168571,174.438765 344.275862,174.610345 C344.392349,174.780442 344.523914,174.939706 344.668966,175.086207 L344.896552,175.293103 L345.134483,175.468966 C345.215942,175.528219 345.302487,175.580146 345.393103,175.624138 C345.478624,175.673944 345.568684,175.71551 345.662069,175.748276 L345.941379,175.851724 L346.231034,175.924138 L346.531034,175.924138 L346.841379,175.924138 L347.068966,175.924138 C347.144744,175.92917 347.220773,175.92917 347.296552,175.924138 L347.524138,175.924138 C347.59897,175.913108 347.672016,175.892237 347.741379,175.862069 C347.81625,175.846045 347.88911,175.821758 347.958621,175.789655 L348.175862,175.696552 L348.372414,175.593103 L348.568966,175.468966 L348.724138,175.624138 L348.87931,175.768966 L349.034483,175.924138 L349.17931,176.07931 L349.334483,176.234483 L349.489655,176.389655 L349.644828,176.534483 L349.8,176.689655 L349.893103,176.596552 L349.996552,176.493103 L350.089655,176.389655 L350.193103,176.296552 L350.296552,176.193103 L350.389655,176.1 L350.493103,175.996552 L350.586207,175.903448 L350.441379,175.748276 L350.286207,175.593103 L350.131034,175.437931 L349.975862,175.282759 L349.82069,175.137931 L349.675862,174.982759 L349.52069,174.827586 L349.355172,174.651724 Z M349.034483,172.924138 C349.039627,172.99646 349.039627,173.069057 349.034483,173.141379 L349.034483,173.358621 C349.034483,173.42069 349.034483,173.493103 348.982759,173.565517 L348.910345,173.762069 L348.817241,173.958621 C348.783111,174.022934 348.74511,174.085117 348.703448,174.144828 L348.57931,174.32069 L348.424138,174.475862 L348.268966,174.631034 L348.093103,174.755172 L347.906897,174.868966 L347.710345,174.962069 L347.513793,175.034483 L347.306897,175.086207 L347.089655,175.086207 L346.655172,175.086207 L346.437931,175.086207 L346.231034,175.034483 L346.024138,174.962069 L345.827586,174.868966 L345.641379,174.755172 L345.475862,174.631034 L345.310345,174.475862 L345.165517,174.32069 L345.031034,174.144828 L344.917241,173.958621 C344.883451,173.895892 344.855738,173.830075 344.834483,173.762069 C344.805825,173.698307 344.781629,173.632631 344.762069,173.565517 C344.741173,173.497517 344.723907,173.428454 344.710345,173.358621 C344.700292,173.286556 344.700292,173.213444 344.710345,173.141379 C344.705201,173.069057 344.705201,172.99646 344.710345,172.924138 C344.705188,172.848364 344.705188,172.772326 344.710345,172.696552 C344.700297,172.627952 344.700297,172.558255 344.710345,172.489655 C344.738978,172.348217 344.780532,172.209705 344.834483,172.075862 C344.857648,172.00857 344.885296,171.942906 344.917241,171.87931 L345.031034,171.693103 C345.072716,171.635448 345.117615,171.580188 345.165517,171.527586 C345.254731,171.41082 345.359096,171.306455 345.475862,171.217241 L345.641379,171.082759 L345.827586,170.968966 L346.024138,170.886207 L346.231034,170.813793 L346.437931,170.762069 L346.655172,170.762069 L347.089655,170.762069 L347.306897,170.762069 L347.513793,170.813793 L347.710345,170.886207 L347.906897,170.968966 L348.093103,171.082759 L348.268966,171.217241 L348.424138,171.362069 L348.57931,171.527586 L348.703448,171.693103 C348.74511,171.752814 348.783111,171.814997 348.817241,171.87931 L348.910345,172.075862 C348.910345,172.137931 348.962069,172.210345 348.982759,172.282759 C349.003448,172.355172 348.982759,172.417241 349.034483,172.489655 L349.034483,172.696552 C349.03964,172.772326 349.03964,172.848364 349.034483,172.924138 L349.034483,172.924138 Z" id="Shape" fill="#FFFFFF"></path>
39
+ <polygon id="Path" fill="#D1D2D1" points="292.003448 234.331034 284.927586 234.331034 277.862069 234.331034 270.786207 234.331034 263.710345 234.331034 256.634483 234.331034 249.558621 234.331034 242.493103 234.331034 235.417241 234.331034 235.417241 230.927586 235.417241 227.524138 235.417241 224.110345 235.417241 220.706897 235.417241 217.303448 235.417241 213.9 235.417241 210.496552 235.417241 207.093103 242.493103 207.093103 249.558621 207.093103 256.634483 207.093103 263.710345 207.093103 270.786207 207.093103 277.862069 207.093103 284.927586 207.093103 292.003448 207.093103 292.003448 210.496552 292.003448 213.9 292.003448 217.303448 292.003448 220.706897 292.003448 224.110345 292.003448 227.524138 292.003448 230.927586"></polygon>
40
+ <polygon id="Path" fill="#D1D2D1" points="352.924138 234.331034 345.848276 234.331034 338.782759 234.331034 331.706897 234.331034 324.631034 234.331034 317.555172 234.331034 310.47931 234.331034 303.413793 234.331034 296.337931 234.331034 296.337931 230.927586 296.337931 227.524138 296.337931 224.110345 296.337931 220.706897 296.337931 217.303448 296.337931 213.9 296.337931 210.496552 296.337931 207.093103 303.413793 207.093103 310.47931 207.093103 317.555172 207.093103 324.631034 207.093103 331.706897 207.093103 338.782759 207.093103 345.848276 207.093103 352.924138 207.093103 352.924138 210.496552 352.924138 213.9 352.924138 217.303448 352.924138 220.706897 352.924138 224.110345 352.924138 227.524138 352.924138 230.927586"></polygon>
41
+ <polygon id="Path" fill="#D5D7D4" points="230.503448 276.268966 223.427586 276.268966 216.362069 276.268966 209.286207 276.268966 202.210345 276.268966 195.134483 276.268966 188.058621 276.268966 180.993103 276.268966 173.917241 276.268966 173.917241 265.510345 173.917241 254.762069 173.917241 251.358621 173.917241 247.944828 173.917241 244.541379 173.917241 241.137931 173.917241 237.734483 173.917241 234.331034 180.993103 234.331034 188.058621 234.331034 195.134483 234.331034 202.210345 234.331034 209.286207 234.331034 216.362069 234.331034 223.427586 234.331034 230.503448 234.331034 230.503448 237.734483 230.503448 241.137931 230.503448 244.541379 230.503448 247.944828 230.503448 251.358621 230.503448 254.762069 230.503448 265.510345"></polygon>
42
+ <polygon id="Path" fill="#D5D7D4" points="292.003448 276.268966 284.927586 276.268966 277.862069 276.268966 270.786207 276.268966 263.710345 276.268966 256.634483 276.268966 249.558621 276.268966 242.493103 276.268966 235.417241 276.268966 235.417241 265.510345 235.417241 254.762069 235.417241 251.358621 235.417241 247.944828 235.417241 244.541379 235.417241 241.137931 235.417241 237.734483 235.417241 234.331034 242.493103 234.331034 249.558621 234.331034 256.634483 234.331034 263.710345 234.331034 270.786207 234.331034 277.862069 234.331034 284.927586 234.331034 292.003448 234.331034 292.003448 237.734483 292.003448 241.137931 292.003448 244.541379 292.003448 247.944828 292.003448 251.358621 292.003448 254.762069 292.003448 265.510345"></polygon>
43
+ <polygon id="Path" fill="#D5D7D4" points="352.924138 276.268966 345.848276 276.268966 338.782759 276.268966 331.706897 276.268966 324.631034 276.268966 317.555172 276.268966 310.47931 276.268966 303.413793 276.268966 296.337931 276.268966 296.337931 265.510345 296.337931 254.762069 296.337931 251.358621 296.337931 247.944828 296.337931 244.541379 296.337931 241.137931 296.337931 237.734483 296.337931 234.331034 303.413793 234.331034 310.47931 234.331034 317.555172 234.331034 324.631034 234.331034 331.706897 234.331034 338.782759 234.331034 345.848276 234.331034 352.924138 234.331034 352.924138 237.734483 352.924138 241.137931 352.924138 244.541379 352.924138 247.944828 352.924138 251.358621 352.924138 254.762069 352.924138 265.510345"></polygon>
44
+ <polygon id="Path" fill="#9CA4A3" points="178.603448 240.517241 181.024138 240.517241 183.434483 240.517241 185.855172 240.517241 188.275862 240.517241 190.696552 240.517241 193.106897 240.517241 195.527586 240.517241 197.948276 240.517241 197.948276 240.206897 197.948276 239.896552 197.948276 239.586207 197.948276 239.275862 197.948276 238.965517 197.948276 238.665517 197.948276 238.355172 197.948276 238.044828 195.527586 238.044828 193.106897 238.044828 190.696552 238.044828 188.275862 238.044828 185.855172 238.044828 183.434483 238.044828 181.024138 238.044828 178.603448 238.044828 178.603448 238.355172 178.603448 238.665517 178.603448 238.965517 178.603448 239.275862 178.603448 239.586207 178.603448 239.896552 178.603448 240.206897"></polygon>
45
+ <polygon id="Path" fill="#9CA4A3" points="178.603448 245.286207 181.024138 245.286207 183.434483 245.286207 185.855172 245.286207 188.275862 245.286207 190.696552 245.286207 193.106897 245.286207 195.527586 245.286207 197.948276 245.286207 197.948276 244.975862 197.948276 244.665517 197.948276 244.365517 197.948276 244.055172 197.948276 243.744828 197.948276 243.434483 197.948276 243.124138 197.948276 242.824138 195.527586 242.824138 193.106897 242.824138 190.696552 242.824138 188.275862 242.824138 185.855172 242.824138 183.434483 242.824138 181.024138 242.824138 178.603448 242.824138 178.603448 243.124138 178.603448 243.434483 178.603448 243.744828 178.603448 244.055172 178.603448 244.365517 178.603448 244.665517 178.603448 244.975862"></polygon>
46
+ <polygon id="Path" fill="#9CA4A3" points="239.275862 240.517241 241.696552 240.517241 244.106897 240.517241 246.527586 240.517241 248.948276 240.517241 251.368966 240.517241 253.77931 240.517241 256.2 240.517241 258.62069 240.517241 258.62069 240.206897 258.62069 239.896552 258.62069 239.586207 258.62069 239.275862 258.62069 238.965517 258.62069 238.665517 258.62069 238.355172 258.62069 238.044828 256.2 238.044828 253.77931 238.044828 251.368966 238.044828 248.948276 238.044828 246.527586 238.044828 244.106897 238.044828 241.696552 238.044828 239.275862 238.044828 239.275862 238.355172 239.275862 238.665517 239.275862 238.965517 239.275862 239.275862 239.275862 239.586207 239.275862 239.896552 239.275862 240.206897"></polygon>
47
+ <polygon id="Path" fill="#9CA4A3" points="239.275862 245.286207 241.696552 245.286207 244.106897 245.286207 246.527586 245.286207 248.948276 245.286207 251.368966 245.286207 253.77931 245.286207 256.2 245.286207 258.62069 245.286207 258.62069 244.975862 258.62069 244.665517 258.62069 244.365517 258.62069 244.055172 258.62069 243.744828 258.62069 243.434483 258.62069 243.124138 258.62069 242.824138 256.2 242.824138 253.77931 242.824138 251.368966 242.824138 248.948276 242.824138 246.527586 242.824138 244.106897 242.824138 241.696552 242.824138 239.275862 242.824138 239.275862 243.124138 239.275862 243.434483 239.275862 243.744828 239.275862 244.055172 239.275862 244.365517 239.275862 244.665517 239.275862 244.975862"></polygon>
48
+ <polygon id="Path" fill="#9CA4A3" points="299.772414 240.517241 302.193103 240.517241 304.603448 240.517241 307.024138 240.517241 309.444828 240.517241 311.855172 240.517241 314.275862 240.517241 316.696552 240.517241 319.117241 240.517241 319.117241 240.206897 319.117241 239.896552 319.117241 239.586207 319.117241 239.275862 319.117241 238.965517 319.117241 238.665517 319.117241 238.355172 319.117241 238.044828 316.696552 238.044828 314.275862 238.044828 311.855172 238.044828 309.444828 238.044828 307.024138 238.044828 304.603448 238.044828 302.193103 238.044828 299.772414 238.044828 299.772414 238.355172 299.772414 238.665517 299.772414 238.965517 299.772414 239.275862 299.772414 239.586207 299.772414 239.896552 299.772414 240.206897"></polygon>
49
+ <polygon id="Path" fill="#9CA4A3" points="299.772414 245.286207 302.193103 245.286207 304.603448 245.286207 307.024138 245.286207 309.444828 245.286207 311.855172 245.286207 314.275862 245.286207 316.696552 245.286207 319.117241 245.286207 319.117241 244.975862 319.117241 244.665517 319.117241 244.365517 319.117241 244.055172 319.117241 243.744828 319.117241 243.434483 319.117241 243.124138 319.117241 242.824138 316.696552 242.824138 314.275862 242.824138 311.855172 242.824138 309.444828 242.824138 307.024138 242.824138 304.603448 242.824138 302.193103 242.824138 299.772414 242.824138 299.772414 243.124138 299.772414 243.434483 299.772414 243.744828 299.772414 244.055172 299.772414 244.365517 299.772414 244.665517 299.772414 244.975862"></polygon>
50
+ <polygon id="Path" fill="#9BA3A1" points="326.193103 227.389655 325.872414 227.710345 325.541379 228.031034 325.22069 228.362069 324.9 228.682759 324.568966 229.013793 324.248276 229.334483 323.927586 229.665517 323.596552 229.986207 323.006897 229.396552 322.406897 228.796552 321.806897 228.196552 321.206897 227.606897 320.606897 227.006897 320.006897 226.406897 319.406897 225.817241 318.806897 225.217241 317.731034 226.293103 316.665517 227.37931 315.589655 228.455172 314.513793 229.541379 313.437931 230.617241 312.362069 231.693103 311.286207 232.77931 310.22069 233.855172 313.075862 233.844828 315.941379 233.844828 318.806897 233.834483 321.662069 233.824138 324.527586 233.824138 327.393103 233.813793 330.248276 233.803448 333.113793 233.803448 332.244828 232.996552 331.375862 232.2 330.517241 231.393103 329.648276 230.596552 328.789655 229.789655 327.92069 228.982759 327.051724 228.186207"></polygon>
51
+ <path d="M325.758616,218.67931 C325.758253,218.884352 325.779053,219.088885 325.82069,219.289655 C325.863587,219.483818 325.922407,219.674116 325.996552,219.858621 C326.073159,220.036165 326.166695,220.205914 326.275862,220.365517 C326.388552,220.526258 326.513033,220.678401 326.648276,220.82069 C326.784476,220.955501 326.933452,221.07676 327.093103,221.182759 C327.255213,221.293797 327.428586,221.387418 327.610345,221.462069 C327.794849,221.536214 327.985148,221.595033 328.17931,221.637931 C328.581996,221.720714 328.997314,221.720714 329.4,221.637931 C329.790847,221.561096 330.161019,221.402451 330.486207,221.172414 C330.645859,221.066415 330.794835,220.945156 330.931034,220.810345 C331.065988,220.670536 331.187232,220.518115 331.293103,220.355172 C331.408275,220.19562 331.502169,220.021743 331.572414,219.837931 C331.652661,219.655648 331.71167,219.464738 331.748276,219.268966 C331.790436,219.068276 331.811242,218.863689 331.810373,218.658621 C331.810713,218.453579 331.789913,218.249046 331.748276,218.048276 C331.705378,217.854113 331.646559,217.663815 331.572414,217.47931 C331.491759,217.303778 331.398408,217.134363 331.293103,216.972414 C331.183127,216.812835 331.058445,216.663909 330.92069,216.527586 C330.783743,216.386411 330.631015,216.261452 330.465517,216.155172 C330.30833,216.042133 330.138148,215.948359 329.958621,215.875862 C329.774116,215.801717 329.583818,215.742898 329.389655,215.7 C329.188885,215.658363 328.984352,215.637563 328.77931,215.637903 C328.574242,215.637034 328.369655,215.65784 328.168966,215.7 C327.972813,215.740103 327.781909,215.80258 327.6,215.886207 C327.238579,216.036231 326.911305,216.257933 326.637931,216.537931 C326.500176,216.674253 326.375494,216.82318 326.265517,216.982759 C326.160269,217.148333 326.066931,217.321183 325.986207,217.5 C325.910611,217.683986 325.851753,217.874412 325.810345,218.068966 C325.777297,218.270764 325.760003,218.474828 325.758616,218.67931 L325.758616,218.67931 Z" id="Path" fill="#9BA3A1"></path>
52
+ <polygon id="Path" fill="#9BA3A1" points="267.227586 227.389655 266.906897 227.710345 266.586207 228.031034 266.255172 228.362069 265.934483 228.682759 265.613793 229.013793 265.293103 229.334483 264.962069 229.665517 264.641379 229.986207 264.041379 229.396552 263.441379 228.796552 262.841379 228.196552 262.241379 227.606897 261.651724 227.006897 261.051724 226.406897 260.451724 225.817241 259.851724 225.217241 258.775862 226.293103 257.7 227.37931 256.624138 228.455172 255.548276 229.541379 254.482759 230.617241 253.406897 231.693103 252.331034 232.77931 251.255172 233.855172 254.12069 233.844828 256.975862 233.844828 259.841379 233.834483 262.706897 233.824138 265.562069 233.824138 268.427586 233.813793 271.293103 233.803448 274.148276 233.803448 273.289655 232.996552 272.42069 232.2 271.551724 231.393103 270.693103 230.596552 269.824138 229.789655 268.965517 228.982759 268.096552 228.186207"></polygon>
53
+ <path d="M266.793099,218.67931 C266.792735,218.884352 266.813535,219.088885 266.855172,219.289655 C266.896832,219.485392 266.959254,219.676127 267.041379,219.858621 C267.113876,220.038148 267.20765,220.20833 267.32069,220.365517 C267.527398,220.696544 267.806904,220.97605 268.137931,221.182759 C268.297483,221.29793 268.47136,221.391824 268.655172,221.462069 C268.839159,221.537665 269.029584,221.596523 269.224138,221.637931 C269.424827,221.680091 269.629415,221.700897 269.834483,221.700028 C270.039525,221.700368 270.244057,221.679568 270.444828,221.637931 C270.636024,221.596528 270.823015,221.53766 271.003448,221.462069 C271.185684,221.38421 271.359081,221.287107 271.52069,221.172414 C271.68224,221.069017 271.83148,220.947543 271.965517,220.810345 C272.103784,220.670751 272.228481,220.518343 272.337931,220.355172 C272.445388,220.190904 272.538822,220.017879 272.617241,219.837931 C272.692837,219.653945 272.751696,219.463519 272.793099,219.268966 C272.835264,219.068276 272.856069,218.863689 272.8552,218.658621 C272.852141,218.45322 272.827874,218.248684 272.782759,218.048276 C272.749429,217.851709 272.690297,217.660401 272.606897,217.47931 C272.5344,217.299783 272.440626,217.129601 272.327586,216.972414 C272.105536,216.653906 271.828853,216.377223 271.510345,216.155172 C271.349498,216.042079 271.175888,215.94833 270.993103,215.875862 C270.809117,215.800266 270.618692,215.741408 270.424138,215.7 C270.021452,215.617217 269.606134,215.617217 269.203448,215.7 C269.007711,215.74166 268.816977,215.804082 268.634483,215.886207 C268.454955,215.958704 268.284774,216.052477 268.127586,216.165517 C267.962088,216.271797 267.809361,216.396756 267.672414,216.537931 C267.400241,216.815611 267.182672,217.141963 267.031034,217.5 C266.955439,217.683986 266.89658,217.874412 266.855172,218.068966 C266.813535,218.269736 266.792735,218.474268 266.793099,218.67931 L266.793099,218.67931 Z" id="Path" fill="#9BA3A1"></path>
54
+ <polygon id="Path" fill="#D1D2D1" points="230.503448 234.331034 223.427586 234.331034 216.362069 234.331034 209.286207 234.331034 202.210345 234.331034 195.134483 234.331034 188.058621 234.331034 180.993103 234.331034 173.917241 234.331034 173.917241 230.927586 173.917241 227.524138 173.917241 224.110345 173.917241 220.706897 173.917241 217.303448 173.917241 213.9 173.917241 210.496552 173.917241 207.093103 180.993103 207.093103 188.058621 207.093103 195.134483 207.093103 202.210345 207.093103 209.286207 207.093103 216.362069 207.093103 223.427586 207.093103 230.503448 207.093103 230.503448 210.496552 230.503448 213.9 230.503448 217.303448 230.503448 220.706897 230.503448 224.110345 230.503448 227.524138 230.503448 230.927586"></polygon>
55
+ <polygon id="Path" fill="#9BA3A1" points="205.624138 227.389655 205.303448 227.710345 204.972414 228.031034 204.651724 228.362069 204.331034 228.682759 204 229.013793 203.67931 229.334483 203.358621 229.665517 203.027586 229.986207 202.437931 229.396552 201.837931 228.796552 201.237931 228.196552 200.637931 227.606897 200.037931 227.006897 199.437931 226.406897 198.837931 225.817241 198.237931 225.217241 197.162069 226.293103 196.096552 227.37931 195.02069 228.455172 193.944828 229.541379 192.868966 230.617241 191.793103 231.693103 190.717241 232.77931 189.651724 233.855172 192.506897 233.844828 195.372414 233.844828 198.237931 233.834483 201.093103 233.824138 203.958621 233.824138 206.824138 233.813793 209.67931 233.803448 212.544828 233.803448 211.675862 232.996552 210.806897 232.2 209.948276 231.393103 209.07931 230.596552 208.22069 229.789655 207.351724 228.982759 206.482759 228.186207"></polygon>
56
+ <path d="M205.189655,218.67931 C205.189287,218.884352 205.210087,219.088885 205.251724,219.289655 C205.289824,219.485055 205.348782,219.675802 205.427586,219.858621 C205.500083,220.038148 205.593857,220.20833 205.706897,220.365517 C205.819587,220.526258 205.944068,220.678401 206.07931,220.82069 C206.21551,220.955501 206.364486,221.07676 206.524138,221.182759 C206.686247,221.293797 206.859621,221.387418 207.041379,221.462069 C207.225884,221.536214 207.416182,221.595033 207.610345,221.637931 C208.013031,221.720714 208.428348,221.720714 208.831034,221.637931 C209.203798,221.554324 209.555724,221.395957 209.865517,221.172414 C210.025169,221.066415 210.174145,220.945156 210.310345,220.810345 C210.445298,220.670536 210.566542,220.518115 210.672414,220.355172 C210.787585,220.19562 210.881479,220.021743 210.951724,219.837931 C211.031972,219.655648 211.09098,219.464738 211.127586,219.268966 C211.169747,219.068276 211.190552,218.863689 211.189683,218.658621 C211.190023,218.453579 211.169223,218.249046 211.127586,218.048276 C211.084688,217.854113 211.025869,217.663815 210.951724,217.47931 C210.87107,217.303778 210.777718,217.134363 210.672414,216.972414 C210.562437,216.812835 210.437755,216.663909 210.3,216.527586 C210.163053,216.386411 210.010326,216.261452 209.844828,216.155172 C209.68764,216.042133 209.517459,215.948359 209.337931,215.875862 C209.153427,215.801717 208.963128,215.742898 208.768966,215.7 C208.568195,215.658363 208.363663,215.637563 208.158621,215.637903 C207.953553,215.637034 207.748965,215.65784 207.548276,215.7 C207.352123,215.740103 207.161219,215.80258 206.97931,215.886207 C206.617889,216.036231 206.290615,216.257933 206.017241,216.537931 C205.879486,216.674253 205.754804,216.82318 205.644828,216.982759 C205.53958,217.148333 205.446241,217.321183 205.365517,217.5 C205.289922,217.683986 205.231063,217.874412 205.189655,218.068966 C205.173879,218.272108 205.173879,218.476168 205.189655,218.67931 Z" id="Path" fill="#9BA3A1"></path>
57
+ <path d="M69.4344828,97.8827586 L69.4344828,230.865517 L73.5103448,230.865517 L73.5103448,230.97931 L73.5103448,230.97931 L73.5103448,231.134483 L95.7206897,231.134483 L95.8655172,230.989655 L96,230.855172 L151.034483,230.855172 C159.320429,230.855174 166.039117,224.141117 166.044828,215.855172 L166.044828,97.9241379 L69.4344828,97.9241379 L69.4344828,97.8827586 Z" id="Path" fill="#003A5D" opacity="0.2"></path>
58
+ <path d="M45.7137931,281.762069 L7.63448276,281.762069 C7.13041794,281.763223 6.62763705,281.711211 6.13448276,281.606897 C5.65553621,281.514251 5.18750781,281.372109 4.73793103,281.182759 C4.29790403,280.988829 3.87561652,280.756917 3.47586207,280.489655 C2.6857861,279.961591 2.00737474,279.283179 1.47931034,278.493103 C1.21257322,278.096654 0.980672281,277.677847 0.786206897,277.241379 C0.596856242,276.791803 0.454714282,276.323774 0.362068966,275.844828 C0.257754475,275.351673 0.205742659,274.848892 0.206877768,274.344828 L0.206877768,236.255172 C0.21119679,235.264658 0.407947245,234.28442 0.786206897,233.368966 C0.978046364,232.92791 1.21005872,232.505439 1.47931034,232.106897 C1.74159373,231.708802 2.04309921,231.337985 2.37931034,231 C2.71839435,230.669168 3.08525903,230.368062 3.47586207,230.1 C3.8735645,229.832271 4.29622044,229.603622 4.73793103,229.417241 C5.18545345,229.21989 5.65398696,229.074124 6.13448276,228.982759 C6.62763705,228.878444 7.13041794,228.826432 7.63448276,228.827567 L45.7137931,228.827567 C46.2178579,228.826432 46.7206388,228.878444 47.2137931,228.982759 C47.6905674,229.075642 48.1555057,229.221369 48.6,229.417241 C49.0427694,229.601409 49.4656391,229.830175 49.862069,230.1 C50.6619286,230.623835 51.3451306,231.307037 51.8689655,232.106897 C52.138791,232.503326 52.3675566,232.926196 52.5517241,233.368966 C52.7475964,233.81346 52.8933233,234.278398 52.9862069,234.755172 C53.0905214,235.248327 53.1425332,235.751108 53.1413981,236.255172 L53.1413981,274.334483 C53.1425332,274.838548 53.0905214,275.341328 52.9862069,275.834483 C52.8956034,276.318507 52.7498246,276.790553 52.5517241,277.241379 C52.365344,277.68309 52.1366941,278.105746 51.8689655,278.503448 C51.6009036,278.894051 51.2997977,279.260916 50.9689655,279.6 C50.6309805,279.936211 50.2601634,280.237717 49.862069,280.5 C49.4635262,280.769252 49.041056,281.001264 48.6,281.193103 C47.684546,281.571363 46.7043071,281.768114 45.7137931,281.772414 L45.7137931,281.762069 Z" id="Path" fill="#FFE700"></path>
59
+ <polygon id="Path" fill="#023852" points="31.3137931 249.703448 27.4551724 246.941379 23.5862069 244.168966 23.5965517 245.596552 23.6068966 247.013793 23.6068966 248.441379 23.6172414 249.858621 23.6172414 250.355172 23.6172414 250.851724 18.962069 250.851724 14.2965517 250.851724 14.2965517 255.3 14.2965517 259.737931 18.9724138 259.737931 23.6586207 259.737931 23.6586207 260.203448 23.6586207 260.668966 23.6689655 262.106897 23.6689655 263.544828 23.6793103 264.982759 23.6793103 266.42069 27.5275862 263.617241 31.3655172 260.824138 35.2034483 258.031034 39.0413793 255.227586 35.1827586 252.465517"></polygon>
60
+ <path d="M0,101.627586 L151.137931,101.627586 L151.137931,198.444828 C151.132238,201.527643 148.63454,204.025341 145.551724,204.031034 L8.12068966,204.031034 C3.6357566,204.031034 0,200.395278 0,195.910345 L0,101.627586 Z" id="Path" fill="#96A6AE"></path>
61
+ <polygon id="Path" fill="url(#linearGradient-1)" style="mix-blend-mode: multiply;" points="69.0931034 204.268966 71.5551724 204.268966 74.0275862 204.268966 76.4896552 204.268966 78.9517241 204.268966 81.4137931 204.268966 83.8758621 204.268966 86.3482759 204.268966 88.8103448 204.268966 96.5172414 196.655172 104.213793 189.041379 111.92069 181.427586 119.627586 173.813793 127.324138 166.2 135.031034 158.586207 142.727586 150.972414 150.434483 143.358621 150.434483 140.368966 150.434483 137.368966 150.434483 134.368966 150.434483 131.37931 150.434483 128.37931 150.434483 125.37931 150.434483 122.389655 150.434483 119.389655 140.844828 122.131034 131.255172 124.882759 121.665517 127.634483 112.075862 130.375862 102.486207 133.127586 92.9068966 135.87931 83.3068966 138.62069 73.7275862 141.372414 73.1482759 149.234483 72.5689655 157.096552 71.9896552 164.958621 71.4103448 172.82069 70.8310345 180.682759 70.2517241 188.544828 69.6724138 196.406897"></polygon>
62
+ <path d="M0,101.513793 L0,195.372414 C0,200.091592 3.82564962,203.917241 8.54482759,203.917241 L69.4344828,203.917241 C69.6517241,203.782759 69.8793103,203.637931 70.1172414,203.472414 C70.3551724,203.306897 70.6034483,203.131034 70.8724138,202.924138 C71.5313811,202.427211 72.1633169,201.895418 72.7655172,201.331034 C73.4958935,200.661391 74.1867145,199.949845 74.8344828,199.2 C75.5800376,198.337005 76.2710345,197.428344 76.9034483,196.47931 C77.6100064,195.406442 78.2425109,194.286598 78.7965517,193.127586 C79.4133386,191.815939 79.9420947,190.464673 80.3793103,189.082759 C80.8706343,187.521935 81.2508943,185.928299 81.5172414,184.313793 C81.8344828,182.327586 82.1551724,180.393103 82.4793103,178.510345 C82.8034483,176.627586 83.1275862,174.793103 83.4517241,173.006897 C83.7827586,171.213793 84.1275862,169.489655 84.4862069,167.834483 C84.8689655,166.148276 85.2827586,164.503448 85.737931,162.910345 C86.1931034,161.317241 86.6689655,159.744828 87.1862069,158.213793 C87.7034483,156.682759 88.2206897,155.193103 88.9137931,153.744828 C89.5278193,152.289816 90.2362237,150.876463 91.0344828,149.513793 C91.8516619,148.165622 92.771633,146.882505 93.7862069,145.675862 C94.9862069,144.296552 96.1586207,143.051724 97.3034483,141.941379 C98.3990094,140.904871 99.5637634,139.944035 100.789655,139.065517 C101.963525,138.239204 103.198063,137.502631 104.482759,136.862069 C105.761482,136.216656 107.081624,135.656806 108.434483,135.186207 C109.920681,134.66912 111.437353,134.244176 112.975862,133.913793 C114.610345,133.541379 116.368966,133.210345 118.282759,132.87931 C120.196552,132.548276 122.244828,132.237931 124.489655,131.844828 C126.734483,131.451724 129.093103,131.089655 131.658621,130.613793 C133.624138,130.248276 135.413793,129.875862 137.027586,129.496552 C138.651724,129.113793 140.131034,128.72069 141.413793,128.337931 C142.696552,127.955172 143.793103,127.593103 144.827586,127.241379 C145.862069,126.889655 146.72069,126.506897 147.486207,126.206897 C148.251724,125.906897 148.882759,125.544828 149.410345,125.255172 C149.937931,124.965517 150.372414,124.696552 150.713793,124.47931 L150.951724,124.313793 L151.158621,124.168966 L151.158621,101.513793 L0,101.513793 Z" id="Path" fill="#DFE4E7"></path>
63
+ <polygon id="Path" fill="#FFFFFF" points="69.0931034 204.134483 69.4655172 204.134483 69.4655172 204.134483 69.5275862 204.134483 69.7034483 204.051724 69.8793103 203.968966 69.3827586 203.968966 69.2172414 204.082759"></polygon>
64
+ <path d="M151.137941,102.413793 L-9.62805301e-06,102.413793 L-9.62805301e-06,5.5862069 C-0.00275283235,4.10381051 0.584908231,2.68133692 1.63312257,1.63312257 C2.68133692,0.584908231 4.10381051,-0.00275283235 5.5862069,-9.62805301e-06 L145.551724,-9.62805301e-06 C147.034121,-0.00275283235 148.456594,0.584908231 149.504808,1.63312257 C150.553023,2.68133692 151.140684,4.10381051 151.137941,5.5862069 L151.137941,102.413793 Z" id="Path" fill="#0099DA"></path>
65
+ <polygon id="Path" fill="#0099DA" points="22.9137931 126.113793 41.4724138 126.113793 60.0310345 126.113793 60.0310345 122.751724 60.0310345 119.389655 41.4724138 119.389655 22.9137931 119.389655 22.9137931 122.751724"></polygon>
66
+ <polygon id="Path" fill="#96A6AE" points="22.9137931 140.896552 41.4724138 140.896552 60.0310345 140.896552 60.0310345 137.524138 60.0310345 134.162069 41.4724138 134.162069 22.9137931 134.162069 22.9137931 137.524138"></polygon>
67
+ <polygon id="Path" fill="#96A6AE" points="22.9137931 155.668966 41.4724138 155.668966 60.0310345 155.668966 60.0310345 152.306897 60.0310345 148.944828 41.4724138 148.944828 22.9137931 148.944828 22.9137931 152.306897"></polygon>
68
+ <polygon id="Path" fill="#96A6AE" points="22.9137931 170.441379 41.4724138 170.441379 60.0310345 170.441379 60.0310345 167.07931 60.0310345 163.717241 41.4724138 163.717241 22.9137931 163.717241 22.9137931 167.07931"></polygon>
69
+ <polygon id="Path" fill="#0099DA" points="71.5965517 126.113793 97.3758621 126.113793 123.155172 126.113793 123.155172 122.751724 123.155172 119.389655 97.3758621 119.389655 71.5965517 119.389655 71.5965517 122.751724"></polygon>
70
+ <polygon id="Path" fill="#96A6AE" points="71.5965517 140.896552 97.3758621 140.896552 123.155172 140.896552 123.155172 137.524138 123.155172 134.162069 97.3758621 134.162069 71.5965517 134.162069 71.5965517 137.524138"></polygon>
71
+ <polygon id="Path" fill="#96A6AE" points="71.5965517 155.668966 92.5965517 155.668966 113.596552 155.668966 113.596552 152.306897 113.596552 148.944828 92.5965517 148.944828 71.5965517 148.944828 71.5965517 152.306897"></polygon>
72
+ <polygon id="Path" fill="#96A6AE" points="71.5965517 170.441379 87.4758621 170.441379 103.365517 170.441379 103.365517 167.07931 103.365517 163.717241 87.4758621 163.717241 71.5965517 163.717241 71.5965517 167.07931"></polygon>
73
+ <polygon id="Path" fill="#FFFFFF" points="90.5482759 67.0551724 89.3482759 68.2655172 88.137931 69.4758621 86.9275862 70.6862069 85.7172414 71.9068966 84.5068966 73.1172414 83.3068966 74.3275862 82.0965517 75.537931 80.8862069 76.7586207 78.6517241 74.5344828 76.4172414 72.3103448 74.1827586 70.0862069 71.9482759 67.862069 69.7137931 65.6482759 67.4793103 63.4241379 65.2448276 61.2 63.0103448 58.9758621 59.0068966 63 54.9931034 67.0241379 50.9896552 71.0482759 46.9758621 75.0827586 42.9724138 79.1068966 38.9586207 83.1310345 34.9551724 87.1551724 30.9413793 91.1793103 41.6275862 91.1482759 52.3034483 91.1275862 62.9793103 91.0965517 73.6551724 91.0758621 84.3413793 91.0448276 95.0172414 91.0137931 105.693103 90.9931034 116.368966 90.962069 113.141379 87.9827586 109.913793 84.9931034 106.686207 82.0034483 103.458621 79.0137931 100.231034 76.0137931 97.0034483 73.0344828 93.7758621 70.0448276"></polygon>
74
+ <path d="M88.9655172,34.6034483 C88.9655172,35.3648449 89.0454773,36.1241366 89.2034483,36.8689655 C89.3521559,37.5796182 89.574028,38.2729685 89.8655172,38.937931 C90.1506958,39.6063472 90.4969939,40.2469986 90.9,40.8517241 C91.3043846,41.4524748 91.7688455,42.0105211 92.2862069,42.5172414 C92.7972112,43.0309714 93.3586662,43.491919 93.962069,43.8931034 C94.564274,44.3002825 95.2053354,44.6468022 95.8758621,44.9275862 C96.5416759,45.2143086 97.2348878,45.4326703 97.9448276,45.5793103 C100.185722,46.0363983 102.512605,45.8019061 104.617241,44.9068966 C105.290039,44.6240025 105.934334,44.2776077 106.541379,43.8724138 C107.14213,43.4680292 107.700176,43.0035683 108.206897,42.4862069 C108.741166,41.9930592 109.226208,41.4491194 109.655172,40.862069 C110.060312,40.2549911 110.406704,39.610702 110.689655,38.937931 C110.977743,38.2726254 111.196149,37.5792712 111.341379,36.8689655 C111.797634,34.631451 111.563135,32.3081105 110.668966,30.2068966 C110.386049,29.5373919 110.039639,28.8965329 109.634483,28.2931034 C109.224414,27.6934337 108.760416,27.1324817 108.248276,26.6172414 C107.730726,26.0902023 107.162458,25.6154909 106.551724,25.2 C105.944679,24.7948061 105.300384,24.4484113 104.627586,24.1655172 C103.959001,23.8863139 103.266522,23.6681831 102.558621,23.5137931 C101.055879,23.2171532 99.5096387,23.2171532 98.0068966,23.5137931 C97.2799188,23.6688251 96.5696958,23.8940178 95.8862069,24.1862069 C95.2138869,24.4632268 94.572452,24.8099484 93.9724138,25.2206897 C93.3742561,25.6246406 92.8164961,26.0853988 92.3068966,26.5965517 C91.798046,27.1119709 91.3374995,27.6729373 90.9310345,28.2724138 C90.5216907,28.876957 90.1750697,29.521672 89.8965517,30.1965517 C89.603918,30.8780421 89.3854204,31.5890263 89.2448276,32.3172414 C89.0716519,33.0673792 88.9780312,33.8336821 88.9655172,34.6034483 L88.9655172,34.6034483 Z" id="Path" fill="#FFE700"></path>
75
+ <path d="M147.465517,126.144828 C146.7,126.486207 145.82069,126.848276 144.806897,127.17931 C143.793103,127.510345 142.634483,127.934483 141.331034,128.327586 C140.027586,128.72069 138.568966,129.103448 136.944828,129.486207 C135.32069,129.868966 133.541379,130.241379 131.575862,130.603448 C129.010345,131.07931 126.631034,131.472414 124.406897,131.834483 C122.182759,132.196552 120.134483,132.517241 118.2,132.868966 C116.265517,133.22069 114.527586,133.531034 112.893103,133.903448 C111.354594,134.233831 109.837923,134.658776 108.351724,135.175862 C107.026771,135.653194 105.734371,136.216459 104.482759,136.862069 C103.219368,137.50535 102.005663,138.241872 100.851724,139.065517 C99.6258323,139.944035 98.4610784,140.904871 97.3655172,141.941379 C96.2206897,143.037931 95.0482759,144.282759 93.8482759,145.675862 C92.812301,146.880319 91.8715353,148.163496 91.0344828,149.513793 C90.2307591,150.862524 89.5154612,152.26202 88.8931034,153.703448 C88.2517241,155.151724 87.6931034,156.641379 87.1655172,158.172414 C86.637931,159.703448 86.1310345,161.275862 85.7172414,162.868966 C85.3034483,164.462069 84.8482759,166.106897 84.4655172,167.793103 C84.0827586,169.47931 83.7310345,171.217241 83.4310345,172.965517 C83.1310345,174.713793 82.7689655,176.586207 82.4586207,178.468966 C82.1482759,180.351724 81.8172414,182.286207 81.4965517,184.272414 C81.2302047,185.88692 80.8499446,187.480555 80.3586207,189.041379 C79.921405,190.423294 79.392649,191.774559 78.7758621,193.086207 C78.2218212,194.245219 77.5893168,195.365063 76.8827586,196.437931 C76.2503448,197.386965 75.5593479,198.295626 74.8137931,199.158621 C74.1660248,199.908466 73.4752038,200.620012 72.7448276,201.289655 C72.1426273,201.854039 71.5106914,202.385832 70.8517241,202.882759 C70.5827586,203.089655 70.3344828,203.265517 70.0965517,203.431034 C69.8586207,203.596552 69.6310345,203.741379 69.4137931,203.875862 L69.9103448,203.875862 L69.9724138,203.875862 L69.9724138,203.875862 L70.5827586,203.524138 L71.2551724,203.1 L71.9793103,202.603448 L72.7655172,202.044828 L73.5931034,201.393103 C73.8827586,201.155172 74.1827586,200.917241 74.4827586,200.658621 L75.4137931,199.831034 C75.7344828,199.541379 76.0655172,199.231034 76.4482759,198.910345 L76.5827586,198.775862 L76.7172414,198.641379 L76.8517241,198.506897 L76.9758621,198.372414 L77.1103448,198.237931 L77.2448276,198.113793 L77.3793103,197.97931 L77.5137931,197.844828 C78.2586207,197.068966 79.9655172,195.351724 82.3862069,192.910345 L91.5310345,183.744828 L103.448276,171.817241 L116.606897,158.668966 L129.527586,145.768966 L140.689655,134.627586 L147.362069,127.975862 L151.127586,124.210345 L151.127586,124.137931 L150.92069,124.282759 L150.682759,124.448276 C150.341379,124.665517 149.917241,124.934483 149.37931,125.224138 C148.841379,125.513793 148.22069,125.803448 147.465517,126.144828 Z" id="Path" fill="#FFFFFF"></path>
76
+ </g>
77
+ </g>
78
78
  </svg>