@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,235 +1,235 @@
1
- <svg width="440px" height="330" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <defs>
3
- <linearGradient x1="99.7206704%" y1="50.0691563%" x2="-0.279329609%" y2="50.0691563%" id="linearGradient-1">
4
- <stop stop-color="#D9DAD7" offset="0%"></stop>
5
- <stop stop-color="#FFFFFF" offset="23%"></stop>
6
- </linearGradient>
7
- <linearGradient x1="0.28715322%" y1="49.9647615%" x2="100.36005%" y2="49.9647615%" id="linearGradient-2">
8
- <stop stop-color="#191F35" offset="30%"></stop>
9
- <stop stop-color="#223156" offset="100%"></stop>
10
- </linearGradient>
11
- <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-3">
12
- <stop stop-color="#D9DAD7" offset="28%"></stop>
13
- <stop stop-color="#FFFFFF" offset="74%"></stop>
14
- </linearGradient>
15
- <style>
16
- .ani-solutions-design-line {
17
- stroke-dasharray: 940;
18
- stroke-dashoffset: 0;
19
- -webkit-animation: ani-solutions-design-line 8s infinite;
20
- -ms-animation: ani-solutions-design-line 8s infinite;
21
- }
22
-
23
- .solutions-design-icon {
24
- opacity: 0;
25
- -webkit-animation: ani-solutions-design-opc 8s infinite;
26
- -ms-animation: ani-solutions-design-opc 8s infinite;
27
- }
28
-
29
- .ani-solutions-design-line {
30
- stroke-dasharray: 940;
31
- stroke-dashoffset: 0;
32
- -webkit-animation: ani-solutions-design-line 8s infinite;
33
- -ms-animation: ani-solutions-design-line 8s infinite;
34
- }
35
-
36
- .solutions-design-icon7 {
37
- animation-delay: 100ms;
38
- }
39
-
40
- .solutions-design-icon1 {
41
- animation-delay: 300ms;
42
- }
43
-
44
- .solutions-design-icon2 {
45
- animation-delay: 500ms;
46
- }
47
-
48
- .solutions-design-icon3 {
49
- animation-delay: 800ms;
50
- }
51
-
52
- .solutions-design-icon4 {
53
- animation-delay: 1000ms;
54
- }
55
-
56
- .solutions-design-icon-dot1 {
57
- animation-delay: 1200ms;
58
- }
59
-
60
- .solutions-design-icon5 {
61
- animation-delay: 1400ms;
62
- }
63
-
64
- .solutions-design-icon-dot2 {
65
- animation-delay: 1600ms;
66
- }
67
-
68
- @keyframes ani-solutions-design-line {
69
- 0% {
70
- stroke-dashoffset: -940;
71
- }
72
-
73
- 30% {
74
- stroke-dashoffset: 0;
75
- }
76
-
77
- 60% {
78
- stroke-dashoffset: 0;
79
- }
80
-
81
- 80% {
82
- stroke-dashoffset: 940;
83
- }
84
-
85
- 100% {
86
- stroke-dashoffset: 940;
87
- }
88
- }
89
- @-webkit-keyframes ani-solutions-design-opc {
90
- 0% {
91
- opacity: 0;
92
- }
93
-
94
- 10% {
95
- opacity: 1;
96
- }
97
-
98
- 60% {
99
- opacity: 1;
100
- }
101
-
102
- 70% {
103
- opacity: 0;
104
- }
105
-
106
- 100% {
107
- opacity: 0;
108
- }
109
- }
110
-
111
- @-ms-keyframes ani-solutions-design-opc {
112
- 0% {
113
- opacity: 0;
114
- }
115
-
116
- 10% {
117
- opacity: 1;
118
- }
119
-
120
- 60% {
121
- opacity: 1;
122
- }
123
-
124
- 70% {
125
- opacity: 0;
126
- }
127
-
128
- 100% {
129
- opacity: 0;
130
- }
131
- }
132
- </style>
133
- </defs>
134
- <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Solutions-Design" class="solutions-design-all" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
135
- <g id="Group-2" transform="translate(28.000000, 0.000000)">
136
- <g class="solutions-design-spin">
137
- <path class="ani-solutions-design-line" d="M29.2820469,150.547932 C28.4712394,157.085401 28.0715898,163.667314 28.0851064,170.254851 C28.2034881,249.840858 88.5969472,316.395967 167.80086,324.224739 C247.004773,332.05351 319.260437,278.609869 334.958522,200.587179 C350.656607,122.564488 304.69178,45.3372934 228.622595,21.928281 C152.553411,-1.48073133 71.1190948,36.5415196 40.2308617,109.889697" id="Path" stroke="rgba(0, 153, 218, 0.8)"></path>
138
- <g class="solutions-design-icon solutions-design-icon6">
139
- <path d="M67.1663561,126.505639 C67.227647,125.977701 67.0606014,125.448712 66.707275,125.051851 C66.3539486,124.65499 65.8480024,124.428065 65.3168143,124.428208 C64.0699852,124.168207 62.8056831,124.000602 61.5342032,123.926759 C59.1562575,124.193962 56.9854092,122.551792 56.5941369,120.189773 C56.2344423,119.425852 56.3609109,118.521326 56.9163152,117.885496 C58.1095679,116.512482 59.1238327,115.043953 60.2574228,113.647061 C60.717366,113.232723 60.9799862,112.642565 60.9799862,112.023322 C60.9799862,111.404079 60.717366,110.813921 60.2574228,110.399583 C58.0976354,108.214699 55.9497805,106.029816 53.766128,103.856871 C53.4231754,103.490069 52.9436223,103.281891 52.4416175,103.281891 C51.9396127,103.281891 51.4600595,103.490069 51.117107,103.856871 C49.7925964,104.895586 48.3606932,105.791031 47.1197103,106.92526 C46.0885284,108.030975 44.4211294,108.255752 43.1342463,107.462526 C41.8163395,107.057936 40.903797,105.856545 40.8670661,104.477713 C40.7238758,102.686824 40.3301024,100.895936 40.1272494,99.1408654 C40.1399787,98.6093969 39.9176218,98.0994015 39.5196199,97.7472129 C39.121618,97.3950243 38.5885518,97.236552 38.0629222,97.3141593 L29.1612569,97.3141593 C28.6355253,97.2501876 28.107145,97.4104129 27.7053595,97.7556436 C27.303574,98.1008742 27.0654377,98.5992716 27.0491996,99.1289261 C26.7628189,101.14666 26.3213154,103.128577 26.15426,105.098554 C26.0587998,106.292479 25.4502409,106.650657 24.5314363,107.199863 C22.981854,108.394651 20.7606511,108.12349 19.5436399,106.590961 C18.5068545,105.662367 17.4150346,104.79719 16.2741275,104.000142 C15.8984393,103.581618 15.3626941,103.342555 14.8004604,103.342555 C14.2382267,103.342555 13.7024814,103.581618 13.3267933,104.000142 C11.0476806,106.220844 8.80436545,108.489302 6.58491539,110.7697 C6.21228013,111.106961 5.99966955,111.586237 5.99966955,112.088988 C5.99966955,112.591739 6.21228013,113.071015 6.58491539,113.408275 C7.4201923,114.387294 8.08841382,115.497645 8.97142083,116.38115 C9.83701284,117.035437 10.4066178,118.007639 10.5543918,119.082964 C10.7021657,120.15829 10.4159459,121.248234 9.75896763,122.111993 C9.44650017,122.836661 8.76589548,123.334834 7.98102108,123.413371 C5.91669387,123.640217 3.85236666,124.034213 1.78803945,124.296876 C1.2861959,124.301661 0.809086117,124.515651 0.471607039,124.887314 C0.134127961,125.258977 -0.0331369209,125.754631 0.0100928965,126.254914 C0.0100928965,129.275546 0.0100928965,132.224542 0.0100928965,135.30487 C-0.0456665043,135.835232 0.131462892,136.363688 0.495537928,136.75317 C0.859612964,137.142652 1.37476095,137.354784 1.90736472,137.334543 C3.09047459,137.562303 4.28570285,137.721757 5.48712289,137.812113 C7.91533753,137.489358 10.1607777,139.154564 10.558447,141.572979 C10.9170363,142.341053 10.7908436,143.248282 10.2362687,143.889194 C9.043016,145.274148 8.05261624,146.754616 6.90709363,148.12763 C6.43058949,148.571022 6.16998385,149.199589 6.1928822,149.850269 C6.21578055,150.500948 6.51992629,151.109618 7.0264189,151.518378 C8.33899689,152.839656 9.6595299,154.160934 10.9880179,155.482211 L13.3029282,157.774548 C13.6578385,158.209826 14.1843513,158.469209 14.7455617,158.485252 C15.306772,158.501296 15.8472274,158.272415 16.2263974,157.858123 C17.7776259,156.664197 19.3527195,155.470272 20.9278131,154.276346 C22.5029067,153.082421 25.8201493,154.550949 26.1184624,156.317959 C26.4645057,158.431207 26.7986165,160.556395 27.0611321,162.681582 C27.0579042,163.2117 27.2880303,163.716371 27.6903068,164.061374 C28.0925833,164.406377 28.6262316,164.556739 29.1493244,164.47247 L33.5524269,164.47247 C35.0439928,164.47247 36.5236262,164.47247 38.0151921,164.47247 C38.5092799,164.558521 39.0165501,164.428847 39.4088357,164.116211 C39.8011213,163.803575 40.0408991,163.337881 40.0675868,162.836792 C40.404797,161.367327 40.632144,159.874771 40.7477408,158.371511 C40.5313783,156.223144 42.0289199,154.279433 44.1604436,153.942047 C44.9244264,153.587371 45.8262798,153.723666 46.4514888,154.288286 C47.8714596,155.482211 49.3868905,156.568683 50.8187938,157.75067 C51.2002533,158.202477 51.7569852,158.468992 52.3479369,158.482689 C52.9388887,158.496387 53.5073579,158.255954 53.9093183,157.822305 C55.102571,156.711954 56.164566,155.589664 57.274291,154.467374 L60.7585889,150.885598 C61.0955824,150.550818 61.2790776,150.09142 61.265515,149.616461 C61.2519524,149.141502 61.0425414,148.693336 60.6869938,148.378354 C59.8491971,147.198109 58.9406584,146.069769 57.9663776,144.999545 C56.4190667,143.804183 56.1162881,141.587869 57.2862235,140.020876 C57.8709174,139.017978 58.3243534,138.409076 59.5414712,138.313562 C61.4506755,138.170291 63.3240823,137.788235 65.2213541,137.53751 C65.78204,137.551797 66.3212855,137.321722 66.6991355,136.906998 C67.0769855,136.492275 67.2561837,135.933795 67.1902211,135.376505 C67.142491,132.41557 67.1544235,129.466574 67.1663561,126.505639 Z M41.5591527,138.82695 C39.4757162,140.90099 36.6699908,142.086393 33.7314148,142.134124 L33.5882245,142.134124 C31.3151684,142.154404 29.092226,141.465863 27.2281875,140.164147 C23.2309568,137.387471 21.4790125,132.348705 22.8907507,127.689247 C24.302489,123.029789 28.5558553,119.812584 33.4211691,119.724142 L33.5404944,119.724142 C38.0599726,119.730526 42.1341324,122.450231 43.8753559,126.623178 C45.6165794,130.796124 44.6846809,135.607037 41.5114225,138.82695 L41.5591527,138.82695 Z" id="Shape" fill="#D5DADE" fill-rule="nonzero"></path>
140
- <path d="M33.100304,142.07598 C31.0627724,141.963741 29.0960432,141.29466 27.4170662,140.142545 C24.4114223,138.027604 22.6209142,134.599527 22.6109455,130.940824 C22.5664316,125.034939 27.1670937,120.119621 33.100304,119.734059 L33.100304,97.3085942 L29.3635451,97.3085942 C28.8321423,97.2444955 28.2981922,97.4062242 27.8932142,97.7539441 C27.4882362,98.1016641 27.2498729,98.6030547 27.2368367,99.1346166 C26.9484695,101.139661 26.5039033,103.13277 26.3356891,105.10201 C26.2395666,106.295489 25.6267863,106.653532 24.701608,107.190598 C23.1475249,108.390427 20.9118039,108.130102 19.6792119,106.605793 C18.6321689,105.681169 17.5329939,104.816488 16.3870192,104.015944 C16.0087249,103.597577 15.4692633,103.358604 14.9031294,103.358604 C14.3369956,103.358604 13.7975339,103.597577 13.4192397,104.015944 C11.1283221,106.219902 8.86544031,108.463642 6.63059418,110.747164 C6.25478996,111.086454 6.04053509,111.567485 6.04053509,112.071926 C6.04053509,112.576366 6.25478996,113.057397 6.63059418,113.396687 C7.4716653,114.363405 8.1445222,115.47334 9.03365453,116.356514 C9.91580059,117.011157 10.4965254,117.990087 10.6456082,119.073792 C10.7946911,120.157497 10.4996572,121.255294 9.82666445,122.121016 C9.51202943,122.845414 8.82670347,123.3434 8.03638448,123.421908 C5.95773728,123.648669 3.87909008,124.042517 1.80044287,124.317017 C1.29619909,124.318472 0.815628256,124.529683 0.475414187,124.89937 C0.135200119,125.269056 -0.0335405275,125.763405 0.0101629098,126.262387 C0.0101629098,129.281889 0.0101629098,132.229781 0.0101629098,135.308956 C-0.0459832875,135.83912 0.132374835,136.367378 0.498975417,136.756715 C0.865575999,137.146051 1.3842975,137.358103 1.92059589,137.33787 C3.11191285,137.565545 4.31543227,137.724939 5.52518642,137.815261 C7.97422304,137.493152 10.2369963,139.164316 10.6316897,141.586654 C10.9896202,142.354908 10.8628001,143.260027 10.3072765,143.902003 C9.10574634,145.286438 8.10847629,146.754417 6.95500733,148.126917 C6.47519773,148.570144 6.21278431,149.198475 6.2358415,149.848911 C6.25889869,150.499348 6.56515426,151.107789 7.07516034,151.516397 C8.39684354,152.853093 9.73054203,154.16592 11.0642405,155.478746 C11.8452351,156.242573 12.6262298,157.006399 13.3952091,157.78216 C13.7543656,158.215713 14.2855207,158.472774 14.8506003,158.48652 C15.4156798,158.500266 15.9588663,158.269339 16.338958,157.853769 C17.9009472,156.66029 19.4869671,155.466811 21.0729869,154.273333 C22.6590067,153.079854 25.9992606,154.547833 26.2996432,156.314181 C26.6480869,158.426639 26.9845154,160.551031 27.248852,162.675423 C27.2462144,163.206041 27.477596,163.711205 27.88205,164.057852 C28.286504,164.4045 28.8234775,164.557874 29.3515298,164.477576 L33.064258,164.477576 L33.100304,142.07598 Z" id="Path" fill="#EDEFF1" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
141
- <path d="M9.30715678,116.081922 C9.70480736,116.463231 10.053325,116.890992 10.3449035,117.355623 C11.5713147,115.475386 11.1194713,112.985323 9.30715678,111.636706 C8.62209868,110.915721 7.99334657,110.145073 7.42624088,109.331307 L6.66090268,110.095528 C6.25206503,110.453212 6.01823708,110.965296 6.01823708,111.502967 C6.01823708,112.040638 6.25206503,112.552722 6.66090268,112.910407 C7.58190288,113.954842 8.32129741,115.139383 9.30715678,116.081922 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
142
- <path d="M34.1263699,115.349544 L33.9618789,115.349544 C27.8992045,115.400829 23.0246152,120.313597 23.0702263,126.326508 C23.0728702,126.99109 23.135787,127.654088 23.258216,128.307488 C24.2760455,123.231466 28.7438197,119.559178 33.9618789,119.509608 L34.0911218,119.509608 C39.3877533,119.500314 43.9419595,123.229234 44.935777,128.389058 C45.0800235,127.695378 45.1470049,126.988083 45.1355161,126.279897 C45.1417631,123.381114 43.9842565,120.599104 41.9186245,118.548257 C39.8529925,116.49741 37.0491723,115.346447 34.1263699,115.349544 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
143
- <path d="M56.3667949,115.92681 C56.5297437,116.425043 56.7620744,116.904747 57.0587987,117.355623 C58.1947297,116.239363 59.2523205,114.944501 60.3882515,113.750103 C60.895315,113.364581 61.1854103,112.812122 61.1854103,112.231989 C61.1854103,111.651856 60.895315,111.099397 60.3882515,110.713875 L59.9573811,110.334347 C58.8997903,111.450607 57.8813694,112.656168 56.7846085,113.761265 C56.1588988,114.349878 55.9953462,115.197578 56.3667949,115.92681 L56.3667949,115.92681 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
144
- <path d="M67.7029382,126.382979 L67.7029382,128.389058 C67.7029382,127.777579 67.7029382,127.1661 67.7029382,126.56535 C67.7129686,126.500983 67.7029382,126.436617 67.7029382,126.382979 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
145
- <path d="M66.1481368,133.359552 C64.1778472,133.623583 62.2199493,134.025916 60.2496596,134.189364 C59.0104838,134.289948 58.5148134,134.918594 57.9076172,135.974719 C56.9238818,137.292027 56.9289541,139.113883 57.920009,140.425532 L57.920009,140.425532 C58.5272052,139.369407 58.998092,138.728188 60.2620514,138.627605 C62.2323411,138.47673 64.1902389,138.061823 66.1605286,137.810365 C66.7406561,137.821709 67.2972455,137.577816 67.6868439,137.141546 C68.0764424,136.705277 68.260937,136.119308 68.192777,135.534667 C68.192777,134.151645 68.192777,132.781197 68.192777,131.398176 C68.0812512,132.617749 67.3873127,133.196104 66.1481368,133.359552 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
146
- <path d="M59.892113,147.446809 C58.9941169,148.376896 58.0961208,149.29506 57.1861515,150.2013 C56.060663,151.322175 54.9471479,152.44305 53.8096862,153.552001 C53.402268,153.982124 52.8307471,154.219915 52.23717,154.206273 C51.6435929,154.192631 51.0836946,153.928838 50.6966331,153.480456 C49.2718126,152.288035 47.7512059,151.226781 46.3263854,150.034361 C45.6964406,149.467306 44.7885999,149.32677 44.0155422,149.676635 C41.9066664,150.058456 40.4563361,152.003423 40.6989433,154.124363 C40.5829353,155.62179 40.3548087,157.1085 40.0164662,158.572091 C40.0025208,159.081684 39.7679888,159.560376 39.3732507,159.884929 C38.9785125,160.209482 38.4621358,160.348184 37.9570619,160.265328 C36.4604017,160.265328 34.9637416,160.265328 33.4790547,160.265328 L33.4191883,160.265328 C31.958448,160.265328 30.509681,160.265328 29.0489407,160.265328 C28.5227351,160.345555 27.9876396,160.192317 27.5846,159.845976 C27.1815605,159.499636 26.9509881,158.99492 26.9536165,158.464773 C26.7021776,156.342265 26.3669257,154.219756 26.0077273,152.109172 C25.7083952,150.34439 22.2241704,148.996955 20.8113232,150.070133 C19.398476,151.143312 17.6384037,152.454974 16.0938504,153.647394 C15.715088,154.062596 15.1738012,154.293319 14.6106979,154.279585 C14.0475946,154.265851 13.518297,154.009018 13.1603965,153.575849 C12.3941065,152.800776 11.6158433,152.037627 10.83758,151.274478 L7.16178266,147.625672 C7.01810329,147.804535 6.88639719,147.983398 6.73074454,148.150337 C6.2540264,148.594851 5.99465077,149.22364 6.01992627,149.873533 C6.04520176,150.523425 6.35263657,151.13035 6.86245063,151.53681 C8.17951156,152.856422 9.50455468,154.176034 10.83758,155.495646 L13.1603965,157.785093 C13.5165189,158.219822 14.04483,158.478878 14.6079571,158.494901 C15.1710842,158.510925 15.7133855,158.282332 16.0938504,157.868563 C17.6384037,156.676142 19.2308501,155.483722 20.8113232,154.291301 C22.3917963,153.098881 25.7083952,154.565558 26.0077273,156.33034 C26.3669257,158.440924 26.7021776,160.563433 26.9536165,162.685941 C26.9503776,163.215391 27.1812896,163.719426 27.58494,164.063994 C27.9885904,164.408561 28.5240614,164.558734 29.0489407,164.474572 L33.4790547,164.474572 C34.9637416,164.474572 36.4604017,164.474572 37.9570619,164.474572 C38.4522355,164.556563 38.9590936,164.425557 39.3517344,164.114096 C39.7443752,163.802635 39.985955,163.339945 40.0164662,162.840956 C40.3548282,161.373343 40.5829517,159.882668 40.6989433,158.381303 C40.4630726,156.264685 41.9117754,154.327109 44.0155422,153.9455 C44.7862779,153.592458 45.6938642,153.728272 46.3263854,154.291301 C47.7512059,155.483722 49.2718126,156.568824 50.6966331,157.749321 C51.0836946,158.197703 51.6435929,158.461496 52.23717,158.475138 C52.8307471,158.48878 53.402268,158.250989 53.8096862,157.820866 C55.0070143,156.711915 56.060663,155.59104 57.1861515,154.470165 C58.3116399,153.349289 59.5808077,152.085324 60.6703763,150.892903 C61.0100133,150.560162 61.1962614,150.102292 61.1854103,149.627951 C61.1735808,149.153611 60.965663,148.705087 60.6105099,148.388821 C60.359071,148.078791 60.1315786,147.768762 59.892113,147.446809 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
147
- <path d="M10.2027845,139.422492 C10.2977501,139.292367 10.3996145,139.167315 10.5079493,139.047863 C11.0609428,138.39278 11.1888246,137.483092 10.8375273,136.703409 C10.4365502,134.250622 8.13775224,132.55845 5.64972551,132.884608 C4.42083802,132.791949 3.19822681,132.630561 1.98774779,132.401216 C1.44487073,132.434932 0.914122216,132.232655 0.534214398,131.84725 C0.154306579,131.461846 -0.0370048163,130.931616 0.0102798132,130.395137 C0.0102798132,131.80906 0.0102798132,133.235068 0.0102798132,134.648991 C-0.0464057747,135.183652 0.133210347,135.716461 0.502885217,136.110244 C0.872560086,136.504027 1.39617443,136.72031 1.93892142,136.703409 C3.14940044,136.932754 4.37201165,137.094143 5.60089914,137.186802 C7.45426455,136.918098 9.28346118,137.806759 10.2027845,139.422492 L10.2027845,139.422492 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
148
- </g>
149
- <g class="solutions-design-icon solutions-design-icon-dot1">
150
- <circle xmlns="http://www.w3.org/2000/svg" id="Oval" fill="#FFE700" fill-rule="nonzero" cx="196.094225" cy="324.483283" r="5.51671733"/>
151
- </g>
152
- <g class="solutions-design-icon solutions-design-icon-dot2">
153
- <circle id="Oval" fill="#FFE700" fill-rule="nonzero" cx="29.5896657" cy="189.072948" r="5.51671733"></circle>
154
- </g>
155
- <g class="solutions-design-icon solutions-design-icon5">
156
- <g id="Group" opacity="0.3" style="mix-blend-mode: multiply;" transform="translate(50.151976, 230.699088)" fill="#023852" fill-rule="nonzero">
157
- <path d="M0.713272543,2.24247104 L0.713272543,86.0965744 C0.713272543,86.7948677 1.27744517,87.3613462 1.97338737,87.3613462 L62.1617021,87.3613462 C62.4976271,87.3696696 62.8215395,87.2353335 63.0532928,86.9911772 C63.2884454,86.7531008 63.4208185,86.4317614 63.421817,86.0965744 L63.421817,21.6851721 C63.421817,21.5214535 63.3889025,21.359413 63.3267139,21.2080506 C63.2659634,21.0510858 63.1727797,20.9088055 63.0532928,20.7905693 L53.3408983,11.0453627 L43.6285039,1.30015608 C43.5106658,1.1802655 43.3688645,1.08676701 43.2124282,1.02581122 C43.0638561,0.954978845 42.9014038,0.918293076 42.7369132,0.918293076 L1.97338737,0.918293076 C1.63564129,0.912812509 1.31144902,1.05160185 1.08179669,1.30015608 C0.825626634,1.5437915 0.690602513,1.88904771 0.713272543,2.24247104 Z" id="Path"></path>
158
- </g>
159
- <path d="M54.1641337,230.002345 L54.1641337,313.692684 C54.1653658,314.027169 54.2987326,314.347835 54.5356505,314.585413 C54.7754248,314.819789 55.0976242,314.952141 55.4339342,314.954407 L116.086049,314.954407 C116.787215,314.954407 117.355623,314.389515 117.355623,313.692684 L117.355623,249.416218 C117.355623,249.252842 117.322462,249.091141 117.259806,248.940096 C117.193712,248.786014 117.100418,248.644923 116.984333,248.523489 L107.187052,238.798698 L97.4017481,229.073907 C97.2848665,228.957617 97.1466294,228.864682 96.9945262,228.800137 C96.8403086,228.730303 96.6729345,228.693009 96.5034644,228.693009 L55.4339342,228.693009 C55.09085,228.699265 54.7643251,228.840741 54.5262213,229.086302 C54.2881174,229.331863 54.1579477,229.661384 54.1641337,230.002345 Z" id="Path" fill="#F2F3F3" fill-rule="nonzero"></path>
160
- <path d="M117.355623,249.756839 L117.355623,247.920914 L107.319326,237.811402 L97.2948328,227.68997 L97.2948328,227.68997 L97.2948328,245.667732 C97.2916984,246.75004 97.7166323,247.788936 98.4755055,248.554247 C99.2343788,249.319557 100.264536,249.748096 101.33774,249.744917 L117.355623,249.744917 L117.355623,249.756839 Z" id="Path" fill="#003A5D" fill-rule="nonzero" opacity="0.3" style="mix-blend-mode: multiply;"></path>
161
- <path d="M117.355623,248.730185 L107.319317,238.717501 L97.2948328,228.693009 L97.2948328,246.498584 C97.2948328,247.744105 98.3057171,248.753799 99.5527061,248.753799 L117.355623,248.753799 L117.355623,248.730185 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
162
- <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 264.917724 84.2553191 264.860078 105.307078 264.802432 105.319149 266.750865 105.319149 268.699298 84.2673901 268.756944 63.2035603 268.81459 63.1914894 266.866157"></polygon>
163
- <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="63.1914894 242.820669 76.7203456 242.784195 90.261379 242.735562 90.261379 244.705167 90.2735562 246.674772 76.7325228 246.711246 63.2036666 246.74772 63.1914894 244.778116"></polygon>
164
- <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 271.939 84.2492854 271.881354 105.307081 271.823708 105.307081 273.772141 105.319149 275.720574 84.2613529 275.77822 63.2035569 275.835866 63.2035569 273.887433"></polygon>
165
- <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 291.919796 69.7051473 291.896264 76.2188052 291.884498 76.2188052 293.872929 76.231003 295.861359 69.7173451 295.873125 63.2036872 295.896657 63.2036872 293.908226"></polygon>
166
- <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 297.938033 69.6990369 297.914501 76.2187938 297.902736 76.231003 299.891166 76.231003 301.879596 69.7112462 301.891362 63.2036986 301.914894 63.1914894 299.926463"></polygon>
167
- </g>
168
- <g class="solutions-design-icon solutions-design-icon3">
169
- <path d="M363.612158,256.354612 L363.504467,256.187635 L363.38481,256.020657 L363.241222,255.85368 C363.200032,255.796231 363.151795,255.744143 363.097634,255.698629 L362.547212,255.149988 L361.984824,254.589421 L361.434402,254.04078 L360.872015,253.480212 L357.282307,249.902121 L353.632771,246.32403 L349.983235,242.686304 L346.333699,239.108213 L346.273871,239.108213 L346.273871,239.167848 L346.202077,239.227483 L346.142248,239.299045 L345.615758,238.762331 L345.077302,238.237544 L344.550811,237.712758 L344.024321,237.187971 C344.760891,236.222788 345.420996,235.201938 345.99866,234.134667 C346.578108,233.056781 347.074132,231.936364 347.482406,230.783188 C347.880181,229.615526 348.18819,228.419372 348.403764,227.205097 C348.614797,225.943685 348.722842,224.66729 348.726838,223.388466 C348.721882,217.348349 346.311818,211.557175 342.02605,207.287056 C337.747389,202.999947 331.927164,200.595225 325.8604,200.607903 C322.820093,200.611732 319.810646,201.215727 317.005788,202.385072 C315.650816,202.945675 314.355969,203.640952 313.14087,204.460364 C311.930104,205.268819 310.80013,206.191441 309.766545,207.215495 L309.766545,207.215495 L309.766545,207.215495 L309.766545,207.215495 L309.766545,207.215495 C308.699155,208.243739 307.740834,209.378812 306.906745,210.602754 C306.061887,211.831098 305.336664,213.137068 304.740954,214.502873 C302.954239,218.701574 302.466731,223.336604 303.340968,227.813372 C303.64013,229.277145 304.085065,230.707514 304.66916,232.083228 C305.248539,233.440148 305.957795,234.738239 306.787088,235.959493 C307.60254,237.169776 308.536449,238.29643 309.575094,239.322899 C314.814974,244.559893 322.27753,246.938583 329.593696,245.703828 C330.813288,245.48986 332.013704,245.178762 333.183404,244.773524 C334.346199,244.371665 335.474624,243.877084 336.557729,243.29458 C337.631256,242.718983 338.655745,242.056815 339.620946,241.314703 L340.147437,241.851416 L340.673927,242.376203 L341.200417,242.90099 L341.726908,243.425776 L341.58332,243.5689 L341.451697,243.712024 L341.308109,243.855147 L341.16452,243.986344 L345.376444,248.172711 L349.576402,252.371004 L353.77636,256.557371 L357.976317,260.743737 C358.211625,260.976826 358.477239,261.177398 358.766053,261.340086 C359.048268,261.495 359.350121,261.611338 359.66348,261.685968 C359.973427,261.757629 360.290594,261.793313 360.60877,261.793313 C360.925378,261.782902 361.239212,261.730766 361.542094,261.63826 L361.625853,261.63826 L361.709613,261.63826 L361.781407,261.63826 L361.865167,261.63826 L362.188241,261.48321 C362.293056,261.43249 362.393161,261.372621 362.487383,261.304305 C362.591644,261.243636 362.691594,261.17589 362.786526,261.101546 L363.049771,260.85108 L363.049771,260.85108 C363.344194,260.56264 363.583426,260.22314 363.755747,259.849215 C363.933719,259.495044 364.043313,259.110682 364.07882,258.716152 C364.173596,257.92429 363.991901,257.12405 363.564296,256.450028 L363.612158,256.354612 Z" id="Path" fill="#003A5D" fill-rule="nonzero" opacity="0.3" style="mix-blend-mode: multiply;"></path>
170
- <path d="M346.048632,221.678345 C346.052584,213.968672 341.409645,207.016388 334.286247,204.065489 C327.162849,201.114591 318.962984,202.746686 313.51278,208.200225 C308.699106,213.015494 306.820296,220.032757 308.584078,226.608681 C310.34786,233.184605 315.486274,238.320149 322.063729,240.080805 C328.641185,241.84146 335.65841,239.959741 340.472083,235.144473 C344.044516,231.573583 346.050676,226.729148 346.048632,221.678345 L346.048632,221.678345 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
171
- <path d="M326.183654,205.049168 C333.841164,205.05188 340.753717,209.654344 343.734848,216.734971 C344.7296,219.087105 345.239374,221.617159 345.233413,224.172485 C345.232373,224.928571 345.188344,225.683981 345.101539,226.43503 C345.017538,227.172205 344.889429,227.903638 344.717906,228.625366 C344.545836,229.334915 344.333697,230.034064 344.082515,230.719423 C343.843216,231.399652 343.558853,232.063048 343.23133,232.705167 C343.682795,231.975677 344.083371,231.215664 344.430182,230.430588 C344.777261,229.649655 345.06969,228.845385 345.305344,228.023625 C345.551155,227.179706 345.735465,226.31895 345.856816,225.448175 C345.981185,224.550905 346.045268,223.646251 346.048632,222.740342 C346.048632,217.666437 344.039965,212.800522 340.464849,209.213858 C336.889733,205.627194 332.041272,203.613832 326.986885,203.617021 C325.169416,203.618805 323.361295,203.878105 321.616028,204.387253 C316.536123,205.894591 312.307387,209.451031 309.93921,214.20766 C310.767234,212.838213 311.770866,211.583887 312.924351,210.476868 C314.066705,209.357593 315.348051,208.39085 316.736701,207.600548 C318.139097,206.787021 319.642779,206.1638 321.208419,205.747187 C322.828428,205.292958 324.501664,205.058205 326.183654,205.049168 Z" id="Path" fill="#0097D7" fill-rule="nonzero" opacity="0.3" style="mix-blend-mode: multiply;"></path>
172
- <path d="M344.506249,235.714286 L344.128008,236.201239 C343.888455,236.500902 343.53543,236.912939 343.119365,237.37492 C342.703299,237.8369 342.211586,238.348825 341.694656,238.835778 C341.175897,239.319589 340.619419,239.762132 340.030395,240.159291 L341.177727,241.308 L342.337666,242.456709 L343.484998,243.605418 L344.644937,244.741641 L345.741837,243.63039 L346.851344,242.506653 L347.948243,241.395402 L349.057751,240.271664 L347.923027,239.135441 L346.788304,237.999218 L345.640972,236.850509 L344.506249,235.714286 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
173
- <path d="M339.989861,235.714286 L326.469094,222.203312 L312.948328,208.680307 C314.100888,206.883437 315.695577,205.412766 317.579552,204.409251 C320.815393,202.616611 325.891695,201.521777 333.217448,204.313002 C339.722396,206.552187 344.514012,212.126467 345.751824,218.894748 C346.890364,225.122255 344.707668,231.493685 339.989861,235.714286 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero" opacity="0.2"></path>
174
- <path d="M356.079027,246.50058 L353.355748,243.804218 L350.644519,241.131717 L347.933289,238.447285 L345.23411,235.727061 C346.733456,233.789557 347.9092,231.626465 348.716533,229.320218 C349.119072,228.15276 349.429289,226.95607 349.644376,225.740976 C349.86284,224.479903 349.971688,223.202605 349.969724,221.923117 C350.160778,213.655354 345.815198,205.93337 338.613791,201.743915 C331.412384,197.55446 322.484363,197.55446 315.282956,201.743915 C308.081548,205.93337 303.735969,213.655354 303.927023,221.923117 C303.927016,234.499182 314.216648,244.69779 326.918249,244.710959 C328.214271,244.707463 329.507866,244.599732 330.786269,244.388827 C332.014445,244.174791 333.223309,243.863593 334.401242,243.458224 C336.736097,242.657698 338.925185,241.48937 340.884093,239.99829 L343.595322,242.682722 L346.318601,245.379084 L349.041881,248.063516 L351.75311,250.759878 L352.825552,249.698037 L353.897994,248.636195 L354.970436,247.574353 L356.079027,246.50058 Z M326.918249,239.938636 C320.810702,239.94484 315.107974,236.914719 311.736924,231.872104 C308.365873,226.829489 307.77685,220.448038 310.168876,214.883941 C312.018901,210.590646 315.472649,207.171035 319.808802,205.339295 C324.325002,203.439688 329.427146,203.439688 333.943345,205.339295 C341.981183,208.623429 346.539671,217.088241 344.8146,225.526499 C343.08953,233.964757 335.565098,240.007993 326.870049,239.938636 L326.918249,239.938636 Z" id="Shape" fill="#D2D8DC" fill-rule="nonzero"></path>
175
- <g id="Group" opacity="0.6" style="mix-blend-mode: multiply;" transform="translate(302.917933, 205.623100)" fill="#D2D8DC" fill-rule="nonzero">
176
- <path d="M26.5018471,38.3480243 C18.7877657,38.3415122 11.5533559,34.6367244 7.08447291,28.404262 C2.61558987,22.1717995 1.46431335,14.1816124 3.99441197,6.95835866 C4.41734245,5.73049424 4.9454782,4.54074562 5.57304185,3.40212766 C6.19178865,2.28767977 6.89544542,1.22166601 7.67788169,0.21337386 C5.54154835,2.28316994 3.83509434,4.74784144 2.65496844,7.46808511 C-0.417905879,14.4752463 0.284002005,22.5462432 4.52133548,28.9287967 C8.75866895,35.3113502 15.9592012,39.1435342 23.6674889,39.1186625 C24.2774141,39.1186625 24.8634206,39.1186625 25.4853051,39.0474164 C26.1071896,38.9762918 26.6812368,38.9288754 27.2552841,38.8458967 C27.8293313,38.7629179 28.4512158,38.6325228 28.9893851,38.5021277 C29.5275544,38.3717325 30.1135609,38.2057751 30.6756488,38.0279635 L29.6471475,38.193921 L28.6066869,38.3006079 C28.2598667,38.3006079 27.9130465,38.3006079 27.554267,38.3717325 L26.5018471,38.3480243 Z" id="Path"></path>
177
- </g>
178
- <path d="M364.044584,259.778846 L364.044584,259.778846 C365.074055,258.75272 365.387758,257.2112 364.84093,255.865633 C364.666339,255.411286 364.394579,255.000388 364.044584,254.661567 L359.809471,250.435297 L355.598489,246.209027 L351.363376,241.982757 L347.152394,237.720365 L345.873414,238.996674 L344.594434,240.272984 L343.315454,241.549293 L342.036474,242.825603 L346.283653,247.051873 L350.518766,251.278143 L354.75388,255.504413 L358.988993,259.742724 C359.334644,260.081561 359.744946,260.347701 360.195578,260.525366 C361.538215,261.068741 363.076194,260.76084 364.104913,259.742724 L364.044584,259.778846 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
179
- <path d="M364.109902,254.902735 L363.579934,254.362797 L363.049966,253.834346 L362.508477,253.294408 L361.978509,252.765957 C362.305788,253.092593 362.56088,253.483918 362.727377,253.914763 C363.066792,254.747107 363.066792,255.678718 362.727377,256.511063 C362.56088,256.941907 362.305788,257.333232 361.978509,257.659868 C360.996666,258.640041 359.521671,258.938721 358.234171,258.418079 C357.803923,258.243247 357.412433,257.985604 357.082067,257.659868 L357.612035,258.188318 L358.153524,258.728257 L358.683492,259.256707 L359.213459,259.796646 C359.543503,260.119932 359.935279,260.373857 360.365564,260.543369 C361.649451,261.055807 363.116079,260.755814 364.093952,259.780741 C365.071825,258.805668 365.372679,257.34324 364.85877,256.063029 C364.69692,255.626473 364.441333,255.230467 364.109902,254.902735 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
180
- </g>
181
- <g class="solutions-design-icon solutions-design-icon2">
182
- <polygon id="Path" fill="#003A5D" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;" points="351.06383 137.952604 319.267214 138.192014 287.482624 138.419453 287.181976 97.5282574 286.869301 56.6490324 318.665917 56.4096226 350.450506 56.1702128 350.751155 97.0614083"></polygon>
183
- <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="352.066869 133.955663 321.776945 134.181479 291.475146 134.407295 291.178303 94.0100105 290.881459 53.6008411 321.171384 53.3869102 351.473182 53.1610942 351.770026 93.5583786"></polygon>
184
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 65.9526656 316.464988 66.0766367 298.929862 66.2006079 298.917818 64.8143848 298.905775 63.4394317 316.452945 63.3154605 333.988071 63.1914894 334.000115 64.5777125"></polygon>
185
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 71.9709026 316.464988 72.0948738 298.929862 72.218845 298.917818 70.8326218 298.905775 69.4576688 316.440902 69.3336976 333.988071 69.2097264 334.000115 70.5959496"></polygon>
186
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 77.9891397 316.464988 78.1131109 298.917818 78.2370821 298.905775 76.8508589 298.905775 75.4759059 316.440902 75.3519347 333.988071 75.2279635 334.000115 76.6029166"></polygon>
187
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="335.015198 84.0177572 317.474045 84.1421944 299.932893 84.2553191 299.920854 82.8751971 299.908815 81.4837626 317.449967 81.3706378 334.991119 81.2462006 335.003158 82.6263226"></polygon>
188
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 103.229483 304.941487 103.265306 299.932114 103.31307 299.920464 101.844333 299.908815 100.387538 304.918187 100.339774 309.91591 100.303951 309.92756 101.772688"></polygon>
189
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 109.24772 304.929837 109.283543 299.932114 109.331307 299.920464 107.862571 299.908815 106.393834 304.906538 106.358011 309.91591 106.322188 309.92756 107.790925"></polygon>
190
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 116.280652 304.935675 116.316618 299.932141 116.352584 299.920478 114.889984 299.908815 113.427385 304.912349 113.379431 309.927546 113.343465 309.927546 114.818053"></polygon>
191
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 122.29889 304.935675 122.334855 299.932141 122.370821 299.920478 120.908221 299.908815 119.433633 304.912349 119.397668 309.915883 119.361702 309.927546 120.824302"></polygon>
192
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="333.009119 103.183772 323.486293 103.254298 313.963468 103.31307 313.963468 101.879037 313.951368 100.433249 323.474193 100.374478 332.997018 100.303951 333.009119 101.737984"></polygon>
193
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 109.202009 324.495375 109.260781 314.978592 109.331307 314.9665 107.897274 314.954407 106.451487 324.47119 106.392715 333.987973 106.322188 334.000066 107.756222"></polygon>
194
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 115.220246 324.495375 115.290772 314.978592 115.349544 314.9665 113.915511 314.954407 112.469724 324.47119 112.399197 333.987973 112.340426 334.000066 113.774459"></polygon>
195
- <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 121.238986 324.495375 121.297529 314.978592 121.367781 314.9665 119.939328 314.954407 118.499166 324.47119 118.428914 333.987973 118.358663 334.000066 119.798824"></polygon>
196
- </g>
197
- <g class="solutions-design-icon solutions-design-icon1">
198
- <path d="M260.790274,27.3858613 L260.790274,27.3858613 L260.790274,7.90753036 C260.790274,6.34804478 260.160615,4.85181885 259.039269,3.74458409 C258.486052,3.19995514 257.829776,2.76611525 257.107125,2.46731649 C256.369139,2.16379976 255.576897,2.00701502 254.776477,2.00607903 L217.655173,2.00607903 C216.850688,2.0054433 216.054184,2.16225899 215.312449,2.46731649 C214.598628,2.75854237 213.950311,3.18450845 213.404458,3.72093099 C212.272778,4.83204422 211.638515,6.33816036 211.641337,7.90753036 L211.641337,44.2623509 C211.63556,45.825345 212.270767,47.3251807 213.404458,48.4252972 C213.949835,48.9652515 214.598072,49.3951831 215.312449,49.6907382 C216.054184,49.9957957 216.850688,50.1526114 217.655173,50.1519757 L254.377973,50.1519757 C256.944257,50.1430703 259.259914,48.6420184 260.27101,46.3319975 C260.602888,45.5570018 260.771301,44.7242785 260.766122,43.8839012 L260.766122,33.8313321 L260.766122,33.8313321 L260.766122,27.3858613 L260.790274,27.3858613 Z" id="Path" fill="#191F35" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;"></path>
199
- <path d="M256.352564,48.1458967 L220.030865,48.1458967 C219.176634,48.1458967 218.331212,47.9765012 217.545061,47.6489016 C216.791018,47.3296658 216.103706,46.8764692 215.517803,46.3121772 C214.931613,45.739329 214.464427,45.0603817 214.142164,44.3130053 C213.816437,43.5402035 213.648354,42.7123164 213.647416,41.8761449 L213.647416,6.26959231 C213.648354,5.43342075 213.816437,4.60553368 214.142164,3.8327319 C214.464707,3.08899401 214.931956,2.41397462 215.517803,1.84538944 C216.099937,1.27359369 216.787984,0.815897086 217.545061,0.496835617 C218.331212,0.169235945 219.176634,0 220.030865,0 L256.352564,0 C257.210693,0 258.060054,0.169227418 258.850435,0.496835617 C259.624702,0.810594033 260.329554,1.2685656 260.925961,1.84538944 C261.511908,2.4114331 261.975641,3.08730201 262.289533,3.8327319 C262.624989,4.60301516 262.79741,5.43204933 262.796353,6.26959231 L262.796353,41.8761449 C262.79741,42.7136879 262.624989,43.542722 262.289533,44.3130053 C261.975893,45.0620473 261.51223,45.7418363 260.925961,46.3121772 C260.340058,46.8764692 259.652747,47.3296658 258.898704,47.6489016 C258.093363,47.9827706 257.226936,48.151839 256.352564,48.1458967 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
200
- <polygon id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="240.729483 49.1489362 242.069044 49.1489362 243.408605 49.1489362 244.748165 49.1489362 246.075765 49.1489362 250.261892 45.0121802 254.436059 40.8754242 258.610226 36.7386682 262.796353 32.5899216 262.796353 30.9592004 262.796353 29.3284792 262.796353 27.7097486 262.796353 26.0790274 257.593595 27.5658614 252.390837 29.064686 247.188079 30.5635107 241.985321 32.0503447 241.674352 36.3309879 241.363383 40.5996404 241.040453 44.8802836"></polygon>
201
- <path d="M244.413844,43.1359226 C244.570753,42.2002537 244.727662,41.3119604 244.908711,40.4710428 C245.08976,39.6301251 245.282879,38.8365831 245.512208,38.1022607 C245.740563,37.3740294 246.018805,36.6617723 246.345034,35.9703568 C246.683593,35.29048 247.087771,34.6440058 247.552027,34.0397995 C247.958271,33.4676809 248.46022,32.9671223 249.036629,32.5593107 C249.606878,32.1609068 250.23298,31.8457388 250.895398,31.6236417 C251.684379,31.3570749 252.490896,31.1433929 253.309385,30.9840706 C254.25084,30.7827241 255.325064,30.5932215 256.568267,30.3681873 C257.383664,30.2358777 258.189884,30.0539196 258.982254,29.8233674 C259.491854,29.6808293 259.991744,29.5067704 260.478925,29.3022353 C260.749527,29.1812956 261.011621,29.0428104 261.263471,28.8876985 L261.51694,28.6981959 L261.51694,28.6981959 C261.681638,28.5467458 261.831183,28.3801711 261.963527,28.2007517 C262.0981,28.0242468 262.219132,27.8381807 262.325625,27.6440879 C262.536048,27.2718359 262.694382,26.873453 262.796353,26.4596968 L262.796353,5.92235634 C262.795372,5.10693555 262.622789,4.30049966 262.289415,3.55357427 C261.987778,2.85292047 261.548999,2.21713646 260.997933,1.68223644 C259.867224,0.587690064 258.337507,-0.0178557876 256.749316,0 L219.646341,0 C218.053039,0.00386408658 216.525781,0.62546662 215.397725,1.72961208 C214.271027,2.84429164 213.641519,4.35238051 213.647416,5.92235634 L213.647416,42.3068489 C213.641482,43.0925731 213.801777,43.8709746 214.118312,44.5927236 C215.077715,46.7498278 217.247833,48.1446841 219.646341,48.1458967 L240.406626,48.1458967 L240.587675,48.1458967 L240.780794,48.1458967 L240.961843,48.1458967 L241.142892,48.1458967 C241.374476,48.0242833 241.596387,47.8857117 241.806739,47.7313598 C242.151998,47.4649557 242.471218,47.1675734 242.760263,46.8430665 C243.140834,46.4041863 243.461385,45.918429 243.713788,45.3981095 C244.061457,44.6827736 244.297451,43.9201736 244.413844,43.1359226 Z" id="Path" fill="#E2E6E8" fill-rule="nonzero"></path>
202
- <path d="M257.136129,30.5559478 C255.932722,30.780853 254.837622,30.9228983 253.910999,31.0886179 C253.094251,31.2014342 252.288971,31.3836173 251.504185,31.633125 C250.848614,31.8524547 250.228526,32.163404 249.662973,32.5564198 C249.038531,33.016236 248.469273,33.5444077 247.96617,34.1307557 C247.469643,34.7070559 247.063978,35.3534777 246.762763,36.0483679 C246.452212,36.7548666 246.194794,37.4828314 245.992583,38.2263966 C245.775969,38.9839718 245.595458,39.7888954 245.426981,40.593819 C245.258505,41.3987427 245.114096,42.3457116 244.957653,43.2926806 C244.842226,44.0191148 244.619234,44.7249985 244.295779,45.3878495 C244.052083,45.9122031 243.731803,46.398718 243.345088,46.8319772 C243.063164,47.1621514 242.744247,47.4599649 242.394397,47.7197606 C242.105579,47.9328286 241.864898,48.0630369 241.732523,48.1458967 L241.852863,48.1458967 L241.96117,48.1458967 L242.081511,48.0867111 L242.189817,48.0867111 L242.502703,47.8973173 C242.61101,47.8262946 242.743384,47.7434348 242.863725,47.6487379 C243.010482,47.5463128 243.151113,47.4356494 243.284917,47.3172988 L243.754246,46.9029999 L243.754246,46.9029999 L243.814416,46.8319772 L243.886621,46.8319772 L243.886621,46.7609545 L247.280228,43.4110517 L253.297262,37.43331 L259.12175,31.7159848 L261.793313,29.0881459 C261.716108,29.1598749 261.631397,29.2233602 261.540598,29.2775397 C261.29257,29.4376951 261.030845,29.5763175 260.758383,29.6918386 C260.277442,29.9012428 259.782969,30.0791865 259.278193,30.2245087 C258.869035,30.1889973 258.098854,30.3783911 257.136129,30.5559478 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
203
- <path d="M245.465133,29.3188443 L245.35704,29.3188443 L245.248947,29.3188443 C245.137962,29.2970289 245.023643,29.2970289 244.912658,29.3188443 C244.57371,29.3512021 244.247988,29.4640239 243.963843,29.6474908 C243.654176,29.8556673 243.308207,30.0068208 242.942965,30.0935111 C242.556613,30.149293 242.162007,30.1005808 241.801984,29.9526626 C241.02237,29.7036926 240.385935,29.1456225 240.048477,28.4150663 C239.689656,27.6768406 239.663522,26.8255103 239.976415,26.0675911 L240.072497,25.8328436 L240.15657,25.6098334 L240.15657,25.6098334 L240.15657,25.5511465 C240.453966,24.8023081 241.04688,24.2017214 241.801984,23.8844391 C242.567794,23.557808 243.438239,23.557808 244.204049,23.8844391 C244.56505,24.0225895 244.886469,24.2440809 245.140855,24.5299948 C245.346514,24.8393884 245.496787,25.1807342 245.585237,25.5394091 C245.66812,25.8613458 245.828739,26.1591843 246.053639,26.407975 C246.132347,26.4905572 246.226,26.558206 246.329877,26.6075104 L246.43797,26.6075104 L246.546063,26.6075104 C246.758075,26.6904477 246.994619,26.6904477 247.206631,26.6075104 C247.418094,26.5148025 247.585552,26.3469533 247.675033,26.1380153 L248.695911,23.56753 L249.716788,20.9853072 C249.770189,20.857402 249.770189,20.7141416 249.716788,20.5862364 C249.657716,20.4605976 249.549559,20.3633547 249.41653,20.3162768 L246.534052,19.2129634 L243.663585,18.1213874 L243.663585,18.1213874 C243.302357,18.0035017 242.95266,17.8542318 242.618686,17.6753671 C242.186315,17.4171449 241.801984,17.0884983 241.934098,16.7129023 C242.066211,16.3373063 242.186315,16.3842558 242.474562,16.2316699 C242.981925,15.9576905 243.4403,15.6048737 243.831729,15.1870434 L243.831729,15.1870434 L243.831729,15.1870434 L243.831729,15.1870434 C244.009933,15.0121639 244.163423,14.8147939 244.288121,14.6001746 C244.414817,14.3730188 244.515511,14.1329095 244.58838,13.8841947 C244.773801,13.1870407 244.705881,12.4486047 244.396214,11.7949417 C244.084235,11.1373597 243.543777,10.6091842 242.870903,10.3042949 C242.085075,9.95648668 241.187595,9.93921696 240.388366,10.2565248 C239.589137,10.5738327 238.958254,11.1978892 238.643269,11.9827397 C238.551332,12.2134086 238.486853,12.4536479 238.451103,12.6987197 C238.421171,12.9404102 238.421171,13.1847464 238.451103,13.426437 C238.473533,13.9227825 238.570658,14.4131917 238.739351,14.8818716 C238.835434,15.1635687 238.907496,15.3161545 238.739351,15.5626394 C238.571207,15.8091243 238.066773,15.9147607 237.538319,15.8091243 C237.166668,15.728071 236.804473,15.6100833 236.457389,15.4570031 L236.457389,15.4570031 L233.586922,14.3771645 L230.728464,13.2973259 C230.597846,13.2438542 230.450732,13.2438542 230.320113,13.2973259 C230.187799,13.3536083 230.08401,13.4592644 230.031865,13.5907603 L229.010988,16.1612456 L227.99011,18.731731 C227.899352,18.9418522 227.899352,19.1789028 227.99011,19.3890241 C228.078565,19.5973589 228.253091,19.7593902 228.470523,19.8350444 L228.578616,19.8350444 L228.686709,19.8350444 C228.801673,19.8574942 228.920045,19.8574942 229.035008,19.8350444 C229.373136,19.7991269 229.698022,19.6865943 229.983824,19.5063978 C230.289322,19.298593 230.631288,19.1474098 230.992691,19.0603775 C231.379037,19.0039876 231.773811,19.0527205 232.133672,19.201226 C232.914821,19.4475939 233.552203,20.0064948 233.88718,20.7388223 C234.246001,21.477048 234.272135,22.3283783 233.959242,23.0862975 L233.959242,23.1567218 L233.959242,23.1567218 L233.87517,23.3797319 L233.779087,23.6144795 C233.481328,24.3603497 232.888005,24.9571187 232.133672,25.2694495 C231.369114,25.6018888 230.496166,25.6018888 229.731607,25.2694495 C229.367716,25.136599 229.04505,24.9142487 228.794802,24.6238938 C228.589138,24.318747 228.438812,23.9812511 228.35042,23.6262168 C228.270746,23.3030881 228.109738,23.0045284 227.882017,22.757651 C227.807742,22.6703507 227.712971,22.6018942 227.60578,22.5581156 L227.497687,22.5581156 L227.389594,22.5581156 C227.178627,22.4700378 226.939993,22.4700378 226.729026,22.5581156 C226.515369,22.6477278 226.346882,22.8166074 226.260623,23.0276107 L224.987529,26.220177 L223.714434,29.3892685 C223.665604,29.4977121 223.665604,29.6212088 223.714434,29.7296524 C223.763558,29.8441787 223.859315,29.9335055 223.978662,29.9761373 L227.365573,31.2672487 L230.752485,32.5583601 C230.949168,32.6348075 231.168329,32.6348075 231.365012,32.5583601 C231.560412,32.4785966 231.715765,32.3267747 231.797383,32.1358145 L231.917487,31.8658549 L232.03759,31.5958952 C232.075539,31.4937505 232.099762,31.3872244 232.109652,31.2789861 C232.127137,31.1740408 232.127137,31.0670222 232.109652,30.9620769 C231.985778,30.6115299 231.932751,30.240807 231.953517,29.8705009 C231.961309,29.4634491 232.059668,29.0629325 232.241765,28.6967633 C232.55238,28.0493911 233.095052,27.5357554 233.767077,27.2530661 C234.435958,26.9714182 235.186104,26.9339302 235.880894,27.1474297 C236.679188,27.390877 237.338135,27.9474523 237.700233,28.6841211 C238.06233,29.42079 238.095037,30.2713513 237.790536,31.0325012 C237.513182,31.7589803 236.945125,32.3437922 236.217183,32.6522591 C236.099194,32.7059602 235.993108,32.7817226 235.904914,32.8752692 C235.817793,32.9658109 235.75218,33.0740177 235.712749,33.1921784 L235.604656,33.4856128 L235.496563,33.7907846 C235.448522,33.9034634 235.448522,34.030227 235.496563,34.1429058 C235.550505,34.2514263 235.645123,34.3354885 235.760791,34.3776534 L239.363888,35.7274516 L242.906934,37.0772499 C243.022233,37.1241994 243.151945,37.1241994 243.267244,37.0772499 C243.378288,37.0245346 243.464305,36.9320662 243.50745,36.8190276 L244.780545,33.6381987 L246.053639,30.4573697 C246.144397,30.2472485 246.144397,30.0101979 246.053639,29.8000767 C245.951595,29.5539832 245.731,29.3735987 245.465133,29.3188443 L245.465133,29.3188443 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
204
- </g>
205
- <g class="solutions-design-icon solutions-design-icon7">
206
- <path d="M120.903789,18.0547112 L94.7497061,18.0547112 C94.0940954,18.0533934 93.4648451,18.3127465 93.0005853,18.7756612 C92.5409311,19.2420853 92.282156,19.8699331 92.2796353,20.524782 L92.2796353,46.6788654 C92.2765021,47.3349255 92.5357225,47.9650291 92.9996324,48.428939 C93.4635423,48.892849 94.093646,49.1520694 94.7497061,49.1489362 L120.903789,49.1489362 C121.558638,49.1464154 122.186486,48.8876403 122.65291,48.4279862 C123.115825,47.9637264 123.375178,47.3344761 123.37386,46.6788654 L123.37386,20.524782 C123.376993,19.8687219 123.117773,19.2386183 122.653863,18.7747084 C122.189953,18.3107984 121.559849,18.051578 120.903789,18.0547112 L120.903789,18.0547112 Z" id="Path" fill="#191F35" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;"></path>
207
- <path d="M122.874411,17.052127 L96.7557849,17.052127 C96.0997249,17.0489689 95.4696213,17.3078869 95.0057114,17.7712558 C94.5418015,18.2346246 94.2825811,18.8639933 94.2857143,19.5192882 L94.2857143,45.6782802 C94.2825811,46.333575 94.5418015,46.9629438 95.0057114,47.4263126 C95.4696213,47.8896814 96.0997249,48.1485995 96.7557849,48.1454414 L122.874411,48.1454414 C123.536579,48.1581711 124.175876,47.9034854 124.647512,47.4390663 C125.119147,46.9746473 125.383215,46.3397902 125.379939,45.6782802 L125.379939,19.5192882 C125.383215,18.8577782 125.119147,18.2229211 124.647512,17.7585021 C124.175876,17.294083 123.536579,17.0393972 122.874411,17.052127 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
208
- <polygon id="Path" fill="#023852" fill-rule="nonzero" points="116.352584 31.229577 115.05912 31.229577 113.777309 31.229577 112.483845 31.229577 111.202034 31.229577 111.202034 29.947766 111.202034 28.6543022 111.202034 27.3608384 111.202034 26.0790274 110.514517 26.0790274 109.827 26.0790274 109.151136 26.0790274 108.46362 26.0790274 108.46362 27.3608384 108.46362 28.6543022 108.46362 29.947766 108.46362 31.229577 107.181809 31.229577 105.888345 31.229577 104.594881 31.229577 103.31307 31.229577 103.31307 31.9170938 103.31307 32.6046106 103.31307 33.2804746 103.31307 33.9679914 104.594881 33.9679914 105.888345 33.9679914 107.181809 33.9679914 108.46362 33.9679914 108.46362 35.2498024 108.46362 36.5432662 108.46362 37.8250772 108.46362 39.118541 109.151136 39.118541 109.827 39.118541 110.514517 39.118541 111.202034 39.118541 111.202034 37.8250772 111.202034 36.5432662 111.202034 35.2498024 111.202034 33.9679914 112.483845 33.9679914 113.777309 33.9679914 115.05912 33.9679914 116.352584 33.9679914 116.352584 33.2804746 116.352584 32.6046106 116.352584 31.9170938"></polygon>
209
- </g>
210
- <g class="solutions-design-icon solutions-design-icon4">
211
- <path d="M263.323608,292.887538 L237.181319,292.887538 C236.52647,292.89003 235.898621,293.148805 235.432197,293.608459 C234.969282,294.072718 234.709928,294.701968 234.711246,295.357578 L234.711246,321.511643 C234.708113,322.167702 234.967334,322.797805 235.431244,323.261715 C235.895154,323.725625 236.525259,323.984845 237.181319,323.981763 L263.323608,323.981763 C263.979995,323.986999 264.610717,323.72704 265.072731,323.260762 C265.539981,322.798444 265.803687,322.168954 265.805471,321.511643 L265.805471,295.357578 C265.798966,293.991503 264.689701,292.887538 263.323608,292.887538 L263.323608,292.887538 Z" id="Path" fill="#191F35" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;"></path>
212
- <path d="M265.341477,290.881459 L239.199188,290.881459 C237.833839,290.89428 236.730146,291.997971 236.717325,293.363318 L236.717325,319.505564 C236.719109,320.162875 236.982815,320.792365 237.450066,321.254683 C237.912079,321.720961 238.542801,321.98092 239.199188,321.975684 L265.341477,321.975684 C265.997538,321.978766 266.627642,321.719546 267.091552,321.255636 C267.555463,320.791726 267.814683,320.161623 267.81155,319.505564 L267.81155,293.363318 C267.81155,291.997227 266.707554,290.887964 265.341477,290.881459 L265.341477,290.881459 Z" id="Path" fill="#14375A" fill-rule="nonzero"></path>
213
- <polygon id="Path" fill="#1999D6" fill-rule="nonzero" points="252.765957 310.808025 252.204733 311.345962 251.643508 311.872454 251.082284 312.410391 250.521059 312.948328 249.326965 311.803781 248.13287 310.659234 246.938776 309.514687 245.744681 308.37014 246.305905 307.832202 246.795484 307.237038 247.356709 306.710546 247.917933 306.172609 248.562744 306.790665 249.219496 307.40872 249.864307 308.038221 250.509119 308.656276 252.276379 306.973792 254.031698 305.279862 255.798958 303.597378 257.554277 301.914894 258.115502 302.452831 258.676726 302.979322 259.23795 303.51726 259.787234 304.055197 258.031915 305.737681 256.276596 307.420165 254.509336 309.114095"></polygon>
214
- </g>
215
- <path d="M383.660759,91.2765957 C383.660759,92.2796353 383.660759,93.2826748 383.660759,94.2857143 C383.660759,93.3817404 383.660759,92.4653833 383.660759,91.5614094 C383.665705,91.4665697 383.665705,91.3714355 383.660759,91.2765957 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
216
- </g>
217
- <g>
218
- <path d="M184.051762,227.68997 L184.051762,227.68997 C162.487661,227.675926 143.021233,214.760265 134.611958,194.887457 C133.231245,191.641118 132.183641,188.262795 131.485283,184.804521 C130.759313,181.253739 130.395137,177.638573 130.395137,174.01422 L130.395137,159.483283 L237.720365,159.483283 L237.720365,173.978253 C237.719215,188.209359 232.064897,201.856183 222.003131,211.912153 C219.566954,214.342582 216.907751,216.538287 214.060657,218.470257 C205.19938,224.462402 194.746162,227.657267 184.051762,227.642013 L184.051762,227.68997 Z" id="Path" fill="#DBE0E3" fill-rule="nonzero"></path>
219
- <path d="M204.620061,161.489362 L204.620061,203.617021 C204.98465,203.48582 205.337478,203.330763 205.690306,203.175707 C206.043134,203.02065 206.395962,202.841739 206.737029,202.674755 L207.748469,202.114166 C208.089536,201.923327 208.407081,201.720561 208.736387,201.505867 C209.065693,201.291174 209.371477,201.07648 209.677262,200.849859 L210.582853,200.146141 L211.453162,199.394713 L212.276428,198.595576 C212.770387,198.094624 213.240824,197.569818 213.68774,197.021156 C214.13314,196.479832 214.549302,195.914439 214.934398,195.327462 C215.334848,194.742028 215.700101,194.132622 216.028165,193.502566 C216.371522,192.877536 216.67785,192.232312 216.945518,191.570324 C217.225209,190.90857 217.46864,190.231651 217.674696,189.542662 C217.890821,188.84888 218.071397,188.14422 218.215699,187.431508 C218.35683,186.703935 218.474439,185.976362 218.545005,185.236862 C218.61557,184.497362 218.662614,183.734006 218.662614,182.970651 L218.662614,161.501289 L204.620061,161.501289 L204.620061,161.489362 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
220
- <path d="M151.458967,161.489362 L151.458967,182.964804 C151.458967,183.728375 151.458967,184.480016 151.564904,185.231656 C151.670841,185.983297 151.753236,186.699145 151.894486,187.426924 C152.035735,188.154703 152.224068,188.846689 152.435942,189.538676 C152.647816,190.230662 152.895003,190.910718 153.165731,191.566912 C153.436459,192.223106 153.754271,192.8793 154.083853,193.499702 C154.413435,194.120103 154.7901,194.692782 155.178536,195.325114 C155.968997,196.49174 156.85916,197.585634 157.838735,198.594154 C158.109463,198.868562 158.391962,199.13104 158.674461,199.393518 L159.533729,200.145158 C159.839769,200.383774 160.134039,200.62239 160.451851,200.849075 C160.769662,201.075761 161.075702,201.290515 161.393514,201.505269 C161.711325,201.720024 162.040907,201.922847 162.370489,202.11374 L163.382777,202.674488 C163.72413,202.841519 164.077254,203.020481 164.430378,203.175582 C164.783502,203.330682 165.136625,203.485782 165.50152,203.617021 L165.50152,161.489362 L151.458967,161.489362 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
221
- <path d="M185.06079,161.489362 L165.50152,161.489362 L165.50152,204.179417 L166.438059,204.517843 C166.750239,204.626623 167.062419,204.723316 167.386606,204.807923 C167.710793,204.892529 168.022973,204.977136 168.347159,205.061742 L169.331727,205.267216 L170.328301,205.436429 C170.664495,205.436429 171.000689,205.521035 171.348889,205.545209 C171.69709,205.569382 172.021277,205.605642 172.369477,205.617728 C172.717678,205.629815 173.065879,205.617728 173.414079,205.617728 L196.719508,205.617728 C197.067709,205.617728 197.41591,205.617728 197.752103,205.617728 C198.088297,205.617728 198.448505,205.617728 198.784698,205.545209 L199.793279,205.436429 L200.789854,205.267216 L201.774421,205.061742 L202.746981,204.807923 C203.059161,204.723316 203.383348,204.626623 203.695528,204.517843 L204.620061,204.179417 L204.620061,161.489362 L185.06079,161.489362 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
222
- <path d="M185.060739,175.531915 C184.347027,175.530438 183.634999,175.601247 182.935561,175.743281 C182.260785,175.886143 181.600513,176.090512 180.96302,176.353826 C180.33786,176.619877 179.740138,176.946263 179.17834,177.328349 C178.616425,177.706223 178.093337,178.13885 177.616745,178.619887 C177.139226,179.095448 176.706858,179.614286 176.3252,180.169731 C175.944778,180.734696 175.622221,181.336536 175.362412,181.966142 C175.087025,182.599217 174.882272,183.260723 174.751864,183.938672 C174.454546,185.339851 174.454546,186.787825 174.751864,188.189004 C175.027679,189.531587 175.56205,190.807691 176.3252,191.946204 C176.703748,192.507614 177.136324,193.030635 177.616745,193.50779 C178.096388,193.985478 178.619142,194.417828 179.17834,194.799327 C179.737774,195.182033 180.335969,195.504741 180.96302,195.76211 C181.598255,196.034478 182.259027,196.242935 182.935561,196.384396 C184.338334,196.666194 185.783144,196.666194 187.185917,196.384396 C188.529995,196.095389 189.808246,195.55781 190.954879,194.799327 C191.510327,194.417671 192.029169,193.985306 192.504733,193.50779 C192.988535,193.033733 193.421407,192.510355 193.796277,191.946204 C194.178366,191.384409 194.504754,190.78669 194.770807,190.161534 C195.034122,189.524045 195.238492,188.863776 195.381355,188.189004 C195.663155,186.786239 195.663155,185.341437 195.381355,183.938672 C195.10633,182.590241 194.567662,181.309414 193.796277,180.169731 C193.029166,179.058237 192.06638,178.095457 190.954879,177.328349 C189.81519,176.556969 188.534356,176.018304 187.185917,175.743281 C186.486479,175.601247 185.774451,175.530438 185.060739,175.531915 L185.060739,175.531915 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
223
- <path d="M215.589686,159.483283 L215.589686,164.19587 C215.590757,167.820855 215.224056,171.436653 214.495182,174.988055 C212.369045,185.274893 207.263061,194.714004 199.809584,202.136396 C197.366769,204.57066 194.696591,206.767027 191.835341,208.695647 C188.95372,210.640202 185.888128,212.298913 182.6824,213.64806 C179.425692,215.030124 176.036579,216.078752 172.567259,216.777794 C169.00536,217.50594 165.378497,217.871553 161.742493,217.869004 L160.419467,217.869004 L159.09644,217.869004 L157.797468,217.785065 L156.498496,217.677143 C156.065506,217.677143 155.644542,217.593204 155.211552,217.533247 L153.936635,217.365369 L152.661718,217.161516 L151.458967,216.933681 C152.577526,217.785065 153.744195,218.588483 154.934919,219.331944 C156.125643,220.075406 157.340422,220.806876 158.603312,221.466399 C159.866201,222.125921 161.153145,222.74947 162.464144,223.313062 C163.775144,223.876654 165.110198,224.39228 166.469308,224.859942 C167.828417,225.327603 169.223609,225.735308 170.630828,226.059073 C172.038048,226.382839 173.469322,226.718596 174.924652,226.958422 C176.379981,227.198248 177.835311,227.378118 179.326723,227.498031 C180.818135,227.617944 182.321575,227.68997 183.837042,227.68997 L183.837042,227.68997 C194.574658,227.708097 205.070537,224.512416 213.965972,218.516535 C216.824454,216.584227 219.494294,214.388138 221.940215,211.957285 C224.381828,209.521822 226.584825,206.859681 228.519267,204.007042 C230.469693,201.134094 232.133411,198.077729 233.486632,194.88165 C236.290096,188.264247 237.729878,181.152254 237.720365,173.968793 L237.720365,159.483283 L215.589686,159.483283 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero" opacity="0.3"></path>
224
- <path d="M241.022638,166.504559 L128.095903,166.504559 C127.641045,166.502809 127.187342,166.458607 126.740686,166.372525 C126.330724,166.273688 125.929598,166.141206 125.54138,165.976424 C125.122438,165.807558 124.720799,165.598531 124.342073,165.352264 C123.981376,165.112951 123.647624,164.835263 123.346648,164.524052 C123.039008,164.219768 122.761848,163.886094 122.519126,163.527797 C122.278028,163.145879 122.069415,162.744365 121.895487,162.327489 C121.729813,161.940474 121.601308,161.538561 121.511708,161.127182 C121.415215,160.681549 121.367781,160.226811 121.367781,159.770835 L121.367781,150.168375 C121.367781,149.712399 121.415215,149.25766 121.511708,148.812028 C121.601308,148.400649 121.729813,147.998735 121.895487,147.61172 C122.069415,147.194845 122.278028,146.793331 122.519126,146.411413 C122.761848,146.053116 123.039008,145.719442 123.346648,145.415158 C123.647624,145.103947 123.981376,144.826259 124.342073,144.586946 C124.720799,144.340679 125.122438,144.131652 125.54138,143.962786 C125.929598,143.798004 126.330724,143.665522 126.740686,143.566684 C127.187342,143.480603 127.641045,143.4364 128.095903,143.43465 L241.022638,143.43465 C241.477496,143.4364 241.931199,143.480603 242.377855,143.566684 C242.787817,143.665522 243.188943,143.798004 243.577162,143.962786 C243.996103,144.131652 244.397742,144.340679 244.776468,144.586946 C245.49097,145.077826 246.108944,145.696315 246.599415,146.411413 C246.840513,146.793331 247.049126,147.194845 247.223054,147.61172 C247.388728,147.998735 247.517233,148.400649 247.606833,148.812028 C247.703326,149.25766 247.75076,149.712399 247.75076,150.168375 L247.75076,159.770835 C247.75076,160.226811 247.703326,160.681549 247.606833,161.127182 C247.517233,161.538561 247.388728,161.940474 247.223054,162.327489 C247.049126,162.744365 246.840513,163.145879 246.599415,163.527797 C246.108944,164.242895 245.49097,164.861384 244.776468,165.352264 C244.397742,165.598531 243.996103,165.807558 243.577162,165.976424 C243.188943,166.141206 242.787817,166.273688 242.377855,166.372525 C241.931199,166.458607 241.477496,166.502809 241.022638,166.504559 Z" id="Path" fill="#E6E9EB" fill-rule="nonzero"></path>
225
- <polygon id="Path" fill="#D2D8DC" fill-rule="nonzero" points="236.086465 145.440729 231.665833 145.440729 227.2452 145.440729 222.824567 145.440729 218.403934 145.440729 218.367994 145.440729 218.332054 145.440729 218.284134 145.440729 218.248194 145.440729 218.212253 145.440729 218.176313 145.440729 218.140373 145.440729 218.092453 145.440729 217.816912 145.440729 217.541371 145.440729 217.253851 145.440729 216.97831 145.440729 216.702769 145.440729 216.415248 145.440729 216.139707 145.440729 215.864167 145.440729 210.23355 145.440729 204.614914 145.440729 198.996277 145.440729 193.365661 145.440729 187.735045 145.440729 182.116408 145.440729 176.497772 145.440729 170.867156 145.440729 168.97431 145.440729 167.069484 145.440729 165.176639 145.440729 163.271813 145.440729 161.378968 145.440729 159.486122 145.440729 157.581297 145.440729 155.688451 145.440729 155.40093 145.440729 155.12539 145.440729 154.849849 145.440729 154.562328 145.440729 154.286787 145.440729 154.011246 145.440729 153.735706 145.440729 153.448185 145.440729 153.412245 145.440729 153.376305 145.440729 153.340364 145.440729 153.292444 145.440729 153.256504 145.440729 153.220564 145.440729 153.184624 145.440729 153.136704 145.440729 148.692111 145.440729 144.235538 145.440729 139.778965 145.440729 135.334372 145.440729 131.08146 145.440729 126.840527 145.440729 122.599595 145.440729 118.358663 145.440729 118.550343 145.944931 118.730044 146.438405 118.921724 146.942607 119.113405 147.446809 122.982956 147.446809 126.852507 147.446809 130.734039 147.446809 134.60359 147.446809 138.473141 147.446809 142.342692 147.446809 146.224224 147.446809 150.093775 147.446809 150.513076 147.446809 150.932377 147.446809 151.351679 147.446809 151.77098 147.446809 152.190281 147.446809 152.609582 147.446809 153.028884 147.446809 153.448185 147.446809 153.735706 147.446809 154.011246 147.446809 154.286787 147.446809 154.562328 147.446809 154.849849 147.446809 155.12539 147.446809 155.40093 147.446809 155.688451 147.446809 157.006255 147.446809 158.336039 147.446809 159.653843 147.446809 160.983627 147.446809 162.301431 147.446809 163.631214 147.446809 164.949018 147.446809 166.278802 147.446809 172.47248 147.446809 178.666158 147.446809 184.871816 147.446809 191.065494 147.446809 197.271152 147.446809 203.46483 147.446809 209.670489 147.446809 215.864167 147.446809 216.139707 147.446809 216.415248 147.446809 216.702769 147.446809 216.97831 147.446809 217.253851 147.446809 217.541371 147.446809 217.816912 147.446809 218.092453 147.446809 218.511754 147.446809 218.943036 147.446809 219.362337 147.446809 219.781638 147.446809 220.200939 147.446809 220.62024 147.446809 221.039542 147.446809 221.458843 147.446809 225.328394 147.446809 229.197945 147.446809 233.067497 147.446809 236.949028 147.446809 240.818579 147.446809 244.688131 147.446809 248.557682 147.446809 252.439213 147.446809 252.594954 147.200072 252.762674 146.942607 252.930395 146.69587 253.098115 146.438405 253.265835 146.191668 253.433556 145.944931 253.601276 145.687466 253.768997 145.440729 249.348364 145.440729 244.927731 145.440729 240.507098 145.440729"></polygon>
226
- <polygon id="Path" fill="#D2D8DC" fill-rule="nonzero" points="118.358663 148.449848 135.032696 148.449848 151.70673 148.449848 168.380763 148.449848 185.054797 148.449848 201.72883 148.449848 218.402864 148.449848 235.076897 148.449848 251.762918 148.449848 251.762918 149.206299 251.762918 149.951626 251.762918 150.708077 251.762918 151.453404 251.762918 152.209856 251.762918 152.966307 251.762918 153.711634 251.762918 154.468085 235.076897 154.468085 218.402864 154.468085 201.72883 154.468085 185.054797 154.468085 168.380763 154.468085 151.70673 154.468085 135.032696 154.468085 118.358663 154.468085 118.358663 153.711634 118.358663 152.966307 118.358663 152.209856 118.358663 151.453404 118.358663 150.708077 118.358663 149.951626 118.358663 149.206299"></polygon>
227
- <path d="M122.432984,110.334347 L249.723187,110.334347 C250.150289,110.335417 250.57619,110.379439 250.994411,110.465746 C251.404238,110.559376 251.805413,110.687242 252.193678,110.847987 C252.569919,111.01322 252.927669,111.217408 253.261025,111.457182 C253.586474,111.69408 253.89136,111.957798 254.172468,112.245553 C254.446413,112.544363 254.691356,112.868322 254.904021,113.213098 C255.122701,113.553232 255.299846,113.918145 255.431699,114.300094 C255.57761,114.686203 255.682127,115.086595 255.743508,115.494595 C255.785599,115.919602 255.785599,116.347703 255.743508,116.772711 L255.503655,120.356213 L255.263801,123.939715 L255.023948,127.523218 L254.784094,131.10672 L254.544241,134.690222 L254.304388,138.273725 L254.064534,141.857227 L253.824681,145.440729 L118.307506,145.440729 L118.067652,141.857227 L117.827799,138.273725 L117.587946,134.690222 L117.348092,131.10672 L117.108239,127.523218 L116.868385,123.939715 L116.628532,120.356213 L116.388679,116.772711 C116.340552,116.34802 116.340552,115.919285 116.388679,115.494595 C116.446,115.087002 116.546499,114.686602 116.688495,114.300094 C116.980224,113.542442 117.411345,112.845668 117.959718,112.245553 C118.23808,111.954918 118.543235,111.690969 118.871161,111.457182 C119.200292,111.217462 119.554063,111.013251 119.926516,110.847987 C120.314781,110.687242 120.715956,110.559376 121.125783,110.465746 C121.555906,110.377841 121.993901,110.333815 122.432984,110.334347 L122.432984,110.334347 Z" id="Path" fill="#A5B1B8" fill-rule="nonzero"></path>
228
- <path d="M159.482848,129.386132 C159.495628,127.986547 159.0789,126.616655 158.288777,125.460911 C158.036298,125.091413 157.752669,124.744157 157.440986,124.422935 C157.116624,124.111119 156.769375,123.82398 156.402144,123.56392 C156.023932,123.314373 155.624348,123.098777 155.208073,122.919659 C154.77996,122.743256 154.336203,122.607444 153.882654,122.514013 C152.949014,122.32309 151.986345,122.32309 151.052705,122.514013 C150.599156,122.607444 150.155398,122.743256 149.727286,122.919659 C149.31101,123.098777 148.911426,123.314373 148.533214,123.56392 C148.165984,123.82398 147.818735,124.111119 147.494372,124.422935 C147.18269,124.744157 146.89906,125.091413 146.646582,125.460911 C145.587223,127.02722 145.204142,128.953934 145.583858,130.805893 C145.675668,131.255628 145.811654,131.695218 145.989843,132.118276 C146.163391,132.539267 146.383683,132.939464 146.646582,133.311353 C146.892996,133.685339 147.177073,134.033143 147.494372,134.349329 C147.812564,134.667981 148.160416,134.955619 148.533214,135.208344 C148.911181,135.461685 149.310749,135.681264 149.727286,135.864536 C150.157305,136.035573 150.600584,136.17124 151.052705,136.270182 C151.986345,136.461105 152.949014,136.461105 153.882654,136.270182 C154.334775,136.17124 154.778054,136.035573 155.208073,135.864536 C155.62461,135.681264 156.024178,135.461685 156.402144,135.208344 C156.774942,134.955619 157.122795,134.667981 157.440986,134.349329 C157.758286,134.033143 158.042363,133.685339 158.288777,133.311353 C158.551675,132.939464 158.771967,132.539267 158.945516,132.118276 C159.123704,131.695218 159.259691,131.255628 159.3515,130.805893 C159.444178,130.338433 159.488195,129.862645 159.482848,129.386132 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
229
- <path d="M135.416492,127.39609 C135.281851,127.382661 135.146241,127.382661 135.0116,127.39609 C134.881378,127.420213 134.753929,127.457833 134.631247,127.50836 L134.287702,127.695478 C134.184121,127.771789 134.085741,127.855143 133.993235,127.944967 C133.904785,128.043323 133.822811,128.147503 133.747846,128.256829 C133.674718,128.362014 133.613011,128.474943 133.563804,128.59364 C133.514107,128.718371 133.477106,128.84795 133.453379,128.980348 C133.387881,129.250747 133.387881,129.533265 133.453379,129.803663 C133.477106,129.936061 133.514107,130.06564 133.563804,130.190372 C133.613011,130.309069 133.674718,130.421998 133.747846,130.527183 C133.822811,130.636508 133.904785,130.740688 133.993235,130.839045 C134.085741,130.928869 134.184121,131.012222 134.287702,131.088534 C134.398183,131.158277 134.512932,131.220776 134.631247,131.275651 C134.753929,131.326179 134.881378,131.363798 135.0116,131.387921 C135.146229,131.401595 135.281863,131.401595 135.416492,131.387921 C135.551189,131.400118 135.686687,131.400118 135.821384,131.387921 C135.947617,131.36375 136.070993,131.326118 136.189468,131.275651 C136.307783,131.220776 136.422531,131.158277 136.533013,131.088534 C136.638986,131.015401 136.737617,130.931834 136.827479,130.839045 C136.919514,130.743864 137.001738,130.639367 137.072869,130.527183 C137.145996,130.421998 137.207704,130.309069 137.25691,130.190372 C137.310641,130.066048 137.351752,129.936474 137.379605,129.803663 C137.428683,129.531493 137.428683,129.252519 137.379605,128.980348 C137.351752,128.847537 137.310641,128.717963 137.25691,128.59364 C137.207704,128.474943 137.145996,128.362014 137.072869,128.256829 C137.001738,128.144645 136.919514,128.040148 136.827479,127.944967 C136.737617,127.852178 136.638986,127.768611 136.533013,127.695478 L136.189468,127.50836 C136.070993,127.457893 135.947617,127.420262 135.821384,127.39609 C135.686692,127.38376 135.551184,127.38376 135.416492,127.39609 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
230
- <path d="M249.705117,110.350349 L185.56231,110.350349 L185.56231,166.504559 L241.804689,166.504559 C242.253513,166.503451 242.701187,166.45909 243.141499,166.372092 C243.55365,166.279868 243.956706,166.150899 244.345833,165.986731 C244.739026,165.820491 245.114298,165.61471 245.465863,165.372564 C245.821282,165.132877 246.152082,164.858574 246.453416,164.553673 C246.751506,164.253753 247.021594,163.92725 247.26032,163.57823 C247.49997,163.225147 247.705625,162.850153 247.87453,162.458277 C248.043065,162.070803 248.172178,161.667353 248.259917,161.254026 C248.352907,160.818721 248.397338,160.374448 248.392394,159.92935 L248.392394,154.413882 L252.475084,154.413882 L252.475084,147.898886 L252.643691,147.609866 L252.812298,147.332888 L252.980905,147.055911 L253.149511,146.76689 L253.318118,146.489913 L253.474681,146.212935 L253.643288,145.923915 L253.811895,145.646937 L254.052761,142.034185 L254.293628,138.421433 L254.534495,134.808681 L254.775362,131.195929 L255.016228,127.583177 L255.257095,123.970425 L255.497962,120.357673 L255.738828,116.744921 C255.787158,116.316764 255.787158,115.884529 255.738828,115.456372 C255.681265,115.045453 255.580341,114.641785 255.437745,114.252122 C255.29385,113.865948 255.112327,113.494859 254.895795,113.144211 C254.683072,112.799785 254.437008,112.477101 254.161151,112.18081 C253.598146,111.590102 252.927851,111.111937 252.186044,110.771837 C251.79614,110.60978 251.393269,110.480871 250.981711,110.386477 C250.558402,110.332506 250.130802,110.320404 249.705117,110.350349 L249.705117,110.350349 Z" id="Path" fill="#C9D0D5" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
231
- <path d="M187.253129,178.839661 C187.974763,178.495567 188.801948,178.446842 189.55889,178.703838 C190.309209,178.968333 190.925074,179.518505 191.272798,180.234927 C191.629224,180.949823 191.678228,181.779578 191.408431,182.53156 C191.153162,183.291101 190.601579,183.914727 189.879477,184.260209 C189.162356,184.604866 188.338735,184.653643 187.586046,184.396032 C186.830747,184.14004 186.211992,183.587286 185.872139,182.864943 C185.51859,182.149886 185.465313,181.322932 185.724175,180.568309 C185.991302,179.815709 186.53934,179.196093 187.253129,178.839661 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
232
- </g>
233
- </g>
234
- </g>
1
+ <svg width="440px" height="330" viewBox="0 0 440 330" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
+ <defs>
3
+ <linearGradient x1="99.7206704%" y1="50.0691563%" x2="-0.279329609%" y2="50.0691563%" id="linearGradient-1">
4
+ <stop stop-color="#D9DAD7" offset="0%"></stop>
5
+ <stop stop-color="#FFFFFF" offset="23%"></stop>
6
+ </linearGradient>
7
+ <linearGradient x1="0.28715322%" y1="49.9647615%" x2="100.36005%" y2="49.9647615%" id="linearGradient-2">
8
+ <stop stop-color="#191F35" offset="30%"></stop>
9
+ <stop stop-color="#223156" offset="100%"></stop>
10
+ </linearGradient>
11
+ <linearGradient x1="0%" y1="50%" x2="100%" y2="50%" id="linearGradient-3">
12
+ <stop stop-color="#D9DAD7" offset="28%"></stop>
13
+ <stop stop-color="#FFFFFF" offset="74%"></stop>
14
+ </linearGradient>
15
+ <style>
16
+ .ani-solutions-design-line {
17
+ stroke-dasharray: 940;
18
+ stroke-dashoffset: 0;
19
+ -webkit-animation: ani-solutions-design-line 8s infinite;
20
+ -ms-animation: ani-solutions-design-line 8s infinite;
21
+ }
22
+
23
+ .solutions-design-icon {
24
+ opacity: 0;
25
+ -webkit-animation: ani-solutions-design-opc 8s infinite;
26
+ -ms-animation: ani-solutions-design-opc 8s infinite;
27
+ }
28
+
29
+ .ani-solutions-design-line {
30
+ stroke-dasharray: 940;
31
+ stroke-dashoffset: 0;
32
+ -webkit-animation: ani-solutions-design-line 8s infinite;
33
+ -ms-animation: ani-solutions-design-line 8s infinite;
34
+ }
35
+
36
+ .solutions-design-icon7 {
37
+ animation-delay: 100ms;
38
+ }
39
+
40
+ .solutions-design-icon1 {
41
+ animation-delay: 300ms;
42
+ }
43
+
44
+ .solutions-design-icon2 {
45
+ animation-delay: 500ms;
46
+ }
47
+
48
+ .solutions-design-icon3 {
49
+ animation-delay: 800ms;
50
+ }
51
+
52
+ .solutions-design-icon4 {
53
+ animation-delay: 1000ms;
54
+ }
55
+
56
+ .solutions-design-icon-dot1 {
57
+ animation-delay: 1200ms;
58
+ }
59
+
60
+ .solutions-design-icon5 {
61
+ animation-delay: 1400ms;
62
+ }
63
+
64
+ .solutions-design-icon-dot2 {
65
+ animation-delay: 1600ms;
66
+ }
67
+
68
+ @keyframes ani-solutions-design-line {
69
+ 0% {
70
+ stroke-dashoffset: -940;
71
+ }
72
+
73
+ 30% {
74
+ stroke-dashoffset: 0;
75
+ }
76
+
77
+ 60% {
78
+ stroke-dashoffset: 0;
79
+ }
80
+
81
+ 80% {
82
+ stroke-dashoffset: 940;
83
+ }
84
+
85
+ 100% {
86
+ stroke-dashoffset: 940;
87
+ }
88
+ }
89
+ @-webkit-keyframes ani-solutions-design-opc {
90
+ 0% {
91
+ opacity: 0;
92
+ }
93
+
94
+ 10% {
95
+ opacity: 1;
96
+ }
97
+
98
+ 60% {
99
+ opacity: 1;
100
+ }
101
+
102
+ 70% {
103
+ opacity: 0;
104
+ }
105
+
106
+ 100% {
107
+ opacity: 0;
108
+ }
109
+ }
110
+
111
+ @-ms-keyframes ani-solutions-design-opc {
112
+ 0% {
113
+ opacity: 0;
114
+ }
115
+
116
+ 10% {
117
+ opacity: 1;
118
+ }
119
+
120
+ 60% {
121
+ opacity: 1;
122
+ }
123
+
124
+ 70% {
125
+ opacity: 0;
126
+ }
127
+
128
+ 100% {
129
+ opacity: 0;
130
+ }
131
+ }
132
+ </style>
133
+ </defs>
134
+ <g id="Graphic-elements-/-Icons-/-Rich-icons-/-Solutions-Design" class="solutions-design-all" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
135
+ <g id="Group-2" transform="translate(28.000000, 0.000000)">
136
+ <g class="solutions-design-spin">
137
+ <path class="ani-solutions-design-line" d="M29.2820469,150.547932 C28.4712394,157.085401 28.0715898,163.667314 28.0851064,170.254851 C28.2034881,249.840858 88.5969472,316.395967 167.80086,324.224739 C247.004773,332.05351 319.260437,278.609869 334.958522,200.587179 C350.656607,122.564488 304.69178,45.3372934 228.622595,21.928281 C152.553411,-1.48073133 71.1190948,36.5415196 40.2308617,109.889697" id="Path" stroke="rgba(0, 153, 218, 0.8)"></path>
138
+ <g class="solutions-design-icon solutions-design-icon6">
139
+ <path d="M67.1663561,126.505639 C67.227647,125.977701 67.0606014,125.448712 66.707275,125.051851 C66.3539486,124.65499 65.8480024,124.428065 65.3168143,124.428208 C64.0699852,124.168207 62.8056831,124.000602 61.5342032,123.926759 C59.1562575,124.193962 56.9854092,122.551792 56.5941369,120.189773 C56.2344423,119.425852 56.3609109,118.521326 56.9163152,117.885496 C58.1095679,116.512482 59.1238327,115.043953 60.2574228,113.647061 C60.717366,113.232723 60.9799862,112.642565 60.9799862,112.023322 C60.9799862,111.404079 60.717366,110.813921 60.2574228,110.399583 C58.0976354,108.214699 55.9497805,106.029816 53.766128,103.856871 C53.4231754,103.490069 52.9436223,103.281891 52.4416175,103.281891 C51.9396127,103.281891 51.4600595,103.490069 51.117107,103.856871 C49.7925964,104.895586 48.3606932,105.791031 47.1197103,106.92526 C46.0885284,108.030975 44.4211294,108.255752 43.1342463,107.462526 C41.8163395,107.057936 40.903797,105.856545 40.8670661,104.477713 C40.7238758,102.686824 40.3301024,100.895936 40.1272494,99.1408654 C40.1399787,98.6093969 39.9176218,98.0994015 39.5196199,97.7472129 C39.121618,97.3950243 38.5885518,97.236552 38.0629222,97.3141593 L29.1612569,97.3141593 C28.6355253,97.2501876 28.107145,97.4104129 27.7053595,97.7556436 C27.303574,98.1008742 27.0654377,98.5992716 27.0491996,99.1289261 C26.7628189,101.14666 26.3213154,103.128577 26.15426,105.098554 C26.0587998,106.292479 25.4502409,106.650657 24.5314363,107.199863 C22.981854,108.394651 20.7606511,108.12349 19.5436399,106.590961 C18.5068545,105.662367 17.4150346,104.79719 16.2741275,104.000142 C15.8984393,103.581618 15.3626941,103.342555 14.8004604,103.342555 C14.2382267,103.342555 13.7024814,103.581618 13.3267933,104.000142 C11.0476806,106.220844 8.80436545,108.489302 6.58491539,110.7697 C6.21228013,111.106961 5.99966955,111.586237 5.99966955,112.088988 C5.99966955,112.591739 6.21228013,113.071015 6.58491539,113.408275 C7.4201923,114.387294 8.08841382,115.497645 8.97142083,116.38115 C9.83701284,117.035437 10.4066178,118.007639 10.5543918,119.082964 C10.7021657,120.15829 10.4159459,121.248234 9.75896763,122.111993 C9.44650017,122.836661 8.76589548,123.334834 7.98102108,123.413371 C5.91669387,123.640217 3.85236666,124.034213 1.78803945,124.296876 C1.2861959,124.301661 0.809086117,124.515651 0.471607039,124.887314 C0.134127961,125.258977 -0.0331369209,125.754631 0.0100928965,126.254914 C0.0100928965,129.275546 0.0100928965,132.224542 0.0100928965,135.30487 C-0.0456665043,135.835232 0.131462892,136.363688 0.495537928,136.75317 C0.859612964,137.142652 1.37476095,137.354784 1.90736472,137.334543 C3.09047459,137.562303 4.28570285,137.721757 5.48712289,137.812113 C7.91533753,137.489358 10.1607777,139.154564 10.558447,141.572979 C10.9170363,142.341053 10.7908436,143.248282 10.2362687,143.889194 C9.043016,145.274148 8.05261624,146.754616 6.90709363,148.12763 C6.43058949,148.571022 6.16998385,149.199589 6.1928822,149.850269 C6.21578055,150.500948 6.51992629,151.109618 7.0264189,151.518378 C8.33899689,152.839656 9.6595299,154.160934 10.9880179,155.482211 L13.3029282,157.774548 C13.6578385,158.209826 14.1843513,158.469209 14.7455617,158.485252 C15.306772,158.501296 15.8472274,158.272415 16.2263974,157.858123 C17.7776259,156.664197 19.3527195,155.470272 20.9278131,154.276346 C22.5029067,153.082421 25.8201493,154.550949 26.1184624,156.317959 C26.4645057,158.431207 26.7986165,160.556395 27.0611321,162.681582 C27.0579042,163.2117 27.2880303,163.716371 27.6903068,164.061374 C28.0925833,164.406377 28.6262316,164.556739 29.1493244,164.47247 L33.5524269,164.47247 C35.0439928,164.47247 36.5236262,164.47247 38.0151921,164.47247 C38.5092799,164.558521 39.0165501,164.428847 39.4088357,164.116211 C39.8011213,163.803575 40.0408991,163.337881 40.0675868,162.836792 C40.404797,161.367327 40.632144,159.874771 40.7477408,158.371511 C40.5313783,156.223144 42.0289199,154.279433 44.1604436,153.942047 C44.9244264,153.587371 45.8262798,153.723666 46.4514888,154.288286 C47.8714596,155.482211 49.3868905,156.568683 50.8187938,157.75067 C51.2002533,158.202477 51.7569852,158.468992 52.3479369,158.482689 C52.9388887,158.496387 53.5073579,158.255954 53.9093183,157.822305 C55.102571,156.711954 56.164566,155.589664 57.274291,154.467374 L60.7585889,150.885598 C61.0955824,150.550818 61.2790776,150.09142 61.265515,149.616461 C61.2519524,149.141502 61.0425414,148.693336 60.6869938,148.378354 C59.8491971,147.198109 58.9406584,146.069769 57.9663776,144.999545 C56.4190667,143.804183 56.1162881,141.587869 57.2862235,140.020876 C57.8709174,139.017978 58.3243534,138.409076 59.5414712,138.313562 C61.4506755,138.170291 63.3240823,137.788235 65.2213541,137.53751 C65.78204,137.551797 66.3212855,137.321722 66.6991355,136.906998 C67.0769855,136.492275 67.2561837,135.933795 67.1902211,135.376505 C67.142491,132.41557 67.1544235,129.466574 67.1663561,126.505639 Z M41.5591527,138.82695 C39.4757162,140.90099 36.6699908,142.086393 33.7314148,142.134124 L33.5882245,142.134124 C31.3151684,142.154404 29.092226,141.465863 27.2281875,140.164147 C23.2309568,137.387471 21.4790125,132.348705 22.8907507,127.689247 C24.302489,123.029789 28.5558553,119.812584 33.4211691,119.724142 L33.5404944,119.724142 C38.0599726,119.730526 42.1341324,122.450231 43.8753559,126.623178 C45.6165794,130.796124 44.6846809,135.607037 41.5114225,138.82695 L41.5591527,138.82695 Z" id="Shape" fill="#D5DADE" fill-rule="nonzero"></path>
140
+ <path d="M33.100304,142.07598 C31.0627724,141.963741 29.0960432,141.29466 27.4170662,140.142545 C24.4114223,138.027604 22.6209142,134.599527 22.6109455,130.940824 C22.5664316,125.034939 27.1670937,120.119621 33.100304,119.734059 L33.100304,97.3085942 L29.3635451,97.3085942 C28.8321423,97.2444955 28.2981922,97.4062242 27.8932142,97.7539441 C27.4882362,98.1016641 27.2498729,98.6030547 27.2368367,99.1346166 C26.9484695,101.139661 26.5039033,103.13277 26.3356891,105.10201 C26.2395666,106.295489 25.6267863,106.653532 24.701608,107.190598 C23.1475249,108.390427 20.9118039,108.130102 19.6792119,106.605793 C18.6321689,105.681169 17.5329939,104.816488 16.3870192,104.015944 C16.0087249,103.597577 15.4692633,103.358604 14.9031294,103.358604 C14.3369956,103.358604 13.7975339,103.597577 13.4192397,104.015944 C11.1283221,106.219902 8.86544031,108.463642 6.63059418,110.747164 C6.25478996,111.086454 6.04053509,111.567485 6.04053509,112.071926 C6.04053509,112.576366 6.25478996,113.057397 6.63059418,113.396687 C7.4716653,114.363405 8.1445222,115.47334 9.03365453,116.356514 C9.91580059,117.011157 10.4965254,117.990087 10.6456082,119.073792 C10.7946911,120.157497 10.4996572,121.255294 9.82666445,122.121016 C9.51202943,122.845414 8.82670347,123.3434 8.03638448,123.421908 C5.95773728,123.648669 3.87909008,124.042517 1.80044287,124.317017 C1.29619909,124.318472 0.815628256,124.529683 0.475414187,124.89937 C0.135200119,125.269056 -0.0335405275,125.763405 0.0101629098,126.262387 C0.0101629098,129.281889 0.0101629098,132.229781 0.0101629098,135.308956 C-0.0459832875,135.83912 0.132374835,136.367378 0.498975417,136.756715 C0.865575999,137.146051 1.3842975,137.358103 1.92059589,137.33787 C3.11191285,137.565545 4.31543227,137.724939 5.52518642,137.815261 C7.97422304,137.493152 10.2369963,139.164316 10.6316897,141.586654 C10.9896202,142.354908 10.8628001,143.260027 10.3072765,143.902003 C9.10574634,145.286438 8.10847629,146.754417 6.95500733,148.126917 C6.47519773,148.570144 6.21278431,149.198475 6.2358415,149.848911 C6.25889869,150.499348 6.56515426,151.107789 7.07516034,151.516397 C8.39684354,152.853093 9.73054203,154.16592 11.0642405,155.478746 C11.8452351,156.242573 12.6262298,157.006399 13.3952091,157.78216 C13.7543656,158.215713 14.2855207,158.472774 14.8506003,158.48652 C15.4156798,158.500266 15.9588663,158.269339 16.338958,157.853769 C17.9009472,156.66029 19.4869671,155.466811 21.0729869,154.273333 C22.6590067,153.079854 25.9992606,154.547833 26.2996432,156.314181 C26.6480869,158.426639 26.9845154,160.551031 27.248852,162.675423 C27.2462144,163.206041 27.477596,163.711205 27.88205,164.057852 C28.286504,164.4045 28.8234775,164.557874 29.3515298,164.477576 L33.064258,164.477576 L33.100304,142.07598 Z" id="Path" fill="#EDEFF1" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
141
+ <path d="M9.30715678,116.081922 C9.70480736,116.463231 10.053325,116.890992 10.3449035,117.355623 C11.5713147,115.475386 11.1194713,112.985323 9.30715678,111.636706 C8.62209868,110.915721 7.99334657,110.145073 7.42624088,109.331307 L6.66090268,110.095528 C6.25206503,110.453212 6.01823708,110.965296 6.01823708,111.502967 C6.01823708,112.040638 6.25206503,112.552722 6.66090268,112.910407 C7.58190288,113.954842 8.32129741,115.139383 9.30715678,116.081922 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
142
+ <path d="M34.1263699,115.349544 L33.9618789,115.349544 C27.8992045,115.400829 23.0246152,120.313597 23.0702263,126.326508 C23.0728702,126.99109 23.135787,127.654088 23.258216,128.307488 C24.2760455,123.231466 28.7438197,119.559178 33.9618789,119.509608 L34.0911218,119.509608 C39.3877533,119.500314 43.9419595,123.229234 44.935777,128.389058 C45.0800235,127.695378 45.1470049,126.988083 45.1355161,126.279897 C45.1417631,123.381114 43.9842565,120.599104 41.9186245,118.548257 C39.8529925,116.49741 37.0491723,115.346447 34.1263699,115.349544 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
143
+ <path d="M56.3667949,115.92681 C56.5297437,116.425043 56.7620744,116.904747 57.0587987,117.355623 C58.1947297,116.239363 59.2523205,114.944501 60.3882515,113.750103 C60.895315,113.364581 61.1854103,112.812122 61.1854103,112.231989 C61.1854103,111.651856 60.895315,111.099397 60.3882515,110.713875 L59.9573811,110.334347 C58.8997903,111.450607 57.8813694,112.656168 56.7846085,113.761265 C56.1588988,114.349878 55.9953462,115.197578 56.3667949,115.92681 L56.3667949,115.92681 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
144
+ <path d="M67.7029382,126.382979 L67.7029382,128.389058 C67.7029382,127.777579 67.7029382,127.1661 67.7029382,126.56535 C67.7129686,126.500983 67.7029382,126.436617 67.7029382,126.382979 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
145
+ <path d="M66.1481368,133.359552 C64.1778472,133.623583 62.2199493,134.025916 60.2496596,134.189364 C59.0104838,134.289948 58.5148134,134.918594 57.9076172,135.974719 C56.9238818,137.292027 56.9289541,139.113883 57.920009,140.425532 L57.920009,140.425532 C58.5272052,139.369407 58.998092,138.728188 60.2620514,138.627605 C62.2323411,138.47673 64.1902389,138.061823 66.1605286,137.810365 C66.7406561,137.821709 67.2972455,137.577816 67.6868439,137.141546 C68.0764424,136.705277 68.260937,136.119308 68.192777,135.534667 C68.192777,134.151645 68.192777,132.781197 68.192777,131.398176 C68.0812512,132.617749 67.3873127,133.196104 66.1481368,133.359552 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
146
+ <path d="M59.892113,147.446809 C58.9941169,148.376896 58.0961208,149.29506 57.1861515,150.2013 C56.060663,151.322175 54.9471479,152.44305 53.8096862,153.552001 C53.402268,153.982124 52.8307471,154.219915 52.23717,154.206273 C51.6435929,154.192631 51.0836946,153.928838 50.6966331,153.480456 C49.2718126,152.288035 47.7512059,151.226781 46.3263854,150.034361 C45.6964406,149.467306 44.7885999,149.32677 44.0155422,149.676635 C41.9066664,150.058456 40.4563361,152.003423 40.6989433,154.124363 C40.5829353,155.62179 40.3548087,157.1085 40.0164662,158.572091 C40.0025208,159.081684 39.7679888,159.560376 39.3732507,159.884929 C38.9785125,160.209482 38.4621358,160.348184 37.9570619,160.265328 C36.4604017,160.265328 34.9637416,160.265328 33.4790547,160.265328 L33.4191883,160.265328 C31.958448,160.265328 30.509681,160.265328 29.0489407,160.265328 C28.5227351,160.345555 27.9876396,160.192317 27.5846,159.845976 C27.1815605,159.499636 26.9509881,158.99492 26.9536165,158.464773 C26.7021776,156.342265 26.3669257,154.219756 26.0077273,152.109172 C25.7083952,150.34439 22.2241704,148.996955 20.8113232,150.070133 C19.398476,151.143312 17.6384037,152.454974 16.0938504,153.647394 C15.715088,154.062596 15.1738012,154.293319 14.6106979,154.279585 C14.0475946,154.265851 13.518297,154.009018 13.1603965,153.575849 C12.3941065,152.800776 11.6158433,152.037627 10.83758,151.274478 L7.16178266,147.625672 C7.01810329,147.804535 6.88639719,147.983398 6.73074454,148.150337 C6.2540264,148.594851 5.99465077,149.22364 6.01992627,149.873533 C6.04520176,150.523425 6.35263657,151.13035 6.86245063,151.53681 C8.17951156,152.856422 9.50455468,154.176034 10.83758,155.495646 L13.1603965,157.785093 C13.5165189,158.219822 14.04483,158.478878 14.6079571,158.494901 C15.1710842,158.510925 15.7133855,158.282332 16.0938504,157.868563 C17.6384037,156.676142 19.2308501,155.483722 20.8113232,154.291301 C22.3917963,153.098881 25.7083952,154.565558 26.0077273,156.33034 C26.3669257,158.440924 26.7021776,160.563433 26.9536165,162.685941 C26.9503776,163.215391 27.1812896,163.719426 27.58494,164.063994 C27.9885904,164.408561 28.5240614,164.558734 29.0489407,164.474572 L33.4790547,164.474572 C34.9637416,164.474572 36.4604017,164.474572 37.9570619,164.474572 C38.4522355,164.556563 38.9590936,164.425557 39.3517344,164.114096 C39.7443752,163.802635 39.985955,163.339945 40.0164662,162.840956 C40.3548282,161.373343 40.5829517,159.882668 40.6989433,158.381303 C40.4630726,156.264685 41.9117754,154.327109 44.0155422,153.9455 C44.7862779,153.592458 45.6938642,153.728272 46.3263854,154.291301 C47.7512059,155.483722 49.2718126,156.568824 50.6966331,157.749321 C51.0836946,158.197703 51.6435929,158.461496 52.23717,158.475138 C52.8307471,158.48878 53.402268,158.250989 53.8096862,157.820866 C55.0070143,156.711915 56.060663,155.59104 57.1861515,154.470165 C58.3116399,153.349289 59.5808077,152.085324 60.6703763,150.892903 C61.0100133,150.560162 61.1962614,150.102292 61.1854103,149.627951 C61.1735808,149.153611 60.965663,148.705087 60.6105099,148.388821 C60.359071,148.078791 60.1315786,147.768762 59.892113,147.446809 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
147
+ <path d="M10.2027845,139.422492 C10.2977501,139.292367 10.3996145,139.167315 10.5079493,139.047863 C11.0609428,138.39278 11.1888246,137.483092 10.8375273,136.703409 C10.4365502,134.250622 8.13775224,132.55845 5.64972551,132.884608 C4.42083802,132.791949 3.19822681,132.630561 1.98774779,132.401216 C1.44487073,132.434932 0.914122216,132.232655 0.534214398,131.84725 C0.154306579,131.461846 -0.0370048163,130.931616 0.0102798132,130.395137 C0.0102798132,131.80906 0.0102798132,133.235068 0.0102798132,134.648991 C-0.0464057747,135.183652 0.133210347,135.716461 0.502885217,136.110244 C0.872560086,136.504027 1.39617443,136.72031 1.93892142,136.703409 C3.14940044,136.932754 4.37201165,137.094143 5.60089914,137.186802 C7.45426455,136.918098 9.28346118,137.806759 10.2027845,139.422492 L10.2027845,139.422492 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
148
+ </g>
149
+ <g class="solutions-design-icon solutions-design-icon-dot1">
150
+ <circle xmlns="http://www.w3.org/2000/svg" id="Oval" fill="#FFE700" fill-rule="nonzero" cx="196.094225" cy="324.483283" r="5.51671733"/>
151
+ </g>
152
+ <g class="solutions-design-icon solutions-design-icon-dot2">
153
+ <circle id="Oval" fill="#FFE700" fill-rule="nonzero" cx="29.5896657" cy="189.072948" r="5.51671733"></circle>
154
+ </g>
155
+ <g class="solutions-design-icon solutions-design-icon5">
156
+ <g id="Group" opacity="0.3" style="mix-blend-mode: multiply;" transform="translate(50.151976, 230.699088)" fill="#023852" fill-rule="nonzero">
157
+ <path d="M0.713272543,2.24247104 L0.713272543,86.0965744 C0.713272543,86.7948677 1.27744517,87.3613462 1.97338737,87.3613462 L62.1617021,87.3613462 C62.4976271,87.3696696 62.8215395,87.2353335 63.0532928,86.9911772 C63.2884454,86.7531008 63.4208185,86.4317614 63.421817,86.0965744 L63.421817,21.6851721 C63.421817,21.5214535 63.3889025,21.359413 63.3267139,21.2080506 C63.2659634,21.0510858 63.1727797,20.9088055 63.0532928,20.7905693 L53.3408983,11.0453627 L43.6285039,1.30015608 C43.5106658,1.1802655 43.3688645,1.08676701 43.2124282,1.02581122 C43.0638561,0.954978845 42.9014038,0.918293076 42.7369132,0.918293076 L1.97338737,0.918293076 C1.63564129,0.912812509 1.31144902,1.05160185 1.08179669,1.30015608 C0.825626634,1.5437915 0.690602513,1.88904771 0.713272543,2.24247104 Z" id="Path"></path>
158
+ </g>
159
+ <path d="M54.1641337,230.002345 L54.1641337,313.692684 C54.1653658,314.027169 54.2987326,314.347835 54.5356505,314.585413 C54.7754248,314.819789 55.0976242,314.952141 55.4339342,314.954407 L116.086049,314.954407 C116.787215,314.954407 117.355623,314.389515 117.355623,313.692684 L117.355623,249.416218 C117.355623,249.252842 117.322462,249.091141 117.259806,248.940096 C117.193712,248.786014 117.100418,248.644923 116.984333,248.523489 L107.187052,238.798698 L97.4017481,229.073907 C97.2848665,228.957617 97.1466294,228.864682 96.9945262,228.800137 C96.8403086,228.730303 96.6729345,228.693009 96.5034644,228.693009 L55.4339342,228.693009 C55.09085,228.699265 54.7643251,228.840741 54.5262213,229.086302 C54.2881174,229.331863 54.1579477,229.661384 54.1641337,230.002345 Z" id="Path" fill="#F2F3F3" fill-rule="nonzero"></path>
160
+ <path d="M117.355623,249.756839 L117.355623,247.920914 L107.319326,237.811402 L97.2948328,227.68997 L97.2948328,227.68997 L97.2948328,245.667732 C97.2916984,246.75004 97.7166323,247.788936 98.4755055,248.554247 C99.2343788,249.319557 100.264536,249.748096 101.33774,249.744917 L117.355623,249.744917 L117.355623,249.756839 Z" id="Path" fill="#003A5D" fill-rule="nonzero" opacity="0.3" style="mix-blend-mode: multiply;"></path>
161
+ <path d="M117.355623,248.730185 L107.319317,238.717501 L97.2948328,228.693009 L97.2948328,246.498584 C97.2948328,247.744105 98.3057171,248.753799 99.5527061,248.753799 L117.355623,248.753799 L117.355623,248.730185 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
162
+ <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 264.917724 84.2553191 264.860078 105.307078 264.802432 105.319149 266.750865 105.319149 268.699298 84.2673901 268.756944 63.2035603 268.81459 63.1914894 266.866157"></polygon>
163
+ <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="63.1914894 242.820669 76.7203456 242.784195 90.261379 242.735562 90.261379 244.705167 90.2735562 246.674772 76.7325228 246.711246 63.2036666 246.74772 63.1914894 244.778116"></polygon>
164
+ <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 271.939 84.2492854 271.881354 105.307081 271.823708 105.307081 273.772141 105.319149 275.720574 84.2613529 275.77822 63.2035569 275.835866 63.2035569 273.887433"></polygon>
165
+ <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 291.919796 69.7051473 291.896264 76.2188052 291.884498 76.2188052 293.872929 76.231003 295.861359 69.7173451 295.873125 63.2036872 295.896657 63.2036872 293.908226"></polygon>
166
+ <polygon id="Path" fill="#A5B1B8" fill-rule="nonzero" points="63.1914894 297.938033 69.6990369 297.914501 76.2187938 297.902736 76.231003 299.891166 76.231003 301.879596 69.7112462 301.891362 63.2036986 301.914894 63.1914894 299.926463"></polygon>
167
+ </g>
168
+ <g class="solutions-design-icon solutions-design-icon3">
169
+ <path d="M363.612158,256.354612 L363.504467,256.187635 L363.38481,256.020657 L363.241222,255.85368 C363.200032,255.796231 363.151795,255.744143 363.097634,255.698629 L362.547212,255.149988 L361.984824,254.589421 L361.434402,254.04078 L360.872015,253.480212 L357.282307,249.902121 L353.632771,246.32403 L349.983235,242.686304 L346.333699,239.108213 L346.273871,239.108213 L346.273871,239.167848 L346.202077,239.227483 L346.142248,239.299045 L345.615758,238.762331 L345.077302,238.237544 L344.550811,237.712758 L344.024321,237.187971 C344.760891,236.222788 345.420996,235.201938 345.99866,234.134667 C346.578108,233.056781 347.074132,231.936364 347.482406,230.783188 C347.880181,229.615526 348.18819,228.419372 348.403764,227.205097 C348.614797,225.943685 348.722842,224.66729 348.726838,223.388466 C348.721882,217.348349 346.311818,211.557175 342.02605,207.287056 C337.747389,202.999947 331.927164,200.595225 325.8604,200.607903 C322.820093,200.611732 319.810646,201.215727 317.005788,202.385072 C315.650816,202.945675 314.355969,203.640952 313.14087,204.460364 C311.930104,205.268819 310.80013,206.191441 309.766545,207.215495 L309.766545,207.215495 L309.766545,207.215495 L309.766545,207.215495 L309.766545,207.215495 C308.699155,208.243739 307.740834,209.378812 306.906745,210.602754 C306.061887,211.831098 305.336664,213.137068 304.740954,214.502873 C302.954239,218.701574 302.466731,223.336604 303.340968,227.813372 C303.64013,229.277145 304.085065,230.707514 304.66916,232.083228 C305.248539,233.440148 305.957795,234.738239 306.787088,235.959493 C307.60254,237.169776 308.536449,238.29643 309.575094,239.322899 C314.814974,244.559893 322.27753,246.938583 329.593696,245.703828 C330.813288,245.48986 332.013704,245.178762 333.183404,244.773524 C334.346199,244.371665 335.474624,243.877084 336.557729,243.29458 C337.631256,242.718983 338.655745,242.056815 339.620946,241.314703 L340.147437,241.851416 L340.673927,242.376203 L341.200417,242.90099 L341.726908,243.425776 L341.58332,243.5689 L341.451697,243.712024 L341.308109,243.855147 L341.16452,243.986344 L345.376444,248.172711 L349.576402,252.371004 L353.77636,256.557371 L357.976317,260.743737 C358.211625,260.976826 358.477239,261.177398 358.766053,261.340086 C359.048268,261.495 359.350121,261.611338 359.66348,261.685968 C359.973427,261.757629 360.290594,261.793313 360.60877,261.793313 C360.925378,261.782902 361.239212,261.730766 361.542094,261.63826 L361.625853,261.63826 L361.709613,261.63826 L361.781407,261.63826 L361.865167,261.63826 L362.188241,261.48321 C362.293056,261.43249 362.393161,261.372621 362.487383,261.304305 C362.591644,261.243636 362.691594,261.17589 362.786526,261.101546 L363.049771,260.85108 L363.049771,260.85108 C363.344194,260.56264 363.583426,260.22314 363.755747,259.849215 C363.933719,259.495044 364.043313,259.110682 364.07882,258.716152 C364.173596,257.92429 363.991901,257.12405 363.564296,256.450028 L363.612158,256.354612 Z" id="Path" fill="#003A5D" fill-rule="nonzero" opacity="0.3" style="mix-blend-mode: multiply;"></path>
170
+ <path d="M346.048632,221.678345 C346.052584,213.968672 341.409645,207.016388 334.286247,204.065489 C327.162849,201.114591 318.962984,202.746686 313.51278,208.200225 C308.699106,213.015494 306.820296,220.032757 308.584078,226.608681 C310.34786,233.184605 315.486274,238.320149 322.063729,240.080805 C328.641185,241.84146 335.65841,239.959741 340.472083,235.144473 C344.044516,231.573583 346.050676,226.729148 346.048632,221.678345 L346.048632,221.678345 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
171
+ <path d="M326.183654,205.049168 C333.841164,205.05188 340.753717,209.654344 343.734848,216.734971 C344.7296,219.087105 345.239374,221.617159 345.233413,224.172485 C345.232373,224.928571 345.188344,225.683981 345.101539,226.43503 C345.017538,227.172205 344.889429,227.903638 344.717906,228.625366 C344.545836,229.334915 344.333697,230.034064 344.082515,230.719423 C343.843216,231.399652 343.558853,232.063048 343.23133,232.705167 C343.682795,231.975677 344.083371,231.215664 344.430182,230.430588 C344.777261,229.649655 345.06969,228.845385 345.305344,228.023625 C345.551155,227.179706 345.735465,226.31895 345.856816,225.448175 C345.981185,224.550905 346.045268,223.646251 346.048632,222.740342 C346.048632,217.666437 344.039965,212.800522 340.464849,209.213858 C336.889733,205.627194 332.041272,203.613832 326.986885,203.617021 C325.169416,203.618805 323.361295,203.878105 321.616028,204.387253 C316.536123,205.894591 312.307387,209.451031 309.93921,214.20766 C310.767234,212.838213 311.770866,211.583887 312.924351,210.476868 C314.066705,209.357593 315.348051,208.39085 316.736701,207.600548 C318.139097,206.787021 319.642779,206.1638 321.208419,205.747187 C322.828428,205.292958 324.501664,205.058205 326.183654,205.049168 Z" id="Path" fill="#0097D7" fill-rule="nonzero" opacity="0.3" style="mix-blend-mode: multiply;"></path>
172
+ <path d="M344.506249,235.714286 L344.128008,236.201239 C343.888455,236.500902 343.53543,236.912939 343.119365,237.37492 C342.703299,237.8369 342.211586,238.348825 341.694656,238.835778 C341.175897,239.319589 340.619419,239.762132 340.030395,240.159291 L341.177727,241.308 L342.337666,242.456709 L343.484998,243.605418 L344.644937,244.741641 L345.741837,243.63039 L346.851344,242.506653 L347.948243,241.395402 L349.057751,240.271664 L347.923027,239.135441 L346.788304,237.999218 L345.640972,236.850509 L344.506249,235.714286 Z" id="Path" fill="url(#linearGradient-1)" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
173
+ <path d="M339.989861,235.714286 L326.469094,222.203312 L312.948328,208.680307 C314.100888,206.883437 315.695577,205.412766 317.579552,204.409251 C320.815393,202.616611 325.891695,201.521777 333.217448,204.313002 C339.722396,206.552187 344.514012,212.126467 345.751824,218.894748 C346.890364,225.122255 344.707668,231.493685 339.989861,235.714286 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero" opacity="0.2"></path>
174
+ <path d="M356.079027,246.50058 L353.355748,243.804218 L350.644519,241.131717 L347.933289,238.447285 L345.23411,235.727061 C346.733456,233.789557 347.9092,231.626465 348.716533,229.320218 C349.119072,228.15276 349.429289,226.95607 349.644376,225.740976 C349.86284,224.479903 349.971688,223.202605 349.969724,221.923117 C350.160778,213.655354 345.815198,205.93337 338.613791,201.743915 C331.412384,197.55446 322.484363,197.55446 315.282956,201.743915 C308.081548,205.93337 303.735969,213.655354 303.927023,221.923117 C303.927016,234.499182 314.216648,244.69779 326.918249,244.710959 C328.214271,244.707463 329.507866,244.599732 330.786269,244.388827 C332.014445,244.174791 333.223309,243.863593 334.401242,243.458224 C336.736097,242.657698 338.925185,241.48937 340.884093,239.99829 L343.595322,242.682722 L346.318601,245.379084 L349.041881,248.063516 L351.75311,250.759878 L352.825552,249.698037 L353.897994,248.636195 L354.970436,247.574353 L356.079027,246.50058 Z M326.918249,239.938636 C320.810702,239.94484 315.107974,236.914719 311.736924,231.872104 C308.365873,226.829489 307.77685,220.448038 310.168876,214.883941 C312.018901,210.590646 315.472649,207.171035 319.808802,205.339295 C324.325002,203.439688 329.427146,203.439688 333.943345,205.339295 C341.981183,208.623429 346.539671,217.088241 344.8146,225.526499 C343.08953,233.964757 335.565098,240.007993 326.870049,239.938636 L326.918249,239.938636 Z" id="Shape" fill="#D2D8DC" fill-rule="nonzero"></path>
175
+ <g id="Group" opacity="0.6" style="mix-blend-mode: multiply;" transform="translate(302.917933, 205.623100)" fill="#D2D8DC" fill-rule="nonzero">
176
+ <path d="M26.5018471,38.3480243 C18.7877657,38.3415122 11.5533559,34.6367244 7.08447291,28.404262 C2.61558987,22.1717995 1.46431335,14.1816124 3.99441197,6.95835866 C4.41734245,5.73049424 4.9454782,4.54074562 5.57304185,3.40212766 C6.19178865,2.28767977 6.89544542,1.22166601 7.67788169,0.21337386 C5.54154835,2.28316994 3.83509434,4.74784144 2.65496844,7.46808511 C-0.417905879,14.4752463 0.284002005,22.5462432 4.52133548,28.9287967 C8.75866895,35.3113502 15.9592012,39.1435342 23.6674889,39.1186625 C24.2774141,39.1186625 24.8634206,39.1186625 25.4853051,39.0474164 C26.1071896,38.9762918 26.6812368,38.9288754 27.2552841,38.8458967 C27.8293313,38.7629179 28.4512158,38.6325228 28.9893851,38.5021277 C29.5275544,38.3717325 30.1135609,38.2057751 30.6756488,38.0279635 L29.6471475,38.193921 L28.6066869,38.3006079 C28.2598667,38.3006079 27.9130465,38.3006079 27.554267,38.3717325 L26.5018471,38.3480243 Z" id="Path"></path>
177
+ </g>
178
+ <path d="M364.044584,259.778846 L364.044584,259.778846 C365.074055,258.75272 365.387758,257.2112 364.84093,255.865633 C364.666339,255.411286 364.394579,255.000388 364.044584,254.661567 L359.809471,250.435297 L355.598489,246.209027 L351.363376,241.982757 L347.152394,237.720365 L345.873414,238.996674 L344.594434,240.272984 L343.315454,241.549293 L342.036474,242.825603 L346.283653,247.051873 L350.518766,251.278143 L354.75388,255.504413 L358.988993,259.742724 C359.334644,260.081561 359.744946,260.347701 360.195578,260.525366 C361.538215,261.068741 363.076194,260.76084 364.104913,259.742724 L364.044584,259.778846 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
179
+ <path d="M364.109902,254.902735 L363.579934,254.362797 L363.049966,253.834346 L362.508477,253.294408 L361.978509,252.765957 C362.305788,253.092593 362.56088,253.483918 362.727377,253.914763 C363.066792,254.747107 363.066792,255.678718 362.727377,256.511063 C362.56088,256.941907 362.305788,257.333232 361.978509,257.659868 C360.996666,258.640041 359.521671,258.938721 358.234171,258.418079 C357.803923,258.243247 357.412433,257.985604 357.082067,257.659868 L357.612035,258.188318 L358.153524,258.728257 L358.683492,259.256707 L359.213459,259.796646 C359.543503,260.119932 359.935279,260.373857 360.365564,260.543369 C361.649451,261.055807 363.116079,260.755814 364.093952,259.780741 C365.071825,258.805668 365.372679,257.34324 364.85877,256.063029 C364.69692,255.626473 364.441333,255.230467 364.109902,254.902735 Z" id="Path" fill="url(#linearGradient-2)" fill-rule="nonzero"></path>
180
+ </g>
181
+ <g class="solutions-design-icon solutions-design-icon2">
182
+ <polygon id="Path" fill="#003A5D" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;" points="351.06383 137.952604 319.267214 138.192014 287.482624 138.419453 287.181976 97.5282574 286.869301 56.6490324 318.665917 56.4096226 350.450506 56.1702128 350.751155 97.0614083"></polygon>
183
+ <polygon id="Path" fill="#0099DA" fill-rule="nonzero" points="352.066869 133.955663 321.776945 134.181479 291.475146 134.407295 291.178303 94.0100105 290.881459 53.6008411 321.171384 53.3869102 351.473182 53.1610942 351.770026 93.5583786"></polygon>
184
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 65.9526656 316.464988 66.0766367 298.929862 66.2006079 298.917818 64.8143848 298.905775 63.4394317 316.452945 63.3154605 333.988071 63.1914894 334.000115 64.5777125"></polygon>
185
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 71.9709026 316.464988 72.0948738 298.929862 72.218845 298.917818 70.8326218 298.905775 69.4576688 316.440902 69.3336976 333.988071 69.2097264 334.000115 70.5959496"></polygon>
186
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 77.9891397 316.464988 78.1131109 298.917818 78.2370821 298.905775 76.8508589 298.905775 75.4759059 316.440902 75.3519347 333.988071 75.2279635 334.000115 76.6029166"></polygon>
187
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="335.015198 84.0177572 317.474045 84.1421944 299.932893 84.2553191 299.920854 82.8751971 299.908815 81.4837626 317.449967 81.3706378 334.991119 81.2462006 335.003158 82.6263226"></polygon>
188
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 103.229483 304.941487 103.265306 299.932114 103.31307 299.920464 101.844333 299.908815 100.387538 304.918187 100.339774 309.91591 100.303951 309.92756 101.772688"></polygon>
189
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 109.24772 304.929837 109.283543 299.932114 109.331307 299.920464 107.862571 299.908815 106.393834 304.906538 106.358011 309.91591 106.322188 309.92756 107.790925"></polygon>
190
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 116.280652 304.935675 116.316618 299.932141 116.352584 299.920478 114.889984 299.908815 113.427385 304.912349 113.379431 309.927546 113.343465 309.927546 114.818053"></polygon>
191
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="309.93921 122.29889 304.935675 122.334855 299.932141 122.370821 299.920478 120.908221 299.908815 119.433633 304.912349 119.397668 309.915883 119.361702 309.927546 120.824302"></polygon>
192
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="333.009119 103.183772 323.486293 103.254298 313.963468 103.31307 313.963468 101.879037 313.951368 100.433249 323.474193 100.374478 332.997018 100.303951 333.009119 101.737984"></polygon>
193
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 109.202009 324.495375 109.260781 314.978592 109.331307 314.9665 107.897274 314.954407 106.451487 324.47119 106.392715 333.987973 106.322188 334.000066 107.756222"></polygon>
194
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 115.220246 324.495375 115.290772 314.978592 115.349544 314.9665 113.915511 314.954407 112.469724 324.47119 112.399197 333.987973 112.340426 334.000066 113.774459"></polygon>
195
+ <polygon id="Path" fill="#80CBEB" fill-rule="nonzero" points="334.012158 121.238986 324.495375 121.297529 314.978592 121.367781 314.9665 119.939328 314.954407 118.499166 324.47119 118.428914 333.987973 118.358663 334.000066 119.798824"></polygon>
196
+ </g>
197
+ <g class="solutions-design-icon solutions-design-icon1">
198
+ <path d="M260.790274,27.3858613 L260.790274,27.3858613 L260.790274,7.90753036 C260.790274,6.34804478 260.160615,4.85181885 259.039269,3.74458409 C258.486052,3.19995514 257.829776,2.76611525 257.107125,2.46731649 C256.369139,2.16379976 255.576897,2.00701502 254.776477,2.00607903 L217.655173,2.00607903 C216.850688,2.0054433 216.054184,2.16225899 215.312449,2.46731649 C214.598628,2.75854237 213.950311,3.18450845 213.404458,3.72093099 C212.272778,4.83204422 211.638515,6.33816036 211.641337,7.90753036 L211.641337,44.2623509 C211.63556,45.825345 212.270767,47.3251807 213.404458,48.4252972 C213.949835,48.9652515 214.598072,49.3951831 215.312449,49.6907382 C216.054184,49.9957957 216.850688,50.1526114 217.655173,50.1519757 L254.377973,50.1519757 C256.944257,50.1430703 259.259914,48.6420184 260.27101,46.3319975 C260.602888,45.5570018 260.771301,44.7242785 260.766122,43.8839012 L260.766122,33.8313321 L260.766122,33.8313321 L260.766122,27.3858613 L260.790274,27.3858613 Z" id="Path" fill="#191F35" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;"></path>
199
+ <path d="M256.352564,48.1458967 L220.030865,48.1458967 C219.176634,48.1458967 218.331212,47.9765012 217.545061,47.6489016 C216.791018,47.3296658 216.103706,46.8764692 215.517803,46.3121772 C214.931613,45.739329 214.464427,45.0603817 214.142164,44.3130053 C213.816437,43.5402035 213.648354,42.7123164 213.647416,41.8761449 L213.647416,6.26959231 C213.648354,5.43342075 213.816437,4.60553368 214.142164,3.8327319 C214.464707,3.08899401 214.931956,2.41397462 215.517803,1.84538944 C216.099937,1.27359369 216.787984,0.815897086 217.545061,0.496835617 C218.331212,0.169235945 219.176634,0 220.030865,0 L256.352564,0 C257.210693,0 258.060054,0.169227418 258.850435,0.496835617 C259.624702,0.810594033 260.329554,1.2685656 260.925961,1.84538944 C261.511908,2.4114331 261.975641,3.08730201 262.289533,3.8327319 C262.624989,4.60301516 262.79741,5.43204933 262.796353,6.26959231 L262.796353,41.8761449 C262.79741,42.7136879 262.624989,43.542722 262.289533,44.3130053 C261.975893,45.0620473 261.51223,45.7418363 260.925961,46.3121772 C260.340058,46.8764692 259.652747,47.3296658 258.898704,47.6489016 C258.093363,47.9827706 257.226936,48.151839 256.352564,48.1458967 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
200
+ <polygon id="Path" fill="url(#linearGradient-3)" fill-rule="nonzero" style="mix-blend-mode: multiply;" points="240.729483 49.1489362 242.069044 49.1489362 243.408605 49.1489362 244.748165 49.1489362 246.075765 49.1489362 250.261892 45.0121802 254.436059 40.8754242 258.610226 36.7386682 262.796353 32.5899216 262.796353 30.9592004 262.796353 29.3284792 262.796353 27.7097486 262.796353 26.0790274 257.593595 27.5658614 252.390837 29.064686 247.188079 30.5635107 241.985321 32.0503447 241.674352 36.3309879 241.363383 40.5996404 241.040453 44.8802836"></polygon>
201
+ <path d="M244.413844,43.1359226 C244.570753,42.2002537 244.727662,41.3119604 244.908711,40.4710428 C245.08976,39.6301251 245.282879,38.8365831 245.512208,38.1022607 C245.740563,37.3740294 246.018805,36.6617723 246.345034,35.9703568 C246.683593,35.29048 247.087771,34.6440058 247.552027,34.0397995 C247.958271,33.4676809 248.46022,32.9671223 249.036629,32.5593107 C249.606878,32.1609068 250.23298,31.8457388 250.895398,31.6236417 C251.684379,31.3570749 252.490896,31.1433929 253.309385,30.9840706 C254.25084,30.7827241 255.325064,30.5932215 256.568267,30.3681873 C257.383664,30.2358777 258.189884,30.0539196 258.982254,29.8233674 C259.491854,29.6808293 259.991744,29.5067704 260.478925,29.3022353 C260.749527,29.1812956 261.011621,29.0428104 261.263471,28.8876985 L261.51694,28.6981959 L261.51694,28.6981959 C261.681638,28.5467458 261.831183,28.3801711 261.963527,28.2007517 C262.0981,28.0242468 262.219132,27.8381807 262.325625,27.6440879 C262.536048,27.2718359 262.694382,26.873453 262.796353,26.4596968 L262.796353,5.92235634 C262.795372,5.10693555 262.622789,4.30049966 262.289415,3.55357427 C261.987778,2.85292047 261.548999,2.21713646 260.997933,1.68223644 C259.867224,0.587690064 258.337507,-0.0178557876 256.749316,0 L219.646341,0 C218.053039,0.00386408658 216.525781,0.62546662 215.397725,1.72961208 C214.271027,2.84429164 213.641519,4.35238051 213.647416,5.92235634 L213.647416,42.3068489 C213.641482,43.0925731 213.801777,43.8709746 214.118312,44.5927236 C215.077715,46.7498278 217.247833,48.1446841 219.646341,48.1458967 L240.406626,48.1458967 L240.587675,48.1458967 L240.780794,48.1458967 L240.961843,48.1458967 L241.142892,48.1458967 C241.374476,48.0242833 241.596387,47.8857117 241.806739,47.7313598 C242.151998,47.4649557 242.471218,47.1675734 242.760263,46.8430665 C243.140834,46.4041863 243.461385,45.918429 243.713788,45.3981095 C244.061457,44.6827736 244.297451,43.9201736 244.413844,43.1359226 Z" id="Path" fill="#E2E6E8" fill-rule="nonzero"></path>
202
+ <path d="M257.136129,30.5559478 C255.932722,30.780853 254.837622,30.9228983 253.910999,31.0886179 C253.094251,31.2014342 252.288971,31.3836173 251.504185,31.633125 C250.848614,31.8524547 250.228526,32.163404 249.662973,32.5564198 C249.038531,33.016236 248.469273,33.5444077 247.96617,34.1307557 C247.469643,34.7070559 247.063978,35.3534777 246.762763,36.0483679 C246.452212,36.7548666 246.194794,37.4828314 245.992583,38.2263966 C245.775969,38.9839718 245.595458,39.7888954 245.426981,40.593819 C245.258505,41.3987427 245.114096,42.3457116 244.957653,43.2926806 C244.842226,44.0191148 244.619234,44.7249985 244.295779,45.3878495 C244.052083,45.9122031 243.731803,46.398718 243.345088,46.8319772 C243.063164,47.1621514 242.744247,47.4599649 242.394397,47.7197606 C242.105579,47.9328286 241.864898,48.0630369 241.732523,48.1458967 L241.852863,48.1458967 L241.96117,48.1458967 L242.081511,48.0867111 L242.189817,48.0867111 L242.502703,47.8973173 C242.61101,47.8262946 242.743384,47.7434348 242.863725,47.6487379 C243.010482,47.5463128 243.151113,47.4356494 243.284917,47.3172988 L243.754246,46.9029999 L243.754246,46.9029999 L243.814416,46.8319772 L243.886621,46.8319772 L243.886621,46.7609545 L247.280228,43.4110517 L253.297262,37.43331 L259.12175,31.7159848 L261.793313,29.0881459 C261.716108,29.1598749 261.631397,29.2233602 261.540598,29.2775397 C261.29257,29.4376951 261.030845,29.5763175 260.758383,29.6918386 C260.277442,29.9012428 259.782969,30.0791865 259.278193,30.2245087 C258.869035,30.1889973 258.098854,30.3783911 257.136129,30.5559478 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
203
+ <path d="M245.465133,29.3188443 L245.35704,29.3188443 L245.248947,29.3188443 C245.137962,29.2970289 245.023643,29.2970289 244.912658,29.3188443 C244.57371,29.3512021 244.247988,29.4640239 243.963843,29.6474908 C243.654176,29.8556673 243.308207,30.0068208 242.942965,30.0935111 C242.556613,30.149293 242.162007,30.1005808 241.801984,29.9526626 C241.02237,29.7036926 240.385935,29.1456225 240.048477,28.4150663 C239.689656,27.6768406 239.663522,26.8255103 239.976415,26.0675911 L240.072497,25.8328436 L240.15657,25.6098334 L240.15657,25.6098334 L240.15657,25.5511465 C240.453966,24.8023081 241.04688,24.2017214 241.801984,23.8844391 C242.567794,23.557808 243.438239,23.557808 244.204049,23.8844391 C244.56505,24.0225895 244.886469,24.2440809 245.140855,24.5299948 C245.346514,24.8393884 245.496787,25.1807342 245.585237,25.5394091 C245.66812,25.8613458 245.828739,26.1591843 246.053639,26.407975 C246.132347,26.4905572 246.226,26.558206 246.329877,26.6075104 L246.43797,26.6075104 L246.546063,26.6075104 C246.758075,26.6904477 246.994619,26.6904477 247.206631,26.6075104 C247.418094,26.5148025 247.585552,26.3469533 247.675033,26.1380153 L248.695911,23.56753 L249.716788,20.9853072 C249.770189,20.857402 249.770189,20.7141416 249.716788,20.5862364 C249.657716,20.4605976 249.549559,20.3633547 249.41653,20.3162768 L246.534052,19.2129634 L243.663585,18.1213874 L243.663585,18.1213874 C243.302357,18.0035017 242.95266,17.8542318 242.618686,17.6753671 C242.186315,17.4171449 241.801984,17.0884983 241.934098,16.7129023 C242.066211,16.3373063 242.186315,16.3842558 242.474562,16.2316699 C242.981925,15.9576905 243.4403,15.6048737 243.831729,15.1870434 L243.831729,15.1870434 L243.831729,15.1870434 L243.831729,15.1870434 C244.009933,15.0121639 244.163423,14.8147939 244.288121,14.6001746 C244.414817,14.3730188 244.515511,14.1329095 244.58838,13.8841947 C244.773801,13.1870407 244.705881,12.4486047 244.396214,11.7949417 C244.084235,11.1373597 243.543777,10.6091842 242.870903,10.3042949 C242.085075,9.95648668 241.187595,9.93921696 240.388366,10.2565248 C239.589137,10.5738327 238.958254,11.1978892 238.643269,11.9827397 C238.551332,12.2134086 238.486853,12.4536479 238.451103,12.6987197 C238.421171,12.9404102 238.421171,13.1847464 238.451103,13.426437 C238.473533,13.9227825 238.570658,14.4131917 238.739351,14.8818716 C238.835434,15.1635687 238.907496,15.3161545 238.739351,15.5626394 C238.571207,15.8091243 238.066773,15.9147607 237.538319,15.8091243 C237.166668,15.728071 236.804473,15.6100833 236.457389,15.4570031 L236.457389,15.4570031 L233.586922,14.3771645 L230.728464,13.2973259 C230.597846,13.2438542 230.450732,13.2438542 230.320113,13.2973259 C230.187799,13.3536083 230.08401,13.4592644 230.031865,13.5907603 L229.010988,16.1612456 L227.99011,18.731731 C227.899352,18.9418522 227.899352,19.1789028 227.99011,19.3890241 C228.078565,19.5973589 228.253091,19.7593902 228.470523,19.8350444 L228.578616,19.8350444 L228.686709,19.8350444 C228.801673,19.8574942 228.920045,19.8574942 229.035008,19.8350444 C229.373136,19.7991269 229.698022,19.6865943 229.983824,19.5063978 C230.289322,19.298593 230.631288,19.1474098 230.992691,19.0603775 C231.379037,19.0039876 231.773811,19.0527205 232.133672,19.201226 C232.914821,19.4475939 233.552203,20.0064948 233.88718,20.7388223 C234.246001,21.477048 234.272135,22.3283783 233.959242,23.0862975 L233.959242,23.1567218 L233.959242,23.1567218 L233.87517,23.3797319 L233.779087,23.6144795 C233.481328,24.3603497 232.888005,24.9571187 232.133672,25.2694495 C231.369114,25.6018888 230.496166,25.6018888 229.731607,25.2694495 C229.367716,25.136599 229.04505,24.9142487 228.794802,24.6238938 C228.589138,24.318747 228.438812,23.9812511 228.35042,23.6262168 C228.270746,23.3030881 228.109738,23.0045284 227.882017,22.757651 C227.807742,22.6703507 227.712971,22.6018942 227.60578,22.5581156 L227.497687,22.5581156 L227.389594,22.5581156 C227.178627,22.4700378 226.939993,22.4700378 226.729026,22.5581156 C226.515369,22.6477278 226.346882,22.8166074 226.260623,23.0276107 L224.987529,26.220177 L223.714434,29.3892685 C223.665604,29.4977121 223.665604,29.6212088 223.714434,29.7296524 C223.763558,29.8441787 223.859315,29.9335055 223.978662,29.9761373 L227.365573,31.2672487 L230.752485,32.5583601 C230.949168,32.6348075 231.168329,32.6348075 231.365012,32.5583601 C231.560412,32.4785966 231.715765,32.3267747 231.797383,32.1358145 L231.917487,31.8658549 L232.03759,31.5958952 C232.075539,31.4937505 232.099762,31.3872244 232.109652,31.2789861 C232.127137,31.1740408 232.127137,31.0670222 232.109652,30.9620769 C231.985778,30.6115299 231.932751,30.240807 231.953517,29.8705009 C231.961309,29.4634491 232.059668,29.0629325 232.241765,28.6967633 C232.55238,28.0493911 233.095052,27.5357554 233.767077,27.2530661 C234.435958,26.9714182 235.186104,26.9339302 235.880894,27.1474297 C236.679188,27.390877 237.338135,27.9474523 237.700233,28.6841211 C238.06233,29.42079 238.095037,30.2713513 237.790536,31.0325012 C237.513182,31.7589803 236.945125,32.3437922 236.217183,32.6522591 C236.099194,32.7059602 235.993108,32.7817226 235.904914,32.8752692 C235.817793,32.9658109 235.75218,33.0740177 235.712749,33.1921784 L235.604656,33.4856128 L235.496563,33.7907846 C235.448522,33.9034634 235.448522,34.030227 235.496563,34.1429058 C235.550505,34.2514263 235.645123,34.3354885 235.760791,34.3776534 L239.363888,35.7274516 L242.906934,37.0772499 C243.022233,37.1241994 243.151945,37.1241994 243.267244,37.0772499 C243.378288,37.0245346 243.464305,36.9320662 243.50745,36.8190276 L244.780545,33.6381987 L246.053639,30.4573697 C246.144397,30.2472485 246.144397,30.0101979 246.053639,29.8000767 C245.951595,29.5539832 245.731,29.3735987 245.465133,29.3188443 L245.465133,29.3188443 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
204
+ </g>
205
+ <g class="solutions-design-icon solutions-design-icon7">
206
+ <path d="M120.903789,18.0547112 L94.7497061,18.0547112 C94.0940954,18.0533934 93.4648451,18.3127465 93.0005853,18.7756612 C92.5409311,19.2420853 92.282156,19.8699331 92.2796353,20.524782 L92.2796353,46.6788654 C92.2765021,47.3349255 92.5357225,47.9650291 92.9996324,48.428939 C93.4635423,48.892849 94.093646,49.1520694 94.7497061,49.1489362 L120.903789,49.1489362 C121.558638,49.1464154 122.186486,48.8876403 122.65291,48.4279862 C123.115825,47.9637264 123.375178,47.3344761 123.37386,46.6788654 L123.37386,20.524782 C123.376993,19.8687219 123.117773,19.2386183 122.653863,18.7747084 C122.189953,18.3107984 121.559849,18.051578 120.903789,18.0547112 L120.903789,18.0547112 Z" id="Path" fill="#191F35" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;"></path>
207
+ <path d="M122.874411,17.052127 L96.7557849,17.052127 C96.0997249,17.0489689 95.4696213,17.3078869 95.0057114,17.7712558 C94.5418015,18.2346246 94.2825811,18.8639933 94.2857143,19.5192882 L94.2857143,45.6782802 C94.2825811,46.333575 94.5418015,46.9629438 95.0057114,47.4263126 C95.4696213,47.8896814 96.0997249,48.1485995 96.7557849,48.1454414 L122.874411,48.1454414 C123.536579,48.1581711 124.175876,47.9034854 124.647512,47.4390663 C125.119147,46.9746473 125.383215,46.3397902 125.379939,45.6782802 L125.379939,19.5192882 C125.383215,18.8577782 125.119147,18.2229211 124.647512,17.7585021 C124.175876,17.294083 123.536579,17.0393972 122.874411,17.052127 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
208
+ <polygon id="Path" fill="#023852" fill-rule="nonzero" points="116.352584 31.229577 115.05912 31.229577 113.777309 31.229577 112.483845 31.229577 111.202034 31.229577 111.202034 29.947766 111.202034 28.6543022 111.202034 27.3608384 111.202034 26.0790274 110.514517 26.0790274 109.827 26.0790274 109.151136 26.0790274 108.46362 26.0790274 108.46362 27.3608384 108.46362 28.6543022 108.46362 29.947766 108.46362 31.229577 107.181809 31.229577 105.888345 31.229577 104.594881 31.229577 103.31307 31.229577 103.31307 31.9170938 103.31307 32.6046106 103.31307 33.2804746 103.31307 33.9679914 104.594881 33.9679914 105.888345 33.9679914 107.181809 33.9679914 108.46362 33.9679914 108.46362 35.2498024 108.46362 36.5432662 108.46362 37.8250772 108.46362 39.118541 109.151136 39.118541 109.827 39.118541 110.514517 39.118541 111.202034 39.118541 111.202034 37.8250772 111.202034 36.5432662 111.202034 35.2498024 111.202034 33.9679914 112.483845 33.9679914 113.777309 33.9679914 115.05912 33.9679914 116.352584 33.9679914 116.352584 33.2804746 116.352584 32.6046106 116.352584 31.9170938"></polygon>
209
+ </g>
210
+ <g class="solutions-design-icon solutions-design-icon4">
211
+ <path d="M263.323608,292.887538 L237.181319,292.887538 C236.52647,292.89003 235.898621,293.148805 235.432197,293.608459 C234.969282,294.072718 234.709928,294.701968 234.711246,295.357578 L234.711246,321.511643 C234.708113,322.167702 234.967334,322.797805 235.431244,323.261715 C235.895154,323.725625 236.525259,323.984845 237.181319,323.981763 L263.323608,323.981763 C263.979995,323.986999 264.610717,323.72704 265.072731,323.260762 C265.539981,322.798444 265.803687,322.168954 265.805471,321.511643 L265.805471,295.357578 C265.798966,293.991503 264.689701,292.887538 263.323608,292.887538 L263.323608,292.887538 Z" id="Path" fill="#191F35" fill-rule="nonzero" opacity="0.2" style="mix-blend-mode: multiply;"></path>
212
+ <path d="M265.341477,290.881459 L239.199188,290.881459 C237.833839,290.89428 236.730146,291.997971 236.717325,293.363318 L236.717325,319.505564 C236.719109,320.162875 236.982815,320.792365 237.450066,321.254683 C237.912079,321.720961 238.542801,321.98092 239.199188,321.975684 L265.341477,321.975684 C265.997538,321.978766 266.627642,321.719546 267.091552,321.255636 C267.555463,320.791726 267.814683,320.161623 267.81155,319.505564 L267.81155,293.363318 C267.81155,291.997227 266.707554,290.887964 265.341477,290.881459 L265.341477,290.881459 Z" id="Path" fill="#14375A" fill-rule="nonzero"></path>
213
+ <polygon id="Path" fill="#1999D6" fill-rule="nonzero" points="252.765957 310.808025 252.204733 311.345962 251.643508 311.872454 251.082284 312.410391 250.521059 312.948328 249.326965 311.803781 248.13287 310.659234 246.938776 309.514687 245.744681 308.37014 246.305905 307.832202 246.795484 307.237038 247.356709 306.710546 247.917933 306.172609 248.562744 306.790665 249.219496 307.40872 249.864307 308.038221 250.509119 308.656276 252.276379 306.973792 254.031698 305.279862 255.798958 303.597378 257.554277 301.914894 258.115502 302.452831 258.676726 302.979322 259.23795 303.51726 259.787234 304.055197 258.031915 305.737681 256.276596 307.420165 254.509336 309.114095"></polygon>
214
+ </g>
215
+ <path d="M383.660759,91.2765957 C383.660759,92.2796353 383.660759,93.2826748 383.660759,94.2857143 C383.660759,93.3817404 383.660759,92.4653833 383.660759,91.5614094 C383.665705,91.4665697 383.665705,91.3714355 383.660759,91.2765957 Z" id="Path" fill="#9FACB3" fill-rule="nonzero"></path>
216
+ </g>
217
+ <g>
218
+ <path d="M184.051762,227.68997 L184.051762,227.68997 C162.487661,227.675926 143.021233,214.760265 134.611958,194.887457 C133.231245,191.641118 132.183641,188.262795 131.485283,184.804521 C130.759313,181.253739 130.395137,177.638573 130.395137,174.01422 L130.395137,159.483283 L237.720365,159.483283 L237.720365,173.978253 C237.719215,188.209359 232.064897,201.856183 222.003131,211.912153 C219.566954,214.342582 216.907751,216.538287 214.060657,218.470257 C205.19938,224.462402 194.746162,227.657267 184.051762,227.642013 L184.051762,227.68997 Z" id="Path" fill="#DBE0E3" fill-rule="nonzero"></path>
219
+ <path d="M204.620061,161.489362 L204.620061,203.617021 C204.98465,203.48582 205.337478,203.330763 205.690306,203.175707 C206.043134,203.02065 206.395962,202.841739 206.737029,202.674755 L207.748469,202.114166 C208.089536,201.923327 208.407081,201.720561 208.736387,201.505867 C209.065693,201.291174 209.371477,201.07648 209.677262,200.849859 L210.582853,200.146141 L211.453162,199.394713 L212.276428,198.595576 C212.770387,198.094624 213.240824,197.569818 213.68774,197.021156 C214.13314,196.479832 214.549302,195.914439 214.934398,195.327462 C215.334848,194.742028 215.700101,194.132622 216.028165,193.502566 C216.371522,192.877536 216.67785,192.232312 216.945518,191.570324 C217.225209,190.90857 217.46864,190.231651 217.674696,189.542662 C217.890821,188.84888 218.071397,188.14422 218.215699,187.431508 C218.35683,186.703935 218.474439,185.976362 218.545005,185.236862 C218.61557,184.497362 218.662614,183.734006 218.662614,182.970651 L218.662614,161.501289 L204.620061,161.501289 L204.620061,161.489362 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
220
+ <path d="M151.458967,161.489362 L151.458967,182.964804 C151.458967,183.728375 151.458967,184.480016 151.564904,185.231656 C151.670841,185.983297 151.753236,186.699145 151.894486,187.426924 C152.035735,188.154703 152.224068,188.846689 152.435942,189.538676 C152.647816,190.230662 152.895003,190.910718 153.165731,191.566912 C153.436459,192.223106 153.754271,192.8793 154.083853,193.499702 C154.413435,194.120103 154.7901,194.692782 155.178536,195.325114 C155.968997,196.49174 156.85916,197.585634 157.838735,198.594154 C158.109463,198.868562 158.391962,199.13104 158.674461,199.393518 L159.533729,200.145158 C159.839769,200.383774 160.134039,200.62239 160.451851,200.849075 C160.769662,201.075761 161.075702,201.290515 161.393514,201.505269 C161.711325,201.720024 162.040907,201.922847 162.370489,202.11374 L163.382777,202.674488 C163.72413,202.841519 164.077254,203.020481 164.430378,203.175582 C164.783502,203.330682 165.136625,203.485782 165.50152,203.617021 L165.50152,161.489362 L151.458967,161.489362 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
221
+ <path d="M185.06079,161.489362 L165.50152,161.489362 L165.50152,204.179417 L166.438059,204.517843 C166.750239,204.626623 167.062419,204.723316 167.386606,204.807923 C167.710793,204.892529 168.022973,204.977136 168.347159,205.061742 L169.331727,205.267216 L170.328301,205.436429 C170.664495,205.436429 171.000689,205.521035 171.348889,205.545209 C171.69709,205.569382 172.021277,205.605642 172.369477,205.617728 C172.717678,205.629815 173.065879,205.617728 173.414079,205.617728 L196.719508,205.617728 C197.067709,205.617728 197.41591,205.617728 197.752103,205.617728 C198.088297,205.617728 198.448505,205.617728 198.784698,205.545209 L199.793279,205.436429 L200.789854,205.267216 L201.774421,205.061742 L202.746981,204.807923 C203.059161,204.723316 203.383348,204.626623 203.695528,204.517843 L204.620061,204.179417 L204.620061,161.489362 L185.06079,161.489362 Z" id="Path" fill="#023852" fill-rule="nonzero"></path>
222
+ <path d="M185.060739,175.531915 C184.347027,175.530438 183.634999,175.601247 182.935561,175.743281 C182.260785,175.886143 181.600513,176.090512 180.96302,176.353826 C180.33786,176.619877 179.740138,176.946263 179.17834,177.328349 C178.616425,177.706223 178.093337,178.13885 177.616745,178.619887 C177.139226,179.095448 176.706858,179.614286 176.3252,180.169731 C175.944778,180.734696 175.622221,181.336536 175.362412,181.966142 C175.087025,182.599217 174.882272,183.260723 174.751864,183.938672 C174.454546,185.339851 174.454546,186.787825 174.751864,188.189004 C175.027679,189.531587 175.56205,190.807691 176.3252,191.946204 C176.703748,192.507614 177.136324,193.030635 177.616745,193.50779 C178.096388,193.985478 178.619142,194.417828 179.17834,194.799327 C179.737774,195.182033 180.335969,195.504741 180.96302,195.76211 C181.598255,196.034478 182.259027,196.242935 182.935561,196.384396 C184.338334,196.666194 185.783144,196.666194 187.185917,196.384396 C188.529995,196.095389 189.808246,195.55781 190.954879,194.799327 C191.510327,194.417671 192.029169,193.985306 192.504733,193.50779 C192.988535,193.033733 193.421407,192.510355 193.796277,191.946204 C194.178366,191.384409 194.504754,190.78669 194.770807,190.161534 C195.034122,189.524045 195.238492,188.863776 195.381355,188.189004 C195.663155,186.786239 195.663155,185.341437 195.381355,183.938672 C195.10633,182.590241 194.567662,181.309414 193.796277,180.169731 C193.029166,179.058237 192.06638,178.095457 190.954879,177.328349 C189.81519,176.556969 188.534356,176.018304 187.185917,175.743281 C186.486479,175.601247 185.774451,175.530438 185.060739,175.531915 L185.060739,175.531915 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
223
+ <path d="M215.589686,159.483283 L215.589686,164.19587 C215.590757,167.820855 215.224056,171.436653 214.495182,174.988055 C212.369045,185.274893 207.263061,194.714004 199.809584,202.136396 C197.366769,204.57066 194.696591,206.767027 191.835341,208.695647 C188.95372,210.640202 185.888128,212.298913 182.6824,213.64806 C179.425692,215.030124 176.036579,216.078752 172.567259,216.777794 C169.00536,217.50594 165.378497,217.871553 161.742493,217.869004 L160.419467,217.869004 L159.09644,217.869004 L157.797468,217.785065 L156.498496,217.677143 C156.065506,217.677143 155.644542,217.593204 155.211552,217.533247 L153.936635,217.365369 L152.661718,217.161516 L151.458967,216.933681 C152.577526,217.785065 153.744195,218.588483 154.934919,219.331944 C156.125643,220.075406 157.340422,220.806876 158.603312,221.466399 C159.866201,222.125921 161.153145,222.74947 162.464144,223.313062 C163.775144,223.876654 165.110198,224.39228 166.469308,224.859942 C167.828417,225.327603 169.223609,225.735308 170.630828,226.059073 C172.038048,226.382839 173.469322,226.718596 174.924652,226.958422 C176.379981,227.198248 177.835311,227.378118 179.326723,227.498031 C180.818135,227.617944 182.321575,227.68997 183.837042,227.68997 L183.837042,227.68997 C194.574658,227.708097 205.070537,224.512416 213.965972,218.516535 C216.824454,216.584227 219.494294,214.388138 221.940215,211.957285 C224.381828,209.521822 226.584825,206.859681 228.519267,204.007042 C230.469693,201.134094 232.133411,198.077729 233.486632,194.88165 C236.290096,188.264247 237.729878,181.152254 237.720365,173.968793 L237.720365,159.483283 L215.589686,159.483283 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero" opacity="0.3"></path>
224
+ <path d="M241.022638,166.504559 L128.095903,166.504559 C127.641045,166.502809 127.187342,166.458607 126.740686,166.372525 C126.330724,166.273688 125.929598,166.141206 125.54138,165.976424 C125.122438,165.807558 124.720799,165.598531 124.342073,165.352264 C123.981376,165.112951 123.647624,164.835263 123.346648,164.524052 C123.039008,164.219768 122.761848,163.886094 122.519126,163.527797 C122.278028,163.145879 122.069415,162.744365 121.895487,162.327489 C121.729813,161.940474 121.601308,161.538561 121.511708,161.127182 C121.415215,160.681549 121.367781,160.226811 121.367781,159.770835 L121.367781,150.168375 C121.367781,149.712399 121.415215,149.25766 121.511708,148.812028 C121.601308,148.400649 121.729813,147.998735 121.895487,147.61172 C122.069415,147.194845 122.278028,146.793331 122.519126,146.411413 C122.761848,146.053116 123.039008,145.719442 123.346648,145.415158 C123.647624,145.103947 123.981376,144.826259 124.342073,144.586946 C124.720799,144.340679 125.122438,144.131652 125.54138,143.962786 C125.929598,143.798004 126.330724,143.665522 126.740686,143.566684 C127.187342,143.480603 127.641045,143.4364 128.095903,143.43465 L241.022638,143.43465 C241.477496,143.4364 241.931199,143.480603 242.377855,143.566684 C242.787817,143.665522 243.188943,143.798004 243.577162,143.962786 C243.996103,144.131652 244.397742,144.340679 244.776468,144.586946 C245.49097,145.077826 246.108944,145.696315 246.599415,146.411413 C246.840513,146.793331 247.049126,147.194845 247.223054,147.61172 C247.388728,147.998735 247.517233,148.400649 247.606833,148.812028 C247.703326,149.25766 247.75076,149.712399 247.75076,150.168375 L247.75076,159.770835 C247.75076,160.226811 247.703326,160.681549 247.606833,161.127182 C247.517233,161.538561 247.388728,161.940474 247.223054,162.327489 C247.049126,162.744365 246.840513,163.145879 246.599415,163.527797 C246.108944,164.242895 245.49097,164.861384 244.776468,165.352264 C244.397742,165.598531 243.996103,165.807558 243.577162,165.976424 C243.188943,166.141206 242.787817,166.273688 242.377855,166.372525 C241.931199,166.458607 241.477496,166.502809 241.022638,166.504559 Z" id="Path" fill="#E6E9EB" fill-rule="nonzero"></path>
225
+ <polygon id="Path" fill="#D2D8DC" fill-rule="nonzero" points="236.086465 145.440729 231.665833 145.440729 227.2452 145.440729 222.824567 145.440729 218.403934 145.440729 218.367994 145.440729 218.332054 145.440729 218.284134 145.440729 218.248194 145.440729 218.212253 145.440729 218.176313 145.440729 218.140373 145.440729 218.092453 145.440729 217.816912 145.440729 217.541371 145.440729 217.253851 145.440729 216.97831 145.440729 216.702769 145.440729 216.415248 145.440729 216.139707 145.440729 215.864167 145.440729 210.23355 145.440729 204.614914 145.440729 198.996277 145.440729 193.365661 145.440729 187.735045 145.440729 182.116408 145.440729 176.497772 145.440729 170.867156 145.440729 168.97431 145.440729 167.069484 145.440729 165.176639 145.440729 163.271813 145.440729 161.378968 145.440729 159.486122 145.440729 157.581297 145.440729 155.688451 145.440729 155.40093 145.440729 155.12539 145.440729 154.849849 145.440729 154.562328 145.440729 154.286787 145.440729 154.011246 145.440729 153.735706 145.440729 153.448185 145.440729 153.412245 145.440729 153.376305 145.440729 153.340364 145.440729 153.292444 145.440729 153.256504 145.440729 153.220564 145.440729 153.184624 145.440729 153.136704 145.440729 148.692111 145.440729 144.235538 145.440729 139.778965 145.440729 135.334372 145.440729 131.08146 145.440729 126.840527 145.440729 122.599595 145.440729 118.358663 145.440729 118.550343 145.944931 118.730044 146.438405 118.921724 146.942607 119.113405 147.446809 122.982956 147.446809 126.852507 147.446809 130.734039 147.446809 134.60359 147.446809 138.473141 147.446809 142.342692 147.446809 146.224224 147.446809 150.093775 147.446809 150.513076 147.446809 150.932377 147.446809 151.351679 147.446809 151.77098 147.446809 152.190281 147.446809 152.609582 147.446809 153.028884 147.446809 153.448185 147.446809 153.735706 147.446809 154.011246 147.446809 154.286787 147.446809 154.562328 147.446809 154.849849 147.446809 155.12539 147.446809 155.40093 147.446809 155.688451 147.446809 157.006255 147.446809 158.336039 147.446809 159.653843 147.446809 160.983627 147.446809 162.301431 147.446809 163.631214 147.446809 164.949018 147.446809 166.278802 147.446809 172.47248 147.446809 178.666158 147.446809 184.871816 147.446809 191.065494 147.446809 197.271152 147.446809 203.46483 147.446809 209.670489 147.446809 215.864167 147.446809 216.139707 147.446809 216.415248 147.446809 216.702769 147.446809 216.97831 147.446809 217.253851 147.446809 217.541371 147.446809 217.816912 147.446809 218.092453 147.446809 218.511754 147.446809 218.943036 147.446809 219.362337 147.446809 219.781638 147.446809 220.200939 147.446809 220.62024 147.446809 221.039542 147.446809 221.458843 147.446809 225.328394 147.446809 229.197945 147.446809 233.067497 147.446809 236.949028 147.446809 240.818579 147.446809 244.688131 147.446809 248.557682 147.446809 252.439213 147.446809 252.594954 147.200072 252.762674 146.942607 252.930395 146.69587 253.098115 146.438405 253.265835 146.191668 253.433556 145.944931 253.601276 145.687466 253.768997 145.440729 249.348364 145.440729 244.927731 145.440729 240.507098 145.440729"></polygon>
226
+ <polygon id="Path" fill="#D2D8DC" fill-rule="nonzero" points="118.358663 148.449848 135.032696 148.449848 151.70673 148.449848 168.380763 148.449848 185.054797 148.449848 201.72883 148.449848 218.402864 148.449848 235.076897 148.449848 251.762918 148.449848 251.762918 149.206299 251.762918 149.951626 251.762918 150.708077 251.762918 151.453404 251.762918 152.209856 251.762918 152.966307 251.762918 153.711634 251.762918 154.468085 235.076897 154.468085 218.402864 154.468085 201.72883 154.468085 185.054797 154.468085 168.380763 154.468085 151.70673 154.468085 135.032696 154.468085 118.358663 154.468085 118.358663 153.711634 118.358663 152.966307 118.358663 152.209856 118.358663 151.453404 118.358663 150.708077 118.358663 149.951626 118.358663 149.206299"></polygon>
227
+ <path d="M122.432984,110.334347 L249.723187,110.334347 C250.150289,110.335417 250.57619,110.379439 250.994411,110.465746 C251.404238,110.559376 251.805413,110.687242 252.193678,110.847987 C252.569919,111.01322 252.927669,111.217408 253.261025,111.457182 C253.586474,111.69408 253.89136,111.957798 254.172468,112.245553 C254.446413,112.544363 254.691356,112.868322 254.904021,113.213098 C255.122701,113.553232 255.299846,113.918145 255.431699,114.300094 C255.57761,114.686203 255.682127,115.086595 255.743508,115.494595 C255.785599,115.919602 255.785599,116.347703 255.743508,116.772711 L255.503655,120.356213 L255.263801,123.939715 L255.023948,127.523218 L254.784094,131.10672 L254.544241,134.690222 L254.304388,138.273725 L254.064534,141.857227 L253.824681,145.440729 L118.307506,145.440729 L118.067652,141.857227 L117.827799,138.273725 L117.587946,134.690222 L117.348092,131.10672 L117.108239,127.523218 L116.868385,123.939715 L116.628532,120.356213 L116.388679,116.772711 C116.340552,116.34802 116.340552,115.919285 116.388679,115.494595 C116.446,115.087002 116.546499,114.686602 116.688495,114.300094 C116.980224,113.542442 117.411345,112.845668 117.959718,112.245553 C118.23808,111.954918 118.543235,111.690969 118.871161,111.457182 C119.200292,111.217462 119.554063,111.013251 119.926516,110.847987 C120.314781,110.687242 120.715956,110.559376 121.125783,110.465746 C121.555906,110.377841 121.993901,110.333815 122.432984,110.334347 L122.432984,110.334347 Z" id="Path" fill="#A5B1B8" fill-rule="nonzero"></path>
228
+ <path d="M159.482848,129.386132 C159.495628,127.986547 159.0789,126.616655 158.288777,125.460911 C158.036298,125.091413 157.752669,124.744157 157.440986,124.422935 C157.116624,124.111119 156.769375,123.82398 156.402144,123.56392 C156.023932,123.314373 155.624348,123.098777 155.208073,122.919659 C154.77996,122.743256 154.336203,122.607444 153.882654,122.514013 C152.949014,122.32309 151.986345,122.32309 151.052705,122.514013 C150.599156,122.607444 150.155398,122.743256 149.727286,122.919659 C149.31101,123.098777 148.911426,123.314373 148.533214,123.56392 C148.165984,123.82398 147.818735,124.111119 147.494372,124.422935 C147.18269,124.744157 146.89906,125.091413 146.646582,125.460911 C145.587223,127.02722 145.204142,128.953934 145.583858,130.805893 C145.675668,131.255628 145.811654,131.695218 145.989843,132.118276 C146.163391,132.539267 146.383683,132.939464 146.646582,133.311353 C146.892996,133.685339 147.177073,134.033143 147.494372,134.349329 C147.812564,134.667981 148.160416,134.955619 148.533214,135.208344 C148.911181,135.461685 149.310749,135.681264 149.727286,135.864536 C150.157305,136.035573 150.600584,136.17124 151.052705,136.270182 C151.986345,136.461105 152.949014,136.461105 153.882654,136.270182 C154.334775,136.17124 154.778054,136.035573 155.208073,135.864536 C155.62461,135.681264 156.024178,135.461685 156.402144,135.208344 C156.774942,134.955619 157.122795,134.667981 157.440986,134.349329 C157.758286,134.033143 158.042363,133.685339 158.288777,133.311353 C158.551675,132.939464 158.771967,132.539267 158.945516,132.118276 C159.123704,131.695218 159.259691,131.255628 159.3515,130.805893 C159.444178,130.338433 159.488195,129.862645 159.482848,129.386132 Z" id="Path" fill="#FFE700" fill-rule="nonzero"></path>
229
+ <path d="M135.416492,127.39609 C135.281851,127.382661 135.146241,127.382661 135.0116,127.39609 C134.881378,127.420213 134.753929,127.457833 134.631247,127.50836 L134.287702,127.695478 C134.184121,127.771789 134.085741,127.855143 133.993235,127.944967 C133.904785,128.043323 133.822811,128.147503 133.747846,128.256829 C133.674718,128.362014 133.613011,128.474943 133.563804,128.59364 C133.514107,128.718371 133.477106,128.84795 133.453379,128.980348 C133.387881,129.250747 133.387881,129.533265 133.453379,129.803663 C133.477106,129.936061 133.514107,130.06564 133.563804,130.190372 C133.613011,130.309069 133.674718,130.421998 133.747846,130.527183 C133.822811,130.636508 133.904785,130.740688 133.993235,130.839045 C134.085741,130.928869 134.184121,131.012222 134.287702,131.088534 C134.398183,131.158277 134.512932,131.220776 134.631247,131.275651 C134.753929,131.326179 134.881378,131.363798 135.0116,131.387921 C135.146229,131.401595 135.281863,131.401595 135.416492,131.387921 C135.551189,131.400118 135.686687,131.400118 135.821384,131.387921 C135.947617,131.36375 136.070993,131.326118 136.189468,131.275651 C136.307783,131.220776 136.422531,131.158277 136.533013,131.088534 C136.638986,131.015401 136.737617,130.931834 136.827479,130.839045 C136.919514,130.743864 137.001738,130.639367 137.072869,130.527183 C137.145996,130.421998 137.207704,130.309069 137.25691,130.190372 C137.310641,130.066048 137.351752,129.936474 137.379605,129.803663 C137.428683,129.531493 137.428683,129.252519 137.379605,128.980348 C137.351752,128.847537 137.310641,128.717963 137.25691,128.59364 C137.207704,128.474943 137.145996,128.362014 137.072869,128.256829 C137.001738,128.144645 136.919514,128.040148 136.827479,127.944967 C136.737617,127.852178 136.638986,127.768611 136.533013,127.695478 L136.189468,127.50836 C136.070993,127.457893 135.947617,127.420262 135.821384,127.39609 C135.686692,127.38376 135.551184,127.38376 135.416492,127.39609 Z" id="Path" fill="#0099DA" fill-rule="nonzero"></path>
230
+ <path d="M249.705117,110.350349 L185.56231,110.350349 L185.56231,166.504559 L241.804689,166.504559 C242.253513,166.503451 242.701187,166.45909 243.141499,166.372092 C243.55365,166.279868 243.956706,166.150899 244.345833,165.986731 C244.739026,165.820491 245.114298,165.61471 245.465863,165.372564 C245.821282,165.132877 246.152082,164.858574 246.453416,164.553673 C246.751506,164.253753 247.021594,163.92725 247.26032,163.57823 C247.49997,163.225147 247.705625,162.850153 247.87453,162.458277 C248.043065,162.070803 248.172178,161.667353 248.259917,161.254026 C248.352907,160.818721 248.397338,160.374448 248.392394,159.92935 L248.392394,154.413882 L252.475084,154.413882 L252.475084,147.898886 L252.643691,147.609866 L252.812298,147.332888 L252.980905,147.055911 L253.149511,146.76689 L253.318118,146.489913 L253.474681,146.212935 L253.643288,145.923915 L253.811895,145.646937 L254.052761,142.034185 L254.293628,138.421433 L254.534495,134.808681 L254.775362,131.195929 L255.016228,127.583177 L255.257095,123.970425 L255.497962,120.357673 L255.738828,116.744921 C255.787158,116.316764 255.787158,115.884529 255.738828,115.456372 C255.681265,115.045453 255.580341,114.641785 255.437745,114.252122 C255.29385,113.865948 255.112327,113.494859 254.895795,113.144211 C254.683072,112.799785 254.437008,112.477101 254.161151,112.18081 C253.598146,111.590102 252.927851,111.111937 252.186044,110.771837 C251.79614,110.60978 251.393269,110.480871 250.981711,110.386477 C250.558402,110.332506 250.130802,110.320404 249.705117,110.350349 L249.705117,110.350349 Z" id="Path" fill="#C9D0D5" fill-rule="nonzero" style="mix-blend-mode: multiply;"></path>
231
+ <path d="M187.253129,178.839661 C187.974763,178.495567 188.801948,178.446842 189.55889,178.703838 C190.309209,178.968333 190.925074,179.518505 191.272798,180.234927 C191.629224,180.949823 191.678228,181.779578 191.408431,182.53156 C191.153162,183.291101 190.601579,183.914727 189.879477,184.260209 C189.162356,184.604866 188.338735,184.653643 187.586046,184.396032 C186.830747,184.14004 186.211992,183.587286 185.872139,182.864943 C185.51859,182.149886 185.465313,181.322932 185.724175,180.568309 C185.991302,179.815709 186.53934,179.196093 187.253129,178.839661 Z" id="Path" fill="#FFFFFF" fill-rule="nonzero"></path>
232
+ </g>
233
+ </g>
234
+ </g>
235
235
  </svg>