@digital-ai/dot-illustrations 1.0.32 → 2.0.2

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 (324) hide show
  1. package/README.md +4 -3
  2. package/demo/demo.css +89 -38
  3. package/demo/index.html +5 -1202
  4. package/demo/script.js +198 -47
  5. package/illustrations/dark/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
  6. package/illustrations/dark/dashboards/analysis.svg +96 -0
  7. package/illustrations/dark/dashboards/automation.svg +63 -0
  8. package/illustrations/dark/dashboards/burn-down.svg +38 -0
  9. package/illustrations/dark/dashboards/burn-up.svg +38 -0
  10. package/illustrations/dark/dashboards/change-credit-score.svg +22 -0
  11. package/illustrations/dark/dashboards/change-data-quality.svg +24 -0
  12. package/illustrations/dark/dashboards/change-executive.svg +21 -0
  13. package/illustrations/dark/dashboards/change-failure-factors.svg +26 -0
  14. package/illustrations/dark/dashboards/change-failure-prediction.svg +25 -0
  15. package/illustrations/dark/dashboards/change-impact-detection.svg +21 -0
  16. package/illustrations/dark/dashboards/change-impact-hotspots.svg +25 -0
  17. package/illustrations/dark/dashboards/custom.svg +31 -0
  18. package/illustrations/dark/dashboards/defect.svg +34 -0
  19. package/illustrations/dark/dashboards/dependency.svg +61 -0
  20. package/{dashboards/dark/digitalai/digitalai-dora-dark.svg → illustrations/dark/dashboards/dora.svg} +12 -7
  21. package/illustrations/dark/dashboards/executive.svg +21 -0
  22. package/illustrations/dark/dashboards/hange-impact.svg +51 -0
  23. package/illustrations/dark/dashboards/item.svg +33 -0
  24. package/illustrations/dark/dashboards/late-task.svg +61 -0
  25. package/illustrations/dark/dashboards/onboarding.svg +19 -0
  26. package/illustrations/dark/dashboards/workflow.svg +66 -0
  27. package/illustrations/dark/global/add-new-grid.svg +104 -0
  28. package/illustrations/dark/global/add-new.svg +16 -0
  29. package/illustrations/dark/global/add-team.svg +25 -0
  30. package/illustrations/dark/global/add-user.svg +18 -0
  31. package/illustrations/dark/global/assets.svg +45 -0
  32. package/illustrations/dark/global/chart.svg +29 -0
  33. package/illustrations/dark/global/community.svg +41 -0
  34. package/illustrations/dark/global/dependency-down.svg +38 -0
  35. package/illustrations/dark/global/dependency-up.svg +38 -0
  36. package/illustrations/dark/global/disconnected.svg +21 -0
  37. package/illustrations/dark/global/done.svg +17 -0
  38. package/illustrations/dark/global/empty.svg +19 -0
  39. package/illustrations/dark/global/favorite.svg +39 -0
  40. package/illustrations/dark/global/features.svg +102 -0
  41. package/illustrations/dark/global/launch.svg +92 -0
  42. package/illustrations/dark/global/no-files.svg +21 -0
  43. package/illustrations/dark/global/nothing-defined.svg +17 -0
  44. package/illustrations/dark/global/password-token.svg +25 -0
  45. package/illustrations/dark/global/reports.svg +63 -0
  46. package/illustrations/dark/global/survey.svg +30 -0
  47. package/illustrations/dark/global/user.svg +9 -0
  48. package/illustrations/dark/global/work-item.svg +42 -0
  49. package/illustrations/light/dashboards/CRP-failure-prediction-monitoring.svg +23 -0
  50. package/illustrations/light/dashboards/analysis.svg +96 -0
  51. package/illustrations/light/dashboards/automation.svg +63 -0
  52. package/illustrations/light/dashboards/burn-down.svg +38 -0
  53. package/illustrations/light/dashboards/burn-up.svg +38 -0
  54. package/illustrations/light/dashboards/change-credit-score.svg +22 -0
  55. package/illustrations/light/dashboards/change-data-quality.svg +24 -0
  56. package/illustrations/light/dashboards/change-executive.svg +21 -0
  57. package/illustrations/light/dashboards/change-failure-factors.svg +26 -0
  58. package/illustrations/light/dashboards/change-failure-prediction.svg +25 -0
  59. package/illustrations/light/dashboards/change-impact-detection.svg +21 -0
  60. package/illustrations/light/dashboards/change-impact-hotspots.svg +25 -0
  61. package/illustrations/light/dashboards/custom.svg +31 -0
  62. package/illustrations/light/dashboards/defect.svg +34 -0
  63. package/illustrations/light/dashboards/dependency.svg +61 -0
  64. package/{dashboards/light/digitalai/digitalai-dora-light.svg → illustrations/light/dashboards/dora.svg} +13 -8
  65. package/illustrations/light/dashboards/executive.svg +21 -0
  66. package/illustrations/light/dashboards/hange-impact.svg +51 -0
  67. package/illustrations/light/dashboards/item.svg +33 -0
  68. package/illustrations/light/dashboards/late-task.svg +61 -0
  69. package/illustrations/light/dashboards/onboarding.svg +19 -0
  70. package/illustrations/light/dashboards/workflow.svg +66 -0
  71. package/illustrations/light/global/add-new-grid.svg +104 -0
  72. package/illustrations/light/global/add-new.svg +16 -0
  73. package/illustrations/light/global/add-team.svg +25 -0
  74. package/illustrations/light/global/add-user.svg +18 -0
  75. package/illustrations/light/global/assets.svg +44 -0
  76. package/illustrations/light/global/chart.svg +29 -0
  77. package/illustrations/light/global/community.svg +41 -0
  78. package/illustrations/light/global/dependency-down.svg +38 -0
  79. package/illustrations/light/global/dependency-up.svg +38 -0
  80. package/illustrations/light/global/disconnected.svg +21 -0
  81. package/illustrations/light/global/done.svg +17 -0
  82. package/illustrations/light/global/empty.svg +19 -0
  83. package/illustrations/light/global/favorite.svg +39 -0
  84. package/illustrations/light/global/features.svg +102 -0
  85. package/illustrations/light/global/launch.svg +92 -0
  86. package/illustrations/light/global/no-files.svg +21 -0
  87. package/illustrations/light/global/nothing-defined.svg +17 -0
  88. package/illustrations/light/global/password-token.svg +30 -0
  89. package/illustrations/light/global/reports.svg +63 -0
  90. package/illustrations/light/global/survey.svg +30 -0
  91. package/illustrations/light/global/user.svg +9 -0
  92. package/illustrations/light/global/work-item.svg +42 -0
  93. package/index.css +187 -754
  94. package/integrations/demo/index.html +2 -2
  95. package/integrations/demo/script.js +3 -4
  96. package/integrations/index.css +441 -0
  97. package/package.json +1 -1
  98. package/agility/dark/global/agility-assets-dark.svg +0 -41
  99. package/agility/dark/global/agility-chart-dark.svg +0 -10
  100. package/agility/dark/global/agility-community-dark.svg +0 -66
  101. package/agility/dark/global/agility-dependency-down-dark.svg +0 -30
  102. package/agility/dark/global/agility-dependency-up-dark.svg +0 -30
  103. package/agility/dark/global/agility-disconnected-dark.svg +0 -20
  104. package/agility/dark/global/agility-empty-dark.svg +0 -16
  105. package/agility/dark/global/agility-favourite-dark.svg +0 -24
  106. package/agility/dark/global/agility-features-dark.svg +0 -156
  107. package/agility/dark/global/agility-launch-dark.svg +0 -29
  108. package/agility/dark/global/agility-no-files-dark.svg +0 -18
  109. package/agility/dark/global/agility-nothing-defined-dark.svg +0 -14
  110. package/agility/dark/global/agility-password-token-dark.svg +0 -31
  111. package/agility/dark/global/agility-reports-dark.svg +0 -59
  112. package/agility/dark/global/agility-survey-dark.svg +0 -18
  113. package/agility/dark/global/agility-user-dark.svg +0 -13
  114. package/agility/dark/global/agility-work-item-dark.svg +0 -19
  115. package/agility/dark/global/done-dark.svg +0 -11
  116. package/agility/dark/ux/agility-ux-community-dark.svg +0 -71
  117. package/agility/dark/ux/agility-ux-goal-dark.svg +0 -72
  118. package/agility/dark/ux/agility-ux-launch-dark.svg +0 -51
  119. package/agility/dark/ux/agility-ux-objective-dark.svg +0 -74
  120. package/agility/dark/ux/agility-ux-paper-dark.svg +0 -26
  121. package/agility/dark/ux/agility-ux-update-dark.svg +0 -60
  122. package/agility/light/global/agility-assets-light.svg +0 -46
  123. package/agility/light/global/agility-chart-light.svg +0 -10
  124. package/agility/light/global/agility-community-light.svg +0 -73
  125. package/agility/light/global/agility-dependency-down-light.svg +0 -30
  126. package/agility/light/global/agility-dependency-up-light.svg +0 -30
  127. package/agility/light/global/agility-disconnected-light.svg +0 -27
  128. package/agility/light/global/agility-empty-light.svg +0 -16
  129. package/agility/light/global/agility-favourite-light.svg +0 -24
  130. package/agility/light/global/agility-features-light.svg +0 -156
  131. package/agility/light/global/agility-launch-light.svg +0 -36
  132. package/agility/light/global/agility-no-files-light.svg +0 -18
  133. package/agility/light/global/agility-nothing-defined-light.svg +0 -21
  134. package/agility/light/global/agility-password-token-light.svg +0 -31
  135. package/agility/light/global/agility-reports-light.svg +0 -59
  136. package/agility/light/global/agility-survey-light.svg +0 -25
  137. package/agility/light/global/agility-user-light.svg +0 -13
  138. package/agility/light/global/agility-work-item-light.svg +0 -26
  139. package/agility/light/global/done-light.svg +0 -11
  140. package/agility/light/ux/agility-ux-community-light.svg +0 -71
  141. package/agility/light/ux/agility-ux-goal-light.svg +0 -72
  142. package/agility/light/ux/agility-ux-launch-light.svg +0 -51
  143. package/agility/light/ux/agility-ux-objective-light.svg +0 -74
  144. package/agility/light/ux/agility-ux-paper-light.svg +0 -26
  145. package/agility/light/ux/agility-ux-update-light.svg +0 -60
  146. package/dashboards/dark/agility/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
  147. package/dashboards/dark/agility/agility-analysis-dark.svg +0 -42
  148. package/dashboards/dark/agility/agility-analysis-nobg-dark.svg +0 -31
  149. package/dashboards/dark/agility/agility-automation-dark.svg +0 -49
  150. package/dashboards/dark/agility/agility-automation-nobg-dark.svg +0 -43
  151. package/dashboards/dark/agility/agility-burn-down-dark.svg +0 -16
  152. package/dashboards/dark/agility/agility-burn-up-dark.svg +0 -16
  153. package/dashboards/dark/agility/agility-change-credit-score-dark.svg +0 -44
  154. package/dashboards/dark/agility/agility-change-data-quality-dark.svg +0 -19
  155. package/dashboards/dark/agility/agility-change-executive-dashboard-dark.svg +0 -53
  156. package/dashboards/dark/agility/agility-change-failure-factors-dashboard-dark.svg +0 -21
  157. package/dashboards/dark/agility/agility-change-failure-prediction-dark.svg +0 -20
  158. package/dashboards/dark/agility/agility-change-impact-dashboard-dark.svg +0 -32
  159. package/dashboards/dark/agility/agility-change-impact-detection-dark.svg +0 -17
  160. package/dashboards/dark/agility/agility-change-impact-hotspots-dark.svg +0 -16
  161. package/dashboards/dark/agility/agility-custom-dark.svg +0 -60
  162. package/dashboards/dark/agility/agility-custom-nobg-dark.svg +0 -52
  163. package/dashboards/dark/agility/agility-defect-dark.svg +0 -23
  164. package/dashboards/dark/agility/agility-defect-nobg-dark.svg +0 -17
  165. package/dashboards/dark/agility/agility-dependency-dark.svg +0 -34
  166. package/dashboards/dark/agility/agility-dependency-nobg-dark.svg +0 -28
  167. package/dashboards/dark/agility/agility-dora-dark.svg +0 -18
  168. package/dashboards/dark/agility/agility-dora-nobg-dark.svg +0 -10
  169. package/dashboards/dark/agility/agility-executive-dark.svg +0 -16
  170. package/dashboards/dark/agility/agility-executive-nobg-dark.svg +0 -8
  171. package/dashboards/dark/agility/agility-item-dark.svg +0 -22
  172. package/dashboards/dark/agility/agility-item-nobg-dark.svg +0 -16
  173. package/dashboards/dark/agility/agility-late-task-dark.svg +0 -23
  174. package/dashboards/dark/agility/agility-late-task-nobg-dark.svg +0 -17
  175. package/dashboards/dark/agility/agility-onboarding-dark.svg +0 -29
  176. package/dashboards/dark/agility/agility-onboarding-nobg-dark.svg +0 -21
  177. package/dashboards/dark/agility/agility-workflow-dark.svg +0 -60
  178. package/dashboards/dark/agility/agility-workflow-nobg-dark.svg +0 -52
  179. package/dashboards/dark/digitalai/CRP-failure-prediction-monitoring-dashboard-dark.svg +0 -22
  180. package/dashboards/dark/digitalai/digitalai-analysis-dark.svg +0 -42
  181. package/dashboards/dark/digitalai/digitalai-analysis-nobg-dark.svg +0 -31
  182. package/dashboards/dark/digitalai/digitalai-automation-dark.svg +0 -49
  183. package/dashboards/dark/digitalai/digitalai-automation-nobg-dark.svg +0 -43
  184. package/dashboards/dark/digitalai/digitalai-burn-down-dark.svg +0 -16
  185. package/dashboards/dark/digitalai/digitalai-burn-up-dark.svg +0 -16
  186. package/dashboards/dark/digitalai/digitalai-change-credit-score-dark.svg +0 -44
  187. package/dashboards/dark/digitalai/digitalai-change-data-quality-dark.svg +0 -19
  188. package/dashboards/dark/digitalai/digitalai-change-executive-dashboard-dark.svg +0 -53
  189. package/dashboards/dark/digitalai/digitalai-change-failure-factors-dashboard-dark.svg +0 -21
  190. package/dashboards/dark/digitalai/digitalai-change-failure-prediction-dark.svg +0 -20
  191. package/dashboards/dark/digitalai/digitalai-change-impact-dashboard-dark.svg +0 -32
  192. package/dashboards/dark/digitalai/digitalai-change-impact-detection-dark.svg +0 -17
  193. package/dashboards/dark/digitalai/digitalai-change-impact-hotspots-dark.svg +0 -16
  194. package/dashboards/dark/digitalai/digitalai-custom-dark.svg +0 -60
  195. package/dashboards/dark/digitalai/digitalai-custom-nobg-dark.svg +0 -52
  196. package/dashboards/dark/digitalai/digitalai-defect-dark.svg +0 -23
  197. package/dashboards/dark/digitalai/digitalai-defect-nobg-dark.svg +0 -17
  198. package/dashboards/dark/digitalai/digitalai-dependency-dark.svg +0 -34
  199. package/dashboards/dark/digitalai/digitalai-dependency-nobg-dark.svg +0 -28
  200. package/dashboards/dark/digitalai/digitalai-dora-nobg-dark.svg +0 -10
  201. package/dashboards/dark/digitalai/digitalai-executive-dark.svg +0 -16
  202. package/dashboards/dark/digitalai/digitalai-executive-nobg-dark.svg +0 -8
  203. package/dashboards/dark/digitalai/digitalai-item-dark.svg +0 -22
  204. package/dashboards/dark/digitalai/digitalai-item-nobg-dark.svg +0 -16
  205. package/dashboards/dark/digitalai/digitalai-late-task-dark.svg +0 -23
  206. package/dashboards/dark/digitalai/digitalai-late-task-nobg-dark.svg +0 -17
  207. package/dashboards/dark/digitalai/digitalai-onboarding-dark.svg +0 -29
  208. package/dashboards/dark/digitalai/digitalai-onboarding-nobg-dark.svg +0 -21
  209. package/dashboards/dark/digitalai/digitalai-workflow-dark.svg +0 -60
  210. package/dashboards/dark/digitalai/digitalai-workflow-nobg-dark.svg +0 -52
  211. package/dashboards/light/agility/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
  212. package/dashboards/light/agility/agility-analysis-light.svg +0 -42
  213. package/dashboards/light/agility/agility-analysis-nobg-light.svg +0 -31
  214. package/dashboards/light/agility/agility-automation-light.svg +0 -49
  215. package/dashboards/light/agility/agility-automation-nobg-light.svg +0 -43
  216. package/dashboards/light/agility/agility-burn-down-light.svg +0 -16
  217. package/dashboards/light/agility/agility-burn-up-light.svg +0 -16
  218. package/dashboards/light/agility/agility-change-credit-score-light.svg +0 -44
  219. package/dashboards/light/agility/agility-change-data-quality-light.svg +0 -19
  220. package/dashboards/light/agility/agility-change-executive-dashboard-light.svg +0 -53
  221. package/dashboards/light/agility/agility-change-failure-factors-dashboard-light.svg +0 -21
  222. package/dashboards/light/agility/agility-change-failure-prediction-light.svg +0 -20
  223. package/dashboards/light/agility/agility-change-impact-dashboard-light.svg +0 -32
  224. package/dashboards/light/agility/agility-change-impact-detection-light.svg +0 -17
  225. package/dashboards/light/agility/agility-change-impact-hotspots-light.svg +0 -16
  226. package/dashboards/light/agility/agility-custom-light.svg +0 -60
  227. package/dashboards/light/agility/agility-custom-nobg-light.svg +0 -52
  228. package/dashboards/light/agility/agility-defect-light.svg +0 -23
  229. package/dashboards/light/agility/agility-defect-nobg-light.svg +0 -17
  230. package/dashboards/light/agility/agility-dependency-light.svg +0 -34
  231. package/dashboards/light/agility/agility-dependency-nobg-light.svg +0 -28
  232. package/dashboards/light/agility/agility-dora-light.svg +0 -18
  233. package/dashboards/light/agility/agility-dora-nobg-light.svg +0 -10
  234. package/dashboards/light/agility/agility-executive-light.svg +0 -16
  235. package/dashboards/light/agility/agility-executive-nobg-light.svg +0 -8
  236. package/dashboards/light/agility/agility-item-light.svg +0 -22
  237. package/dashboards/light/agility/agility-item-nobg-light.svg +0 -16
  238. package/dashboards/light/agility/agility-late-task-light.svg +0 -23
  239. package/dashboards/light/agility/agility-late-task-nobg-light.svg +0 -17
  240. package/dashboards/light/agility/agility-onboarding-light.svg +0 -29
  241. package/dashboards/light/agility/agility-onboarding-nobg-light.svg +0 -21
  242. package/dashboards/light/agility/agility-workflow-light.svg +0 -60
  243. package/dashboards/light/agility/agility-workflow-nobg-light.svg +0 -52
  244. package/dashboards/light/digitalai/CRP-failure-prediction-monitoring-dashboard-light.svg +0 -22
  245. package/dashboards/light/digitalai/digitalai-analysis-light.svg +0 -42
  246. package/dashboards/light/digitalai/digitalai-analysis-nobg-light.svg +0 -31
  247. package/dashboards/light/digitalai/digitalai-automation-light.svg +0 -49
  248. package/dashboards/light/digitalai/digitalai-automation-nobg-light.svg +0 -43
  249. package/dashboards/light/digitalai/digitalai-burn-down-light.svg +0 -16
  250. package/dashboards/light/digitalai/digitalai-burn-up-light.svg +0 -16
  251. package/dashboards/light/digitalai/digitalai-change-credit-score-light.svg +0 -44
  252. package/dashboards/light/digitalai/digitalai-change-data-quality-light.svg +0 -19
  253. package/dashboards/light/digitalai/digitalai-change-executive-dashboard-light.svg +0 -53
  254. package/dashboards/light/digitalai/digitalai-change-failure-factors-dashboard-light.svg +0 -21
  255. package/dashboards/light/digitalai/digitalai-change-failure-prediction-light.svg +0 -20
  256. package/dashboards/light/digitalai/digitalai-change-impact-dashboard-light.svg +0 -32
  257. package/dashboards/light/digitalai/digitalai-change-impact-detection-light.svg +0 -17
  258. package/dashboards/light/digitalai/digitalai-change-impact-hotspots-light.svg +0 -16
  259. package/dashboards/light/digitalai/digitalai-custom-light.svg +0 -60
  260. package/dashboards/light/digitalai/digitalai-custom-nobg-light.svg +0 -52
  261. package/dashboards/light/digitalai/digitalai-defect-light.svg +0 -23
  262. package/dashboards/light/digitalai/digitalai-defect-nobg-light.svg +0 -17
  263. package/dashboards/light/digitalai/digitalai-dependency-light.svg +0 -34
  264. package/dashboards/light/digitalai/digitalai-dependency-nobg-light.svg +0 -28
  265. package/dashboards/light/digitalai/digitalai-dora-nobg-light.svg +0 -10
  266. package/dashboards/light/digitalai/digitalai-executive-light.svg +0 -16
  267. package/dashboards/light/digitalai/digitalai-executive-nobg-light.svg +0 -8
  268. package/dashboards/light/digitalai/digitalai-item-light.svg +0 -22
  269. package/dashboards/light/digitalai/digitalai-item-nobg-light.svg +0 -16
  270. package/dashboards/light/digitalai/digitalai-late-task-light.svg +0 -23
  271. package/dashboards/light/digitalai/digitalai-late-task-nobg-light.svg +0 -17
  272. package/dashboards/light/digitalai/digitalai-onboarding-light.svg +0 -29
  273. package/dashboards/light/digitalai/digitalai-onboarding-nobg-light.svg +0 -21
  274. package/dashboards/light/digitalai/digitalai-workflow-light.svg +0 -60
  275. package/dashboards/light/digitalai/digitalai-workflow-nobg-light.svg +0 -52
  276. package/digitalai/dark/global/digitalai-assets-dark.svg +0 -41
  277. package/digitalai/dark/global/digitalai-chart-dark.svg +0 -10
  278. package/digitalai/dark/global/digitalai-community-dark.svg +0 -66
  279. package/digitalai/dark/global/digitalai-dependency-down-dark.svg +0 -30
  280. package/digitalai/dark/global/digitalai-dependency-up-dark.svg +0 -30
  281. package/digitalai/dark/global/digitalai-disconnected-dark.svg +0 -20
  282. package/digitalai/dark/global/digitalai-empty-dark.svg +0 -16
  283. package/digitalai/dark/global/digitalai-favourite-dark.svg +0 -24
  284. package/digitalai/dark/global/digitalai-features-dark.svg +0 -156
  285. package/digitalai/dark/global/digitalai-launch-dark.svg +0 -29
  286. package/digitalai/dark/global/digitalai-no-files-dark.svg +0 -18
  287. package/digitalai/dark/global/digitalai-nothing-defined-dark.svg +0 -14
  288. package/digitalai/dark/global/digitalai-password-token-dark.svg +0 -31
  289. package/digitalai/dark/global/digitalai-reports-dark.svg +0 -59
  290. package/digitalai/dark/global/digitalai-survey-dark.svg +0 -18
  291. package/digitalai/dark/global/digitalai-user-dark.svg +0 -13
  292. package/digitalai/dark/global/digitalai-work-item-dark.svg +0 -19
  293. package/digitalai/dark/global/done-dark.svg +0 -11
  294. package/digitalai/dark/ux/digitalai-ux-community-dark.svg +0 -71
  295. package/digitalai/dark/ux/digitalai-ux-goal-dark.svg +0 -72
  296. package/digitalai/dark/ux/digitalai-ux-launch-dark.svg +0 -51
  297. package/digitalai/dark/ux/digitalai-ux-objective-dark.svg +0 -74
  298. package/digitalai/dark/ux/digitalai-ux-paper-dark.svg +0 -26
  299. package/digitalai/dark/ux/digitalai-ux-update-dark.svg +0 -60
  300. package/digitalai/light/global/digitalai-assets-light.svg +0 -41
  301. package/digitalai/light/global/digitalai-chart-light.svg +0 -10
  302. package/digitalai/light/global/digitalai-community-light.svg +0 -66
  303. package/digitalai/light/global/digitalai-dependency-down-light.svg +0 -30
  304. package/digitalai/light/global/digitalai-dependency-up-light.svg +0 -30
  305. package/digitalai/light/global/digitalai-disconnected-light.svg +0 -20
  306. package/digitalai/light/global/digitalai-empty-light.svg +0 -16
  307. package/digitalai/light/global/digitalai-favorite-light.svg +0 -24
  308. package/digitalai/light/global/digitalai-features-light.svg +0 -156
  309. package/digitalai/light/global/digitalai-launch-light.svg +0 -29
  310. package/digitalai/light/global/digitalai-no-files-light.svg +0 -18
  311. package/digitalai/light/global/digitalai-nothing-defined-light.svg +0 -14
  312. package/digitalai/light/global/digitalai-password-token-light.svg +0 -31
  313. package/digitalai/light/global/digitalai-reports-light.svg +0 -59
  314. package/digitalai/light/global/digitalai-survey-light.svg +0 -18
  315. package/digitalai/light/global/digitalai-user-light.svg +0 -13
  316. package/digitalai/light/global/digitalai-work-item-light.svg +0 -19
  317. package/digitalai/light/global/done-light.svg +0 -11
  318. package/digitalai/light/ux/digitalai-ux-community-light.svg +0 -71
  319. package/digitalai/light/ux/digitalai-ux-goal-light.svg +0 -72
  320. package/digitalai/light/ux/digitalai-ux-launch-light.svg +0 -51
  321. package/digitalai/light/ux/digitalai-ux-objective-light.svg +0 -74
  322. package/digitalai/light/ux/digitalai-ux-paper-light.svg +0 -26
  323. package/digitalai/light/ux/digitalai-ux-update-light.svg +0 -60
  324. package/integrations/demo/index.css +0 -441
