@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,176 +1,176 @@
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 / Marketplace / Industries-Manufacturing</title>
4
- <defs>
5
- <linearGradient x1="50.0000081%" y1="100%" x2="50.0000081%" y2="1.28017522e-05%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
8
- <stop stop-color="#FFFFFF" stop-opacity="0.05" offset="23%"></stop>
9
- <stop stop-color="#FFFFFF" stop-opacity="0.17" offset="64%"></stop>
10
- <stop stop-color="#FFFFFF" stop-opacity="0.3" offset="100%"></stop>
11
- </linearGradient>
12
- <linearGradient x1="49.9915723%" y1="100%" x2="49.9915723%" y2="7.3132098e-05%" id="linearGradient-2">
13
- <stop stop-color="#FFFFFF" offset="0%"></stop>
14
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
15
- <stop stop-color="#FFFFFF" stop-opacity="0.05" offset="23%"></stop>
16
- <stop stop-color="#FFFFFF" stop-opacity="0.17" offset="64%"></stop>
17
- <stop stop-color="#FFFFFF" stop-opacity="0.3" offset="100%"></stop>
18
- </linearGradient>
19
- <linearGradient x1="-0.0196609634%" y1="49.962787%" x2="100.015321%" y2="49.962787%" id="linearGradient-3">
20
- <stop stop-color="#FFFFFF" offset="0%"></stop>
21
- <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
22
- <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
23
- </linearGradient>
24
- <linearGradient x1="49.9754541%" y1="1.4567765e-13%" x2="49.9754541%" y2="100%" id="linearGradient-4">
25
- <stop stop-color="#FFFFFF" stop-opacity="0.4" offset="0%"></stop>
26
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
27
- </linearGradient>
28
- <linearGradient x1="32453.5771%" y1="19860.8919%" x2="32453.5771%" y2="19960.8919%" id="linearGradient-5">
29
- <stop stop-color="#FFFFFF" stop-opacity="0.4" offset="0%"></stop>
30
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
31
- </linearGradient>
32
- <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-6">
33
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
34
- <stop stop-color="#F8C41C" stop-opacity="0.6" offset="100%"></stop>
35
- <stop stop-color="#000000" offset="100%"></stop>
36
- </linearGradient>
37
- </defs>
38
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-Manufacturing" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
39
- <g id="manufacturing" transform="translate(0.000000, 83.000000)" fill-rule="nonzero">
40
- <path d="M373.67,246.47 L373.67,223.42 C373.67,222.122131 374.722131,221.07 376.02,221.07 L378.66,221.07 C378.715226,221.503306 379.083191,221.828484 379.52,221.83 L382.70006,221.83 L382.70006,220.96 C382.702709,220.731094 382.612973,220.510772 382.4511,220.3489 C382.289228,220.187027 382.068906,220.097291 381.84,220.09994 L376,220.09994 C374.166415,220.09994 372.68,221.586415 372.68,223.42 L372.68,246.47 L373.67,246.47 Z" id="Path" fill="#E5EBEF"></path>
41
- <path d="M101.45,246.47 L101.45,223.42 C101.45,222.122131 102.502131,221.07 103.8,221.07 L106.44,221.07 C106.495226,221.503306 106.863191,221.828484 107.3,221.83 L110.48006,221.83 L110.48006,220.96 C110.482709,220.731094 110.392973,220.510772 110.2311,220.3489 C110.069228,220.187027 109.848906,220.097291 109.62,220.09994 L103.8,220.09994 C101.966415,220.09994 100.48,221.586415 100.48,223.42 L100.48,246.47 L101.45,246.47 Z" id="Path" fill="#E5EBEF"></path>
42
- <path d="M206.72,83.83 L215.26,75.29 C215.973468,74.5759152 216.940573,74.1732543 217.95,74.17 L226.74,74.17 C227.748213,74.1704919 228.715518,73.7713439 229.43,73.06 L235.91,66.58 C236.62592,65.8634713 237.597106,65.4606088 238.61,65.46 L248.92,65.46 C251.024205,65.46 252.73,63.7542049 252.73,61.65 L252.73,55.03 C252.724505,52.9280755 251.021924,51.2254953 248.92,51.2199953 L210.22,51.2199953 C209.206667,51.2183995 208.234666,51.6215996 207.52,52.34 L202.18,57.68 C201.465915,58.3934678 201.063254,59.3605731 201.06,60.37 L201.06,67.52 C201.060492,68.5282134 200.661344,69.4955181 199.95,70.21 L194.59,75.58 C193.871232,76.2903215 193.467722,77.259466 193.46999,78.27 L193.46999,84.48 C193.46999,86.5858287 195.174179,88.2944874 197.28,88.3 L202.07,88.3 C203.781031,88.299584 205.281929,87.1585748 205.74,85.51 L205.74,85.51 C205.917085,84.8751805 206.254577,84.2966229 206.72,83.83 Z" id="Path" fill="url(#linearGradient-1)"></path>
43
- <path d="M334.13,200.56 L342.67,192.02 C343.380322,191.301232 344.349466,190.897722 345.36,190.9 L354.15,190.9 C355.158213,190.900492 356.125518,190.501344 356.84,189.79 L363.32,183.31 C364.030322,182.591232 364.999466,182.187722 366.01,182.19 L376.33,182.19 C377.340475,182.19 378.309563,181.78859 379.024077,181.074077 C379.73859,180.359563 380.14,179.390475 380.14,178.38 L380.14,171.74 C380.134505,169.638076 378.431924,167.935495 376.33,167.929973 L337.63,167.929973 C336.616224,167.926163 335.643396,168.329706 334.93,169.05 L329.59,174.39 C328.875915,175.103468 328.473254,176.070573 328.47,177.08 L328.47,184.23 C328.470492,185.238213 328.071344,186.205518 327.36,186.92 L322,192.29 C321.288656,193.004482 320.889987,193.971787 320.889987,194.98 L320.889987,201.19 C320.887343,202.202206 321.28758,203.173866 322.002381,203.890544 C322.717183,204.607222 323.68779,205.01 324.7,205.01 L329.49,205.01 C331.201031,205.009584 332.701929,203.868575 333.16,202.22 L333.16,202.22 C333.337338,201.593365 333.671134,201.022127 334.13,200.56 L334.13,200.56 Z" id="Path" fill="url(#linearGradient-2)"></path>
44
- <path d="M439.67,19.29 L434.72,14.34 C434.507073,14.1291263 434.219675,14.0105748 433.92,14.01 L427.47,14.01 C427.170538,14.008358 426.883528,13.8899664 426.67,13.68 L421.18,8.18 C420.966062,7.97186273 420.678464,7.85682353 420.38,7.85993592 L410.23,7.85993592 C409.934784,7.85837996 409.650867,7.97338417 409.44,8.18 L404.37,13.25 C404.160296,13.4656807 403.870779,13.5851063 403.57,13.58 L396.84,13.58 L395.99,13.95 L389.13,21.21 L438.88,21.21 C439.331472,21.2028783 439.735366,20.9276774 439.907176,20.5101141 C440.078986,20.0925508 439.985726,19.6127919 439.67,19.29 L439.67,19.29 Z" id="Path" fill="url(#linearGradient-3)"></path>
45
- <path d="M400.93,11.16 L391.14,11.16 C390.903602,11.161473 390.676552,11.06777 390.51,10.9 L379.88,0.27 C379.710759,0.0989165633 379.480642,0.00183579591 379.24,-1.42108547e-14 L370.32,-1.42108547e-14 C370.079358,0.00183579591 369.849241,0.0989165633 369.68,0.27 L366.62,3.33 C366.449744,3.49834799 366.219425,3.59191525 365.98,3.59 L351.22,3.59 C350.979358,3.5918358 350.749241,3.68891656 350.58,3.86 L342.12,12.32 C341.949744,12.488348 341.719425,12.5819152 341.48,12.58 L330.68,12.58 C330.428501,12.5656211 330.182293,12.6561386 330,12.83 L327.09,15.74 C326.829525,15.9975092 326.75109,16.3871858 326.891654,16.7254166 C327.032217,17.0636473 327.363736,17.2829538 327.73,17.2800295 L405.17,17.2800295 C405.534101,17.2732918 405.859142,17.0501641 405.996262,16.7128034 C406.133383,16.3754427 406.056176,15.9888207 405.8,15.73 L401.53,11.46 C401.3755,11.2872425 401.160906,11.1799451 400.93,11.16 L400.93,11.16 Z" id="Path" fill="#EFF2F3"></path>
46
- <path d="M313.21,237.83 C313.21,235.6 312.48,183.13 312.48,179.07 C312.569455,178.152249 312.25992,177.240348 311.630277,176.566687 C311.000634,175.893026 310.111696,175.52267 309.19,175.55 L296.94,175.55 L296.94,170.27 L309.28,170.27 C311.582939,170.276781 313.784806,171.216629 315.382807,172.874932 C316.980807,174.533234 317.838489,176.768389 317.76,179.07 C317.76,183.07 318.48,237.21 318.49,237.76 L313.21,237.83 Z" id="Path" fill="#D1DBE2"></path>
47
- <g id="Group" opacity="0.5" transform="translate(296.000000, 170.000000)" fill="#9EB4C1">
48
- <rect id="Rectangle" x="0.94" y="0.27" width="12.17" height="5.28"></rect>
49
- <path d="M16.56,24.67 C16.75,33.26 17.19,66.07 17.21,67.83 L22.49,67.76 C22.49,67.33 22.03,33.56 21.84,24.67 L16.56,24.67 Z" id="Path"></path>
50
- </g>
51
- <polygon id="Path" fill="#E5EBEF" points="230.39 246.83 301.85 246.83 301.85 144.64 230.39 145.36"></polygon>
52
- <rect id="Rectangle" fill="#003A5D" x="288.43" y="153.09" width="4.93" height="8.54"></rect>
53
- <rect id="Rectangle" fill="#FFE600" x="278.21" y="153.09" width="4.93" height="8.54"></rect>
54
- <polygon id="Path" fill="#003A5D" points="272.65 153.22 268.25 153.22 268.25 161.5 272.65 161.5"></polygon>
55
- <rect id="Rectangle" fill="#003A5D" x="257.76" y="153.09" width="4.93" height="8.54"></rect>
56
- <rect id="Rectangle" fill="#003A5D" x="247.54" y="153.09" width="4.93" height="8.54"></rect>
57
- <rect id="Rectangle" fill="#003A5D" x="237.31" y="153.09" width="4.93" height="8.54"></rect>
58
- <rect id="Rectangle" fill="#003A5D" x="288.52" y="173.04" width="4.93" height="8.54"></rect>
59
- <rect id="Rectangle" fill="#003A5D" x="278.29" y="173.04" width="4.93" height="8.54"></rect>
60
- <rect id="Rectangle" fill="#003A5D" x="268.07" y="173.04" width="4.93" height="8.54"></rect>
61
- <rect id="Rectangle" fill="#003A5D" x="257.85" y="173.04" width="4.93" height="8.54"></rect>
62
- <rect id="Rectangle" fill="#003A5D" x="247.62" y="173.04" width="4.93" height="8.54"></rect>
63
- <rect id="Rectangle" fill="#003A5D" x="237.4" y="173.04" width="4.93" height="8.54"></rect>
64
- <rect id="Rectangle" fill="#003A5D" x="288.61" y="193" width="4.93" height="8.54"></rect>
65
- <rect id="Rectangle" fill="#003A5D" x="278.38" y="193" width="4.93" height="8.54"></rect>
66
- <rect id="Rectangle" fill="#003A5D" x="268.16" y="193" width="4.93" height="8.54"></rect>
67
- <rect id="Rectangle" fill="#003A5D" x="257.94" y="193" width="4.93" height="8.54"></rect>
68
- <rect id="Rectangle" fill="#003A5D" x="247.71" y="193" width="4.93" height="8.54"></rect>
69
- <rect id="Rectangle" fill="#003A5D" x="237.49" y="193" width="4.93" height="8.54"></rect>
70
- <rect id="Rectangle" fill="#003A5D" x="288.69" y="212.95" width="4.93" height="8.54"></rect>
71
- <rect id="Rectangle" fill="#003A5D" x="278.47" y="212.95" width="4.93" height="8.54"></rect>
72
- <rect id="Rectangle" fill="#003A5D" x="268.25" y="212.95" width="4.93" height="8.54"></rect>
73
- <rect id="Rectangle" fill="#003A5D" x="258.02" y="212.95" width="4.93" height="8.54"></rect>
74
- <rect id="Rectangle" fill="#003A5D" x="247.8" y="212.95" width="4.93" height="8.54"></rect>
75
- <rect id="Rectangle" fill="#003A5D" x="237.58" y="212.95" width="4.93" height="8.54"></rect>
76
- <polygon id="Path" fill="#E5EBEF" points="207.41 214.83 189.76 214.11 192.9 90.03 204.96 90.03"></polygon>
77
- <polygon id="Path" fill="#C3D0DA" points="198.59 214.65 207.41 215.01 204.96 90.2 198.59 90.2"></polygon>
78
- <path d="M207.31,123.35 L207.31,115.65 L208,115.65 L208,114.17 L191,114.17 L191.61,91.44 L206,91.44 L206,84.55 L206.58,84.55 L206.58,83.07 L191.28,83.07 L190.71,83.07 L189.87,114.2 L189.75,114.2 L189.75,115.68 L189.83,115.68 L187.17,214.57 L188.32,214.57 L189.86,157.19 L207,157.19 L207,149.5 L207.69,149.5 L207.69,148.01 L190.12,148.01 L190.78,123.34 L207.31,123.35 Z M204.18,115.65 L206.08,115.65 L206.08,121.13 L204.18,121.13 L204.18,115.65 Z M201.06,115.65 L203,115.65 L203,121.13 L201.11,121.13 L201.06,115.65 Z M197.93,115.65 L199.82,115.65 L199.82,121.13 L197.93,121.13 L197.93,115.65 Z M194.81,115.65 L196.7,115.65 L196.7,121.13 L194.81,121.13 L194.81,115.65 Z M191.68,115.65 L193.57,115.65 L193.57,121.13 L191.68,121.13 L191.68,115.65 Z M203.39,84.55 L205,84.55 L205,88.3 L203.41,88.3 L203.39,84.55 Z M200.77,84.55 L202.36,84.55 L202.36,88.3 L200.77,88.3 L200.77,84.55 Z M198.15,84.55 L199.74,84.55 L199.74,88.3 L198.15,88.3 L198.15,84.55 Z M195.53,84.55 L197.11,84.55 L197.11,88.3 L195.53,88.3 L195.53,84.55 Z M192.9,84.55 L194.49,84.55 L194.49,88.3 L192.9,88.3 L192.9,84.55 Z M203.9,149.55 L205.79,149.55 L205.79,155.02 L203.9,155.02 L203.9,149.55 Z M200.78,149.55 L202.67,149.55 L202.67,155.02 L200.78,155.02 L200.78,149.55 Z M197.65,149.55 L199.54,149.55 L199.54,155.02 L197.65,155.02 L197.65,149.55 Z M194.52,149.55 L196.42,149.55 L196.42,155.02 L194.52,155.02 L194.52,149.55 Z M191.4,149.55 L193.29,149.55 L193.29,155.02 L191.4,155.02 L191.4,149.55 Z" id="Shape" fill="#33617E"></path>
79
- <rect id="Rectangle" fill="#E5EBEF" x="184.27" y="187.61" width="82.38" height="59.21"></rect>
80
- <rect id="Rectangle" fill="#CCD8DF" x="306.65" y="205.48" width="33.26" height="38.65"></rect>
81
- <polygon id="Path" fill="#33617E" points="325.05 196.76 339.91 205.48 306.65 205.48"></polygon>
82
- <rect id="Rectangle" fill="#E5EBEF" x="306.65" y="205.48" width="10.61" height="38.65"></rect>
83
- <rect id="Rectangle" fill="#B2C4CE" x="329.3" y="205.48" width="10.61" height="38.65"></rect>
84
- <polygon id="Path" fill="#3B6782" points="325.05 196.76 317.27 205.48 306.65 205.48"></polygon>
85
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="209.35" width="33.26" height="1"></rect>
86
- <rect id="Rectangle" fill="#003A5D" x="306.65" y="212.48" width="33.26" height="1.92"></rect>
87
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="218.09" width="33.26" height="1"></rect>
88
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="222.46" width="33.26" height="1"></rect>
89
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="226.83" width="33.26" height="1"></rect>
90
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="231.2" width="33.26" height="1"></rect>
91
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="235.57" width="33.26" height="1"></rect>
92
- <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="239.94" width="33.26" height="1"></rect>
93
- <rect id="Rectangle" fill="#33617E" x="306.65" y="244.13" width="33.26" height="2.69"></rect>
94
- <polygon id="Path" fill="#003A5D" points="339.32 201.96 335.25 201.96 334.65 201.96 330.58 201.96 329.99 201.96 325.91 201.96 325.32 201.96 321.25 201.96 320.65 201.96 316.58 201.96 315.99 201.96 311.91 201.96 311.32 201.96 307.25 201.96 306.65 201.96 306.65 202.47 306.65 205.48 306.49 205.21 302.46 207.68 301.85 246.02 302.49 246.03 302.53 243.53 306.36 243.53 306.36 242.47 302.55 242.47 302.62 237.7 306.41 237.7 306.41 236.65 302.64 236.65 302.72 231.88 306.46 231.88 306.46 230.82 302.73 230.82 302.81 226.05 306.51 226.05 306.51 225 302.83 225 302.9 220.23 306.56 220.23 306.56 219.17 302.92 219.17 303 214.4 306.61 214.4 306.61 213.35 303.01 213.35 303.09 208.58 306.65 208.58 306.65 207.52 303.95 207.52 306.82 205.76 306.65 205.48 307.25 205.48 307.25 202.47 311.32 202.47 311.32 205.48 311.91 205.48 311.91 202.47 315.99 202.47 315.99 205.48 316.58 205.48 316.58 202.47 320.65 202.47 320.65 205.48 321.25 205.48 321.25 202.47 325.32 202.47 325.32 205.48 325.91 205.48 325.91 202.47 329.99 202.47 329.99 205.48 330.58 205.48 330.58 202.47 334.65 202.47 334.65 205.48 335.25 205.48 335.25 202.47 339.32 202.47 339.32 205.48 339.91 205.48 339.91 202.47 339.91 201.96"></polygon>
95
- <rect id="Rectangle" fill="#0099DA" x="184.27" y="223.46" width="82.38" height="20.99"></rect>
96
- <polygon id="Path" fill="#33617E" points="266.64 187.61 224.5 175.82 184.27 187.61"></polygon>
97
- <rect id="Rectangle" fill="#0099DA" x="190.11" y="194.93" width="4.93" height="17.07"></rect>
98
- <path d="M189.85,194.67 L195.3,194.67 L195.3,212.28 L189.85,212.28 L189.85,194.67 Z M194.41,195.56 L190.74,195.56 L190.74,211.39 L194.41,211.39 L194.41,195.56 Z" id="Shape" fill="#003A5D"></path>
99
- <rect id="Rectangle" fill="#003A5D" x="189.98" y="200.47" width="5.19" height="1"></rect>
100
- <rect id="Rectangle" fill="#0099DA" x="199.51" y="194.93" width="4.93" height="17.07"></rect>
101
- <path d="M199.24,194.67 L204.7,194.67 L204.7,212.28 L199.24,212.28 L199.24,194.67 Z M203.81,195.56 L200.13,195.56 L200.13,211.39 L203.81,211.39 L203.81,195.56 Z" id="Shape" fill="#003A5D"></path>
102
- <rect id="Rectangle" fill="#003A5D" x="199.37" y="200.47" width="5.19" height="1"></rect>
103
- <rect id="Rectangle" fill="#0099DA" x="208.9" y="194.93" width="4.93" height="17.07"></rect>
104
- <path d="M208.64,194.67 L214.09,194.67 L214.09,212.28 L208.64,212.28 L208.64,194.67 Z M213.2,195.56 L209.53,195.56 L209.53,211.39 L213.2,211.39 L213.2,195.56 Z" id="Shape" fill="#003A5D"></path>
105
- <rect id="Rectangle" fill="#003A5D" x="208.77" y="200.47" width="5.19" height="1"></rect>
106
- <rect id="Rectangle" fill="#0099DA" x="218.3" y="194.93" width="4.93" height="17.07"></rect>
107
- <path d="M218,194.67 L223.46,194.67 L223.46,212.28 L218,212.28 L218,194.67 Z M222.57,195.56 L218.89,195.56 L218.89,211.39 L222.57,211.39 L222.57,195.56 Z" id="Shape" fill="#003A5D"></path>
108
- <rect id="Rectangle" fill="#003A5D" x="218.16" y="200.47" width="5.19" height="1"></rect>
109
- <rect id="Rectangle" fill="#0099DA" x="227.69" y="194.93" width="4.93" height="17.07"></rect>
110
- <path d="M227.43,194.67 L232.88,194.67 L232.88,212.28 L227.43,212.28 L227.43,194.67 Z M232,195.56 L228.32,195.56 L228.32,211.39 L232,211.39 L232,195.56 Z" id="Shape" fill="#003A5D"></path>
111
- <rect id="Rectangle" fill="#003A5D" x="227.56" y="200.47" width="5.19" height="1"></rect>
112
- <rect id="Rectangle" fill="#0099DA" x="237.09" y="194.93" width="4.93" height="17.07"></rect>
113
- <path d="M236.82,194.67 L242.28,194.67 L242.28,212.28 L236.82,212.28 L236.82,194.67 Z M241.39,195.56 L237.71,195.56 L237.71,211.39 L241.39,211.39 L241.39,195.56 Z" id="Shape" fill="#003A5D"></path>
114
- <rect id="Rectangle" fill="#003A5D" x="236.96" y="200.47" width="5.19" height="1"></rect>
115
- <rect id="Rectangle" fill="#0099DA" x="246.48" y="194.93" width="4.93" height="17.07"></rect>
116
- <path d="M246.22,194.67 L251.68,194.67 L251.68,212.28 L246.22,212.28 L246.22,194.67 Z M250.79,195.56 L247.11,195.56 L247.11,211.39 L250.79,211.39 L250.79,195.56 Z" id="Shape" fill="#003A5D"></path>
117
- <rect id="Rectangle" fill="#003A5D" x="246.35" y="200.47" width="5.19" height="1"></rect>
118
- <rect id="Rectangle" fill="#0099DA" x="255.88" y="194.93" width="4.93" height="17.07"></rect>
119
- <path d="M255.61,194.67 L261.07,194.67 L261.07,212.28 L255.61,212.28 L255.61,194.67 Z M260.18,195.56 L256.5,195.56 L256.5,211.39 L260.18,211.39 L260.18,195.56 Z" id="Shape" fill="#003A5D"></path>
120
- <rect id="Rectangle" fill="#003A5D" x="255.75" y="200.47" width="5.19" height="1"></rect>
121
- <path d="M264.53,223.46 L184.27,223.46 L184.27,246.83 L266.64,246.83 L266.64,223.46 L264.53,223.46 Z M235.16,230.07 L226.61,230.07 L226.61,224.99 L235.16,224.99 L235.16,230.07 Z M236.71,224.99 L245.26,224.99 L245.26,230.07 L236.71,230.07 L236.71,224.99 Z M225.05,230.07 L216.51,230.07 L216.51,224.99 L225.05,224.99 L225.05,230.07 Z M214.95,230.07 L206.4,230.07 L206.4,224.99 L215,224.99 L214.95,230.07 Z M204.85,230.07 L196.3,230.07 L196.3,224.99 L204.85,224.99 L204.85,230.07 Z M204.85,230.99 L204.85,244.45 L196.3,244.45 L196.3,230.99 L204.85,230.99 Z M206.4,230.99 L215,230.99 L215,244.45 L206.4,244.45 L206.4,230.99 Z M216.51,230.99 L225.05,230.99 L225.05,244.45 L216.51,244.45 L216.51,230.99 Z M226.61,230.99 L235.16,230.99 L235.16,244.45 L226.61,244.45 L226.61,230.99 Z M236.71,230.99 L245.26,230.99 L245.26,244.45 L236.71,244.45 L236.71,230.99 Z M246.82,230.99 L255.37,230.99 L255.37,244.45 L246.82,244.45 L246.82,230.99 Z M246.82,230.07 L246.82,224.99 L255.37,224.99 L255.37,230.07 L246.82,230.07 Z M194.74,224.99 L194.74,230.07 L186,230.07 L186,224.99 L194.74,224.99 Z M186.03,230.99 L194.74,230.99 L194.74,244.45 L186,244.45 L186.03,230.99 Z M264.53,244.45 L256.92,244.45 L256.92,230.99 L264.53,230.99 L264.53,244.45 Z M264.53,230.07 L256.92,230.07 L256.92,224.99 L264.53,224.99 L264.53,230.07 Z" id="Shape" fill="#003A5D"></path>
122
- <rect id="Rectangle" fill="#CCD8DF" x="125.15" y="192.26" width="31.96" height="36.28"></rect>
123
- <rect id="Rectangle" fill="#E5EBEF" x="125.15" y="192.26" width="11.75" height="34.47"></rect>
124
- <polygon id="Path" fill="#33617E" points="141.13 182.93 157.11 192.26 125.15 192.26"></polygon>
125
- <rect id="Rectangle" fill="#B2C4CE" x="149.85" y="192.26" width="7.26" height="36.28"></rect>
126
- <rect id="Rectangle" fill="#003A5D" x="125.15" y="198.35" width="31.96" height="1.78"></rect>
127
- <rect id="Rectangle" fill="#003A5D" x="125.15" y="205.87" width="31.96" height="1.78"></rect>
128
- <polygon id="Path" fill="#3B6782" points="141.13 182.93 136.9 192.26 125.15 192.26"></polygon>
129
- <path d="M156,229 L157.09,229 L157.09,226.74 L125.09,226.74 L125.09,229 L126.43,229 L124.17,246.48 L126.34,246.48 L127.58,236.89 L140.2,236.89 L140.2,246.48 L142.35,246.48 L142.35,236.89 L154.87,236.89 L156.11,246.48 L158.28,246.48 L156,229 Z M140.18,235.15 L127.87,235.15 L128.66,229 L140.2,229 L140.18,235.15 Z M154.62,235.15 L142.35,235.15 L142.35,229 L153.85,229 L154.62,235.15 Z" id="Shape" fill="#33617E"></path>
130
- <polygon id="Path" fill="#33617E" points="302.04 144.64 265.29 132.85 230.2 144.64"></polygon>
131
- <rect id="Rectangle" fill="#4A738C" x="230.39" y="144.64" width="71.45" height="1.73"></rect>
132
- <rect id="Rectangle" fill="#003A5D" x="274.33" y="231.2" width="16.56" height="15.63"></rect>
133
- <rect id="Rectangle" fill="#245574" x="276.5" y="232.77" width="12.19" height="6.97"></rect>
134
- <polygon id="Path" fill="#C3D0DA" style="mix-blend-mode: multiply;" points="302.08 231.35 301.85 246.83 288.216341 246.83 266.16 246.83 266.16 187.61"></polygon>
135
- <path d="M42.27,225.830157 L48.93,225.830157 C50.4272303,225.841197 51.8670319,225.254478 52.93,224.2 L54.44,222.69 C55.5009897,221.630567 56.0919016,220.189318 56.08,218.69 L56.08,218.69 C56.0680984,217.190682 56.6590103,215.749433 57.72,214.69 L60.72,211.69 C61.7705279,210.644037 62.3607581,209.222446 62.3601764,207.74 L62.3601764,198.62 C62.3719016,197.120682 61.7809897,195.679433 60.72,194.62 L51.72,185.62 C50.659301,184.560912 49.2188848,183.970342 47.72,183.979824 L33.53,183.979824 C32.0306816,183.968098 30.589433,184.55901 29.53,185.62 L21.49,193.83 C20.4394721,194.875963 19.8492419,196.297554 19.8499993,197.78 L19.8499993,210.94 C19.867211,212.401181 20.4559038,213.797532 21.49,214.83 L30.82,224.17 C31.8800675,225.230037 33.3208986,225.820778 34.82,225.81 L42.27,225.830157 Z" id="Path" fill="#CCD8DF"></path>
136
- <path d="M60.67,194.69 L51.67,185.69 C50.609301,184.630912 49.1688848,184.040342 47.67,184.049824 L33.53,184.049824 C32.0306816,184.038098 30.589433,184.62901 29.53,185.69 L21.49,193.83 C20.4394721,194.875963 19.8492419,196.297554 19.8499993,197.78 L19.8499993,206.45 C19.8514461,204.967993 20.4413395,203.547214 21.49,202.5 L29.57,194.41 C30.629433,193.34901 32.0706816,192.758098 33.57,192.77 L47.77,192.77 C49.2688848,192.760342 50.709301,193.350912 51.77,194.41 L60.77,203.41 C61.8290875,204.470699 62.4196582,205.911115 62.4101166,207.41 L62.4101166,198.74 C62.4092188,197.208657 61.780252,195.744682 60.67,194.69 Z" id="Path" fill="#E5EBEF"></path>
137
- <path d="M15.12,203.579769 L6.26,203.579769 C5.19391083,203.579155 4.17159277,204.003921 3.42,204.76 L1.18,207 C0.426377703,207.749148 0.00181576444,208.767377 -1.2384687e-06,209.83 L-1.2384687e-06,220.38 C-0.000834459932,221.441185 0.420045716,222.459212 1.17,223.21 L7.48,229.55 C8.21933624,230.293894 9.22126568,230.717649 10.27,230.73 L17.55,230.83 C18.6353812,230.849673 19.6821449,230.427358 20.45,229.66 L25.7,224.41 C26.452411,223.656763 26.8734934,222.634648 26.8700216,221.57 L26.8700216,215.33 C26.8734934,214.265352 26.452411,213.243237 25.7,212.49 L17.9999988,204.76 C17.2386651,203.993997 16.1999337,203.568406 15.12,203.579769 Z" id="Path" fill="#99B0BE"></path>
138
- <path d="M25.7,212.5 L17.9999987,204.76 C17.2484072,204.003921 16.2260892,203.579155 15.16,203.579999 L6.26,203.579999 C5.19391083,203.579155 4.17159277,204.003921 3.42,204.76 L1.18,207 C0.426377703,207.749148 0.00181576444,208.767377 -1.25759047e-06,209.83 L-1.25759047e-06,216.83 C-0.000844752222,215.763911 0.423921204,214.741593 1.18,213.99 L3.42,211.83 C4.17159277,211.073921 5.19391083,210.649155 6.26,210.65 L15.12,210.65 C16.1999337,210.638406 17.2386651,211.063997 17.9999987,211.83 L25.74,219.56 C26.389036,220.221156 26.7884362,221.087112 26.87,222.01 C26.8798397,221.880186 26.8798397,221.749814 26.87,221.62 L26.87,215.38 C26.8842366,214.301521 26.4623362,213.262997 25.7,212.5 L25.7,212.5 Z" id="Path" fill="#B2C4CE"></path>
139
- <rect id="Rectangle" fill="#33617E" x="41.27" y="202.38" width="1" height="44.05"></rect>
140
- <path d="M41.43,218.830067 C41.3100729,218.832095 41.1944887,218.785138 41.11,218.7 L33.53,211.13 C33.3623177,210.949617 33.3623177,210.670383 33.53,210.49 C33.6145335,210.404501 33.7297668,210.356386 33.85,210.356386 C33.9702332,210.356386 34.0854665,210.404501 34.17,210.49 L41.74,218.07 C41.8249114,218.15281 41.8727949,218.266394 41.8727949,218.385 C41.8727949,218.503606 41.8249114,218.61719 41.74,218.7 C41.6592699,218.784599 41.546925,218.831712 41.43,218.830067 L41.43,218.830067 Z" id="Path" fill="#33617E"></path>
141
- <path d="M41.92,208.72 C41.8018167,208.717924 41.6896991,208.667291 41.61,208.58 C41.5250886,208.49719 41.4772051,208.383606 41.4772051,208.265 C41.4772051,208.146394 41.5250886,208.03281 41.61,207.95 L44.89,204.66 C45.0667311,204.483269 45.3532689,204.483269 45.53,204.66 C45.7067311,204.836731 45.7067311,205.123269 45.53,205.3 L42.24,208.58 C42.1565339,208.667848 42.0411657,208.718322 41.92,208.72 L41.92,208.72 Z" id="Path" fill="#33617E"></path>
142
- <rect id="Rectangle" fill="#33617E" x="13.14" y="215.9" width="1" height="30.58"></rect>
143
- <path d="M13.72,224.210045 C13.603075,224.211712 13.4907301,224.164599 13.41,224.08 C13.3245008,223.995466 13.2763858,223.880233 13.2763858,223.76 C13.2763858,223.639767 13.3245008,223.524534 13.41,223.44 L17.15,219.7 C17.2328103,219.615089 17.3463935,219.567205 17.465,219.567205 C17.5836065,219.567205 17.6971897,219.615089 17.78,219.7 C17.8654992,219.784534 17.9136142,219.899767 17.9136142,220.02 C17.9136142,220.140233 17.8654992,220.255466 17.78,220.34 L14,224.08 C13.9254301,224.155727 13.8259707,224.201905 13.72,224.210045 Z" id="Path" fill="#33617E"></path>
144
- <path d="M13.41,222 C13.2984004,221.999493 13.191163,221.956598 13.11,221.88 L9.42,218.49 C9.24848571,218.31502 9.24848571,218.03498 9.42,217.86 C9.50453355,217.774501 9.61976675,217.726386 9.74,217.726386 C9.86023325,217.726386 9.97546645,217.774501 10.06,217.86 L13.75,221.25 C13.8349114,221.33281 13.8827949,221.446394 13.8827949,221.565 C13.8827949,221.683606 13.8349114,221.79719 13.75,221.88 C13.6612801,221.97036 13.5357836,222.014653 13.41,222 L13.41,222 Z" id="Path" fill="#33617E"></path>
145
- <polygon id="Path" fill="url(#linearGradient-4)" points="214.87 224.98 231.84 244.39 235.24 244.49 235.24 224.98"></polygon>
146
- <polygon id="Path" fill="url(#linearGradient-5)" points="186.06 224.98 186.06 226.71 201.53 244.39 204.93 244.49 204.93 224.98"></polygon>
147
- <polygon id="Path" fill="url(#linearGradient-4)" points="244.16 224.98 261.13 244.39 264.53 244.49 264.53 224.98"></polygon>
148
- <polygon id="Path" fill="#0D161C" points="357.27 246.27 357.27 246.66 355.89 246.66 355.74 246.59 355.74 246.43 356.23 246.31 356.62 246.07"></polygon>
149
- <polygon id="Path" fill="#0D161C" points="357.43 246.34 357.43 246.73 356.05 246.73 355.89 246.68 355.89 246.52 356.39 246.38 356.78 246.14"></polygon>
150
- <polygon id="Path" fill="#003A5D" points="356.07 241.23 356.58 244.42 356.58 244.42 356.58 245.35 356.53 246.08 356.83 246.08 356.88 244.42 356.14 241.29"></polygon>
151
- <polygon id="Path" fill="#003A5D" style="mix-blend-mode: multiply;" points="356.07 241.23 356.58 244.42 356.58 244.42 356.58 245.35 356.53 246.08 356.83 246.08 356.88 244.42 356.14 241.29"></polygon>
152
- <path d="M357.35,241.19 L357.42,241.49 C357.429774,241.526015 357.429774,241.563985 357.42,241.6 L357.27,241.98 C357.265111,242.006443 357.265111,242.033557 357.27,242.06 L357.49,244.25 L357.49,245.18 L357.49,245.18 L357.49,246.06 C357.490096,246.118486 357.46177,246.173373 357.414043,246.207179 C357.366317,246.240985 357.305141,246.249496 357.25,246.23 L356.93,246.13 C356.857392,246.10922 356.805476,246.045324 356.8,245.97 L356.8,245.88 L356.73,244.04 C356.73,244.04 356.73,244.04 356.73,243.98 L356.63,243.72 L356.15,241.29 C356.141452,241.237975 356.154905,241.184737 356.187142,241.143019 C356.219379,241.1013 356.267501,241.074852 356.32,241.07 L357.24,241.07 C357.293693,241.090188 357.334549,241.134758 357.35,241.19 Z" id="Path" fill="#003A5D"></path>
153
- <path d="M356.11,241.27 L356.31,242.27 C356.318423,242.329167 356.363476,242.376462 356.422164,242.387748 C356.480852,242.399034 356.540233,242.371822 356.57,242.32 L357.08,241.62 L357.42,241.47 L357.33,241.1 L356.11,241.27 Z" id="Path" fill="#003A5D" style="mix-blend-mode: multiply;"></path>
154
- <polygon id="Path" fill="#194D6D" points="356.76 246.17 357.44 246.39 357.44 246.09 356.74 245.84"></polygon>
155
- <path d="M356,236.3 C356,236.3 356,236.3 356.07,236.3 L356.4,236.3 C356.425722,236.289959 356.454278,236.289959 356.48,236.3 L356.71,236.55 C356.712872,236.569897 356.712872,236.590103 356.71,236.61 L356.78,237.17 C356.78,237.17 356.78,237.17 356.78,237.17 L356.91,237.39 C356.920041,237.415722 356.920041,237.444278 356.91,237.47 L356.66,237.85 C356.625836,237.880557 356.574164,237.880557 356.54,237.85 L356.41,237.72 C356.379734,237.699778 356.340266,237.699778 356.31,237.72 L356.2,237.79 L356.2,237.79 L356.2,237.79 C356.134968,237.849734 356.035032,237.849734 355.97,237.79 L355.83,237.55 C355.83,237.55 355.83,237.55 355.83,237.55 L355.71,237.55 L355.71,237.55 L355.71,237.55 L355.71,237.3 C355.71,237.3 355.71,237.3 355.71,237.3 L355.66,237.24 L355.66,237.24 L355.6,237.01 L356,236.3 Z" id="Path" fill="#EFCCAF"></path>
156
- <polygon id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;" points="356.26 237.1 356.2 236.96 356.2 236.96 356.25 236.89 356.25 236.89 356.25 236.89 356.25 236.89 356.25 236.89 356.25 236.89 356.25 237.04"></polygon>
157
- <path d="M356.76,237.16 L356.69,236.5 C356.69,236.5 356.69,236.5 356.69,236.5 L356.51,236.28 L356.51,236.28 L356.32,236.19 L356.32,236.19 L355.92,236.3 L355.92,236.3 L355.45,236.76 C355.45,236.76 355.45,236.76 355.45,236.76 L355.45,236.87 C355.45,236.87 355.45,236.87 355.45,236.87 L355.56,236.87 L355.74,236.69 C355.748354,236.67275 355.765834,236.661794 355.785,236.661794 C355.804166,236.661794 355.821646,236.67275 355.83,236.69 L355.83,236.83 C355.821068,236.84547 355.821068,236.86453 355.83,236.88 L355.98,236.88 L355.98,236.88 L356.06,237.03 L356.14,237.03 L356.14,236.92 C356.133845,236.903902 356.133845,236.886098 356.14,236.87 L356.2,236.81 L356.27,236.81 C356.28547,236.801068 356.30453,236.801068 356.32,236.81 L356.39,236.9 C356.414134,236.947114 356.444397,236.990827 356.48,237.03 L356.76,237.16 Z" id="Path" fill="#003A5D"></path>
158
- <path d="M355.39,236.9 L355.83,236.47 L355.83,236.47 L356.23,236.36 L356.23,236.36 L356.42,236.45 L356.42,236.45 L356.6,236.67 C356.6,236.67 356.6,236.67 356.6,236.67 L356.65,237.12 L356.65,237.12 L356.58,236.46 C356.58,236.46 356.58,236.46 356.58,236.46 L356.4,236.24 L356.4,236.24 L356.21,236.15 L356.21,236.15 L355.81,236.26 L355.81,236.26 L355.34,236.72 C355.34,236.72 355.34,236.72 355.34,236.72 L355.34,236.83 L355.39,236.9 Z" id="Path" fill="#33617E"></path>
159
- <path d="M356.15,237.83 L356.38,237.51 C356.39965,237.475966 356.39965,237.434034 356.38,237.4 L356.38,237.33 C356.38,237.33 356.38,237.33 356.38,237.33 L356.66,237.69 L356.54,237.89 L356.38,237.74 C356.357224,237.719628 356.322776,237.719628 356.3,237.74 L356.15,237.83 Z" id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;"></path>
160
- <path d="M355.63,237.43 L355.63,237.25 L355.72,237.46 L355.64,237.46 C355.64,237.46 355.62,237.45 355.63,237.43 Z" id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;"></path>
161
- <path d="M356.55,238.17 L357.07,237.65 C357.07,237.65 357.07,237.65 357.07,237.65 L356.95,237.42 C356.95,237.42 356.95,237.42 356.95,237.42 L356.4,237.81 C356.4,237.81 356.4,237.81 356.4,237.81 L356.55,238.17 L356.55,238.17 Z" id="Path" fill="#FFFFFF"></path>
162
- <polygon id="Path" fill="#06090B" points="355.27 239.24 354.41 238.79 354.35 238.91 355.21 239.35"></polygon>
163
- <polygon id="Path" fill="#EFCCAF" points="355.91 239.38 355.61 239.14 355 239.14 355 239.24 355.24 239.28 355.21 239.33 355.28 239.56 355.45 239.69 355.85 239.75"></polygon>
164
- <polygon id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;" points="355.89 239.5 355.48 239.48 355.21 239.33 355.28 239.56 355.45 239.69 355.87 239.75"></polygon>
165
- <polygon id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;" points="355 239.21 355.31 239.21 355.24 239.28 355 239.24"></polygon>
166
- <path d="M356.19,239.1 L355.99,241.2 C355.99,241.244183 356.025817,241.28 356.07,241.28 L356.3,241.23 L356.19,239.1 Z" id="Path" fill="#FFFFFF"></path>
167
- <path d="M357.37,237.71 L356.99,237.5 L356.44,237.94 L356.14,239.04 L356.14,241.41 C356.135358,241.430708 356.144293,241.45209 356.162289,241.463337 C356.180285,241.474585 356.203421,241.473247 356.22,241.46 L357.3,241.13 L357.75,238.6 L357.37,237.71 Z" id="Path" fill="#FFFFFF"></path>
168
- <path d="M356.54,238.04 L356.54,238.82 C356.536162,238.836446 356.536162,238.853554 356.54,238.87 L357.16,240.34 L357.16,240.34 L357.35,241.09 L357.44,241.48 C357.449858,241.519388 357.480612,241.550142 357.52,241.56 L357.76,241.63 L357.83,241.63 L358.31,241.46 C358.350238,241.454932 358.380318,241.420555 358.38,241.38 L358.68,240.12 C358.698012,240.082028 358.698012,240.037972 358.68,240 L358.55,239.92 C358.520657,239.899037 358.502297,239.865989 358.5,239.83 L358.5,239.43 C358.509446,239.407623 358.509446,239.382377 358.5,239.36 L358.28,239.16 C358.28,239.16 358.28,239.16 358.28,239.16 L358.05,238.74 L358.05,238.74 L358.05,238.59 L358.05,238.59 C358.05,238.52 357.65,237.92 357.57,237.79 L357.38,237.68 C357.34042,237.654495 357.28958,237.654495 357.25,237.68 L356.82,238.04 C356.82,237.96268 356.75732,237.9 356.68,237.9 C356.60268,237.9 356.54,237.96268 356.54,238.04 Z M356.95,239.24 L356.72,238.78 C356.715321,238.760274 356.715321,238.739726 356.72,238.72 L356.72,238.01 C356.710849,237.984118 356.710849,237.955882 356.72,237.93 L356.92,237.77 C356.958698,237.741655 357.011302,237.741655 357.05,237.77 L357.29,237.9 C357.293511,237.916482 357.293511,237.933518 357.29,237.95 L357.65,238.6 C357.654856,238.623081 357.654856,238.646919 357.65,238.67 L357.39,240.1 C357.370924,240.143754 357.327731,240.172042 357.28,240.172042 C357.232269,240.172042 357.189076,240.143754 357.17,240.1 L356.83,239.24 L356.95,239.24 Z" id="Shape" fill="#003A5D"></path>
169
- <polygon id="Path" fill="#BFE6F6" style="mix-blend-mode: multiply;" points="357.53 238.2 358.38 240.58 357.83 240.31 357.44 240.49 356.14 239.85 357.28 239.68"></polygon>
170
- <path d="M356.89,238.26 L357,239.26 C357.002921,239.280226 356.996856,239.300719 356.983399,239.316099 C356.969942,239.331479 356.950435,239.34021 356.93,239.34 L355.93,239.34 C355.93,239.34 355.86,239.34 355.86,239.39 L355.81,239.71 C355.803496,239.74558 355.825168,239.780256 355.86,239.79 L356.1,239.84 L356.1,239.84 L356.68,240.01 L356.68,240.01 L357.51,239.96 C357.54203,239.961328 357.570868,239.940729 357.58,239.91 L357.66,239.46 L357.66,239.46 L357.5,238.25 C357.508932,238.23453 357.508932,238.21547 357.5,238.2 L357.26,238.06 L357.08,238.06 L356.91,238.21 C356.91,238.21 356.88,238.24 356.89,238.26 Z" id="Path" fill="#FFFFFF"></path>
171
- <polygon id="Path" fill="#BFE6F6" points="357.04 237.72 356.71 238.62 356.75 237.96"></polygon>
172
- <path d="M357.48,241.55 L358.21,241.34 L358.21,241.34 L358.56,240.43 C358.56,240.43 358.56,240.43 358.56,240.43 L358.32,241.43 L358.32,241.43 L357.76,241.63 L357.76,241.63 L357.47,241.54 C357.47,241.54 357.47,241.55 357.48,241.55 Z" id="Path" fill="#003A5D" style="mix-blend-mode: multiply;"></path>
173
- <rect id="Rectangle" fill="url(#linearGradient-6)" x="278.21" y="153.09" width="4.93" height="8.54"></rect>
174
- </g>
175
- </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 / Marketplace / Industries-Manufacturing</title>
4
+ <defs>
5
+ <linearGradient x1="50.0000081%" y1="100%" x2="50.0000081%" y2="1.28017522e-05%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
8
+ <stop stop-color="#FFFFFF" stop-opacity="0.05" offset="23%"></stop>
9
+ <stop stop-color="#FFFFFF" stop-opacity="0.17" offset="64%"></stop>
10
+ <stop stop-color="#FFFFFF" stop-opacity="0.3" offset="100%"></stop>
11
+ </linearGradient>
12
+ <linearGradient x1="49.9915723%" y1="100%" x2="49.9915723%" y2="7.3132098e-05%" id="linearGradient-2">
13
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
14
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#FFFFFF" stop-opacity="0.05" offset="23%"></stop>
16
+ <stop stop-color="#FFFFFF" stop-opacity="0.17" offset="64%"></stop>
17
+ <stop stop-color="#FFFFFF" stop-opacity="0.3" offset="100%"></stop>
18
+ </linearGradient>
19
+ <linearGradient x1="-0.0196609634%" y1="49.962787%" x2="100.015321%" y2="49.962787%" id="linearGradient-3">
20
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
21
+ <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
22
+ <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
23
+ </linearGradient>
24
+ <linearGradient x1="49.9754541%" y1="1.4567765e-13%" x2="49.9754541%" y2="100%" id="linearGradient-4">
25
+ <stop stop-color="#FFFFFF" stop-opacity="0.4" offset="0%"></stop>
26
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
27
+ </linearGradient>
28
+ <linearGradient x1="32453.5771%" y1="19860.8919%" x2="32453.5771%" y2="19960.8919%" id="linearGradient-5">
29
+ <stop stop-color="#FFFFFF" stop-opacity="0.4" offset="0%"></stop>
30
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="100%"></stop>
31
+ </linearGradient>
32
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-6">
33
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
34
+ <stop stop-color="#F8C41C" stop-opacity="0.6" offset="100%"></stop>
35
+ <stop stop-color="#000000" offset="100%"></stop>
36
+ </linearGradient>
37
+ </defs>
38
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-Manufacturing" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
39
+ <g id="manufacturing" transform="translate(0.000000, 83.000000)" fill-rule="nonzero">
40
+ <path d="M373.67,246.47 L373.67,223.42 C373.67,222.122131 374.722131,221.07 376.02,221.07 L378.66,221.07 C378.715226,221.503306 379.083191,221.828484 379.52,221.83 L382.70006,221.83 L382.70006,220.96 C382.702709,220.731094 382.612973,220.510772 382.4511,220.3489 C382.289228,220.187027 382.068906,220.097291 381.84,220.09994 L376,220.09994 C374.166415,220.09994 372.68,221.586415 372.68,223.42 L372.68,246.47 L373.67,246.47 Z" id="Path" fill="#E5EBEF"></path>
41
+ <path d="M101.45,246.47 L101.45,223.42 C101.45,222.122131 102.502131,221.07 103.8,221.07 L106.44,221.07 C106.495226,221.503306 106.863191,221.828484 107.3,221.83 L110.48006,221.83 L110.48006,220.96 C110.482709,220.731094 110.392973,220.510772 110.2311,220.3489 C110.069228,220.187027 109.848906,220.097291 109.62,220.09994 L103.8,220.09994 C101.966415,220.09994 100.48,221.586415 100.48,223.42 L100.48,246.47 L101.45,246.47 Z" id="Path" fill="#E5EBEF"></path>
42
+ <path d="M206.72,83.83 L215.26,75.29 C215.973468,74.5759152 216.940573,74.1732543 217.95,74.17 L226.74,74.17 C227.748213,74.1704919 228.715518,73.7713439 229.43,73.06 L235.91,66.58 C236.62592,65.8634713 237.597106,65.4606088 238.61,65.46 L248.92,65.46 C251.024205,65.46 252.73,63.7542049 252.73,61.65 L252.73,55.03 C252.724505,52.9280755 251.021924,51.2254953 248.92,51.2199953 L210.22,51.2199953 C209.206667,51.2183995 208.234666,51.6215996 207.52,52.34 L202.18,57.68 C201.465915,58.3934678 201.063254,59.3605731 201.06,60.37 L201.06,67.52 C201.060492,68.5282134 200.661344,69.4955181 199.95,70.21 L194.59,75.58 C193.871232,76.2903215 193.467722,77.259466 193.46999,78.27 L193.46999,84.48 C193.46999,86.5858287 195.174179,88.2944874 197.28,88.3 L202.07,88.3 C203.781031,88.299584 205.281929,87.1585748 205.74,85.51 L205.74,85.51 C205.917085,84.8751805 206.254577,84.2966229 206.72,83.83 Z" id="Path" fill="url(#linearGradient-1)"></path>
43
+ <path d="M334.13,200.56 L342.67,192.02 C343.380322,191.301232 344.349466,190.897722 345.36,190.9 L354.15,190.9 C355.158213,190.900492 356.125518,190.501344 356.84,189.79 L363.32,183.31 C364.030322,182.591232 364.999466,182.187722 366.01,182.19 L376.33,182.19 C377.340475,182.19 378.309563,181.78859 379.024077,181.074077 C379.73859,180.359563 380.14,179.390475 380.14,178.38 L380.14,171.74 C380.134505,169.638076 378.431924,167.935495 376.33,167.929973 L337.63,167.929973 C336.616224,167.926163 335.643396,168.329706 334.93,169.05 L329.59,174.39 C328.875915,175.103468 328.473254,176.070573 328.47,177.08 L328.47,184.23 C328.470492,185.238213 328.071344,186.205518 327.36,186.92 L322,192.29 C321.288656,193.004482 320.889987,193.971787 320.889987,194.98 L320.889987,201.19 C320.887343,202.202206 321.28758,203.173866 322.002381,203.890544 C322.717183,204.607222 323.68779,205.01 324.7,205.01 L329.49,205.01 C331.201031,205.009584 332.701929,203.868575 333.16,202.22 L333.16,202.22 C333.337338,201.593365 333.671134,201.022127 334.13,200.56 L334.13,200.56 Z" id="Path" fill="url(#linearGradient-2)"></path>
44
+ <path d="M439.67,19.29 L434.72,14.34 C434.507073,14.1291263 434.219675,14.0105748 433.92,14.01 L427.47,14.01 C427.170538,14.008358 426.883528,13.8899664 426.67,13.68 L421.18,8.18 C420.966062,7.97186273 420.678464,7.85682353 420.38,7.85993592 L410.23,7.85993592 C409.934784,7.85837996 409.650867,7.97338417 409.44,8.18 L404.37,13.25 C404.160296,13.4656807 403.870779,13.5851063 403.57,13.58 L396.84,13.58 L395.99,13.95 L389.13,21.21 L438.88,21.21 C439.331472,21.2028783 439.735366,20.9276774 439.907176,20.5101141 C440.078986,20.0925508 439.985726,19.6127919 439.67,19.29 L439.67,19.29 Z" id="Path" fill="url(#linearGradient-3)"></path>
45
+ <path d="M400.93,11.16 L391.14,11.16 C390.903602,11.161473 390.676552,11.06777 390.51,10.9 L379.88,0.27 C379.710759,0.0989165633 379.480642,0.00183579591 379.24,-1.42108547e-14 L370.32,-1.42108547e-14 C370.079358,0.00183579591 369.849241,0.0989165633 369.68,0.27 L366.62,3.33 C366.449744,3.49834799 366.219425,3.59191525 365.98,3.59 L351.22,3.59 C350.979358,3.5918358 350.749241,3.68891656 350.58,3.86 L342.12,12.32 C341.949744,12.488348 341.719425,12.5819152 341.48,12.58 L330.68,12.58 C330.428501,12.5656211 330.182293,12.6561386 330,12.83 L327.09,15.74 C326.829525,15.9975092 326.75109,16.3871858 326.891654,16.7254166 C327.032217,17.0636473 327.363736,17.2829538 327.73,17.2800295 L405.17,17.2800295 C405.534101,17.2732918 405.859142,17.0501641 405.996262,16.7128034 C406.133383,16.3754427 406.056176,15.9888207 405.8,15.73 L401.53,11.46 C401.3755,11.2872425 401.160906,11.1799451 400.93,11.16 L400.93,11.16 Z" id="Path" fill="#EFF2F3"></path>
46
+ <path d="M313.21,237.83 C313.21,235.6 312.48,183.13 312.48,179.07 C312.569455,178.152249 312.25992,177.240348 311.630277,176.566687 C311.000634,175.893026 310.111696,175.52267 309.19,175.55 L296.94,175.55 L296.94,170.27 L309.28,170.27 C311.582939,170.276781 313.784806,171.216629 315.382807,172.874932 C316.980807,174.533234 317.838489,176.768389 317.76,179.07 C317.76,183.07 318.48,237.21 318.49,237.76 L313.21,237.83 Z" id="Path" fill="#D1DBE2"></path>
47
+ <g id="Group" opacity="0.5" transform="translate(296.000000, 170.000000)" fill="#9EB4C1">
48
+ <rect id="Rectangle" x="0.94" y="0.27" width="12.17" height="5.28"></rect>
49
+ <path d="M16.56,24.67 C16.75,33.26 17.19,66.07 17.21,67.83 L22.49,67.76 C22.49,67.33 22.03,33.56 21.84,24.67 L16.56,24.67 Z" id="Path"></path>
50
+ </g>
51
+ <polygon id="Path" fill="#E5EBEF" points="230.39 246.83 301.85 246.83 301.85 144.64 230.39 145.36"></polygon>
52
+ <rect id="Rectangle" fill="#003A5D" x="288.43" y="153.09" width="4.93" height="8.54"></rect>
53
+ <rect id="Rectangle" fill="#FFE600" x="278.21" y="153.09" width="4.93" height="8.54"></rect>
54
+ <polygon id="Path" fill="#003A5D" points="272.65 153.22 268.25 153.22 268.25 161.5 272.65 161.5"></polygon>
55
+ <rect id="Rectangle" fill="#003A5D" x="257.76" y="153.09" width="4.93" height="8.54"></rect>
56
+ <rect id="Rectangle" fill="#003A5D" x="247.54" y="153.09" width="4.93" height="8.54"></rect>
57
+ <rect id="Rectangle" fill="#003A5D" x="237.31" y="153.09" width="4.93" height="8.54"></rect>
58
+ <rect id="Rectangle" fill="#003A5D" x="288.52" y="173.04" width="4.93" height="8.54"></rect>
59
+ <rect id="Rectangle" fill="#003A5D" x="278.29" y="173.04" width="4.93" height="8.54"></rect>
60
+ <rect id="Rectangle" fill="#003A5D" x="268.07" y="173.04" width="4.93" height="8.54"></rect>
61
+ <rect id="Rectangle" fill="#003A5D" x="257.85" y="173.04" width="4.93" height="8.54"></rect>
62
+ <rect id="Rectangle" fill="#003A5D" x="247.62" y="173.04" width="4.93" height="8.54"></rect>
63
+ <rect id="Rectangle" fill="#003A5D" x="237.4" y="173.04" width="4.93" height="8.54"></rect>
64
+ <rect id="Rectangle" fill="#003A5D" x="288.61" y="193" width="4.93" height="8.54"></rect>
65
+ <rect id="Rectangle" fill="#003A5D" x="278.38" y="193" width="4.93" height="8.54"></rect>
66
+ <rect id="Rectangle" fill="#003A5D" x="268.16" y="193" width="4.93" height="8.54"></rect>
67
+ <rect id="Rectangle" fill="#003A5D" x="257.94" y="193" width="4.93" height="8.54"></rect>
68
+ <rect id="Rectangle" fill="#003A5D" x="247.71" y="193" width="4.93" height="8.54"></rect>
69
+ <rect id="Rectangle" fill="#003A5D" x="237.49" y="193" width="4.93" height="8.54"></rect>
70
+ <rect id="Rectangle" fill="#003A5D" x="288.69" y="212.95" width="4.93" height="8.54"></rect>
71
+ <rect id="Rectangle" fill="#003A5D" x="278.47" y="212.95" width="4.93" height="8.54"></rect>
72
+ <rect id="Rectangle" fill="#003A5D" x="268.25" y="212.95" width="4.93" height="8.54"></rect>
73
+ <rect id="Rectangle" fill="#003A5D" x="258.02" y="212.95" width="4.93" height="8.54"></rect>
74
+ <rect id="Rectangle" fill="#003A5D" x="247.8" y="212.95" width="4.93" height="8.54"></rect>
75
+ <rect id="Rectangle" fill="#003A5D" x="237.58" y="212.95" width="4.93" height="8.54"></rect>
76
+ <polygon id="Path" fill="#E5EBEF" points="207.41 214.83 189.76 214.11 192.9 90.03 204.96 90.03"></polygon>
77
+ <polygon id="Path" fill="#C3D0DA" points="198.59 214.65 207.41 215.01 204.96 90.2 198.59 90.2"></polygon>
78
+ <path d="M207.31,123.35 L207.31,115.65 L208,115.65 L208,114.17 L191,114.17 L191.61,91.44 L206,91.44 L206,84.55 L206.58,84.55 L206.58,83.07 L191.28,83.07 L190.71,83.07 L189.87,114.2 L189.75,114.2 L189.75,115.68 L189.83,115.68 L187.17,214.57 L188.32,214.57 L189.86,157.19 L207,157.19 L207,149.5 L207.69,149.5 L207.69,148.01 L190.12,148.01 L190.78,123.34 L207.31,123.35 Z M204.18,115.65 L206.08,115.65 L206.08,121.13 L204.18,121.13 L204.18,115.65 Z M201.06,115.65 L203,115.65 L203,121.13 L201.11,121.13 L201.06,115.65 Z M197.93,115.65 L199.82,115.65 L199.82,121.13 L197.93,121.13 L197.93,115.65 Z M194.81,115.65 L196.7,115.65 L196.7,121.13 L194.81,121.13 L194.81,115.65 Z M191.68,115.65 L193.57,115.65 L193.57,121.13 L191.68,121.13 L191.68,115.65 Z M203.39,84.55 L205,84.55 L205,88.3 L203.41,88.3 L203.39,84.55 Z M200.77,84.55 L202.36,84.55 L202.36,88.3 L200.77,88.3 L200.77,84.55 Z M198.15,84.55 L199.74,84.55 L199.74,88.3 L198.15,88.3 L198.15,84.55 Z M195.53,84.55 L197.11,84.55 L197.11,88.3 L195.53,88.3 L195.53,84.55 Z M192.9,84.55 L194.49,84.55 L194.49,88.3 L192.9,88.3 L192.9,84.55 Z M203.9,149.55 L205.79,149.55 L205.79,155.02 L203.9,155.02 L203.9,149.55 Z M200.78,149.55 L202.67,149.55 L202.67,155.02 L200.78,155.02 L200.78,149.55 Z M197.65,149.55 L199.54,149.55 L199.54,155.02 L197.65,155.02 L197.65,149.55 Z M194.52,149.55 L196.42,149.55 L196.42,155.02 L194.52,155.02 L194.52,149.55 Z M191.4,149.55 L193.29,149.55 L193.29,155.02 L191.4,155.02 L191.4,149.55 Z" id="Shape" fill="#33617E"></path>
79
+ <rect id="Rectangle" fill="#E5EBEF" x="184.27" y="187.61" width="82.38" height="59.21"></rect>
80
+ <rect id="Rectangle" fill="#CCD8DF" x="306.65" y="205.48" width="33.26" height="38.65"></rect>
81
+ <polygon id="Path" fill="#33617E" points="325.05 196.76 339.91 205.48 306.65 205.48"></polygon>
82
+ <rect id="Rectangle" fill="#E5EBEF" x="306.65" y="205.48" width="10.61" height="38.65"></rect>
83
+ <rect id="Rectangle" fill="#B2C4CE" x="329.3" y="205.48" width="10.61" height="38.65"></rect>
84
+ <polygon id="Path" fill="#3B6782" points="325.05 196.76 317.27 205.48 306.65 205.48"></polygon>
85
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="209.35" width="33.26" height="1"></rect>
86
+ <rect id="Rectangle" fill="#003A5D" x="306.65" y="212.48" width="33.26" height="1.92"></rect>
87
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="218.09" width="33.26" height="1"></rect>
88
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="222.46" width="33.26" height="1"></rect>
89
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="226.83" width="33.26" height="1"></rect>
90
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="231.2" width="33.26" height="1"></rect>
91
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="235.57" width="33.26" height="1"></rect>
92
+ <rect id="Rectangle" fill="#D1DBE2" x="306.65" y="239.94" width="33.26" height="1"></rect>
93
+ <rect id="Rectangle" fill="#33617E" x="306.65" y="244.13" width="33.26" height="2.69"></rect>
94
+ <polygon id="Path" fill="#003A5D" points="339.32 201.96 335.25 201.96 334.65 201.96 330.58 201.96 329.99 201.96 325.91 201.96 325.32 201.96 321.25 201.96 320.65 201.96 316.58 201.96 315.99 201.96 311.91 201.96 311.32 201.96 307.25 201.96 306.65 201.96 306.65 202.47 306.65 205.48 306.49 205.21 302.46 207.68 301.85 246.02 302.49 246.03 302.53 243.53 306.36 243.53 306.36 242.47 302.55 242.47 302.62 237.7 306.41 237.7 306.41 236.65 302.64 236.65 302.72 231.88 306.46 231.88 306.46 230.82 302.73 230.82 302.81 226.05 306.51 226.05 306.51 225 302.83 225 302.9 220.23 306.56 220.23 306.56 219.17 302.92 219.17 303 214.4 306.61 214.4 306.61 213.35 303.01 213.35 303.09 208.58 306.65 208.58 306.65 207.52 303.95 207.52 306.82 205.76 306.65 205.48 307.25 205.48 307.25 202.47 311.32 202.47 311.32 205.48 311.91 205.48 311.91 202.47 315.99 202.47 315.99 205.48 316.58 205.48 316.58 202.47 320.65 202.47 320.65 205.48 321.25 205.48 321.25 202.47 325.32 202.47 325.32 205.48 325.91 205.48 325.91 202.47 329.99 202.47 329.99 205.48 330.58 205.48 330.58 202.47 334.65 202.47 334.65 205.48 335.25 205.48 335.25 202.47 339.32 202.47 339.32 205.48 339.91 205.48 339.91 202.47 339.91 201.96"></polygon>
95
+ <rect id="Rectangle" fill="#0099DA" x="184.27" y="223.46" width="82.38" height="20.99"></rect>
96
+ <polygon id="Path" fill="#33617E" points="266.64 187.61 224.5 175.82 184.27 187.61"></polygon>
97
+ <rect id="Rectangle" fill="#0099DA" x="190.11" y="194.93" width="4.93" height="17.07"></rect>
98
+ <path d="M189.85,194.67 L195.3,194.67 L195.3,212.28 L189.85,212.28 L189.85,194.67 Z M194.41,195.56 L190.74,195.56 L190.74,211.39 L194.41,211.39 L194.41,195.56 Z" id="Shape" fill="#003A5D"></path>
99
+ <rect id="Rectangle" fill="#003A5D" x="189.98" y="200.47" width="5.19" height="1"></rect>
100
+ <rect id="Rectangle" fill="#0099DA" x="199.51" y="194.93" width="4.93" height="17.07"></rect>
101
+ <path d="M199.24,194.67 L204.7,194.67 L204.7,212.28 L199.24,212.28 L199.24,194.67 Z M203.81,195.56 L200.13,195.56 L200.13,211.39 L203.81,211.39 L203.81,195.56 Z" id="Shape" fill="#003A5D"></path>
102
+ <rect id="Rectangle" fill="#003A5D" x="199.37" y="200.47" width="5.19" height="1"></rect>
103
+ <rect id="Rectangle" fill="#0099DA" x="208.9" y="194.93" width="4.93" height="17.07"></rect>
104
+ <path d="M208.64,194.67 L214.09,194.67 L214.09,212.28 L208.64,212.28 L208.64,194.67 Z M213.2,195.56 L209.53,195.56 L209.53,211.39 L213.2,211.39 L213.2,195.56 Z" id="Shape" fill="#003A5D"></path>
105
+ <rect id="Rectangle" fill="#003A5D" x="208.77" y="200.47" width="5.19" height="1"></rect>
106
+ <rect id="Rectangle" fill="#0099DA" x="218.3" y="194.93" width="4.93" height="17.07"></rect>
107
+ <path d="M218,194.67 L223.46,194.67 L223.46,212.28 L218,212.28 L218,194.67 Z M222.57,195.56 L218.89,195.56 L218.89,211.39 L222.57,211.39 L222.57,195.56 Z" id="Shape" fill="#003A5D"></path>
108
+ <rect id="Rectangle" fill="#003A5D" x="218.16" y="200.47" width="5.19" height="1"></rect>
109
+ <rect id="Rectangle" fill="#0099DA" x="227.69" y="194.93" width="4.93" height="17.07"></rect>
110
+ <path d="M227.43,194.67 L232.88,194.67 L232.88,212.28 L227.43,212.28 L227.43,194.67 Z M232,195.56 L228.32,195.56 L228.32,211.39 L232,211.39 L232,195.56 Z" id="Shape" fill="#003A5D"></path>
111
+ <rect id="Rectangle" fill="#003A5D" x="227.56" y="200.47" width="5.19" height="1"></rect>
112
+ <rect id="Rectangle" fill="#0099DA" x="237.09" y="194.93" width="4.93" height="17.07"></rect>
113
+ <path d="M236.82,194.67 L242.28,194.67 L242.28,212.28 L236.82,212.28 L236.82,194.67 Z M241.39,195.56 L237.71,195.56 L237.71,211.39 L241.39,211.39 L241.39,195.56 Z" id="Shape" fill="#003A5D"></path>
114
+ <rect id="Rectangle" fill="#003A5D" x="236.96" y="200.47" width="5.19" height="1"></rect>
115
+ <rect id="Rectangle" fill="#0099DA" x="246.48" y="194.93" width="4.93" height="17.07"></rect>
116
+ <path d="M246.22,194.67 L251.68,194.67 L251.68,212.28 L246.22,212.28 L246.22,194.67 Z M250.79,195.56 L247.11,195.56 L247.11,211.39 L250.79,211.39 L250.79,195.56 Z" id="Shape" fill="#003A5D"></path>
117
+ <rect id="Rectangle" fill="#003A5D" x="246.35" y="200.47" width="5.19" height="1"></rect>
118
+ <rect id="Rectangle" fill="#0099DA" x="255.88" y="194.93" width="4.93" height="17.07"></rect>
119
+ <path d="M255.61,194.67 L261.07,194.67 L261.07,212.28 L255.61,212.28 L255.61,194.67 Z M260.18,195.56 L256.5,195.56 L256.5,211.39 L260.18,211.39 L260.18,195.56 Z" id="Shape" fill="#003A5D"></path>
120
+ <rect id="Rectangle" fill="#003A5D" x="255.75" y="200.47" width="5.19" height="1"></rect>
121
+ <path d="M264.53,223.46 L184.27,223.46 L184.27,246.83 L266.64,246.83 L266.64,223.46 L264.53,223.46 Z M235.16,230.07 L226.61,230.07 L226.61,224.99 L235.16,224.99 L235.16,230.07 Z M236.71,224.99 L245.26,224.99 L245.26,230.07 L236.71,230.07 L236.71,224.99 Z M225.05,230.07 L216.51,230.07 L216.51,224.99 L225.05,224.99 L225.05,230.07 Z M214.95,230.07 L206.4,230.07 L206.4,224.99 L215,224.99 L214.95,230.07 Z M204.85,230.07 L196.3,230.07 L196.3,224.99 L204.85,224.99 L204.85,230.07 Z M204.85,230.99 L204.85,244.45 L196.3,244.45 L196.3,230.99 L204.85,230.99 Z M206.4,230.99 L215,230.99 L215,244.45 L206.4,244.45 L206.4,230.99 Z M216.51,230.99 L225.05,230.99 L225.05,244.45 L216.51,244.45 L216.51,230.99 Z M226.61,230.99 L235.16,230.99 L235.16,244.45 L226.61,244.45 L226.61,230.99 Z M236.71,230.99 L245.26,230.99 L245.26,244.45 L236.71,244.45 L236.71,230.99 Z M246.82,230.99 L255.37,230.99 L255.37,244.45 L246.82,244.45 L246.82,230.99 Z M246.82,230.07 L246.82,224.99 L255.37,224.99 L255.37,230.07 L246.82,230.07 Z M194.74,224.99 L194.74,230.07 L186,230.07 L186,224.99 L194.74,224.99 Z M186.03,230.99 L194.74,230.99 L194.74,244.45 L186,244.45 L186.03,230.99 Z M264.53,244.45 L256.92,244.45 L256.92,230.99 L264.53,230.99 L264.53,244.45 Z M264.53,230.07 L256.92,230.07 L256.92,224.99 L264.53,224.99 L264.53,230.07 Z" id="Shape" fill="#003A5D"></path>
122
+ <rect id="Rectangle" fill="#CCD8DF" x="125.15" y="192.26" width="31.96" height="36.28"></rect>
123
+ <rect id="Rectangle" fill="#E5EBEF" x="125.15" y="192.26" width="11.75" height="34.47"></rect>
124
+ <polygon id="Path" fill="#33617E" points="141.13 182.93 157.11 192.26 125.15 192.26"></polygon>
125
+ <rect id="Rectangle" fill="#B2C4CE" x="149.85" y="192.26" width="7.26" height="36.28"></rect>
126
+ <rect id="Rectangle" fill="#003A5D" x="125.15" y="198.35" width="31.96" height="1.78"></rect>
127
+ <rect id="Rectangle" fill="#003A5D" x="125.15" y="205.87" width="31.96" height="1.78"></rect>
128
+ <polygon id="Path" fill="#3B6782" points="141.13 182.93 136.9 192.26 125.15 192.26"></polygon>
129
+ <path d="M156,229 L157.09,229 L157.09,226.74 L125.09,226.74 L125.09,229 L126.43,229 L124.17,246.48 L126.34,246.48 L127.58,236.89 L140.2,236.89 L140.2,246.48 L142.35,246.48 L142.35,236.89 L154.87,236.89 L156.11,246.48 L158.28,246.48 L156,229 Z M140.18,235.15 L127.87,235.15 L128.66,229 L140.2,229 L140.18,235.15 Z M154.62,235.15 L142.35,235.15 L142.35,229 L153.85,229 L154.62,235.15 Z" id="Shape" fill="#33617E"></path>
130
+ <polygon id="Path" fill="#33617E" points="302.04 144.64 265.29 132.85 230.2 144.64"></polygon>
131
+ <rect id="Rectangle" fill="#4A738C" x="230.39" y="144.64" width="71.45" height="1.73"></rect>
132
+ <rect id="Rectangle" fill="#003A5D" x="274.33" y="231.2" width="16.56" height="15.63"></rect>
133
+ <rect id="Rectangle" fill="#245574" x="276.5" y="232.77" width="12.19" height="6.97"></rect>
134
+ <polygon id="Path" fill="#C3D0DA" style="mix-blend-mode: multiply;" points="302.08 231.35 301.85 246.83 288.216341 246.83 266.16 246.83 266.16 187.61"></polygon>
135
+ <path d="M42.27,225.830157 L48.93,225.830157 C50.4272303,225.841197 51.8670319,225.254478 52.93,224.2 L54.44,222.69 C55.5009897,221.630567 56.0919016,220.189318 56.08,218.69 L56.08,218.69 C56.0680984,217.190682 56.6590103,215.749433 57.72,214.69 L60.72,211.69 C61.7705279,210.644037 62.3607581,209.222446 62.3601764,207.74 L62.3601764,198.62 C62.3719016,197.120682 61.7809897,195.679433 60.72,194.62 L51.72,185.62 C50.659301,184.560912 49.2188848,183.970342 47.72,183.979824 L33.53,183.979824 C32.0306816,183.968098 30.589433,184.55901 29.53,185.62 L21.49,193.83 C20.4394721,194.875963 19.8492419,196.297554 19.8499993,197.78 L19.8499993,210.94 C19.867211,212.401181 20.4559038,213.797532 21.49,214.83 L30.82,224.17 C31.8800675,225.230037 33.3208986,225.820778 34.82,225.81 L42.27,225.830157 Z" id="Path" fill="#CCD8DF"></path>
136
+ <path d="M60.67,194.69 L51.67,185.69 C50.609301,184.630912 49.1688848,184.040342 47.67,184.049824 L33.53,184.049824 C32.0306816,184.038098 30.589433,184.62901 29.53,185.69 L21.49,193.83 C20.4394721,194.875963 19.8492419,196.297554 19.8499993,197.78 L19.8499993,206.45 C19.8514461,204.967993 20.4413395,203.547214 21.49,202.5 L29.57,194.41 C30.629433,193.34901 32.0706816,192.758098 33.57,192.77 L47.77,192.77 C49.2688848,192.760342 50.709301,193.350912 51.77,194.41 L60.77,203.41 C61.8290875,204.470699 62.4196582,205.911115 62.4101166,207.41 L62.4101166,198.74 C62.4092188,197.208657 61.780252,195.744682 60.67,194.69 Z" id="Path" fill="#E5EBEF"></path>
137
+ <path d="M15.12,203.579769 L6.26,203.579769 C5.19391083,203.579155 4.17159277,204.003921 3.42,204.76 L1.18,207 C0.426377703,207.749148 0.00181576444,208.767377 -1.2384687e-06,209.83 L-1.2384687e-06,220.38 C-0.000834459932,221.441185 0.420045716,222.459212 1.17,223.21 L7.48,229.55 C8.21933624,230.293894 9.22126568,230.717649 10.27,230.73 L17.55,230.83 C18.6353812,230.849673 19.6821449,230.427358 20.45,229.66 L25.7,224.41 C26.452411,223.656763 26.8734934,222.634648 26.8700216,221.57 L26.8700216,215.33 C26.8734934,214.265352 26.452411,213.243237 25.7,212.49 L17.9999988,204.76 C17.2386651,203.993997 16.1999337,203.568406 15.12,203.579769 Z" id="Path" fill="#99B0BE"></path>
138
+ <path d="M25.7,212.5 L17.9999987,204.76 C17.2484072,204.003921 16.2260892,203.579155 15.16,203.579999 L6.26,203.579999 C5.19391083,203.579155 4.17159277,204.003921 3.42,204.76 L1.18,207 C0.426377703,207.749148 0.00181576444,208.767377 -1.25759047e-06,209.83 L-1.25759047e-06,216.83 C-0.000844752222,215.763911 0.423921204,214.741593 1.18,213.99 L3.42,211.83 C4.17159277,211.073921 5.19391083,210.649155 6.26,210.65 L15.12,210.65 C16.1999337,210.638406 17.2386651,211.063997 17.9999987,211.83 L25.74,219.56 C26.389036,220.221156 26.7884362,221.087112 26.87,222.01 C26.8798397,221.880186 26.8798397,221.749814 26.87,221.62 L26.87,215.38 C26.8842366,214.301521 26.4623362,213.262997 25.7,212.5 L25.7,212.5 Z" id="Path" fill="#B2C4CE"></path>
139
+ <rect id="Rectangle" fill="#33617E" x="41.27" y="202.38" width="1" height="44.05"></rect>
140
+ <path d="M41.43,218.830067 C41.3100729,218.832095 41.1944887,218.785138 41.11,218.7 L33.53,211.13 C33.3623177,210.949617 33.3623177,210.670383 33.53,210.49 C33.6145335,210.404501 33.7297668,210.356386 33.85,210.356386 C33.9702332,210.356386 34.0854665,210.404501 34.17,210.49 L41.74,218.07 C41.8249114,218.15281 41.8727949,218.266394 41.8727949,218.385 C41.8727949,218.503606 41.8249114,218.61719 41.74,218.7 C41.6592699,218.784599 41.546925,218.831712 41.43,218.830067 L41.43,218.830067 Z" id="Path" fill="#33617E"></path>
141
+ <path d="M41.92,208.72 C41.8018167,208.717924 41.6896991,208.667291 41.61,208.58 C41.5250886,208.49719 41.4772051,208.383606 41.4772051,208.265 C41.4772051,208.146394 41.5250886,208.03281 41.61,207.95 L44.89,204.66 C45.0667311,204.483269 45.3532689,204.483269 45.53,204.66 C45.7067311,204.836731 45.7067311,205.123269 45.53,205.3 L42.24,208.58 C42.1565339,208.667848 42.0411657,208.718322 41.92,208.72 L41.92,208.72 Z" id="Path" fill="#33617E"></path>
142
+ <rect id="Rectangle" fill="#33617E" x="13.14" y="215.9" width="1" height="30.58"></rect>
143
+ <path d="M13.72,224.210045 C13.603075,224.211712 13.4907301,224.164599 13.41,224.08 C13.3245008,223.995466 13.2763858,223.880233 13.2763858,223.76 C13.2763858,223.639767 13.3245008,223.524534 13.41,223.44 L17.15,219.7 C17.2328103,219.615089 17.3463935,219.567205 17.465,219.567205 C17.5836065,219.567205 17.6971897,219.615089 17.78,219.7 C17.8654992,219.784534 17.9136142,219.899767 17.9136142,220.02 C17.9136142,220.140233 17.8654992,220.255466 17.78,220.34 L14,224.08 C13.9254301,224.155727 13.8259707,224.201905 13.72,224.210045 Z" id="Path" fill="#33617E"></path>
144
+ <path d="M13.41,222 C13.2984004,221.999493 13.191163,221.956598 13.11,221.88 L9.42,218.49 C9.24848571,218.31502 9.24848571,218.03498 9.42,217.86 C9.50453355,217.774501 9.61976675,217.726386 9.74,217.726386 C9.86023325,217.726386 9.97546645,217.774501 10.06,217.86 L13.75,221.25 C13.8349114,221.33281 13.8827949,221.446394 13.8827949,221.565 C13.8827949,221.683606 13.8349114,221.79719 13.75,221.88 C13.6612801,221.97036 13.5357836,222.014653 13.41,222 L13.41,222 Z" id="Path" fill="#33617E"></path>
145
+ <polygon id="Path" fill="url(#linearGradient-4)" points="214.87 224.98 231.84 244.39 235.24 244.49 235.24 224.98"></polygon>
146
+ <polygon id="Path" fill="url(#linearGradient-5)" points="186.06 224.98 186.06 226.71 201.53 244.39 204.93 244.49 204.93 224.98"></polygon>
147
+ <polygon id="Path" fill="url(#linearGradient-4)" points="244.16 224.98 261.13 244.39 264.53 244.49 264.53 224.98"></polygon>
148
+ <polygon id="Path" fill="#0D161C" points="357.27 246.27 357.27 246.66 355.89 246.66 355.74 246.59 355.74 246.43 356.23 246.31 356.62 246.07"></polygon>
149
+ <polygon id="Path" fill="#0D161C" points="357.43 246.34 357.43 246.73 356.05 246.73 355.89 246.68 355.89 246.52 356.39 246.38 356.78 246.14"></polygon>
150
+ <polygon id="Path" fill="#003A5D" points="356.07 241.23 356.58 244.42 356.58 244.42 356.58 245.35 356.53 246.08 356.83 246.08 356.88 244.42 356.14 241.29"></polygon>
151
+ <polygon id="Path" fill="#003A5D" style="mix-blend-mode: multiply;" points="356.07 241.23 356.58 244.42 356.58 244.42 356.58 245.35 356.53 246.08 356.83 246.08 356.88 244.42 356.14 241.29"></polygon>
152
+ <path d="M357.35,241.19 L357.42,241.49 C357.429774,241.526015 357.429774,241.563985 357.42,241.6 L357.27,241.98 C357.265111,242.006443 357.265111,242.033557 357.27,242.06 L357.49,244.25 L357.49,245.18 L357.49,245.18 L357.49,246.06 C357.490096,246.118486 357.46177,246.173373 357.414043,246.207179 C357.366317,246.240985 357.305141,246.249496 357.25,246.23 L356.93,246.13 C356.857392,246.10922 356.805476,246.045324 356.8,245.97 L356.8,245.88 L356.73,244.04 C356.73,244.04 356.73,244.04 356.73,243.98 L356.63,243.72 L356.15,241.29 C356.141452,241.237975 356.154905,241.184737 356.187142,241.143019 C356.219379,241.1013 356.267501,241.074852 356.32,241.07 L357.24,241.07 C357.293693,241.090188 357.334549,241.134758 357.35,241.19 Z" id="Path" fill="#003A5D"></path>
153
+ <path d="M356.11,241.27 L356.31,242.27 C356.318423,242.329167 356.363476,242.376462 356.422164,242.387748 C356.480852,242.399034 356.540233,242.371822 356.57,242.32 L357.08,241.62 L357.42,241.47 L357.33,241.1 L356.11,241.27 Z" id="Path" fill="#003A5D" style="mix-blend-mode: multiply;"></path>
154
+ <polygon id="Path" fill="#194D6D" points="356.76 246.17 357.44 246.39 357.44 246.09 356.74 245.84"></polygon>
155
+ <path d="M356,236.3 C356,236.3 356,236.3 356.07,236.3 L356.4,236.3 C356.425722,236.289959 356.454278,236.289959 356.48,236.3 L356.71,236.55 C356.712872,236.569897 356.712872,236.590103 356.71,236.61 L356.78,237.17 C356.78,237.17 356.78,237.17 356.78,237.17 L356.91,237.39 C356.920041,237.415722 356.920041,237.444278 356.91,237.47 L356.66,237.85 C356.625836,237.880557 356.574164,237.880557 356.54,237.85 L356.41,237.72 C356.379734,237.699778 356.340266,237.699778 356.31,237.72 L356.2,237.79 L356.2,237.79 L356.2,237.79 C356.134968,237.849734 356.035032,237.849734 355.97,237.79 L355.83,237.55 C355.83,237.55 355.83,237.55 355.83,237.55 L355.71,237.55 L355.71,237.55 L355.71,237.55 L355.71,237.3 C355.71,237.3 355.71,237.3 355.71,237.3 L355.66,237.24 L355.66,237.24 L355.6,237.01 L356,236.3 Z" id="Path" fill="#EFCCAF"></path>
156
+ <polygon id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;" points="356.26 237.1 356.2 236.96 356.2 236.96 356.25 236.89 356.25 236.89 356.25 236.89 356.25 236.89 356.25 236.89 356.25 236.89 356.25 237.04"></polygon>
157
+ <path d="M356.76,237.16 L356.69,236.5 C356.69,236.5 356.69,236.5 356.69,236.5 L356.51,236.28 L356.51,236.28 L356.32,236.19 L356.32,236.19 L355.92,236.3 L355.92,236.3 L355.45,236.76 C355.45,236.76 355.45,236.76 355.45,236.76 L355.45,236.87 C355.45,236.87 355.45,236.87 355.45,236.87 L355.56,236.87 L355.74,236.69 C355.748354,236.67275 355.765834,236.661794 355.785,236.661794 C355.804166,236.661794 355.821646,236.67275 355.83,236.69 L355.83,236.83 C355.821068,236.84547 355.821068,236.86453 355.83,236.88 L355.98,236.88 L355.98,236.88 L356.06,237.03 L356.14,237.03 L356.14,236.92 C356.133845,236.903902 356.133845,236.886098 356.14,236.87 L356.2,236.81 L356.27,236.81 C356.28547,236.801068 356.30453,236.801068 356.32,236.81 L356.39,236.9 C356.414134,236.947114 356.444397,236.990827 356.48,237.03 L356.76,237.16 Z" id="Path" fill="#003A5D"></path>
158
+ <path d="M355.39,236.9 L355.83,236.47 L355.83,236.47 L356.23,236.36 L356.23,236.36 L356.42,236.45 L356.42,236.45 L356.6,236.67 C356.6,236.67 356.6,236.67 356.6,236.67 L356.65,237.12 L356.65,237.12 L356.58,236.46 C356.58,236.46 356.58,236.46 356.58,236.46 L356.4,236.24 L356.4,236.24 L356.21,236.15 L356.21,236.15 L355.81,236.26 L355.81,236.26 L355.34,236.72 C355.34,236.72 355.34,236.72 355.34,236.72 L355.34,236.83 L355.39,236.9 Z" id="Path" fill="#33617E"></path>
159
+ <path d="M356.15,237.83 L356.38,237.51 C356.39965,237.475966 356.39965,237.434034 356.38,237.4 L356.38,237.33 C356.38,237.33 356.38,237.33 356.38,237.33 L356.66,237.69 L356.54,237.89 L356.38,237.74 C356.357224,237.719628 356.322776,237.719628 356.3,237.74 L356.15,237.83 Z" id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;"></path>
160
+ <path d="M355.63,237.43 L355.63,237.25 L355.72,237.46 L355.64,237.46 C355.64,237.46 355.62,237.45 355.63,237.43 Z" id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;"></path>
161
+ <path d="M356.55,238.17 L357.07,237.65 C357.07,237.65 357.07,237.65 357.07,237.65 L356.95,237.42 C356.95,237.42 356.95,237.42 356.95,237.42 L356.4,237.81 C356.4,237.81 356.4,237.81 356.4,237.81 L356.55,238.17 L356.55,238.17 Z" id="Path" fill="#FFFFFF"></path>
162
+ <polygon id="Path" fill="#06090B" points="355.27 239.24 354.41 238.79 354.35 238.91 355.21 239.35"></polygon>
163
+ <polygon id="Path" fill="#EFCCAF" points="355.91 239.38 355.61 239.14 355 239.14 355 239.24 355.24 239.28 355.21 239.33 355.28 239.56 355.45 239.69 355.85 239.75"></polygon>
164
+ <polygon id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;" points="355.89 239.5 355.48 239.48 355.21 239.33 355.28 239.56 355.45 239.69 355.87 239.75"></polygon>
165
+ <polygon id="Path" fill="#EFCCAF" opacity="0.6" style="mix-blend-mode: multiply;" points="355 239.21 355.31 239.21 355.24 239.28 355 239.24"></polygon>
166
+ <path d="M356.19,239.1 L355.99,241.2 C355.99,241.244183 356.025817,241.28 356.07,241.28 L356.3,241.23 L356.19,239.1 Z" id="Path" fill="#FFFFFF"></path>
167
+ <path d="M357.37,237.71 L356.99,237.5 L356.44,237.94 L356.14,239.04 L356.14,241.41 C356.135358,241.430708 356.144293,241.45209 356.162289,241.463337 C356.180285,241.474585 356.203421,241.473247 356.22,241.46 L357.3,241.13 L357.75,238.6 L357.37,237.71 Z" id="Path" fill="#FFFFFF"></path>
168
+ <path d="M356.54,238.04 L356.54,238.82 C356.536162,238.836446 356.536162,238.853554 356.54,238.87 L357.16,240.34 L357.16,240.34 L357.35,241.09 L357.44,241.48 C357.449858,241.519388 357.480612,241.550142 357.52,241.56 L357.76,241.63 L357.83,241.63 L358.31,241.46 C358.350238,241.454932 358.380318,241.420555 358.38,241.38 L358.68,240.12 C358.698012,240.082028 358.698012,240.037972 358.68,240 L358.55,239.92 C358.520657,239.899037 358.502297,239.865989 358.5,239.83 L358.5,239.43 C358.509446,239.407623 358.509446,239.382377 358.5,239.36 L358.28,239.16 C358.28,239.16 358.28,239.16 358.28,239.16 L358.05,238.74 L358.05,238.74 L358.05,238.59 L358.05,238.59 C358.05,238.52 357.65,237.92 357.57,237.79 L357.38,237.68 C357.34042,237.654495 357.28958,237.654495 357.25,237.68 L356.82,238.04 C356.82,237.96268 356.75732,237.9 356.68,237.9 C356.60268,237.9 356.54,237.96268 356.54,238.04 Z M356.95,239.24 L356.72,238.78 C356.715321,238.760274 356.715321,238.739726 356.72,238.72 L356.72,238.01 C356.710849,237.984118 356.710849,237.955882 356.72,237.93 L356.92,237.77 C356.958698,237.741655 357.011302,237.741655 357.05,237.77 L357.29,237.9 C357.293511,237.916482 357.293511,237.933518 357.29,237.95 L357.65,238.6 C357.654856,238.623081 357.654856,238.646919 357.65,238.67 L357.39,240.1 C357.370924,240.143754 357.327731,240.172042 357.28,240.172042 C357.232269,240.172042 357.189076,240.143754 357.17,240.1 L356.83,239.24 L356.95,239.24 Z" id="Shape" fill="#003A5D"></path>
169
+ <polygon id="Path" fill="#BFE6F6" style="mix-blend-mode: multiply;" points="357.53 238.2 358.38 240.58 357.83 240.31 357.44 240.49 356.14 239.85 357.28 239.68"></polygon>
170
+ <path d="M356.89,238.26 L357,239.26 C357.002921,239.280226 356.996856,239.300719 356.983399,239.316099 C356.969942,239.331479 356.950435,239.34021 356.93,239.34 L355.93,239.34 C355.93,239.34 355.86,239.34 355.86,239.39 L355.81,239.71 C355.803496,239.74558 355.825168,239.780256 355.86,239.79 L356.1,239.84 L356.1,239.84 L356.68,240.01 L356.68,240.01 L357.51,239.96 C357.54203,239.961328 357.570868,239.940729 357.58,239.91 L357.66,239.46 L357.66,239.46 L357.5,238.25 C357.508932,238.23453 357.508932,238.21547 357.5,238.2 L357.26,238.06 L357.08,238.06 L356.91,238.21 C356.91,238.21 356.88,238.24 356.89,238.26 Z" id="Path" fill="#FFFFFF"></path>
171
+ <polygon id="Path" fill="#BFE6F6" points="357.04 237.72 356.71 238.62 356.75 237.96"></polygon>
172
+ <path d="M357.48,241.55 L358.21,241.34 L358.21,241.34 L358.56,240.43 C358.56,240.43 358.56,240.43 358.56,240.43 L358.32,241.43 L358.32,241.43 L357.76,241.63 L357.76,241.63 L357.47,241.54 C357.47,241.54 357.47,241.55 357.48,241.55 Z" id="Path" fill="#003A5D" style="mix-blend-mode: multiply;"></path>
173
+ <rect id="Rectangle" fill="url(#linearGradient-6)" x="278.21" y="153.09" width="4.93" height="8.54"></rect>
174
+ </g>
175
+ </g>
176
176
  </svg>