@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,304 +1,304 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
- <title>Graphic elements / Icons / Rich icons / Marketplace / Industries-Public-Transport</title>
4
- <defs>
5
- <linearGradient x1="-0.151057402%" y1="47.5%" x2="99.8187311%" y2="47.5%" id="linearGradient-1">
6
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
7
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
8
- </linearGradient>
9
- <linearGradient x1="-0.0958466454%" y1="53.0210184%" x2="99.8722045%" y2="53.0210184%" id="linearGradient-2">
10
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
11
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
12
- </linearGradient>
13
- <linearGradient x1="0%" y1="47.5%" x2="99.9697885%" y2="47.5%" id="linearGradient-3">
14
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
15
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
16
- </linearGradient>
17
- <linearGradient x1="-0.327868852%" y1="50.3076923%" x2="99.5081967%" y2="50.3076923%" id="linearGradient-4">
18
- <stop stop-color="#ECEFF1" offset="0%"></stop>
19
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
20
- <stop stop-color="#FFFFFF" stop-opacity="0.4" offset="100%"></stop>
21
- </linearGradient>
22
- <linearGradient x1="0.0319488818%" y1="54.1106139%" x2="99.9361022%" y2="54.1106139%" id="linearGradient-5">
23
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
24
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
25
- </linearGradient>
26
- <linearGradient x1="0.151057402%" y1="47.5%" x2="100.120846%" y2="47.5%" id="linearGradient-6">
27
- <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
28
- <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
29
- </linearGradient>
30
- <linearGradient x1="0.0792079208%" y1="49.8106061%" x2="100.081584%" y2="49.8106061%" id="linearGradient-7">
31
- <stop stop-color="#FFFFFF" offset="0%"></stop>
32
- <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
33
- <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
34
- </linearGradient>
35
- <linearGradient x1="0.0100502513%" y1="49.8282443%" x2="100.003015%" y2="49.8282443%" id="linearGradient-8">
36
- <stop stop-color="#FFFFFF" offset="0%"></stop>
37
- <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
38
- <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
39
- </linearGradient>
40
- </defs>
41
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-Public-Transport" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
42
- <g id="public-transport" transform="translate(0.000000, 101.000000)">
43
- <g id="Group" transform="translate(36.000000, 140.000000)" fill="#8AA4B5" fill-rule="nonzero">
44
- <polygon id="Shape" points="45.7 67.7 45.1 67.7 45.1 67 44.7 67 44.7 67.4 44.3 67.4 44.3 67.8 43.1 67.8 43.1 67.3 42.6 67.1 38.6 67.2 38.6 67.9 37.8 67.9 37.8 74 31.2 74 31.2 43.6 29.7 43.6 29.7 36 24.3 36 24.3 34 21 34 21 30.7 7.5 30.7 7.5 36 0.7 36 0.7 88.7 47.3 88.7 47.3 68.5"></polygon>
45
- <path d="M243.9,67.7 L243.4,67.7 L243.4,67 L243,67 L243,67.4 L242.6,67.4 L242.6,67.8 L241.4,67.8 L241.4,67.3 L240.9,67.1 L236.9,67.2 L236.9,67.9 L236,67.9 L236,74 L229.4,74 L229.4,43.6 L227.9,43.6 L227.9,36 L222.5,36 L222.5,34 L219.2,34 L219.2,30.7 L205.7,30.7 L205.7,36 L198.9,36 L198.9,37.2 L198.3,37.2 L198.3,37.2 L197.6,37.2 L197.6,81.9 L195.6,81.9 L195.6,51.7 L190.2,51.7 L190.2,56.9 L175.5,56.9 L175.5,59.6 L174.3,59.6 L174.3,71.2 L171.4,71.2 L171.4,80.8 L169.8,80.8 L169.8,37.3 L168.8,37.3 L168.8,31.1 L166.9,31.1 L166.9,25 L165.7,25 L165.7,18.8 L157.7,18.8 L157.7,25 L156.5,25 L156.5,31.1 L154.6,31.1 L154.6,37.3 L153.7,37.3 L153.7,72.5 L152.3,72.5 L152.3,53 L141.8,53 L141.8,65.6 L138.8,65.6 L138.8,64.9 L137.6,64.9 L137.6,41.9 L137.6,41.9 L137.6,16.1 L136.7,16.1 L136.7,0.9 L120,0.9 L120,16.1 L119.1,16.1 L119.1,80.7 L116.8,80.7 L116.8,55.3 L112.8,55.3 L112.8,43.9 L111.5,43.9 L111.5,38.8 L92.9,38.8 L92.9,43.9 L91.6,43.9 L91.6,85 L87.3,85 L87.3,58.5 L71.5,58.5 L71.5,75.3 L68.4,75.3 L68.4,44.5 L68.4,44.5 L68.4,43.3 L67.6,43.3 L67.6,43 L68.5,43 L68.5,41.8 L67.6,41.8 L67.6,41.5 L68.5,41.5 L68.5,40.3 L67.6,40.3 L67.6,40 L68.5,40 L68.5,38.8 L67.6,38.8 L67.6,38.5 L68.5,38.5 L68.5,37.3 L67.6,37.3 L67.6,36.9 L68.5,36.9 L68.5,35.7 L67.6,35.7 L67.6,35.4 L68.5,35.4 L68.5,34.2 L67.6,34.2 L67.6,33.9 L68.5,33.9 L68.5,29.4 C65.3,27 63.5,23.2 63.4,19.3 L63.4,19.2 L63.4,19.2 L63.4,18.6 L62.4,18.6 L62.4,19.2 L61,19.2 L61,8.8 L60.5,8.8 L60.5,19 L60.2,19 L60.2,18.4 L59,18.4 L59,19 L57.1,19 L57.1,18.4 L56,18.4 L56,19 C56,24.4 54.3,28.1 52.5,29.3 L52.5,32.6 L52.5,32.6 L52.5,33.8 L53.6,33.8 L53.6,34.1 L52.5,34.1 L52.5,35.3 L53.6,35.3 L53.6,35.6 L52.5,35.6 L52.5,36.8 L53.6,36.8 L53.6,37.1 L52.5,37.1 L52.5,38.3 L53.6,38.3 L53.6,38.6 L52.5,38.6 L52.5,39.8 L53.6,39.8 L53.6,40.1 L52.5,40.1 L52.5,41.3 L53.6,41.3 L53.6,41.6 L52.5,41.6 L52.5,42.8 L53.6,42.8 L53.6,43.1 L52.4,43.1 L52.4,69 L49.1,69 L49.1,81.7 L47.3,81.7 L47.3,88.6 L62.4,88.6 L62.4,44.5 L62.4,44.5 L62.4,88.6 L245.4,88.6 L245.4,68.4 L243.9,67.7 L243.9,67.7 Z" id="Shape"></path>
46
- <path d="M398.3,37.2 L398.3,37.2 L396.4,37.2 L396.4,37.2 L395.7,37.2 L395.7,81.9 L393.7,81.9 L393.7,51.7 L388.3,51.7 L388.3,56.9 L373.6,56.9 L373.6,59.6 L372.4,59.6 L372.4,71.2 L369.5,71.2 L369.5,80.8 L367.9,80.8 L367.9,37.3 L366.9,37.3 L366.9,31.1 L365,31.1 L365,25 L363.8,25 L363.8,18.8 L355.8,18.8 L355.8,25 L354.6,25 L354.6,31.1 L352.7,31.1 L352.7,37.3 L351.8,37.3 L351.8,72.5 L350.4,72.5 L350.4,53 L339.9,53 L339.9,65.6 L336.9,65.6 L336.9,64.9 L335.7,64.9 L335.7,41.9 L335.7,41.9 L335.7,16.1 L334.7,16.1 L334.7,0.9 L318.2,0.9 L318.2,16.1 L317.3,16.1 L317.3,80.7 L315,80.7 L315,55.3 L311,55.3 L311,43.9 L309.7,43.9 L309.7,38.8 L291.1,38.8 L291.1,43.9 L289.8,43.9 L289.8,85 L285.5,85 L285.5,58.5 L269.7,58.5 L269.7,75.3 L266.6,75.3 L266.6,44.5 L266.6,44.5 L266.6,43.3 L265.8,43.3 L265.8,43 L266.7,43 L266.7,41.8 L265.8,41.8 L265.8,41.5 L266.7,41.5 L266.7,40.3 L265.8,40.3 L265.8,40 L266.7,40 L266.7,38.8 L265.8,38.8 L265.8,38.5 L266.7,38.5 L266.7,37.3 L265.8,37.3 L265.8,36.9 L266.7,36.9 L266.7,35.7 L265.8,35.7 L265.8,35.4 L266.7,35.4 L266.7,34.2 L265.8,34.2 L265.8,33.9 L266.7,33.9 L266.7,29.4 C263.5,27 261.7,23.2 261.6,19.3 L261.6,19.2 L261.6,19.2 L261.6,18.6 L260.6,18.6 L260.6,19.2 L259.2,19.2 L259.2,8.8 L258.7,8.8 L258.7,19 L258.4,19 L258.4,18.4 L257.3,18.4 L257.3,19 L255.4,19 L255.4,18.4 L254.3,18.4 L254.3,19 C254.3,24.4 252.6,28.1 250.8,29.3 L250.8,32.6 L250.8,32.6 L250.8,33.8 L251.9,33.8 L251.9,34.1 L250.8,34.1 L250.8,35.3 L251.9,35.3 L251.9,35.6 L250.8,35.6 L250.8,36.8 L251.9,36.8 L251.9,37.1 L250.8,37.1 L250.8,38.3 L251.9,38.3 L251.9,38.6 L250.8,38.6 L250.8,39.8 L251.9,39.8 L251.9,40.1 L250.8,40.1 L250.8,41.3 L251.9,41.3 L251.9,41.6 L250.8,41.6 L250.8,42.8 L251.9,42.8 L251.9,43.1 L250.7,43.1 L250.7,69 L247.4,69 L247.4,81.7 L245.6,81.7 L245.6,88.6 L260.7,88.6 L260.7,44.5 L260.7,44.5 L260.7,88.6 L403.4,88.6 L403.4,37.2 L398.3,37.2 Z" id="Shape"></path>
47
- </g>
48
- <path d="M439.2,225.4 L438.3,225.4 L438.3,223.8 L439.2,223.8 L439.2,223 L438.3,223 L438.3,221.3 L439.2,221.3 L439.2,220.5 L213.6,220.5 L213.6,228.8 L214.4,228.8 L214.4,226.1 L241.5,226.1 L241.5,228.8 L242.3,228.8 L242.3,226.1 L409,226.1 L409,228.7 L409.8,228.7 L409.8,226.1 L437.4,226.1 L437.4,228.7 L438.2,228.7 L438.2,226.1 L439.1,226.1 L439.2,225.4 Z M241.5,225.4 L214.4,225.4 L214.4,223.8 L241.5,223.8 L241.5,225.4 Z M241.5,223 L214.4,223 L214.4,221.3 L241.5,221.3 L241.5,223 Z M409,225.4 L242.4,225.4 L242.4,223.8 L409,223.8 L409,225.4 Z M409,223 L242.4,223 L242.4,221.3 L409,221.3 L409,223 Z M437.4,225.4 L409.8,225.4 L409.8,223.8 L437.4,223.8 L437.4,225.4 Z M437.4,223 L409.8,223 L409.8,221.3 L437.4,221.3 L437.4,223 Z" id="Shape" fill="#EFF2F3" fill-rule="nonzero"></path>
49
- <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="258.3 158.5 247 158.5 248.3 155.6 257.2 155.6"></polygon>
50
- <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="224.3 158.5 213 158.5 214.3 155.6 223.2 155.6"></polygon>
51
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="268.4" y="156.7" width="2.6" height="12.1"></rect>
52
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="234.2" y="156.7" width="3.1" height="12.1"></rect>
53
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="236.6" y="156.2" width="33.1" height="14"></rect>
54
- <rect id="Rectangle" fill="url(#linearGradient-1)" fill-rule="nonzero" x="236.6" y="169.3" width="33.1" height="1"></rect>
55
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="236.6" y="156.2" width="33.1" height="4.3"></rect>
56
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="238.2" y="159.4" width="29.7" height="7"></rect>
57
- <path d="M267.6,159.7 L267.6,166.2 L238.5,166.2 L238.5,159.7 L267.6,159.7 Z M268.1,159.2 L238,159.2 L238,166.7 L268.2,166.7 L268.1,159.2 L268.1,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
58
- <rect id="Rectangle" fill="#33617D" fill-rule="nonzero" x="236.6" y="156.2" width="33.1" height="1.1"></rect>
59
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="269.7 156.2 269.1 156.2 269.1 170.2 269.7 170.2"></polygon>
60
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="248.4" y="159.4" width="9.1" height="10.4"></rect>
61
- <path d="M257.2,159.7 L257.2,169.6 L248.6,169.6 L248.6,159.7 L257.2,159.7 Z M257.8,159.2 L248.1,159.2 L248.1,170.1 L257.8,170.1 L257.8,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
62
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="261.8 166.1 264.6 166.1 266.8 159.6 264 159.6"></polygon>
63
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="240.3 166.1 244.3 166.1 246.4 159.6 242.5 159.6"></polygon>
64
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="248.8 169.2 253.9 169.2 257.1 159.6 252 159.6"></polygon>
65
- <path d="M208.9,170.3 L235.1,170.3 L235.1,156.5 L212.4,156.5 C211.7,156.5 211.1,156.7 210.5,157.1 C210.4,157.2 210.3,157.3 210.4,157.5 C209.9,159.1 210.1,159.9 208.9,161.4 C207.9,162.7 207.2,164.1 206.5,165.6 C206.2,166.1 203.9,165.9 203.9,166.2 C203.8,166.9 203.7,167.7 203.8,168.4 C203.9,169.5 207.3,170.3 208.9,170.3 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
66
- <path d="M209.5,160.5 C209.9,159.5 210.2,158.5 210.4,157.4 C210.4,157.3 210.4,157.1 210.5,157 C211.1,156.6 211.7,156.4 212.4,156.4 L235.1,156.4 L235.1,160.4 L209.5,160.5 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
67
- <path d="M210.3,157.9 C210.3,157.8 210.4,157.9 210.4,157.8 C210.4,157.7 210.2,157.2 210.4,157 C210.9,156.5 211.7,156.2 212.4,156.3 L235.1,156.3 L235.1,157.3 L212.4,157.3 C211.7,157.3 210.9,157.5 210.3,157.9 Z" id="Path" fill="#33617D" fill-rule="nonzero"></path>
68
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="215.4" y="159.4" width="17.6" height="7"></rect>
69
- <path d="M232.8,159.7 L232.8,166.2 L215.7,166.2 L215.7,159.7 L232.8,159.7 Z M233.3,159.2 L215.1,159.2 L215.1,166.7 L233.2,166.7 L233.3,159.2 L233.3,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
70
- <path d="M203.8,168.4 C203.8,168.2 203.8,167.9 203.8,167.7 L203.8,168 C205,168.7 206.3,169.1 207.6,169.2 L235.1,169.2 L235.1,170.2 L208.9,170.2 C207.3,170.3 203.9,169.5 203.8,168.4 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
71
- <path d="M204.7,164.9 C205.9,162.6 209.3,157.6 210.5,157.4 L210.2,159.6 L210.2,165.6 L209.7,165.8 L204.2,166.1 C204.3,165.7 204.4,165.3 204.7,164.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
72
- <path d="M205.4,165.6 C205.3,165.8 205.2,166 205.2,166.1 L204.2,166.1 C204.3,165.7 204.5,165.2 204.7,164.9 C205.9,162.6 209.3,157.6 210.5,157.4 L210.5,158.6 C208.5,160.8 206.8,163.1 205.4,165.6 Z" id="Path" fill="#305F7C" fill-rule="nonzero"></path>
73
- <path d="M209.6,165.4 L209.6,157.7 C209.8,157.5 210.1,157.3 210.4,157.2 L210.4,165.7 L210,166.2 L204,166.2 C204.1,165.9 204.2,165.7 204.3,165.4 L209.6,165.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
74
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="211.8" y="159.4" width="3.6" height="10.4"></rect>
75
- <path d="M215.1,159.7 L215.1,169.6 L212.1,169.6 L212.1,159.7 L215.1,159.7 Z M215.6,159.2 L211.5,159.2 L211.5,170 L215.6,170 L215.6,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
76
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="219 166.1 223.9 166.1 226.1 159.6 221.2 159.6"></polygon>
77
- <path d="M210.2,159.5 L208.3,159.5 C208.3,159.5 208.2,159.4 208.2,159.3 C208.6,158.7 209.1,158.2 209.7,157.7 L210.2,157.7 L210.2,159.5 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
78
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="234.5 156.2 235.1 156.2 235.1 170.3 234.5 170.3"></polygon>
79
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="236.6 156.2 237.2 156.2 237.2 170.3 236.6 170.3"></polygon>
80
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="215.1 162.3 215.1 159.7 213.5 159.7 212.1 163.9 212.1 169 212.9 169"></polygon>
81
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="252.5" y="159.3" width="1" height="10.4"></rect>
82
- <path d="M240.8,165.2 L240.8,165.7 C240.7,165.6 240.7,165.4 240.8,165.2 Z" id="Path" fill="#637F8D" opacity="0.5"></path>
83
- <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="293 158.5 281.7 158.5 283 155.6 292 155.6"></polygon>
84
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="303" y="156.7" width="2.6" height="12.1"></rect>
85
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="271.1" y="156.2" width="33.1" height="14"></rect>
86
- <rect id="Rectangle" fill="url(#linearGradient-3)" fill-rule="nonzero" x="271.1" y="169.3" width="33.1" height="1"></rect>
87
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="271.1" y="156.2" width="33.1" height="4.3"></rect>
88
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="272.8" y="159.4" width="29.6" height="7"></rect>
89
- <path d="M302.2,159.7 L302.2,166.2 L273,166.2 L273,159.7 L302.2,159.7 Z M302.7,159.2 L272.6,159.2 L272.6,166.7 L302.7,166.7 L302.7,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
90
- <rect id="Rectangle" fill="#33617D" fill-rule="nonzero" x="271.1" y="156.2" width="33.1" height="1.1"></rect>
91
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="304.3 156.2 303.7 156.2 303.7 170.2 304.3 170.2"></polygon>
92
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="282.9" y="159.4" width="9.1" height="10.4"></rect>
93
- <path d="M291.8,159.7 L291.8,169.6 L283.2,169.6 L283.2,159.7 L291.8,159.7 Z M292.3,159.2 L282.6,159.2 L282.6,170.1 L292.3,170.1 L292.3,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
94
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="296.4 166.1 299.2 166.1 301.3 159.6 298.5 159.6"></polygon>
95
- <polygon id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" points="274.9 166.1 278.8 166.1 281 159.6 277 159.6"></polygon>
96
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="283.4 169.2 288.5 169.2 291.6 159.6 286.5 159.6"></polygon>
97
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="271.1 156.2 271.7 156.2 271.7 170.3 271.1 170.3"></polygon>
98
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="287.1" y="159.3" width="1" height="10.4"></rect>
99
- <path d="M275.3,165.2 L275.3,165.7 C275.3,165.6 275.3,165.4 275.3,165.2 Z" id="Path" fill="#637F8D" opacity="0.5"></path>
100
- <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="362.2 158.5 350.9 158.5 352.2 155.6 361.1 155.6"></polygon>
101
- <path d="M366.4,170.3 L340.2,170.3 L340.2,156.5 L362.9,156.5 C363.6,156.5 364.2,156.7 364.8,157.1 C365,157.3 364.9,157.4 364.9,157.5 C365.4,159.1 365.2,159.9 366.4,161.4 C367.4,162.7 368.2,164.1 368.8,165.6 C369.1,166.1 371.3,165.9 371.4,166.2 C371.5,166.9 371.6,167.7 371.5,168.4 C371.4,169.5 368,170.3 366.4,170.3 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
102
- <path d="M365.8,160.5 C365.4,159.5 365,158.5 364.9,157.4 C364.9,157.4 365,157.2 364.8,157 C364.2,156.6 363.6,156.4 362.9,156.4 L340.2,156.4 L340.2,160.4 L365.8,160.5 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
103
- <path d="M365,157.9 C365,157.8 364.9,157.9 364.9,157.8 C364.9,157.7 365.1,157.2 364.9,157 C364.4,156.5 363.6,156.2 362.9,156.3 L340.2,156.3 L340.2,157.3 L362.9,157.3 C363.6,157.3 364.3,157.5 365,157.9 Z" id="Path" fill="#33617D" fill-rule="nonzero"></path>
104
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="342.2" y="159.4" width="17.6" height="7"></rect>
105
- <path d="M359.6,159.7 L359.6,166.2 L342.5,166.2 L342.5,159.7 L359.6,159.7 Z M360.1,159.2 L342,159.2 L342,166.7 L360.2,166.7 L360.1,159.2 L360.1,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
106
- <path d="M371.5,168.4 C371.5,168.2 371.5,168 371.5,168 C370.3,168.7 369,169.1 367.7,169.2 L340.2,169.2 L340.2,170.2 L366.4,170.2 C368,170.3 371.4,169.5 371.5,168.4 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero"></path>
107
- <path d="M370.6,164.9 C369.4,162.6 366,157.6 364.8,157.4 L365.1,159.6 L365.1,165.6 L365.6,165.8 L371.1,166.1 C371,165.7 370.9,165.3 370.6,164.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
108
- <path d="M369.9,165.6 C370,165.8 370.1,166 370.1,166.1 L371.1,166.1 C371,165.7 370.8,165.2 370.6,164.9 C369.4,162.6 366,157.6 364.8,157.4 L364.8,158.6 C366.8,160.8 368.5,163.1 369.9,165.6 Z" id="Path" fill="#305F7C" fill-rule="nonzero"></path>
109
- <path d="M365.7,165.4 L365.7,157.7 C365.5,157.5 365.2,157.3 364.9,157.2 L364.9,165.7 L365.3,166.2 L371.3,166.2 C371.2,165.9 371.1,165.7 371,165.4 L365.7,165.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
110
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="359.9" y="159.4" width="3.5" height="10.4"></rect>
111
- <path d="M363.2,159.7 L363.2,169.6 L360.2,169.6 L360.2,159.7 L363.2,159.7 Z M363.7,159.2 L359.7,159.2 L359.7,170 L363.7,170 L363.7,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
112
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="347 166.1 351.9 166.1 354 159.6 349.1 159.6"></polygon>
113
- <path d="M365.1,159.5 L367.1,159.5 C367.1,159.5 367.2,159.4 367.1,159.3 C366.7,158.7 366.1,158.2 365.6,157.7 L365.1,157.7 L365.1,159.5 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
114
- <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="340.8 156.2 340.2 156.2 340.2 170.3 340.8 170.3"></polygon>
115
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="363.2 162.3 363.2 159.7 361.6 159.7 360.2 163.9 360.2 169 361 169"></polygon>
116
- <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="327.3 158.5 316 158.5 317.3 155.6 326.2 155.6"></polygon>
117
- <polyline id="Path" fill="#00182B" fill-rule="nonzero" points="340 156.7 337.4 156.7 337.4 168.9 340 168.9"></polyline>
118
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="305.5" y="156.2" width="33.1" height="14"></rect>
119
- <rect id="Rectangle" fill="url(#linearGradient-6)" fill-rule="nonzero" x="305.5" y="169.3" width="33.1" height="1"></rect>
120
- <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="305.5" y="156.2" width="33.1" height="4.3"></rect>
121
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="307.2" y="159.4" width="29.6" height="7"></rect>
122
- <path d="M336.6,159.7 L336.6,166.2 L307.5,166.2 L307.5,159.7 L336.6,159.7 Z M337.1,159.2 L307,159.2 L307,166.7 L337.1,166.7 L337.1,159.2 L337.1,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
123
- <rect id="Rectangle" fill="#33617D" fill-rule="nonzero" x="305.5" y="156.2" width="33.1" height="1.1"></rect>
124
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="338.7 156.2 338.1 156.2 338.1 170.2 338.7 170.2"></polygon>
125
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="317.3" y="159.4" width="9.1" height="10.4"></rect>
126
- <path d="M326.2,159.7 L326.2,169.6 L317.6,169.6 L317.6,159.7 L326.2,159.7 Z M326.8,159.2 L317.1,159.2 L317.1,170.1 L326.8,170.1 L326.8,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
127
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="330.8 166.1 333.6 166.1 335.8 159.6 333 159.6"></polygon>
128
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="309.3 166.1 313.3 166.1 315.4 159.6 311.5 159.6"></polygon>
129
- <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="317.8 169.2 322.9 169.2 326.1 159.6 321 159.6"></polygon>
130
- <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="305.5 156.2 306.1 156.2 306.1 170.3 305.5 170.3"></polygon>
131
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="321.5" y="159.3" width="1" height="10.4"></rect>
132
- <path d="M309.8,165.2 L309.8,165.7 C309.7,165.6 309.7,165.4 309.8,165.2 Z" id="Path" fill="#637F8D" opacity="0.5"></path>
133
- <path d="M250.2,27.1 L245.3,22.2 C245.1,22 244.8,21.9 244.5,21.9 L238.1,21.9 C237.8,21.9 237.5,21.8 237.3,21.6 L231.8,16.1 C231.6,15.9 231.3,15.8 231,15.8 L221,15.8 C220.7,15.8 220.4,15.9 220.2,16.1 L215.2,21.1 C215,21.3 214.7,21.4 214.4,21.4 L207.7,21.4 L206.9,21.8 L200,29 L249.4,29 C250,29 250.5,28.5 250.5,27.9 C250.5,27.6 250.4,27.3 250.2,27.1 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero"></path>
134
- <path d="M211.8,19.1 L202,19.1 C201.8,19.1 201.5,19 201.4,18.8 L190.8,8.2 C190.6,8 190.4,7.9 190.2,7.9 L181.3,7.9 C181.1,7.9 180.8,8 180.7,8.2 L177.7,11.2 C177.5,11.4 177.3,11.5 177.1,11.5 L162.4,11.5 C162.2,11.5 161.9,11.6 161.8,11.8 L153.4,20.2 C153.2,20.4 153,20.5 152.8,20.5 L142,20.5 C141.8,20.5 141.5,20.6 141.4,20.8 L138.5,23.7 C138.2,24.1 138.2,24.6 138.5,25 C138.7,25.2 138.9,25.3 139.1,25.3 L216,25.3 C216.5,25.3 216.9,24.9 216.9,24.4 C216.9,24.2 216.8,23.9 216.6,23.7 L212.4,19.5 C212.2,19.1 212,19 211.8,19.1 Z" id="Path" fill="#EFF2F3" fill-rule="nonzero"></path>
135
- <path d="M439.4,22.4 L429.7,12.7 C429.3,12.3 428.7,12.1 428.2,12.1 L415.6,12.1 C415,12.1 414.5,11.9 414.1,11.5 L403.2,0.7 C402.8,0.3 402.2,0 401.7,0 L381.8,0 C381.2,0 380.7,0.2 380.3,0.7 L370.4,10.6 C370,11 369.4,11.2 368.8,11.3 L355.6,11.3 L353.9,12 L340.5,26.2 L437.8,26.2 C439,26.2 440,25.2 440,24 C440,23.3 439.8,22.8 439.4,22.4 Z" id="Path" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
136
- <rect id="Rectangle" fill="#EFF2F3" fill-rule="nonzero" x="0" y="170" width="438.6" height="10.8"></rect>
137
- <rect id="Rectangle" fill="#AEBBC1" fill-rule="nonzero" x="0" y="175.4" width="438.6" height="5.4"></rect>
138
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="0" y="175.4" width="438.6" height="3"></rect>
139
- <rect id="Rectangle" fill="#CED5D9" fill-rule="nonzero" x="0" y="180.7" width="438.6" height="1.1"></rect>
140
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="356.3" y="181.7" width="25.7" height="1.1"></rect>
141
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="357.5" y="182.8" width="23.5" height="1"></rect>
142
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="356.3" y="183.5" width="25.6" height="2.6"></rect>
143
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="367.2" y="181.7" width="20" height="1.1"></rect>
144
- <rect id="Rectangle" fill="#4F778F" fill-rule="nonzero" x="368.2" y="182.8" width="18.2" height="1"></rect>
145
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="367.2" y="183.5" width="20" height="2.6"></rect>
146
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="367.2" y="186.1" width="10.9" height="42.8"></rect>
147
- <polygon id="Path" fill="#96A6AE" fill-rule="nonzero" points="367.2 191.8 378.1 191.8 387.2 186.1 356.3 186.1"></polygon>
148
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="367.2" y="191.8" width="3.9" height="37.1"></rect>
149
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="203.9" y="181.7" width="25.7" height="1.1"></rect>
150
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="205.1" y="182.8" width="23.4" height="1"></rect>
151
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="203.9" y="183.5" width="25.6" height="2.6"></rect>
152
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="214.8" y="181.7" width="20" height="1.1"></rect>
153
- <rect id="Rectangle" fill="#4F778F" fill-rule="nonzero" x="215.8" y="182.8" width="18.2" height="1"></rect>
154
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="214.8" y="183.5" width="20" height="2.6"></rect>
155
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="214.8" y="186.1" width="10.9" height="42.8"></rect>
156
- <polygon id="Path" fill="#96A6AE" fill-rule="nonzero" points="214.8 191.8 225.7 191.8 234.8 186.1 203.9 186.1"></polygon>
157
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="214.8" y="191.8" width="3.9" height="37.1"></rect>
158
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="51.4" y="181.7" width="25.7" height="1.1"></rect>
159
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="52.7" y="182.8" width="23.5" height="1"></rect>
160
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="51.5" y="183.5" width="25.6" height="2.6"></rect>
161
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="62.4" y="181.7" width="20" height="1.1"></rect>
162
- <rect id="Rectangle" fill="#4F778F" fill-rule="nonzero" x="63.4" y="182.8" width="18.2" height="1"></rect>
163
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="62.4" y="183.5" width="20" height="2.6"></rect>
164
- <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="62.4" y="186.1" width="10.9" height="42.8"></rect>
165
- <polygon id="Path" fill="#96A6AE" fill-rule="nonzero" points="62.4 191.8 73.3 191.8 82.3 186.1 51.5 186.1"></polygon>
166
- <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="62.4" y="191.8" width="3.9" height="37.1"></rect>
167
- <path d="M329.8,44 C321.9,44.6 314,32.1 311.3,30.3 C310,29.5 306.1,29.8 306.1,29.8 L312.7,45.6 C312.7,45.8 328.6,45.2 329.8,44 Z" id="Path" fill="#33617E" fill-rule="nonzero" opacity="0.8"></path>
168
- <path d="M306.6,31.1 L314.6,33.7 C315.3,34.5 316.1,35.4 317,36.4 L307.3,32.7 L306.6,31.1 Z" id="Path" fill="#7091A4" fill-rule="nonzero"></path>
169
- <path d="M319.3,38.8 C322.1,41.4 325.2,43.7 328.4,44 L328.4,44.5 C327.9,44.6 327.4,44.7 326.8,44.8 L309.6,38.3 L308.3,35.2 L319.3,38.8 Z" id="Path" fill="#7091A4" fill-rule="nonzero"></path>
170
- <path d="M307.5,45.7 C310.1,45.3 318.9,44.1 322.8,43.8 C326.1,43.6 371.2,44 373.4,44.2 C378.2,44.5 383.3,48.6 383.3,50.6 C383.3,52.5 379,53.2 375.9,53.2 C372.8,53.2 333.3,53.5 328,52.4 C324.4,51.6 309.7,48.2 307.5,47.5 L307.5,45.7 Z" id="Path" fill="#EFF2F3" fill-rule="nonzero"></path>
171
- <path d="M383.3,51 C382.9,52.7 378.8,53.3 375.9,53.2 C372.8,53.1 333.3,53.5 328,52.4 C326.8,52.2 324.4,51.6 321.7,51 L383.3,51 L383.3,51 Z" id="Path" fill="#D5DBDF" fill-rule="nonzero"></path>
172
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="308.7 47.9 307.9 47.7 307.9 45.7 308.7 45.6"></polygon>
173
- <polygon id="Path" fill="#33617E" fill-rule="nonzero" points="379.3 47.1 380.2 48.2 380.1 48.2 379.3 48.4 378.6 48.4 378.6 47.1"></polygon>
174
- <path d="M380.6,47.1 C381.1,47.4 381.5,47.8 381.9,48.2 L380.4,48.2 L379.4,47.1 L380.6,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
175
- <path d="M377.9,47.1 L378.5,47.1 L378.5,48.5 L377.9,48.5 C377.7,48.5 377.5,48.3 377.5,48.1 L377.5,47.6 C377.5,47.3 377.7,47.1 377.9,47.1 L377.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
176
- <path d="M372.4,47.3 L372.4,49.4 C372.4,49.8 372.7,50.1 373.1,50.1 L373.1,50.1 L374,50.1 C374.4,50.1 374.7,49.8 374.7,49.4 C374.7,49.4 374.7,49.4 374.7,49.4 L374.7,47.3 C374.7,46.9 374.4,46.6 374,46.6 L373.1,46.6 C372.7,46.6 372.4,47 372.4,47.3 Z M372.6,47.3 C372.6,47 372.8,46.8 373.1,46.8 L373.1,46.8 L374,46.8 C374.3,46.8 374.5,47 374.5,47.3 L374.5,47.3 L374.5,49.4 C374.5,49.7 374.3,49.9 374,49.9 L374,49.9 L373.1,49.9 C372.8,49.9 372.6,49.7 372.6,49.4 L372.6,49.4 L372.6,47.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
177
- <path d="M344.9,47.3 L344.9,49.4 C344.9,49.8 345.2,50.1 345.6,50.1 L345.6,50.1 L346.5,50.1 C346.9,50.1 347.2,49.8 347.2,49.4 C347.2,49.4 347.2,49.4 347.2,49.4 L347.2,47.3 C347.2,46.9 346.9,46.6 346.5,46.6 L345.6,46.6 C345.2,46.6 344.9,46.9 344.9,47.3 C344.9,47.3 344.9,47.3 344.9,47.3 Z M345.1,47.3 C345.1,47 345.3,46.8 345.6,46.8 L345.6,46.8 L346.5,46.8 C346.8,46.8 347,47 347,47.3 C347,47.3 347,47.3 347,47.3 L347,49.4 C347,49.7 346.8,49.9 346.5,49.9 C346.5,49.9 346.5,49.9 346.5,49.9 L345.6,49.9 C345.3,49.9 345.1,49.7 345.1,49.4 L345.1,49.4 L345.1,47.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
178
- <path d="M326.5,47.1 L326.8,47.1 C326.9,47.1 327,47.2 327,47.3 L327,48.3 C327,48.4 326.9,48.5 326.8,48.5 L326.5,48.5 C326.4,48.5 326.3,48.4 326.3,48.3 L326.3,47.3 C326.2,47.2 326.3,47.1 326.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
179
- <path d="M327.9,47.1 L328.2,47.1 C328.3,47.1 328.4,47.2 328.4,47.3 L328.4,48.3 C328.4,48.4 328.3,48.5 328.2,48.5 L327.9,48.5 C327.8,48.5 327.7,48.4 327.7,48.3 L327.7,47.3 C327.6,47.2 327.7,47.1 327.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
180
- <path d="M329.3,47.1 L329.6,47.1 C329.7,47.1 329.8,47.2 329.8,47.3 L329.8,48.3 C329.8,48.4 329.7,48.5 329.6,48.5 L329.3,48.5 C329.2,48.5 329.1,48.4 329.1,48.3 L329.1,47.3 C329,47.2 329.1,47.1 329.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
181
- <path d="M330.7,47.1 L331,47.1 C331.1,47.1 331.2,47.2 331.2,47.3 L331.2,48.3 C331.2,48.4 331.1,48.5 331,48.5 L330.7,48.5 C330.6,48.5 330.5,48.4 330.5,48.3 L330.5,47.3 C330.4,47.2 330.5,47.1 330.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
182
- <path d="M332.1,47.1 L332.4,47.1 C332.5,47.1 332.6,47.2 332.6,47.3 L332.6,48.3 C332.6,48.4 332.5,48.5 332.4,48.5 L332.1,48.5 C332,48.5 331.9,48.4 331.9,48.3 L331.9,47.3 C331.8,47.2 331.9,47.1 332.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
183
- <path d="M333.5,47.1 L333.8,47.1 C333.9,47.1 334,47.2 334,47.3 L334,48.3 C334,48.4 333.9,48.5 333.8,48.5 L333.5,48.5 C333.4,48.5 333.3,48.4 333.3,48.3 L333.3,47.3 C333.2,47.2 333.3,47.1 333.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
184
- <path d="M334.9,47.1 L335.2,47.1 C335.3,47.1 335.4,47.2 335.4,47.3 L335.4,48.3 C335.4,48.4 335.3,48.5 335.2,48.5 L334.9,48.5 C334.8,48.5 334.7,48.4 334.7,48.3 L334.7,47.3 C334.6,47.2 334.8,47.1 334.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
185
- <path d="M336.3,47.1 L336.6,47.1 C336.7,47.1 336.8,47.2 336.8,47.3 L336.8,48.3 C336.8,48.4 336.7,48.5 336.6,48.5 L336.3,48.5 C336.2,48.5 336.1,48.4 336.1,48.3 L336.1,47.3 C336,47.2 336.2,47.1 336.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
186
- <path d="M337.7,47.1 L338,47.1 C338.1,47.1 338.2,47.2 338.2,47.3 L338.2,48.3 C338.2,48.4 338.1,48.5 338,48.5 L337.7,48.5 C337.6,48.5 337.5,48.4 337.5,48.3 L337.5,47.3 C337.5,47.2 337.6,47.1 337.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
187
- <path d="M339.1,47.1 L339.4,47.1 C339.5,47.1 339.6,47.2 339.6,47.3 L339.6,48.3 C339.6,48.4 339.5,48.5 339.4,48.5 L339.1,48.5 C339,48.5 338.9,48.4 338.9,48.3 L338.9,47.3 C338.9,47.2 339,47.1 339.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
188
- <path d="M340.5,47.1 L340.8,47.1 C340.9,47.1 341,47.2 341,47.3 L341,48.3 C341,48.4 340.9,48.5 340.8,48.5 L340.5,48.5 C340.4,48.5 340.3,48.4 340.3,48.3 L340.3,47.3 C340.3,47.2 340.4,47.1 340.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
189
- <path d="M341.9,47.1 L342.2,47.1 C342.3,47.1 342.4,47.2 342.4,47.3 L342.4,48.3 C342.4,48.4 342.3,48.5 342.2,48.5 L341.9,48.5 C341.8,48.5 341.7,48.4 341.7,48.3 L341.7,47.3 C341.7,47.2 341.8,47.1 341.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
190
- <path d="M343.3,47.1 L343.6,47.1 C343.7,47.1 343.8,47.2 343.8,47.3 L343.8,48.3 C343.8,48.4 343.7,48.5 343.6,48.5 L343.3,48.5 C343.2,48.5 343.1,48.4 343.1,48.3 L343.1,47.3 C343.1,47.2 343.2,47.1 343.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
191
- <path d="M348.3,47.1 L348.6,47.1 C348.7,47.1 348.8,47.2 348.8,47.3 L348.8,48.3 C348.8,48.4 348.7,48.5 348.6,48.5 L348.3,48.5 C348.2,48.5 348.1,48.4 348.1,48.3 L348.1,47.3 C348.1,47.2 348.2,47.1 348.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
192
- <path d="M349.7,47.1 L350,47.1 C350.1,47.1 350.2,47.2 350.2,47.3 L350.2,48.3 C350.2,48.4 350.1,48.5 350,48.5 L349.7,48.5 C349.6,48.5 349.5,48.4 349.5,48.3 L349.5,47.3 C349.5,47.2 349.6,47.1 349.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
193
- <path d="M351.1,47.1 L351.4,47.1 C351.5,47.1 351.6,47.2 351.6,47.3 L351.6,48.3 C351.6,48.4 351.5,48.5 351.4,48.5 L351.1,48.5 C351,48.5 350.9,48.4 350.9,48.3 L350.9,47.3 C350.9,47.2 351,47.1 351.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
194
- <path d="M352.5,47.1 L352.8,47.1 C352.9,47.1 353,47.2 353,47.3 L353,48.3 C353,48.4 352.9,48.5 352.8,48.5 L352.5,48.5 C352.4,48.5 352.3,48.4 352.3,48.3 L352.3,47.3 C352.3,47.2 352.4,47.1 352.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
195
- <path d="M353.9,47.1 L354.2,47.1 C354.3,47.1 354.4,47.2 354.4,47.3 L354.4,48.3 C354.4,48.4 354.3,48.5 354.2,48.5 L353.9,48.5 C353.8,48.5 353.7,48.4 353.7,48.3 L353.7,47.3 C353.7,47.2 353.8,47.1 353.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
196
- <path d="M355.3,47.1 L355.6,47.1 C355.7,47.1 355.8,47.2 355.8,47.3 L355.8,48.3 C355.8,48.4 355.7,48.5 355.6,48.5 L355.3,48.5 C355.2,48.5 355.1,48.4 355.1,48.3 L355.1,47.3 C355.1,47.2 355.2,47.1 355.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
197
- <path d="M356.7,47.1 L357,47.1 C357.1,47.1 357.2,47.2 357.2,47.3 L357.2,48.3 C357.2,48.4 357.1,48.5 357,48.5 L356.7,48.5 C356.6,48.5 356.5,48.4 356.5,48.3 L356.5,47.3 C356.5,47.2 356.6,47.1 356.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
198
- <path d="M358.1,47.1 L358.4,47.1 C358.5,47.1 358.6,47.2 358.6,47.3 L358.6,48.3 C358.6,48.4 358.5,48.5 358.4,48.5 L358.1,48.5 C358,48.5 357.9,48.4 357.9,48.3 L357.9,47.3 C357.9,47.2 358,47.1 358.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
199
- <path d="M359.5,47.1 L359.8,47.1 C359.9,47.1 360,47.2 360,47.3 L360,48.3 C360,48.4 359.9,48.5 359.8,48.5 L359.5,48.5 C359.4,48.5 359.3,48.4 359.3,48.3 L359.3,47.3 C359.3,47.2 359.4,47.1 359.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
200
- <path d="M360.9,47.1 L361.2,47.1 C361.3,47.1 361.4,47.2 361.4,47.3 L361.4,48.3 C361.4,48.4 361.3,48.5 361.2,48.5 L360.9,48.5 C360.8,48.5 360.7,48.4 360.7,48.3 L360.7,47.3 C360.7,47.2 360.8,47.1 360.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
201
- <path d="M362.3,47.1 L362.6,47.1 C362.7,47.1 362.8,47.2 362.8,47.3 L362.8,48.3 C362.8,48.4 362.7,48.5 362.6,48.5 L362.3,48.5 C362.2,48.5 362.1,48.4 362.1,48.3 L362.1,47.3 C362.1,47.2 362.2,47.1 362.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
202
- <path d="M363.8,47.1 L364.1,47.1 C364.2,47.1 364.3,47.2 364.3,47.3 L364.3,48.3 C364.3,48.4 364.2,48.5 364.1,48.5 L363.8,48.5 C363.7,48.5 363.6,48.4 363.6,48.3 L363.6,47.3 C363.5,47.2 363.6,47.1 363.8,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
203
- <path d="M365.2,47.1 L365.5,47.1 C365.6,47.1 365.7,47.2 365.7,47.3 L365.7,48.3 C365.7,48.4 365.6,48.5 365.5,48.5 L365.2,48.5 C365.1,48.5 365,48.4 365,48.3 L365,47.3 C364.9,47.2 365,47.1 365.2,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
204
- <path d="M366.6,47.1 L366.9,47.1 C367,47.1 367.1,47.2 367.1,47.3 L367.1,48.3 C367.1,48.4 367,48.5 366.9,48.5 L366.6,48.5 C366.5,48.5 366.4,48.4 366.4,48.3 L366.4,47.3 C366.3,47.2 366.4,47.1 366.6,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
205
- <path d="M368,47.1 L368.3,47.1 C368.4,47.1 368.5,47.2 368.5,47.3 L368.5,48.3 C368.5,48.4 368.4,48.5 368.3,48.5 L368,48.5 C367.9,48.5 367.8,48.4 367.8,48.3 L367.8,47.3 C367.7,47.2 367.8,47.1 368,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
206
- <path d="M369.4,47.1 L369.7,47.1 C369.8,47.1 369.9,47.2 369.9,47.3 L369.9,48.3 C369.9,48.4 369.8,48.5 369.7,48.5 L369.4,48.5 C369.3,48.5 369.2,48.4 369.2,48.3 L369.2,47.3 C369.1,47.2 369.2,47.1 369.4,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
207
- <path d="M370.8,47.1 L371.1,47.1 C371.2,47.1 371.3,47.2 371.3,47.3 L371.3,48.3 C371.3,48.4 371.2,48.5 371.1,48.5 L370.8,48.5 C370.7,48.5 370.6,48.4 370.6,48.3 L370.6,47.3 C370.5,47.2 370.6,47.1 370.8,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
208
- <path d="M319.8,47.1 C319.8,47.5 318,47.9 317,47.9 C316,47.9 312.6,47.7 311,47.5 C309.7,47.1 302.8,45.6 300.6,44.9 C302.6,44.8 304.6,44.8 306.6,44.9 C307.3,44.9 319.8,46.9 319.8,47.1 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
209
- <path d="M320.2,50.6 L383.3,50.6 L383.3,50.6 C383.3,50.9 383.2,51.2 382.9,51.5 L324.2,51.5 L320.2,50.6 Z" id="Path" fill="#0099DA" fill-rule="nonzero" opacity="0.8"></path>
210
- <path d="M319.4,47.4 C316.7,46.8 307.2,45.1 306.7,45.1 C306.2,45.1 303,44.8 301.1,44.8 C302.8,44.7 306.1,44.8 306.7,44.8 C307.3,44.8 319.8,46.8 319.8,47 C319.8,47.2 319.6,47.3 319.4,47.4 Z" id="Path" fill="#D5DBDF" fill-rule="nonzero"></path>
211
- <path d="M363.1,52.1 C363.2,53.1 351.9,52.7 350.6,52.6 C349.3,52.5 322,47.3 322,47 C322,46.7 327.5,46.5 328.1,46.6 C328.7,46.7 358,49.8 360.1,50.3 C361.4,50.6 363,51.1 363.1,52.1 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
212
- <path d="M363.1,52.1 C360.6,51.1 331.3,47.4 324.4,46.5 C325.6,46.4 326.8,46.4 328,46.5 C328.6,46.6 357.9,49.7 360,50.2 C361.4,50.6 363,51.1 363.1,52.1 Z" id="Path" fill="#D5DBDF" fill-rule="nonzero"></path>
213
- <path d="M321.9,46.9 C323,47.2 324.1,47.3 325.1,47.3 C326.9,47.3 328.3,47.5 328.3,46.9 C328.3,46.3 326.9,46.5 325.1,46.5 C324,46.4 322.9,46.5 321.9,46.9 Z" id="Path" fill="#C0CACE" fill-rule="nonzero"></path>
214
- <path d="M325.4,46.9 C325.8,47 326.2,47.1 326.5,47 C326.9,47 327.3,47 327.6,46.9 C327.2,46.8 326.8,46.7 326.5,46.8 C326.2,46.7 325.8,46.7 325.4,46.9 Z" id="Path" fill="#2C2C2C" fill-rule="nonzero"></path>
215
- <path d="M332,50.3 L332,52.1 C332,52.2 332.1,52.2 332.1,52.2 L336.8,52.2 C336.9,52.2 336.9,52.2 336.9,52.1 L336.9,50.3 C336.9,50.2 336.9,50.2 336.8,50.2 L332.1,50.2 C332.1,50.2 332,50.2 332,50.3 Z M332.1,50.3 L336.7,50.3 L336.7,52 L332.1,52 L332.1,50.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
216
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="336.8 51 333.9 48.8 342 49.5 342.6 50.4"></polygon>
217
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="350.5 52.9 347.7 50.8 355.4 51.4 356 52.3"></polygon>
218
- <path d="M352.2,55.9 L356.8,55.9 C357,55.9 357.3,55.7 357.3,55.5 C357.3,55.5 357.3,55.5 357.3,55.5 L357.3,52 C357.3,51.8 357.1,51.6 356.8,51.6 L356.8,51.6 L352.2,51.6 C351,51.6 348.4,52.5 348.4,53.7 L348.4,53.9 C348.4,55 351,55.9 352.2,55.9 Z" id="Path" fill="#C0CACE" fill-rule="nonzero"></path>
219
- <path d="M356.4,51.6 L356.8,51.6 C357,51.6 357.3,51.8 357.3,52 C357.3,52 357.3,52 357.3,52 L357.3,55.5 C357.3,55.7 357.1,55.9 356.8,55.9 L356.8,55.9 L356.4,55.9 L356.4,51.6 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
220
- <path d="M350.1,52.1 L350.1,55.4 C349.2,55 348.4,54.4 348.4,53.8 L348.4,53.7 C348.4,53 349.2,52.5 350.1,52.1 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
221
- <path d="M349.2,54.9 L348.8,54.6 L348.8,52.8 C348.9,52.7 349,52.6 349.2,52.5 L349.2,54.9 Z" id="Path" fill="#B7BABC" fill-rule="nonzero"></path>
222
- <path d="M338.6,54.2 L343.4,54.2 C343.7,54.2 343.9,54 343.9,53.7 L343.9,50 C343.9,49.7 343.7,49.5 343.4,49.5 L343.4,49.5 L338.6,49.5 C337.4,49.5 334.6,50.5 334.6,51.7 L334.6,52 C334.6,53.2 337.3,54.2 338.6,54.2 Z" id="Path" fill="#C0CACE" fill-rule="nonzero"></path>
223
- <path d="M343,49.6 L343.4,49.6 C343.7,49.6 343.9,49.8 343.9,50.1 L343.9,50.1 L343.9,53.7 C343.9,54 343.7,54.2 343.4,54.2 L343,54.2 L343,49.6 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
224
- <path d="M336.4,50.1 L336.4,53.6 C335.5,53.2 334.6,52.6 334.6,51.9 L334.6,51.7 C334.6,51.1 335.4,50.5 336.4,50.1 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
225
- <path d="M335.4,53.1 C335.3,53 335.1,52.9 335,52.8 L335,51 C335.1,50.9 335.2,50.8 335.4,50.7 L335.4,53.1 Z" id="Path" fill="#B7BABC" fill-rule="nonzero"></path>
226
- <path d="M366,50.3 L366,52.1 C366,52.2 366,52.2 366.1,52.2 L370.8,52.2 C370.9,52.2 370.9,52.2 370.9,52.1 L370.9,50.3 C370.9,50.2 370.8,50.2 370.8,50.2 L366.1,50.2 C366,50.2 366,50.2 366,50.3 Z M366.1,50.3 L370.7,50.3 L370.7,52 L366.1,52 L366.1,50.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
227
- <path d="M415.5,211.5 L418.6,211.5 C419.3,211.5 420,211.2 420.5,210.7 L421.2,210 C421.7,209.5 422,208.8 422,208.1 L422,208.1 C422,207.4 422.3,206.7 422.8,206.2 L424.2,204.8 C424.7,204.3 425,203.6 425,202.9 L425,198.6 C425,197.9 424.7,197.2 424.2,196.7 L420,192.5 C419.5,192 418.8,191.8 418.1,191.8 L411.4,191.8 C410.7,191.8 410,192.1 409.5,192.6 L405.7,196.4 C405.2,196.9 404.9,197.6 404.9,198.3 L404.9,204.5 C404.9,205.2 405.2,205.9 405.7,206.4 L410.1,210.8 C410.6,211.3 411.3,211.6 412,211.6 L415.5,211.5 Z" id="Path" fill="#CCD8DF" fill-rule="nonzero"></path>
228
- <path d="M424.1,196.9 L419.9,192.7 C419.4,192.2 418.7,191.9 418,191.9 L411.3,191.9 C410.6,191.9 409.9,192.2 409.4,192.7 L405.6,196.5 C405.1,197 404.8,197.7 404.8,198.4 L404.8,202.5 C404.8,201.8 405.1,201.1 405.6,200.6 L409.4,196.8 C409.9,196.3 410.6,196 411.3,196 L418,196 C418.7,196 419.4,196.3 419.9,196.8 L424.1,201 C424.6,201.5 424.9,202.2 424.9,202.9 L424.9,198.8 C424.9,198 424.6,197.4 424.1,196.9 Z" id="Path" fill="#E5EBEF" fill-rule="nonzero"></path>
229
- <path d="M402.7,201 L398.5,201 C398,201 397.5,201.2 397.2,201.5 L396.2,202.6 C395.8,203 395.6,203.4 395.6,203.9 L395.6,208.9 C395.6,209.4 395.8,209.9 396.2,210.2 L399.2,213.2 C399.5,213.6 400,213.8 400.5,213.8 L403.9,213.8 C404.4,213.8 404.9,213.6 405.3,213.3 L407.8,210.8 C408.2,210.4 408.4,210 408.4,209.5 L408.4,206.6 C408.4,206.1 408.2,205.6 407.8,205.3 L404.1,201.7 C403.6,201.2 403.2,201 402.7,201 Z" id="Path" fill="#99B0BE" fill-rule="nonzero"></path>
230
- <path d="M407.7,205.2 L404,201.6 C403.6,201.2 403.2,201.1 402.7,201.1 L398.5,201.1 C398,201.1 397.5,201.3 397.2,201.6 L396.2,202.7 C395.8,203.1 395.6,203.5 395.6,204 L395.6,207.3 C395.6,206.8 395.8,206.3 396.2,206 L397.2,204.9 C397.6,204.5 398,204.3 398.5,204.4 L402.7,204.4 C403.2,204.4 403.7,204.6 404,204.9 L407.6,208.5 C407.9,208.8 408.1,209.2 408.1,209.7 C408.1,209.6 408.1,209.6 408.1,209.5 L408.1,206.6 C408.2,206 408,205.6 407.7,205.2 Z" id="Path" fill="#B2C4CE" fill-rule="nonzero"></path>
231
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="415" y="200.4" width="1" height="28.3"></rect>
232
- <path d="M415.1,208.2 C415,208.2 415,208.2 415,208.1 L411.4,204.5 C411.3,204.4 411.3,204.3 411.4,204.2 C411.5,204.1 411.6,204.1 411.7,204.2 C411.7,204.2 411.7,204.2 411.7,204.2 L415.3,207.8 C415.4,207.9 415.4,208 415.3,208.1 C415.2,208.1 415.1,208.2 415.1,208.2 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
233
- <path d="M415.3,203.4 C415.2,203.4 415.2,203.4 415.2,203.3 C415.1,203.2 415.1,203.1 415.2,203 C415.2,203 415.2,203 415.2,203 L416.7,201.5 C416.8,201.4 416.9,201.4 417,201.5 C417.1,201.6 417.1,201.7 417,201.8 C417,201.8 417,201.8 417,201.8 L415.5,203.3 C415.4,203.4 415.4,203.4 415.3,203.4 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
234
- <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="401.8" y="206.8" width="1" height="22"></rect>
235
- <path d="M402,210.7 C401.9,210.7 401.9,210.7 401.9,210.6 C401.8,210.5 401.8,210.4 401.9,210.3 C401.9,210.3 401.9,210.3 401.9,210.3 L403.7,208.5 C403.8,208.4 403.9,208.4 404,208.5 C404,208.5 404,208.5 404,208.5 C404.1,208.6 404.1,208.7 404,208.8 L402.2,210.6 C402.1,210.7 402.1,210.7 402,210.7 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
236
- <path d="M401.9,209.7 C401.8,209.7 401.8,209.7 401.8,209.6 L400,208 C399.9,207.9 399.9,207.8 400,207.7 C400.1,207.6 400.2,207.6 400.3,207.7 L402,209.3 C402.1,209.4 402.1,209.5 402,209.6 C402,209.6 402,209.6 402,209.6 C402,209.7 401.9,209.7 401.9,209.7 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
237
- <path d="M71,134.8 C70,134.8 69.1,135.6 69.1,136.7 L69.1,140.1 L70,140.1 L70,136.7 C70.1,136.1 70.6,135.7 71.2,135.7 C71.7,135.7 72.1,136.1 72.2,136.7 L72.2,169.9 L73,169.9 L73,136.7 C73,135.6 72.1,134.8 71,134.8 C71,134.8 71,134.8 71,134.8 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
238
- <path d="M69.5,139.6 L69.6,139.6 C70.1,139.6 70.6,140 70.6,140.6 L70.6,140.7 C70.6,141.2 70.2,141.7 69.6,141.7 L69.5,141.7 C69,141.7 68.5,141.3 68.5,140.7 L68.5,140.6 C68.5,140.1 69,139.6 69.5,139.6 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
239
- <path d="M405.2,134.8 C404.2,134.8 403.3,135.6 403.3,136.7 L403.3,140.1 L404.1,140.1 L404.1,136.7 C404.2,136.1 404.7,135.7 405.3,135.7 C405.8,135.7 406.2,136.1 406.3,136.7 L406.3,169.9 L407.1,169.9 L407.1,136.7 C407.1,135.6 406.3,134.8 405.2,134.8 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
240
- <path d="M403.7,139.6 L403.8,139.6 C404.3,139.6 404.8,140 404.8,140.6 L404.8,140.7 C404.8,141.2 404.4,141.7 403.8,141.7 L403.7,141.7 C403.2,141.7 402.7,141.3 402.7,140.7 L402.7,140.6 C402.7,140.1 403.2,139.6 403.7,139.6 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
241
- <path d="M182.4,134.8 C181.4,134.8 180.5,135.6 180.5,136.7 L180.5,140.1 L181.3,140.1 L181.3,136.7 C181.4,136.1 181.9,135.7 182.5,135.7 C183,135.7 183.4,136.1 183.5,136.7 L183.5,169.9 L184.3,169.9 L184.3,136.7 C184.3,135.6 183.5,134.8 182.4,134.8 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
242
- <path d="M180.9,139.6 L181,139.6 C181.5,139.6 182,140 182,140.6 L182,140.7 C182,141.2 181.6,141.7 181,141.7 L180.9,141.7 C180.4,141.7 179.9,141.3 179.9,140.7 L179.9,140.6 C179.9,140.1 180.4,139.6 180.9,139.6 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
243
- <path d="M344.4,226.5 L344.3,225.6 C344.2,224.7 343.6,224 342.8,223.8 L342.8,223.8 C341.7,223.5 340.5,223.3 339.4,223.2 L336,223 L334.3,222 C332.8,221.1 331.1,220.7 329.4,220.7 L329,220.7 C326.8,220.7 324.6,221.1 322.5,221.9 L320.5,222.7 L318.3,222.9 C317.7,223 317.2,223.5 317.2,224.1 L317.1,226 C317.1,226.7 317.6,227.3 318.2,227.5 L320.5,228 L342.6,228 L343.7,227.7 C344.2,227.2 344.5,226.9 344.4,226.5 Z" id="Path" fill="#A6BAC6" fill-rule="nonzero"></path>
244
- <path d="M337.2,227.7 L337.2,226.9 C337.2,225.6 338.3,224.5 339.6,224.5 L339.6,224.5 L339.6,224.5 C340.9,224.5 342,225.6 342,226.9 L342,226.9 L342,227.7 L337.2,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
245
- <path d="M337.7,226.7 C337.7,227.8 338.6,228.6 339.6,228.6 C340.7,228.6 341.5,227.7 341.5,226.7 C341.5,225.6 340.6,224.8 339.6,224.8 C339.6,224.8 339.6,224.8 339.6,224.8 C338.5,224.7 337.7,225.6 337.7,226.7 C337.7,226.7 337.7,226.7 337.7,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
246
- <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="339.6" cy="226.7" r="1.2"></circle>
247
- <path d="M320.6,227.7 L320.3,227.6 L320.3,226.9 C320.3,225.6 321.4,224.5 322.7,224.5 L322.7,224.5 L322.7,224.5 C324,224.5 325.1,225.6 325.1,226.9 L325.1,226.9 L325.1,227.7 L320.6,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
248
- <path d="M320.8,226.7 C320.8,227.8 321.7,228.6 322.7,228.6 C323.8,228.6 324.6,227.7 324.6,226.7 C324.6,225.6 323.7,224.8 322.7,224.8 C322.7,224.8 322.7,224.8 322.7,224.8 C321.7,224.7 320.8,225.6 320.8,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
249
- <path d="M335.1,223 C335.2,223 335.2,222.9 335.2,222.9 C335.2,222.9 335.2,222.8 335.2,222.8 C334.1,221.9 332.7,221.3 331.3,221 C329.3,220.7 327.2,220.8 325.3,221.3 C324.4,221.6 323.6,221.9 322.7,222.3 C322.6,222.3 322.6,222.4 322.6,222.5 C322.6,222.6 322.7,222.6 322.8,222.6 L335.1,223 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
250
- <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="322.7" cy="226.7" r="1.2"></circle>
251
- <path d="M67.8,222.1 L67.8,217.6 L65.5,213.3 L60.9,211.3 L8.8,211.3 L7.6,215.2 C7.6,215.2 8.6,219.5 8.6,219.8 C8.6,220.1 61.3,222.2 61.5,222.3 C61.7,222.4 67.8,222.1 67.8,222.1 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
252
- <path d="M7,213.2 L7,224.3 C7,225.6 8.1,226.7 9.4,226.7 L65.8,226.7 C67.1,226.7 68.2,225.6 68.2,224.3 L68.2,218.8 C68.2,214.4 64.6,210.8 60.1,210.8 L9.4,210.8 C8.1,210.9 7,211.9 7,213.2 Z M67.2,218.9 L67.2,221.3 L61.4,221.3 L61.4,218.5 C61.4,217.7 60.8,217.1 60,217.1 L9.1,217.1 L9.1,215.9 C9.1,213.6 10.9,211.8 13.2,211.8 L60.1,211.8 C64,211.8 67.2,215 67.2,218.9 Z" id="Shape" fill="#0099DA" fill-rule="nonzero"></path>
253
- <path d="M54.6,222.4 L54.6,222.4 C56.2,222.4 57.5,223.7 57.5,225.3 L57.5,226.7 L51.6,226.7 L51.6,225.3 C51.7,223.7 53,222.4 54.6,222.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
254
- <circle id="Oval" fill="#003A5D" fill-rule="nonzero" cx="54.6" cy="225.8" r="2.7"></circle>
255
- <path d="M53,225.9 C53,226.8 53.7,227.4 54.5,227.4 C55.4,227.4 56,226.7 56,225.9 C56,225 55.3,224.4 54.5,224.4 C54.5,224.4 54.5,224.4 54.5,224.4 C53.7,224.3 53,225 53,225.9 Z" id="Path" fill="#BAC4C9" fill-rule="nonzero"></path>
256
- <path d="M27.9,222.4 L27.9,222.4 C29.5,222.4 30.8,223.7 30.8,225.3 L30.8,226.7 L25,226.7 L25,225.3 C25,223.7 26.3,222.4 27.9,222.4 C27.9,222.4 27.9,222.4 27.9,222.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
257
- <circle id="Oval" fill="#003A5D" fill-rule="nonzero" cx="28" cy="225.8" r="2.7"></circle>
258
- <path d="M26.4,225.9 C26.4,226.8 27.1,227.4 27.9,227.4 C28.7,227.4 29.4,226.7 29.4,225.9 C29.4,225 28.7,224.4 27.9,224.4 C27.9,224.4 27.9,224.4 27.9,224.4 C27.1,224.3 26.4,225 26.4,225.9 Z" id="Path" fill="#BAC4C9" fill-rule="nonzero"></path>
259
- <path d="M21.2,222.4 L21.2,222.4 C22.8,222.4 24.1,223.7 24.1,225.3 L24.1,226.7 L18.2,226.7 L18.2,225.3 C18.3,223.7 19.6,222.4 21.2,222.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
260
- <circle id="Oval" fill="#003A5D" fill-rule="nonzero" cx="21.2" cy="225.9" r="2.7"></circle>
261
- <path d="M19.7,225.9 C19.7,226.8 20.4,227.4 21.2,227.4 C22,227.4 22.7,226.7 22.7,225.9 C22.7,225 22,224.4 21.2,224.4 C21.2,224.4 21.2,224.4 21.2,224.4 C20.4,224.3 19.7,225 19.7,225.9 Z" id="Path" fill="#BAC4C9" fill-rule="nonzero"></path>
262
- <path d="M67,215.7 L69.6,215.7 C70.2,215.7 70.6,216.1 70.6,216.7 L70.6,219 C70.6,219.4 70.3,219.7 70,219.7 C70,219.7 70,219.7 70,219.7 L70,219.7 C69.6,219.7 69.3,219.4 69.3,219 L69.3,219 L69.3,216.8 L67,216.8 L67,215.7 Z" id="Path" fill="#009BDB" fill-rule="nonzero"></path>
263
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="52.6 217.1 46 217.1 40.1 211.8 46.7 211.8"></polygon>
264
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="43.9 217.1 40.3 217.1 34.4 211.8 38 211.8"></polygon>
265
- <path d="M98.4,226.5 L98.3,225.6 C98.2,224.7 97.6,224 96.8,223.8 L96.8,223.8 C95.7,223.5 94.5,223.3 93.4,223.2 L90,223 L88.3,222 C86.8,221.1 85.1,220.7 83.4,220.7 L83,220.7 C80.8,220.7 78.6,221.1 76.5,221.9 L74.5,222.7 L72.3,222.9 C71.7,223 71.2,223.5 71.2,224.1 L71.1,226 C71.1,226.7 71.5,227.3 72.2,227.5 L74.5,228 L96.6,228 L97.7,227.7 C98.2,227.3 98.5,226.9 98.4,226.5 Z" id="Path" fill="#FFE600" fill-rule="nonzero"></path>
266
- <path d="M91.2,227.7 L91.2,226.9 C91.2,225.6 92.3,224.5 93.6,224.5 L93.6,224.5 L93.6,224.5 C94.9,224.5 96,225.6 96,226.9 L96,227.7 L91.2,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
267
- <path d="M91.7,226.7 C91.7,227.8 92.6,228.6 93.6,228.6 C94.6,228.6 95.5,227.7 95.5,226.7 C95.5,225.7 94.6,224.8 93.6,224.8 C93.6,224.8 93.6,224.8 93.6,224.8 C92.5,224.7 91.7,225.6 91.7,226.7 L91.7,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
268
- <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="93.6" cy="226.7" r="1.2"></circle>
269
- <path d="M74.6,227.7 L74.3,227.6 L74.3,226.9 C74.3,225.6 75.4,224.5 76.7,224.5 L76.7,224.5 L76.7,224.5 C78,224.5 79.1,225.6 79.1,226.9 L79.1,226.9 L79.1,227.7 L74.6,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
270
- <path d="M74.8,226.7 C74.8,227.8 75.7,228.6 76.7,228.6 C77.8,228.6 78.6,227.7 78.6,226.7 C78.6,225.6 77.7,224.8 76.7,224.8 C76.7,224.8 76.7,224.8 76.7,224.8 C75.7,224.7 74.8,225.6 74.8,226.7 C74.8,226.7 74.8,226.7 74.8,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
271
- <path d="M89.1,223 C89.2,223 89.2,223 89.2,222.9 C89.2,222.9 89.2,222.8 89.1,222.8 C88,221.9 86.6,221.3 85.2,221 C83.2,220.7 81.2,220.8 79.2,221.3 C78.3,221.6 77.5,221.9 76.6,222.3 C76.5,222.3 76.5,222.4 76.5,222.5 C76.5,222.6 76.6,222.6 76.7,222.6 L89.1,223 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
272
- <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="76.8" cy="226.7" r="1.2"></circle>
273
- <polygon id="Path" fill="#CDD4D8" fill-rule="nonzero" points="249.5 228.6 269.9 228.6 327.4 181.3 307 181.3"></polygon>
274
- <path d="M206,224 C206,223.8 206,223.7 205.9,223.6 C205.8,223.5 205.7,223.4 205.7,223.2 L205.7,223.1 C205.7,222.9 205.6,222.8 205.5,222.7 C205.4,222.6 205.3,222.5 205.3,222.3 L204.9,214.5 L204.9,214.1 C204.9,214 204.9,213.8 205,213.7 C205.1,213.6 205.1,213.4 205.1,213.3 L205.1,213.2 C205.1,213 205.1,212.7 205.1,212.5 L205.1,212.3 C205.1,212.1 204.9,212.1 204.7,212.1 L201.3,212.1 L200.8,211.5 C200.6,211.3 200.4,211.2 200.2,211.2 L187.9,211.2 C187.7,211.2 187.5,211.3 187.3,211.5 L186.8,212.1 L162.9,212.1 C162.5,212.1 162.1,211.3 161.4,211.3 L141.7,211.3 C141.5,211.3 141,211.3 141,211.9 L140.8,213.4 L140.8,213.4 L140.8,213.4 L140.9,213.5 L140.4,218.3 L140.3,218.5 L140.1,221 L140.1,221.1 C140.1,221.3 140.1,221.5 140.1,221.7 L140.1,225 C140.1,225.2 140.2,225.4 140.4,225.4 L144.4,226.6 C144.6,226.7 144.8,226.7 145,226.7 L205.8,226.8 C206,226.8 206.2,226.9 206.2,226.7 L206,224 Z" id="Path" fill="#9CD8F1" fill-rule="nonzero"></path>
275
- <path d="M199.6,213.3 L143.5,213.3 C143.2,213.3 143,213.5 143,213.8 L142.6,218.6 C142.6,218.8 142.8,219.1 143,219.1 C143,219.1 143,219.1 143.1,219.1 L159.2,219.1 C159.5,219.1 159.8,219.2 160.1,219.4 L161.6,220.8 C161.8,221 162.1,221.1 162.5,221.1 L200.3,221.1 C200.6,221.1 200.8,220.9 200.8,220.6 C200.8,220.6 200.8,220.6 200.8,220.6 L200.4,213.7 C200.1,213.6 199.9,213.3 199.6,213.3 L199.6,213.3 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
276
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="203.2 222.5 205.4 222.8 204.8 213.4 203.2 213.4"></polygon>
277
- <polyline id="Path" fill="#9CD8F1" fill-rule="nonzero" points="202.6 212.9 198.5 212.9 198 213.4 198 226.5 198.5 227 203.1 227 203.1 212.9"></polyline>
278
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="153.4 213.9 153.4 226 150.3 226 150.3 213.9"></polygon>
279
- <path d="M149.3,213.3 L149.3,226.4 L146.2,226.4 L146.2,213.3 L149.3,213.3 Z M149.8,212.8 L145.2,212.8 L145.2,226.8 L149.8,226.8 L150.3,226.3 L150.3,213.3 L149.8,212.8 Z" id="Shape" fill="#9CD8F1" fill-rule="nonzero"></path>
280
- <path d="M153.4,213.3 L153.4,226.4 L150.3,226.4 L150.3,213.3 L153.4,213.3 Z M153.9,212.8 L149.3,212.8 L149.3,226.8 L153.9,226.8 L154.4,226.3 L154.4,213.3 L153.9,212.8 Z" id="Shape" fill="#9CD8F1" fill-rule="nonzero"></path>
281
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="146.2" y="213.8" width="3.1" height="12.1"></rect>
282
- <path d="M161.4,227 C161.5,226.7 161.6,226.3 161.6,225.9 C161.6,224.1 160.1,222.6 158.3,222.6 C156.5,222.6 155,224.1 155,225.9 C155,226.3 155.1,226.6 155.2,227 L161.4,227 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
283
- <path d="M160.9,225.9 C160.9,224.4 159.7,223.3 158.2,223.3 C156.7,223.3 155.6,224.5 155.6,226 C155.6,227.5 156.8,228.6 158.3,228.6 C158.3,228.6 158.3,228.6 158.3,228.6 C159.7,228.5 160.9,227.3 160.9,225.9 C160.9,225.9 160.9,225.9 160.9,225.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
284
- <path d="M158.2,227.6 C157.2,227.6 156.4,226.8 156.4,225.8 C156.4,224.8 157.2,224 158.2,224 C159.2,224 160,224.8 160,225.8 C160.1,226.8 159.2,227.6 158.2,227.6 C158.2,227.7 158.2,227.7 158.2,227.6 Z" id="Path" fill="#A8B7BF" fill-rule="nonzero"></path>
285
- <path d="M191.7,227 C191.8,226.7 191.9,226.3 191.9,225.9 C191.9,224.1 190.4,222.6 188.6,222.6 C186.8,222.6 185.3,224.1 185.3,225.9 C185.3,225.9 185.3,225.9 185.3,225.9 C185.3,226.3 185.4,226.6 185.5,227 L191.7,227 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
286
- <path d="M191.3,225.9 C191.3,224.4 190.1,223.3 188.6,223.3 C187.1,223.3 186,224.5 186,226 C186,227.5 187.2,228.6 188.7,228.6 C188.7,228.6 188.7,228.6 188.7,228.6 C190.1,228.5 191.3,227.3 191.3,225.9 C191.3,225.9 191.3,225.9 191.3,225.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
287
- <path d="M188.6,227.6 C187.6,227.6 186.8,226.8 186.8,225.8 C186.8,224.8 187.6,224 188.6,224 C189.6,224 190.4,224.8 190.4,225.8 C190.4,225.8 190.4,225.8 190.4,225.8 C190.4,226.9 189.6,227.7 188.6,227.6 Z" id="Path" fill="#A8B7BF" fill-rule="nonzero"></path>
288
- <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="205.1" y="224.2" width="1" height="2.8"></rect>
289
- <path d="M140.6,223.5 L140.6,222.1 C140.6,221.9 140.4,221.8 140.3,221.8 L140,221.8 L140,224.5 L140.6,224.6 L140.6,223.5 L140.6,223.5 Z" id="Path" fill="#FFE600" fill-rule="nonzero"></path>
290
- <path d="M141.6,212.9 L140.7,212.9 L140.7,213.4 L140.7,213.4 L140.7,213.9 L140.7,213.9 L140.3,218.3 L140.3,218.3 L140.3,218.5 C140.2,218.5 140.2,218.5 140.1,218.5 L140.3,218.5 L140.3,218.7 L140.3,218.7 L140.3,219.1 L141,219.1 C141.3,219.1 141.5,218.9 141.5,218.6 L142,213.3 C142.1,213.1 141.9,212.9 141.6,212.9 C141.6,212.9 141.6,212.9 141.6,212.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
291
- <polygon id="Path" fill="#9CD8F1" fill-rule="nonzero" points="205 215.7 203.7 215.7 203.6 213.4 205 213.4"></polygon>
292
- <rect id="Rectangle" fill="#9CD8F1" fill-rule="nonzero" x="203.9" y="214.1" width="2" height="1"></rect>
293
- <path d="M205.6,218.8 L205.8,218.8 C206.1,218.8 206.3,218.6 206.3,218.3 C206.3,218.3 206.3,218.3 206.3,218.3 L206.3,214.7 C206.3,214.4 206.1,214.2 205.8,214.2 L205.3,214.2 L205.6,218.8 Z" id="Path" fill="#9CD8F1" fill-rule="nonzero"></path>
294
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="162.2 220.8 166.2 220.8 168.5 213.8 164.5 213.8"></polygon>
295
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="184.5 220.8 188 220.8 190.2 213.8 186.8 213.8"></polygon>
296
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="146.2 225.8 149.3 214.4 149.3 213.3 146.2 213.3"></polygon>
297
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="150.3 225.8 153.4 214.4 153.4 213.3 150.3 213.3"></polygon>
298
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="202.2 213.9 202.2 226 199.1 226 199.1 213.9"></polygon>
299
- <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="194.9" y="213.8" width="3.1" height="12.1"></rect>
300
- <polyline id="Path" fill="#174B6C" fill-rule="nonzero" points="194.9 213.3 194.9 225.8 198 214.4 198 213.3"></polyline>
301
- <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="199.1 225.8 202.2 214.4 202.2 213.3 199.1 213.3"></polygon>
302
- </g>
303
- </g>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="440px" height="330px" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>Graphic elements / Icons / Rich icons / Marketplace / Industries-Public-Transport</title>
4
+ <defs>
5
+ <linearGradient x1="-0.151057402%" y1="47.5%" x2="99.8187311%" y2="47.5%" id="linearGradient-1">
6
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="-0.0958466454%" y1="53.0210184%" x2="99.8722045%" y2="53.0210184%" id="linearGradient-2">
10
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="0%" y1="47.5%" x2="99.9697885%" y2="47.5%" id="linearGradient-3">
14
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="-0.327868852%" y1="50.3076923%" x2="99.5081967%" y2="50.3076923%" id="linearGradient-4">
18
+ <stop stop-color="#ECEFF1" offset="0%"></stop>
19
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
20
+ <stop stop-color="#FFFFFF" stop-opacity="0.4" offset="100%"></stop>
21
+ </linearGradient>
22
+ <linearGradient x1="0.0319488818%" y1="54.1106139%" x2="99.9361022%" y2="54.1106139%" id="linearGradient-5">
23
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
24
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
25
+ </linearGradient>
26
+ <linearGradient x1="0.151057402%" y1="47.5%" x2="100.120846%" y2="47.5%" id="linearGradient-6">
27
+ <stop stop-color="#FFFFFF" stop-opacity="0" offset="0%"></stop>
28
+ <stop stop-color="#F8C726" stop-opacity="0.57" offset="84%"></stop>
29
+ </linearGradient>
30
+ <linearGradient x1="0.0792079208%" y1="49.8106061%" x2="100.081584%" y2="49.8106061%" id="linearGradient-7">
31
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
32
+ <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
33
+ <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
34
+ </linearGradient>
35
+ <linearGradient x1="0.0100502513%" y1="49.8282443%" x2="100.003015%" y2="49.8282443%" id="linearGradient-8">
36
+ <stop stop-color="#FFFFFF" offset="0%"></stop>
37
+ <stop stop-color="#FFFFFF" stop-opacity="0.2" offset="0%"></stop>
38
+ <stop stop-color="#FFFFFF" stop-opacity="0.6" offset="100%"></stop>
39
+ </linearGradient>
40
+ </defs>
41
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Marketplace-/-Industries-Public-Transport" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
42
+ <g id="public-transport" transform="translate(0.000000, 101.000000)">
43
+ <g id="Group" transform="translate(36.000000, 140.000000)" fill="#8AA4B5" fill-rule="nonzero">
44
+ <polygon id="Shape" points="45.7 67.7 45.1 67.7 45.1 67 44.7 67 44.7 67.4 44.3 67.4 44.3 67.8 43.1 67.8 43.1 67.3 42.6 67.1 38.6 67.2 38.6 67.9 37.8 67.9 37.8 74 31.2 74 31.2 43.6 29.7 43.6 29.7 36 24.3 36 24.3 34 21 34 21 30.7 7.5 30.7 7.5 36 0.7 36 0.7 88.7 47.3 88.7 47.3 68.5"></polygon>
45
+ <path d="M243.9,67.7 L243.4,67.7 L243.4,67 L243,67 L243,67.4 L242.6,67.4 L242.6,67.8 L241.4,67.8 L241.4,67.3 L240.9,67.1 L236.9,67.2 L236.9,67.9 L236,67.9 L236,74 L229.4,74 L229.4,43.6 L227.9,43.6 L227.9,36 L222.5,36 L222.5,34 L219.2,34 L219.2,30.7 L205.7,30.7 L205.7,36 L198.9,36 L198.9,37.2 L198.3,37.2 L198.3,37.2 L197.6,37.2 L197.6,81.9 L195.6,81.9 L195.6,51.7 L190.2,51.7 L190.2,56.9 L175.5,56.9 L175.5,59.6 L174.3,59.6 L174.3,71.2 L171.4,71.2 L171.4,80.8 L169.8,80.8 L169.8,37.3 L168.8,37.3 L168.8,31.1 L166.9,31.1 L166.9,25 L165.7,25 L165.7,18.8 L157.7,18.8 L157.7,25 L156.5,25 L156.5,31.1 L154.6,31.1 L154.6,37.3 L153.7,37.3 L153.7,72.5 L152.3,72.5 L152.3,53 L141.8,53 L141.8,65.6 L138.8,65.6 L138.8,64.9 L137.6,64.9 L137.6,41.9 L137.6,41.9 L137.6,16.1 L136.7,16.1 L136.7,0.9 L120,0.9 L120,16.1 L119.1,16.1 L119.1,80.7 L116.8,80.7 L116.8,55.3 L112.8,55.3 L112.8,43.9 L111.5,43.9 L111.5,38.8 L92.9,38.8 L92.9,43.9 L91.6,43.9 L91.6,85 L87.3,85 L87.3,58.5 L71.5,58.5 L71.5,75.3 L68.4,75.3 L68.4,44.5 L68.4,44.5 L68.4,43.3 L67.6,43.3 L67.6,43 L68.5,43 L68.5,41.8 L67.6,41.8 L67.6,41.5 L68.5,41.5 L68.5,40.3 L67.6,40.3 L67.6,40 L68.5,40 L68.5,38.8 L67.6,38.8 L67.6,38.5 L68.5,38.5 L68.5,37.3 L67.6,37.3 L67.6,36.9 L68.5,36.9 L68.5,35.7 L67.6,35.7 L67.6,35.4 L68.5,35.4 L68.5,34.2 L67.6,34.2 L67.6,33.9 L68.5,33.9 L68.5,29.4 C65.3,27 63.5,23.2 63.4,19.3 L63.4,19.2 L63.4,19.2 L63.4,18.6 L62.4,18.6 L62.4,19.2 L61,19.2 L61,8.8 L60.5,8.8 L60.5,19 L60.2,19 L60.2,18.4 L59,18.4 L59,19 L57.1,19 L57.1,18.4 L56,18.4 L56,19 C56,24.4 54.3,28.1 52.5,29.3 L52.5,32.6 L52.5,32.6 L52.5,33.8 L53.6,33.8 L53.6,34.1 L52.5,34.1 L52.5,35.3 L53.6,35.3 L53.6,35.6 L52.5,35.6 L52.5,36.8 L53.6,36.8 L53.6,37.1 L52.5,37.1 L52.5,38.3 L53.6,38.3 L53.6,38.6 L52.5,38.6 L52.5,39.8 L53.6,39.8 L53.6,40.1 L52.5,40.1 L52.5,41.3 L53.6,41.3 L53.6,41.6 L52.5,41.6 L52.5,42.8 L53.6,42.8 L53.6,43.1 L52.4,43.1 L52.4,69 L49.1,69 L49.1,81.7 L47.3,81.7 L47.3,88.6 L62.4,88.6 L62.4,44.5 L62.4,44.5 L62.4,88.6 L245.4,88.6 L245.4,68.4 L243.9,67.7 L243.9,67.7 Z" id="Shape"></path>
46
+ <path d="M398.3,37.2 L398.3,37.2 L396.4,37.2 L396.4,37.2 L395.7,37.2 L395.7,81.9 L393.7,81.9 L393.7,51.7 L388.3,51.7 L388.3,56.9 L373.6,56.9 L373.6,59.6 L372.4,59.6 L372.4,71.2 L369.5,71.2 L369.5,80.8 L367.9,80.8 L367.9,37.3 L366.9,37.3 L366.9,31.1 L365,31.1 L365,25 L363.8,25 L363.8,18.8 L355.8,18.8 L355.8,25 L354.6,25 L354.6,31.1 L352.7,31.1 L352.7,37.3 L351.8,37.3 L351.8,72.5 L350.4,72.5 L350.4,53 L339.9,53 L339.9,65.6 L336.9,65.6 L336.9,64.9 L335.7,64.9 L335.7,41.9 L335.7,41.9 L335.7,16.1 L334.7,16.1 L334.7,0.9 L318.2,0.9 L318.2,16.1 L317.3,16.1 L317.3,80.7 L315,80.7 L315,55.3 L311,55.3 L311,43.9 L309.7,43.9 L309.7,38.8 L291.1,38.8 L291.1,43.9 L289.8,43.9 L289.8,85 L285.5,85 L285.5,58.5 L269.7,58.5 L269.7,75.3 L266.6,75.3 L266.6,44.5 L266.6,44.5 L266.6,43.3 L265.8,43.3 L265.8,43 L266.7,43 L266.7,41.8 L265.8,41.8 L265.8,41.5 L266.7,41.5 L266.7,40.3 L265.8,40.3 L265.8,40 L266.7,40 L266.7,38.8 L265.8,38.8 L265.8,38.5 L266.7,38.5 L266.7,37.3 L265.8,37.3 L265.8,36.9 L266.7,36.9 L266.7,35.7 L265.8,35.7 L265.8,35.4 L266.7,35.4 L266.7,34.2 L265.8,34.2 L265.8,33.9 L266.7,33.9 L266.7,29.4 C263.5,27 261.7,23.2 261.6,19.3 L261.6,19.2 L261.6,19.2 L261.6,18.6 L260.6,18.6 L260.6,19.2 L259.2,19.2 L259.2,8.8 L258.7,8.8 L258.7,19 L258.4,19 L258.4,18.4 L257.3,18.4 L257.3,19 L255.4,19 L255.4,18.4 L254.3,18.4 L254.3,19 C254.3,24.4 252.6,28.1 250.8,29.3 L250.8,32.6 L250.8,32.6 L250.8,33.8 L251.9,33.8 L251.9,34.1 L250.8,34.1 L250.8,35.3 L251.9,35.3 L251.9,35.6 L250.8,35.6 L250.8,36.8 L251.9,36.8 L251.9,37.1 L250.8,37.1 L250.8,38.3 L251.9,38.3 L251.9,38.6 L250.8,38.6 L250.8,39.8 L251.9,39.8 L251.9,40.1 L250.8,40.1 L250.8,41.3 L251.9,41.3 L251.9,41.6 L250.8,41.6 L250.8,42.8 L251.9,42.8 L251.9,43.1 L250.7,43.1 L250.7,69 L247.4,69 L247.4,81.7 L245.6,81.7 L245.6,88.6 L260.7,88.6 L260.7,44.5 L260.7,44.5 L260.7,88.6 L403.4,88.6 L403.4,37.2 L398.3,37.2 Z" id="Shape"></path>
47
+ </g>
48
+ <path d="M439.2,225.4 L438.3,225.4 L438.3,223.8 L439.2,223.8 L439.2,223 L438.3,223 L438.3,221.3 L439.2,221.3 L439.2,220.5 L213.6,220.5 L213.6,228.8 L214.4,228.8 L214.4,226.1 L241.5,226.1 L241.5,228.8 L242.3,228.8 L242.3,226.1 L409,226.1 L409,228.7 L409.8,228.7 L409.8,226.1 L437.4,226.1 L437.4,228.7 L438.2,228.7 L438.2,226.1 L439.1,226.1 L439.2,225.4 Z M241.5,225.4 L214.4,225.4 L214.4,223.8 L241.5,223.8 L241.5,225.4 Z M241.5,223 L214.4,223 L214.4,221.3 L241.5,221.3 L241.5,223 Z M409,225.4 L242.4,225.4 L242.4,223.8 L409,223.8 L409,225.4 Z M409,223 L242.4,223 L242.4,221.3 L409,221.3 L409,223 Z M437.4,225.4 L409.8,225.4 L409.8,223.8 L437.4,223.8 L437.4,225.4 Z M437.4,223 L409.8,223 L409.8,221.3 L437.4,221.3 L437.4,223 Z" id="Shape" fill="#EFF2F3" fill-rule="nonzero"></path>
49
+ <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="258.3 158.5 247 158.5 248.3 155.6 257.2 155.6"></polygon>
50
+ <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="224.3 158.5 213 158.5 214.3 155.6 223.2 155.6"></polygon>
51
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="268.4" y="156.7" width="2.6" height="12.1"></rect>
52
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="234.2" y="156.7" width="3.1" height="12.1"></rect>
53
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="236.6" y="156.2" width="33.1" height="14"></rect>
54
+ <rect id="Rectangle" fill="url(#linearGradient-1)" fill-rule="nonzero" x="236.6" y="169.3" width="33.1" height="1"></rect>
55
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="236.6" y="156.2" width="33.1" height="4.3"></rect>
56
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="238.2" y="159.4" width="29.7" height="7"></rect>
57
+ <path d="M267.6,159.7 L267.6,166.2 L238.5,166.2 L238.5,159.7 L267.6,159.7 Z M268.1,159.2 L238,159.2 L238,166.7 L268.2,166.7 L268.1,159.2 L268.1,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
58
+ <rect id="Rectangle" fill="#33617D" fill-rule="nonzero" x="236.6" y="156.2" width="33.1" height="1.1"></rect>
59
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="269.7 156.2 269.1 156.2 269.1 170.2 269.7 170.2"></polygon>
60
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="248.4" y="159.4" width="9.1" height="10.4"></rect>
61
+ <path d="M257.2,159.7 L257.2,169.6 L248.6,169.6 L248.6,159.7 L257.2,159.7 Z M257.8,159.2 L248.1,159.2 L248.1,170.1 L257.8,170.1 L257.8,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
62
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="261.8 166.1 264.6 166.1 266.8 159.6 264 159.6"></polygon>
63
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="240.3 166.1 244.3 166.1 246.4 159.6 242.5 159.6"></polygon>
64
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="248.8 169.2 253.9 169.2 257.1 159.6 252 159.6"></polygon>
65
+ <path d="M208.9,170.3 L235.1,170.3 L235.1,156.5 L212.4,156.5 C211.7,156.5 211.1,156.7 210.5,157.1 C210.4,157.2 210.3,157.3 210.4,157.5 C209.9,159.1 210.1,159.9 208.9,161.4 C207.9,162.7 207.2,164.1 206.5,165.6 C206.2,166.1 203.9,165.9 203.9,166.2 C203.8,166.9 203.7,167.7 203.8,168.4 C203.9,169.5 207.3,170.3 208.9,170.3 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
66
+ <path d="M209.5,160.5 C209.9,159.5 210.2,158.5 210.4,157.4 C210.4,157.3 210.4,157.1 210.5,157 C211.1,156.6 211.7,156.4 212.4,156.4 L235.1,156.4 L235.1,160.4 L209.5,160.5 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
67
+ <path d="M210.3,157.9 C210.3,157.8 210.4,157.9 210.4,157.8 C210.4,157.7 210.2,157.2 210.4,157 C210.9,156.5 211.7,156.2 212.4,156.3 L235.1,156.3 L235.1,157.3 L212.4,157.3 C211.7,157.3 210.9,157.5 210.3,157.9 Z" id="Path" fill="#33617D" fill-rule="nonzero"></path>
68
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="215.4" y="159.4" width="17.6" height="7"></rect>
69
+ <path d="M232.8,159.7 L232.8,166.2 L215.7,166.2 L215.7,159.7 L232.8,159.7 Z M233.3,159.2 L215.1,159.2 L215.1,166.7 L233.2,166.7 L233.3,159.2 L233.3,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
70
+ <path d="M203.8,168.4 C203.8,168.2 203.8,167.9 203.8,167.7 L203.8,168 C205,168.7 206.3,169.1 207.6,169.2 L235.1,169.2 L235.1,170.2 L208.9,170.2 C207.3,170.3 203.9,169.5 203.8,168.4 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
71
+ <path d="M204.7,164.9 C205.9,162.6 209.3,157.6 210.5,157.4 L210.2,159.6 L210.2,165.6 L209.7,165.8 L204.2,166.1 C204.3,165.7 204.4,165.3 204.7,164.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
72
+ <path d="M205.4,165.6 C205.3,165.8 205.2,166 205.2,166.1 L204.2,166.1 C204.3,165.7 204.5,165.2 204.7,164.9 C205.9,162.6 209.3,157.6 210.5,157.4 L210.5,158.6 C208.5,160.8 206.8,163.1 205.4,165.6 Z" id="Path" fill="#305F7C" fill-rule="nonzero"></path>
73
+ <path d="M209.6,165.4 L209.6,157.7 C209.8,157.5 210.1,157.3 210.4,157.2 L210.4,165.7 L210,166.2 L204,166.2 C204.1,165.9 204.2,165.7 204.3,165.4 L209.6,165.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
74
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="211.8" y="159.4" width="3.6" height="10.4"></rect>
75
+ <path d="M215.1,159.7 L215.1,169.6 L212.1,169.6 L212.1,159.7 L215.1,159.7 Z M215.6,159.2 L211.5,159.2 L211.5,170 L215.6,170 L215.6,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
76
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="219 166.1 223.9 166.1 226.1 159.6 221.2 159.6"></polygon>
77
+ <path d="M210.2,159.5 L208.3,159.5 C208.3,159.5 208.2,159.4 208.2,159.3 C208.6,158.7 209.1,158.2 209.7,157.7 L210.2,157.7 L210.2,159.5 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
78
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="234.5 156.2 235.1 156.2 235.1 170.3 234.5 170.3"></polygon>
79
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="236.6 156.2 237.2 156.2 237.2 170.3 236.6 170.3"></polygon>
80
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="215.1 162.3 215.1 159.7 213.5 159.7 212.1 163.9 212.1 169 212.9 169"></polygon>
81
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="252.5" y="159.3" width="1" height="10.4"></rect>
82
+ <path d="M240.8,165.2 L240.8,165.7 C240.7,165.6 240.7,165.4 240.8,165.2 Z" id="Path" fill="#637F8D" opacity="0.5"></path>
83
+ <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="293 158.5 281.7 158.5 283 155.6 292 155.6"></polygon>
84
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="303" y="156.7" width="2.6" height="12.1"></rect>
85
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="271.1" y="156.2" width="33.1" height="14"></rect>
86
+ <rect id="Rectangle" fill="url(#linearGradient-3)" fill-rule="nonzero" x="271.1" y="169.3" width="33.1" height="1"></rect>
87
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="271.1" y="156.2" width="33.1" height="4.3"></rect>
88
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="272.8" y="159.4" width="29.6" height="7"></rect>
89
+ <path d="M302.2,159.7 L302.2,166.2 L273,166.2 L273,159.7 L302.2,159.7 Z M302.7,159.2 L272.6,159.2 L272.6,166.7 L302.7,166.7 L302.7,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
90
+ <rect id="Rectangle" fill="#33617D" fill-rule="nonzero" x="271.1" y="156.2" width="33.1" height="1.1"></rect>
91
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="304.3 156.2 303.7 156.2 303.7 170.2 304.3 170.2"></polygon>
92
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="282.9" y="159.4" width="9.1" height="10.4"></rect>
93
+ <path d="M291.8,159.7 L291.8,169.6 L283.2,169.6 L283.2,159.7 L291.8,159.7 Z M292.3,159.2 L282.6,159.2 L282.6,170.1 L292.3,170.1 L292.3,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
94
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="296.4 166.1 299.2 166.1 301.3 159.6 298.5 159.6"></polygon>
95
+ <polygon id="Path" fill="url(#linearGradient-4)" fill-rule="nonzero" points="274.9 166.1 278.8 166.1 281 159.6 277 159.6"></polygon>
96
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="283.4 169.2 288.5 169.2 291.6 159.6 286.5 159.6"></polygon>
97
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="271.1 156.2 271.7 156.2 271.7 170.3 271.1 170.3"></polygon>
98
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="287.1" y="159.3" width="1" height="10.4"></rect>
99
+ <path d="M275.3,165.2 L275.3,165.7 C275.3,165.6 275.3,165.4 275.3,165.2 Z" id="Path" fill="#637F8D" opacity="0.5"></path>
100
+ <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="362.2 158.5 350.9 158.5 352.2 155.6 361.1 155.6"></polygon>
101
+ <path d="M366.4,170.3 L340.2,170.3 L340.2,156.5 L362.9,156.5 C363.6,156.5 364.2,156.7 364.8,157.1 C365,157.3 364.9,157.4 364.9,157.5 C365.4,159.1 365.2,159.9 366.4,161.4 C367.4,162.7 368.2,164.1 368.8,165.6 C369.1,166.1 371.3,165.9 371.4,166.2 C371.5,166.9 371.6,167.7 371.5,168.4 C371.4,169.5 368,170.3 366.4,170.3 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
102
+ <path d="M365.8,160.5 C365.4,159.5 365,158.5 364.9,157.4 C364.9,157.4 365,157.2 364.8,157 C364.2,156.6 363.6,156.4 362.9,156.4 L340.2,156.4 L340.2,160.4 L365.8,160.5 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
103
+ <path d="M365,157.9 C365,157.8 364.9,157.9 364.9,157.8 C364.9,157.7 365.1,157.2 364.9,157 C364.4,156.5 363.6,156.2 362.9,156.3 L340.2,156.3 L340.2,157.3 L362.9,157.3 C363.6,157.3 364.3,157.5 365,157.9 Z" id="Path" fill="#33617D" fill-rule="nonzero"></path>
104
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="342.2" y="159.4" width="17.6" height="7"></rect>
105
+ <path d="M359.6,159.7 L359.6,166.2 L342.5,166.2 L342.5,159.7 L359.6,159.7 Z M360.1,159.2 L342,159.2 L342,166.7 L360.2,166.7 L360.1,159.2 L360.1,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
106
+ <path d="M371.5,168.4 C371.5,168.2 371.5,168 371.5,168 C370.3,168.7 369,169.1 367.7,169.2 L340.2,169.2 L340.2,170.2 L366.4,170.2 C368,170.3 371.4,169.5 371.5,168.4 Z" id="Path" fill="url(#linearGradient-5)" fill-rule="nonzero"></path>
107
+ <path d="M370.6,164.9 C369.4,162.6 366,157.6 364.8,157.4 L365.1,159.6 L365.1,165.6 L365.6,165.8 L371.1,166.1 C371,165.7 370.9,165.3 370.6,164.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
108
+ <path d="M369.9,165.6 C370,165.8 370.1,166 370.1,166.1 L371.1,166.1 C371,165.7 370.8,165.2 370.6,164.9 C369.4,162.6 366,157.6 364.8,157.4 L364.8,158.6 C366.8,160.8 368.5,163.1 369.9,165.6 Z" id="Path" fill="#305F7C" fill-rule="nonzero"></path>
109
+ <path d="M365.7,165.4 L365.7,157.7 C365.5,157.5 365.2,157.3 364.9,157.2 L364.9,165.7 L365.3,166.2 L371.3,166.2 C371.2,165.9 371.1,165.7 371,165.4 L365.7,165.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
110
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="359.9" y="159.4" width="3.5" height="10.4"></rect>
111
+ <path d="M363.2,159.7 L363.2,169.6 L360.2,169.6 L360.2,159.7 L363.2,159.7 Z M363.7,159.2 L359.7,159.2 L359.7,170 L363.7,170 L363.7,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
112
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="347 166.1 351.9 166.1 354 159.6 349.1 159.6"></polygon>
113
+ <path d="M365.1,159.5 L367.1,159.5 C367.1,159.5 367.2,159.4 367.1,159.3 C366.7,158.7 366.1,158.2 365.6,157.7 L365.1,157.7 L365.1,159.5 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
114
+ <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="340.8 156.2 340.2 156.2 340.2 170.3 340.8 170.3"></polygon>
115
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="363.2 162.3 363.2 159.7 361.6 159.7 360.2 163.9 360.2 169 361 169"></polygon>
116
+ <polygon id="Path" fill="#00182B" fill-rule="nonzero" points="327.3 158.5 316 158.5 317.3 155.6 326.2 155.6"></polygon>
117
+ <polyline id="Path" fill="#00182B" fill-rule="nonzero" points="340 156.7 337.4 156.7 337.4 168.9 340 168.9"></polyline>
118
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="305.5" y="156.2" width="33.1" height="14"></rect>
119
+ <rect id="Rectangle" fill="url(#linearGradient-6)" fill-rule="nonzero" x="305.5" y="169.3" width="33.1" height="1"></rect>
120
+ <rect id="Rectangle" fill="#FFE700" fill-rule="nonzero" x="305.5" y="156.2" width="33.1" height="4.3"></rect>
121
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="307.2" y="159.4" width="29.6" height="7"></rect>
122
+ <path d="M336.6,159.7 L336.6,166.2 L307.5,166.2 L307.5,159.7 L336.6,159.7 Z M337.1,159.2 L307,159.2 L307,166.7 L337.1,166.7 L337.1,159.2 L337.1,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
123
+ <rect id="Rectangle" fill="#33617D" fill-rule="nonzero" x="305.5" y="156.2" width="33.1" height="1.1"></rect>
124
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="338.7 156.2 338.1 156.2 338.1 170.2 338.7 170.2"></polygon>
125
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="317.3" y="159.4" width="9.1" height="10.4"></rect>
126
+ <path d="M326.2,159.7 L326.2,169.6 L317.6,169.6 L317.6,159.7 L326.2,159.7 Z M326.8,159.2 L317.1,159.2 L317.1,170.1 L326.8,170.1 L326.8,159.2 Z" id="Shape" fill="#00182B" fill-rule="nonzero"></path>
127
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="330.8 166.1 333.6 166.1 335.8 159.6 333 159.6"></polygon>
128
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="309.3 166.1 313.3 166.1 315.4 159.6 311.5 159.6"></polygon>
129
+ <polygon id="Path" fill="#305F7C" fill-rule="nonzero" points="317.8 169.2 322.9 169.2 326.1 159.6 321 159.6"></polygon>
130
+ <polygon id="Path" fill="#FFF6A1" fill-rule="nonzero" points="305.5 156.2 306.1 156.2 306.1 170.3 305.5 170.3"></polygon>
131
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="321.5" y="159.3" width="1" height="10.4"></rect>
132
+ <path d="M309.8,165.2 L309.8,165.7 C309.7,165.6 309.7,165.4 309.8,165.2 Z" id="Path" fill="#637F8D" opacity="0.5"></path>
133
+ <path d="M250.2,27.1 L245.3,22.2 C245.1,22 244.8,21.9 244.5,21.9 L238.1,21.9 C237.8,21.9 237.5,21.8 237.3,21.6 L231.8,16.1 C231.6,15.9 231.3,15.8 231,15.8 L221,15.8 C220.7,15.8 220.4,15.9 220.2,16.1 L215.2,21.1 C215,21.3 214.7,21.4 214.4,21.4 L207.7,21.4 L206.9,21.8 L200,29 L249.4,29 C250,29 250.5,28.5 250.5,27.9 C250.5,27.6 250.4,27.3 250.2,27.1 Z" id="Path" fill="url(#linearGradient-7)" fill-rule="nonzero"></path>
134
+ <path d="M211.8,19.1 L202,19.1 C201.8,19.1 201.5,19 201.4,18.8 L190.8,8.2 C190.6,8 190.4,7.9 190.2,7.9 L181.3,7.9 C181.1,7.9 180.8,8 180.7,8.2 L177.7,11.2 C177.5,11.4 177.3,11.5 177.1,11.5 L162.4,11.5 C162.2,11.5 161.9,11.6 161.8,11.8 L153.4,20.2 C153.2,20.4 153,20.5 152.8,20.5 L142,20.5 C141.8,20.5 141.5,20.6 141.4,20.8 L138.5,23.7 C138.2,24.1 138.2,24.6 138.5,25 C138.7,25.2 138.9,25.3 139.1,25.3 L216,25.3 C216.5,25.3 216.9,24.9 216.9,24.4 C216.9,24.2 216.8,23.9 216.6,23.7 L212.4,19.5 C212.2,19.1 212,19 211.8,19.1 Z" id="Path" fill="#EFF2F3" fill-rule="nonzero"></path>
135
+ <path d="M439.4,22.4 L429.7,12.7 C429.3,12.3 428.7,12.1 428.2,12.1 L415.6,12.1 C415,12.1 414.5,11.9 414.1,11.5 L403.2,0.7 C402.8,0.3 402.2,0 401.7,0 L381.8,0 C381.2,0 380.7,0.2 380.3,0.7 L370.4,10.6 C370,11 369.4,11.2 368.8,11.3 L355.6,11.3 L353.9,12 L340.5,26.2 L437.8,26.2 C439,26.2 440,25.2 440,24 C440,23.3 439.8,22.8 439.4,22.4 Z" id="Path" fill="url(#linearGradient-8)" fill-rule="nonzero"></path>
136
+ <rect id="Rectangle" fill="#EFF2F3" fill-rule="nonzero" x="0" y="170" width="438.6" height="10.8"></rect>
137
+ <rect id="Rectangle" fill="#AEBBC1" fill-rule="nonzero" x="0" y="175.4" width="438.6" height="5.4"></rect>
138
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="0" y="175.4" width="438.6" height="3"></rect>
139
+ <rect id="Rectangle" fill="#CED5D9" fill-rule="nonzero" x="0" y="180.7" width="438.6" height="1.1"></rect>
140
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="356.3" y="181.7" width="25.7" height="1.1"></rect>
141
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="357.5" y="182.8" width="23.5" height="1"></rect>
142
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="356.3" y="183.5" width="25.6" height="2.6"></rect>
143
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="367.2" y="181.7" width="20" height="1.1"></rect>
144
+ <rect id="Rectangle" fill="#4F778F" fill-rule="nonzero" x="368.2" y="182.8" width="18.2" height="1"></rect>
145
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="367.2" y="183.5" width="20" height="2.6"></rect>
146
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="367.2" y="186.1" width="10.9" height="42.8"></rect>
147
+ <polygon id="Path" fill="#96A6AE" fill-rule="nonzero" points="367.2 191.8 378.1 191.8 387.2 186.1 356.3 186.1"></polygon>
148
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="367.2" y="191.8" width="3.9" height="37.1"></rect>
149
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="203.9" y="181.7" width="25.7" height="1.1"></rect>
150
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="205.1" y="182.8" width="23.4" height="1"></rect>
151
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="203.9" y="183.5" width="25.6" height="2.6"></rect>
152
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="214.8" y="181.7" width="20" height="1.1"></rect>
153
+ <rect id="Rectangle" fill="#4F778F" fill-rule="nonzero" x="215.8" y="182.8" width="18.2" height="1"></rect>
154
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="214.8" y="183.5" width="20" height="2.6"></rect>
155
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="214.8" y="186.1" width="10.9" height="42.8"></rect>
156
+ <polygon id="Path" fill="#96A6AE" fill-rule="nonzero" points="214.8 191.8 225.7 191.8 234.8 186.1 203.9 186.1"></polygon>
157
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="214.8" y="191.8" width="3.9" height="37.1"></rect>
158
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="51.4" y="181.7" width="25.7" height="1.1"></rect>
159
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="52.7" y="182.8" width="23.5" height="1"></rect>
160
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="51.5" y="183.5" width="25.6" height="2.6"></rect>
161
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="62.4" y="181.7" width="20" height="1.1"></rect>
162
+ <rect id="Rectangle" fill="#4F778F" fill-rule="nonzero" x="63.4" y="182.8" width="18.2" height="1"></rect>
163
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="62.4" y="183.5" width="20" height="2.6"></rect>
164
+ <rect id="Rectangle" fill="#CDD4D8" fill-rule="nonzero" x="62.4" y="186.1" width="10.9" height="42.8"></rect>
165
+ <polygon id="Path" fill="#96A6AE" fill-rule="nonzero" points="62.4 191.8 73.3 191.8 82.3 186.1 51.5 186.1"></polygon>
166
+ <rect id="Rectangle" fill="#96A6AE" fill-rule="nonzero" x="62.4" y="191.8" width="3.9" height="37.1"></rect>
167
+ <path d="M329.8,44 C321.9,44.6 314,32.1 311.3,30.3 C310,29.5 306.1,29.8 306.1,29.8 L312.7,45.6 C312.7,45.8 328.6,45.2 329.8,44 Z" id="Path" fill="#33617E" fill-rule="nonzero" opacity="0.8"></path>
168
+ <path d="M306.6,31.1 L314.6,33.7 C315.3,34.5 316.1,35.4 317,36.4 L307.3,32.7 L306.6,31.1 Z" id="Path" fill="#7091A4" fill-rule="nonzero"></path>
169
+ <path d="M319.3,38.8 C322.1,41.4 325.2,43.7 328.4,44 L328.4,44.5 C327.9,44.6 327.4,44.7 326.8,44.8 L309.6,38.3 L308.3,35.2 L319.3,38.8 Z" id="Path" fill="#7091A4" fill-rule="nonzero"></path>
170
+ <path d="M307.5,45.7 C310.1,45.3 318.9,44.1 322.8,43.8 C326.1,43.6 371.2,44 373.4,44.2 C378.2,44.5 383.3,48.6 383.3,50.6 C383.3,52.5 379,53.2 375.9,53.2 C372.8,53.2 333.3,53.5 328,52.4 C324.4,51.6 309.7,48.2 307.5,47.5 L307.5,45.7 Z" id="Path" fill="#EFF2F3" fill-rule="nonzero"></path>
171
+ <path d="M383.3,51 C382.9,52.7 378.8,53.3 375.9,53.2 C372.8,53.1 333.3,53.5 328,52.4 C326.8,52.2 324.4,51.6 321.7,51 L383.3,51 L383.3,51 Z" id="Path" fill="#D5DBDF" fill-rule="nonzero"></path>
172
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="308.7 47.9 307.9 47.7 307.9 45.7 308.7 45.6"></polygon>
173
+ <polygon id="Path" fill="#33617E" fill-rule="nonzero" points="379.3 47.1 380.2 48.2 380.1 48.2 379.3 48.4 378.6 48.4 378.6 47.1"></polygon>
174
+ <path d="M380.6,47.1 C381.1,47.4 381.5,47.8 381.9,48.2 L380.4,48.2 L379.4,47.1 L380.6,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
175
+ <path d="M377.9,47.1 L378.5,47.1 L378.5,48.5 L377.9,48.5 C377.7,48.5 377.5,48.3 377.5,48.1 L377.5,47.6 C377.5,47.3 377.7,47.1 377.9,47.1 L377.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
176
+ <path d="M372.4,47.3 L372.4,49.4 C372.4,49.8 372.7,50.1 373.1,50.1 L373.1,50.1 L374,50.1 C374.4,50.1 374.7,49.8 374.7,49.4 C374.7,49.4 374.7,49.4 374.7,49.4 L374.7,47.3 C374.7,46.9 374.4,46.6 374,46.6 L373.1,46.6 C372.7,46.6 372.4,47 372.4,47.3 Z M372.6,47.3 C372.6,47 372.8,46.8 373.1,46.8 L373.1,46.8 L374,46.8 C374.3,46.8 374.5,47 374.5,47.3 L374.5,47.3 L374.5,49.4 C374.5,49.7 374.3,49.9 374,49.9 L374,49.9 L373.1,49.9 C372.8,49.9 372.6,49.7 372.6,49.4 L372.6,49.4 L372.6,47.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
177
+ <path d="M344.9,47.3 L344.9,49.4 C344.9,49.8 345.2,50.1 345.6,50.1 L345.6,50.1 L346.5,50.1 C346.9,50.1 347.2,49.8 347.2,49.4 C347.2,49.4 347.2,49.4 347.2,49.4 L347.2,47.3 C347.2,46.9 346.9,46.6 346.5,46.6 L345.6,46.6 C345.2,46.6 344.9,46.9 344.9,47.3 C344.9,47.3 344.9,47.3 344.9,47.3 Z M345.1,47.3 C345.1,47 345.3,46.8 345.6,46.8 L345.6,46.8 L346.5,46.8 C346.8,46.8 347,47 347,47.3 C347,47.3 347,47.3 347,47.3 L347,49.4 C347,49.7 346.8,49.9 346.5,49.9 C346.5,49.9 346.5,49.9 346.5,49.9 L345.6,49.9 C345.3,49.9 345.1,49.7 345.1,49.4 L345.1,49.4 L345.1,47.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
178
+ <path d="M326.5,47.1 L326.8,47.1 C326.9,47.1 327,47.2 327,47.3 L327,48.3 C327,48.4 326.9,48.5 326.8,48.5 L326.5,48.5 C326.4,48.5 326.3,48.4 326.3,48.3 L326.3,47.3 C326.2,47.2 326.3,47.1 326.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
179
+ <path d="M327.9,47.1 L328.2,47.1 C328.3,47.1 328.4,47.2 328.4,47.3 L328.4,48.3 C328.4,48.4 328.3,48.5 328.2,48.5 L327.9,48.5 C327.8,48.5 327.7,48.4 327.7,48.3 L327.7,47.3 C327.6,47.2 327.7,47.1 327.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
180
+ <path d="M329.3,47.1 L329.6,47.1 C329.7,47.1 329.8,47.2 329.8,47.3 L329.8,48.3 C329.8,48.4 329.7,48.5 329.6,48.5 L329.3,48.5 C329.2,48.5 329.1,48.4 329.1,48.3 L329.1,47.3 C329,47.2 329.1,47.1 329.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
181
+ <path d="M330.7,47.1 L331,47.1 C331.1,47.1 331.2,47.2 331.2,47.3 L331.2,48.3 C331.2,48.4 331.1,48.5 331,48.5 L330.7,48.5 C330.6,48.5 330.5,48.4 330.5,48.3 L330.5,47.3 C330.4,47.2 330.5,47.1 330.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
182
+ <path d="M332.1,47.1 L332.4,47.1 C332.5,47.1 332.6,47.2 332.6,47.3 L332.6,48.3 C332.6,48.4 332.5,48.5 332.4,48.5 L332.1,48.5 C332,48.5 331.9,48.4 331.9,48.3 L331.9,47.3 C331.8,47.2 331.9,47.1 332.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
183
+ <path d="M333.5,47.1 L333.8,47.1 C333.9,47.1 334,47.2 334,47.3 L334,48.3 C334,48.4 333.9,48.5 333.8,48.5 L333.5,48.5 C333.4,48.5 333.3,48.4 333.3,48.3 L333.3,47.3 C333.2,47.2 333.3,47.1 333.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
184
+ <path d="M334.9,47.1 L335.2,47.1 C335.3,47.1 335.4,47.2 335.4,47.3 L335.4,48.3 C335.4,48.4 335.3,48.5 335.2,48.5 L334.9,48.5 C334.8,48.5 334.7,48.4 334.7,48.3 L334.7,47.3 C334.6,47.2 334.8,47.1 334.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
185
+ <path d="M336.3,47.1 L336.6,47.1 C336.7,47.1 336.8,47.2 336.8,47.3 L336.8,48.3 C336.8,48.4 336.7,48.5 336.6,48.5 L336.3,48.5 C336.2,48.5 336.1,48.4 336.1,48.3 L336.1,47.3 C336,47.2 336.2,47.1 336.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
186
+ <path d="M337.7,47.1 L338,47.1 C338.1,47.1 338.2,47.2 338.2,47.3 L338.2,48.3 C338.2,48.4 338.1,48.5 338,48.5 L337.7,48.5 C337.6,48.5 337.5,48.4 337.5,48.3 L337.5,47.3 C337.5,47.2 337.6,47.1 337.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
187
+ <path d="M339.1,47.1 L339.4,47.1 C339.5,47.1 339.6,47.2 339.6,47.3 L339.6,48.3 C339.6,48.4 339.5,48.5 339.4,48.5 L339.1,48.5 C339,48.5 338.9,48.4 338.9,48.3 L338.9,47.3 C338.9,47.2 339,47.1 339.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
188
+ <path d="M340.5,47.1 L340.8,47.1 C340.9,47.1 341,47.2 341,47.3 L341,48.3 C341,48.4 340.9,48.5 340.8,48.5 L340.5,48.5 C340.4,48.5 340.3,48.4 340.3,48.3 L340.3,47.3 C340.3,47.2 340.4,47.1 340.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
189
+ <path d="M341.9,47.1 L342.2,47.1 C342.3,47.1 342.4,47.2 342.4,47.3 L342.4,48.3 C342.4,48.4 342.3,48.5 342.2,48.5 L341.9,48.5 C341.8,48.5 341.7,48.4 341.7,48.3 L341.7,47.3 C341.7,47.2 341.8,47.1 341.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
190
+ <path d="M343.3,47.1 L343.6,47.1 C343.7,47.1 343.8,47.2 343.8,47.3 L343.8,48.3 C343.8,48.4 343.7,48.5 343.6,48.5 L343.3,48.5 C343.2,48.5 343.1,48.4 343.1,48.3 L343.1,47.3 C343.1,47.2 343.2,47.1 343.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
191
+ <path d="M348.3,47.1 L348.6,47.1 C348.7,47.1 348.8,47.2 348.8,47.3 L348.8,48.3 C348.8,48.4 348.7,48.5 348.6,48.5 L348.3,48.5 C348.2,48.5 348.1,48.4 348.1,48.3 L348.1,47.3 C348.1,47.2 348.2,47.1 348.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
192
+ <path d="M349.7,47.1 L350,47.1 C350.1,47.1 350.2,47.2 350.2,47.3 L350.2,48.3 C350.2,48.4 350.1,48.5 350,48.5 L349.7,48.5 C349.6,48.5 349.5,48.4 349.5,48.3 L349.5,47.3 C349.5,47.2 349.6,47.1 349.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
193
+ <path d="M351.1,47.1 L351.4,47.1 C351.5,47.1 351.6,47.2 351.6,47.3 L351.6,48.3 C351.6,48.4 351.5,48.5 351.4,48.5 L351.1,48.5 C351,48.5 350.9,48.4 350.9,48.3 L350.9,47.3 C350.9,47.2 351,47.1 351.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
194
+ <path d="M352.5,47.1 L352.8,47.1 C352.9,47.1 353,47.2 353,47.3 L353,48.3 C353,48.4 352.9,48.5 352.8,48.5 L352.5,48.5 C352.4,48.5 352.3,48.4 352.3,48.3 L352.3,47.3 C352.3,47.2 352.4,47.1 352.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
195
+ <path d="M353.9,47.1 L354.2,47.1 C354.3,47.1 354.4,47.2 354.4,47.3 L354.4,48.3 C354.4,48.4 354.3,48.5 354.2,48.5 L353.9,48.5 C353.8,48.5 353.7,48.4 353.7,48.3 L353.7,47.3 C353.7,47.2 353.8,47.1 353.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
196
+ <path d="M355.3,47.1 L355.6,47.1 C355.7,47.1 355.8,47.2 355.8,47.3 L355.8,48.3 C355.8,48.4 355.7,48.5 355.6,48.5 L355.3,48.5 C355.2,48.5 355.1,48.4 355.1,48.3 L355.1,47.3 C355.1,47.2 355.2,47.1 355.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
197
+ <path d="M356.7,47.1 L357,47.1 C357.1,47.1 357.2,47.2 357.2,47.3 L357.2,48.3 C357.2,48.4 357.1,48.5 357,48.5 L356.7,48.5 C356.6,48.5 356.5,48.4 356.5,48.3 L356.5,47.3 C356.5,47.2 356.6,47.1 356.7,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
198
+ <path d="M358.1,47.1 L358.4,47.1 C358.5,47.1 358.6,47.2 358.6,47.3 L358.6,48.3 C358.6,48.4 358.5,48.5 358.4,48.5 L358.1,48.5 C358,48.5 357.9,48.4 357.9,48.3 L357.9,47.3 C357.9,47.2 358,47.1 358.1,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
199
+ <path d="M359.5,47.1 L359.8,47.1 C359.9,47.1 360,47.2 360,47.3 L360,48.3 C360,48.4 359.9,48.5 359.8,48.5 L359.5,48.5 C359.4,48.5 359.3,48.4 359.3,48.3 L359.3,47.3 C359.3,47.2 359.4,47.1 359.5,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
200
+ <path d="M360.9,47.1 L361.2,47.1 C361.3,47.1 361.4,47.2 361.4,47.3 L361.4,48.3 C361.4,48.4 361.3,48.5 361.2,48.5 L360.9,48.5 C360.8,48.5 360.7,48.4 360.7,48.3 L360.7,47.3 C360.7,47.2 360.8,47.1 360.9,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
201
+ <path d="M362.3,47.1 L362.6,47.1 C362.7,47.1 362.8,47.2 362.8,47.3 L362.8,48.3 C362.8,48.4 362.7,48.5 362.6,48.5 L362.3,48.5 C362.2,48.5 362.1,48.4 362.1,48.3 L362.1,47.3 C362.1,47.2 362.2,47.1 362.3,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
202
+ <path d="M363.8,47.1 L364.1,47.1 C364.2,47.1 364.3,47.2 364.3,47.3 L364.3,48.3 C364.3,48.4 364.2,48.5 364.1,48.5 L363.8,48.5 C363.7,48.5 363.6,48.4 363.6,48.3 L363.6,47.3 C363.5,47.2 363.6,47.1 363.8,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
203
+ <path d="M365.2,47.1 L365.5,47.1 C365.6,47.1 365.7,47.2 365.7,47.3 L365.7,48.3 C365.7,48.4 365.6,48.5 365.5,48.5 L365.2,48.5 C365.1,48.5 365,48.4 365,48.3 L365,47.3 C364.9,47.2 365,47.1 365.2,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
204
+ <path d="M366.6,47.1 L366.9,47.1 C367,47.1 367.1,47.2 367.1,47.3 L367.1,48.3 C367.1,48.4 367,48.5 366.9,48.5 L366.6,48.5 C366.5,48.5 366.4,48.4 366.4,48.3 L366.4,47.3 C366.3,47.2 366.4,47.1 366.6,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
205
+ <path d="M368,47.1 L368.3,47.1 C368.4,47.1 368.5,47.2 368.5,47.3 L368.5,48.3 C368.5,48.4 368.4,48.5 368.3,48.5 L368,48.5 C367.9,48.5 367.8,48.4 367.8,48.3 L367.8,47.3 C367.7,47.2 367.8,47.1 368,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
206
+ <path d="M369.4,47.1 L369.7,47.1 C369.8,47.1 369.9,47.2 369.9,47.3 L369.9,48.3 C369.9,48.4 369.8,48.5 369.7,48.5 L369.4,48.5 C369.3,48.5 369.2,48.4 369.2,48.3 L369.2,47.3 C369.1,47.2 369.2,47.1 369.4,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
207
+ <path d="M370.8,47.1 L371.1,47.1 C371.2,47.1 371.3,47.2 371.3,47.3 L371.3,48.3 C371.3,48.4 371.2,48.5 371.1,48.5 L370.8,48.5 C370.7,48.5 370.6,48.4 370.6,48.3 L370.6,47.3 C370.5,47.2 370.6,47.1 370.8,47.1 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
208
+ <path d="M319.8,47.1 C319.8,47.5 318,47.9 317,47.9 C316,47.9 312.6,47.7 311,47.5 C309.7,47.1 302.8,45.6 300.6,44.9 C302.6,44.8 304.6,44.8 306.6,44.9 C307.3,44.9 319.8,46.9 319.8,47.1 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
209
+ <path d="M320.2,50.6 L383.3,50.6 L383.3,50.6 C383.3,50.9 383.2,51.2 382.9,51.5 L324.2,51.5 L320.2,50.6 Z" id="Path" fill="#0099DA" fill-rule="nonzero" opacity="0.8"></path>
210
+ <path d="M319.4,47.4 C316.7,46.8 307.2,45.1 306.7,45.1 C306.2,45.1 303,44.8 301.1,44.8 C302.8,44.7 306.1,44.8 306.7,44.8 C307.3,44.8 319.8,46.8 319.8,47 C319.8,47.2 319.6,47.3 319.4,47.4 Z" id="Path" fill="#D5DBDF" fill-rule="nonzero"></path>
211
+ <path d="M363.1,52.1 C363.2,53.1 351.9,52.7 350.6,52.6 C349.3,52.5 322,47.3 322,47 C322,46.7 327.5,46.5 328.1,46.6 C328.7,46.7 358,49.8 360.1,50.3 C361.4,50.6 363,51.1 363.1,52.1 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
212
+ <path d="M363.1,52.1 C360.6,51.1 331.3,47.4 324.4,46.5 C325.6,46.4 326.8,46.4 328,46.5 C328.6,46.6 357.9,49.7 360,50.2 C361.4,50.6 363,51.1 363.1,52.1 Z" id="Path" fill="#D5DBDF" fill-rule="nonzero"></path>
213
+ <path d="M321.9,46.9 C323,47.2 324.1,47.3 325.1,47.3 C326.9,47.3 328.3,47.5 328.3,46.9 C328.3,46.3 326.9,46.5 325.1,46.5 C324,46.4 322.9,46.5 321.9,46.9 Z" id="Path" fill="#C0CACE" fill-rule="nonzero"></path>
214
+ <path d="M325.4,46.9 C325.8,47 326.2,47.1 326.5,47 C326.9,47 327.3,47 327.6,46.9 C327.2,46.8 326.8,46.7 326.5,46.8 C326.2,46.7 325.8,46.7 325.4,46.9 Z" id="Path" fill="#2C2C2C" fill-rule="nonzero"></path>
215
+ <path d="M332,50.3 L332,52.1 C332,52.2 332.1,52.2 332.1,52.2 L336.8,52.2 C336.9,52.2 336.9,52.2 336.9,52.1 L336.9,50.3 C336.9,50.2 336.9,50.2 336.8,50.2 L332.1,50.2 C332.1,50.2 332,50.2 332,50.3 Z M332.1,50.3 L336.7,50.3 L336.7,52 L332.1,52 L332.1,50.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
216
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="336.8 51 333.9 48.8 342 49.5 342.6 50.4"></polygon>
217
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="350.5 52.9 347.7 50.8 355.4 51.4 356 52.3"></polygon>
218
+ <path d="M352.2,55.9 L356.8,55.9 C357,55.9 357.3,55.7 357.3,55.5 C357.3,55.5 357.3,55.5 357.3,55.5 L357.3,52 C357.3,51.8 357.1,51.6 356.8,51.6 L356.8,51.6 L352.2,51.6 C351,51.6 348.4,52.5 348.4,53.7 L348.4,53.9 C348.4,55 351,55.9 352.2,55.9 Z" id="Path" fill="#C0CACE" fill-rule="nonzero"></path>
219
+ <path d="M356.4,51.6 L356.8,51.6 C357,51.6 357.3,51.8 357.3,52 C357.3,52 357.3,52 357.3,52 L357.3,55.5 C357.3,55.7 357.1,55.9 356.8,55.9 L356.8,55.9 L356.4,55.9 L356.4,51.6 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
220
+ <path d="M350.1,52.1 L350.1,55.4 C349.2,55 348.4,54.4 348.4,53.8 L348.4,53.7 C348.4,53 349.2,52.5 350.1,52.1 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
221
+ <path d="M349.2,54.9 L348.8,54.6 L348.8,52.8 C348.9,52.7 349,52.6 349.2,52.5 L349.2,54.9 Z" id="Path" fill="#B7BABC" fill-rule="nonzero"></path>
222
+ <path d="M338.6,54.2 L343.4,54.2 C343.7,54.2 343.9,54 343.9,53.7 L343.9,50 C343.9,49.7 343.7,49.5 343.4,49.5 L343.4,49.5 L338.6,49.5 C337.4,49.5 334.6,50.5 334.6,51.7 L334.6,52 C334.6,53.2 337.3,54.2 338.6,54.2 Z" id="Path" fill="#C0CACE" fill-rule="nonzero"></path>
223
+ <path d="M343,49.6 L343.4,49.6 C343.7,49.6 343.9,49.8 343.9,50.1 L343.9,50.1 L343.9,53.7 C343.9,54 343.7,54.2 343.4,54.2 L343,54.2 L343,49.6 Z" id="Path" fill="#96A6AE" fill-rule="nonzero"></path>
224
+ <path d="M336.4,50.1 L336.4,53.6 C335.5,53.2 334.6,52.6 334.6,51.9 L334.6,51.7 C334.6,51.1 335.4,50.5 336.4,50.1 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
225
+ <path d="M335.4,53.1 C335.3,53 335.1,52.9 335,52.8 L335,51 C335.1,50.9 335.2,50.8 335.4,50.7 L335.4,53.1 Z" id="Path" fill="#B7BABC" fill-rule="nonzero"></path>
226
+ <path d="M366,50.3 L366,52.1 C366,52.2 366,52.2 366.1,52.2 L370.8,52.2 C370.9,52.2 370.9,52.2 370.9,52.1 L370.9,50.3 C370.9,50.2 370.8,50.2 370.8,50.2 L366.1,50.2 C366,50.2 366,50.2 366,50.3 Z M366.1,50.3 L370.7,50.3 L370.7,52 L366.1,52 L366.1,50.3 Z" id="Shape" fill="#003A5D" fill-rule="nonzero"></path>
227
+ <path d="M415.5,211.5 L418.6,211.5 C419.3,211.5 420,211.2 420.5,210.7 L421.2,210 C421.7,209.5 422,208.8 422,208.1 L422,208.1 C422,207.4 422.3,206.7 422.8,206.2 L424.2,204.8 C424.7,204.3 425,203.6 425,202.9 L425,198.6 C425,197.9 424.7,197.2 424.2,196.7 L420,192.5 C419.5,192 418.8,191.8 418.1,191.8 L411.4,191.8 C410.7,191.8 410,192.1 409.5,192.6 L405.7,196.4 C405.2,196.9 404.9,197.6 404.9,198.3 L404.9,204.5 C404.9,205.2 405.2,205.9 405.7,206.4 L410.1,210.8 C410.6,211.3 411.3,211.6 412,211.6 L415.5,211.5 Z" id="Path" fill="#CCD8DF" fill-rule="nonzero"></path>
228
+ <path d="M424.1,196.9 L419.9,192.7 C419.4,192.2 418.7,191.9 418,191.9 L411.3,191.9 C410.6,191.9 409.9,192.2 409.4,192.7 L405.6,196.5 C405.1,197 404.8,197.7 404.8,198.4 L404.8,202.5 C404.8,201.8 405.1,201.1 405.6,200.6 L409.4,196.8 C409.9,196.3 410.6,196 411.3,196 L418,196 C418.7,196 419.4,196.3 419.9,196.8 L424.1,201 C424.6,201.5 424.9,202.2 424.9,202.9 L424.9,198.8 C424.9,198 424.6,197.4 424.1,196.9 Z" id="Path" fill="#E5EBEF" fill-rule="nonzero"></path>
229
+ <path d="M402.7,201 L398.5,201 C398,201 397.5,201.2 397.2,201.5 L396.2,202.6 C395.8,203 395.6,203.4 395.6,203.9 L395.6,208.9 C395.6,209.4 395.8,209.9 396.2,210.2 L399.2,213.2 C399.5,213.6 400,213.8 400.5,213.8 L403.9,213.8 C404.4,213.8 404.9,213.6 405.3,213.3 L407.8,210.8 C408.2,210.4 408.4,210 408.4,209.5 L408.4,206.6 C408.4,206.1 408.2,205.6 407.8,205.3 L404.1,201.7 C403.6,201.2 403.2,201 402.7,201 Z" id="Path" fill="#99B0BE" fill-rule="nonzero"></path>
230
+ <path d="M407.7,205.2 L404,201.6 C403.6,201.2 403.2,201.1 402.7,201.1 L398.5,201.1 C398,201.1 397.5,201.3 397.2,201.6 L396.2,202.7 C395.8,203.1 395.6,203.5 395.6,204 L395.6,207.3 C395.6,206.8 395.8,206.3 396.2,206 L397.2,204.9 C397.6,204.5 398,204.3 398.5,204.4 L402.7,204.4 C403.2,204.4 403.7,204.6 404,204.9 L407.6,208.5 C407.9,208.8 408.1,209.2 408.1,209.7 C408.1,209.6 408.1,209.6 408.1,209.5 L408.1,206.6 C408.2,206 408,205.6 407.7,205.2 Z" id="Path" fill="#B2C4CE" fill-rule="nonzero"></path>
231
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="415" y="200.4" width="1" height="28.3"></rect>
232
+ <path d="M415.1,208.2 C415,208.2 415,208.2 415,208.1 L411.4,204.5 C411.3,204.4 411.3,204.3 411.4,204.2 C411.5,204.1 411.6,204.1 411.7,204.2 C411.7,204.2 411.7,204.2 411.7,204.2 L415.3,207.8 C415.4,207.9 415.4,208 415.3,208.1 C415.2,208.1 415.1,208.2 415.1,208.2 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
233
+ <path d="M415.3,203.4 C415.2,203.4 415.2,203.4 415.2,203.3 C415.1,203.2 415.1,203.1 415.2,203 C415.2,203 415.2,203 415.2,203 L416.7,201.5 C416.8,201.4 416.9,201.4 417,201.5 C417.1,201.6 417.1,201.7 417,201.8 C417,201.8 417,201.8 417,201.8 L415.5,203.3 C415.4,203.4 415.4,203.4 415.3,203.4 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
234
+ <rect id="Rectangle" fill="#33617E" fill-rule="nonzero" x="401.8" y="206.8" width="1" height="22"></rect>
235
+ <path d="M402,210.7 C401.9,210.7 401.9,210.7 401.9,210.6 C401.8,210.5 401.8,210.4 401.9,210.3 C401.9,210.3 401.9,210.3 401.9,210.3 L403.7,208.5 C403.8,208.4 403.9,208.4 404,208.5 C404,208.5 404,208.5 404,208.5 C404.1,208.6 404.1,208.7 404,208.8 L402.2,210.6 C402.1,210.7 402.1,210.7 402,210.7 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
236
+ <path d="M401.9,209.7 C401.8,209.7 401.8,209.7 401.8,209.6 L400,208 C399.9,207.9 399.9,207.8 400,207.7 C400.1,207.6 400.2,207.6 400.3,207.7 L402,209.3 C402.1,209.4 402.1,209.5 402,209.6 C402,209.6 402,209.6 402,209.6 C402,209.7 401.9,209.7 401.9,209.7 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
237
+ <path d="M71,134.8 C70,134.8 69.1,135.6 69.1,136.7 L69.1,140.1 L70,140.1 L70,136.7 C70.1,136.1 70.6,135.7 71.2,135.7 C71.7,135.7 72.1,136.1 72.2,136.7 L72.2,169.9 L73,169.9 L73,136.7 C73,135.6 72.1,134.8 71,134.8 C71,134.8 71,134.8 71,134.8 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
238
+ <path d="M69.5,139.6 L69.6,139.6 C70.1,139.6 70.6,140 70.6,140.6 L70.6,140.7 C70.6,141.2 70.2,141.7 69.6,141.7 L69.5,141.7 C69,141.7 68.5,141.3 68.5,140.7 L68.5,140.6 C68.5,140.1 69,139.6 69.5,139.6 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
239
+ <path d="M405.2,134.8 C404.2,134.8 403.3,135.6 403.3,136.7 L403.3,140.1 L404.1,140.1 L404.1,136.7 C404.2,136.1 404.7,135.7 405.3,135.7 C405.8,135.7 406.2,136.1 406.3,136.7 L406.3,169.9 L407.1,169.9 L407.1,136.7 C407.1,135.6 406.3,134.8 405.2,134.8 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
240
+ <path d="M403.7,139.6 L403.8,139.6 C404.3,139.6 404.8,140 404.8,140.6 L404.8,140.7 C404.8,141.2 404.4,141.7 403.8,141.7 L403.7,141.7 C403.2,141.7 402.7,141.3 402.7,140.7 L402.7,140.6 C402.7,140.1 403.2,139.6 403.7,139.6 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
241
+ <path d="M182.4,134.8 C181.4,134.8 180.5,135.6 180.5,136.7 L180.5,140.1 L181.3,140.1 L181.3,136.7 C181.4,136.1 181.9,135.7 182.5,135.7 C183,135.7 183.4,136.1 183.5,136.7 L183.5,169.9 L184.3,169.9 L184.3,136.7 C184.3,135.6 183.5,134.8 182.4,134.8 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
242
+ <path d="M180.9,139.6 L181,139.6 C181.5,139.6 182,140 182,140.6 L182,140.7 C182,141.2 181.6,141.7 181,141.7 L180.9,141.7 C180.4,141.7 179.9,141.3 179.9,140.7 L179.9,140.6 C179.9,140.1 180.4,139.6 180.9,139.6 Z" id="Path" fill="#33617E" fill-rule="nonzero"></path>
243
+ <path d="M344.4,226.5 L344.3,225.6 C344.2,224.7 343.6,224 342.8,223.8 L342.8,223.8 C341.7,223.5 340.5,223.3 339.4,223.2 L336,223 L334.3,222 C332.8,221.1 331.1,220.7 329.4,220.7 L329,220.7 C326.8,220.7 324.6,221.1 322.5,221.9 L320.5,222.7 L318.3,222.9 C317.7,223 317.2,223.5 317.2,224.1 L317.1,226 C317.1,226.7 317.6,227.3 318.2,227.5 L320.5,228 L342.6,228 L343.7,227.7 C344.2,227.2 344.5,226.9 344.4,226.5 Z" id="Path" fill="#A6BAC6" fill-rule="nonzero"></path>
244
+ <path d="M337.2,227.7 L337.2,226.9 C337.2,225.6 338.3,224.5 339.6,224.5 L339.6,224.5 L339.6,224.5 C340.9,224.5 342,225.6 342,226.9 L342,226.9 L342,227.7 L337.2,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
245
+ <path d="M337.7,226.7 C337.7,227.8 338.6,228.6 339.6,228.6 C340.7,228.6 341.5,227.7 341.5,226.7 C341.5,225.6 340.6,224.8 339.6,224.8 C339.6,224.8 339.6,224.8 339.6,224.8 C338.5,224.7 337.7,225.6 337.7,226.7 C337.7,226.7 337.7,226.7 337.7,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
246
+ <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="339.6" cy="226.7" r="1.2"></circle>
247
+ <path d="M320.6,227.7 L320.3,227.6 L320.3,226.9 C320.3,225.6 321.4,224.5 322.7,224.5 L322.7,224.5 L322.7,224.5 C324,224.5 325.1,225.6 325.1,226.9 L325.1,226.9 L325.1,227.7 L320.6,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
248
+ <path d="M320.8,226.7 C320.8,227.8 321.7,228.6 322.7,228.6 C323.8,228.6 324.6,227.7 324.6,226.7 C324.6,225.6 323.7,224.8 322.7,224.8 C322.7,224.8 322.7,224.8 322.7,224.8 C321.7,224.7 320.8,225.6 320.8,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
249
+ <path d="M335.1,223 C335.2,223 335.2,222.9 335.2,222.9 C335.2,222.9 335.2,222.8 335.2,222.8 C334.1,221.9 332.7,221.3 331.3,221 C329.3,220.7 327.2,220.8 325.3,221.3 C324.4,221.6 323.6,221.9 322.7,222.3 C322.6,222.3 322.6,222.4 322.6,222.5 C322.6,222.6 322.7,222.6 322.8,222.6 L335.1,223 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
250
+ <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="322.7" cy="226.7" r="1.2"></circle>
251
+ <path d="M67.8,222.1 L67.8,217.6 L65.5,213.3 L60.9,211.3 L8.8,211.3 L7.6,215.2 C7.6,215.2 8.6,219.5 8.6,219.8 C8.6,220.1 61.3,222.2 61.5,222.3 C61.7,222.4 67.8,222.1 67.8,222.1 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
252
+ <path d="M7,213.2 L7,224.3 C7,225.6 8.1,226.7 9.4,226.7 L65.8,226.7 C67.1,226.7 68.2,225.6 68.2,224.3 L68.2,218.8 C68.2,214.4 64.6,210.8 60.1,210.8 L9.4,210.8 C8.1,210.9 7,211.9 7,213.2 Z M67.2,218.9 L67.2,221.3 L61.4,221.3 L61.4,218.5 C61.4,217.7 60.8,217.1 60,217.1 L9.1,217.1 L9.1,215.9 C9.1,213.6 10.9,211.8 13.2,211.8 L60.1,211.8 C64,211.8 67.2,215 67.2,218.9 Z" id="Shape" fill="#0099DA" fill-rule="nonzero"></path>
253
+ <path d="M54.6,222.4 L54.6,222.4 C56.2,222.4 57.5,223.7 57.5,225.3 L57.5,226.7 L51.6,226.7 L51.6,225.3 C51.7,223.7 53,222.4 54.6,222.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
254
+ <circle id="Oval" fill="#003A5D" fill-rule="nonzero" cx="54.6" cy="225.8" r="2.7"></circle>
255
+ <path d="M53,225.9 C53,226.8 53.7,227.4 54.5,227.4 C55.4,227.4 56,226.7 56,225.9 C56,225 55.3,224.4 54.5,224.4 C54.5,224.4 54.5,224.4 54.5,224.4 C53.7,224.3 53,225 53,225.9 Z" id="Path" fill="#BAC4C9" fill-rule="nonzero"></path>
256
+ <path d="M27.9,222.4 L27.9,222.4 C29.5,222.4 30.8,223.7 30.8,225.3 L30.8,226.7 L25,226.7 L25,225.3 C25,223.7 26.3,222.4 27.9,222.4 C27.9,222.4 27.9,222.4 27.9,222.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
257
+ <circle id="Oval" fill="#003A5D" fill-rule="nonzero" cx="28" cy="225.8" r="2.7"></circle>
258
+ <path d="M26.4,225.9 C26.4,226.8 27.1,227.4 27.9,227.4 C28.7,227.4 29.4,226.7 29.4,225.9 C29.4,225 28.7,224.4 27.9,224.4 C27.9,224.4 27.9,224.4 27.9,224.4 C27.1,224.3 26.4,225 26.4,225.9 Z" id="Path" fill="#BAC4C9" fill-rule="nonzero"></path>
259
+ <path d="M21.2,222.4 L21.2,222.4 C22.8,222.4 24.1,223.7 24.1,225.3 L24.1,226.7 L18.2,226.7 L18.2,225.3 C18.3,223.7 19.6,222.4 21.2,222.4 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
260
+ <circle id="Oval" fill="#003A5D" fill-rule="nonzero" cx="21.2" cy="225.9" r="2.7"></circle>
261
+ <path d="M19.7,225.9 C19.7,226.8 20.4,227.4 21.2,227.4 C22,227.4 22.7,226.7 22.7,225.9 C22.7,225 22,224.4 21.2,224.4 C21.2,224.4 21.2,224.4 21.2,224.4 C20.4,224.3 19.7,225 19.7,225.9 Z" id="Path" fill="#BAC4C9" fill-rule="nonzero"></path>
262
+ <path d="M67,215.7 L69.6,215.7 C70.2,215.7 70.6,216.1 70.6,216.7 L70.6,219 C70.6,219.4 70.3,219.7 70,219.7 C70,219.7 70,219.7 70,219.7 L70,219.7 C69.6,219.7 69.3,219.4 69.3,219 L69.3,219 L69.3,216.8 L67,216.8 L67,215.7 Z" id="Path" fill="#009BDB" fill-rule="nonzero"></path>
263
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="52.6 217.1 46 217.1 40.1 211.8 46.7 211.8"></polygon>
264
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="43.9 217.1 40.3 217.1 34.4 211.8 38 211.8"></polygon>
265
+ <path d="M98.4,226.5 L98.3,225.6 C98.2,224.7 97.6,224 96.8,223.8 L96.8,223.8 C95.7,223.5 94.5,223.3 93.4,223.2 L90,223 L88.3,222 C86.8,221.1 85.1,220.7 83.4,220.7 L83,220.7 C80.8,220.7 78.6,221.1 76.5,221.9 L74.5,222.7 L72.3,222.9 C71.7,223 71.2,223.5 71.2,224.1 L71.1,226 C71.1,226.7 71.5,227.3 72.2,227.5 L74.5,228 L96.6,228 L97.7,227.7 C98.2,227.3 98.5,226.9 98.4,226.5 Z" id="Path" fill="#FFE600" fill-rule="nonzero"></path>
266
+ <path d="M91.2,227.7 L91.2,226.9 C91.2,225.6 92.3,224.5 93.6,224.5 L93.6,224.5 L93.6,224.5 C94.9,224.5 96,225.6 96,226.9 L96,227.7 L91.2,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
267
+ <path d="M91.7,226.7 C91.7,227.8 92.6,228.6 93.6,228.6 C94.6,228.6 95.5,227.7 95.5,226.7 C95.5,225.7 94.6,224.8 93.6,224.8 C93.6,224.8 93.6,224.8 93.6,224.8 C92.5,224.7 91.7,225.6 91.7,226.7 L91.7,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
268
+ <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="93.6" cy="226.7" r="1.2"></circle>
269
+ <path d="M74.6,227.7 L74.3,227.6 L74.3,226.9 C74.3,225.6 75.4,224.5 76.7,224.5 L76.7,224.5 L76.7,224.5 C78,224.5 79.1,225.6 79.1,226.9 L79.1,226.9 L79.1,227.7 L74.6,227.7 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
270
+ <path d="M74.8,226.7 C74.8,227.8 75.7,228.6 76.7,228.6 C77.8,228.6 78.6,227.7 78.6,226.7 C78.6,225.6 77.7,224.8 76.7,224.8 C76.7,224.8 76.7,224.8 76.7,224.8 C75.7,224.7 74.8,225.6 74.8,226.7 C74.8,226.7 74.8,226.7 74.8,226.7 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
271
+ <path d="M89.1,223 C89.2,223 89.2,223 89.2,222.9 C89.2,222.9 89.2,222.8 89.1,222.8 C88,221.9 86.6,221.3 85.2,221 C83.2,220.7 81.2,220.8 79.2,221.3 C78.3,221.6 77.5,221.9 76.6,222.3 C76.5,222.3 76.5,222.4 76.5,222.5 C76.5,222.6 76.6,222.6 76.7,222.6 L89.1,223 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
272
+ <circle id="Oval" fill="#96A6AE" fill-rule="nonzero" cx="76.8" cy="226.7" r="1.2"></circle>
273
+ <polygon id="Path" fill="#CDD4D8" fill-rule="nonzero" points="249.5 228.6 269.9 228.6 327.4 181.3 307 181.3"></polygon>
274
+ <path d="M206,224 C206,223.8 206,223.7 205.9,223.6 C205.8,223.5 205.7,223.4 205.7,223.2 L205.7,223.1 C205.7,222.9 205.6,222.8 205.5,222.7 C205.4,222.6 205.3,222.5 205.3,222.3 L204.9,214.5 L204.9,214.1 C204.9,214 204.9,213.8 205,213.7 C205.1,213.6 205.1,213.4 205.1,213.3 L205.1,213.2 C205.1,213 205.1,212.7 205.1,212.5 L205.1,212.3 C205.1,212.1 204.9,212.1 204.7,212.1 L201.3,212.1 L200.8,211.5 C200.6,211.3 200.4,211.2 200.2,211.2 L187.9,211.2 C187.7,211.2 187.5,211.3 187.3,211.5 L186.8,212.1 L162.9,212.1 C162.5,212.1 162.1,211.3 161.4,211.3 L141.7,211.3 C141.5,211.3 141,211.3 141,211.9 L140.8,213.4 L140.8,213.4 L140.8,213.4 L140.9,213.5 L140.4,218.3 L140.3,218.5 L140.1,221 L140.1,221.1 C140.1,221.3 140.1,221.5 140.1,221.7 L140.1,225 C140.1,225.2 140.2,225.4 140.4,225.4 L144.4,226.6 C144.6,226.7 144.8,226.7 145,226.7 L205.8,226.8 C206,226.8 206.2,226.9 206.2,226.7 L206,224 Z" id="Path" fill="#9CD8F1" fill-rule="nonzero"></path>
275
+ <path d="M199.6,213.3 L143.5,213.3 C143.2,213.3 143,213.5 143,213.8 L142.6,218.6 C142.6,218.8 142.8,219.1 143,219.1 C143,219.1 143,219.1 143.1,219.1 L159.2,219.1 C159.5,219.1 159.8,219.2 160.1,219.4 L161.6,220.8 C161.8,221 162.1,221.1 162.5,221.1 L200.3,221.1 C200.6,221.1 200.8,220.9 200.8,220.6 C200.8,220.6 200.8,220.6 200.8,220.6 L200.4,213.7 C200.1,213.6 199.9,213.3 199.6,213.3 L199.6,213.3 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
276
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="203.2 222.5 205.4 222.8 204.8 213.4 203.2 213.4"></polygon>
277
+ <polyline id="Path" fill="#9CD8F1" fill-rule="nonzero" points="202.6 212.9 198.5 212.9 198 213.4 198 226.5 198.5 227 203.1 227 203.1 212.9"></polyline>
278
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="153.4 213.9 153.4 226 150.3 226 150.3 213.9"></polygon>
279
+ <path d="M149.3,213.3 L149.3,226.4 L146.2,226.4 L146.2,213.3 L149.3,213.3 Z M149.8,212.8 L145.2,212.8 L145.2,226.8 L149.8,226.8 L150.3,226.3 L150.3,213.3 L149.8,212.8 Z" id="Shape" fill="#9CD8F1" fill-rule="nonzero"></path>
280
+ <path d="M153.4,213.3 L153.4,226.4 L150.3,226.4 L150.3,213.3 L153.4,213.3 Z M153.9,212.8 L149.3,212.8 L149.3,226.8 L153.9,226.8 L154.4,226.3 L154.4,213.3 L153.9,212.8 Z" id="Shape" fill="#9CD8F1" fill-rule="nonzero"></path>
281
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="146.2" y="213.8" width="3.1" height="12.1"></rect>
282
+ <path d="M161.4,227 C161.5,226.7 161.6,226.3 161.6,225.9 C161.6,224.1 160.1,222.6 158.3,222.6 C156.5,222.6 155,224.1 155,225.9 C155,226.3 155.1,226.6 155.2,227 L161.4,227 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
283
+ <path d="M160.9,225.9 C160.9,224.4 159.7,223.3 158.2,223.3 C156.7,223.3 155.6,224.5 155.6,226 C155.6,227.5 156.8,228.6 158.3,228.6 C158.3,228.6 158.3,228.6 158.3,228.6 C159.7,228.5 160.9,227.3 160.9,225.9 C160.9,225.9 160.9,225.9 160.9,225.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
284
+ <path d="M158.2,227.6 C157.2,227.6 156.4,226.8 156.4,225.8 C156.4,224.8 157.2,224 158.2,224 C159.2,224 160,224.8 160,225.8 C160.1,226.8 159.2,227.6 158.2,227.6 C158.2,227.7 158.2,227.7 158.2,227.6 Z" id="Path" fill="#A8B7BF" fill-rule="nonzero"></path>
285
+ <path d="M191.7,227 C191.8,226.7 191.9,226.3 191.9,225.9 C191.9,224.1 190.4,222.6 188.6,222.6 C186.8,222.6 185.3,224.1 185.3,225.9 C185.3,225.9 185.3,225.9 185.3,225.9 C185.3,226.3 185.4,226.6 185.5,227 L191.7,227 Z" id="Path" fill="#00182B" fill-rule="nonzero"></path>
286
+ <path d="M191.3,225.9 C191.3,224.4 190.1,223.3 188.6,223.3 C187.1,223.3 186,224.5 186,226 C186,227.5 187.2,228.6 188.7,228.6 C188.7,228.6 188.7,228.6 188.7,228.6 C190.1,228.5 191.3,227.3 191.3,225.9 C191.3,225.9 191.3,225.9 191.3,225.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
287
+ <path d="M188.6,227.6 C187.6,227.6 186.8,226.8 186.8,225.8 C186.8,224.8 187.6,224 188.6,224 C189.6,224 190.4,224.8 190.4,225.8 C190.4,225.8 190.4,225.8 190.4,225.8 C190.4,226.9 189.6,227.7 188.6,227.6 Z" id="Path" fill="#A8B7BF" fill-rule="nonzero"></path>
288
+ <rect id="Rectangle" fill="#00182B" fill-rule="nonzero" x="205.1" y="224.2" width="1" height="2.8"></rect>
289
+ <path d="M140.6,223.5 L140.6,222.1 C140.6,221.9 140.4,221.8 140.3,221.8 L140,221.8 L140,224.5 L140.6,224.6 L140.6,223.5 L140.6,223.5 Z" id="Path" fill="#FFE600" fill-rule="nonzero"></path>
290
+ <path d="M141.6,212.9 L140.7,212.9 L140.7,213.4 L140.7,213.4 L140.7,213.9 L140.7,213.9 L140.3,218.3 L140.3,218.3 L140.3,218.5 C140.2,218.5 140.2,218.5 140.1,218.5 L140.3,218.5 L140.3,218.7 L140.3,218.7 L140.3,219.1 L141,219.1 C141.3,219.1 141.5,218.9 141.5,218.6 L142,213.3 C142.1,213.1 141.9,212.9 141.6,212.9 C141.6,212.9 141.6,212.9 141.6,212.9 Z" id="Path" fill="#003A5D" fill-rule="nonzero"></path>
291
+ <polygon id="Path" fill="#9CD8F1" fill-rule="nonzero" points="205 215.7 203.7 215.7 203.6 213.4 205 213.4"></polygon>
292
+ <rect id="Rectangle" fill="#9CD8F1" fill-rule="nonzero" x="203.9" y="214.1" width="2" height="1"></rect>
293
+ <path d="M205.6,218.8 L205.8,218.8 C206.1,218.8 206.3,218.6 206.3,218.3 C206.3,218.3 206.3,218.3 206.3,218.3 L206.3,214.7 C206.3,214.4 206.1,214.2 205.8,214.2 L205.3,214.2 L205.6,218.8 Z" id="Path" fill="#9CD8F1" fill-rule="nonzero"></path>
294
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="162.2 220.8 166.2 220.8 168.5 213.8 164.5 213.8"></polygon>
295
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="184.5 220.8 188 220.8 190.2 213.8 186.8 213.8"></polygon>
296
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="146.2 225.8 149.3 214.4 149.3 213.3 146.2 213.3"></polygon>
297
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="150.3 225.8 153.4 214.4 153.4 213.3 150.3 213.3"></polygon>
298
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" points="202.2 213.9 202.2 226 199.1 226 199.1 213.9"></polygon>
299
+ <rect id="Rectangle" fill="#003A5D" fill-rule="nonzero" x="194.9" y="213.8" width="3.1" height="12.1"></rect>
300
+ <polyline id="Path" fill="#174B6C" fill-rule="nonzero" points="194.9 213.3 194.9 225.8 198 214.4 198 213.3"></polyline>
301
+ <polygon id="Path" fill="#174B6C" fill-rule="nonzero" points="199.1 225.8 202.2 214.4 202.2 213.3 199.1 213.3"></polygon>
302
+ </g>
303
+ </g>
304
304
  </svg>