@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,49 +1,49 @@
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 / warning</title>
4
- <defs>
5
- <linearGradient x1="0%" y1="50.0106799%" x2="100.011997%" y2="50.0106799%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
7
- <stop stop-color="#FEF7DD" stop-opacity="0.14" offset="8%"></stop>
8
- <stop stop-color="#FDEAA8" stop-opacity="0.37" offset="22%"></stop>
9
- <stop stop-color="#FCDF7A" stop-opacity="0.56" offset="36%"></stop>
10
- <stop stop-color="#FBD655" stop-opacity="0.72" offset="49%"></stop>
11
- <stop stop-color="#FBCF38" stop-opacity="0.84" offset="63%"></stop>
12
- <stop stop-color="#FACA23" stop-opacity="0.93" offset="76%"></stop>
13
- <stop stop-color="#FAC716" stop-opacity="0.98" offset="89%"></stop>
14
- <stop stop-color="#FAC612" offset="100%"></stop>
15
- </linearGradient>
16
- <linearGradient x1="-0.118104297%" y1="49.9687689%" x2="99.9869051%" y2="49.9687689%" id="linearGradient-2">
17
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
18
- <stop stop-color="#FEF7DD" stop-opacity="0.14" offset="8%"></stop>
19
- <stop stop-color="#FDEAA8" stop-opacity="0.37" offset="22%"></stop>
20
- <stop stop-color="#FCDF7A" stop-opacity="0.56" offset="36%"></stop>
21
- <stop stop-color="#FBD655" stop-opacity="0.72" offset="49%"></stop>
22
- <stop stop-color="#FBCF38" stop-opacity="0.84" offset="63%"></stop>
23
- <stop stop-color="#FACA23" stop-opacity="0.93" offset="76%"></stop>
24
- <stop stop-color="#FAC716" stop-opacity="0.98" offset="89%"></stop>
25
- <stop stop-color="#FAC612" offset="100%"></stop>
26
- </linearGradient>
27
- <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-3">
28
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
29
- <stop stop-color="#FEF7DD" stop-opacity="0.14" offset="8%"></stop>
30
- <stop stop-color="#FDEAA8" stop-opacity="0.37" offset="22%"></stop>
31
- <stop stop-color="#FCDF7A" stop-opacity="0.56" offset="36%"></stop>
32
- <stop stop-color="#FBD655" stop-opacity="0.72" offset="49%"></stop>
33
- <stop stop-color="#FBCF38" stop-opacity="0.84" offset="63%"></stop>
34
- <stop stop-color="#FACA23" stop-opacity="0.93" offset="76%"></stop>
35
- <stop stop-color="#FAC716" stop-opacity="0.98" offset="89%"></stop>
36
- <stop stop-color="#FAC612" offset="100%"></stop>
37
- </linearGradient>
38
- </defs>
39
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-warning" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
40
- <g id="Warning" transform="translate(35.000000, 0.000000)" fill-rule="nonzero">
41
- <path d="M172.815789,7.16736842 L1.86421053,308.729474 C-0.620990976,313.109947 -0.590451699,318.481242 1.94439916,322.833173 C4.47925002,327.185104 9.13628634,329.861053 14.1726316,329.861053 L356.087368,329.861053 C361.122807,329.861053 365.778229,327.182539 368.314404,322.832428 C370.850578,318.482317 370.885974,313.112642 368.407368,308.729474 L197.444211,7.16736842 C194.928121,2.73641119 190.225497,-0.00114313107 185.13,-0.00114313107 C180.034503,-0.00114313107 175.331879,2.73641119 172.815789,7.16736842 Z" id="Path" fill="#FFE700"></path>
42
- <path d="M368.407368,308.729474 L197.444211,7.16736842 C194.023596,1.12571887 186.719765,-1.53468167 180.214737,0.891578947 L354.709474,308.694737 C356.048041,311.102519 356.015852,314.038132 354.624808,316.415984 C353.233765,318.793836 350.690605,320.260531 347.935789,320.273684 L0.787368421,320.273684 C2.74297173,325.994221 8.12708534,329.832032 14.1726316,329.814795 L356.087368,329.814795 C361.108664,329.803128 365.748329,327.133318 368.281529,322.797831 C370.814729,318.462345 370.862609,313.109581 368.407368,308.729474 Z" id="Path" fill="url(#linearGradient-1)"></path>
43
- <path d="M189.42,229.020002 L189.42,229.020002 C196.574814,229.024034 202.481405,223.427781 202.863158,216.283158 L207.077895,131.918947 C207.258591,128.23655 205.921602,124.641101 203.378852,121.971433 C200.836103,119.301765 197.309986,117.791371 193.623158,117.792631 L185.263158,117.792631 C181.57633,117.791371 178.050213,119.301765 175.507463,121.971433 C172.964714,124.641101 171.627725,128.23655 171.808421,131.918947 L176,216.225263 C176.351565,223.38376 182.252882,229.010124 189.42,229.020002 L189.42,229.020002 Z" id="Path" fill="url(#linearGradient-2)"></path>
44
- <circle id="Oval" fill="url(#linearGradient-3)" cx="189.42" cy="260.051579" r="17.6694737"></circle>
45
- <path d="M185.135789,225.337896 L185.135789,225.337896 C192.309514,225.334485 198.221187,219.707957 198.578947,212.543158 L202.782105,128.190526 C202.965977,124.508184 201.632005,120.911493 199.091426,118.239618 C196.550847,115.567743 193.025877,114.054384 189.338947,114.052632 L180.921053,114.052632 C177.234123,114.054384 173.709153,115.567743 171.168574,118.239618 C168.627995,120.911493 167.294023,124.508184 167.477895,128.190526 L171.681053,212.543158 C172.039036,219.712427 177.957589,225.340655 185.135789,225.337896 Z" id="Path" fill="#023852"></path>
46
- <circle id="Oval" fill="#023852" cx="185.135789" cy="256.381053" r="17.6694737"></circle>
47
- </g>
48
- </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 / warning</title>
4
+ <defs>
5
+ <linearGradient x1="0%" y1="50.0106799%" x2="100.011997%" y2="50.0106799%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#FEF7DD" stop-opacity="0.14" offset="8%"></stop>
8
+ <stop stop-color="#FDEAA8" stop-opacity="0.37" offset="22%"></stop>
9
+ <stop stop-color="#FCDF7A" stop-opacity="0.56" offset="36%"></stop>
10
+ <stop stop-color="#FBD655" stop-opacity="0.72" offset="49%"></stop>
11
+ <stop stop-color="#FBCF38" stop-opacity="0.84" offset="63%"></stop>
12
+ <stop stop-color="#FACA23" stop-opacity="0.93" offset="76%"></stop>
13
+ <stop stop-color="#FAC716" stop-opacity="0.98" offset="89%"></stop>
14
+ <stop stop-color="#FAC612" offset="100%"></stop>
15
+ </linearGradient>
16
+ <linearGradient x1="-0.118104297%" y1="49.9687689%" x2="99.9869051%" y2="49.9687689%" id="linearGradient-2">
17
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
18
+ <stop stop-color="#FEF7DD" stop-opacity="0.14" offset="8%"></stop>
19
+ <stop stop-color="#FDEAA8" stop-opacity="0.37" offset="22%"></stop>
20
+ <stop stop-color="#FCDF7A" stop-opacity="0.56" offset="36%"></stop>
21
+ <stop stop-color="#FBD655" stop-opacity="0.72" offset="49%"></stop>
22
+ <stop stop-color="#FBCF38" stop-opacity="0.84" offset="63%"></stop>
23
+ <stop stop-color="#FACA23" stop-opacity="0.93" offset="76%"></stop>
24
+ <stop stop-color="#FAC716" stop-opacity="0.98" offset="89%"></stop>
25
+ <stop stop-color="#FAC612" offset="100%"></stop>
26
+ </linearGradient>
27
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-3">
28
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
29
+ <stop stop-color="#FEF7DD" stop-opacity="0.14" offset="8%"></stop>
30
+ <stop stop-color="#FDEAA8" stop-opacity="0.37" offset="22%"></stop>
31
+ <stop stop-color="#FCDF7A" stop-opacity="0.56" offset="36%"></stop>
32
+ <stop stop-color="#FBD655" stop-opacity="0.72" offset="49%"></stop>
33
+ <stop stop-color="#FBCF38" stop-opacity="0.84" offset="63%"></stop>
34
+ <stop stop-color="#FACA23" stop-opacity="0.93" offset="76%"></stop>
35
+ <stop stop-color="#FAC716" stop-opacity="0.98" offset="89%"></stop>
36
+ <stop stop-color="#FAC612" offset="100%"></stop>
37
+ </linearGradient>
38
+ </defs>
39
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-warning" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
40
+ <g id="Warning" transform="translate(35.000000, 0.000000)" fill-rule="nonzero">
41
+ <path d="M172.815789,7.16736842 L1.86421053,308.729474 C-0.620990976,313.109947 -0.590451699,318.481242 1.94439916,322.833173 C4.47925002,327.185104 9.13628634,329.861053 14.1726316,329.861053 L356.087368,329.861053 C361.122807,329.861053 365.778229,327.182539 368.314404,322.832428 C370.850578,318.482317 370.885974,313.112642 368.407368,308.729474 L197.444211,7.16736842 C194.928121,2.73641119 190.225497,-0.00114313107 185.13,-0.00114313107 C180.034503,-0.00114313107 175.331879,2.73641119 172.815789,7.16736842 Z" id="Path" fill="#FFE700"></path>
42
+ <path d="M368.407368,308.729474 L197.444211,7.16736842 C194.023596,1.12571887 186.719765,-1.53468167 180.214737,0.891578947 L354.709474,308.694737 C356.048041,311.102519 356.015852,314.038132 354.624808,316.415984 C353.233765,318.793836 350.690605,320.260531 347.935789,320.273684 L0.787368421,320.273684 C2.74297173,325.994221 8.12708534,329.832032 14.1726316,329.814795 L356.087368,329.814795 C361.108664,329.803128 365.748329,327.133318 368.281529,322.797831 C370.814729,318.462345 370.862609,313.109581 368.407368,308.729474 Z" id="Path" fill="url(#linearGradient-1)"></path>
43
+ <path d="M189.42,229.020002 L189.42,229.020002 C196.574814,229.024034 202.481405,223.427781 202.863158,216.283158 L207.077895,131.918947 C207.258591,128.23655 205.921602,124.641101 203.378852,121.971433 C200.836103,119.301765 197.309986,117.791371 193.623158,117.792631 L185.263158,117.792631 C181.57633,117.791371 178.050213,119.301765 175.507463,121.971433 C172.964714,124.641101 171.627725,128.23655 171.808421,131.918947 L176,216.225263 C176.351565,223.38376 182.252882,229.010124 189.42,229.020002 L189.42,229.020002 Z" id="Path" fill="url(#linearGradient-2)"></path>
44
+ <circle id="Oval" fill="url(#linearGradient-3)" cx="189.42" cy="260.051579" r="17.6694737"></circle>
45
+ <path d="M185.135789,225.337896 L185.135789,225.337896 C192.309514,225.334485 198.221187,219.707957 198.578947,212.543158 L202.782105,128.190526 C202.965977,124.508184 201.632005,120.911493 199.091426,118.239618 C196.550847,115.567743 193.025877,114.054384 189.338947,114.052632 L180.921053,114.052632 C177.234123,114.054384 173.709153,115.567743 171.168574,118.239618 C168.627995,120.911493 167.294023,124.508184 167.477895,128.190526 L171.681053,212.543158 C172.039036,219.712427 177.957589,225.340655 185.135789,225.337896 Z" id="Path" fill="#023852"></path>
46
+ <circle id="Oval" fill="#023852" cx="185.135789" cy="256.381053" r="17.6694737"></circle>
47
+ </g>
48
+ </g>
49
49
  </svg>
@@ -1,20 +1,20 @@
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 / watch</title>
4
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-watch" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
- <g id="Watch" transform="translate(0.000000, 49.000000)" fill-rule="nonzero">
6
- <path d="M219.97822,0 C130.854917,0 51.9137113,53.7399733 3.39900996,106.759484 C-1.13300332,111.720332 -1.13300332,119.329897 3.39900996,124.290745 C51.9137113,177.310255 130.811357,231.050228 220,231.050228 C309.188643,231.050228 388.086289,177.310255 436.60099,124.290745 C441.133003,119.329897 441.133003,111.720332 436.60099,106.759484 C388.086289,53.7399733 309.145083,0 219.97822,0 Z" id="Path" fill="#F9F9FA"></path>
7
- <circle id="Oval" fill="#0099DA" cx="220" cy="115.525114" r="107.488584"></circle>
8
- <g id="Group" opacity="0.11" transform="translate(112.511416, 6.027397)" fill="#F4F6F7">
9
- <path d="M144.505263,7.46658609 C132.198281,2.92681908 119.164872,0.703346345 106.056813,0.907359656 C51.1739623,1.738195 5.16634051,45.1493419 1.0332681,100.17032 C-0.225029711,116.646629 2.31331183,133.192688 8.45104542,148.52275 L76.3095684,122.974564 C86.1541744,119.23599 93.0768157,110.258621 94.2231744,99.7439699 C96.9314245,75.7153371 107.046575,31.7029277 144.505263,7.46658609 Z" id="Path"></path>
10
- </g>
11
- <circle id="Oval" fill="#023852" cx="219.497717" cy="115.022831" r="34.6575342"></circle>
12
- <g id="Group" opacity="0.95" transform="translate(236.073059, 82.374429)" fill="#F4F6F7">
13
- <ellipse id="Oval" cx="10.5919548" cy="10.9949772" rx="10.5182866" ry="10.5640183"></ellipse>
14
- </g>
15
- <g id="Group" opacity="0.54" transform="translate(241.095890, 60.273973)" fill="#F4F6F7">
16
- <ellipse id="Oval" cx="19.9264079" cy="20.1239047" rx="19.1863775" ry="19.146489"></ellipse>
17
- </g>
18
- </g>
19
- </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 / watch</title>
4
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-watch" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Watch" transform="translate(0.000000, 49.000000)" fill-rule="nonzero">
6
+ <path d="M219.97822,0 C130.854917,0 51.9137113,53.7399733 3.39900996,106.759484 C-1.13300332,111.720332 -1.13300332,119.329897 3.39900996,124.290745 C51.9137113,177.310255 130.811357,231.050228 220,231.050228 C309.188643,231.050228 388.086289,177.310255 436.60099,124.290745 C441.133003,119.329897 441.133003,111.720332 436.60099,106.759484 C388.086289,53.7399733 309.145083,0 219.97822,0 Z" id="Path" fill="#F9F9FA"></path>
7
+ <circle id="Oval" fill="#0099DA" cx="220" cy="115.525114" r="107.488584"></circle>
8
+ <g id="Group" opacity="0.11" transform="translate(112.511416, 6.027397)" fill="#F4F6F7">
9
+ <path d="M144.505263,7.46658609 C132.198281,2.92681908 119.164872,0.703346345 106.056813,0.907359656 C51.1739623,1.738195 5.16634051,45.1493419 1.0332681,100.17032 C-0.225029711,116.646629 2.31331183,133.192688 8.45104542,148.52275 L76.3095684,122.974564 C86.1541744,119.23599 93.0768157,110.258621 94.2231744,99.7439699 C96.9314245,75.7153371 107.046575,31.7029277 144.505263,7.46658609 Z" id="Path"></path>
10
+ </g>
11
+ <circle id="Oval" fill="#023852" cx="219.497717" cy="115.022831" r="34.6575342"></circle>
12
+ <g id="Group" opacity="0.95" transform="translate(236.073059, 82.374429)" fill="#F4F6F7">
13
+ <ellipse id="Oval" cx="10.5919548" cy="10.9949772" rx="10.5182866" ry="10.5640183"></ellipse>
14
+ </g>
15
+ <g id="Group" opacity="0.54" transform="translate(241.095890, 60.273973)" fill="#F4F6F7">
16
+ <ellipse id="Oval" cx="19.9264079" cy="20.1239047" rx="19.1863775" ry="19.146489"></ellipse>
17
+ </g>
18
+ </g>
19
+ </g>
20
20
  </svg>
