@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,131 +1,131 @@
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 / Challenges-Discover-Inefficiencies-in-Cargo-Movement</title>
4
- <defs>
5
- <linearGradient x1="36.0076741%" y1="94.4200558%" x2="74.8672993%" y2="-4.89316142%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="0%"></stop>
7
- <stop stop-color="#3FB0E2" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="73.2144371%" y1="1.5291937%" x2="30.8991978%" y2="91.4735867%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" offset="0%"></stop>
11
- <stop stop-color="#3FB0E2" offset="100%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="76.0678392%" y1="0.942539155%" x2="22.0163317%" y2="89.557373%" id="linearGradient-3">
14
- <stop stop-color="#FFFFFF" offset="0%"></stop>
15
- <stop stop-color="#3FB0E2" offset="100%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="0.0410937114%" y1="49.9635854%" x2="100.09925%" y2="49.9635854%" id="linearGradient-4">
18
- <stop stop-color="#FFFFFF" offset="0%"></stop>
19
- <stop stop-color="#3FB0E2" offset="100%"></stop>
20
- </linearGradient>
21
- </defs>
22
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Challenges-Discover-Inefficiencies-in-Cargo-Movement" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
- <g id="discover-inefficiencies-in-cargo-movement" transform="translate(46.000000, 0.000000)">
24
- <g id="Midlayer" transform="translate(43.000000, 0.000000)">
25
- <rect id="Rectangle" stroke="#023852" x="0.175075529" y="0.230392157" width="304.636027" height="140.497745" rx="6.11"></rect>
26
- <path d="M15.5356495,27.407451 L22.0226586,23.412451 L59.8021148,23.412451 L62.8152568,27.877451 L58.6456949,32.8078431 L63.4925227,38.7058824 L71.1359517,38.7058824 L71.1359517,29.992451 L75.2824773,33.9828431 L80.843429,33.9828431 L82.6863293,39.1528431 L64.1882175,56.7686275 L54.2227341,56.7686275 L54.2227341,63.3440196 L59.3229607,63.3440196 L65.575,70.3894118 L75.0981873,70.3894118 L82.276284,78.6098039 L88.0722054,78.6098039 L88.0722054,87.7701961 L69.0719033,107.26598 L69.0719033,121.126373 L61.8938066,114.78598 L61.8938066,94.8201961 L55.8444864,88.2401961 L55.8444864,77.6744118 L60.2490181,72.5044118 L56.3098187,68.0440196 L50.7488671,68.0440196 L34.7663142,50.4236275 L34.7663142,39.627451 L26.8879154,30.9370588 L20.6358761,30.9370588 L15.0749245,34.692451 C15.0749245,34.692451 15.5356495,26.7254902 15.5356495,27.407451 Z" id="Path" stroke="#023852"></path>
27
- <polygon id="Path" stroke="#023852" points="54.641994 16.0491176 58.1941843 20.6753922 48.3899547 20.6753922 45.1787009 16.0491176"></polygon>
28
- <path d="M85.0636707,19.6478431 L90.4725831,14.5054902 L105.851586,14.5054902 L109.399169,17.2471569 L109.399169,25.1311765 L96.5587613,37.4663725 L91.8225076,32.6696078 L91.8225076,27.1862745 C91.8225076,27.1862745 84.6398036,19.2193137 85.0636707,19.6478431 Z" id="Path" stroke="#023852"></path>
29
- <path d="M139.820846,46.207451 L135.089199,46.207451 L132.048414,49.4605882 L132.048414,53.404902 L134.918731,56.1465686 L139.820846,51.1747059 L143.538897,51.1747059 L147.339879,55.0314706 L154.015785,55.0314706 L156.254909,52.7598039 L160.608761,52.7598039 L166.248036,58.4781373 L161.18006,63.597451 L150.297734,63.597451 L146.971299,60.2152941 L137.623187,60.2152941 L128.731193,69.2328431 L128.731193,77.7343137 L136.835347,85.9270588 L146.943656,85.9270588 L146.943656,97.2715686 L151.504834,101.879412 L151.504834,112.67098 L155.310423,116.527745 L159.954532,116.527745 L167.519637,108.860294 L167.519637,92.1292157 L176.457704,83.0241176 L163.294789,69.6613725 L165.828776,67.0948039 L175.633006,77.0293137 L181.714577,70.8640196 L174.891239,63.9430392 L177.595695,61.1783333 L181.396677,65.0304902 L185.957855,65.0304902 L192.633761,71.7994118 L202.437991,61.8602941 L212.573943,72.145 L216.204456,72.145 L216.204456,66.5971569 L222.378172,60.3627451 L222.378172,55.989902 L228.717749,55.989902 L238.351511,46.2258824 L238.351511,38.4939216 L245.953474,38.4939216 L251.02145,33.3561765 L251.02145,27.6977451 L238.858308,27.6977451 L235.729985,24.527549 L219.604607,24.527549 L214.647205,19.5188235 L199.143807,19.5188235 L194.347659,24.380098 L185.621526,24.380098 L180.521299,29.5547059 L165.510876,29.5547059 L160.456722,24.4215686 L152.163671,24.4215686 L146.321677,30.3472549 L146.321677,35.9411765 L153.550453,28.6147059 L156.314804,31.3794118 L151.919486,35.8351961 L151.919486,39.3509804 L143.0321,39.3509804 L139.903776,42.5211765 C139.903776,42.5211765 139.820846,46.8894118 139.820846,46.207451 Z" id="Path" stroke="#023852"></path>
30
- <polygon id="Path" stroke="#023852" points="228.289275 100.096176 234.370846 94 244.843127 94 252.675453 101.833333 252.675453 112.661765 244.244184 112.661765 239.577039 107.975588 228.289275 107.975588"></polygon>
31
- <path d="M236.665257,88.7240196 L244.036858,88.7240196 L247.925378,84.835 L240.254305,84.835 C240.254305,84.835 236.467145,88.5258824 236.665257,88.7240196 Z" id="Path" stroke="#023852"></path>
32
- <polygon id="Path" stroke="#023852" points="242.530287 47.6589216 234.421526 55.754902 240.203625 55.754902 248.386103 47.5759804"></polygon>
33
- <path d="M227.860801,75.4442157 L234.421526,75.4442157 L228.321526,81.5588235 L222.36435,81.5588235 C222.36435,81.5588235 227.966767,75.5686275 227.860801,75.4442157 Z" id="Path" stroke="#023852"></path>
34
- <polygon id="Path" stroke="#023852" points="220.245015 72.3431373 217.499094 75.0940196 220.139048 77.7389216 222.995544 74.8820588"></polygon>
35
- <polygon id="Path" stroke="#023852" points="228.920468 84.0516667 226.16994 86.802549 228.814502 89.447451 231.670997 86.5905882"></polygon>
36
- <path d="M214.748565,77.3518627 L208.680816,77.3518627 L217.250302,85.9178431 L223.281193,85.9178431 C223.281193,85.9178431 214.697885,77.3518627 214.748565,77.3518627 Z" id="Path" stroke="#023852"></path>
37
- <path d="M261.231118,108.454804 L255.859063,113.813725 L261.922205,113.813725 L266.930287,108.666765 C266.930287,108.666765 261.42923,108.454804 261.231118,108.454804 Z" id="Path" stroke="#023852"></path>
38
- <path d="M177.936631,94.4193137 L173.071375,99.3543137 L173.071375,106.547157 L177.936631,101.681275 C177.936631,101.681275 177.862915,94.4193137 177.936631,94.4193137 Z" id="Path" stroke="#023852"></path>
39
- <path d="M58.2632931,15.2842157 C58.0559668,15.2842157 61.6864804,11.8651961 61.6864804,11.8651961 L65.316994,15.4961765 L62.0919184,18.7216667 C62.0919184,18.7216667 58.3370091,15.2842157 58.2632931,15.2842157 Z" id="Path" stroke="#023852"></path>
40
- <path d="M67.8555891,20.7352941 L74.0615559,20.7352941 L82.7692598,29.4441176 L76.3191088,29.4441176 C76.3191088,29.4441176 67.9246979,20.6477451 67.8555891,20.7352941 Z" id="Path" stroke="#023852"></path>
41
- <path d="M113.26926,30.167549 L109.214879,34.222451 L112.670317,37.6783333 L116.563444,33.7985294 C116.563444,33.7985294 113.200151,30.167549 113.26926,30.167549 Z" id="Path" stroke="#023852"></path>
42
- <path d="M132.522961,33.2686275 C132.744109,33.2686275 136.01065,36.7613725 136.01065,36.7613725 L136.01065,43.1432353 L132.610498,39.7426471 C132.610498,39.7426471 132.380136,33.2686275 132.522961,33.2686275 Z" id="Path" stroke="#023852"></path>
43
- <path d="M42.847432,45.1568627 L40.1153323,47.8893137 C40.0294538,47.9730131 39.892525,47.9730131 39.8066465,47.8893137 L38.7608006,46.8387255 C38.7194364,46.7980155 38.6961419,46.7424036 38.6961419,46.6843627 C38.6961419,46.6263219 38.7194364,46.57071 38.7608006,46.53 L41.4652568,43.7745098 C41.5489454,43.6886203 41.5489454,43.5516738 41.4652568,43.4657843 L38.7331571,40.7333333 C38.6908377,40.6940942 38.6667856,40.6389901 38.6667856,40.5812745 C38.6667856,40.5235589 38.6908377,40.4684548 38.7331571,40.4292157 L39.779003,39.3786275 C39.8648815,39.2949281 40.0018103,39.2949281 40.0876888,39.3786275 L42.847432,42.1202941 C42.9317439,42.2034417 43.0671987,42.2034417 43.1515106,42.1202941 L45.8836103,39.3878431 C45.9679222,39.3046955 46.1033769,39.3046955 46.1876888,39.3878431 L47.238142,40.4384314 C47.2792378,40.4783454 47.3024277,40.5331977 47.3024277,40.5904902 C47.3024277,40.6477827 47.2792378,40.702635 47.238142,40.742549 L44.5060423,43.475 C44.4223537,43.5608895 44.4223537,43.697836 44.5060423,43.7837255 L47.238142,46.5115686 C47.2795062,46.5522786 47.3028007,46.6078905 47.3028007,46.6659314 C47.3028007,46.7239722 47.2795062,46.7795841 47.238142,46.8202941 L46.1876888,47.8708824 C46.1033769,47.95403 45.9679222,47.95403 45.8836103,47.8708824 L43.1422961,45.1568627 C43.1033493,45.1174661 43.0502585,45.0952954 42.994864,45.0952954 C42.9394696,45.0952954 42.8863787,45.1174661 42.847432,45.1568627 L42.847432,45.1568627 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
44
- <path d="M99.6870846,24.8178431 L96.9595921,27.5456863 C96.9195412,27.5882535 96.8636922,27.6123903 96.8052492,27.6123903 C96.7468063,27.6123903 96.6909573,27.5882535 96.6509063,27.5456863 L95.6004532,26.4997059 C95.5167646,26.4138164 95.5167646,26.2768699 95.6004532,26.1909804 L98.3325529,23.4585294 C98.3748722,23.4192903 98.3989244,23.3641862 98.3989244,23.3064706 C98.3989244,23.248755 98.3748722,23.1936508 98.3325529,23.1544118 L95.6004532,20.4219608 C95.5173163,20.337638 95.5173163,20.2021659 95.6004532,20.1178431 L96.6509063,19.0672549 C96.6909573,19.0246877 96.7468063,19.0005508 96.8052492,19.0005508 C96.8636922,19.0005508 96.9195412,19.0246877 96.9595921,19.0672549 L99.6870846,21.7997059 C99.7729631,21.8834053 99.9098919,21.8834053 99.9957704,21.7997059 L102.741692,19.0672549 C102.780926,19.0249301 102.836023,19.0008749 102.893731,19.0008749 C102.951439,19.0008749 103.006536,19.0249301 103.04577,19.0672549 L104.096224,20.1178431 C104.17936,20.2021659 104.17936,20.337638 104.096224,20.4219608 L101.359517,23.1544118 C101.27638,23.2387345 101.27638,23.3742067 101.359517,23.4585294 L104.091616,26.1909804 C104.175305,26.2768699 104.175305,26.4138164 104.091616,26.4997059 L103.041163,27.5456863 C103.001929,27.5880111 102.946832,27.6120663 102.889124,27.6120663 C102.831416,27.6120663 102.776319,27.5880111 102.737085,27.5456863 L99.9773414,24.8178431 C99.8949079,24.7433923 99.7695181,24.7433923 99.6870846,24.8178431 L99.6870846,24.8178431 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
45
- <path d="M71.9744713,83.5494118 L69.2469789,86.2818627 C69.2069279,86.3244299 69.1510789,86.3485668 69.092636,86.3485668 C69.034193,86.3485668 68.978344,86.3244299 68.9382931,86.2818627 L67.8878399,85.245098 C67.804703,85.1607753 67.804703,85.0253031 67.8878399,84.9409804 L70.6199396,82.2085294 C70.7030765,82.1242067 70.7030765,81.9887345 70.6199396,81.9044118 L67.8878399,79.1719608 C67.8041513,79.0860713 67.8041513,78.9491248 67.8878399,78.8632353 L68.9382931,77.8172549 C68.978344,77.7746877 69.034193,77.7505508 69.092636,77.7505508 C69.1510789,77.7505508 69.2069279,77.7746877 69.2469789,77.8172549 L71.9744713,80.5497059 C72.0603498,80.6334053 72.1972786,80.6334053 72.2831571,80.5497059 L75.0152568,77.8172549 C75.0544908,77.7749301 75.1095879,77.7508749 75.1672961,77.7508749 C75.2250043,77.7508749 75.2801013,77.7749301 75.3193353,77.8172549 L76.3697885,78.8632353 C76.4534771,78.9491248 76.4534771,79.0860713 76.3697885,79.1719608 L73.6376888,81.9044118 C73.5545519,81.9887345 73.5545519,82.1242067 73.6376888,82.2085294 L76.3697885,84.9409804 C76.4529254,85.0253031 76.4529254,85.1607753 76.3697885,85.245098 L75.3193353,86.2956863 C75.2801013,86.3380111 75.2250043,86.3620663 75.1672961,86.3620663 C75.1095879,86.3620663 75.0544908,86.3380111 75.0152568,86.2956863 L72.2831571,83.5632353 C72.2010788,83.4755751 72.0640546,83.4694389 71.9744713,83.5494118 L71.9744713,83.5494118 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
46
- <path d="M139.636556,79.2088235 L136.904456,81.9412745 C136.820144,82.0244221 136.68469,82.0244221 136.600378,81.9412745 L135.549924,80.8906863 C135.50856,80.8499763 135.485266,80.7943644 135.485266,80.7363235 C135.485266,80.6782827 135.50856,80.6226708 135.549924,80.5819608 L138.282024,77.8541176 C138.365713,77.7682281 138.365713,77.6312817 138.282024,77.5453922 L135.549924,74.8129412 C135.507605,74.7737021 135.483553,74.718598 135.483553,74.6608824 C135.483553,74.6031667 135.507605,74.5480626 135.549924,74.5088235 L136.600378,73.4582353 C136.68469,73.3750877 136.820144,73.3750877 136.904456,73.4582353 L139.636556,76.1906863 C139.720868,76.2738339 139.856323,76.2738339 139.940634,76.1906863 L142.672734,73.4582353 C142.758613,73.3745359 142.895541,73.3745359 142.98142,73.4582353 L144.027266,74.5088235 C144.069585,74.5480626 144.093637,74.6031667 144.093637,74.6608824 C144.093637,74.718598 144.069585,74.7737021 144.027266,74.8129412 L141.295166,77.5453922 C141.211478,77.6312817 141.211478,77.7682281 141.295166,77.8541176 L144.027266,80.5819608 C144.06863,80.6226708 144.091925,80.6782827 144.091925,80.7363235 C144.091925,80.7943644 144.06863,80.8499763 144.027266,80.8906863 L142.98142,81.9412745 C142.895541,82.0249739 142.758613,82.0249739 142.672734,81.9412745 L139.940634,79.2088235 C139.9014,79.1664987 139.846303,79.1424435 139.788595,79.1424435 C139.730887,79.1424435 139.67579,79.1664987 139.636556,79.2088235 L139.636556,79.2088235 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
47
- <path d="M211.850604,59.7913725 L209.118505,62.5238235 C209.07927,62.5661483 209.024173,62.5902036 208.966465,62.5902036 C208.908757,62.5902036 208.85366,62.5661483 208.814426,62.5238235 L207.787009,61.4732353 C207.703872,61.3889125 207.703872,61.2534404 207.787009,61.1691176 L210.519109,58.4366667 C210.602246,58.3523439 210.602246,58.2168718 210.519109,58.132549 L207.787009,55.400098 C207.703872,55.3157753 207.703872,55.1803031 207.787009,55.0959804 L208.837462,54.0453922 C208.876696,54.0030674 208.931793,53.9790121 208.989502,53.9790121 C209.04721,53.9790121 209.102307,54.0030674 209.141541,54.0453922 L211.87364,56.7778431 C211.959519,56.8615425 212.096448,56.8615425 212.182326,56.7778431 L214.909819,54.0453922 C214.950523,54.0040226 215.006128,53.9807252 215.064162,53.9807252 C215.122195,53.9807252 215.1778,54.0040226 215.218505,54.0453922 L216.26435,55.0959804 C216.30667,55.1352195 216.330722,55.1903236 216.330722,55.2480392 C216.330722,55.3057548 216.30667,55.360859 216.26435,55.400098 L213.536858,58.132549 C213.494539,58.1717881 213.470486,58.2268922 213.470486,58.2846078 C213.470486,58.3423235 213.494539,58.3974276 213.536858,58.4366667 L216.26435,61.1691176 C216.30667,61.2083567 216.330722,61.2634608 216.330722,61.3211765 C216.330722,61.3788921 216.30667,61.4339962 216.26435,61.4732353 L215.218505,62.5238235 C215.1778,62.5651931 215.122195,62.5884905 215.064162,62.5884905 C215.006128,62.5884905 214.950523,62.5651931 214.909819,62.5238235 L212.182326,59.7913725 C212.140345,59.7437642 212.079935,59.7164906 212.016465,59.7164906 C211.952996,59.7164906 211.892585,59.7437642 211.850604,59.7913725 L211.850604,59.7913725 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
48
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="17.6065686" width="15.6922961" height="2.95823529"></rect>
49
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="24.0114706" width="15.6922961" height="2.95823529"></rect>
50
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="30.4209804" width="15.6922961" height="2.95823529"></rect>
51
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="36.8673529" width="15.6922961" height="2.95823529"></rect>
52
- <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="43.2722549" width="15.6922961" height="2.95823529"></rect>
53
- </g>
54
- <g id="Ilus" transform="translate(0.000000, 102.000000)">
55
- <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="29.4299163" y="222.610909" width="301.514686" height="4.61987879" rx="2.30993939"></rect>
56
- <path d="M43.1638773,226.995879 L43.2146583,225.89503 L43.2654393,225.558788 C43.3245436,225.174886 43.4331618,224.800223 43.5885914,224.444121 C43.7420394,224.095733 43.9407092,223.768976 44.1794979,223.472242 C44.4149908,223.174339 44.688085,222.908053 44.9919944,222.68 C45.3012842,222.450644 45.6396977,222.263232 45.9983821,222.122667 L53.1308089,219.35903 L60.2586192,216.567758 L67.391046,213.804121 L74.5188563,210.957576 C75.9850484,210.381493 77.2631497,209.412324 78.2120223,208.157091 C78.6811764,207.537942 79.0661454,206.859568 79.3569038,206.139636 C79.650005,205.400931 79.8425332,204.626356 79.9293445,203.836606 C80.0161558,204.626356 80.208684,205.400931 80.5017852,206.139636 C80.7925435,206.859568 81.1775126,207.537942 81.6466667,208.157091 C82.11363,208.775722 82.663506,209.327459 83.2808926,209.796848 C83.9102978,210.276605 84.6031738,210.667214 85.3398326,210.957576 L92.4722594,213.744242 L99.6046862,216.507879 L106.732497,219.299152 L113.864923,222.062788 C114.223608,222.203353 114.562021,222.390765 114.871311,222.620121 C115.17522,222.848174 115.448315,223.114461 115.683808,223.412364 C115.920955,223.710241 116.119491,224.036779 116.274714,224.384242 C116.430696,224.739798 116.537843,225.114742 116.59325,225.498909 L116.644031,225.835152 L116.699428,226.936 L120.951185,226.936 L120.849623,225.512727 L120.748061,224.849455 C120.633155,224.095361 120.418947,223.359709 120.11099,222.661576 C119.809649,221.976432 119.421804,221.332511 118.956876,220.745455 C118.490696,220.159733 117.950731,219.636465 117.350349,219.188606 C116.744087,218.736283 116.07949,218.36755 115.374505,218.092364 L108.269777,214.868121 L101.160432,211.643879 L94.0557043,208.419636 L86.9509763,205.195394 C86.5394352,205.033154 86.1549661,204.809515 85.8107113,204.532121 C85.474676,204.263555 85.1819669,203.945096 84.9428173,203.587879 C84.6984282,203.227662 84.5086484,202.833436 84.3796095,202.417939 C84.2479011,201.991178 84.1809898,201.547142 84.1811018,201.100606 L84.1534031,200.128727 L84.1303208,199.152242 L84.102622,198.180364 L84.0795397,197.208485 C84.0799062,196.762757 83.9920518,196.321344 83.8210181,195.909576 C83.6537324,195.515652 83.414187,195.156362 83.1147001,194.850182 C82.8132105,194.548909 82.457751,194.306741 82.0667643,194.136242 C81.6609635,193.963691 81.2245039,193.874403 80.7833891,193.873697 L79.0752999,193.873697 C78.6341851,193.874403 78.1977255,193.963691 77.7919247,194.136242 C77.400938,194.306741 77.0454785,194.548909 76.7439888,194.850182 C76.1231458,195.478498 75.7763437,196.326167 75.7791492,197.208485 L75.7791492,198.180364 L75.7514505,199.152242 L75.7283682,200.128727 L75.7006695,201.100606 C75.7007815,201.547142 75.6338702,201.991178 75.5021618,202.417939 C75.3731228,202.833436 75.183343,203.227662 74.938954,203.587879 C74.697756,203.949042 74.4018617,204.270685 74.0618271,204.541333 C73.7175722,204.818727 73.3331031,205.042367 72.9215621,205.204606 L65.816834,208.428848 L58.7074895,211.653091 L51.6027615,214.877333 L44.4980335,218.101576 C43.7838039,218.391043 43.1127725,218.776946 42.5037238,219.248485 C41.9033417,219.696344 41.3633762,220.219612 40.8971967,220.805333 C40.432269,221.39239 40.0444239,222.036311 39.7430823,222.721455 C39.4351258,223.419588 39.2209171,224.15524 39.1060112,224.909333 L39.0044491,225.572606 L38.902887,226.995879 L43.1638773,226.995879 Z" id="Path" fill="#CED6DB" fill-rule="nonzero"></path>
57
- <polygon id="Path" fill="#023852" fill-rule="nonzero" points="77.3071967 196.420848 79.9339609 196.420848 82.5607252 196.420848 82.5607252 183.095515 82.5607252 169.770182 79.9339609 169.770182 77.3071967 169.770182 77.3071967 183.095515"></polygon>
58
- <path d="M76.9701953,172.639758 L83.4332357,172.639758 C83.87176,172.627753 84.2810715,172.417627 84.545802,172.068606 C84.8526832,171.673773 85.0155181,171.186368 85.0074477,170.686788 L85.0074477,157.006788 L75.3959833,157.006788 L75.3959833,170.686788 C75.3856622,171.186712 75.5487408,171.674846 75.857629,172.068606 C76.1223595,172.417627 76.5316709,172.627753 76.9701953,172.639758 Z" id="Path" fill="#CED6DB" fill-rule="nonzero"></path>
59
- <path d="M131.730614,209.43297 L131.352064,225.024485 C131.320852,225.942898 132.038341,226.714313 132.958591,226.751758 L138.895356,226.968242 C139.533295,226.988316 140.126692,226.643097 140.423403,226.079273 L140.423403,226.079273 C140.767664,225.430353 141.496841,225.082483 142.219205,225.222545 L149.310084,226.659636 C149.422555,226.681987 149.537025,226.69279 149.651702,226.691879 L168.491464,226.553697 C169.057299,226.543338 169.580361,226.251022 169.884796,225.775025 C170.18923,225.299029 170.234604,224.702571 170.005662,224.186182 L168.463766,220.653333 C168.243627,220.145473 167.78532,219.779653 167.240404,219.676848 L152.398494,216.913212 C151.825384,216.801716 151.350589,216.402882 151.142817,215.858424 L148.788424,209.658667 C148.55579,209.041329 147.980314,208.618819 147.320391,208.580848 L133.471018,207.802424 C133.022947,207.786286 132.586993,207.949481 132.260139,208.255703 C131.933285,208.561925 131.74264,208.985777 131.730614,209.43297 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
60
- <path d="M170.001046,224.126303 L168.459149,220.598061 C168.237581,220.090429 167.780308,219.723713 167.235788,219.61697 L152.393877,216.853333 C151.819169,216.745183 151.342941,216.345144 151.138201,215.798545 L148.783808,209.575758 C148.550654,208.958098 147.975997,208.534387 147.315774,208.493333 L144.416639,208.332121 L147.892831,218.368727 C148.099098,218.914249 148.574603,219.31368 149.148508,219.423515 L163.990418,222.187152 C164.536335,222.290889 164.994853,222.658604 165.21378,223.168242 L166.663347,226.48 L168.50993,226.48 C169.066942,226.458104 169.577516,226.164228 169.875361,225.694087 C170.173205,225.223945 170.220203,224.637705 170.001046,224.126303 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
61
- <path d="M166.834156,160.332364 L172.590879,165.55103 C172.880382,165.81356 173.236415,165.991973 173.620349,166.066909 L192.086179,169.627394 C192.799393,169.767826 193.393279,170.258151 193.665007,170.930909 L194.472887,172.916121 C194.706004,173.482349 194.68852,174.120487 194.424747,174.673163 C194.160975,175.225838 193.675464,175.641608 193.08795,175.817939 L176.787238,180.645091 C176.5554,180.714185 176.313226,180.742245 176.071688,180.728 L167.762064,180.29503 C167.593656,180.287412 167.424918,180.298224 167.25887,180.327273 L160.047964,181.709091 C159.085595,181.886816 158.125191,181.38967 157.716653,180.502303 L152.63855,169.599758 C152.176506,168.604537 152.526208,167.421774 153.455662,166.836121 L164.31357,160.125091 C165.107883,159.633014 166.131308,159.717172 166.834156,160.332364 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
62
- <path d="M194.454421,172.916121 L193.646541,170.930909 C193.374813,170.258151 192.780927,169.767826 192.067713,169.627394 L173.601883,166.066909 C173.21795,165.991973 172.861916,165.81356 172.572413,165.55103 L166.81569,160.332364 C166.114251,159.694831 165.074043,159.598941 164.267406,160.097455 L161.451367,161.838545 C161.93642,161.864945 162.397654,162.056828 162.757824,162.382061 L168.519163,167.600727 C168.808666,167.863257 169.1647,168.04167 169.548633,168.116606 L188.014463,171.677091 C188.727677,171.817523 189.321563,172.307848 189.593291,172.980606 L190.401172,174.965818 C190.618198,175.494148 190.618198,176.086458 190.401172,176.614788 L193.083333,175.817939 C193.668325,175.638593 194.150481,175.221581 194.411443,174.669272 C194.672405,174.116963 194.688008,173.480499 194.454421,172.916121 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
63
- <path d="M53.504742,136.164364 L59.4599721,144.317091 C59.8253872,144.815785 60.0226044,145.417395 60.0231799,146.035152 L60.0231799,152.02303 C60.0170359,152.784889 60.3148011,153.517912 60.8508389,154.060519 C61.3868767,154.603125 62.1171798,154.910769 62.8807671,154.915636 L104.678173,154.915636 C105.179716,154.915712 105.67218,154.78214 106.104658,154.528727 L131.882957,139.549818 C132.545983,139.165794 133.336485,139.065626 134.074674,139.272096 C134.812863,139.478566 135.435988,139.974124 135.802329,140.646061 L151.475202,168.945697 C151.861848,169.656872 152.535255,170.16877 153.325099,170.351918 C154.114944,170.535066 154.945586,170.371925 155.606932,169.903758 L166.335579,162.308364 C167.524224,161.455925 167.898877,159.858382 167.212706,158.568242 L143.571827,114.073697 C143.210218,113.390908 142.587657,112.882687 141.845272,112.664242 L132.427699,109.900606 C131.989,109.776498 131.527119,109.757559 131.079693,109.845333 L61.6297071,123.861576 C60.9976297,123.991236 60.4281451,124.330534 60.013947,124.824242 L53.6293863,132.576242 C52.7688237,133.602534 52.7174616,135.081087 53.504742,136.164364 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
64
- <path d="M156.622552,141.599515 C156.652118,140.400199 155.857564,139.335575 154.69749,139.020121 L140.912748,135.307636 C140.247929,135.128385 139.538726,135.224725 138.946137,135.574788 L132.395384,139.379394 C133.691217,138.969292 135.096565,139.533255 135.746932,140.724364 L151.419805,169.042424 C151.812441,169.754623 152.493222,170.263832 153.288489,170.44016 C154.083757,170.616488 154.916616,170.442886 155.574616,169.963636 L163.88424,164.072485 L156.622552,141.599515 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
65
- <path d="M133.461785,138.642424 L107.332636,153.796364 L126.795621,158.162909 C127.926037,158.448037 128.730309,159.445946 128.766848,160.608727 L130.613431,208.631515 C130.655027,210.016145 131.778205,211.124635 133.166332,211.15103 L150.542678,211.390625 C151.270059,211.396222 151.966773,211.09858 152.464654,210.569461 C152.962534,210.040343 153.216346,209.327822 153.164826,208.603879 L150.718103,169.50303 C150.713433,169.432481 150.713433,169.361701 150.718103,169.291152 L151.142817,144.662545 C151.16739,143.464819 150.374872,142.402923 149.217755,142.083152 L135.433013,138.398303 C134.769689,138.212949 134.059563,138.300893 133.461785,138.642424 L133.461785,138.642424 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
66
- <polygon id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="130.165635 110.955394 67.1694561 145.48703 58.4351185 123.70497"></polygon>
67
- <path d="M99.1061088,127.127273 C96.5095772,123.932474 92.4375069,122.310801 88.3497629,122.843636 L61.5743096,126.873939 C61.86053,127.532606 62.1698326,128.186667 62.4976011,128.831515 L88.6359833,124.907152 C92.0207045,124.470344 95.3906293,125.814233 97.5411297,128.458424 C99.6331593,130.971805 100.285142,134.380918 99.2676848,137.486303 L93.5709763,155.339394 C94.2819107,155.339394 94.9928452,155.385455 95.7037796,155.399273 L101.21583,138.121939 C102.428667,134.337336 101.634246,130.197265 99.1061088,127.127273 L99.1061088,127.127273 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
68
- <path d="M200.414268,227.700606 L238.135342,108.795152 C239.472037,104.452719 243.489385,101.486651 248.042259,101.480727 L249.164059,101.480727 C253.696668,101.513204 257.685262,104.473214 259.020195,108.795152 L296.625858,227.696 L300.628326,227.696 L262.602566,107.616 C260.78325,101.732606 255.353309,97.703334 249.182524,97.657697 L248.046876,97.657697 C241.846304,97.6637764 236.374045,101.702223 234.552971,107.616 L196.808815,227.71903 L200.414268,227.700606 Z" id="Path" fill="#CED6DB" fill-rule="nonzero"></path>
69
- <polygon id="Path" fill="#9DADB7" fill-rule="nonzero" points="186.380237 76.4099394 209.40251 76.4099394 219.512552 92.7292121 196.494895 92.7292121"></polygon>
70
- <polygon id="Path" fill="#CED6DB" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="187.026541 77.4969697 210.044198 77.4969697 214.886862 85.2213333 191.869205 85.2213333"></polygon>
71
- <path d="M185.29537,92.6186667 L219.406374,92.6186667 L219.406374,94.0649697 C219.406374,95.1893545 218.492822,96.1008485 217.3659,96.1008485 L183.481102,96.1008485 L183.481102,94.4242424 C183.483647,93.4263059 184.295177,92.6186667 185.29537,92.6186667 L185.29537,92.6186667 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
72
- <path d="M210.261172,92.6186667 C208.557284,92.6313422 207.185608,94.0184792 207.195787,95.7185455 L207.195787,96.1008485 L216.017894,96.1008485 C217.930853,96.0856418 219.469952,94.5273351 219.457234,92.6186667 L210.261172,92.6186667 Z" id="Path" fill="#CED6DB" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
73
- <path d="M148.354477,77.4693333 L246.177211,77.4693333 C248.449074,77.4580445 250.410113,75.8782106 250.899847,73.6647273 L265.875635,7.43418182 C266.293107,5.61851873 265.465011,3.74497957 263.839777,2.82812121 L260.912943,1.1929697 C259.757403,0.548929469 258.445212,0.237966017 257.122831,0.294787879 L162.679344,4.35733333 L142.006848,71.2281212 L144.9106,75.6130909 C145.672767,76.7701828 146.966742,77.4676325 148.354477,77.4693333 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
74
- <path d="M144.776722,73.3238788 L242.733333,73.3238788 C244.091715,73.3184005 245.264152,72.3726082 245.553989,71.0484848 L260.788298,3.8 C260.990027,2.93720212 260.788272,2.02968389 260.239827,1.33291026 C259.691383,0.636136623 258.855561,0.225459868 257.967643,0.216484848 L159.98795,0.216484848 C158.630183,0.223686826 157.458692,1.168717 157.167294,2.49187879 L141.956067,69.7403636 C141.754339,70.6031615 141.956094,71.5106797 142.504538,72.2074534 C143.052982,72.904227 143.888805,73.3149038 144.776722,73.3238788 Z" id="Path" fill="#25546A" fill-rule="nonzero"></path>
75
- <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="241.468424 61.1684848 253.715886 4.01648485 161.257476 4.01648485 149.005397 61.1684848"></polygon>
76
- <rect id="Rectangle" fill="#023852" fill-rule="nonzero" x="76.019205" y="95.5619394" width="248.6147" height="6.05236364"></rect>
77
- <path d="M150.745802,86.566303 L137.921283,96.142303 L143.798033,94.7144242 L152.107657,88.3350303 C152.386626,88.1205612 152.547349,87.7869719 152.54098,87.4356457 C152.534611,87.0843196 152.361902,86.7567478 152.075342,86.5524848 L152.075342,86.5524848 C151.677356,86.2648172 151.137696,86.2704259 150.745802,86.566303 L150.745802,86.566303 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
78
- <path d="M87.6065132,40.0727273 C87.6065132,40.0727273 89.4530962,38.608 90.3763877,37.848" id="Path" fill="#023852" fill-rule="nonzero"></path>
79
- <path d="M114.515844,35.0060606 L106.977169,24.4121212 C106.968213,24.3941575 106.953625,24.3796019 106.935621,24.3706667 L101.751339,20.7963636 C101.722321,20.7781273 101.688687,20.7687246 101.654393,20.7687246 L92.4953417,20.9253333 C92.4625423,20.9290842 92.4309974,20.9401 92.4030126,20.9575758 L86.1015481,25.1675152 C86.0702295,25.1859548 86.0471211,25.2155987 86.0369177,25.2504242 L83.4609344,32.2608485 L83.4609344,32.2930909 L81.0465272,36.3049697 C81.0379475,36.3216948 81.0252369,36.335962 81.0095955,36.3464242 L76.0884519,40.4918788 C76.0173969,40.5500032 76.0051583,40.653797 76.0607531,40.7267879 L89.4069317,58.8930909 L89.4392469,58.9299394 L93.0447001,61.7350303 C93.7479352,62.2826397 94.7301198,62.2976872 95.4498745,61.7718788 L98.482887,59.5655758 C98.5817944,59.4959232 98.6955906,59.4501919 98.815272,59.432 L100.200209,59.206303 C100.424226,59.1741409 100.621349,59.0418909 100.735718,58.8470303 L100.897294,58.5752727 C101.02295,58.3614588 101.24521,58.2222142 101.492817,58.2021818 L101.598996,58.2021818 C101.842264,58.1837518 102.061965,58.0501733 102.189902,57.8429091 L104.096499,54.7107879 C104.120343,54.6709657 104.159425,54.6425614 104.204727,54.6321308 C104.250028,54.6217002 104.297633,54.6301447 104.336555,54.6555152 L106.035411,55.7195152 C106.161303,55.8001831 106.325698,55.7869858 106.437043,55.6872727 L107.291088,54.9549091 C107.387289,54.8705391 107.453664,54.7574715 107.480363,54.6324848 C107.480363,54.6324848 108.629861,49.3907879 108.925314,48.0550303 C108.970241,47.8503514 109.051543,47.6553543 109.16537,47.4792727 L114.151144,39.6950303 C114.454347,39.2271827 114.614734,38.6814958 114.612807,38.1243636 C114.612807,36.9774545 114.552775,35.0981818 114.552775,35.0981818 C114.550177,35.0644336 114.537289,35.0322871 114.515844,35.0060606 L114.515844,35.0060606 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
80
- <path d="M84.2272664,30.1927273 L83.4609344,32.2838788 L83.4609344,32.3161212 L81.0465272,36.328 C81.0368445,36.3452791 81.0243657,36.3608424 81.0095955,36.3740606 L76.0884519,40.5195152 C76.0173969,40.5776396 76.0051583,40.6814334 76.0607531,40.7544242 L80.2478801,46.4521212 L87.634212,40.0589091 L84.4026918,30.2940606 L84.2272664,30.1927273 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
81
- <path d="M116.334728,41.4545455 L114.617406,38.0921212 L113.731046,36.3878788 C113.572734,36.0759734 113.28097,35.8527227 112.938,35.7810583 C112.59503,35.7093939 112.238003,35.7970782 111.967559,36.0193939 L108.85145,38.5619394 C108.698061,38.6898381 108.571058,38.8462767 108.477517,39.0225455 L105.195216,45.1117576 C104.942149,45.5849551 105.010243,46.165204 105.366025,46.5672727 C105.956932,47.2259394 106.921771,48.2991515 107.997406,49.4875152 C108.265787,49.7868063 108.378507,50.1940712 108.302092,50.5883636 L107.591158,54.185697 L107.540377,54.4574545 L107.540377,54.4989091 L107.508061,54.6647273 C107.481362,54.7897139 107.414988,54.9027816 107.318787,54.9871515 L106.464742,55.7195152 C106.353396,55.8192282 106.189002,55.8324255 106.06311,55.7517576 L104.331939,54.6647273 C104.292224,54.6394218 104.243976,54.6311218 104.198061,54.641697 L104.461199,56.4288485 C104.518096,56.8121947 104.658326,57.1784889 104.872064,57.5020606 L105.869219,58.9944242 C106.070937,59.2963174 106.145555,59.6652579 106.07696,60.0215758 L104.692022,67.105697 L111.616709,71.6841212 L113.366346,65.0698182 C113.41049,64.900509 113.441359,64.7280285 113.458675,64.5539394 C113.661799,62.3522424 115.102134,46.8758788 115.102134,46.6870303 C115.102134,46.4981818 115.974644,44.0477576 116.413208,42.8041212 C116.570298,42.362078 116.542002,41.8754957 116.334728,41.4545455 L116.334728,41.4545455 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
82
- <path d="M104.211911,54.641697 L104.211911,54.641697 C104.257825,54.6311218 104.306074,54.6394218 104.345788,54.6647273 L106.044644,55.7287273 C106.170536,55.8093952 106.334931,55.7961979 106.446276,55.6964848 L107.300321,54.9641212 C107.396522,54.8797513 107.462897,54.7666836 107.489596,54.641697 L107.521911,54.4758788 L107.521911,54.4758788 L107.591158,54.1626667 L107.591158,54.1626667 L108.302092,50.5699394 C108.380297,50.1733742 108.265557,49.7632908 107.992789,49.4644848 L105.366025,46.5442424 C105.007143,46.1453803 104.938736,45.5643134 105.195216,45.0933333 L108.334407,39.2712727 C108.344655,39.2470892 108.337916,39.2190659 108.317788,39.2021535 C108.297659,39.1852411 108.268835,39.1833851 108.246695,39.1975758 L100.066332,46.0099394 C99.6750639,46.3355216 99.4435758,46.8136799 99.4311962,47.321866 C99.4188165,47.830052 99.6267488,48.3188666 100.001702,48.6630303 L102.771576,51.2101818 C103.182452,51.5910473 103.358436,52.1617068 103.233222,52.7071515 L102.02371,58.0087273 C102.082741,57.9636811 102.135522,57.9110196 102.180669,57.8521212 L104.087266,54.72 C104.111444,54.6814251 104.149391,54.6534405 104.193445,54.641697 L104.211911,54.641697 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
83
- <path d="M99.7154812,42.6889697 L102.106806,38.2441212 C102.224272,38.0363614 102.381056,37.8533375 102.568452,37.7052121 L108.154365,33.0991515 C108.41624,32.8795998 108.79135,32.8571438 109.077657,33.0438788 L114.668187,36.6273939 L116.750209,35.7061818 C117.319944,35.4551394 117.751956,34.9691137 117.933685,34.3747379 C118.115414,33.7803621 118.028863,33.1365002 117.696583,32.6109091 L110.273319,20.897697 C109.451782,19.6025177 108.159713,18.6748514 106.667866,18.3090909 L96.9733054,15.9461818 C96.084734,15.7298321 95.1488765,15.8207712 94.3188424,16.2041212 L88.3543794,18.9677576 C87.2389766,19.4878487 86.4145426,20.477644 86.1061646,21.6669091 L83.7979358,30.5059394 C83.7443163,30.7117976 83.6716809,30.9122516 83.5809623,31.1047273 L81.0603766,36.3556364 L87.1079358,39.7595152 C87.43547,39.937121 87.8379168,39.9007825 88.1281729,39.6673939 C88.5898187,39.294303 89.3284519,38.7093333 89.9193584,38.230303 C90.2296909,37.9764035 90.4175861,37.6031334 90.4364017,37.2031515 L90.510265,35.5726061 C90.5162682,35.4163756 90.5785557,35.2675494 90.6856904,35.1534545 L94.9420642,30.7132121 C95.1049152,30.5469966 95.3435152,30.4787286 95.5699024,30.5335758 L96.7378661,30.8283636 C96.9509888,30.8730171 97.1256986,31.0246723 97.1995119,31.2290909 L98.5382845,35.0889697 C98.7228895,35.6085338 98.6810351,36.1814834 98.4228731,36.6688485 L96.2069735,40.814303 C96.1568228,40.9088716 96.1466571,41.0195229 96.1787405,41.1216124 C96.2108239,41.223702 96.2824919,41.3087514 96.3777824,41.3578182 L99.2169038,42.8409697 C99.3979521,42.9194275 99.6093041,42.8549932 99.7154812,42.6889697 L99.7154812,42.6889697 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
84
- <path d="M117.659651,32.601697 L110.236388,20.8884848 C109.414851,19.5933056 108.122782,18.6656393 106.630934,18.2998788 L96.9363738,15.9369697 C96.0478023,15.72062 95.1119448,15.8115591 94.2819107,16.1949091 L88.3174477,18.9585455 C87.2020449,19.4786366 86.3776109,20.4684319 86.0692329,21.657697 L85.5429568,23.6751515 C85.8759819,23.3517458 86.2615285,23.0869875 86.6832218,22.8921212 L92.6430683,20.1284848 C93.4721712,19.7421558 94.4085451,19.6495417 95.2975314,19.8659394 L104.992092,22.2334545 C106.485381,22.5960927 107.778518,23.5245251 108.597545,24.8220699 L115.757671,36.1161212 L116.713278,35.6969697 C117.283012,35.4459272 117.715024,34.9599016 117.896754,34.3655258 C118.078483,33.77115 117.991932,33.127288 117.659651,32.601697 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
85
- <path d="M105.947699,59.1095758 C106.100909,59.390837 106.151493,59.7164477 106.090809,60.0307879 L104.74742,66.9030303 L108.214379,69.0494545 L109.193068,63.9827879 C109.2845,63.5032084 109.155756,63.0079848 108.842218,62.6332121 L105.947699,59.1095758 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
86
- <path d="M88.2943654,71.1221818 L94.9651464,82.5728485 C95.0794089,82.7709928 95.2878842,82.8964646 95.5168454,82.9048908 C95.7458066,82.9133171 95.9629798,82.8035102 96.0915621,82.614303 L101.169665,75.2446061 C101.415499,74.8862244 101.606845,74.4935294 101.73749,74.0792727 L104.211911,66.2489697 C104.24928,66.1092859 104.350213,65.9952128 104.484498,65.9408955 C104.618783,65.8865782 104.770837,65.8983199 104.895146,65.9726061 L111.256625,69.385697 C111.584966,69.5561771 111.85616,69.8187554 112.036806,70.1410909 L112.747741,71.3801212 C113.0484,71.9017348 113.089332,72.5330536 112.858536,73.0889697 L101.100418,101.443879 L89.3792329,101.356364 L84.6935286,91.0019394 L88.2943654,71.1221818 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
87
- <path d="M98.8198884,78.6484848 L96.0915621,82.614303 C95.9629798,82.8035102 95.7458066,82.9133171 95.5168454,82.9048908 C95.2878842,82.8964646 95.0794089,82.7709928 94.9651464,82.5728485 L88.2943654,71.1221818 L84.698145,91.0019394 L89.3838494,101.356364 L101.105035,101.443879 L112.138368,74.8669091 C108.297476,76 102.203752,77.7410909 98.8198884,78.6484848 Z" id="Path" fill="#BBC6CE" fill-rule="nonzero" opacity="0.52" style="mix-blend-mode: multiply;"></path>
88
- <path d="M75.8391632,40.1233939 L77.8750209,41.1781818 C78.6732434,41.5923697 79.3736309,42.1718325 79.9293445,42.8778182 L91.4935704,57.6172121 C91.8745544,58.1131556 91.8745544,58.8024807 91.4935704,59.2984242 L88.5759693,63.1813333 C87.9619475,64.0017451 87.707137,65.0353085 87.8696513,66.046303 L90.1224826,79.7493333 L89.4530962,91.4441212 L83.4286192,119.674667 L74.5604045,121.222303 L69.0437378,121.917818 L53.1538912,124.824242 L42.7807113,105.184 C42.4387479,104.487355 42.3194979,103.702721 42.4390934,102.936242 L46.0630126,79.7631515 C46.144004,79.2522441 46.3923871,78.7825129 46.7693305,78.4273939 L46.7693305,78.4273939 C47.3017242,77.9319458 47.5686458,77.2149291 47.4894979,76.4928485 L47.2679079,74.3924848 C47.2186007,73.9473876 47.3004185,73.4976026 47.5033473,73.0981818 L57.793431,52.7900606 C58.2494674,51.8917393 58.97154,51.1552115 59.8616039,50.6804848 L70.8349233,44.8169697 C71.2491526,44.5995656 71.6028696,44.283045 71.8643933,43.8957576 L74.0479777,40.6024242 C74.433978,40.0086274 75.2072532,39.8018245 75.8391632,40.1233939 L75.8391632,40.1233939 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
89
- <polygon id="Path" fill="#CCD4DA" fill-rule="nonzero" opacity="0.52" style="mix-blend-mode: multiply;" points="61.1726778 85.8984242 61.1726778 85.8984242 41.8066388 96.9391515 49.3129986 128.361697 85.1505579 118.633697 82.3852999 96.5476364"></polygon>
90
- <polygon id="Path" fill="#98A6AD" fill-rule="nonzero" points="75.6868201 164.827879 79.9339609 164.827879 84.1811018 164.827879 84.1811018 159.761212 84.1811018 154.694545 79.9339609 154.694545 75.6868201 154.694545 75.6868201 159.761212"></polygon>
91
- <path d="M126.518633,100.324606 L133.678759,92.8904242 C134.044391,92.5115818 134.484434,92.2120856 134.971367,92.0106667 L142.40848,88.9522424 C142.847724,88.7725525 143.351973,88.8702797 143.691855,89.2009697 L143.691855,89.2009697 C143.938495,89.440804 144.068512,89.7757346 144.048132,90.1187574 C144.027753,90.4617802 143.858988,90.7790393 143.585676,90.9881212 L139.172343,94.3597576 C139.088861,94.4205442 139.053741,94.5278185 139.085164,94.6260533 C139.116586,94.724288 139.207496,94.7914308 139.310837,94.7927273 L142.948605,94.8848485 C143.295962,94.8934049 143.635468,94.781034 143.908828,94.5670303 L146.678703,92.3745455 L147.03417,95.5757576 C147.10866,96.2375606 146.840827,96.8917532 146.323236,97.3122424 L145.889289,97.662303 C145.55244,97.9296852 145.316454,98.3031641 145.219902,98.721697 L144.195049,102.950061 C144.10783,103.301554 143.950854,103.632028 143.733403,103.921939 L141.651381,106.860606 C141.382194,107.233475 140.98711,107.496816 140.538815,107.602182 L130.613431,109.905212 L126.518633,100.324606 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
92
- <path d="M143.008619,102.208485 C142.740921,102.582889 142.3452,102.846655 141.896053,102.950061 L130.401074,105.598545 L130.613431,109.900606 L140.538815,107.597576 C140.98711,107.49221 141.382194,107.228869 141.651381,106.856 L143.761102,103.917333 C143.978553,103.627422 144.135529,103.296948 144.222748,102.945455 L145.099874,99.3158788 L143.008619,102.208485 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero"></path>
93
- <path d="M85.4737099,77.1653333 L86.2492748,70.1318788 C86.3272371,69.4094862 86.2404367,68.6788554 85.9953696,67.9946667 L82.8284798,59.2661818 C82.5713823,58.5580501 82.0837503,57.95637 81.4435425,57.5573333 L77.4641562,55.0332121 C76.6619711,54.525744 75.7140286,54.2973898 74.768145,54.3837576 L68.2127755,54.9779394 C67.4126808,55.0517349 66.670354,55.4253542 66.1353696,56.0235152 L61.3065551,61.5507879 C60.7941683,62.131974 60.4565419,62.8456192 60.3324826,63.609697 L57.784198,78.7866667 C57.5857751,79.5982706 57.729255,80.4555467 58.1812134,81.1587879 L72.3999024,103.429091 C72.8206332,104.092461 73.0373019,104.864306 73.0231241,105.649212 L72.9954254,106.957333 C72.970222,107.920008 73.2985923,108.85867 73.9187169,109.596606 L81.7666946,118.882424 C82.0882905,119.265531 82.5437069,119.512482 83.0408368,119.573333 L85.9584379,119.937212 C86.1740263,119.971806 86.3937701,119.971806 86.6093584,119.937212 L130.1841,110.955394 C130.889711,110.808309 131.387864,110.177312 131.366611,109.458424 L131.204338,104.304242 C131.183645,103.694372 130.955738,103.109645 130.558033,102.646061 L127.875872,99.5415758 C127.422378,99.0098564 126.714913,98.7663308 126.029289,98.9059394 L113.735662,101.36097 C113.462264,101.41555 113.182475,101.431059 112.9047,101.40703 L92.8508089,99.6981818 C92.1717094,99.6433537 91.5969337,99.1761405 91.4058577,98.5236364 L85.6445188,79.0814545 C85.4613925,78.4602552 85.4033401,77.8090284 85.4737099,77.1653333 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
94
- <path d="M94.5358159,33.7670303 L93.0770153,35.1027879 C92.726345,35.4187856 92.697462,35.9580921 93.0123849,36.3095758 L94.0557043,37.4795152 C94.3678866,37.8295245 94.903216,37.8663606 95.2605997,37.5624242 L96.2346722,36.7379394 C96.5023164,36.5130472 96.6064157,36.1486091 96.4978103,35.8167273 L95.939219,34.1401212 C95.8473577,33.8627423 95.6215179,33.6502726 95.3385997,33.5750596 C95.0556815,33.4998466 94.7538255,33.5720298 94.5358159,33.7670303 Z" id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
95
- <polygon id="Path" fill="#80CBEC" fill-rule="nonzero" points="154.563612 56.1432727 237.992232 56.4749091 238.38463 54.646303 154.956011 54.3192727"></polygon>
96
- <polygon id="Path" fill="#80CBEC" fill-rule="nonzero" points="155.274547 52.8315152 238.703166 53.1631515 239.090948 51.3345455 155.666946 51.0075152"></polygon>
97
- <polygon id="Path" fill="#FFE700" fill-rule="nonzero" points="170.698131 52.8913939 175.291506 52.9144242 175.577727 51.0858182 170.984351 51.0673939"></polygon>
98
- <path d="M77.9581172,51.0075152 L85.8614923,59.7590303 C86.0912346,60.0144489 86.1063248,60.396825 85.8974224,60.6694765 C85.68852,60.9421279 85.3147417,61.027898 85.0074477,60.873697 L74.8512413,55.7149091 C74.3066479,55.4390462 73.8231307,55.0568628 73.4293724,54.5910303 L70.9087866,51.5878788 C70.7429293,51.3917045 70.699726,51.1199664 70.7965931,50.8822098 C70.8934603,50.6444532 71.1144336,50.4798621 71.3704324,50.4547879 L75.8530126,50.1461818 C76.6504288,50.0932109 77.4275705,50.4111894 77.9581172,51.0075152 Z" id="Path" fill="#CCD4DA" fill-rule="nonzero" opacity="0.52" style="mix-blend-mode: multiply;"></path>
99
- <path d="M100.638773,122.309333 C98.0401451,119.114286 93.967482,117.49133 89.8778103,118.021091 L53.8694421,123.442424 L51.5612134,123.442424 L51.5612134,125.515152 L54.0125523,125.515152 L90.1686471,120.08 C93.5510947,119.642865 96.9191285,120.984953 99.0691771,123.626667 C101.156383,126.142546 101.804678,129.550604 100.786499,132.654545 L93.8895119,154.30303 C93.7844735,154.616601 93.8364098,154.961403 94.0291857,155.230317 C94.2219616,155.499231 94.5322244,155.65968 94.8635844,155.661818 C95.3118421,155.659255 95.7064155,155.366324 95.8376569,154.938667 L102.762343,133.317818 C103.974684,129.526649 103.174911,125.380662 100.638773,122.309333 L100.638773,122.309333 Z" id="Path" fill="#F1F4F5" fill-rule="nonzero"></path>
100
- <path d="M116.427057,160.673212 C115.692225,160.671444 115.015102,160.275586 114.654338,159.636848 C114.002733,158.484077 112.781571,157.768501 111.455132,157.762182 L58.873682,157.762182 C56.9535962,157.761659 55.1029767,157.045419 53.6847838,155.753939 L46.9539888,149.660121 C46.1153291,148.892719 46.0455812,147.597103 46.7970293,146.744485 C47.1549477,146.337613 47.6617397,146.091335 48.2034734,146.061018 C48.7452071,146.030701 49.2764231,146.218888 49.6776987,146.583273 L56.4038773,152.681697 C57.0807065,153.293216 57.9605893,153.63289 58.873682,153.635152 L111.455132,153.635152 C114.243922,153.649717 116.810962,155.154478 118.181311,157.577939 C118.743285,158.563955 118.41075,159.817372 117.433445,160.396848 C117.127671,160.57447 116.780861,160.669707 116.427057,160.673212 Z" id="Path" fill="#313436" fill-rule="nonzero"></path>
101
- <g id="Group" opacity="0.38" style="mix-blend-mode: multiply;" transform="translate(54.935844, 146.012121)" fill="#023852" fill-rule="nonzero">
102
- <path d="M7.61253835,9.74181818 C9.03073121,11.0332982 10.8813507,11.7495375 12.8014365,11.7500606 L41.7604742,11.7500606 L37.2040307,7.60460606 L12.8014365,7.60460606 C11.88944,7.60384324 11.0104824,7.26389109 10.3362483,6.65115152 L3.60545328,0.552727273 C3.20417761,0.188342207 2.67296163,0.000155162941 2.13122791,0.0304724361 C1.58949419,0.0607897093 1.08270222,0.307067231 0.724783821,0.713939394 C-0.0280013544,1.56690741 0.0439136838,2.86461304 0.886359833,3.62957576" id="Path"></path>
103
- </g>
104
- <path d="M165.329191,14.4031515 L167.983654,13.0627879 L180.665063,13.0627879 L181.126709,14.5597576 L179.137015,16.2133333 L180.060307,18.1801212 L182.627057,18.1801212 L183.661144,15.2690909 L184.584435,16.6048485 L186.431018,16.6048485 L186.431018,18.3367273 L178.121395,24.2370909 L174.779079,24.2370909 L174.040446,26.4387879 L175.753152,26.4387879 L177.013445,28.801697 L180.203417,28.801697 L181.639135,31.5653333 L183.582664,31.5653333 L182.49318,34.6329697 L173.795774,41.1643636 L172.143082,45.8072727 L170.485774,43.6792727 L172.86325,36.9912727 L171.621423,34.7895758 L172.881715,31.2475152 L174.972971,29.5202424 L174.183556,28.0232727 L172.313891,28.0232727 L169.050056,22.1090909 L170.333431,18.4887273 L168.722287,15.577697 L166.621799,15.577697 L164.31357,16.8351515 C164.31357,16.8351515 165.412287,14.1636364 165.329191,14.4031515 Z" id="Path" stroke="#ADDDF3"></path>
105
- <polygon id="Path" stroke="#ADDDF3" points="179.811018 10.5939394 180.452706 12.1461818 177.161172 12.1461818 176.634895 10.5939394"></polygon>
106
- <path d="M189.602524,11.8007273 L192.026165,10.0780606 L197.19198,10.0780606 L198.059874,10.9992727 L197.136583,13.6385455 L191.356778,17.784 L190.341158,16.1764848 L190.992078,14.3340606 C190.992078,14.3340606 189.510195,11.6579394 189.602524,11.8007273 Z" id="Path" stroke="#ADDDF3"></path>
107
- <path d="M204.827601,20.6996364 L203.23954,20.6996364 L201.83152,21.7912727 L201.369874,23.1086061 L202.006946,24.0298182 L204.245927,22.3624242 L205.492371,22.3624242 L206.309484,23.6567273 L208.553082,23.6567273 L209.573319,22.8967273 L211.036736,22.8967273 L212.250865,24.8082424 L209.942636,26.526303 L206.281785,26.526303 L205.561618,25.3932121 L202.427043,25.3932121 L198.369177,28.4101818 L197.358173,31.2613333 L199.093961,34.0249697 L202.487057,34.0249697 L201.139052,37.8249697 L202.122357,39.3726061 L200.8159,42.9699394 L201.633013,44.2642424 L203.193375,44.2642424 L206.646485,41.6940606 L208.663877,36.0838788 L212.763291,33.0346667 L209.92417,28.5575758 L211.078285,27.6962424 L213.188006,31.0264242 L215.95788,28.958303 L214.48523,26.6552727 L215.717824,25.7340606 L216.534937,27.0283636 L218.067601,27.0283636 L219.503319,29.2945455 L223.976667,25.9643636 L226.160251,29.409697 L227.378996,29.409697 L228.043766,27.5442424 L230.859805,25.4484848 L231.376848,23.9837576 L233.505035,23.9837576 L237.904519,20.7134545 L238.82781,18.1294545 L241.385328,18.1294545 L243.693556,16.4067879 L244.367559,14.513697 L240.277378,14.513697 L239.594142,13.4358788 L234.192887,13.4358788 L233.131102,11.7592727 L227.923738,11.7592727 L225.74477,13.3852121 L222.817936,13.3852121 L220.486625,15.121697 L215.43622,15.121697 L214.346736,13.4036364 L211.576862,13.4036364 L208.90855,15.3888485 L208.248396,17.2312727 L211.544547,14.7762424 L212.135453,15.6974545 L210.131911,17.1898182 L209.711813,18.3643636 L206.734198,18.3643636 L205.307713,19.4283636 C205.307713,19.4283636 204.744505,20.9299394 204.827601,20.6996364 Z" id="Path" stroke="#ADDDF3"></path>
108
- <polygon id="Path" stroke="#ADDDF3" points="228.122245 38.7507879 230.89212 36.7149091 234.409861 36.7149091 236.1041 39.3357576 234.820725 42.9607273 231.990837 42.9607273 230.9706 41.3900606 227.189721 41.3900606"></polygon>
109
- <path d="M232.28629,34.9415758 L234.765328,34.9415758 L236.533431,33.6380606 L233.957448,33.6380606 C233.377244,34.0421805 232.819376,34.4773214 232.28629,34.9415758 Z" id="Path" stroke="#ADDDF3"></path>
110
- <polygon id="Path" stroke="#ADDDF3" points="239.132497 21.1878788 235.439331 23.9008485 237.382859 23.9008485 241.103724 21.1602424"></polygon>
111
- <path d="M230.910586,30.4921212 L233.131102,30.4921212 L230.361227,32.5372121 L228.362301,32.5372121 C228.362301,32.5372121 230.933668,30.5289697 230.910586,30.4921212 Z" id="Path" stroke="#ADDDF3"></path>
112
- <polygon id="Path" stroke="#ADDDF3" points="228.722385 29.4557576 227.471325 30.3769697 228.048382 31.2613333 229.345607 30.3032727"></polygon>
113
- <polygon id="Path" stroke="#ADDDF3" points="230.241199 33.3755152 228.994756 34.2967273 229.567197 35.185697 230.864421 34.2276364"></polygon>
114
- <path d="M226.280279,31.1323636 L224.244421,31.1323636 L226.091004,34.0019394 L228.117629,34.0019394 C228.117629,34.0019394 226.257197,31.1323636 226.280279,31.1323636 Z" id="Path" stroke="#ADDDF3"></path>
115
- <polygon id="Path" stroke="#ADDDF3" points="238.209205 41.5512727 235.771715 43.3476364 237.807573 43.3476364 240.115802 41.6203636"></polygon>
116
- <path d="M211.895397,36.8484848 L209.674881,38.5020606 L208.81622,40.9156364 L211.027503,39.2850909 C211.027503,39.2850909 211.867699,36.8484848 211.895397,36.8484848 Z" id="Path" stroke="#ADDDF3"></path>
117
- <path d="M181.122092,10.3406061 C181.048229,10.3406061 182.673222,9.19369697 182.673222,9.19369697 L183.462636,10.414303 L182.003835,11.4875152 C182.003835,11.4875152 181.145174,10.3406061 181.122092,10.3406061 Z" id="Path" stroke="#ADDDF3"></path>
118
- <path d="M183.693459,12.16 L185.780098,12.16 L187.668229,15.0802424 L185.498494,15.0802424 C185.498494,15.0802424 183.735007,12.1369697 183.693459,12.16 Z" id="Path" stroke="#ADDDF3"></path>
119
- <path d="M197.819819,15.3243636 L195.973236,16.7061818 L196.725718,17.8669091 L198.489205,16.568 C198.489205,16.568 197.796736,15.3243636 197.819819,15.3243636 Z" id="Path" stroke="#ADDDF3"></path>
120
- <path d="M203.913543,16.3653333 C204.193302,16.7369717 204.446303,17.1279316 204.670642,17.5352727 L203.913543,19.6724848 L203.174909,18.5347879 C203.174909,18.5347879 203.867378,16.3653333 203.913543,16.3653333 Z" id="Path" stroke="#ADDDF3"></path>
121
- <path d="M172.812469,19.230303 L171.085914,20.4969697 C171.035132,20.5384242 170.970502,20.5384242 170.94742,20.4969697 L170.628884,20.0087273 C170.610251,19.9564754 170.631595,19.8983946 170.679665,19.8705455 L172.401604,18.5992727 C172.457001,18.5578182 172.480084,18.4979394 172.452385,18.4564848 L171.630656,17.1898182 C171.611421,17.1362295 171.63265,17.0765368 171.681437,17.0470303 L172.346206,16.5587879 C172.364573,16.5387411 172.39054,16.5273222 172.417762,16.5273222 C172.444983,16.5273222 172.47095,16.5387411 172.489317,16.5587879 L173.30643,17.8254545 C173.324796,17.8455014 173.350763,17.8569203 173.377985,17.8569203 C173.405206,17.8569203 173.431173,17.8455014 173.44954,17.8254545 L175.171478,16.5587879 C175.226876,16.5173333 175.291506,16.5173333 175.314589,16.5587879 L175.633124,17.0470303 C175.656206,17.0838788 175.633124,17.1483636 175.582343,17.1898182 L173.860404,18.4564848 C173.805007,18.4979394 173.781925,18.5578182 173.809623,18.5992727 L174.631353,19.8705455 C174.649986,19.9227973 174.628642,19.9808781 174.580572,20.0087273 L173.915802,20.4969697 C173.897436,20.5170165 173.871468,20.5284354 173.844247,20.5284354 C173.817025,20.5284354 173.791058,20.5170165 173.772692,20.4969697 L172.950962,19.230303 C172.92788,19.1888485 172.86325,19.1888485 172.812469,19.230303 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
122
- <path d="M193.771185,13.4681212 L192.04463,14.7393939 C191.989233,14.7762424 191.929219,14.7762424 191.90152,14.7393939 L191.587601,14.2511515 C191.559902,14.209697 191.587601,14.1498182 191.638382,14.1083636 L193.360321,12.841697 C193.411102,12.8002424 193.434184,12.7357576 193.411102,12.6989091 L192.589372,11.4276364 C192.561674,11.3907879 192.589372,11.326303 192.640153,11.2848485 L193.300307,10.7966061 C193.355704,10.7597576 193.420335,10.7597576 193.443417,10.7966061 L194.265146,12.0678788 C194.288229,12.1047273 194.352859,12.1047273 194.408257,12.0678788 L196.130195,10.7966061 C196.185593,10.7597576 196.245607,10.7597576 196.273305,10.7966061 L196.587225,11.2848485 C196.610789,11.3383546 196.588539,11.4009171 196.536444,11.4276364 L194.814505,12.6989091 C194.765718,12.7284156 194.744489,12.7881083 194.763724,12.841697 L195.585453,14.1083636 C195.613152,14.1498182 195.585453,14.209697 195.534672,14.2511515 L194.879135,14.7393939 C194.823738,14.7762424 194.759107,14.7762424 194.736025,14.7393939 L193.914296,13.4681212 C193.891213,13.4312727 193.826583,13.4312727 193.771185,13.4681212 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
123
- <path d="M177.073459,34.4855758 L175.35152,35.7568485 C175.296123,35.793697 175.231492,35.793697 175.20841,35.7568485 L174.894491,35.2686061 C174.866792,35.2317576 174.894491,35.1672727 174.945272,35.1258182 L176.667211,33.8591515 C176.717992,33.817697 176.741074,33.7532121 176.717992,33.7163636 L175.887029,32.4450909 C175.859331,32.4082424 175.887029,32.3437576 175.93781,32.302303 L176.597964,31.8186667 C176.653361,31.7772121 176.717992,31.7772121 176.741074,31.8186667 L177.562803,33.0853333 C177.585886,33.1267879 177.650516,33.1267879 177.705914,33.0853333 L179.427852,31.8186667 C179.48325,31.7772121 179.543264,31.7772121 179.570962,31.8186667 L179.884881,32.302303 C179.908446,32.3558092 179.886196,32.4183716 179.8341,32.4450909 L178.112162,33.7163636 C178.063375,33.7458702 178.042146,33.8055629 178.061381,33.8591515 L178.88311,35.1258182 C178.906675,35.1793243 178.884425,35.2418868 178.832329,35.2686061 L178.195258,35.7568485 C178.139861,35.793697 178.07523,35.793697 178.052148,35.7568485 L177.230418,34.4855758 C177.18887,34.4487273 177.128856,34.4487273 177.073459,34.4855758 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
124
- <path d="M200.285007,30.9020606 L198.563068,32.1687273 C198.544702,32.1887741 198.518735,32.200193 198.491513,32.200193 C198.464292,32.200193 198.438324,32.1887741 198.419958,32.1687273 L198.106039,31.7081212 C198.082474,31.6546151 198.104724,31.5920526 198.15682,31.5653333 L199.878759,30.2940606 C199.930855,30.2673413 199.953104,30.2047788 199.92954,30.1512727 L199.10781,28.8846061 C199.088576,28.8310174 199.109805,28.7713247 199.158591,28.7418182 L199.818745,28.2535758 C199.874142,28.2121212 199.938773,28.2121212 199.961855,28.2535758 L200.783584,29.5248485 C200.824122,29.5617421 200.886157,29.5617421 200.926695,29.5248485 L202.648633,28.2535758 C202.704031,28.2121212 202.768661,28.2121212 202.791743,28.2535758 L203.105662,28.7418182 C203.133361,28.7786667 203.105662,28.8431515 203.059498,28.8846061 L201.332943,30.1512727 C201.282162,30.1927273 201.259079,30.2572121 201.282162,30.2940606 L202.103891,31.5653333 C202.13159,31.6021818 202.103891,31.6666667 202.05311,31.7081212 L201.392957,32.1687273 C201.337559,32.2101818 201.277545,32.2101818 201.249847,32.1687273 L200.428117,30.9020606 C200.405035,30.8606061 200.354254,30.8606061 200.285007,30.9020606 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
125
- <path d="M230.176569,20.9990303 L228.45463,22.270303 C228.414093,22.3071967 228.352058,22.3071967 228.31152,22.270303 L227.997601,21.7820606 C227.982266,21.7300764 228.005332,21.6744583 228.052999,21.6484848 L229.774937,20.3818182 C229.830335,20.3403636 229.853417,20.2758788 229.825718,20.2390303 L229.003989,18.9677576 C228.980907,18.9309091 229.003989,18.8664242 229.05477,18.8249697 L229.71954,18.3367273 C229.770321,18.2998788 229.834951,18.2998788 229.858033,18.3367273 L230.679763,19.608 C230.698129,19.6280468 230.724096,19.6394657 230.751318,19.6394657 C230.778539,19.6394657 230.804507,19.6280468 230.822873,19.608 L232.544812,18.3367273 C232.600209,18.2998788 232.66484,18.2998788 232.687922,18.3367273 L233.006457,18.8249697 C233.025692,18.8785584 233.004463,18.9382511 232.955676,18.9677576 L231.229121,20.2390303 C231.178762,20.2673271 231.158663,20.3294938 231.182957,20.3818182 L232.00007,21.6484848 C232.027768,21.6899394 232.00007,21.7498182 231.949289,21.7912727 L231.284519,22.270303 C231.243981,22.3071967 231.181946,22.3071967 231.141409,22.270303 L230.319679,20.9990303 C230.296597,20.9621818 230.231967,20.9621818 230.176569,20.9990303 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
126
- <path d="M71.8182287,151.907879 L39.013682,71.6472727 C38.3764352,70.0673979 36.8427114,69.0308224 35.1358577,69.0264242 L4.66262204,69.0264242 C3.27738903,69.0405726 1.98612183,69.7278895 1.20290663,70.8679645 C0.419691425,72.0080396 0.242964977,73.457585 0.729400279,74.7517576 L30.3255091,154.998545 C30.9264372,156.657308 32.5048013,157.762182 34.2725802,157.762182 C41.1372524,157.734545 58.439735,157.674667 67.8942399,157.762182 C69.3114293,157.762182 70.6349291,157.055683 71.4227548,155.880305 C72.2105804,154.704927 72.3589175,153.214922 71.8182287,151.907879 Z" id="Path" fill="#313436" fill-rule="nonzero"></path>
127
- <path d="M71.8182287,151.907879 L39.013682,71.6472727 C38.3764352,70.0673979 36.8427114,69.0308224 35.1358577,69.0264199 L4.66262204,69.0264199 C3.03773294,69.024073 1.56058494,69.9670307 0.881743375,71.44 L29.679205,71.44 C31.3852801,71.446915 32.9177286,72.4826287 33.5570293,74.0608485 L66.361576,154.30303 C66.8207094,155.409235 66.7888403,156.6577 66.2738633,157.739152 L67.8942399,157.739152 C69.3053394,157.735393 70.6224237,157.032608 71.4090034,155.863706 C72.1955831,154.694803 72.3489318,153.21244 71.8182287,151.907879 Z" id="Path" fill="#494D4E" fill-rule="nonzero"></path>
128
- </g>
129
- </g>
130
- </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 / Challenges-Discover-Inefficiencies-in-Cargo-Movement</title>
4
+ <defs>
5
+ <linearGradient x1="36.0076741%" y1="94.4200558%" x2="74.8672993%" y2="-4.89316142%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
7
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="73.2144371%" y1="1.5291937%" x2="30.8991978%" y2="91.4735867%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
11
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="76.0678392%" y1="0.942539155%" x2="22.0163317%" y2="89.557373%" id="linearGradient-3">
14
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
15
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="0.0410937114%" y1="49.9635854%" x2="100.09925%" y2="49.9635854%" id="linearGradient-4">
18
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
19
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
20
+ </linearGradient>
21
+ </defs>
22
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Challenges-Discover-Inefficiencies-in-Cargo-Movement" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
23
+ <g id="discover-inefficiencies-in-cargo-movement" transform="translate(46.000000, 0.000000)">
24
+ <g id="Midlayer" transform="translate(43.000000, 0.000000)">
25
+ <rect id="Rectangle" stroke="#023852" x="0.175075529" y="0.230392157" width="304.636027" height="140.497745" rx="6.11"></rect>
26
+ <path d="M15.5356495,27.407451 L22.0226586,23.412451 L59.8021148,23.412451 L62.8152568,27.877451 L58.6456949,32.8078431 L63.4925227,38.7058824 L71.1359517,38.7058824 L71.1359517,29.992451 L75.2824773,33.9828431 L80.843429,33.9828431 L82.6863293,39.1528431 L64.1882175,56.7686275 L54.2227341,56.7686275 L54.2227341,63.3440196 L59.3229607,63.3440196 L65.575,70.3894118 L75.0981873,70.3894118 L82.276284,78.6098039 L88.0722054,78.6098039 L88.0722054,87.7701961 L69.0719033,107.26598 L69.0719033,121.126373 L61.8938066,114.78598 L61.8938066,94.8201961 L55.8444864,88.2401961 L55.8444864,77.6744118 L60.2490181,72.5044118 L56.3098187,68.0440196 L50.7488671,68.0440196 L34.7663142,50.4236275 L34.7663142,39.627451 L26.8879154,30.9370588 L20.6358761,30.9370588 L15.0749245,34.692451 C15.0749245,34.692451 15.5356495,26.7254902 15.5356495,27.407451 Z" id="Path" stroke="#023852"></path>
27
+ <polygon id="Path" stroke="#023852" points="54.641994 16.0491176 58.1941843 20.6753922 48.3899547 20.6753922 45.1787009 16.0491176"></polygon>
28
+ <path d="M85.0636707,19.6478431 L90.4725831,14.5054902 L105.851586,14.5054902 L109.399169,17.2471569 L109.399169,25.1311765 L96.5587613,37.4663725 L91.8225076,32.6696078 L91.8225076,27.1862745 C91.8225076,27.1862745 84.6398036,19.2193137 85.0636707,19.6478431 Z" id="Path" stroke="#023852"></path>
29
+ <path d="M139.820846,46.207451 L135.089199,46.207451 L132.048414,49.4605882 L132.048414,53.404902 L134.918731,56.1465686 L139.820846,51.1747059 L143.538897,51.1747059 L147.339879,55.0314706 L154.015785,55.0314706 L156.254909,52.7598039 L160.608761,52.7598039 L166.248036,58.4781373 L161.18006,63.597451 L150.297734,63.597451 L146.971299,60.2152941 L137.623187,60.2152941 L128.731193,69.2328431 L128.731193,77.7343137 L136.835347,85.9270588 L146.943656,85.9270588 L146.943656,97.2715686 L151.504834,101.879412 L151.504834,112.67098 L155.310423,116.527745 L159.954532,116.527745 L167.519637,108.860294 L167.519637,92.1292157 L176.457704,83.0241176 L163.294789,69.6613725 L165.828776,67.0948039 L175.633006,77.0293137 L181.714577,70.8640196 L174.891239,63.9430392 L177.595695,61.1783333 L181.396677,65.0304902 L185.957855,65.0304902 L192.633761,71.7994118 L202.437991,61.8602941 L212.573943,72.145 L216.204456,72.145 L216.204456,66.5971569 L222.378172,60.3627451 L222.378172,55.989902 L228.717749,55.989902 L238.351511,46.2258824 L238.351511,38.4939216 L245.953474,38.4939216 L251.02145,33.3561765 L251.02145,27.6977451 L238.858308,27.6977451 L235.729985,24.527549 L219.604607,24.527549 L214.647205,19.5188235 L199.143807,19.5188235 L194.347659,24.380098 L185.621526,24.380098 L180.521299,29.5547059 L165.510876,29.5547059 L160.456722,24.4215686 L152.163671,24.4215686 L146.321677,30.3472549 L146.321677,35.9411765 L153.550453,28.6147059 L156.314804,31.3794118 L151.919486,35.8351961 L151.919486,39.3509804 L143.0321,39.3509804 L139.903776,42.5211765 C139.903776,42.5211765 139.820846,46.8894118 139.820846,46.207451 Z" id="Path" stroke="#023852"></path>
30
+ <polygon id="Path" stroke="#023852" points="228.289275 100.096176 234.370846 94 244.843127 94 252.675453 101.833333 252.675453 112.661765 244.244184 112.661765 239.577039 107.975588 228.289275 107.975588"></polygon>
31
+ <path d="M236.665257,88.7240196 L244.036858,88.7240196 L247.925378,84.835 L240.254305,84.835 C240.254305,84.835 236.467145,88.5258824 236.665257,88.7240196 Z" id="Path" stroke="#023852"></path>
32
+ <polygon id="Path" stroke="#023852" points="242.530287 47.6589216 234.421526 55.754902 240.203625 55.754902 248.386103 47.5759804"></polygon>
33
+ <path d="M227.860801,75.4442157 L234.421526,75.4442157 L228.321526,81.5588235 L222.36435,81.5588235 C222.36435,81.5588235 227.966767,75.5686275 227.860801,75.4442157 Z" id="Path" stroke="#023852"></path>
34
+ <polygon id="Path" stroke="#023852" points="220.245015 72.3431373 217.499094 75.0940196 220.139048 77.7389216 222.995544 74.8820588"></polygon>
35
+ <polygon id="Path" stroke="#023852" points="228.920468 84.0516667 226.16994 86.802549 228.814502 89.447451 231.670997 86.5905882"></polygon>
36
+ <path d="M214.748565,77.3518627 L208.680816,77.3518627 L217.250302,85.9178431 L223.281193,85.9178431 C223.281193,85.9178431 214.697885,77.3518627 214.748565,77.3518627 Z" id="Path" stroke="#023852"></path>
37
+ <path d="M261.231118,108.454804 L255.859063,113.813725 L261.922205,113.813725 L266.930287,108.666765 C266.930287,108.666765 261.42923,108.454804 261.231118,108.454804 Z" id="Path" stroke="#023852"></path>
38
+ <path d="M177.936631,94.4193137 L173.071375,99.3543137 L173.071375,106.547157 L177.936631,101.681275 C177.936631,101.681275 177.862915,94.4193137 177.936631,94.4193137 Z" id="Path" stroke="#023852"></path>
39
+ <path d="M58.2632931,15.2842157 C58.0559668,15.2842157 61.6864804,11.8651961 61.6864804,11.8651961 L65.316994,15.4961765 L62.0919184,18.7216667 C62.0919184,18.7216667 58.3370091,15.2842157 58.2632931,15.2842157 Z" id="Path" stroke="#023852"></path>
40
+ <path d="M67.8555891,20.7352941 L74.0615559,20.7352941 L82.7692598,29.4441176 L76.3191088,29.4441176 C76.3191088,29.4441176 67.9246979,20.6477451 67.8555891,20.7352941 Z" id="Path" stroke="#023852"></path>
41
+ <path d="M113.26926,30.167549 L109.214879,34.222451 L112.670317,37.6783333 L116.563444,33.7985294 C116.563444,33.7985294 113.200151,30.167549 113.26926,30.167549 Z" id="Path" stroke="#023852"></path>
42
+ <path d="M132.522961,33.2686275 C132.744109,33.2686275 136.01065,36.7613725 136.01065,36.7613725 L136.01065,43.1432353 L132.610498,39.7426471 C132.610498,39.7426471 132.380136,33.2686275 132.522961,33.2686275 Z" id="Path" stroke="#023852"></path>
43
+ <path d="M42.847432,45.1568627 L40.1153323,47.8893137 C40.0294538,47.9730131 39.892525,47.9730131 39.8066465,47.8893137 L38.7608006,46.8387255 C38.7194364,46.7980155 38.6961419,46.7424036 38.6961419,46.6843627 C38.6961419,46.6263219 38.7194364,46.57071 38.7608006,46.53 L41.4652568,43.7745098 C41.5489454,43.6886203 41.5489454,43.5516738 41.4652568,43.4657843 L38.7331571,40.7333333 C38.6908377,40.6940942 38.6667856,40.6389901 38.6667856,40.5812745 C38.6667856,40.5235589 38.6908377,40.4684548 38.7331571,40.4292157 L39.779003,39.3786275 C39.8648815,39.2949281 40.0018103,39.2949281 40.0876888,39.3786275 L42.847432,42.1202941 C42.9317439,42.2034417 43.0671987,42.2034417 43.1515106,42.1202941 L45.8836103,39.3878431 C45.9679222,39.3046955 46.1033769,39.3046955 46.1876888,39.3878431 L47.238142,40.4384314 C47.2792378,40.4783454 47.3024277,40.5331977 47.3024277,40.5904902 C47.3024277,40.6477827 47.2792378,40.702635 47.238142,40.742549 L44.5060423,43.475 C44.4223537,43.5608895 44.4223537,43.697836 44.5060423,43.7837255 L47.238142,46.5115686 C47.2795062,46.5522786 47.3028007,46.6078905 47.3028007,46.6659314 C47.3028007,46.7239722 47.2795062,46.7795841 47.238142,46.8202941 L46.1876888,47.8708824 C46.1033769,47.95403 45.9679222,47.95403 45.8836103,47.8708824 L43.1422961,45.1568627 C43.1033493,45.1174661 43.0502585,45.0952954 42.994864,45.0952954 C42.9394696,45.0952954 42.8863787,45.1174661 42.847432,45.1568627 L42.847432,45.1568627 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
44
+ <path d="M99.6870846,24.8178431 L96.9595921,27.5456863 C96.9195412,27.5882535 96.8636922,27.6123903 96.8052492,27.6123903 C96.7468063,27.6123903 96.6909573,27.5882535 96.6509063,27.5456863 L95.6004532,26.4997059 C95.5167646,26.4138164 95.5167646,26.2768699 95.6004532,26.1909804 L98.3325529,23.4585294 C98.3748722,23.4192903 98.3989244,23.3641862 98.3989244,23.3064706 C98.3989244,23.248755 98.3748722,23.1936508 98.3325529,23.1544118 L95.6004532,20.4219608 C95.5173163,20.337638 95.5173163,20.2021659 95.6004532,20.1178431 L96.6509063,19.0672549 C96.6909573,19.0246877 96.7468063,19.0005508 96.8052492,19.0005508 C96.8636922,19.0005508 96.9195412,19.0246877 96.9595921,19.0672549 L99.6870846,21.7997059 C99.7729631,21.8834053 99.9098919,21.8834053 99.9957704,21.7997059 L102.741692,19.0672549 C102.780926,19.0249301 102.836023,19.0008749 102.893731,19.0008749 C102.951439,19.0008749 103.006536,19.0249301 103.04577,19.0672549 L104.096224,20.1178431 C104.17936,20.2021659 104.17936,20.337638 104.096224,20.4219608 L101.359517,23.1544118 C101.27638,23.2387345 101.27638,23.3742067 101.359517,23.4585294 L104.091616,26.1909804 C104.175305,26.2768699 104.175305,26.4138164 104.091616,26.4997059 L103.041163,27.5456863 C103.001929,27.5880111 102.946832,27.6120663 102.889124,27.6120663 C102.831416,27.6120663 102.776319,27.5880111 102.737085,27.5456863 L99.9773414,24.8178431 C99.8949079,24.7433923 99.7695181,24.7433923 99.6870846,24.8178431 L99.6870846,24.8178431 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
45
+ <path d="M71.9744713,83.5494118 L69.2469789,86.2818627 C69.2069279,86.3244299 69.1510789,86.3485668 69.092636,86.3485668 C69.034193,86.3485668 68.978344,86.3244299 68.9382931,86.2818627 L67.8878399,85.245098 C67.804703,85.1607753 67.804703,85.0253031 67.8878399,84.9409804 L70.6199396,82.2085294 C70.7030765,82.1242067 70.7030765,81.9887345 70.6199396,81.9044118 L67.8878399,79.1719608 C67.8041513,79.0860713 67.8041513,78.9491248 67.8878399,78.8632353 L68.9382931,77.8172549 C68.978344,77.7746877 69.034193,77.7505508 69.092636,77.7505508 C69.1510789,77.7505508 69.2069279,77.7746877 69.2469789,77.8172549 L71.9744713,80.5497059 C72.0603498,80.6334053 72.1972786,80.6334053 72.2831571,80.5497059 L75.0152568,77.8172549 C75.0544908,77.7749301 75.1095879,77.7508749 75.1672961,77.7508749 C75.2250043,77.7508749 75.2801013,77.7749301 75.3193353,77.8172549 L76.3697885,78.8632353 C76.4534771,78.9491248 76.4534771,79.0860713 76.3697885,79.1719608 L73.6376888,81.9044118 C73.5545519,81.9887345 73.5545519,82.1242067 73.6376888,82.2085294 L76.3697885,84.9409804 C76.4529254,85.0253031 76.4529254,85.1607753 76.3697885,85.245098 L75.3193353,86.2956863 C75.2801013,86.3380111 75.2250043,86.3620663 75.1672961,86.3620663 C75.1095879,86.3620663 75.0544908,86.3380111 75.0152568,86.2956863 L72.2831571,83.5632353 C72.2010788,83.4755751 72.0640546,83.4694389 71.9744713,83.5494118 L71.9744713,83.5494118 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
46
+ <path d="M139.636556,79.2088235 L136.904456,81.9412745 C136.820144,82.0244221 136.68469,82.0244221 136.600378,81.9412745 L135.549924,80.8906863 C135.50856,80.8499763 135.485266,80.7943644 135.485266,80.7363235 C135.485266,80.6782827 135.50856,80.6226708 135.549924,80.5819608 L138.282024,77.8541176 C138.365713,77.7682281 138.365713,77.6312817 138.282024,77.5453922 L135.549924,74.8129412 C135.507605,74.7737021 135.483553,74.718598 135.483553,74.6608824 C135.483553,74.6031667 135.507605,74.5480626 135.549924,74.5088235 L136.600378,73.4582353 C136.68469,73.3750877 136.820144,73.3750877 136.904456,73.4582353 L139.636556,76.1906863 C139.720868,76.2738339 139.856323,76.2738339 139.940634,76.1906863 L142.672734,73.4582353 C142.758613,73.3745359 142.895541,73.3745359 142.98142,73.4582353 L144.027266,74.5088235 C144.069585,74.5480626 144.093637,74.6031667 144.093637,74.6608824 C144.093637,74.718598 144.069585,74.7737021 144.027266,74.8129412 L141.295166,77.5453922 C141.211478,77.6312817 141.211478,77.7682281 141.295166,77.8541176 L144.027266,80.5819608 C144.06863,80.6226708 144.091925,80.6782827 144.091925,80.7363235 C144.091925,80.7943644 144.06863,80.8499763 144.027266,80.8906863 L142.98142,81.9412745 C142.895541,82.0249739 142.758613,82.0249739 142.672734,81.9412745 L139.940634,79.2088235 C139.9014,79.1664987 139.846303,79.1424435 139.788595,79.1424435 C139.730887,79.1424435 139.67579,79.1664987 139.636556,79.2088235 L139.636556,79.2088235 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
47
+ <path d="M211.850604,59.7913725 L209.118505,62.5238235 C209.07927,62.5661483 209.024173,62.5902036 208.966465,62.5902036 C208.908757,62.5902036 208.85366,62.5661483 208.814426,62.5238235 L207.787009,61.4732353 C207.703872,61.3889125 207.703872,61.2534404 207.787009,61.1691176 L210.519109,58.4366667 C210.602246,58.3523439 210.602246,58.2168718 210.519109,58.132549 L207.787009,55.400098 C207.703872,55.3157753 207.703872,55.1803031 207.787009,55.0959804 L208.837462,54.0453922 C208.876696,54.0030674 208.931793,53.9790121 208.989502,53.9790121 C209.04721,53.9790121 209.102307,54.0030674 209.141541,54.0453922 L211.87364,56.7778431 C211.959519,56.8615425 212.096448,56.8615425 212.182326,56.7778431 L214.909819,54.0453922 C214.950523,54.0040226 215.006128,53.9807252 215.064162,53.9807252 C215.122195,53.9807252 215.1778,54.0040226 215.218505,54.0453922 L216.26435,55.0959804 C216.30667,55.1352195 216.330722,55.1903236 216.330722,55.2480392 C216.330722,55.3057548 216.30667,55.360859 216.26435,55.400098 L213.536858,58.132549 C213.494539,58.1717881 213.470486,58.2268922 213.470486,58.2846078 C213.470486,58.3423235 213.494539,58.3974276 213.536858,58.4366667 L216.26435,61.1691176 C216.30667,61.2083567 216.330722,61.2634608 216.330722,61.3211765 C216.330722,61.3788921 216.30667,61.4339962 216.26435,61.4732353 L215.218505,62.5238235 C215.1778,62.5651931 215.122195,62.5884905 215.064162,62.5884905 C215.006128,62.5884905 214.950523,62.5651931 214.909819,62.5238235 L212.182326,59.7913725 C212.140345,59.7437642 212.079935,59.7164906 212.016465,59.7164906 C211.952996,59.7164906 211.892585,59.7437642 211.850604,59.7913725 L211.850604,59.7913725 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
48
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="17.6065686" width="15.6922961" height="2.95823529"></rect>
49
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="24.0114706" width="15.6922961" height="2.95823529"></rect>
50
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="30.4209804" width="15.6922961" height="2.95823529"></rect>
51
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="36.8673529" width="15.6922961" height="2.95823529"></rect>
52
+ <rect id="Rectangle" fill="#28566C" fill-rule="nonzero" x="269.13716" y="43.2722549" width="15.6922961" height="2.95823529"></rect>
53
+ </g>
54
+ <g id="Ilus" transform="translate(0.000000, 102.000000)">
55
+ <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="29.4299163" y="222.610909" width="301.514686" height="4.61987879" rx="2.30993939"></rect>
56
+ <path d="M43.1638773,226.995879 L43.2146583,225.89503 L43.2654393,225.558788 C43.3245436,225.174886 43.4331618,224.800223 43.5885914,224.444121 C43.7420394,224.095733 43.9407092,223.768976 44.1794979,223.472242 C44.4149908,223.174339 44.688085,222.908053 44.9919944,222.68 C45.3012842,222.450644 45.6396977,222.263232 45.9983821,222.122667 L53.1308089,219.35903 L60.2586192,216.567758 L67.391046,213.804121 L74.5188563,210.957576 C75.9850484,210.381493 77.2631497,209.412324 78.2120223,208.157091 C78.6811764,207.537942 79.0661454,206.859568 79.3569038,206.139636 C79.650005,205.400931 79.8425332,204.626356 79.9293445,203.836606 C80.0161558,204.626356 80.208684,205.400931 80.5017852,206.139636 C80.7925435,206.859568 81.1775126,207.537942 81.6466667,208.157091 C82.11363,208.775722 82.663506,209.327459 83.2808926,209.796848 C83.9102978,210.276605 84.6031738,210.667214 85.3398326,210.957576 L92.4722594,213.744242 L99.6046862,216.507879 L106.732497,219.299152 L113.864923,222.062788 C114.223608,222.203353 114.562021,222.390765 114.871311,222.620121 C115.17522,222.848174 115.448315,223.114461 115.683808,223.412364 C115.920955,223.710241 116.119491,224.036779 116.274714,224.384242 C116.430696,224.739798 116.537843,225.114742 116.59325,225.498909 L116.644031,225.835152 L116.699428,226.936 L120.951185,226.936 L120.849623,225.512727 L120.748061,224.849455 C120.633155,224.095361 120.418947,223.359709 120.11099,222.661576 C119.809649,221.976432 119.421804,221.332511 118.956876,220.745455 C118.490696,220.159733 117.950731,219.636465 117.350349,219.188606 C116.744087,218.736283 116.07949,218.36755 115.374505,218.092364 L108.269777,214.868121 L101.160432,211.643879 L94.0557043,208.419636 L86.9509763,205.195394 C86.5394352,205.033154 86.1549661,204.809515 85.8107113,204.532121 C85.474676,204.263555 85.1819669,203.945096 84.9428173,203.587879 C84.6984282,203.227662 84.5086484,202.833436 84.3796095,202.417939 C84.2479011,201.991178 84.1809898,201.547142 84.1811018,201.100606 L84.1534031,200.128727 L84.1303208,199.152242 L84.102622,198.180364 L84.0795397,197.208485 C84.0799062,196.762757 83.9920518,196.321344 83.8210181,195.909576 C83.6537324,195.515652 83.414187,195.156362 83.1147001,194.850182 C82.8132105,194.548909 82.457751,194.306741 82.0667643,194.136242 C81.6609635,193.963691 81.2245039,193.874403 80.7833891,193.873697 L79.0752999,193.873697 C78.6341851,193.874403 78.1977255,193.963691 77.7919247,194.136242 C77.400938,194.306741 77.0454785,194.548909 76.7439888,194.850182 C76.1231458,195.478498 75.7763437,196.326167 75.7791492,197.208485 L75.7791492,198.180364 L75.7514505,199.152242 L75.7283682,200.128727 L75.7006695,201.100606 C75.7007815,201.547142 75.6338702,201.991178 75.5021618,202.417939 C75.3731228,202.833436 75.183343,203.227662 74.938954,203.587879 C74.697756,203.949042 74.4018617,204.270685 74.0618271,204.541333 C73.7175722,204.818727 73.3331031,205.042367 72.9215621,205.204606 L65.816834,208.428848 L58.7074895,211.653091 L51.6027615,214.877333 L44.4980335,218.101576 C43.7838039,218.391043 43.1127725,218.776946 42.5037238,219.248485 C41.9033417,219.696344 41.3633762,220.219612 40.8971967,220.805333 C40.432269,221.39239 40.0444239,222.036311 39.7430823,222.721455 C39.4351258,223.419588 39.2209171,224.15524 39.1060112,224.909333 L39.0044491,225.572606 L38.902887,226.995879 L43.1638773,226.995879 Z" id="Path" fill="#CED6DB" fill-rule="nonzero"></path>
57
+ <polygon id="Path" fill="#023852" fill-rule="nonzero" points="77.3071967 196.420848 79.9339609 196.420848 82.5607252 196.420848 82.5607252 183.095515 82.5607252 169.770182 79.9339609 169.770182 77.3071967 169.770182 77.3071967 183.095515"></polygon>
58
+ <path d="M76.9701953,172.639758 L83.4332357,172.639758 C83.87176,172.627753 84.2810715,172.417627 84.545802,172.068606 C84.8526832,171.673773 85.0155181,171.186368 85.0074477,170.686788 L85.0074477,157.006788 L75.3959833,157.006788 L75.3959833,170.686788 C75.3856622,171.186712 75.5487408,171.674846 75.857629,172.068606 C76.1223595,172.417627 76.5316709,172.627753 76.9701953,172.639758 Z" id="Path" fill="#CED6DB" fill-rule="nonzero"></path>
59
+ <path d="M131.730614,209.43297 L131.352064,225.024485 C131.320852,225.942898 132.038341,226.714313 132.958591,226.751758 L138.895356,226.968242 C139.533295,226.988316 140.126692,226.643097 140.423403,226.079273 L140.423403,226.079273 C140.767664,225.430353 141.496841,225.082483 142.219205,225.222545 L149.310084,226.659636 C149.422555,226.681987 149.537025,226.69279 149.651702,226.691879 L168.491464,226.553697 C169.057299,226.543338 169.580361,226.251022 169.884796,225.775025 C170.18923,225.299029 170.234604,224.702571 170.005662,224.186182 L168.463766,220.653333 C168.243627,220.145473 167.78532,219.779653 167.240404,219.676848 L152.398494,216.913212 C151.825384,216.801716 151.350589,216.402882 151.142817,215.858424 L148.788424,209.658667 C148.55579,209.041329 147.980314,208.618819 147.320391,208.580848 L133.471018,207.802424 C133.022947,207.786286 132.586993,207.949481 132.260139,208.255703 C131.933285,208.561925 131.74264,208.985777 131.730614,209.43297 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
60
+ <path d="M170.001046,224.126303 L168.459149,220.598061 C168.237581,220.090429 167.780308,219.723713 167.235788,219.61697 L152.393877,216.853333 C151.819169,216.745183 151.342941,216.345144 151.138201,215.798545 L148.783808,209.575758 C148.550654,208.958098 147.975997,208.534387 147.315774,208.493333 L144.416639,208.332121 L147.892831,218.368727 C148.099098,218.914249 148.574603,219.31368 149.148508,219.423515 L163.990418,222.187152 C164.536335,222.290889 164.994853,222.658604 165.21378,223.168242 L166.663347,226.48 L168.50993,226.48 C169.066942,226.458104 169.577516,226.164228 169.875361,225.694087 C170.173205,225.223945 170.220203,224.637705 170.001046,224.126303 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
61
+ <path d="M166.834156,160.332364 L172.590879,165.55103 C172.880382,165.81356 173.236415,165.991973 173.620349,166.066909 L192.086179,169.627394 C192.799393,169.767826 193.393279,170.258151 193.665007,170.930909 L194.472887,172.916121 C194.706004,173.482349 194.68852,174.120487 194.424747,174.673163 C194.160975,175.225838 193.675464,175.641608 193.08795,175.817939 L176.787238,180.645091 C176.5554,180.714185 176.313226,180.742245 176.071688,180.728 L167.762064,180.29503 C167.593656,180.287412 167.424918,180.298224 167.25887,180.327273 L160.047964,181.709091 C159.085595,181.886816 158.125191,181.38967 157.716653,180.502303 L152.63855,169.599758 C152.176506,168.604537 152.526208,167.421774 153.455662,166.836121 L164.31357,160.125091 C165.107883,159.633014 166.131308,159.717172 166.834156,160.332364 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
62
+ <path d="M194.454421,172.916121 L193.646541,170.930909 C193.374813,170.258151 192.780927,169.767826 192.067713,169.627394 L173.601883,166.066909 C173.21795,165.991973 172.861916,165.81356 172.572413,165.55103 L166.81569,160.332364 C166.114251,159.694831 165.074043,159.598941 164.267406,160.097455 L161.451367,161.838545 C161.93642,161.864945 162.397654,162.056828 162.757824,162.382061 L168.519163,167.600727 C168.808666,167.863257 169.1647,168.04167 169.548633,168.116606 L188.014463,171.677091 C188.727677,171.817523 189.321563,172.307848 189.593291,172.980606 L190.401172,174.965818 C190.618198,175.494148 190.618198,176.086458 190.401172,176.614788 L193.083333,175.817939 C193.668325,175.638593 194.150481,175.221581 194.411443,174.669272 C194.672405,174.116963 194.688008,173.480499 194.454421,172.916121 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
63
+ <path d="M53.504742,136.164364 L59.4599721,144.317091 C59.8253872,144.815785 60.0226044,145.417395 60.0231799,146.035152 L60.0231799,152.02303 C60.0170359,152.784889 60.3148011,153.517912 60.8508389,154.060519 C61.3868767,154.603125 62.1171798,154.910769 62.8807671,154.915636 L104.678173,154.915636 C105.179716,154.915712 105.67218,154.78214 106.104658,154.528727 L131.882957,139.549818 C132.545983,139.165794 133.336485,139.065626 134.074674,139.272096 C134.812863,139.478566 135.435988,139.974124 135.802329,140.646061 L151.475202,168.945697 C151.861848,169.656872 152.535255,170.16877 153.325099,170.351918 C154.114944,170.535066 154.945586,170.371925 155.606932,169.903758 L166.335579,162.308364 C167.524224,161.455925 167.898877,159.858382 167.212706,158.568242 L143.571827,114.073697 C143.210218,113.390908 142.587657,112.882687 141.845272,112.664242 L132.427699,109.900606 C131.989,109.776498 131.527119,109.757559 131.079693,109.845333 L61.6297071,123.861576 C60.9976297,123.991236 60.4281451,124.330534 60.013947,124.824242 L53.6293863,132.576242 C52.7688237,133.602534 52.7174616,135.081087 53.504742,136.164364 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
64
+ <path d="M156.622552,141.599515 C156.652118,140.400199 155.857564,139.335575 154.69749,139.020121 L140.912748,135.307636 C140.247929,135.128385 139.538726,135.224725 138.946137,135.574788 L132.395384,139.379394 C133.691217,138.969292 135.096565,139.533255 135.746932,140.724364 L151.419805,169.042424 C151.812441,169.754623 152.493222,170.263832 153.288489,170.44016 C154.083757,170.616488 154.916616,170.442886 155.574616,169.963636 L163.88424,164.072485 L156.622552,141.599515 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
65
+ <path d="M133.461785,138.642424 L107.332636,153.796364 L126.795621,158.162909 C127.926037,158.448037 128.730309,159.445946 128.766848,160.608727 L130.613431,208.631515 C130.655027,210.016145 131.778205,211.124635 133.166332,211.15103 L150.542678,211.390625 C151.270059,211.396222 151.966773,211.09858 152.464654,210.569461 C152.962534,210.040343 153.216346,209.327822 153.164826,208.603879 L150.718103,169.50303 C150.713433,169.432481 150.713433,169.361701 150.718103,169.291152 L151.142817,144.662545 C151.16739,143.464819 150.374872,142.402923 149.217755,142.083152 L135.433013,138.398303 C134.769689,138.212949 134.059563,138.300893 133.461785,138.642424 L133.461785,138.642424 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
66
+ <polygon id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="130.165635 110.955394 67.1694561 145.48703 58.4351185 123.70497"></polygon>
67
+ <path d="M99.1061088,127.127273 C96.5095772,123.932474 92.4375069,122.310801 88.3497629,122.843636 L61.5743096,126.873939 C61.86053,127.532606 62.1698326,128.186667 62.4976011,128.831515 L88.6359833,124.907152 C92.0207045,124.470344 95.3906293,125.814233 97.5411297,128.458424 C99.6331593,130.971805 100.285142,134.380918 99.2676848,137.486303 L93.5709763,155.339394 C94.2819107,155.339394 94.9928452,155.385455 95.7037796,155.399273 L101.21583,138.121939 C102.428667,134.337336 101.634246,130.197265 99.1061088,127.127273 L99.1061088,127.127273 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
68
+ <path d="M200.414268,227.700606 L238.135342,108.795152 C239.472037,104.452719 243.489385,101.486651 248.042259,101.480727 L249.164059,101.480727 C253.696668,101.513204 257.685262,104.473214 259.020195,108.795152 L296.625858,227.696 L300.628326,227.696 L262.602566,107.616 C260.78325,101.732606 255.353309,97.703334 249.182524,97.657697 L248.046876,97.657697 C241.846304,97.6637764 236.374045,101.702223 234.552971,107.616 L196.808815,227.71903 L200.414268,227.700606 Z" id="Path" fill="#CED6DB" fill-rule="nonzero"></path>
69
+ <polygon id="Path" fill="#9DADB7" fill-rule="nonzero" points="186.380237 76.4099394 209.40251 76.4099394 219.512552 92.7292121 196.494895 92.7292121"></polygon>
70
+ <polygon id="Path" fill="#CED6DB" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="187.026541 77.4969697 210.044198 77.4969697 214.886862 85.2213333 191.869205 85.2213333"></polygon>
71
+ <path d="M185.29537,92.6186667 L219.406374,92.6186667 L219.406374,94.0649697 C219.406374,95.1893545 218.492822,96.1008485 217.3659,96.1008485 L183.481102,96.1008485 L183.481102,94.4242424 C183.483647,93.4263059 184.295177,92.6186667 185.29537,92.6186667 L185.29537,92.6186667 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
72
+ <path d="M210.261172,92.6186667 C208.557284,92.6313422 207.185608,94.0184792 207.195787,95.7185455 L207.195787,96.1008485 L216.017894,96.1008485 C217.930853,96.0856418 219.469952,94.5273351 219.457234,92.6186667 L210.261172,92.6186667 Z" id="Path" fill="#CED6DB" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
73
+ <path d="M148.354477,77.4693333 L246.177211,77.4693333 C248.449074,77.4580445 250.410113,75.8782106 250.899847,73.6647273 L265.875635,7.43418182 C266.293107,5.61851873 265.465011,3.74497957 263.839777,2.82812121 L260.912943,1.1929697 C259.757403,0.548929469 258.445212,0.237966017 257.122831,0.294787879 L162.679344,4.35733333 L142.006848,71.2281212 L144.9106,75.6130909 C145.672767,76.7701828 146.966742,77.4676325 148.354477,77.4693333 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
74
+ <path d="M144.776722,73.3238788 L242.733333,73.3238788 C244.091715,73.3184005 245.264152,72.3726082 245.553989,71.0484848 L260.788298,3.8 C260.990027,2.93720212 260.788272,2.02968389 260.239827,1.33291026 C259.691383,0.636136623 258.855561,0.225459868 257.967643,0.216484848 L159.98795,0.216484848 C158.630183,0.223686826 157.458692,1.168717 157.167294,2.49187879 L141.956067,69.7403636 C141.754339,70.6031615 141.956094,71.5106797 142.504538,72.2074534 C143.052982,72.904227 143.888805,73.3149038 144.776722,73.3238788 Z" id="Path" fill="#25546A" fill-rule="nonzero"></path>
75
+ <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="241.468424 61.1684848 253.715886 4.01648485 161.257476 4.01648485 149.005397 61.1684848"></polygon>
76
+ <rect id="Rectangle" fill="#023852" fill-rule="nonzero" x="76.019205" y="95.5619394" width="248.6147" height="6.05236364"></rect>
77
+ <path d="M150.745802,86.566303 L137.921283,96.142303 L143.798033,94.7144242 L152.107657,88.3350303 C152.386626,88.1205612 152.547349,87.7869719 152.54098,87.4356457 C152.534611,87.0843196 152.361902,86.7567478 152.075342,86.5524848 L152.075342,86.5524848 C151.677356,86.2648172 151.137696,86.2704259 150.745802,86.566303 L150.745802,86.566303 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
78
+ <path d="M87.6065132,40.0727273 C87.6065132,40.0727273 89.4530962,38.608 90.3763877,37.848" id="Path" fill="#023852" fill-rule="nonzero"></path>
79
+ <path d="M114.515844,35.0060606 L106.977169,24.4121212 C106.968213,24.3941575 106.953625,24.3796019 106.935621,24.3706667 L101.751339,20.7963636 C101.722321,20.7781273 101.688687,20.7687246 101.654393,20.7687246 L92.4953417,20.9253333 C92.4625423,20.9290842 92.4309974,20.9401 92.4030126,20.9575758 L86.1015481,25.1675152 C86.0702295,25.1859548 86.0471211,25.2155987 86.0369177,25.2504242 L83.4609344,32.2608485 L83.4609344,32.2930909 L81.0465272,36.3049697 C81.0379475,36.3216948 81.0252369,36.335962 81.0095955,36.3464242 L76.0884519,40.4918788 C76.0173969,40.5500032 76.0051583,40.653797 76.0607531,40.7267879 L89.4069317,58.8930909 L89.4392469,58.9299394 L93.0447001,61.7350303 C93.7479352,62.2826397 94.7301198,62.2976872 95.4498745,61.7718788 L98.482887,59.5655758 C98.5817944,59.4959232 98.6955906,59.4501919 98.815272,59.432 L100.200209,59.206303 C100.424226,59.1741409 100.621349,59.0418909 100.735718,58.8470303 L100.897294,58.5752727 C101.02295,58.3614588 101.24521,58.2222142 101.492817,58.2021818 L101.598996,58.2021818 C101.842264,58.1837518 102.061965,58.0501733 102.189902,57.8429091 L104.096499,54.7107879 C104.120343,54.6709657 104.159425,54.6425614 104.204727,54.6321308 C104.250028,54.6217002 104.297633,54.6301447 104.336555,54.6555152 L106.035411,55.7195152 C106.161303,55.8001831 106.325698,55.7869858 106.437043,55.6872727 L107.291088,54.9549091 C107.387289,54.8705391 107.453664,54.7574715 107.480363,54.6324848 C107.480363,54.6324848 108.629861,49.3907879 108.925314,48.0550303 C108.970241,47.8503514 109.051543,47.6553543 109.16537,47.4792727 L114.151144,39.6950303 C114.454347,39.2271827 114.614734,38.6814958 114.612807,38.1243636 C114.612807,36.9774545 114.552775,35.0981818 114.552775,35.0981818 C114.550177,35.0644336 114.537289,35.0322871 114.515844,35.0060606 L114.515844,35.0060606 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
80
+ <path d="M84.2272664,30.1927273 L83.4609344,32.2838788 L83.4609344,32.3161212 L81.0465272,36.328 C81.0368445,36.3452791 81.0243657,36.3608424 81.0095955,36.3740606 L76.0884519,40.5195152 C76.0173969,40.5776396 76.0051583,40.6814334 76.0607531,40.7544242 L80.2478801,46.4521212 L87.634212,40.0589091 L84.4026918,30.2940606 L84.2272664,30.1927273 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
81
+ <path d="M116.334728,41.4545455 L114.617406,38.0921212 L113.731046,36.3878788 C113.572734,36.0759734 113.28097,35.8527227 112.938,35.7810583 C112.59503,35.7093939 112.238003,35.7970782 111.967559,36.0193939 L108.85145,38.5619394 C108.698061,38.6898381 108.571058,38.8462767 108.477517,39.0225455 L105.195216,45.1117576 C104.942149,45.5849551 105.010243,46.165204 105.366025,46.5672727 C105.956932,47.2259394 106.921771,48.2991515 107.997406,49.4875152 C108.265787,49.7868063 108.378507,50.1940712 108.302092,50.5883636 L107.591158,54.185697 L107.540377,54.4574545 L107.540377,54.4989091 L107.508061,54.6647273 C107.481362,54.7897139 107.414988,54.9027816 107.318787,54.9871515 L106.464742,55.7195152 C106.353396,55.8192282 106.189002,55.8324255 106.06311,55.7517576 L104.331939,54.6647273 C104.292224,54.6394218 104.243976,54.6311218 104.198061,54.641697 L104.461199,56.4288485 C104.518096,56.8121947 104.658326,57.1784889 104.872064,57.5020606 L105.869219,58.9944242 C106.070937,59.2963174 106.145555,59.6652579 106.07696,60.0215758 L104.692022,67.105697 L111.616709,71.6841212 L113.366346,65.0698182 C113.41049,64.900509 113.441359,64.7280285 113.458675,64.5539394 C113.661799,62.3522424 115.102134,46.8758788 115.102134,46.6870303 C115.102134,46.4981818 115.974644,44.0477576 116.413208,42.8041212 C116.570298,42.362078 116.542002,41.8754957 116.334728,41.4545455 L116.334728,41.4545455 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
82
+ <path d="M104.211911,54.641697 L104.211911,54.641697 C104.257825,54.6311218 104.306074,54.6394218 104.345788,54.6647273 L106.044644,55.7287273 C106.170536,55.8093952 106.334931,55.7961979 106.446276,55.6964848 L107.300321,54.9641212 C107.396522,54.8797513 107.462897,54.7666836 107.489596,54.641697 L107.521911,54.4758788 L107.521911,54.4758788 L107.591158,54.1626667 L107.591158,54.1626667 L108.302092,50.5699394 C108.380297,50.1733742 108.265557,49.7632908 107.992789,49.4644848 L105.366025,46.5442424 C105.007143,46.1453803 104.938736,45.5643134 105.195216,45.0933333 L108.334407,39.2712727 C108.344655,39.2470892 108.337916,39.2190659 108.317788,39.2021535 C108.297659,39.1852411 108.268835,39.1833851 108.246695,39.1975758 L100.066332,46.0099394 C99.6750639,46.3355216 99.4435758,46.8136799 99.4311962,47.321866 C99.4188165,47.830052 99.6267488,48.3188666 100.001702,48.6630303 L102.771576,51.2101818 C103.182452,51.5910473 103.358436,52.1617068 103.233222,52.7071515 L102.02371,58.0087273 C102.082741,57.9636811 102.135522,57.9110196 102.180669,57.8521212 L104.087266,54.72 C104.111444,54.6814251 104.149391,54.6534405 104.193445,54.641697 L104.211911,54.641697 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
83
+ <path d="M99.7154812,42.6889697 L102.106806,38.2441212 C102.224272,38.0363614 102.381056,37.8533375 102.568452,37.7052121 L108.154365,33.0991515 C108.41624,32.8795998 108.79135,32.8571438 109.077657,33.0438788 L114.668187,36.6273939 L116.750209,35.7061818 C117.319944,35.4551394 117.751956,34.9691137 117.933685,34.3747379 C118.115414,33.7803621 118.028863,33.1365002 117.696583,32.6109091 L110.273319,20.897697 C109.451782,19.6025177 108.159713,18.6748514 106.667866,18.3090909 L96.9733054,15.9461818 C96.084734,15.7298321 95.1488765,15.8207712 94.3188424,16.2041212 L88.3543794,18.9677576 C87.2389766,19.4878487 86.4145426,20.477644 86.1061646,21.6669091 L83.7979358,30.5059394 C83.7443163,30.7117976 83.6716809,30.9122516 83.5809623,31.1047273 L81.0603766,36.3556364 L87.1079358,39.7595152 C87.43547,39.937121 87.8379168,39.9007825 88.1281729,39.6673939 C88.5898187,39.294303 89.3284519,38.7093333 89.9193584,38.230303 C90.2296909,37.9764035 90.4175861,37.6031334 90.4364017,37.2031515 L90.510265,35.5726061 C90.5162682,35.4163756 90.5785557,35.2675494 90.6856904,35.1534545 L94.9420642,30.7132121 C95.1049152,30.5469966 95.3435152,30.4787286 95.5699024,30.5335758 L96.7378661,30.8283636 C96.9509888,30.8730171 97.1256986,31.0246723 97.1995119,31.2290909 L98.5382845,35.0889697 C98.7228895,35.6085338 98.6810351,36.1814834 98.4228731,36.6688485 L96.2069735,40.814303 C96.1568228,40.9088716 96.1466571,41.0195229 96.1787405,41.1216124 C96.2108239,41.223702 96.2824919,41.3087514 96.3777824,41.3578182 L99.2169038,42.8409697 C99.3979521,42.9194275 99.6093041,42.8549932 99.7154812,42.6889697 L99.7154812,42.6889697 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
84
+ <path d="M117.659651,32.601697 L110.236388,20.8884848 C109.414851,19.5933056 108.122782,18.6656393 106.630934,18.2998788 L96.9363738,15.9369697 C96.0478023,15.72062 95.1119448,15.8115591 94.2819107,16.1949091 L88.3174477,18.9585455 C87.2020449,19.4786366 86.3776109,20.4684319 86.0692329,21.657697 L85.5429568,23.6751515 C85.8759819,23.3517458 86.2615285,23.0869875 86.6832218,22.8921212 L92.6430683,20.1284848 C93.4721712,19.7421558 94.4085451,19.6495417 95.2975314,19.8659394 L104.992092,22.2334545 C106.485381,22.5960927 107.778518,23.5245251 108.597545,24.8220699 L115.757671,36.1161212 L116.713278,35.6969697 C117.283012,35.4459272 117.715024,34.9599016 117.896754,34.3655258 C118.078483,33.77115 117.991932,33.127288 117.659651,32.601697 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
85
+ <path d="M105.947699,59.1095758 C106.100909,59.390837 106.151493,59.7164477 106.090809,60.0307879 L104.74742,66.9030303 L108.214379,69.0494545 L109.193068,63.9827879 C109.2845,63.5032084 109.155756,63.0079848 108.842218,62.6332121 L105.947699,59.1095758 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
86
+ <path d="M88.2943654,71.1221818 L94.9651464,82.5728485 C95.0794089,82.7709928 95.2878842,82.8964646 95.5168454,82.9048908 C95.7458066,82.9133171 95.9629798,82.8035102 96.0915621,82.614303 L101.169665,75.2446061 C101.415499,74.8862244 101.606845,74.4935294 101.73749,74.0792727 L104.211911,66.2489697 C104.24928,66.1092859 104.350213,65.9952128 104.484498,65.9408955 C104.618783,65.8865782 104.770837,65.8983199 104.895146,65.9726061 L111.256625,69.385697 C111.584966,69.5561771 111.85616,69.8187554 112.036806,70.1410909 L112.747741,71.3801212 C113.0484,71.9017348 113.089332,72.5330536 112.858536,73.0889697 L101.100418,101.443879 L89.3792329,101.356364 L84.6935286,91.0019394 L88.2943654,71.1221818 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
87
+ <path d="M98.8198884,78.6484848 L96.0915621,82.614303 C95.9629798,82.8035102 95.7458066,82.9133171 95.5168454,82.9048908 C95.2878842,82.8964646 95.0794089,82.7709928 94.9651464,82.5728485 L88.2943654,71.1221818 L84.698145,91.0019394 L89.3838494,101.356364 L101.105035,101.443879 L112.138368,74.8669091 C108.297476,76 102.203752,77.7410909 98.8198884,78.6484848 Z" id="Path" fill="#BBC6CE" fill-rule="nonzero" opacity="0.52" style="mix-blend-mode: multiply;"></path>
88
+ <path d="M75.8391632,40.1233939 L77.8750209,41.1781818 C78.6732434,41.5923697 79.3736309,42.1718325 79.9293445,42.8778182 L91.4935704,57.6172121 C91.8745544,58.1131556 91.8745544,58.8024807 91.4935704,59.2984242 L88.5759693,63.1813333 C87.9619475,64.0017451 87.707137,65.0353085 87.8696513,66.046303 L90.1224826,79.7493333 L89.4530962,91.4441212 L83.4286192,119.674667 L74.5604045,121.222303 L69.0437378,121.917818 L53.1538912,124.824242 L42.7807113,105.184 C42.4387479,104.487355 42.3194979,103.702721 42.4390934,102.936242 L46.0630126,79.7631515 C46.144004,79.2522441 46.3923871,78.7825129 46.7693305,78.4273939 L46.7693305,78.4273939 C47.3017242,77.9319458 47.5686458,77.2149291 47.4894979,76.4928485 L47.2679079,74.3924848 C47.2186007,73.9473876 47.3004185,73.4976026 47.5033473,73.0981818 L57.793431,52.7900606 C58.2494674,51.8917393 58.97154,51.1552115 59.8616039,50.6804848 L70.8349233,44.8169697 C71.2491526,44.5995656 71.6028696,44.283045 71.8643933,43.8957576 L74.0479777,40.6024242 C74.433978,40.0086274 75.2072532,39.8018245 75.8391632,40.1233939 L75.8391632,40.1233939 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
89
+ <polygon id="Path" fill="#CCD4DA" fill-rule="nonzero" opacity="0.52" style="mix-blend-mode: multiply;" points="61.1726778 85.8984242 61.1726778 85.8984242 41.8066388 96.9391515 49.3129986 128.361697 85.1505579 118.633697 82.3852999 96.5476364"></polygon>
90
+ <polygon id="Path" fill="#98A6AD" fill-rule="nonzero" points="75.6868201 164.827879 79.9339609 164.827879 84.1811018 164.827879 84.1811018 159.761212 84.1811018 154.694545 79.9339609 154.694545 75.6868201 154.694545 75.6868201 159.761212"></polygon>
91
+ <path d="M126.518633,100.324606 L133.678759,92.8904242 C134.044391,92.5115818 134.484434,92.2120856 134.971367,92.0106667 L142.40848,88.9522424 C142.847724,88.7725525 143.351973,88.8702797 143.691855,89.2009697 L143.691855,89.2009697 C143.938495,89.440804 144.068512,89.7757346 144.048132,90.1187574 C144.027753,90.4617802 143.858988,90.7790393 143.585676,90.9881212 L139.172343,94.3597576 C139.088861,94.4205442 139.053741,94.5278185 139.085164,94.6260533 C139.116586,94.724288 139.207496,94.7914308 139.310837,94.7927273 L142.948605,94.8848485 C143.295962,94.8934049 143.635468,94.781034 143.908828,94.5670303 L146.678703,92.3745455 L147.03417,95.5757576 C147.10866,96.2375606 146.840827,96.8917532 146.323236,97.3122424 L145.889289,97.662303 C145.55244,97.9296852 145.316454,98.3031641 145.219902,98.721697 L144.195049,102.950061 C144.10783,103.301554 143.950854,103.632028 143.733403,103.921939 L141.651381,106.860606 C141.382194,107.233475 140.98711,107.496816 140.538815,107.602182 L130.613431,109.905212 L126.518633,100.324606 Z" id="Path" fill="#2BA8E0" fill-rule="nonzero"></path>
92
+ <path d="M143.008619,102.208485 C142.740921,102.582889 142.3452,102.846655 141.896053,102.950061 L130.401074,105.598545 L130.613431,109.900606 L140.538815,107.597576 C140.98711,107.49221 141.382194,107.228869 141.651381,106.856 L143.761102,103.917333 C143.978553,103.627422 144.135529,103.296948 144.222748,102.945455 L145.099874,99.3158788 L143.008619,102.208485 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero"></path>
93
+ <path d="M85.4737099,77.1653333 L86.2492748,70.1318788 C86.3272371,69.4094862 86.2404367,68.6788554 85.9953696,67.9946667 L82.8284798,59.2661818 C82.5713823,58.5580501 82.0837503,57.95637 81.4435425,57.5573333 L77.4641562,55.0332121 C76.6619711,54.525744 75.7140286,54.2973898 74.768145,54.3837576 L68.2127755,54.9779394 C67.4126808,55.0517349 66.670354,55.4253542 66.1353696,56.0235152 L61.3065551,61.5507879 C60.7941683,62.131974 60.4565419,62.8456192 60.3324826,63.609697 L57.784198,78.7866667 C57.5857751,79.5982706 57.729255,80.4555467 58.1812134,81.1587879 L72.3999024,103.429091 C72.8206332,104.092461 73.0373019,104.864306 73.0231241,105.649212 L72.9954254,106.957333 C72.970222,107.920008 73.2985923,108.85867 73.9187169,109.596606 L81.7666946,118.882424 C82.0882905,119.265531 82.5437069,119.512482 83.0408368,119.573333 L85.9584379,119.937212 C86.1740263,119.971806 86.3937701,119.971806 86.6093584,119.937212 L130.1841,110.955394 C130.889711,110.808309 131.387864,110.177312 131.366611,109.458424 L131.204338,104.304242 C131.183645,103.694372 130.955738,103.109645 130.558033,102.646061 L127.875872,99.5415758 C127.422378,99.0098564 126.714913,98.7663308 126.029289,98.9059394 L113.735662,101.36097 C113.462264,101.41555 113.182475,101.431059 112.9047,101.40703 L92.8508089,99.6981818 C92.1717094,99.6433537 91.5969337,99.1761405 91.4058577,98.5236364 L85.6445188,79.0814545 C85.4613925,78.4602552 85.4033401,77.8090284 85.4737099,77.1653333 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
94
+ <path d="M94.5358159,33.7670303 L93.0770153,35.1027879 C92.726345,35.4187856 92.697462,35.9580921 93.0123849,36.3095758 L94.0557043,37.4795152 C94.3678866,37.8295245 94.903216,37.8663606 95.2605997,37.5624242 L96.2346722,36.7379394 C96.5023164,36.5130472 96.6064157,36.1486091 96.4978103,35.8167273 L95.939219,34.1401212 C95.8473577,33.8627423 95.6215179,33.6502726 95.3385997,33.5750596 C95.0556815,33.4998466 94.7538255,33.5720298 94.5358159,33.7670303 Z" id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
95
+ <polygon id="Path" fill="#80CBEC" fill-rule="nonzero" points="154.563612 56.1432727 237.992232 56.4749091 238.38463 54.646303 154.956011 54.3192727"></polygon>
96
+ <polygon id="Path" fill="#80CBEC" fill-rule="nonzero" points="155.274547 52.8315152 238.703166 53.1631515 239.090948 51.3345455 155.666946 51.0075152"></polygon>
97
+ <polygon id="Path" fill="#FFE700" fill-rule="nonzero" points="170.698131 52.8913939 175.291506 52.9144242 175.577727 51.0858182 170.984351 51.0673939"></polygon>
98
+ <path d="M77.9581172,51.0075152 L85.8614923,59.7590303 C86.0912346,60.0144489 86.1063248,60.396825 85.8974224,60.6694765 C85.68852,60.9421279 85.3147417,61.027898 85.0074477,60.873697 L74.8512413,55.7149091 C74.3066479,55.4390462 73.8231307,55.0568628 73.4293724,54.5910303 L70.9087866,51.5878788 C70.7429293,51.3917045 70.699726,51.1199664 70.7965931,50.8822098 C70.8934603,50.6444532 71.1144336,50.4798621 71.3704324,50.4547879 L75.8530126,50.1461818 C76.6504288,50.0932109 77.4275705,50.4111894 77.9581172,51.0075152 Z" id="Path" fill="#CCD4DA" fill-rule="nonzero" opacity="0.52" style="mix-blend-mode: multiply;"></path>
99
+ <path d="M100.638773,122.309333 C98.0401451,119.114286 93.967482,117.49133 89.8778103,118.021091 L53.8694421,123.442424 L51.5612134,123.442424 L51.5612134,125.515152 L54.0125523,125.515152 L90.1686471,120.08 C93.5510947,119.642865 96.9191285,120.984953 99.0691771,123.626667 C101.156383,126.142546 101.804678,129.550604 100.786499,132.654545 L93.8895119,154.30303 C93.7844735,154.616601 93.8364098,154.961403 94.0291857,155.230317 C94.2219616,155.499231 94.5322244,155.65968 94.8635844,155.661818 C95.3118421,155.659255 95.7064155,155.366324 95.8376569,154.938667 L102.762343,133.317818 C103.974684,129.526649 103.174911,125.380662 100.638773,122.309333 L100.638773,122.309333 Z" id="Path" fill="#F1F4F5" fill-rule="nonzero"></path>
100
+ <path d="M116.427057,160.673212 C115.692225,160.671444 115.015102,160.275586 114.654338,159.636848 C114.002733,158.484077 112.781571,157.768501 111.455132,157.762182 L58.873682,157.762182 C56.9535962,157.761659 55.1029767,157.045419 53.6847838,155.753939 L46.9539888,149.660121 C46.1153291,148.892719 46.0455812,147.597103 46.7970293,146.744485 C47.1549477,146.337613 47.6617397,146.091335 48.2034734,146.061018 C48.7452071,146.030701 49.2764231,146.218888 49.6776987,146.583273 L56.4038773,152.681697 C57.0807065,153.293216 57.9605893,153.63289 58.873682,153.635152 L111.455132,153.635152 C114.243922,153.649717 116.810962,155.154478 118.181311,157.577939 C118.743285,158.563955 118.41075,159.817372 117.433445,160.396848 C117.127671,160.57447 116.780861,160.669707 116.427057,160.673212 Z" id="Path" fill="#313436" fill-rule="nonzero"></path>
101
+ <g id="Group" opacity="0.38" style="mix-blend-mode: multiply;" transform="translate(54.935844, 146.012121)" fill="#023852" fill-rule="nonzero">
102
+ <path d="M7.61253835,9.74181818 C9.03073121,11.0332982 10.8813507,11.7495375 12.8014365,11.7500606 L41.7604742,11.7500606 L37.2040307,7.60460606 L12.8014365,7.60460606 C11.88944,7.60384324 11.0104824,7.26389109 10.3362483,6.65115152 L3.60545328,0.552727273 C3.20417761,0.188342207 2.67296163,0.000155162941 2.13122791,0.0304724361 C1.58949419,0.0607897093 1.08270222,0.307067231 0.724783821,0.713939394 C-0.0280013544,1.56690741 0.0439136838,2.86461304 0.886359833,3.62957576" id="Path"></path>
103
+ </g>
104
+ <path d="M165.329191,14.4031515 L167.983654,13.0627879 L180.665063,13.0627879 L181.126709,14.5597576 L179.137015,16.2133333 L180.060307,18.1801212 L182.627057,18.1801212 L183.661144,15.2690909 L184.584435,16.6048485 L186.431018,16.6048485 L186.431018,18.3367273 L178.121395,24.2370909 L174.779079,24.2370909 L174.040446,26.4387879 L175.753152,26.4387879 L177.013445,28.801697 L180.203417,28.801697 L181.639135,31.5653333 L183.582664,31.5653333 L182.49318,34.6329697 L173.795774,41.1643636 L172.143082,45.8072727 L170.485774,43.6792727 L172.86325,36.9912727 L171.621423,34.7895758 L172.881715,31.2475152 L174.972971,29.5202424 L174.183556,28.0232727 L172.313891,28.0232727 L169.050056,22.1090909 L170.333431,18.4887273 L168.722287,15.577697 L166.621799,15.577697 L164.31357,16.8351515 C164.31357,16.8351515 165.412287,14.1636364 165.329191,14.4031515 Z" id="Path" stroke="#ADDDF3"></path>
105
+ <polygon id="Path" stroke="#ADDDF3" points="179.811018 10.5939394 180.452706 12.1461818 177.161172 12.1461818 176.634895 10.5939394"></polygon>
106
+ <path d="M189.602524,11.8007273 L192.026165,10.0780606 L197.19198,10.0780606 L198.059874,10.9992727 L197.136583,13.6385455 L191.356778,17.784 L190.341158,16.1764848 L190.992078,14.3340606 C190.992078,14.3340606 189.510195,11.6579394 189.602524,11.8007273 Z" id="Path" stroke="#ADDDF3"></path>
107
+ <path d="M204.827601,20.6996364 L203.23954,20.6996364 L201.83152,21.7912727 L201.369874,23.1086061 L202.006946,24.0298182 L204.245927,22.3624242 L205.492371,22.3624242 L206.309484,23.6567273 L208.553082,23.6567273 L209.573319,22.8967273 L211.036736,22.8967273 L212.250865,24.8082424 L209.942636,26.526303 L206.281785,26.526303 L205.561618,25.3932121 L202.427043,25.3932121 L198.369177,28.4101818 L197.358173,31.2613333 L199.093961,34.0249697 L202.487057,34.0249697 L201.139052,37.8249697 L202.122357,39.3726061 L200.8159,42.9699394 L201.633013,44.2642424 L203.193375,44.2642424 L206.646485,41.6940606 L208.663877,36.0838788 L212.763291,33.0346667 L209.92417,28.5575758 L211.078285,27.6962424 L213.188006,31.0264242 L215.95788,28.958303 L214.48523,26.6552727 L215.717824,25.7340606 L216.534937,27.0283636 L218.067601,27.0283636 L219.503319,29.2945455 L223.976667,25.9643636 L226.160251,29.409697 L227.378996,29.409697 L228.043766,27.5442424 L230.859805,25.4484848 L231.376848,23.9837576 L233.505035,23.9837576 L237.904519,20.7134545 L238.82781,18.1294545 L241.385328,18.1294545 L243.693556,16.4067879 L244.367559,14.513697 L240.277378,14.513697 L239.594142,13.4358788 L234.192887,13.4358788 L233.131102,11.7592727 L227.923738,11.7592727 L225.74477,13.3852121 L222.817936,13.3852121 L220.486625,15.121697 L215.43622,15.121697 L214.346736,13.4036364 L211.576862,13.4036364 L208.90855,15.3888485 L208.248396,17.2312727 L211.544547,14.7762424 L212.135453,15.6974545 L210.131911,17.1898182 L209.711813,18.3643636 L206.734198,18.3643636 L205.307713,19.4283636 C205.307713,19.4283636 204.744505,20.9299394 204.827601,20.6996364 Z" id="Path" stroke="#ADDDF3"></path>
108
+ <polygon id="Path" stroke="#ADDDF3" points="228.122245 38.7507879 230.89212 36.7149091 234.409861 36.7149091 236.1041 39.3357576 234.820725 42.9607273 231.990837 42.9607273 230.9706 41.3900606 227.189721 41.3900606"></polygon>
109
+ <path d="M232.28629,34.9415758 L234.765328,34.9415758 L236.533431,33.6380606 L233.957448,33.6380606 C233.377244,34.0421805 232.819376,34.4773214 232.28629,34.9415758 Z" id="Path" stroke="#ADDDF3"></path>
110
+ <polygon id="Path" stroke="#ADDDF3" points="239.132497 21.1878788 235.439331 23.9008485 237.382859 23.9008485 241.103724 21.1602424"></polygon>
111
+ <path d="M230.910586,30.4921212 L233.131102,30.4921212 L230.361227,32.5372121 L228.362301,32.5372121 C228.362301,32.5372121 230.933668,30.5289697 230.910586,30.4921212 Z" id="Path" stroke="#ADDDF3"></path>
112
+ <polygon id="Path" stroke="#ADDDF3" points="228.722385 29.4557576 227.471325 30.3769697 228.048382 31.2613333 229.345607 30.3032727"></polygon>
113
+ <polygon id="Path" stroke="#ADDDF3" points="230.241199 33.3755152 228.994756 34.2967273 229.567197 35.185697 230.864421 34.2276364"></polygon>
114
+ <path d="M226.280279,31.1323636 L224.244421,31.1323636 L226.091004,34.0019394 L228.117629,34.0019394 C228.117629,34.0019394 226.257197,31.1323636 226.280279,31.1323636 Z" id="Path" stroke="#ADDDF3"></path>
115
+ <polygon id="Path" stroke="#ADDDF3" points="238.209205 41.5512727 235.771715 43.3476364 237.807573 43.3476364 240.115802 41.6203636"></polygon>
116
+ <path d="M211.895397,36.8484848 L209.674881,38.5020606 L208.81622,40.9156364 L211.027503,39.2850909 C211.027503,39.2850909 211.867699,36.8484848 211.895397,36.8484848 Z" id="Path" stroke="#ADDDF3"></path>
117
+ <path d="M181.122092,10.3406061 C181.048229,10.3406061 182.673222,9.19369697 182.673222,9.19369697 L183.462636,10.414303 L182.003835,11.4875152 C182.003835,11.4875152 181.145174,10.3406061 181.122092,10.3406061 Z" id="Path" stroke="#ADDDF3"></path>
118
+ <path d="M183.693459,12.16 L185.780098,12.16 L187.668229,15.0802424 L185.498494,15.0802424 C185.498494,15.0802424 183.735007,12.1369697 183.693459,12.16 Z" id="Path" stroke="#ADDDF3"></path>
119
+ <path d="M197.819819,15.3243636 L195.973236,16.7061818 L196.725718,17.8669091 L198.489205,16.568 C198.489205,16.568 197.796736,15.3243636 197.819819,15.3243636 Z" id="Path" stroke="#ADDDF3"></path>
120
+ <path d="M203.913543,16.3653333 C204.193302,16.7369717 204.446303,17.1279316 204.670642,17.5352727 L203.913543,19.6724848 L203.174909,18.5347879 C203.174909,18.5347879 203.867378,16.3653333 203.913543,16.3653333 Z" id="Path" stroke="#ADDDF3"></path>
121
+ <path d="M172.812469,19.230303 L171.085914,20.4969697 C171.035132,20.5384242 170.970502,20.5384242 170.94742,20.4969697 L170.628884,20.0087273 C170.610251,19.9564754 170.631595,19.8983946 170.679665,19.8705455 L172.401604,18.5992727 C172.457001,18.5578182 172.480084,18.4979394 172.452385,18.4564848 L171.630656,17.1898182 C171.611421,17.1362295 171.63265,17.0765368 171.681437,17.0470303 L172.346206,16.5587879 C172.364573,16.5387411 172.39054,16.5273222 172.417762,16.5273222 C172.444983,16.5273222 172.47095,16.5387411 172.489317,16.5587879 L173.30643,17.8254545 C173.324796,17.8455014 173.350763,17.8569203 173.377985,17.8569203 C173.405206,17.8569203 173.431173,17.8455014 173.44954,17.8254545 L175.171478,16.5587879 C175.226876,16.5173333 175.291506,16.5173333 175.314589,16.5587879 L175.633124,17.0470303 C175.656206,17.0838788 175.633124,17.1483636 175.582343,17.1898182 L173.860404,18.4564848 C173.805007,18.4979394 173.781925,18.5578182 173.809623,18.5992727 L174.631353,19.8705455 C174.649986,19.9227973 174.628642,19.9808781 174.580572,20.0087273 L173.915802,20.4969697 C173.897436,20.5170165 173.871468,20.5284354 173.844247,20.5284354 C173.817025,20.5284354 173.791058,20.5170165 173.772692,20.4969697 L172.950962,19.230303 C172.92788,19.1888485 172.86325,19.1888485 172.812469,19.230303 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
122
+ <path d="M193.771185,13.4681212 L192.04463,14.7393939 C191.989233,14.7762424 191.929219,14.7762424 191.90152,14.7393939 L191.587601,14.2511515 C191.559902,14.209697 191.587601,14.1498182 191.638382,14.1083636 L193.360321,12.841697 C193.411102,12.8002424 193.434184,12.7357576 193.411102,12.6989091 L192.589372,11.4276364 C192.561674,11.3907879 192.589372,11.326303 192.640153,11.2848485 L193.300307,10.7966061 C193.355704,10.7597576 193.420335,10.7597576 193.443417,10.7966061 L194.265146,12.0678788 C194.288229,12.1047273 194.352859,12.1047273 194.408257,12.0678788 L196.130195,10.7966061 C196.185593,10.7597576 196.245607,10.7597576 196.273305,10.7966061 L196.587225,11.2848485 C196.610789,11.3383546 196.588539,11.4009171 196.536444,11.4276364 L194.814505,12.6989091 C194.765718,12.7284156 194.744489,12.7881083 194.763724,12.841697 L195.585453,14.1083636 C195.613152,14.1498182 195.585453,14.209697 195.534672,14.2511515 L194.879135,14.7393939 C194.823738,14.7762424 194.759107,14.7762424 194.736025,14.7393939 L193.914296,13.4681212 C193.891213,13.4312727 193.826583,13.4312727 193.771185,13.4681212 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
123
+ <path d="M177.073459,34.4855758 L175.35152,35.7568485 C175.296123,35.793697 175.231492,35.793697 175.20841,35.7568485 L174.894491,35.2686061 C174.866792,35.2317576 174.894491,35.1672727 174.945272,35.1258182 L176.667211,33.8591515 C176.717992,33.817697 176.741074,33.7532121 176.717992,33.7163636 L175.887029,32.4450909 C175.859331,32.4082424 175.887029,32.3437576 175.93781,32.302303 L176.597964,31.8186667 C176.653361,31.7772121 176.717992,31.7772121 176.741074,31.8186667 L177.562803,33.0853333 C177.585886,33.1267879 177.650516,33.1267879 177.705914,33.0853333 L179.427852,31.8186667 C179.48325,31.7772121 179.543264,31.7772121 179.570962,31.8186667 L179.884881,32.302303 C179.908446,32.3558092 179.886196,32.4183716 179.8341,32.4450909 L178.112162,33.7163636 C178.063375,33.7458702 178.042146,33.8055629 178.061381,33.8591515 L178.88311,35.1258182 C178.906675,35.1793243 178.884425,35.2418868 178.832329,35.2686061 L178.195258,35.7568485 C178.139861,35.793697 178.07523,35.793697 178.052148,35.7568485 L177.230418,34.4855758 C177.18887,34.4487273 177.128856,34.4487273 177.073459,34.4855758 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
124
+ <path d="M200.285007,30.9020606 L198.563068,32.1687273 C198.544702,32.1887741 198.518735,32.200193 198.491513,32.200193 C198.464292,32.200193 198.438324,32.1887741 198.419958,32.1687273 L198.106039,31.7081212 C198.082474,31.6546151 198.104724,31.5920526 198.15682,31.5653333 L199.878759,30.2940606 C199.930855,30.2673413 199.953104,30.2047788 199.92954,30.1512727 L199.10781,28.8846061 C199.088576,28.8310174 199.109805,28.7713247 199.158591,28.7418182 L199.818745,28.2535758 C199.874142,28.2121212 199.938773,28.2121212 199.961855,28.2535758 L200.783584,29.5248485 C200.824122,29.5617421 200.886157,29.5617421 200.926695,29.5248485 L202.648633,28.2535758 C202.704031,28.2121212 202.768661,28.2121212 202.791743,28.2535758 L203.105662,28.7418182 C203.133361,28.7786667 203.105662,28.8431515 203.059498,28.8846061 L201.332943,30.1512727 C201.282162,30.1927273 201.259079,30.2572121 201.282162,30.2940606 L202.103891,31.5653333 C202.13159,31.6021818 202.103891,31.6666667 202.05311,31.7081212 L201.392957,32.1687273 C201.337559,32.2101818 201.277545,32.2101818 201.249847,32.1687273 L200.428117,30.9020606 C200.405035,30.8606061 200.354254,30.8606061 200.285007,30.9020606 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
125
+ <path d="M230.176569,20.9990303 L228.45463,22.270303 C228.414093,22.3071967 228.352058,22.3071967 228.31152,22.270303 L227.997601,21.7820606 C227.982266,21.7300764 228.005332,21.6744583 228.052999,21.6484848 L229.774937,20.3818182 C229.830335,20.3403636 229.853417,20.2758788 229.825718,20.2390303 L229.003989,18.9677576 C228.980907,18.9309091 229.003989,18.8664242 229.05477,18.8249697 L229.71954,18.3367273 C229.770321,18.2998788 229.834951,18.2998788 229.858033,18.3367273 L230.679763,19.608 C230.698129,19.6280468 230.724096,19.6394657 230.751318,19.6394657 C230.778539,19.6394657 230.804507,19.6280468 230.822873,19.608 L232.544812,18.3367273 C232.600209,18.2998788 232.66484,18.2998788 232.687922,18.3367273 L233.006457,18.8249697 C233.025692,18.8785584 233.004463,18.9382511 232.955676,18.9677576 L231.229121,20.2390303 C231.178762,20.2673271 231.158663,20.3294938 231.182957,20.3818182 L232.00007,21.6484848 C232.027768,21.6899394 232.00007,21.7498182 231.949289,21.7912727 L231.284519,22.270303 C231.243981,22.3071967 231.181946,22.3071967 231.141409,22.270303 L230.319679,20.9990303 C230.296597,20.9621818 230.231967,20.9621818 230.176569,20.9990303 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
126
+ <path d="M71.8182287,151.907879 L39.013682,71.6472727 C38.3764352,70.0673979 36.8427114,69.0308224 35.1358577,69.0264242 L4.66262204,69.0264242 C3.27738903,69.0405726 1.98612183,69.7278895 1.20290663,70.8679645 C0.419691425,72.0080396 0.242964977,73.457585 0.729400279,74.7517576 L30.3255091,154.998545 C30.9264372,156.657308 32.5048013,157.762182 34.2725802,157.762182 C41.1372524,157.734545 58.439735,157.674667 67.8942399,157.762182 C69.3114293,157.762182 70.6349291,157.055683 71.4227548,155.880305 C72.2105804,154.704927 72.3589175,153.214922 71.8182287,151.907879 Z" id="Path" fill="#313436" fill-rule="nonzero"></path>
127
+ <path d="M71.8182287,151.907879 L39.013682,71.6472727 C38.3764352,70.0673979 36.8427114,69.0308224 35.1358577,69.0264199 L4.66262204,69.0264199 C3.03773294,69.024073 1.56058494,69.9670307 0.881743375,71.44 L29.679205,71.44 C31.3852801,71.446915 32.9177286,72.4826287 33.5570293,74.0608485 L66.361576,154.30303 C66.8207094,155.409235 66.7888403,156.6577 66.2738633,157.739152 L67.8942399,157.739152 C69.3053394,157.735393 70.6224237,157.032608 71.4090034,155.863706 C72.1955831,154.694803 72.3489318,153.21244 71.8182287,151.907879 Z" id="Path" fill="#494D4E" fill-rule="nonzero"></path>
128
+ </g>
129
+ </g>
130
+ </g>
131
131
  </svg>