@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
@@ -0,0 +1,51 @@
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_3540_11354)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="83.5635" y="34.5039" width="185.69" height="142" rx="8" fill="#232E40"/>
5
+ <path d="M112.709 103.684L249.071 103.684" stroke="#494F60" stroke-opacity="0.3" stroke-linecap="round" stroke-dasharray="2.67 2.67"/>
6
+ <path d="M178.907 156.819L178.908 46.5625" stroke="#494F60" stroke-opacity="0.3" stroke-linecap="round" stroke-dasharray="2.67 2.67"/>
7
+ <path d="M166.487 76.207L130.101 131.248" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
8
+ <path d="M132.086 116.447L130.101 131.248" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
9
+ <path d="M180.146 130.631L130.098 131.271" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
10
+ <path d="M207.038 106.514L180.045 130.647" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
11
+ <path d="M207.038 106.514L203.731 121.14" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
12
+ <path d="M207.038 106.514L216.763 116.89" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
13
+ <path d="M185.515 111.045L180.045 130.647" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
14
+ <path d="M164.788 139.425L180.045 130.646" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
15
+ <path d="M166.454 76.2227L180.064 130.594" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
16
+ <path d="M166.454 76.2207L178.712 86.917" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
17
+ <path d="M166.453 76.2215L155.966 64.7031" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
18
+ <path d="M230.941 69.4824L207.018 106.498" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
19
+ <path d="M230.941 69.4824V103.546" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
20
+ <path d="M230.941 69.4824L219.314 72.6743" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
21
+ <path d="M231.6 142.225L180.082 130.52" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
22
+ <path d="M231.599 142.224L219.74 130.602" stroke="#3D465C" stroke-linecap="round" stroke-linejoin="bevel"/>
23
+ <circle cx="231.182" cy="69.9954" r="18.2025" fill="#8591AE"/>
24
+ <circle cx="231.182" cy="103.408" r="6.60498" fill="#8591AE"/>
25
+ <circle cx="219.314" cy="72.6739" r="1.89264" fill="#8591AE"/>
26
+ <circle cx="206.677" cy="106.297" r="6.30306" fill="#3D465C"/>
27
+ <circle cx="216.727" cy="117.104" r="2.25228" fill="#3D465C"/>
28
+ <circle cx="203.746" cy="121.098" r="3.99414" fill="#3D465C"/>
29
+ <circle cx="155.966" cy="64.7035" r="2.25228" fill="#3D465C"/>
30
+ <circle cx="178.712" cy="86.9163" r="2.25228" fill="#3D465C"/>
31
+ <circle cx="166.514" cy="76.8744" r="9.98373" fill="#3D465C"/>
32
+ <circle cx="130.342" cy="130.468" r="8.4017" fill="#3D465C"/>
33
+ <circle cx="132.086" cy="116.268" r="2.6347" fill="#3D465C"/>
34
+ <circle cx="180.202" cy="131.008" r="12.1058" fill="#8591AE"/>
35
+ <circle cx="164.788" cy="139.425" r="3.32715" fill="#8591AE"/>
36
+ <circle cx="185.515" cy="111.045" r="2.26367" fill="#8591AE"/>
37
+ <circle cx="231.182" cy="142.172" r="9.78158" fill="#3D465C"/>
38
+ <circle cx="219.74" cy="130.594" r="3.21875" fill="#3D465C"/>
39
+ <path d="M93.6128 51.793H101.965" stroke="#494F60" stroke-opacity="0.3" stroke-width="3" stroke-linecap="round"/>
40
+ <path d="M93.6128 70.4902H101.965" stroke="#494F60" stroke-opacity="0.3" stroke-width="3" stroke-linecap="round"/>
41
+ <path d="M93.6128 92.6191H101.965" stroke="#494F60" stroke-opacity="0.3" stroke-width="3" stroke-linecap="round"/>
42
+ <path d="M93.6128 111.793H101.965" stroke="#494F60" stroke-opacity="0.3" stroke-width="3" stroke-linecap="round"/>
43
+ <path d="M93.6128 130.49H101.965" stroke="#494F60" stroke-opacity="0.3" stroke-width="3" stroke-linecap="round"/>
44
+ <path d="M93.6128 152.619H101.965" stroke="#494F60" stroke-opacity="0.3" stroke-width="3" stroke-linecap="round"/>
45
+ </g>
46
+ <defs>
47
+ <clipPath id="clip0_3540_11354">
48
+ <rect width="353" height="212" fill="white"/>
49
+ </clipPath>
50
+ </defs>
51
+ </svg>
@@ -0,0 +1,33 @@
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_3522_11512)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="#232E40"/>
5
+ <g filter="url(#filter0_d_3522_11512)">
6
+ <g clip-path="url(#clip1_3522_11512)">
7
+ <rect x="110.35" y="83" width="132.3" height="40.716" rx="7.8624" fill="#D6DCE8"/>
8
+ <path d="M122.881 99H169.882" stroke="#8591AE" stroke-width="6.8796" stroke-linecap="round"/>
9
+ <path d="M122.144 112.752H193.144" stroke="#8591AE" stroke-width="6.8796" stroke-linecap="round"/>
10
+ <g opacity="0.4">
11
+ <rect width="132" height="7" transform="translate(110.5 83)" fill="#8591AE"/>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </g>
16
+ <defs>
17
+ <filter id="filter0_d_3522_11512" x="94.6253" y="75.1376" width="163.75" height="72.1664" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
18
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
19
+ <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"/>
20
+ <feOffset dy="7.8624"/>
21
+ <feGaussianBlur stdDeviation="7.8624"/>
22
+ <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"/>
23
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3522_11512"/>
24
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3522_11512" result="shape"/>
25
+ </filter>
26
+ <clipPath id="clip0_3522_11512">
27
+ <rect width="353" height="212" fill="white"/>
28
+ </clipPath>
29
+ <clipPath id="clip1_3522_11512">
30
+ <rect x="110.35" y="83" width="132.3" height="40.716" rx="7.8624" fill="white"/>
31
+ </clipPath>
32
+ </defs>
33
+ </svg>
@@ -0,0 +1,61 @@
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_3524_16689)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="#232E40"/>
5
+ <rect x="154.721" y="85.877" width="6.52332" height="7.15321" rx="1.63083" transform="rotate(-45 154.721 85.877)" fill="#3D465C"/>
6
+ <rect x="193.668" y="81.2715" width="6.52332" height="7.14139" rx="1.63083" transform="rotate(45 193.668 81.2715)" fill="#3D465C"/>
7
+ <path d="M167.029 81.2689C167.029 77.441 170.132 74.3379 173.96 74.3379H178.684C182.512 74.3379 185.615 77.441 185.615 81.2689V91.8797H167.029V81.2689Z" fill="url(#paint0_linear_3524_16689)"/>
8
+ <g filter="url(#filter0_d_3524_16689)">
9
+ <circle cx="176.635" cy="109.002" r="27.9829" fill="#8591AE"/>
10
+ </g>
11
+ <g filter="url(#filter1_i_3524_16689)">
12
+ <circle cx="176.635" cy="109.002" r="22.3443" fill="#D6DCE8"/>
13
+ </g>
14
+ <path d="M180.379 93.4664C180.753 91.7044 182.501 90.5542 184.176 91.2178C186.065 91.9664 187.831 93.0092 189.406 94.3135C191.822 96.3139 193.718 98.8698 194.931 101.763C196.144 104.655 196.638 107.799 196.371 110.924C196.198 112.962 195.703 114.953 194.913 116.825C194.213 118.484 192.168 118.925 190.648 117.957L187.668 116.057C186.149 115.089 185.769 113.065 186.161 111.307C186.251 110.9 186.315 110.487 186.35 110.069C186.479 108.562 186.241 107.047 185.656 105.652C185.071 104.257 184.157 103.025 182.992 102.061C182.669 101.793 182.33 101.549 181.976 101.328C180.448 100.375 179.27 98.6856 179.645 96.9236L180.379 93.4664Z" fill="#3D465C"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M176.795 93.957C176.345 93.957 175.98 94.3221 175.98 94.7724V105.086C174.108 105.544 172.718 107.232 172.718 109.245C172.718 111.609 174.635 113.526 176.999 113.526C179.363 113.526 181.28 111.609 181.28 109.245C181.28 107.088 179.685 105.304 177.61 105.007V94.7724C177.61 94.3221 177.245 93.957 176.795 93.957ZM180.057 109.243C180.057 110.932 178.688 112.301 176.999 112.301C175.31 112.301 173.941 110.932 173.941 109.243C173.941 107.554 175.31 106.185 176.999 106.185C178.688 106.185 180.057 107.554 180.057 109.243Z" fill="#3D465C"/>
16
+ <rect x="179.649" y="112.109" width="0.815415" height="15.0852" transform="rotate(-49.2179 179.649 112.109)" fill="#3D465C"/>
17
+ <rect x="175.98" y="88.252" width="1.22312" height="2.85395" rx="0.407708" fill="#3D465C"/>
18
+ <rect x="161.6" y="94.5488" width="0.407708" height="2.85395" rx="0.203854" transform="rotate(-45 161.6 94.5488)" fill="#3D465C"/>
19
+ <rect x="175.98" y="127.393" width="1.22312" height="2.85395" rx="0.407708" fill="#3D465C"/>
20
+ <rect x="163.618" y="121.934" width="0.407708" height="2.85395" rx="0.203854" transform="rotate(45 163.618 121.934)" fill="#3D465C"/>
21
+ <rect x="189.276" y="122.223" width="0.407708" height="2.85395" rx="0.203854" transform="rotate(-45 189.276 122.223)" fill="#3D465C"/>
22
+ <rect x="158.448" y="108.639" width="1.22312" height="2.85395" rx="0.407708" transform="rotate(90 158.448 108.639)" fill="#3D465C"/>
23
+ <path d="M217.976 108.63C218.433 106.758 221.096 106.758 221.553 108.63L221.614 108.884C221.759 109.476 222.234 109.938 222.829 110.072V110.072C224.506 110.449 224.535 112.86 222.85 113.197V113.197C222.241 113.319 221.758 113.785 221.614 114.389L221.555 114.638C221.106 116.524 218.423 116.524 217.974 114.638L217.915 114.389C217.771 113.785 217.288 113.319 216.679 113.197V113.197C214.994 112.86 215.023 110.449 216.699 110.072V110.072C217.294 109.938 217.77 109.476 217.914 108.884L217.976 108.63Z" fill="#3D465C"/>
24
+ <path d="M208.801 103.551C209.097 102.337 210.824 102.337 211.12 103.551L211.144 103.651C211.237 104.031 211.541 104.326 211.922 104.411V104.411C212.995 104.653 213.013 106.196 211.935 106.412V106.412C211.545 106.49 211.236 106.788 211.144 107.175L211.119 107.282C210.828 108.502 209.092 108.502 208.802 107.282L208.776 107.175C208.684 106.788 208.375 106.49 207.985 106.412V106.412C206.907 106.196 206.926 104.653 207.999 104.411V104.411C208.379 104.326 208.684 104.031 208.776 103.651L208.801 103.551Z" fill="#3D465C"/>
25
+ <path d="M218.187 97.0844C218.484 95.8701 220.21 95.8701 220.507 97.0844L220.531 97.1845C220.623 97.5637 220.928 97.8589 221.309 97.9446V97.9446C222.381 98.186 222.4 99.7295 221.322 99.9451V99.9451C220.932 100.023 220.623 100.321 220.531 100.708L220.505 100.815C220.215 102.035 218.479 102.035 218.189 100.815L218.163 100.708C218.071 100.321 217.762 100.023 217.372 99.9451V99.9451C216.294 99.7295 216.312 98.186 217.385 97.9446V97.9446C217.766 97.8589 218.07 97.5637 218.163 97.1845L218.187 97.0844Z" fill="#3D465C"/>
26
+ <path d="M123.368 107.085C122.48 107.107 121.74 106.404 121.744 105.516C121.784 97.4286 123.605 89.4425 127.086 82.1285C130.799 74.3299 136.294 67.5144 143.128 62.233C149.962 56.9517 157.943 53.3529 166.426 51.7275C174.382 50.2032 182.569 50.4548 190.405 52.4561C191.266 52.676 191.759 53.5693 191.514 54.4234V54.4234C191.269 55.2775 190.379 55.7687 189.517 55.5504C182.167 53.6873 174.491 53.4582 167.032 54.8876C159.045 56.4179 151.53 59.8064 145.096 64.779C138.661 69.7516 133.487 76.1687 129.992 83.5114C126.727 90.3694 125.013 97.8552 124.962 105.437C124.956 106.326 124.256 107.064 123.368 107.085V107.085Z" fill="#8591AE"/>
27
+ <path d="M198.271 56.8628C198.628 56.0493 199.578 55.6773 200.381 56.0582C202.939 57.2721 205.399 58.6816 207.741 60.2741C208.475 60.7739 208.635 61.7818 208.114 62.5015V62.5015C207.593 63.2212 206.589 63.3801 205.853 62.8817C203.698 61.4215 201.436 60.1258 199.086 59.0055C198.284 58.6231 197.913 57.6763 198.271 56.8628V56.8628Z" fill="#8591AE"/>
28
+ <path d="M212.156 65.7374C212.745 65.0715 213.763 65.0067 214.412 65.6141C214.681 65.8667 214.948 66.1219 215.213 66.3798C215.849 67.0001 215.83 68.0204 215.191 68.6381V68.6381C214.553 69.2558 213.536 69.2368 212.899 68.6177C212.694 68.419 212.488 68.222 212.281 68.0268C211.633 67.4182 211.568 66.4033 212.156 65.7374V65.7374Z" fill="#8591AE"/>
29
+ <path d="M230.21 104.99C231.098 104.977 231.832 105.686 231.819 106.575C231.715 113.821 230.181 120.982 227.298 127.643C224.203 134.796 219.623 141.211 213.863 146.461C208.102 151.712 201.292 155.68 193.883 158.101C186.985 160.356 179.713 161.223 172.488 160.657C171.602 160.588 170.963 159.792 171.059 158.908V158.908C171.154 158.025 171.947 157.389 172.833 157.456C179.605 157.974 186.418 157.156 192.884 155.043C199.86 152.763 206.272 149.027 211.695 144.084C217.119 139.14 221.431 133.1 224.345 126.365C227.047 120.122 228.491 113.413 228.6 106.623C228.615 105.734 229.322 105.003 230.21 104.99V104.99Z" fill="#8591AE"/>
30
+ <path d="M165.844 158.083C165.663 158.953 164.809 159.513 163.945 159.306C161.935 158.823 159.953 158.228 158.01 157.523C157.174 157.22 156.771 156.283 157.098 155.457V155.457C157.426 154.631 158.36 154.229 159.196 154.531C160.968 155.17 162.773 155.712 164.605 156.155C165.468 156.364 166.026 157.214 165.844 158.083V158.083Z" fill="#8591AE"/>
31
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M132.497 114.824C131.58 114.824 130.679 115.061 129.879 115.511C129.08 115.961 128.41 116.609 127.935 117.393L129.89 118.579L127.928 117.404L115.014 138.963L114.995 138.995C114.529 139.802 114.283 140.717 114.28 141.649C114.278 142.58 114.519 143.497 114.98 144.306C115.442 145.116 116.107 145.79 116.91 146.263C117.713 146.735 118.626 146.99 119.558 147L145.412 147L145.437 147C146.369 146.989 147.282 146.735 148.085 146.263C148.888 145.79 149.553 145.116 150.014 144.306C150.476 143.497 150.717 142.58 150.715 141.649C150.712 140.717 150.466 139.802 150 138.995L149.981 138.963L137.067 117.404L137.06 117.393C136.584 116.609 135.915 115.961 135.116 115.511C134.316 115.061 133.415 114.824 132.497 114.824ZM132.497 124.127C133.76 124.127 134.784 125.151 134.784 126.414V132.513C134.784 133.776 133.76 134.8 132.497 134.8C131.234 134.8 130.21 133.776 130.21 132.513V126.414C130.21 125.151 131.234 124.127 132.497 124.127ZM130.21 138.609C130.21 137.346 131.234 136.322 132.497 136.322H132.513C133.776 136.322 134.8 137.346 134.8 138.609C134.8 139.872 133.776 140.896 132.513 140.896H132.497C131.234 140.896 130.21 139.872 130.21 138.609Z" fill="#CBD2E2"/>
32
+ </g>
33
+ <defs>
34
+ <filter id="filter0_d_3524_16689" x="142.129" y="77.7579" width="69.0126" height="69.0134" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
35
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
36
+ <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"/>
37
+ <feOffset dy="3.26166"/>
38
+ <feGaussianBlur stdDeviation="3.26166"/>
39
+ <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"/>
40
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3524_16689"/>
41
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3524_16689" result="shape"/>
42
+ </filter>
43
+ <filter id="filter1_i_3524_16689" x="154.291" y="86.6582" width="44.6886" height="46.3203" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
44
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
45
+ <feBlend mode="normal" in="SourceGraphic" in2="BackgroundImageFix" result="shape"/>
46
+ <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"/>
47
+ <feOffset dy="1.63083"/>
48
+ <feGaussianBlur stdDeviation="0.815415"/>
49
+ <feComposite in2="hardAlpha" operator="arithmetic" k2="-1" k3="1"/>
50
+ <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/>
51
+ <feBlend mode="normal" in2="shape" result="effect1_innerShadow_3524_16689"/>
52
+ </filter>
53
+ <linearGradient id="paint0_linear_3524_16689" x1="170.207" y1="83.1088" x2="182.437" y2="83.1088" gradientUnits="userSpaceOnUse">
54
+ <stop stop-color="#3D465C"/>
55
+ <stop offset="1" stop-color="#8591AE"/>
56
+ </linearGradient>
57
+ <clipPath id="clip0_3524_16689">
58
+ <rect width="353" height="212" fill="white"/>
59
+ </clipPath>
60
+ </defs>
61
+ </svg>
@@ -0,0 +1,19 @@
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_3524_15322)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="75.4344" y="34.5" width="202.131" height="143" rx="8" fill="#232E40"/>
5
+ <path d="M193.975 98.2661C194.554 94.6083 195.133 86.5305 192.816 83.4816C189.92 79.6705 188.906 76.1646 186.445 75.25C183.983 74.3355 170.516 87.1411 157.338 83.4816" stroke="black" stroke-width="0.739809"/>
6
+ <path d="M164.312 116.523H186.557C186.005 120.228 186.52 123.661 187.478 126.769L194.14 127.482C194.14 127.482 194.059 138.67 175.839 139.279C157.62 139.888 156.316 127.482 156.316 127.482L163.015 126.769C164.008 124.285 164.83 120.954 164.312 116.523Z" fill="#D6DCE8"/>
7
+ <path d="M186.479 117.584C186.257 118.641 186.357 121.946 186.789 124.023C180.845 128.716 169.548 128.857 163.708 124.751C163.708 124.751 164.737 121.521 164.382 118.017L186.479 117.584Z" fill="#494F60" fill-opacity="0.3"/>
8
+ <path d="M174.95 133.847C164.743 133.847 160.101 126 160.101 126C148.147 127.115 137.649 134.404 132.428 145.215L116.847 177.477H236.153L217.165 143.785C211.517 133.764 201.337 127.126 189.888 126C189.888 126 185.158 133.847 174.95 133.847Z" fill="#CBD2E2"/>
9
+ <path d="M149.893 85.8013C150.883 91.2914 153.22 95.2193 155.375 99.5391L193.489 99.259C196.818 95.7531 199.012 92.3032 199.012 86.7855L199.012 86.574C199.013 80.2626 199.013 77.6813 195.708 71.3727C199.037 60.218 154.296 50.2391 153.036 72.8504C148.644 77.0032 148.806 79.7741 149.893 85.8013Z" fill="#3D465C"/>
10
+ <path d="M175.455 81.7026C161.168 77.8746 155.735 79.2058 154.381 97.4385C155.487 105.335 161.111 122.304 173.04 122.304C189.612 122.304 194.807 110.599 195.55 97.6179C196.293 84.637 193.786 81.8215 191.916 79.2051C187.131 81.8 182.919 83.7027 175.455 81.7026Z" fill="#D6DCE8"/>
11
+ <circle cx="176.5" cy="175.995" r="23.3953" fill="#333F52"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M176.5 193.336C186.077 193.336 193.84 185.573 193.84 175.996C193.84 166.42 186.077 158.656 176.5 158.656C166.923 158.656 159.16 166.42 159.16 175.996C159.16 185.573 166.923 193.336 176.5 193.336ZM184.388 173.156C185.113 172.471 185.166 171.305 184.507 170.552C183.848 169.799 182.726 169.743 182.001 170.428L173.436 178.518L170.193 175.456C169.468 174.771 168.346 174.826 167.687 175.58C167.028 176.333 167.081 177.499 167.806 178.184L172.242 182.373C172.919 183.013 173.952 183.013 174.629 182.373L184.388 173.156Z" fill="#CBD2E2"/>
13
+ </g>
14
+ <defs>
15
+ <clipPath id="clip0_3524_15322">
16
+ <rect width="353" height="212" fill="white"/>
17
+ </clipPath>
18
+ </defs>
19
+ </svg>
@@ -0,0 +1,66 @@
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_3524_13618)">
3
+ <rect width="353" height="212" fill="#333F52"/>
4
+ <rect x="83.6538" y="35" width="185.692" height="142" rx="8" fill="#232E40"/>
5
+ <g filter="url(#filter0_d_3524_13618)">
6
+ <rect x="199.959" y="84.498" width="31.0242" height="55.2907" rx="3.68605" transform="rotate(-90 199.959 84.498)" fill="#D6DCE8"/>
7
+ </g>
8
+ <g filter="url(#filter1_d_3524_13618)">
9
+ <rect x="199.959" y="158.525" width="31.0242" height="55.2907" rx="3.68605" transform="rotate(-90 199.959 158.525)" fill="#D6DCE8"/>
10
+ </g>
11
+ <path d="M239.517 66.375H216C215.114 66.375 214.396 67.4752 214.396 68.8324C214.396 70.1895 215.114 71.2897 216 71.2897H239.517C240.402 71.2897 241.12 70.1895 241.12 68.8324C241.12 67.4752 240.402 66.375 239.517 66.375Z" fill="#3D465C"/>
12
+ <path d="M239.517 140.402H216C215.114 140.402 214.396 141.503 214.396 142.86C214.396 144.217 215.114 145.317 216 145.317H239.517C240.402 145.317 241.12 144.217 241.12 142.86C241.12 141.503 240.402 140.402 239.517 140.402Z" fill="#3D465C"/>
13
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M149.597 108.014C149.597 108.742 149.308 109.44 148.793 109.955L141.534 117.214C140.462 118.286 138.724 118.286 137.652 117.214C136.58 116.142 136.58 114.404 137.652 113.332L140.221 110.763L130.519 110.763C129.003 110.763 127.774 109.534 127.774 108.018C127.774 106.502 129.003 105.273 130.519 105.273L140.229 105.273L137.652 102.696C136.58 101.624 136.58 99.8858 137.652 98.8138C138.724 97.7418 140.462 97.7418 141.534 98.8138L148.793 106.073C149.308 106.588 149.597 107.286 149.597 108.014Z" fill="#CBD2E2"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M199.065 69.562C199.579 69.0433 199.869 68.3399 199.869 67.6064C199.869 66.8729 199.579 66.1694 199.065 65.6507L191.806 58.3374C190.734 57.2573 188.995 57.2573 187.923 58.3374C186.851 59.4175 186.851 61.1686 187.923 62.2487L190.499 64.8438L184.14 64.8438V64.8407H173.85C171.994 64.8407 170.362 65.2518 169 66.0933C167.636 66.9366 166.726 68.0982 166.133 69.3009C165.008 71.5831 164.942 74.2035 164.942 75.7452V94.329H170.471V75.7452C170.471 74.2153 170.589 72.7656 171.092 71.7458C171.313 71.2974 171.578 71 171.907 70.7969C172.238 70.5922 172.818 70.3697 173.85 70.3697H180.617C180.674 70.3734 180.732 70.3752 180.791 70.3752H190.493L187.923 72.9641C186.851 74.0442 186.851 75.7953 187.923 76.8754C188.995 77.9554 190.734 77.9554 191.806 76.8754L199.065 69.562Z" fill="#CBD2E2"/>
15
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M170.427 134.414C170.427 135.944 170.544 137.393 171.043 138.413C171.262 138.862 171.525 139.159 171.851 139.362C172.18 139.567 172.756 139.789 173.779 139.789H183.987V139.796H190.578L188.001 137.204C186.929 136.126 186.929 134.378 188.001 133.3C189.073 132.222 190.811 132.222 191.883 133.3L199.142 140.6C199.657 141.118 199.946 141.82 199.946 142.552C199.946 143.284 199.657 143.986 199.142 144.504L191.883 151.803C190.811 152.881 189.073 152.881 188.001 151.803C186.929 150.725 186.929 148.977 188.001 147.899L190.57 145.316H183.987V145.318H173.779C171.938 145.318 170.319 144.907 168.968 144.066C167.614 143.223 166.712 142.061 166.124 140.858C165.007 138.576 164.942 135.956 164.942 134.414V115.83H170.427V134.414Z" fill="#CBD2E2"/>
16
+ <g filter="url(#filter2_d_3524_13618)">
17
+ <rect x="147.894" y="108.305" width="26.9325" height="26.9325" rx="3.68605" transform="rotate(-45 147.894 108.305)" fill="#D6DCE8"/>
18
+ </g>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M170.843 109.012C170.843 108.844 170.899 108.676 170.899 108.452C170.899 108.228 170.899 108.06 170.843 107.892L172.019 106.94C172.131 106.828 172.131 106.716 172.075 106.604L170.955 104.644C170.899 104.588 170.787 104.532 170.619 104.588L169.219 105.148C168.939 104.924 168.603 104.756 168.267 104.588L168.043 103.132C168.099 102.964 167.931 102.852 167.819 102.852H165.579C165.467 102.852 165.299 102.964 165.299 103.076L165.075 104.588C164.739 104.7 164.459 104.924 164.123 105.148L162.779 104.588C162.611 104.532 162.499 104.588 162.387 104.7L161.267 106.66C161.211 106.716 161.267 106.884 161.379 106.996L162.555 107.892C162.555 108.06 162.499 108.228 162.499 108.452C162.499 108.676 162.499 108.844 162.555 109.012L161.379 109.964C161.267 110.076 161.267 110.188 161.323 110.3L162.443 112.26C162.499 112.316 162.611 112.372 162.779 112.316L164.179 111.756C164.459 111.98 164.795 112.148 165.131 112.316L165.355 113.772C165.355 113.884 165.467 113.996 165.635 113.996H167.875C167.987 113.996 168.155 113.884 168.155 113.772L168.379 112.316C168.715 112.148 169.051 111.98 169.331 111.756L170.731 112.316C170.843 112.372 171.011 112.316 171.067 112.204L172.187 110.244C172.243 110.132 172.243 109.964 172.131 109.908L170.843 109.012ZM166.699 110.412C165.635 110.412 164.739 109.516 164.739 108.452C164.739 107.388 165.635 106.492 166.699 106.492C167.763 106.492 168.659 107.388 168.659 108.452C168.659 109.516 167.763 110.412 166.699 110.412Z" fill="#252D40"/>
20
+ <g filter="url(#filter3_d_3524_13618)">
21
+ <rect x="96.75" y="92.793" width="31.0242" height="31.0242" rx="3.68605" fill="#D6DCE8"/>
22
+ </g>
23
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M106.662 108.83C106.662 105.738 109.169 103.23 112.262 103.23C113.747 103.23 115.172 103.82 116.222 104.871C117.272 105.921 117.862 107.345 117.862 108.83C117.862 110.316 117.272 111.74 116.222 112.79C115.172 113.84 113.747 114.43 112.262 114.43C110.777 114.43 109.353 113.84 108.302 112.79C107.252 111.74 106.662 110.316 106.662 108.83ZM114.879 108.194C115.108 107.986 115.125 107.632 114.917 107.403C114.709 107.174 114.354 107.158 114.126 107.366L111.422 109.823L110.399 108.893C110.17 108.685 109.816 108.702 109.608 108.93C109.4 109.159 109.417 109.514 109.646 109.722L111.046 110.994C111.259 111.188 111.585 111.188 111.799 110.994L114.879 108.194Z" fill="#252D40"/>
24
+ </g>
25
+ <defs>
26
+ <filter id="filter0_d_3524_13618" x="184.908" y="45.9487" width="85.3946" height="61.1272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
27
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
28
+ <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"/>
29
+ <feOffset dy="7.52595"/>
30
+ <feGaussianBlur stdDeviation="7.52595"/>
31
+ <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"/>
32
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3524_13618"/>
33
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3524_13618" result="shape"/>
34
+ </filter>
35
+ <filter id="filter1_d_3524_13618" x="184.908" y="119.976" width="85.3946" height="61.1272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
36
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
37
+ <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"/>
38
+ <feOffset dy="7.52595"/>
39
+ <feGaussianBlur stdDeviation="7.52595"/>
40
+ <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"/>
41
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3524_13618"/>
42
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3524_13618" result="shape"/>
43
+ </filter>
44
+ <filter id="filter2_d_3524_13618" x="134.369" y="83.2612" width="65.1384" height="65.1389" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
45
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
46
+ <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"/>
47
+ <feOffset dy="7.52595"/>
48
+ <feGaussianBlur stdDeviation="7.52595"/>
49
+ <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"/>
50
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3524_13618"/>
51
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3524_13618" result="shape"/>
52
+ </filter>
53
+ <filter id="filter3_d_3524_13618" x="81.6981" y="85.267" width="61.1281" height="61.1272" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
54
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
55
+ <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"/>
56
+ <feOffset dy="7.52595"/>
57
+ <feGaussianBlur stdDeviation="7.52595"/>
58
+ <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"/>
59
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3524_13618"/>
60
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3524_13618" result="shape"/>
61
+ </filter>
62
+ <clipPath id="clip0_3524_13618">
63
+ <rect width="353" height="212" fill="white"/>
64
+ </clipPath>
65
+ </defs>
66
+ </svg>
@@ -0,0 +1,104 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
3
+ <g clip-path="url(#clip0_3413_9971)">
4
+ <g filter="url(#filter0_d_3413_9971)">
5
+ <path d="M111.391 57.0391C111.391 54.8299 113.182 53.0391 115.391 53.0391H165.041C167.25 53.0391 169.041 54.8299 169.041 57.0391V125.012C169.041 127.221 167.25 129.012 165.041 129.012H115.391C113.182 129.012 111.391 127.221 111.391 125.012V57.0391Z" fill="#252D40"/>
6
+ <rect width="41.5618" height="34.4114" transform="translate(119.435 59.7422)" fill="#3D465C"/>
7
+ <rect x="124.351" y="105.773" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
8
+ <rect x="124.351" y="120.969" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
9
+ <rect x="117.647" y="113.373" width="44.6901" height="4.02211" rx="2.01106" fill="#3D465C"/>
10
+ </g>
11
+ <g filter="url(#filter1_d_3413_9971)">
12
+ <path d="M111.391 146.42C111.391 144.211 113.182 142.42 115.391 142.42H165.041C167.25 142.42 169.041 144.211 169.041 146.42V214.393C169.041 216.602 167.25 218.393 165.041 218.393H115.391C113.182 218.393 111.391 216.602 111.391 214.393V146.42Z" fill="#252D40"/>
13
+ <rect width="41.5618" height="34.4114" transform="translate(119.435 149.123)" fill="#3D465C"/>
14
+ <rect x="124.351" y="195.156" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
15
+ <rect x="124.351" y="210.35" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
16
+ <rect x="117.647" y="202.752" width="44.6901" height="4.02211" rx="2.01106" fill="#3D465C"/>
17
+ </g>
18
+ <g filter="url(#filter2_d_3413_9971)">
19
+ <path d="M39.4399 57.0391C39.4399 54.8299 41.2308 53.0391 43.4399 53.0391H93.0902C95.2993 53.0391 97.0902 54.8299 97.0902 57.0391V125.012C97.0902 127.221 95.2993 129.012 93.0902 129.012H43.4399C41.2308 129.012 39.4399 127.221 39.4399 125.012V57.0391Z" fill="#252D40"/>
20
+ <rect width="41.5618" height="34.4114" transform="translate(47.4841 59.7422)" fill="#3D465C"/>
21
+ <rect x="52.3999" y="105.773" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
22
+ <rect x="52.3999" y="120.969" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
23
+ <rect x="45.6965" y="113.373" width="44.6901" height="4.02211" rx="2.01106" fill="#3D465C"/>
24
+ </g>
25
+ <g filter="url(#filter3_d_3413_9971)">
26
+ <path d="M39.4399 146.42C39.4399 144.211 41.2308 142.42 43.4399 142.42H93.0902C95.2993 142.42 97.0902 144.211 97.0902 146.42V214.393C97.0902 216.602 95.2993 218.393 93.0902 218.393H43.4399C41.2308 218.393 39.4399 216.602 39.4399 214.393V146.42Z" fill="#252D40"/>
27
+ <rect width="41.5618" height="34.4114" transform="translate(47.4841 149.123)" fill="#3D465C"/>
28
+ <rect x="52.3999" y="195.156" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
29
+ <rect x="52.3999" y="210.35" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
30
+ <rect x="45.6965" y="202.752" width="44.6901" height="4.02211" rx="2.01106" fill="#3D465C"/>
31
+ </g>
32
+ </g>
33
+ <g filter="url(#filter4_d_3413_9971)">
34
+ <path d="M180.214 57.0391C180.214 54.8299 182.005 53.0391 184.214 53.0391H233.864C236.073 53.0391 237.864 54.8299 237.864 57.0391V125.012C237.864 127.221 236.073 129.012 233.864 129.012H184.214C182.005 129.012 180.214 127.221 180.214 125.012V57.0391Z" fill="#252D40"/>
35
+ <rect width="41.5618" height="34.4114" transform="translate(188.258 59.7422)" fill="#3D465C"/>
36
+ <rect x="193.174" y="105.773" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
37
+ <rect x="193.174" y="120.969" width="31.2831" height="4.02211" rx="2.01106" fill="#3D465C"/>
38
+ <rect x="186.47" y="113.373" width="44.6901" height="4.02211" rx="2.01106" fill="#3D465C"/>
39
+ </g>
40
+ <g filter="url(#filter5_d_3413_9971)">
41
+ <path d="M180.214 146.119C180.214 143.91 182.005 142.119 184.214 142.119H233.864C236.073 142.119 237.864 143.91 237.864 146.119V214.092C237.864 216.301 236.073 218.092 233.864 218.092H184.214C182.005 218.092 180.214 216.301 180.214 214.092V146.119Z" fill="#8591AE"/>
42
+ <rect x="212.16" y="164.559" width="31.28" height="6.8" rx="3.4" transform="rotate(90 212.16 164.559)" fill="#3D465C"/>
43
+ <rect x="224.4" y="183.6" width="31.28" height="6.8" rx="3.4" transform="rotate(-180 224.4 183.6)" fill="#3D465C"/>
44
+ </g>
45
+ <defs>
46
+ <filter id="filter0_d_3413_9971" x="100.876" y="47.7814" width="78.6808" height="97.0033" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
47
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
48
+ <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"/>
49
+ <feOffset dy="5.25766"/>
50
+ <feGaussianBlur stdDeviation="5.25766"/>
51
+ <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"/>
52
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3413_9971"/>
53
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3413_9971" result="shape"/>
54
+ </filter>
55
+ <filter id="filter1_d_3413_9971" x="100.876" y="137.162" width="78.6808" height="97.0033" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
56
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
57
+ <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"/>
58
+ <feOffset dy="5.25766"/>
59
+ <feGaussianBlur stdDeviation="5.25766"/>
60
+ <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"/>
61
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3413_9971"/>
62
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3413_9971" result="shape"/>
63
+ </filter>
64
+ <filter id="filter2_d_3413_9971" x="28.9246" y="47.7814" width="78.6808" height="97.0033" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
65
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
66
+ <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"/>
67
+ <feOffset dy="5.25766"/>
68
+ <feGaussianBlur stdDeviation="5.25766"/>
69
+ <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"/>
70
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3413_9971"/>
71
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3413_9971" result="shape"/>
72
+ </filter>
73
+ <filter id="filter3_d_3413_9971" x="28.9246" y="137.162" width="78.6808" height="97.0033" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
74
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
75
+ <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"/>
76
+ <feOffset dy="5.25766"/>
77
+ <feGaussianBlur stdDeviation="5.25766"/>
78
+ <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"/>
79
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3413_9971"/>
80
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3413_9971" result="shape"/>
81
+ </filter>
82
+ <filter id="filter4_d_3413_9971" x="169.699" y="47.7814" width="78.6808" height="97.0033" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
83
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
84
+ <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"/>
85
+ <feOffset dy="5.25766"/>
86
+ <feGaussianBlur stdDeviation="5.25766"/>
87
+ <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"/>
88
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3413_9971"/>
89
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3413_9971" result="shape"/>
90
+ </filter>
91
+ <filter id="filter5_d_3413_9971" x="169.699" y="136.861" width="78.6808" height="97.0033" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
92
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
93
+ <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"/>
94
+ <feOffset dy="5.25766"/>
95
+ <feGaussianBlur stdDeviation="5.25766"/>
96
+ <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"/>
97
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3413_9971"/>
98
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3413_9971" result="shape"/>
99
+ </filter>
100
+ <clipPath id="clip0_3413_9971">
101
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
102
+ </clipPath>
103
+ </defs>
104
+ </svg>
@@ -0,0 +1,16 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
3
+ <g clip-path="url(#clip0_3522_11558)">
4
+ <path d="M71.6942 91.8401V260.247H211.49V117.44L170.078 71.2598H83.7412C71.6942 71.2598 70.6903 84.98 71.6942 91.8401Z" fill="#252D40"/>
5
+ <path d="M170.078 108.406V71.5117L211.239 117.441C203.04 117.441 185.043 117.19 178.417 117.19C171.791 117.19 170.078 115.433 170.078 108.406Z" fill="#3D465C"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M141.44 141.441C138.06 141.441 135.32 144.181 135.32 147.561V159.801H123.08C119.7 159.801 116.96 162.541 116.96 165.921C116.96 169.301 119.7 172.041 123.08 172.041H135.32V184.281C135.32 187.661 138.06 190.401 141.44 190.401C144.82 190.401 147.56 187.661 147.56 184.281V172.041H159.8C163.18 172.041 165.92 169.301 165.92 165.921C165.92 162.541 163.18 159.801 159.8 159.801H147.56V147.561C147.56 144.181 144.82 141.441 141.44 141.441Z" fill="#CBD2E2"/>
7
+ </g>
8
+ <path d="M214.829 80.2112C215.799 76.2307 221.46 76.2307 222.431 80.2112L222.562 80.7505C222.869 82.0101 223.88 82.9905 225.145 83.2752C228.709 84.0769 228.771 89.2035 225.189 89.9198C223.894 90.1789 222.868 91.1682 222.562 92.4532L222.436 92.9827C221.481 96.991 215.778 96.991 214.824 92.9827L214.698 92.4532C214.392 91.1682 213.366 90.1789 212.07 89.9198C208.489 89.2035 208.551 84.0769 212.114 83.2752C213.379 82.9905 214.39 82.0101 214.697 80.7505L214.829 80.2112Z" fill="#3D465C"/>
9
+ <path d="M195.324 69.413C195.954 66.8317 199.624 66.8317 200.254 69.413L200.306 69.6257C200.503 70.4319 201.149 71.0593 201.959 71.2415C204.24 71.7546 204.279 75.0356 201.987 75.4941C201.158 75.6599 200.501 76.293 200.306 77.1155L200.251 77.3437C199.634 79.9368 195.944 79.9368 195.327 77.3437L195.273 77.1155C195.077 76.293 194.42 75.6599 193.591 75.4941C191.299 75.0356 191.339 71.7546 193.619 71.2415C194.429 71.0593 195.076 70.4319 195.272 69.6257L195.324 69.413Z" fill="#3D465C"/>
10
+ <path d="M215.278 55.6669C215.907 53.0856 219.578 53.0856 220.208 55.6669L220.26 55.8796C220.456 56.6858 221.103 57.3132 221.913 57.4954C224.193 58.0085 224.233 61.2895 221.941 61.748C221.112 61.9138 220.455 62.547 220.259 63.3694L220.205 63.5976C219.587 66.1907 215.898 66.1907 215.28 63.5976L215.226 63.3694C215.03 62.547 214.374 61.9138 213.545 61.748C211.252 61.2895 211.292 58.0085 213.573 57.4954C214.382 57.3132 215.029 56.6858 215.226 55.8796L215.278 55.6669Z" fill="#3D465C"/>
11
+ <defs>
12
+ <clipPath id="clip0_3522_11558">
13
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
14
+ </clipPath>
15
+ </defs>
16
+ </svg>
@@ -0,0 +1,25 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
3
+ <path d="M121.86 156.797H149.749C149.057 161.441 149.702 165.746 150.904 169.641L159.256 170.536C159.256 170.536 159.154 184.562 136.312 185.326C113.47 186.089 111.836 170.536 111.836 170.536L120.234 169.641C121.48 166.527 122.51 162.351 121.86 156.797Z" fill="#D6DCE8"/>
4
+ <path d="M149.651 158.125C149.372 159.45 149.498 163.593 150.039 166.198C142.588 172.081 128.425 172.258 121.102 167.11C121.102 167.11 122.393 163.061 121.947 158.667L149.651 158.125Z" fill="#494F60" fill-opacity="0.3"/>
5
+ <path d="M135.198 178.513C122.401 178.513 116.581 168.676 116.581 168.676C101.672 170.066 88.6809 179.412 82.6226 193.106L79.7836 199.523C77.596 204.468 81.2164 210.028 86.6233 210.028H184.386C190.43 210.028 194.291 203.584 191.44 198.255L187.677 191.218C180.896 178.54 168.234 170.083 153.926 168.676C153.926 168.676 147.995 178.513 135.198 178.513Z" fill="#252D40"/>
6
+ <path d="M103.783 118.28C105.024 125.163 107.954 130.087 110.656 135.503L158.439 135.152C162.613 130.757 165.364 126.431 165.364 119.514L165.364 119.249C165.364 111.336 165.365 108.1 161.221 100.191C165.395 86.2062 109.304 73.6957 107.724 102.043C102.218 107.25 102.42 110.724 103.783 118.28Z" fill="#3D465C"/>
7
+ <path d="M135.83 113.143C117.919 108.344 111.108 110.013 109.41 132.871C110.797 142.771 117.847 164.044 132.803 164.044C153.578 164.044 160.092 149.37 161.023 133.096C161.955 116.822 158.812 113.292 156.467 110.012C150.469 113.265 145.188 115.65 135.83 113.143Z" fill="#D6DCE8"/>
8
+ <path d="M206.228 123.064H191.442C191.809 125.527 191.467 127.809 190.83 129.874L186.402 130.349C186.402 130.349 186.456 137.785 198.566 138.19C210.676 138.594 211.543 130.349 211.543 130.349L207.09 129.874C206.43 128.223 205.884 126.009 206.228 123.064Z" fill="#D6DCE8"/>
9
+ <path d="M191.494 123.77C191.642 124.472 191.575 126.669 191.288 128.05C195.239 131.168 202.748 131.262 206.63 128.533C206.63 128.533 205.945 126.387 206.182 124.057L191.494 123.77Z" fill="#494F60" fill-opacity="0.3"/>
10
+ <path d="M199.157 134.579C205.941 134.579 209.027 129.363 209.027 129.363C216.931 130.1 223.819 135.055 227.031 142.315L228.536 145.718C229.696 148.339 227.776 151.287 224.91 151.287H173.629C170.176 151.287 167.969 147.605 169.598 144.56L171.334 141.314C174.929 134.593 181.642 130.109 189.228 129.363C189.228 129.363 192.372 134.579 199.157 134.579Z" fill="#252D40"/>
11
+ <path d="M215.812 102.644C215.154 106.293 213.601 108.904 212.168 111.775L186.835 111.589C184.622 109.259 183.164 106.966 183.164 103.298L183.163 103.158C183.163 98.9627 183.163 97.247 185.36 93.0538C183.147 85.6395 212.885 79.0068 213.723 94.036C216.642 96.7963 216.535 98.638 215.812 102.644Z" fill="#3D465C"/>
12
+ <path d="M198.822 99.9218C208.317 97.3774 211.929 98.2622 212.829 110.381C212.093 115.63 208.356 126.908 200.426 126.908C189.412 126.908 185.958 119.128 185.465 110.5C184.971 101.872 186.637 100.001 187.88 98.2617C191.06 99.9865 193.86 101.251 198.822 99.9218Z" fill="#D6DCE8"/>
13
+ <circle cx="136" cy="222" r="26" fill="#CBD2E2"/>
14
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.584 211.6C134.206 211.6 133.088 212.717 133.088 214.096V219.087L128.096 219.087C126.718 219.087 125.6 220.205 125.6 221.583C125.6 222.962 126.718 224.079 128.096 224.079H133.088V229.072C133.088 230.45 134.206 231.568 135.584 231.568C136.963 231.568 138.08 230.45 138.08 229.072V224.079H143.072C144.451 224.079 145.568 222.962 145.568 221.583C145.568 220.205 144.451 219.087 143.072 219.087L138.08 219.087V214.096C138.08 212.717 136.963 211.6 135.584 211.6Z" fill="#252D40"/>
15
+ <path d="M66.7816 122.766H81.5736C81.2066 125.229 81.5487 127.512 82.1861 129.578L86.6159 130.053C86.6159 130.053 86.5619 137.492 74.4469 137.897C62.3319 138.302 61.4651 130.053 61.4651 130.053L65.9196 129.578C66.58 127.926 67.1262 125.712 66.7816 122.766Z" fill="#D6DCE8"/>
16
+ <path d="M81.5219 123.471C81.374 124.174 81.4411 126.371 81.7277 127.753C77.7757 130.873 70.2638 130.967 66.3801 128.236C66.3801 128.236 67.0646 126.089 66.8284 123.758L81.5219 123.471Z" fill="#494F60" fill-opacity="0.3"/>
17
+ <path d="M73.8562 134.286C67.0689 134.286 63.9821 129.068 63.9821 129.068C56.0744 129.806 49.1841 134.763 45.9708 142.026L44.465 145.429C43.3048 148.052 45.225 151.001 48.0927 151.001H99.3945C102.849 151.001 105.056 147.318 103.427 144.271L101.69 141.024C98.094 134.3 91.3783 129.815 83.7892 129.068C83.7892 129.068 80.6435 134.286 73.8562 134.286Z" fill="#252D40"/>
18
+ <path d="M57.1942 102.337C57.8525 105.988 59.4063 108.6 60.8395 111.472L86.1833 111.286C88.3968 108.955 89.856 106.661 89.856 102.992L89.856 102.851C89.8563 98.6545 89.8564 96.9381 87.6589 92.7432C89.8724 85.3259 62.0086 79.6106 58.425 93.3458C55.5047 96.1072 56.4715 98.3297 57.1942 102.337Z" fill="#3D465C"/>
19
+ <path d="M50.8673 116.315C52.1364 109.24 61.481 106.528 67.2322 104.964C67.6598 105.89 68.1644 108.916 66.762 113.609C65.009 119.474 63.0064 116.746 60.9982 119.34C58.9899 121.934 60.4918 123.98 61.8895 125.197C63.2871 126.413 67.6624 130.59 65.8101 138.555C64.3283 144.927 56.9612 145.369 54.9827 145.31C55.7235 143.224 59.1613 139.982 59.6038 137.558C60.157 134.529 60.0179 131.68 57.3365 129.119C54.0113 125.944 49.2808 125.158 50.8673 116.315Z" fill="#3D465C"/>
20
+ <path d="M76.3428 96.9307C66.8431 94.3852 61.0788 97.9516 60.1785 110.075C60.9141 115.326 67.6824 127.391 74.1911 127.391C81.4195 127.391 87.0595 118.826 87.5535 110.195C88.0474 101.563 85.9481 97.1773 84.7045 95.4375C81.5229 97.163 81.3062 98.2606 76.3428 96.9307Z" fill="#D6DCE8"/>
21
+ <circle cx="225" cy="52" r="8" fill="#494F60" fill-opacity="0.3"/>
22
+ <circle cx="233.5" cy="34.5" r="4.5" fill="#494F60" fill-opacity="0.3"/>
23
+ <circle cx="43.5" cy="63.5" r="3.5" fill="#494F60" fill-opacity="0.3"/>
24
+ <circle cx="33.5" cy="211.5" r="7.5" fill="#494F60" fill-opacity="0.3"/>
25
+ </svg>
@@ -0,0 +1,18 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
3
+ <g clip-path="url(#clip0_3429_12193)">
4
+ <path d="M162.165 122.866C163.053 117.255 163.942 104.865 160.388 100.188C155.946 94.3426 154.391 88.965 150.615 87.5622C146.839 86.1593 126.182 105.802 105.969 100.188" stroke="black"/>
5
+ <path d="M116.666 150.871H150.787C149.94 156.553 150.73 161.82 152.2 166.586L162.419 167.681C162.419 167.681 162.294 184.842 134.348 185.776C106.401 186.709 104.402 167.681 104.402 167.681L114.677 166.586C116.201 162.776 117.461 157.667 116.666 150.871Z" fill="#D6DCE8"/>
6
+ <path d="M150.667 152.496C150.326 154.117 150.481 159.187 151.142 162.373C142.026 169.571 124.698 169.787 115.739 163.489C115.739 163.489 117.318 158.536 116.773 153.16L150.667 152.496Z" fill="#494F60" fill-opacity="0.3"/>
7
+ <path d="M132.985 177.442C117.328 177.442 110.207 165.406 110.207 165.406C91.8872 167.115 75.8177 178.338 67.9062 194.95L45.9233 241.107C44.8976 243.261 45.9729 245.828 48.2274 246.608L85.7358 259.579C118.31 270.843 153.733 270.779 186.266 259.397L222.504 246.719C224.85 245.898 225.888 243.159 224.674 240.99L197.177 191.858C188.868 177.012 173.821 167.169 156.889 165.504L155.898 165.406C155.898 165.406 148.641 177.442 132.985 177.442Z" fill="#252D40"/>
8
+ <path d="M94.5492 103.747C96.0678 112.168 99.6519 118.193 102.958 124.819L161.42 124.389C166.526 119.012 169.892 113.72 169.892 105.256L169.892 104.932C169.893 95.251 169.893 91.2916 164.824 81.6149C169.93 64.5051 101.304 49.1988 99.3705 83.8816C92.6342 90.2515 92.882 94.5017 94.5492 103.747Z" fill="#3D465C"/>
9
+ <path d="M133.757 97.4618C111.844 91.5901 103.511 93.632 101.434 121.599C103.13 133.711 111.755 159.739 130.054 159.739C155.472 159.739 163.442 141.785 164.581 121.874C165.721 101.963 161.876 97.6442 159.007 93.6309C151.668 97.6112 145.207 100.53 133.757 97.4618Z" fill="#D6DCE8"/>
10
+ </g>
11
+ <circle cx="136" cy="222" r="26" fill="#CBD2E2"/>
12
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M135.584 211.6C134.206 211.6 133.088 212.717 133.088 214.096V219.087L128.096 219.087C126.718 219.087 125.6 220.205 125.6 221.583C125.6 222.962 126.718 224.079 128.096 224.079H133.088V229.072C133.088 230.45 134.206 231.568 135.584 231.568C136.963 231.568 138.08 230.45 138.08 229.072V224.079H143.072C144.451 224.079 145.568 222.962 145.568 221.583C145.568 220.205 144.451 219.087 143.072 219.087L138.08 219.087V214.096C138.08 212.717 136.963 211.6 135.584 211.6Z" fill="#252D40"/>
13
+ <defs>
14
+ <clipPath id="clip0_3429_12193">
15
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
16
+ </clipPath>
17
+ </defs>
18
+ </svg>
@@ -0,0 +1,45 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
3
+ <g clip-path="url(#clip0_3427_9595)">
4
+ <g filter="url(#filter0_d_3427_9595)">
5
+ <path d="M88.2989 120.609H255.885C257.531 120.609 259.11 121.211 260.274 122.283C261.438 123.355 262.092 124.808 262.092 126.324V154.895C262.092 156.411 261.438 157.864 260.274 158.936C259.11 160.007 257.531 160.609 255.885 160.609H88.2989C86.6528 160.609 85.074 160.007 83.91 158.936C82.746 157.864 82.092 156.411 82.092 154.895V126.324C82.092 124.808 82.746 123.355 83.91 122.283C85.074 121.211 86.6528 120.609 88.2989 120.609Z" fill="#3D465C"/>
6
+ </g>
7
+ <rect x="97.3435" y="132.805" width="16" height="16" rx="3" fill="#252D40" stroke="#3D465C" stroke-width="2"/>
8
+ <path d="M158.594 143.5H126.094C124.022 143.5 122.344 145.179 122.344 147.25C122.344 149.321 124.022 151 126.094 151H158.594C160.665 151 162.344 149.321 162.344 147.25C162.344 145.179 160.665 143.5 158.594 143.5Z" fill="#8591AE"/>
9
+ <path d="M181.094 130.609H126.094C124.022 130.609 122.344 132.288 122.344 134.359C122.344 136.43 124.022 138.109 126.094 138.109H181.094C183.165 138.109 184.844 136.43 184.844 134.359C184.844 132.288 183.165 130.609 181.094 130.609Z" fill="#8591AE"/>
10
+ </g>
11
+ <g filter="url(#filter1_d_3427_9595)">
12
+ <path d="M22.2989 174.609H189.885C191.531 174.609 193.11 175.211 194.274 176.283C195.438 177.355 196.092 178.808 196.092 180.324V208.895C196.092 210.411 195.438 211.864 194.274 212.936C193.11 214.007 191.531 214.609 189.885 214.609H22.2989C20.6528 214.609 19.074 214.007 17.91 212.936C16.746 211.864 16.092 210.411 16.092 208.895V180.324C16.092 178.808 16.746 177.355 17.91 176.283C19.074 175.211 20.6528 174.609 22.2989 174.609Z" fill="#3D465C"/>
13
+ </g>
14
+ <rect x="31.3435" y="186.305" width="16" height="16" rx="3" fill="#252D40" stroke="#3D465C" stroke-width="2"/>
15
+ <path d="M92.5936 196.5H60.0935C58.0224 196.5 56.3435 198.179 56.3435 200.25C56.3435 202.321 58.0224 204 60.0935 204H92.5936C94.6647 204 96.3436 202.321 96.3436 200.25C96.3436 198.179 94.6647 196.5 92.5936 196.5Z" fill="#8591AE"/>
16
+ <path d="M115.094 184.609H60.0935C58.0224 184.609 56.3435 186.288 56.3435 188.359C56.3435 190.43 58.0224 192.109 60.0935 192.109H115.094C117.165 192.109 118.844 190.43 118.844 188.359C118.844 186.288 117.165 184.609 115.094 184.609Z" fill="#8591AE"/>
17
+ <path d="M14.5504 65.1094H182.137C185.092 65.1094 187.344 67.2963 187.344 69.8237V98.3951C187.344 100.922 185.092 103.109 182.137 103.109H14.5504C11.5953 103.109 9.34351 100.922 9.34351 98.3951V69.8237C9.34351 67.2963 11.5953 65.1094 14.5504 65.1094Z" fill="#3D465C" stroke="#8591AE" stroke-width="2"/>
18
+ <rect x="20.3435" y="75.3047" width="18" height="18" rx="4" fill="#252D40"/>
19
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M34.6893 80.3596C35.0281 80.6984 35.0281 81.2477 34.6893 81.5866L28.1822 88.0936C27.8434 88.4324 27.2941 88.4324 26.9553 88.0936L23.9975 85.1359C23.6587 84.797 23.6587 84.2477 23.9975 83.9089C24.3363 83.5701 24.8857 83.5701 25.2245 83.9089L27.5688 86.2531L33.4623 80.3596C33.8011 80.0208 34.3505 80.0208 34.6893 80.3596Z" fill="#F8F9FC"/>
20
+ <path d="M85.5936 87H53.0935C51.0224 87 49.3435 88.6789 49.3435 90.75C49.3435 92.8211 51.0224 94.5 53.0935 94.5H85.5936C87.6647 94.5 89.3436 92.8211 89.3436 90.75C89.3436 88.6789 87.6647 87 85.5936 87Z" fill="#8591AE"/>
21
+ <path d="M108.094 74.1094H53.0935C51.0224 74.1094 49.3435 75.7883 49.3435 77.8594C49.3435 79.9305 51.0224 81.6094 53.0935 81.6094H108.094C110.165 81.6094 111.844 79.9305 111.844 77.8594C111.844 75.7883 110.165 74.1094 108.094 74.1094Z" fill="#8591AE"/>
22
+ <defs>
23
+ <filter id="filter0_d_3427_9595" x="80.092" y="118.609" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
24
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
25
+ <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"/>
26
+ <feOffset dx="3" dy="3"/>
27
+ <feGaussianBlur stdDeviation="2.5"/>
28
+ <feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
29
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_9595"/>
30
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_9595" result="shape"/>
31
+ </filter>
32
+ <filter id="filter1_d_3427_9595" x="14.092" y="172.609" width="190" height="50" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
33
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
34
+ <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"/>
35
+ <feOffset dx="3" dy="3"/>
36
+ <feGaussianBlur stdDeviation="2.5"/>
37
+ <feColorMatrix type="matrix" values="0 0 0 0 0.230539 0 0 0 0 0.370572 0 0 0 0 0.482993 0 0 0 0.1 0"/>
38
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3427_9595"/>
39
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3427_9595" result="shape"/>
40
+ </filter>
41
+ <clipPath id="clip0_3427_9595">
42
+ <rect x="34" y="34" width="204" height="204" rx="102" fill="white"/>
43
+ </clipPath>
44
+ </defs>
45
+ </svg>
@@ -0,0 +1,29 @@
1
+ <svg width="272" height="272" viewBox="0 0 272 272" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="136" cy="136" r="102" fill="#494F60" fill-opacity="0.3"/>
3
+ <circle cx="225" cy="52" r="8" fill="#494F60" fill-opacity="0.3"/>
4
+ <circle cx="233.5" cy="34.5" r="4.5" fill="#494F60" fill-opacity="0.3"/>
5
+ <circle cx="43.5" cy="63.5" r="3.5" fill="#494F60" fill-opacity="0.3"/>
6
+ <circle cx="33.5" cy="211.5" r="7.5" fill="#494F60" fill-opacity="0.3"/>
7
+ <g filter="url(#filter0_d_3521_12737)">
8
+ <rect x="55" y="86" width="155" height="100" rx="4.44354" fill="#D6DCE8"/>
9
+ <path d="M199.511 113.063C199.818 113.063 200.067 112.815 200.067 112.508C200.067 112.201 199.818 111.952 199.511 111.952L199.511 113.063ZM78.3083 113.063L79.4306 113.063L79.4306 111.952L78.3083 111.952L78.3083 113.063ZM81.6751 113.063L83.9196 113.063L83.9196 111.952L81.6751 111.952L81.6751 113.063ZM86.1641 113.063L88.4086 113.063L88.4086 111.952L86.1641 111.952L86.1641 113.063ZM90.6531 113.063L92.8976 113.063L92.8976 111.952L90.6531 111.952L90.6531 113.063ZM95.1421 113.063L97.3866 113.063L97.3866 111.952L95.1421 111.952L95.1421 113.063ZM99.6311 113.063L101.876 113.063L101.876 111.952L99.6311 111.952L99.6311 113.063ZM104.12 113.063L106.365 113.063L106.365 111.952L104.12 111.952L104.12 113.063ZM108.609 113.063L110.854 113.063L110.854 111.952L108.609 111.952L108.609 113.063ZM113.098 113.063L115.343 113.063L115.343 111.952L113.098 111.952L113.098 113.063ZM117.587 113.063L119.832 113.063L119.832 111.952L117.587 111.952L117.587 113.063ZM122.076 113.063L124.321 113.063L124.321 111.952L122.076 111.952L122.076 113.063ZM126.565 113.063L128.81 113.063L128.81 111.952L126.565 111.952L126.565 113.063ZM131.054 113.063L133.299 113.063L133.299 111.952L131.054 111.952L131.054 113.063ZM135.543 113.063L137.788 113.063L137.788 111.952L135.543 111.952L135.543 113.063ZM140.032 113.063L142.277 113.063L142.277 111.952L140.032 111.952L140.032 113.063ZM144.521 113.063L146.766 113.063L146.766 111.952L144.521 111.952L144.521 113.063ZM149.01 113.063L151.255 113.063L151.255 111.952L149.01 111.952L149.01 113.063ZM153.499 113.063L155.744 113.063L155.744 111.952L153.499 111.952L153.499 113.063ZM157.988 113.063L160.233 113.063L160.233 111.952L157.988 111.952L157.988 113.063ZM162.477 113.063L164.722 113.063L164.722 111.952L162.477 111.952L162.477 113.063ZM166.966 113.063L169.211 113.063L169.211 111.952L166.966 111.952L166.966 113.063ZM171.455 113.063L173.7 113.063L173.7 111.952L171.455 111.952L171.455 113.063ZM175.944 113.063L178.189 113.063L178.189 111.952L175.944 111.952L175.944 113.063ZM180.433 113.063L182.678 113.063L182.678 111.952L180.433 111.952L180.433 113.063ZM184.922 113.063L187.167 113.063L187.167 111.952L184.922 111.952L184.922 113.063ZM189.411 113.063L191.656 113.063L191.656 111.952L189.411 111.952L189.411 113.063ZM193.9 113.063L196.145 113.063L196.145 111.952L193.9 111.952L193.9 113.063ZM198.389 113.063L199.511 113.063L199.511 111.952L198.389 111.952L198.389 113.063Z" fill="#8591AE"/>
10
+ <path d="M199.511 135.954C199.818 135.954 200.067 135.705 200.067 135.398C200.067 135.092 199.818 134.843 199.511 134.843L199.511 135.954ZM78.3083 135.954L79.4306 135.954L79.4306 134.843L78.3083 134.843L78.3083 135.954ZM81.6751 135.954L83.9196 135.954L83.9196 134.843L81.6751 134.843L81.6751 135.954ZM86.1641 135.954L88.4086 135.954L88.4086 134.843L86.1641 134.843L86.1641 135.954ZM90.6531 135.954L92.8976 135.954L92.8976 134.843L90.6531 134.843L90.6531 135.954ZM95.1421 135.954L97.3866 135.954L97.3866 134.843L95.1421 134.843L95.1421 135.954ZM99.6311 135.954L101.876 135.954L101.876 134.843L99.6311 134.843L99.6311 135.954ZM104.12 135.954L106.365 135.954L106.365 134.843L104.12 134.843L104.12 135.954ZM108.609 135.954L110.854 135.954L110.854 134.843L108.609 134.843L108.609 135.954ZM113.098 135.954L115.343 135.954L115.343 134.843L113.098 134.843L113.098 135.954ZM117.587 135.954L119.832 135.954L119.832 134.843L117.587 134.843L117.587 135.954ZM122.076 135.954L124.321 135.954L124.321 134.843L122.076 134.843L122.076 135.954ZM126.565 135.954L128.81 135.954L128.81 134.843L126.565 134.843L126.565 135.954ZM131.054 135.954L133.299 135.954L133.299 134.843L131.054 134.843L131.054 135.954ZM135.543 135.954L137.788 135.954L137.788 134.843L135.543 134.843L135.543 135.954ZM140.032 135.954L142.277 135.954L142.277 134.843L140.032 134.843L140.032 135.954ZM144.521 135.954L146.766 135.954L146.766 134.843L144.521 134.843L144.521 135.954ZM149.01 135.954L151.255 135.954L151.255 134.843L149.01 134.843L149.01 135.954ZM153.499 135.954L155.744 135.954L155.744 134.843L153.499 134.843L153.499 135.954ZM157.988 135.954L160.233 135.954L160.233 134.843L157.988 134.843L157.988 135.954ZM162.477 135.954L164.722 135.954L164.722 134.843L162.477 134.843L162.477 135.954ZM166.966 135.954L169.211 135.954L169.211 134.843L166.966 134.843L166.966 135.954ZM171.455 135.954L173.7 135.954L173.7 134.843L171.455 134.843L171.455 135.954ZM175.944 135.954L178.189 135.954L178.189 134.843L175.944 134.843L175.944 135.954ZM180.433 135.954L182.678 135.954L182.678 134.843L180.433 134.843L180.433 135.954ZM184.922 135.954L187.167 135.954L187.167 134.843L184.922 134.843L184.922 135.954ZM189.411 135.954L191.656 135.954L191.656 134.843L189.411 134.843L189.411 135.954ZM193.9 135.954L196.145 135.954L196.145 134.843L193.9 134.843L193.9 135.954ZM198.389 135.954L199.511 135.954L199.511 134.843L198.389 134.843L198.389 135.954Z" fill="#8591AE"/>
11
+ <path d="M86 148.222C86 146.995 86.9947 146 88.2218 146H98.7782C100.005 146 101 146.995 101 148.222V164H86V148.222Z" fill="#3D465C"/>
12
+ <path d="M112 131.222C112 129.995 112.995 129 114.222 129H124.778C126.005 129 127 129.995 127 131.222V164H112V131.222Z" fill="#8591AE"/>
13
+ <path d="M138 119.222C138 117.995 138.995 117 140.222 117H150.778C152.005 117 153 117.995 153 119.222V164H138V119.222Z" fill="#3D465C"/>
14
+ <path d="M163 139.222C163 137.995 163.995 137 165.222 137H175.778C177.005 137 178 137.995 178 139.222V165H163V139.222Z" fill="#8591AE"/>
15
+ <path d="M78.3083 164.312L199.511 164.313" stroke="#252D40" stroke-width="1.11089" stroke-linecap="round"/>
16
+ <path d="M78.3083 164.312V106.738" stroke="#252D40" stroke-width="1.11089" stroke-linecap="round"/>
17
+ </g>
18
+ <defs>
19
+ <filter id="filter0_d_3521_12737" x="39" y="78" width="187" height="132" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
20
+ <feFlood flood-opacity="0" result="BackgroundImageFix"/>
21
+ <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"/>
22
+ <feOffset dy="8"/>
23
+ <feGaussianBlur stdDeviation="8"/>
24
+ <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"/>
25
+ <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_3521_12737"/>
26
+ <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_3521_12737" result="shape"/>
27
+ </filter>
28
+ </defs>
29
+ </svg>