@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,165 +1,165 @@
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 / Practice-Detection-and-Deterrence</title>
4
- <defs>
5
- <linearGradient x1="49.9861083%" y1="100.011016%" x2="49.9861083%" y2="-0.000762199126%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" offset="9%"></stop>
7
- <stop stop-color="#023852" offset="100%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="71.7654172%" y1="25.0793988%" x2="11.8500605%" y2="92.8261931%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" offset="0%"></stop>
11
- <stop stop-color="#F9FDFE" offset="11%"></stop>
12
- <stop stop-color="#E9F6FC" offset="26%"></stop>
13
- <stop stop-color="#CDEAF7" offset="43%"></stop>
14
- <stop stop-color="#A7DBF2" offset="61%"></stop>
15
- <stop stop-color="#76C7EA" offset="81%"></stop>
16
- <stop stop-color="#3FB0E2" offset="100%"></stop>
17
- </linearGradient>
18
- <linearGradient x1="0%" y1="50.0455373%" x2="100.055741%" y2="50.0455373%" id="linearGradient-3">
19
- <stop stop-color="#FFFFFF" offset="0%"></stop>
20
- <stop stop-color="#0099DA" offset="100%"></stop>
21
- </linearGradient>
22
- <linearGradient x1="0.0204081633%" y1="50.0079428%" x2="100%" y2="50.0079428%" id="linearGradient-4">
23
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
24
- <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
25
- <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
26
- <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
27
- <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
28
- <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
29
- <stop stop-color="#E3E7EA" offset="100%"></stop>
30
- </linearGradient>
31
- <linearGradient x1="0.0111823126%" y1="50.0016256%" x2="99.9384873%" y2="50.0016256%" id="linearGradient-5">
32
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
33
- <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
34
- <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
35
- <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
36
- <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
37
- <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
38
- <stop stop-color="#E3E7EA" offset="100%"></stop>
39
- </linearGradient>
40
- <linearGradient x1="-0.0102005184%" y1="50.070855%" x2="100%" y2="50.070855%" id="linearGradient-6">
41
- <stop stop-color="#FFFFFF" offset="0%"></stop>
42
- <stop stop-color="#0099DA" offset="100%"></stop>
43
- </linearGradient>
44
- <linearGradient x1="-7.98923666e-13%" y1="50.1271767%" x2="100%" y2="50.1271767%" id="linearGradient-7">
45
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
46
- <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
47
- <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
48
- <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
49
- <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
50
- <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
51
- <stop stop-color="#E3E7EA" offset="100%"></stop>
52
- </linearGradient>
53
- <linearGradient x1="-0.0132509901%" y1="50.0231446%" x2="99.8624302%" y2="50.0231446%" id="linearGradient-8">
54
- <stop stop-color="#FFFFFF" offset="0%"></stop>
55
- <stop stop-color="#FFE500" offset="94%"></stop>
56
- </linearGradient>
57
- <linearGradient x1="50.0440238%" y1="99.9854831%" x2="50.0440238%" y2="0%" id="linearGradient-9">
58
- <stop stop-color="#FFFFFF" offset="9%"></stop>
59
- <stop stop-color="#023852" offset="100%"></stop>
60
- </linearGradient>
61
- <linearGradient x1="115.691811%" y1="53.6398467%" x2="-35.2473141%" y2="40.1751505%" id="linearGradient-10">
62
- <stop stop-color="#FFFFFF" offset="0%"></stop>
63
- <stop stop-color="#F6FBFE" offset="10%"></stop>
64
- <stop stop-color="#DCF1FA" offset="28%"></stop>
65
- <stop stop-color="#B3E0F3" offset="50%"></stop>
66
- <stop stop-color="#7AC8EB" offset="76%"></stop>
67
- <stop stop-color="#3FB0E2" offset="100%"></stop>
68
- </linearGradient>
69
- <linearGradient x1="50.0084682%" y1="100.016176%" x2="50.0084682%" y2="0%" id="linearGradient-11">
70
- <stop stop-color="#FFFFFF" offset="9%"></stop>
71
- <stop stop-color="#023852" offset="100%"></stop>
72
- </linearGradient>
73
- <linearGradient x1="57.867184%" y1="99.0747687%" x2="37.5288374%" y2="-2.80070018%" id="linearGradient-12">
74
- <stop stop-color="#FFFFFF" offset="0%"></stop>
75
- <stop stop-color="#0099DA" offset="100%"></stop>
76
- </linearGradient>
77
- <linearGradient x1="50.0333778%" y1="0.00227533947%" x2="50.0333778%" y2="100.040921%" id="linearGradient-13">
78
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
79
- <stop stop-color="#FCFDFD" stop-opacity="0.04" offset="9%"></stop>
80
- <stop stop-color="#F5F7F8" stop-opacity="0.14" offset="22%"></stop>
81
- <stop stop-color="#E9EDEF" stop-opacity="0.32" offset="38%"></stop>
82
- <stop stop-color="#D8DFE3" stop-opacity="0.56" offset="56%"></stop>
83
- <stop stop-color="#C3CDD3" stop-opacity="0.86" offset="76%"></stop>
84
- <stop stop-color="#B9C5CC" offset="85%"></stop>
85
- </linearGradient>
86
- <linearGradient x1="49.9750123%" y1="0.00330285095%" x2="49.9750123%" y2="100.008862%" id="linearGradient-14">
87
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
88
- <stop stop-color="#FCFDFD" stop-opacity="0.04" offset="7%"></stop>
89
- <stop stop-color="#F5F7F8" stop-opacity="0.14" offset="18%"></stop>
90
- <stop stop-color="#E9EDEF" stop-opacity="0.32" offset="31%"></stop>
91
- <stop stop-color="#D8DFE3" stop-opacity="0.56" offset="46%"></stop>
92
- <stop stop-color="#C3CDD3" stop-opacity="0.86" offset="62%"></stop>
93
- <stop stop-color="#B9C5CC" offset="69%"></stop>
94
- </linearGradient>
95
- <linearGradient x1="-0.0138119039%" y1="50.0165508%" x2="99.9705607%" y2="50.0165508%" id="linearGradient-15">
96
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
97
- <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
98
- <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
99
- <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
100
- <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
101
- <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
102
- <stop stop-color="#E3E7EA" offset="100%"></stop>
103
- </linearGradient>
104
- </defs>
105
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Practice-Detection-and-Deterrence" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
106
- <g id="detection-and-deterrence" transform="translate(9.000000, 0.000000)">
107
- <g id="Midlayer" transform="translate(0.000000, 0.091336)">
108
- <path d="M107.754803,22.0351568 C92.6333831,22.0351568 80.37505,34.2837787 80.37505,49.3932195 C80.37505,64.5026604 92.6333831,76.7512823 107.754803,76.7512823 C122.876224,76.7512823 135.134557,64.5026604 135.134557,49.3932195 C135.134557,34.2837787 122.876224,22.0351568 107.754803,22.0351568 Z M107.754803,28.8204883 C112.038536,28.8145921 116.2163,30.1509684 119.700182,32.6415763 L90.9948067,61.3291346 C86.5263512,55.0594396 85.9353089,46.821466 89.4630174,39.9789863 C92.9907259,33.1365065 100.046726,28.8347976 107.749875,28.8303559 L107.754803,28.8204883 Z M107.754803,69.9659448 C103.471225,69.9708537 99.2937585,68.6345723 95.809425,66.1448627 L124.519728,37.4573044 C128.988184,43.7269994 129.579226,51.9649731 126.051517,58.8074528 C122.523809,65.6499325 115.467808,69.9516414 107.764659,69.9560831 L107.754803,69.9659448 Z" id="Shape" stroke="#023852"></path>
109
- <path d="M29.2326669,323.367772 L29.2326669,5.03238664 C29.2326669,2.38816783 31.5389528,0.246202869 34.3774585,0.246202869 L181.137076,0.246202869 C183.975582,0.246202869 186.27694,2.38816783 186.27694,5.03238664 L186.27694,323.367772" id="Path" stroke="#023852"></path>
110
- <polyline id="Path" stroke="#023852" points="178.34785 323.367772 178.34785 8.63679663 36.737952 8.63679663 36.737952 323.367772"></polyline>
111
- <rect id="Rectangle" stroke="#023852" x="45.1450541" y="139.493621" width="6.40634978" height="40.3477261" rx="2.55"></rect>
112
- <line x1="0" y1="323.426861" x2="375.929533" y2="323.426861" id="Path" stroke="#1A1818"></line>
113
- </g>
114
- <g id="Ilus" transform="translate(104.000955, 45.091749)">
115
- <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="0.0196896218" y="279.307496" width="90.301528" height="4.7237458" rx="2.3618729"></rect>
116
- <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="128.888264" y="279.307496" width="90.301528" height="4.7237458" rx="2.3618729"></rect>
117
- <path d="M163.423861,19.304243 L162.803638,10.1673944 C162.68736,8.48379923 163.255452,6.82461713 164.378808,5.56691963 L167.553759,1.97233645 C168.649873,0.74063207 170.251647,0.0839071585 171.895321,0.192302804 L183.482663,0.986168225 C184.559947,1.06349661 185.589061,1.46382054 186.436106,2.13505421 L188.587198,3.84112524 C190.226365,5.14390226 191.162566,7.13993176 191.117314,9.23546543 L190.999176,14.7284224 C190.982695,15.4279789 190.868367,16.1217645 190.65953,16.789514 L187.81438,26.0249795 L186.002935,17.6967888 L183.999516,9.86168225 L178.432275,11.5381682 L171.196339,8.99385421 L167.361785,11.3409346 L165.678323,24.1611215 L164.541247,24.3041159 L163.423861,19.304243 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
118
- <path d="M150.212125,269.514845 L143.281378,276.620187 C142.990845,276.927543 142.81672,277.326972 142.789137,277.74935 L142.715301,278.656625 C142.638905,279.586246 143.276685,280.42317 144.192023,280.594445 L148.824006,281.521443 C149.542963,281.66666 150.279161,281.706522 151.009554,281.639783 L152.02357,281.546097 C153.675451,281.390013 155.231146,280.697408 156.453735,279.573761 L158.801722,277.428845 C159.187376,277.077375 159.651592,276.823732 160.155384,276.689219 L162.370466,276.097518 C163.665589,275.751811 164.586544,274.603637 164.644617,273.262284 L164.802134,269.746595 L150.212125,269.514845 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
119
- <path d="M193.189647,270.210094 C193.253638,270.392535 193.312707,273.025604 193.342241,274.519649 C193.355519,275.155856 193.711478,275.735045 194.272576,276.033417 L194.272576,276.033417 C194.522047,276.166962 194.736303,276.357926 194.897721,276.590602 L197.683803,280.663477 C198.367838,281.663849 199.500617,282.261653 200.711082,282.261071 L208.09469,282.261071 C208.532944,282.261454 208.965544,282.161971 209.359749,281.97015 L210.083342,281.624991 C210.825356,281.259851 211.380625,280.599898 211.61421,279.805511 L211.61421,279.805511 C211.873702,278.913453 211.690664,277.950856 211.12197,277.216819 L205.215083,269.519776 L193.189647,270.210094 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
120
- <path d="M151.280287,118.207054 L151.255675,118.458527 C151.063586,120.197669 150.51026,121.877289 149.631281,123.389368 L147.97243,126.229533 C146.725803,128.373037 146.143269,130.83932 146.298812,133.315152 L150.728977,204.984927 L150.625607,221.749787 L148.966756,245.003634 C148.932299,245.442479 148.922454,245.881324 148.927377,246.320168 L149.237488,270.106546 L154.159894,271.585798 C154.860854,271.798805 155.595968,271.87579 156.325752,271.812617 L164.693842,271.058198 L166.569278,261.196516 C166.741302,260.289396 166.830275,259.368436 166.835088,258.445107 L166.918769,247.276752 C166.928536,246.183131 167.007452,245.091229 167.155044,244.007604 L168.587464,224.032767 C168.759828,221.583469 169.290554,219.172836 170.162634,216.878116 L170.162634,216.878116 C170.847777,215.06303 171.323419,213.175399 171.580287,211.252026 L174.602644,188.52578 L177.373958,161.840067 L186.111228,214.254909 L188.670878,249.90489 L190.615229,266.758505 C190.635814,266.962179 190.696016,267.159845 190.792435,267.340344 L193.337319,272.157776 L206.135573,271.117368 C206.327015,271.096257 206.48858,270.965242 206.549055,270.782071 L208.025777,265.727959 C208.199449,264.941687 208.270597,264.136174 208.23744,263.33157 L205.195394,190.473462 C205.127125,188.830034 205.145199,187.184147 205.24954,185.542621 L206.657348,163.822266 C206.657348,163.506692 206.686882,163.186187 206.657348,162.870613 L206.460452,148.571174 C206.454389,148.118078 206.520864,147.666936 206.657348,147.234916 L207.681208,143.926322 C207.853601,143.371842 207.912205,142.788152 207.853493,142.210389 L206.455529,128.458273 C206.317266,127.115426 205.559514,125.914812 204.407809,125.21378 L204.407809,125.21378 C203.338777,124.568212 202.603693,123.488001 202.394545,122.255275 L202.153347,120.8204 L151.280287,118.207054 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
121
- <path d="M193.593284,177.944195 L180.952547,183.220195 L186.125995,214.284494 L188.685646,249.934475 L190.615229,266.758505 C190.627208,266.885344 190.657038,267.009848 190.703832,267.128318 L201.277159,228.357114 C202.020169,225.629122 202.304634,222.796258 202.11889,219.974684 L199.593696,181.647256 C199.493712,180.25179 198.729646,178.989717 197.540536,178.255876 C196.351425,177.522035 194.882489,177.406045 193.593284,177.944195 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
122
- <path d="M192.658027,123.054071 C192.668708,123.182107 192.734866,123.299024 192.839045,123.373972 C192.943225,123.44892 193.074959,123.47437 193.199491,123.443608 L202.251795,121.205006 L202.182881,120.805608 L192.387295,120.312523 L192.658027,123.054071 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
123
- <path d="M190.497091,120.396348 L191.279753,120.248423 L151.280287,118.207054 L151.255675,118.458527 L151.255675,118.458527 C151.140953,119.507858 151.78175,120.492373 152.786543,120.810538 L160.357202,123.211858 L160.667314,119.794785 L162.262173,119.686307 L161.991441,122.644811 C161.945587,123.114049 162.286314,123.53243 162.754414,123.581671 L169.06986,124.281851 L169.197843,124.281851 L179.904074,124.814381 L180.194496,124.814381 L190.093454,123.961346 C190.292751,123.945159 190.477132,123.849221 190.604956,123.695199 C190.732779,123.541177 190.793262,123.342063 190.772746,123.142826 L190.497091,120.396348 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
124
- <path d="M185.082445,121.791776 L185.254729,123.941623 C185.328445,124.877636 184.633283,125.697394 183.699249,125.775895 L177.674225,126.26898 C176.73789,126.348644 175.914067,125.653593 175.833245,124.715765 L175.592047,121.826292 C175.55078,121.339115 175.720154,120.857616 176.057191,120.503969 C176.394228,120.150322 176.866535,119.958519 177.354268,119.977226 L183.453129,120.213907 C184.319329,120.24464 185.022518,120.925625 185.082445,121.791776 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
125
- <path d="M289.654026,54.0568113 L293.326141,49.9494206 C293.78541,49.4359636 294.349447,49.0273445 294.980069,48.7512262 L294.980069,48.7512262 C295.543168,48.502692 296.054241,48.1496814 296.486325,47.7108187 L299.794182,44.3331926 C300.118218,44.0006305 300.579431,43.8399335 301.03955,43.8992785 L301.03955,43.8992785 C301.487266,43.9521224 301.886362,44.2069318 302.123221,44.5911654 C302.360079,44.9753991 302.408753,45.4469653 302.255384,45.871615 L301.910816,46.8577832 C301.696967,47.4595544 301.378684,48.0187561 300.970636,48.509615 L298.917993,50.9996898 C298.855891,51.0753252 298.840249,51.1790049 298.877266,51.2696456 C298.914282,51.3602864 298.997983,51.4232564 299.0952,51.4336038 L303.687804,51.9710655 C303.956442,51.9932061 304.226441,51.9932061 304.495079,51.9710655 L314.989647,51.3744337 C315.70862,51.3350447 316.325375,51.8825008 316.372843,52.6022131 L316.545127,55.368415 C316.588098,56.0787817 316.43842,56.7875619 316.111956,57.4196449 L314.68938,60.1562617 C314.490752,60.5419484 314.129051,60.8173127 313.704899,60.9057496 L311.765472,61.3150094 C311.216875,61.4380308 310.785595,61.862404 310.653008,62.4096561 L310.653008,62.4096561 C310.548764,62.8774954 310.218184,63.2622906 309.771897,63.4352711 L306.695394,64.648258 C306.168357,64.8552076 305.620376,65.0040112 305.061155,65.0920337 L297.392048,66.3000898 C296.785865,66.3973199 296.166299,66.3704819 295.570758,66.2211963 L290.732033,65.0180711 C290.156047,64.8752273 289.562658,64.8154547 288.969812,64.8405608 L288.694157,64.8405608 L288.851674,54.6435814 L289.654026,54.0568113 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
126
- <path d="M289.555578,54.1800823 L289.363604,54.3181458 L288.733536,62.2518692 L288.694157,64.9441085 L288.969812,64.9441085 C289.562658,64.9190023 290.156047,64.978775 290.732033,65.1216188 L295.570758,66.3346057 C296.166299,66.4838913 296.785865,66.5107292 297.392048,66.4134991 L304.977474,65.2103739 L289.555578,54.1800823 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
127
- <path d="M51.0453445,46.0195402 L50.7007761,44.3775701 C50.5316655,43.6426567 50.9869766,42.9089444 51.7197141,42.7356 L51.7197141,42.7356 C52.2497203,42.5991051 52.8098433,42.7932514 53.1422892,43.2286842 L55.7314745,46.6802729 C55.9180252,46.9295567 56.1346113,47.1547947 56.3763096,47.3508673 L59.2313048,49.658501 C59.3236905,49.7279874 59.4050154,49.8111143 59.4725026,49.905043 L62.5047044,54.2244599 C62.9629352,54.8776774 63.6809801,55.3002517 64.4736666,55.3832075 L65.9946899,55.5459253 L65.6008974,66.1817496 L64.2767704,65.7478356 C63.5484436,65.5175088 62.7766032,65.4601124 62.0223087,65.580187 L58.1828324,66.1521646 C57.539974,66.3161811 56.8721133,66.3579939 56.2138702,66.2754356 L42.1111786,65.9352075 C41.3375409,65.9155475 40.6334611,65.4829719 40.2652766,64.8011141 L39.723812,63.8149459 C39.3842277,63.1852908 38.7559103,62.7644642 38.0452717,62.6907141 L37.3462901,62.6167515 C36.4354386,62.5224386 35.6834281,61.8620661 35.4708537,60.9698505 L35.4167072,60.7479627 C34.7799211,58.0612443 34.9511942,55.2458355 35.9089478,52.6564524 L35.9089478,52.6564524 C36.2683179,51.6886979 37.2018984,51.0566587 38.2323231,51.0835141 L54.3679682,51.5026356 L51.9067655,47.9869458 C51.4907288,47.3956982 51.1977691,46.7266054 51.0453445,46.0195402 L51.0453445,46.0195402 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
128
- <path d="M57.1245152,66.3148823 C57.4832278,66.3006359 57.8395214,66.2494136 58.1877548,66.1620262 L62.0223087,65.580187 C62.7652731,65.4726342 63.5229526,65.5367257 64.2373911,65.7675589 L65.5615182,66.201473 L65.9553106,55.5656487 L65.2218722,55.4867552 L57.1245152,66.3148823 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
129
- <path d="M65.2415618,55.4768935 L109.218332,57.2421346 C110.405857,57.2910267 111.581128,56.9855504 112.595102,56.3644449 L114.864331,54.9838094 C115.207621,54.7716103 115.602941,54.6589557 116.006329,54.6583739 L118.900704,54.6583739 C119.617959,54.6571057 120.290606,55.0068922 120.702304,55.5952337 L120.702304,55.5952337 C121.177023,56.2704724 121.98684,56.6257309 122.804171,56.517301 L124.97003,56.2214505 C125.594911,56.1336006 126.153164,55.7840943 126.50582,55.2599365 L127.244181,54.1504972 C127.466647,53.8153554 127.776475,53.5476284 128.140059,53.3763552 L146.352959,44.8114842 C147.130702,44.4458117 148.000517,44.3237945 148.848618,44.4613944 L152.875146,45.1122655 C153.523677,45.214923 154.187054,45.1676987 154.814574,44.9742019 L162.355699,42.6369832 C163.159498,42.3856714 163.791094,41.7585111 164.049006,40.9555664 L165.0581,37.8244823 L165.629099,41.527544 L173.298206,48.4997533 L176.566683,48.4997533 L184.526213,40.812572 L185.09229,37.8244823 L185.737125,39.3037346 C185.957716,39.8122739 186.398313,40.1918736 186.933269,40.3342804 L200.17454,43.884486 C200.62007,44.0072439 201.09597,43.948762 201.498667,43.7217683 L201.498667,43.7217683 C201.914413,43.4900214 202.405571,43.4349601 202.862173,43.5689122 L216.925486,47.6861645 C217.770375,47.9327217 218.565218,48.3266512 219.273473,48.849843 L222.000486,50.8616262 C223.0507,51.6361426 224.283908,52.1238141 225.579075,52.2767776 L243.068381,54.3181458 L277.328323,55.585372 C277.599689,55.596835 277.871534,55.5836321 278.14052,55.5459253 L289.388216,54.0370879 L290.201219,70.5110281 C290.209837,70.7130982 290.136227,70.9102168 289.996723,71.0564814 C289.857219,71.2027459 289.663997,71.2853906 289.462052,71.2851702 L280.266999,71.2851702 C279.905456,71.2859702 279.5447,71.3189725 279.188992,71.383787 L240.93698,78.2869646 C240.558256,78.3518053 240.174168,78.3798769 239.790059,78.3707889 L217.210985,77.6755403 L207.691053,93.4542319 L202.005675,116.086793 L202.291174,121.066942 L178.988507,121.066942 L164.496945,120.923948 L152.279535,119.217877 L150.428711,118.078852 L151.280287,114.947768 L149.148885,106.013084 L143.891756,93.9177309 L88.6032981,75.2594281 L74.2790982,71.8768711 C73.7945967,71.7637283 73.2997385,71.7009388 72.8023766,71.6894991 L65.6107422,71.5711589 C65.4201434,71.5699068 65.2380794,71.4918155 65.105638,71.3545084 C64.9731967,71.2172014 64.9015396,71.0322503 64.906564,70.8413945 L65.2415618,55.4768935 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
130
- <polygon id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="165.978589 114.824497 167.676819 110.357155 147.076552 89.9336113 143.896679 95.3180898 143.557033 95.8062431 147.99212 106.003223 150.123521 114.972423 149.267023 118.103507 151.117847 119.2376 163.335258 120.948602 165.949055 120.973256"></polygon>
131
- <path d="M173.012707,49.905043 L176.610985,49.5598842 C176.869491,49.5343909 177.126317,49.6225449 177.314889,49.8014954 L178.791611,51.2067851 C178.973387,51.3779228 179.023215,51.6474558 178.914671,51.8724486 L177.334579,55.2254206 C177.270304,55.3646176 177.270304,55.5250685 177.334579,55.6642655 L179.086955,60.1020225 C179.421187,60.9356262 179.588443,61.826952 179.579196,62.72523 L179.21986,122.102419 C179.21292,122.477818 179.030715,122.828253 178.727619,123.04914 L172.456475,127.802471 C172.041723,128.118421 171.459099,128.084951 171.083124,127.723578 L165.392823,122.250344 C165.136848,122.004769 165.003335,121.657765 165.028565,121.303623 L168.671145,70.4370655 C168.746871,69.4159075 168.9966,68.4152792 169.409506,67.4785608 L174.366368,56.2115888 C174.453974,56.0130814 174.417382,55.7815761 174.272843,55.6198879 L171.412925,52.4888038 C171.232202,52.2896696 171.209882,51.9929121 171.358779,51.768901 L172.34326,50.2896486 C172.497022,50.0668048 172.743046,49.925461 173.012707,49.905043 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
132
- <path d="M215.059894,77.5128225 C213.417921,77.3783659 211.921795,78.4590113 211.530529,80.0620674 L209.930748,86.6052935 C209.75711,87.3208514 209.352143,87.9588144 208.778905,88.4198431 L186.465641,106.451929 C185.248716,107.435717 184.871069,109.130886 185.554996,110.539596 L190.67922,121.091596 L202.310864,121.091596 L202.025364,116.111447 L207.710743,93.4788861 L217.225752,77.7001945 L215.059894,77.5128225 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
133
- <path d="M86.9099906,74.8550991 L85.3151313,69.5593758 C84.4241759,66.6008711 82.6324203,64.7123589 80.6634581,64.6827739 L65.049588,64.4362318 L64.9117607,70.8463253 C64.906462,71.0371811 64.9781191,71.2221322 65.1105604,71.3594393 C65.2430018,71.4967464 65.4250658,71.5748377 65.6156646,71.5760898 L72.807299,71.69443 C73.3046609,71.7058696 73.7995191,71.7686591 74.2840206,71.8818019 L86.9099906,74.8550991 Z" id="Path" fill="#F0F3F4" fill-rule="nonzero"></path>
134
- <path d="M164.295127,28.337544 L163.916101,28.337544 C163.230618,28.3385743 162.573141,28.0651916 162.089889,27.5781944 L161.681329,27.1738654 C161.248034,26.736656 161.017684,26.1374334 161.046339,25.5220337 L161.317071,20.0981084 C161.334171,19.7738244 161.48355,19.4708275 161.730211,19.260107 C161.976872,19.0493865 162.29914,18.9494596 162.621509,18.9837383 L163.414016,19.0724935 L164.551092,24.052643 L165.688167,23.9096486 L166.712028,11.9770131 C166.78933,11.0948186 167.268909,10.2977899 168.011543,9.81730468 L170.251237,8.37749907 C170.836284,8.00049753 171.560513,7.90981383 172.220199,8.13095702 L177.925267,10.0342617 C178.379086,10.1874965 178.866486,10.2113961 179.333075,10.1032935 L183.467896,9.1713645 C184.056105,9.03876872 184.672868,9.15661885 185.171048,9.49680001 L187.041562,10.7837495 C187.866154,11.358296 188.349987,12.3072715 188.331233,13.313271 L187.725777,24.4816262 L188.218017,24.5605197 L189.26649,20.9708673 C189.300756,20.8602588 189.407258,20.7884517 189.522455,20.7982879 L189.522455,20.7982879 C190.056739,20.8403298 190.459299,21.302753 190.428177,21.8386953 L190.295272,24.8563701 C190.289321,24.9859908 190.271192,25.1147616 190.241126,25.2409757 L189.547067,28.0071776 C189.471763,28.3079365 189.32673,28.5866734 189.12374,28.8207664 L187.83407,30.3000187 C187.574396,30.598458 187.394833,30.9581986 187.312295,31.345357 L186.327813,36.0888262 C186.243498,36.5093485 186.042128,36.8973935 185.74697,37.2081271 L185.653444,37.3116748 C185.303323,37.6863488 185.086956,38.1666413 185.038143,38.6775178 L184.865859,40.5216524 L176.615908,48.5490617 L173.34743,48.5490617 L165.678323,41.5719215 L165.107324,37.8737907 L164.698764,28.7270804 C164.690815,28.5095729 164.512407,28.3373982 164.295127,28.337544 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
135
- <path d="M177.905578,42.8983178 L175.2081,43.016658 C174.459688,43.0459673 173.721,42.8389871 173.096388,42.4249571 C172.03807,41.7198468 170.339841,40.5808225 169.256911,39.8116113 C169.113489,39.7139747 168.924162,39.7176674 168.784643,39.8208224 C168.645124,39.9239775 168.58581,40.1041194 168.636688,40.2701795 L170.423521,45.8814767 L173.34743,48.5441309 L176.615908,48.5441309 L184.895393,40.501929 L185.121824,38.1055402 L179.923764,42.1537608 C179.345396,42.607394 178.639514,42.8678106 177.905578,42.8983178 L177.905578,42.8983178 Z" id="Path" fill="url(#linearGradient-6)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
136
- <path d="M279.179147,71.2950318 L278.042072,61.6355141 C277.966142,61.0378244 277.484971,60.5737485 276.885856,60.5203763 C276.286742,60.467004 275.731367,60.838739 275.551335,61.4136262 L272.174565,72.5080188 L279.179147,71.2950318 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
137
- <path d="M166.913846,94.6179104 L165.003953,121.298692 C164.978723,121.652834 165.112236,121.999838 165.368211,122.245413 L171.088046,127.708785 C171.464022,128.070159 172.046645,128.103628 172.461397,127.787679 L178.732542,123.034348 C179.035637,122.81346 179.217843,122.463026 179.224782,122.087626 L179.313386,107.615608 L166.913846,94.6179104 Z" id="Path" fill="url(#linearGradient-8)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
138
- <path d="M155.66615,142.220251 C153.04743,140.326808 148.951989,137.35351 146.431717,135.479791 L150.748667,205.004651 L150.645296,221.76951 L148.986446,245.023357 C148.951989,245.462202 148.942144,245.901047 148.947066,246.339892 L149.257178,270.126269 L153.268938,271.344187 L152.028492,251.19677 L153.57905,184.142262 L157.777862,147.042613 C157.9928,145.171434 157.186058,143.329135 155.66615,142.220251 Z" id="Path" fill="url(#linearGradient-9)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
139
- <ellipse id="Oval" stroke="#FFFFFF" cx="160.805141" cy="199.457454" rx="11.0852571" ry="11.1042542"></ellipse>
140
- <path d="M160.795795,218.117316 C171.111523,218.111071 179.479131,209.753582 179.485376,199.450337 C179.491613,189.147092 171.134124,180.799721 160.818397,180.805959 C150.502669,180.812204 142.135061,189.169693 142.128816,199.472938 C142.122579,209.776183 150.480068,218.123554 160.795795,218.117316 Z" id="Oval" stroke="#FFFFFF" stroke-dasharray="4.96" transform="translate(160.807096, 199.461637) rotate(-67.500000) translate(-160.807096, -199.461637) "></path>
141
- <path d="M157.320078,196.173514 L135.789477,186.878879 L122.218405,180.828737 L118.639816,182.307989 C117.983711,182.579546 117.485892,183.134432 117.286155,183.816826 L115.755287,189.05831 C115.535788,189.815507 115.738736,190.632459 116.286906,191.198296 L119.73259,194.748501 C120.01722,195.040567 120.366186,195.261789 120.751528,195.394441 L131.822018,199.205982 C132.048663,199.286188 132.285816,199.332703 132.525922,199.344045 L156.040253,200.591548 L156.680165,200.690165 L181.036228,206.853716 C181.294288,206.925201 181.570284,206.888315 181.800608,206.751558 C182.030933,206.614801 182.195717,206.389971 182.256984,206.128882 L182.783682,204.12203 C182.856849,203.864228 182.822114,203.587698 182.687472,203.356088 C182.552829,203.124478 182.329878,202.95774 182.069933,202.894251 L157.738483,196.316509 L157.320078,196.173514 Z M137.950413,193.974359 C137.685145,194.8306 137.081456,195.540701 136.279838,195.939402 C135.478221,196.338103 134.548591,196.39063 133.707299,196.084759 L122.661421,191.883682 L123.645902,188.53071 L138.708463,191.489215 L137.950413,193.974359 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
142
- <path d="M28.9929681,269.223925 L27.2307469,280.357765 C27.1173274,281.086562 27.6041453,281.773211 28.3284434,281.906049 L38.8870031,283.774838 C39.3765928,283.863425 39.8624095,283.601697 40.0585355,283.14369 L40.0585355,283.14369 C40.2731127,282.643583 40.827025,282.383094 41.3482058,282.537197 L48.3281767,284.509533 C48.754388,284.628298 49.1951626,284.686394 49.6375366,284.682112 L70.1787345,284.410916 C70.3898144,284.406922 70.5990158,284.370332 70.7989576,284.302438 L75.1700536,282.823185 C75.6458421,282.661066 76.0749979,282.385191 76.4203446,282.019458 L76.7993698,281.62006 C77.7399415,280.623232 77.9179009,279.127013 77.2374639,277.936722 L77.2374639,277.936722 C76.7117871,277.014076 75.7518833,276.4245 74.6925803,276.373645 L68.5444959,276.067933 C68.0515201,276.042578 67.5697374,275.911416 67.1317655,275.683327 L56.0760429,269.978344 L28.9929681,269.223925 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
143
- <path d="M25.665422,268.306789 L25.3700777,277.335159 C25.3503381,277.908629 25.7595363,278.407269 26.3250243,278.498838 L33.034263,279.608277 L55.3721389,279.608277 L64.1881671,278.449529 L69.735718,277.182303 C70.3065258,277.048774 70.7760382,276.644007 70.9928887,276.098494 C71.2097391,275.552982 71.1465039,274.935712 70.8235696,274.445686 L69.6668043,272.71003 C69.3512115,272.232028 68.8256917,271.934884 68.254074,271.911234 L61.0378276,271.635107 C60.2089206,271.602032 59.4050985,271.341024 58.7144522,270.880688 L51.7394037,266.230905 L25.665422,268.306789 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
144
- <polygon id="Path" fill="#023852" fill-rule="nonzero" points="21.4124637 159.034419 26.2413435 189.773282 25.6063531 268.464576 31.8578081 269.746595 40.8756549 195.897387"></polygon>
145
- <path d="M12.1484966,117.768209 L9.64791468,126.643723 C8.93416582,129.144513 8.93416582,131.795599 9.64791468,134.296389 L15.9830505,156.421073 C16.2697243,157.402457 16.7745978,158.306043 17.4597721,159.064004 L21.0629729,163.107294 C21.706738,163.829958 22.1884598,164.682402 22.4757033,165.60723 L33.7135549,201.760157 L30.6124395,258.533862 C30.5847625,259.054841 30.7188938,259.571615 30.9963871,260.013114 L31.444326,260.718225 C31.8822521,261.403896 31.9540909,262.261903 31.6362998,263.011066 L28.9929681,269.223925 L39.748424,273.449656 C40.2036538,273.627626 40.6969185,273.685357 41.180844,273.617305 L56.1449566,271.447735 C56.4937866,271.396781 56.8049344,271.200684 57.0017728,270.907737 C57.1986112,270.614791 57.2628474,270.252218 57.1786617,269.909312 L55.4115181,262.646183 C55.3123001,262.245252 55.0839347,261.888252 54.7617606,261.63043 L53.1176772,260.313896 C52.4002412,259.752395 52.1921979,258.75416 52.6254367,257.952023 L54.1661496,255.146374 C54.2791325,254.939948 54.3525899,254.714181 54.3827354,254.480711 L60.5898887,205.389256 C60.6161415,205.221608 60.6456759,205.057246 60.678492,204.896172 L63.2381428,193.555238 C63.5860837,192.012115 63.6078811,190.413141 63.3021341,188.861077 L55.0521825,146.914411 C54.8796138,146.041516 55.0190107,145.135629 55.445975,144.355305 L58.0646947,139.547735 C58.5573283,138.636485 58.7388439,137.588817 58.5815473,136.564576 L58.153298,133.818097 L55.0620274,129.760015 L18.7051407,114.484269 L12.1484966,117.768209 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
146
- <path d="M116.267217,69.2635253 L106.092605,69.6530618 L90.3409072,74.268329 L87.6581962,72.9764487 L85.8122942,73.6716973 L80.7274494,67.6067627 L81.5248791,76.2012188 L81.475655,81.8963403 L88.1307472,87.088516 L91.4533708,89.3665646 L105.339477,88.6368001 L107.421654,88.8044487 C107.763552,88.8332593 108.106271,88.7594484 108.406135,88.5924225 L108.898376,88.3212263 C109.260487,88.1225626 109.492136,87.7482943 109.508754,87.335058 L109.646581,83.0994655 L114.322867,76.038501 C114.740683,75.4021015 115.040807,74.6956023 115.2089,73.9527552 L116.267217,69.2635253 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
147
- <path d="M77.8527646,145.050553 L85.846751,142.382968 L95.1156405,136.189832 L97.4636279,143.842497 C97.9531008,145.441926 99.0225143,146.799894 100.461373,147.649107 L102.041465,148.576105 C102.756114,148.997476 103.386919,149.547451 103.902134,150.198352 L127.923473,177.056643 C128.356292,177.485841 128.881726,177.809739 129.459263,178.003365 L131.831863,178.777507 C132.486949,178.988218 133.073476,179.371391 133.530093,179.886946 L138.870903,185.89271 C139.050317,186.094631 139.154642,186.352406 139.166247,186.622475 L139.230238,188.338408 L137.94549,188.052419 C137.883398,188.03892 137.81893,188.060751 137.77775,188.10922 C137.73657,188.157689 137.725364,188.224928 137.748594,188.284168 L138.452498,190.192404 C138.810484,191.156018 138.699456,192.231736 138.152231,193.1016 L137.935646,193.441828 C137.8183,193.633947 137.603651,193.744309 137.379414,193.727817 L134.297988,193.57003 C133.915294,193.547055 133.563037,193.353434 133.338119,193.04243 L133.338119,193.04243 C133.145461,192.775837 132.785387,192.693574 132.496387,192.850127 L131.467605,193.412243 C130.945985,193.697286 130.337274,193.778118 129.75953,193.639062 L129.75953,193.639062 C129.20364,193.503505 128.714654,193.172874 128.381257,192.707133 L128.208972,192.475383 C128.046369,192.24815 127.75783,192.149166 127.490301,192.228841 L125.929899,192.697271 C125.503189,192.827922 125.047248,192.827922 124.620539,192.697271 L123.089671,192.204187 C122.509469,192.025446 122.024164,191.622698 121.740932,191.084886 L119.771969,187.283208 C119.471855,186.720348 119.303526,186.096464 119.279729,185.458796 L119.235427,184.018991 C119.213733,183.41653 118.918172,182.85709 118.433075,182.500292 L98.7729878,168.141682 C98.0446918,167.614466 97.4006946,166.979341 96.8630944,166.258101 L90.0800197,157.229731 C89.8080756,156.865365 89.508567,156.522483 89.1841419,156.204116 L77.8527646,145.050553 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
148
- <polygon id="Path" fill="url(#linearGradient-10)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="95.1402525 136.268725 95.1156405 136.189832 85.846751 142.378038 77.8527646 145.050553 87.1610333 154.207125"></polygon>
149
- <path d="M55.0767946,146.870034 C54.9042258,145.997138 55.0436227,145.091251 55.470587,144.310927 L58.0893067,139.503357 C58.5819404,138.592107 58.7634559,137.544439 58.6061593,136.520198 L58.17791,133.77372 L55.0866394,129.715638 L43.5288314,124.873552 L35.3527159,125.736449 L41.52049,133.665241 C42.7119345,135.191773 42.6093789,137.361711 41.2792921,138.768662 L40.0979148,140.021095 C39.2881249,140.894223 38.9158187,142.087284 39.0850114,143.26696 C39.2542042,144.446636 39.9467558,145.486448 40.9691806,146.095892 L56.720878,155.356011 L55.0767946,146.870034 Z" id="Path" fill="url(#linearGradient-11)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
150
- <path d="M87.618817,80.9397571 L87.618817,80.9397571 C87.0841225,81.0819163 86.5140759,80.9363613 86.1125609,80.5551515 L85.3594329,79.8401795 C84.9590096,79.4728503 84.7734021,78.9262293 84.8671924,78.3905122 L86.0781041,73.5484262 L85.7089237,73.1934057 L80.7274494,67.6067627 L81.5248791,76.2012188 L81.475655,81.8963403 L88.1307472,87.088516 L88.5146948,87.3251963 L88.5146948,81.6399365 C88.5135311,81.417986 88.4109151,81.2088037 88.2362222,81.0722713 C88.0615293,80.9357389 87.8340181,80.8869079 87.618817,80.9397571 Z" id="Path" fill="url(#linearGradient-12)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
151
- <path d="M83.1886521,61.4875888 L82.8539285,63.0161496 L81.0769402,65.4026767 L80.9341904,68.1738094 L85.3102088,73.5977347 C85.5219775,73.8632775 85.8935336,73.9381319 86.1913194,73.7752449 L87.2250246,73.213129 C87.4945149,73.0776847 87.8120328,73.0776847 88.0815231,73.213129 L90.897139,74.5543178 L93.6438413,80.4269496 L94.3674349,81.7237608 L97.7245154,79.0611066 C97.9568865,78.8787822 98.2606579,78.8150084 98.5465571,78.8885272 L102.253128,79.8352487 C102.732239,79.9589047 103.225043,79.689446 103.380359,79.2188935 L106.131984,71.0780748 C106.226852,70.8089528 106.43786,70.5970647 106.706289,70.5013748 C106.974717,70.405685 107.271916,70.4364067 107.51518,70.5849907 L110.823036,72.655944 C111.200769,72.8898976 111.655663,72.9643657 112.088094,72.8630393 L113.884772,72.4439178 C114.344907,72.3364326 114.738249,72.0391295 114.967702,71.6253982 L116.257372,69.2881795 L116.341053,67.9519216 C116.425681,66.5560549 116.052291,65.1707594 115.277813,64.0072487 L109.671193,55.5015477 C108.402938,53.5901544 106.607196,52.0894247 104.502668,51.1821309 L104.502668,51.1821309 C102.52214,50.3239233 100.344785,50.0254947 98.2069111,50.3192337 L96.9713874,50.4868823 C93.1507095,51.0120352 89.5816212,52.6946869 86.7426288,55.3092449 L86.7426288,55.3092449 C84.953773,56.9550991 83.7131048,59.1119154 83.1886521,61.4875888 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
152
- <path d="M82.8637733,69.9291889 L83.1984969,68.4006281 C83.7181402,66.0253439 84.9556326,63.8680728 86.7426288,62.2222842 C89.5803769,59.6058716 93.150076,57.922932 96.9713874,57.3999216 L98.2069111,57.2273421 C102.703615,56.6139191 107.155244,58.6262335 109.671193,62.4096561 L115.287658,70.8759104 C115.302276,70.9032871 115.318722,70.9296447 115.336882,70.9548038 L116.267217,69.2635253 L116.350898,67.9272674 C116.435525,66.5314007 116.062136,65.1461052 115.287658,63.9825945 L109.671193,55.5015477 C107.155244,51.7181251 102.703615,49.7058107 98.2069111,50.3192337 L96.9713874,50.4868823 C93.1507095,51.0120352 89.5816212,52.6946869 86.7426288,55.3092449 C84.953773,56.9550991 83.7131048,59.1119154 83.1886521,61.4875888 L82.8539285,63.0161496 L81.0769402,65.4026767 L80.9341904,68.1738094 L82.6078083,70.2546244 L82.8637733,69.9291889 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
153
- <path d="M90.3212176,74.268329 L95.0811837,84.2384898 L91.3352331,89.3271178 L95.8540013,92.6998132 C96.4131813,93.1192925 97.1622646,93.1824612 97.7835843,92.8625309 L105.772648,88.7551403 L95.9278374,84.075772 L91.4976725,74.4014618 L90.3212176,74.268329 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
154
- <path d="M82.8440837,63.0161496 L81.6774736,62.4343103 C81.2678402,62.2302072 80.9510687,61.8776357 80.7914406,61.4481421 L79.4377791,57.8338356 C79.059776,56.8330189 78.2397621,56.0644183 77.2177743,55.7530206 L65.024976,52.1041982 C63.8668112,51.7523813 62.6092944,52.035012 61.7121971,52.8487552 L42.637876,70.0425982 L22.2984967,95.1652337 C21.9835011,95.5556298 21.6195174,95.9036642 21.2155675,96.2007104 L14.1765277,101.373163 C13.4325932,101.917953 12.890595,102.69505 12.6358148,103.58218 L11.2476965,108.404542 C10.9721082,109.353932 10.913227,110.353258 11.0754123,111.328531 L12.1484966,117.778071 L18.793744,119.168568 C19.9879365,119.418757 21.0181388,120.168952 21.6241271,121.22966 L21.8505578,121.629058 C22.2382927,122.307041 22.8033234,122.866221 23.4847964,123.246374 L51.4046801,135.080393 C52.2824874,135.368719 53.2292734,135.368719 54.1070807,135.080393 L58.17791,133.758927 L62.7016006,129.922733 C62.9859121,129.679372 63.3671638,129.582557 63.7328768,129.660851 C64.0985898,129.739146 64.4070273,129.983614 64.5671923,130.322131 L72.0492486,144.838527 C72.6061044,145.935785 73.8855686,146.453498 75.0469935,146.051514 L84.5521584,142.807021 C85.4122767,142.515498 86.2299705,142.110924 86.9838267,141.603895 L95.1156405,136.17997 L87.3234727,119.735615 C86.6899708,118.402236 86.7118027,116.849516 87.3825415,115.534538 L89.4056502,111.565211 C89.7740608,110.842246 89.8099998,109.994433 89.5040983,109.242785 L85.0050197,98.1483926 C84.5274801,96.9859828 84.5274801,95.6817033 85.0050197,94.5192936 L88.6032981,87.4731216 L84.9656405,83.7749907 L81.7513097,75.7525122 C81.504727,75.1293867 81.3521012,74.4729681 81.2984484,73.80483 L80.8997336,68.6767552 C80.870796,68.2893562 80.9279545,67.9003487 81.0670953,67.5377309 L82.8440837,63.0161496 Z" id="Path" fill="#CED5D9" fill-rule="nonzero"></path>
155
- <path d="M48.8302621,97.6848936 L41.4023522,97.4038356 C40.9325432,97.3866359 40.490873,97.6278573 40.2508097,98.0327591 C40.0107464,98.4376609 40.0106312,98.9415751 40.2505094,99.346587 L49.7015278,122.52154 C50.2328211,123.409949 50.178423,124.531292 49.56364,125.363911 C48.948857,126.196531 47.8944091,126.576933 46.8908343,126.32815 L20.3098449,119.819439 C20.8433321,120.183634 21.2876041,120.664068 21.6093599,121.224729 L21.8357906,121.624127 C22.2235255,122.30211 22.7885562,122.86129 23.4700292,123.241443 L51.3899129,135.075462 C52.2677202,135.363788 53.2145062,135.363788 54.0923135,135.075462 L58.1631428,133.753996 L62.6868334,129.917802 C62.9711448,129.674441 63.3523966,129.577626 63.7181096,129.655921 C64.0838226,129.734215 64.3922601,129.978683 64.5524251,130.3172 L52.6943503,100.298239 C52.0050928,98.7637391 50.5087333,97.7517269 48.8302621,97.6848936 L48.8302621,97.6848936 Z" id="Path" fill="url(#linearGradient-13)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
156
- <path d="M84.7884339,140.824823 C84.914748,141.267037 85.2437207,141.622576 85.6743334,141.782263 C86.1049461,141.94195 86.5857336,141.886701 86.9690595,141.633481 L86.9690595,141.633481 L95.1008733,136.209555 L87.3234727,119.735615 C86.9577435,118.968555 86.8063473,118.116557 86.8853786,117.270195 C86.9049682,117.13448 86.9049682,116.996649 86.8853786,116.860935 L86.6343359,115.480299 C86.4119445,114.310472 85.9216133,113.20829 85.2019159,112.26046 L85.2019159,112.26046 C84.2283276,110.974269 82.8743583,110.028662 81.3329052,109.558359 L78.0102816,108.542606 C77.4910651,108.382896 76.9262346,108.521588 76.5396115,108.903723 C76.1529884,109.285859 76.006985,109.84975 76.1594571,110.371948 L84.7884339,140.824823 Z" id="Path" fill="url(#linearGradient-14)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
157
- <path d="M84.3011157,92.0045646 L79.496848,91.3290393 C79.051208,91.2660339 78.5989378,91.3843967 78.241012,91.6577017 C77.8830863,91.9310067 77.6493102,92.3364954 77.5918771,92.7836375 L76.0511642,104.459869 C75.9322673,105.357987 76.5430452,106.18972 77.4343601,106.343451 L81.7365425,107.092938 C82.1802274,107.175981 82.6386186,107.077071 83.0088242,106.818411 C83.3790297,106.55975 83.6300372,106.163006 83.7055047,105.717234 L85.7483029,93.9670393 C85.8258232,93.5131809 85.7152602,93.0472809 85.4421434,92.6769177 C85.1690266,92.3065546 84.7569687,92.0637485 84.3011157,92.0045646 L84.3011157,92.0045646 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
158
- <polygon id="Path" fill="#023852" fill-rule="nonzero" points="81.6774736 62.4343103 76.4991031 63.1196973 74.761494 55.0232561 79.1276676 55.3881384"></polygon>
159
- <polygon id="Path" fill="#FFE500" fill-rule="nonzero" points="76.9322748 97.6010693 84.9065716 98.912673 85.2216055 97.1277085 77.2522311 95.6188711"></polygon>
160
- <polygon id="Path" fill="#FFE500" fill-rule="nonzero" points="76.5384823 101.18086 84.3109605 102.453017 84.6259945 100.663122 76.6959993 99.0753908"></polygon>
161
- <path d="M115.952183,83.0994655 L120.628468,76.0335702 C121.048014,75.3981009 121.348277,74.6912751 121.514501,73.9478244 L122.558051,69.273387 L122.641732,67.9420599 C122.668847,67.6040202 122.668847,67.2643463 122.641732,66.9263066 C122.540529,65.8695169 122.18222,64.8536973 121.598182,63.9678019 L117.862076,58.3417122 L115.976795,55.5064786 C115.809433,55.2500748 115.632226,55.0133944 115.445175,54.7668524 C115.21227,54.8189398 114.989454,54.9088854 114.785573,55.0331178 L112.516344,56.4186842 C111.502779,57.0360186 110.329737,57.3396453 109.144496,57.291443 L91.8619305,56.6011253 C91.5411988,56.9942659 91.2484163,57.4094773 90.9857423,57.8436973 C90.2907741,58.967425 89.7914298,60.2012516 89.5090207,61.4925197 L89.233366,62.7449533 L89.1693747,63.0210804 L88.8592632,63.4402019 L87.3825415,65.4125384 L87.2840934,67.2961197 L87.254559,67.8927515 L87.0232059,67.6215552 L87.7221875,75.1312262 L88.5343844,75.323529 L115.907881,84.5589945 L115.952183,83.0994655 Z" id="Path" fill="url(#linearGradient-15)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
162
- </g>
163
- </g>
164
- </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 / Practice-Detection-and-Deterrence</title>
4
+ <defs>
5
+ <linearGradient x1="49.9861083%" y1="100.011016%" x2="49.9861083%" y2="-0.000762199126%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" offset="9%"></stop>
7
+ <stop stop-color="#023852" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="71.7654172%" y1="25.0793988%" x2="11.8500605%" y2="92.8261931%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
11
+ <stop stop-color="#F9FDFE" offset="11%"></stop>
12
+ <stop stop-color="#E9F6FC" offset="26%"></stop>
13
+ <stop stop-color="#CDEAF7" offset="43%"></stop>
14
+ <stop stop-color="#A7DBF2" offset="61%"></stop>
15
+ <stop stop-color="#76C7EA" offset="81%"></stop>
16
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
17
+ </linearGradient>
18
+ <linearGradient x1="0%" y1="50.0455373%" x2="100.055741%" y2="50.0455373%" id="linearGradient-3">
19
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
20
+ <stop stop-color="#0099DA" offset="100%"></stop>
21
+ </linearGradient>
22
+ <linearGradient x1="0.0204081633%" y1="50.0079428%" x2="100%" y2="50.0079428%" id="linearGradient-4">
23
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
24
+ <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
25
+ <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
26
+ <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
27
+ <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
28
+ <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
29
+ <stop stop-color="#E3E7EA" offset="100%"></stop>
30
+ </linearGradient>
31
+ <linearGradient x1="0.0111823126%" y1="50.0016256%" x2="99.9384873%" y2="50.0016256%" id="linearGradient-5">
32
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
33
+ <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
34
+ <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
35
+ <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
36
+ <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
37
+ <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
38
+ <stop stop-color="#E3E7EA" offset="100%"></stop>
39
+ </linearGradient>
40
+ <linearGradient x1="-0.0102005184%" y1="50.070855%" x2="100%" y2="50.070855%" id="linearGradient-6">
41
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
42
+ <stop stop-color="#0099DA" offset="100%"></stop>
43
+ </linearGradient>
44
+ <linearGradient x1="-7.98923666e-13%" y1="50.1271767%" x2="100%" y2="50.1271767%" id="linearGradient-7">
45
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
46
+ <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
47
+ <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
48
+ <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
49
+ <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
50
+ <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
51
+ <stop stop-color="#E3E7EA" offset="100%"></stop>
52
+ </linearGradient>
53
+ <linearGradient x1="-0.0132509901%" y1="50.0231446%" x2="99.8624302%" y2="50.0231446%" id="linearGradient-8">
54
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
55
+ <stop stop-color="#FFE500" offset="94%"></stop>
56
+ </linearGradient>
57
+ <linearGradient x1="50.0440238%" y1="99.9854831%" x2="50.0440238%" y2="0%" id="linearGradient-9">
58
+ <stop stop-color="#FFFFFF" offset="9%"></stop>
59
+ <stop stop-color="#023852" offset="100%"></stop>
60
+ </linearGradient>
61
+ <linearGradient x1="115.691811%" y1="53.6398467%" x2="-35.2473141%" y2="40.1751505%" id="linearGradient-10">
62
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
63
+ <stop stop-color="#F6FBFE" offset="10%"></stop>
64
+ <stop stop-color="#DCF1FA" offset="28%"></stop>
65
+ <stop stop-color="#B3E0F3" offset="50%"></stop>
66
+ <stop stop-color="#7AC8EB" offset="76%"></stop>
67
+ <stop stop-color="#3FB0E2" offset="100%"></stop>
68
+ </linearGradient>
69
+ <linearGradient x1="50.0084682%" y1="100.016176%" x2="50.0084682%" y2="0%" id="linearGradient-11">
70
+ <stop stop-color="#FFFFFF" offset="9%"></stop>
71
+ <stop stop-color="#023852" offset="100%"></stop>
72
+ </linearGradient>
73
+ <linearGradient x1="57.867184%" y1="99.0747687%" x2="37.5288374%" y2="-2.80070018%" id="linearGradient-12">
74
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
75
+ <stop stop-color="#0099DA" offset="100%"></stop>
76
+ </linearGradient>
77
+ <linearGradient x1="50.0333778%" y1="0.00227533947%" x2="50.0333778%" y2="100.040921%" id="linearGradient-13">
78
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
79
+ <stop stop-color="#FCFDFD" stop-opacity="0.04" offset="9%"></stop>
80
+ <stop stop-color="#F5F7F8" stop-opacity="0.14" offset="22%"></stop>
81
+ <stop stop-color="#E9EDEF" stop-opacity="0.32" offset="38%"></stop>
82
+ <stop stop-color="#D8DFE3" stop-opacity="0.56" offset="56%"></stop>
83
+ <stop stop-color="#C3CDD3" stop-opacity="0.86" offset="76%"></stop>
84
+ <stop stop-color="#B9C5CC" offset="85%"></stop>
85
+ </linearGradient>
86
+ <linearGradient x1="49.9750123%" y1="0.00330285095%" x2="49.9750123%" y2="100.008862%" id="linearGradient-14">
87
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
88
+ <stop stop-color="#FCFDFD" stop-opacity="0.04" offset="7%"></stop>
89
+ <stop stop-color="#F5F7F8" stop-opacity="0.14" offset="18%"></stop>
90
+ <stop stop-color="#E9EDEF" stop-opacity="0.32" offset="31%"></stop>
91
+ <stop stop-color="#D8DFE3" stop-opacity="0.56" offset="46%"></stop>
92
+ <stop stop-color="#C3CDD3" stop-opacity="0.86" offset="62%"></stop>
93
+ <stop stop-color="#B9C5CC" offset="69%"></stop>
94
+ </linearGradient>
95
+ <linearGradient x1="-0.0138119039%" y1="50.0165508%" x2="99.9705607%" y2="50.0165508%" id="linearGradient-15">
96
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
97
+ <stop stop-color="#FEFEFE" stop-opacity="0.03" offset="9%"></stop>
98
+ <stop stop-color="#FBFCFC" stop-opacity="0.13" offset="23%"></stop>
99
+ <stop stop-color="#F7F8F9" stop-opacity="0.28" offset="41%"></stop>
100
+ <stop stop-color="#F1F3F5" stop-opacity="0.48" offset="60%"></stop>
101
+ <stop stop-color="#EAEDEF" stop-opacity="0.75" offset="82%"></stop>
102
+ <stop stop-color="#E3E7EA" offset="100%"></stop>
103
+ </linearGradient>
104
+ </defs>
105
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Practice-Detection-and-Deterrence" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
106
+ <g id="detection-and-deterrence" transform="translate(9.000000, 0.000000)">
107
+ <g id="Midlayer" transform="translate(0.000000, 0.091336)">
108
+ <path d="M107.754803,22.0351568 C92.6333831,22.0351568 80.37505,34.2837787 80.37505,49.3932195 C80.37505,64.5026604 92.6333831,76.7512823 107.754803,76.7512823 C122.876224,76.7512823 135.134557,64.5026604 135.134557,49.3932195 C135.134557,34.2837787 122.876224,22.0351568 107.754803,22.0351568 Z M107.754803,28.8204883 C112.038536,28.8145921 116.2163,30.1509684 119.700182,32.6415763 L90.9948067,61.3291346 C86.5263512,55.0594396 85.9353089,46.821466 89.4630174,39.9789863 C92.9907259,33.1365065 100.046726,28.8347976 107.749875,28.8303559 L107.754803,28.8204883 Z M107.754803,69.9659448 C103.471225,69.9708537 99.2937585,68.6345723 95.809425,66.1448627 L124.519728,37.4573044 C128.988184,43.7269994 129.579226,51.9649731 126.051517,58.8074528 C122.523809,65.6499325 115.467808,69.9516414 107.764659,69.9560831 L107.754803,69.9659448 Z" id="Shape" stroke="#023852"></path>
109
+ <path d="M29.2326669,323.367772 L29.2326669,5.03238664 C29.2326669,2.38816783 31.5389528,0.246202869 34.3774585,0.246202869 L181.137076,0.246202869 C183.975582,0.246202869 186.27694,2.38816783 186.27694,5.03238664 L186.27694,323.367772" id="Path" stroke="#023852"></path>
110
+ <polyline id="Path" stroke="#023852" points="178.34785 323.367772 178.34785 8.63679663 36.737952 8.63679663 36.737952 323.367772"></polyline>
111
+ <rect id="Rectangle" stroke="#023852" x="45.1450541" y="139.493621" width="6.40634978" height="40.3477261" rx="2.55"></rect>
112
+ <line x1="0" y1="323.426861" x2="375.929533" y2="323.426861" id="Path" stroke="#1A1818"></line>
113
+ </g>
114
+ <g id="Ilus" transform="translate(104.000955, 45.091749)">
115
+ <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="0.0196896218" y="279.307496" width="90.301528" height="4.7237458" rx="2.3618729"></rect>
116
+ <rect id="Rectangle" fill="#D8DEE2" fill-rule="nonzero" style="mix-blend-mode: multiply;" x="128.888264" y="279.307496" width="90.301528" height="4.7237458" rx="2.3618729"></rect>
117
+ <path d="M163.423861,19.304243 L162.803638,10.1673944 C162.68736,8.48379923 163.255452,6.82461713 164.378808,5.56691963 L167.553759,1.97233645 C168.649873,0.74063207 170.251647,0.0839071585 171.895321,0.192302804 L183.482663,0.986168225 C184.559947,1.06349661 185.589061,1.46382054 186.436106,2.13505421 L188.587198,3.84112524 C190.226365,5.14390226 191.162566,7.13993176 191.117314,9.23546543 L190.999176,14.7284224 C190.982695,15.4279789 190.868367,16.1217645 190.65953,16.789514 L187.81438,26.0249795 L186.002935,17.6967888 L183.999516,9.86168225 L178.432275,11.5381682 L171.196339,8.99385421 L167.361785,11.3409346 L165.678323,24.1611215 L164.541247,24.3041159 L163.423861,19.304243 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
118
+ <path d="M150.212125,269.514845 L143.281378,276.620187 C142.990845,276.927543 142.81672,277.326972 142.789137,277.74935 L142.715301,278.656625 C142.638905,279.586246 143.276685,280.42317 144.192023,280.594445 L148.824006,281.521443 C149.542963,281.66666 150.279161,281.706522 151.009554,281.639783 L152.02357,281.546097 C153.675451,281.390013 155.231146,280.697408 156.453735,279.573761 L158.801722,277.428845 C159.187376,277.077375 159.651592,276.823732 160.155384,276.689219 L162.370466,276.097518 C163.665589,275.751811 164.586544,274.603637 164.644617,273.262284 L164.802134,269.746595 L150.212125,269.514845 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
119
+ <path d="M193.189647,270.210094 C193.253638,270.392535 193.312707,273.025604 193.342241,274.519649 C193.355519,275.155856 193.711478,275.735045 194.272576,276.033417 L194.272576,276.033417 C194.522047,276.166962 194.736303,276.357926 194.897721,276.590602 L197.683803,280.663477 C198.367838,281.663849 199.500617,282.261653 200.711082,282.261071 L208.09469,282.261071 C208.532944,282.261454 208.965544,282.161971 209.359749,281.97015 L210.083342,281.624991 C210.825356,281.259851 211.380625,280.599898 211.61421,279.805511 L211.61421,279.805511 C211.873702,278.913453 211.690664,277.950856 211.12197,277.216819 L205.215083,269.519776 L193.189647,270.210094 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
120
+ <path d="M151.280287,118.207054 L151.255675,118.458527 C151.063586,120.197669 150.51026,121.877289 149.631281,123.389368 L147.97243,126.229533 C146.725803,128.373037 146.143269,130.83932 146.298812,133.315152 L150.728977,204.984927 L150.625607,221.749787 L148.966756,245.003634 C148.932299,245.442479 148.922454,245.881324 148.927377,246.320168 L149.237488,270.106546 L154.159894,271.585798 C154.860854,271.798805 155.595968,271.87579 156.325752,271.812617 L164.693842,271.058198 L166.569278,261.196516 C166.741302,260.289396 166.830275,259.368436 166.835088,258.445107 L166.918769,247.276752 C166.928536,246.183131 167.007452,245.091229 167.155044,244.007604 L168.587464,224.032767 C168.759828,221.583469 169.290554,219.172836 170.162634,216.878116 L170.162634,216.878116 C170.847777,215.06303 171.323419,213.175399 171.580287,211.252026 L174.602644,188.52578 L177.373958,161.840067 L186.111228,214.254909 L188.670878,249.90489 L190.615229,266.758505 C190.635814,266.962179 190.696016,267.159845 190.792435,267.340344 L193.337319,272.157776 L206.135573,271.117368 C206.327015,271.096257 206.48858,270.965242 206.549055,270.782071 L208.025777,265.727959 C208.199449,264.941687 208.270597,264.136174 208.23744,263.33157 L205.195394,190.473462 C205.127125,188.830034 205.145199,187.184147 205.24954,185.542621 L206.657348,163.822266 C206.657348,163.506692 206.686882,163.186187 206.657348,162.870613 L206.460452,148.571174 C206.454389,148.118078 206.520864,147.666936 206.657348,147.234916 L207.681208,143.926322 C207.853601,143.371842 207.912205,142.788152 207.853493,142.210389 L206.455529,128.458273 C206.317266,127.115426 205.559514,125.914812 204.407809,125.21378 L204.407809,125.21378 C203.338777,124.568212 202.603693,123.488001 202.394545,122.255275 L202.153347,120.8204 L151.280287,118.207054 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
121
+ <path d="M193.593284,177.944195 L180.952547,183.220195 L186.125995,214.284494 L188.685646,249.934475 L190.615229,266.758505 C190.627208,266.885344 190.657038,267.009848 190.703832,267.128318 L201.277159,228.357114 C202.020169,225.629122 202.304634,222.796258 202.11889,219.974684 L199.593696,181.647256 C199.493712,180.25179 198.729646,178.989717 197.540536,178.255876 C196.351425,177.522035 194.882489,177.406045 193.593284,177.944195 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
122
+ <path d="M192.658027,123.054071 C192.668708,123.182107 192.734866,123.299024 192.839045,123.373972 C192.943225,123.44892 193.074959,123.47437 193.199491,123.443608 L202.251795,121.205006 L202.182881,120.805608 L192.387295,120.312523 L192.658027,123.054071 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
123
+ <path d="M190.497091,120.396348 L191.279753,120.248423 L151.280287,118.207054 L151.255675,118.458527 L151.255675,118.458527 C151.140953,119.507858 151.78175,120.492373 152.786543,120.810538 L160.357202,123.211858 L160.667314,119.794785 L162.262173,119.686307 L161.991441,122.644811 C161.945587,123.114049 162.286314,123.53243 162.754414,123.581671 L169.06986,124.281851 L169.197843,124.281851 L179.904074,124.814381 L180.194496,124.814381 L190.093454,123.961346 C190.292751,123.945159 190.477132,123.849221 190.604956,123.695199 C190.732779,123.541177 190.793262,123.342063 190.772746,123.142826 L190.497091,120.396348 Z" id="Path" fill="#023852" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
124
+ <path d="M185.082445,121.791776 L185.254729,123.941623 C185.328445,124.877636 184.633283,125.697394 183.699249,125.775895 L177.674225,126.26898 C176.73789,126.348644 175.914067,125.653593 175.833245,124.715765 L175.592047,121.826292 C175.55078,121.339115 175.720154,120.857616 176.057191,120.503969 C176.394228,120.150322 176.866535,119.958519 177.354268,119.977226 L183.453129,120.213907 C184.319329,120.24464 185.022518,120.925625 185.082445,121.791776 Z" id="Path" fill="#9DADB7" fill-rule="nonzero"></path>
125
+ <path d="M289.654026,54.0568113 L293.326141,49.9494206 C293.78541,49.4359636 294.349447,49.0273445 294.980069,48.7512262 L294.980069,48.7512262 C295.543168,48.502692 296.054241,48.1496814 296.486325,47.7108187 L299.794182,44.3331926 C300.118218,44.0006305 300.579431,43.8399335 301.03955,43.8992785 L301.03955,43.8992785 C301.487266,43.9521224 301.886362,44.2069318 302.123221,44.5911654 C302.360079,44.9753991 302.408753,45.4469653 302.255384,45.871615 L301.910816,46.8577832 C301.696967,47.4595544 301.378684,48.0187561 300.970636,48.509615 L298.917993,50.9996898 C298.855891,51.0753252 298.840249,51.1790049 298.877266,51.2696456 C298.914282,51.3602864 298.997983,51.4232564 299.0952,51.4336038 L303.687804,51.9710655 C303.956442,51.9932061 304.226441,51.9932061 304.495079,51.9710655 L314.989647,51.3744337 C315.70862,51.3350447 316.325375,51.8825008 316.372843,52.6022131 L316.545127,55.368415 C316.588098,56.0787817 316.43842,56.7875619 316.111956,57.4196449 L314.68938,60.1562617 C314.490752,60.5419484 314.129051,60.8173127 313.704899,60.9057496 L311.765472,61.3150094 C311.216875,61.4380308 310.785595,61.862404 310.653008,62.4096561 L310.653008,62.4096561 C310.548764,62.8774954 310.218184,63.2622906 309.771897,63.4352711 L306.695394,64.648258 C306.168357,64.8552076 305.620376,65.0040112 305.061155,65.0920337 L297.392048,66.3000898 C296.785865,66.3973199 296.166299,66.3704819 295.570758,66.2211963 L290.732033,65.0180711 C290.156047,64.8752273 289.562658,64.8154547 288.969812,64.8405608 L288.694157,64.8405608 L288.851674,54.6435814 L289.654026,54.0568113 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
126
+ <path d="M289.555578,54.1800823 L289.363604,54.3181458 L288.733536,62.2518692 L288.694157,64.9441085 L288.969812,64.9441085 C289.562658,64.9190023 290.156047,64.978775 290.732033,65.1216188 L295.570758,66.3346057 C296.166299,66.4838913 296.785865,66.5107292 297.392048,66.4134991 L304.977474,65.2103739 L289.555578,54.1800823 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
127
+ <path d="M51.0453445,46.0195402 L50.7007761,44.3775701 C50.5316655,43.6426567 50.9869766,42.9089444 51.7197141,42.7356 L51.7197141,42.7356 C52.2497203,42.5991051 52.8098433,42.7932514 53.1422892,43.2286842 L55.7314745,46.6802729 C55.9180252,46.9295567 56.1346113,47.1547947 56.3763096,47.3508673 L59.2313048,49.658501 C59.3236905,49.7279874 59.4050154,49.8111143 59.4725026,49.905043 L62.5047044,54.2244599 C62.9629352,54.8776774 63.6809801,55.3002517 64.4736666,55.3832075 L65.9946899,55.5459253 L65.6008974,66.1817496 L64.2767704,65.7478356 C63.5484436,65.5175088 62.7766032,65.4601124 62.0223087,65.580187 L58.1828324,66.1521646 C57.539974,66.3161811 56.8721133,66.3579939 56.2138702,66.2754356 L42.1111786,65.9352075 C41.3375409,65.9155475 40.6334611,65.4829719 40.2652766,64.8011141 L39.723812,63.8149459 C39.3842277,63.1852908 38.7559103,62.7644642 38.0452717,62.6907141 L37.3462901,62.6167515 C36.4354386,62.5224386 35.6834281,61.8620661 35.4708537,60.9698505 L35.4167072,60.7479627 C34.7799211,58.0612443 34.9511942,55.2458355 35.9089478,52.6564524 L35.9089478,52.6564524 C36.2683179,51.6886979 37.2018984,51.0566587 38.2323231,51.0835141 L54.3679682,51.5026356 L51.9067655,47.9869458 C51.4907288,47.3956982 51.1977691,46.7266054 51.0453445,46.0195402 L51.0453445,46.0195402 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
128
+ <path d="M57.1245152,66.3148823 C57.4832278,66.3006359 57.8395214,66.2494136 58.1877548,66.1620262 L62.0223087,65.580187 C62.7652731,65.4726342 63.5229526,65.5367257 64.2373911,65.7675589 L65.5615182,66.201473 L65.9553106,55.5656487 L65.2218722,55.4867552 L57.1245152,66.3148823 Z" id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
129
+ <path d="M65.2415618,55.4768935 L109.218332,57.2421346 C110.405857,57.2910267 111.581128,56.9855504 112.595102,56.3644449 L114.864331,54.9838094 C115.207621,54.7716103 115.602941,54.6589557 116.006329,54.6583739 L118.900704,54.6583739 C119.617959,54.6571057 120.290606,55.0068922 120.702304,55.5952337 L120.702304,55.5952337 C121.177023,56.2704724 121.98684,56.6257309 122.804171,56.517301 L124.97003,56.2214505 C125.594911,56.1336006 126.153164,55.7840943 126.50582,55.2599365 L127.244181,54.1504972 C127.466647,53.8153554 127.776475,53.5476284 128.140059,53.3763552 L146.352959,44.8114842 C147.130702,44.4458117 148.000517,44.3237945 148.848618,44.4613944 L152.875146,45.1122655 C153.523677,45.214923 154.187054,45.1676987 154.814574,44.9742019 L162.355699,42.6369832 C163.159498,42.3856714 163.791094,41.7585111 164.049006,40.9555664 L165.0581,37.8244823 L165.629099,41.527544 L173.298206,48.4997533 L176.566683,48.4997533 L184.526213,40.812572 L185.09229,37.8244823 L185.737125,39.3037346 C185.957716,39.8122739 186.398313,40.1918736 186.933269,40.3342804 L200.17454,43.884486 C200.62007,44.0072439 201.09597,43.948762 201.498667,43.7217683 L201.498667,43.7217683 C201.914413,43.4900214 202.405571,43.4349601 202.862173,43.5689122 L216.925486,47.6861645 C217.770375,47.9327217 218.565218,48.3266512 219.273473,48.849843 L222.000486,50.8616262 C223.0507,51.6361426 224.283908,52.1238141 225.579075,52.2767776 L243.068381,54.3181458 L277.328323,55.585372 C277.599689,55.596835 277.871534,55.5836321 278.14052,55.5459253 L289.388216,54.0370879 L290.201219,70.5110281 C290.209837,70.7130982 290.136227,70.9102168 289.996723,71.0564814 C289.857219,71.2027459 289.663997,71.2853906 289.462052,71.2851702 L280.266999,71.2851702 C279.905456,71.2859702 279.5447,71.3189725 279.188992,71.383787 L240.93698,78.2869646 C240.558256,78.3518053 240.174168,78.3798769 239.790059,78.3707889 L217.210985,77.6755403 L207.691053,93.4542319 L202.005675,116.086793 L202.291174,121.066942 L178.988507,121.066942 L164.496945,120.923948 L152.279535,119.217877 L150.428711,118.078852 L151.280287,114.947768 L149.148885,106.013084 L143.891756,93.9177309 L88.6032981,75.2594281 L74.2790982,71.8768711 C73.7945967,71.7637283 73.2997385,71.7009388 72.8023766,71.6894991 L65.6107422,71.5711589 C65.4201434,71.5699068 65.2380794,71.4918155 65.105638,71.3545084 C64.9731967,71.2172014 64.9015396,71.0322503 64.906564,70.8413945 L65.2415618,55.4768935 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
130
+ <polygon id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="165.978589 114.824497 167.676819 110.357155 147.076552 89.9336113 143.896679 95.3180898 143.557033 95.8062431 147.99212 106.003223 150.123521 114.972423 149.267023 118.103507 151.117847 119.2376 163.335258 120.948602 165.949055 120.973256"></polygon>
131
+ <path d="M173.012707,49.905043 L176.610985,49.5598842 C176.869491,49.5343909 177.126317,49.6225449 177.314889,49.8014954 L178.791611,51.2067851 C178.973387,51.3779228 179.023215,51.6474558 178.914671,51.8724486 L177.334579,55.2254206 C177.270304,55.3646176 177.270304,55.5250685 177.334579,55.6642655 L179.086955,60.1020225 C179.421187,60.9356262 179.588443,61.826952 179.579196,62.72523 L179.21986,122.102419 C179.21292,122.477818 179.030715,122.828253 178.727619,123.04914 L172.456475,127.802471 C172.041723,128.118421 171.459099,128.084951 171.083124,127.723578 L165.392823,122.250344 C165.136848,122.004769 165.003335,121.657765 165.028565,121.303623 L168.671145,70.4370655 C168.746871,69.4159075 168.9966,68.4152792 169.409506,67.4785608 L174.366368,56.2115888 C174.453974,56.0130814 174.417382,55.7815761 174.272843,55.6198879 L171.412925,52.4888038 C171.232202,52.2896696 171.209882,51.9929121 171.358779,51.768901 L172.34326,50.2896486 C172.497022,50.0668048 172.743046,49.925461 173.012707,49.905043 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
132
+ <path d="M215.059894,77.5128225 C213.417921,77.3783659 211.921795,78.4590113 211.530529,80.0620674 L209.930748,86.6052935 C209.75711,87.3208514 209.352143,87.9588144 208.778905,88.4198431 L186.465641,106.451929 C185.248716,107.435717 184.871069,109.130886 185.554996,110.539596 L190.67922,121.091596 L202.310864,121.091596 L202.025364,116.111447 L207.710743,93.4788861 L217.225752,77.7001945 L215.059894,77.5128225 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
133
+ <path d="M86.9099906,74.8550991 L85.3151313,69.5593758 C84.4241759,66.6008711 82.6324203,64.7123589 80.6634581,64.6827739 L65.049588,64.4362318 L64.9117607,70.8463253 C64.906462,71.0371811 64.9781191,71.2221322 65.1105604,71.3594393 C65.2430018,71.4967464 65.4250658,71.5748377 65.6156646,71.5760898 L72.807299,71.69443 C73.3046609,71.7058696 73.7995191,71.7686591 74.2840206,71.8818019 L86.9099906,74.8550991 Z" id="Path" fill="#F0F3F4" fill-rule="nonzero"></path>
134
+ <path d="M164.295127,28.337544 L163.916101,28.337544 C163.230618,28.3385743 162.573141,28.0651916 162.089889,27.5781944 L161.681329,27.1738654 C161.248034,26.736656 161.017684,26.1374334 161.046339,25.5220337 L161.317071,20.0981084 C161.334171,19.7738244 161.48355,19.4708275 161.730211,19.260107 C161.976872,19.0493865 162.29914,18.9494596 162.621509,18.9837383 L163.414016,19.0724935 L164.551092,24.052643 L165.688167,23.9096486 L166.712028,11.9770131 C166.78933,11.0948186 167.268909,10.2977899 168.011543,9.81730468 L170.251237,8.37749907 C170.836284,8.00049753 171.560513,7.90981383 172.220199,8.13095702 L177.925267,10.0342617 C178.379086,10.1874965 178.866486,10.2113961 179.333075,10.1032935 L183.467896,9.1713645 C184.056105,9.03876872 184.672868,9.15661885 185.171048,9.49680001 L187.041562,10.7837495 C187.866154,11.358296 188.349987,12.3072715 188.331233,13.313271 L187.725777,24.4816262 L188.218017,24.5605197 L189.26649,20.9708673 C189.300756,20.8602588 189.407258,20.7884517 189.522455,20.7982879 L189.522455,20.7982879 C190.056739,20.8403298 190.459299,21.302753 190.428177,21.8386953 L190.295272,24.8563701 C190.289321,24.9859908 190.271192,25.1147616 190.241126,25.2409757 L189.547067,28.0071776 C189.471763,28.3079365 189.32673,28.5866734 189.12374,28.8207664 L187.83407,30.3000187 C187.574396,30.598458 187.394833,30.9581986 187.312295,31.345357 L186.327813,36.0888262 C186.243498,36.5093485 186.042128,36.8973935 185.74697,37.2081271 L185.653444,37.3116748 C185.303323,37.6863488 185.086956,38.1666413 185.038143,38.6775178 L184.865859,40.5216524 L176.615908,48.5490617 L173.34743,48.5490617 L165.678323,41.5719215 L165.107324,37.8737907 L164.698764,28.7270804 C164.690815,28.5095729 164.512407,28.3373982 164.295127,28.337544 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
135
+ <path d="M177.905578,42.8983178 L175.2081,43.016658 C174.459688,43.0459673 173.721,42.8389871 173.096388,42.4249571 C172.03807,41.7198468 170.339841,40.5808225 169.256911,39.8116113 C169.113489,39.7139747 168.924162,39.7176674 168.784643,39.8208224 C168.645124,39.9239775 168.58581,40.1041194 168.636688,40.2701795 L170.423521,45.8814767 L173.34743,48.5441309 L176.615908,48.5441309 L184.895393,40.501929 L185.121824,38.1055402 L179.923764,42.1537608 C179.345396,42.607394 178.639514,42.8678106 177.905578,42.8983178 L177.905578,42.8983178 Z" id="Path" fill="url(#linearGradient-6)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
136
+ <path d="M279.179147,71.2950318 L278.042072,61.6355141 C277.966142,61.0378244 277.484971,60.5737485 276.885856,60.5203763 C276.286742,60.467004 275.731367,60.838739 275.551335,61.4136262 L272.174565,72.5080188 L279.179147,71.2950318 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
137
+ <path d="M166.913846,94.6179104 L165.003953,121.298692 C164.978723,121.652834 165.112236,121.999838 165.368211,122.245413 L171.088046,127.708785 C171.464022,128.070159 172.046645,128.103628 172.461397,127.787679 L178.732542,123.034348 C179.035637,122.81346 179.217843,122.463026 179.224782,122.087626 L179.313386,107.615608 L166.913846,94.6179104 Z" id="Path" fill="url(#linearGradient-8)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
138
+ <path d="M155.66615,142.220251 C153.04743,140.326808 148.951989,137.35351 146.431717,135.479791 L150.748667,205.004651 L150.645296,221.76951 L148.986446,245.023357 C148.951989,245.462202 148.942144,245.901047 148.947066,246.339892 L149.257178,270.126269 L153.268938,271.344187 L152.028492,251.19677 L153.57905,184.142262 L157.777862,147.042613 C157.9928,145.171434 157.186058,143.329135 155.66615,142.220251 Z" id="Path" fill="url(#linearGradient-9)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
139
+ <ellipse id="Oval" stroke="#FFFFFF" cx="160.805141" cy="199.457454" rx="11.0852571" ry="11.1042542"></ellipse>
140
+ <path d="M160.795795,218.117316 C171.111523,218.111071 179.479131,209.753582 179.485376,199.450337 C179.491613,189.147092 171.134124,180.799721 160.818397,180.805959 C150.502669,180.812204 142.135061,189.169693 142.128816,199.472938 C142.122579,209.776183 150.480068,218.123554 160.795795,218.117316 Z" id="Oval" stroke="#FFFFFF" stroke-dasharray="4.96" transform="translate(160.807096, 199.461637) rotate(-67.500000) translate(-160.807096, -199.461637) "></path>
141
+ <path d="M157.320078,196.173514 L135.789477,186.878879 L122.218405,180.828737 L118.639816,182.307989 C117.983711,182.579546 117.485892,183.134432 117.286155,183.816826 L115.755287,189.05831 C115.535788,189.815507 115.738736,190.632459 116.286906,191.198296 L119.73259,194.748501 C120.01722,195.040567 120.366186,195.261789 120.751528,195.394441 L131.822018,199.205982 C132.048663,199.286188 132.285816,199.332703 132.525922,199.344045 L156.040253,200.591548 L156.680165,200.690165 L181.036228,206.853716 C181.294288,206.925201 181.570284,206.888315 181.800608,206.751558 C182.030933,206.614801 182.195717,206.389971 182.256984,206.128882 L182.783682,204.12203 C182.856849,203.864228 182.822114,203.587698 182.687472,203.356088 C182.552829,203.124478 182.329878,202.95774 182.069933,202.894251 L157.738483,196.316509 L157.320078,196.173514 Z M137.950413,193.974359 C137.685145,194.8306 137.081456,195.540701 136.279838,195.939402 C135.478221,196.338103 134.548591,196.39063 133.707299,196.084759 L122.661421,191.883682 L123.645902,188.53071 L138.708463,191.489215 L137.950413,193.974359 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
142
+ <path d="M28.9929681,269.223925 L27.2307469,280.357765 C27.1173274,281.086562 27.6041453,281.773211 28.3284434,281.906049 L38.8870031,283.774838 C39.3765928,283.863425 39.8624095,283.601697 40.0585355,283.14369 L40.0585355,283.14369 C40.2731127,282.643583 40.827025,282.383094 41.3482058,282.537197 L48.3281767,284.509533 C48.754388,284.628298 49.1951626,284.686394 49.6375366,284.682112 L70.1787345,284.410916 C70.3898144,284.406922 70.5990158,284.370332 70.7989576,284.302438 L75.1700536,282.823185 C75.6458421,282.661066 76.0749979,282.385191 76.4203446,282.019458 L76.7993698,281.62006 C77.7399415,280.623232 77.9179009,279.127013 77.2374639,277.936722 L77.2374639,277.936722 C76.7117871,277.014076 75.7518833,276.4245 74.6925803,276.373645 L68.5444959,276.067933 C68.0515201,276.042578 67.5697374,275.911416 67.1317655,275.683327 L56.0760429,269.978344 L28.9929681,269.223925 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
143
+ <path d="M25.665422,268.306789 L25.3700777,277.335159 C25.3503381,277.908629 25.7595363,278.407269 26.3250243,278.498838 L33.034263,279.608277 L55.3721389,279.608277 L64.1881671,278.449529 L69.735718,277.182303 C70.3065258,277.048774 70.7760382,276.644007 70.9928887,276.098494 C71.2097391,275.552982 71.1465039,274.935712 70.8235696,274.445686 L69.6668043,272.71003 C69.3512115,272.232028 68.8256917,271.934884 68.254074,271.911234 L61.0378276,271.635107 C60.2089206,271.602032 59.4050985,271.341024 58.7144522,270.880688 L51.7394037,266.230905 L25.665422,268.306789 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
144
+ <polygon id="Path" fill="#023852" fill-rule="nonzero" points="21.4124637 159.034419 26.2413435 189.773282 25.6063531 268.464576 31.8578081 269.746595 40.8756549 195.897387"></polygon>
145
+ <path d="M12.1484966,117.768209 L9.64791468,126.643723 C8.93416582,129.144513 8.93416582,131.795599 9.64791468,134.296389 L15.9830505,156.421073 C16.2697243,157.402457 16.7745978,158.306043 17.4597721,159.064004 L21.0629729,163.107294 C21.706738,163.829958 22.1884598,164.682402 22.4757033,165.60723 L33.7135549,201.760157 L30.6124395,258.533862 C30.5847625,259.054841 30.7188938,259.571615 30.9963871,260.013114 L31.444326,260.718225 C31.8822521,261.403896 31.9540909,262.261903 31.6362998,263.011066 L28.9929681,269.223925 L39.748424,273.449656 C40.2036538,273.627626 40.6969185,273.685357 41.180844,273.617305 L56.1449566,271.447735 C56.4937866,271.396781 56.8049344,271.200684 57.0017728,270.907737 C57.1986112,270.614791 57.2628474,270.252218 57.1786617,269.909312 L55.4115181,262.646183 C55.3123001,262.245252 55.0839347,261.888252 54.7617606,261.63043 L53.1176772,260.313896 C52.4002412,259.752395 52.1921979,258.75416 52.6254367,257.952023 L54.1661496,255.146374 C54.2791325,254.939948 54.3525899,254.714181 54.3827354,254.480711 L60.5898887,205.389256 C60.6161415,205.221608 60.6456759,205.057246 60.678492,204.896172 L63.2381428,193.555238 C63.5860837,192.012115 63.6078811,190.413141 63.3021341,188.861077 L55.0521825,146.914411 C54.8796138,146.041516 55.0190107,145.135629 55.445975,144.355305 L58.0646947,139.547735 C58.5573283,138.636485 58.7388439,137.588817 58.5815473,136.564576 L58.153298,133.818097 L55.0620274,129.760015 L18.7051407,114.484269 L12.1484966,117.768209 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
146
+ <path d="M116.267217,69.2635253 L106.092605,69.6530618 L90.3409072,74.268329 L87.6581962,72.9764487 L85.8122942,73.6716973 L80.7274494,67.6067627 L81.5248791,76.2012188 L81.475655,81.8963403 L88.1307472,87.088516 L91.4533708,89.3665646 L105.339477,88.6368001 L107.421654,88.8044487 C107.763552,88.8332593 108.106271,88.7594484 108.406135,88.5924225 L108.898376,88.3212263 C109.260487,88.1225626 109.492136,87.7482943 109.508754,87.335058 L109.646581,83.0994655 L114.322867,76.038501 C114.740683,75.4021015 115.040807,74.6956023 115.2089,73.9527552 L116.267217,69.2635253 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
147
+ <path d="M77.8527646,145.050553 L85.846751,142.382968 L95.1156405,136.189832 L97.4636279,143.842497 C97.9531008,145.441926 99.0225143,146.799894 100.461373,147.649107 L102.041465,148.576105 C102.756114,148.997476 103.386919,149.547451 103.902134,150.198352 L127.923473,177.056643 C128.356292,177.485841 128.881726,177.809739 129.459263,178.003365 L131.831863,178.777507 C132.486949,178.988218 133.073476,179.371391 133.530093,179.886946 L138.870903,185.89271 C139.050317,186.094631 139.154642,186.352406 139.166247,186.622475 L139.230238,188.338408 L137.94549,188.052419 C137.883398,188.03892 137.81893,188.060751 137.77775,188.10922 C137.73657,188.157689 137.725364,188.224928 137.748594,188.284168 L138.452498,190.192404 C138.810484,191.156018 138.699456,192.231736 138.152231,193.1016 L137.935646,193.441828 C137.8183,193.633947 137.603651,193.744309 137.379414,193.727817 L134.297988,193.57003 C133.915294,193.547055 133.563037,193.353434 133.338119,193.04243 L133.338119,193.04243 C133.145461,192.775837 132.785387,192.693574 132.496387,192.850127 L131.467605,193.412243 C130.945985,193.697286 130.337274,193.778118 129.75953,193.639062 L129.75953,193.639062 C129.20364,193.503505 128.714654,193.172874 128.381257,192.707133 L128.208972,192.475383 C128.046369,192.24815 127.75783,192.149166 127.490301,192.228841 L125.929899,192.697271 C125.503189,192.827922 125.047248,192.827922 124.620539,192.697271 L123.089671,192.204187 C122.509469,192.025446 122.024164,191.622698 121.740932,191.084886 L119.771969,187.283208 C119.471855,186.720348 119.303526,186.096464 119.279729,185.458796 L119.235427,184.018991 C119.213733,183.41653 118.918172,182.85709 118.433075,182.500292 L98.7729878,168.141682 C98.0446918,167.614466 97.4006946,166.979341 96.8630944,166.258101 L90.0800197,157.229731 C89.8080756,156.865365 89.508567,156.522483 89.1841419,156.204116 L77.8527646,145.050553 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
148
+ <polygon id="Path" fill="url(#linearGradient-10)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="95.1402525 136.268725 95.1156405 136.189832 85.846751 142.378038 77.8527646 145.050553 87.1610333 154.207125"></polygon>
149
+ <path d="M55.0767946,146.870034 C54.9042258,145.997138 55.0436227,145.091251 55.470587,144.310927 L58.0893067,139.503357 C58.5819404,138.592107 58.7634559,137.544439 58.6061593,136.520198 L58.17791,133.77372 L55.0866394,129.715638 L43.5288314,124.873552 L35.3527159,125.736449 L41.52049,133.665241 C42.7119345,135.191773 42.6093789,137.361711 41.2792921,138.768662 L40.0979148,140.021095 C39.2881249,140.894223 38.9158187,142.087284 39.0850114,143.26696 C39.2542042,144.446636 39.9467558,145.486448 40.9691806,146.095892 L56.720878,155.356011 L55.0767946,146.870034 Z" id="Path" fill="url(#linearGradient-11)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
150
+ <path d="M87.618817,80.9397571 L87.618817,80.9397571 C87.0841225,81.0819163 86.5140759,80.9363613 86.1125609,80.5551515 L85.3594329,79.8401795 C84.9590096,79.4728503 84.7734021,78.9262293 84.8671924,78.3905122 L86.0781041,73.5484262 L85.7089237,73.1934057 L80.7274494,67.6067627 L81.5248791,76.2012188 L81.475655,81.8963403 L88.1307472,87.088516 L88.5146948,87.3251963 L88.5146948,81.6399365 C88.5135311,81.417986 88.4109151,81.2088037 88.2362222,81.0722713 C88.0615293,80.9357389 87.8340181,80.8869079 87.618817,80.9397571 Z" id="Path" fill="url(#linearGradient-12)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
151
+ <path d="M83.1886521,61.4875888 L82.8539285,63.0161496 L81.0769402,65.4026767 L80.9341904,68.1738094 L85.3102088,73.5977347 C85.5219775,73.8632775 85.8935336,73.9381319 86.1913194,73.7752449 L87.2250246,73.213129 C87.4945149,73.0776847 87.8120328,73.0776847 88.0815231,73.213129 L90.897139,74.5543178 L93.6438413,80.4269496 L94.3674349,81.7237608 L97.7245154,79.0611066 C97.9568865,78.8787822 98.2606579,78.8150084 98.5465571,78.8885272 L102.253128,79.8352487 C102.732239,79.9589047 103.225043,79.689446 103.380359,79.2188935 L106.131984,71.0780748 C106.226852,70.8089528 106.43786,70.5970647 106.706289,70.5013748 C106.974717,70.405685 107.271916,70.4364067 107.51518,70.5849907 L110.823036,72.655944 C111.200769,72.8898976 111.655663,72.9643657 112.088094,72.8630393 L113.884772,72.4439178 C114.344907,72.3364326 114.738249,72.0391295 114.967702,71.6253982 L116.257372,69.2881795 L116.341053,67.9519216 C116.425681,66.5560549 116.052291,65.1707594 115.277813,64.0072487 L109.671193,55.5015477 C108.402938,53.5901544 106.607196,52.0894247 104.502668,51.1821309 L104.502668,51.1821309 C102.52214,50.3239233 100.344785,50.0254947 98.2069111,50.3192337 L96.9713874,50.4868823 C93.1507095,51.0120352 89.5816212,52.6946869 86.7426288,55.3092449 L86.7426288,55.3092449 C84.953773,56.9550991 83.7131048,59.1119154 83.1886521,61.4875888 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
152
+ <path d="M82.8637733,69.9291889 L83.1984969,68.4006281 C83.7181402,66.0253439 84.9556326,63.8680728 86.7426288,62.2222842 C89.5803769,59.6058716 93.150076,57.922932 96.9713874,57.3999216 L98.2069111,57.2273421 C102.703615,56.6139191 107.155244,58.6262335 109.671193,62.4096561 L115.287658,70.8759104 C115.302276,70.9032871 115.318722,70.9296447 115.336882,70.9548038 L116.267217,69.2635253 L116.350898,67.9272674 C116.435525,66.5314007 116.062136,65.1461052 115.287658,63.9825945 L109.671193,55.5015477 C107.155244,51.7181251 102.703615,49.7058107 98.2069111,50.3192337 L96.9713874,50.4868823 C93.1507095,51.0120352 89.5816212,52.6946869 86.7426288,55.3092449 C84.953773,56.9550991 83.7131048,59.1119154 83.1886521,61.4875888 L82.8539285,63.0161496 L81.0769402,65.4026767 L80.9341904,68.1738094 L82.6078083,70.2546244 L82.8637733,69.9291889 Z" id="Path" fill="#1B4C63" fill-rule="nonzero"></path>
153
+ <path d="M90.3212176,74.268329 L95.0811837,84.2384898 L91.3352331,89.3271178 L95.8540013,92.6998132 C96.4131813,93.1192925 97.1622646,93.1824612 97.7835843,92.8625309 L105.772648,88.7551403 L95.9278374,84.075772 L91.4976725,74.4014618 L90.3212176,74.268329 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
154
+ <path d="M82.8440837,63.0161496 L81.6774736,62.4343103 C81.2678402,62.2302072 80.9510687,61.8776357 80.7914406,61.4481421 L79.4377791,57.8338356 C79.059776,56.8330189 78.2397621,56.0644183 77.2177743,55.7530206 L65.024976,52.1041982 C63.8668112,51.7523813 62.6092944,52.035012 61.7121971,52.8487552 L42.637876,70.0425982 L22.2984967,95.1652337 C21.9835011,95.5556298 21.6195174,95.9036642 21.2155675,96.2007104 L14.1765277,101.373163 C13.4325932,101.917953 12.890595,102.69505 12.6358148,103.58218 L11.2476965,108.404542 C10.9721082,109.353932 10.913227,110.353258 11.0754123,111.328531 L12.1484966,117.778071 L18.793744,119.168568 C19.9879365,119.418757 21.0181388,120.168952 21.6241271,121.22966 L21.8505578,121.629058 C22.2382927,122.307041 22.8033234,122.866221 23.4847964,123.246374 L51.4046801,135.080393 C52.2824874,135.368719 53.2292734,135.368719 54.1070807,135.080393 L58.17791,133.758927 L62.7016006,129.922733 C62.9859121,129.679372 63.3671638,129.582557 63.7328768,129.660851 C64.0985898,129.739146 64.4070273,129.983614 64.5671923,130.322131 L72.0492486,144.838527 C72.6061044,145.935785 73.8855686,146.453498 75.0469935,146.051514 L84.5521584,142.807021 C85.4122767,142.515498 86.2299705,142.110924 86.9838267,141.603895 L95.1156405,136.17997 L87.3234727,119.735615 C86.6899708,118.402236 86.7118027,116.849516 87.3825415,115.534538 L89.4056502,111.565211 C89.7740608,110.842246 89.8099998,109.994433 89.5040983,109.242785 L85.0050197,98.1483926 C84.5274801,96.9859828 84.5274801,95.6817033 85.0050197,94.5192936 L88.6032981,87.4731216 L84.9656405,83.7749907 L81.7513097,75.7525122 C81.504727,75.1293867 81.3521012,74.4729681 81.2984484,73.80483 L80.8997336,68.6767552 C80.870796,68.2893562 80.9279545,67.9003487 81.0670953,67.5377309 L82.8440837,63.0161496 Z" id="Path" fill="#CED5D9" fill-rule="nonzero"></path>
155
+ <path d="M48.8302621,97.6848936 L41.4023522,97.4038356 C40.9325432,97.3866359 40.490873,97.6278573 40.2508097,98.0327591 C40.0107464,98.4376609 40.0106312,98.9415751 40.2505094,99.346587 L49.7015278,122.52154 C50.2328211,123.409949 50.178423,124.531292 49.56364,125.363911 C48.948857,126.196531 47.8944091,126.576933 46.8908343,126.32815 L20.3098449,119.819439 C20.8433321,120.183634 21.2876041,120.664068 21.6093599,121.224729 L21.8357906,121.624127 C22.2235255,122.30211 22.7885562,122.86129 23.4700292,123.241443 L51.3899129,135.075462 C52.2677202,135.363788 53.2145062,135.363788 54.0923135,135.075462 L58.1631428,133.753996 L62.6868334,129.917802 C62.9711448,129.674441 63.3523966,129.577626 63.7181096,129.655921 C64.0838226,129.734215 64.3922601,129.978683 64.5524251,130.3172 L52.6943503,100.298239 C52.0050928,98.7637391 50.5087333,97.7517269 48.8302621,97.6848936 L48.8302621,97.6848936 Z" id="Path" fill="url(#linearGradient-13)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
156
+ <path d="M84.7884339,140.824823 C84.914748,141.267037 85.2437207,141.622576 85.6743334,141.782263 C86.1049461,141.94195 86.5857336,141.886701 86.9690595,141.633481 L86.9690595,141.633481 L95.1008733,136.209555 L87.3234727,119.735615 C86.9577435,118.968555 86.8063473,118.116557 86.8853786,117.270195 C86.9049682,117.13448 86.9049682,116.996649 86.8853786,116.860935 L86.6343359,115.480299 C86.4119445,114.310472 85.9216133,113.20829 85.2019159,112.26046 L85.2019159,112.26046 C84.2283276,110.974269 82.8743583,110.028662 81.3329052,109.558359 L78.0102816,108.542606 C77.4910651,108.382896 76.9262346,108.521588 76.5396115,108.903723 C76.1529884,109.285859 76.006985,109.84975 76.1594571,110.371948 L84.7884339,140.824823 Z" id="Path" fill="url(#linearGradient-14)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
157
+ <path d="M84.3011157,92.0045646 L79.496848,91.3290393 C79.051208,91.2660339 78.5989378,91.3843967 78.241012,91.6577017 C77.8830863,91.9310067 77.6493102,92.3364954 77.5918771,92.7836375 L76.0511642,104.459869 C75.9322673,105.357987 76.5430452,106.18972 77.4343601,106.343451 L81.7365425,107.092938 C82.1802274,107.175981 82.6386186,107.077071 83.0088242,106.818411 C83.3790297,106.55975 83.6300372,106.163006 83.7055047,105.717234 L85.7483029,93.9670393 C85.8258232,93.5131809 85.7152602,93.0472809 85.4421434,92.6769177 C85.1690266,92.3065546 84.7569687,92.0637485 84.3011157,92.0045646 L84.3011157,92.0045646 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
158
+ <polygon id="Path" fill="#023852" fill-rule="nonzero" points="81.6774736 62.4343103 76.4991031 63.1196973 74.761494 55.0232561 79.1276676 55.3881384"></polygon>
159
+ <polygon id="Path" fill="#FFE500" fill-rule="nonzero" points="76.9322748 97.6010693 84.9065716 98.912673 85.2216055 97.1277085 77.2522311 95.6188711"></polygon>
160
+ <polygon id="Path" fill="#FFE500" fill-rule="nonzero" points="76.5384823 101.18086 84.3109605 102.453017 84.6259945 100.663122 76.6959993 99.0753908"></polygon>
161
+ <path d="M115.952183,83.0994655 L120.628468,76.0335702 C121.048014,75.3981009 121.348277,74.6912751 121.514501,73.9478244 L122.558051,69.273387 L122.641732,67.9420599 C122.668847,67.6040202 122.668847,67.2643463 122.641732,66.9263066 C122.540529,65.8695169 122.18222,64.8536973 121.598182,63.9678019 L117.862076,58.3417122 L115.976795,55.5064786 C115.809433,55.2500748 115.632226,55.0133944 115.445175,54.7668524 C115.21227,54.8189398 114.989454,54.9088854 114.785573,55.0331178 L112.516344,56.4186842 C111.502779,57.0360186 110.329737,57.3396453 109.144496,57.291443 L91.8619305,56.6011253 C91.5411988,56.9942659 91.2484163,57.4094773 90.9857423,57.8436973 C90.2907741,58.967425 89.7914298,60.2012516 89.5090207,61.4925197 L89.233366,62.7449533 L89.1693747,63.0210804 L88.8592632,63.4402019 L87.3825415,65.4125384 L87.2840934,67.2961197 L87.254559,67.8927515 L87.0232059,67.6215552 L87.7221875,75.1312262 L88.5343844,75.323529 L115.907881,84.5589945 L115.952183,83.0994655 Z" id="Path" fill="url(#linearGradient-15)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
162
+ </g>
163
+ </g>
164
+ </g>
165
165
  </svg>