package/demo/script.js CHANGED
@@ -1,51 +1,202 @@
1
1
  function myFunction() {
2
- var input, filter, divs, i, div, txtValue;
3
- input = document.getElementById('myInput');
4
- filter = input.value.toUpperCase();
5
- divs = document.querySelectorAll('div');
6
-
7
- for (i = 0; i < divs.length; i++) {
8
- div = divs[i];
9
- txtValue = div.textContent || div.innerText;
10
- if (txtValue.toUpperCase().indexOf(filter) > -1) {
11
- divs[i].style.display = "";
12
- } else {
13
- divs[i].style.display = "none";
14
- }
2
+ var input, filter, divs, i, div, txtValue;
3
+ input = document.getElementById('myInput');
4
+ filter = input.value.toUpperCase();
5
+ divs = document.querySelectorAll('div.copy-container');
6
+
7
+ for (i = 0; i < divs.length; i++) {
8
+ div = divs[i];
9
+ txtValue = div.textContent || div.innerText;
10
+ if (txtValue.toUpperCase().indexOf(filter) > -1) {
11
+ divs[i].style.display = "";
12
+ } else {
13
+ divs[i].style.display = "none";
15
14
  }
16
15
  }
16
+ }
17
+
18
+ function doMagic() {
19
+ const list = document.getElementById("illustration-list");
20
+ const illustrations = [
21
+ // Global arrange from A-Z
22
+ "add-new",
23
+ "add-new-grid",
24
+ "add-team",
25
+ "add-user",
26
+ "assets",
27
+ "community",
28
+ "chart",
29
+ "dependency-down",
30
+ "dependency-up",
31
+ "disconnected",
32
+ "done",
33
+ "empty",
34
+ "favorite",
35
+ "features",
36
+ "launch",
37
+ "no-files",
38
+ "nothing-defined",
39
+ "password-token",
40
+ "reports",
41
+ "survey",
42
+ "user",
43
+ "work-item",
44
+
45
+ // Dashboards arrange from A-Z
46
+ "analysis",
47
+ "automation",
48
+ "burn-down",
49
+ "burn-up",
50
+ "custom",
51
+ "CRP-failure-prediction-monitoring",
52
+ "change-credit-score",
53
+ "change-data-quality",
54
+ "change-executive",
55
+ "change-impact-detection",
56
+ "change-impact-hotspots",
57
+ "change-failure-factors",
58
+ "change-failure-prediction",
59
+ "defect",
60
+ "dependency",
61
+ "dora",
62
+ "executive",
63
+ "hange-impact",
64
+ "item",
65
+ "late-task",
66
+ "onboarding",
67
+ "workflow"
68
+ ];
69
+ illustrations.forEach(illustration => {
70
+ const div = document.createElement("div");
71
+ div.setAttribute("class", "copy-container");
72
+ div.innerHTML = `
73
+ <img class="${illustration} light"></img>
74
+ <!-- Inner div wrapping only the buttons -->
75
+ <!-- Button for copying ID -->
76
+ <div class="button-group">
77
+ <button id="CopyID" class="button" onmouseover="showTooltip(this)" onmouseout="hideTooltip(this)"
78
+ onclick="copyText(this)">Copy ID
79
+ <span class="tooltiptext">Copy ID</span>
80
+ </button>
81
+ <!-- Button for copying Code -->
82
+ <button class="button" onmouseover="showTooltip(this)" onmouseout="hideTooltip(this)" onclick="copyCode(this)">
83
+ Copy Code
84
+ <span class="tooltiptext">Copy Code</span>
85
+ </button>
86
+ </div>
87
+ <span class="iconID">${illustration}</span>
88
+ <!-- Code block to be copied -->
89
+ <pre class="codeBlock">
90
+ <code class="codeBlock">
91
+ <span class="dot-illustration">
92
+ <img class="${illustration} light"/>
93
+ </span>
94
+ </code>
95
+ </pre>
96
+ `;
97
+ list.appendChild(div);
98
+ });
99
+ }
100
+
101
+ document.addEventListener("DOMContentLoaded", doMagic);
102
+
103
+
104
+ function showTooltip(button) {
105
+ var tooltip = button.querySelector('.tooltiptext');
106
+ tooltip.style.visibility = 'visible';
107
+ }
108
+
109
+ function hideTooltip(button) {
110
+ var tooltip = button.querySelector('.tooltiptext');
111
+ tooltip.style.visibility = 'hidden';
112
+ }
113
+
114
+ function copyCode(button) {
115
+ // Find the closest div with class 'copy-container'
116
+ var parentDiv = button.closest('.copy-container');
117
+
118
+ // Find the code block element within the same parent div
119
+ var copyCode = parentDiv.querySelector('.codeBlock code');
120
+
121
+ // Get the HTML content inside the code block as a string
122
+ var codeToCopy = copyCode.innerHTML;
123
+
124
+
125
+
126
+ // Use the Clipboard API to copy the text
127
+ navigator.clipboard.writeText(codeToCopy).then(function() {
128
+ // Show the tooltip with the copied code message
129
+ var tooltip = button.querySelector('.tooltiptext');
130
+ tooltip.innerHTML = "Copied code block";
131
+ tooltip.style.visibility = 'visible';
17
132
 
18
- function copyText(button) {
19
- // Find the closest div parent of the clicked button
20
- var parentDiv = button.closest('div');
21
-
22
- // Find the span within the same parent div
23
- var copyText = parentDiv.querySelector('.illustrationID');
24
-
25
- // Get the text content of the span
26
- var textToCopy = copyText.textContent;
27
-
28
- // Use the Clipboard API to copy the text
29
- navigator.clipboard.writeText(textToCopy).then(function() {
30
- // Alert the copied text
31
- alert("Copied the text: " + textToCopy);
32
- }, function(err) {
33
- console.error('Failed to copy text: ', err);
34
- });
35
- }
36
-
37
- function copyCode() {
38
- // Get the code block element
39
- var copyCode = document.getElementById("myCodeBlock");
40
-
41
- // Get the text content of the code block
42
- var codeToCopy = copyCode.textContent;
43
-
44
- // Use the Clipboard API to copy the text
45
- navigator.clipboard.writeText(codeToCopy).then(function() {
46
- // Alert the copied code
47
- alert("Copied the code block");
48
- }, function(err) {
49
- console.error('Failed to copy code block: ', err);
50
- });
51
- }
133
+ // Reset the tooltip back to "Copy Code" after 2 seconds
134
+ setTimeout(function() {
135
+ tooltip.innerHTML = "Copy Code:";
136
+ tooltip.style.visibility = 'hidden';
137
+ }, 2000);
138
+
139
+ }, function(err) {
140
+ console.error('Failed to copy code block: ', err);
141
+ });
142
+ }
143
+
144
+ function copyText(button) {
145
+ // Find the closest div with class 'copy-container'
146
+ var parentDiv = button.closest('.copy-container');
147
+
148
+ // Find the span with the class 'iconID'
149
+ var copyText = parentDiv.querySelector('.iconID');
150
+
151
+ // Get the text content of the span
152
+ var textToCopy = copyText.textContent;
153
+
154
+ // Use the Clipboard API to copy the text
155
+ navigator.clipboard.writeText(textToCopy).then(function() {
156
+ // Show the tooltip with the copied ID message
157
+ var tooltip = button.querySelector('.tooltiptext');
158
+ tooltip.innerHTML = "Copied: " + textToCopy;
159
+ tooltip.style.visibility = 'visible';
160
+
161
+ // Reset the tooltip back to "Copy ID" after 2 seconds
162
+ setTimeout(function() {
163
+ tooltip.innerHTML = "Copy ID";
164
+ tooltip.style.visibility = 'hidden';
165
+ }, 2000);
166
+
167
+ }, function(err) {
168
+ console.error('Failed to copy text: ', err);
169
+ });
170
+ }
171
+
172
+ // Theme toggle logic
173
+ const button = document.getElementById('theme-toggle');
174
+ const body = document.body;
175
+
176
+ // Default to light mode on page load
177
+ body.classList.add('light-mode');
178
+
179
+ let isDarkMode = false;
180
+
181
+ button.addEventListener('click', () => {
182
+ isDarkMode = !isDarkMode;
183
+ const imgs = document.querySelectorAll("img");
184
+
185
+ if (isDarkMode) {
186
+ imgs.forEach(img => {
187
+ img.classList.remove("light");
188
+ img.classList.add("dark");
189
+ })
190
+ body.classList.remove('light-mode');
191
+ body.classList.add('dark-mode');
192
+ button.textContent = 'Switch to light mode';
193
+ } else {
194
+ imgs.forEach(img => {
195
+ img.classList.remove("dark");
196
+ img.classList.add("light");
197
+ })
198
+ body.classList.remove('dark-mode');
199
+ body.classList.add('light-mode');
200
+ button.textContent = 'Switch to dark mode';
201
+ }
202
+ });
@@ -0,0 +1,23 @@
1
+ <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3535_17583)">
3
+ <g clip-path="url(#clip1_3535_17583)">
4
+ <rect width="353" height="212" fill="#333F52"/>
5
+ <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="#232E40"/>
6
+ <path d="M250.648 107.14C251.026 107.14 251.333 106.833 251.333 106.455C251.333 106.077 251.026 105.77 250.648 105.77L250.648 107.14ZM101.203 107.14L102.587 107.14L102.587 105.77L101.203 105.77L101.203 107.14ZM105.355 107.14L108.122 107.14L108.122 105.77L105.355 105.77L105.355 107.14ZM110.89 107.14L113.657 107.14L113.657 105.77L110.89 105.77L110.89 107.14ZM116.425 107.14L119.192 107.14L119.192 105.77L116.425 105.77L116.425 107.14ZM121.96 107.14L124.727 107.14L124.727 105.77L121.96 105.77L121.96 107.14ZM127.495 107.14L130.262 107.14L130.262 105.77L127.495 105.77L127.495 107.14ZM133.03 107.14L135.797 107.14L135.797 105.77L133.03 105.77L133.03 107.14ZM138.565 107.14L141.332 107.14L141.332 105.77L138.565 105.77L138.565 107.14ZM144.1 107.14L146.867 107.14L146.867 105.77L144.1 105.77L144.1 107.14ZM149.635 107.14L152.402 107.14L152.402 105.77L149.635 105.77L149.635 107.14ZM155.17 107.14L157.937 107.14L157.937 105.77L155.17 105.77L155.17 107.14ZM160.705 107.14L163.472 107.14L163.472 105.77L160.705 105.77L160.705 107.14ZM166.239 107.14L169.007 107.14L169.007 105.77L166.239 105.77L166.239 107.14ZM171.774 107.14L174.542 107.14L174.542 105.77L171.774 105.77L171.774 107.14ZM177.309 107.14L180.077 107.14L180.077 105.77L177.309 105.77L177.309 107.14ZM182.844 107.14L185.612 107.14L185.612 105.77L182.844 105.77L182.844 107.14ZM188.379 107.14L191.147 107.14L191.147 105.77L188.379 105.77L188.379 107.14ZM193.914 107.14L196.682 107.14L196.682 105.77L193.914 105.77L193.914 107.14ZM199.449 107.14L202.217 107.14L202.217 105.77L199.449 105.77L199.449 107.14ZM204.984 107.14L207.752 107.14L207.752 105.77L204.984 105.77L204.984 107.14ZM210.519 107.14L213.287 107.14L213.287 105.77L210.519 105.77L210.519 107.14ZM216.054 107.14L218.822 107.14L218.822 105.77L216.054 105.77L216.054 107.14ZM221.589 107.14L224.357 107.14L224.357 105.77L221.589 105.77L221.589 107.14ZM227.124 107.14L229.892 107.14L229.892 105.77L227.124 105.77L227.124 107.14ZM232.659 107.14L235.427 107.14L235.427 105.77L232.659 105.77L232.659 107.14ZM238.194 107.14L240.962 107.14L240.962 105.77L238.194 105.77L238.194 107.14ZM243.729 107.14L246.497 107.14L246.497 105.77L243.729 105.77L243.729 107.14ZM249.264 107.14L250.648 107.14L250.648 105.77L249.264 105.77L249.264 107.14Z" fill="#3D465C"/>
7
+ <path d="M250.648 78.7806C251.026 78.7806 251.333 78.474 251.333 78.0957C251.333 77.7175 251.026 77.4108 250.648 77.4108L250.648 78.7806ZM101.203 78.7806L102.587 78.7806L102.587 77.4108L101.203 77.4108L101.203 78.7806ZM105.355 78.7806L108.122 78.7806L108.122 77.4108L105.355 77.4108L105.355 78.7806ZM110.89 78.7806L113.657 78.7806L113.657 77.4108L110.89 77.4108L110.89 78.7806ZM116.425 78.7806L119.192 78.7806L119.192 77.4108L116.425 77.4108L116.425 78.7806ZM121.96 78.7806L124.727 78.7806L124.727 77.4108L121.96 77.4108L121.96 78.7806ZM127.495 78.7806L130.262 78.7806L130.262 77.4108L127.495 77.4108L127.495 78.7806ZM133.03 78.7806L135.797 78.7806L135.797 77.4108L133.03 77.4108L133.03 78.7806ZM138.565 78.7806L141.332 78.7806L141.332 77.4108L138.565 77.4108L138.565 78.7806ZM144.1 78.7806L146.867 78.7806L146.867 77.4108L144.1 77.4108L144.1 78.7806ZM149.635 78.7806L152.402 78.7806L152.402 77.4108L149.635 77.4108L149.635 78.7806ZM155.17 78.7806L157.937 78.7806L157.937 77.4108L155.17 77.4108L155.17 78.7806ZM160.705 78.7806L163.472 78.7806L163.472 77.4108L160.705 77.4108L160.705 78.7806ZM166.239 78.7806L169.007 78.7806L169.007 77.4108L166.239 77.4108L166.239 78.7806ZM171.774 78.7806L174.542 78.7806L174.542 77.4108L171.774 77.4108L171.774 78.7806ZM177.309 78.7806L180.077 78.7806L180.077 77.4108L177.309 77.4108L177.309 78.7806ZM182.844 78.7806L185.612 78.7806L185.612 77.4108L182.844 77.4108L182.844 78.7806ZM188.379 78.7806L191.147 78.7806L191.147 77.4108L188.379 77.4108L188.379 78.7806ZM193.914 78.7806L196.682 78.7806L196.682 77.4108L193.914 77.4108L193.914 78.7806ZM199.449 78.7806L202.217 78.7806L202.217 77.4108L199.449 77.4108L199.449 78.7806ZM204.984 78.7806L207.752 78.7806L207.752 77.4108L204.984 77.4108L204.984 78.7806ZM210.519 78.7806L213.287 78.7806L213.287 77.4108L210.519 77.4108L210.519 78.7806ZM216.054 78.7806L218.822 78.7806L218.822 77.4108L216.054 77.4108L216.054 78.7806ZM221.589 78.7806L224.357 78.7806L224.357 77.4108L221.589 77.4108L221.589 78.7806ZM227.124 78.7806L229.892 78.7806L229.892 77.4108L227.124 77.4108L227.124 78.7806ZM232.659 78.7806L235.427 78.7806L235.427 77.4108L232.659 77.4108L232.659 78.7806ZM238.194 78.7806L240.962 78.7806L240.962 77.4108L238.194 77.4108L238.194 78.7806ZM243.729 78.7806L246.497 78.7806L246.497 77.4108L243.729 77.4108L243.729 78.7806ZM249.264 78.7806L250.648 78.7806L250.648 77.4108L249.264 77.4108L249.264 78.7806Z" fill="#3D465C"/>
8
+ <path d="M250.648 135.365C251.026 135.365 251.333 135.058 251.333 134.68C251.333 134.301 251.026 133.995 250.648 133.995L250.648 135.365ZM101.203 135.365L102.587 135.365L102.587 133.995L101.203 133.995L101.203 135.365ZM105.355 135.365L108.122 135.365L108.122 133.995L105.355 133.995L105.355 135.365ZM110.89 135.365L113.657 135.365L113.657 133.995L110.89 133.995L110.89 135.365ZM116.425 135.365L119.192 135.365L119.192 133.995L116.425 133.995L116.425 135.365ZM121.96 135.365L124.727 135.365L124.727 133.995L121.96 133.995L121.96 135.365ZM127.495 135.365L130.262 135.365L130.262 133.995L127.495 133.995L127.495 135.365ZM133.03 135.365L135.797 135.365L135.797 133.995L133.03 133.995L133.03 135.365ZM138.565 135.365L141.332 135.365L141.332 133.995L138.565 133.995L138.565 135.365ZM144.1 135.365L146.867 135.365L146.867 133.995L144.1 133.995L144.1 135.365ZM149.635 135.365L152.402 135.365L152.402 133.995L149.635 133.995L149.635 135.365ZM155.17 135.365L157.937 135.365L157.937 133.995L155.17 133.995L155.17 135.365ZM160.705 135.365L163.472 135.365L163.472 133.995L160.705 133.995L160.705 135.365ZM166.239 135.365L169.007 135.365L169.007 133.995L166.239 133.995L166.239 135.365ZM171.774 135.365L174.542 135.365L174.542 133.995L171.774 133.995L171.774 135.365ZM177.309 135.365L180.077 135.365L180.077 133.995L177.309 133.995L177.309 135.365ZM182.844 135.365L185.612 135.365L185.612 133.995L182.844 133.995L182.844 135.365ZM188.379 135.365L191.147 135.365L191.147 133.995L188.379 133.995L188.379 135.365ZM193.914 135.365L196.682 135.365L196.682 133.995L193.914 133.995L193.914 135.365ZM199.449 135.365L202.217 135.365L202.217 133.995L199.449 133.995L199.449 135.365ZM204.984 135.365L207.752 135.365L207.752 133.995L204.984 133.995L204.984 135.365ZM210.519 135.365L213.287 135.365L213.287 133.995L210.519 133.995L210.519 135.365ZM216.054 135.365L218.822 135.365L218.822 133.995L216.054 133.995L216.054 135.365ZM221.589 135.365L224.357 135.365L224.357 133.995L221.589 133.995L221.589 135.365ZM227.124 135.365L229.892 135.365L229.892 133.995L227.124 133.995L227.124 135.365ZM232.659 135.365L235.427 135.365L235.427 133.995L232.659 133.995L232.659 135.365ZM238.194 135.365L240.962 135.365L240.962 133.995L238.194 133.995L238.194 135.365ZM243.729 135.365L246.497 135.365L246.497 133.995L243.729 133.995L243.729 135.365ZM249.264 135.365L250.648 135.365L250.648 133.995L249.264 133.995L249.264 135.365Z" fill="#3D465C"/>
9
+ <path d="M101.203 158.002L250.648 158.002" stroke="#3D465C" stroke-width="1.36974" stroke-linecap="round"/>
10
+ <path d="M101.203 158.002L101.203 53.0004" stroke="#3D465C" stroke-width="1.36974" stroke-linecap="round"/>
11
+ <path d="M251.435 143.149L231.647 131.242L231.23 154.332L251.435 143.149ZM116.741 64.6621C115.637 64.6621 114.741 65.5575 114.741 66.6621C114.741 67.7667 115.637 68.6621 116.741 68.6621V64.6621ZM233.612 140.832C216.337 139.229 204.455 133.787 195.352 126.592C186.195 119.353 179.757 110.275 173.431 101.148C167.161 92.1007 160.955 82.9246 152.358 76.077C143.665 69.1529 132.616 64.6621 116.741 64.6621V68.6621C131.755 68.6621 141.915 72.8729 149.866 79.2058C157.913 85.6153 163.785 94.2517 170.144 103.426C176.446 112.521 183.187 122.074 192.871 129.73C202.61 137.428 215.234 143.144 233.243 144.815L233.612 140.832Z" fill="#8591AE"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M139.497 100C138.325 100 137.172 100.302 136.15 100.878C135.128 101.453 134.272 102.282 133.664 103.284L136.164 104.801L133.655 103.298L117.143 130.864L117.119 130.904C116.524 131.936 116.208 133.106 116.205 134.297C116.202 135.489 116.51 136.66 117.1 137.695C117.69 138.73 118.541 139.593 119.568 140.197C120.595 140.801 121.762 141.126 122.953 141.139L156.01 141.139L156.042 141.139C157.233 141.126 158.4 140.801 159.427 140.197C160.454 139.593 161.304 138.73 161.894 137.695C162.484 136.66 162.793 135.489 162.79 134.297C162.786 133.106 162.471 131.936 161.875 130.904L161.852 130.864L145.34 103.298L145.331 103.284C144.723 102.282 143.867 101.453 142.845 100.878C141.823 100.302 140.67 100 139.497 100ZM139.497 111.894C141.112 111.894 142.421 113.203 142.421 114.818V122.616C142.421 124.231 141.112 125.54 139.497 125.54C137.882 125.54 136.573 124.231 136.573 122.616V114.818C136.573 113.203 137.882 111.894 139.497 111.894ZM136.573 130.411C136.573 128.796 137.882 127.487 139.497 127.487H139.517C141.132 127.487 142.441 128.796 142.441 130.411C142.441 132.026 141.132 133.335 139.517 133.335H139.497C137.882 133.335 136.573 132.026 136.573 130.411Z" fill="#CBD2E2"/>
13
+ </g>
14
+ </g>
15
+ <defs>
16
+ <clipPath id="clip0_3535_17583">
17
+ <rect width="353" height="212" fill="white"/>
18
+ </clipPath>
19
+ <clipPath id="clip1_3535_17583">
20
+ <rect width="353" height="212" fill="white"/>
21
+ </clipPath>
22
+ </defs>
23
+ </svg>
@@ -0,0 +1,96 @@
1
+ <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3528_11342)">
3
+ <g clip-path="url(#clip1_3528_11342)">
4
+ <rect width="353" height="212" fill="#333F52"/>
5
+ <g clip-path="url(#clip2_3528_11342)">
6
+ <rect x="83.2104" y="34.5039" width="185.69" height="142" rx="8" fill="#232E40"/>
7
+ <g filter="url(#filter0_d_3528_11342)">
8
+ <rect x="145.492" y="64.248" width="111.415" height="85.2" rx="4.8" transform="rotate(4.11567 145.492 64.248)" fill="#252D40"/>
9
+ <rect x="153.878" y="73.1074" width="44.6197" height="33.6797" rx="1.8" transform="rotate(4.11567 153.878 73.1074)" stroke="#3D465C" stroke-width="1.8"/>
10
+ <path d="M197.234 85.5582L153.566 82.416" stroke="#3D465C" stroke-width="1.8"/>
11
+ <path d="M196.803 91.5445L153.135 88.4023" stroke="#3D465C" stroke-width="1.8"/>
12
+ <path d="M196.373 97.5289L152.705 94.3867" stroke="#3D465C" stroke-width="1.8"/>
13
+ <path d="M195.942 103.513L152.274 100.371" stroke="#3D465C" stroke-width="1.8"/>
14
+ <path d="M153.719 75.3129C153.79 74.3214 154.652 73.5754 155.644 73.6468L196.21 76.5657C197.201 76.6371 197.947 77.4987 197.876 78.4903L197.768 79.9934L153.611 76.8161L153.719 75.3129Z" fill="#3D465C" stroke="#3D465C" stroke-width="1.8"/>
15
+ <rect x="204.367" y="76.7402" width="44.6197" height="33.6797" rx="1.8" transform="rotate(4.11567 204.367 76.7402)" stroke="#3D465C" stroke-width="1.8"/>
16
+ <path d="M247.723 89.191L204.055 86.0488" stroke="#3D465C" stroke-width="1.8"/>
17
+ <path d="M247.292 95.1773L203.624 92.0352" stroke="#3D465C" stroke-width="1.8"/>
18
+ <path d="M246.862 101.162L203.194 98.0195" stroke="#3D465C" stroke-width="1.8"/>
19
+ <path d="M246.431 107.146L202.763 104.004" stroke="#3D465C" stroke-width="1.8"/>
20
+ <path d="M204.208 78.9457C204.28 77.9542 205.141 77.2082 206.133 77.2796L246.699 80.1986C247.691 80.2699 248.437 81.1316 248.365 82.1231L248.257 83.6263L204.1 80.4489L204.208 78.9457Z" fill="#3D465C" stroke="#3D465C" stroke-width="1.8"/>
21
+ <rect x="150.743" y="116.674" width="44.6197" height="21.8026" rx="1.8" transform="rotate(4.11567 150.743 116.674)" stroke="#3D465C" stroke-width="1.8"/>
22
+ <path d="M194.099 129.125L150.431 125.982" stroke="#3D465C" stroke-width="1.8"/>
23
+ <path d="M193.668 135.111L150 131.969" stroke="#3D465C" stroke-width="1.8"/>
24
+ <path d="M150.584 118.879C150.656 117.888 151.517 117.142 152.509 117.213L193.075 120.132C194.067 120.204 194.813 121.065 194.741 122.057L194.633 123.56L150.476 120.382L150.584 118.879Z" fill="#3D465C" stroke="#3D465C" stroke-width="1.8"/>
25
+ <rect x="201.232" y="120.307" width="44.6197" height="21.2631" rx="1.8" transform="rotate(4.11567 201.232 120.307)" stroke="#3D465C" stroke-width="1.8"/>
26
+ <path d="M244.588 132.757L200.92 129.615" stroke="#3D465C" stroke-width="1.8"/>
27
+ <path d="M244.158 138.744L200.49 135.602" stroke="#3D465C" stroke-width="1.8"/>
28
+ <path d="M201.073 122.512C201.145 121.521 202.006 120.775 202.998 120.846L243.564 123.765C244.556 123.836 245.302 124.698 245.23 125.69L245.122 127.193L200.965 124.015L201.073 122.512Z" fill="#3D465C" stroke="#3D465C" stroke-width="1.8"/>
29
+ </g>
30
+ <g filter="url(#filter1_d_3528_11342)">
31
+ <g clip-path="url(#clip3_3528_11342)">
32
+ <rect x="90.4908" y="61.3613" width="111.415" height="85.2" rx="4.8" transform="rotate(-11.8048 90.4908 61.3613)" fill="#252D40"/>
33
+ <g clip-path="url(#clip4_3528_11342)">
34
+ <path d="M135.731 85.5243L108.203 91.2776C107.166 91.4943 106.48 92.4065 106.67 93.3151C106.86 94.2237 107.854 94.7846 108.89 94.568L136.419 88.8147C137.455 88.598 138.142 87.6858 137.952 86.7772C137.762 85.8686 136.767 85.3077 135.731 85.5243Z" fill="#8591AE"/>
35
+ <path d="M167.799 98.0527L188.588 93.7078" stroke="#3D465C" stroke-width="3.6" stroke-linecap="round"/>
36
+ <path d="M169.587 106.607L183.762 103.645" stroke="#8591AE" stroke-width="3.6" stroke-linecap="round"/>
37
+ <path d="M171.428 115.416L182.115 113.182" stroke="#3D465C" stroke-width="3.6" stroke-linecap="round"/>
38
+ <path d="M125.019 102.323C127.909 101.719 130.91 102.022 133.587 103.187C136.263 104.352 138.477 106.319 139.906 108.802C141.336 111.286 141.907 114.157 141.536 117C141.166 119.843 139.874 122.509 137.847 124.612L132.868 120.103C133.894 119.039 134.548 117.69 134.735 116.252C134.922 114.813 134.633 113.361 133.91 112.104C133.187 110.847 132.067 109.852 130.713 109.263C129.359 108.673 127.84 108.52 126.378 108.826L125.019 102.323Z" fill="#CBD2E2"/>
39
+ <path d="M135.159 126.79C132.923 128.183 130.332 128.933 127.691 128.952C125.049 128.971 122.467 128.258 120.247 126.897C118.028 125.536 116.263 123.583 115.161 121.268C114.058 118.953 113.664 116.372 114.023 113.829L120.815 114.648C120.633 115.935 120.833 117.241 121.39 118.412C121.948 119.583 122.841 120.571 123.964 121.26C125.087 121.949 126.394 122.309 127.73 122.3C129.066 122.29 130.377 121.911 131.508 121.206L135.159 126.79Z" fill="#8591AE"/>
40
+ <path d="M114.476 111.794C115.08 109.829 116.135 108.018 117.561 106.497C118.987 104.975 120.746 103.785 122.706 103.014L125.208 109.175C124.216 109.565 123.326 110.168 122.605 110.937C121.883 111.707 121.35 112.623 121.044 113.618L114.476 111.794Z" fill="#3D465C"/>
41
+ <rect x="153.012" y="97.709" width="6.94737" height="6.72289" transform="rotate(-11.8048 153.012 97.709)" fill="#3D465C"/>
42
+ <rect x="154.8" y="106.264" width="6.94737" height="6.72289" transform="rotate(-11.8048 154.8 106.264)" fill="#8591AE"/>
43
+ <rect x="156.588" y="114.818" width="6.94737" height="6.72289" transform="rotate(-11.8048 156.588 114.818)" fill="#3D465C"/>
44
+ </g>
45
+ <path d="M118.005 77.9219L126.352 76.1773" stroke="#8591AE" stroke-width="3.6" stroke-linecap="round"/>
46
+ <rect x="103.374" y="77.5449" width="6.94737" height="6.72289" transform="rotate(-11.8048 103.374 77.5449)" fill="#3D465C"/>
47
+ <path d="M115.119 67.0469L128.095 64.335" stroke="#8591AE" stroke-width="3.6" stroke-linecap="round"/>
48
+ <rect x="101.075" y="66.5469" width="6.94737" height="6.72289" transform="rotate(-11.8048 101.075 66.5469)" fill="#3D465C"/>
49
+ <path d="M156.056 75.736C155.97 75.3209 156.236 74.914 156.651 74.8273L158.672 74.405C159.087 74.3182 159.493 74.5844 159.58 74.9995L160.651 80.121L157.127 80.8575L156.056 75.736Z" fill="#3D465C"/>
50
+ <path d="M162.56 65.7965C162.474 65.3814 162.74 64.9746 163.155 64.8878L165.763 64.3428C166.178 64.256 166.585 64.5222 166.671 64.9373L169.46 78.2811L165.349 79.1404L162.56 65.7965Z" fill="#8591AE"/>
51
+ <path d="M169.678 58.7926C169.591 58.3775 169.857 57.9707 170.272 57.8839L172.88 57.3389C173.295 57.2521 173.702 57.5183 173.789 57.9334L177.683 76.563L173.571 77.4222L169.678 58.7926Z" fill="#3D465C"/>
52
+ <path d="M178.786 64.2438C178.699 63.8287 178.965 63.4219 179.381 63.3351L181.988 62.79C182.404 62.7033 182.81 62.9695 182.897 63.3846L185.318 74.9665L181.207 75.8257L178.786 64.2438Z" fill="#8591AE"/>
53
+ <path d="M152.44 85.4648L190.831 77.4411" stroke="#3D465C" stroke-width="3" stroke-linecap="round"/>
54
+ <path d="M152.44 85.4648L146.856 58.7485" stroke="#3D465C" stroke-width="3" stroke-linecap="round"/>
55
+ </g>
56
+ </g>
57
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M199.163 86.954C212.897 88.4981 222.779 100.884 221.235 114.618C219.69 128.352 207.305 138.234 193.571 136.689C186.892 135.938 181.124 132.623 177.138 127.836C177.046 127.689 176.944 127.546 176.833 127.407C176.722 127.268 176.605 127.137 176.482 127.014C172.7 122.065 170.748 115.705 171.499 109.026C173.043 95.2916 185.429 85.4098 199.163 86.954ZM167.03 129.37C163.314 123.168 161.528 115.742 162.398 108.002C164.507 89.2417 181.426 75.7432 200.186 77.8526C218.947 79.9619 232.445 96.8804 230.336 115.641C228.227 134.402 211.308 147.9 192.548 145.791C184.808 144.921 177.964 141.53 172.742 136.529L158.315 148.04C156.338 149.617 153.457 149.293 151.879 147.316C150.302 145.339 150.626 142.458 152.603 140.881L167.03 129.37Z" fill="#8591AE"/>
58
+ </g>
59
+ </g>
60
+ </g>
61
+ <defs>
62
+ <filter id="filter0_d_3528_11342" x="120.177" y="59.448" width="155.643" height="131.377" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
63
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
64
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
65
+ <feOffset dy="14.4"/>
66
+ <feGaussianBlur stdDeviation="9.6"/>
67
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
68
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3528_11342"/>
69
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3528_11342" result="shape"/>
70
+ </filter>
71
+ <filter id="filter1_d_3528_11342" x="71.2908" y="33.7684" width="164.889" height="144.591" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
72
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
73
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
74
+ <feOffset dy="14.4"/>
75
+ <feGaussianBlur stdDeviation="9.6"/>
76
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.24 0"/>
77
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3528_11342"/>
78
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3528_11342" result="shape"/>
79
+ </filter>
80
+ <clipPath id="clip0_3528_11342">
81
+ <rect width="353" height="212" fill="white"/>
82
+ </clipPath>
83
+ <clipPath id="clip1_3528_11342">
84
+ <rect width="353" height="212" fill="white"/>
85
+ </clipPath>
86
+ <clipPath id="clip2_3528_11342">
87
+ <rect x="83.2104" y="34.5039" width="185.69" height="142" rx="8" fill="white"/>
88
+ </clipPath>
89
+ <clipPath id="clip3_3528_11342">
90
+ <rect x="90.4908" y="61.3613" width="111.415" height="85.2" rx="4.8" transform="rotate(-11.8048 90.4908 61.3613)" fill="white"/>
91
+ </clipPath>
92
+ <clipPath id="clip4_3528_11342">
93
+ <rect x="99.9226" y="88.1992" width="92.4" height="55.8" rx="2.66613" transform="rotate(-11.8048 99.9226 88.1992)" fill="white"/>
94
+ </clipPath>
95
+ </defs>
96
+ </svg>
@@ -0,0 +1,63 @@
1
+ <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3525_10879)">
3
+ <rect x="0.304688" y="0.0761719" width="353" height="212" fill="#333F52"/>
4
+ <g clip-path="url(#clip1_3525_10879)">
5
+ <rect x="84" y="35" width="185.692" height="142" rx="8" fill="#232E40"/>
6
+ <g filter="url(#filter0_d_3525_10879)">
7
+ <g clip-path="url(#clip2_3525_10879)">
8
+ <rect x="110.245" y="50.1426" width="92" height="34" rx="7.8624" fill="#D6DCE8"/>
9
+ <path d="M122.531 65.2461H153.917" stroke="#8591AE" stroke-width="4.9" stroke-linecap="round"/>
10
+ <path d="M122.038 75.041H169.451" stroke="#8591AE" stroke-width="4.9" stroke-linecap="round"/>
11
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M177.851 70.143C177.851 67.0502 180.358 64.543 183.451 64.543C184.936 64.543 186.361 65.133 187.411 66.1832C188.461 67.2334 189.051 68.6578 189.051 70.143C189.051 71.6282 188.461 73.0526 187.411 74.1028C186.361 75.153 184.936 75.743 183.451 75.743C181.966 75.743 180.541 75.153 179.491 74.1028C178.441 73.0526 177.851 71.6282 177.851 70.143ZM186.068 69.5068C186.297 69.2987 186.313 68.9446 186.105 68.7157C185.897 68.4869 185.543 68.47 185.314 68.6781L182.611 71.1356L181.588 70.2053C181.359 69.9973 181.005 70.0141 180.797 70.243C180.589 70.4718 180.606 70.826 180.834 71.0341L182.234 72.3068C182.448 72.501 182.774 72.501 182.988 72.3068L186.068 69.5068Z" fill="#252D40"/>
12
+ <g opacity="0.4">
13
+ <rect width="94" height="7" transform="translate(109.245 50.1426)" fill="#8591AE"/>
14
+ </g>
15
+ </g>
16
+ <g clip-path="url(#clip3_3525_10879)">
17
+ <rect x="130.245" y="89.1426" width="92" height="34" rx="7.8624" fill="#D6DCE8"/>
18
+ <path d="M142.53 104.246H173.917" stroke="#8591AE" stroke-width="4.9" stroke-linecap="round"/>
19
+ <path d="M142.038 114.041H189.451" stroke="#8591AE" stroke-width="4.9" stroke-linecap="round"/>
20
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M207.449 109.703C207.449 109.535 207.505 109.367 207.505 109.143C207.505 108.919 207.505 108.751 207.449 108.583L208.625 107.631C208.737 107.519 208.737 107.407 208.681 107.295L207.561 105.335C207.505 105.279 207.393 105.223 207.225 105.279L205.825 105.839C205.545 105.615 205.209 105.447 204.873 105.279L204.649 103.823C204.705 103.655 204.537 103.543 204.425 103.543H202.185C202.073 103.543 201.905 103.655 201.905 103.767L201.681 105.279C201.345 105.391 201.065 105.615 200.729 105.839L199.385 105.279C199.217 105.223 199.105 105.279 198.993 105.391L197.873 107.351C197.817 107.407 197.873 107.575 197.985 107.687L199.161 108.583C199.161 108.751 199.105 108.919 199.105 109.143C199.105 109.367 199.105 109.535 199.161 109.703L197.985 110.655C197.873 110.767 197.873 110.879 197.929 110.991L199.049 112.951C199.105 113.007 199.217 113.063 199.385 113.007L200.785 112.447C201.065 112.671 201.401 112.839 201.737 113.007L201.961 114.463C201.961 114.575 202.073 114.687 202.241 114.687H204.481C204.593 114.687 204.761 114.575 204.761 114.463L204.985 113.007C205.321 112.839 205.657 112.671 205.937 112.447L207.337 113.007C207.449 113.063 207.617 113.007 207.673 112.895L208.793 110.935C208.849 110.823 208.849 110.655 208.737 110.599L207.449 109.703ZM203.305 111.103C202.241 111.103 201.345 110.207 201.345 109.143C201.345 108.079 202.241 107.183 203.305 107.183C204.369 107.183 205.265 108.079 205.265 109.143C205.265 110.207 204.369 111.103 203.305 111.103Z" fill="#252D40"/>
21
+ <g opacity="0.4">
22
+ <rect width="94" height="7" transform="translate(129.245 89.1426)" fill="#8591AE"/>
23
+ </g>
24
+ </g>
25
+ <g clip-path="url(#clip4_3525_10879)">
26
+ <rect x="150.245" y="129.143" width="92" height="34" rx="7.8624" fill="#D6DCE8"/>
27
+ <path d="M162.53 144.246H193.917" stroke="#8591AE" stroke-width="4.9" stroke-linecap="round"/>
28
+ <path d="M162.038 154.041H209.451" stroke="#8591AE" stroke-width="4.9" stroke-linecap="round"/>
29
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M219.096 149.143C219.096 146.737 221.046 144.787 223.451 144.787C225.857 144.787 227.807 146.737 227.807 149.143C227.807 151.548 225.857 153.499 223.451 153.499C221.046 153.499 219.096 151.548 219.096 149.143ZM223.451 143.543C220.358 143.543 217.851 146.05 217.851 149.143C217.851 152.236 220.358 154.743 223.451 154.743C226.544 154.743 229.051 152.236 229.051 149.143C229.051 146.05 226.544 143.543 223.451 143.543ZM224.073 146.156C224.073 145.812 223.795 145.534 223.451 145.534C223.108 145.534 222.829 145.812 222.829 146.156V149.142C222.829 149.378 222.962 149.594 223.173 149.699L225.164 150.695C225.471 150.848 225.845 150.724 225.999 150.416C226.153 150.109 226.028 149.735 225.721 149.582L224.073 148.758V146.156Z" fill="#252D40"/>
30
+ <g opacity="0.4">
31
+ <rect width="94" height="7" transform="translate(149.245 129.143)" fill="#8591AE"/>
32
+ </g>
33
+ </g>
34
+ </g>
35
+ </g>
36
+ </g>
37
+ <defs>
38
+ <filter id="filter0_d_3525_10879" x="94.2446" y="42.1426" width="164" height="145" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
39
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
40
+ <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
41
+ <feOffset dy="8"/>
42
+ <feGaussianBlur stdDeviation="8"/>
43
+ <feColorMatrix type="matrix" values="0 0 0 0 0.231373 0 0 0 0 0.282353 0 0 0 0 0.360784 0 0 0 0.16 0"/>
44
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3525_10879"/>
45
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3525_10879" result="shape"/>
46
+ </filter>
47
+ <clipPath id="clip0_3525_10879">
48
+ <rect width="353" height="212" fill="white"/>
49
+ </clipPath>
50
+ <clipPath id="clip1_3525_10879">
51
+ <rect x="84" y="35" width="185.692" height="142" rx="8" fill="white"/>
52
+ </clipPath>
53
+ <clipPath id="clip2_3525_10879">
54
+ <rect x="110.245" y="50.1426" width="92" height="34" rx="7.8624" fill="white"/>
55
+ </clipPath>
56
+ <clipPath id="clip3_3525_10879">
57
+ <rect x="130.245" y="89.1426" width="92" height="34" rx="7.8624" fill="white"/>
58
+ </clipPath>
59
+ <clipPath id="clip4_3525_10879">
60
+ <rect x="150.245" y="129.143" width="92" height="34" rx="7.8624" fill="white"/>
61
+ </clipPath>
62
+ </defs>
63
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3526_13628)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="83.5635" y="34.5039" width="186" height="123" rx="8" fill="#232E40"/>
5
+ <path d="M237.165 97.3328C237.472 97.3328 237.72 97.0841 237.72 96.7774C237.72 96.4706 237.472 96.2219 237.165 96.2219L237.165 97.3328ZM115.962 97.3328L117.084 97.3328L117.084 96.2219L115.962 96.2219L115.962 97.3328ZM119.329 97.3328L121.573 97.3328L121.573 96.2219L119.329 96.2219L119.329 97.3328ZM123.818 97.3328L126.062 97.3328L126.062 96.2219L123.818 96.2219L123.818 97.3328ZM128.307 97.3328L130.551 97.3328L130.551 96.2219L128.307 96.2219L128.307 97.3328ZM132.796 97.3328L135.04 97.3328L135.04 96.2219L132.796 96.2219L132.796 97.3328ZM137.285 97.3328L139.529 97.3328L139.529 96.2219L137.285 96.2219L137.285 97.3328ZM141.774 97.3328L144.018 97.3328L144.018 96.2219L141.774 96.2219L141.774 97.3328ZM146.263 97.3328L148.507 97.3328L148.507 96.2219L146.263 96.2219L146.263 97.3328ZM150.752 97.3328L152.996 97.3328L152.996 96.2219L150.752 96.2219L150.752 97.3328ZM155.241 97.3328L157.485 97.3328L157.485 96.2219L155.241 96.2219L155.241 97.3328ZM159.73 97.3328L161.974 97.3328L161.974 96.2219L159.73 96.2219L159.73 97.3328ZM164.219 97.3328L166.463 97.3328L166.463 96.2219L164.219 96.2219L164.219 97.3328ZM168.708 97.3328L170.952 97.3328L170.952 96.2219L168.708 96.2219L168.708 97.3328ZM173.197 97.3328L175.441 97.3328L175.441 96.2219L173.197 96.2219L173.197 97.3328ZM177.686 97.3328L179.93 97.3328L179.93 96.2219L177.686 96.2219L177.686 97.3328ZM182.175 97.3328L184.419 97.3328L184.419 96.2219L182.175 96.2219L182.175 97.3328ZM186.664 97.3328L188.908 97.3328L188.908 96.2219L186.664 96.2219L186.664 97.3328ZM191.153 97.3328L193.397 97.3328L193.397 96.2219L191.153 96.2219L191.153 97.3328ZM195.642 97.3328L197.886 97.3328L197.886 96.2219L195.642 96.2219L195.642 97.3328ZM200.131 97.3328L202.375 97.3328L202.375 96.2219L200.131 96.2219L200.131 97.3328ZM204.62 97.3328L206.864 97.3328L206.864 96.2219L204.62 96.2219L204.62 97.3328ZM209.109 97.3328L211.353 97.3328L211.353 96.2219L209.109 96.2219L209.109 97.3328ZM213.598 97.3328L215.842 97.3328L215.842 96.2219L213.598 96.2219L213.598 97.3328ZM218.087 97.3328L220.331 97.3328L220.331 96.2219L218.087 96.2219L218.087 97.3328ZM222.576 97.3328L224.82 97.3328L224.82 96.2219L222.576 96.2219L222.576 97.3328ZM227.065 97.3328L229.309 97.3328L229.309 96.2219L227.065 96.2219L227.065 97.3328ZM231.554 97.3328L233.798 97.3328L233.798 96.2219L231.554 96.2219L231.554 97.3328ZM236.043 97.3328L237.165 97.3328L237.165 96.2219L236.043 96.2219L236.043 97.3328Z" fill="#3D465C"/>
6
+ <path d="M237.165 74.3328C237.472 74.3328 237.72 74.0841 237.72 73.7774C237.72 73.4706 237.472 73.2219 237.165 73.2219L237.165 74.3328ZM115.962 74.3328L117.084 74.3328L117.084 73.2219L115.962 73.2219L115.962 74.3328ZM119.329 74.3328L121.573 74.3328L121.573 73.2219L119.329 73.2219L119.329 74.3328ZM123.818 74.3328L126.062 74.3328L126.062 73.2219L123.818 73.2219L123.818 74.3328ZM128.307 74.3328L130.551 74.3328L130.551 73.2219L128.307 73.2219L128.307 74.3328ZM132.796 74.3328L135.04 74.3328L135.04 73.2219L132.796 73.2219L132.796 74.3328ZM137.285 74.3328L139.529 74.3328L139.529 73.2219L137.285 73.2219L137.285 74.3328ZM141.774 74.3328L144.018 74.3328L144.018 73.2219L141.774 73.2219L141.774 74.3328ZM146.263 74.3328L148.507 74.3328L148.507 73.2219L146.263 73.2219L146.263 74.3328ZM150.752 74.3328L152.996 74.3328L152.996 73.2219L150.752 73.2219L150.752 74.3328ZM155.241 74.3328L157.485 74.3328L157.485 73.2219L155.241 73.2219L155.241 74.3328ZM159.73 74.3328L161.974 74.3328L161.974 73.2219L159.73 73.2219L159.73 74.3328ZM164.219 74.3328L166.463 74.3328L166.463 73.2219L164.219 73.2219L164.219 74.3328ZM168.708 74.3328L170.952 74.3328L170.952 73.2219L168.708 73.2219L168.708 74.3328ZM173.197 74.3328L175.441 74.3328L175.441 73.2219L173.197 73.2219L173.197 74.3328ZM177.686 74.3328L179.93 74.3328L179.93 73.2219L177.686 73.2219L177.686 74.3328ZM182.175 74.3328L184.419 74.3328L184.419 73.2219L182.175 73.2219L182.175 74.3328ZM186.664 74.3328L188.908 74.3328L188.908 73.2219L186.664 73.2219L186.664 74.3328ZM191.153 74.3328L193.397 74.3328L193.397 73.2219L191.153 73.2219L191.153 74.3328ZM195.642 74.3328L197.886 74.3328L197.886 73.2219L195.642 73.2219L195.642 74.3328ZM200.131 74.3328L202.375 74.3328L202.375 73.2219L200.131 73.2219L200.131 74.3328ZM204.62 74.3328L206.864 74.3328L206.864 73.2219L204.62 73.2219L204.62 74.3328ZM209.109 74.3328L211.353 74.3328L211.353 73.2219L209.109 73.2219L209.109 74.3328ZM213.598 74.3328L215.842 74.3328L215.842 73.2219L213.598 73.2219L213.598 74.3328ZM218.087 74.3328L220.331 74.3328L220.331 73.2219L218.087 73.2219L218.087 74.3328ZM222.576 74.3328L224.82 74.3328L224.82 73.2219L222.576 73.2219L222.576 74.3328ZM227.065 74.3328L229.309 74.3328L229.309 73.2219L227.065 73.2219L227.065 74.3328ZM231.554 74.3328L233.798 74.3328L233.798 73.2219L231.554 73.2219L231.554 74.3328ZM236.043 74.3328L237.165 74.3328L237.165 73.2219L236.043 73.2219L236.043 74.3328Z" fill="#3D465C"/>
7
+ <path d="M237.165 120.223C237.472 120.223 237.72 119.975 237.72 119.668C237.72 119.361 237.472 119.113 237.165 119.113L237.165 120.223ZM115.962 120.223L117.084 120.223L117.084 119.113L115.962 119.113L115.962 120.223ZM119.329 120.223L121.573 120.223L121.573 119.113L119.329 119.113L119.329 120.223ZM123.818 120.223L126.062 120.223L126.062 119.113L123.818 119.113L123.818 120.223ZM128.307 120.223L130.551 120.223L130.551 119.113L128.307 119.113L128.307 120.223ZM132.796 120.223L135.04 120.223L135.04 119.113L132.796 119.113L132.796 120.223ZM137.285 120.223L139.529 120.223L139.529 119.113L137.285 119.113L137.285 120.223ZM141.774 120.223L144.018 120.223L144.018 119.113L141.774 119.113L141.774 120.223ZM146.263 120.223L148.507 120.223L148.507 119.113L146.263 119.113L146.263 120.223ZM150.752 120.223L152.996 120.223L152.996 119.113L150.752 119.113L150.752 120.223ZM155.241 120.223L157.485 120.223L157.485 119.113L155.241 119.113L155.241 120.223ZM159.73 120.223L161.974 120.223L161.974 119.113L159.73 119.113L159.73 120.223ZM164.219 120.223L166.463 120.223L166.463 119.113L164.219 119.113L164.219 120.223ZM168.708 120.223L170.952 120.223L170.952 119.113L168.708 119.113L168.708 120.223ZM173.197 120.223L175.441 120.223L175.441 119.113L173.197 119.113L173.197 120.223ZM177.686 120.223L179.93 120.223L179.93 119.113L177.686 119.113L177.686 120.223ZM182.175 120.223L184.419 120.223L184.419 119.113L182.175 119.113L182.175 120.223ZM186.664 120.223L188.908 120.223L188.908 119.113L186.664 119.113L186.664 120.223ZM191.153 120.223L193.397 120.223L193.397 119.113L191.153 119.113L191.153 120.223ZM195.642 120.223L197.886 120.223L197.886 119.113L195.642 119.113L195.642 120.223ZM200.131 120.223L202.375 120.223L202.375 119.113L200.131 119.113L200.131 120.223ZM204.62 120.223L206.864 120.223L206.864 119.113L204.62 119.113L204.62 120.223ZM209.109 120.223L211.353 120.223L211.353 119.113L209.109 119.113L209.109 120.223ZM213.598 120.223L215.842 120.223L215.842 119.113L213.598 119.113L213.598 120.223ZM218.087 120.223L220.331 120.223L220.331 119.113L218.087 119.113L218.087 120.223ZM222.576 120.223L224.82 120.223L224.82 119.113L222.576 119.113L222.576 120.223ZM227.065 120.223L229.309 120.223L229.309 119.113L227.065 119.113L227.065 120.223ZM231.554 120.223L233.798 120.223L233.798 119.113L231.554 119.113L231.554 120.223ZM236.043 120.223L237.165 120.223L237.165 119.113L236.043 119.113L236.043 120.223Z" fill="#3D465C"/>
8
+ <path d="M123.654 61.4913C123.654 60.2643 124.648 59.2695 125.875 59.2695H136.432C137.659 59.2695 138.654 60.2643 138.654 61.4913V138.27H123.654V61.4913Z" fill="#3D465C"/>
9
+ <path d="M149.654 71.4913C149.654 70.2643 150.648 69.2695 151.875 69.2695H162.432C163.659 69.2695 164.654 70.2643 164.654 71.4913V138.27H149.654V71.4913Z" fill="#8591AE"/>
10
+ <path d="M175.654 96.4913C175.654 95.2643 176.648 94.2695 177.875 94.2695H188.432C189.659 94.2695 190.654 95.2643 190.654 96.4913V138.27H175.654V96.4913Z" fill="#3D465C"/>
11
+ <path d="M200.654 115.491C200.654 114.264 201.648 113.27 202.875 113.27H213.432C214.659 113.27 215.654 114.264 215.654 115.491V138.27H200.654V115.491Z" fill="#8591AE"/>
12
+ <path d="M115.962 138.582L237.165 138.582" stroke="#3D465C" stroke-width="1.11089" stroke-linecap="round"/>
13
+ <path d="M115.962 138.582L115.962 53.4234" stroke="#3D465C" stroke-width="1.11089" stroke-linecap="round"/>
14
+ <path d="M234.304 113.632C188.746 113.632 179.31 51.5996 125.064 51.5996" stroke="#8591AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="bevel"/>
15
+ <rect x="121.5" y="170" width="110" height="26" rx="2.67636" fill="#232E40"/>
16
+ <path d="M134.14 187.632C134.529 187.632 134.857 187.588 135.123 187.499C135.394 187.405 135.614 187.279 135.781 187.122C135.954 186.964 136.077 186.779 136.151 186.567C136.23 186.35 136.269 186.118 136.269 185.872C136.269 185.369 136.097 184.975 135.752 184.689C135.412 184.398 134.872 184.252 134.132 184.252H131.995V187.632H134.14ZM131.995 179.704V183.032H133.726C134.465 183.032 135.017 182.889 135.382 182.603C135.747 182.317 135.929 181.906 135.929 181.368C135.929 180.781 135.757 180.357 135.412 180.096C135.071 179.835 134.537 179.704 133.807 179.704H131.995ZM133.807 178.351C134.487 178.351 135.069 178.417 135.552 178.551C136.035 178.679 136.432 178.864 136.743 179.105C137.053 179.347 137.28 179.643 137.423 179.993C137.571 180.338 137.645 180.727 137.645 181.161C137.645 181.413 137.606 181.657 137.527 181.893C137.453 182.125 137.334 182.344 137.172 182.551C137.014 182.754 136.814 182.936 136.573 183.099C136.331 183.261 136.045 183.397 135.715 183.505C137.223 183.826 137.978 184.627 137.978 185.909C137.978 186.362 137.892 186.779 137.719 187.159C137.551 187.533 137.305 187.859 136.979 188.135C136.659 188.406 136.262 188.618 135.789 188.771C135.316 188.924 134.776 189 134.169 189H130.265V178.351H133.807ZM144.128 187.602C144.537 187.602 144.902 187.533 145.222 187.395C145.548 187.257 145.821 187.065 146.043 186.818C146.27 186.572 146.443 186.276 146.561 185.931C146.679 185.581 146.738 185.194 146.738 184.77V178.351H148.462V184.77C148.462 185.396 148.36 185.975 148.158 186.508C147.961 187.04 147.675 187.501 147.301 187.891C146.926 188.275 146.47 188.578 145.932 188.8C145.4 189.017 144.798 189.126 144.128 189.126C143.457 189.126 142.854 189.017 142.316 188.8C141.784 188.578 141.33 188.275 140.955 187.891C140.581 187.501 140.292 187.04 140.09 186.508C139.893 185.975 139.794 185.396 139.794 184.77V178.351H141.525V184.763C141.525 185.187 141.584 185.574 141.702 185.924C141.821 186.269 141.991 186.567 142.213 186.818C142.434 187.065 142.706 187.257 143.026 187.395C143.351 187.533 143.719 187.602 144.128 187.602ZM153.953 183.454C154.347 183.454 154.692 183.407 154.988 183.313C155.284 183.214 155.53 183.079 155.727 182.906C155.925 182.734 156.073 182.529 156.171 182.293C156.27 182.051 156.319 181.785 156.319 181.494C156.319 180.912 156.127 180.468 155.742 180.163C155.358 179.857 154.776 179.704 153.997 179.704H152.592V183.454H153.953ZM158.967 189H157.421C157.115 189 156.893 188.882 156.755 188.645L154.271 185.058C154.187 184.935 154.096 184.846 153.997 184.792C153.898 184.738 153.75 184.711 153.553 184.711H152.592V189H150.861V178.351H153.997C154.697 178.351 155.299 178.422 155.801 178.565C156.309 178.708 156.726 178.913 157.051 179.179C157.377 179.44 157.616 179.756 157.769 180.126C157.926 180.495 158.005 180.907 158.005 181.361C158.005 181.731 157.949 182.076 157.835 182.396C157.727 182.717 157.566 183.007 157.354 183.269C157.147 183.53 156.891 183.757 156.585 183.949C156.28 184.141 155.932 184.292 155.543 184.4C155.755 184.528 155.937 184.708 156.09 184.94L158.967 189ZM169.065 178.351V189H168.185C168.052 189 167.938 188.978 167.845 188.933C167.751 188.884 167.662 188.805 167.579 188.697L161.729 181.183C161.744 181.326 161.754 181.469 161.759 181.612C161.768 181.75 161.773 181.878 161.773 181.997V189H160.25V178.351H161.152C161.226 178.351 161.288 178.356 161.337 178.366C161.391 178.371 161.441 178.383 161.485 178.403C161.529 178.422 161.571 178.452 161.611 178.491C161.65 178.531 161.692 178.58 161.736 178.639L167.593 186.16C167.579 186.007 167.566 185.857 167.556 185.709C167.551 185.561 167.549 185.423 167.549 185.295V178.351H169.065ZM184.633 183.675C184.633 184.464 184.505 185.187 184.249 185.842C183.992 186.493 183.63 187.053 183.162 187.521C182.698 187.989 182.139 188.354 181.483 188.615C180.832 188.872 180.108 189 179.309 189H175.286V178.351H179.309C180.108 178.351 180.832 178.482 181.483 178.743C182.139 178.999 182.698 179.362 183.162 179.83C183.63 180.298 183.992 180.86 184.249 181.516C184.505 182.167 184.633 182.887 184.633 183.675ZM182.866 183.675C182.866 183.064 182.782 182.514 182.615 182.026C182.452 181.538 182.215 181.127 181.905 180.791C181.599 180.456 181.227 180.2 180.788 180.022C180.349 179.84 179.856 179.749 179.309 179.749H177.024V187.602H179.309C179.856 187.602 180.349 187.514 180.788 187.336C181.227 187.159 181.599 186.902 181.905 186.567C182.215 186.227 182.452 185.815 182.615 185.332C182.782 184.844 182.866 184.292 182.866 183.675ZM196.543 183.675C196.543 184.464 196.415 185.191 196.159 185.857C195.902 186.523 195.54 187.097 195.072 187.58C194.608 188.058 194.049 188.433 193.393 188.704C192.742 188.975 192.017 189.111 191.219 189.111C190.425 189.111 189.7 188.975 189.045 188.704C188.394 188.433 187.834 188.058 187.366 187.58C186.897 187.097 186.535 186.523 186.279 185.857C186.022 185.191 185.894 184.464 185.894 183.675C185.894 182.887 186.022 182.159 186.279 181.494C186.535 180.828 186.897 180.254 187.366 179.771C187.834 179.288 188.394 178.91 189.045 178.639C189.7 178.368 190.425 178.233 191.219 178.233C192.017 178.233 192.742 178.368 193.393 178.639C194.049 178.91 194.608 179.288 195.072 179.771C195.54 180.254 195.902 180.828 196.159 181.494C196.415 182.159 196.543 182.887 196.543 183.675ZM194.776 183.675C194.776 183.064 194.692 182.514 194.524 182.026C194.362 181.538 194.125 181.124 193.814 180.784C193.509 180.444 193.137 180.182 192.698 180C192.259 179.818 191.766 179.726 191.219 179.726C190.676 179.726 190.186 179.818 189.747 180C189.308 180.182 188.934 180.444 188.623 180.784C188.312 181.124 188.073 181.538 187.906 182.026C187.738 182.514 187.654 183.064 187.654 183.675C187.654 184.292 187.738 184.844 187.906 185.332C188.073 185.82 188.312 186.234 188.623 186.574C188.934 186.91 189.308 187.168 189.747 187.351C190.186 187.528 190.676 187.617 191.219 187.617C191.766 187.617 192.259 187.528 192.698 187.351C193.137 187.168 193.509 186.91 193.814 186.574C194.125 186.234 194.362 185.82 194.524 185.332C194.692 184.844 194.776 184.292 194.776 183.675ZM212.251 178.351L208.938 189H207.377L204.878 181.353C204.848 181.27 204.818 181.178 204.789 181.08C204.764 180.981 204.74 180.875 204.715 180.762C204.69 180.875 204.663 180.981 204.634 181.08C204.609 181.178 204.582 181.27 204.552 181.353L202.03 189H200.47L197.157 178.351H198.606C198.754 178.351 198.878 178.388 198.976 178.462C199.08 178.531 199.149 178.627 199.183 178.75L201.18 185.576C201.219 185.724 201.256 185.884 201.291 186.057C201.325 186.229 201.36 186.409 201.394 186.597C201.429 186.409 201.466 186.229 201.505 186.057C201.55 185.879 201.597 185.719 201.646 185.576L203.931 178.75C203.966 178.652 204.035 178.56 204.138 178.477C204.242 178.393 204.365 178.351 204.508 178.351H205.011C205.164 178.351 205.287 178.39 205.38 178.469C205.474 178.543 205.546 178.637 205.595 178.75L207.873 185.576C207.922 185.719 207.966 185.874 208.006 186.042C208.05 186.205 208.09 186.377 208.124 186.56C208.159 186.377 208.191 186.205 208.22 186.042C208.255 185.874 208.292 185.719 208.331 185.576L210.32 178.75C210.35 178.642 210.417 178.548 210.52 178.469C210.629 178.39 210.754 178.351 210.897 178.351H212.251ZM222.507 178.351V189H221.627C221.494 189 221.38 188.978 221.287 188.933C221.193 188.884 221.104 188.805 221.021 188.697L215.171 181.183C215.186 181.326 215.196 181.469 215.201 181.612C215.21 181.75 215.215 181.878 215.215 181.997V189H213.692V178.351H214.594C214.668 178.351 214.73 178.356 214.779 178.366C214.833 178.371 214.883 178.383 214.927 178.403C214.971 178.422 215.013 178.452 215.053 178.491C215.092 178.531 215.134 178.58 215.178 178.639L221.035 186.16C221.021 186.007 221.008 185.857 220.998 185.709C220.993 185.561 220.991 185.423 220.991 185.295V178.351H222.507Z" fill="#E3E5E8"/>
17
+ <circle cx="230.277" cy="86.5872" r="18.2025" fill="url(#paint0_linear_3526_13628)"/>
18
+ <path d="M219.344 91.4132C220.705 96.5468 226.905 100.151 230.238 100.711C231.358 97.1822 235.829 96.1273 237.659 93.1775C239.928 89.5199 239.171 84.4961 238.025 82.1196C236.013 77.9487 231.483 74.7116 229.448 73.7617C229.86 73.9538 229.841 76.7087 229.148 78.7592C227.577 83.4039 216.909 82.2316 219.344 91.4132Z" fill="url(#paint1_linear_3526_13628)"/>
19
+ <path d="M230.247 100.635C227.128 99.7064 224.201 97.9726 223.509 94.2953C222.276 87.7517 232.488 86.5466 234.059 81.9018C234.689 80.0387 234.514 77.7584 234.168 77.2132C234.131 77.1763 234.095 77.1397 234.059 77.1035C234.097 77.1211 234.133 77.1583 234.168 77.2132C235.709 78.7593 238.03 80.9029 238.84 84.6172C239.301 86.7302 239.531 90.8919 237.113 93.943C234.957 96.6636 231.368 97.1063 230.247 100.635Z" fill="url(#paint2_linear_3526_13628)"/>
20
+ </g>
21
+ <defs>
22
+ <linearGradient id="paint0_linear_3526_13628" x1="212.075" y1="86.5872" x2="248.48" y2="86.5872" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#3D465C"/>
24
+ <stop offset="1" stop-color="#252D40"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint1_linear_3526_13628" x1="219.921" y1="98.1227" x2="229.055" y2="88.294" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#3D465C"/>
28
+ <stop offset="1" stop-color="#8591AE"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint2_linear_3526_13628" x1="234.445" y1="87.356" x2="231.271" y2="97.9455" gradientUnits="userSpaceOnUse">
31
+ <stop stop-color="#3D465C"/>
32
+ <stop offset="1" stop-color="#8591AE"/>
33
+ </linearGradient>
34
+ <clipPath id="clip0_3526_13628">
35
+ <rect width="353" height="212" fill="white"/>
36
+ </clipPath>
37
+ </defs>
38
+ </svg>
@@ -0,0 +1,38 @@
1
+ <svg width="353" height="212" viewBox="0 0 353 212" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <g clip-path="url(#clip0_3526_13629)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="83.5635" y="34.5039" width="186" height="123" rx="8" fill="#232E40"/>
5
+ <path d="M115.962 97.3328C115.655 97.3328 115.407 97.0841 115.407 96.7774C115.407 96.4706 115.655 96.2219 115.962 96.2219L115.962 97.3328ZM237.165 97.3328L236.043 97.3328L236.043 96.2219L237.165 96.2219L237.165 97.3328ZM233.798 97.3328L231.554 97.3328L231.554 96.2219L233.798 96.2219L233.798 97.3328ZM229.309 97.3328L227.065 97.3328L227.065 96.2219L229.309 96.2219L229.309 97.3328ZM224.82 97.3328L222.576 97.3328L222.576 96.2219L224.82 96.2219L224.82 97.3328ZM220.331 97.3328L218.087 97.3328L218.087 96.2219L220.331 96.2219L220.331 97.3328ZM215.842 97.3328L213.598 97.3328L213.598 96.2219L215.842 96.2219L215.842 97.3328ZM211.353 97.3328L209.109 97.3328L209.109 96.2219L211.353 96.2219L211.353 97.3328ZM206.864 97.3328L204.62 97.3328L204.62 96.2219L206.864 96.2219L206.864 97.3328ZM202.375 97.3328L200.131 97.3328L200.131 96.2219L202.375 96.2219L202.375 97.3328ZM197.886 97.3328L195.642 97.3328L195.642 96.2219L197.886 96.2219L197.886 97.3328ZM193.397 97.3328L191.153 97.3328L191.153 96.2219L193.397 96.2219L193.397 97.3328ZM188.908 97.3328L186.664 97.3328L186.664 96.2219L188.908 96.2219L188.908 97.3328ZM184.419 97.3328L182.175 97.3328L182.175 96.2219L184.419 96.2219L184.419 97.3328ZM179.93 97.3328L177.686 97.3328L177.686 96.2219L179.93 96.2219L179.93 97.3328ZM175.441 97.3328L173.197 97.3328L173.197 96.2219L175.441 96.2219L175.441 97.3328ZM170.952 97.3328L168.708 97.3328L168.708 96.2219L170.952 96.2219L170.952 97.3328ZM166.463 97.3328L164.219 97.3328L164.219 96.2219L166.463 96.2219L166.463 97.3328ZM161.974 97.3328L159.73 97.3328L159.73 96.2219L161.974 96.2219L161.974 97.3328ZM157.485 97.3328L155.241 97.3328L155.241 96.2219L157.485 96.2219L157.485 97.3328ZM152.996 97.3328L150.752 97.3328L150.752 96.2219L152.996 96.2219L152.996 97.3328ZM148.507 97.3328L146.263 97.3328L146.263 96.2219L148.507 96.2219L148.507 97.3328ZM144.018 97.3328L141.774 97.3328L141.774 96.2219L144.018 96.2219L144.018 97.3328ZM139.529 97.3328L137.285 97.3328L137.285 96.2219L139.529 96.2219L139.529 97.3328ZM135.04 97.3328L132.796 97.3328L132.796 96.2219L135.04 96.2219L135.04 97.3328ZM130.551 97.3328L128.307 97.3328L128.307 96.2219L130.551 96.2219L130.551 97.3328ZM126.062 97.3328L123.818 97.3328L123.818 96.2219L126.062 96.2219L126.062 97.3328ZM121.573 97.3328L119.329 97.3328L119.329 96.2219L121.573 96.2219L121.573 97.3328ZM117.084 97.3328L115.962 97.3328L115.962 96.2219L117.084 96.2219L117.084 97.3328Z" fill="#3D465C"/>
6
+ <path d="M115.962 74.3328C115.655 74.3328 115.407 74.0841 115.407 73.7774C115.407 73.4706 115.655 73.2219 115.962 73.2219L115.962 74.3328ZM237.165 74.3328L236.043 74.3328L236.043 73.2219L237.165 73.2219L237.165 74.3328ZM233.798 74.3328L231.554 74.3328L231.554 73.2219L233.798 73.2219L233.798 74.3328ZM229.309 74.3328L227.065 74.3328L227.065 73.2219L229.309 73.2219L229.309 74.3328ZM224.82 74.3328L222.576 74.3328L222.576 73.2219L224.82 73.2219L224.82 74.3328ZM220.331 74.3328L218.087 74.3328L218.087 73.2219L220.331 73.2219L220.331 74.3328ZM215.842 74.3328L213.598 74.3328L213.598 73.2219L215.842 73.2219L215.842 74.3328ZM211.353 74.3328L209.109 74.3328L209.109 73.2219L211.353 73.2219L211.353 74.3328ZM206.864 74.3328L204.62 74.3328L204.62 73.2219L206.864 73.2219L206.864 74.3328ZM202.375 74.3328L200.131 74.3328L200.131 73.2219L202.375 73.2219L202.375 74.3328ZM197.886 74.3328L195.642 74.3328L195.642 73.2219L197.886 73.2219L197.886 74.3328ZM193.397 74.3328L191.153 74.3328L191.153 73.2219L193.397 73.2219L193.397 74.3328ZM188.908 74.3328L186.664 74.3328L186.664 73.2219L188.908 73.2219L188.908 74.3328ZM184.419 74.3328L182.175 74.3328L182.175 73.2219L184.419 73.2219L184.419 74.3328ZM179.93 74.3328L177.686 74.3328L177.686 73.2219L179.93 73.2219L179.93 74.3328ZM175.441 74.3328L173.197 74.3328L173.197 73.2219L175.441 73.2219L175.441 74.3328ZM170.952 74.3328L168.708 74.3328L168.708 73.2219L170.952 73.2219L170.952 74.3328ZM166.463 74.3328L164.219 74.3328L164.219 73.2219L166.463 73.2219L166.463 74.3328ZM161.974 74.3328L159.73 74.3328L159.73 73.2219L161.974 73.2219L161.974 74.3328ZM157.485 74.3328L155.241 74.3328L155.241 73.2219L157.485 73.2219L157.485 74.3328ZM152.996 74.3328L150.752 74.3328L150.752 73.2219L152.996 73.2219L152.996 74.3328ZM148.507 74.3328L146.263 74.3328L146.263 73.2219L148.507 73.2219L148.507 74.3328ZM144.018 74.3328L141.774 74.3328L141.774 73.2219L144.018 73.2219L144.018 74.3328ZM139.529 74.3328L137.285 74.3328L137.285 73.2219L139.529 73.2219L139.529 74.3328ZM135.04 74.3328L132.796 74.3328L132.796 73.2219L135.04 73.2219L135.04 74.3328ZM130.551 74.3328L128.307 74.3328L128.307 73.2219L130.551 73.2219L130.551 74.3328ZM126.062 74.3328L123.818 74.3328L123.818 73.2219L126.062 73.2219L126.062 74.3328ZM121.573 74.3328L119.329 74.3328L119.329 73.2219L121.573 73.2219L121.573 74.3328ZM117.084 74.3328L115.962 74.3328L115.962 73.2219L117.084 73.2219L117.084 74.3328Z" fill="#3D465C"/>
7
+ <path d="M115.962 120.223C115.655 120.223 115.407 119.975 115.407 119.668C115.407 119.361 115.655 119.113 115.962 119.113L115.962 120.223ZM237.165 120.223L236.043 120.223L236.043 119.113L237.165 119.113L237.165 120.223ZM233.798 120.223L231.554 120.223L231.554 119.113L233.798 119.113L233.798 120.223ZM229.309 120.223L227.065 120.223L227.065 119.113L229.309 119.113L229.309 120.223ZM224.82 120.223L222.576 120.223L222.576 119.113L224.82 119.113L224.82 120.223ZM220.331 120.223L218.087 120.223L218.087 119.113L220.331 119.113L220.331 120.223ZM215.842 120.223L213.598 120.223L213.598 119.113L215.842 119.113L215.842 120.223ZM211.353 120.223L209.109 120.223L209.109 119.113L211.353 119.113L211.353 120.223ZM206.864 120.223L204.62 120.223L204.62 119.113L206.864 119.113L206.864 120.223ZM202.375 120.223L200.131 120.223L200.131 119.113L202.375 119.113L202.375 120.223ZM197.886 120.223L195.642 120.223L195.642 119.113L197.886 119.113L197.886 120.223ZM193.397 120.223L191.153 120.223L191.153 119.113L193.397 119.113L193.397 120.223ZM188.908 120.223L186.664 120.223L186.664 119.113L188.908 119.113L188.908 120.223ZM184.419 120.223L182.175 120.223L182.175 119.113L184.419 119.113L184.419 120.223ZM179.93 120.223L177.686 120.223L177.686 119.113L179.93 119.113L179.93 120.223ZM175.441 120.223L173.197 120.223L173.197 119.113L175.441 119.113L175.441 120.223ZM170.952 120.223L168.708 120.223L168.708 119.113L170.952 119.113L170.952 120.223ZM166.463 120.223L164.219 120.223L164.219 119.113L166.463 119.113L166.463 120.223ZM161.974 120.223L159.73 120.223L159.73 119.113L161.974 119.113L161.974 120.223ZM157.485 120.223L155.241 120.223L155.241 119.113L157.485 119.113L157.485 120.223ZM152.996 120.223L150.752 120.223L150.752 119.113L152.996 119.113L152.996 120.223ZM148.507 120.223L146.263 120.223L146.263 119.113L148.507 119.113L148.507 120.223ZM144.018 120.223L141.774 120.223L141.774 119.113L144.018 119.113L144.018 120.223ZM139.529 120.223L137.285 120.223L137.285 119.113L139.529 119.113L139.529 120.223ZM135.04 120.223L132.796 120.223L132.796 119.113L135.04 119.113L135.04 120.223ZM130.551 120.223L128.307 120.223L128.307 119.113L130.551 119.113L130.551 120.223ZM126.062 120.223L123.818 120.223L123.818 119.113L126.062 119.113L126.062 120.223ZM121.573 120.223L119.329 120.223L119.329 119.113L121.573 119.113L121.573 120.223ZM117.084 120.223L115.962 120.223L115.962 119.113L117.084 119.113L117.084 120.223Z" fill="#3D465C"/>
8
+ <path d="M229.473 61.4913C229.473 60.2643 228.479 59.2695 227.252 59.2695H216.695C215.468 59.2695 214.473 60.2643 214.473 61.4913V138.27H229.473V61.4913Z" fill="#3D465C"/>
9
+ <path d="M203.473 71.4913C203.473 70.2643 202.479 69.2695 201.252 69.2695H190.695C189.468 69.2695 188.473 70.2643 188.473 71.4913V138.27H203.473V71.4913Z" fill="#8591AE"/>
10
+ <path d="M177.473 96.4913C177.473 95.2643 176.479 94.2695 175.252 94.2695H164.695C163.468 94.2695 162.473 95.2643 162.473 96.4913V138.27H177.473V96.4913Z" fill="#3D465C"/>
11
+ <path d="M152.473 115.491C152.473 114.264 151.479 113.27 150.252 113.27H139.695C138.468 113.27 137.473 114.264 137.473 115.491V138.27H152.473V115.491Z" fill="#8591AE"/>
12
+ <path d="M115.962 138.582L237.165 138.582" stroke="#3D465C" stroke-width="1.11089" stroke-linecap="round"/>
13
+ <path d="M115.962 138.582L115.962 53.4234" stroke="#3D465C" stroke-width="1.11089" stroke-linecap="round"/>
14
+ <path d="M118.823 113.632C164.381 113.632 173.817 51.5996 228.063 51.5996" stroke="#8591AE" stroke-width="2" stroke-linecap="round" stroke-linejoin="bevel"/>
15
+ <circle cx="123.277" cy="85.5677" r="18.2025" fill="url(#paint0_linear_3526_13629)"/>
16
+ <path d="M112.344 90.3937C113.705 95.5272 119.905 99.1312 123.238 99.6913C124.358 96.1627 128.829 95.1078 130.659 92.158C132.928 88.5004 132.171 83.4766 131.025 81.1C129.013 76.9292 124.483 73.6921 122.448 72.7422C122.86 72.9343 122.841 75.6891 122.148 77.7396C120.577 82.3844 109.909 81.2121 112.344 90.3937Z" fill="url(#paint1_linear_3526_13629)"/>
17
+ <path d="M123.247 99.6153C120.128 98.6869 117.201 96.953 116.509 93.2758C115.276 86.7322 125.488 85.5271 127.059 80.8823C127.689 79.0191 127.514 76.7388 127.168 76.1936C127.131 76.1567 127.095 76.1202 127.059 76.084C127.097 76.1015 127.133 76.1388 127.168 76.1936C128.709 77.7397 131.03 79.8834 131.84 83.5977C132.301 85.7107 132.531 89.8724 130.113 92.9234C127.957 95.6441 124.367 96.0867 123.247 99.6153Z" fill="url(#paint2_linear_3526_13629)"/>
18
+ <rect x="133" y="170" width="87" height="26" rx="2.67636" fill="#232E40"/>
19
+ <path d="M149.14 187.632C149.529 187.632 149.857 187.588 150.123 187.499C150.394 187.405 150.614 187.279 150.781 187.122C150.954 186.964 151.077 186.779 151.151 186.567C151.23 186.35 151.269 186.118 151.269 185.872C151.269 185.369 151.097 184.975 150.752 184.689C150.412 184.398 149.872 184.252 149.132 184.252H146.995V187.632H149.14ZM146.995 179.704V183.032H148.726C149.465 183.032 150.017 182.889 150.382 182.603C150.747 182.317 150.929 181.906 150.929 181.368C150.929 180.781 150.757 180.357 150.412 180.096C150.071 179.835 149.537 179.704 148.807 179.704H146.995ZM148.807 178.351C149.487 178.351 150.069 178.417 150.552 178.551C151.035 178.679 151.432 178.864 151.743 179.105C152.053 179.347 152.28 179.643 152.423 179.993C152.571 180.338 152.645 180.727 152.645 181.161C152.645 181.413 152.606 181.657 152.527 181.893C152.453 182.125 152.334 182.344 152.172 182.551C152.014 182.754 151.814 182.936 151.573 183.099C151.331 183.261 151.045 183.397 150.715 183.505C152.223 183.826 152.978 184.627 152.978 185.909C152.978 186.362 152.892 186.779 152.719 187.159C152.551 187.533 152.305 187.859 151.979 188.135C151.659 188.406 151.262 188.618 150.789 188.771C150.316 188.924 149.776 189 149.169 189H145.265V178.351H148.807ZM159.128 187.602C159.537 187.602 159.902 187.533 160.222 187.395C160.548 187.257 160.821 187.065 161.043 186.818C161.27 186.572 161.443 186.276 161.561 185.931C161.679 185.581 161.738 185.194 161.738 184.77V178.351H163.462V184.77C163.462 185.396 163.36 185.975 163.158 186.508C162.961 187.04 162.675 187.501 162.301 187.891C161.926 188.275 161.47 188.578 160.932 188.8C160.4 189.017 159.798 189.126 159.128 189.126C158.457 189.126 157.854 189.017 157.316 188.8C156.784 188.578 156.33 188.275 155.955 187.891C155.581 187.501 155.292 187.04 155.09 186.508C154.893 185.975 154.794 185.396 154.794 184.77V178.351H156.525V184.763C156.525 185.187 156.584 185.574 156.702 185.924C156.821 186.269 156.991 186.567 157.213 186.818C157.434 187.065 157.706 187.257 158.026 187.395C158.351 187.533 158.719 187.602 159.128 187.602ZM168.953 183.454C169.347 183.454 169.692 183.407 169.988 183.313C170.284 183.214 170.53 183.079 170.727 182.906C170.925 182.734 171.073 182.529 171.171 182.293C171.27 182.051 171.319 181.785 171.319 181.494C171.319 180.912 171.127 180.468 170.742 180.163C170.358 179.857 169.776 179.704 168.997 179.704H167.592V183.454H168.953ZM173.967 189H172.421C172.115 189 171.893 188.882 171.755 188.645L169.271 185.058C169.187 184.935 169.096 184.846 168.997 184.792C168.898 184.738 168.75 184.711 168.553 184.711H167.592V189H165.861V178.351H168.997C169.697 178.351 170.299 178.422 170.801 178.565C171.309 178.708 171.726 178.913 172.051 179.179C172.377 179.44 172.616 179.756 172.769 180.126C172.926 180.495 173.005 180.907 173.005 181.361C173.005 181.731 172.949 182.076 172.835 182.396C172.727 182.717 172.566 183.007 172.354 183.269C172.147 183.53 171.891 183.757 171.585 183.949C171.28 184.141 170.932 184.292 170.543 184.4C170.755 184.528 170.937 184.708 171.09 184.94L173.967 189ZM184.065 178.351V189H183.185C183.052 189 182.938 188.978 182.845 188.933C182.751 188.884 182.662 188.805 182.579 188.697L176.729 181.183C176.744 181.326 176.754 181.469 176.759 181.612C176.768 181.75 176.773 181.878 176.773 181.997V189H175.25V178.351H176.152C176.226 178.351 176.288 178.356 176.337 178.366C176.391 178.371 176.441 178.383 176.485 178.403C176.529 178.422 176.571 178.452 176.611 178.491C176.65 178.531 176.692 178.58 176.736 178.639L182.593 186.16C182.579 186.007 182.566 185.857 182.556 185.709C182.551 185.561 182.549 185.423 182.549 185.295V178.351H184.065ZM194.486 187.602C194.896 187.602 195.26 187.533 195.581 187.395C195.906 187.257 196.18 187.065 196.402 186.818C196.628 186.572 196.801 186.276 196.919 185.931C197.038 185.581 197.097 185.194 197.097 184.77V178.351H198.82V184.77C198.82 185.396 198.719 185.975 198.517 186.508C198.32 187.04 198.034 187.501 197.659 187.891C197.284 188.275 196.828 188.578 196.291 188.8C195.758 189.017 195.157 189.126 194.486 189.126C193.816 189.126 193.212 189.017 192.675 188.8C192.142 188.578 191.688 188.275 191.314 187.891C190.939 187.501 190.651 187.04 190.449 186.508C190.251 185.975 190.153 185.396 190.153 184.77V178.351H191.883V184.763C191.883 185.187 191.942 185.574 192.061 185.924C192.179 186.269 192.349 186.567 192.571 186.818C192.793 187.065 193.064 187.257 193.384 187.395C193.71 187.533 194.077 187.602 194.486 187.602ZM204.533 183.779C204.917 183.779 205.255 183.73 205.546 183.631C205.842 183.532 206.086 183.394 206.278 183.217C206.475 183.035 206.623 182.815 206.722 182.559C206.82 182.302 206.87 182.016 206.87 181.701C206.87 181.39 206.82 181.112 206.722 180.865C206.628 180.619 206.485 180.409 206.293 180.237C206.101 180.064 205.857 179.933 205.561 179.845C205.27 179.751 204.927 179.704 204.533 179.704H202.95V183.779H204.533ZM204.533 178.351C205.228 178.351 205.829 178.432 206.337 178.595C206.85 178.758 207.272 178.987 207.602 179.283C207.937 179.574 208.186 179.926 208.349 180.34C208.511 180.749 208.593 181.203 208.593 181.701C208.593 182.209 208.507 182.675 208.334 183.099C208.161 183.518 207.905 183.88 207.565 184.186C207.225 184.486 206.801 184.723 206.293 184.896C205.79 185.063 205.203 185.147 204.533 185.147H202.95V189H201.22V178.351H204.533Z" fill="#E3E5E8"/>
20
+ </g>
21
+ <defs>
22
+ <linearGradient id="paint0_linear_3526_13629" x1="105.075" y1="85.5677" x2="141.48" y2="85.5677" gradientUnits="userSpaceOnUse">
23
+ <stop stop-color="#3D465C"/>
24
+ <stop offset="1" stop-color="#252D40"/>
25
+ </linearGradient>
26
+ <linearGradient id="paint1_linear_3526_13629" x1="112.921" y1="97.1032" x2="122.055" y2="87.2744" gradientUnits="userSpaceOnUse">
27
+ <stop stop-color="#3D465C"/>
28
+ <stop offset="1" stop-color="#8591AE"/>
29
+ </linearGradient>
30
+ <linearGradient id="paint2_linear_3526_13629" x1="127.445" y1="86.3365" x2="124.27" y2="96.926" gradientUnits="userSpaceOnUse">
31
+ <stop stop-color="#3D465C"/>
32
+ <stop offset="1" stop-color="#8591AE"/>
33
+ </linearGradient>
34
+ <clipPath id="clip0_3526_13629">
35
+ <rect width="353" height="212" fill="white"/>
36
+ </clipPath>
37
+ </defs>
38
+ </svg>