@@ -1,50 +1,50 @@
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 / webinar</title>
4
- <defs>
5
- <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="18%"></stop>
7
- <stop stop-color="#FFFFFF" stop-opacity="0.17" offset="34%"></stop>
8
- <stop stop-color="#FFFFFF" stop-opacity="0.1" offset="59%"></stop>
9
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="82%"></stop>
10
- </linearGradient>
11
- </defs>
12
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-webinar" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
- <g id="Webinar" transform="translate(20.000000, 44.000000)" fill-rule="nonzero">
14
- <path d="M258.7,280.37 L138.39,280.37 C135.297205,280.37 132.79,282.877205 132.79,285.97 L264.3,285.97 C264.3,282.877205 261.792795,280.37 258.7,280.37 Z" id="Path" fill="#CAD3D6"></path>
15
- <path d="M234.3,268.73 L234.3,230.93 L165.57,230.93 L165.57,268.73 C165.373209,270.761964 164.789376,272.737494 163.85,274.55 C161.993324,278.278957 158.111229,280.561158 153.95,280.37 L245.95,280.37 C241.788124,280.563773 237.904706,278.280794 236.05,274.55 C235.097884,272.740565 234.503698,270.764474 234.3,268.73 L234.3,268.73 Z" id="Path" fill="#96A6AE"></path>
16
- <polygon id="Path" fill="#96A6AE" points="165.55 243.36 199.94 243.36 234.32 243.36 234.32 254.46 234.32 265.56 199.94 265.56 165.55 265.56 165.55 254.46"></polygon>
17
- <path d="M393.34,244.880008 L6.53,244.880008 C4.79732238,244.88266 3.13484564,244.195533 1.90965611,242.970344 C0.684466568,241.745154 -7.69160116e-06,240.082678 -7.69160116e-06,238.35 L-7.69160116e-06,6.53 C-7.69160116e-06,4.79732238 0.684466568,3.13484564 1.90965611,1.90965611 C3.13484564,0.684466568 4.79732238,-0.00265952522 6.53,-7.69160114e-06 L393.34,-7.69160114e-06 C395.072678,-0.00265952522 396.735154,0.684466568 397.960344,1.90965611 C399.185533,3.13484564 399.870008,4.79732238 399.870008,6.53 L399.870008,238.35 C399.870008,240.082678 399.185533,241.745154 397.960344,242.970344 C396.735154,244.195533 395.072678,244.88266 393.34,244.880008 Z" id="Path" fill="#023852"></path>
18
- <polygon id="Path" fill="#0099DA" points="12.9 222.49 200.92 222.49 388.94 222.49 388.94 118.91 388.94 15.34 200.92 15.34 12.9 15.34 12.9 118.91"></polygon>
19
- <path d="M206.260033,232.76 C206.254201,229.745896 204.120739,227.15533 201.163665,226.57175 C198.20659,225.98817 195.248915,227.573999 194.098479,230.359919 C192.948044,233.145839 193.925036,236.356475 196.432283,238.029367 C198.93953,239.702259 202.279215,239.371809 204.41,237.24 C205.599431,236.053132 206.265448,234.440289 206.260033,232.76 L206.260033,232.76 Z" id="Path" fill="#125275"></path>
20
- <polygon id="Path" fill="url(#linearGradient-1)" points="179.96 222.46 215.13 222.46 250.31 222.46 317.46 155.3 384.62 88.15 384.62 52.97 384.62 17.8 282.29 120.13"></polygon>
21
- <polygon id="Path" fill="#FFE700" points="113.86 68.64 81.44 68.64 49.02 68.64 49.02 65.47 49.02 62.29 81.44 62.29 113.86 62.29 113.86 65.47"></polygon>
22
- <polygon id="Path" fill="#FFFFFF" points="172.33 92.8 110.68 92.8 49.02 92.8 49.02 87.08 49.02 81.36 110.68 81.36 172.33 81.36 172.33 87.08"></polygon>
23
- <polygon id="Path" fill="#FFFFFF" points="172.33 119.49 110.68 119.49 49.02 119.49 49.02 113.77 49.02 108.05 110.68 108.05 172.33 108.05 172.33 113.77"></polygon>
24
- <path d="M350.72,180 L348.94,176.19 L347.15,172.37 L347.15,172.3 C347.145524,172.273521 347.145524,172.246479 347.15,172.22 L346.06,168.22 L344.98,164.22 C344.975291,164.183485 344.975291,164.146515 344.98,164.11 C344.975084,164.070151 344.975084,164.029849 344.98,163.99 L344.98,151.12 C344.984958,151.076808 344.984958,151.033192 344.98,150.99 C344.984543,150.950129 344.984543,150.909871 344.98,150.87 L344.57,149.44 L344,148 L344.08,148.18 L344.16,148.35 L340.25,135 L336.31,121.57 L336.22,120.32 L336.14,119.06 L336.14,118.52 L336.14,117.97 L336.14,117.97 L336.14,117.8 C336.130538,117.687301 336.088885,117.579696 336.02,117.49 C335.957721,117.394267 335.866693,117.320744 335.76,117.28 L319.68,110.59 L303.6,103.89 L303.5,103.89 L303.41,103.89 C303.350313,103.86609 303.293328,103.835922 303.24,103.8 L303.1,103.66 L303,103.54 L302.89,103.41 L306.1,97 L309.4,90.72 C309.513159,90.5043703 309.600431,90.2761199 309.66,90.04 C309.719021,89.8045254 309.749242,89.5627574 309.75,89.32 L309.75,61.13 C309.750143,60.7170571 309.665034,60.308531 309.5,59.93 C309.334785,59.5538287 309.096899,59.2139926 308.8,58.93 L304.8,55.15 L300.8,51.37 C300.503101,51.0860074 300.265215,50.7461713 300.1,50.37 C299.940016,49.9902406 299.858383,49.5820797 299.86,49.17 L299.86,48.7 C299.857593,48.1891907 299.726929,47.6871668 299.48,47.24 C299.239842,46.7983463 298.896835,46.4210382 298.48,46.14 L295.48,44.29 L292.48,42.44 C292.242078,42.2882418 291.982436,42.1735946 291.71,42.1 C291.440548,42.0202718 291.160999,41.9799996 290.88,41.9799996 L276.83,41.9799996 C276.127181,41.9853089 275.446884,42.2285241 274.9,42.67 L269.78,46.89 L264.65,51.11 C264.478513,51.2547835 264.321142,51.4155029 264.18,51.59 C264.044535,51.7713472 263.9273,51.9656223 263.83,52.17 L260.13,60.17 L256.44,68.17 C256.341895,68.366057 256.271233,68.5746799 256.23,68.79 C256.182071,69.0033074 256.158586,69.2213787 256.16,69.44 L256.16,87.89 C256.144949,88.0630066 256.144949,88.2369934 256.16,88.41 C256.192647,88.5835411 256.239471,88.7541127 256.3,88.92 L258,93.53 L259.68,98.14 C259.821824,98.5336581 259.879731,98.952631 259.85,99.37 C259.820651,99.7847376 259.708439,100.18938 259.52,100.56 C259.022121,101.494878 259.05412,102.623014 259.60419,103.528168 C260.154261,104.433321 261.140872,104.981331 262.2,104.97 L266.29,104.97 L265.46,105.75 L264.64,106.52 L264.49,106.63 L264.32,106.71 L253.72,110.48 L243.11,114.26 L239.34,115.6 L235.56,116.94 C235.412673,116.996667 235.281988,117.089522 235.18,117.21 C235.076446,117.329251 235.007308,117.474442 234.98,117.63 L231.79,134.88 L228.6,152.12 L228.71,151.83 L228.82,151.53 L228.38,153.96 L227.94,156.38 L227.94,156.44 L226.78,166.66 L225.62,176.87 C225.62,176.87 225.62,176.94 225.62,176.98 L225.62,177.08 L223.84,181.89 L222,186.71 C221.969326,186.790404 221.94916,186.874432 221.94,186.96 C221.930085,187.046383 221.930085,187.133617 221.94,187.22 L222.69,190.5 L223.44,193.78 C223.45399,193.845077 223.474079,193.908691 223.5,193.97 C223.53082,194.030242 223.567676,194.087201 223.61,194.14 L228.09,199.86 L232.57,205.58 C232.654538,205.686884 232.76003,205.775361 232.88,205.84 C233.004633,205.900375 233.141518,205.931174 233.28,205.93 L240.44,205.93 L240.59,205.93 C240.639476,205.940241 240.690524,205.940241 240.74,205.93 L242.04,205.46 L243.33,204.99 C243.619278,204.891782 243.938538,204.94527 244.180008,205.132409 C244.421478,205.319548 244.552934,205.615365 244.53,205.92 L244.53,206.04 L244.53,206.16 L244.53,206.26 L244.53,206.36 L244.53,206.44 L243.86,213.64 L243.18,220.83 L275.9,220.83 L280.71,221.69 L285.51,222.55 L326.96,222.55 L326.29,217.8 L325.63,213.05 L325.63,212.97 L325.47,210.86 L325.32,208.75 L325.32,208.75 L324.87,202.65 L324.42,196.55 C324.399516,196.297022 324.470482,196.04509 324.62,195.84 C324.758406,195.640719 324.964543,195.498556 325.2,195.44 C325.292735,195.425056 325.387265,195.425056 325.48,195.44 C325.580393,195.460954 325.675589,195.501752 325.76,195.56 L329.09,197.66 L332.41,199.76 C332.481659,199.80633 332.558954,199.843297 332.64,199.87 C332.723005,199.880458 332.806995,199.880458 332.89,199.87 L342.78,199.87 C342.915269,199.87109 343.048887,199.840255 343.17,199.78 C343.292642,199.719429 343.401554,199.634342 343.49,199.53 L347,195 L350.59,190.42 C350.654129,190.343937 350.701798,190.255408 350.73,190.16 C350.761952,190.0666 350.77883,189.968708 350.78,189.87 L350.78,180.4 C350.783674,180.336761 350.783674,180.273239 350.78,180.21 C350.767215,180.138137 350.74711,180.06777 350.72,180 Z" id="Path" fill="#003A5D" opacity="0.2"></path>
25
- <polygon id="Path" fill="#023852" points="294.09 51.91 294.09 50.19 294.09 48.47 290.05 45.95 286.02 43.42 278 43.42 269.98 43.42 264.17 48.2 258.36 52.99 254.38 61.59 250.4 70.19 250.4 80.02 250.4 89.86 252.39 95.34 254.38 100.83 252.93 103.62 251.47 106.42 273.8 106.42 296.13 106.42 300.06 98.94 303.99 91.47 303.99 76.37 303.99 61.27 299.04 56.59"></polygon>
26
- <polygon id="Path" fill="#06233C" opacity="0.6" style="mix-blend-mode: multiply;" points="279.7 222.21 275.5 221.69 271.31 221.16 270.7 221.69 270.09 222.21 274.9 222.21"></polygon>
27
- <path d="M345,181.44 L343.21,177.63 L341.42,173.81 L341.42,173.74 C341.415524,173.713521 341.415524,173.686479 341.42,173.66 L340.33,169.66 L339.25,165.66 C339.246111,165.623436 339.246111,165.586564 339.25,165.55 C339.245084,165.510151 339.245084,165.469849 339.25,165.43 L339.25,152.56 C339.254958,152.516808 339.254958,152.473192 339.25,152.43 C339.259001,152.390506 339.259001,152.349494 339.25,152.31 L334.98,137.64 L330.55,123 C330.545316,122.970183 330.545316,122.939817 330.55,122.91 C330.545595,122.876812 330.545595,122.843188 330.55,122.81 L330.44,121.1 L330.34,119.4 C330.329451,119.234978 330.274137,119.075948 330.18,118.94 C330.08388,118.800034 329.948044,118.692061 329.79,118.63 L313.6,111.88 L297.41,105.14 C297.337956,105.109734 297.270608,105.069325 297.21,105.02 C297.147155,104.977112 297.092888,104.922845 297.05,104.86 L295.23,102.55 L293.41,100.24 C293.327015,100.123665 293.212523,100.033459 293.08,99.98 C292.949103,99.9179837 292.804529,99.8904459 292.66,99.9 L279.58,100.55 L266.49,101.21 C266.38719,101.219013 266.286182,101.242582 266.19,101.28 C266.092812,101.318661 266.004392,101.376474 265.93,101.45 L262.42,104.72 L258.92,108 L258.77,108.11 L258.6,108.19 L244.23,113.3 L229.85,118.42 C229.698417,118.47394 229.563845,118.567105 229.46,118.69 C229.356446,118.809251 229.287308,118.954442 229.26,119.11 L225.74,138.48 L222.22,157.86 L222.22,157.92 L221,168.1 L219.84,178.31 C219.844709,178.346515 219.844709,178.383485 219.84,178.42 L219.84,178.52 L218,183.33 L216.22,188.15 C216.189326,188.230404 216.16916,188.314432 216.16,188.4 C216.150085,188.486383 216.150085,188.573617 216.16,188.66 L216.91,191.94 L217.66,195.22 C217.67399,195.285077 217.694079,195.348691 217.72,195.41 C217.75082,195.470242 217.787676,195.527201 217.83,195.58 L222.31,201.3 L226.79,207.02 C226.874538,207.126884 226.98003,207.215361 227.1,207.28 C227.224978,207.339383 227.361632,207.37013 227.5,207.37 L234.66,207.37 L234.81,207.37 L234.97,207.37 L236.26,206.9 L237.55,206.43 C237.839278,206.331782 238.158538,206.38527 238.400008,206.572409 C238.641478,206.759548 238.772934,207.055365 238.75,207.36 L238.05,214.82 L237.34,222.27 L321.1,222.27 L320.43,218.38 L319.77,214.49 L319.77,214.41 L319.16,206.14 L318.55,197.87 C318.465047,197.495062 318.630441,197.107956 318.960097,196.910162 C319.289753,196.712368 319.70915,196.7486 320,197 L323.33,199.1 L326.65,201.2 C326.721659,201.24633 326.798954,201.283297 326.88,201.31 C326.963005,201.320458 327.046995,201.320458 327.13,201.31 L337,201.31 C337.135269,201.31109 337.268887,201.280255 337.39,201.22 C337.512642,201.159429 337.621554,201.074342 337.71,200.97 L341.29,196.4 L344.88,191.82 C344.944129,191.743937 344.991798,191.655408 345.02,191.56 C345.051952,191.4666 345.06883,191.368708 345.07,191.27 L345.07,181.8 C345.073674,181.736761 345.073674,181.673239 345.07,181.61 L345,181.44 Z" id="Path" fill="#E8E9E6"></path>
28
- <path d="M232.61,121.67 L246.22,116.26 L259.83,110.85 C259.886156,110.829399 259.939825,110.802564 259.99,110.77 C260.041082,110.735459 260.088053,110.695199 260.13,110.65 L263.2,107.59 L266.26,104.52 C266.347841,104.429947 266.41895,104.324976 266.47,104.21 C266.5101,104.090778 266.530005,103.965785 266.530005,103.84 L266.46,102.51 L266.4,101.17 L266.14,101.17 L262.51,104.55 L258.89,108 L258.74,108.11 L258.57,108.19 L244.19,113.31 L229.82,118.42 C229.668417,118.47394 229.533845,118.567105 229.43,118.69 C229.326446,118.809251 229.257308,118.954442 229.23,119.11 L226,136.32 L222.81,153.56 L224.39,149.34 L225.96,145.12 C225.96,145.12 225.96,145.12 225.96,145.12 L225.96,145.12 L228.96,133.69 L231.96,122.27 C231.990481,122.132387 232.05592,122.004954 232.15,121.9 C232.280659,121.784541 232.439237,121.705252 232.61,121.67 Z" id="Path" fill="#FFFFFF"></path>
29
- <path d="M293.85,100.76 L295.55,102.85 L297.25,104.94 C297.291552,104.991515 297.338485,105.038448 297.39,105.08 C297.443328,105.115922 297.500313,105.14609 297.56,105.17 L313.73,111.91 L329.91,118.64 C330.016693,118.680744 330.107721,118.754267 330.17,118.85 C330.238885,118.939696 330.280538,119.047301 330.29,119.16 L330.42,121.06 L330.55,122.96 L334.49,136.39 L338.43,149.81 L332.52,136.6 L326.61,123.39 L326.46,122.52 L326.3,121.64 C326.225518,121.24519 326.049783,120.876489 325.79,120.57 C325.528413,120.250291 325.181738,120.011085 324.79,119.88 L309.62,114.2 L294.45,108.52 L293.95,104.72 L293.45,100.92 C293.434527,100.830292 293.484857,100.742214 293.57,100.71 C293.613664,100.679201 293.667837,100.667155 293.720438,100.676548 C293.773039,100.685941 293.819694,100.715992 293.85,100.76 Z" id="Path" fill="#FFFFFF"></path>
30
- <path d="M238.48,222.21 L243.21,214.16 L247.94,206.16 C248.123572,205.848947 248.489051,205.694633 248.84,205.78 C249.196881,205.852272 249.459935,206.156428 249.48,206.52 C249.502853,206.893714 249.775941,207.204489 250.143616,207.275195 C250.511292,207.345902 250.880167,207.158583 251.04,206.82 L254.04,200.72 L256.99,194.61 C257.035077,194.51584 257.062207,194.414102 257.07,194.31 C257.094351,194.204723 257.094351,194.095277 257.07,193.99 L256.97,193.68 L256.87,193.36 C254.126787,193.661087 251.36966,193.81797 248.61,193.83 C245.86,193.83 243.11,193.71 240.36,193.49 L240.28,196.93 L240.21,200.37 L240.21,200.44 C240.204479,200.463007 240.204479,200.486993 240.21,200.51 L239.52,204.15 L238.83,207.79 L238.83,207.87 L238.16,215.07 L237.48,222.26 L238.59,222.26 L238.48,222.21 Z" id="Path" fill="#E7E8E6" style="mix-blend-mode: multiply;"></path>
31
- <path d="M312.93,187.89 L312.73,191.17 L312.53,194.46 C312.519997,194.553065 312.519997,194.646935 312.53,194.74 C312.549393,194.829982 312.579613,194.917285 312.62,195 L316.06,202.59 L319.51,210.17 L319.06,204.07 L318.61,197.97 C318.572208,197.556694 318.7746,197.158293 319.130674,196.945075 C319.486748,196.731858 319.933505,196.741546 320.28,196.97 L321.89,198.03 L323.5,199.09 L321.77,194.36 L320.05,189.63 C318.82,189.43 317.6,189.22 316.4,188.95 C315.216484,188.691421 314.055984,188.336916 312.93,187.89 L312.93,187.89 Z" id="Path" fill="#E7E8E6" style="mix-blend-mode: multiply;"></path>
32
- <path d="M329.48,181.41 L329.48,181.41 C330.406289,181.42779 331.214847,182.042294 331.48,182.93 L332.11,185 L332.73,187.08 C332.762752,187.177566 332.78619,187.278014 332.8,187.38 C332.809612,187.48311 332.809612,187.58689 332.8,187.69 L332.8,192.52 C332.800008,192.761714 332.759444,193.001715 332.68,193.23 C332.597164,193.457087 332.479047,193.669697 332.33,193.86 L330.79,195.77 L329.25,197.69 C328.920407,198.096162 328.455197,198.369606 327.94,198.46 C327.423373,198.544745 326.893576,198.438074 326.45,198.16 L323.73,196.47 L321.01,194.78 C320.533189,194.490098 320.191367,194.022342 320.06,193.48 C319.925626,192.937053 320.00813,192.363112 320.29,191.88 L320.66,191.25 L321.03,190.62 L321.11,190.49 L321.2,190.37 L324.48,186.29 L327.75,182.21 C327.943572,181.954668 328.197967,181.751839 328.49,181.62 C328.797542,181.469167 329.137708,181.39701 329.48,181.41 Z" id="Path" fill="#FFFFFF"></path>
33
- <polygon id="Path" fill="#FFFFFF" points="232.6 186.4 231.29 188.12 229.99 189.83 229.99 193.52 229.99 197.2 231.83 199.65 233.67 202.11 236.04 203.13 238.41 204.16 240.26 202.24 242.11 200.32 241.85 198.96 241.6 197.61 237.1 192"></polygon>
34
- <path d="M231.54,188.73 C231.54,188.44 231.54,187.05 231.6,185.6 C231.66,184.15 231.65,182.6 231.66,182.08 C231.669848,182.010346 231.669848,181.939654 231.66,181.87 C231.643816,181.801042 231.620351,181.733999 231.59,181.67 L230.74,179.93 L229.9,178.19 C229.813555,178.009615 229.788954,177.805772 229.83,177.61 C229.869508,177.413786 229.975462,177.237196 230.13,177.11 L231.55,175.9 L232.96,174.7 C233.343249,174.3809 233.910958,174.425252 234.24,174.8 L238.89,180.36 L243.55,185.92 C243.650945,186.035875 243.716843,186.178077 243.74,186.33 C243.77994,186.477341 243.77994,186.632659 243.74,186.78 L243.74,186.78 C243.630417,187.127515 243.738699,187.506893 244.015206,187.74421 C244.291713,187.981527 244.683124,188.03102 245.01,187.87 L247.1,186.78 L249.19,185.7 C249.341307,185.623033 249.510633,185.588476 249.68,185.6 C249.846228,185.61247 250.005613,185.671373 250.14,185.77 L252.75,187.68 L255.36,189.58 C255.438594,189.633565 255.506435,189.701406 255.56,189.78 C255.61694,189.85552 255.660877,189.940014 255.69,190.03 L256.42,192.27 L257.15,194.51 C257.251009,194.840472 257.158311,195.199675 256.91,195.44 L253.86,198.33 L250.81,201.21 C250.727378,201.285221 250.632734,201.346064 250.53,201.39 C250.426423,201.437126 250.313789,201.461018 250.2,201.46 L246.08,201.52 L241.96,201.58 L241.81,201.58 L241.67,201.58 L240.54,201.22 L239.41,200.86 C239.307225,200.844808 239.202775,200.844808 239.1,200.86 C238.99719,200.869013 238.896182,200.892582 238.8,200.93 L238.03,201.23 L237.26,201.54 C237.078083,201.599552 236.881917,201.599552 236.7,201.54 C236.509529,201.488214 236.341061,201.375901 236.22,201.22 L233.66,198 L231.16,194.84 C231.085561,194.749002 231.031052,194.643392 231,194.53 C230.969919,194.415272 230.969919,194.294728 231,194.18 L231.28,191.49 L231.57,188.8 L231.57,188.72 L231.54,188.73 Z" id="Path" fill="#0099DA"></path>
35
- <path d="M330,175.05 L330.57,170.83 L331.14,166.62 C331.15997,166.426323 331.132514,166.230696 331.06,166.05 C330.988666,165.866942 330.867404,165.707569 330.71,165.59 L329.66,164.78 L328.61,163.97 C328.255887,163.691819 327.767163,163.660032 327.38,163.89 L327.16,164.02 L326.95,164.14 C326.821931,164.218115 326.709931,164.319933 326.62,164.44 C326.529211,164.55847 326.464465,164.694777 326.43,164.84 L325.65,168.01 L324.87,171.18 C324.820412,171.39108 324.708996,171.582575 324.55,171.73 C324.393081,171.879393 324.194151,171.977113 323.98,172.01 L322.98,172.17 L321.98,172.33 C321.773149,172.370131 321.580219,172.463151 321.42,172.6 L320.69,173.25 L319.95,173.9 C319.80138,174.039759 319.691187,174.21538 319.63,174.41 C319.574921,174.606208 319.574921,174.813792 319.63,175.01 L319.63,175.01 C319.736327,175.419527 319.60059,175.853884 319.28,176.13 C318.962426,176.41194 318.510926,176.485892 318.12,176.32 L315.59,175.26 L313.06,174.19 C312.904029,174.129467 312.737124,174.102217 312.57,174.11 C312.402434,174.117806 312.238604,174.162177 312.09,174.24 L309.35,175.75 L306.61,177.26 C306.50218,177.312741 306.406753,177.38772 306.33,177.48 C306.246698,177.56407 306.17898,177.66226 306.13,177.77 L304.96,180.36 L303.91,183 C303.707803,183.454817 303.830022,183.988505 304.21,184.31 L308.21,187.63 L312.21,190.96 C312.28491,191.025473 312.369171,191.0794 312.46,191.12 C312.553118,191.160425 312.650356,191.190603 312.75,191.21 L316.02,191.72 L319.3,192.24 L319.46,192.24 C319.513088,192.251192 319.563838,192.271492 319.61,192.3 L321.31,193.12 L323.01,193.95 C323.22644,194.058303 323.473203,194.09003 323.71,194.04 C323.951348,193.993344 324.169839,193.866478 324.33,193.68 L326.93,190.68 L329.53,187.68 C329.61858,187.58107 329.686569,187.465488 329.73,187.34 C329.77741,187.215492 329.80115,187.083224 329.8,186.95 L329.8,180.59 L329.93,177.84 L330.05,175.09 L330.05,175 L330,175.05 Z" id="Path" fill="#0099DA"></path>
36
- <path d="M330.75,165.59 L329.7,164.78 L328.65,163.97 C328.295887,163.691819 327.807163,163.660032 327.42,163.89 L327.2,164.02 L326.99,164.14 C326.861931,164.218115 326.749931,164.319933 326.66,164.44 C326.569211,164.55847 326.504465,164.694777 326.47,164.84 L325.69,168.01 L324.91,171.18 C324.860412,171.39108 324.748996,171.582575 324.59,171.73 C324.433081,171.879393 324.234151,171.977113 324.02,172.01 L323.02,172.17 L322.02,172.33 C321.813149,172.370131 321.620219,172.463151 321.46,172.6 L320.73,173.25 L319.99,173.9 C319.84138,174.039759 319.731187,174.21538 319.67,174.41 C319.614921,174.606208 319.614921,174.813792 319.67,175.01 C319.776327,175.419527 319.64059,175.853884 319.32,176.13 C319.002426,176.41194 318.550926,176.485892 318.16,176.32 L315.63,175.26 L313.1,174.19 C312.944029,174.129467 312.777124,174.102217 312.61,174.11 C312.442434,174.117806 312.278604,174.162177 312.13,174.24 L309.39,175.75 L306.65,177.26 C306.54218,177.312741 306.446753,177.38772 306.37,177.48 C306.286698,177.56407 306.21898,177.66226 306.17,177.77 L305,180.36 L303.91,183 C303.707803,183.454817 303.830022,183.988505 304.21,184.31 L305.65,185.51 L307.09,186.71 L308.4,183.64 L309.72,180.56 L311.32,179.33 L312.92,178.1 L317.35,178.84 L321.78,179.58 L322.27,177.73 L322.77,175.88 L326.54,174.45 L330.32,173.03 L330.75,169.85 L331.18,166.67 C331.19997,166.476323 331.172514,166.280696 331.1,166.1 C331.037189,165.898713 330.915229,165.721 330.75,165.59 L330.75,165.59 Z" id="Path" fill="#73BAE7"></path>
37
- <path d="M257.1,194.51 L256.37,192.27 L255.64,190.03 C255.610877,189.940014 255.56694,189.85552 255.51,189.78 C255.456435,189.701406 255.388594,189.633565 255.31,189.58 L252.7,187.68 L250.09,185.77 C249.955613,185.671373 249.796228,185.61247 249.63,185.6 C249.460633,185.588476 249.291307,185.623033 249.14,185.7 L247.05,186.78 L245,187.87 C244.673124,188.03102 244.281713,187.981527 244.005206,187.74421 C243.728699,187.506893 243.620417,187.127515 243.73,186.78 C243.76994,186.632659 243.76994,186.477341 243.73,186.33 C243.706843,186.178077 243.640945,186.035875 243.54,185.92 L238.88,180.36 L234.23,174.8 C233.900958,174.425252 233.333249,174.3809 232.95,174.7 L232.01,175.49 L231.07,176.29 L235.44,181.73 L239.8,187.17 L239.68,188.64 L239.55,190.12 L248.42,190.12 L251.5,193.86 L254.59,197.6 L255.73,196.52 L256.87,195.44 C257.118311,195.199675 257.211009,194.840472 257.11,194.51 L257.1,194.51 Z" id="Path" fill="#73BAE7"></path>
38
- <path d="M266.89,93 L266.89,101.84 L266.89,101.97 C266.902345,102.011667 266.919106,102.051895 266.94,102.09 C266.94,102.09 266.94,102.16 267,102.2 L270.37,107.33 L273.74,112.47 L277.11,117.6 L280.49,122.74 C280.575182,122.867983 280.692407,122.971416 280.83,123.04 C281.092388,123.180446 281.407612,123.180446 281.67,123.04 C281.802872,122.958849 281.912975,122.845305 281.99,122.71 L284.33,118.47 L286.68,114.22 L289.02,109.98 L291.37,105.73 C291.388657,105.6977 291.405354,105.664306 291.42,105.63 L291.42,105.53 C291.424709,105.493485 291.424709,105.456515 291.42,105.42 C291.424941,105.3835 291.424941,105.3465 291.42,105.31 L291.42,96.1 C291.420529,95.9937312 291.400142,95.8883969 291.36,95.79 C291.322525,95.6915001 291.268404,95.6001715 291.2,95.52 C291.129073,95.4459813 291.048319,95.382051 290.96,95.33 C290.865937,95.2809662 290.764671,95.2472109 290.66,95.23 L285,94.46 L279.28,93.69 L273.57,92.91 L267.85,92.14 C267.600015,92.1011879 267.345978,92.1785038 267.16,92.35 C266.967625,92.5150405 266.857852,92.75654 266.859969,93.01 L266.89,93 Z" id="Path" fill="#0099DA"></path>
39
- <path d="M266.89,92 L266.89,99.32 L270.1,101.86 L273.31,104.41 L276.52,106.95 L279.73,109.49 C279.845059,109.576431 279.969111,109.650192 280.1,109.71 C280.232155,109.761787 280.369671,109.798682 280.51,109.82 C280.649288,109.839966 280.790712,109.839966 280.93,109.82 C281.07538,109.808319 281.217559,109.771081 281.35,109.71 L283.89,108.71 L286.43,107.71 L288.97,106.66 L291.51,105.66 L291.51,95.33 L285.35,94.5 L279.2,93.67 L273,92.84 L266.89,92 Z" id="Path" fill="#009BDB" style="mix-blend-mode: multiply;"></path>
40
- <path d="M294.79,72.11 L295.25,71.9 L295.7,71.69 L296.16,71.48 L296.62,71.28 L296.8,71.21 L296.98,71.21 L297.17,71.21 L297.37,71.21 L297.51,71.21 L297.65,71.21 L297.79,71.21 L297.93,71.21 C298.110117,71.2299261 298.283951,71.2878706 298.44,71.38 C298.592246,71.4692095 298.724899,71.5882575 298.83,71.73 C299.052933,72.0126667 299.153733,72.3726667 299.11,72.73 L298.83,74.82 L298.56,77 L298.29,79 L298,81.13 C297.989584,81.2218651 297.969472,81.3123694 297.94,81.4 C297.911704,81.4835776 297.874841,81.5640053 297.83,81.64 C297.791694,81.7176565 297.741035,81.7885791 297.68,81.85 C297.618292,81.9183562 297.551429,81.981876 297.48,82.04 L296.88,82.5 L296.28,82.96 L295.68,83.43 L295.07,83.89 C295.000499,83.9424321 294.926933,83.9892467 294.85,84.03 C294.770101,84.0687968 294.686294,84.0989672 294.6,84.12 C294.510252,84.1295187 294.419748,84.1295187 294.33,84.12 L294.06,84.12 L293.95,84.12 L293.83,84.12 L293.72,84.12 L293.6,84.12 C293.416824,84.0935022 293.240357,84.0324175 293.08,83.94 C292.924334,83.847412 292.788417,83.7250865 292.68,83.58 C292.573764,83.4359271 292.495727,83.2730667 292.45,83.1 C292.414847,82.9149884 292.414847,82.7250116 292.45,82.54 L292.84,80.19 L293.23,77.85 L293.63,75.5 L294.02,73.15 C294.052919,72.9277339 294.142454,72.717671 294.28,72.54 C294.351593,72.4584219 294.428422,72.3815926 294.51,72.31 C294.594818,72.2321522 294.688852,72.1649855 294.79,72.11 Z" id="Path" fill="#0099DA"></path>
41
- <path d="M297.93,71.22 L297.79,71.22 L297.65,71.22 L297.51,71.22 L297.37,71.22 L297.18,71.22 L296.99,71.22 L296.8,71.22 L296.62,71.29 L296.16,71.5 L295.71,71.7 L295.25,71.91 L294.79,72.12 C294.687699,72.1704072 294.590571,72.2306939 294.5,72.3 C294.418422,72.3715926 294.341593,72.4484219 294.27,72.53 C294.207017,72.6210197 294.15341,72.7181817 294.11,72.82 C294.061733,72.9214131 294.028065,73.0291487 294.01,73.14 L293.93,73.6 L293.86,74.07 L293.78,74.53 L293.7,74.99 C293.752487,74.7885852 293.848014,74.6009428 293.98,74.44 C294.043029,74.3570395 294.117039,74.283029 294.2,74.22 C294.282607,74.1550766 294.373384,74.1012833 294.47,74.06 L294.94,73.84 L295.42,73.63 L295.89,73.41 L296.36,73.19 L296.54,73.13 L296.74,73.13 L297.13,73.13 L297.27,73.13 L297.42,73.13 L297.56,73.13 L297.71,73.13 C297.860506,73.1507767 298.006111,73.1981831 298.14,73.27 C298.274796,73.3297 298.396977,73.4145475 298.5,73.52 C298.607142,73.6261324 298.698113,73.747427 298.77,73.88 C298.833046,74.0139975 298.880038,74.1549747 298.91,74.3 L298.91,73.91 L298.96,73.53 L299.01,73.14 L299.06,72.76 C299.095561,72.5817564 299.095561,72.3982436 299.06,72.22 C299.009989,72.0516389 298.932256,71.8927944 298.83,71.75 C298.721177,71.6079794 298.585209,71.4890074 298.43,71.4 C298.278441,71.3042831 298.107792,71.2428495 297.93,71.22 Z" id="Path" fill="#37AAE1"></path>
42
- <path d="M261.94,72.11 L261.48,71.9 L261.02,71.69 L260.56,71.48 L260.11,71.28 L259.93,71.21 L259.74,71.21 L259.55,71.21 L259.36,71.21 L259.22,71.21 L259.08,71.21 L258.94,71.21 L258.8,71.21 C258.619545,71.2283687 258.445385,71.2864217 258.29,71.38 C258.134791,71.4690074 257.998823,71.5879794 257.89,71.73 C257.787744,71.8727944 257.710011,72.0316389 257.66,72.2 C257.624439,72.3782436 257.624439,72.5617564 257.66,72.74 L257.93,74.83 L258.21,76.92 L258.48,79.01 L258.75,81.1 C258.760416,81.1918651 258.780528,81.2823694 258.81,81.37 C258.842514,81.4518387 258.87923,81.5319452 258.92,81.61 C258.965168,81.6858608 259.018849,81.756317 259.08,81.82 C259.138221,81.8882472 259.201753,81.9517789 259.27,82.01 L259.88,82.47 L260.48,82.93 L261.08,83.4 L261.68,83.86 L261.91,84 C261.989229,84.040367 262.073222,84.0706045 262.16,84.09 C262.246407,84.0994962 262.333593,84.0994962 262.42,84.09 L262.69,84.09 L262.81,84.09 L262.92,84.09 L263.04,84.09 L263.15,84.09 C263.521024,84.0454144 263.857354,83.8501255 264.08,83.55 C264.183115,83.4054025 264.257776,83.2425058 264.3,83.07 C264.340052,82.8854817 264.340052,82.6945183 264.3,82.51 L263.9,80.16 L263.51,77.82 L263.12,75.47 L262.73,73.12 C262.711935,73.0091487 262.678267,72.9014131 262.63,72.8 C262.586986,72.6959522 262.529777,72.5983593 262.46,72.51 C262.393678,72.4236431 262.316357,72.3463219 262.23,72.28 C262.140852,72.2113849 262.043419,72.154269 261.94,72.11 L261.94,72.11 Z" id="Path" fill="#0099DA"></path>
43
- <path d="M258.8,71.22 L258.94,71.22 L259.08,71.22 L259.22,71.22 L259.36,71.22 L259.55,71.22 L259.74,71.22 L259.92,71.22 C259.982766,71.2354783 260.043268,71.2590066 260.1,71.29 L260.56,71.5 L261.02,71.7 L261.48,71.91 L261.94,72.12 C262.039095,72.1705254 262.132894,72.2308249 262.22,72.3 C262.306357,72.3663219 262.383678,72.4436431 262.45,72.53 C262.519777,72.6183593 262.576986,72.7159522 262.62,72.82 C262.663796,72.9231112 262.697292,73.030299 262.72,73.14 L262.79,73.6 L262.87,74.07 L262.95,74.53 L263,75 C262.969395,74.9011414 262.932657,74.8042869 262.89,74.71 C262.83918,74.6196481 262.782387,74.5327885 262.72,74.45 C262.584505,74.2868483 262.413473,74.1568644 262.22,74.07 L261.75,73.85 L261.28,73.64 L260.81,73.42 L260.34,73.2 L260.15,73.14 L259.96,73.14 L259.57,73.14 L259.42,73.14 L259.28,73.14 L259.13,73.14 L259,73.14 C258.845962,73.1591653 258.696791,73.2066288 258.56,73.28 C258.428026,73.344611 258.306639,73.4289071 258.2,73.53 C258.099041,73.6390007 258.011732,73.7598906 257.94,73.89 C257.868315,74.0203801 257.82088,74.1626847 257.8,74.31 L257.75,73.92 L257.75,73.54 L257.7,73.15 L257.65,72.77 C257.60987,72.4144837 257.706389,72.0570063 257.92,71.77 C258.027499,71.6304624 258.159688,71.5118318 258.31,71.42 C258.458286,71.3211809 258.624918,71.2531679 258.8,71.22 L258.8,71.22 Z" id="Path" fill="#37AAE1"></path>
44
- <path d="M291.48,54.9999997 C291.409266,54.78168 291.304656,54.5758347 291.17,54.39 C291.039278,54.2093759 290.880624,54.0507224 290.7,53.92 C290.520117,53.7816658 290.316907,53.6766742 290.1,53.61 C289.880719,53.5370247 289.651105,53.4999997 289.42,53.4999997 L268.42,53.4999997 C268.192236,53.5007782 267.966056,53.5379121 267.75,53.61 C267.533093,53.6766742 267.329883,53.7816658 267.15,53.92 C266.969376,54.0507224 266.810722,54.2093759 266.68,54.39 C266.542393,54.5740159 266.437525,54.7803686 266.37,54.9999997 L265.37,58.2 L264.37,61.4 L263.37,64.6 L262.37,67.8 C262.37,67.8 262.37,67.9 262.37,67.96 L262.37,68.12 C262.365175,68.1765639 262.365175,68.2334361 262.37,68.29 C262.37,68.29 262.37,68.4 262.37,68.45 L262.37,89.36 C262.360119,89.4764575 262.360119,89.5935425 262.37,89.71 C262.389367,89.8258844 262.419497,89.9397104 262.46,90.05 C262.498123,90.1634319 262.544928,90.2737584 262.6,90.38 C262.657493,90.4803693 262.72094,90.577209 262.79,90.67 L264.41,92.75 L266.02,94.83 L267.63,96.91 L269.14,98.9999997 C269.201359,99.0779883 269.268195,99.1515076 269.34,99.22 L269.56,99.41 L269.8,99.57 C269.88608,99.6182937 269.97647,99.6584671 270.07,99.69 L271.52,100.26 L272.98,100.82 L274.44,101.39 L275.89,101.95 L276.08,102.02 L276.28,102.02 L276.47,102.02 L281.41,102.02 L281.61,102.02 L281.81,102.02 L281.99,101.95 L283.45,101.39 L284.91,100.82 L286.36,100.26 L287.82,99.69 C287.91353,99.6584671 288.00392,99.6182937 288.09,99.57 L288.33,99.41 L288.55,99.22 C288.621805,99.1515076 288.688641,99.0779883 288.75,98.9999997 L290.36,96.92 L292,94.83 L293.61,92.75 L295.22,90.67 C295.295644,90.5798422 295.362607,90.4827448 295.42,90.38 C295.47,90.27 295.52,90.16 295.56,90.05 C295.600503,89.9397104 295.630633,89.8258844 295.65,89.71 C295.659881,89.5935425 295.659881,89.4764575 295.65,89.36 L295.65,68.45 C295.65,68.45 295.65,68.34 295.65,68.29 C295.65,68.24 295.65,68.18 295.65,68.12 L295.65,67.96 C295.655705,67.9068192 295.655705,67.8531808 295.65,67.8 L294.65,64.6 L293.65,61.4 L292.65,58.2 L291.48,54.9999997 Z" id="Path" fill="#0099DA"></path>
45
- <path d="M295.66,67.85 L294.66,64.58 L293.66,61.3 L292.66,58.03 L291.66,54.75 C291.599731,54.567785 291.512058,54.3958128 291.4,54.24 C291.290807,54.0907368 291.159263,53.959193 291.01,53.85 C290.857758,53.7380362 290.689092,53.6503298 290.51,53.59 C290.329385,53.5300925 290.140291,53.4999978 289.95,53.4999978 L273.41,53.4999978 C273.401103,53.5361269 273.401103,53.5738731 273.41,53.61 C273.399839,53.6493547 273.399839,53.6906453 273.41,53.73 C273.420527,53.7691587 273.437418,53.8063208 273.46,53.84 C273.481427,53.8801524 273.512319,53.9144765 273.55,53.94 L277.79,57.17 L282,60.41 L286.24,63.64 L290.49,66.87 L290.49,86.23 L288.07,90.23 L285.66,94.23 L283.25,98.23 L280.83,102.23 L281.54,102.23 L281.7,102.23 L281.86,102.23 L282.02,102.23 L283.52,101.65 L285.01,101.07 L286.51,100.49 L288,99.91 L288.23,99.8 C288.301066,99.7638442 288.368107,99.7202682 288.43,99.67 L288.61,99.52 C288.671821,99.4614742 288.728682,99.3979232 288.78,99.33 L290.43,96.9999978 L292.08,94.88 L293.72,92.75 L295.37,90.63 C295.429082,90.5504886 295.482545,90.4669525 295.53,90.38 C295.578294,90.2939197 295.618467,90.2035295 295.65,90.11 C295.709043,89.9219898 295.742675,89.7269271 295.75,89.53 L295.75,68.39 C295.75,68.39 295.75,68.3 295.75,68.26 C295.75,68.1666667 295.75,68.0733333 295.75,67.98 C295.72374,67.9341907 295.693633,67.8907002 295.66,67.85 L295.66,67.85 Z" id="Path" fill="#009BDB" style="mix-blend-mode: multiply;"></path>
46
- <path d="M298.11,59.7 C298.11,59.65 298.11,59.61 298.11,59.56 C298.097761,59.5150911 298.081009,59.4715359 298.06,59.43 C298.050415,59.3855889 298.029778,59.3443147 298,59.31 C297.976866,59.2677546 297.950098,59.227603 297.92,59.19 L295.59,56.61 L293.26,54 L290.93,51.42 L288.6,48.84 C288.540924,48.7691275 288.473807,48.7053658 288.4,48.65 L288.16,48.51 L287.9,48.43 C287.810268,48.4201724 287.719732,48.4201724 287.63,48.43 L284.36,48.43 L281.09,48.43 L277.82,48.43 L274.55,48.43 L274.39,48.43 L274.31,48.43 L274.24,48.43 L271.37,49.63 L268.5,50.83 L265.62,52 L262.75,53.2 C262.645952,53.2430138 262.548359,53.3002234 262.46,53.37 C262.36908,53.430949 262.290949,53.5090802 262.23,53.6 C262.160825,53.6871059 262.100525,53.780905 262.05,53.88 C262.008221,53.9864437 261.978046,54.0970837 261.96,54.21 L261.27,58.44 L260.58,62.67 L259.88,66.91 L259.19,71.14 L259.29,71.14 L259.48,71.14 L259.67,71.14 L259.86,71.14 L260.04,71.21 L260.48,71.41 L260.93,71.62 L261.38,71.82 L261.82,72.03 C261.88309,72.0378331 261.94691,72.0378331 262.01,72.03 C262.072903,72.0404441 262.137097,72.0404441 262.2,72.03 C262.26247,72.0179834 262.320923,71.9904759 262.37,71.95 C262.420871,71.907065 262.464731,71.8564565 262.5,71.8 L262.86,71.19 L263.23,70.58 L263.6,69.97 L263.96,69.36 C263.96,69.36 263.96,69.36 263.96,69.36 L263.96,63.23 C263.94958,63.1536874 263.94958,63.0763126 263.96,63 C263.969257,62.9209257 263.98945,62.8435198 264.02,62.77 C264.045051,62.6963485 264.078612,62.6258719 264.12,62.56 C264.16088,62.4894644 264.207718,62.422554 264.26,62.36 L265.64,60.78 L267.03,59.2 L268.41,57.61 L269.86,56 C269.921708,55.9316438 269.988571,55.868124 270.06,55.81 C270.135465,55.7559599 270.215814,55.7090895 270.3,55.67 C270.386783,55.6310963 270.477231,55.600947 270.57,55.58 C270.663073,55.5701481 270.756927,55.5701481 270.85,55.58 L274.06,55.58 L274.18,55.58 L274.3,55.58 L274.41,55.58 L275.22,55.89 L276.04,56.19 L276.85,56.5 L277.67,56.8 C277.755815,56.8372226 277.846909,56.8608395 277.94,56.87 C278.029382,56.8849189 278.120618,56.8849189 278.21,56.87 C278.303043,56.8804026 278.396957,56.8804026 278.49,56.87 L278.75,56.77 L279.5,56.37 L280.26,55.97 L281.01,55.57 L281.77,55.18 L281.91,55.11 L282.07,55.11 L282.22,55.11 L286.34,55.11 C286.604964,55.1080597 286.869505,55.1315 287.13,55.18 C287.390449,55.2308119 287.645081,55.3078718 287.89,55.41 C288.134991,55.5058332 288.369544,55.6264602 288.59,55.77 C288.813105,55.9157477 289.023819,56.0796358 289.22,56.26 L290.1,57.11 L290.99,57.96 L291.87,58.81 L292.76,59.65 C292.76,59.7 292.85,59.75 292.89,59.81 L293,59.97 C293.032664,60.0306375 293.059453,60.0942606 293.08,60.16 C293.104519,60.2218165 293.124571,60.2853129 293.14,60.35 L293.67,63.05 L294.2,65.74 L294.73,68.43 L295.26,71.13 C295.272147,71.2112293 295.306787,71.2874372 295.36,71.35 C295.404495,71.4097431 295.462834,71.4577865 295.53,71.49 C295.600086,71.5298048 295.679401,71.5504956 295.76,71.55 C295.83472,71.5744339 295.91528,71.5744339 295.99,71.55 L296.1,71.55 L296.21,71.5 L296.31,71.5 L296.42,71.5 C296.499229,71.459633 296.583222,71.4293955 296.67,71.41 C296.750804,71.380637 296.834671,71.3605091 296.92,71.35 L297.19,71.35 C297.276402,71.3404228 297.363598,71.3404228 297.45,71.35 L297.66,71.35 L297.76,71.35 L297.87,71.35 C297.949261,71.3653789 298.030739,71.3653789 298.11,71.35 C298.182096,71.328859 298.24983,71.2949924 298.31,71.25 C298.370173,71.2018448 298.418138,71.140175 298.45,71.07 C298.469923,70.9946277 298.469923,70.9153723 298.45,70.84 L298.36,68.1 L298.26,65.36 L298.17,62.63 L298.11,59.7 Z" id="Path" fill="#023852"></path>
47
- <polygon id="Path" fill="#29374E" points="294.09 51.91 294.09 50.19 294.09 48.47 290.05 45.95 286.02 43.42 278 43.42 269.98 43.42 264.17 48.2 258.36 52.99 254.38 61.59 250.4 70.19 250.4 72.64 250.4 75.09 254.38 66.49 258.36 57.89 264.17 53.11 269.98 48.32 278 48.32 286.02 48.32 290.05 50.85 294.09 53.38 294.09 55.09 294.09 56.81 299.04 61.49 303.99 66.17 303.99 63.72 303.99 61.26 299.04 56.59"></polygon>
48
- </g>
49
- </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 / webinar</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="18%"></stop>
7
+ <stop stop-color="#FFFFFF" stop-opacity="0.17" offset="34%"></stop>
8
+ <stop stop-color="#FFFFFF" stop-opacity="0.1" offset="59%"></stop>
9
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="82%"></stop>
10
+ </linearGradient>
11
+ </defs>
12
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-webinar" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
13
+ <g id="Webinar" transform="translate(20.000000, 44.000000)" fill-rule="nonzero">
14
+ <path d="M258.7,280.37 L138.39,280.37 C135.297205,280.37 132.79,282.877205 132.79,285.97 L264.3,285.97 C264.3,282.877205 261.792795,280.37 258.7,280.37 Z" id="Path" fill="#CAD3D6"></path>
15
+ <path d="M234.3,268.73 L234.3,230.93 L165.57,230.93 L165.57,268.73 C165.373209,270.761964 164.789376,272.737494 163.85,274.55 C161.993324,278.278957 158.111229,280.561158 153.95,280.37 L245.95,280.37 C241.788124,280.563773 237.904706,278.280794 236.05,274.55 C235.097884,272.740565 234.503698,270.764474 234.3,268.73 L234.3,268.73 Z" id="Path" fill="#96A6AE"></path>
16
+ <polygon id="Path" fill="#96A6AE" points="165.55 243.36 199.94 243.36 234.32 243.36 234.32 254.46 234.32 265.56 199.94 265.56 165.55 265.56 165.55 254.46"></polygon>
17
+ <path d="M393.34,244.880008 L6.53,244.880008 C4.79732238,244.88266 3.13484564,244.195533 1.90965611,242.970344 C0.684466568,241.745154 -7.69160116e-06,240.082678 -7.69160116e-06,238.35 L-7.69160116e-06,6.53 C-7.69160116e-06,4.79732238 0.684466568,3.13484564 1.90965611,1.90965611 C3.13484564,0.684466568 4.79732238,-0.00265952522 6.53,-7.69160114e-06 L393.34,-7.69160114e-06 C395.072678,-0.00265952522 396.735154,0.684466568 397.960344,1.90965611 C399.185533,3.13484564 399.870008,4.79732238 399.870008,6.53 L399.870008,238.35 C399.870008,240.082678 399.185533,241.745154 397.960344,242.970344 C396.735154,244.195533 395.072678,244.88266 393.34,244.880008 Z" id="Path" fill="#023852"></path>
18
+ <polygon id="Path" fill="#0099DA" points="12.9 222.49 200.92 222.49 388.94 222.49 388.94 118.91 388.94 15.34 200.92 15.34 12.9 15.34 12.9 118.91"></polygon>
19
+ <path d="M206.260033,232.76 C206.254201,229.745896 204.120739,227.15533 201.163665,226.57175 C198.20659,225.98817 195.248915,227.573999 194.098479,230.359919 C192.948044,233.145839 193.925036,236.356475 196.432283,238.029367 C198.93953,239.702259 202.279215,239.371809 204.41,237.24 C205.599431,236.053132 206.265448,234.440289 206.260033,232.76 L206.260033,232.76 Z" id="Path" fill="#125275"></path>
20
+ <polygon id="Path" fill="url(#linearGradient-1)" points="179.96 222.46 215.13 222.46 250.31 222.46 317.46 155.3 384.62 88.15 384.62 52.97 384.62 17.8 282.29 120.13"></polygon>
21
+ <polygon id="Path" fill="#FFE700" points="113.86 68.64 81.44 68.64 49.02 68.64 49.02 65.47 49.02 62.29 81.44 62.29 113.86 62.29 113.86 65.47"></polygon>
22
+ <polygon id="Path" fill="#FFFFFF" points="172.33 92.8 110.68 92.8 49.02 92.8 49.02 87.08 49.02 81.36 110.68 81.36 172.33 81.36 172.33 87.08"></polygon>
23
+ <polygon id="Path" fill="#FFFFFF" points="172.33 119.49 110.68 119.49 49.02 119.49 49.02 113.77 49.02 108.05 110.68 108.05 172.33 108.05 172.33 113.77"></polygon>
24
+ <path d="M350.72,180 L348.94,176.19 L347.15,172.37 L347.15,172.3 C347.145524,172.273521 347.145524,172.246479 347.15,172.22 L346.06,168.22 L344.98,164.22 C344.975291,164.183485 344.975291,164.146515 344.98,164.11 C344.975084,164.070151 344.975084,164.029849 344.98,163.99 L344.98,151.12 C344.984958,151.076808 344.984958,151.033192 344.98,150.99 C344.984543,150.950129 344.984543,150.909871 344.98,150.87 L344.57,149.44 L344,148 L344.08,148.18 L344.16,148.35 L340.25,135 L336.31,121.57 L336.22,120.32 L336.14,119.06 L336.14,118.52 L336.14,117.97 L336.14,117.97 L336.14,117.8 C336.130538,117.687301 336.088885,117.579696 336.02,117.49 C335.957721,117.394267 335.866693,117.320744 335.76,117.28 L319.68,110.59 L303.6,103.89 L303.5,103.89 L303.41,103.89 C303.350313,103.86609 303.293328,103.835922 303.24,103.8 L303.1,103.66 L303,103.54 L302.89,103.41 L306.1,97 L309.4,90.72 C309.513159,90.5043703 309.600431,90.2761199 309.66,90.04 C309.719021,89.8045254 309.749242,89.5627574 309.75,89.32 L309.75,61.13 C309.750143,60.7170571 309.665034,60.308531 309.5,59.93 C309.334785,59.5538287 309.096899,59.2139926 308.8,58.93 L304.8,55.15 L300.8,51.37 C300.503101,51.0860074 300.265215,50.7461713 300.1,50.37 C299.940016,49.9902406 299.858383,49.5820797 299.86,49.17 L299.86,48.7 C299.857593,48.1891907 299.726929,47.6871668 299.48,47.24 C299.239842,46.7983463 298.896835,46.4210382 298.48,46.14 L295.48,44.29 L292.48,42.44 C292.242078,42.2882418 291.982436,42.1735946 291.71,42.1 C291.440548,42.0202718 291.160999,41.9799996 290.88,41.9799996 L276.83,41.9799996 C276.127181,41.9853089 275.446884,42.2285241 274.9,42.67 L269.78,46.89 L264.65,51.11 C264.478513,51.2547835 264.321142,51.4155029 264.18,51.59 C264.044535,51.7713472 263.9273,51.9656223 263.83,52.17 L260.13,60.17 L256.44,68.17 C256.341895,68.366057 256.271233,68.5746799 256.23,68.79 C256.182071,69.0033074 256.158586,69.2213787 256.16,69.44 L256.16,87.89 C256.144949,88.0630066 256.144949,88.2369934 256.16,88.41 C256.192647,88.5835411 256.239471,88.7541127 256.3,88.92 L258,93.53 L259.68,98.14 C259.821824,98.5336581 259.879731,98.952631 259.85,99.37 C259.820651,99.7847376 259.708439,100.18938 259.52,100.56 C259.022121,101.494878 259.05412,102.623014 259.60419,103.528168 C260.154261,104.433321 261.140872,104.981331 262.2,104.97 L266.29,104.97 L265.46,105.75 L264.64,106.52 L264.49,106.63 L264.32,106.71 L253.72,110.48 L243.11,114.26 L239.34,115.6 L235.56,116.94 C235.412673,116.996667 235.281988,117.089522 235.18,117.21 C235.076446,117.329251 235.007308,117.474442 234.98,117.63 L231.79,134.88 L228.6,152.12 L228.71,151.83 L228.82,151.53 L228.38,153.96 L227.94,156.38 L227.94,156.44 L226.78,166.66 L225.62,176.87 C225.62,176.87 225.62,176.94 225.62,176.98 L225.62,177.08 L223.84,181.89 L222,186.71 C221.969326,186.790404 221.94916,186.874432 221.94,186.96 C221.930085,187.046383 221.930085,187.133617 221.94,187.22 L222.69,190.5 L223.44,193.78 C223.45399,193.845077 223.474079,193.908691 223.5,193.97 C223.53082,194.030242 223.567676,194.087201 223.61,194.14 L228.09,199.86 L232.57,205.58 C232.654538,205.686884 232.76003,205.775361 232.88,205.84 C233.004633,205.900375 233.141518,205.931174 233.28,205.93 L240.44,205.93 L240.59,205.93 C240.639476,205.940241 240.690524,205.940241 240.74,205.93 L242.04,205.46 L243.33,204.99 C243.619278,204.891782 243.938538,204.94527 244.180008,205.132409 C244.421478,205.319548 244.552934,205.615365 244.53,205.92 L244.53,206.04 L244.53,206.16 L244.53,206.26 L244.53,206.36 L244.53,206.44 L243.86,213.64 L243.18,220.83 L275.9,220.83 L280.71,221.69 L285.51,222.55 L326.96,222.55 L326.29,217.8 L325.63,213.05 L325.63,212.97 L325.47,210.86 L325.32,208.75 L325.32,208.75 L324.87,202.65 L324.42,196.55 C324.399516,196.297022 324.470482,196.04509 324.62,195.84 C324.758406,195.640719 324.964543,195.498556 325.2,195.44 C325.292735,195.425056 325.387265,195.425056 325.48,195.44 C325.580393,195.460954 325.675589,195.501752 325.76,195.56 L329.09,197.66 L332.41,199.76 C332.481659,199.80633 332.558954,199.843297 332.64,199.87 C332.723005,199.880458 332.806995,199.880458 332.89,199.87 L342.78,199.87 C342.915269,199.87109 343.048887,199.840255 343.17,199.78 C343.292642,199.719429 343.401554,199.634342 343.49,199.53 L347,195 L350.59,190.42 C350.654129,190.343937 350.701798,190.255408 350.73,190.16 C350.761952,190.0666 350.77883,189.968708 350.78,189.87 L350.78,180.4 C350.783674,180.336761 350.783674,180.273239 350.78,180.21 C350.767215,180.138137 350.74711,180.06777 350.72,180 Z" id="Path" fill="#003A5D" opacity="0.2"></path>
25
+ <polygon id="Path" fill="#023852" points="294.09 51.91 294.09 50.19 294.09 48.47 290.05 45.95 286.02 43.42 278 43.42 269.98 43.42 264.17 48.2 258.36 52.99 254.38 61.59 250.4 70.19 250.4 80.02 250.4 89.86 252.39 95.34 254.38 100.83 252.93 103.62 251.47 106.42 273.8 106.42 296.13 106.42 300.06 98.94 303.99 91.47 303.99 76.37 303.99 61.27 299.04 56.59"></polygon>
26
+ <polygon id="Path" fill="#06233C" opacity="0.6" style="mix-blend-mode: multiply;" points="279.7 222.21 275.5 221.69 271.31 221.16 270.7 221.69 270.09 222.21 274.9 222.21"></polygon>
27
+ <path d="M345,181.44 L343.21,177.63 L341.42,173.81 L341.42,173.74 C341.415524,173.713521 341.415524,173.686479 341.42,173.66 L340.33,169.66 L339.25,165.66 C339.246111,165.623436 339.246111,165.586564 339.25,165.55 C339.245084,165.510151 339.245084,165.469849 339.25,165.43 L339.25,152.56 C339.254958,152.516808 339.254958,152.473192 339.25,152.43 C339.259001,152.390506 339.259001,152.349494 339.25,152.31 L334.98,137.64 L330.55,123 C330.545316,122.970183 330.545316,122.939817 330.55,122.91 C330.545595,122.876812 330.545595,122.843188 330.55,122.81 L330.44,121.1 L330.34,119.4 C330.329451,119.234978 330.274137,119.075948 330.18,118.94 C330.08388,118.800034 329.948044,118.692061 329.79,118.63 L313.6,111.88 L297.41,105.14 C297.337956,105.109734 297.270608,105.069325 297.21,105.02 C297.147155,104.977112 297.092888,104.922845 297.05,104.86 L295.23,102.55 L293.41,100.24 C293.327015,100.123665 293.212523,100.033459 293.08,99.98 C292.949103,99.9179837 292.804529,99.8904459 292.66,99.9 L279.58,100.55 L266.49,101.21 C266.38719,101.219013 266.286182,101.242582 266.19,101.28 C266.092812,101.318661 266.004392,101.376474 265.93,101.45 L262.42,104.72 L258.92,108 L258.77,108.11 L258.6,108.19 L244.23,113.3 L229.85,118.42 C229.698417,118.47394 229.563845,118.567105 229.46,118.69 C229.356446,118.809251 229.287308,118.954442 229.26,119.11 L225.74,138.48 L222.22,157.86 L222.22,157.92 L221,168.1 L219.84,178.31 C219.844709,178.346515 219.844709,178.383485 219.84,178.42 L219.84,178.52 L218,183.33 L216.22,188.15 C216.189326,188.230404 216.16916,188.314432 216.16,188.4 C216.150085,188.486383 216.150085,188.573617 216.16,188.66 L216.91,191.94 L217.66,195.22 C217.67399,195.285077 217.694079,195.348691 217.72,195.41 C217.75082,195.470242 217.787676,195.527201 217.83,195.58 L222.31,201.3 L226.79,207.02 C226.874538,207.126884 226.98003,207.215361 227.1,207.28 C227.224978,207.339383 227.361632,207.37013 227.5,207.37 L234.66,207.37 L234.81,207.37 L234.97,207.37 L236.26,206.9 L237.55,206.43 C237.839278,206.331782 238.158538,206.38527 238.400008,206.572409 C238.641478,206.759548 238.772934,207.055365 238.75,207.36 L238.05,214.82 L237.34,222.27 L321.1,222.27 L320.43,218.38 L319.77,214.49 L319.77,214.41 L319.16,206.14 L318.55,197.87 C318.465047,197.495062 318.630441,197.107956 318.960097,196.910162 C319.289753,196.712368 319.70915,196.7486 320,197 L323.33,199.1 L326.65,201.2 C326.721659,201.24633 326.798954,201.283297 326.88,201.31 C326.963005,201.320458 327.046995,201.320458 327.13,201.31 L337,201.31 C337.135269,201.31109 337.268887,201.280255 337.39,201.22 C337.512642,201.159429 337.621554,201.074342 337.71,200.97 L341.29,196.4 L344.88,191.82 C344.944129,191.743937 344.991798,191.655408 345.02,191.56 C345.051952,191.4666 345.06883,191.368708 345.07,191.27 L345.07,181.8 C345.073674,181.736761 345.073674,181.673239 345.07,181.61 L345,181.44 Z" id="Path" fill="#E8E9E6"></path>
28
+ <path d="M232.61,121.67 L246.22,116.26 L259.83,110.85 C259.886156,110.829399 259.939825,110.802564 259.99,110.77 C260.041082,110.735459 260.088053,110.695199 260.13,110.65 L263.2,107.59 L266.26,104.52 C266.347841,104.429947 266.41895,104.324976 266.47,104.21 C266.5101,104.090778 266.530005,103.965785 266.530005,103.84 L266.46,102.51 L266.4,101.17 L266.14,101.17 L262.51,104.55 L258.89,108 L258.74,108.11 L258.57,108.19 L244.19,113.31 L229.82,118.42 C229.668417,118.47394 229.533845,118.567105 229.43,118.69 C229.326446,118.809251 229.257308,118.954442 229.23,119.11 L226,136.32 L222.81,153.56 L224.39,149.34 L225.96,145.12 C225.96,145.12 225.96,145.12 225.96,145.12 L225.96,145.12 L228.96,133.69 L231.96,122.27 C231.990481,122.132387 232.05592,122.004954 232.15,121.9 C232.280659,121.784541 232.439237,121.705252 232.61,121.67 Z" id="Path" fill="#FFFFFF"></path>
29
+ <path d="M293.85,100.76 L295.55,102.85 L297.25,104.94 C297.291552,104.991515 297.338485,105.038448 297.39,105.08 C297.443328,105.115922 297.500313,105.14609 297.56,105.17 L313.73,111.91 L329.91,118.64 C330.016693,118.680744 330.107721,118.754267 330.17,118.85 C330.238885,118.939696 330.280538,119.047301 330.29,119.16 L330.42,121.06 L330.55,122.96 L334.49,136.39 L338.43,149.81 L332.52,136.6 L326.61,123.39 L326.46,122.52 L326.3,121.64 C326.225518,121.24519 326.049783,120.876489 325.79,120.57 C325.528413,120.250291 325.181738,120.011085 324.79,119.88 L309.62,114.2 L294.45,108.52 L293.95,104.72 L293.45,100.92 C293.434527,100.830292 293.484857,100.742214 293.57,100.71 C293.613664,100.679201 293.667837,100.667155 293.720438,100.676548 C293.773039,100.685941 293.819694,100.715992 293.85,100.76 Z" id="Path" fill="#FFFFFF"></path>
30
+ <path d="M238.48,222.21 L243.21,214.16 L247.94,206.16 C248.123572,205.848947 248.489051,205.694633 248.84,205.78 C249.196881,205.852272 249.459935,206.156428 249.48,206.52 C249.502853,206.893714 249.775941,207.204489 250.143616,207.275195 C250.511292,207.345902 250.880167,207.158583 251.04,206.82 L254.04,200.72 L256.99,194.61 C257.035077,194.51584 257.062207,194.414102 257.07,194.31 C257.094351,194.204723 257.094351,194.095277 257.07,193.99 L256.97,193.68 L256.87,193.36 C254.126787,193.661087 251.36966,193.81797 248.61,193.83 C245.86,193.83 243.11,193.71 240.36,193.49 L240.28,196.93 L240.21,200.37 L240.21,200.44 C240.204479,200.463007 240.204479,200.486993 240.21,200.51 L239.52,204.15 L238.83,207.79 L238.83,207.87 L238.16,215.07 L237.48,222.26 L238.59,222.26 L238.48,222.21 Z" id="Path" fill="#E7E8E6" style="mix-blend-mode: multiply;"></path>
31
+ <path d="M312.93,187.89 L312.73,191.17 L312.53,194.46 C312.519997,194.553065 312.519997,194.646935 312.53,194.74 C312.549393,194.829982 312.579613,194.917285 312.62,195 L316.06,202.59 L319.51,210.17 L319.06,204.07 L318.61,197.97 C318.572208,197.556694 318.7746,197.158293 319.130674,196.945075 C319.486748,196.731858 319.933505,196.741546 320.28,196.97 L321.89,198.03 L323.5,199.09 L321.77,194.36 L320.05,189.63 C318.82,189.43 317.6,189.22 316.4,188.95 C315.216484,188.691421 314.055984,188.336916 312.93,187.89 L312.93,187.89 Z" id="Path" fill="#E7E8E6" style="mix-blend-mode: multiply;"></path>
32
+ <path d="M329.48,181.41 L329.48,181.41 C330.406289,181.42779 331.214847,182.042294 331.48,182.93 L332.11,185 L332.73,187.08 C332.762752,187.177566 332.78619,187.278014 332.8,187.38 C332.809612,187.48311 332.809612,187.58689 332.8,187.69 L332.8,192.52 C332.800008,192.761714 332.759444,193.001715 332.68,193.23 C332.597164,193.457087 332.479047,193.669697 332.33,193.86 L330.79,195.77 L329.25,197.69 C328.920407,198.096162 328.455197,198.369606 327.94,198.46 C327.423373,198.544745 326.893576,198.438074 326.45,198.16 L323.73,196.47 L321.01,194.78 C320.533189,194.490098 320.191367,194.022342 320.06,193.48 C319.925626,192.937053 320.00813,192.363112 320.29,191.88 L320.66,191.25 L321.03,190.62 L321.11,190.49 L321.2,190.37 L324.48,186.29 L327.75,182.21 C327.943572,181.954668 328.197967,181.751839 328.49,181.62 C328.797542,181.469167 329.137708,181.39701 329.48,181.41 Z" id="Path" fill="#FFFFFF"></path>
33
+ <polygon id="Path" fill="#FFFFFF" points="232.6 186.4 231.29 188.12 229.99 189.83 229.99 193.52 229.99 197.2 231.83 199.65 233.67 202.11 236.04 203.13 238.41 204.16 240.26 202.24 242.11 200.32 241.85 198.96 241.6 197.61 237.1 192"></polygon>
34
+ <path d="M231.54,188.73 C231.54,188.44 231.54,187.05 231.6,185.6 C231.66,184.15 231.65,182.6 231.66,182.08 C231.669848,182.010346 231.669848,181.939654 231.66,181.87 C231.643816,181.801042 231.620351,181.733999 231.59,181.67 L230.74,179.93 L229.9,178.19 C229.813555,178.009615 229.788954,177.805772 229.83,177.61 C229.869508,177.413786 229.975462,177.237196 230.13,177.11 L231.55,175.9 L232.96,174.7 C233.343249,174.3809 233.910958,174.425252 234.24,174.8 L238.89,180.36 L243.55,185.92 C243.650945,186.035875 243.716843,186.178077 243.74,186.33 C243.77994,186.477341 243.77994,186.632659 243.74,186.78 L243.74,186.78 C243.630417,187.127515 243.738699,187.506893 244.015206,187.74421 C244.291713,187.981527 244.683124,188.03102 245.01,187.87 L247.1,186.78 L249.19,185.7 C249.341307,185.623033 249.510633,185.588476 249.68,185.6 C249.846228,185.61247 250.005613,185.671373 250.14,185.77 L252.75,187.68 L255.36,189.58 C255.438594,189.633565 255.506435,189.701406 255.56,189.78 C255.61694,189.85552 255.660877,189.940014 255.69,190.03 L256.42,192.27 L257.15,194.51 C257.251009,194.840472 257.158311,195.199675 256.91,195.44 L253.86,198.33 L250.81,201.21 C250.727378,201.285221 250.632734,201.346064 250.53,201.39 C250.426423,201.437126 250.313789,201.461018 250.2,201.46 L246.08,201.52 L241.96,201.58 L241.81,201.58 L241.67,201.58 L240.54,201.22 L239.41,200.86 C239.307225,200.844808 239.202775,200.844808 239.1,200.86 C238.99719,200.869013 238.896182,200.892582 238.8,200.93 L238.03,201.23 L237.26,201.54 C237.078083,201.599552 236.881917,201.599552 236.7,201.54 C236.509529,201.488214 236.341061,201.375901 236.22,201.22 L233.66,198 L231.16,194.84 C231.085561,194.749002 231.031052,194.643392 231,194.53 C230.969919,194.415272 230.969919,194.294728 231,194.18 L231.28,191.49 L231.57,188.8 L231.57,188.72 L231.54,188.73 Z" id="Path" fill="#0099DA"></path>
35
+ <path d="M330,175.05 L330.57,170.83 L331.14,166.62 C331.15997,166.426323 331.132514,166.230696 331.06,166.05 C330.988666,165.866942 330.867404,165.707569 330.71,165.59 L329.66,164.78 L328.61,163.97 C328.255887,163.691819 327.767163,163.660032 327.38,163.89 L327.16,164.02 L326.95,164.14 C326.821931,164.218115 326.709931,164.319933 326.62,164.44 C326.529211,164.55847 326.464465,164.694777 326.43,164.84 L325.65,168.01 L324.87,171.18 C324.820412,171.39108 324.708996,171.582575 324.55,171.73 C324.393081,171.879393 324.194151,171.977113 323.98,172.01 L322.98,172.17 L321.98,172.33 C321.773149,172.370131 321.580219,172.463151 321.42,172.6 L320.69,173.25 L319.95,173.9 C319.80138,174.039759 319.691187,174.21538 319.63,174.41 C319.574921,174.606208 319.574921,174.813792 319.63,175.01 L319.63,175.01 C319.736327,175.419527 319.60059,175.853884 319.28,176.13 C318.962426,176.41194 318.510926,176.485892 318.12,176.32 L315.59,175.26 L313.06,174.19 C312.904029,174.129467 312.737124,174.102217 312.57,174.11 C312.402434,174.117806 312.238604,174.162177 312.09,174.24 L309.35,175.75 L306.61,177.26 C306.50218,177.312741 306.406753,177.38772 306.33,177.48 C306.246698,177.56407 306.17898,177.66226 306.13,177.77 L304.96,180.36 L303.91,183 C303.707803,183.454817 303.830022,183.988505 304.21,184.31 L308.21,187.63 L312.21,190.96 C312.28491,191.025473 312.369171,191.0794 312.46,191.12 C312.553118,191.160425 312.650356,191.190603 312.75,191.21 L316.02,191.72 L319.3,192.24 L319.46,192.24 C319.513088,192.251192 319.563838,192.271492 319.61,192.3 L321.31,193.12 L323.01,193.95 C323.22644,194.058303 323.473203,194.09003 323.71,194.04 C323.951348,193.993344 324.169839,193.866478 324.33,193.68 L326.93,190.68 L329.53,187.68 C329.61858,187.58107 329.686569,187.465488 329.73,187.34 C329.77741,187.215492 329.80115,187.083224 329.8,186.95 L329.8,180.59 L329.93,177.84 L330.05,175.09 L330.05,175 L330,175.05 Z" id="Path" fill="#0099DA"></path>
36
+ <path d="M330.75,165.59 L329.7,164.78 L328.65,163.97 C328.295887,163.691819 327.807163,163.660032 327.42,163.89 L327.2,164.02 L326.99,164.14 C326.861931,164.218115 326.749931,164.319933 326.66,164.44 C326.569211,164.55847 326.504465,164.694777 326.47,164.84 L325.69,168.01 L324.91,171.18 C324.860412,171.39108 324.748996,171.582575 324.59,171.73 C324.433081,171.879393 324.234151,171.977113 324.02,172.01 L323.02,172.17 L322.02,172.33 C321.813149,172.370131 321.620219,172.463151 321.46,172.6 L320.73,173.25 L319.99,173.9 C319.84138,174.039759 319.731187,174.21538 319.67,174.41 C319.614921,174.606208 319.614921,174.813792 319.67,175.01 C319.776327,175.419527 319.64059,175.853884 319.32,176.13 C319.002426,176.41194 318.550926,176.485892 318.16,176.32 L315.63,175.26 L313.1,174.19 C312.944029,174.129467 312.777124,174.102217 312.61,174.11 C312.442434,174.117806 312.278604,174.162177 312.13,174.24 L309.39,175.75 L306.65,177.26 C306.54218,177.312741 306.446753,177.38772 306.37,177.48 C306.286698,177.56407 306.21898,177.66226 306.17,177.77 L305,180.36 L303.91,183 C303.707803,183.454817 303.830022,183.988505 304.21,184.31 L305.65,185.51 L307.09,186.71 L308.4,183.64 L309.72,180.56 L311.32,179.33 L312.92,178.1 L317.35,178.84 L321.78,179.58 L322.27,177.73 L322.77,175.88 L326.54,174.45 L330.32,173.03 L330.75,169.85 L331.18,166.67 C331.19997,166.476323 331.172514,166.280696 331.1,166.1 C331.037189,165.898713 330.915229,165.721 330.75,165.59 L330.75,165.59 Z" id="Path" fill="#73BAE7"></path>
37
+ <path d="M257.1,194.51 L256.37,192.27 L255.64,190.03 C255.610877,189.940014 255.56694,189.85552 255.51,189.78 C255.456435,189.701406 255.388594,189.633565 255.31,189.58 L252.7,187.68 L250.09,185.77 C249.955613,185.671373 249.796228,185.61247 249.63,185.6 C249.460633,185.588476 249.291307,185.623033 249.14,185.7 L247.05,186.78 L245,187.87 C244.673124,188.03102 244.281713,187.981527 244.005206,187.74421 C243.728699,187.506893 243.620417,187.127515 243.73,186.78 C243.76994,186.632659 243.76994,186.477341 243.73,186.33 C243.706843,186.178077 243.640945,186.035875 243.54,185.92 L238.88,180.36 L234.23,174.8 C233.900958,174.425252 233.333249,174.3809 232.95,174.7 L232.01,175.49 L231.07,176.29 L235.44,181.73 L239.8,187.17 L239.68,188.64 L239.55,190.12 L248.42,190.12 L251.5,193.86 L254.59,197.6 L255.73,196.52 L256.87,195.44 C257.118311,195.199675 257.211009,194.840472 257.11,194.51 L257.1,194.51 Z" id="Path" fill="#73BAE7"></path>
38
+ <path d="M266.89,93 L266.89,101.84 L266.89,101.97 C266.902345,102.011667 266.919106,102.051895 266.94,102.09 C266.94,102.09 266.94,102.16 267,102.2 L270.37,107.33 L273.74,112.47 L277.11,117.6 L280.49,122.74 C280.575182,122.867983 280.692407,122.971416 280.83,123.04 C281.092388,123.180446 281.407612,123.180446 281.67,123.04 C281.802872,122.958849 281.912975,122.845305 281.99,122.71 L284.33,118.47 L286.68,114.22 L289.02,109.98 L291.37,105.73 C291.388657,105.6977 291.405354,105.664306 291.42,105.63 L291.42,105.53 C291.424709,105.493485 291.424709,105.456515 291.42,105.42 C291.424941,105.3835 291.424941,105.3465 291.42,105.31 L291.42,96.1 C291.420529,95.9937312 291.400142,95.8883969 291.36,95.79 C291.322525,95.6915001 291.268404,95.6001715 291.2,95.52 C291.129073,95.4459813 291.048319,95.382051 290.96,95.33 C290.865937,95.2809662 290.764671,95.2472109 290.66,95.23 L285,94.46 L279.28,93.69 L273.57,92.91 L267.85,92.14 C267.600015,92.1011879 267.345978,92.1785038 267.16,92.35 C266.967625,92.5150405 266.857852,92.75654 266.859969,93.01 L266.89,93 Z" id="Path" fill="#0099DA"></path>
39
+ <path d="M266.89,92 L266.89,99.32 L270.1,101.86 L273.31,104.41 L276.52,106.95 L279.73,109.49 C279.845059,109.576431 279.969111,109.650192 280.1,109.71 C280.232155,109.761787 280.369671,109.798682 280.51,109.82 C280.649288,109.839966 280.790712,109.839966 280.93,109.82 C281.07538,109.808319 281.217559,109.771081 281.35,109.71 L283.89,108.71 L286.43,107.71 L288.97,106.66 L291.51,105.66 L291.51,95.33 L285.35,94.5 L279.2,93.67 L273,92.84 L266.89,92 Z" id="Path" fill="#009BDB" style="mix-blend-mode: multiply;"></path>
40
+ <path d="M294.79,72.11 L295.25,71.9 L295.7,71.69 L296.16,71.48 L296.62,71.28 L296.8,71.21 L296.98,71.21 L297.17,71.21 L297.37,71.21 L297.51,71.21 L297.65,71.21 L297.79,71.21 L297.93,71.21 C298.110117,71.2299261 298.283951,71.2878706 298.44,71.38 C298.592246,71.4692095 298.724899,71.5882575 298.83,71.73 C299.052933,72.0126667 299.153733,72.3726667 299.11,72.73 L298.83,74.82 L298.56,77 L298.29,79 L298,81.13 C297.989584,81.2218651 297.969472,81.3123694 297.94,81.4 C297.911704,81.4835776 297.874841,81.5640053 297.83,81.64 C297.791694,81.7176565 297.741035,81.7885791 297.68,81.85 C297.618292,81.9183562 297.551429,81.981876 297.48,82.04 L296.88,82.5 L296.28,82.96 L295.68,83.43 L295.07,83.89 C295.000499,83.9424321 294.926933,83.9892467 294.85,84.03 C294.770101,84.0687968 294.686294,84.0989672 294.6,84.12 C294.510252,84.1295187 294.419748,84.1295187 294.33,84.12 L294.06,84.12 L293.95,84.12 L293.83,84.12 L293.72,84.12 L293.6,84.12 C293.416824,84.0935022 293.240357,84.0324175 293.08,83.94 C292.924334,83.847412 292.788417,83.7250865 292.68,83.58 C292.573764,83.4359271 292.495727,83.2730667 292.45,83.1 C292.414847,82.9149884 292.414847,82.7250116 292.45,82.54 L292.84,80.19 L293.23,77.85 L293.63,75.5 L294.02,73.15 C294.052919,72.9277339 294.142454,72.717671 294.28,72.54 C294.351593,72.4584219 294.428422,72.3815926 294.51,72.31 C294.594818,72.2321522 294.688852,72.1649855 294.79,72.11 Z" id="Path" fill="#0099DA"></path>
41
+ <path d="M297.93,71.22 L297.79,71.22 L297.65,71.22 L297.51,71.22 L297.37,71.22 L297.18,71.22 L296.99,71.22 L296.8,71.22 L296.62,71.29 L296.16,71.5 L295.71,71.7 L295.25,71.91 L294.79,72.12 C294.687699,72.1704072 294.590571,72.2306939 294.5,72.3 C294.418422,72.3715926 294.341593,72.4484219 294.27,72.53 C294.207017,72.6210197 294.15341,72.7181817 294.11,72.82 C294.061733,72.9214131 294.028065,73.0291487 294.01,73.14 L293.93,73.6 L293.86,74.07 L293.78,74.53 L293.7,74.99 C293.752487,74.7885852 293.848014,74.6009428 293.98,74.44 C294.043029,74.3570395 294.117039,74.283029 294.2,74.22 C294.282607,74.1550766 294.373384,74.1012833 294.47,74.06 L294.94,73.84 L295.42,73.63 L295.89,73.41 L296.36,73.19 L296.54,73.13 L296.74,73.13 L297.13,73.13 L297.27,73.13 L297.42,73.13 L297.56,73.13 L297.71,73.13 C297.860506,73.1507767 298.006111,73.1981831 298.14,73.27 C298.274796,73.3297 298.396977,73.4145475 298.5,73.52 C298.607142,73.6261324 298.698113,73.747427 298.77,73.88 C298.833046,74.0139975 298.880038,74.1549747 298.91,74.3 L298.91,73.91 L298.96,73.53 L299.01,73.14 L299.06,72.76 C299.095561,72.5817564 299.095561,72.3982436 299.06,72.22 C299.009989,72.0516389 298.932256,71.8927944 298.83,71.75 C298.721177,71.6079794 298.585209,71.4890074 298.43,71.4 C298.278441,71.3042831 298.107792,71.2428495 297.93,71.22 Z" id="Path" fill="#37AAE1"></path>
42
+ <path d="M261.94,72.11 L261.48,71.9 L261.02,71.69 L260.56,71.48 L260.11,71.28 L259.93,71.21 L259.74,71.21 L259.55,71.21 L259.36,71.21 L259.22,71.21 L259.08,71.21 L258.94,71.21 L258.8,71.21 C258.619545,71.2283687 258.445385,71.2864217 258.29,71.38 C258.134791,71.4690074 257.998823,71.5879794 257.89,71.73 C257.787744,71.8727944 257.710011,72.0316389 257.66,72.2 C257.624439,72.3782436 257.624439,72.5617564 257.66,72.74 L257.93,74.83 L258.21,76.92 L258.48,79.01 L258.75,81.1 C258.760416,81.1918651 258.780528,81.2823694 258.81,81.37 C258.842514,81.4518387 258.87923,81.5319452 258.92,81.61 C258.965168,81.6858608 259.018849,81.756317 259.08,81.82 C259.138221,81.8882472 259.201753,81.9517789 259.27,82.01 L259.88,82.47 L260.48,82.93 L261.08,83.4 L261.68,83.86 L261.91,84 C261.989229,84.040367 262.073222,84.0706045 262.16,84.09 C262.246407,84.0994962 262.333593,84.0994962 262.42,84.09 L262.69,84.09 L262.81,84.09 L262.92,84.09 L263.04,84.09 L263.15,84.09 C263.521024,84.0454144 263.857354,83.8501255 264.08,83.55 C264.183115,83.4054025 264.257776,83.2425058 264.3,83.07 C264.340052,82.8854817 264.340052,82.6945183 264.3,82.51 L263.9,80.16 L263.51,77.82 L263.12,75.47 L262.73,73.12 C262.711935,73.0091487 262.678267,72.9014131 262.63,72.8 C262.586986,72.6959522 262.529777,72.5983593 262.46,72.51 C262.393678,72.4236431 262.316357,72.3463219 262.23,72.28 C262.140852,72.2113849 262.043419,72.154269 261.94,72.11 L261.94,72.11 Z" id="Path" fill="#0099DA"></path>
43
+ <path d="M258.8,71.22 L258.94,71.22 L259.08,71.22 L259.22,71.22 L259.36,71.22 L259.55,71.22 L259.74,71.22 L259.92,71.22 C259.982766,71.2354783 260.043268,71.2590066 260.1,71.29 L260.56,71.5 L261.02,71.7 L261.48,71.91 L261.94,72.12 C262.039095,72.1705254 262.132894,72.2308249 262.22,72.3 C262.306357,72.3663219 262.383678,72.4436431 262.45,72.53 C262.519777,72.6183593 262.576986,72.7159522 262.62,72.82 C262.663796,72.9231112 262.697292,73.030299 262.72,73.14 L262.79,73.6 L262.87,74.07 L262.95,74.53 L263,75 C262.969395,74.9011414 262.932657,74.8042869 262.89,74.71 C262.83918,74.6196481 262.782387,74.5327885 262.72,74.45 C262.584505,74.2868483 262.413473,74.1568644 262.22,74.07 L261.75,73.85 L261.28,73.64 L260.81,73.42 L260.34,73.2 L260.15,73.14 L259.96,73.14 L259.57,73.14 L259.42,73.14 L259.28,73.14 L259.13,73.14 L259,73.14 C258.845962,73.1591653 258.696791,73.2066288 258.56,73.28 C258.428026,73.344611 258.306639,73.4289071 258.2,73.53 C258.099041,73.6390007 258.011732,73.7598906 257.94,73.89 C257.868315,74.0203801 257.82088,74.1626847 257.8,74.31 L257.75,73.92 L257.75,73.54 L257.7,73.15 L257.65,72.77 C257.60987,72.4144837 257.706389,72.0570063 257.92,71.77 C258.027499,71.6304624 258.159688,71.5118318 258.31,71.42 C258.458286,71.3211809 258.624918,71.2531679 258.8,71.22 L258.8,71.22 Z" id="Path" fill="#37AAE1"></path>
44
+ <path d="M291.48,54.9999997 C291.409266,54.78168 291.304656,54.5758347 291.17,54.39 C291.039278,54.2093759 290.880624,54.0507224 290.7,53.92 C290.520117,53.7816658 290.316907,53.6766742 290.1,53.61 C289.880719,53.5370247 289.651105,53.4999997 289.42,53.4999997 L268.42,53.4999997 C268.192236,53.5007782 267.966056,53.5379121 267.75,53.61 C267.533093,53.6766742 267.329883,53.7816658 267.15,53.92 C266.969376,54.0507224 266.810722,54.2093759 266.68,54.39 C266.542393,54.5740159 266.437525,54.7803686 266.37,54.9999997 L265.37,58.2 L264.37,61.4 L263.37,64.6 L262.37,67.8 C262.37,67.8 262.37,67.9 262.37,67.96 L262.37,68.12 C262.365175,68.1765639 262.365175,68.2334361 262.37,68.29 C262.37,68.29 262.37,68.4 262.37,68.45 L262.37,89.36 C262.360119,89.4764575 262.360119,89.5935425 262.37,89.71 C262.389367,89.8258844 262.419497,89.9397104 262.46,90.05 C262.498123,90.1634319 262.544928,90.2737584 262.6,90.38 C262.657493,90.4803693 262.72094,90.577209 262.79,90.67 L264.41,92.75 L266.02,94.83 L267.63,96.91 L269.14,98.9999997 C269.201359,99.0779883 269.268195,99.1515076 269.34,99.22 L269.56,99.41 L269.8,99.57 C269.88608,99.6182937 269.97647,99.6584671 270.07,99.69 L271.52,100.26 L272.98,100.82 L274.44,101.39 L275.89,101.95 L276.08,102.02 L276.28,102.02 L276.47,102.02 L281.41,102.02 L281.61,102.02 L281.81,102.02 L281.99,101.95 L283.45,101.39 L284.91,100.82 L286.36,100.26 L287.82,99.69 C287.91353,99.6584671 288.00392,99.6182937 288.09,99.57 L288.33,99.41 L288.55,99.22 C288.621805,99.1515076 288.688641,99.0779883 288.75,98.9999997 L290.36,96.92 L292,94.83 L293.61,92.75 L295.22,90.67 C295.295644,90.5798422 295.362607,90.4827448 295.42,90.38 C295.47,90.27 295.52,90.16 295.56,90.05 C295.600503,89.9397104 295.630633,89.8258844 295.65,89.71 C295.659881,89.5935425 295.659881,89.4764575 295.65,89.36 L295.65,68.45 C295.65,68.45 295.65,68.34 295.65,68.29 C295.65,68.24 295.65,68.18 295.65,68.12 L295.65,67.96 C295.655705,67.9068192 295.655705,67.8531808 295.65,67.8 L294.65,64.6 L293.65,61.4 L292.65,58.2 L291.48,54.9999997 Z" id="Path" fill="#0099DA"></path>
45
+ <path d="M295.66,67.85 L294.66,64.58 L293.66,61.3 L292.66,58.03 L291.66,54.75 C291.599731,54.567785 291.512058,54.3958128 291.4,54.24 C291.290807,54.0907368 291.159263,53.959193 291.01,53.85 C290.857758,53.7380362 290.689092,53.6503298 290.51,53.59 C290.329385,53.5300925 290.140291,53.4999978 289.95,53.4999978 L273.41,53.4999978 C273.401103,53.5361269 273.401103,53.5738731 273.41,53.61 C273.399839,53.6493547 273.399839,53.6906453 273.41,53.73 C273.420527,53.7691587 273.437418,53.8063208 273.46,53.84 C273.481427,53.8801524 273.512319,53.9144765 273.55,53.94 L277.79,57.17 L282,60.41 L286.24,63.64 L290.49,66.87 L290.49,86.23 L288.07,90.23 L285.66,94.23 L283.25,98.23 L280.83,102.23 L281.54,102.23 L281.7,102.23 L281.86,102.23 L282.02,102.23 L283.52,101.65 L285.01,101.07 L286.51,100.49 L288,99.91 L288.23,99.8 C288.301066,99.7638442 288.368107,99.7202682 288.43,99.67 L288.61,99.52 C288.671821,99.4614742 288.728682,99.3979232 288.78,99.33 L290.43,96.9999978 L292.08,94.88 L293.72,92.75 L295.37,90.63 C295.429082,90.5504886 295.482545,90.4669525 295.53,90.38 C295.578294,90.2939197 295.618467,90.2035295 295.65,90.11 C295.709043,89.9219898 295.742675,89.7269271 295.75,89.53 L295.75,68.39 C295.75,68.39 295.75,68.3 295.75,68.26 C295.75,68.1666667 295.75,68.0733333 295.75,67.98 C295.72374,67.9341907 295.693633,67.8907002 295.66,67.85 L295.66,67.85 Z" id="Path" fill="#009BDB" style="mix-blend-mode: multiply;"></path>
46
+ <path d="M298.11,59.7 C298.11,59.65 298.11,59.61 298.11,59.56 C298.097761,59.5150911 298.081009,59.4715359 298.06,59.43 C298.050415,59.3855889 298.029778,59.3443147 298,59.31 C297.976866,59.2677546 297.950098,59.227603 297.92,59.19 L295.59,56.61 L293.26,54 L290.93,51.42 L288.6,48.84 C288.540924,48.7691275 288.473807,48.7053658 288.4,48.65 L288.16,48.51 L287.9,48.43 C287.810268,48.4201724 287.719732,48.4201724 287.63,48.43 L284.36,48.43 L281.09,48.43 L277.82,48.43 L274.55,48.43 L274.39,48.43 L274.31,48.43 L274.24,48.43 L271.37,49.63 L268.5,50.83 L265.62,52 L262.75,53.2 C262.645952,53.2430138 262.548359,53.3002234 262.46,53.37 C262.36908,53.430949 262.290949,53.5090802 262.23,53.6 C262.160825,53.6871059 262.100525,53.780905 262.05,53.88 C262.008221,53.9864437 261.978046,54.0970837 261.96,54.21 L261.27,58.44 L260.58,62.67 L259.88,66.91 L259.19,71.14 L259.29,71.14 L259.48,71.14 L259.67,71.14 L259.86,71.14 L260.04,71.21 L260.48,71.41 L260.93,71.62 L261.38,71.82 L261.82,72.03 C261.88309,72.0378331 261.94691,72.0378331 262.01,72.03 C262.072903,72.0404441 262.137097,72.0404441 262.2,72.03 C262.26247,72.0179834 262.320923,71.9904759 262.37,71.95 C262.420871,71.907065 262.464731,71.8564565 262.5,71.8 L262.86,71.19 L263.23,70.58 L263.6,69.97 L263.96,69.36 C263.96,69.36 263.96,69.36 263.96,69.36 L263.96,63.23 C263.94958,63.1536874 263.94958,63.0763126 263.96,63 C263.969257,62.9209257 263.98945,62.8435198 264.02,62.77 C264.045051,62.6963485 264.078612,62.6258719 264.12,62.56 C264.16088,62.4894644 264.207718,62.422554 264.26,62.36 L265.64,60.78 L267.03,59.2 L268.41,57.61 L269.86,56 C269.921708,55.9316438 269.988571,55.868124 270.06,55.81 C270.135465,55.7559599 270.215814,55.7090895 270.3,55.67 C270.386783,55.6310963 270.477231,55.600947 270.57,55.58 C270.663073,55.5701481 270.756927,55.5701481 270.85,55.58 L274.06,55.58 L274.18,55.58 L274.3,55.58 L274.41,55.58 L275.22,55.89 L276.04,56.19 L276.85,56.5 L277.67,56.8 C277.755815,56.8372226 277.846909,56.8608395 277.94,56.87 C278.029382,56.8849189 278.120618,56.8849189 278.21,56.87 C278.303043,56.8804026 278.396957,56.8804026 278.49,56.87 L278.75,56.77 L279.5,56.37 L280.26,55.97 L281.01,55.57 L281.77,55.18 L281.91,55.11 L282.07,55.11 L282.22,55.11 L286.34,55.11 C286.604964,55.1080597 286.869505,55.1315 287.13,55.18 C287.390449,55.2308119 287.645081,55.3078718 287.89,55.41 C288.134991,55.5058332 288.369544,55.6264602 288.59,55.77 C288.813105,55.9157477 289.023819,56.0796358 289.22,56.26 L290.1,57.11 L290.99,57.96 L291.87,58.81 L292.76,59.65 C292.76,59.7 292.85,59.75 292.89,59.81 L293,59.97 C293.032664,60.0306375 293.059453,60.0942606 293.08,60.16 C293.104519,60.2218165 293.124571,60.2853129 293.14,60.35 L293.67,63.05 L294.2,65.74 L294.73,68.43 L295.26,71.13 C295.272147,71.2112293 295.306787,71.2874372 295.36,71.35 C295.404495,71.4097431 295.462834,71.4577865 295.53,71.49 C295.600086,71.5298048 295.679401,71.5504956 295.76,71.55 C295.83472,71.5744339 295.91528,71.5744339 295.99,71.55 L296.1,71.55 L296.21,71.5 L296.31,71.5 L296.42,71.5 C296.499229,71.459633 296.583222,71.4293955 296.67,71.41 C296.750804,71.380637 296.834671,71.3605091 296.92,71.35 L297.19,71.35 C297.276402,71.3404228 297.363598,71.3404228 297.45,71.35 L297.66,71.35 L297.76,71.35 L297.87,71.35 C297.949261,71.3653789 298.030739,71.3653789 298.11,71.35 C298.182096,71.328859 298.24983,71.2949924 298.31,71.25 C298.370173,71.2018448 298.418138,71.140175 298.45,71.07 C298.469923,70.9946277 298.469923,70.9153723 298.45,70.84 L298.36,68.1 L298.26,65.36 L298.17,62.63 L298.11,59.7 Z" id="Path" fill="#023852"></path>
47
+ <polygon id="Path" fill="#29374E" points="294.09 51.91 294.09 50.19 294.09 48.47 290.05 45.95 286.02 43.42 278 43.42 269.98 43.42 264.17 48.2 258.36 52.99 254.38 61.59 250.4 70.19 250.4 72.64 250.4 75.09 254.38 66.49 258.36 57.89 264.17 53.11 269.98 48.32 278 48.32 286.02 48.32 290.05 50.85 294.09 53.38 294.09 55.09 294.09 56.81 299.04 61.49 303.99 66.17 303.99 63.72 303.99 61.26 299.04 56.59"></polygon>
48
+ </g>
49
+ </g>
50
50
  </svg>